html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: unset;
  color: inherit;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23adb5bd' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e") right 0.75rem center/16px 12px;
  background-repeat: no-repeat;
}

input, textarea {
  border: unset;
}
input:focus-visible, textarea:focus-visible {
  outline: unset;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  color: #c2c2c2;
  font-weight: normal;
}
input::placeholder, textarea::placeholder {
  color: #c2c2c2;
  font-weight: normal;
}

button {
  border: none;
  cursor: pointer;
  font-family: inherit;
  background: unset;
}

input, select, textarea {
  font-size: inherit;
  font-family: inherit;
}

.eff {
  opacity: 0;
  transition: all 0.5s;
}
.eff.slidein-left {
  transform: translate(-100%, 0);
}
.eff.slidein-right {
  transform: translate(100%, 0);
}
.eff.slidein-up {
  transform: translate(0, -100%);
}
.eff.slidein-bottom {
  transform: translate(0, 100px);
}
.eff.rotate {
  transform: rotate(-180deg);
  transition: all 1s;
}
.eff.scrollin {
  transform: translate(0, 0);
  opacity: 1;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  color: #222;
  font-family: Shin_Go_Pro, sans-serif;
  line-height: 1.4;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
}
@media screen and (max-width: 767px) {
  body {
    font-size: clamp(11px, 3px + 2.86vw, 15px);
  }
}

.container {
  max-width: 1030px;
  margin: 0 auto;
  padding: 0 15px;
  width: 100%;
}

.br-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .br-sp {
    display: block;
  }
}

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

