.pc {
  display: block !important;
}
.sp {
  display: none !important;
}

/*notes*/
header {
  background: top center / cover url(../img/0000.webp) no-repeat;
  padding: 40px 2%;
}
header .header__wrap {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: auto;
  max-width: 1000px;
}
header .header__wrap .box__wrap {
  text-align: center;
  width: 44.79%;
}
header .header__wrap .box__wrap h1 {
  font-size: 3.2rem;
  line-height: 1.4;
}
header .header__wrap .box__wrap h1 span {
  color: #1d3490;
  font-size: 5.6rem;
  font-weight: 900;
  letter-spacing: .075em;
  line-height: 1.0;
}
header .header__wrap .box__wrap h1 span span {
  color: #1d3490;
  font-size: 4.2rem;
  font-weight: 700;
  letter-spacing: .05em;
}
header .header__wrap .box__wrap .logo {
  max-width: 418px;
  width: 100%;
}
header .header__wrap .box__wrap div {
  font-size: 1.2rem;
  margin: 1em auto;
  max-width: 310px;
}
header .header__wrap .box__wrap div a {
  display: block;
  filter: drop-shadow(0 4px 8px rgba(0,0,0,0.24));
  margin-bottom: .5em;
}
header .header__wrap .box__wrap .i1 {
  max-width: 418px;
  width: 100%;
}

header .header__wrap .item {
  width: 55.21%;
}

/*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: #1d3490;
  font-size: 5.0rem;
}
.s01__wrap h2 span span:before {
  position: absolute;
  content: '';
  background: 100% / 100% url(../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(../img/0102.webp) no-repeat;
  width: 24px;
  height: 22px;
  top: 20%;
  left: 0;
}
.s01__wrap li span {
  background: linear-gradient(transparent 72%, #95b2ce 0%);
}

/*notes*/
.s02__wrap {
  background: #dbeaf3;
  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: #1d3490;
  font-size: 4.6rem;
}
.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(../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: #1d3490;
  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: #1d3490;
}
.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(../img/0401.webp) no-repeat;
  width: 177px;
  height: 235px;
  top: -40%;
  left: -16%;
}
.s04__wrap ul li {
  border: 2px solid #3a67ae;
  margin-top: 15px;
  text-align: center;
  width: 48.57%;
}
.s04__wrap ul li h3 {
  background: #3a67ae;
  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: #dbeaf3;
  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 #3a67ae;
  box-sizing: border-box;
  margin: auto;
  max-width: 960px;
  padding: 30px;
}
.s05__wrap div h3 {
  background: #3a67ae;
  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: #dbeaf3;
  padding: 80px 5%;
}
.s07__wrap h2 {
  color: #1d3490;
  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: #3a67ae;
  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: #1d3490;
  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 #1d3490;
}
.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(../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: #1d3490;
  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: #dbeaf3;
  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;
}
.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: #3a67ae;
  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 #222;
  font-weight: 700;
  margin: auto;
  max-width: 760px;
  width: 100%;
}
.s10__wrap table th {
  background: #3a67ae;
  border: 1.5px solid #222;
  color: #fff;
  padding: .5em;
  width: 33%;
}
.s10__wrap table td {
  border: 1.5px solid #222;
  padding: 1em;
  text-align: center;
}
.s10__wrap p {
  font-size: 1.4rem;
  margin-top: 1em;
  text-align: center;
}

/*notes*/
.s11__wrap {
  background: #3a67ae;
  padding: 80px 5%;
}
.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: #dbeaf3;
  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: #3a67ae;
  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: #3a67ae;
  transition: all .3s ease-in-out;
}
.acc__wrap .question:after {
  content: "";
  position: absolute;
  top: 20%;
  right: 10px;
  width: 24px;
  height: 3px;
  background: #3a67ae;
  transition: all .1s ease-in-out;
}
.acc__wrap .question.open:before {
  background: #3a67ae;
  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: #3a67ae;
  text-decoration: underline;
}

