.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

/*notes*/
:root {
  --c-main: 0, 32, 100;
}

[aria-disabled=true],
[disabled] {
  cursor: not-allowed
}

.s01__wrap {
  position: relative;
  background: #fff;
  padding: 80px 5%;
}

.s01__wrap:before {
  position: absolute;
  content: '';
  top: 100%;
  left: 50%;
  margin-left: -48px;
  border: 48px solid transparent;
  border-top: 38px solid #fff;
}

.s01__wrap h2 {
  font-size: 3.2rem;
  line-height: 1.3;
  margin-bottom: 2em;
  text-align: center;
}

.s01__wrap h2 span {
  font-size: 4.0rem;
}

.s01__wrap h2 span span {
  position: relative;
  color: #5cba0c;
  font-size: 5.0rem;
}

.s01__wrap h2 span span:before {
  position: absolute;
  content: '';
  background: 100% / 100% url(../assets/img/0101.webp) no-repeat;
  width: 136px;
  height: 11px;
  bottom: -15%;
  left: 5%;
}

.s01__wrap ul {
  display: flex;
  justify-content: center;
  margin-top: 5em;
}

.s01__wrap li {
  position: relative;
  font-size: 2.5rem;
  font-weight: 700;
  margin: 0 1em;
  padding-left: 1em;
}

.s01__wrap li:before {
  position: absolute;
  content: '';
  background: 100% / 100% url(../assets/img/0102.webp) no-repeat;
  width: 24px;
  height: 22px;
  top: 20%;
  left: 0;
}

.s01__wrap li span {
  background: linear-gradient(transparent 72%, #dbf2c8 0%);
}

/*notes*/
.s02__wrap {
  background: #f0ffe2;
  overflow: hidden;
  padding: 100px 5% 60px;
}

.s02__wrap h2 {
  font-size: 3.8rem;
  line-height: 1.3;
  margin-bottom: 1em;
  text-align: center;
}

.s02__wrap h2 span {
  color: #5cba0c;
  font-size: 4.6rem;
  background: linear-gradient(transparent 80%, #ffed65 0%);
}

.s02__wrap ul {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: auto;
  max-width: 1000px;
}

.s02__wrap ul:before {
  position: absolute;
  content: '';
  background: 100% / 100% url(../assets/img/0207.webp) no-repeat;
  width: 152px;
  height: 269px;
  top: -90%;
  right: -8%;
}

.s02__wrap ul li {
  align-items: center;
  background: #fff;
  border-radius: 4em;
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
  padding: 4px;
  width: 32.00%;
}

.s02__wrap ul li img {
  width: 25%;
}

.s02__wrap ul li div {
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
  width: 75%;
}

.s02__wrap ul li div h3 {
  color: #ff9400;
  font-size: 2.2rem;
}

/*notes*/
.s03__wrap {
  padding: 40px 5%;
  text-align: center;
}

.s03__wrap h3 {
  font-size: 3.2rem;
}

.s03__wrap img {
  max-width: 580px;
  width: 100%;
}

.s03__wrap p {
  font-size: 1.2rem;
}

/*notes*/
.s04__wrap {
  padding: 80px 5%;
}

.s04__wrap h2 {
  font-size: 3.6rem;
  line-height: 1.3;
  margin-bottom: 1em;
  text-align: center;
}

.s04__wrap h2 span {
  color: #5cba0c;
}

.s04__wrap h2 span span {
  font-size: 4.4rem;
}

.s04__wrap ul {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: auto;
  max-width: 700px;
}

.s04__wrap ul:before {
  position: absolute;
  content: '';
  background: 100% / 100% url(../assets/img/0401.webp) no-repeat;
  width: 177px;
  height: 235px;
  top: -40%;
  left: -16%;
}

.s04__wrap ul li {
  border: 2px solid #5cba0c;
  margin-top: 15px;
  text-align: center;
  width: 48.57%;
}

.s04__wrap ul li h3 {
  background: #5cba0c;
  color: #fff;
  font-size: 2.4rem;
  padding: .25em;
}

.s04__wrap ul li p {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.3;
  padding: .75em;
}

.s04__wrap ul li:nth-child(4) p {
  line-height: 1.0;
}

.s04__wrap ul li p span {
  font-size: 3.2rem;
}

/*notes*/
.s05__wrap {
  background: #f0ffe2;
  padding: 80px 5%;
}

.s05__wrap h2 {
  font-size: 4.0rem;
  line-height: 1.3;
  margin-bottom: 1.5em;
  text-align: center;
}

.s05__wrap div {
  background: #fff;
  border: 2px solid #5cba0c;
  box-sizing: border-box;
  margin: auto;
  max-width: 960px;
  padding: 30px;
}

.s05__wrap div h3 {
  background: #5cba0c;
  border-radius: 2em;
  color: #fff;
  display: table;
  font-size: 2.0rem;
  margin: -50px auto 1em;
  padding: .25em 1.5em;
}

/*notes*/
.s06__wrap {
  padding: 80px 5%;
  text-align: center;
}

.s06__wrap h2 {
  font-size: 3.6rem;
  line-height: 1.3;
  margin-bottom: 1.5em;
  text-align: center;
}

.s06__wrap .logo {
  margin: auto;
  max-width: 800px;
  width: 100%;
}

.s06__wrap p {
  font-size: 1.4rem;
  margin: 1em 0;
}

.s06__wrap p span {
  font-size: 1.8rem;
  font-weight: 700;
}

.s06__wrap a {
  display: block;
  filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.16));
  margin: auto;
  max-width: 210px;
}

