* {
  margin: 0;
  padding: 0;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

li {
  list-style: none;
}

.in-right {
  text-align: right;
}

.in-left {
  text-align: left;
}

.in-center {
  text-align: center;
}

.pc-none {
  display: none;
}

.sp-none {
  display: block;
}

.disc li {
  list-style: disc inside;
}

.f-12 {
  font-size: 1.2rem;
}

.f-16 {
  font-size: 1.6rem;
}

.f-18 {
  font-size: 1.8rem;
}

.f-20 {
  font-size: 2rem;
}

.f-21 {
  font-size: 2.1rem;
}

.f-22 {
  font-size: 2.2rem;
}

.f-24 {
  font-size: 2.4rem;
}

.f-26 {
  font-size: 2.6rem;
}

.f-28 {
  font-size: 2.8rem;
}

.f-30 {
  font-size: 3rem;
}

.f-32 {
  font-size: 3.2rem;
}

.f-36 {
  font-size: 3.6rem;
}

.f-38 {
  font-size: 3.8rem;
}

.f-42 {
  font-size: 4.2rem;
}

.f-44 {
  font-size: 4.4rem;
}

.f-46 {
  font-size: 4.6rem;
}

.f-48 {
  font-size: 4.8rem;
}

.f-50 {
  font-size: 5rem;
}

.f-54 {
  font-size: 5.4rem;
}

.f-58 {
  font-size: 5.8rem;
}

.f-60 {
  font-size: 6rem;
}

.f-64 {
  font-size: 6.4rem;
}

.f-66 {
  font-size: 6.6rem;
}

.f-90 {
  font-size: 9rem;
}

.f-82 {
  font-size: 8.2rem;
}

.f-144 {
  font-size: 14.4rem;
}

.f-162 {
  font-size: 16.2rem;
}

.f-164 {
  font-size: 16.4rem;
}

.f-212 {
  font-size: 21.2rem;
}

.f-220 {
  font-size: 22rem;
}

.lh-08 {
  line-height: 0.8;
}

.lh-10 {
  line-height: 1;
}

.lh-11 {
  line-height: 1.1;
}

.lh-12 {
  line-height: 1.2;
}

.lh-13 {
  line-height: 1.3;
}

.lh-14 {
  line-height: 1.4;
}

.lh-15 {
  line-height: 1.5;
}

.lh-16 {
  line-height: 1.6;
}

.lh-17 {
  line-height: 1.7;
}

.lh-18 {
  line-height: 1.8;
}

.lh-20 {
  line-height: 2;
}

.ls-none {
  letter-spacing: 0;
}

.ls-06 {
  letter-spacing: 0.06em;
}

body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  font-feature-settings: "palt";
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #333;
}

h1,
h2,
h3,
h4,
h5 {
  font-weight: 700;
}

.sans {
  font-family: "Noto Sans JP", sans-serif;
}

.serif {
  font-family: "Noto Serif JP", serif;
}

.eb {
  font-family: "EB Garamond", serif;
}

.zen {
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.shadow {
  text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.4);
}

.w-regular {
  font-weight: 400;
}

.w-medium {
  font-weight: 500;
}

.w-semibold {
  font-weight: 600;
}

.w-bold {
  font-weight: 700;
}

.w-regular-i {
  font-weight: 400;
  font-style: italic;
}

.w-medium-i {
  font-weight: 500;
  font-style: italic;
}

.i-normal {
  font-style: normal;
}

.f-white {
  color: #fff;
}

.f-main {
  color: #24787a;
}

.f-sub-01 {
  color: #12397c;
}

.f-sub-02 {
  color: #e1d299;
}

.f-sub-03 {
  color: #ffcc18;
}

.f-sub-04 {
  color: #004098;
}

.f-gray-01 {
  color: #333;
}

.f-gray-02 {
  color: #cdcccc;
}

.flex {
  display: flex;
  justify-content: space-between;
}

.flex-bt {
  display: flex;
  width: 760px;
}

.table {
  display: table;
}

.inner {
  max-width: 1080px;
  position: relative;
  margin: 0 auto;
}

body {
  overflow-x: hidden;
}

body > div {
  max-width: 1920px;
  margin: 0 auto;
  overflow: hidden;
}

a {
  text-decoration: none;
  transition: all 0.3s;
}

a:hover {
  filter: brightness(130%);
}

.adlp-header h1 {
  justify-content: center;
  align-items: center;
  gap: 16px;
}

.adlp-fv {
  height: 596px;
  background: url(../img/fv-bg.jpg) 50% 50% no-repeat;
  position: relative;
  z-index: 0;
}

.adlp-fv .inner {
  box-sizing: border-box;
  max-width: 1160px;
  padding: 60px 0 0 35px;
}

.adlp-fv .box-01 {
  gap: 14px;
  text-align: center;
}

.adlp-fv .box-01 > div:first-child {
  flex: 1;
}

.adlp-fv h2 {
  padding: 12px 0 0;
}

.adlp-fv .box-02 {
  justify-content: center;
  align-items: center;
  gap: 20px;
  padding: 24px 0 0 0;
}

.adlp-fv .box-02 > p {
  letter-spacing: 0.09em;
}

.adlp-fv .box-02 .f-12 {
  position: absolute;
}

.adlp-fv .box-03 {
  gap: 36px;
  justify-content: flex-end;
  align-items: center;
  margin: 32px 0 0 0;
}

.adlp-fv .box-03 p:first-child {
  color: #97cbcb;
}

.adlp-fv .box-03 p:last-child {
  color: #cdcccc;
}

.video-wrapper {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 84%;
  width: 62%;
}

.video {
  height: 100%;
  width: 100%;
  opacity: 0.2;
  object-fit: cover;
}

.gray-box {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-color: #50666b;
  position: absolute;
  opacity: 1;
  z-index: -2;
}