@media screen and (min-width: 768px) {
  .hide-pc {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  #page-top .header {
    padding-top: clamp(45px, 41.67px + 0.43vw, 50px);
  }
  #page-top .header .container {
    max-width: clamp(712px, 94.67px + 80.38vw, 1638px);
  }
  #page-top .header .header-logo a img {
    width: clamp(130px, -2px + 17.19vw, 328px);
  }
}
@media screen and (max-width: 767px) {
  #page-top .header {
    padding-top: 5.87vw;
  }
  #page-top .header .header-logo a img {
    width: 28.03vw;
  }
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-block: 12px;
  transition: all 0.3s;
  transition: all 0.5s cubic-bezier(0.26, 0.06, 0, 1);
  z-index: 10;
}
.header .btn-primary {
  margin: 0 70px 0 0;
  display: none;
  padding: 5px 0;
  max-width: 300px;
  font-size: clamp(12px, 8.55px + 1.23vw, 18px);
}
.header .btn-primary .big {
  font-size: clamp(18px, 13.98px + 1.44vw, 25px);
}
.header .btn-primary::after {
  height: 40px;
  width: 40px;
  right: 20px;
  top: -14px;
}
.header.scroll {
  position: fixed;
  padding-block: 12px !important;
  background: #FFF;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.header.scroll .header-menu {
  opacity: 1;
  visibility: visible;
}
.header.scroll .header-menu .nav-container {
  display: flex !important;
}
.header.scroll .btn-primary {
  display: block;
}
.header.scroll .header-logo img {
  width: clamp(150px, 141.46px + 3.05vw, 200px) !important;
}
.header .container {
  max-width: 1638px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-logo a {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
}
.header-logo a img {
  transition: all 0.3s;
  height: auto;
}
.header .header-menu {
  position: fixed;
  width: -moz-fit-content;
  width: fit-content;
  transition: all 0.6s cubic-bezier(0.18, 0.06, 0.23, 1);
  opacity: 0;
  visibility: hidden;
  right: clamp(20px, -915.2px + 56vw, 160px);
}
.header .header-menu .checkbox {
  opacity: 0;
  z-index: 100;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  cursor: pointer;
}
.header .header-menu .checkbox:checked ~ .nav-container {
  visibility: visible;
  opacity: 1;
}
.header .header-menu .checkbox:checked ~ .nav-container::before {
  transform: translateZ(0);
  transition-duration: 0.75s;
  transition-timing-function: cubic-bezier(0.47, 0.16, 0.24, 1);
}
.header .header-menu .checkbox:checked ~ .nav-container::after {
  transform: translateZ(0);
  transition-duration: 0.95s;
  transition-timing-function: cubic-bezier(0.47, 0.16, 0.24, 1);
}
.header .header-menu .checkbox:checked ~ .span-container {
  background: #009A5E;
}
.header .header-menu .checkbox:checked ~ .span-container span {
  background: #fff;
}
.header .header-menu .checkbox:checked ~ .span-container span:nth-child(1) {
  transform: rotate(45deg) translate(3px, -3px);
}
.header .header-menu .checkbox:checked ~ .span-container span:nth-child(2) {
  opacity: 0;
}
.header .header-menu .checkbox:checked ~ .span-container span:nth-child(3) {
  transform: rotate(-45deg) translate(1px, 2px);
}
.header .header-menu .span-container {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 55;
  background-color: #fff;
  border-radius: 50%;
  width: 42px;
  height: 42px;
  gap: 4px;
  cursor: pointer;
}
.header .header-menu .span-container span {
  width: 18px;
  height: 2px;
  background: #000;
  transition: all 250ms ease-out;
  transform-origin: 0 0;
}
.header .header-menu .nav-container {
  position: fixed;
  right: 0;
  top: 0;
  height: 100vh;
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  z-index: 50;
  background: transparent;
  transition: all 0.75s cubic-bezier(0.47, 0.16, 0.24, 1);
  visibility: hidden;
  opacity: 0;
  gap: 50px;
}
.header .header-menu .nav-container::after, .header .header-menu .nav-container::before {
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transform: translate3d(100%, 0, 0);
  transition: transform;
  width: 100%;
  transition-duration: 0.6s;
  transition-timing-function: cubic-bezier(0.43, 0.05, 0.17, 1);
  z-index: -1;
}
.header .header-menu .nav-container::before {
  background-color: rgb(217, 217, 217);
}
.header .header-menu .nav-container::after {
  background-color: rgb(255, 255, 255);
}
.header .header-menu .nav-container a {
  padding: 5px 20px;
  margin: 10px auto;
  font-size: 18px;
  font-weight: bold;
  color: #232323;
}

@media screen and (min-width: 768px) {
  .header .header-menu .nav-container {
    width: 400px;
  }
  .header .header-menu {
    top: 26px;
  }
}
@media screen and (max-width: 767px) {
  .header .header-menu .nav-container {
    width: 83vw;
  }
  .header.scroll .btn-primary {
    display: none;
  }
  .header .header-menu {
    top: 12px;
  }
  .header-logo a img {
    width: 39.11vw;
  }
}
.footer {
  padding: 94px 0 clamp(38px, 135.65px + -12.73vw, 100px);
  background: rgba(0, 154, 94, 0.1);
}
.footer-desc {
  line-height: 1.8;
  font-weight: 500;
  margin: 40px 0 50px;
}
.footer-desc a {
  font-size: clamp(26px, 20.83px + 1.85vw, 35px);
  color: #009A5E;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.footer-desc a::before {
  content: "";
  width: 32px;
  height: 32px;
  background: url("../img/top/footer-phone-icon.svg") no-repeat center/contain;
  display: inline-block;
}
.footer-desc_banner {
  padding: 4px 25px 6px;
  background: #1b8e61;
  color: #fff;
  border-radius: 99px;
  margin: 0 auto;
  width: -moz-fit-content;
  width: fit-content;
}

@font-face {
  font-family: Shin_Go_Pro;
  src: url(../fonts/AOTFSHINGOPRODEBOLD.OTF);
  font-display: swap;
  font-weight: 700;
}
@font-face {
  font-family: Shin_Go_Pro;
  src: url(../fonts/AOTFSHINGOPROHEAVY.OTF);
  font-display: swap;
  font-weight: 800;
}
.green {
  color: #009A5E;
}

.yellow {
  color: #FFF50F;
}

h2 {
  font-size: clamp(24px, -22.22px + 6.02vw, 50px);
  font-weight: 800;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #009A5E;
  margin-bottom: 66px;
  justify-content: center;
}
h2::before, h2::after {
  content: "";
  height: 3px;
  width: clamp(30px, -174.44px + 26.62vw, 145px);
  background: #009A5E;
}

.btn-primary {
  display: block;
  background: #009A5E;
  color: #fff;
  box-shadow: 0px 5px 0px 0px #0E724B;
  font-size: clamp(18px, 13.98px + 1.44vw, 25px);
  max-width: 486px;
  width: 100%;
  position: relative;
  margin: clamp(70px, 30.89px + 5.09vw, 92px) auto 0;
  font-weight: 500;
  padding: 18px 5px 28px;
  transition: all 0.3s;
  text-align: center;
}
.btn-primary .big {
  font-size: clamp(25px, 19.25px + 2.05vw, 35px);
  font-weight: 600;
}
.btn-primary::after {
  content: "";
  width: clamp(70px, 57.93px + 4.31vw, 91px);
  height: clamp(70px, 57.93px + 4.31vw, 91px);
  background: url("../img/top/btn-phone.png") no-repeat center/contain;
  display: inline-block;
  position: absolute;
  top: -37px;
  right: clamp(10px, -13px + 8.21vw, 50px);
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}
.btn-primary::before {
  content: "";
  width: 15px;
  height: 10px;
  background: url("../img/top/btn-icon.svg") no-repeat center/contain;
  display: inline-block;
  position: absolute;
  bottom: 11px;
  left: 50%;
  transform: translateX(-50%);
}
.btn-primary:hover {
  box-shadow: unset !important;
  transform: translateY(5px);
}

.banner-main {
  padding: 10px clamp(10px, -10.12px + 7.19vw, 45px);
  color: #000;
  font-size: clamp(18px, -3.33px + 2.78vw, 30px);
  font-weight: 700;
  max-width: 620px;
  width: 100%;
  background: #FFF50F;
  margin: 50px auto;
  position: relative;
}
.banner-main_box {
  background: url("../img/top/banner-main-box.png") no-repeat center/contain;
  min-width: clamp(80px, 68.5px + 4.11vw, 100px);
  position: absolute;
  top: clamp(-75px, -91.67px + 5.95vw, -46px);
  right: 21px;
  aspect-ratio: 1;
  padding-top: clamp(5px, 17.65px + -1vw, 10px);
}
@media screen and (min-width: 768px) {
  .banner-main_box {
    line-height: 1;
  }
}
.banner-main_box .white {
  font-size: clamp(14px, 10.55px + 1.23vw, 20px);
  font-weight: 500;
  color: #fff;
}
.banner-main_box .yellow {
  font-size: clamp(18px, 13.98px + 1.44vw, 25px);
  font-weight: 800;
}
.banner-main_box .yellow span {
  font-size: clamp(14px, 10.55px + 1.23vw, 20px);
}

.to-top {
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 9;
  width: 56px;
  height: 56px;
  display: none;
  transition: all 0.3s ease 0s;
  border-radius: 50%;
}

.main {
  overflow: hidden;
  text-align: left;
  padding-top: clamp(40px, 34.67px + 0.69vw, 48px);
  position: relative;
}
.main .container {
  opacity: 0;
}
.main-banner {
  color: #000;
  font-weight: 500;
  line-height: 1.9;
}
.main h1 {
  font-weight: 800;
  line-height: 1.15;
  z-index: 2;
  position: relative;
}
.main-bottom {
  position: relative;
  z-index: 2;
}
.main-bottom img {
  position: absolute;
  height: auto;
  z-index: 2;
}
.main-bottom .has-banner {
  position: relative;
}
.main-bottom .has-banner:after {
  content: "";
  height: 100%;
  position: absolute;
  width: 130vw;
  left: -30vw;
  z-index: -1;
  top: 0;
}
.main-bottom_right {
  color: #FFF;
  line-height: 1;
  z-index: 1;
  padding: 30px 0;
  display: flex;
  align-items: center;
}
.main-bottom_right_text {
  font-weight: 500;
}
.main-bottom_right_text .content {
  font-weight: 700;
}
.main-bottom_right_num {
  font-weight: 700;
}
.main-bottom_right_num .number {
  font-weight: 800;
  letter-spacing: -0.25em;
  position: relative;
  left: -6%;
}
.main-bottom_right_num .text {
  position: relative;
  top: -1vw;
  left: 11%;
}
.main-bottom_desc {
  color: #000;
  font-weight: 700;
}
.main-bottom_desc:after {
  background: #FFF50F;
}
.main-bottom-list {
  display: flex;
  gap: 10px;
}
.main-bottom-list_item {
  background: url("../img/top/main-box.png") no-repeat center/contain;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  aspect-ratio: 1;
}
.main-bottom-list_item_title {
  text-shadow: #000 2px 0 0, #000 2px 1px 0, #000 1px 2px 0, #000 0px 2px 0, #000 -1px 2px 0, #000 -2px 1px 0, #000 -2px 0px 0, #000 -2px -1px 0, #000 -1px -2px 0, #000 0px -2px 0, #000 1px -2px 0, #000 1px -1px 0, #000 2px 0px 0;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .main-bottom-list_item_title.custom-2-line {
    margin-top: -1em;
  }
}
@media screen and (max-width: 767px) {
  .main-bottom-list_item_title:not(.custom-2-line) {
    margin-top: 1.2em;
  }
}
@media screen and (min-width: 768px) {
  .main-bottom-list_item_title:not(.custom-2-line) {
    margin-top: 0.5em;
  }
}
.main-bottom-list_item_desc {
  text-shadow: #fff 2px 0 0, #fff 2px 1px 0, #fff 1px 2px 0, #fff 0px 2px 0, #fff -1px 2px 0, #fff -2px 1px 0, #fff -2px 0px 0, #fff -2px -1px 0, #fff -1px -2px 0, #fff 0px -2px 0, #fff 1px -2px 0, #fff 1px -1px 0, #fff 2px 0px 0;
  font-weight: 700;
}
.main-bottom-list_item_num {
  color: #FF0F0F;
  font-weight: 800;
}
.main-bottom-list_item_num span {
  display: inline-block;
}
.main-bottom-list_item_num .vertical {
  font-weight: 700;
  text-shadow: #fff 2px 0 0, #fff 2px 1px 0, #fff 1px 2px 0, #fff 0px 2px 0, #fff -1px 2px 0, #fff -2px 1px 0, #fff -2px 0px 0, #fff -2px -1px 0, #fff -1px -2px 0, #fff 0px -2px 0, #fff 1px -2px 0, #fff 1px -1px 0, #fff 2px 0px 0;
  writing-mode: vertical-lr;
}
.main-bottom-list_item_num .num {
  line-height: 1;
}
.main-bottom-list_item_num .per {
  text-shadow: #fff 2px 0 0, #fff 2px 1px 0, #fff 1px 2px 0, #fff 0px 2px 0, #fff -1px 2px 0, #fff -2px 1px 0, #fff -2px 0px 0, #fff -2px -1px 0, #fff -1px -2px 0, #fff 0px -2px 0, #fff 1px -2px 0, #fff 1px -1px 0, #fff 2px 0px 0;
}
.main-bottom-list_item_num .per span {
  font-weight: 700;
}
.main-girl {
  position: absolute;
  z-index: 1;
  height: auto;
}

