@charset "UTF-8";
@media screen and (max-width: 991px) {
  html.header-scrolled header {
    background-color: #fff;
  }
}
html body main .slider-4 {
  margin-bottom: 110px !important;
}
@media screen and (max-width: 767px) {
  html body main .slider-4 {
    margin-bottom: 80px !important;
  }
}
html body main .slider-4 .slick-img {
  padding: 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
html body main .slider-4 .slick-img a {
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100% !important;
}
html body main .slider-4 .slick-img a:hover {
  opacity: 0.6;
}
html body main .slider-4 .slick-img dl {
  max-width: 700px;
  width: 100%;
  margin-top: 1rem;
  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-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
html body main .slider-4 .slick-img dl dt {
  border-top: 1px solid #505050;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.03em;
  margin-bottom: 0px;
  padding-top: 8px;
  margin-top: 8px;
}
@media screen and (max-width: 767px) {
  html body main .slider-4 .slick-img dl dt {
    font-size: 16px;
    line-height: 1.875;
    padding-top: 6px;
    margin-top: 6px;
  }
}
html body main .slider-4 .slick-img dl dd {
  font-size: 18px;
  line-height: 1.1111111111;
  letter-spacing: 0.04em;
  padding-bottom: 0.2em;
  margin-bottom: 0px;
  margin-bottom: auto;
}
@media screen and (max-width: 767px) {
  html body main .slider-4 .slick-img dl dd {
    font-size: 14px;
    line-height: 1.4285714286;
  }
}
html body main .slider-4 .slick-dots {
  bottom: -70px;
}
html body main .slider-4 .slick-dots li button:before {
  font-size: 16px;
  color: #F0F0F0;
}
html body main .slider-4 .slick-dots li.slick-active button:before {
  color: #A5AAB9;
}
html body main .slider-4 .slick-prev,
html body main .slider-4 .slick-next {
  top: calc(100% + 30px);
}
@media screen and (max-width: 767px) {
  html body main .slider-4 .slick-prev,
  html body main .slider-4 .slick-next {
    top: calc(100% + 35px);
  }
}
html body main .slider-4 .slick-next {
  right: 30px !important;
}
@media screen and (max-width: 1199px) {
  html body main .slider-4 .slick-next {
    right: 1rem !important;
  }
}
html body main .slider-4 .slick-prev {
  left: 30px !important;
}
@media screen and (max-width: 1199px) {
  html body main .slider-4 .slick-prev {
    left: 1rem !important;
  }
}
html body main .slider-4 .slick-next:before {
  background: url("../../images/common/arw-next-1.svg") !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
}
html body main .slider-4 .slick-prev:before {
  background: url("../../images/common/arw-prev-1.svg") !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
}
html body main .slider-4 .slick-arrow {
  z-index: 2 !important;
  width: 54px !important;
  height: 11px !important;
}
@media screen and (max-width: 767px) {
  html body main .slider-4 .slick-arrow {
    width: 45px !important;
    height: 8px !important;
  }
}
html body main .slider-4 .slick-arrow:before {
  content: "" !important;
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1 !important;
}
html body main .slider-4 .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
html body main .slider-4 .slick-slide {
  height: auto !important;
}
html body main .slider-4 .slick-slide > div {
  height: 100%;
}
html body main .mainvisual {
  height: 890px;
  max-width: 1800px;
  width: 100%;
  margin: auto;
  position: relative;
}
@media screen and (max-width: 991px) {
  html body main .mainvisual {
    height: 610px;
    height: 156.4102564103vw;
  }
}
@media screen and (max-width: 575px) {
  html body main .mainvisual {
    height: 80vh;
  }
}
html body main .mainvisual .mainvisual-caption {
  position: absolute;
  max-width: calc(1600px + 2rem);
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  margin: auto;
  padding: 0 1rem;
  z-index: 3;
}
html body main .mainvisual .mainvisual-caption p {
  margin-right: 1rem;
  text-align: right;
}
@media screen and (max-width: 1760px) {
  html body main .mainvisual .mainvisual-caption p {
    margin-right: calc(1rem + 60px);
  }
}
@media screen and (max-width: 767px) {
  html body main .mainvisual .mainvisual-caption p {
    margin-right: 1rem;
  }
}
@media screen and (max-width: 575px) {
  html body main .mainvisual .mainvisual-caption p {
    width: 137px;
    margin: 0 0 auto auto;
  }
}
html body main .mainvisual .mainvisual-caption figure {
  position: absolute;
  left: 0;
  bottom: 16px;
}
@media screen and (max-width: 1600px) {
  html body main .mainvisual .mainvisual-caption figure {
    left: 1rem;
  }
}
@media screen and (max-width: 991px) {
  html body main .mainvisual .mainvisual-caption figure {
    right: 0;
  }
}
@media screen and (max-width: 575px) {
  html body main .mainvisual .mainvisual-caption figure {
    width: 292px;
    margin: auto;
  }
}
html body main .mainvisual .mv-bg-wrap {
  position: absolute;
  top: 78px;
  right: 0;
  max-width: 1600px;
  width: 100%;
  margin: 0 0 auto auto;
  height: calc(100% - 78px);
}
@media screen and (max-width: 575px) {
  html body main .mainvisual .mv-bg-wrap {
    top: 20px;
  }
}
html body main .mainvisual .mv-bg-wrap img {
  width: 100%;
}
html body main #sec-1 .wrapper {
  max-width: 1800px;
}
html body main #sec-1 .contents-list-wrapper {
  display: grid;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  html body main #sec-1 .contents-list-wrapper {
    gap: 40px;
  }
}
html body main #sec-1 .contents-list-wrapper .contents-list {
  overflow: hidden;
}
html body main #sec-1 .contents-list-wrapper .contents-list:first-child h3 {
  text-align: center;
  font-size: 30px;
  line-height: 1.2;
  letter-spacing: 0.04em;
  margin-bottom: 60px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  text-decoration: underline;
  text-decoration-color: #FFEE21;
  text-decoration-thickness: 6px;
  text-underline-offset: -2px;
}
@media screen and (max-width: 767px) {
  html body main #sec-1 .contents-list-wrapper .contents-list:first-child h3 {
    font-size: 22px;
    line-height: 1.3636363636;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 375px) {
  html body main #sec-1 .contents-list-wrapper .contents-list:first-child h3 {
    font-size: 22px;
    font-size: 5.8666666667vw;
  }
}
html body main #sec-1 .contents-list-wrapper .contents-list:first-child figure {
  background-image: url("../../images/index/sec1-contents-bg.webp");
  background-repeat: no-repeat;
  background-position: center top;
  padding-bottom: 120px;
  position: relative;
}
@media screen and (max-width: 767px) {
  html body main #sec-1 .contents-list-wrapper .contents-list:first-child figure {
    padding-bottom: 0;
  }
}
html body main #sec-1 .contents-list-wrapper .contents-list:first-child figure dl {
  visibility: hidden;
  position: absolute;
  left: 0;
  right: 0;
  height: 100%;
}
html body main #sec-1 .contents-list-wrapper .contents-list:last-child h3 {
  text-align: center;
  font-size: 42px;
  line-height: 1.4285714286;
  letter-spacing: 0.02em;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  html body main #sec-1 .contents-list-wrapper .contents-list:last-child h3 {
    font-size: 22px;
    margin-bottom: 3px;
  }
}
html body main #sec-1 .contents-list-wrapper .contents-list:last-child .slider-1 {
  width: 100%;
  /* 中央以外のスライド */
  /* 中央のスライド */
}
html body main #sec-1 .contents-list-wrapper .contents-list:last-child .slider-1 .slick-img img {
  height: auto;
  opacity: 1;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
  transition: opacity 0.5s, transform 0.5s, -webkit-transform 0.5s;
  width: 100%;
}
html body main #sec-1 .contents-list-wrapper .contents-list:last-child .slider-1 .slick-center img {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
html body main #sec-2 {
  padding-top: 70px;
  padding-bottom: 180px;
  color: #fff;
  position: relative;
}
@media screen and (max-width: 767px) {
  html body main #sec-2 {
    padding-top: 30px;
    padding-bottom: 45px;
  }
}
html body main #sec-2 > figure {
  position: absolute;
  top: 0;
  right: 0;
  width: 62.5%;
  z-index: 1;
}
@media screen and (max-width: 991px) {
  html body main #sec-2 > figure {
    display: none;
  }
}
html body main #sec-2 .sec2-container {
  max-width: 1800px;
  width: 100%;
  margin: auto;
  position: relative;
}
html body main #sec-2 .sec2-container > figure {
  position: absolute;
  bottom: -120px;
  right: 0;
  width: 22.8888888889%;
}
@media screen and (max-width: 991px) {
  html body main #sec-2 .sec2-container > figure {
    display: none;
  }
}
html body main #sec-2 .sec2-container .inner {
  max-width: 1600px;
  width: 100%;
  background-image: url("../../images/index/sec2-bg-pc.webp");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  padding-top: 100px;
  padding-bottom: 80px;
}
@media screen and (max-width: 767px) {
  html body main #sec-2 .sec2-container .inner {
    background-image: url("../../images/index/sec2-bg-sp.webp");
    padding-top: 45px;
    padding-bottom: 40px;
  }
}
html body main #sec-2 .sec2-container .inner .wrapper {
  max-width: 1285px;
  width: 100%;
  margin-left: 0;
}
html body main #sec-2 .sec2-container .inner .ttl-wrap {
  width: 440px;
  margin-bottom: 80px;
}
@media screen and (max-width: 991px) {
  html body main #sec-2 .sec2-container .inner .ttl-wrap {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  html body main #sec-2 .sec2-container .inner .ttl-wrap {
    margin-bottom: 40px;
  }
}
html body main #sec-2 .sec2-container .inner .ttl-wrap h2 {
  color: #fff;
}
html body main #sec-2 .sec2-container .inner .ttl-wrap h2::after {
  background-color: #fff;
}
html body main #sec-2 .sec2-container .inner .ttl-wrap h2 span::before, html body main #sec-2 .sec2-container .inner .ttl-wrap h2 span::after {
  background-color: #fff;
}
html body main #sec-2 .sec2-container .inner .ttl-wrap p {
  color: #fff;
  text-align: center;
  font-size: 16px;
  line-height: 1.875;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 575px) {
  html body main #sec-2 .sec2-container .inner .ttl-wrap p {
    text-align: left;
  }
}
@media screen and (max-width: 575px) {
  html body main #sec-2 .sec2-container .inner .ttl-wrap p br {
    display: none;
  }
}
html body main #sec-2 .sec2-container .inner h3 {
  text-align: left;
  color: #fff;
  font-weight: 500;
  font-size: 40px;
  line-height: 1.65;
  letter-spacing: 0.07em;
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
  html body main #sec-2 .sec2-container .inner h3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  html body main #sec-2 .sec2-container .inner h3::after {
    content: "";
    height: 1px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    background-color: #F8F8F8;
    margin-left: 1rem;
  }
}
@media screen and (max-width: 767px) {
  html body main #sec-2 .sec2-container .inner h3 {
    text-align: center;
    font-size: 22px;
    line-height: 1.6363636364;
    margin-bottom: 30px;
  }
}
html body main #sec-2 .sec2-container .inner .box-wrap {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(0, 350px));
  gap: 70px 80px;
}
@media screen and (max-width: 1199px) {
  html body main #sec-2 .sec2-container .inner .box-wrap {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 40px 30px;
  }
}
@media screen and (max-width: 767px) {
  html body main #sec-2 .sec2-container .inner .box-wrap {
    grid-template-columns: 310px;
    gap: 40px;
  }
}
html body main #sec-2 .sec2-container .inner .box-wrap .box {
  border-top: 1px solid #F8F8F8;
  border-bottom: 1px solid #F8F8F8;
  padding: 64px 1rem;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  html body main #sec-2 .sec2-container .inner .box-wrap .box {
    padding: 24px 1rem;
  }
}
html body main #sec-2 .sec2-container .inner .box-wrap .box::before {
  content: "";
  position: absolute;
  border-left: 1px solid #F8F8F8;
  border-right: 1px solid #F8F8F8;
  width: 100%;
  height: 64px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto auto auto;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  html body main #sec-2 .sec2-container .inner .box-wrap .box::before {
    height: 24px;
  }
}
html body main #sec-2 .sec2-container .inner .box-wrap .box::after {
  content: "";
  position: absolute;
  border-left: 1px solid #F8F8F8;
  border-right: 1px solid #F8F8F8;
  width: 100%;
  height: 64px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto auto 0 auto;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  html body main #sec-2 .sec2-container .inner .box-wrap .box::after {
    height: 24px;
  }
}
html body main #sec-2 .sec2-container .inner .box-wrap .box dl {
  text-align: center;
}
@media screen and (max-width: 767px) {
  html body main #sec-2 .sec2-container .inner .box-wrap .box dl {
    display: grid;
    grid-template-columns: 150px 1fr;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
html body main #sec-2 .sec2-container .inner .box-wrap .box dl dt {
  font-size: 18px;
  line-height: 3.6666666667;
  letter-spacing: 0.04em;
  padding-bottom: 35px;
  margin-bottom: 10px;
  position: relative;
  z-index: 0;
}
html body main #sec-2 .sec2-container .inner .box-wrap .box dl dt::after {
  content: "";
  position: absolute;
  background-color: #F8F8F8;
  width: 1px;
  height: 35px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  html body main #sec-2 .sec2-container .inner .box-wrap .box dl dt::after {
    margin: auto auto 0 auto;
  }
}
@media screen and (max-width: 767px) {
  html body main #sec-2 .sec2-container .inner .box-wrap .box dl dt {
    text-align: left;
    font-size: 16px;
    line-height: 1.375;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  html body main #sec-2 .sec2-container .inner .box-wrap .box dl dt::after {
    width: 18px;
    height: 1px;
    margin: auto 0 auto auto;
  }
}
html body main #sec-2 .sec2-container .inner .box-wrap .box dl dd {
  font-size: 34px;
  line-height: 1.9411764706;
  letter-spacing: 0.04em;
  margin-bottom: 0px;
}
@media screen and (max-width: 767px) {
  html body main #sec-2 .sec2-container .inner .box-wrap .box dl dd {
    font-size: 18px;
    line-height: 1.2222222222;
  }
}
html body main #sec-2 .sec2-container .inner .box-wrap .box dl dd span {
  font-weight: 300;
  font-family: "Jost", sans-serif;
  font-size: 72px;
  line-height: 1.1944444444;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  html body main #sec-2 .sec2-container .inner .box-wrap .box dl dd span {
    font-size: 50px;
  }
}
html body main #sec-2 .sec2-container .inner .box-wrap .btn-2 {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  html body main #sec-2 .sec2-container .inner .box-wrap .btn-2 a::after {
    width: 43.3333333333px;
    height: 3.8888888889px;
    right: -30px;
  }
}
html body main #sec-2 .sec2-container .inner .gallery .btn-2 {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  html body main #sec-2 .sec2-container .inner .gallery .btn-2 a::after {
    width: 43.3333333333px;
    height: 3.8888888889px;
    right: -30px;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  html body main #sec-2 .sec2-container .inner .gallery .btn-2 {
    margin-bottom: 50px;
    margin-bottom: 7.4962518741vw;
  }
}
html body main #sec-2 .sec2-container .inner .gallery .pc_only {
  display: none;
}
@media screen and (min-width: 576px) {
  html body main #sec-2 .sec2-container .inner .gallery .pc_only {
    display: block;
  }
}
html body main #sec-3 {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #0E1A3C;
  color: #fff;
}
@media screen and (max-width: 767px) {
  html body main #sec-3 {
    padding-top: 65px;
    padding-bottom: 40px;
  }
}
html body main #sec-3 .wrapper {
  max-width: calc(1600px + 2rem);
}
html body main #sec-3 h2 {
  color: #fff;
  font-size: 28px;
}
@media screen and (max-width: 767px) {
  html body main #sec-3 h2 {
    font-size: 22px;
  }
}
html body main #sec-3 h2::after {
  background-color: #fff;
}
html body main #sec-3 h2 > span::before, html body main #sec-3 h2 > span::after {
  background-color: #fff;
}
html body main #sec-3 h2 strong {
  font-size: 62px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  html body main #sec-3 h2 strong {
    font-size: 36px;
  }
}
html body main #sec-3 h2 strong span {
  font-weight: 300;
  font-size: 70px;
  line-height: 1;
  padding: 0;
}
@media screen and (max-width: 767px) {
  html body main #sec-3 h2 strong span {
    font-size: 50px;
  }
}
html body main #sec-3 h2 strong span.small {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 42px;
}
@media screen and (max-width: 767px) {
  html body main #sec-3 h2 strong span.small {
    font-size: 30px;
  }
}
html body main #sec-3 h2 strong span::before, html body main #sec-3 h2 strong span::after {
  content: none;
}
html body main #sec-3 .box-wrap {
  display: grid;
  gap: 125px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