.form-wrapper {
  display: flex;
  width: 100%;
  height: 110px;
  justify-content: center;
  align-items: stretch;
  margin-top: 50px;
  padding-bottom: 50px;
  scroll-margin-top: 200px;
}

.s01 {
  padding: 50px 0;
}

.s01 .inner {
  max-width: 1160px;
}

.s01 h2 > span:first-child {
  display: table;
  margin: 0 auto;
}

.s01 h2 span:first-child {
  margin-bottom: 24px;
  padding: 0 0 8px;
  border-bottom: 2px solid #24787a;
}

.s01 .flex {
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px 3.4%;
  margin: 80px 0 0;
}

.s01 .flex li {
  display: flex;
  align-items: center;
  gap: 5.2%;
  width: 48.3%;
}

.s01 .flex img {
  width: 52%;
}

.s01 .flex p {
  flex: 1;
}

.s01 .flex li:nth-child(odd) {
  text-align: right;
}

.s01 .form-wrapper {
  margin-bottom: 50px;
}

.s02 {
  padding: 130px 0 0;
  background:
    url(../img/s02-bg-arrow.svg) 50% 0 no-repeat,
    url(../img/s02-bg-01.svg) 50% 100% no-repeat #e9f1f2;
}

.s02 h2 > span:first-child {
  padding: 2px 24px;
  background: #fff;
}

.s02 .box-01 {
  box-sizing: border-box;
  width: 920px;
  margin: 100px auto -32px;
  padding: 52px 50px 60px;
  background: #fff;
  border-top: 8px solid #24787a;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.s02 .box-02 {
  gap: 10px;
  margin: 40px 0 0;
}

.s02 .box-02 > p {
  flex: 1;
  margin-right: 25px;
  letter-spacing: 0.04em;
}

.s02 .box-02 .box-04 {
  display: flex;
  gap: 10px;
}

