.pc {
  display: block !important;
}
.sp {
  display: none !important;
}
html {
  font-size: 62.5%;
}
body {
  background: #fff;
  color: #223229;
  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.5;
  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 {
  background: #f9f4ea;
}
header .header__top__wrap {
  position: fixed;
  top: 0;
  background: #fff;
  box-sizing: border-box;
  padding: 1rem 1%;
  width: 100%;
  z-index: 2;
}
header .header__top {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
header .header__top .logo {
  width: 40rem;
}
header .header__top a {
  display: flex;
  align-items: center;
  justify-content: center;
  background: center center / cover url(../img/0002.webp) no-repeat;
  color: #fff;
  filter: drop-shadow(0 0 .4rem rgba(34,34,34,0.32));
  height: 6.4rem;
  width: 24rem;
}
header .header__top a span {
  filter: drop-shadow(.1rem .1rem 0 rgba(34,34,34,0.32));
  font-size: 2.0rem;
  font-weight: 800;
  line-height: 1.1;
  text-align: center;
}
header .header__top a span span {
  font-size: 2.6rem;
}
header .header__main__wrap {
  margin-top: 8rem;
  padding: 6rem 2%;
}
h1 {
  display: block;
  margin: 0 auto 6rem;
  max-width: 125rem;
}
.benefits__wrap {
  display: block;
  background: #ffe945;
  border-radius: 6rem;
  box-sizing: border-box;
  filter: drop-shadow(.8rem .8rem 0 rgba(34,34,34,0.16));
  margin: auto;
  padding: 4rem;
  width: 80rem;
}
.benefits__wrap .i1 {
  position: relative;
  display: block;
  margin: -9rem 0 -4rem;
  width: 63.1rem;
  z-index: 1;
}
.benefits__wrap .i1 p {
  position: absolute;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.1;
  text-align: center;
  top: 33%;
  left: 8%;
  transform: rotate(-5deg)
}
.benefits__wrap .i1 p span {
  font-size: 2.6rem;
}
.benefits__wrap ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.benefits__wrap ul li {
  position: relative;
  background: #fff;
  border-radius: 2rem;
  box-sizing: border-box;
  line-height: 1.3;
  margin-top: 2rem;
  padding: 2rem 0;
  text-align: center;
  width: 35rem;
}
.benefits__wrap ul li:nth-child(1) {
  padding-right: 5%;
}
.benefits__wrap ul li:nth-child(1):before {
  position: absolute;
  content: '';
  background: 100% / 100% url(../img/0005.webp) no-repeat;
  width: 9.8rem;
  height: 10.5rem;
  top: -25%;
  right: -5%;
}
.benefits__wrap ul li:nth-child(1) p:nth-child(1) {
  font-size: 2.2rem;
  font-weight: 800;
}
.benefits__wrap ul li:nth-child(1) p:nth-child(2) {
  color: #ff3333;
  font-size: 3.0rem;
  font-weight: 900;
}
.benefits__wrap ul li:nth-child(1) p:nth-child(3) {
  font-size: 2.0rem;
  font-weight: 700;
}
.benefits__wrap ul li:nth-child(1) p:nth-child(3) span {
  font-size: 3.2rem;
  font-weight: 700;
}
.benefits__wrap ul li:nth-child(2) {
  display: flex;
  align-items: center;
  justify-content: center;
}
.benefits__wrap ul li:nth-child(2) div p {
  display: flex;
  align-items: center;
  font-size: 1.8rem;
  font-weight: 700;
}
.benefits__wrap ul li:nth-child(2) div p span {
  background: #ff3333;
  border-radius: 2em;
  color: #ffe945;
  margin: .3rem;
  padding: .15em 0;
  width: 10.8rem;
}
.benefits__wrap ul li:nth-child(2) img {
  margin: .5em;
  width: 1.8rem;
}
.benefits__wrap ul li:nth-child(2) p.t1 {
  color: #ff3333;
  font-size: 3.2rem;
  font-weight: 700;
}
.benefits__wrap ul li:nth-child(2) p.t1 span {
  font-size: 8.6rem;
}
.benefits__wrap ul li:nth-child(3) {
  display: flex;
  align-items: center;
  justify-content: center;
}
.benefits__wrap ul li:nth-child(3):before {
  position: absolute;
  content: '';
  background: 100% / 100% url(../img/0007.webp) no-repeat;
  width: 8.7rem;
  height: 8.0rem;
  top: -15%;
  left: -5%;
}
.benefits__wrap ul li:nth-child(3) p:nth-child(1) {
  font-size: 2.2rem;
  font-weight: 800;
}
.benefits__wrap ul li:nth-child(3) p:nth-child(2) {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ff3333;
  font-size: 3.0rem;
  font-weight: 800;
  margin: .25em 0;
}
.benefits__wrap ul li:nth-child(3) p:nth-child(2) span {
  background: #ff3333;
  border-radius: 2em;
  color: #ffe945;
  font-size: 2.0rem;
  margin: .3rem;
  padding: .15em 0;
  width: 14.8rem;
}
.benefits__wrap ul li:nth-child(3) p:nth-child(3) {
  font-size: 1.4rem;
  font-weight: 700;
}
.benefits__wrap ul li:nth-child(4) {
  padding: 1rem 0;
}
.benefits__wrap ul li:nth-child(4) img {
  width: 17.6rem;
}
.benefits__wrap ul li:nth-child(4) p:nth-child(2) {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ff3333;
  font-size: 3.0rem;
  font-weight: 800;
  margin: .25em 0;
}
.benefits__wrap ul li:nth-child(4) p:nth-child(2) span {
  background: #ff3333;
  border-radius: 2em;
  color: #ffe945;
  font-size: 2.2rem;
  margin: .3rem;
  padding: .15em 0;
  width: 14.8rem;
}
.benefits__wrap .t2 {
  font-size: 1.4rem;
  margin-top: .5em;
  text-align: right;
}

/*notes*/
.s01__wrap {
  position: relative;
  background: top center / cover url(../img/0100.webp) no-repeat;
  background-color: #f9f4ea;
  padding: 12rem 4% 4rem;
}
h2 {
  color: #0062b2;
  font-size: 4.0rem;
  margin-bottom: 1em;
  text-align: center;
}
.s01__wrap h2 img {
  display: block;
  filter: drop-shadow(.4rem .4rem 0 rgba(34,34,34,0.08));
  margin: auto;
  width: 23rem;
}
.s01__wrap ul {
  display: flex;
  justify-content: space-between;
  margin: auto;
  width: 96rem;
}
.s01__wrap ul li {
  width: 21rem;
}
.s01__wrap ul li h3 {
  color: #ff3333;
  font-size: 2.4rem;
  line-height: 1.1;
  margin: .5em 0;
  text-align: center;
}

/*notes*/
.s02__wrap {
  background: top center / cover url(../img/0200.webp) no-repeat;
  background-color: #c7f9ff;
  padding: 12rem 4% 0;
}
.s02__wrap h2 img {
  display: block;
  filter: drop-shadow(.4rem .4rem 0 rgba(34,34,34,0.08));
  margin: auto;
  width: 32rem;
}
.s02__wrap ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: auto;
  width: 93rem;
}
.s02__wrap ul li {
  margin-bottom: 4rem;
  width: 44rem;
}
.s02__wrap ul li p:nth-child(2) {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ff3333;
  border-radius: 3.2rem;
  color: #fff;
  font-size: 4.0rem;
  font-weight: 700;
  margin: -4rem auto .5em;
  height: 6.4rem;
  width: 6.4rem;
  z-index: 1;
}
.s02__wrap ul li h3 {
  color: #009cc6;
  font-size: 2.9rem;
  line-height: 1.1;
  margin-bottom: .5em;
  text-align: center;
}

/*notes*/
.s03__wrap {
  background: top center / cover url(../img/0300.webp) no-repeat;
  background-color: #f9f4ea;
  padding: 12rem 4% 4rem;
}
h2 span {
  color: #ff3333;
  font-size: 4.6rem;
  font-weight: 900;
}
.s03__wrap .box__wrap {
  margin: auto;
  width: 80rem;
}
.s03__wrap .box__wrap .box {
  position: relative;
  display: flex;
  justify-content: space-between;
  background: #ffe945;
  border-radius: 4rem;
  margin-bottom: 9rem;
  padding: 4rem;
}
.s03__wrap .box__wrap .box:nth-child(1):before {
  position: absolute;
  content: '';
  background: 100% / 100% url(../img/0301.webp) no-repeat;
  width: 36.3rem;
  height: 35.2rem;
  top: 30%;
  left: -15%;
}
.s03__wrap .box__wrap .box:nth-child(2):before {
  position: absolute;
  content: '';
  background: 100% / 100% url(../img/0302.webp) no-repeat;
  width: 40.2rem;
  height: 29.5rem;
  top: 40%;
  right: -20%;
}
.s03__wrap .box__wrap .box:nth-child(3):before {
  position: absolute;
  content: '';
  background: 100% / 100% url(../img/0303.webp) no-repeat;
  width: 38.2rem;
  height: 31.5rem;
  top: 40%;
  left: -20%;
}
.s03__wrap .box__wrap .box:nth-child(4):before {
  position: absolute;
  content: '';
  background: 100% / 100% url(../img/0304.webp) no-repeat;
  width: 40.4rem;
  height: 33.3rem;
  top: 30%;
  right: -20%;
}
.s03__wrap .box__wrap .box:nth-child(even) {
  flex-direction: row-reverse;
}
.s03__wrap .box__wrap .box:last-child {
  margin-bottom: 0;
}
.s03__wrap .box__wrap .box .item1__wrap {
  width: 18.6rem;
}
.s03__wrap .box__wrap .box .item1__wrap p {
  background: #f9f4ea;
  border-radius: 1rem;
  font-size: 2.0rem;
  padding: .25em 0;
  text-align: center;
}
.s03__wrap .box__wrap .box .item1__wrap h3 {
  color: #009cc6;
  font-size: 4.0rem;
  line-height: 1.3;
  text-align: center;
}
.s03__wrap .box__wrap .box .item1__wrap h3 span {
  font-size: 6.4rem;
}
.s03__wrap .box__wrap .box .item2__wrap {
  width: 49.4rem;
}
.s03__wrap .box__wrap .box .item2__wrap dl:nth-child(1) {
  margin-bottom: 1.6rem;
}
.s03__wrap .box__wrap .box .item2__wrap dl:nth-child(1) dt {
  color: #009cc6;
  font-size: 2.0rem;
  font-weight: 700;
  max-width: 6em;
  width: 100%;
}
.s03__wrap .box__wrap .box .item2__wrap dl {
  background: #f9f4ea;
  border-radius: 1rem;
  padding: .5em 1em;
}
.s03__wrap .box__wrap .box .item2__wrap dl div {
  display: flex;
  padding: .5em .5em;
}
.s03__wrap .box__wrap .box .item2__wrap dl div:nth-child(n+2) {
  border-top: .025rem solid #333333;
}
.s03__wrap .box__wrap .box .item2__wrap dl:nth-child(2) dt {
  max-width: 10em;
  width: 100%;
}
.s03__wrap .box__wrap .box .item2__wrap dl dt.t1 {
  color: #009cc6;
  font-size: 2.0rem;
  font-weight: 700;
}
.s03__wrap .box__wrap .box .item2__wrap dl dd.t2 {
  font-size: 1.4rem;
  font-weight: 400;
  margin-top: .5em;
  margin-left: auto;
}

/*notes*/
.s04__wrap {
  background: top center / cover url(../img/0400.webp) no-repeat;
  background-color: #fff;
  padding: 12rem 4% 2rem;
}
.s04__wrap h2 span {
  color: #009cc6;
}
.s04__wrap ul.flow__wrap {
  margin: 0 auto 9rem;
  width: 80rem;
}
.s04__wrap ul.flow__wrap li {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 5rem;
}
.s04__wrap ul.flow__wrap li:before {
  position: absolute;
  content: '';
  background: 100% / 100% url(../img/0404.webp) no-repeat;
  width: 5rem;
  height: 1.8rem;
  bottom: -17%;
  left: 17%;
}
.s04__wrap ul.flow__wrap li:last-child:before {
  display: none;
}
.s04__wrap ul.flow__wrap li img {
  width: 32rem;
}
.s04__wrap ul.flow__wrap li .box__wrap {
  width: 46rem;
}
.s04__wrap ul.flow__wrap li .box__wrap div {
  display: flex;
  align-items: center;
  margin-bottom: 1em;
}
.s04__wrap ul.flow__wrap li .box__wrap div p {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #009cc6;
  border-radius: 3.2rem;
  color: #fff;
  font-size: 4.0rem;
  font-weight: 700;
  margin-right: .25em;
  height: 6.4rem;
  width: 6.4rem;
}
.s04__wrap ul.flow__wrap li .box__wrap div h3 {
  color: #009cc6;
  font-size: 2.8rem;
}

/*notes*/
.s05__wrap {
  background: top center / cover url(../img/0500.webp) no-repeat;
  background-color: #e3fcff;
  padding: 12rem 4% 4rem;
}
.s05__wrap .box__wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: auto;
  width: 84rem;
}
.s05__wrap .box__wrap div:nth-child(1) {
  border-radius: 2rem;
  border: .4rem solid #009cc6;
  box-sizing: border-box;
  height: 30rem;
  width: 40rem;
}
.s05__wrap .box__wrap iframe {
  border-radius: 1.6rem;
  height: 29rem;
  width: 100%;
}
.s05__wrap .box__wrap div:nth-child(2) {
  width: 38rem;
}
.s05__wrap .box__wrap div:nth-child(2) p:nth-child(2) {
  margin: 1em 0;
}

