@charset "UTF-8";
/* aタグ設定
------------------------------------- */
@media (any-hover: hover) {
  a:hover, button:hover {
    opacity: 0.75;
  }
}

a, button {
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  text-decoration: none;
}

/* 基本設定
------------------------------------- */
html {
  font-size: 62.5%;
}

body {
  -webkit-text-size-adjust: 100%;
  font-size: 1.8rem; /* =18px */
  font-family: "Noto sans JP", sans-serif;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 3.1674208145vw;
  }
}
body.on {
  overflow: hidden;
}

img {
  width: 100%;
  height: auto;
}

ul {
  list-style: none;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/* デフォルトの三角形アイコンを非表示にする */
summary {
  display: block;
  list-style: none;
}

summary::-webkit-details-marker,
summary::marker {
  display: none;
}

/* レスポンシブ設定
------------------------------------- */
@media screen and (min-width: 768.1111px) {
  .sp {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
}
#wrapper {
  overflow: hidden;
  padding-top: 61px;
}
@media screen and (max-width: 768px) {
  #wrapper {
    padding-top: 12.443438914vw;
  }
}

body.on {
  overflow: hidden;
}

.font-en {
  font-family: "Oswald", sans-serif;
}

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

.underline {
  background: linear-gradient(transparent 85%, #5CB74F 85%, #5CB74F 95%, transparent 95%, transparent 100%);
}

.line-green {
  display: inline-block;
  background-color: #5CB74F;
  line-height: 1.2;
  -webkit-clip-path: polygon(12px 0, 100% 0%, calc(100% - 12px) 100%, 0% 100%);
          clip-path: polygon(12px 0, 100% 0%, calc(100% - 12px) 100%, 0% 100%);
  padding: 3px 40px;
}
@media screen and (max-width: 768px) {
  .line-green {
    padding: 0.6787330317vw 9.0497737557vw;
  }
}
.line-green.white {
  background-color: #fff;
  color: #000;
  font-weight: bold;
}

.indent {
  display: inline-block;
}

.inner {
  margin: 0 auto;
  padding: 0 20px;
  max-width: 1120px;
}
@media screen and (max-width: 768px) {
  .inner {
    padding: 0 6.7873303167vw;
    max-width: 100%;
  }
}

.inner-nallow {
  max-width: 960px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .inner-nallow {
    max-width: 100%;
  }
}

.fukidashi {
  border: 2px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  font-size: 1.8rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  padding: 40px 10px 42px;
  background-color: #141414;
  width: 240px;
  min-height: 167px;
}
@media screen and (max-width: 1000px) {
  .fukidashi {
    padding: 35px 15px;
  }
}
@media screen and (max-width: 768px) {
  .fukidashi {
    padding: 5.8823529412vw 0.4524886878vw;
    font-size: 3.1674208145vw;
    width: 47.2440944882%;
    min-height: 28.0542986425vw;
  }
}
.fukidashi.font-s {
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .fukidashi.font-s {
    font-size: 2.9411764706vw;
  }
}
.fukidashi.font-m {
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .fukidashi.font-m {
    font-size: 3.1674208145vw;
  }
}
.fukidashi.font-l {
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .fukidashi.font-l {
    font-size: 3.6199095023vw;
  }
}
.fukidashi::before {
  content: "";
  width: 40px;
  height: 10px;
  background-color: #141414;
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .fukidashi::before {
    width: 6.7873303167vw;
    height: 1.8099547511vw;
    bottom: -0.9049773756vw;
  }
}
.fukidashi::after {
  content: "";
  width: 38px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%) rotate(45deg);
}
@media screen and (max-width: 768px) {
  .fukidashi::after {
    width: 6.334841629vw;
  }
}
.fukidashi:nth-of-type(2n)::after {
  transform: translate(-50%, 50%) rotate(-45deg);
}

.btn {
  width: 470px;
  min-height: 70px;
  padding: 10px 40px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #000;
  color: #fff;
  font-size: min(2vw, 2.2rem);
  font-weight: bold;
  letter-spacing: 0.1em;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .btn {
    width: 76.9230769231vw;
    min-height: 11.3122171946vw;
    font-size: 4.07239819vw;
    border-radius: 11.3122171946vw;
    padding: 2.2624434389vw 4.5248868778vw;
  }
}
@media (any-hover: hover) {
  .btn:hover {
    opacity: 1;
    color: #000;
  }
  .btn:hover::before {
    transform: translateX(-5%) skew(-20deg) scaleX(100%);
    transform-origin: left center;
  }
  .btn:hover::after {
    background-image: url("../images/icon-arrow-black.svg");
  }
}
.btn::before {
  content: "";
  width: 120%;
  height: 100%;
  background-color: #5CB74F;
  transform: translateX(-5%) skew(-20deg) scaleX(0);
  position: absolute;
  top: 0;
  left: 0;
  transition: transform 0.4s;
  transform-origin: right center;
}
.btn::after {
  content: "";
  width: 9px;
  height: 14px;
  background-image: url("../images/icon-arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  transition: all 0.4s;
}
@media screen and (max-width: 768px) {
  .btn::after {
    width: 1.8099547511vw;
    height: 2.7149321267vw;
    right: 3.8461538462vw;
  }
}
.btn__text {
  position: relative;
  z-index: 1;
}
.btn-white {
  background-color: #fff;
  color: #000;
  border: 2px solid #000;
}
@media (any-hover: hover) {
  .btn-white:hover {
    color: #fff;
  }
  .btn-white:hover::after {
    background-image: url("../images/icon-arrow.svg");
  }
}
.btn-white::before {
  background-color: #000;
}
.btn-white::after {
  background-image: url("../images/icon-arrow-black.svg");
}
.btn-small {
  width: 340px;
  min-height: 50px;
  font-size: 1.8rem;
  padding: 10px 25px;
}
@media screen and (max-width: 768px) {
  .btn-small {
    width: 76.9230769231vw;
    min-height: 11.3122171946vw;
    font-size: 4.07239819vw;
    border-radius: 11.3122171946vw;
    padding: 2.2624434389vw 4.5248868778vw;
  }
}
.btn-small::after {
  right: 20px;
}
@media screen and (max-width: 768px) {
  .btn-small::after {
    width: 1.8099547511vw;
    height: 2.7149321267vw;
    right: 3.8461538462vw;
  }
}

.text-line span {
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  background-color: #141414;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  padding: 5px 20px 5px 10px;
  line-height: 1.5;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .text-line span {
    font-size: 3.6199095023vw;
    padding: 0.4524886878vw 1.1312217195vw;
    line-height: 1.9;
  }
}
.text-line span:not(:first-of-type) {
  margin-top: 6px;
}
@media screen and (max-width: 768px) {
  .text-line span:not(:first-of-type) {
    margin-top: 1.3574660633vw;
  }
}

.header {
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 50;
  transform: translateY(-100%);
  transition: transform 0.2s;
}
.header.on {
  transform: translateY(0);
}
.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 40px 10px;
}
@media screen and (max-width: 768px) {
  .header__inner {
    padding: 3.3936651584vw 4.5248868778vw;
  }
}
.header__logo {
  font-weight: 600;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .header__logo {
    font-size: 2.7149321267vw;
  }
}
.header__logo img {
  display: block;
  width: 351px;
}
@media screen and (max-width: 768px) {
  .header__logo img {
    width: 51vw;
    max-width: 297px;
  }
}
.header__btn {
  display: block;
  width: 40px;
  height: 40px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .header__btn {
    width: 5.4298642534vw;
    height: 4.07239819vw;
  }
}
.header__btn-line {
  width: 40px;
  height: 2px;
  background-color: #000;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .header__btn-line {
    width: 5.4298642534vw;
  }
}
.header__btn-line:nth-of-type(1) {
  top: calc(50% - 9px);
}
@media screen and (max-width: 768px) {
  .header__btn-line:nth-of-type(1) {
    top: calc(50% - 1.8099547511vw);
  }
}
.header__btn-line:nth-of-type(2) {
  top: 50%;
}
.header__btn-line:nth-of-type(3) {
  top: calc(50% + 9px);
}
@media screen and (max-width: 768px) {
  .header__btn-line:nth-of-type(3) {
    top: calc(50% + 1.8099547511vw);
  }
}

.menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  color: #fff;
  background-color: #141414;
  display: none;
}
.menu__line01 {
  width: 160px;
  position: absolute;
  top: 100px;
  right: 0;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .menu__line01 {
    width: 18.0995475113vw;
    top: 14.7058823529vw;
  }
}
.menu__line02 {
  width: 230px;
  position: absolute;
  bottom: 20px;
  left: 0;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .menu__line02 {
    width: 33.9366515837vw;
    bottom: 0;
  }
}
.menu__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 40px 10px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .menu__inner {
    padding: 3.3936651584vw 4.5248868778vw;
  }
}
.menu__logo {
  font-weight: 600;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .menu__logo {
    font-size: 1.2rem;
  }
}
.menu__logo img {
  display: block;
  width: 140px;
  margin-right: 13px;
}
@media screen and (max-width: 768px) {
  .menu__logo img {
    width: 20.5882352941vw;
    margin-right: 1.8099547511vw;
  }
}
.menu__close {
  display: block;
  width: 40px;
  height: 40px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .menu__close {
    width: 5.4298642534vw;
    height: 4.07239819vw;
  }
}
.menu__btn-line {
  width: 40px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
}
@media screen and (max-width: 768px) {
  .menu__btn-line {
    width: 5.4298642534vw;
  }
}
.menu__btn-line:nth-of-type(1) {
  transform: translate(-50%, -50%) rotate(45deg);
}
.menu__btn-line:nth-of-type(2) {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.menu__outer {
  height: 100%;
}
.menu__body {
  width: 100%;
  padding: 65px 0;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  overflow: auto;
}
@media screen and (max-width: 768px) {
  .menu__body {
    padding: 11.3122171946vw 6.7873303167vw;
    align-items: flex-start;
  }
}
@media screen and (max-width: 768px) {
  .menu__list li:not(:first-of-type) {
    margin-top: 2.2624434389vw;
  }
}
.menu__list li a {
  padding-left: 20px;
  line-height: 2.48;
  color: currentColor;
  font-weight: bold;
  position: relative;
}
@media screen and (max-width: 768px) {
  .menu__list li a {
    padding-left: 4.5248868778vw;
    font-size: 4.07239819vw;
    line-height: 2;
  }
}
.menu__list li a img {
  position: absolute;
  top: 7px;
  left: 0;
  width: 10px;
}
@media screen and (max-width: 768px) {
  .menu__list li a img {
    width: 2.2624434389vw;
    top: 1.3574660633vw;
  }
}
.menu__bottom {
  margin: 25px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
@media screen and (max-width: 999px) {
  .menu__bottom {
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .menu__bottom {
    margin: 8.371040724vw 0 0;
    gap: 2.2624434389vw;
    width: 100%;
  }
}
.menu__bottom a {
  border: 1px solid #fff;
}
@media (any-hover: hover) {
  .menu__bottom a:first-of-type:hover {
    border: 1px solid #5CB74F;
  }
}

.footer {
  padding: 10px 0 110px;
}
@media screen and (max-width: 768px) {
  .footer {
    padding: 6.1085972851vw 0 22.6244343891vw;
  }
}
.footer .copyright {
  text-align: center;
  font-size: 1.4rem;
  font-weight: bold;
  font-family: "Inter", sans-serif;
}
@media screen and (max-width: 768px) {
  .footer .copyright {
    font-size: 2.7149321267vw;
  }
}

.mv {
  position: relative;
  margin-bottom: -1px;
}
.mv .cta-area {
  background-color: #000;
  padding-top: 0;
  margin: -30px 0 -1px;
}
@media screen and (max-width: 768px) {
  .mv .cta-area {
    padding: 20px 0;
    margin: -10px 0 -1px;
  }
}
.mv .cta-area .btn-green {
  background-color: #5CB74F;
}
.mv .cta-area .btn-green::before {
  background-color: #fff;
}
.mv .cta-area .btn-white::before {
  background-color: #5CB74F;
}

.recovery {
  padding: 20px 0 119px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .recovery {
    padding: 0 0 9.0497737557vw;
  }
}
.recovery .inner {
  position: relative;
}
@media screen and (max-width: 768px) {
  .recovery .inner {
    padding: 0;
  }
}
.recovery__line {
  width: 235px;
  position: absolute;
  bottom: -238px;
  right: -160px;
}
@media screen and (max-width: 768px) {
  .recovery__line {
    width: 26.4705882353vw;
    bottom: -23.9819004525vw;
    right: 0;
  }
}
.recovery h2 {
  max-width: 634px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .recovery h2 {
    max-width: 45.2488687783vw;
  }
}
.recovery h2 + p {
  margin-top: 20px;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.4;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .recovery h2 + p {
    margin-top: 4.5248868778vw;
    font-size: 3.6199095023vw;
    line-height: 1.5;
  }
}
.recovery__body {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .recovery__body {
    margin-top: 4.5248868778vw;
  }
}
.recovery__img01 {
  max-width: 621px;
}
@media screen and (max-width: 768px) {
  .recovery__img01 {
    max-width: 100%;
    width: 100%;
  }
}
.recovery__img02 {
  max-width: 630px;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .recovery__img02 {
    margin-top: 4.5248868778vw;
    max-width: 100%;
    width: 100%;
  }
}
.recovery__img03 {
  margin-top: 18px;
  max-width: 641px;
}
@media screen and (max-width: 768px) {
  .recovery__img03 {
    margin-top: 4.5248868778vw;
    max-width: 100%;
    width: 100%;
  }
}

.problem-top {
  padding-bottom: 92px;
  background-color: #141414;
  -webkit-clip-path: polygon(100% 0, 100% calc(100% - 84px), 50% 100%, 0 calc(100% - 84px), 0 0);
          clip-path: polygon(100% 0, 100% calc(100% - 84px), 50% 100%, 0 calc(100% - 84px), 0 0);
}
@media screen and (max-width: 768px) {
  .problem-top {
    padding-bottom: 6.1085972851vw;
    -webkit-clip-path: inherit;
            clip-path: inherit;
    position: relative;
  }
}
@media screen and (max-width: 768px) {
  .problem-top::after {
    content: "";
    width: 100%;
    height: 9.5022624434vw;
    background-image: url("../images/sp/bg-problem-bottom.svg");
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: calc(100% - 1px);
    left: 0;
  }
}
.problem-top .inner {
  position: relative;
}
.problem-top h2 {
  padding-top: 68px;
  text-align: center;
  position: relative;
  font-size: 2.8rem;
  font-weight: bold;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .problem-top h2 {
    padding-top: 15.1583710407vw;
    font-size: 5.4298642534vw;
  }
}
.problem-top h2 span {
  font-size: 7rem;
  font-weight: 200;
  opacity: 0.2;
  position: absolute;
  top: 2px;
  left: 50%;
  transform: translateX(-50%) skewX(-5deg);
}
@media screen and (max-width: 768px) {
  .problem-top h2 span {
    font-size: 11.3122171946vw;
    top: 4.9773755656vw;
  }
}
.problem-top__list {
  margin: 20px auto 8px;
  display: flex;
  justify-content: center;
  align-items: start;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .problem-top__list {
    margin: 7.4660633484vw auto 0;
    flex-wrap: wrap;
    gap: 3.3936651584vw 5.249343832%;
  }
}
.problem-top__list li:nth-of-type(2) {
  margin-top: 36px;
}
@media screen and (max-width: 768px) {
  .problem-top__list li:nth-of-type(2) {
    margin-top: 6.334841629vw;
  }
}
.problem-top__list li:nth-of-type(3) {
  margin-top: 13px;
}
@media screen and (max-width: 768px) {
  .problem-top__list li:nth-of-type(3) {
    margin-top: 0.6787330317vw;
    margin-right: 11.3122171946vw;
  }
}
.problem-top__list li:nth-of-type(4) {
  margin-top: 36px;
}
@media screen and (max-width: 768px) {
  .problem-top__list li:nth-of-type(4) {
    margin-top: 7.2398190045vw;
  }
}

.traning-top {
  padding: 40px 0 60px;
}
@media screen and (max-width: 768px) {
  .traning-top {
    padding: 18.0995475113vw 0 13.5746606335vw;
  }
}
@media screen and (max-width: 768px) {
  .traning-top .inner {
    padding: 0 7.2398190045vw;
  }
}
.traning-top h2 {
  max-width: 374px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .traning-top h2 {
    max-width: 66.0633484163vw;
  }
}
.traning-top__line-green {
  color: #000;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 600;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .traning-top__line-green {
    font-size: 3.6199095023vw;
    margin-top: 6.7873303167vw;
  }
}
.traning-top__line-green .line-green {
  width: 399px;
}
@media screen and (max-width: 768px) {
  .traning-top__line-green .line-green {
    width: 100%;
    padding: 1.1312217195vw 0;
  }
}
.traning-top__map {
  width: 552px;
  margin: 0 auto 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .traning-top__map {
    width: 100%;
    margin-top: 6.7873303167vw;
  }
}
.traning-top__btn {
  width: -moz-fit-content;
  width: fit-content;
  min-height: 41px;
  padding: 2px 35px 2px 20px;
  border: 2px solid #5CB74F;
  font-size: 1.4rem;
  line-height: 1.2;
  text-align: center;
  position: absolute;
}
@media screen and (max-width: 768px) {
  .traning-top__btn {
    min-height: 9.2760180995vw;
    padding: 0.4524886878vw 7.9185520362vw 0.4524886878vw 3.3936651584vw;
    font-size: 3.1674208145vw;
  }
}
.traning-top__btn::after {
  background-image: url("../images/icon-arrow-bottom02.svg");
  right: 17px;
  width: 12px;
  height: 8px;
}
@media (any-hover: hover) {
  .traning-top__btn:hover::after {
    background-image: url("../images/icon-arrow-bottom02-white.svg");
  }
}
.traning-top__btn01 {
  top: 12%;
  left: 3.9%;
}
@media screen and (max-width: 768px) {
  .traning-top__btn01 {
    top: 18.5%;
    left: 1.9%;
  }
}
.traning-top__btn02 {
  top: 7%;
  right: 6.8%;
}
@media screen and (max-width: 768px) {
  .traning-top__btn02 {
    top: 0%;
    right: 0.5%;
  }
}
.traning-top__btn03 {
  bottom: -6%;
  left: -1.9%;
}
@media screen and (max-width: 768px) {
  .traning-top__btn03 {
    bottom: 4.5%;
    left: 1.1%;
  }
}
.traning-top__btn04 {
  bottom: -2%;
  right: 14%;
}
@media screen and (max-width: 768px) {
  .traning-top__btn04 {
    bottom: -0.5%;
    right: 8%;
  }
}
.traning-top__btn05 {
  min-width: 153px;
  bottom: 22%;
  right: -0.6%;
}
@media screen and (max-width: 768px) {
  .traning-top__btn05 {
    min-width: 34.6153846154vw;
    bottom: 25%;
    right: 0%;
  }
}
.traning-top__btn-list {
  width: -moz-fit-content;
  width: fit-content;
  margin: 25px auto 0;
}
@media screen and (max-width: 768px) {
  .traning-top__btn-list {
    margin-top: 6.7873303167vw;
  }
}
.traning-top__btn-list li:not(:first-of-type) {
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .traning-top__btn-list li:not(:first-of-type) {
    margin-top: 2.2624434389vw;
  }
}
.traning-top__list-item {
  width: 340px;
  min-height: 50px;
  font-size: 1.6rem;
  padding: 10px 30px 10px 20px;
}
@media screen and (max-width: 768px) {
  .traning-top__list-item {
    width: 76.9230769231vw;
    min-height: 11.3122171946vw;
    font-size: 3.6199095023vw;
    padding: 2.2624434389vw 6.7873303167vw 2.2624434389vw 4.5248868778vw;
  }
}
.traning-top__list-item::after {
  background-image: url("../images/icon-arrow-bottom02.svg");
  right: 17px;
  width: 12px;
  height: 8px;
}
@media screen and (max-width: 768px) {
  .traning-top__list-item::after {
    right: 3.8461538462vw;
    width: 2.7149321267vw;
    height: 1.8099547511vw;
  }
}
@media (any-hover: hover) {
  .traning-top__list-item:hover::after {
    background-image: url("../images/icon-arrow-bottom02-white.svg");
  }
}

.feature {
  padding-top: 136px;
  background-color: #141414;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .feature {
    padding-top: 18.0995475113vw;
  }
}
.feature .inner {
  position: relative;
}
.feature__line01 {
  width: 300px;
  position: absolute;
  top: -136px;
  left: -233px;
}
@media screen and (max-width: 768px) {
  .feature__line01 {
    width: 33.9366515837vw;
    top: -21.7194570136vw;
    left: 0;
  }
}
.feature__line02 {
  width: 160px;
  position: absolute;
  top: 19px;
  right: -160px;
}
@media screen and (max-width: 768px) {
  .feature__line02 {
    width: 18.0995475113vw;
    top: 3.3936651584vw;
    right: 0;
  }
}
.feature h2 {
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .feature h2 {
    font-size: 3.6199095023vw;
    line-height: 1;
  }
}
.feature h2 span {
  display: block;
  font-size: 7rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .feature h2 span {
    font-size: 10.8597285068vw;
    line-height: 1.4;
    height: 13.5746606335vw;
    margin-bottom: 0;
  }
}
.feature__line-green {
  color: #000;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 600;
  margin-top: 22px;
}
@media screen and (max-width: 768px) {
  .feature__line-green {
    font-size: 3.6199095023vw;
    margin-top: 5.6561085973vw;
  }
}
.feature__line-green .line-green {
  width: 399px;
}
@media screen and (max-width: 768px) {
  .feature__line-green .line-green {
    width: 100%;
    padding: 1.1312217195vw 0;
  }
}
.feature__desc {
  width: -moz-fit-content;
  width: fit-content;
  margin: 28px auto 0;
  font-size: 2.4rem;
  line-height: 1.4;
  letter-spacing: 0;
}
.feature__num {
  position: absolute;
  top: -90px;
  right: 33px;
}
@media screen and (max-width: 768px) {
  .feature__num {
    width: 14.479638009vw;
    top: -19.0045248869vw;
    right: 8.8235294118vw;
  }
}
.feature__num02 {
  top: -97px;
  right: 41px;
}
@media screen and (max-width: 1120px) {
  .feature__num02 {
    top: -80px;
  }
}
@media screen and (max-width: 768px) {
  .feature__num02 {
    width: 17.8733031674vw;
    top: -18.5520361991vw;
  }
}
.feature__num03 {
  top: -94px;
  right: 44px;
}
@media screen and (max-width: 1120px) {
  .feature__num03 {
    top: -75px;
  }
}
@media screen and (max-width: 768px) {
  .feature__num03 {
    width: 17.4208144796vw;
    top: -17.4208144796vw;
  }
}
.feature__num04 {
  top: -86px;
  right: 29px;
}
@media screen and (max-width: 1120px) {
  .feature__num04 {
    top: -66px;
  }
}
@media screen and (max-width: 768px) {
  .feature__num04 {
    width: 18.5520361991vw;
    top: -16.2895927602vw;
  }
}
.feature__num05 {
  top: -87px;
  right: 26px;
}
@media screen and (max-width: 1120px) {
  .feature__num05 {
    top: -60px;
  }
}
@media screen and (max-width: 768px) {
  .feature__num05 {
    width: 17.4208144796vw;
    top: -17.8733031674vw;
  }
}
.feature__num06 {
  top: -57px;
  right: 23px;
}
@media screen and (max-width: 1120px) {
  .feature__num06 {
    top: -36px;
  }
}
@media screen and (max-width: 768px) {
  .feature__num06 {
    width: 18.0995475113vw;
    top: -16.5158371041vw;
  }
}
.feature__num07 {
  top: -77px;
  right: 22px;
}
@media screen and (max-width: 1120px) {
  .feature__num07 {
    top: -55px;
  }
}
@media screen and (max-width: 768px) {
  .feature__num07 {
    width: 15.8371040724vw;
    top: -18.778280543vw;
  }
}
.feature h3 {
  margin-bottom: 23px;
}
@media screen and (max-width: 768px) {
  .feature h3 {
    margin-bottom: 4.9773755656vw;
  }
}

.feature-area {
  position: relative;
}
.feature-area::after {
  content: "";
  width: 150vw;
  height: 3px;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%) rotate(-2deg);
}
@media screen and (max-width: 768px) {
  .feature-area::after {
    transform: translateX(-50%) rotate(-4.5deg);
  }
}
@media screen and (max-width: 768px) {
  .feature-area .inner {
    padding: 0 7.2398190045vw;
  }
}
.feature-area h3 {
  font-size: 2.4rem;
  line-height: 1.2;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .feature-area h3 {
    font-size: 5.4298642534vw;
  }
}
.feature-area h3 + p {
  margin-top: 20px;
  font-size: 1.6rem;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .feature-area h3 + p {
    margin-top: 6.334841629vw;
    font-size: 3.6199095023vw;
  }
}
.feature-area__box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .feature-area__box {
    flex-direction: column-reverse;
    gap: 2.7149321267vw;
  }
}
.feature-area__box.rev {
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .feature-area__box.rev {
    flex-direction: column-reverse;
  }
}
.feature-area__body > p {
  max-width: 480px;
  font-size: 1.6rem;
  line-height: 1.3;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .feature-area__body > p {
    max-width: 100%;
    font-size: 3.6199095023vw;
    line-height: 1.5;
  }
}
.feature-area__img01 {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .feature-area__img01 {
    max-width: 100%;
    margin-top: 1.1312217195vw;
  }
}
.feature-area__img02 {
  max-width: 565px;
}
@media screen and (max-width: 768px) {
  .feature-area__img02 {
    margin-bottom: 4.5248868778vw;
    max-width: 100%;
    width: 100%;
  }
}
.feature-area__img03, .feature-area__img04 {
  max-width: 560px;
}
@media screen and (max-width: 768px) {
  .feature-area__img03, .feature-area__img04 {
    margin-bottom: 4.5248868778vw;
    max-width: 100%;
    width: 100%;
  }
}
.feature-area__img05 {
  margin: 20px auto 0;
}
@media screen and (max-width: 768px) {
  .feature-area__img05 {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
}
.feature-area__img06 {
  margin: 24px auto 0;
  max-width: 800px;
}
@media screen and (max-width: 768px) {
  .feature-area__img06 {
    max-width: 100%;
    width: 100%;
  }
}

.feature-area01 {
  padding: 158px 0 74px;
}
@media screen and (max-width: 768px) {
  .feature-area01 {
    padding: 31.6742081448vw 0 20.3619909502vw;
  }
}
.feature-area01::after {
  display: none;
}

.feature-area02 {
  padding: 81px 0 74px;
}
@media screen and (max-width: 768px) {
  .feature-area02 {
    padding: 15.8371040724vw 0 20.3619909502vw;
  }
}

.feature-area03 {
  padding: 77px 0 86px;
}
@media screen and (max-width: 768px) {
  .feature-area03 {
    padding: 14.7058823529vw 0 29.4117647059vw;
  }
}
.feature-area03__desc {
  margin-top: 40px;
  font-size: 1.6rem;
  text-align: center;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .feature-area03__desc {
    margin-top: 9.0497737557vw;
    font-size: 3.6199095023vw;
    text-align: left;
  }
}

.feature-area04 {
  padding: 70px 0 84px;
}
@media screen and (max-width: 768px) {
  .feature-area04 {
    padding: 13.5746606335vw 0 20.3619909502vw;
  }
}

.feature-area05 {
  padding: 70px 0 80px;
}
@media screen and (max-width: 768px) {
  .feature-area05 {
    padding: 14.9321266968vw 0 2.2624434389vw;
  }
}

.feature-area06 {
  padding: 40px 0 87px;
}
@media screen and (max-width: 768px) {
  .feature-area06 {
    padding: 13.3484162896vw 0 13.5746606335vw;
  }
}

.feature-area07 {
  padding: 60px 0 80px;
}
@media screen and (max-width: 768px) {
  .feature-area07 {
    padding: 15.8371040724vw 0 18.0995475113vw;
  }
}
.feature-area07 h3 {
  margin-top: 53px;
}
.feature-area07 h3:first-of-type {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .feature-area07 h3:first-of-type {
    margin-bottom: 12.6696832579vw;
  }
}
.feature-area07__list {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .feature-area07__list {
    margin-top: 4.5248868778vw;
    gap: 4.5248868778vw 0;
    flex-wrap: wrap;
    justify-content: start;
  }
}
.feature-area07__list:not(:first-of-type) {
  margin-top: 53px;
}
@media screen and (max-width: 768px) {
  .feature-area07__list:not(:first-of-type) {
    margin-top: 16.2895927602vw;
  }
}
.feature-area07__list-item {
  width: 183px;
}
@media screen and (max-width: 768px) {
  .feature-area07__list-item {
    width: 48.7%;
  }
}
@media screen and (max-width: 768px) {
  .feature-area07__list-item:nth-of-type(2n - 1) {
    margin-right: 2.6%;
  }
}
.feature-area07__list-item--wide {
  width: 243px;
  padding: 0 30px;
}
@media screen and (max-width: 768px) {
  .feature-area07__list-item--wide {
    width: 48.7%;
    padding: 0;
  }
}
.feature-area07__btn {
  display: block;
  margin: 12px auto 0;
  width: 100%;
  max-width: 164px;
  min-height: 40px;
  border-radius: 40px;
  font-size: 1.4rem;
  background-color: #000;
  border: 2px solid #fff;
  padding: 3px 20px 3px 15px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .feature-area07__btn {
    margin-top: 2.7149321267vw;
    max-width: 37.1040723982vw;
    min-height: 9.0497737557vw;
    border-radius: 9.0497737557vw;
    font-size: 3.1674208145vw;
    padding: 0.6787330317vw 4.5248868778vw 0.6787330317vw 3.3936651584vw;
  }
}
@media (any-hover: hover) {
  .feature-area07__btn:hover::after {
    background-image: url("../images/icon-plus-black.svg");
  }
}
.feature-area07__btn::after {
  content: "";
  width: 12px;
  height: 12px;
  background-image: url("../images/icon-plus.svg");
  background-size: cover;
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .feature-area07__btn::after {
    width: 2.7149321267vw;
    height: 2.7149321267vw;
    right: 3.6199095023vw;
  }
}
.feature-area07 dl {
  margin-top: 8px;
}
@media screen and (max-width: 768px) {
  .feature-area07 dl {
    view-timeline: 8;
  }
}
.feature-area07 dl.feature-area07__list-dl--wide {
  margin-left: -30px;
  margin-right: -30px;
}
@media screen and (max-width: 768px) {
  .feature-area07 dl.feature-area07__list-dl--wide {
    margin-left: 0;
    margin-right: 0;
  }
}
.feature-area07 dl.feature-area07__list-dl--wide dd {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .feature-area07 dl.feature-area07__list-dl--wide dd {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
.feature-area07 dl dd ul {
  margin-top: 4px;
}
@media screen and (max-width: 768px) {
  .feature-area07 dl dd ul {
    margin-top: 0.9049773756vw;
  }
}
@media screen and (max-width: 768px) {
  .feature-area07 dl dd ul:not(:first-of-type) {
    margin-top: 0vw;
  }
}
.feature-area07 dl dd ul li {
  font-size: 1.2rem;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .feature-area07 dl dd ul li {
    font-size: 2.7149321267vw;
  }
}
.feature-area07 dl dd ul li strong {
  font-style: normal;
  font-weight: normal;
  color: #5CB74F;
}
.feature-area07 dl dd p {
  text-align: center;
  color: #5CB74F;
  font-size: 1.2rem;
  margin: 2px 0;
}
@media screen and (max-width: 768px) {
  .feature-area07 dl dd p {
    font-size: 2.7149321267vw;
    margin: 0.4524886878vw 0;
  }
}
.feature-area07__btn-ac {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 24px;
  text-align: center;
  font-size: 1.2rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .feature-area07__btn-ac {
    height: 5.4298642534vw;
    font-size: 2.7149321267vw;
  }
}
.feature-area07__btn-ac.on img {
  transform: translateY(-50%) rotate(180deg);
}
.feature-area07__btn-ac img {
  width: 10px;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  transition: transform 0.3s;
}
@media screen and (max-width: 768px) {
  .feature-area07__btn-ac img {
    width: 2.2624434389vw;
    right: 2.2624434389vw;
  }
}
.feature-area07__btn-ac strong {
  font-style: normal;
  font-weight: bold;
  color: #5CB74F;
}

.feature-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  display: none;
}
.feature-modal__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.75);
}
.feature-modal__body {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 378px;
  height: 90vh;
  max-height: 746px;
  background-color: #fff;
  overflow: auto;
}
@media screen and (max-width: 768px) {
  .feature-modal__body {
    width: 85.520361991vw;
    max-height: 168.778280543vw;
  }
}
.feature-modal__inner {
  padding: 20px 20px 40px;
}
@media screen and (max-width: 768px) {
  .feature-modal__inner {
    padding: 4.5248868778vw 4.5248868778vw 6.7873303167vw;
  }
}
.feature-modal__top {
  border: 2px solid #000;
  border-radius: 3px;
  font-size: 1.6rem;
  line-height: 1.7;
  width: -moz-fit-content;
  width: fit-content;
  padding: 2px 20px;
  margin-bottom: 6px;
}
@media screen and (max-width: 768px) {
  .feature-modal__top {
    border-radius: 0.6787330317vw;
    font-size: 3.6199095023vw;
    padding: 0.4524886878vw 4.5248868778vw;
    margin-bottom: 1.3574660633vw;
  }
}
.feature-modal__title {
  font-size: 1.8rem;
}
.feature-modal h3 {
  font-size: 1.8rem;
  margin-top: 24px;
}
.feature-modal p {
  font-size: 1.4rem;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .feature-modal p {
    font-size: 3.6199095023vw;
    margin-top: 4.5248868778vw;
  }
}
.feature-modal p.caution {
  text-align: center;
}
.feature-modal em {
  font-style: normal;
  font-weight: bold;
}
.feature-modal img {
  margin-top: 20px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .feature-modal img {
    margin-top: 4.5248868778vw;
  }
}
.feature-modal ul {
  list-style: none;
  padding-left: 1.2em;
}
.feature-modal ul li {
  font-size: 1.4rem;
  margin: 10px 0;
}
.feature-modal ul li::before {
  content: "•";
  display: inline-block;
  width: 1.2em;
  margin-left: -1.2em;
}
.feature-modal__close {
  margin-top: 20px;
  width: 100%;
  min-height: 50px;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .feature-modal__close {
    margin-top: 6.7873303167vw;
    min-height: 12.443438914vw;
    font-size: 3.6199095023vw;
  }
}
@media (any-hover: hover) {
  .feature-modal__close:hover::after {
    background-image: url("../images/icon-close-white.svg");
    width: 12px;
    height: 12px;
  }
}
@media screen and (any-hover: hover) and (max-width: 768px) {
  .feature-modal__close:hover::after {
    width: 2.7149321267vw;
    height: 2.7149321267vw;
  }
}
.feature-modal__close::after {
  width: 12px;
  height: 12px;
  background-image: url("../images/icon-close.svg");
  right: 27px;
}
@media screen and (max-width: 768px) {
  .feature-modal__close::after {
    width: 2.7149321267vw;
    height: 2.7149321267vw;
    right: 6.1085972851vw;
  }
}