@media only screen and (min-width: 768px) {
  .main {
    background: url("../img/top/main-bg.png") no-repeat center/cover;
  }
  .main .container {
    max-width: clamp(712px, 56px + 85.42vw, 1696px);
  }
  .main h1 {
    font-size: clamp(75px, 21.67px + 6.94vw, 155px);
    margin: clamp(10px, 3.33px + 0.87vw, 20px) 0 clamp(40px, 20px + 2.6vw, 70px);
  }
  .main h1 .yellow {
    text-shadow: 5px 0px 0 #000, 4.6195px 1.9135px 0 #000, 3.5355px 3.5355px 0 #000, 1.9135px 4.6195px 0 #000, 0px 5px 0 #000, -1.9135px 4.6195px 0 #000, -3.5355px 3.5355px 0 #000, -4.6195px 1.9135px 0 #000, -5px 0px 0 #000, -4.6195px -1.9135px 0 #000, -3.5355px -3.5355px 0 #000, -1.9135px -4.6195px 0 #000, 0px -5px 0 #000, 1.9135px -4.6195px 0 #000, 3.5355px -3.5355px 0 #000, 4.6195px -1.9135px 0 #000;
  }
  .main-banner {
    font-size: clamp(12px, 3.33px + 1.13vw, 25px);
    padding-left: clamp(160px, 14.67px + 18.92vw, 378px);
  }
  .main-bottom {
    padding-left: clamp(79px, 11.67px + 8.77vw, 180px);
  }
  .main-bottom img {
    left: clamp(-111px, 9px + -6.25vw, -39px);
    top: 0px;
    width: clamp(118px, -2.67px + 15.71vw, 299px);
  }
  .main-bottom_right {
    align-items: center;
  }
  .main-bottom_right::after {
    background: #009A5E;
    padding-bottom: clamp(7px, -0.47px + 2.67vw, 20px);
  }
  .main-bottom_right_text {
    font-size: clamp(24px, 0px + 3.13vw, 60px);
  }
  .main-bottom_right_text .content {
    font-size: clamp(48px, 0px + 6.25vw, 120px);
  }
  .main-bottom_right_num {
    line-height: 0.6;
    font-size: clamp(43px, -1.67px + 5.82vw, 110px);
  }
  .main-bottom_right_num .number {
    font-size: clamp(87px, -1.67px + 11.55vw, 220px);
  }
  .main-bottom_desc {
    font-size: clamp(20px, 6.67px + 1.74vw, 40px);
    padding-bottom: clamp(4px, 0px + 0.52vw, 10px);
    margin-top: 20px;
  }
  .main-bottom-list {
    position: absolute;
    z-index: 2;
    right: clamp(-111px, 10.67px + -6.34vw, -38px);
    bottom: 2px;
  }
  .main-bottom-list_item {
    width: clamp(185px, 0.33px + 24.05vw, 462px);
  }
  .main-bottom-list_item_num .vertical {
    font-size: clamp(16px, 3.33px + 1.65vw, 35px);
  }
  .main-bottom-list_item_num .num {
    font-size: clamp(40px, 0px + 5.21vw, 100px);
    text-shadow: #fff 4px 0 0, #fff 4px 3px 0, #fff 3px 4px 0, #fff 0px 4px 0, #fff -3px 4px 0, #fff -4px 3px 0, #fff -4px 0px 0, #fff -4px -3px 0, #fff -3px -4px 0, #fff 0px -4px 0, #fff 3px -4px 0, #fff 3px -3px 0, #fff 4px 0px 0;
  }
  .main-bottom-list_item_num .per {
    font-size: clamp(22px, 0px + 2.86vw, 55px);
  }
  .main-bottom-list_item_num .per span {
    font-size: clamp(16px, 0px + 2.08vw, 40px);
  }
  .main-bottom-list_item_desc {
    font-size: clamp(18px, 10px + 1.04vw, 30px);
  }
  .main-bottom-list_item_title {
    font-size: clamp(18px, 6.67px + 1.48vw, 35px);
  }
  .main-girl {
    right: clamp(0px, -23.33px + 3.04vw, 35px);
    width: clamp(260px, -4px + 34.38vw, 656px);
    top: 0;
  }
}
@media only screen and (min-width: 600px) and (max-width: 767px) {
  .main-banner {
    padding-left: 31.94vw;
    font-size: 2.22vw;
  }
  .main-girl {
    top: 11%;
  }
}
@media only screen and (max-width: 767px) {
  .main {
    background: url("../img/top/main-bg-sp.png") no-repeat center/cover;
  }
  .main h1 {
    font-size: 11.08vw;
    margin: 15px 0 0;
  }
  .main h1 .yellow {
    text-shadow: 3px 0px 0 #000, 2.7717px 1.1481px 0 #000, 2.1213px 2.1213px 0 #000, 1.1481px 2.7717px 0 #000, 0px 3px 0 #000, -1.1481px 2.7717px 0 #000, -2.1213px 2.1213px 0 #000, -2.7717px 1.1481px 0 #000, -3px 0px 0 #000, -2.7717px -1.1481px 0 #000, -2.1213px -2.1213px 0 #000, -1.1481px -2.7717px 0 #000, 0px -3px 0 #000, 1.1481px -2.7717px 0 #000, 2.1213px -2.1213px 0 #000, 2.7717px -1.1481px 0 #000;
  }
  .main-bottom img {
    width: 16.43vw;
    left: 2.61vw;
    bottom: 0;
  }
  .main-bottom_right {
    padding: 5.22vw 0;
    color: #000;
  }
  .main-bottom_right_text {
    font-size: 6.26vw;
  }
  .main-bottom_right_text .content {
    font-size: 13.04vw;
  }
  .main-bottom_right_text .yellow {
    color: #000;
  }
  .main-bottom_right_num {
    font-size: 15.65vw;
  }
  .main-bottom_right_num .number {
    line-height: 0.7;
    font-size: 23.47vw;
    text-shadow: #000 3px 0 0, #000 3px 2px 0, #000 2px 3px 0, #000 0px 3px 0, #000 -2px 3px 0, #000 -3px 2px 0, #000 -3px 0px 0, #000 -3px -2px 0, #000 -2px -3px 0, #000 0px -3px 0, #000 2px -3px 0, #000 2px -2px 0, #000 3px 0px 0;
  }
  .main-bottom_desc {
    font-size: 4.56vw;
    padding-bottom: 1.3vw;
  }
  .main-bottom-list {
    padding: 4.56vw 15px;
    background: #009A5E;
    width: calc(100% + 30px);
    width: calc(100% + 30px);
    position: relative;
    left: -15px;
    justify-content: center;
  }
  .main-bottom-list_item {
    width: 100%;
  }
  .main-bottom-list_item_title {
    font-size: 3.91vw;
  }
  .main-bottom-list_item_desc {
    line-height: 2;
    font-size: 3.39vw;
  }
  .main-bottom-list_item_num {
    display: block;
    width: 100%;
    text-align: center;
  }
  .main-bottom-list_item_num .vertical {
    font-size: 3.91vw;
  }
  .main-bottom-list_item_num .num {
    text-shadow: #fff 2px 0 0, #fff 2px 2px 0, #fff 2px 2px 0, #fff 0px 2px 0, #fff -2px 2px 0, #fff -2px 2px 0, #fff -2px 0px 0, #fff -2px -2px 0, #fff -2px -2px 0, #fff 0px -2px 0, #fff 2px -2px 0, #fff 2px -2px 0, #fff 2px 0px 0;
    font-size: 9.78vw;
  }
  .main-bottom-list_item_num .per {
    font-size: 5.87vw;
  }
  .main-bottom_desc {
    text-align: center;
  }
  .main-girl {
    right: -1.04vw;
    width: 44.85vw;
  }
}
@media only screen and (max-width: 599px) {
  .main-banner {
    margin: 7.82vw 0 2.61vw;
    font-size: 3.13vw;
  }
  .main-girl {
    top: 22%;
  }
}
.purchase {
  margin: clamp(100px, 21.78px + 10.19vw, 144px) 0 clamp(100px, -166.67px + 34.72vw, 250px);
  overflow: hidden;
  padding: 5px 0;
}
.purchase-main img {
  max-width: clamp(300px, -28.89px + 42.82vw, 485px);
  width: 100%;
  height: auto;
}
.purchase-main_desc h3 {
  font-size: clamp(20px, 11.11px + 1.16vw, 25px);
  margin-bottom: 30px;
}
.purchase-main_desc p {
  line-height: 1.8;
}
.purchase-banner {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
}
.purchase-banner .strong {
  font-size: clamp(40px, -40px + 10.42vw, 85px);
  font-weight: 800;
  color: #000;
}
.purchase-banner .green {
  font-weight: 800;
  font-size: clamp(24px, -22.22px + 6.02vw, 50px);
}
.purchase-step {
  display: grid;
  gap: 20px;
}
.purchase-step_item {
  background: #CAF2E2;
  border-radius: 50%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  justify-self: center;
  width: -moz-fit-content;
  width: fit-content;
  aspect-ratio: 1;
}
.purchase-step_item_order {
  position: absolute;
  top: 1%;
  left: 7%;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 50px;
  font-weight: 900;
}
.purchase-step_item p {
  line-height: 1.8;
  margin: -16px 0 0;
}
@media screen and (min-width: 768px) {
  .purchase .container {
    max-width: 1118px;
  }
  .purchase-main {
    margin: 75px auto 46px;
    display: flex;
    align-items: center;
    gap: 40px;
    text-align: left;
    max-width: 980px;
  }
  .purchase-step {
    grid-template-columns: repeat(4, 1fr);
  }
  .purchase-step_item {
    min-width: clamp(220px, 55.43px + 17.14vw, 256px);
  }
}
@media screen and (max-width: 767px) {
  .purchase h2 {
    margin: unset;
  }
  .purchase-main {
    margin: 55px auto 46px;
  }
  .purchase-main img {
    margin: 0 0 22px;
  }
  .purchase-step_item {
    max-width: 250px;
    width: 100%;
  }
  .purchase-step_item img {
    width: clamp(70px, 47.58px + 8.01vw, 109px);
    height: auto;
  }
}