/*notes*/
.s06__wrap {
  background: top center / cover url(../img/0600.webp) no-repeat;
  background-color: #fff;
  padding: 12rem 4%;
}
.s06__wrap .box__wrap {
  background: #fff;
  border-radius: 4rem;
  margin: auto;
  padding: 4rem 0;
  text-align: center;
  width: 72rem;
}
.s06__wrap .box__wrap h3 {
  color: #ff3333;
  font-size: 4.0rem;
  font-weight: 800;
}
.s06__wrap .box__wrap p.t1 {
  font-size: 2.2rem;
  font-weight: 700;
  margin: .5em 0;
}
.s06__wrap .box__wrap .item__wrap {
  position: relative;
  background: #ffe945;
  border-radius: 2rem;
  padding: 2rem 0;
  margin: 3rem auto 0;
  width: 56rem;
}
.s06__wrap .box__wrap .item__wrap:before {
  position: absolute;
  content: '';
  background: 100% / 100% url(../img/0602.webp) no-repeat;
  width: 20rem;
  height: 20rem;
  top: -16%;
  right: -8%;
}
.s06__wrap .box__wrap .item__wrap div {
  margin-right: 20%;
}
.s06__wrap .box__wrap .item__wrap p:nth-child(1) {
  font-size: 2.0rem;
  font-weight: 700;
}
.s06__wrap .box__wrap .item__wrap p:nth-child(2) {
  position: relative;
  display: table;
  color: #009cc6;
  font-size: 4.0rem;
  font-weight: 900;
  line-height: 1.3;
  margin: auto;
}
.s06__wrap .box__wrap .item__wrap p:nth-child(2):before {
  position: absolute;
  content: '';
  background: 100% / 100% url(../img/0601.webp) no-repeat;
  width: 2.3rem;
  height: 3.0rem;
  top: 23%;
  left: -8%;
}
.s06__wrap .box__wrap .item__wrap p:nth-child(3) {
  font-size: 1.6rem;
  font-weight: 700;
}
.s06__wrap h4 {
  font-size: 2.2rem;
  margin: 8rem 0 4rem;
  text-align: center;
}
.form__wrap {
  background: #fff;
  border: .1rem solid #aaa;
  border-radius: 2rem;
  box-sizing: border-box;
  margin: 0 auto 2rem;
  padding: 3rem 5rem;
  width: 69rem;
}
.form__wrap:nth-child(1) {
  background: none;
  border: none;
  margin: auto;
  padding: 0 5rem 5rem;
}
.form__wrap h3 {
  color: #ff3333;
  font-size: 2.8rem;
  margin-bottom: 1em;
  text-align: center;
}
form {
  font-size: 1.6rem;
  margin: auto;
}
form .input__wrap {
  align-items: flex-start;
  display: flex;
  margin-bottom: 1.6rem;
}
form .item__wrap {
  margin-top: .5em;
  width: 35%;
}
form .item__wrap span {
  background: #ff3333;
  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: #333;
  color: #fff;
}
form input[type=text],
form input[type=mail],
form input[type=tel],
form input[type=number],
form textarea {
  background: #fff;
  border: .1rem solid #ddd;
  border-radius: .6rem;
  box-sizing: border-box;
  font-size: 1.6rem;
  padding: 2%;
  width: 65%;
}
form textarea {
  font-family: Arial,'Noto Sans JP', sans-serif;
  height: 15rem;
}
form select {
  background: #fff;
  border: .1rem solid #ddd;
  border-radius: .6rem;
  box-sizing: border-box;
  font-size: 1.6rem;
  padding: 2%;
  width: 35%;
}
.checkbox__wrap {
  display: flex;
  flex-wrap: wrap;
  margin-top: .25em;
  width: 65%;
}
.checkbox__wrap div {
  align-items: baseline;
  display: flex;
  margin: .3em 0;
  width: 20%;
}
form input[type=submit] {
  background: #ff3333;
  border: none;
  border-radius: 2rem;
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 2.4rem;
  font-weight: 700;
  margin: 2em auto 0;
  max-width: 28rem;
  padding: .75em;
  transition: .4s;
  width: 100%;
}
form input[type=submit]:hover {
  background: #900;
}
::-webkit-input-placeholder {
  color: #ddd;
}