/*notes*/
.s07__wrap {
  background: #f0ffe2;
  padding: 80px 5%;
}

.s07__wrap h2 {
  color: #5cba0c;
  font-size: 3.6rem;
  line-height: 1.3;
  margin-bottom: 1em;
  text-align: center;
}

.s07__wrap h3 {
  font-size: 2.2rem;
  line-height: 1.3;
  margin-bottom: 1.5em;
  text-align: center;
}

.s07__wrap ul {
  display: flex;
  justify-content: space-between;
  margin: auto;
  max-width: 800px;
}

.s07__wrap ul li {
  background: #fff;
  border-radius: 24px;
  width: 47.25%;
}

.s07__wrap ul li h4 {
  background: #5cba0c;
  border-radius: 24px 24px 0 0;
  color: #fff;
  font-size: 2.6rem;
  letter-spacing: .075em;
  padding: .25em;
  text-align: center;
}

.s07__wrap ul li img {
  display: block;
  margin: 20px auto;
  width: 95%;
}

/*notes*/
.s08__wrap {
  padding: 80px 5%;
}

.s08__wrap h2 {
  font-size: 4.0rem;
  line-height: 1.3;
  margin-bottom: 1em;
  text-align: center;
}

.s08__wrap h3 {
  position: relative;
  background: #479c00;
  border-radius: 10px;
  color: #fff;
  display: table;
  font-size: 2.2rem;
  line-height: 1;
  margin: 0 auto 1em;
  padding: .5em 1em;
  text-align: center;
}

.s08__wrap h3:before {
  position: absolute;
  content: '';
  top: 100%;
  left: 50%;
  margin-left: -8px;
  border: 8px solid transparent;
  border-top: 12px solid #479c00;
}

.s08__wrap h3 span {
  font-size: 3.4rem;
}

.s08__wrap ul {
  margin: auto;
  max-width: 840px;
}

.s08__wrap ul li {
  position: relative;
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}

.s08__wrap ul li:before {
  position: absolute;
  content: '';
  background: 100% / 100% url(../assets/img/0804.webp) no-repeat;
  width: 82px;
  height: 32px;
  bottom: -32%;
  left: 0;
  right: 0;
  margin: auto;
}

.s08__wrap ul li:last-child:before {
  display: none;
}

.s08__wrap ul li img {
  width: 20.00%;
}