@media only screen and (max-width: 1050px) {
  .purchase-step {
    grid-template-columns: repeat(2, 1fr);
  }
}
.about {
  padding: 100px 0;
  overflow: hidden;
}
.about-list {
  max-width: 1000px;
  margin: 0 auto 100px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.about-list_item img {
  width: 100%;
  height: auto;
}
.about p {
  line-height: 1.8;
}
.about-step {
  margin: 60px auto 0;
}
.about-step_item_desc {
  line-height: 1.8;
  margin-top: 10px;
  font-size: clamp(14px, 10.55px + 1.23vw, 20px);
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .about .container {
    max-width: 1080px;
  }
  .about-step {
    display: flex;
    gap: 30px;
    justify-content: center;
  }
  .about-step_item {
    max-width: 350px;
  }
  .about-step_item img {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .about-step_item img {
    max-width: 344px;
    width: 100%;
    height: auto;
  }
  .about-step_item + .about-step_item {
    margin-top: 50px;
  }
}

.has-bg {
  margin: clamp(100px, -113.33px + 27.78vw, 220px) 0 0;
  padding: 0 0 clamp(100px, -113.33px + 27.78vw, 220px);
}

.problem {
  overflow: hidden;
  padding: 5px 0;
}
.problem h2::before, .problem h2::after {
  width: clamp(12px, -224.44px + 30.79vw, 145px);
}
.problem .purchase-banner .green {
  margin: 50px 0 0;
  color: #222;
}
.problem .purchase-banner .green .txt-green {
  color: #009A5E;
}
.problem-list_item {
  max-width: 384px;
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 20px 0;
  font-size: clamp(14px, 10.55px + 1.23vw, 20px);
  font-weight: 500;
  text-align: left;
}
.problem-list_item::before {
  content: "";
  width: 34px;
  height: 34px;
  background: url("../img/top/problem-icon.png") no-repeat center/contain;
  display: inline-block;
}
.problem-list_item:not(.no_border) {
  border-bottom: 2px dashed #009A5E;
}
.problem-list img {
  max-width: 377px;
  width: 100%;
  height: auto;
  margin: 40px 0 0;
}
@media screen and (min-width: 768px) {
  .problem h2 {
    margin: unset;
  }
  .problem-list {
    position: relative;
    max-width: 648px;
    margin: 42px auto 40px;
  }
  .problem-list img {
    position: absolute;
    right: 0;
    bottom: -11%;
    height: 116%;
    width: auto;
  }
}
@media screen and (max-width: 767px) {
  .problem h2 {
    margin-bottom: 20px;
  }
  .problem-list_item {
    margin: 0 auto;
  }
  .problem-list img {
    max-width: 300px;
    margin: 20px 0 0;
  }
}

.method {
  margin: clamp(100px, -77.78px + 23.15vw, 200px) 0;
}
.method h2 {
  margin-bottom: 100px;
}
.method p {
  font-size: clamp(12px, 7.4px + 1.64vw, 20px);
  font-weight: 500;
  line-height: 1.8;
}
.method .banner-main.banner-main2 .banner-main_box {
  min-width: clamp(95px, 80.63px + 5.13vw, 120px);
  top: -60px;
}
.method .banner-main.banner-main2 .banner-main_box .yellow {
  font-size: clamp(16px, 12.55px + 1.23vw, 22px);
}
.method-step {
  margin: 50px 0 100px;
}
.method-step_item {
  border-radius: 25px;
  border: 1px solid #009A5E;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  max-width: 322px;
  padding: 17px 10px 26px;
  position: relative;
}
.method-step_item_num {
  font-size: clamp(30px, 24.25px + 2.05vw, 40px);
  font-weight: 700;
  line-height: 1.2;
}
.method-step_item h3 {
  font-size: clamp(20px, 17.13px + 1.03vw, 25px);
  font-weight: 700;
}
.method-step_item img {
  margin: 16px 0;
  max-width: 220px;
  width: 100%;
  height: auto;
}
.method-step_item_desc {
  max-width: 280px;
  margin: 0 auto;
  line-height: 1.7;
}
.method-step_item.has-icon::after {
  content: "";
  width: 40px;
  height: 40px;
  background: url("../img/top/method-icon.svg") no-repeat center/contain;
  display: inline-block;
  position: absolute;
}
.method-step.green-mode .method-step_item {
  background: #009A5E;
  color: #fff;
}
.method-step.green-mode .method-step_item.has-icon::after {
  background: url(../img/top/method-icon-yellow.svg) no-repeat center/contain;
}
@media screen and (min-width: 768px) {
  .method-step {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 17px;
  }
  .method-step_item.has-icon::after {
    left: -29px;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 767px) {
  .method-step_item {
    margin: 0 auto;
  }
  .method-step_item.has-icon {
    margin-top: 20px;
  }
  .method-step_item.has-icon::after {
    top: -29px;
    left: 50%;
    transform: translateX(-50%) rotate(90deg);
  }
}

.voice-list_item {
  border-radius: 30px;
  background: #E6F5EF;
  padding: 20px clamp(10px, -11.85px + 7.8vw, 48px);
}
.voice-list_item + .voice-list_item {
  margin-top: 54px;
}
.voice-list_item h3 {
  font-size: clamp(16px, 13.7px + 0.82vw, 20px);
  font-weight: 700;
  line-height: 1.8;
}
.voice-list_item p {
  line-height: 1.8;
  margin-top: 30px;
}
.voice-list_item img {
  width: 162px;
  height: auto;
}
@media screen and (min-width: 768px) {
  .voice-list_item {
    display: flex;
    align-items: center;
    gap: 42px;
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .voice-list_item img {
    display: block;
    margin: 0 auto 10px;
  }
}

.faq {
  padding: clamp(100px, 46.67px + 6.94vw, 130px) 0;
  margin-bottom: 55px;
  overflow: hidden;
}
.faq h2 {
  color: #fff;
}
.faq h2::before, .faq h2::after {
  background: #fff;
}
.faq-list_item {
  text-align: left;
}
.faq-list_item + .faq-list_item {
  margin-top: 62px;
}
.faq-list_item_ques {
  font-size: clamp(16px, 8.89px + 0.93vw, 20px);
  font-weight: 500;
  padding: 0 30px 15px 0;
  border-bottom: solid 1px #fff;
  display: flex;
  align-items: baseline;
  gap: 6px;
  cursor: pointer;
  position: relative;
}
.faq-list_item_ques::before {
  content: "Q";
  min-width: 37px;
  height: 37px;
  border-radius: 50%;
  background: #fff;
  color: #009A5E;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  line-height: 32px;
}
.faq-list_item_ques:hover span {
  letter-spacing: 0.15em;
  transition: all 0.3s ease 0s;
}
.faq-list_item_ques .icon {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.faq-list_item_ques .icon::before, .faq-list_item_ques .icon::after {
  content: "";
  display: block;
  height: 4px;
  width: 14px;
  background: #fff;
}
.faq-list_item_ques .icon::after {
  transform: rotate(90deg);
  position: relative;
  top: -4px;
}
.faq-list_item_ques.show .icon {
  transform: translateY(-50%) rotate(180deg);
  transform-origin: center;
}
.faq-list_item_ques.show .icon::after {
  opacity: 0;
}
.faq-list_item_ans {
  padding-top: 15px;
  border-top: solid 1px #009A5E;
  display: flex;
  gap: 6px;
  align-items: baseline;
  color: #fff;
}
.faq-list_item_ans::before {
  content: "A";
  min-width: 37px;
  height: 37px;
  border-radius: 50%;
  background: #FFF50F;
  color: #000;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  line-height: 32px;
}
.faq .btn-primary {
  background: #fff;
  color: #009A5E;
}
.faq .btn-primary::before {
  background: url(../img/top/btn-icon-green.svg) no-repeat center/contain;
}

.advertise {
  padding: 100px 0;
  position: relative;
  overflow: hidden;
}
.advertise-banner {
  padding: 10px 34px 14px;
  font-size: clamp(16px, 10.83px + 1.85vw, 25px);
  background: #fff;
  border-radius: 99px;
  max-width: 742px;
  width: 100%;
  font-weight: 700;
}
.advertise p {
  line-height: 1.8;
  margin: 30px 0 0;
  color: #fff;
}
.advertise .btn-primary {
  background: #FFF50F;
  box-shadow: 0px 5px 0px 0px #D4B71D;
  color: #000;
}
.advertise .btn-primary::before {
  filter: invert(1);
}
.advertise-adv {
  max-width: clamp(300px, -188.89px + 63.66vw, 575px);
}
.advertise-adv img {
  width: 100%;
  height: auto;
}
.advertise-adv_box {
  position: absolute;
  right: clamp(8px, -48.89px + 7.41vw, 40px);
  width: clamp(150px, 105.56px + 5.79vw, 175px);
  font-size: clamp(16px, 0px + 2.08vw, 25px);
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url("../img/top/advertise-box.svg") no-repeat center/contain;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .advertise {
    padding-bottom: clamp(100px, 377.78px + -23.15vw, 200px);
  }
  .advertise-adv {
    position: absolute;
    bottom: 0;
    display: flex;
    right: clamp(0px, -575px + 47.92vw, 345px);
  }
  .advertise-adv_box {
    top: clamp(-140px, -205.78px + 8.56vw, -103px);
    width: clamp(150px, 105.56px + 5.79vw, 175px);
  }
  .advertise p {
    width: -moz-fit-content;
    width: fit-content;
    padding: 0 0 0 24px;
  }
  .advertise .btn-primary {
    margin-inline: unset;
    margin: 60px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .advertise-adv {
    position: relative;
    margin: 102px auto 0;
  }
  .advertise-adv_box {
    top: -92px;
    width: 120px;
  }
  .advertise .btn-primary {
    margin: -4px auto 0;
  }
}/*# sourceMappingURL=index.css.map */