/*notes*/
footer {
  background: #f9f4ea;
}
footer .footer__wrap {
  background: #fff;
  border-radius: 6rem 6rem 0 0;
  margin: auto;
  padding: 6rem 0 .5em;
  width: 100rem;
}
footer .footer__wrap ul {
  display: flex;
  justify-content: center;
}
footer .footer__wrap ul li {
  font-size: 1.6rem;
  margin: 0 1em;
}
footer .footer__wrap div {
  display: flex;
  justify-content: space-between;
  margin: 4rem auto;
  width: 66rem;
}
footer .footer__wrap div img {
  width: 30rem;
}
footer .footer__wrap p:last-child {
  font-size: 1.2rem;
  font-weight: 400;
  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: 1rem 2%;
}
header .header__top .logo {
  width: 16rem;
}
header .header__top a {
  height: 4.2rem;
  width: 16rem;
}
header .header__top a span {
  font-size: 1.3rem;
}
header .header__top a span span {
  font-size: 1.7rem;
}
header .header__main__wrap {
  margin-top: 6rem;
  padding: 3rem 2%;
}
h1 {
  display: block;
  margin: 0 auto 6rem;
  max-width: 125rem;
}
.benefits__wrap {
  border-radius: 3rem;
  filter: drop-shadow(.4rem .4rem 0 rgba(34,34,34,0.16));
  padding: 2rem 0;
  width: 100%;
}
.benefits__wrap .i1 {
  margin: -8rem 0 -1rem;
  width: 33.8rem;
}
.benefits__wrap .i1 p {
  font-size: .9rem;
  top: 30%;
  left: 9%;
}
.benefits__wrap .i1 p span {
  font-size: 1.6rem;
}
.benefits__wrap ul {
  margin: auto;
  width: 94%;
}
.benefits__wrap ul li {
  margin-top: 1rem;
  padding: 1.6rem 0;
}
.benefits__wrap ul li:nth-child(1) {
  padding-right: 10%;
}
.benefits__wrap ul li:nth-child(1):before {
  width: 8.8rem;
  height: 9.4rem;
  top: -15%;
  right: -2%;
}
.benefits__wrap ul li:nth-child(1) p:nth-child(1) {
  font-size: 2.0rem;
}
.benefits__wrap ul li:nth-child(1) p:nth-child(2) {
  font-size: 2.8rem;
}
.benefits__wrap ul li:nth-child(1) p:nth-child(3) {
  font-size: 1.8rem;
}
.benefits__wrap ul li:nth-child(1) p:nth-child(3) span {
  font-size: 2.8rem;
}
.benefits__wrap ul li:nth-child(2) div p {
  font-size: 1.6rem;
}
.benefits__wrap ul li:nth-child(2) div p span {
  width: 9.8rem;
}
.benefits__wrap ul li:nth-child(2) img {
  width: 1.6rem;
}
.benefits__wrap ul li:nth-child(2) p.t1 {
  font-size: 2.8rem;
}
.benefits__wrap ul li:nth-child(2) p.t1 span {
  font-size: 7.8rem;
}
.benefits__wrap ul li:nth-child(3):before {
  width: 7.8rem;
  height: 7.2rem;
  top: -20%;
  left: -2%;
}
.benefits__wrap ul li:nth-child(3) p:nth-child(1) {
  font-size: 2.0rem;
}
.benefits__wrap ul li:nth-child(3) p:nth-child(2) {
  font-size: 2.8rem;
}
.benefits__wrap ul li:nth-child(3) p:nth-child(2) span {
  font-size: 1.8rem;
  width: 13.4rem;
}
.benefits__wrap ul li:nth-child(3) p:nth-child(3) {
  font-size: 1.3rem;
}
.benefits__wrap ul li:nth-child(4) {
  padding: 1rem 0;
}
.benefits__wrap ul li:nth-child(4) img {
  width: 15.8rem;
}
.benefits__wrap ul li:nth-child(4) p:nth-child(2) {
  font-size: 2.8rem;
}
.benefits__wrap ul li:nth-child(4) p:nth-child(2) span {
  font-size: 2.0rem;
  width: 10.4rem;
}
.benefits__wrap .t2 {
  font-size: 1.2rem;
}