.s08__wrap ul li .box__wrap {
  width: 77.14%;
}

.s08__wrap ul li .box__wrap div {
  align-items: center;
  display: flex;
}

.s08__wrap ul li .box__wrap div p {
  color: #5cba0c;
  font-weight: 700;
  line-height: 1;
  margin-right: 1em;
}

.s08__wrap ul li .box__wrap div p span {
  display: block;
  font-size: 5.6rem;
  font-weight: 900;
}

.s08__wrap ul li .box__wrap div h4 {
  font-size: 2.2rem;
}

.s08__wrap a {
  display: block;
  filter: drop-shadow(0 6px 8px rgba(0, 0, 0, 0.24));
  margin: auto;
  max-width: 372px;
}

/*notes*/
.s09__wrap {
  background: #f0ffe2;
  padding: 80px 5%;
}

.s09__wrap h2 {
  font-size: 4.0rem;
  line-height: 1.3;
  margin-bottom: 1em;
  text-align: center;
}

.s09__wrap ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: auto;
  max-width: 980px;
  color: #000;
}

.s09__wrap ul li {
  background: #fff;
  border-radius: 24px;
  box-sizing: border-box;
  margin-top: 2%;
  padding: 20px;
  width: 48.97%;
}

.s09__wrap ul li .box__wrap {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 1em;
}

.s09__wrap ul li .box__wrap div {
  text-align: center;
  width: 71.83%;
}

.s09__wrap ul li .box__wrap div p {
  color: #5cba0c;
  font-size: 2.6rem;
  font-weight: 700;
}

.s09__wrap ul li .box__wrap div p span {
  font-size: 5.6rem;
}

.s09__wrap ul li .box__wrap div h3 {
  font-size: 2.0rem;
}

.s09__wrap ul li .box__wrap img {
  width: 27%;
}

/*notes*/
.s10__wrap {
  padding: 80px 5%;
}

.s10__wrap h2 {
  font-size: 4.0rem;
  line-height: 1.3;
  margin-bottom: 1em;
  text-align: center;
}

.s10__wrap h3 {
  font-size: 2.0rem;
  line-height: 1.3;
  margin-bottom: 1em;
  text-align: center;
}

.s10__wrap table {
  border: 3px solid #5a4138;
  font-weight: 700;
  margin: auto;
  max-width: 760px;
  width: 100%;
}

.s10__wrap table th {
  background: #479c00;
  border: 1.5px solid #5a4138;
  color: #fff;
  padding: .5em;
  width: 33%;
}

.s10__wrap table td {
  border: 1.5px solid #5a4138;
  padding: 1em;
  text-align: center;
}

.s10__wrap p {
  font-size: 1.4rem;
  margin-top: 1em;
  text-align: center;
}

/*notes*/
.s11__wrap {
  background: #417f0e;
  padding: 80px 5%;
  color: #000;
}

.s11__wrap h2 {
  color: #fff;
  font-size: 3.6rem;
  line-height: 1.3;
  margin-bottom: 1em;
  text-align: center;
}

.s11__wrap div {
  background: #fff;
  border-radius: 24px;
  box-sizing: border-box;
  margin: auto;
  max-width: 720px;
  padding: 30px;
}

.s11__wrap .t1 {
  color: #fff;
  margin: 1.5em auto 0;
  max-width: 720px;
  text-align: right;
}

/*notes*/
.s12__wrap {
  background: #f0ffe2;
  padding: 80px 5%;
}

.s12__wrap h2 {
  font-size: 3.6rem;
  line-height: 1.3;
  margin-bottom: 1.5em;
  text-align: center;
}

.acc__wrap {
  margin: auto;
  max-width: 720px;
  padding-bottom: 1em;
}

.acc__wrap .question {
  position: relative;
  align-items: center;
  cursor: pointer;
  display: flex;
  font-size: 2.0rem;
  font-weight: 600;
  line-height: 1.3;
  padding-bottom: .5em;
  padding-right: 2.5em;
}