@media screen and (max-width: 1600px) {
  html body main #sec-3 .box-wrap {
    gap: 7.8125%;
  }
}
@media screen and (max-width: 991px) {
  html body main #sec-3 .box-wrap {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 767px) {
  html body main #sec-3 .box-wrap {
    grid-template-columns: 1fr;
    gap: 60px;
  }
}
@media screen and (max-width: 991px) {
  html body main #sec-3 .box-wrap .box {
    max-width: 700px;
    width: 100%;
    margin: auto;
  }
}
html body main #sec-3 .box-wrap .box figure {
  margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
  html body main #sec-3 .box-wrap .box figure {
    margin-bottom: 20px;
  }
}
html body main #sec-3 .box-wrap .box dl {
  margin-bottom: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
}
@media screen and (max-width: 767px) {
  html body main #sec-3 .box-wrap .box dl {
    margin-bottom: 13px;
  }
}
html body main #sec-3 .box-wrap .box dl dt {
  font-family: "Jost", sans-serif;
  font-weight: 300;
  font-size: 40px;
  line-height: 1.2;
  letter-spacing: 0em;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  html body main #sec-3 .box-wrap .box dl dt {
    font-size: 30px;
  }
}
@media screen and (max-width: 575px) {
  html body main #sec-3 .box-wrap .box dl dt {
    -ms-flex-item-align: center;
        align-self: center;
  }
}
html body main #sec-3 .box-wrap .box dl dt::after {
  content: "";
  position: absolute;
  background-color: #fff;
  width: 1px;
  height: 70px;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
  top: 0;
  bottom: 0;
  left: 0;
  right: -27px;
  margin: auto 0 auto auto;
  z-index: -1;
}
@media screen and (max-width: 575px) {
  html body main #sec-3 .box-wrap .box dl dt::after {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}
html body main #sec-3 .box-wrap .box dl dt span {
  display: block;
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  html body main #sec-3 .box-wrap .box dl dt span {
    font-size: 14px;
  }
}
html body main #sec-3 .box-wrap .box dl dd {
  font-size: 30px;
  line-height: 1.1333333333;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 1601px) {
  html body main #sec-3 .box-wrap .box dl dd {
    padding-top: 29px;
  }
}
@media screen and (max-width: 767px) {
  html body main #sec-3 .box-wrap .box dl dd {
    font-size: 26px;
  }
}
@media screen and (max-width: 575px) {
  html body main #sec-3 .box-wrap .box dl dd {
    -ms-flex-item-align: center;
        align-self: center;
  }
}
@media screen and (min-width: 576px) and (max-width: 991px) {
  html body main #sec-3 .box-wrap .box dl dd {
    padding-top: 29px;
  }
}
@media screen and (min-width: 1601px) {
  html body main #sec-3 .box-wrap .box dl dd br {
    display: none;
  }
}
@media screen and (min-width: 576px) and (max-width: 991px) {
  html body main #sec-3 .box-wrap .box dl dd br {
    display: none;
  }
}
html body main #sec-3 .box-wrap .box p {
  font-size: 16px;
  line-height: 1.875;
  letter-spacing: 0.04em;
}
html body main #sec-5 .wrapper {
  max-width: calc(1400px + 2rem);
}
html body main #sec-5 .box {
  display: grid;
  grid-template-columns: 600px 1fr;
  gap: 100px;
  margin-bottom: 60px;
}
@media screen and (max-width: 1400px) {
  html body main #sec-5 .box {
    grid-template-columns: 42.8571428571% 1fr;
    gap: 7.1428571429%;
  }
}
@media screen and (max-width: 991px) {
  html body main #sec-5 .box {
    grid-template-columns: 1fr;
    gap: 60px;
  }
}
@media screen and (max-width: 767px) {
  html body main #sec-5 .box {
    gap: 20px;
  }
}
html body main #sec-5 .box h3 {
  font-weight: 500;
  font-size: 32px;
  line-height: 1.4375;
  letter-spacing: 0.04em;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  html body main #sec-5 .box h3 {
    font-size: 22px;
    margin-bottom: 30px;
  }
}
html body main #sec-5 .box h3 span {
  display: block;
  font-size: 18px;
  line-height: 1.7777777778;
  letter-spacing: 0.06em;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  html body main #sec-5 .box h3 span {
    margin-top: 5px;
    font-size: 16px;
  }
}
html body main #sec-5 .box p {
  font-size: 16px;
  line-height: 1.875;
  letter-spacing: 0.04em;
  margin-bottom: 1.5em;
}
@media screen and (max-width: 767px) {
  html body main #sec-5 .box p {
    font-size: 15px;
  }
}
html body main #sec-5 .box p:last-child {
  margin-bottom: 0;
}
html body main #sec-6 {
  background-color: #F8F8F8;
}
html body main #sec-6 .wrapper {
  max-width: 1600px;
  padding: 0;
}
html body main #sec-6 .box-wrap {
  display: grid;
  gap: 120px;
}
@media screen and (max-width: 767px) {
  html body main #sec-6 .box-wrap {
    gap: 60px;
  }
}
html body main #sec-6 .box-wrap .box {
  position: relative;
}
@media screen and (min-width: 1200px) {
  html body main #sec-6 .box-wrap .box {
    background-repeat: no-repeat;
    height: 560px;
    display: grid;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 1400px) {
  html body main #sec-6 .box-wrap .box {
    height: 560px;
    height: 40vw;
    background-size: auto 100%;
  }
}
@media screen and (max-width: 1199px) {
  html body main #sec-6 .box-wrap .box {
    background-image: none !important;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    position: relative;
    z-index: 0;
  }
  html body main #sec-6 .box-wrap .box::after {
    content: "";
    position: absolute;
    background-repeat: no-repeat;
    background-size: 100% auto;
    width: 165px;
    height: 100px;
    top: 90px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto auto auto auto;
    z-index: 1;
  }
}
@media screen and (max-width: 767px) {
  html body main #sec-6 .box-wrap .box::after {
    top: 18vw;
  }
}
@media screen and (max-width: 575px) {
  html body main #sec-6 .box-wrap .box::after {
    top: 41vw;
    margin-top: 0;
  }
}
html body main #sec-6 .box-wrap .box figure {
  display: none;
}
@media screen and (max-width: 1199px) {
  html body main #sec-6 .box-wrap .box figure {
    position: relative;
    display: block;
    width: calc(100% + 2rem);
    margin: auto -1rem;
  }
}
html body main #sec-6 .box-wrap .box a {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
html body main #sec-6 .box-wrap .box a:hover {
  opacity: 0.6;
}
@media screen and (max-width: 1199px) {
  html body main #sec-6 .box-wrap .box a {
    margin: -50px auto auto;
  }
}
html body main #sec-6 .box-wrap .box .box-contents {
  position: relative;
  z-index: 1;
  background-color: #fff;
  width: 730px;
  padding: 75px 1rem;
  margin: auto 1rem;
}
@media screen and (max-width: 767px) {
  html body main #sec-6 .box-wrap .box .box-contents {
    padding: 40px 1rem 20px;
    width: calc(100% - 2rem);
  }
}
html body main #sec-6 .box-wrap .box .box-contents .box-contents-inner {
  max-width: 610px;
  width: 100%;
  margin: auto;
}
html body main #sec-6 .box-wrap .box .box-contents .box-contents-inner dl dt {
  font-weight: 400;
  font-size: 36px;
  line-height: 1.3888888889;
  letter-spacing: 0.06em;
  border-bottom: 1px solid #0E2971;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  html body main #sec-6 .box-wrap .box .box-contents .box-contents-inner dl dt {
    font-size: 22px;
  }
}
html body main #sec-6 .box-wrap .box .box-contents .box-contents-inner dl dd {
  font-size: 16px;
  line-height: 1.875;
  letter-spacing: 0.04em;
  margin-bottom: 0px;
}
@media screen and (max-width: 767px) {
  html body main #sec-6 .box-wrap .box .box-contents .box-contents-inner dl dd {
    font-size: 16px;
  }
}
@media screen and (min-width: 1200px) {
  html body main #sec-6 .box-wrap .box:nth-child(odd) {
    background-position: right top;
  }
  html body main #sec-6 .box-wrap .box:nth-child(odd) a {
    margin-left: 0;
  }
}
@media screen and (min-width: 1200px) {
  html body main #sec-6 .box-wrap .box:nth-child(even) {
    background-position: left top;
  }
  html body main #sec-6 .box-wrap .box:nth-child(even) a {
    margin-left: auto;
    margin-right: 0;
  }
}
@media screen and (min-width: 768px) {
  html body main #sec-6 .box-wrap .box:first-child {
    background-image: url("../../images/index/sec6-img-1-pc.webp");
  }
}
@media screen and (max-width: 1199px) {
  html body main #sec-6 .box-wrap .box:first-child::after {
    background-image: url("../../images/index/sec6-img-logo-1.svg");
  }
}
@media screen and (min-width: 768px) {
  html body main #sec-6 .box-wrap .box:nth-child(2) {
    background-image: url("../../images/index/sec6-img-2-pc.webp");
  }
}
@media screen and (max-width: 1199px) {
  html body main #sec-6 .box-wrap .box:nth-child(2)::after {
    background-image: url("../../images/index/sec6-img-logo-2.svg");
  }
}
@media screen and (min-width: 768px) {
  html body main #sec-6 .box-wrap .box:nth-child(3) {
    background-image: url("../../images/index/sec6-img-3-pc.webp");
  }
}
@media screen and (max-width: 1199px) {
  html body main #sec-6 .box-wrap .box:nth-child(3)::after {
    background-image: url("../../images/index/sec6-img-logo-3.svg");
  }
}
html body main #sec-7 .wrapper {
  max-width: 1600px;
  padding: 0;
}
html body main #sec-7 .box-wrap {
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  html body main #sec-7 .box-wrap {
    margin-bottom: 30px;
  }
}
html body main #sec-7 .box-wrap .box {
  position: relative;
}
@media screen and (min-width: 1200px) {
  html body main #sec-7 .box-wrap .box {
    background-repeat: no-repeat;
    width: 100%;
    height: 670px;
    display: grid;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media screen and (max-width: 1400px) {
  html body main #sec-7 .box-wrap .box {
    height: 610px;
    height: 43.5714285714vw;
    background-size: auto 100%;
  }
}
@media screen and (max-width: 1199px) {
  html body main #sec-7 .box-wrap .box {
    background-image: none !important;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
}
html body main #sec-7 .box-wrap .box figure {
  display: none;
}
@media screen and (max-width: 1199px) {
  html body main #sec-7 .box-wrap .box figure {
    position: relative;
    display: block;
    width: calc(100% + 2rem);
    margin: auto -1rem;
  }
}
html body main #sec-7 .box-wrap .box .box-contents {
  position: relative;
  z-index: 1;
  background-color: #0E1A3C;
  color: #fff;
  width: 730px;
  padding: 40px 1rem;
  margin: auto 1rem 0;
}
@media screen and (max-width: 1199px) {
  html body main #sec-7 .box-wrap .box .box-contents {
    margin: -50px auto auto;
  }
}
@media screen and (max-width: 767px) {
  html body main #sec-7 .box-wrap .box .box-contents {
    padding: 20px 1rem 20px;
    width: calc(100% - 2rem);
  }
}
html body main #sec-7 .box-wrap .box .box-contents .box-contents-inner {
  max-width: 610px;
  width: 100%;
  margin: auto;
}
html body main #sec-7 .box-wrap .box .box-contents .box-contents-inner dl dt {
  font-weight: 400;
  font-size: 36px;
  line-height: 1.3888888889;
  letter-spacing: 0.06em;
  border-bottom: 1px solid #fff;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  html body main #sec-7 .box-wrap .box .box-contents .box-contents-inner dl dt {
    font-size: 22px;
  }
}
html body main #sec-7 .box-wrap .box .box-contents .box-contents-inner dl dd {
  font-size: 16px;
  line-height: 1.875;
  letter-spacing: 0.04em;
  margin-bottom: 0px;
}
@media screen and (max-width: 767px) {
  html body main #sec-7 .box-wrap .box .box-contents .box-contents-inner dl dd {
    font-size: 16px;
  }
}
@media screen and (min-width: 1200px) {
  html body main #sec-7 .box-wrap .box:nth-child(odd) {
    background-position: left top;
    margin-left: auto;
    margin-right: 0;
  }
}
@media screen and (min-width: 768px) {
  html body main #sec-7 .box-wrap .box:first-child {
    background-image: url("../../images/index/sec7-img-1-pc.webp");
  }
}
html body main #sec-faq .wrapper {
  max-width: calc(860px + 2rem);
}
html body main #sec-faq .box-faq {
  display: grid;
  gap: 20px;
}
html body main #sec-faq .box-faq dl dt {
  background-color: #0E2971;
  color: #fff;
  font-weight: 400;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.08em;
  padding: 15px 15px 15px 60px;
  margin-bottom: 0px;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  html body main #sec-faq .box-faq dl dt {
    font-size: 15px;
    line-height: 1.4666666667;
    padding: 10px 50px;
  }
  html body main #sec-faq .box-faq dl dt::after {
    content: "";
    position: absolute;
    background-image: url("../../images/index/ico-faq-sp.svg");
    background-repeat: no-repeat;
    background-size: 100% auto;
    width: 20px;
    height: 20px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 15px;
    margin: auto 0 auto auto;
    z-index: -1;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
  }
}
html body main #sec-faq .box-faq dl dt::before {
  content: "Q";
  position: absolute;
  font-family: "Jost", sans-serif;
  font-weight: 300;
  font-size: 32px;
  line-height: 1;
  width: 1em;
  height: 1em;
  top: 0;
  bottom: 0;
  left: 20px;
  right: 0;
  margin: auto auto auto 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  html body main #sec-faq .box-faq dl dt::before {
    font-size: 26px;
    left: 14px;
  }
}
html body main #sec-faq .box-faq dl dt.active_dt::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
html body main #sec-faq .box-faq dl dd {
  font-size: 16px;
  line-height: 1.875;
  letter-spacing: 0em;
  border: 1px solid #0E2971;
  padding: 45px 20px 20px;
  margin-bottom: 0px;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  html body main #sec-faq .box-faq dl dd {
    font-size: 15px;
    padding: 45px 15px 15px;
    display: none;
  }
}
html body main #sec-faq .box-faq dl dd::before {
  content: "A";
  position: absolute;
  font-family: "Jost", sans-serif;
  font-weight: 300;
  font-size: 32px;
  line-height: 1;
  width: 1em;
  height: 1em;
  top: 11px;
  bottom: 0;
  left: 20px;
  right: 0;
  margin: 0 auto auto 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  html body main #sec-faq .box-faq dl dd::before {
    font-size: 26px;
    top: 15px;
    left: 14px;
  }
}
@media screen and (max-width: 767px) {
  html body main #sec-contact {
    padding-bottom: 0;
  }
}
html body main #sec-contact .wrapper {
  background-color: #EDEDED;
  padding: 100px 1rem;
}
@media screen and (max-width: 767px) {
  html body main #sec-contact .wrapper {
    padding: 45px 1rem 60px;
  }
}
html body main #sec-contact .wrapper .inner {
  max-width: calc(860px + 2rem);
  width: 100%;
  padding: 0 1rem;
  margin: auto;
}
html body main #sec-contact h2 + p {
  text-align: center;
  font-size: 20px;
  line-height: 1.7;
  letter-spacing: 0.04em;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  html body main #sec-contact h2 + p {
    font-size: 18px;
    line-height: 1.5555555556;
    letter-spacing: 0.02em;
    margin-bottom: 30px;
  }
}
html body main #sec-contact form {
  color: #505050;
}
html body main #sec-contact form dl {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  html body main #sec-contact form dl {
    margin-bottom: 60px;
  }
}
html body main #sec-contact form dl dt {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.6666666667;
  letter-spacing: 0em;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  html body main #sec-contact form dl dt {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