/*notes*/
/*notes*/
.s01__wrap {
  background: top center / cover url(../img/0100_sp.webp) no-repeat;
  background-color: #f9f4ea;
  padding: 6rem 4% 2rem;
}
h2 {
  font-size: 2.4rem;
}
.s01__wrap h2 img {
  width: 16.4rem;
}
.s01__wrap ul {
  flex-wrap: wrap;
  width: 100%;
}
.s01__wrap ul li {
  margin-bottom: 2rem;
  width: 48%;
}
.s01__wrap ul li h3 {
  font-size: 1.8rem;
}

/*notes*/
.s02__wrap {
  background: top center / cover url(../img/0200_sp.webp) no-repeat;
  background-color: #c7f9ff;
  padding: 6rem 4% 0;
}
.s02__wrap h2 img {
  width: 23rem;
}
.s02__wrap ul {
  width: 100%;
}
.s02__wrap ul li {
  margin-bottom: 2rem;
}
.s02__wrap ul li p:nth-child(2) {
  font-size: 3.0rem;
  margin: -3rem auto .25em;
  height: 4.8rem;
  width: 4.8rem;
}
.s02__wrap ul li h3 {
  font-size: 2.2rem;
}

/*notes*/
.s03__wrap {
  background: top center / cover url(../img/0300_sp.webp) no-repeat;
  background-color: #f9f4ea;
  padding: 6rem 4% 2rem;
}
h2 span {
  font-size: 3.2rem;
}
.s03__wrap .box__wrap {
  margin-top: 6rem;
  width: 100%;
}
.s03__wrap .box__wrap .box {
  display: block;
  border-radius: 2rem;
  margin-bottom: 4rem;
  padding: 2rem 1rem;
}
.s03__wrap .box__wrap .box:nth-child(1):before {
  background: 100% / 100% url(../img/0301.webp) no-repeat;
  width: 17.5rem;
  height: 17rem;
  top: -12%;
  left: auto;
  right: 2%;
}
.s03__wrap .box__wrap .box:nth-child(2):before {
  background: 100% / 100% url(../img/0302.webp) no-repeat;
  width: 19.4rem;
  height: 13.7rem;
  top: -6%;
  right: -2%;
}
.s03__wrap .box__wrap .box:nth-child(3):before {
  background: 100% / 100% url(../img/0303.webp) no-repeat;
  width: 17.9rem;
  height: 15.1rem;
  top: -8%;
  left: auto;
  right: 4%;
}
.s03__wrap .box__wrap .box:nth-child(4):before {
  background: 100% / 100% url(../img/0304.webp) no-repeat;
  width: 19.5rem;
  height: 16rem;
  top: -12%;
  right: -2%;
}
.s03__wrap .box__wrap .box .item1__wrap {
  width: 13rem;
}
.s03__wrap .box__wrap .box .item1__wrap p {
  font-size: 1.4rem;
}
.s03__wrap .box__wrap .box .item1__wrap h3 {
  font-size: 2.8rem;
}
.s03__wrap .box__wrap .box .item1__wrap h3 span {
  font-size: 4.4rem;
}
.s03__wrap .box__wrap .box .item2__wrap {
  width: 100%;
}
.s03__wrap .box__wrap .box .item2__wrap dl:nth-child(1) {
  margin-bottom: 1rem;
}
.s03__wrap .box__wrap .box .item2__wrap dl:nth-child(1) dt {
  font-size: 1.4rem;
}
.s03__wrap .box__wrap .box .item2__wrap dl dt {
  font-size: 1.1rem;
}
.s03__wrap .box__wrap .box .item2__wrap dl dd {
  font-size: 1.1rem;
}
.s03__wrap .box__wrap .box .item2__wrap dl div {
  display: flex;
  padding: .5em .5em;
}
.s03__wrap .box__wrap .box .item2__wrap dl dt.t1 {
  font-size: 1.4rem;
}
.s03__wrap .box__wrap .box .item2__wrap dl dd.t2 {
  font-size: 1.0rem;
}