.service {
  padding: 51px 0 60px;
}
@media screen and (max-width: 768px) {
  .service {
    padding: 13.5746606335vw 0 13.5746606335vw;
  }
}
.service .inner {
  position: relative;
}
.service__line01 {
  width: 218px;
  position: absolute;
  top: -144px;
  left: -162px;
}
@media screen and (max-width: 768px) {
  .service__line01 {
    width: 24.8868778281vw;
    top: -26.2443438914vw;
    left: 0;
  }
}
.service h2 {
  text-align: center;
}
.service h2 .line-green {
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  .service h2 .line-green {
    width: 100%;
    padding-top: 0.9049773756vw;
    padding-bottom: 0.9049773756vw;
    font-size: 3.6199095023vw;
  }
}
.service__num {
  width: 70px;
  position: absolute;
  top: -100px;
  right: 31px;
}
@media screen and (max-width: 768px) {
  .service__num {
    width: 14.479638009vw;
    top: -18.5520361991vw;
    right: 8.1447963801vw;
  }
}
.service__num02 {
  width: 84px;
  top: -74px;
  right: 25px;
}
@media screen and (max-width: 1120px) {
  .service__num02 {
    top: -60px;
  }
}
@media screen and (max-width: 768px) {
  .service__num02 {
    width: 17.4208144796vw;
    top: -16.742081448vw;
  }
}
.service__num03 {
  width: 84px;
  top: -87px;
  right: 19px;
}
@media screen and (max-width: 1120px) {
  .service__num03 {
    top: -60px;
  }
}
@media screen and (max-width: 768px) {
  .service__num03 {
    width: 17.8733031674vw;
    top: -16.742081448vw;
  }
}
.service__num04 {
  width: 90px;
  top: -85px;
}
@media screen and (max-width: 1120px) {
  .service__num04 {
    top: -60px;
  }
}
@media screen and (max-width: 768px) {
  .service__num04 {
    width: 18.5520361991vw;
    top: -16.0633484163vw;
  }
}