html body main #sec-contact form dl dt span.small {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  html body main #sec-contact form dl dt span.small {
    font-size: 14px;
  }
}
html body main #sec-contact form dl dt span.hissu {
  color: #BF3106;
  font-size: 12px;
  line-height: 1.5;
  border: 1px solid #BF3106;
  border-radius: 15px;
  padding: 0 7px 2px 7px;
  margin-left: 10px;
  margin-bottom: 2px;
  display: inline-block;
  vertical-align: middle;
}
html body main #sec-contact form dl dt span.ninni {
  color: #fff;
  font-size: 12px;
  line-height: 1.5;
  border: 1px solid #848484;
  border-radius: 15px;
  background-color: #848484;
  padding: 0 7px 2px 7px;
  margin-left: 10px;
  margin-bottom: 2px;
  display: inline-block;
  vertical-align: middle;
}
html body main #sec-contact form dl dd {
  margin-bottom: 50px;
}
html body main #sec-contact form dl dd p.small {
  margin-top: 12px;
  font-size: 12px;
  line-height: 1.5;
}
html body main #sec-contact form dl dd .dd-grid-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
}
@media screen and (max-width: 767px) {
  html body main #sec-contact form dl dd .dd-grid-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
  }
}
html body main #sec-contact form dl dd .dd-grid-2 div {
  max-width: 310px;
  width: 100%;
  font-size: 18px;
  line-height: 1.6666666667;
}
@media screen and (max-width: 767px) {
  html body main #sec-contact form dl dd .dd-grid-2 div {
    font-size: 16px;
  }
}
html body main #sec-contact form dl dd .dd-grid-2 div input {
  background-color: #fff;
  width: 100%;
  padding: 0.5rem 1rem;
}
html body main #sec-contact form dl dd .dd-grid-2 div p {
  display: grid;
}
html body main #sec-contact form > p {
  text-align: center;
}
html body main #sec-contact form > p.privacy {
  text-align: center;
  font-size: 16px;
  line-height: 1.625;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  html body main #sec-contact form > p.privacy {
    margin-bottom: 30px;
  }
}
html body main #sec-contact form > p.privacy a {
  color: #2BACE5;
  text-decoration: underline;
}
html body main #sec-contact form > p.privacy a:hover {
  text-decoration: none;
}
html body main #sec-contact form .agree {
  text-align: center;
}
html body main #sec-contact form .agree p {
  font-size: 16px;
  line-height: 1.875;
  margin-bottom: 15px;
}
html body main #sec-contact form .submit-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 60px;
}
@media screen and (max-width: 767px) {
  html body main #sec-contact form .submit-wrap {
    gap: 20px;
  }
}
@media screen and (max-width: 575px) {
  html body main #sec-contact form .submit-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
html body main #sec-contact form .submit-wrap .submit p input,
html body main #sec-contact form .submit-wrap .clear p input {
  width: 260px;
  height: 54px;
  display: grid;
  place-content: center;
  font-size: 16px;
  margin: auto;
  text-align: center;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
html body main #sec-contact form .submit-wrap .submit p input {
  background-color: #0E1A3C;
  color: #fff;
}
html body main #sec-contact form .submit-wrap .submit p input:hover {
  background-color: #fff;
  color: #0E1A3C;
}
html body main #sec-contact form .submit-wrap .submit p > span {
  display: none;
}
html body main #sec-contact form .submit-wrap .clear p input {
  background-color: transparent;
  border: 1px solid #0E1A3C;
}
html body main #sec-contact form .submit-wrap .clear p input:hover {
  background-color: #F8F8F8;
}
html body main #sec-contact form dl dd p {
  margin-bottom: 0;
}
html body main #sec-contact form dl dd.dd-address p {
  display: grid;
  gap: 5px;
}
html body main #sec-contact form dl dd.dd-address p input#pref {
  width: 200px;
}
html body main #sec-contact form dl dd.dd-select p {
  max-width: 310px;
  width: 100%;
  background: #fff;
}
html body main #sec-contact form input[type=text], html body main #sec-contact form input[type=tel], html body main #sec-contact form input[type=email] {
  width: 100%;
  background-color: #fff;
  padding: 0.5em;
  font-size: 16px;
}
html body main #sec-contact form input.postcode {
  width: 200px;
}
html body main #sec-contact form textarea {
  width: 100%;
  height: 250px;
  background-color: #fff;
  padding: 0.5em;
  font-size: 16px;
}
html body main #sec-contact form .wpcf7-list-item input[type=checkbox],
html body main #sec-contact form .wpcf7-list-item input[type=radio] {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  width: 18px;
  height: 18px;
  border: 2px solid #fff;
  background-color: #fff;
  cursor: pointer;
  margin-bottom: 3px;
  position: relative;
}
html body main #sec-contact form .wpcf7-list-item input[type=checkbox]:checked::before,
html body main #sec-contact form .wpcf7-list-item input[type=radio]:checked::before {
  content: "✔";
  color: #0E1A3C;
  font-size: 14px;
  line-height: 1;
  position: absolute;
  top: 0px;
  left: 2px;
}
@media screen and (max-width: 767px) {
  html body main #sec-contact form .wpcf7-checkbox,
  html body main #sec-contact form .wpcf7-radio {
    display: grid;
  }
}
html body main #sec-contact form .wpcf7-form-control-wrap[data-name=select-kengaku] {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 310px;
}
html body main #sec-contact form .wpcf7-form-control-wrap[data-name=select-kengaku] select.wpcf7-form-control.wpcf7-select {
  width: 100%;
  padding: 10px 50px 10px 15px;
  font-size: 16px;
  background-color: transparent;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  background-image: none;
  z-index: 2;
  position: relative;
}
html body main #sec-contact form .wpcf7-form-control-wrap[data-name=select-kengaku]::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 100%;
  background-color: #505050;
  pointer-events: none;
  z-index: 1;
}
html body main #sec-contact form .wpcf7-form-control-wrap[data-name=select-kengaku]::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 18px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #fff;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
  z-index: 2;
}
html body main #sec-contact form select,
html body main #sec-contact form ::picker(select) {
  -webkit-appearance: base-select;
     -moz-appearance: base-select;
          appearance: base-select;
}
html body .fadein {
  opacity: 0;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transition: all 1.5s;
  transition: all 1.5s;
}
html body .fadein.fadein-left {
  -webkit-transform: translate(-30px, 0);
          transform: translate(-30px, 0);
}
html body .fadein.fadein-right {
  -webkit-transform: translate(30px, 0);
          transform: translate(30px, 0);
}
html body .fadein.fadein-up {
  -webkit-transform: translate(0, -30px);
          transform: translate(0, -30px);
}
html body .fadein.fadein-bottom {
  -webkit-transform: translate(0, 30px);
          transform: translate(0, 30px);
}
html body .fadein.fadein-bottom-2 {
  -webkit-transform: translate(0, 30px);
          transform: translate(0, 30px);
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
html body .fadein.fadein-bottom-3 {
  -webkit-transform: translate(0, 30px);
          transform: translate(0, 30px);
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
html body .fadein.scrollin {
  opacity: 1 !important;
  -webkit-transform: translate(0, 0) !important;
          transform: translate(0, 0) !important;
}
html body .fadein.delay {
  -webkit-animation-name: fadein-1;
          animation-name: fadein-1;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}
html body .fadein.delay.delay-1 {
  -webkit-animation-delay: 3.5s;
          animation-delay: 3.5s;
}
html body .fadein.delay.delay-2 {
  -webkit-animation-delay: 4.5s;
          animation-delay: 4.5s;
}
html body .fadein.delay.delay-3 {
  -webkit-animation-delay: 5.5s;
          animation-delay: 5.5s;
}
@-webkit-keyframes fadein-1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadein-1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}/*# sourceMappingURL=index.css.map */