/*notes*/
.s04__wrap {
  background: top center / cover url(../img/0400_sp.webp) no-repeat;
  background-color: #fff;
  padding: 6rem 2% 4rem;
}
.s04__wrap ul.flow__wrap {
  width: 90%;
}
.s04__wrap ul.flow__wrap li {
  display: block;
}
.s04__wrap ul.flow__wrap li:before {
  bottom: -12%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.s04__wrap ul.flow__wrap li img {
  width: 100%;
}
.s04__wrap ul.flow__wrap li .box__wrap {
  margin-top: 1em;
  width: 100%;
}
.s04__wrap ul.flow__wrap li .box__wrap div p {
  font-size: 3.0rem;
  height: 4.8rem;
  width: 4.8rem;
}
.s04__wrap ul.flow__wrap li .box__wrap div h3 {
  font-size: 2.2rem;
}

/*notes*/
.s05__wrap {
  background: top center / cover url(../img/0500_sp.webp) no-repeat;
  background-color: #e3fcff;
  padding: 6rem 6% 2rem;
}
.s05__wrap .box__wrap {
  display: block;
  width: 100%;
}
.s05__wrap .box__wrap div:nth-child(1) {
  border-radius: 1.6rem;
  height: 25rem;
  width: 100%;
}
.s05__wrap .box__wrap iframe {
  height: 24rem;
}
.s05__wrap .box__wrap div:nth-child(2) {
  text-align: center;
  width: 100%;
}
.s05__wrap .box__wrap div:nth-child(2) img {
  display: block;
  margin: 2em auto 1em;
  width: 29.5rem;
}

/*notes*/
.s06__wrap {
  background: top center / cover url(../img/0600_sp.webp) no-repeat;
  background-color: #fff;
  padding: 6rem 2% 8rem;
}
.s06__wrap .box__wrap {
  border-radius: 2rem;
  padding: 3rem 0;
  width: 100%;
}
.s06__wrap .box__wrap h3 {
  font-size: 2.2rem;
}
.s06__wrap .box__wrap p.t1 {
  font-size: 1.5rem;
}
.s06__wrap .box__wrap .item__wrap {
  border-radius: 1rem;
  padding: 1.5rem 0;
  margin: 3rem auto 0;
  width: 90%;
}
.s06__wrap .box__wrap .item__wrap:before {
  width: 11rem;
  height: 11rem;
  top: -12%;
  right: -4%;
}
.s06__wrap .box__wrap .item__wrap div {
  margin-right: 24%;
}
.s06__wrap .box__wrap .item__wrap p:nth-child(1) {
  font-size: 1.1rem;
}
.s06__wrap .box__wrap .item__wrap p:nth-child(2) {
  font-size: 2.2rem;
}
.s06__wrap .box__wrap .item__wrap p:nth-child(2):before {
  width: 1.3rem;
  height: 1.7rem;
}
.s06__wrap .box__wrap .item__wrap p:nth-child(3) {
  font-size: .9rem;
}
.s06__wrap h4 {
  font-size: 1.5rem;
  margin: 4rem 0;
}
.form__wrap {
  border-radius: 1rem;
  margin: 0 auto 1rem;
  padding: 2rem;
  width: 100%;
}
.form__wrap:nth-child(1) {
  padding: 0 1rem 2rem;
}
.form__wrap h3 {
  font-size: 2.0rem;
}
form .input__wrap {
  display: block;
}
form .item__wrap {
  margin-bottom: .5em;
  width: 100%;
}
form input[type=text],
form input[type=mail],
form input[type=tel],
form input[type=number],
form textarea {
  padding: 4%;
  width: 100%;
}
form textarea {
  font-family: Arial,'Noto Sans JP', sans-serif;
  height: 15rem;
}
form select {
  padding: 4%;
  width: 50%;
}
.checkbox__wrap {
  width: 100%;
}

/*notes*/
footer {
  padding: 0 2%;
}
footer .footer__wrap {
  border-radius: 4rem 6rem 0 0;
  padding: 4rem 0 .5em;
  width: 100%;
}
footer .footer__wrap ul {
  display: block;
}
footer .footer__wrap ul li {
  font-size: 1.4rem;
  margin: .5em;
  text-align: center;
}
footer .footer__wrap div {
  display: block;
  margin: 2rem auto;
  width: 30rem;
}
footer .footer__wrap div img {
  margin: .5rem 0;
}
footer .footer__wrap p:last-child {
  font-size: 1.0rem;
}
}
