@charset "UTF-8";
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::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #c2c2c2;
  font-weight: normal;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  color: #c2c2c2;
  font-weight: normal;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #c2c2c2;
  font-weight: normal;
}
input::-ms-input-placeholder, textarea::-ms-input-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;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.eff.slidein-left {
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.eff.slidein-right {
  -webkit-transform: translate(50%, 0);
          transform: translate(50%, 0);
}
.eff.slidein-up {
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.eff.slidein-bottom {
  -webkit-transform: translate(0, 100px);
          transform: translate(0, 100px);
}
.eff.fly-top-r {
  -webkit-transform: translate(100px, -100px);
          transform: translate(100px, -100px);
}
.eff.fly-top-l {
  -webkit-transform: translate(-100px, -100px);
          transform: translate(-100px, -100px);
}
.eff.fly-bottom-r {
  -webkit-transform: translate(100px, 100px);
          transform: translate(100px, 100px);
}
.eff.rotate {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
  -webkit-transition: all 1s;
  transition: all 1s;
}
.eff.scale::before {
  -webkit-transition: 1s;
  transition: 1s;
  scale: 1.2;
}
.eff.scrollin {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1;
  scale: 1;
}
.eff.scrollin::before {
  scale: 1;
}

@-webkit-keyframes rotate-anime {
  0% {
    rotate: 0deg;
  }
  100% {
    rotate: 360deg;
  }
}

@keyframes rotate-anime {
  0% {
    rotate: 0deg;
  }
  100% {
    rotate: 360deg;
  }
}
@-webkit-keyframes rotate-to {
  0% {
    -webkit-transform: skew(-35deg, 0deg);
            transform: skew(-35deg, 0deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: 0deg, 0deg;
            transform: 0deg, 0deg;
    opacity: 1;
  }
}
@keyframes rotate-to {
  0% {
    -webkit-transform: skew(-35deg, 0deg);
            transform: skew(-35deg, 0deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: 0deg, 0deg;
            transform: 0deg, 0deg;
    opacity: 1;
  }
}
@-webkit-keyframes rotate-speed {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  60% {
    -webkit-transform: rotate(-60deg);
            transform: rotate(-60deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotate-speed {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  60% {
    -webkit-transform: rotate(-60deg);
            transform: rotate(-60deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  color: #232323;
  line-height: 1.4;
  font-size: clamp(12px, 4px + 2.86vw, 16px);
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.15em;
  background: #F6F7F5;
}
body.ready {
  font-family: "IBM Plex Sans JP", sans-serif;
}
@media screen and (min-width: 768px) {
  body {
    font-size: clamp(16px, 12.44px + 0.46vw, 18px);
  }
}

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

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

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

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

p {
  line-height: 1.9;
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: clamp(18px, -15322px + 2000vw, 38px);
  z-index: 10;
}
.header .container {
  max-width: 1372px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header__logo {
  max-width: 276px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.header__contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(5px, -3.62px + 3.08vw, 20px);
  background: #000;
  border-radius: 5px;
  padding: 16px clamp(5px, -3.62px + 3.08vw, 20px) 12px;
  font-weight: 700;
  color: #fff;
  font-size: clamp(12px, 1.71px + 2.86vw, 16px);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header__contact::before {
  content: "";
  min-width: clamp(15px, 9.25px + 2.05vw, 25px);
  aspect-ratio: 1;
  background: url("../img/top/icon-email.svg") no-repeat center/contain;
  display: inline-block;
}
.header__contact::after {
  content: "";
  min-width: clamp(5px, 1.55px + 1.23vw, 11px);
  aspect-ratio: 0.69;
  background: url("../img/top/btn-arr.svg") no-repeat center/contain;
  display: inline-block;
}
.header__contact:hover {
  background: #fff;
  color: initial;
  outline: solid 2px #000;
}
.header__contact:hover::after, .header__contact:hover::before {
  -webkit-filter: invert(1);
          filter: invert(1);
}
.header__txt {
  font-weight: 700;
  font-size: clamp(8px, -4.73px + 4.55vw, 18px);
  line-height: 1.7;
}
.header.scroll {
  position: fixed;
  background: rgba(255, 255, 255, 0.8);
  padding: 10px 0;
}
.header.scroll .header__txt {
  font-size: clamp(8px, -4.73px + 4.55vw, 18px);
}
@media screen and (min-width: 768px) {
  .header__contact {
    padding: 22px 20px 18px;
  }
  .header__contact::before, .header__contact::after {
    -webkit-transform: translateY(-0.1em);
            transform: translateY(-0.1em);
  }
  .header__txt {
    font-size: 25px;
  }
  .header.scroll .header__logo {
    max-width: 200px;
  }
  .header.scroll .header__txt {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .header__logo {
    max-width: 160px;
  }
}

#page-top .header:not(.scroll) .header__contact {
  display: none;
}

.footer {
  background: #232323;
  padding: 65px 0 clamp(65px, 11585px + -1500vw, 80px);
  color: #fff;
}
.footer__tel {
  margin: 50px 0 60px;
}
.footer__tel a {
  font-size: clamp(30px, 18.5px + 4.11vw, 50px);
  color: #E5E0A4;
  font-weight: 700;
}
.footer__tel a::before {
  content: "";
  min-width: clamp(22px, 12.23px + 3.49vw, 39px);
  aspect-ratio: 1;
  background: url("../img/top/footer-tel.svg") no-repeat center/contain;
  display: inline-block;
  margin-right: clamp(4px, -1.75px + 2.05vw, 14px);
}
.footer__tel p {
  font-weight: 600;
  line-height: 1.4;
}
.footer__logo img {
  max-width: 313px;
  -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7480%) hue-rotate(49deg) brightness(100%) contrast(104%);
          filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7480%) hue-rotate(49deg) brightness(100%) contrast(104%);
}
.footer__list {
  margin: 60px 0;
  color: #E5E0A4;
  font-weight: 600;
}
.footer__list a:hover {
  text-decoration: underline;
}
.footer__copyright {
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .footer__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 50px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .footer__list-item:not(:first-child) {
    margin-top: 20px;
  }
}

:root {
  --secondary-font: "LOGOG_EG";
}

main {
  overflow: hidden;
}

.list__stl,
.note__stl {
  padding-left: 1em;
  position: relative;
  display: inline-block;
}
.list__stl::before,
.note__stl::before {
  content: "・";
  position: absolute;
  left: 0;
}

.note__stl::before {
  content: "※";
}

.btn__primary {
  padding: 22px clamp(28px, -11.11px + 5.09vw, 50px) 18px;
  background: -webkit-gradient(linear, left top, right top, from(#41BC68), to(#8DEC14));
  background: linear-gradient(to right, #41BC68, #8DEC14);
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  font-size: clamp(16px, 5.33px + 1.39vw, 22px);
  font-weight: 700;
  border-radius: 5px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  z-index: 2;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  overflow: hidden;
}
.btn__primary::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#8DEC14), to(#91ff00));
  background: linear-gradient(to right, #8DEC14, #91ff00);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  left: -100%;
  top: 0;
  z-index: -1;
}
.btn__primary::after {
  content: "";
  min-width: clamp(10px, 7.13px + 1.03vw, 15px);
  aspect-ratio: 0.63;
  background: url("../img/top/btn-arr.svg") no-repeat center/contain;
  display: inline-block;
  -webkit-transform: translateY(-0.1em);
          transform: translateY(-0.1em);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btn__primary:hover {
  color: initial;
}
.btn__primary:hover::before {
  left: 0;
}
.btn__primary:hover::after {
  -webkit-filter: invert(1);
          filter: invert(1);
}

.to__top {
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 9;
  display: none;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  text-align: center;
}

h2::before {
  content: "";
  min-width: 48px;
  aspect-ratio: 2.53;
  background: url("../img/top/icon-h2.svg") no-repeat center/contain;
  display: inline-block;
}
h2 .en {
  font-size: clamp(30px, 12.22px + 2.31vw, 40px);
  font-weight: 500;
  letter-spacing: 0.05em;
  display: inline-block;
  margin: 10px 0;
  text-transform: uppercase;
}
h2 .ja {
  font-weight: 700;
  color: #AEAEAE;
}
h2.light {
  color: #fff;
}
h2.light .ja {
  color: #DDDDDD;
}
h2.light::before {
  -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7480%) hue-rotate(49deg) brightness(100%) contrast(104%);
          filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7480%) hue-rotate(49deg) brightness(100%) contrast(104%);
}

.cm__contact {
  max-width: 1088px;
  margin: 0 auto;
  padding: 63px 15px;
}
.cm__contact.bg {
  background: url("../img/top/cm-contact-bg.jpg") no-repeat center/cover;
}
.cm__contact h2 .ja {
  color: initial;
}
.cm__contact-txt {
  margin: 45px 0 5px;
  font-weight: 600;
  font-size: clamp(16px, 13.7px + 0.82vw, 20px);
}
.cm__contact .btn__primary {
  margin: 0 auto;
}

body > img:nth-of-type(1) {
  width: 1px;
  height: 1px;
  display: none;
}

.main {
  font-weight: 700;
  font-family: "IBM Plex Sans JP", sans-serif;
}
.main .container {
  padding-block: 100px 0px;
  opacity: 0;
  position: relative;
}
.main h1 {
  line-height: 1.2;
}
.main h1 .small {
  font-size: 15px;
}
.main h1 .large {
  font-size: clamp(20px, 15.4px + 1.64vw, 28px);
  letter-spacing: 0.15em;
}
.main h1 .large .num {
  font-size: clamp(30px, 21.38px + 3.08vw, 45px);
}
.main__wrap ul {
  margin: 25px 0;
}
.main__wrap ul li {
  border-radius: 50%;
  aspect-ratio: 1;
  max-width: 235px;
  width: 100%;
  border: solid 3px #232323;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 25px;
  max-width: 130px;
  font-size: 14px;
  white-space: nowrap;
}
.main__wrap ul li span {
  margin-right: -0.4em;
}
.main__gr {
  position: absolute;
  top: 0;
  z-index: -1;
}
.main__gr::before {
  -webkit-animation: rotate-to 1s linear;
          animation: rotate-to 1s linear;
}
.main__gr-banner {
  position: absolute;
  z-index: 2;
}
.main__gr-banner::before {
  content: "";
  min-width: 190px;
  aspect-ratio: 1;
  background: url("../img/top/circle-text.png") no-repeat center/contain;
  display: inline-block;
  -webkit-filter: invert(1);
          filter: invert(1);
  z-index: -1;
  position: absolute;
  -webkit-animation: rotate-anime 85s linear infinite;
          animation: rotate-anime 85s linear infinite;
  scale: 1.2;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.main__gr-banner.ready::before {
  scale: 1;
  opacity: 1;
}
.main__gr-banner picture {
  display: inline-grid;
}
.main__gr-banner img {
  min-width: 216px;
}
@media screen and (min-width: 768px) {
  .main .container {
    max-width: 1372px;
    padding-block: clamp(190px, 131.33px + 7.64vw, 223px) 96px;
  }
  .main h1 {
    text-align: left;
  }
  .main h1 .small {
    font-size: clamp(24px, 13.33px + 1.39vw, 30px);
  }
  .main h1 .large {
    font-size: clamp(35px, -0.56px + 4.63vw, 55px);
    text-shadow: 0.008em 0em 0 #232323, 0.0073912em 0.0030616em 0 #232323, 0.0056568em 0.0056568em 0 #232323, 0.0030616em 0.0073912em 0 #232323, 0em 0.008em 0 #232323, -0.0030616em 0.0073912em 0 #232323, -0.0056568em 0.0056568em 0 #232323, -0.0073912em 0.0030616em 0 #232323, -0.008em 0em 0 #232323, -0.0073912em -0.0030616em 0 #232323, -0.0056568em -0.0056568em 0 #232323, -0.0030616em -0.0073912em 0 #232323, 0em -0.008em 0 #232323, 0.0030616em -0.0073912em 0 #232323, 0.0056568em -0.0056568em 0 #232323, 0.0073912em -0.0030616em 0 #232323;
  }
  .main h1 .large .num {
    font-size: clamp(50px, 5.56px + 5.79vw, 75px);
  }
  .main__gr {
    height: 100%;
    right: clamp(-450px, -755.78px + 39.81vw, -278px);
  }
  .main__gr-banner {
    left: clamp(222px, 294.22px + -6.02vw, 248px);
    bottom: 0;
  }
  .main__gr-banner img {
    max-width: clamp(350px, 138.44px + 27.55vw, 469px);
  }
  .main__gr-banner::before {
    width: clamp(364px, 33.33px + 43.06vw, 550px);
    top: -95px;
    left: clamp(-40px, 43.33px + -6.94vw, -10px);
  }
  .main__gr::before {
    content: "";
    min-width: 1002px;
    background: url(../img/top/main-gr.png) no-repeat left center/auto 100%;
    display: inline-block;
    height: 100%;
  }
  .main__wrap ul {
    margin: 30px 0 54px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .main__wrap ul li {
    max-width: clamp(150px, -1.11px + 19.68vw, 235px);
    font-size: clamp(16px, 0px + 2.08vw, 25px);
    border: solid 5px #232323;
  }
  .main__wrap ul li:not(.li1) {
    margin-left: clamp(-25px, 2.78px + -2.31vw, -15px);
  }
}
@media screen and (max-width: 767px) {
  .main .container {
    max-width: 440px;
  }
  .main__wrap .btn__primary {
    margin: 25px auto 60px;
  }
  .main__wrap ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    max-width: 260px;
    margin: 216px auto 20px;
  }
  .main__wrap ul li {
    justify-self: center;
  }
  .main__wrap ul li.li1 {
    grid-column: 1/3;
    margin-bottom: -30px;
  }
  .main__wrap ul li.li2 {
    margin-right: -15px;
  }
  .main__wrap ul li.li3 {
    margin-left: -15px;
  }
  .main__gr {
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
  .main__gr::before {
    content: "";
    background: url(../img/top/main-gr-sp.png) no-repeat center/100% 100%;
    display: inline-block;
    min-height: 581px;
    width: 100%;
  }
  .main__gr-banner {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: clamp(46px, 75.92px + -3.9vw, 65px);
  }
  .main__gr-banner::before {
    top: -24px;
    left: 14px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.main .main-bottom {
  padding: clamp(20px, -15.56px + 4.63vw, 40px) 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: clamp(25px, 7.22px + 2.31vw, 35px);
}
@media screen and (max-width: 767px) {
  .main .main-bottom {
    margin-top: 0;
  }
}
.main .rate {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(24px, 6.22px + 2.31vw, 34px);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .main .rate {
    gap: 15px;
    margin-left: auto;
    margin-right: auto;
  }
}
.main .rate-item {
  border: 2px solid #FFF;
  background: #232323;
  width: clamp(206px, -14.44px + 28.7vw, 330px);
  padding: 20px 10px;
  padding-bottom: 10px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .main .rate-item {
    width: 160px;
    padding: 10px 5px;
  }
}
.main .rate-item::before {
  content: "";
  position: absolute;
  top: -10px;
  bottom: -10px;
  left: 6px;
  right: 6px;
  border: 2px solid #FFF;
  pointer-events: none;
}
.main .rate-item::after {
  content: "";
  position: absolute;
  top: -10px;
  bottom: -10px;
  left: 6px;
  right: 6px;
  background: #232323;
  z-index: -1;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .main .rate-item::before {
    top: -7px;
    bottom: -7px;
    left: 3px;
    right: 3px;
  }
  .main .rate-item::after {
    top: -7px;
    bottom: -7px;
    left: 3px;
    right: 3px;
  }
}
.main .rate-item_head {
  color: #FFF;
  text-align: center;
  font-size: clamp(20px, 11.11px + 1.16vw, 25px);
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .main .rate-item_head {
    font-size: 14px;
  }
}
.main .rate-item_body {
  margin-top: clamp(15px, 6.11px + 1.16vw, 20px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .main .rate-item_body {
    margin-top: 7px;
  }
}
.main .per {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.main .per-txt {
  color: #FFF;
  text-align: center;
  font-size: clamp(16px, 5.33px + 1.39vw, 22px);
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .main .per-txt {
    font-size: 12px;
  }
}
.main .per-num {
  color: #FFF600;
  text-align: center;
  font-size: clamp(32px, 0px + 4.17vw, 50px);
  font-weight: 700;
  line-height: 1.2;
}
.main .per-num span {
  font-size: clamp(20px, 2.22px + 2.31vw, 30px);
}
@media screen and (max-width: 767px) {
  .main .per-num {
    font-size: 20px;
  }
  .main .per-num span {
    font-size: 14px;
  }
}
.main .per-mid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  color: #FFF600;
  text-align: center;
  font-size: clamp(26px, -16.67px + 5.56vw, 50px);
  font-weight: 700;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .main .per-mid {
    font-size: 20px;
  }
}

.intro {
  padding: clamp(120px, -4.44px + 16.2vw, 190px) 0 clamp(100px, 43.11px + 7.41vw, 132px);
}
.intro.bg {
  background: url("../img/top/intro-bg.jpg") no-repeat left center/cover;
}
.intro h3 {
  font-weight: 700;
}
.intro h3 .green {
  font-size: clamp(23px, 1.67px + 2.78vw, 35px);
  color: #41BC68;
}
.intro p {
  margin: 23px 0 80px;
}
@media screen and (min-width: 768px) {
  .intro {
    background-position: center;
  }
}

.items {
  background: #232323;
  padding: 100px 0;
}
.items__step {
  margin-top: 70px;
  position: relative;
  z-index: 2;
}
.items__step .circle {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -2;
  min-width: calc(100% + 15px);
}
.items__step .circle::before {
  content: "";
  min-width: 100%;
  aspect-ratio: 1;
  background: url("../img/top/circle-text.png") no-repeat center/contain;
  display: inline-block;
  -webkit-animation: rotate-anime 85s linear infinite;
          animation: rotate-anime 85s linear infinite;
}
.items__step-item .content {
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2509803922);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2509803922);
  padding: 50px 22px;
  max-width: 271px;
  display: inline-block;
  width: 100%;
  margin-top: -30px;
}
.items__step-item .content h3 {
  color: #88801D;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 10px;
}
.items__step-item img {
  max-width: 312px;
}
.items__step-item:last-child {
  margin-top: 50px;
}
@media screen and (min-width: 768px) {
  .items {
    padding: clamp(100px, 11.11px + 11.57vw, 150px) 0 clamp(150px, -54.44px + 26.62vw, 265px);
  }
  .items__step {
    margin-top: 122px;
  }
  .items__step-item {
    position: relative;
  }
  .items__step-item .content {
    margin-top: unset;
  }
  .items__step-item img {
    position: absolute;
    top: 50%;
    z-index: -1;
  }
  .items__step-item img.eff.scrollin {
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
  .items__step-item.item1 img {
    left: clamp(0px, -245.33px + 31.94vw, 138px);
  }
  .items__step-item.item2 img {
    right: clamp(0px, -245.33px + 31.94vw, 138px);
  }
  .items__step-item:last-child {
    margin-top: 140px;
  }
}

@media only screen and (min-width: 530px) {
  .items__step .circle {
    min-width: 500px;
  }
}
.plan {
  padding: clamp(100px, -38.67px + 18.06vw, 178px) 0;
}
.plan.bg {
  background: url("../img/top/plan-bg.jpg") no-repeat bottom center/cover;
}
.plan__desc {
  margin: 60px auto;
  line-height: 1.6;
}
.plan__desc .strong {
  font-weight: 600;
}
.plan__desc .orange {
  color: #F9890A;
}
.plan__step {
  margin-bottom: 237px;
}
.plan__step-item {
  position: relative;
  max-width: 450px;
  z-index: 2;
}
.plan__step-item .per {
  position: absolute;
  z-index: -1;
}
.plan__step-item .per .lg {
  font-size: clamp(90px, 48.03px + 5.46vw, 130px);
  letter-spacing: 0.05em;
  line-height: 1;
  font-family: var(--secondary-font);
  font-style: italic;
}
.plan__step-item .per .sm {
  font-size: clamp(40px, 19.02px + 2.73vw, 60px);
  font-family: var(--secondary-font);
  font-style: italic;
}
.plan__step-item .per .txt {
  font-weight: 700;
  margin-right: 2.5em;
}
.plan__step-item h3 {
  font-size: 25px;
  font-weight: 700;
}
.plan__step-item h3::before {
  content: "";
  min-width: 50px;
  aspect-ratio: 1;
  display: inline-block;
}
.plan__step-item h3 span {
  position: relative;
  z-index: 2;
}
.plan__step-item h3 span::before {
  content: "";
  height: 7px;
  width: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 7px;
  background: #F7E7D2;
  position: absolute;
  z-index: -1;
}
.plan__step-item .box {
  position: relative;
}
.plan__step-item .box .circle {
  min-width: calc(100% + 30px);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.plan__step-item .box .circle::before {
  content: "";
  aspect-ratio: 1;
  width: 100%;
  background: url(../img/top/circle-text.png) no-repeat center/contain;
  display: inline-block;
  -webkit-filter: brightness(0) saturate(100%) invert(79%) sepia(30%) saturate(611%) hue-rotate(340deg) brightness(96%) contrast(101%);
          filter: brightness(0) saturate(100%) invert(79%) sepia(30%) saturate(611%) hue-rotate(340deg) brightness(96%) contrast(101%);
  -webkit-animation: rotate-anime 85s linear infinite;
          animation: rotate-anime 85s linear infinite;
}
.plan__step-item .box__gr {
  position: relative;
  padding: clamp(32px, 20.5px + 4.11vw, 52px) 0 clamp(50px, 38.5px + 4.11vw, 70px);
  display: inline-block;
  font-size: clamp(12px, -68px + 20vw, 16px);
}
.plan__step-item .box__gr.scrollin {
  -webkit-animation: rotate-speed 1s ease-in-out;
          animation: rotate-speed 1s ease-in-out;
}
.plan__step-item .box__gr--col1.bg {
  background: url("../img/top/plan-gr-col1-arr.png") no-repeat center/contain;
}
.plan__step-item .box__gr--col2.bg {
  background: url("../img/top/plan-gr-col2-arr.png") no-repeat center/contain;
}
.plan__step-item .box__gr-row .strong {
  font-weight: 600;
}
.plan__step-item .box__gr-row .orange {
  color: #F9890A;
}
.plan__step-item .box__gr-row .low {
  font-size: clamp(10px, 7.7px + 0.82vw, 14px);
}
.plan__step-item .box__gr-row.row2 {
  margin: 24px 0 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(6px, -2.05px + 2.87vw, 20px);
}
.plan__step-item .box__gr-row.row2::before, .plan__step-item .box__gr-row.row2::after {
  content: "";
  min-width: clamp(50px, 37.35px + 4.52vw, 72px);
  aspect-ratio: 1;
  display: inline-block;
}
.plan__step-item .box__gr-row.row2.bg::before {
  background: url(../img/top/plan-circle1.svg) no-repeat center/contain;
}
.plan__step-item .box__gr-row.row2.bg::after {
  background: url(../img/top/plan-circle2.svg) no-repeat center/contain;
}
.plan__step-item .box__gr-row.row2 span::after {
  content: "";
  min-width: clamp(200px, -320px + 130vw, 226px);
  height: 21px;
  display: block;
}
.plan__step-item .box__gr-row.row2.col1 span::after {
  background: url(../img/top/plan-col1-arr.svg) no-repeat left center/cover;
}
.plan__step-item .box__gr-row.row2.col2 span::after {
  background: url(../img/top/plan-col2-arr.svg) no-repeat right center/cover;
}
.plan__step-item.item1 h3.bg::before {
  background: url(../img/top/plan-icon1.png) no-repeat center/contain;
}
.plan__step-item.item1 .per {
  bottom: -130px;
  left: clamp(-98px, 637px + -49vw, 0px);
  text-align: left;
}
.plan__step-item.item1 .per-02 {
  bottom: clamp(-275px, -122.22px + -12.73vw, -220px);
  left: 64px;
  padding-left: clamp(55px, -0.11px + 7.18vw, 86px);
}
.plan__step-item.item1 .per-02::before {
  content: "～";
  font-size: clamp(40px, -1.97px + 5.46vw, 80px);
  letter-spacing: 0.05em;
  line-height: 1;
  font-family: var(--secondary-font);
  font-style: italic;
  position: absolute;
  left: 0;
  top: 30px;
}
@media screen and (max-width: 767px) {
  .plan__step-item.item1 .per-02 {
    bottom: -207px;
    left: 110px;
    padding-left: 52px;
  }
}
.plan__step-item.item2 h3.bg::before {
  background: url(../img/top/plan-icon2.png) no-repeat center/contain;
}
.plan__step-item.item2 .per {
  bottom: -130px;
  right: 0px;
  text-align: right;
}
.plan__step-item.item2 .box__gr-row.row2 {
  margin: 34px 0 26px;
}
@media screen and (min-width: 768px) {
  .plan .container {
    max-width: 1264px;
  }
  .plan__desc .esp {
    margin-left: -1.2em;
  }
  .plan__step-item {
    max-width: clamp(532px, 324px + 20.8vw, 584px);
  }
  .plan__step-item .box {
    margin-top: 134px;
  }
  .plan__step-item .box .circle {
    min-width: 100%;
  }
  .plan__step-item .box__gr {
    font-size: 16px;
    padding: 46px 0 72px;
  }
  .plan__step-item .box__gr-row.row2 {
    margin: 40px 0 30px;
  }
  .plan__step-item .box__gr-row.row2::before, .plan__step-item .box__gr-row.row2::after {
    min-width: clamp(72px, 22.22px + 6.48vw, 100px);
  }
  .plan__step-item .box__gr-row.row2 span::after {
    min-width: 236px;
  }
  .plan__step-item.item2 {
    margin: clamp(-116px, 539.56px + -54.63vw, 120px) 0 0 auto;
  }
  .plan__step-item.item2 .per {
    top: 96px;
    right: clamp(-130px, 845px + -65vw, 0px);
    text-align: right;
  }
  .plan__step-item.item2 .box__gr-row.row2 {
    margin: 55px 0 30px;
  }
}
@media screen and (max-width: 767px) {
  .plan__step-item {
    margin: 0 auto;
  }
  .plan__step-item.item2 {
    margin: 230px auto 0;
  }
  .plan__step-item .box {
    margin-top: clamp(50px, -77.06px + 35.29vw, 110px);
  }
}

.plan-wrap {
  margin: 1em 0;
}
@media screen and (min-width: 768px) {
  .plan-wrap {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
  }
}

.points {
  background: #232323;
  padding: clamp(100px, 64.44px + 4.63vw, 120px) 0 clamp(100px, -77.78px + 23.15vw, 200px);
}
.points__step {
  color: #fff;
  counter-reset: section;
  margin-top: 100px;
}
.points__step-item {
  max-width: 303px;
  width: 100%;
  margin: 50px auto 0;
}
.points__step-item img {
  max-width: 205px;
  display: block;
  margin-left: auto;
  margin-top: 18px;
}
.points__step-item .content {
  position: relative;
  aspect-ratio: 353/213;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: url("../img/top/square-text.png") no-repeat center/contain;
}
.points__step-item .content::before {
  counter-increment: section;
  content: counter(section);
  position: absolute;
  aspect-ratio: 1;
  width: 50px;
  background: #232323;
  border: solid 3px #fff;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 500;
  top: 0;
  left: 54px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.points__step-item .content h3 {
  font-weight: 600;
  margin-bottom: 1em;
}
.points__step-item .content p {
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .points .container {
    max-width: 1342px;
  }
  .points__step {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    font-size: 16px;
    gap: clamp(0px, 450px + -36vw, 18px) 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .points__step .content {
    position: relative;
    z-index: 2;
    width: 353px;
    max-width: 100%;
  }
  .points__step img {
    margin-top: 1rem;
  }
  .points__step .break {
    width: 100%;
    margin: 3em 0;
  }
  .points__step-item {
    margin: unset;
    width: 33%;
    max-width: 100%;
    padding: 0 2rem;
  }
  .points__step-item.item1, .points__step-item.item2 {
    justify-self: flex-start;
  }
  .points__step-item.item3, .points__step-item.item4 {
    justify-self: flex-end;
  }
  .points__step .item5 p {
    word-break: auto-phrase;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  .points .points__step-item {
    width: 50%;
    margin-bottom: 1em;
  }
  .points .break {
    margin: 0;
  }
}

.flow {
  padding: clamp(100px, 11.11px + 11.57vw, 150px) 0;
}
.flow.bg {
  background: url("../img/top/flow-bg.jpg") no-repeat center/cover;
}
.flow__step {
  margin-bottom: clamp(100px, 11.11px + 11.57vw, 150px);
}
.flow__step-item {
  margin-top: 90px;
}
.flow__step-item .left {
  max-width: clamp(276px, 87.56px + 24.54vw, 382px);
  width: 100%;
  text-align: center;
  margin: 0 auto;
}
.flow__step-item .left .desc {
  position: relative;
  margin-top: 20px;
}
.flow__step-item .left .desc .txt {
  background: #F9890A;
  color: #fff;
  font-weight: 700;
  font-size: clamp(20px, 11.11px + 1.16vw, 25px);
}
.flow__step-item .left .desc .txt span {
  padding-inline: 10px;
}
.flow__step-item .left .desc.bg::before {
  content: "";
  min-width: 55px;
  aspect-ratio: 0.89;
  background: url("../img/top/flow-box1.png") no-repeat center/contain;
  display: inline-block;
  position: absolute;
  top: -52px;
  right: clamp(22px, -66.89px + 11.57vw, 72px);
}
.flow__step-item .left .desc.bg.desc2::before {
  background: url("../img/top/flow-box2.png") no-repeat center/contain;
}
.flow__step-item .content {
  counter-reset: section;
}
.flow__step-item .content__row {
  border-bottom: solid 1px #A9A9A9;
  padding: 35px 0;
  line-height: 1.66;
}
.flow__step-item .content__row::before {
  counter-increment: section;
  content: "(0" counter(section) ")";
  font-weight: 600;
}
.flow__step-item .content__row .icon {
  min-width: 70px;
  width: 70px;
  aspect-ratio: 1;
  margin: 10px auto;
}
.flow__step-item .content.bg .row1 .icon {
  background: url(../img/top/flow-icon1.png) no-repeat center/contain;
}
.flow__step-item .content.bg .row2 .icon {
  background: url(../img/top/flow-icon2.png) no-repeat center/contain;
}
.flow__step-item .content.bg .row3 .icon {
  background: url(../img/top/flow-icon3.png) no-repeat center/contain;
}
.flow__step-item .content.bg .row4 .icon {
  background: url(../img/top/flow-icon4.png) no-repeat center/contain;
}
.flow__step-item .content.bg .row5 .icon {
  background: url(../img/top/flow-icon5.png) no-repeat center/contain;
}
.flow__step-item .content.bg .row6 .icon {
  background: url(../img/top/flow-icon6.png) no-repeat center/contain;
}
.flow__step-item .content.bg .row7 .icon {
  background: url(../img/top/flow-icon7.png) no-repeat center/contain;
}
.flow__step-item .content.bg .row8 .icon {
  background: url(../img/top/flow-icon8.png) no-repeat center/contain;
}
@media screen and (min-width: 768px) {
  .flow__step-item {
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: clamp(15px, -29.44px + 5.79vw, 40px);
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .flow__step-item.item2 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .flow__step-item .content__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: clamp(15px, -29.44px + 5.79vw, 40px);
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .flow__step-item .content__row .icon {
    margin: unset;
  }
}

.voice {
  background: #232323;
  padding: clamp(100px, 11.11px + 11.57vw, 150px) 0;
  color: #fff;
}
.voice__list {
  margin-top: 100px;
  padding: clamp(70px, 56.78px + 4.72vw, 93px) clamp(30px, -48.22px + 10.19vw, 74px) clamp(60px, 46.78px + 4.72vw, 83px);
  counter-reset: section;
  border: 3px solid #D9D9D9;
  position: relative;
  z-index: 2;
}
.voice__list::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: calc(100% - clamp(30px, 12.22px + 2.31vw, 40px));
  height: calc(100% + clamp(30px, 12.22px + 2.31vw, 40px));
  border: 3px solid #D9D9D9;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.voice__list-item::before {
  counter-increment: section;
  content: "Voice 0" counter(section);
  font-size: clamp(30px, 12.22px + 2.31vw, 40px);
  font-family: "Aguafina Script", cursive;
  color: #E5E0A4;
}
.voice__list-item h3 {
  margin: 15px 0 10px;
  font-weight: 600;
}
.voice__list-item p {
  text-align: justify;
}
@media screen and (min-width: 768px) {
  .voice .container {
    max-width: 1158px;
  }
  .voice__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: clamp(20px, -68.89px + 11.57vw, 70px);
  }
  .voice__list-item {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    font-size: 16px;
  }
  .voice__list-item.item2 {
    margin-top: 132px;
  }
  .voice__list-item h3 {
    margin: 25px 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .voice__list-item:not(:first-child) {
    margin-top: 50px;
  }
}

.br-tbl {
  display: none;
}

@media only screen and (min-width: 768px) and (max-width: 960px) {
  .br-tbl {
    display: inline-block;
  }
}
.faq {
  padding: clamp(100px, 28.89px + 9.26vw, 140px) 0;
}
.faq.bg {
  background: url("../img/top/faq-bg.jpg") no-repeat center/cover;
}
.faq__list {
  margin: 60px 0 clamp(100px, 11.11px + 11.57vw, 150px);
}
.faq__list-item {
  border: 2px solid #D0D0D0;
  border-radius: 10px;
  padding: 34px 20px;
  background: #FFFFFF;
  max-width: 345px;
  width: 100%;
}
.faq__list-item img {
  height: clamp(140px, 60px + 10.42vw, 185px);
  width: auto;
}
.faq__list-item h3 {
  font-weight: 600;
  margin: 20px 0 10px;
}
.faq__list-item h3::after {
  content: "";
  min-width: 34px;
  aspect-ratio: 1.55;
  background: url("../img/top/faq-arr.svg") no-repeat center/contain;
  display: inline-block;
  margin-top: 16px;
}
.faq__list-item p .strong {
  font-weight: 600;
}
.faq__list-item p .red {
  color: #EC1D1D;
  font-size: clamp(10px, 2px + 2.86vw, 14px);
}
@media screen and (min-width: 768px) {
  .faq__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: clamp(15px, -11.67px + 3.47vw, 30px);
  }
  .faq__list-item {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 34px clamp(10px, -7.78px + 2.31vw, 20px);
  }
  .faq__list-item p {
    font-size: clamp(14px, 10.44px + 0.46vw, 16px);
  }
  .faq__list-item h3 {
    font-size: clamp(15px, 9.67px + 0.69vw, 18px);
  }
}
@media screen and (max-width: 767px) {
  .faq__list-item {
    margin: 50px auto 0;
  }
}