.acc__wrap .question p:nth-of-type(1) {
  align-items: center;
  background: #479c00;
  border-radius: 6px;
  color: #fff;
  display: flex;
  font-size: 2.4rem;
  font-weight: 700;
  height: 36px;
  justify-content: center;
  margin-right: .5em;
  width: 36px;
}

.acc__wrap .question p:nth-of-type(2) {
  width: 90%;
}

.acc__wrap .question:before {
  position: absolute;
  content: "";
  top: 20%;
  right: 10px;
  width: 24px;
  height: 3px;
  transform: rotate(90deg);
  background: #479c00;
  transition: all .3s ease-in-out;
}

.acc__wrap .question:after {
  content: "";
  position: absolute;
  top: 20%;
  right: 10px;
  width: 24px;
  height: 3px;
  background: #479c00;
  transition: all .1s ease-in-out;
}

.acc__wrap .question.open:before {
  background: #479c00;
  transform: rotate(180deg);
}

.acc__wrap .question.open:after {
  opacity: 0;
}

.acc__wrap .answer {
  background: #fff;
  border-radius: 10px;
  margin-bottom: .5em;
  padding: 1.5em;
}

.acc__wrap a:link,
.acc__wrap a:visited {
  color: #5cba0c;
  text-decoration: underline;
}

/*notes*/
.s13__wrap {
  background: #417f0e;
  padding: 0 5% 40px;
  color: #000;
}

.s13__wrap h2 {
  color: #fff;
  font-size: 3.6rem;
  line-height: 1.3;
  margin-bottom: 1em;
  text-align: center;
}

.s13__wrap .box__wrap {
  background: #fff;
  border-radius: 12px;
  box-sizing: border-box;
  margin: auto;
  max-width: 720px;
  padding: 20px;
}

dl div {
  border-bottom: 1px solid #5cba0c;
  display: flex;
  padding: .75em 0;
}

dl div:last-child {
  border-bottom: none;
}

dt {
  color: #5cba0c;
  font-weight: 700;
  max-width: 15em;
  width: 100%;
}

dd a:link,
dd a:visited {
  color: #5cba0c;
  text-decoration: underline;
}

.s13__wrap .privacy:link,
.s13__wrap .privacy:visited {
  color: #fff;
  display: block;
  margin: .5em 0 1.5em;
  text-align: center;
}

.s13__wrap .box__wrap h3 {
  border-bottom: 1px solid #5cba0c;
  color: #5cba0c;
  font-weight: 700;
  margin-bottom: .5em;
  padding-bottom: .5em;
  text-align: center;
}

/*notes*/
.s15__wrap {
  padding: 20px 0 80px;
  text-align: center;
}

.s15__wrap .logo {
  display: block;
  margin: 0 auto 2em;
  max-width: 160px;
}

.s15__wrap h2 {
  position: relative;
  background: #5cba0c;
  color: #fff;
  font-size: 1.8rem;
  margin-bottom: 2em;
  padding: .25em;
}

.s15__wrap h2:before {
  position: absolute;
  content: '';
  top: 100%;
  left: 50%;
  margin-left: -10px;
  border: 10px solid transparent;
  border-top: 12px solid #5cba0c;
}

.s15__wrap .box__wrap {
  font-size: 1.4rem;
  margin: auto;
  max-width: 600px;
}

.s15__wrap .box__wrap div {
  margin-bottom: 1em;
}

.s15__wrap .box__wrap div h3 {
  background: #5cba0c;
  color: #fff;
  padding: .25em .75em;
}

.s15__wrap .box__wrap div p {
  padding: .5em;
  font-weight: 400;
}

.s15__wrap .t1 {
  font-weight: 700;
  margin-top: 5em;
}

.s15__wrap .checkbox__wrap {
  display: table;
  font-weight: 700;
  margin: 3em auto;
}

.s15__wrap .checkbox__wrap a {
  color: #de164e;
  text-decoration: underline;
}

