.pc {
  display: block !important;
}
.sp {
  display: none !important;
}
html {
  font-size: 62.5%;
}
body {
  background: #fff;
  color: #0b0f12;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-feature-settings: "palt";
  font-size: 1.6rem;
  font-weight: 500;
  font-style: normal;
  line-height: 1.6;
  margin: 0;
}
.wrap {
  margin: auto;
  max-width: 100%;
}
.clearfix:after {
  content: "";
  clear: both;
  display: block;
}
img {
  width: 100%;
  vertical-align: bottom;
}
ul {
  list-style: none;
}
a:link,a:visited,a:hover,a:active {
  color: #333;
  text-decoration: none;
}
a img:hover {
  filter: brightness(1.2);
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
@media only screen and (max-width: 1200px) {
  html {
    font-size: 0.8333333333333334vw;
  }
}
@media only screen and (max-width: 749px) {
  html {
    font-size: 2.67022696929239vw;
  }
}

/*notes*/
header .header__top__wrap {
  position: fixed;
  top: 0;
  background: #fff;
  box-sizing: border-box;
  padding: 1rem 2%;
  width: 100%;
  z-index: 2;
}
header .header__top {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: auto;
  width: 120rem;
}
header .header__top .logo {
  width: 15.5rem;
}
header .header__top div {
  align-items: center;
  display: flex;
}
header .header__top div nav ul {
  align-items: center;
  display: flex;
}
header .header__top div nav ul li {
  font-weight: 700;
  margin-right: 3rem;
}
header .header__top div a img {
  margin-left: 1rem;
  width: 14rem;
}
header .header__main__wrap {
  background: #9fd8e7;
  margin: 6rem auto 0;
  padding: 5rem 2% 6rem;
}
header .header__main__wrap h1 {
  margin: auto;
  width: 111.7rem;
}
header .header__main__wrap a img {
  display: block;
  margin: -8rem auto 0;
  width: 36rem;
}
header .header__bottom__wrap {
  position: relative;
  background: #00a4c5;
  padding: 4rem 2%;
  text-align: center;
}
header .header__bottom__wrap:before {
  position: absolute;
  content: '';
  top: 100%;
  left: 50%;
  margin-left: -3.0rem;
  border: 3.0rem solid transparent;
  border-top: 3.6rem solid #00a4c5;
  z-index: 1;
}
header .header__bottom__wrap p {
  color: #ffff00;
  font-size: 3.4rem;
  font-weight: 900;
  line-height: 1.4;
}

/*notes*/
.s01__wrap {
  position: relative;
  background: center center / cover url(../img/0100.webp) no-repeat;
  border-bottom: .5rem solid #0b0f12;
  padding: 9rem 2%;
}
.s01__wrap:before {
  position: absolute;
  content: '';
  background: 100% / 100% url(../img/0103.webp) no-repeat;
  width: 6.4rem;
  height: 4.2rem;
  bottom: -6.3rem;
  left: 50%;
  transform: translate(-50%, -50%);
}
h2 {
  font-size: 4.0rem;
  font-weight: 900;
  letter-spacing: .025em;
  line-height: 1.3;
  margin-bottom: 1.5em;
  text-align: center;
}
.s01__wrap ul {
  display: table;
  margin: auto;
}
.s01__wrap li {
  position: relative;
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: .75em;
  padding-left: 1.5em;
}
.s01__wrap li:before {
  position: absolute;
  content: '';
  background: 100% / 100% url(../img/0101.webp) no-repeat;
  width: 3.4rem;
  height: 3.0rem;
  top: 10%;
  left: 0;
}
.s01__wrap li span {
  background: linear-gradient(transparent 80%, #ffff00 0%);
  color: #5ab2bb;
  font-weight: 900;
}
.s01__wrap img {
  display: block;
  margin: 4rem auto;
  width: 54.7rem;
}
.s01__wrap p {
  font-size: 4.0rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-align: center;
}
.s01__wrap p span {
  color: #5ab2bb;
  font-size: 4.6rem;
  font-weight: 900;
  background: linear-gradient(transparent 94%, #5ab2bb 0%);
}

/*notes*/
.s02__wrap {
  padding: 9rem 4%;
}
.s02__wrap h2 {
  font-weight: 700;
}
.s02__wrap h2 span {
  color: #5ab2bb;
  font-size: 6.0rem;
  font-weight: 900;
  letter-spacing: .1em;
}
.s02__wrap ul {
  display: flex;
  justify-content: space-between;
  margin: 0 auto 8rem;
  width: 100rem;
}
.s02__wrap ul li {
  width: 30rem;
}
.s02__wrap ul li h3 {
  position: relative;
  background: #ffe500;
  border: .3rem solid #0b0f12;
  border-radius: 2em;
  font-size: 1.8rem;
  margin: 0 auto 1.5em;
  padding: .25em;
  text-align: center;
  width: 24rem;
}
.s02__wrap ul li h3:before {
  position: absolute;
  content: '';
  top: 100%;
  left: 50%;
  margin-left: -.5rem;
  border: 1.0rem solid transparent;
  border-top: 1.2rem solid #0b0f12;
}
.s02__wrap ul li p span {
  background: linear-gradient(transparent 70%, #ffff00 0%);
  color: #5ab2bb;
  font-weight: 700;
}
.s02__wrap div {
  align-items: center;
  display: flex;
  justify-content: center;
  font-size: 2.4rem;
  font-weight: 700;
}
.s02__wrap div img {
  margin-right: .5em;
  width: 60.8rem;
}
.s02__wrap .t1 {
  font-size: 2.6rem;
  font-weight: 700;
  margin-top: 1em;
  text-align: center;
}
.s02__wrap .t1 span {
  background: linear-gradient(transparent 80%, #9fd8e7 0%);
}

/*notes*/
.s03__wrap {
  background: #00a4c5;
  padding: 6rem 1%;
  text-align: center;
}
.s03__wrap h3 {
  color: #fbf115;
  font-size: 3.6rem;
  font-weight: 900;
  letter-spacing: .1em;
  margin-bottom: .5em;
}
.s03__wrap p {
  position: relative;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 700;
}
.s03__wrap p img {
  margin: 0 .25em -.5em;
  width: 5.6rem;
}
.s03__wrap p:before {
  position: absolute;
  content: '';
  background: 100% / 100% url(../img/0301.webp) no-repeat;
  width: 104.5rem;
  height: 150rem;
  left: 50%;
  transform: translate(-50%, -50%);
}

/*notes*/
.s04__wrap {
  padding: 9rem 4%;
}
.s04__wrap ul {
  display: flex;
  justify-content: space-between;
  margin: 0 auto 4rem;
  width: 87rem;
}
.s04__wrap ul li {
  width: 15.6rem;
}
.s04__wrap ul li h3 {
  font-size: 2.4rem;
  letter-spacing: .05em;
  text-align: center;
}
.s04__wrap h2 {
  font-size: 3.2rem;
  letter-spacing: 0;
  margin-bottom: 0;
}
.s04__wrap h2 span {
  color: #00a4c5;
  font-size: 4.6rem;
}

/*notes*/
.s05__wrap {
  position: relative;
  background: center center / cover url(../img/0500.webp) no-repeat;
  padding: 9rem 2%;
}
.s05__wrap:before {
  position: absolute;
  content: '';
  top: 100%;
  left: 50%;
  margin-left: -3.0rem;
  border: 3.0rem solid transparent;
  border-top: 3.6rem solid #9fd8e7;
}
.s05__wrap h2 {
  font-weight: 700
}
.s05__wrap ul {
  display: flex;
  justify-content: space-between;
  margin: 0 auto 4rem;
  width: 98rem;
}
.s05__wrap ul li {
  background: #fff;
  border: .2rem solid #0b0f12;
  border-radius: 2rem;
  box-sizing: border-box;
  padding: 2rem;
  width: 30rem;
}
.s05__wrap ul li h3 {
  background: #ffe500;
  border: .3rem solid #0b0f12;
  border-radius: 2em;
  box-sizing: border-box;
  font-size: 1.8rem;
  margin: -4rem auto 2rem;
  padding: .25em;
  text-align: center;
  width: 24rem;
}
.s05__wrap ul li .price {
  color: #ff9518;
  font-size: 1.3rem;
  font-weight: 900;
  letter-spacing: .1em;
  text-align: center;
}
.s05__wrap ul li .price span {
  font-size: 2.0rem;
}
.s05__wrap ul li .price span span {
  font-size: 3.2rem;
}
.s05__wrap ul li div h4 {
  background: #9fd8e7;
  border-radius: .4rem;
  margin-top: 1em;
  padding: .25rem;
  text-align: center;
}
.s05__wrap ul li div:nth-child(3) p {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.3;
  margin-top: .5em;
  text-align: center;
}
.s05__wrap ul li div:nth-child(4) h4 {
  background: #ff9518;
  color: #fff;
}
.s05__wrap ul li div:nth-child(4) p {
  margin-top: .25em;
}
.s05__wrap ul li div:nth-child(4) p:first-letter {
  color: #ff9518;
}
.s05__wrap ul li:nth-child(3) div:nth-child(4) p:first-letter {
  color: #0b0f12;
}
.s05__wrap .t1 {
  font-size: 2.6rem;
  font-weight: 700;
  text-align: center;
}
.s05__wrap img {
  display: block;
  margin: .5em auto 0;
  width: 59.6rem;
}

/*notes*/
.s06__wrap {
  padding: 9rem 2%;
}
.s06__wrap .t1,
.s06__wrap .t2 {
  font-size: 2.6rem;
  font-weight: 700;
  letter-spacing: .025em;
  line-height: 1.4;
  margin-bottom: .5em;
  text-align: center;
}
.s06__wrap .t1 span {
  color: #ff9518;
  font-size: 3.6rem;
}
.s06__wrap .t2 {
  background: linear-gradient(transparent 90%, #ff9518 0%);
  display: table;
  margin: 0 auto 6rem;
}
.s06__wrap .t2 span {
  color: #ff9518;
}
.s06__wrap .box__wrap {
  position: relative;
  background: #fff;
  border: .2rem solid #0b0f12;
  border-radius: 2rem;
  box-sizing: border-box;
  margin: auto;
  padding: 2rem;
  width: 42rem;
}
.s06__wrap .box__wrap:before {
  position: absolute;
  content: '';
  background: 100% / 100% url(../img/0601.webp) no-repeat;
  width: 22.6rem;
  height: 22.3rem;
  top: 25%;
  right: -25rem;
}
.s06__wrap .box__wrap h3 {
  background: #ffe500;
  border: .3rem solid #0b0f12;
  border-radius: 2em;
  box-sizing: border-box;
  font-size: 1.8rem;
  margin: -4rem auto 2rem;
  padding: .25em;
  text-align: center;
  width: 24rem;
}
.s06__wrap .box__wrap .price {
  color: #ff9518;
  font-size: 1.6rem;
  font-weight: 900;
  letter-spacing: .1em;
  text-align: center;
}
.s06__wrap .box__wrap .price span {
  font-size: 2.4rem;
}
.s06__wrap .box__wrap .price span span {
  font-size: 3.8rem;
}
.s06__wrap .box__wrap div h4 {
  background: #9fd8e7;
  border-radius: .4rem;
  margin-top: 1em;
  padding: .25rem;
  text-align: center;
}
.s06__wrap .box__wrap div:nth-child(3) p {
  font-size: 1.6rem;
  line-height: 1.5;
  margin-top: .5em;
}
.s06__wrap .box__wrap div:nth-child(4) h4 {
  background: #ff9518;
  color: #fff;
}
.s06__wrap .box__wrap div:nth-child(4) p {
  margin-top: .25em;
  padding: 0 1em;
}
.s06__wrap .box__wrap div:nth-child(4) p:first-letter {
  color: #ff9518;
}
.s06__wrap .box__wrap div:nth-child(4) {
  display: table;
  margin: auto;
}

/*notes*/
.s07__wrap {
  background: center center / cover url(../img/0700.webp) no-repeat;
  padding: 9rem 2%;
}
.s07__wrap h2 {
  font-weight: 700;
}
.s07__wrap ul {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
  margin: auto;
  width: 90rem;
}
.s07__wrap ul li {
  position: relative;
  width: 18rem;
}
.s07__wrap ul li:before {
  position: absolute;
  content: '';
  background: 100% / 100% url(../img/0705.webp) no-repeat;
  width: 1.6rem;
  height: 3.2rem;
  top: 6rem;
  right: -22%;
}
.s07__wrap ul li:last-child:before {
  display: none;
}
.s07__wrap ul li img {
  display: block;
  margin: auto;
  width: 16rem;
}
.s07__wrap ul li h3 {
  background: #ffe500;
  border: .2rem solid #0b0f12;
  border-radius: 2em;
  box-sizing: border-box;
  font-size: 1.8rem;
  margin: 1rem auto;
  padding: .25em;
  text-align: center;
}
.s07__wrap ul li p {
  position: relative;
  line-height: 1.5;
  margin-bottom: .5em;
  padding-left: 1.25em;
}
.s07__wrap ul li p:before {
  position: absolute;
  content: '';
  background: 100% / 100% url(../img/0706.webp) no-repeat;
  width: 1.6rem;
  height: 1.7rem;
  top: 15%;
  left: 0;
}

/*notes*/
.s08__wrap {
  padding: 9rem 2%;
}
.s08__wrap h2 {
  font-weight: 700;
}
.acc__wrap {
  position: relative;
  margin: auto;
  max-width: 60rem;
}
.acc__wrap:before {
  position: absolute;
  content: '';
  background: 100% / 100% url(../img/0801.webp) no-repeat;
  width: 27.1rem;
  height: 17.7rem;
  top: 45%;
  left: -30rem;
}
.acc__wrap .question {
  position: relative;
  align-items: center;
  cursor: pointer;
  display: flex;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.3;
  padding-bottom: 1em;
  padding-right: 2.5em;
}
.acc__wrap .question p:nth-of-type(1) {
  align-items: flex-start;
  background: #ffe500;
  border: .2rem solid #0b0f12;
  border-radius: 3.2rem;
  display: flex;
  font-size: 3.4rem;
  font-weight: 700;
  height: 4.6rem;
  justify-content: center;
  margin-right: .5em;
  max-width: 4.6rem;
  width: 100%;
}
.acc__wrap .question p:nth-of-type(2) {
  width: 90%;
}
.acc__wrap .question:before {
  position: absolute;
  content: "";
  top: 20%;
  right: 1rem;
  width: 2.4rem;
  height: .3rem;
  transform: rotate(90deg);
  background: #0b0f12;
  transition: all .3s ease-in-out;
}
.acc__wrap .question:after {
  content: "";
  position: absolute;
  top: 20%;
  right: 1rem;
  width: 2.4rem;
  height: .3rem;
  background: #0b0f12;
  transition: all .1s ease-in-out;
}
.acc__wrap .question.open:before {
  background: #0b0f12;
  transform: rotate(180deg);
}
.acc__wrap .question.open:after {
  opacity: 0;
}
.acc__wrap .answer {
  background: #ffe500;
  border: .3rem solid #0b0f12;
  border-radius: 1rem;
  margin-bottom: 3em;
  padding: 1em;
}

/*notes*/
footer {
  font-size: 1.4rem;
  padding: .5em;
  text-align: center;
}

/*notes*/
.s11__wrap {
  padding: 15rem 2%;
}
.s11__wrap h2 {
  color: #00a4c5;
}
form {
  margin: auto;
  max-width: 56rem;
}
form .input__wrap {
  margin-bottom: 1.6rem;
}
form .item__wrap {
  margin-top: .5em;
}
form .item__wrap span {
  background: #00a4c5;
  border-radius: .4rem;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 400;
  margin-right: .5em;
  padding: .2em .5em;
  text-align: center;
}
form .item__wrap span.any {
  background: #f5f5f1;
  color: #333;
}
form input[type=text],
form input[type=mail],
form input[type=tel],
form input[type=number],
form textarea {
  background: #fff;
  border: 2px solid #dadada;
  border-radius: .4rem;
  box-sizing: border-box;
  font-size: 1.6rem;
  margin-top: .25em;
  padding: 2.5%;
  width: 100%;
}
form textarea {
  font-family: "Zen Kaku Gothic New", sans-serif;
  height: 15rem;
}
form select {
  background: #fff;
  border: .2rem solid #dadada;
  border-radius: .4rem;
  box-sizing: border-box;
  font-size: 1.6rem;
  margin-top: .25em;
  padding: 2.5%;
  width: 100%;
}
.checkbox__wrap {
  display: flex;
  justify-content: center;
  margin-top: .5em;
}
form input[type=submit] {
  background: center center / cover url(../img/1101.webp) no-repeat;
  border: none;
  cursor: pointer;
  display: block;
  margin: 2em auto 0;
  text-indent: -9999px;
  height: 7.6rem;
  width: 22rem;
}
::-webkit-input-placeholder {
  color: #cacaca;
  font-weight: 700;
}
article {
  background: #fafafa;
  border: .2rem solid #dadada;
  border-radius: .4rem;
  box-sizing: border-box;
  height: 15rem;
  margin: 1em auto 0;
  overflow: scroll;
  padding: 1em;
}
article h3 {
  font-size: 1.8rem;
  margin-bottom: .5em;
  text-align: center;
}
article h4 {
  font-size: 1.4rem;
  margin-top: 1em;
}
article p {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.3;
}

/*notes*/
.s21__wrap {
  align-items: center;
  display: flex;
  justify-content: center;
  padding: 0 2%;
  height: 95vh;
}
.s21__wrap h3 {
  color: #00a4c5;
  font-size: 2.4rem;
  margin-bottom: 6rem;
  text-align: center;
}
.s21__wrap a {
  border: 1px solid #00a4c5;
  border-radius: .4rem;
  color: #00a4c5;
  display: table;
  font-size: 1.8rem;
  margin: auto;
  padding: .5em 3em;
  text-align: center;
}





@media screen and (max-width:749px){
.pc {
  display: none !important;
}
.sp {
  display: block !important;
}

/*notes*/
header .header__top {
  width: 100%;
}
header .header__top .logo {
  width: 10rem;
}
header .header__top div a img {
  margin-left: .5rem;
  width: 11rem;
}
header .header__main__wrap {
  padding: 3rem 2%;
}
header .header__main__wrap h1 {
  width: 100%;
}
header .header__main__wrap a img {
  margin: 2rem auto 0;
  width: 70%;
}
header .header__bottom__wrap {
  padding: 3rem 2%;
}
header .header__bottom__wrap p {
  font-size: 1.8rem;
}

/*notes*/
.s01__wrap {
  position: relative;
  padding: 5rem 2%;
}
h2 {
  font-size: 2.6rem;
}
.s01__wrap li {
  font-size: 1.8rem;
  letter-spacing: -.05em;
}
.s01__wrap li:before {
  width: 2.5rem;
  height: 2.2rem;
}
.s01__wrap img {
  margin: 2rem auto;
  width: 90%;
}
.s01__wrap p {
  font-size: 2.0rem;
  letter-spacing: 0;
}
.s01__wrap p span {
  font-size: 3.6rem;
}

/*notes*/
.s02__wrap {
  padding: 5rem 4%;
}
.s02__wrap h2 span {
  font-size: 4.0rem;
}
.s02__wrap ul {
  display: block;
  margin: 0 auto 4rem;
  width: 100%;
}
.s02__wrap ul li {
  margin: 2rem auto 0;
  width: 80%;
}
.s02__wrap div {
  display: block;
  font-size: 2.0rem;
  text-align: center;
}
.s02__wrap div img {
  margin-right: 0;
  width: 100%;
}
.s02__wrap .t1 {
  font-size: 2.0rem;
  margin-top: 0;
}

/*notes*/
.s03__wrap {
  padding: 4rem 1%;
}
.s03__wrap h3 {
  font-size: 2.2rem;
  letter-spacing: 0;
}
.s03__wrap p {
  font-size: 1.6rem;
}
.s03__wrap p img {
  width: 3.6rem;
}
.s03__wrap p:before {
  display: none;
}
.s03__wrap .sp {
  display: block;
  margin: 2em auto 0;
  width: 80%;
}

/*notes*/
.s04__wrap {
  padding: 5rem 4%;
}
.s04__wrap ul {
  flex-wrap: wrap;
  margin: 0 auto 1rem;
  width: 100%;
}
.s04__wrap ul li {
  margin-bottom: 2em;
  width: 44%;
}
.s04__wrap ul li h3 {
  font-size: 2.0rem;
}
.s04__wrap h2 {
  font-size: 2.6rem;
  letter-spacing: 0;
  line-height: 1.4;
}
.s04__wrap h2 span {
  color: #00a4c5;
  font-size: 3.6rem;
}

/*notes*/
.s05__wrap {
  padding: 5rem 4%;
}
.s05__wrap ul {
  display: block;
  margin: 0 auto 3rem;
  width: 100%;
}
.s05__wrap ul li {
  margin-top: 3rem;
  width: 100%;
}
.s05__wrap .t1 {
  font-size: 1.6rem;
  letter-spacing: -.1em;
  text-align: center;
}
.s05__wrap img {
  width: 100%;
}

/*notes*/
.s06__wrap {
  padding: 5rem 4%;
}
.s06__wrap .t1,
.s06__wrap .t2 {
  font-size: 1.7rem;
}
.s06__wrap .t1 span {
  font-size: 2.0rem;
}
.s06__wrap .t2 {
  background: none;
  margin: 0 auto 4rem;
}
.s06__wrap .box__wrap {
  width: 100%;
}
.s06__wrap .box__wrap:before {
  display: none;
}

/*notes*/
.s07__wrap {
  padding: 5rem 2%;
}
.s07__wrap ul {
  display: block;
  width: 100%;
}
.s07__wrap ul li {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
  margin-top: 3em;
  width: 100%;
}
.s07__wrap ul li:before {
  top: auto;
  bottom: -4rem;
  left: 50%;
  transform: translate(-50%, -50%);
  transform: rotate(90deg)
}
.s07__wrap ul li img {
  margin: 0;
  width: 30%;
}
.s07__wrap ul li div {
  width: 64%;
}
.s07__wrap ul li h3 {
  font-size: 1.6rem;
}
.s07__wrap ul li p {
  margin-bottom: .25em;
}

/*notes*/
.s08__wrap {
  padding: 5rem 2%;
}
.acc__wrap {
  max-width: 100%;
}
.acc__wrap:before {
  display: none;
}
.acc__wrap .question {
  font-size: 1.6rem;
}
.acc__wrap .question p:nth-of-type(1) {
  font-size: 2.8rem;
  height: 4.0rem;
  max-width: 4.0rem;
}
.acc__wrap .answer {
  font-size: 1.4rem;
}

/*notes*/
footer {
  font-size: 1.2rem;
}

/*notes*/
.s11__wrap {
  padding: 9rem 2%;
}
form input[type=text],
form input[type=mail],
form input[type=tel],
form input[type=number],
form textarea {
  padding: 3%;
}
form textarea {
  font-family: "Zen Kaku Gothic New", sans-serif;
  height: 15rem;
}
form select {
  padding: 3%;
}
article {
  background: #fafafa;
  border: .2rem solid #dadada;
  border-radius: .4rem;
  box-sizing: border-box;
  height: 15rem;
  margin: 1em auto 0;
  overflow: scroll;
  padding: 1em;
}

/*notes*/
.s21__wrap h3 {
  font-size: 1.8rem;
  margin-bottom: 4rem;
}
.s21__wrap a {
  font-size: 1.5rem;
}
}