/*notes*/
.s13__wrap {
  background: #3a67ae;
  padding: 80px 5%;
}
.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 #3a67ae;
  display: flex;
  padding: .75em 0;
}
dl div:last-child {
  border-bottom: none;
}
dt {
  color: #3a67ae;
  font-weight: 700;
  max-width: 15em;
  width: 100%;
}
dd a:link,dd a:visited {
  color: #3a67ae;
  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 #3a67ae;
  color: #3a67ae;
  font-weight: 700;
  margin-bottom: .5em;
  padding-bottom: .5em;
  text-align: center;
}

/*notes*/
.s14__wrap {
  padding: 80px 5%;
}
.s14__wrap h2 {
  font-size: 3.6rem;
  line-height: 1.3;
  margin-bottom: 2em;
  text-align: center;
}
form {
  font-weight: 700;
  margin: auto;
  max-width: 720px;
}
form .input__wrap {
  align-items: flex-start;
  display: flex;
  margin-bottom: 16px;
}
form .item__wrap {
  margin-top: .5em;
  width: 35%;
}
form .item__wrap span {
  background: #de164e;
  color: #fff;
  font-size: 1.2rem;
  margin-right: .5em;
  padding: .2em .5em;
  text-align: center;
}
form .item__wrap span.any {
  background: #fff;
  border: 1px solid #222;
  color: #222;
}
form input[type=text],
form input[type=mail],
form input[type=tel],
form input[type=number],
form textarea {
  background: #f1f1f1;
  border: 1px solid #f1f1f1;
  border-radius: 6px;
  box-sizing: border-box;
  padding: 2%;
  width: 65%;
}
form textarea {
  font-family: Arial,'Noto Sans JP', sans-serif;
  height: 150px;
}
form select {
  background: #f1f1f1;
  border: 1px solid #f1f1f1;
  border-radius: 6px;
  box-sizing: border-box;
  font-size: 1.6rem;
  font-weight: 700;
  padding: 2%;
  width: 32.5%;
}
.s14__wrap .radio__wrap,
.s14__wrap .checkbox__wrap {
  margin-top: .25em;
  width: 65%;
}
.s14__wrap .radio__wrap div,
.s14__wrap .checkbox__wrap div {
  align-items: baseline;
  display: flex;
  margin: .3em 0;
  width: 50%;
}
form input[type=submit] {
  background: #1d3490;
  border: none;
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 2.4rem;
  font-weight: 700;
  margin: 1.5em auto 0;
  max-width: 240px;
  padding: .65em;
  transition: .4s;
  width: 100%;
}
form input[type=submit]:hover {
  background: #3a67ae;
}
::-webkit-input-placeholder {
  color: #cacaca;
  font-size: 1.6rem;
}

/*notes*/
footer {
  background: #f1f1f1;
  font-size: 1.4rem;
  padding: 20px 5% 10px;
  text-align: center;
}
footer img {
  margin-bottom: 1em;
  max-width: 216px;
}

/*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: #1d3490;
  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 #1d3490;
}
.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: #3a67ae;
  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: #1d3490;
  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.2rem;
}
.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 #3a67ae;
  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.2rem;
  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: 50px 8%;
}
.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: 50px 5%;
}
.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*/
.s14__wrap {
  padding: 50px 5%;
}
.s14__wrap h2 {
  font-size: 2.2rem;
}
form .input__wrap {
  display: block;
}
form .item__wrap {
  width: 100%;
}
form .item__wrap span {
  font-size: 1.0rem;
}
form input[type=text],
form input[type=mail],
form input[type=tel],
form input[type=number],
form textarea {
  padding: 3%;
  width: 100%;
}
form select {
  padding: 3%;
  width: 50%;
}
.radio__wrap,
.checkbox__wrap {
  width: 100%;
}
.radio__wrap div,
.checkbox__wrap div {
  width: 100%;
}
form input[type=submit] {
  font-size: 2.0rem;
  max-width: 200px;
}