.s15__wrap .btn1 {
  background: #bbb;
  border-radius: 2em;
  color: #fff;
  display: table;
  font-weight: 700;
  margin: auto;
  padding: .55em 4em;
  background-color: rgb(var(--c-main));
}

.s15__wrap .btn2 {
  background: #bbb;
  border-radius: 2em;
  color: #fff;
  display: table;
  font-weight: 700;
  margin: 1.5em auto 0;
  padding: .45em 3em;
}

.s15__wrap .check-buttons {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 5rem
}

.s15__wrap .check-buttons>.button {
  display: inline-block;
  width: 100%;
  padding: .5rem 1rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  text-decoration: none;
  border-radius: 100vmax;
  transition: opacity .6s
}

.s15__wrap .check-buttons>.button.-send {
  max-width: 16rem;
  padding: 1.75rem;
  font-size: 1.8rem;
  background-color: rgb(var(--c-main));
  border: 1px solid rgb(var(--c-main))
}

.s15__wrap .check-buttons>.button:focus {
  opacity: .6
}

.s15__wrap .check-buttons>.button.-back {
  max-width: 10.5rem;
  padding: 1.5rem 1rem;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  background-color: #bbb;
  border: 1px solid #bbb
}

@media screen and (max-width: 576px) {
  .s15__wrap .check-buttons {
    margin-top: 2.5rem
  }

  .s15__wrap .check-buttons>.button.-send {
    font-size: 1rem
  }

  .s15__wrap .check-buttons>.button.-back {
    font-size: .875rem
  }
}

@media(hover: hover)and (pointer: fine) {
  .s15__wrap .check-buttons>.button:hover {
    opacity: .6
  }
}

.send-button {
  max-width: 70%;
  margin: 3.75rem auto 0
}

@media screen and (max-width: 992px) {
  .send-button {
    margin-top: clamp(1.875rem, 0.735rem + 4.86vw, 3.75rem)
  }
}

@media screen and (max-width: 576px) {
  .send-button {
    max-width: 100%
  }
}

.send-button>.button {
  display: block;
  width: 100%;
  padding: 1.5rem 1rem;
  margin: 0 auto;
  font-size: 1.875rem;
  color: #fff;
  text-align: center;
  background-color: rgb(var(--c-main));
  border: 2px solid rgb(var(--c-main));
  transition: background-color .6s, color .6s
}

.send-button>.button:focus {
  color: rgb(var(--c-main));
  background-color: #fff
}

@media(hover: hover)and (pointer: fine) {
  .send-button>.button:hover {
    color: rgb(var(--c-main));
    background-color: #fff
  }
}

@media screen and (max-width: 992px) {
  .send-button>.button {
    max-width: 80%;
    padding: clamp(1rem, 0.696rem + 1.3vw, 1.5rem) 1rem;
    font-size: clamp(1.125rem, 0.669rem + 1.94vw, 1.875rem)
  }
}

/*notes*/
.s16__wrap {
  padding: 20px 0 80px;
  text-align: center;
}

.s16__wrap .logo {
  display: block;
  margin: 0 auto 2em;
  max-width: 160px;
}

.s16__wrap p {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 2;
  margin: 8em 0;
}