.s02 .box-02 .box-04 p {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 200px;
  background: linear-gradient(180deg, #289e94 0%, #196160 100%);
}

.s02 .box-03 {
  justify-content: center;
  align-items: center;
}

.s02 h3 span {
  display: inline-block;
  background: linear-gradient(180deg, #289e94 0%, #196160 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.s02 .box-03 h3 {
  padding-top: 40px;
}

.s02 .box-03 img {
  width: 388px;
  height: 381px;
  object-fit: cover;
  object-position: 0 0;
}

.s03 {
  padding: 80px 0 0;
}

.s03 .style-01 {
  width: 750px;
  margin: 60px auto;
  padding: 8px 0;
  background: #24787a;
}

.s03 h2 + p {
  margin: 60px 0 10px;
}

.s03 .f-90.eb {
  position: relative;
  bottom: -10px;
}

.s03 .style-02 {
  width: 575px;
  position: relative;
  margin: 0 auto 10px;
}

.s03 .style-02:before,
.s03 .style-02:after {
  content: "";
  display: block;
  width: 160px;
  height: 2px;
  position: absolute;
  bottom: 40px;
  left: 0;
  background: #24787a;
}

.s03 .style-02:after {
  left: auto;
  right: 0;
}

.s03 .box-01 {
  justify-content: center;
  margin: 20px 0 0;
  padding: 0 0 60px;
}

.s03 .box-01:after {
  content: "";
  display: block;
  width: 80px;
  height: 40px;
  position: absolute;
  bottom: -20px;
  left: 50%;
  z-index: 10;
  transform: translate(-50%);
  background: url(../img/s03-bg-arrow.svg) 50% 100% no-repeat;
}

.s03 .box-01 li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 192px;
  height: 192px;
  margin: 0 -6px;
  border-radius: 50%;
  background: url(../img/s03-bg-circle.svg) no-repeat;
}

.s03 .box-01 li span {
  display: inline-block;
  background: linear-gradient(180deg, #289e94 0%, #196160 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.s03 .box-02 {
  position: relative;
  padding: 80px;
  background: linear-gradient(180deg, #e9f1f2 0%, #d7e6e8 100%);
}

.s03 .box-02:after {
  content: "";
  display: block;
  width: 80px;
  height: 40px;
  position: absolute;
  bottom: -20px;
  left: 50%;
  z-index: 10;
  transform: translate(-50%);
  background: url(../img/s03-bg-arrow.svg) 50% 100% no-repeat;
}

.s03 .box-03 {
  justify-content: center;
  gap: 12px;
  margin: 40px 0 60px;
}

.s03 .box-03 ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: -16px;
  padding: 40px;
  background: #fff;
  border: 2px #24787a solid;
}

.s03 .box-03 li li {
  padding-left: 16px;
  border-left: 3px solid #24787a;
}

.s03 .box-04 {
  padding: 80px 0 0;
  background: url(../img/s03-bg-02.jpg) 50% 100% no-repeat;
}

.s03 .box-05 {
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: center;
  width: 640px;
  height: 370px;
  margin: 37px auto 0;
  background: linear-gradient(180deg, #289e94 0%, #196160 100%);
}

.s04 {
  padding: 80px 0;
  background:
    url(../img/s04-bg-01.png) 50% 0 no-repeat,
    linear-gradient(180deg, #d7e6e8 0%, #e9f1f2 100%);
}

.s04 .box-01 {
  align-items: center;
  width: 900px;
  margin: 40px auto;
}

.s04 .box-01 > div + div {
  flex: 1;
}

.s04 .f-162 > span:first-child {
  background: linear-gradient(180deg, #289e94 0%, #196160 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.s05 {
  padding: 80px 0 60px;
  background: url(../img/s05-bg-01.svg) 50% 435px no-repeat;
}

.s05 h2 {
  margin: 0 0 40px;
}

.s05 h2 + p {
  margin-bottom: 80px;
}

.s05 h2 + p img {
  width: auto;
}

.s06 {
  padding: 80px 0 50px;
}

.s06 h2 {
  box-sizing: border-box;
  width: 462px;
  height: 99px;
  margin: 0 auto 40px;
  padding: 14px 0 0;
  background: url(../img/s06-bg-01.svg) no-repeat;
}

.s06 .box-01 {
  gap: 60px;
}

.s06 .box-01 > div:last-child {
  display: flex;
  gap: 20px;
  flex-direction: column;
  flex: 1;
}

.s06 .box-01 h3 {
  margin-bottom: -20px;
}

.s06 .box-01 h4 {
  position: relative;
}

.s06 .box-01 h4:before,
.s06 .box-01 h4:after {
  content: "";
  display: block;
  width: 180px;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  background: #24787a;
}

.s06 .box-01 h4:after {
  left: auto;
  right: 0;
}

.s07 {
  height: 687px;
  background: url(../img/s07-bg-01.jpg) 50% 0 no-repeat;
  position: relative;
}

.s07 .inner {
  height: 687px;
}

.s07 h2 {
  position: absolute;
  top: 160px;
  left: 50%;
  transform: translateX(-50%);
  writing-mode: vertical-rl;
  text-orientation: upright;
  white-space: nowrap;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}

.s07 h2 > span {
  display: block;
  background: linear-gradient(
    90deg,
    #cabc88 0%,
    #f9f1c4 43.23%,
    #f9f1c4 55.73%,
    #cabc88 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.s07 p {
  position: absolute;
  left: 132px;
  bottom: 26px;
}

.cta {
  padding: 80px 0;
}

.cta.sp-none a {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  gap: 67px;
  width: 520px;
  height: 100px;
  margin: 0 auto;
  padding: 10px;
  background: url(../img/cta-arrow.svg) 96% 50% no-repeat #24787a;
}

.cta.sp-none a p:first-child {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  background: #fff;
}

.s08 {
  padding: 80px 0;
}

.s08 .box-01 {
  margin: 80px 0 0;
  padding-top: 60px;
  background: url(../img/s08-bg-01.svg) 50% 0 no-repeat;
}

.s08 .box-02 {
  margin: 108px 0;
  padding-top: 60px;
  background: url(../img/s08-bg-02.svg) 50% 0 no-repeat;
}

.s08 .box-03 {
  padding-top: 60px;
  background: url(../img/s08-bg-03.svg) 50% 0 no-repeat;
}

.s08 .flex.inner {
  flex-direction: column;
  gap: 40px;
  max-width: 920px;
  margin: 0 auto;
}

.s08 .box-01 .flex + p.f-18 {
  margin: 0 0 20px;
}

.s08 .inner .flex {
  align-items: center;
  gap: 40px;
}

.s08 .inner .flex > div:last-child {
  flex: 1;
}

.s08 h4 {
  margin: 0 0 30px;
}

.s08 ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 550px;
  height: 190px;
  margin: 0 auto;
  background: url(../img/s08-bg-04.svg) 50% 0 no-repeat;
}

.s08 li {
  width: 33.33%;
}

.s09 {
  padding: 80px 0;
  background: url(../img/s09-bg-01.svg) 50% 0 no-repeat;
}

.s09 h2 + p {
  margin: 60px 0 25px;
}

.s09 .box-01 {
  justify-content: center;
  align-items: center;
  gap: 40px;
}

.s09 .box-02 {
  box-sizing: border-box;
  justify-content: center;
  align-items: flex-end;
  gap: 40px;
  max-width: 820px;
  margin: 100px auto 80px;
  padding: 50px 40px;
  background: #24787a;
}

.s09 .box-02 > div:first-child {
  margin-top: -90px;
}

.s09 .box-02 > div:last-child {
  flex: 1;
}

.s09 .box-02 h3 {
  margin: 0 0 20px;
}

.s09 .box-02 h3 + p {
  margin: 0 0 10px;
}

.s09 .box-02 + h3 {
  margin: 0 0 20px;
}

.s09 .inner > p:last-child span {
  background: linear-gradient(0deg, #e9f1f2 0%, #e9f1f2 34%, #fff 35%);
}

.s10 {
  padding: 80px 0;
  background: #f2f5fa;
  border-top: 8px solid #004098;
}

.s10 .box-01 {
  justify-content: center;
  align-items: center;
  gap: 30px;
  margin: 40px 0 60px;
}

.s10 .box-02 {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 680px;
  margin: 0 auto;
  padding: 40px 50px;
  background: #fff;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.s11 {
  padding: 80px 0;
}

.s11 .inner {
  max-width: 1040px;
}

.s11 ul {
  display: flex;
  gap: 100px;
  flex-direction: column;
  margin: 110px 0 0;
}

.s11 li {
  display: flex;
  gap: 30px;
  align-items: center;
  position: relative;
}

.s11 li > div:last-child {
  flex: 1;
}

.s11 li h3 {
  margin-bottom: 30px;
}

.s11 li:first-child h3 {
  display: table;
}

.s11 li:nth-child(-n + 2):after {
  content: "";
  display: block;
  width: 80px;
  height: 40px;
  position: absolute;
  bottom: -70px;
  left: 50%;
  transform: translate(-50%);
  background: url(../img/s11-arrow-01.svg) 0 0 no-repeat;
}

.s12 {
  padding: 0 0 40px;
  background: url(../img/s12-bg-01.jpg) 50% 0 no-repeat;
  position: relative;
}

.s12 .inner {
  max-width: 880px;
}

.s12 .box-01 {
  height: 516px;
  margin-bottom: 40px;
  padding: 20px 0;
  justify-content: center;
}

.s12 h2 {
  margin-top: 114px;
  background: linear-gradient(90deg, #f9f1c4 0%, #cabc88 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.s12 .box-01 p {
  padding-top: 16px;
  text-indent: -16px;
  writing-mode: vertical-rl;
  text-orientation: upright;
  white-space: nowrap;
}

.s12 .box-02 {
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.s12 img {
  width: 299px;
}

.s13 {
  padding: 80px;
  background: #e9f1f2;
}

.s13 .inner {
  max-width: 860px;
}

.s13 .flex {
  flex-direction: column;
  gap: 40px;
  margin-top: 70px;
}

.s13 a {
  display: block;
  position: relative;
  padding: 36px 98px 36px 36px;
  background: #fff;
  color: #24787a;
  font-size: 1.9rem;
}

.s13 a:before {
  content: "";
  display: block;
  width: 29.41px;
  height: 16.12px;
  position: absolute;
  top: 50%;
  right: 22px;
  transform: translate(0, -50%);
  background: url(../img/s13-arrow-01.svg) 0 0 no-repeat;
  background-size: 29.41px;
}

.s13 a.open:before {
  margin-top: -8px;
  transform: scale(1, -1);
}

.s13 a + div {
  display: none;
  padding: 0 40px 40px;
  background: #fff;
}

.adlp-footer {
  padding: 80px 0;
}

.adlp-footer img {
  width: 240px;
  height: 43.2px;
}

.adlp-footer .flex {
  gap: 60px;
  justify-content: center;
  margin: 60px 0 80px;
}

.adlp-footer a {
  color: #333;
}

.adlp-footer p + p {
  margin: 30px 0 0;
}

@media screen and (max-width: 1079px) {
  .pc-none {
    display: block;
  }

  .sp-none {
    display: none;
  }

  body {
    font-size: calc((32 / 750) * 100vw);
  }

  body > div,
  .inner {
    max-width: none;
  }

  .cta img {
    width: 100%;
  }

  .adlp-header h1 {
    flex-direction: column;
    gap: calc((12 / 750) * 100vw);
  }

  .adlp-header img {
    width: calc((433 / 750) * 100vw);
  }

  .adlp-header h1 span {
    position: relative;
    font-size: calc((28 / 750) * 100vw);
  }

  .adlp-header h1 span:before,
  .adlp-header h1 span:after {
    content: "";
    display: block;
    width: calc((64 / 750) * 100vw);
    height: 1px;
    position: absolute;
    left: calc((-76 / 750) * 100vw);
    top: 50%;
    transform: translate(0, -50%);
    background: #12397c;
  }

  .adlp-header h1 span:after {
    left: auto;
    right: calc((-76 / 750) * 100vw);
  }

  .adlp-fv {
    height: auto;
    background: url(../img/fv-bg-sp.jpg) 50% 0 no-repeat;
    background-size: calc((750 / 750) * 100vw);
  }

  .adlp-fv .inner {
    padding: calc((56 / 750) * 100vw) 0 0;
  }

  .adlp-fv .box-01 {
    flex-direction: column;
  }

  /* .adlp-fv .box-01 > div:last-child {
    padding: calc((60 / 750) * 100vw);
  } */

  .adlp-fv h2 {
    padding: 0;
  }

  .adlp-fv h2 img {
    width: calc((375 / 750) * 100vw);
  }

  .adlp-fv .box-02 {
    align-items: flex-start;
    gap: calc((32 / 750) * 100vw);
    padding: calc((32 / 750) * 100vw) 0 0 calc((20 / 750) * 100vw);
  }

  .adlp-fv .box-02 > p {
    font-size: calc((28 / 750) * 100vw);
  }

  .adlp-fv .box-02 > div {
    width: calc((209 / 750) * 100vw);
    height: calc((194 / 750) * 100vw);
    padding-top: calc((30 / 750) * 100vw);
    background-size: calc((209 / 750) * 100vw);
  }

  .adlp-fv .box-02 div p {
    font-size: calc((24 / 750) * 100vw);
  }

  .adlp-fv .box-02 div .f-44 {
    font-size: calc((56 / 750) * 100vw);
  }

  .adlp-fv .box-02 div .f-58 {
    font-size: calc((72 / 750) * 100vw);
  }

  .adlp-fv .box-02 .f-12 {
    font-size: calc((18 / 750) * 100vw);
  }

  .flex-bt {
    width: unset;
  }

  .adlp-fv .box-03 {
    flex-direction: column-reverse;
    gap: calc((52 / 750) * 100vw);
    margin: 30px 0;
    padding: 0 calc((30 / 750) * 100vw);
  }

  .adlp-fv .box-03 .f-12 {
    font-size: calc((20 / 750) * 100vw);
  }

  .adlp-fv .box-03 .in-center {
    width: 100%;
    font-size: calc((20 / 750) * 100vw);
    font-weight: 500;
    text-align: right;
  }

  .s01 {
    padding: calc((20 / 750) * 100vw) 0 calc((80 / 750) * 100vw);
  }

  .s01 .form-wrapper {
    margin-bottom: calc((20 / 750) * 100vw);
  }

  .s01 h2.f-30 {
    font-size: calc((40 / 750) * 100vw);
  }

  .s01 h2 span:first-child {
    margin-bottom: calc((40 / 750) * 100vw);
    padding: calc((16 / 750) * 100vw) 0 0;
  }

  .s01 h2 .f-48 {
    font-size: calc((64 / 750) * 100vw);
    line-height: 1.2;
  }

  .s01 .flex {
    flex-direction: column;
    gap: 0;
    margin: calc((80 / 750) * 100vw) 0 0;
  }

  .s01 .flex li {
    gap: 0;
    width: 100%;
  }

  .s01 .flex li img {
    width: 50%;
  }

  .s01 .flex li p {
    font-size: calc((36 / 750) * 100vw);
    text-align: center;
  }

  .s02 {
    padding: calc((140 / 750) * 100vw) 0 0;
    background:
      url(../img/s02-bg-arrow.svg) 50% 0 no-repeat,
      url(../img/s02-bg-02-sp.svg) 50% 0 no-repeat,
      url(../img/s02-bg-01-sp.svg) 50% 100% no-repeat;
    background-size:
      calc((120 / 750) * 100vw), calc((750 / 750) * 100vw),
      calc((750 / 750) * 100vw);
  }

  .s02 h2.f-30 {
    font-size: calc((40 / 750) * 100vw);
  }

  .s02 h2 .f-48 {
    font-size: calc((64 / 750) * 100vw);
    line-height: 1.2;
  }

  .s02 h2 .f-64 {
    font-size: calc((80 / 750) * 100vw);
  }

  .s02 h2 > span:first-child {
    display: inline-block;
    margin-bottom: calc((24 / 750) * 100vw);
    padding: calc((8 / 750) * 100vw) calc((24 / 750) * 100vw);
  }

  .s02 .box-01 {
    width: calc((690 / 750) * 100vw);
    margin: calc((124 / 750) * 100vw) auto calc((-50 / 750) * 100vw);
    padding: calc((60 / 750) * 100vw) calc((50 / 750) * 100vw);
    border-top: calc((8 / 750) * 100vw) solid #24787a;
    box-shadow: 0px calc((4 / 750) * 100vw) calc((4 / 750) * 100vw)
      rgba(0, 0, 0, 0.25);
  }

  .s02 .box-01 h3 {
    font-size: calc((40 / 750) * 100vw);
  }

  .s02 .box-01 h3 .f-48 {
    font-size: calc((64 / 750) * 100vw);
  }

  .s02 .box-02 {
    flex-direction: column;
    gap: calc((40 / 750) * 100vw);
    margin: calc((40 / 750) * 100vw) 0 0;
  }

  .s02 .box-02 .box-04 {
    gap: calc((30 / 750) * 100vw);
  }

  .s02 .box-02 > p {
    margin-right: 0;
    font-size: calc((32 / 750) * 100vw);
  }

  .s02 .box-02 .box-04 p {
    width: calc((280 / 750) * 100vw);
    height: calc((280 / 750) * 100vw);
    font-size: calc((28 / 750) * 100vw);
  }

  .s02 .box-03 {
    padding-left: calc((30 / 750) * 100vw);
  }

  .s02 .box-03 h3 {
    padding-top: calc((30 / 750) * 100vw);
    font-size: calc((32 / 750) * 100vw);
    letter-spacing: 0;
  }

  .s02 h3 span {
    font-size: calc((64 / 750) * 100vw);
  }

  .s02 .box-03 img {
    width: calc((390 / 750) * 100vw);
    height: calc((520 / 750) * 100vw);
  }

  .s03 {
    padding: calc((80 / 750) * 100vw) 0 0;
  }

  .s03 .inner > p:first-child {
    font-size: calc((40 / 750) * 100vw);
  }

  .s03 .style-01 {
    width: 100%;
    margin: calc((60 / 750) * 100vw) auto;
    padding: calc((8 / 750) * 100vw) 0;
    font-size: calc((40 / 750) * 100vw);
  }

  .s03 h2 img {
    width: calc((498 / 750) * 100vw);
  }

  .s03 h2 + p {
    margin: calc((60 / 750) * 100vw) 0 0;
    font-size: calc((40 / 750) * 100vw);
  }

  .s03 .f-90.eb {
    bottom: calc((-10 / 750) * 100vw);
    font-size: calc((120 / 750) * 100vw);
  }

  .s03 .style-02 {
    width: calc((630 / 750) * 100vw);
    margin: 0 auto calc((10 / 750) * 100vw);
    font-size: calc((40 / 750) * 100vw);
    letter-spacing: 0;
  }

  .s03 .style-02:before,
  .s03 .style-02:after {
    width: calc((160 / 750) * 100vw);
    height: calc((2 / 750) * 100vw);
    bottom: calc((60 / 750) * 100vw);
  }

  .s03 .style-02 + p {
    font-size: calc((48 / 750) * 100vw);
  }

  .s03 .box-01 {
    margin: calc((20 / 750) * 100vw) 0 0;
    padding: 0 0 calc((60 / 750) * 100vw);
  }

  .s03 .box-01:after {
    width: calc((80 / 750) * 100vw);
    height: calc((40 / 750) * 100vw);
    bottom: calc((-20 / 750) * 100vw);
  }

  .s03 .box-01 li {
    width: calc((240 / 750) * 100vw);
    height: calc((240 / 750) * 100vw);
    margin: 0 calc((-15 / 750) * 100vw);
    background: url(../img/s03-bg-circle-sp.svg) no-repeat;
    background-size: calc((240 / 750) * 100vw);
    font-size: calc((40 / 750) * 100vw);
  }

  .s03 .box-02 {
    padding: calc((80 / 750) * 100vw) calc((4 / 750) * 100vw);
  }

  .s03 .box-02:after {
    width: calc((80 / 750) * 100vw);
    height: calc((40 / 750) * 100vw);
    bottom: calc((-20 / 750) * 100vw);
  }

  .s03 .box-02 h3 {
    font-size: calc((40 / 750) * 100vw);
  }

  .s03 .box-02 h3 span {
    font-size: calc((48 / 750) * 100vw);
  }

  .s03 .box-03 {
    gap: calc((14 / 750) * 100vw);
    margin: calc((80 / 750) * 100vw) 0 calc((60 / 750) * 100vw);
  }

  .s03 .box-03 img {
    width: calc((237.59 / 750) * 100vw);
    height: calc((237.59 / 750) * 100vw);
  }

  .s03 .box-03 ul {
    gap: calc((22 / 750) * 100vw);
    margin-top: calc((-16 / 750) * 100vw);
    padding: calc((50 / 750) * 100vw) calc((45 / 750) * 100vw);
    border: calc((2 / 750) * 100vw) #24787a solid;
  }

  .s03 .box-03 li li {
    padding-left: calc((20 / 750) * 100vw);
    border-left: calc((4 / 750) * 100vw) solid #24787a;
    font-size: calc((28 / 750) * 100vw);
    letter-spacing: 0;
  }

  .s03 .box-03 + p {
    font-size: calc((40 / 750) * 100vw);
  }

  .s03 .box-04 {
    padding: calc((80 / 750) * 100vw) 0 0;
    background: none;
  }

  .s03 .box-04 h3 {
    font-size: calc((40 / 750) * 100vw);
  }

  .s03 .box-04 h3 span {
    font-size: calc((48 / 750) * 100vw);
  }

  .s03 .box-05 {
    gap: calc((20 / 750) * 100vw);
    width: 100%;
    height: calc((426 / 750) * 100vw);
    margin: calc((460 / 750) * 100vw) 0 0;
    position: relative;
  }

  .s03 .box-05:before {
    content: "";
    display: block;
    width: 100%;
    height: calc((420 / 750) * 100vw);
    position: absolute;
    top: calc((-420 / 750) * 100vw);
    background: url(../img/s03-bg-02-sp.jpg) 50% 0 no-repeat;
    background-size: calc((750 / 750) * 100vw);
  }

  .s03 .box-05 p {
    font-size: calc((40 / 750) * 100vw);
  }

  .s03 .box-05 .f-54 {
    font-size: calc((64 / 750) * 100vw);
  }

  .s04 {
    padding: calc((80 / 750) * 100vw) 0;
    background:
      url(../img/s04-bg-01-sp.jpg) 50% 0 no-repeat,
      linear-gradient(180deg, #d7e6e8 0%, #e9f1f2 100%);
    background-size: cover;
  }

  .s04 h2 {
    font-size: calc((56 / 750) * 100vw);
  }

  .s04 .box-01 {
    flex-direction: column;
    gap: calc((20 / 750) * 100vw);
    width: 100%;
    margin: calc((40 / 750) * 100vw) auto calc((80 / 750) * 100vw);
  }

  .s04 .box-01 img {
    width: calc((690 / 750) * 100vw);
  }

  .s04 .f-30 {
    font-size: calc((40 / 750) * 100vw);
  }

  .s04 .f-54 {
    font-size: calc((64 / 750) * 100vw);
  }

  .s04 .f-162,
  .s04 .f-164 {
    font-size: calc((240 / 750) * 100vw);
    line-height: 0.7;
  }

  .s04 .f-212 {
    font-size: calc((320 / 750) * 100vw);
  }

  .s04 .f-12 {
    font-size: calc((20 / 750) * 100vw);
  }

  .s05 {
    padding: calc((80 / 750) * 100vw) 0 0;
    background: none;
  }

  .s05 h2 {
    margin: 0 0 calc((40 / 750) * 100vw);
    font-size: calc((64 / 750) * 100vw);
  }

  .s05 h2 + p {
    width: calc((630 / 750) * 100vw);
    margin: 0 auto calc((80 / 750) * 100vw);
  }

  .s05 h2 + p + p img {
    width: 100%;
  }

  .s06 {
    padding: calc((80 / 750) * 100vw) 0 calc((40 / 750) * 100vw);
  }

  .s06 h2 {
    width: calc((482 / 750) * 100vw);
    height: calc((111 / 750) * 100vw);
    margin: 0 auto calc((40 / 750) * 100vw);
    padding: calc((16 / 750) * 100vw) 0 0;
    background: url(../img/s06-bg-01-sp.svg) no-repeat;
    background-size: calc((482 / 750) * 100vw);
    font-size: calc((48 / 750) * 100vw);
  }

  .s06 .box-01 {
    gap: calc((40 / 750) * 100vw);
    flex-direction: column;
    width: calc((630 / 750) * 100vw);
    margin: 0 auto;
  }

  .s06 .box-01 img {
    width: calc((480 / 750) * 100vw);
    margin: 0 auto;
    display: block;
  }

  .s06 .box-01 > div:last-child {
    gap: calc((40 / 750) * 100vw);
  }

  .s06 .box-01 h3 {
    margin-bottom: calc((-40 / 750) * 100vw);
    font-size: calc((32 / 750) * 100vw);
  }

  .s06 .box-01 .f-18 {
    font-size: calc((28 / 750) * 100vw);
  }

  .s06 .box-01 h4 {
    font-size: calc((32 / 750) * 100vw);
  }

  .s06 .box-01 h4:before,
  .s06 .box-01 h4:after {
    width: calc((160 / 750) * 100vw);
    height: calc((2 / 750) * 100vw);
  }

  .s07 {
    height: calc((830 / 750) * 100vw);
    background: url(../img/s07-bg-01-sp.jpg) 50% 0 no-repeat;
    background-size: calc((750 / 750) * 100vw);
    z-index: -10;
  }

  .s07 .inner {
    height: calc((830 / 750) * 100vw);
  }

  .s07 h2 {
    top: calc((200 / 750) * 100vw);
    font-size: calc((40 / 750) * 100vw);
    line-height: 1.4;
    filter: drop-shadow(
      0px calc((4 / 750) * 100vw) calc((4 / 750) * 100vw) rgba(0, 0, 0, 0.25)
    );
  }

  .s07 h2 > span {
    font-size: calc((56 / 750) * 100vw);
    line-height: 1.1;
  }

  .s07 h2 .f-82 {
    font-size: calc((96 / 750) * 100vw);
  }

  .s07 p {
    left: calc((60 / 750) * 100vw);
    bottom: calc((30 / 750) * 100vw);
    font-size: calc((20 / 750) * 100vw);
  }

  .cta {
    padding: calc((44 / 750) * 100vw);
  }

  .s08 {
    padding: calc((80 / 750) * 100vw) 0;
  }

  .s08 h2 {
    font-size: calc((48 / 750) * 100vw);
    line-height: 0.9;
  }

  .s08 h2 .f-220 {
    font-size: calc((240 / 750) * 100vw);
  }

  .s08 h2 .f-60 {
    font-size: calc((80 / 750) * 100vw);
  }

  .s08 .box-01 {
    margin: calc((70 / 750) * 100vw) 0 0;
    padding-top: calc((40 / 750) * 100vw);
    background: url(../img/s08-bg-01-sp.svg) 100% 0 no-repeat;
    background-size: calc((480 / 750) * 100vw);
  }

  .s08 .box-02 {
    margin: calc((120 / 750) * 100vw) 0;
    padding-top: calc((40 / 750) * 100vw);
    background: url(../img/s08-bg-02-sp.svg) 100% 0 no-repeat;
    background-size: calc((480 / 750) * 100vw);
  }

  .s08 .box-03 {
    padding-top: calc((40 / 750) * 100vw);
    background: url(../img/s08-bg-03-sp.svg) 100% 0 no-repeat;
    background-size: calc((480 / 750) * 100vw);
  }

  .s08 .flex.inner {
    width: calc((630 / 750) * 100vw);
    gap: calc((40 / 750) * 100vw);
    max-width: none;
  }

  .s08 h3 {
    font-size: calc((32 / 750) * 100vw);
  }

  .s08 h3 span {
    font-size: calc((56 / 750) * 100vw);
  }

  .s08 img {
    width: calc((630 / 750) * 100vw);
  }

  .s08 .flex p.f-18 {
    font-size: calc((28 / 750) * 100vw);
  }

  .s08 .box-01 .flex + p.f-18 {
    margin: 0;
  }

  .s08 .inner .flex {
    flex-direction: column;
    align-items: flex-start;
    gap: calc((40 / 750) * 100vw);
  }

  .s08 .inner .flex:first-child {
    flex-direction: column-reverse;
  }

  .s08 h4 {
    margin: 0 0 calc((40 / 750) * 100vw);
    font-size: calc((36 / 750) * 100vw);
  }

  .s08 ul {
    width: calc((690 / 750) * 100vw);
    height: calc((240 / 750) * 100vw);
    margin: 0 calc((-30 / 750) * 100vw);
    background: url(../img/s08-bg-04-sp.svg) 50% 0 no-repeat;
    background-size: calc((690 / 750) * 100vw);
  }

  .s08 li {
    font-size: calc((32 / 750) * 100vw);
  }

  .s09 {
    padding: calc((80 / 750) * 100vw) 0;
    background: url(../img/s09-bg-01-sp.svg) 50% 0 no-repeat;
    background-size: calc((750 / 750) * 100vw);
  }

  .s09 h2 {
    font-size: calc((48 / 750) * 100vw);
  }

  .s09 h2 + p {
    margin: calc((80 / 750) * 100vw) 0 calc((40 / 750) * 100vw);
  }

  .s09 h2 + p img {
    width: calc((630 / 750) * 100vw);
  }

  .s09 .box-01 {
    flex-direction: column;
    gap: calc((24 / 750) * 100vw);
  }

  .s09 .box-01 h3 {
    font-size: calc((36 / 750) * 100vw);
  }

  .s09 .box-01 li {
    font-size: calc((24 / 750) * 100vw);
  }

  .s09 .box-02 {
    flex-direction: column;
    align-items: center;
    gap: calc((40 / 750) * 100vw);
    max-width: none;
    width: calc((630 / 750) * 100vw);
    margin: calc((480 / 750) * 100vw) auto calc((80 / 750) * 100vw);
    padding: calc((120 / 750) * 100vw) calc((40 / 750) * 100vw)
      calc((80 / 750) * 100vw);
  }

  .s09 .box-02 > div:first-child {
    margin-top: calc((-520 / 750) * 100vw);
  }

  .s09 .box-02 img {
    width: calc((480 / 750) * 100vw);
  }

  .s09 .box-02 h3 {
    margin: 0 0 calc((40 / 750) * 100vw);
    font-size: calc((24 / 750) * 100vw);
    text-align: center;
  }

  .s09 .box-02 h3 + p {
    margin: 0;
    font-size: calc((24 / 750) * 100vw);
  }

  .s09 .box-02 + h3 {
    margin: 0 0 calc((40 / 750) * 100vw);
    font-size: calc((48 / 750) * 100vw);
  }

  .s09 .box-02 + h3 + p {
    font-size: calc((32 / 750) * 100vw);
  }

  .s10 {
    padding: calc((80 / 750) * 100vw) 0;
    border-top: calc((8 / 750) * 100vw) solid #004098;
  }

  .s10 h2 {
    font-size: calc((32 / 750) * 100vw);
    line-height: 1.4;
  }

  .s10 h2 span {
    font-size: calc((48 / 750) * 100vw);
  }

  .s10 .box-01 {
    gap: calc((30 / 750) * 100vw);
    width: calc((630 / 750) * 100vw);
    margin: calc((40 / 750) * 100vw) auto calc((60 / 750) * 100vw);
  }

  .s10 .box-01 img {
    width: calc((160 / 750) * 100vw);
  }

  .s10 .box-01 > div:last-child {
    flex: 1;
  }

  .s10 .box-01 p {
    font-size: calc((28 / 750) * 100vw);
    letter-spacing: 0;
  }

  .s10 .box-02 {
    gap: calc((20 / 750) * 100vw);
    width: calc((630 / 750) * 100vw);
    max-width: none;
    padding: calc((40 / 750) * 100vw);
    box-shadow: 0px calc((4 / 750) * 100vw) calc((4 / 750) * 100vw)
      rgba(0, 0, 0, 0.25);
  }

  .s10 .box-02 h3 {
    font-size: calc((28 / 750) * 100vw);
  }

  .s10 .box-02 p {
    font-size: calc((20 / 750) * 100vw);
  }

  .s11 {
    padding: calc((80 / 750) * 100vw) 0;
  }

  .s11 .inner {
    max-width: none;
  }

  .s11 h2 {
    font-size: calc((48 / 750) * 100vw);
  }

  .s11 h2 .f-48 {
    font-size: calc((64 / 750) * 100vw);
  }

  .s11 h2 .f-64 {
    font-size: calc((80 / 750) * 100vw);
  }

  .s11 h2 .f-144 {
    font-size: calc((160 / 750) * 100vw);
  }

  .s11 ul {
    gap: calc((120 / 750) * 100vw);
    width: calc((630 / 750) * 100vw);
    margin: calc((80 / 750) * 100vw) auto 0;
  }

  .s11 li {
    gap: calc((20 / 750) * 100vw);
    flex-direction: column;
  }

  .s11 li img {
    width: calc((630 / 750) * 100vw);
  }

  .s11 li h3 {
    margin-bottom: calc((40 / 750) * 100vw);
    font-size: calc((40 / 750) * 100vw);
    text-align: center;
  }

  .s11 li h3 .f-32 {
    font-size: calc((40 / 750) * 100vw);
  }

  .s11 li h3.f-24 {
    font-size: calc((32 / 750) * 100vw);
  }

  .s11 li:first-child h3 {
    display: block;
  }

  .s11 li p {
    font-size: calc((28 / 750) * 100vw);
  }

  .s11 li:nth-child(-n + 2):after {
    width: calc((120 / 750) * 100vw);
    height: calc((60 / 750) * 100vw);
    bottom: calc((-100 / 750) * 100vw);
    background-size: calc((120 / 750) * 100vw);
  }

  .s12 {
    padding: calc((76 / 750) * 100vw) 0 0;
    background: url(../img/s12-bg-01-sp.jpg) 50% 0 no-repeat;
    background-size: calc((750 / 750) * 100vw);
  }

  .s12 .inner {
    max-width: none;
  }

  .s12 .box-01 {
    flex-direction: column;
    align-items: center;
    justify-content: initial;
    gap: calc((130 / 750) * 100vw);
    height: calc((753 / 750) * 100vw);
    margin-bottom: 0;
    padding: 0;
    position: relative;
  }

  .s12 h2 {
    margin-top: 50px;
    font-size: calc((40 / 750) * 100vw);
    line-height: 1.5;
  }

  .s12 h2 .f-42 {
    font-size: calc((56 / 750) * 100vw);
  }

  .s12 h2 .f-82 {
    font-size: calc((96 / 750) * 100vw);
  }

  .s12 h2 .f-66 {
    font-size: calc((80 / 750) * 100vw);
  }

  .s12 .box-01 p {
    padding-top: 0;
    text-indent: 0;
    writing-mode: horizontal-tb;
    font-size: calc((20 / 750) * 100vw);
    font-weight: 500;
  }

  .s12 .box-02 {
    flex-direction: column;
    gap: calc((42 / 750) * 100vw);
  }

  .s12 .box-02 p {
    font-size: calc((40 / 750) * 100vw);
  }

  .s12 img {
    width: calc((498 / 750) * 100vw);
  }

  .s13 {
    padding: calc((80 / 750) * 100vw) calc((60 / 750) * 100vw);
  }

  .s13 .inner {
    max-width: none;
  }

  .s13 .flex {
    gap: calc((40 / 750) * 100vw);
    margin-top: calc((80 / 750) * 100vw);
  }

  .s13 a {
    -webkit-tap-highlight-color: transparent;
    padding: calc((40 / 750) * 100vw) calc((120 / 750) * 100vw)
      calc((40 / 750) * 100vw) calc((40 / 750) * 100vw);
  }

  .s13 a:hover {
    color: #24787a;
    filter: none;
  }

  .s13 a:before {
    width: calc((41.41 / 750) * 100vw);
    height: calc((22.12 / 750) * 100vw);
    right: calc((40 / 750) * 100vw);
    background: url(../img/s13-arrow-01-sp.svg) 0 0 no-repeat;
    background-size: calc((41.41 / 750) * 100vw);
  }

  .s13 a.open:before {
    margin-top: -8px;
    transform: scale(1, -1);
  }

  .s13 a h3 {
    font-size: calc((32 / 750) * 100vw);
    letter-spacing: 0;
  }

  .s13 a + div {
    padding: 0 calc((40 / 750) * 100vw) calc((40 / 750) * 100vw);
  }

  .s13 a + div p {
    font-size: calc((28 / 750) * 100vw);
  }

  .adlp-footer {
    padding: calc((80 / 750) * 100vw) 0 calc((160 / 750) * 100vw);
  }

  .adlp-footer img {
    width: calc((300 / 750) * 100vw);
  }

  .adlp-footer .flex {
    gap: calc((40 / 750) * 100vw);
    flex-direction: column;
    margin: calc((100 / 750) * 100vw) 0;
  }

  .adlp-footer a {
    color: #333;
  }

  .adlp-footer p {
    font-size: calc((20 / 750) * 100vw);
  }

  .adlp-footer p + p {
    margin: calc((30 / 750) * 100vw) 0 0;
  }
}

/* define by Adviser Navi */

.shindan {
  position: absolute;
  top: -10px;
  right: -10vw;
  width: 38%;
  border-radius: 10px;
}

.DiagnoseContents-wrapper {
  padding: 0.5em;
}

@media screen and (max-width: 1079px) {
  .shindan {
    position: static;
    display: flex;
    justify-content: center;
    width: 100%;
  }

  .fv-form {
    position: relative;
  }
}