/*notes*/
footer {
  font-size: 1.2rem;
}
footer img {
  max-width: 180px;
}

/*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: 22.3%;
  font-size: 17px;
  line-height: 1;
  top: 16%;
}

@media screen and (max-width:1000px){
  .adlp-outer {
      height: 6.3vw;
      padding: 6px 2px;
  }
  .tel-tracking span {
    position: absolute;
    left: 22%;
    font-size: 2.15vw;
  }
}
@-moz-document url-prefix() {
  .header-right .tel-tracking span {
    right: 2.3%; 
  }
}

/*.adlp-wrapper img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}

.adlp-header {
  box-shadow: 0px min(calc((4 / 1080) * 100vw), 4px)
      min(calc((6 / 1080) * 100vw), 6px) 0px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 999;
  font-feature-settings: "palt";
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  color: #F4733C;
}

.adlp-header .txt1 {
  position: absolute;
  top: min(calc((13 / 1080) * 100vw), 13px);
  left: min(calc((1242 / 1080) * 100vw), 1242px);
  font-size: min(calc((26 / 1080) * 100vw), 26px);
  line-height: 1;
  font-weight: 700;
}

.adlp-header .txt2 {
  position: absolute;
  top: min(calc((46 / 1080) * 100vw), 46px);
  left: min(calc((1242 / 1080) * 100vw), 1242px);
  font-size: min(calc((12 / 1080) * 100vw), 12px);
  line-height: 1.4;
  font-weight: 500;
  letter-spacing: min(calc((1 / 1080) * 100vw), 1px);
}

.adlp-header .header_switch {
  width: min(calc((36 / 1080) * 100vw), 36px);
  height: min(calc((38 / 1080) * 100vw), 36px);
  position: absolute;
  top: min(calc((18 / 1080) * 100vw), 18px);
  left: min(calc((1464 / 1080) * 100vw), 1464px);
  cursor: pointer;
}

.adlp-header .header_switch > span {
  background: #fff;
  position: absolute;
}
.adlp-header .header_switch .switch-close {
  display: none;
}

.adlp-header .header_switch .switch-close.show {
  display: block;
  z-index: 9999;
}

.adlp-header .adlp-header_nav {
  display: none;
  position: relative;
}

.adlp-header .adlp-header_nav.show {
  display: block;
}

.adlp-header .header_nav_inner {
  background: #fff;
  width: fit-content;
  padding: min(calc((48 / 1080) * 100vw), 48px);
  position: absolute;
  top: 0;
  right: min(calc((420 / 1080) * 100vw), 420px);
  z-index: 950;
}

.adlp-header .header_nav_btn {
  display: block;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  margin-top: min(calc((19 / 1080) * 100vw), 19px);
  margin-bottom: min(calc((13 / 1080) * 100vw), 13px);
}

.adlp-header .header_nav_btn:hover {
  filter: brightness(130%);
}

.adlp-header .header_nav_btn {
  transition: filter 0.3s;
}

.adlp-header .header_nav_close {
  cursor: pointer;
}

.adlp-wrapper .cv01_btn_2 {
  position: absolute;
  width: min(calc((380 / 1080) * 100vw), 380px);
  top: min(calc((256 / 1080) * 100vw), 256px);
  left: 50%;
  transform: translateX(-50%);
}

.adlp-wrapper .cv01 .txt1 {
  position: absolute;
  top: min(calc((125 / 1080) * 100vw), 125px);
  left: min(calc((818 / 1080) * 100vw), 818px);
  font-size: min(calc((55 / 1080) * 100vw), 55px);
  line-height: 1;
  font-weight: 700;
  letter-spacing: min(calc((1 / 1080) * 100vw), 1px);
}

.adlp-wrapper .cv01 .txt2 {
  position: absolute;
  top: min(calc((198 / 1080) * 100vw), 198px);
  left: min(calc((820 / 1080) * 100vw), 820px);
  font-size: min(calc((24 / 1080) * 100vw), 24px);
  line-height: 1.4;
  font-weight: 500;
  letter-spacing: min(calc((2 / 1080) * 100vw), 2px);
}

.adlp-wrapper .adlp-pc {
  display: block;
  color: #F4733C;
}

.adlp-wrapper .adlp-sp {
  display: none;
}

.adlp-relative {
  position: relative;
}

@media all and (min-width: 0px) and (max-width: 767.9px) {
  .adlp-header {
      box-shadow: 0px calc((4 / 750) * 100vw) calc((6 / 750) * 100vw) 0px
          rgba(0, 0, 0, 0.1);
  }

  .adlp-header .header_btn {
      position: absolute;
      width: calc((359 / 750) * 100vw);
      top: calc((14 / 750) * 100vw);
      left: calc((375 / 750) * 100vw);
  }

  .adlp-header .header_switch {
      width: calc((50 / 750) * 100vw);
      height: calc((56 / 750) * 100vw);
      top: calc((16 / 750) * 100vw);
      left: calc((671 / 750) * 100vw);
  }

  .adlp-header .header_nav_inner {
      width: calc((570 / 750) * 100vw);
      padding: calc((60 / 750) * 100vw) calc((40 / 750) * 100vw);
      right: 0;
  }

  .adlp-header .header_nav_btn {
      margin-top: calc((42 / 750) * 100vw);
      margin-bottom: calc((35 / 750) * 100vw);
  }

  .adlp-wrapper .cv01_btn_1 {
      position: absolute;
      width: calc((596 / 750) * 100vw);
      top: calc((215 / 750) * 100vw);
      left: 50%;
      transform: translateX(-50%);
  }

  .adlp-wrapper .cv01_btn_2 {
      width: calc((598 / 750) * 100vw);
      top: calc((355 / 750) * 100vw);
  }

  .adlp-header .sec11_btn {
      width: calc((391 / 750) * 100vw);
      height: calc((42 / 750) * 100vw);
      margin-top: calc((40 / 750) * 100vw);
      margin-left: calc((30 / 750) * 100vw);
  }

  .adlp-header .sec12_btn {
      position: absolute;
      width: calc((400 / 750) * 100vw);
      height: calc((42 / 750) * 100vw);
      top: calc((433 / 750) * 100vw);
      left: calc((217 / 750) * 100vw);
  }

  .adlp-header .adlp-footer {
      margin-bottom: calc((188 / 750) * 100vw);
  }

  .adlp-header .adlp-footer_inner {
      width: calc((253 / 750) * 100vw);
      top: calc((68 / 750) * 100vw);
      display: block;
  }

  .adlp-header .adlp-footer_inner div {
      margin-bottom: calc((8 / 750) * 100vw);
  }

  .adlp-header .adlp-footer_inner div:first-child {
      width: 100%;
  }

  .adlp-header .adlp-footer_inner div:nth-child(2) {
      width: 100%;
  }

  .adlp-header .adlp-footer_inner div:nth-child(3) {
      width: 100%;
  }

  .adlp-header .adlp-footer_inner div:last-child {
      margin-bottom: 0;
  }

  .adlp-header .adlp-floating {
      width: 100%;
  }

  .adlp-header .adlp-floating_btn_1 {
      position: absolute;
      width: calc((346 / 750) * 100vw);
      top: calc((66 / 750) * 100vw);
      left: calc((25 / 750) * 100vw);
  }

  .adlp-header .adlp-floating_btn_2 {
      position: absolute;
      width: calc((338 / 750) * 100vw);
      top: calc((66 / 750) * 100vw);
      left: calc((383 / 750) * 100vw);
  }

  .adlp-wrapper .adlp-pc {
      display: none;
  }

  .adlp-wrapper .adlp-sp {
      display: block;
  }
} */

/* フローティングバナー */
footer {
  padding-bottom: 104px;
}
#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: #cee0fe;
  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: 24%;
  font-size: 22px;
}

@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: 23%;
    font-size: 3.7vw;
  }
}