.service-area {
  position: relative;
}
.service-area::after {
  content: "";
  width: 150vw;
  height: 3px;
  background-color: #000;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%) rotate(-2deg);
}
@media screen and (max-width: 768px) {
  .service-area::after {
    transform: translateX(-50%) rotate(-4.5deg);
  }
}
@media screen and (max-width: 768px) {
  .service-area .inner {
    padding: 0 7.2398190045vw;
  }
}
.service-area h3 {
  font-size: 2.4rem;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .service-area h3 {
    font-size: 5.4298642534vw;
  }
}
@media screen and (max-width: 768px) {
  .service-area h3.large {
    font-size: 7.2398190045vw;
  }
}
.service-area h3 + p {
  margin-top: 26px;
  font-size: 1.6rem;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .service-area h3 + p {
    margin-top: 4.5248868778vw;
    font-size: 3.6199095023vw;
  }
}
.service-area__box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .service-area__box {
    flex-direction: column-reverse;
    gap: 4.5248868778vw;
    margin-top: 4.5248868778vw;
  }
}
.service-area__box.rev {
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .service-area__box.rev {
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 768px) {
  .service-area__box.mt0 {
    margin-top: 0;
  }
}
.service-area__body > p {
  max-width: 480px;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .service-area__body > p {
    max-width: 100%;
    font-size: 3.6199095023vw;
    line-height: 1.5;
  }
}
.service-area__body > p span {
  display: inline-block;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .service-area__body > p span {
    margin-top: 4.5248868778vw;
  }
}
.service-area__img01, .service-area__img02 {
  max-width: 560px;
}
@media screen and (max-width: 768px) {
  .service-area__img01, .service-area__img02 {
    max-width: 100%;
  }
}
.service-area__img01-icon {
  max-width: 284px;
  margin: 20px auto 0;
}
@media screen and (max-width: 768px) {
  .service-area__img01-icon {
    max-width: 64.2533936652vw;
    margin-top: 4.5248868778vw;
  }
}
.service-area__img03 {
  max-width: 531px;
  margin: 30px auto 0;
}
@media screen and (max-width: 768px) {
  .service-area__img03 {
    max-width: 82.3529411765vw;
    margin-top: 9.0497737557vw;
  }
}
.service-area__img04 {
  max-width: 560px;
  margin: 20px auto 0;
}
@media screen and (max-width: 768px) {
  .service-area__img04 {
    max-width: 79.8642533937vw;
    width: 100%;
    margin-top: 4.5248868778vw;
  }
}
.service-area__caution {
  margin: 40px auto 0;
  max-width: 560px;
  width: 100%;
  font-size: 1rem;
  line-height: 1.2;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .service-area__caution {
    margin-top: 9.0497737557vw;
    max-width: 100%;
    font-size: 2.2624434389vw;
    line-height: 1.5;
  }
}

.service-area01 {
  padding: 146px 0 68px;
}
@media screen and (max-width: 768px) {
  .service-area01 {
    padding: 27.149321267vw 0 10.1809954751vw;
  }
}
.service-area01::after {
  display: none;
}

.service-area02 {
  padding: 56px 0 66px;
}
@media screen and (max-width: 768px) {
  .service-area02 {
    padding: 13.5746606335vw 0 11.3122171946vw;
  }
}

.service-area03 {
  padding: 68px 0 70px;
}
@media screen and (max-width: 768px) {
  .service-area03 {
    padding: 13.5746606335vw 0 11.3122171946vw;
  }
}

.service-area04 {
  padding: 67px 0 0;
}
@media screen and (max-width: 768px) {
  .service-area04 {
    padding: 13.5746606335vw 0 0;
  }
}
.service-area04 .service-area__caution {
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .service-area04 .service-area__caution {
    margin-top: 4.5248868778vw;
  }
}

.campaign {
  background-color: #141414;
  padding: 30px 0 40px;
}
@media screen and (max-width: 768px) {
  .campaign {
    padding: 7.0135746606vw 0 9.0497737557vw;
  }
}
.campaign .inner {
  position: relative;
}
.campaign__line-white {
  text-align: center;
  font-size: 2.4rem;
  margin-top: 25px;
}
@media screen and (max-width: 768px) {
  .campaign__line-white {
    font-size: 5.4298642534vw;
    margin-top: 5.6561085973vw;
  }
}
.campaign__line-white .line-green {
  width: 394px;
}
@media screen and (max-width: 768px) {
  .campaign__line-white .line-green {
    width: 89.1402714932vw;
  }
}
.campaign__line01 {
  width: 308px;
  position: absolute;
  top: -30px;
  left: -188px;
}
@media screen and (max-width: 768px) {
  .campaign__line01 {
    width: 21.2669683258vw;
    top: -7.0135746606vw;
    left: 0;
  }
}
.campaign__line02 {
  width: 259px;
  position: absolute;
  top: 6px;
  right: -188px;
}
@media screen and (max-width: 768px) {
  .campaign__line02 {
    width: 17.8733031674vw;
    top: 1.8099547511vw;
    right: 0;
  }
}
.campaign h2 {
  font-size: 5rem;
  text-align: center;
  font-weight: 500;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .campaign h2 {
    font-size: 11.3122171946vw;
  }
}
.campaign h2 + p {
  font-size: 1.6rem;
  margin-top: 25px;
  color: #fff;
  text-align: center;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .campaign h2 + p {
    font-size: 3.6199095023vw;
    margin-top: 5.2036199095vw;
  }
}
.campaign__img01 {
  width: 560px;
  margin: 25px auto 0;
}
@media screen and (max-width: 768px) {
  .campaign__img01 {
    width: 100%;
    margin: 5.6561085973vw 0;
  }
}
.campaign__img02 {
  width: 560px;
  margin: 20px auto 0;
}
@media screen and (max-width: 768px) {
  .campaign__img02 {
    width: 85.520361991vw;
    margin-top: 4.5248868778vw;
  }
}
.campaign__img01-caution {
  font-size: 1rem;
  color: #fff;
  width: 560px;
  margin: 10px auto 0;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .campaign__img01-caution {
    font-size: 2.2624434389vw;
    width: 100%;
    margin-top: 2.2624434389vw;
  }
}
.campaign__caution {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .campaign__caution {
    margin-top: 4.5248868778vw;
  }
}
.campaign__caution li {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  color: #fff;
  letter-spacing: 0;
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (max-width: 768px) {
  .campaign__caution li {
    font-size: 2.2624434389vw;
  }
}
.campaign__button {
  color: #000;
  background-color: #5CB74F;
  border-radius: 0;
  width: 55.5555555556%;
  min-height: min(3.3333333333vw, 40px);
  font-size: min(2.3333333333vw, 2.8rem);
  margin: 30px auto;
}
@media screen and (max-width: 768px) {
  .campaign__button {
    width: 100%;
    min-height: 8.8235294118vw;
    font-size: 3.1674208145vw;
    padding: 0 3.3936651584vw 0 0;
    margin: 3.3936651584vw 0;
  }
}
.campaign__button::before {
  background-color: #fff;
}
.campaign__button::after {
  background-image: url("../images/icon-arrow-black.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

.price {
  padding: 58px 0 40px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .price {
    padding: 7.0135746606vw 0 9.0497737557vw;
  }
}
.price .inner {
  position: relative;
}
.price__line01 {
  width: 308px;
  position: absolute;
  top: -30px;
  left: -188px;
}
@media screen and (max-width: 768px) {
  .price__line01 {
    width: 21.2669683258vw;
    top: -7.0135746606vw;
    left: 0;
  }
}
.price__line02 {
  width: 259px;
  position: absolute;
  top: 6px;
  right: -188px;
}
@media screen and (max-width: 768px) {
  .price__line02 {
    width: 17.8733031674vw;
    top: 1.8099547511vw;
    right: 0;
  }
}
.price h2 {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .price h2 {
    font-size: 4.07239819vw;
  }
}
.price h2 span {
  font-size: 5rem;
  font-weight: 500;
  display: block;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .price h2 span {
    font-size: 11.3122171946vw;
  }
}
.price h3 {
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  margin: 20px 0;
}
@media screen and (max-width: 768px) {
  .price h3 {
    font-size: 3.6199095023vw;
    margin: 4.5248868778vw 0;
  }
}
.price__caution {
  margin: 17px 0 0;
  font-size: 1rem;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .price__caution {
    margin-top: 3.8461538462vw;
    font-size: 2.2624434389vw;
  }
}
.price__caution li {
  text-indent: -1.1em;
  padding-left: 1.1em;
}
.price__caution li:not(:first-of-type) {
  margin-top: 5px;
}
@media screen and (max-width: 768px) {
  .price__caution li:not(:first-of-type) {
    margin-top: 1.5837104072vw;
  }
}
.price__list01 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px 1.6666666667%;
  margin: 20px 0 0;
}
@media screen and (max-width: 768px) {
  .price__list01 {
    margin-top: 4.5248868778vw;
    gap: 4.5248868778vw;
  }
}
.price__list01 li {
  position: relative;
}
@media screen and (max-width: 768px) {
  .price__list01 li {
    max-width: 100%;
    width: 100%;
  }
}
.price__list01 li img {
  width: 100%;
  height: auto;
}
.price__list01-01, .price__list01-02 {
  width: 32.2222222222%;
}
.price__list01-03 {
  width: 31.8518518519%;
}
.price__list01-04 {
  width: 100%;
}
.price__list01-04 .btn {
  bottom: 20px;
}
@media screen and (max-width: 768px) {
  .price__list01-04 .btn {
    bottom: 14px;
  }
}
.price__list-btn {
  position: absolute;
  left: 50%;
  bottom: 12px;
  font-size: 1.6rem;
  border-radius: 0;
  width: 94%;
  max-width: 480px;
  min-height: 38px;
  padding: 4px 40px;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .price__list-btn {
    bottom: 10px;
    width: 86%;
    min-height: 29px;
    padding: 2px 30px;
  }
}
.price__list-btn::after {
  right: 20px;
}
.price__list02 {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin: 20px 0 0;
}
@media screen and (max-width: 768px) {
  .price__list02 {
    margin-top: 10px;
    gap: 0;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 768px) {
  .price__list02 li {
    width: 100%;
    max-width: 100%;
  }
}
.price__list02 li img {
  max-width: 100%;
  height: auto;
}
.price__btn {
  width: 280px;
  min-height: 40px;
  font-size: 1.6rem;
  margin: 18px auto 0;
  border: 0;
}
@media screen and (max-width: 768px) {
  .price__btn {
    width: 63.3484162896vw;
    min-height: 8.1447963801vw;
    font-size: 3.6199095023vw;
    margin-top: 4.5248868778vw;
    padding: 1.1312217195vw 2.2624434389vw;
  }
}
@media (any-hover: hover) {
  .price__btn:hover::after {
    background-image: url("../images/icon-arrow-bottom02.svg");
  }
}
.price__btn::after {
  background-image: url("../images/icon-arrow-bottom02-white.svg");
  width: 12px;
  height: 8px;
  right: 15px;
}
@media screen and (max-width: 768px) {
  .price__btn::after {
    width: 2.7149321267vw;
    height: 1.8099547511vw;
    right: 3.3936651584vw;
  }
}

.option {
  background-color: #141414;
  padding: 58px 0;
  color: #fff;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .option {
    padding: 7.0135746606vw 0 9.0497737557vw;
  }
}
.option .inner {
  position: relative;
}
.option__line01 {
  width: 308px;
  position: absolute;
  top: -30px;
  left: -188px;
}
@media screen and (max-width: 768px) {
  .option__line01 {
    width: 21.2669683258vw;
    top: -7.0135746606vw;
    left: 0;
  }
}
.option__line02 {
  width: 259px;
  position: absolute;
  top: 6px;
  right: -188px;
}
@media screen and (max-width: 768px) {
  .option__line02 {
    width: 17.8733031674vw;
    top: 1.8099547511vw;
    right: 0;
  }
}
.option h2 {
  font-size: 1.8rem;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .option h2 {
    font-size: 4.07239819vw;
  }
}
.option h2 span {
  font-size: 5rem;
  font-weight: 500;
  display: block;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .option h2 span {
    font-size: 11.3122171946vw;
  }
}
.option h3 {
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  margin: 20px 0;
}
@media screen and (max-width: 768px) {
  .option h3 {
    font-size: 3.6199095023vw;
    margin: 4.5248868778vw 0;
  }
}
.option__caution {
  margin: 17px 0 0;
  font-size: 1rem;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .option__caution {
    margin-top: 3.8461538462vw;
    font-size: 2.2624434389vw;
  }
}
.option__caution li {
  text-indent: -1.1em;
  padding-left: 1.1em;
}
.option__caution li:not(:first-of-type) {
  margin-top: 5px;
}
@media screen and (max-width: 768px) {
  .option__caution li:not(:first-of-type) {
    margin-top: 1.5837104072vw;
  }
}
.option__btn {
  width: 280px;
  min-height: 40px;
  font-size: 1.6rem;
  margin: 18px auto 0;
  padding: 5px 10px;
  border: 2px solid #fff;
}
@media screen and (max-width: 768px) {
  .option__btn {
    width: 63.3484162896vw;
    min-height: 8.1447963801vw;
    font-size: 3.6199095023vw;
    margin-top: 4.5248868778vw;
    padding: 1.1312217195vw 2.2624434389vw;
  }
}
@media (any-hover: hover) {
  .option__btn:hover::after {
    background-image: url("../images/icon-arrow-bottom02-white.svg");
  }
}
.option__btn::after {
  background-image: url("../images/icon-arrow-bottom02.svg");
  width: 12px;
  height: 8px;
  right: 15px;
}
@media screen and (max-width: 768px) {
  .option__btn::after {
    width: 2.7149321267vw;
    height: 1.8099547511vw;
    right: 3.3936651584vw;
  }
}

.others {
  background-color: #141414;
  padding: 58px 0 40px;
  color: #fff;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .others {
    padding: 7.0135746606vw 0 9.0497737557vw;
  }
}
.others .inner {
  position: relative;
}
.others h2 {
  font-size: 1.8rem;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .others h2 {
    font-size: 4.07239819vw;
  }
}
.others h2 span {
  font-size: 5rem;
  font-weight: 500;
  display: block;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .others h2 span {
    font-size: 11.3122171946vw;
  }
}
.others__list {
  margin: 26px 0 0;
}
@media screen and (max-width: 768px) {
  .others__list {
    margin-top: 4.5248868778vw;
  }
}
.others__list li {
  padding: 20px 10px 20px 15px;
  border: 4px solid #5CB74F;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .others__list li {
    padding: 16px;
    margin-top: 4.5248868778vw;
  }
}
.others__list li:nth-of-type(1) {
  margin-top: 0;
}
.others__list li:nth-of-type(3) {
  border: 4px solid #fff;
}
@media screen and (max-width: 768px) {
  .others__list li:nth-of-type(3) {
    border: none;
    padding: 0;
  }
}
.others__list li img {
  margin: 0 auto;
}
.others__list-01 img {
  max-width: 566px;
}
@media screen and (max-width: 768px) {
  .others__list-01 img {
    max-width: 100%;
  }
}
.others__list-02 img {
  max-width: 900px;
}
@media screen and (max-width: 768px) {
  .others__list-02 img {
    max-width: 100%;
  }
}
.others__list-03 img {
  max-width: 1040px;
}
@media screen and (max-width: 768px) {
  .others__list-03 img {
    max-width: 100%;
  }
}
.others__list-btn {
  color: #000;
  background-color: #5CB74F;
  border-radius: 0;
  width: 55.5555555556%;
  min-height: min(3.3333333333vw, 40px);
  font-size: min(2.3333333333vw, 2.8rem);
  margin: 20px auto 0;
}
@media screen and (max-width: 768px) {
  .others__list-btn {
    width: 100%;
    min-height: 8.8235294118vw;
    font-size: 3.1674208145vw;
    padding: 0 3.3936651584vw 0 0;
    margin-top: 3.3936651584vw;
  }
}
.others__list-btn::before {
  background-color: #fff;
}
.others__list-btn::after {
  background-image: url("../images/icon-arrow-black.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

.flow {
  padding: 94px 0 50px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .flow {
    padding: 9.0497737557vw 0 18.0995475113vw;
  }
}
.flow .inner {
  position: relative;
}
.flow__line01 {
  width: 189px;
  position: absolute;
  top: -93px;
  left: -188px;
}
@media screen and (max-width: 768px) {
  .flow__line01 {
    width: 21.2669683258vw;
    top: -8.8235294118vw;
    left: 0;
  }
}
.flow__line02 {
  width: 158px;
  position: absolute;
  top: -40px;
  right: -188px;
}
@media screen and (max-width: 768px) {
  .flow__line02 {
    width: 17.8733031674vw;
    top: 6.7873303167vw;
    right: 0;
  }
}
.flow h2 {
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .flow h2 {
    font-size: 4.07239819vw;
  }
}
.flow h2 span {
  font-size: 7rem;
  font-weight: 500;
  display: block;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .flow h2 span {
    font-size: 11.3122171946vw;
  }
}
.flow h3 {
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 382px;
  margin: 25px auto 29px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .flow h3 {
    font-size: 4.07239819vw;
    width: 100%;
    min-width: auto;
    margin: 3.1674208145vw auto 7.4660633484vw;
  }
}
.flow h3::before {
  content: "";
  width: 14px;
  height: 42px;
  border-top: 2px solid #000;
  border-left: 2px solid #000;
  border-bottom: 2px solid #000;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .flow h3::before {
    width: 3.1674208145vw;
    height: 9.5022624434vw;
  }
}
.flow h3::after {
  content: "";
  width: 14px;
  height: 42px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .flow h3::after {
    width: 3.1674208145vw;
    height: 9.5022624434vw;
  }
}
.flow h3 + p {
  text-align: center;
}
.flow__top {
  margin-top: 29px;
  padding: 30px 60px 30px 80px;
  display: flex;
  justify-content: space-between;
  gap: 30px;
  border: 2px solid #000;
}
@media screen and (max-width: 768px) {
  .flow__top {
    display: block;
    margin-top: 4.5248868778vw;
    padding: 3.3936651584vw 1.1312217195vw 3.1674208145vw;
    text-align: center;
  }
}
.flow__top > div {
  text-align: center;
}
.flow__top02 {
  margin-top: 29px;
  margin-bottom: 59px;
  border: 2px solid #000;
  display: block;
  padding: 30px 20px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .flow__top02 {
    margin-top: 6.1085972851vw;
    margin-bottom: 15.3846153846vw;
    padding: 3.3936651584vw 4.5248868778vw 4.5248868778vw;
  }
}
.flow__top02 p:first-of-type {
  font-size: 1.6rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .flow__top02 p:first-of-type {
    font-size: 3.6199095023vw;
    text-align: center;
  }
}
.flow__top02 p:nth-of-type(2) {
  margin-top: 10px;
  font-size: 1.4rem;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .flow__top02 p:nth-of-type(2) {
    margin-top: 2.2624434389vw;
    font-size: 3.1674208145vw;
    text-align: left;
  }
}
.flow__top-date {
  font-size: 2.4rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .flow__top-date {
    font-size: 4.07239819vw;
  }
}
.flow__top-date span {
  display: block;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .flow__top-date span {
    font-size: 2.7149321267vw;
  }
}
.flow__top-caution {
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .flow__top-caution {
    font-size: 2.7149321267vw;
  }
}
.flow__top-desc {
  font-size: 1.8rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .flow__top-desc {
    font-size: 3.1674208145vw;
    margin-top: 1.5837104072vw;
  }
}
.flow__list {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .flow__list {
    margin-top: 4.5248868778vw;
  }
}
.flow__list-item {
  background-color: #F5F5F5;
  padding: 30px 110px 34px 80px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .flow__list-item {
    padding: 6.7873303167vw 4.5248868778vw 5.4298642534vw 15.8371040724vw;
  }
}
.flow__list-item:not(:first-of-type) {
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .flow__list-item:not(:first-of-type) {
    margin-top: 2.2624434389vw;
  }
}
.flow__list-item:not(:first-of-type)::after {
  content: "";
  width: 2px;
  height: 10px;
  background-color: #000;
  position: absolute;
  bottom: 100%;
  left: 40px;
}
@media screen and (max-width: 768px) {
  .flow__list-item:not(:first-of-type)::after {
    height: 2.2624434389vw;
    left: 6.7873303167vw;
  }
}
.flow__list-item .num {
  font-size: 1.2rem;
  font-weight: 500;
  text-align: center;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1.2;
  position: absolute;
  top: 23px;
  left: 28px;
}
@media screen and (max-width: 768px) {
  .flow__list-item .num {
    font-size: 2.7149321267vw;
    top: 4.5248868778vw;
    left: 3.8461538462vw;
  }
}
.flow__list-item .num span {
  font-size: 3rem;
}
@media screen and (max-width: 768px) {
  .flow__list-item .num span {
    font-size: 6.7873303167vw;
  }
}
.flow__list-item h4 {
  font-size: 2rem;
  margin-bottom: 12px;
}
@media screen and (max-width: 768px) {
  .flow__list-item h4 {
    font-size: 3.6199095023vw;
    margin-bottom: 2.4886877828vw;
    max-width: 41.628959276vw;
  }
}
.flow__icon {
  width: 61px;
  position: absolute;
  top: 32px;
  right: 42px;
}
@media screen and (max-width: 768px) {
  .flow__icon {
    width: 9.2760180995vw;
    top: 3.3936651584vw;
    right: 3.3936651584vw;
  }
}
.flow__list-item-inner {
  max-width: 700px;
}
@media screen and (max-width: 768px) {
  .flow__list-item-inner {
    max-width: 100%;
  }
}
.flow__list-caution {
  display: block;
  font-size: 1.4rem;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .flow__list-caution {
    font-size: 2.2624434389vw;
    margin-top: 0.9049773756vw;
  }
}
.flow__caution {
  margin-top: 26px;
}
@media screen and (max-width: 768px) {
  .flow__caution {
    margin-top: 3.8461538462vw;
  }
}
.flow__caution li {
  text-indent: -1.3em;
  padding-left: 1.3em;
  font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
  .flow__caution li {
    font-size: 2.2624434389vw;
  }
}
.flow__caution li:not(:first-of-type) {
  margin-top: 5px;
}
@media screen and (max-width: 768px) {
  .flow__caution li:not(:first-of-type) {
    margin-top: 1.1312217195vw;
  }
}
.flow__btn {
  margin: 48px auto 0;
}
@media screen and (max-width: 768px) {
  .flow__btn {
    margin-top: 4.5248868778vw;
  }
}

.faq {
  padding: 97px 0 240px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .faq {
    padding: 6.7873303167vw 0 16.742081448vw;
  }
}
.faq::after {
  content: "";
  width: 150vw;
  height: 3px;
  background-color: #141414;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%) rotate(-5deg);
}
.faq .inner {
  position: relative;
}
.faq__line01 {
  width: 189px;
  position: absolute;
  top: -46px;
  left: -188px;
}
@media screen and (max-width: 768px) {
  .faq__line01 {
    width: 21.2669683258vw;
    top: -3.8461538462vw;
    left: 0;
  }
}
.faq__line02 {
  width: 158px;
  position: absolute;
  top: 13px;
  right: -188px;
}
@media screen and (max-width: 768px) {
  .faq__line02 {
    width: 17.8733031674vw;
    top: 6.7873303167vw;
    right: 0;
  }
}
.faq h2 {
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .faq h2 {
    font-size: 4.07239819vw;
  }
}
.faq h2 span {
  font-size: 7rem;
  font-weight: 500;
  display: block;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .faq h2 span {
    font-size: 11.3122171946vw;
  }
}
.faq__list {
  margin: 60px 0 0;
}
@media screen and (max-width: 768px) {
  .faq__list {
    margin-top: 6.7873303167vw;
  }
}
.faq__item {
  border-top: 1px solid #000;
  padding-bottom: 12px;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .faq__item {
    padding-bottom: 2.4886877828vw;
  }
}
.faq__item:last-of-type {
  border-bottom: 1px solid #000;
}
.faq__q {
  padding: 34px 44px 22px 64px;
  font-weight: bold;
  position: relative;
}
@media screen and (max-width: 768px) {
  .faq__q {
    padding: 4.9773755656vw 7.6923076923vw 2.4886877828vw 6.7873303167vw;
  }
}
.faq__icon-q {
  font-size: 3.6rem;
  font-weight: normal;
  position: absolute;
  top: 20px;
  left: 20px;
}
@media screen and (max-width: 768px) {
  .faq__icon-q {
    font-size: 6.334841629vw;
    top: 2.2624434389vw;
    left: 0;
  }
}
.faq__icon {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 37px;
  right: 24px;
}
@media screen and (max-width: 768px) {
  .faq__icon {
    width: 4.5248868778vw;
    height: 4.5248868778vw;
    top: 5.2036199095vw;
    right: 0;
  }
}
.faq__icon::before {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #000;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.faq__icon::after {
  content: "";
  height: 100%;
  width: 2px;
  background-color: #000;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: opacity 0.2s, transform 0.2s;
}
.faq__icon.on::after {
  transform: translate(-50%, -100%);
  opacity: 0;
}
.faq__a {
  padding: 0 80px 13px 64px;
  position: relative;
  display: none;
}
@media screen and (max-width: 768px) {
  .faq__a {
    padding: 0 10.6334841629vw 3.1674208145vw 6.7873303167vw;
  }
}
.faq__icon-a {
  font-size: 3.6rem;
  font-weight: normal;
  position: absolute;
  top: -12px;
  left: 22px;
}
@media screen and (max-width: 768px) {
  .faq__icon-a {
    font-size: 6.334841629vw;
    top: -0.9049773756vw;
    left: 0.6787330317vw;
  }
}
.faq__caution {
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .faq__caution {
    margin-top: 2.4886877828vw;
  }
}
.faq__caution li {
  font-size: 1.4rem;
  text-indent: -1.3em;
  padding-left: 1.3em;
}
@media screen and (max-width: 768px) {
  .faq__caution li {
    font-size: 3.1674208145vw;
  }
}
@media screen and (max-width: 768px) {
  .faq__caution li.font-s {
    font-size: 2.7149321267vw;
  }
}
.faq__bottom {
  margin: 42px 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .faq__bottom {
    margin-top: 6.7873303167vw;
    flex-direction: column;
    gap: 4.5248868778vw;
  }
}

.information {
  background-color: #141414;
  padding: 10px 0 80px;
  color: #fff;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .information {
    padding: 9.0497737557vw 0;
  }
}
.information::after {
  content: "";
  width: 2880px;
  height: 260px;
  background-image: url("../images/bg-feature06-bottom.png");
  position: absolute;
  bottom: calc(100% - 1px);
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .information::after {
    display: none;
  }
}
.information h2 {
  font-size: 2.4rem;
  color: #fff;
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .information h2 {
    font-size: 3.1674208145vw;
  }
}
.information dl {
  margin-top: 20px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .information dl {
    margin-top: 4.5248868778vw;
  }
}
.information dl > div:not(:first-of-type) {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .information dl > div:not(:first-of-type) {
    margin-top: 4.5248868778vw;
  }
}
.information dl dt {
  border-bottom: 2px solid #fff;
}
.information dl dt span {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 10px;
  width: 100%;
  font-size: 1.6rem;
  font-weight: bold;
  position: relative;
}
@media screen and (max-width: 768px) {
  .information dl dt span {
    font-size: 3.6199095023vw;
    padding-bottom: 2.2624434389vw;
  }
}
.information dl dt span.on img {
  transform: translateY(-50%) rotate(180deg);
}
.information dl dt span img {
  width: 16px;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  transition: transform 0.3s;
}
@media screen and (max-width: 768px) {
  .information dl dt span img {
    width: 3.6199095023vw;
    right: 4.5248868778vw;
  }
}
.information dl dd ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding-top: 24px;
}
@media screen and (max-width: 768px) {
  .information dl dd ul {
    gap: 2.7149321267vw;
    padding-top: 3.1674208145vw;
  }
}
.information dl dd ul li {
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  font-weight: bold;
  width: calc(33.3333333333% - 6.6666666667px);
}
@media screen and (max-width: 1100px) {
  .information dl dd ul li {
    width: calc(50% - 10px);
  }
}
@media screen and (max-width: 768px) {
  .information dl dd ul li {
    font-size: 3.6199095023vw;
    min-width: auto;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .information dl dd ul li.font-s {
    font-size: 3.1674208145vw;
  }
}
.information dl dd ul li .green {
  color: #5CB74F;
  text-decoration: underline;
}
.information dl dd ul li .small {
  font-size: 1.1rem;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .information dl dd ul li .small {
    font-size: 2.7149321267vw;
  }
}
.information dl dd ul li .date-white {
  color: #fff;
}

.cta-area {
  background-color: #F5F5F5;
  padding: 30px 0;
  z-index: 20;
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 768px) {
  .cta-area {
    padding: 6.334841629vw 0;
  }
}
.cta-area.on {
  display: block;
}
.cta-area__list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .cta-area__list {
    flex-direction: column;
    gap: 2.036199095vw;
  }
}
.cta-area .btn {
  width: 340px;
  min-height: 50px;
  font-size: min(2vw, 1.8rem);
  padding: 0;
}
@media screen and (max-width: 768px) {
  .cta-area .btn {
    width: 72.3981900452vw;
    padding: 0 0 0.6787330317vw;
    border: 2px solid #000;
    font-size: 3.1674208145vw;
    min-height: 9.0497737557vw;
  }
}
@media screen and (max-width: 768px) {
  .cta-area .btn::after {
    right: 2.2624434389vw;
  }
}

