/* 
=================================================================================

▼▼▼　カスタム　▼▼▼

=================================================================================
*/

html {
font-family: noto-sans-cjk-jp, sans-serif;
font-weight: 500;
font-style: normal;
  line-height: 1.5;
}
body {
  width: 100%;
  padding: 5rem 0 0;
  background: url(../img/bg01.png) top center no-repeat, #F59D5E;
  background-size: 1820px auto;
}
.wrapper {
  width: 100%;
  overflow: hidden;
}
h1,h2,h3,h4,h5 {
  line-height: 1.3;
}
main {
  padding-bottom: 4rem;
}
footer {
  background: #000;
  color: #fff;
  padding: 0.5em;
  text-align: center;
  font-size: 1.5rem;
}
.red {
  color: #FD6724;
}
.go {
font-family: noto-sans-cjk-jp, sans-serif;
font-weight: 500;
font-style: normal;
}
.min {
  font-family: 'Noto Serif JP', serif;
}
.b {
  font-weight: 600;
}
h1 {
  text-align: center;
  margin-bottom: 6.5rem;
}
h1 img {
  width: 37%;
}
h2 {
  text-align: center;
}
h2 img {
  width: 95%;
}
section[class^="area"] {
  background: #fff;
  border: 3px solid #ccc;
  padding: 5rem;
}
section[class^="area"] + section[class^="area"] {
  margin-top: 5rem;
}
ul.class01 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 3.63%;
  margin: 2rem 0;
}
ul.class02 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 5%;
  flex-wrap: wrap;
  margin: 2rem 0;
  background: #fbec26;
  padding: 1rem 5rem;
  border-radius: 50vmin;
}
ul.class02 > li .circle_outer {
  display: inline-block;
  position: relative;
  color: #fbec26;
  background: #000000;
  border-radius: 50vmin;
}
ul.class02 > li .circle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  line-height: 1;
  padding: 0.2em;
  font-size: 0.8em;
  text-align: center;
}
.btn01 {
  text-align: center;
  margin: 3rem auto 5rem;
  display: table;
  min-width: 42%;
}
.btn01 > a {
  font-size: 3.2rem;
  font-weight: 600;
  border-radius: 50vmin;
  background: #eacf8c;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.5em 2em;
  line-height: 1;
}
.btn01 small {
  font-size: 70%;
}
.pink_box {
  padding: 3rem 5rem;
  border-radius: 2rem;
  background: #fff;
  margin: 3rem 0;
}
.pink_box h3 {
  font-size: 5rem;
  text-align: center;
  margin-bottom: 0.5em;
}
ul.class04 > li {
  font-size: 2.3rem;
  padding-left: 1em;
  text-indent: -1em;
}
ul.class04 > li:before {
  content: "●";
  color: #F59D5E;
  font-weight: 600;
}
.border01 {
  background: linear-gradient(
    0deg,
    rgba(251,236,38,1) 0%,
    rgba(251,236,38,1) 25%,
    rgba(251,236,38,0) 25%,
    rgba(251,236,38,0) 100%
  );
}
.class05 {
  margin-top: -5%;
}
.class05 img {
  width: 90%;
}
.pink_box h4 {
  font-size: 3rem;
  text-align: center;
  margin-bottom: 2em;
}
.pink_box h5 {
  font-size: 2.3rem;
  text-align: center;
  margin-bottom: 1em;
}
.tel_area {
  margin: 5rem auto;
}
.tel_area .tel {
  font-size: 6rem;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  margin: 1rem 0 1.5rem;
}
.tel_area .tel img {
  width: 10rem;
  vertical-align: bottom;
}
.tel_area h2 {
  font-size: 5rem;
  text-align: center;
  margin-bottom: 0.5em;
  color: #fff;
}
.tel_area h3 {
  font-size: 3rem;
  margin-bottom: 1rem;
  text-align: center;
}
.tel_area .time {
  font-size: 2rem;
  margin-bottom: 0.5rem;
}
.tel_area .lead {
  font-size: 1.5rem;
}
.privacy {
  padding: 0 7%;
}
.privacy h3 {
  font-size: 2.3rem;
  margin-bottom: 0.5em;
}
.privacy .lead {
  font-size: 1.5rem;
}
.class06 {
  text-align: center;
  margin-top: 3rem;
}
.class06 img {
  width: 73%;
}
.class07 {
  font-size: 2.5rem;
  text-align: center;
  background: #fff;
  padding: 1rem 5rem;
  border-radius: 50vmin;
  display: table;
  margin: 1rem auto 2rem;
}
ul.class08 {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 1rem;
}
ul.class08 > li.title {
  font-size: 2rem;
  border: 1px solid;
  padding: 0.5em;
  line-height: 1;
}
ul.class08 > li.txt {
  font-size: 1.5rem;
}
.class09 small {
  display: block;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 3.5rem;
  letter-spacing: 0.1em;
  margin-top: 1rem;
}
@media screen and (min-width: 769px) {
  /* PC用 */
  html {
    font-size: 10px;
  }
  .inner {
    position: relative;
    width: 1100px;
    max-width: 100%;
    display: block;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  /* SP用 */
  html {
    font-size: calc(10vw / 375 * 100); /* 最大値768px、文字サイズ10pxの場合 */
  }
  body {
    padding-top: 2rem;
    background: url(../img/sp_bg01.png) top center no-repeat, #F59D5E;
    background-size: 100% auto;
  }
  .inner {
    width: 100%;
    padding: 0 3%;
    max-width: 100%;
    margin: auto;
  }
  h1 {
    margin-bottom: 1.5rem;
  }
  h1 img {
    width: 60%;
  }
  .pink_box h3 {
    font-size: 2.6rem;
  }
  ul.class02 {
    text-align: center;
    padding: 1rem 3rem;
    justify-content: center;
  }
  ul.class04 > li {
    font-size: 1.5rem;
  }
  .class06 img {
    width: 100%;
  }
  .class07 {
    width: auto;
    padding: 0.5rem 1rem;
    font-size: 1.2rem;
  }
  .class09 small {
    font-size: 2rem;
  }
  ul.class08 {
    display: block;
    position: relative;
  }
  ul.class08 > li.title {
    position: absolute;
    top: -1.5rem;
    right: 0;
    font-size: 1.2rem;
  }
  ul.class08 > li.txt {
    font-size: 1rem;
  }
  .pink_box {
    padding: 2rem 1rem;
  }
  .pink_box h4 {
    font-size: 2rem;
    margin-bottom: 1em;
  }
  .pink_box h5 {
    font-size: 1.5rem;
  }
  .btn01 > a {
    font-size: 1.5rem;
    padding: 0.5em 5em;
  }
  .tel_area {
    margin: 4rem auto;
  }
  .tel_area h2 {
    font-size: 2.6rem;
  }
  .tel_area h3 {
    font-size: 1.8rem;
  }
  .tel_area .tel {
    font-size: 4rem;
  }
  .tel_area .tel img {
    width: 6rem;
  }
  .tel_area .time {
    font-size: 1.5rem;
  }
  .tel_area .lead {
    font-size: 1rem;
  }
  .privacy {
    padding: 0;
  }
  .privacy h3 {
    font-size: 1.8rem;
  }
  .privacy .lead {
    font-size: 1rem;
  }
  .fs30 {
    font-size: 2rem;
  }
  .fs25 {
    font-size: 1.5rem;
  }
}
