@charset "UTF-8";
/*==================================================================================================
    サイト基礎
==================================================================================================*/
/*==================================================================================================
    main
==================================================================================================*/
.top-main {
  position: relative;
}
.top-main__cont {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 100;
  text-align: center;
}
.top-main__ttl {
  font-size: 1vw;
  width: 28.125em;
  min-width: 240px;
  max-width: 450px;
  margin: 0 auto;
}
.top-main__txt {
  color: #FFF;
  font-size: clamp(1.25em, 1.8vw, 1.75em);
  margin-top: 1.5em;
  word-break: keep-all;
}
.top-main__btns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 4em;
}
@media screen and (max-width: 960px) {
  .top-main__btns {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
.top-main__btns a {
  margin: 0.5em;
}
.top-main .swiper-container {
  width: 100%;
  height: calc(100vh - 5.625em);
  overflow: hidden;
}
.top-main .swiper-container .swiper-wrapper .swiper-slide {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.sec {
  padding: 5em 20px;
}
.sec__ttl {
  margin-bottom: 3em;
  text-align: center;
}
.sec__ttl__jp {
  color: #E60012;
  font-size: 1.375em;
  display: block;
}
.sec__ttl__en {
  color: #888888;
  font-size: 4.125em;
  line-height: 1.6;
  font-family: "Josefin Sans", sans-serif;
}
@media screen and (max-width: 960px) {
  .sec__ttl__en {
    font-size: 3em;
  }
}
.sec.--01 {
  background: url(../img/top/sec01_bg.svg) no-repeat;
  background-size: cover;
  text-align: center;
}
.sec.--01 .sec__txt {
  font-size: 1.375em;
  line-height: 2.1363636364;
}
.sec.--01 .sec__txt.--sm {
  font-size: 1em;
  margin-top: 4em;
}
.sec.--01 .sec__txt.--lg {
  font-size: 2em;
}
.sec.--02 {
  background: #111 url(../img/top/sec02_bg.png) no-repeat;
  background-size: 100% auto;
  background-position: top center;
  color: #FFF;
  padding: 7.5em 20px;
  -webkit-clip-path: polygon(0 6vw, 100% 0%, 100% calc(100% - 6vw), 0 100%);
          clip-path: polygon(0 6vw, 100% 0%, 100% calc(100% - 6vw), 0 100%);
  position: relative;
}
.sec.--02 .sec__ttl__en {
  color: #FFF;
}
.sec.--02 .sec02-abs01 {
  position: absolute;
  top: 24%;
  right: 0;
  width: 48.8541666667%;
  z-index: -1;
  mix-blend-mode: color-dodge;
}
.sec.--02 .sec02-abs02 {
  position: absolute;
  top: 40%;
  left: 0;
  width: 53.8541666667%;
  z-index: -1;
  mix-blend-mode: color-dodge;
}
.sec.--02 .sec02-abs03 {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 37.5%;
  z-index: -1;
}
.sec.--02 .sec02-mv {
  max-width: 970px;
  margin: 0 auto 8em;
  aspect-ratio: 16/9;
}
.sec.--02 .sec02-mv iframe {
  width: 100%;
  height: 100%;
}
.sec.--02 .sec02-area {
  max-width: 1200px;
  margin: 0 auto 8em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media screen and (max-width: 960px) {
  .sec.--02 .sec02-area {
    margin-bottom: 5em;
  }
}
@media screen and (min-width: 961px) {
  .sec.--02 .sec02-area:nth-of-type(even) .sec02-area__img {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  .sec.--02 .sec02-area:nth-of-type(even) .sec02-area__cont {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
}
.sec.--02 .sec02-area__img {
  width: 43.25%;
}
@media screen and (max-width: 960px) {
  .sec.--02 .sec02-area__img {
    width: 100%;
  }
}
.sec.--02 .sec02-area__cont {
  width: 50%;
}
@media screen and (max-width: 960px) {
  .sec.--02 .sec02-area__cont {
    width: 100%;
  }
}
.sec.--02 .sec02-area__cont__ttl {
  margin-bottom: 2.5em;
}
@media screen and (max-width: 960px) {
  .sec.--02 .sec02-area__cont__ttl {
    margin-top: 1em;
    margin-bottom: 1em;
  }
}
.sec.--02 .sec02-area__cont__ttl__en {
  color: #E60012;
  font-weight: bold;
  display: block;
  margin-bottom: 1em;
  font-family: "Josefin Sans", sans-serif;
}
.sec.--02 .sec02-area__cont__ttl__jp {
  display: block;
  font-size: 2.25em;
  line-height: 1.5277777778;
}
@media screen and (max-width: 960px) {
  .sec.--02 .sec02-area__cont__ttl__jp {
    font-size: 1.75em;
  }
}
.sec.--02 .sec02-area__cont__txt {
  font-size: 1.125em;
  line-height: 2.1666666667;
  letter-spacing: 0.066em;
}
.sec.--02 .sec02-box {
  max-width: 1200px;
  margin: 0 auto 5em;
  border: 1px dashed #666666;
  padding: 4em 2em 2em;
}
@media screen and (max-width: 960px) {
  .sec.--02 .sec02-box {
    padding: 2em;
  }
}
.sec.--02 .sec02-box__img {
  max-width: 750px;
  margin: 0 auto 2em;
}
.sec.--02 .sec02-box__txt {
  font-size: 2em;
  text-align: center;
  word-break: keep-all;
}
@media screen and (max-width: 960px) {
  .sec.--02 .sec02-box__txt {
    font-size: 1.375em;
  }
}
.sec.--02 .sec02-icons {
  max-width: 1200px;
  margin: 0 auto 5em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media screen and (max-width: 960px) {
  .sec.--02 .sec02-icons {
    display: block;
  }
}
.sec.--02 .sec02-icons li {
  width: 28.3333333333%;
}
@media screen and (max-width: 960px) {
  .sec.--02 .sec02-icons li {
    width: 100%;
  }
  .sec.--02 .sec02-icons li + li {
    margin-top: 4em;
  }
}
.sec.--02 .sec02-icons li figure {
  width: 44.1176470588%;
  margin: 0 auto;
  margin-bottom: 1.5em;
}
@media screen and (max-width: 960px) {
  .sec.--02 .sec02-icons li figure {
    width: 29.4117647059%;
  }
}
.sec.--02 .sec02-icons li h4 {
  font-size: 1.5em;
  text-align: center;
  margin-bottom: 1em;
}
.sec.--02 .sec02-icons li a {
  color: #FFF;
  text-decoration: underline;
}
.sec.--02 .sec02-icons li a:hover {
  text-decoration: none;
}
.sec.--03 .news-slider {
  margin-bottom: 6.25em;
  position: relative;
}
.sec.--03 .news-slider * {
  -webkit-transition: 0s;
  transition: 0s;
}
@media screen and (max-width: 960px) {
  .sec.--03 .news-slider {
    margin-bottom: 3.125em;
  }
}
.sec.--03 .news-slider a {
  display: block;
  text-decoration: none;
}
.sec.--03 .news-slider .main-news__data {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 1em;
  margin-bottom: 1em;
}
.sec.--03 .news-slider .main-news__data time {
  display: block;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
}
.sec.--03 .news-slider .main-news__data .data-cate {
  font-size: 0.75em;
  background: #000;
  color: #FFF;
  margin-left: 0.5em;
  padding: 0.25em 0.75em 0.25em;
}
.sec.--03 .news-slider .news-txt {
  margin-top: 0.25em;
}
.sec.--03 .news-slider .swiper-container {
  overflow: hidden;
}
.sec.--03 .news-slider .swiper-button-prev,
.sec.--03 .news-slider .swiper-button-next {
  position: absolute;
  top: 5em;
  left: auto;
  right: auto;
  width: 1.71875em;
  height: 3.4375em;
  margin-top: 0;
  z-index: 10;
  cursor: pointer;
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
}
.sec.--03 .news-slider .swiper-button-prev.swiper-button-disabled,
.sec.--03 .news-slider .swiper-button-next.swiper-button-disabled {
  opacity: 0;
}
@media screen and (max-width: 960px) {
  .sec.--03 .news-slider .swiper-button-prev,
  .sec.--03 .news-slider .swiper-button-next {
    top: 30%;
  }
}
.sec.--03 .news-slider .swiper-button-prev {
  left: 1em;
  background-image: url(../img/common/slider_arrow_l.svg);
}
.sec.--03 .news-slider .swiper-button-next {
  right: 1em;
  background-image: url(../img/common/slider_arrow_r.svg);
}
.sec.--03 .sec03-box {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  max-width: 1200px;
  margin: 0 auto;
  padding: 4em 0;
}
@media screen and (max-width: 960px) {
  .sec.--03 .sec03-box {
    padding: 2em 0;
  }
}
.sec.--03 .sec03-box__img {
  max-width: 734px;
  margin: 0 auto 4em;
}
@media screen and (max-width: 960px) {
  .sec.--03 .sec03-box__img {
    margin-bottom: 2em;
    padding: 0 3em;
  }
}
.sec.--03 .sec03-box__txt {
  font-size: 2em;
  text-align: center;
  word-break: keep-all;
}
@media screen and (max-width: 960px) {
  .sec.--03 .sec03-box__txt {
    font-size: 1.375em;
  }
}
.sec.--04 {
  background: #F7F7F7;
  padding: 7.5em 20px;
  -webkit-clip-path: polygon(0 6vw, 100% 0%, 100% 100%, 0 100%);
          clip-path: polygon(0 6vw, 100% 0%, 100% 100%, 0 100%);
}
.sec.--04 .sec__ttl {
  margin-bottom: 2em;
}
.sec.--04 .sec04-map {
  max-width: 1200px;
  padding-top: 37.5%;
  margin: 0 auto 3em;
  position: relative;
}
@media screen and (max-width: 960px) {
  .sec.--04 .sec04-map {
    padding-top: 75%;
  }
}
.sec.--04 .sec04-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.sec.--04 .sec04-access {
  text-align: center;
}
.sec.--04 .sec04-access dt {
  font-size: 1.375em;
  margin-bottom: 0.5em;
}
.sec.--04 .sec04-access dd {
  line-height: 2.1666666667;
}
.sec.--04 .sec04-txt {
  word-break: keep-all;
  text-align: center;
  font-size: 1.25em;
  margin-bottom: 3em;
}
.sec.--04 .sec04-txt a {
  text-decoration: underline;
}
.sec.--04 .sec04-txt a:hover {
  text-decoration: none;
}
.sec.--04 .sec04-nexttxt {
  text-align: center;
  font-size: 1.8125em;
  padding: 3em 0;
  background: url(../img/top/sec04_bg01.svg) no-repeat;
  background-size: contain;
  background-position: center;
  margin-top: 2em;
  word-break: keep-all;
}
@media screen and (max-width: 960px) {
  .sec.--04 .sec04-nexttxt {
    font-size: 1.5em;
    padding: 2em 0;
  }
}
.sec.--05 {
  background: #111 url(../img/top/sec05_bg.png) no-repeat;
  background-size: 100% auto;
  background-position: top center;
  color: #FFF;
}
.sec.--05 .sec__ttl__en {
  color: #FFF;
}
.sec.--05 .sec__txt {
  font-size: 1.125em;
  line-height: 2.2222222222;
  text-align: center;
}
.sec.--05 .sec__txt a {
  color: #FFF;
  text-decoration: underline;
}
.sec.--05 .sec__txt a:hover {
  text-decoration: none;
}
.sec.--05 .form-cont {
  max-width: 772px;
  margin: 5em auto 0;
  background: #FFF;
  border-radius: 2.125em;
}
.sec.--05 .form-cont__t {
  background: #E60012;
  color: #FFF;
  text-align: center;
  border-radius: 2.125em;
  line-height: 4.25;
  cursor: pointer;
  position: relative;
}
.sec.--05 .form-cont__t:after {
  content: "";
  background: url(../img/common/arrow_t_wt.svg) no-repeat;
  background-size: 100% auto;
  position: absolute;
  width: 0.8375em;
  height: 0.4625em;
  top: 50%;
  right: 2em;
  -webkit-transform: translate(0, -50%) rotate(180deg);
          transform: translate(0, -50%) rotate(180deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.sec.--05 .form-cont__t:hover:after, .sec.--05 .form-cont__t.open:after {
  -webkit-transform: translate(0, -50%) rotate(0deg);
          transform: translate(0, -50%) rotate(0deg);
}
.sec.--05 .form-cont__b {
  display: none;
}