.s16__wrap .btn {
  background: #5cba0c;
  border-radius: 2em;
  color: #fff;
  display: table;
  font-weight: 700;
  margin: auto;
  padding: .55em 4em;
}



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

  .sp {
    display: block !important;
  }

  body {
    font-size: 1.4rem;
  }

  /*notes*/
  header {
    padding: 10px 5% 20px;
  }

  header .header__wrap {
    display: block;
  }

  header .header__wrap .box__wrap {
    width: 100%;
  }

  header .header__wrap .box__wrap h1 {
    font-size: 2.4rem;
  }

  header .header__wrap .box__wrap h1 span {
    font-size: 4.2rem;
  }

  header .header__wrap .box__wrap h1 span span {
    font-size: 3.2rem;
  }

  header .header__wrap .box__wrap .logo {
    width: 90%;
  }

  header .header__wrap .box__wrap div {
    width: 90%;
  }

  /*notes*/
  .s01__wrap {
    padding: 50px 5%;
  }

  .s01__wrap h2 {
    font-size: 1.8rem;
    margin-bottom: 1em;
  }

  .s01__wrap h2 span {
    font-size: 2.1rem;
  }

  .s01__wrap h2 span span {
    font-size: 2.8rem;
  }

  .s01__wrap h2 span span:before {
    width: 76px;
    height: 6px;
  }

  .s01__wrap ul {
    display: table;
    margin: auto;
  }

  .s01__wrap li {
    font-size: 1.8rem;
    margin-top: 1em;
  }

  .s01__wrap li:before {
    width: 20px;
    height: 18px;
  }

  /*notes*/
  .s02__wrap {
    padding: 50px 5%;
  }

  .s02__wrap h2 {
    font-size: 2.2rem;
  }

  .s02__wrap h2 span {
    font-size: 2.6rem;
  }

  .s02__wrap ul {
    display: block;
  }

  .s02__wrap ul:before {
    width: 90px;
    height: 130px;
    top: -11%;
    right: -5%;
  }

  .s02__wrap ul li {
    width: 100%;
  }

  .s02__wrap ul li div {
    margin-right: 2em;
  }

  /*notes*/
  .s03__wrap {
    padding: 20px 5%;
  }

  .s03__wrap h3 {
    font-size: 2.0rem;
  }

  .s03__wrap img {
    margin: .5em 0;
  }

  .s03__wrap p {
    font-size: .8rem;
  }

  /*notes*/
  .s04__wrap {
    padding: 50px 5%;
  }

  .s04__wrap h2 {
    font-size: 2.2rem;
  }

  .s04__wrap h2 span span {
    font-size: 2.6rem;
  }

  .s04__wrap ul {
    display: block;
    width: 85%;
  }

  .s04__wrap ul:before {
    width: 95px;
    height: 130px;
    top: -15%;
    left: -14%;
  }

  .s04__wrap ul li {
    width: 100%;
  }

  .s04__wrap ul li h3 {
    font-size: 2.0rem;
  }

  .s04__wrap ul li p {
    font-size: 1.8rem;
  }

  .s04__wrap ul li p span {
    font-size: 2.6rem;
  }

  /*notes*/
  .s05__wrap {
    padding: 50px 5%;
  }

  .s05__wrap h2 {
    font-size: 2.4rem;
    margin-bottom: 2em;
  }

  .s05__wrap div {
    background: #fff;
    border: 2px solid #5cba0c;
    box-sizing: border-box;
    margin: auto;
    max-width: 960px;
    padding: 30px;
  }

  .s05__wrap div h3 {
    font-size: 1.7rem;
  }

  /*notes*/
  .s06__wrap {
    padding: 50px 5%;
  }

  .s06__wrap h2 {
    font-size: 2.2rem;
  }

  .s06__wrap p {
    font-size: 1.2rem;
  }

  .s06__wrap p span {
    font-size: 1.5rem;
  }

  .s06__wrap a {
    max-width: 175px;
  }

  /*notes*/
  .s07__wrap {
    padding: 50px 5%;
  }

  .s07__wrap h2 {
    font-size: 2.1rem;
    margin-bottom: 1.5em;
  }

  .s07__wrap h3 {
    font-size: 1.8rem;
  }

  .s07__wrap ul {
    display: block;
    width: 90%;
  }

  .s07__wrap ul li {
    border-radius: 20px;
    margin-top: 20px;
    width: 100%;
  }

  .s07__wrap ul li h4 {
    border-radius: 20px 20px 0 0;
    font-size: 2.2rem;
  }

  .s07__wrap ul li img {
    margin: 20px auto 0;
    padding-bottom: 20px;
  }

  /*notes*/
  .s08__wrap {
    padding: 50px 5%;
  }

  .s08__wrap h2 {
    font-size: 2.4rem;
  }

  .s08__wrap h3 {
    font-size: 1.8rem;
    margin: 0 auto 2em;
    padding: .55em 1.5em;
  }

  .s08__wrap h3 span {
    font-size: 2.8rem;
  }

  .s08__wrap ul {
    margin: auto;
    max-width: 840px;
  }

  .s08__wrap ul li:before {
    width: 64px;
    height: 24px;
    bottom: -26%;
  }

  .s08__wrap ul li:last-child {
    margin-bottom: 40px;
  }

  .s08__wrap ul li img {
    width: 20.00%;
  }

  .s08__wrap ul li .box__wrap {
    width: 100%;
  }

  .s08__wrap ul li .box__wrap div {
    align-items: center;
    display: flex;
  }

  .s08__wrap ul li .box__wrap div p {
    margin-left: 1em;
  }

  .s08__wrap ul li .box__wrap div p span {
    font-size: 4.6rem;
  }

  .s08__wrap ul li .box__wrap div h4 {
    font-size: 1.8rem;
  }

  .s08__wrap ul li .box__wrap .t1 {
    align-items: center;
    display: flex;
  }

  .s08__wrap ul li .box__wrap .t1 img {
    margin-right: 20px;
    width: 100px;
  }

  .s08__wrap a {
    width: 90%;
  }

  /*notes*/
  .s09__wrap {
    padding: 0 8% 50px;
  }

  .s09__wrap h2 {
    font-size: 2.4rem;
  }

  .s09__wrap ul {
    display: block;
  }

  .s09__wrap ul li {
    border-radius: 20px;
    margin-top: 20px;
    width: 100%;
  }

  .s09__wrap ul li .box__wrap {
    display: block;
  }

  .s09__wrap ul li .box__wrap div {
    width: 100%;
  }

  .s09__wrap ul li .box__wrap div p {
    font-size: 2.2rem;
  }

  .s09__wrap ul li .box__wrap div p span {
    font-size: 4.6rem;
  }

  .s09__wrap ul li .box__wrap div h3 {
    font-size: 1.8rem;
  }

  .s09__wrap ul li .box__wrap img {
    display: block;
    margin: 1em auto;
    width: 100px;
  }

  /*notes*/
  .s10__wrap {
    padding: 50px 5%;
  }

  .s10__wrap h2 {
    font-size: 2.4rem;
  }

  .s10__wrap h3 {
    font-size: 1.8rem;
  }

  .s10__wrap table td {
    padding: 1em 0;
  }

  .s10__wrap p {
    font-size: 1.2rem;
  }

  /*notes*/
  .s11__wrap {
    padding: 50px 5%;
  }

  .s11__wrap h2 {
    font-size: 2.2rem;
  }

  .s11__wrap div {
    border-radius: 20px;
  }

  /*notes*/
  .s12__wrap {
    padding: 50px 5%;
  }

  .s12__wrap h2 {
    font-size: 2.2rem;
    margin-bottom: 2em;
  }

  .acc__wrap .question {
    font-size: 1.4rem;
  }

  .acc__wrap .question p:nth-of-type(1) {
    font-size: 2.0rem;
    height: 30px;
    width: 30px;
  }

  .acc__wrap .question:before {
    right: 10px;
    width: 20px;
    height: 2px;
  }

  .acc__wrap .question:after {
    width: 20px;
    height: 2px;
  }

  .acc__wrap .question.open:after {
    opacity: 0;
  }

  /*notes*/
  .s13__wrap {
    padding: 0 5% 50px;
  }

  .s13__wrap h2 {
    font-size: 2.2rem;
  }

  .s13__wrap .box__wrap {
    border-radius: 10px;
    font-size: 1.3rem;
    padding: 20px 10px;
  }

  dl div {
    display: block;
    padding: .5em 0;
  }

  .s13__wrap .privacy:link,
  .s13__wrap .privacy:visited {
    font-size: 1.3rem;
    margin: .5em 0 2.5em;
  }

  .s13__wrap .box__wrap h3 {
    text-align: left;
  }

  /*notes*/
  .s15__wrap .box__wrap {
    text-align: left;
    width: 90%;
  }

  .s15__wrap .box__wrap div p {
    padding: .5em;
  }

  /*notes*/
  .s16__wrap p {
    font-size: 1.5rem;
    margin: 6em 0 2em;
  }
}

