.pc {
  display: block !important;
}
.sp {
  display: none !important;
}
html {
  font-size: 62.5%;
}
body {
  background: #fff;
  color: #333;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-feature-settings: "palt";
  font-size: 1.8rem;
  font-weight: 500;
  font-style: normal;
  line-height: 1.8;
  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: #019fd8;
}
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;
  filter: drop-shadow(0 0 1.6rem rgba(35,186,213,0.32));
  padding: 1rem 2%;
  width: 100%;
  z-index: 1;
}
header .header__top__wrap div {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: auto;
  max-width: 120rem;
}
header .header__top__wrap p {
  color: #23bad5;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1;
}
header .header__top__wrap .headerbtn {
  position: relative;
  align-items: center;
  display: flex;
  justify-content: center;
  background: linear-gradient(to right, #ff7b36, #ff4200);
  border-radius: 3.8rem;
  box-sizing: border-box;
  filter: drop-shadow(0 0 .8rem rgba(0,0,0,0.46));
  font-size: 1.5rem;
  font-weight: 700;
  margin-left: auto;
  padding-right: 1em;
  height: 4.6rem;
  width: 22rem;
}
header .header__top__wrap .headerbtn:before {
  position: absolute;
  content: '';
  background: 100% / 100% url(../img/0004.webp) no-repeat;
  width: 1.4rem;
  height: 1.4rem;
  top: 33%;
  right: 7%;
}
a.headerbtn:link,a.headerbtn:visited {
  color: #fff;
  text-decoration: none;
}
header .header__main__wrap {
  background: center center / cover url(../img/0000.webp) no-repeat;
  border-bottom: 1rem solid #fff;
  margin: 6rem auto 0;
  padding: 6rem 0;
  text-align: center;
}
header .header__main__wrap p:nth-child(1) {
  color: #ff4200;
  font-size: 2.8rem;
  font-weight: 700;
  margin-bottom: .25em;
}
header .header__main__wrap .i1 {
  filter: drop-shadow(0 0 .8rem rgba(35,186,213,0.46));
  width: 56rem;
}
header .header__main__wrap p:nth-child(3) {
  color: #014e5e;
  font-size: 2.8rem;
  font-weight: 700;
  margin: .25em 0;
}
header .header__main__wrap h1 {
  color: #23bad5;
  font-size: 5.4rem;
  line-height: 1.3;
  margin-bottom: 8rem;
}
.btn {
  position: relative;
  align-items: center;
  display: flex;
  justify-content: center;
  background: #ff7b36;
  border-radius: 3.8rem;
  box-sizing: border-box;
  filter: drop-shadow(0 0 .8rem rgba(0,0,0,0.46));
  font-size: 2.6rem;
  font-weight: 700;
  margin: auto;
  padding-right: 1em;
  height: 7.6rem;
  width: 36rem;
}
.btn:before {
  position: absolute;
  content: '';
  background: 100% / 100% url(../img/0002.webp) no-repeat;
  width: 2.4rem;
  height: 2.4rem;
  top: 33%;
  right: 7%;
}
.btn:after {
  position: absolute;
  content: '';
  background: 100% / 100% url(../img/0003.webp) no-repeat;
  width: 10rem;
  height: 10rem;
  top: -110%;
  right: -25%;
}
a.btn:link,a.btn:visited {
  color: #fff;
  text-decoration: none;
}

/*notes*/
.s01__wrap {
  background: center center / cover url(../img/0100.webp) no-repeat;
  padding: 6rem 0;
  text-align: center;
}
h2 {
  color: #23bad5;
  font-size: 4.0rem;
  letter-spacing: .075em;
  line-height: 1.3;
  margin-bottom: 1.5em;
  text-align: center;
}
h2 span {
  position: relative;
  display: table;
  background: #23bad5;
  border-radius: .4rem;
  color: #ffff3e;
  font-size: 1.8rem;
  letter-spacing: .075em;
  margin: 0 auto 1em;
  padding: .25em .5em;
  text-align: center;
}
h2 span:before {
  position: absolute;
  content: '';
  top: 100%;
  left: 50%;
  margin-left: -.6em;
  border: .6rem solid transparent;
  border-top: .8rem solid #23bad5;
}
.s01__wrap p {
  font-size: 2.0rem;
  line-height: 1.6;
}

/*notes*/
.s02__wrap {
  background: #f6fbf8;
  padding: 6rem 0;
}
.s02__wrap ul {
  margin: auto;
  width: 92rem;
}
.s02__wrap ul li {
  align-items: flex-start;
  justify-content: space-between;
  display: flex;
  margin-bottom: 6rem;
}
.s02__wrap ul li:last-child {
  margin-bottom: 0;
}
.s02__wrap ul li:nth-child(even) {
  flex-direction: row-reverse;
}
.s02__wrap ul li img {
  filter: drop-shadow(0 1.6rem 1.6rem rgba(35,186,213,0.32));
  width: 40rem;
}
.s02__wrap ul li div {
  width: 48rem;
}
.s02__wrap ul li div p:nth-child(1) {
  align-items: center;
  display: flex;
  color: #23bad5;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
}
.s02__wrap ul li div p:nth-child(1) span {
  font-size: 8.0rem;
}
.s02__wrap ul li div h3 {
  color: #014e5e;
  font-size: 2.6rem;
  line-height: 1.4;
  margin-bottom: .5em;
}
.s02__wrap .btn,
.s04__wrap .btn,
.s05__wrap .btn {
  margin-top: 5rem;
}
.s02__wrap .btn:after,
.s04__wrap .btn:after,
.s05__wrap .btn:after {
  display: none;
}

/*notes*/
.s03__wrap {
  padding: 6rem 0;
}
.s03__wrap p {
  font-size: 2.0rem;
  text-align: center;
}
.s03__wrap table {
  border: .3rem solid #014e5e;
  border-collapse: separate;
  border-radius: 2rem;
  margin: 4rem auto 8rem;
  overflow: hidden;
  text-align: left;
  width: 54rem;
}
.s03__wrap table tr th {
  background: #23bad5;
  border: .05rem solid #014e5e;
  color: #fff;
  padding: 2rem;
  vertical-align: middle;
  width: 32%;
}
.s03__wrap table tr td {
  border: .05rem solid #014e5e;
  font-weight: 700;
  padding: 2rem;
  vertical-align: middle;
}
.s03__wrap table tr:nth-child(1) td {
  color: #ff4200;
  font-size: 3.2rem;
  padding: 0 2rem;
}
.s03__wrap .box1__wrap {
  position: relative;
  background: #f6fbf8;
  border-radius: 2rem;
  box-sizing: border-box;
  margin: 0 auto 6rem;
  padding: 1.25em;
  width: 64rem;
}
.s03__wrap .box1__wrap:before {
  position: absolute;
  content: '';
  background: 100% / 100% url(../img/0301.webp) no-repeat;
  width: 75.1rem;
  height: 15.7rem;
  top: 5%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.s03__wrap .box2__wrap {
  display: flex;
  justify-content: space-between;
  margin: auto;
  width: 84rem;
}
.s03__wrap .box2__wrap .box {
  width: 40rem;
}
.s03__wrap .box2__wrap .box img {
  filter: drop-shadow(0 1.6rem 1.6rem rgba(35,186,213,0.32));
}
.s03__wrap .box2__wrap .box p:nth-child(2) {
  display: table;
  background: #23bad5;
  border-radius: 2em;
  color: #fff;
  font-size: 1.8rem;
  margin: 1rem auto;
  width: 16rem;
}
.s03__wrap .box2__wrap .box h3 {
  font-size: 2.4rem;
  line-height: 1.3;
  text-align: center;
}
.s03__wrap .box2__wrap .box p:nth-child(4) {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.6;
  margin: 1em 0;
  text-align: center;
}
.s03__wrap .box2__wrap .box li {
  background: #f1f1f1;
  line-height: 1.3;
  margin: .3rem 0;
  padding: .25em;
  text-align: center;
}

/*notes*/
.s04__wrap {
  background: #f6fbf8;
  padding: 6rem 0;
}
.s04__wrap .box__wrap {
  display: flex;
  justify-content: space-between;
  margin: auto;
  width: 98rem;
}
.s04__wrap .box__wrap .box {
  filter: drop-shadow(0 1.6rem 1.6rem rgba(35,186,213,0.32));
  background: #fff;
  border-radius: 2rem;
  width: 30rem;
}
.s04__wrap .box__wrap .box div:nth-child(1) {
  position: relative;
  background: #23bad5;
  border-radius: 2rem 2rem 0 0;
  color: #fff;
  padding: 1.25em 0;
  text-align: center;
}
.s04__wrap .box__wrap .box div:nth-child(1):before {
  position: absolute;
  content: '';
  top: 100%;
  left: 50%;
  margin-left: -1.0rem;
  border: 1.0rem solid transparent;
  border-top: 1.0rem solid #23bad5;
}
.s04__wrap .box__wrap .box div:nth-child(1) h3 {
  font-size: 2.2rem;
  line-height: 1.3;
}
.s04__wrap .box__wrap .box div:nth-child(1) p {
  font-size: 1.6rem;
}
.s04__wrap .box__wrap .box div:nth-child(2) {
  padding: 2rem;
  text-align: center;
}
.s04__wrap .box__wrap .box div:nth-child(2) p:nth-child(1) {
  border-bottom: .1rem solid #23bad5;
  color: #23bad5;
  font-size: 1.7rem;
}
.s04__wrap .box__wrap .box div:nth-child(2) p:nth-child(2) {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1;
  margin: .75em 0;
}
.s04__wrap .box__wrap .box div:nth-child(2) p:nth-child(2) span {
  color: #ff4200;
  font-size: 3.6rem;
}
.s04__wrap .box__wrap .box div:nth-child(2) p:nth-child(3) {
  font-size: 1.4rem;
}
.s04__wrap .box__wrap .box div:nth-child(2) li {
  background: #23bad5;
  border-radius: 2em;
  color: #fff;
  font-size: 1.6rem;
  margin: .4rem 0;
  padding: .25em 0;
}
.s04__wrap .box__wrap .box:nth-child(3) div:nth-child(2) p:nth-child(2) {
  margin-bottom: 0;
}

/*notes*/
.s05__wrap {
  padding: 6rem 0;
}
.s05__wrap ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto 4rem;
  width: 84rem;
}
.s05__wrap ul li {
  margin-bottom: 4rem;
  text-align: center;
  width: 28rem;
}
.s05__wrap ul li img {
  margin-bottom: .5em;
  width: 12rem;
}
.s05__wrap ul li p:nth-child(1) {
  color: #23bad5;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1;
}
.s05__wrap ul li h3 {
  font-size: 2.0rem;
  margin-bottom: .5em;
}
.s05__wrap ul li p:nth-child(3) {
  font-size: 1.6rem;
  line-height: 1.4;
}
.s05__wrap .box__wrap {
  position: relative;
  background: #f6fbf8;
  border-radius: 2rem;
  box-sizing: border-box;
  font-size: 2.0rem;
  margin: auto;
  padding: 1.25em;
  text-align: center;
  width: 64rem;
}
.s05__wrap .box__wrap:before {
  position: absolute;
  content: '';
  background: 100% / 100% url(../img/0507.webp) no-repeat;
  width: 11.1rem;
  height: 15.7rem;
  top: -25%;
  right: -12%;
}

/*notes*/
.s06__wrap {
  position: relative;
  background: #f6fbf8;
  padding: 6rem 0 26rem;
}
.s06__wrap:before {
  position: absolute;
  content: '';
  background: 100% / 100% url(../img/0601.webp) no-repeat;
  width: 30.7rem;
  height: 18.8rem;
  bottom: 13%;
  left: 4%;
}
.acc__wrap {
  margin: auto;
  max-width: 68rem;
  padding-bottom: 1em;
}
.acc__wrap .question {
  position: relative;
  align-items: center;
  cursor: pointer;
  display: flex;
  font-size: 2.0rem;
  font-weight: 700;
  line-height: 1.3;
  padding-bottom: 1.25em;
  padding-right: 2.5em;
}
.acc__wrap .question p:nth-of-type(1) {
  align-items: center;
  background: #ff4200;
  border-radius: 3.2rem;
  color: #fff;
  display: flex;
  font-size: 2.8rem;
  font-weight: 700;
  height: 4.6rem;
  justify-content: center;
  margin-right: .25em;
  width: 4.6rem;
}
.acc__wrap .question p:nth-of-type(2) {
  width: 90%;
}
.acc__wrap .question:before {
  position: absolute;
  content: "";
  top: 20%;
  right: 1.5rem;
  width: 3rem;
  height: .1rem;
  transform: rotate(90deg);
  background: #333;
  transition: all .3s ease-in-out;
}
.acc__wrap .question:after {
  content: "";
  position: absolute;
  top: 20%;
  right: 1.5rem;
  width: 3rem;
  height: .1rem;
  background: #333;
  transition: all .1s ease-in-out;
}
.acc__wrap .question.open:before {
  background: #333;
  transform: rotate(180deg);
}
.acc__wrap .question.open:after {
  opacity: 0;
}
.acc__wrap .answer {
  background: #fff;
  border-radius: 1rem;
  margin-bottom: 2em;
  padding: 1em;
}

/*notes*/
footer {
  background: #f6fbf8;
  font-size: 1.2rem;
  text-align: center;
}










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

/*notes*/
header .header__top__wrap {
  padding: .75rem;
}
header .header__top__wrap p {
  font-size: 2.0rem;
}
header .header__top__wrap .headerbtn {
  font-size: 1.3rem;
  height: 4.0rem;
  width: 18rem;
}
header .header__top__wrap .headerbtn:before {
  width: 1.2rem;
  height: 1.2rem;
}
header .header__main__wrap {
  background: bottom center / cover url(../img/0000_sp.webp) no-repeat;
  padding: 3rem 0;
}
header .header__main__wrap p:nth-child(1) {
  font-size: 1.8rem;
}
header .header__main__wrap .i1 {
  width: 90%;
}
header .header__main__wrap p:nth-child(3) {
  font-size: 1.6rem;
}
header .header__main__wrap h1 {
  font-size: 2.8rem;
  margin-bottom: 18rem;
}
.btn {
  font-size: 2.0rem;
  height: 6rem;
  width: 80%;
}
.btn:before {
  width: 2.0rem;
  height: 2.0rem;
}
.btn:after {
  width: 8rem;
  height: 8rem;
  top: -110%;
  right: -10%;
}
a.btn:link,a.btn:visited {
  color: #fff;
  text-decoration: none;
}

/*notes*/
.s01__wrap {
  padding: 4rem 0;
}
h2 {
  font-size: 2.4rem;
}
h2 span {
  font-size: 1.4rem;
}
.s01__wrap p {
  font-size: 1.6rem;
}

/*notes*/
.s02__wrap {
  padding: 4rem 4%;
}
.s02__wrap ul {
  width: 100%;
}
.s02__wrap ul li {
  display: block;
  margin-bottom: 4rem;
}
.s02__wrap ul li img {
  margin-bottom: 1em;
  width: 100%;
}
.s02__wrap ul li div {
  width: 100%;
}
.s02__wrap ul li div p:nth-child(1) {
  justify-content: center;
  font-size: 1.4rem;
}
.s02__wrap ul li div p:nth-child(1) span {
  font-size: 6.0rem;
}
.s02__wrap ul li div h3 {
  font-size: 2.0rem;
  text-align: center;
}
.s02__wrap .btn,
.s04__wrap .btn,
.s05__wrap .btn {
  margin-top: 3rem;
}


/*notes*/
.s03__wrap {
  padding: 4rem 4%;
}
.s03__wrap p {
  font-size: 1.6rem;
}
.s03__wrap table {
  width: 100%;
}
.s03__wrap table tr th {
  padding: 1rem;
}
.s03__wrap table tr:nth-child(1) td {
  font-size: 3.2rem;
}
.s03__wrap .box1__wrap {
  margin: 0 auto 4rem;
  width: 100%;
}
.s03__wrap .box1__wrap:before {
  background: 100% / 100% url(../img/0301_sp.webp) no-repeat;
  width: 14.9rem;
  height: 12.3rem;
  top: -35%;
  left: auto;
  right: -25%;
}
.s03__wrap .box2__wrap {
  display: block;
  width: 80%;
}
.s03__wrap .box2__wrap .box {
  margin-top: 3rem;
  width: 100%;
}
.s03__wrap .box2__wrap .box p:nth-child(2) {
  font-size: 1.5rem;
}
.s03__wrap .box2__wrap .box h3 {
  font-size: 2.0rem;
}
.s03__wrap .box2__wrap .box p:nth-child(4) {
  font-size: 1.6rem;
}
.s03__wrap .box2__wrap .box li {
  padding: .5em;
}

/*notes*/
.s04__wrap {
  padding: 4rem 0;
}
.s04__wrap .box__wrap {
  display: block;
  overflow: hidden;
  width: 100%;
}
.s04__wrap .box__wrap .box {
  margin: 1%;
}

/*notes*/
.s05__wrap {
  padding: 4rem 4%;
}
.s05__wrap ul {
  display: block;
  width: 100%;
}
.s05__wrap ul li {
  align-items: center;
  display: flex;
  margin-bottom: 2rem;
  text-align: left;
  width: 100%;
}
.s05__wrap ul li img {
  margin-bottom: 0;
  margin-right: 1em;
  width: 8rem;
}
.s05__wrap ul li div div {
  display: flex;
}
.s05__wrap ul li p:nth-child(1) {
  font-size: 3.2rem;
  margin-right: .25em;
}
.s05__wrap ul li h3 {
  font-size: 1.8rem;
}
.s05__wrap ul li p:nth-child(3) {
  font-size: 1.6rem;
}
.s05__wrap .box__wrap {
  font-size: 1.6rem;
  width: 100%;
}
.s05__wrap .box__wrap:before {
  width: 7.8rem;
  height: 11rem;
  top: -65%;
  right: 0;
}

/*notes*/
.s06__wrap {
  padding: 4rem 4% 26rem;
}
.s06__wrap:before {
  width: 21.5rem;
  height: 13.2rem;
  bottom: 8%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.acc__wrap {
  margin: auto;
  max-width: 68rem;
  padding-bottom: 1em;
}
.acc__wrap .question {
  font-size: 1.6rem;
}
.acc__wrap .question p:nth-of-type(1) {
  font-size: 2.4rem;
  height: 4.0rem;
  width: 4.0rem;
}
.acc__wrap .question:before {
  right: 1rem;
  width: 2rem;
}
.acc__wrap .question:after {
  right: 1rem;
  width: 2rem;
}

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