* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font: inherit;
  font-size: 100%;
  text-decoration: none;
  vertical-align: baseline;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 100%;
  height: 100%;
}

article, aside, dialog, figcaption, figure, footer, header, main, menu, nav, section, svg {
  display: block;
}

audio, canvas, video {
  display: inline-block;
  vertical-align: middle;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  cursor: pointer;
}

strong {
  font-weight: bold;
}

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

img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  vertical-align: top;
}

caption, th {
  font-weight: bold;
  text-align: left;
}

label {
  cursor: pointer;
}

label span {
  vertical-align: middle;
}

input, textarea, select {
  padding: 4px 8px;
  border-radius: 0;
  vertical-align: middle;
}

input:not([type=radio]):not([type=checkbox]), textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type=radio], input[type=checkbox], input[type=submit] {
  padding: 0;
}

textarea {
  overflow: auto;
  resize: vertical;
}

a, area, button, input, label, select, textarea {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

article {
  word-wrap: break-word;
  overflow-wrap: break-word;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
@media screen and (max-width: 991px) {
  .pc-s {
    display: none !important;
  }
}
@media screen and (min-width: 992px) {
  .sp-s {
    display: none !important;
  }
}
html {
  font-size: 62.5%;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 1.6;
  font-size: 1.8rem;
}
@media screen and (max-width: 991px) {
  body {
    padding-bottom: 15.3846153846vw;
  }
}

a {
  color: black;
  text-decoration: none;
}

@media screen and (min-width: 992px) {
  a {
    -webkit-box-shadow: 0 0 1px transparent;
            box-shadow: 0 0 1px transparent;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    text-decoration: none;
  }

  a:hover {
    opacity: 0.5;
    cursor: pointer;
  }

  a img {
    -webkit-transition: 0.3s;
  }
}
::-moz-selection {
  background: #333;
  color: white;
}
::selection {
  background: #333;
  color: white;
}

::-moz-selection {
  background: #333;
  color: white;
}

.site-main {
  overflow: hidden;
  position: relative;
}
.site-main.hidden_none {
  overflow: visible;
}

.p-menu-area {
  overflow-y: auto;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 90;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  background: white;
}
@media screen and (max-width: 991px) {
  .p-menu-area {
    width: 100%;
    height: 100%;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 0;
    padding: 5.1282051282vw 6.4102564103vw;
    visibility: hidden;
  }
}
.p-menu-area .wrap {
  position: relative;
}
@media screen and (max-width: 991px) {
  .p-menu-area .wrap {
    height: 100%;
  }
}
.p-menu-area .wrap h2 {
  font-size: 5.1282051282vw;
  font-weight: 700;
  margin-bottom: 5.1282051282vw;
}
.p-menu-area .wrap .list li {
  margin-bottom: 1.5em;
}
.p-menu-area .wrap .list li a {
  font-size: 4.1025641026vw;
  font-weight: 700;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-menu-area .wrap .list li a::before {
  content: "";
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
  background: #e60012;
  width: 3.0769230769vw;
  height: 3.8461538462vw;
  display: block;
  margin-right: 3.8461538462vw;
}
@media screen and (max-width: 991px) {
  .p-menu-area .wrap .btn-area {
    width: 100%;
    margin: 15.3846153846vw 0 0;
  }
}
.p-menu-area .wrap .btn-area .txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-menu-area .wrap .btn-area .txt span {
  font-size: 2.5rem;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
@media screen and (max-width: 991px) {
  .p-menu-area .wrap .btn-area .txt span {
    font-size: 3.2051282051vw;
  }
}
.p-menu-area .wrap .btn-area .txt span::before {
  content: "";
  display: block;
  background-image: url(../img/header/line.svg);
  background-repeat: no-repeat;
  width: 1.5rem;
  height: 2.5rem;
  margin-right: 0.5em;
}
@media screen and (max-width: 991px) {
  .p-menu-area .wrap .btn-area .txt span::before {
    background-image: url(../img/header/line-sp.svg);
    background-size: auto 4.358974359vw;
    width: 1.4102564103vw;
    height: 4.358974359vw;
    margin-right: 0.5em;
    position: relative;
    bottom: -0.3846153846vw;
  }
}
.p-menu-area .wrap .btn-area .txt span::after {
  content: "";
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
  display: block;
  background-image: url(../img/header/line.svg);
  background-repeat: no-repeat;
  width: 1.5rem;
  height: 2.5rem;
  margin-left: 0.5em;
}
@media screen and (max-width: 991px) {
  .p-menu-area .wrap .btn-area .txt span::after {
    background-image: url(../img/header/line-sp.svg);
    background-size: auto 4.358974359vw;
    width: 1.4102564103vw;
    height: 4.358974359vw;
    margin-right: 0.5em;
    position: relative;
    bottom: -0.3846153846vw;
  }
}
.p-menu-area .wrap .btn-area .btn {
  width: 100%;
  border-radius: 10rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-top: 2rem;
  background: #e60012;
  height: 9rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: white;
  font-size: clamp(2.5rem, 1.967rem + 0.861vw, 3rem);
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 991px) {
  .p-menu-area .wrap .btn-area .btn {
    margin: 2.5641025641vw auto 0;
    height: 12.8205128205vw;
    font-size: 3.8461538462vw;
  }
}
.p-menu-area .wrap .btn-area .btn::before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 10rem;
  background: #e60012;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.p-menu-area .wrap .btn-area .btn::after {
  content: "";
  width: 100%;
  height: 100%;
  background: black;
  display: block;
  position: absolute;
  left: 0;
  bottom: -0.8rem;
  z-index: -2;
  border-radius: 10rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 991px) {
  .p-menu-area .wrap .btn-area .btn::after {
    bottom: -0.3846153846vw;
  }
}
.p-menu-area .wrap .btn-area .btn i {
  background-image: url(../img/header/icon.svg);
  background-repeat: no-repeat;
  background-size: clamp(4.5rem, 2.900rem + 2.583vw, 6rem);
  width: clamp(4.5rem, 2.900rem + 2.583vw, 6rem);
  height: clamp(4.5rem, 2.900rem + 2.583vw, 6rem);
  display: block;
  position: absolute;
  top: 50%;
  right: 1.5rem;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
@media screen and (max-width: 991px) {
  .p-menu-area .wrap .btn-area .btn i {
    background-size: 7.3076923077vw;
    width: 7.3076923077vw;
    height: 7.3076923077vw;
    right: 3.2051282051vw;
  }
}
.p-menu-area .wrap .hm-close {
  position: absolute;
  bottom: 6.4102564103vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 8.4615384615vw;
}
.p-menu-area .wrap .hm-close img {
  width: 100%;
  height: auto;
}

.menu-overlay {
  cursor: pointer;
  opacity: 0;
  background-color: transparent;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  -webkit-transition: 1s;
  transition: 1s;
  visibility: hidden;
  z-index: 89;
}

body.nav-open .menu-overlay {
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 991px) {
  body.nav-open .menu-overlay {
    background-color: white;
  }
}
body.nav-open .p-menu-area {
  -webkit-transition: 1.5s;
  transition: 1.5s;
}
body.nav-open .p-menu-area {
  z-index: 90;
  top: 0;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (max-width: 991px) {
  body.nav-open .p-menu-area {
    opacity: 1;
    visibility: visible;
  }
}
body.nav-open .p-menu-area .wrap {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

.sec .title-area {
  text-align: center;
}
.sec .title-area i {
  display: block;
  margin: 0 auto 0.5em;
}
.sec .title-area i img {
  width: 100%;
  height: auto;
}
.sec .title-area h2 {
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.1em;
  font-size: 5.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 1920px) {
  .sec .title-area h2 {
    font-size: 2.8125vw;
  }
}
@media screen and (max-width: 991px) {
  .sec .title-area h2 {
    font-size: 7.0512820513vw;
  }
}
.sec .title-area h2 span {
  position: relative;
}
.sec .title-area h2 span::after {
  content: "";
  background: black;
  width: 100%;
  height: 2px;
  margin-top: 3rem;
  display: block;
}
@media screen and (max-width: 991px) {
  .sec .title-area h2 span::after {
    margin-top: 5.641025641vw;
    height: 1px;
  }
}
.sec .title-area p {
  font-size: 2.4rem;
  letter-spacing: 0.1em;
  margin-top: 4rem;
  font-weight: 700;
}
@media (max-width: 1920px) {
  .sec .title-area p {
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 991px) {
  .sec .title-area p {
    font-size: 2.8205128205vw;
    margin-top: 5.641025641vw;
  }
}

.site-footer {
  margin: 20rem auto 5rem;
  max-width: 124rem;
}
@media (max-width: 1920px) {
  .site-footer {
    max-width: clamp(102rem, 87.000rem + 20vw, 111rem);
  }
}
@media (max-width: 1920px) {
  .site-footer {
    margin: 15rem auto 4rem;
  }
}
@media screen and (max-width: 991px) {
  .site-footer {
    margin: 25.641025641vw 7.6923076923vw 0;
  }
}
.site-footer .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin-bottom: 20rem;
}
@media (max-width: 1920px) {
  .site-footer .list {
    margin-bottom: 15rem;
  }
}
@media screen and (max-width: 991px) {
  .site-footer .list {
    margin-bottom: 6.4102564103vw;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.site-footer .list li {
  border-left: 2px solid black;
  line-height: 1;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .site-footer .list li {
    width: 33.3%;
    border-width: 1px;
    margin-bottom: 3.8461538462vw;
  }
}
.site-footer .list li:last-child {
  border-right: 2px solid black;
}
@media screen and (max-width: 991px) {
  .site-footer .list li:last-child {
    border-width: 1px;
    width: 40%;
  }
}
@media screen and (max-width: 991px) {
  .site-footer .list li:nth-child(1) {
    border-left: 0;
  }
  .site-footer .list li:nth-child(4) {
    width: 40%;
  }
}
.site-footer .list li a {
  font-size: 1.9rem;
  font-weight: 700;
}
@media (max-width: 1920px) {
  .site-footer .list li a {
    font-size: clamp(1.53rem, 1.230rem + 0.4vw, 1.71rem);
  }
}
@media screen and (max-width: 991px) {
  .site-footer .list li a {
    font-size: 3.3333333333vw;
    line-height: 1;
    display: block;
  }
}
.site-footer .copyright {
  text-align: center;
  font-size: 1.2rem;
}
@media screen and (max-width: 991px) {
  .site-footer .copyright {
    font-size: 2.5641025641vw;
  }
}

.fix-cta {
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  -webkit-backdrop-filter: blur(24px);
          backdrop-filter: blur(24px);
  background: rgba(255, 255, 255, 0.8);
  -webkit-box-shadow: 0px 10px 9px -4px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 10px 9px -4px rgba(0, 0, 0, 0.3);
  padding: 1.5rem 0;
  z-index: 89;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
@media screen and (max-width: 991px) {
  .fix-cta {
    padding: 0;
    height: 15.3846153846vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    bottom: var(--vv-offset, 0px);
    -webkit-transform: translateY(0);
            transform: translateY(0);
    will-change: transform;
  }
}
.fix-cta.is-hidden {
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
@media screen and (max-width: 991px) {
  .fix-cta .pc-area {
    display: none;
  }
}
.fix-cta .pc-area .flow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 2rem;
}
.fix-cta .pc-area .flow img {
  width: 103rem;
  height: auto;
}
@media (max-width: 1920px) {
  .fix-cta .pc-area .flow img {
    width: 53.6458333333vw;
  }
}
.fix-cta .pc-area .btn {
  width: 30rem;
  border-radius: 10rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin: 1.5rem auto 0;
  background: #e60012;
  height: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: white;
  font-size: 1.8rem;
  position: relative;
  z-index: 3;
}
.fix-cta .pc-area .btn::before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 10rem;
  background: #e60012;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.fix-cta .pc-area .btn::after {
  content: "";
  width: 100%;
  height: 100%;
  background: black;
  display: block;
  position: absolute;
  left: 0;
  bottom: -0.4rem;
  z-index: -2;
  border-radius: 10rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (any-hover: hover) {
  .fix-cta .pc-area .btn:hover {
    opacity: 1;
    -webkit-transform: translateY(0.4rem);
            transform: translateY(0.4rem);
  }
  .fix-cta .pc-area .btn:hover::after {
    bottom: 0;
  }
}
.fix-cta .pc-area .btn i {
  background-image: url(../img/header/icon.svg);
  background-repeat: no-repeat;
  background-size: 2.5rem;
  width: 2.5rem;
  height: 2.5rem;
  display: block;
  position: absolute;
  top: 50%;
  right: 1.5rem;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.fix-cta .sp-area {
  display: none;
}
@media screen and (max-width: 991px) {
  .fix-cta .sp-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 7.6923076923vw;
    width: 100%;
  }
}
.fix-cta .sp-area a {
  height: 8.4615384615vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 2.9487179487vw;
  font-weight: 700;
  width: 48%;
  border-radius: 4.5rem;
  position: relative;
}
.fix-cta .sp-area a::after {
  content: "";
  background-image: url(../img/header/arrow-sp.svg);
  background-size: 3.9743589744vw;
  width: 3.9743589744vw;
  height: 3.9743589744vw;
  display: block;
  position: absolute;
  right: 1.9230769231vw;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.fix-cta .sp-area a.btn {
  background: #e60012;
  color: white;
}
.fix-cta .sp-area .h-menu {
  border: 1px solid black;
}

.head-area {
  width: 100%;
  min-width: 1240px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  padding: clamp(2rem, 0.933rem + 1.722vw, 3rem) 0;
  -webkit-backdrop-filter: blur(24px);
          backdrop-filter: blur(24px);
  background: rgba(255, 255, 255, 0.4);
}
@media (max-width: 1240px) {
  .head-area {
    width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .head-area {
    position: inherit;
    padding: 5.7692307692vw 3.8461538462vw;
  }
}
.head-area .i-wrap {
  padding-inline: clamp(3rem, -0.200rem + 5.167vw, 6rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 991px) {
  .head-area .i-wrap {
    padding-inline: 0;
    display: block;
  }
}
.head-area .logo {
  padding-left: clamp(3rem, -0.200rem + 5.167vw, 6rem);
}
@media (max-width: 1920px) {
  .head-area .logo {
    padding-left: 2rem;
  }
}
@media screen and (max-width: 991px) {
  .head-area .logo {
    padding-left: 0;
  }
}
.head-area .logo img {
  width: 15.2rem;
  height: auto;
}
@media (max-width: 1920px) {
  .head-area .logo img {
    width: 12.1rem;
  }
}
@media screen and (max-width: 991px) {
  .head-area .logo img {
    width: 19.8717948718vw;
  }
}
.head-area .gnav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 11.5rem;
}
@media (max-width: 1920px) {
  .head-area .gnav {
    gap: 5rem;
  }
}
@media screen and (max-width: 991px) {
  .head-area .gnav {
    display: none;
  }
}
.head-area .gnav a {
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  display: block;
  position: relative;
}
@media (max-width: 1920px) {
  .head-area .gnav a {
    font-size: 1.5rem;
  }
}
@media (any-hover: hover) {
  .head-area .gnav a:hover {
    opacity: 1;
    color: #e60012;
  }
}
.head-area .gnav a.awrad {
  margin: 0 2rem;
  line-height: 1.3;
}
.head-area .gnav a.awrad::before {
  content: "";
  background-image: url(../img/header/tree.svg);
  position: absolute;
  left: -2.7rem;
  top: 0.2rem;
  display: block;
  width: 1.8rem;
  height: 3.7rem;
}
.head-area .gnav a.awrad::after {
  content: "";
  background-image: url(../img/header/tree.svg);
  position: absolute;
  right: -2.7rem;
  top: 0.2rem;
  display: block;
  width: 1.8rem;
  height: 3.7rem;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

.site-header {
  max-width: 1920px;
  margin: 0 auto 8rem;
  padding: clamp(14rem, 13.272rem + 3.107vw, 17rem) 0 10rem clamp(3rem, 2.757rem + 1.036vw, 4rem);
}
@media screen and (max-width: 991px) {
  .site-header {
    max-width: 100%;
    margin: 0 auto 28.2051282051vw;
    padding: 0 3.8461538462vw;
  }
}
.site-header .i-wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 991px) {
  .site-header .i-wrap {
    display: block;
  }
}
.site-header .i-wrap .copy {
  position: absolute;
  left: 3rem;
  top: 0;
  width: 68.9rem;
}
@media (max-width: 1920px) {
  .site-header .i-wrap .copy {
    width: 35.8854166667vw;
    left: 0;
  }
}
@media screen and (max-width: 991px) {
  .site-header .i-wrap .copy {
    position: inherit;
    left: inherit;
    top: inherit;
    width: 100%;
    height: auto;
    margin-bottom: 12.8205128205vw;
  }
}
.site-header .i-wrap .copy img {
  width: 100%;
  height: auto;
}
.site-header .i-wrap .fig {
  width: 183rem;
}
@media screen and (max-width: 991px) {
  .site-header .i-wrap .fig {
    width: 100%;
  }
}
.site-header .i-wrap .fig img {
  width: 100%;
  height: auto;
}
.site-header .step-slide-wrap {
  display: none;
}
@media screen and (max-width: 991px) {
  .site-header .step-slide-wrap {
    display: block;
    margin: 12.8205128205vw 3.8461538462vw 0;
    overflow: hidden;
  }
}
.site-header .step-slide-wrap h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1.2820512821vw;
}
.site-header .step-slide-wrap h3 span {
  font-size: 4.8717948718vw;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
.site-header .step-slide-wrap h3 span::before {
  content: "";
  display: block;
  background-image: url(../img/header/line-sp.svg);
  background-repeat: no-repeat;
  background-size: auto 4.8717948718vw;
  width: 1.6666666667vw;
  height: 4.8717948718vw;
  margin-right: 0.5em;
  position: relative;
  bottom: -0.641025641vw;
}
.site-header .step-slide-wrap h3 span::after {
  content: "";
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
  display: block;
  background-image: url(../img/header/line-sp.svg);
  background-repeat: no-repeat;
  background-size: auto 4.8717948718vw;
  width: 1.6666666667vw;
  height: 4.8717948718vw;
  margin-left: 0.5em;
  position: relative;
  bottom: -0.641025641vw;
}
.site-header .step-slide-wrap .js-slider {
  padding-top: 21.7948717949vw;
  padding-bottom: 6.4102564103vw;
  position: relative;
  /*
  .swiper-button-next{
  			background-image: url(../img/header/arrow-r.svg);
  			background-repeat: no-repeat;
  			background-size: vw-sp(33);
  			width: vw-sp(33);	
  			height: vw-sp(33);	
  			top: 85%;
  			right: 4%;

  				svg{
  				display: none;	
  				}

  			}

  			.swiper-button-prev{
  			background-image: url(../img/header/arrow-l.svg);
  			background-repeat: no-repeat;
  			background-size: vw-sp(33);
  			width: vw-sp(33);	
  			height: vw-sp(33);	
  			top: 85%;
  			left: 4%;			

  				svg{
  				display: none;	
  				}

  			}
  */
}
.site-header .step-slide-wrap .js-slider::before {
  content: "";
  display: block;
  width: 100%;
  height: 25.641025641vw;
  background-image: url(../img/header/step-head-sp.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
.site-header .step-slide-wrap .js-slider .swiper-slide img {
  width: 100%;
  height: auto;
}
.site-header .step-slide-wrap .js-slider .swiper {
  overflow: inherit;
}
.site-header .step-slide-wrap .js-slider .swiper-button-next, .site-header .step-slide-wrap .js-slider .swiper-button-prev {
  display: none;
}
.site-header .step-slide-wrap .js-slider .swiper-pagination {
  bottom: -6.4102564103vw;
}
.site-header .step-slide-wrap .js-slider .swiper-pagination .swiper-pagination-bullet {
  background: none;
  border: 1px solid black;
}
.site-header .step-slide-wrap .js-slider .swiper-pagination .swiper-pagination-bullet-active {
  background: black;
}
.site-header .btn-area {
  width: clamp(75rem, 64.333rem + 17.223vw, 85rem);
  margin: 4rem auto 0;
}
@media (max-width: 1920px) {
  .site-header .btn-area {
    width: 45vw;
  }
}
@media screen and (max-width: 991px) {
  .site-header .btn-area {
    width: 100%;
    margin: 7.0512820513vw 0 0;
    padding: 0 3.8461538462vw;
  }
}
.site-header .btn-area .txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.site-header .btn-area .txt span {
  font-size: 2.5rem;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
@media (max-width: 1920px) {
  .site-header .btn-area .txt span {
    font-size: 1.3020833333vw;
  }
}
@media screen and (max-width: 991px) {
  .site-header .btn-area .txt span {
    font-size: 3.2051282051vw;
  }
}
.site-header .btn-area .txt span::before {
  content: "";
  display: block;
  background-image: url(../img/header/line.svg);
  background-repeat: no-repeat;
  width: 1.5rem;
  height: 2.5rem;
  margin-right: 0.5em;
}
@media screen and (max-width: 991px) {
  .site-header .btn-area .txt span::before {
    background-image: url(../img/header/line-sp.svg);
    background-size: auto 4.358974359vw;
    width: 1.4102564103vw;
    height: 4.358974359vw;
    margin-right: 0.5em;
    position: relative;
    bottom: -0.3846153846vw;
  }
}
.site-header .btn-area .txt span::after {
  content: "";
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
  display: block;
  background-image: url(../img/header/line.svg);
  background-repeat: no-repeat;
  width: 1.5rem;
  height: 2.5rem;
  margin-left: 0.5em;
}
@media screen and (max-width: 991px) {
  .site-header .btn-area .txt span::after {
    background-image: url(../img/header/line-sp.svg);
    background-size: auto 4.358974359vw;
    width: 1.4102564103vw;
    height: 4.358974359vw;
    margin-right: 0.5em;
    position: relative;
    bottom: -0.3846153846vw;
  }
}
.site-header .btn-area .btn {
  width: 100%;
  border-radius: 10rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-top: 2rem;
  background: #e60012;
  height: 9rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: white;
  font-size: clamp(2.5rem, 1.967rem + 0.861vw, 3rem);
  position: relative;
  z-index: 3;
}
@media (max-width: 1920px) {
  .site-header .btn-area .btn {
    font-size: 1.5625vw;
    height: 5.2083333333vw;
  }
}
@media screen and (max-width: 991px) {
  .site-header .btn-area .btn {
    margin: 2.0512820513vw auto 0;
    height: 12.8205128205vw;
    font-size: 3.8461538462vw;
  }
}
.site-header .btn-area .btn::before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 10rem;
  background: #e60012;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.site-header .btn-area .btn::after {
  content: "";
  width: 100%;
  height: 100%;
  background: black;
  display: block;
  position: absolute;
  left: 0;
  bottom: -0.8rem;
  z-index: -2;
  border-radius: 10rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 1920px) {
  .site-header .btn-area .btn::after {
    bottom: -0.4rem;
  }
}
@media screen and (max-width: 991px) {
  .site-header .btn-area .btn::after {
    bottom: -0.3846153846vw;
  }
}
@media (any-hover: hover) {
  .site-header .btn-area .btn:hover {
    opacity: 1;
    -webkit-transform: translateY(0.8rem);
            transform: translateY(0.8rem);
  }
}
@media (any-hover: hover) and (max-width: 1920px) {
  .site-header .btn-area .btn:hover {
    -webkit-transform: translateY(0.4rem);
            transform: translateY(0.4rem);
  }
}
@media (any-hover: hover) {
  .site-header .btn-area .btn:hover::after {
    bottom: 0;
  }
}
.site-header .btn-area .btn i {
  background-image: url(../img/header/icon.svg);
  background-repeat: no-repeat;
  background-size: clamp(4.5rem, 2.900rem + 2.583vw, 6rem);
  width: clamp(4.5rem, 2.900rem + 2.583vw, 6rem);
  height: clamp(4.5rem, 2.900rem + 2.583vw, 6rem);
  display: block;
  position: absolute;
  top: 50%;
  right: 1.5rem;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
@media (max-width: 1920px) {
  .site-header .btn-area .btn i {
    background-size: 2.34375vw;
    width: 2.34375vw;
    height: 2.34375vw;
  }
}
@media screen and (max-width: 991px) {
  .site-header .btn-area .btn i {
    background-size: 7.3076923077vw;
    width: 7.3076923077vw;
    height: 7.3076923077vw;
    right: 3.2051282051vw;
  }
}

.sec1 {
  background: #fafada;
  z-index: 3;
  position: relative;
  padding: 6rem 0 40rem;
}
@media (max-width: 1920px) {
  .sec1 {
    padding-bottom: 60rem;
  }
}
@media screen and (max-width: 991px) {
  .sec1 {
    padding: 0 0 51.2820512821vw;
  }
}
.sec1::before {
  content: "";
  background: #fafada;
  border-radius: 500%;
  z-index: -1;
  width: 100%;
  height: 15rem;
  display: block;
  position: absolute;
  top: -5rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 991px) {
  .sec1::before {
    border-radius: 500%;
    width: 200%;
    height: 15rem;
    top: -5rem;
  }
}
.sec1::after {
  content: "";
  background: #fafada;
  z-index: -1;
  width: 100%;
  height: 100rem;
  display: block;
  position: absolute;
  bottom: -50rem;
  left: 0;
}
.sec1 .title-area i {
  width: 9.5rem;
}
@media (max-width: 1920px) {
  .sec1 .title-area i {
    width: 4.9479166667vw;
  }
}
@media screen and (max-width: 991px) {
  .sec1 .title-area i {
    width: 11.1538461538vw;
  }
}
.sec1 .i-wrap {
  border: 1px solid black;
  border-radius: 4.5rem;
  padding: 8.5rem 7.5rem 14.5rem;
  margin: 10.5rem auto 0;
  max-width: 124rem;
  background: white;
}
@media (max-width: 1920px) {
  .sec1 .i-wrap {
    max-width: clamp(102rem, 87.000rem + 20vw, 111rem);
  }
}
@media screen and (max-width: 991px) {
  .sec1 .i-wrap {
    border-radius: 2.9487179487vw;
    padding: 9.6153846154vw 1.9230769231vw;
    margin: 12.8205128205vw 3.8461538462vw 0;
    max-width: 100%;
  }
}
.sec1 .i-wrap .num {
  margin-bottom: 10.5rem;
}
@media screen and (max-width: 991px) {
  .sec1 .i-wrap .num {
    margin-bottom: 12.8205128205vw;
  }
}
.sec1 .i-wrap .num h3 {
  margin-bottom: 5rem;
}
@media screen and (max-width: 991px) {
  .sec1 .i-wrap .num h3 {
    margin-bottom: 9.6153846154vw;
  }
}
.sec1 .i-wrap .num .s-ttl1 img {
  width: 86.1rem;
  height: auto;
}
@media (max-width: 1920px) {
  .sec1 .i-wrap .num .s-ttl1 img {
    width: clamp(69.6rem, 56.600rem + 17.333vw, 77.4rem);
  }
}
@media screen and (max-width: 991px) {
  .sec1 .i-wrap .num .s-ttl1 img {
    width: 71.9230769231vw;
  }
}
.sec1 .i-wrap .num .s-ttl2 img {
  width: 72.6rem;
  height: auto;
}
@media (max-width: 1920px) {
  .sec1 .i-wrap .num .s-ttl2 img {
    width: clamp(58.7rem, 47.700rem + 14.667vw, 65.3rem);
  }
}
@media screen and (max-width: 991px) {
  .sec1 .i-wrap .num .s-ttl2 img {
    width: 60.5128205128vw;
  }
}
@media screen and (max-width: 991px) {
  .sec1 .i-wrap .num .s-ttl3 {
    margin-left: -1.9230769231vw;
  }
}
.sec1 .i-wrap .num .s-ttl3 img {
  width: 70.2rem;
  height: auto;
}
@media (max-width: 1920px) {
  .sec1 .i-wrap .num .s-ttl3 img {
    width: clamp(56.7rem, 46.033rem + 14.222vw, 63.1rem);
  }
}
@media screen and (max-width: 991px) {
  .sec1 .i-wrap .num .s-ttl3 img {
    width: 61.0256410256vw;
  }
}
@media screen and (max-width: 991px) {
  .sec1 .i-wrap .num .s-ttl4 {
    margin-left: -1.9230769231vw;
  }
}
.sec1 .i-wrap .num .s-ttl4 img {
  width: 101.5rem;
  height: auto;
}
@media (max-width: 1920px) {
  .sec1 .i-wrap .num .s-ttl4 img {
    width: clamp(82.1rem, 66.767rem + 20.444vw, 91.3rem);
  }
}
@media screen and (max-width: 991px) {
  .sec1 .i-wrap .num .s-ttl4 img {
    width: 84.8717948718vw;
    max-width: 100%;
  }
}
.sec1 .i-wrap .num .fig img {
  width: 100%;
  height: auto;
}
.sec1 .i-wrap .num .fig img + img {
  margin-top: 5rem;
}
@media screen and (max-width: 991px) {
  .sec1 .i-wrap .num .fig img + img {
    margin-top: 5.1282051282vw;
  }
}
.sec1 .i-wrap .num1 {
  position: relative;
}
@media screen and (max-width: 991px) {
  .sec1 .i-wrap .num1 {
    margin-bottom: 23.0769230769vw;
  }
  .sec1 .i-wrap .num1::after {
    content: "";
    background-image: url(../img/sec1/finger-sp.svg);
    background-size: 11.5384615385vw auto;
    width: 11.5384615385vw;
    height: 8.9743589744vw;
    position: absolute;
    bottom: -11.5384615385vw;
    left: 32.0512820513vw;
    -webkit-animation: blink 2.5s ease-in-out infinite alternate;
            animation: blink 2.5s ease-in-out infinite alternate;
  }
  @-webkit-keyframes blink {
    0% {
      opacity: 0;
      -webkit-transform: translateX(0);
              transform: translateX(0);
    }
    50% {
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
    }
    100% {
      opacity: 1;
    }
  }
}
@media screen and (max-width: 991px) {
  .sec1 .i-wrap .num1 .fig {
    overflow: auto;
    position: relative;
  }
  .sec1 .i-wrap .num1 .fig img {
    width: 153.8461538462vw;
    height: auto;
  }
}
.sec1 .i-wrap .num2 .n-wrap {
  background: #eaf5fc;
  border-radius: 4.5rem;
  padding: 8.5rem 7rem;
}
@media screen and (max-width: 991px) {
  .sec1 .i-wrap .num2 .n-wrap {
    border-radius: 2.9487179487vw;
    padding: 9.6153846154vw 5.7692307692vw;
    margin: 0 2.5641025641vw;
  }
}
.sec1 .i-wrap .num2 .n-wrap .note {
  font-size: 1.4rem;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  text-align: justify;
  text-justify: inter-ideograph;
  word-break: break-all;
  margin: 4rem 0 8rem;
}
@media screen and (max-width: 991px) {
  .sec1 .i-wrap .num2 .n-wrap .note {
    margin: 5.1282051282vw 0 10.8974358974vw;
    font-size: 2.5641025641vw;
  }
}
.sec1 .i-wrap .num2 .n-wrap .note.note2 {
  margin-bottom: 0;
}
@media screen and (max-width: 991px) {
  .sec1 .i-wrap .num3 {
    padding: 0 2.5641025641vw;
  }
}
.sec1 .i-wrap .num4 {
  margin-bottom: 0;
}
@media screen and (max-width: 991px) {
  .sec1 .i-wrap .num4 {
    margin: 0 2.5641025641vw;
  }
}
.sec1 .i-wrap .num4 .n-wrap {
  border: 1px solid black;
  border-radius: 4.5rem;
}
@media screen and (max-width: 991px) {
  .sec1 .i-wrap .num4 .n-wrap {
    border-radius: 2.9487179487vw;
  }
}
.sec1 .i-wrap .num4 .js-slider {
  padding: 10rem 4rem;
}
@media screen and (max-width: 991px) {
  .sec1 .i-wrap .num4 .js-slider {
    padding: 9.6153846154vw 0 5.1282051282vw;
  }
}
.sec1 .i-wrap .num4 .js-slider .swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 991px) {
  .sec1 .i-wrap .num4 .js-slider .swiper-wrapper {
    display: -webkit-box;
  }
}
.sec1 .i-wrap .num4 .js-slider .swiper-wrapper .swiper-slide {
  width: 30%;
  -ms-flex-negative: inherit;
      flex-shrink: inherit;
  position: relative;
}
@media screen and (max-width: 991px) {
  .sec1 .i-wrap .num4 .js-slider .swiper-wrapper .swiper-slide {
    width: 100% !important;
    padding-bottom: 10.2564102564vw;
  }
}
.sec1 .i-wrap .num4 .js-slider .swiper-wrapper .swiper-slide:nth-child(2)::before {
  content: "";
  border-left: 1px dotted black;
  width: 1px;
  height: 100%;
  display: block;
  position: absolute;
  left: -2.5rem;
  top: 0;
}
@media screen and (max-width: 991px) {
  .sec1 .i-wrap .num4 .js-slider .swiper-wrapper .swiper-slide:nth-child(2)::before {
    content: none;
  }
}
.sec1 .i-wrap .num4 .js-slider .swiper-wrapper .swiper-slide:nth-child(2)::after {
  content: "";
  border-left: 1px dotted black;
  width: 1px;
  height: 100%;
  display: block;
  position: absolute;
  right: -2.8rem;
  top: 0;
}
@media screen and (max-width: 991px) {
  .sec1 .i-wrap .num4 .js-slider .swiper-wrapper .swiper-slide:nth-child(2)::after {
    content: none;
  }
}
.sec1 .i-wrap .num4 .js-slider .swiper-wrapper .swiper-slide .icon {
  background: #5f9352;
  border: 1px solid black;
  border-radius: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: white;
  line-height: 1.3;
  padding: 1.4rem 0;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 5rem;
}
@media screen and (max-width: 991px) {
  .sec1 .i-wrap .num4 .js-slider .swiper-wrapper .swiper-slide .icon {
    padding: 2.5641025641vw 0;
    margin: 0 3.8461538462vw 10.2564102564vw;
    font-size: 4.358974359vw;
    border-radius: 8rem;
    line-height: 2;
  }
}
.sec1 .i-wrap .num4 .js-slider .swiper-wrapper .swiper-slide .illust {
  text-align: center;
  margin-bottom: 3rem;
  height: 23rem;
}
@media screen and (max-width: 991px) {
  .sec1 .i-wrap .num4 .js-slider .swiper-wrapper .swiper-slide .illust {
    margin-bottom: 7.6923076923vw;
    height: auto;
  }
}
.sec1 .i-wrap .num4 .js-slider .swiper-wrapper .swiper-slide .illust img {
  height: auto;
}
.sec1 .i-wrap .num4 .js-slider .swiper-wrapper .swiper-slide .illust img[src*=num4_i_1] {
  width: 19rem;
}
@media screen and (max-width: 991px) {
  .sec1 .i-wrap .num4 .js-slider .swiper-wrapper .swiper-slide .illust img[src*=num4_i_1] {
    width: 41.0256410256vw;
  }
}
.sec1 .i-wrap .num4 .js-slider .swiper-wrapper .swiper-slide .illust img[src*=num4_i_2] {
  width: 16rem;
}
@media screen and (max-width: 991px) {
  .sec1 .i-wrap .num4 .js-slider .swiper-wrapper .swiper-slide .illust img[src*=num4_i_2] {
    width: 35.8974358974vw;
  }
}
.sec1 .i-wrap .num4 .js-slider .swiper-wrapper .swiper-slide .illust img[src*=num4_i_3] {
  width: 28rem;
  margin-left: auto;
}
@media screen and (max-width: 991px) {
  .sec1 .i-wrap .num4 .js-slider .swiper-wrapper .swiper-slide .illust img[src*=num4_i_3] {
    width: 62.1794871795vw;
  }
}
.sec1 .i-wrap .num4 .js-slider .swiper-wrapper .swiper-slide .txt {
  font-size: 2.1rem;
  line-height: 1.6363636364;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  text-align: justify;
  text-justify: inter-ideograph;
  word-break: break-all;
}
@media (max-width: 1920px) {
  .sec1 .i-wrap .num4 .js-slider .swiper-wrapper .swiper-slide .txt {
    font-size: clamp(1.7rem, 1.383rem + 0.422vw, 1.89rem);
  }
}
@media screen and (max-width: 991px) {
  .sec1 .i-wrap .num4 .js-slider .swiper-wrapper .swiper-slide .txt {
    font-size: 3.3333333333vw;
    text-align: center;
    line-height: 2;
  }
}
.sec1 .i-wrap .num4 .js-slider .swiper-button-prev,
.sec1 .i-wrap .num4 .js-slider .swiper-button-next {
  display: none;
}
.sec1 .i-wrap .num4 .js-slider .swiper-pagination .swiper-pagination-bullet {
  background: white;
  border: 1px solid black;
}
.sec1 .i-wrap .num4 .js-slider .swiper-pagination .swiper-pagination-bullet-active {
  background: black;
}

.sec2 {
  position: relative;
  z-index: 3;
  padding: clamp(20rem, 9.333rem + 17.223vw, 30rem) 0;
  margin-bottom: 20rem;
}
@media (max-width: 1920px) {
  .sec2 {
    padding: clamp(2.7rem, 2.200rem + 0.667vw, 3rem) 0;
    margin-bottom: 40rem;
  }
}
@media screen and (max-width: 991px) {
  .sec2 {
    padding: 12.8205128205vw 0 6.4102564103vw;
    margin-bottom: 25.641025641vw;
  }
}
.sec2::before {
  content: "";
  background-image: url(../img/sec2/bg-top.webp);
  background-size: 102% auto;
  background-position: center top;
  background-repeat: no-repeat;
  position: absolute;
  left: -1%;
  top: -25rem;
  z-index: -1;
  display: block;
  width: 102%;
  height: 100%;
  pointer-events: none;
}
@media (max-width: 1920px) {
  .sec2::before {
    top: -35rem;
  }
}
@media screen and (max-width: 991px) {
  .sec2::before {
    top: -25.641025641vw;
  }
}
.sec2::after {
  content: "";
  background-image: url(../img/sec2/bg-bottom.webp);
  background-size: 110% auto;
  background-position: center bottom;
  background-repeat: no-repeat;
  position: absolute;
  right: -2%;
  bottom: -5rem;
  z-index: -1;
  display: block;
  width: 102%;
  height: 100%;
  pointer-events: none;
}
@media (max-width: 1920px) {
  .sec2::after {
    bottom: -24rem;
  }
}
@media screen and (max-width: 991px) {
  .sec2::after {
    bottom: -6.4102564103vw;
  }
}
.sec2 .bg-wrap {
  background: url(../img/sec2/bg.webp);
  padding: 0 0 20rem;
}
@media (max-width: 1920px) {
  .sec2 .bg-wrap {
    padding: 0 0 5rem;
  }
}
@media screen and (max-width: 991px) {
  .sec2 .bg-wrap {
    padding: 0 0 12.8205128205vw;
  }
}
.sec2 .i-wrap {
  background: white;
  max-width: 124rem;
  margin: auto;
  padding-bottom: 10rem;
  border-radius: 3.8rem 0 3.8rem 0;
}
@media (max-width: 1920px) {
  .sec2 .i-wrap {
    max-width: clamp(102rem, 87.000rem + 20vw, 111rem);
  }
}
@media (max-width: 1920px) {
  .sec2 .i-wrap {
    padding-bottom: 9rem;
  }
}
@media screen and (max-width: 991px) {
  .sec2 .i-wrap {
    max-width: 100%;
    padding-bottom: 10.2564102564vw;
    border-radius: 2.9487179487vw 0 2.9487179487vw 0;
    margin: 0 3.8461538462vw;
  }
}
.sec2 .i-wrap h2 {
  background: #ebb7cf;
  border-radius: 3.8rem 0 3.8rem 0;
  padding: 2.5rem 0;
  text-align: center;
  margin-bottom: 8rem;
}
@media screen and (max-width: 991px) {
  .sec2 .i-wrap h2 {
    padding: 4.1025641026vw 0;
    border-radius: 2.9487179487vw 0 2.9487179487vw 0;
    margin-bottom: 4.6153846154vw;
    line-height: 1;
  }
}
.sec2 .i-wrap h2 img {
  width: 91rem;
  height: auto;
}
@media (max-width: 1920px) {
  .sec2 .i-wrap h2 img {
    width: clamp(73.7rem, 60.033rem + 18.222vw, 81.9rem);
  }
}
@media screen and (max-width: 991px) {
  .sec2 .i-wrap h2 img {
    width: 73.3333333333vw;
    line-height: 1;
  }
}
.sec2 .i-wrap .fig {
  text-align: center;
  margin-bottom: 6rem;
  padding: 0 15rem;
}
@media screen and (max-width: 991px) {
  .sec2 .i-wrap .fig {
    margin-bottom: 12.8205128205vw;
    padding: 0 8.9743589744vw;
  }
}
.sec2 .i-wrap .fig img {
  width: 100%;
  height: auto;
}
.sec2 .i-wrap .txt {
  font-size: 2.3rem;
  line-height: 1.6;
  font-weight: 700;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  text-align: justify;
  text-justify: inter-ideograph;
  word-break: break-all;
  padding: 0 17rem;
  margin-bottom: 9rem;
}
@media (max-width: 1920px) {
  .sec2 .i-wrap .txt {
    font-size: clamp(1.86rem, 1.510rem + 0.467vw, 2.07rem);
    margin-bottom: 8rem;
  }
}
@media screen and (max-width: 991px) {
  .sec2 .i-wrap .txt {
    font-size: 2.9487179487vw;
    padding: 0 8.9743589744vw;
    margin-bottom: 12.8205128205vw;
    text-align: center;
    line-height: 2;
  }
}
.sec2 .i-wrap .btn {
  width: 60%;
  border-radius: 10rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin: 2rem auto 0;
  height: 9rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 3;
}
@media (max-width: 1920px) {
  .sec2 .i-wrap .btn {
    height: clamp(7.29rem, 5.940rem + 1.8vw, 8.1rem);
  }
}
@media screen and (max-width: 991px) {
  .sec2 .i-wrap .btn {
    width: 90%;
    margin: 12.1794871795vw auto 0;
    height: 12.8205128205vw;
  }
}
.sec2 .i-wrap .btn::before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 10rem;
  background: #008bd5;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.sec2 .i-wrap .btn::after {
  content: "";
  width: 100%;
  height: 100%;
  background: black;
  display: block;
  position: absolute;
  left: 0;
  bottom: -0.8rem;
  z-index: -2;
  border-radius: 10rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 1920px) {
  .sec2 .i-wrap .btn::after {
    bottom: -0.6rem;
  }
}
@media screen and (max-width: 991px) {
  .sec2 .i-wrap .btn::after {
    bottom: -0.641025641vw;
  }
}
.sec2 .i-wrap .btn img {
  width: 36rem;
  height: auto;
}
@media (max-width: 1920px) {
  .sec2 .i-wrap .btn img {
    width: clamp(29.1rem, 23.600rem + 7.333vw, 32.4rem);
  }
}
@media screen and (max-width: 991px) {
  .sec2 .i-wrap .btn img {
    width: 51.5384615385vw;
  }
}
@media (any-hover: hover) {
  .sec2 .i-wrap .btn:hover {
    opacity: 1;
    -webkit-transform: translateY(0.8rem);
            transform: translateY(0.8rem);
  }
}
@media (any-hover: hover) and (max-width: 1920px) {
  .sec2 .i-wrap .btn:hover {
    -webkit-transform: translateY(0.6rem);
            transform: translateY(0.6rem);
  }
}
@media (any-hover: hover) {
  .sec2 .i-wrap .btn:hover::after {
    bottom: 0;
  }
}
.sec2 .i-wrap .btn i {
  background-image: url(../img/header/icon.svg);
  background-repeat: no-repeat;
  background-size: clamp(4.5rem, 2.900rem + 2.583vw, 6rem);
  width: clamp(4.5rem, 2.900rem + 2.583vw, 6rem);
  height: clamp(4.5rem, 2.900rem + 2.583vw, 6rem);
  display: block;
  position: absolute;
  top: 50%;
  right: 1.5rem;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
@media (max-width: 1920px) {
  .sec2 .i-wrap .btn i {
    background-size: clamp(4.86rem, 3.960rem + 1.2vw, 5.4rem);
    width: clamp(4.86rem, 3.960rem + 1.2vw, 5.4rem);
    height: clamp(4.86rem, 3.960rem + 1.2vw, 5.4rem);
  }
}
@media screen and (max-width: 991px) {
  .sec2 .i-wrap .btn i {
    background-size: 7.3076923077vw;
    width: 7.3076923077vw;
    height: 7.3076923077vw;
    right: 3.8461538462vw;
  }
}

.sec3 {
  position: relative;
  padding: 0 0 40rem;
}
@media (max-width: 1920px) {
  .sec3 {
    padding: 0 0 30rem;
  }
}
@media screen and (max-width: 991px) {
  .sec3 {
    padding: 0 0 32.0512820513vw;
  }
}
.sec3 .title-area i {
  width: 9.5rem;
}
@media screen and (max-width: 991px) {
  .sec3 .title-area i {
    width: 14.8717948718vw;
  }
}
.sec3 .i-wrap {
  border: 1px solid black;
  border-radius: 4.5rem;
  padding: 3rem 3rem 8rem;
  margin: 10rem auto;
  max-width: 124rem;
}
@media (max-width: 1920px) {
  .sec3 .i-wrap {
    max-width: clamp(102rem, 87.000rem + 20vw, 111rem);
  }
}
@media screen and (max-width: 991px) {
  .sec3 .i-wrap {
    border-radius: 2.9487179487vw;
    padding: 5.7692307692vw 5.1282051282vw;
    margin: 11.5384615385vw 3.8461538462vw 0;
    max-width: 100%;
  }
}
.sec3 .i-wrap h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 3.1rem;
  font-weight: 700;
  position: relative;
  margin-bottom: 10rem;
}
@media (max-width: 1920px) {
  .sec3 .i-wrap h3 {
    font-size: clamp(2.5rem, 2.167rem + 0.444vw, 2.7rem);
    margin-bottom: 9rem;
  }
}
@media screen and (max-width: 991px) {
  .sec3 .i-wrap h3 {
    font-size: 4.4871794872vw;
    margin-bottom: 8.9743589744vw;
  }
}
.sec3 .i-wrap h3::after {
  content: "";
  border-bottom: 1px solid black;
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: -2.5rem;
}
@media screen and (max-width: 991px) {
  .sec3 .i-wrap h3::after {
    bottom: -4.4871794872vw;
  }
}
.sec3 .i-wrap h3 i {
  margin-right: 1.5rem;
  position: relative;
  bottom: -0.5rem;
}
@media screen and (max-width: 991px) {
  .sec3 .i-wrap h3 i {
    margin-right: 2.5641025641vw;
    bottom: -0.641025641vw;
  }
}
.sec3 .i-wrap h3 i img {
  width: 4.5rem;
  height: auto;
}
@media screen and (max-width: 991px) {
  .sec3 .i-wrap h3 i img {
    width: 6.4102564103vw;
  }
}
.sec3 .i-wrap .list {
  width: 86.4rem;
  margin: auto;
}
@media screen and (max-width: 991px) {
  .sec3 .i-wrap .list {
    width: 100%;
  }
}
.sec3 .i-wrap .list li {
  border: 1px solid black;
  padding: 1rem 2rem;
}
@media screen and (max-width: 991px) {
  .sec3 .i-wrap .list li {
    padding: 3.2051282051vw;
  }
}
.sec3 .i-wrap .list li + li {
  margin-top: 2.5rem;
}
@media screen and (max-width: 991px) {
  .sec3 .i-wrap .list li + li {
    margin-top: 10.2564102564vw;
  }
}
.sec3 .i-wrap .list li dl dt {
  cursor: pointer;
}
.sec3 .i-wrap .list li dl dt::after {
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: "";
  width: 2rem;
  height: 1.7rem;
  display: block;
  margin: 2rem auto;
  background: black;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 991px) {
  .sec3 .i-wrap .list li dl dt::after {
    width: 3.5897435897vw;
    height: 2.9487179487vw;
  }
}
.sec3 .i-wrap .list li dl dt.current::after {
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1);
}
.sec3 .i-wrap .list li dl dt h4 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 991px) {
  .sec3 .i-wrap .list li dl dt h4 {
    font-size: 3.8461538462vw;
  }
}
.sec3 .i-wrap .list li dl dt .raw {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.sec3 .i-wrap .list li dl dt .raw .star {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sec3 .i-wrap .list li dl dt .raw .star span {
  display: block;
  width: 3rem;
  height: 2.8rem;
  background-image: url(../img/sec3/star-off.svg);
  background-repeat: no-repeat;
  background-size: 3rem auto;
  margin-right: 0.4rem;
}
@media (max-width: 1920px) {
  .sec3 .i-wrap .list li dl dt .raw .star span {
    width: clamp(2.5rem, 2.167rem + 0.444vw, 2.7rem);
    height: clamp(2.26rem, 1.827rem + 0.578vw, 2.52rem);
    background-size: clamp(2.5rem, 2.167rem + 0.444vw, 2.7rem) auto;
  }
}
@media screen and (max-width: 991px) {
  .sec3 .i-wrap .list li dl dt .raw .star span {
    width: 4.358974359vw;
    height: 4.1025641026vw;
    background-size: 4.358974359vw auto;
    margin-right: 0.2rem;
  }
}
.sec3 .i-wrap .list li dl dt .raw .star span.on {
  background-image: url(../img/sec3/star-on.svg);
}
.sec3 .i-wrap .list li dl dt .raw .target {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.sec3 .i-wrap .list li dl dt .raw .target span {
  background: black;
  padding: 0.4rem 3rem;
  display: block;
  color: white;
  font-weight: 700;
  font-size: 1.6rem;
  border-radius: 4rem;
}
@media (max-width: 1920px) {
  .sec3 .i-wrap .list li dl dt .raw .target span {
    font-size: clamp(1.29rem, 1.040rem + 0.333vw, 1.44rem);
  }
}
@media screen and (max-width: 991px) {
  .sec3 .i-wrap .list li dl dt .raw .target span {
    padding: 0.641025641vw 3.8461538462vw 0.7692307692vw;
    font-size: 2.5641025641vw;
  }
}
.sec3 .i-wrap .list li dl dd {
  overflow: hidden;
  height: 0;
  -webkit-transition: height 0.28s ease;
  transition: height 0.28s ease;
}
@media (max-width: 1920px) {
  .sec3 .i-wrap .list li dl dd {
    font-size: clamp(1.44rem, 1.173rem + 0.356vw, 1.6rem);
  }
}
@media screen and (max-width: 991px) {
  .sec3 .i-wrap .list li dl dd {
    font-size: 3.8461538462vw;
  }
}

.sec4 {
  position: relative;
  margin-bottom: 35rem;
}
@media screen and (max-width: 991px) {
  .sec4 {
    margin-bottom: 44.8717948718vw;
  }
}
.sec4::before {
  content: "";
  background-image: url(../img/sec4/bg-top.svg);
  background-size: 102% auto;
  background-position: center top;
  background-repeat: no-repeat;
  position: absolute;
  left: -1%;
  top: -25rem;
  z-index: -1;
  display: block;
  width: 102%;
  height: 100%;
  pointer-events: none;
}
@media (max-width: 1920px) {
  .sec4::before {
    top: -15rem;
  }
}
@media screen and (max-width: 991px) {
  .sec4::before {
    background-size: 250% auto;
    top: -12.8205128205vw;
    left: 0;
  }
}
.sec4::after {
  content: "";
  background-image: url(../img/sec4/bg-bottom.svg);
  background-size: 110% auto;
  background-position: center bottom;
  background-repeat: no-repeat;
  position: absolute;
  right: -2%;
  bottom: -18rem;
  z-index: -1;
  display: block;
  width: 102%;
  height: 100%;
  pointer-events: none;
}
@media (max-width: 1920px) {
  .sec4::after {
    bottom: -15rem;
  }
}
@media screen and (max-width: 991px) {
  .sec4::after {
    background-size: 250% auto;
    bottom: -25.641025641vw;
  }
}
.sec4 .bg-wrap {
  background: #fded7e;
  padding: 0 0 20rem;
}
@media (max-width: 1920px) {
  .sec4 .bg-wrap {
    padding: 10rem 0;
  }
}
@media screen and (max-width: 991px) {
  .sec4 .bg-wrap {
    padding: 15.3846153846vw 3.8461538462vw 10.2564102564vw;
  }
}
.sec4 .i-wrap {
  background-image: url(../img/sec4/c-bg.webp);
  background-repeat: no-repeat;
  background-size: 124rem;
  max-width: 124rem;
  height: 114.8rem;
  margin: auto;
  padding-top: 7.2rem;
  position: relative;
}
@media (max-width: 1920px) {
  .sec4 .i-wrap {
    max-width: clamp(102rem, 87.000rem + 20vw, 111rem);
  }
}
@media (max-width: 1920px) {
  .sec4 .i-wrap {
    background-size: 100% auto;
    height: clamp(92.9rem, 75.567rem + 23.111vw, 103.3rem);
    padding-top: clamp(5.76rem, 4.693rem + 1.422vw, 6.4rem);
  }
}
@media screen and (max-width: 991px) {
  .sec4 .i-wrap {
    background-image: url(../img/sec4/c-bg-sp.webp);
    background-size: 100% auto;
    width: 100%;
    height: 200vw;
    margin: 0;
    padding: 23.0769230769vw 7.6923076923vw 0;
  }
}
.sec4 .i-wrap h2 {
  text-align: center;
  margin-bottom: 2rem;
}
@media screen and (max-width: 991px) {
  .sec4 .i-wrap h2 {
    margin-bottom: 2.5641025641vw;
  }
}
.sec4 .i-wrap h2 img {
  width: 67.6rem;
  height: auto;
}
@media (max-width: 1920px) {
  .sec4 .i-wrap h2 img {
    width: clamp(54.7rem, 44.533rem + 13.556vw, 60.8rem);
  }
}
@media screen and (max-width: 991px) {
  .sec4 .i-wrap h2 img {
    width: 100%;
  }
}
.sec4 .i-wrap .top-txt {
  text-align: center;
  position: relative;
  margin-bottom: 8rem;
  font-weight: 700;
}
@media (max-width: 1920px) {
  .sec4 .i-wrap .top-txt {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 991px) {
  .sec4 .i-wrap .top-txt {
    margin-bottom: 11.5384615385vw;
    font-size: 2.8205128205vw;
  }
}
.sec4 .i-wrap .top-txt::after {
  content: "";
  background: black;
  width: 66.6rem;
  height: 2px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -4rem;
}
@media screen and (max-width: 991px) {
  .sec4 .i-wrap .top-txt::after {
    width: 100%;
    height: 1px;
    bottom: -6.4102564103vw;
  }
}
.sec4 .i-wrap .en {
  text-align: center;
  font-size: 2.1rem;
  letter-spacing: 0.1em;
  font-weight: 700;
}
@media screen and (max-width: 991px) {
  .sec4 .i-wrap .en {
    font-size: 2.8205128205vw;
  }
}
.sec4 .i-wrap .list {
  width: 72.6rem;
  margin: 7.5rem auto;
}
@media (max-width: 1920px) {
  .sec4 .i-wrap .list {
    width: clamp(58.7rem, 47.700rem + 14.667vw, 65.3rem);
    margin: 5rem auto;
  }
}
@media screen and (max-width: 991px) {
  .sec4 .i-wrap .list {
    width: 100%;
    margin: 11.5384615385vw auto;
  }
}
.sec4 .i-wrap .list li {
  border: 1px solid black;
  background: #fded7e;
  font-weight: 700;
  font-size: 2.1rem;
  padding: 0.4rem 1.5rem;
}
@media (max-width: 1920px) {
  .sec4 .i-wrap .list li {
    font-size: clamp(1.7rem, 1.383rem + 0.422vw, 1.89rem);
  }
}
@media screen and (max-width: 991px) {
  .sec4 .i-wrap .list li {
    font-size: 2.8205128205vw;
    padding: 1.0256410256vw;
  }
}
.sec4 .i-wrap .list li:not(:last-child) {
  margin-bottom: 3rem;
}
@media screen and (max-width: 991px) {
  .sec4 .i-wrap .list li .cate {
    display: block;
    margin-bottom: 1.2820512821vw;
  }
}
.sec4 .i-wrap .bottom-txt {
  position: absolute;
  left: -1rem;
  bottom: 13rem;
  width: 97.5rem;
  height: auto;
}
@media (max-width: 1920px) {
  .sec4 .i-wrap .bottom-txt {
    width: clamp(78.9rem, 64.150rem + 19.667vw, 87.75rem);
  }
}
@media screen and (max-width: 991px) {
  .sec4 .i-wrap .bottom-txt {
    left: 50%;
    bottom: -18.5897435897vw;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 73.5897435897vw;
  }
}

.lp-cta-area {
  max-width: 124rem;
  margin: auto;
}
@media (max-width: 1920px) {
  .lp-cta-area {
    max-width: clamp(102rem, 87.000rem + 20vw, 111rem);
  }
}
@media screen and (max-width: 991px) {
  .lp-cta-area {
    max-width: 100%;
    padding: 0 7.6923076923vw;
  }
}
.lp-cta-area .cta-btn {
  width: 100%;
  height: 23.2rem;
  border-radius: 4.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 8rem;
  color: white;
  font-size: 4.14rem;
  font-weight: 700;
  position: relative;
  letter-spacing: 0.05em;
  line-height: 1;
}
@media (max-width: 1920px) {
  .lp-cta-area .cta-btn {
    height: clamp(18.7rem, 15.200rem + 4.667vw, 20.8rem);
    font-size: clamp(3.34rem, 2.707rem + 0.844vw, 3.72rem);
  }
}
@media screen and (max-width: 991px) {
  .lp-cta-area .cta-btn {
    height: 22.4358974359vw;
    border-radius: 2.9487179487vw;
    padding-left: 5.1282051282vw;
    font-size: 4.358974359vw;
    line-height: 1.6;
    text-align: center;
  }
}
.lp-cta-area .cta-btn::before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 4.5rem;
  background: #e60012;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
@media screen and (max-width: 991px) {
  .lp-cta-area .cta-btn::before {
    border-radius: 2.9487179487vw;
  }
}
.lp-cta-area .cta-btn::after {
  content: "";
  width: 100%;
  height: 100%;
  background: black;
  display: block;
  position: absolute;
  left: 0;
  bottom: -0.8rem;
  z-index: -2;
  border-radius: 4.5rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 1920px) {
  .lp-cta-area .cta-btn::after {
    bottom: -0.6rem;
  }
}
@media screen and (max-width: 991px) {
  .lp-cta-area .cta-btn::after {
    bottom: -0.641025641vw;
    border-radius: 2.9487179487vw;
  }
}
@media (any-hover: hover) {
  .lp-cta-area .cta-btn:hover {
    opacity: 1;
    -webkit-transform: translateY(0.8rem);
            transform: translateY(0.8rem);
  }
}
@media (any-hover: hover) and (max-width: 1920px) {
  .lp-cta-area .cta-btn:hover {
    -webkit-transform: translateY(0.6rem);
            transform: translateY(0.6rem);
  }
}
@media (any-hover: hover) {
  .lp-cta-area .cta-btn:hover::after {
    bottom: 0;
  }
}
.lp-cta-area .cta-btn .book {
  width: 5.6rem;
  height: auto;
  margin-right: 3rem;
  line-height: 1;
  position: relative;
  top: 0.5rem;
}
@media (max-width: 1920px) {
  .lp-cta-area .cta-btn .book {
    width: clamp(4.53rem, 2.013rem + 3.356vw, 6.04rem);
    margin-right: 2rem;
  }
}
@media screen and (max-width: 991px) {
  .lp-cta-area .cta-btn .book {
    width: 11.0256410256vw;
    margin-right: 5.1282051282vw;
    top: 0;
  }
}
.lp-cta-area .cta-btn i {
  background-image: url(../img/cta/icon.svg);
  background-repeat: no-repeat;
  background-size: clamp(12rem, 8.800rem + 5.167vw, 15rem);
  width: clamp(12rem, 8.800rem + 5.167vw, 15rem);
  height: clamp(12rem, 8.800rem + 5.167vw, 15rem);
  display: block;
  position: absolute;
  top: 50%;
  right: 8rem;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
@media (max-width: 1920px) {
  .lp-cta-area .cta-btn i {
    background-size: clamp(12.1rem, 9.767rem + 3.111vw, 13.5rem);
    width: clamp(12.1rem, 9.767rem + 3.111vw, 13.5rem);
    height: clamp(12.1rem, 9.767rem + 3.111vw, 13.5rem);
    right: 7rem;
  }
}
@media screen and (max-width: 991px) {
  .lp-cta-area .cta-btn i {
    background-image: url(../img/cta/icon-sp.svg);
    background-size: 7.6923076923vw;
    width: 7.6923076923vw;
    height: 7.6923076923vw;
    right: 5.7692307692vw;
  }
}

.sec5 {
  margin: 20rem 0;
}
@media screen and (max-width: 991px) {
  .sec5 {
    margin: 19.2307692308vw 0 16.6666666667vw;
  }
}
.sec5 .title-area i {
  width: 8.4rem;
}
@media (max-width: 1920px) {
  .sec5 .title-area i {
    width: clamp(6.8rem, 5.533rem + 1.689vw, 7.56rem);
  }
}
@media screen and (max-width: 991px) {
  .sec5 .title-area i {
    width: 11.2820512821vw;
  }
}
.sec5 .i-wrap {
  background: #fafada;
  border: 1px solid black;
  border-radius: 4.5rem;
  max-width: 124rem;
  margin: 20rem auto 0;
  padding: 0 8.6rem 3rem;
}
@media screen and (max-width: 991px) {
  .sec5 .i-wrap {
    border-radius: 2.9487179487vw;
  }
}
@media (max-width: 1920px) {
  .sec5 .i-wrap {
    max-width: clamp(102rem, 87.000rem + 20vw, 111rem);
  }
}
@media (max-width: 1920px) {
  .sec5 .i-wrap {
    margin: 15rem auto 0;
  }
}
@media screen and (max-width: 991px) {
  .sec5 .i-wrap {
    max-width: 100%;
    margin: 12.8205128205vw 7.6923076923vw 0;
    padding: 0 5.7692307692vw 5.7692307692vw;
  }
}
.sec5 .i-wrap h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: white;
  font-weight: 700;
  font-size: 3.6rem;
  position: relative;
  top: -4rem;
  background: black;
  border-radius: 10rem;
  width: 53.7rem;
  height: 7.7rem;
  margin: 0 auto 3rem;
}
@media (max-width: 1920px) {
  .sec5 .i-wrap h2 {
    font-size: clamp(2.9rem, 2.333rem + 0.756vw, 3.24rem);
    width: clamp(43.4rem, 35.233rem + 10.889vw, 48.3rem);
    height: clamp(6.2rem, 5.033rem + 1.556vw, 6.9rem);
  }
}
@media screen and (max-width: 991px) {
  .sec5 .i-wrap h2 {
    font-size: 5.1282051282vw;
    top: -5.1282051282vw;
    width: 76.5384615385vw;
    height: 11.0256410256vw;
    margin: 0 auto 6.4102564103vw;
  }
}
.sec5 .i-wrap figure {
  margin-bottom: 5rem;
}
@media screen and (max-width: 991px) {
  .sec5 .i-wrap figure {
    margin-bottom: 3.2051282051vw;
  }
}
.sec5 .i-wrap figure img {
  width: 100%;
  height: auto;
}
.sec5 .i-wrap .note {
  text-align: center;
  font-weight: 700;
  font-size: 1.4rem;
}
@media screen and (max-width: 991px) {
  .sec5 .i-wrap .note {
    font-size: 2.5641025641vw;
  }
}

.sec6 {
  margin: 20rem 0 15rem;
}
@media screen and (max-width: 991px) {
  .sec6 {
    margin: 15.3846153846vw 0 20.5128205128vw;
  }
}
.sec6 .title-area i {
  width: 9.5rem;
}
@media (max-width: 1920px) {
  .sec6 .title-area i {
    width: clamp(7.69rem, 6.257rem + 1.911vw, 8.55rem);
  }
}
@media screen and (max-width: 991px) {
  .sec6 .title-area i {
    width: 14.1025641026vw;
  }
}
.sec6 .qa-list {
  max-width: 124rem;
  margin: 11rem auto 0;
}
@media (max-width: 1920px) {
  .sec6 .qa-list {
    max-width: clamp(102rem, 87.000rem + 20vw, 111rem);
  }
}
@media screen and (max-width: 991px) {
  .sec6 .qa-list {
    max-width: 100%;
    margin: 12.8205128205vw 7.6923076923vw 0;
  }
}
.sec6 .qa-list li {
  border: 2px solid black;
}
@media screen and (max-width: 991px) {
  .sec6 .qa-list li {
    border: 1px solid black;
  }
}
.sec6 .qa-list li + li {
  margin-top: 2.5rem;
}
@media screen and (max-width: 991px) {
  .sec6 .qa-list li + li {
    margin-top: 3.2051282051vw;
  }
}
.sec6 .qa-list li dl dt {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 1rem 2.4rem;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (max-width: 991px) {
  .sec6 .qa-list li dl dt {
    padding: 1.9230769231vw 3.2051282051vw;
  }
}
.sec6 .qa-list li dl dt::before {
  content: "";
  background-image: url(../img/sec6/Q.svg);
  background-repeat: no-repeat;
  background-size: 5rem;
  width: 5rem;
  height: 5rem;
  margin-right: 4rem;
}
@media screen and (max-width: 991px) {
  .sec6 .qa-list li dl dt::before {
    background-size: 8.7179487179vw auto;
    width: 8.7179487179vw;
    height: 8.7179487179vw;
    margin-right: 5.5128205128vw;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
.sec6 .qa-list li dl dt::after {
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: "";
  width: 2rem;
  height: 1.7rem;
  display: block;
  background: black;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  right: 3rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 991px) {
  .sec6 .qa-list li dl dt::after {
    width: 2.8205128205vw;
    height: 2.1794871795vw;
    right: 4.4871794872vw;
  }
}
@media (any-hover: hover) {
  .sec6 .qa-list li dl dt:hover {
    color: #666;
  }
}
.sec6 .qa-list li dl dt.current::after {
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1);
  top: 35%;
}
.sec6 .qa-list li dl dt h4 {
  font-size: 2rem;
  font-weight: 700;
  padding-top: 0.2em;
  margin-bottom: 0.5rem;
}
@media (max-width: 1920px) {
  .sec6 .qa-list li dl dt h4 {
    font-size: clamp(1.62rem, 1.320rem + 0.4vw, 1.8rem);
  }
}
@media screen and (max-width: 991px) {
  .sec6 .qa-list li dl dt h4 {
    font-size: 3.5897435897vw;
    padding: 0.2em 1em 0 0;
    margin-bottom: 0;
    line-height: 1.4;
  }
}
.sec6 .qa-list li dl dd {
  overflow: hidden;
  height: 0;
  -webkit-transition: height 0.28s ease;
  transition: height 0.28s ease;
  background: #e6e6e6;
  color: #000;
}
.sec6 .qa-list li dl dd p {
  padding: 3rem 11.5rem;
  line-height: 1.8;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 991px) {
  .sec6 .qa-list li dl dd p {
    padding: 4.4871794872vw 12.1794871795vw 4.4871794872vw 17.3076923077vw;
    font-size: 3.5897435897vw;
    line-height: 1.8;
  }
}