/* 電話CTA追加 */
.adlp-outer {
  height: 50px;
  display: flex;
  justify-content: space-between;
  padding: 6px 10px;
}

.adlp-outer img {
  height: 100%;
}

.header-right {
  display: flex;
  justify-content: end;
}

.header-right a {
  display: contents;
}

.tel-tracking {
  position: relative;
  height: 100%;
  margin-right: 3px;
  text-align: right;
}

.tel-tracking span {
  position: absolute;
  color: #fff;
  left: 23%;
  font-size: min(26px,2.08vw);
  line-height: 1;
  top: 14%;
}

@media screen and (max-width:1000px) {
  .adlp-outer {
    height: 6.3vw;
    padding: 6px 2px;
  }
  .tel-tracking span {
    font-size: 21px;
  }
}

@media screen and (max-width:768px) {
  .tel-tracking span {
    font-size: min(18px,3.92vw);
  }
}

@-moz-document url-prefix() {
  .header-right .tel-tracking span {
    right: 2.3%;
  }
}

/* フローティングバナー */
#floating-banner {
  display: none;
  opacity: 0;
  /* 最初は透明 */
  transform: translateY(100px);
  /* 下から上にスライド */
  transition: opacity 0.5s ease, transform 0.5s ease;
  /* アニメーションのスピード */
  justify-content: center;
}