.fixed-cta {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  transform: translateY(100%);
  opacity: 0;
  transition: opacity 0.3s, transform 0.3s;
  z-index: 20;
  border-top: 3px solid #000;
  padding: 24px 0;
}
@media screen and (max-width: 768px) {
  .fixed-cta {
    padding: 3.3936651584vw 0;
  }
}
.fixed-cta.on {
  transform: translateY(0);
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .fixed-cta .inner {
    padding: 0 1.1312217195vw;
  }
}
@media screen and (max-width: 768px) {
  .fixed-cta .cta-area__list {
    gap: 1.1312217195vw;
    flex-direction: row;
  }
}
.fixed-cta .btn {
  width: 380px;
  min-height: 50px;
  font-size: min(2.2222222222vw, 2rem);
  padding: 0;
}
@media screen and (max-width: 768px) {
  .fixed-cta .btn {
    width: 72.3981900452vw;
    padding: 0 0 0.6787330317vw;
    border: 2px solid #000;
    font-size: 3.1674208145vw;
    min-height: 9.0497737557vw;
  }
}
@media screen and (max-width: 768px) {
  .fixed-cta .btn::after {
    right: 2.2624434389vw;
  }
}

.tshirt-bnr {
  margin: 20px auto 0;
  width: 560px;
}
@media screen and (max-width: 768px) {
  .tshirt-bnr {
    margin-top: 4.5248868778vw;
    width: 100%;
  }
}

.width-large {
  width: 100% !important;
}/*# sourceMappingURL=base.css.map */