#floating-banner.show {
  opacity: 1;
  /* 表示時は不透明 */
  transform: translateY(0);
  /* 位置を元に戻す */
}

.floating-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #dfffc3;
  text-align: center;
  padding: 15px 0;
  z-index: 1000;
}

.floating-banner img {
  width: auto;
  height: 64px;
  padding: 0 10px;
}

.floating-banner .tel-tracking {
  position: relative;
  height: 100%;
  margin-right: 0;
}

.floating-banner .tel-tracking span {
  left: 25%;
  font-size: 24px;
}

@media screen and (max-width:767px) {
  .floating-banner a {
    display: block;
  }

  .floating-banner img {
    height: auto;
    width: 97%;
    padding: 0;
  }

  .floating-banner .tel-tracking span {
    left: 25.8%;
    font-size: 4vw;
  }
}

/*-------------------------
サンクスページ
-------------------------*/
.s16__wrap.thanks {
  max-width: 700px;
  width: 96%;
  margin: auto;
  text-align: left;
}

.s16__wrap.thanks .text-wrap {
  width: 96%;
  margin: auto;
}

.s16__wrap.thanks p.thanks-title {
  font-size: 2.4rem;
  margin: 3em 0 0;
  padding-bottom: .4em;
  text-align: center;
  border-bottom: 3px #000 dashed;
}

.s16__wrap.thanks p.text {
  font-weight: 400;
  margin: 2em 0 1em;
}

.s16__wrap.thanks p.text02 {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: normal;
  margin: 1em 0;
}

.s16__wrap.thanks p.text02 .bold {
  font-weight: 700;
}

.s16__wrap.thanks p.text02 .underline {
  text-decoration: underline;
}

.s16__wrap.thanks p.text02 a {
  color: #002edf;
}

.s16__wrap.thanks p.tel {
  margin: 1em 0 2em;
  padding: .6em 0;
  display: inline-block;
  border-top: 2px #000 solid;
  border-bottom: 2px #000 solid;
}

@media screen and (max-width:720px) {
  .s16__wrap.thanks p.thanks-title {
    font-size: 2rem;
    margin: 2em 0 0;
  }

  .s16__wrap.thanks p.text02 {
    font-size: 1.4rem;
  }

  .s16__wrap.thanks p.text {
    margin: 1em 0 0;
  }
}