/* ---------------------------------------
  body
-----------------------------------------*/
body {
  width: 100%;
}

/* ---------------------------------------
  #mv
-----------------------------------------*/
#mv {
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 901px) {
  #mv {
    border-bottom-left-radius: 35.2rem;
    border-bottom-right-radius: 35.2rem;
    overflow: hidden;
  }
}
#mv .txt_box {
  position: absolute;
  right: 21.6rem;
  top: 29.4rem;
  z-index: 10;
}
@media screen and (max-width: 900px) {
  #mv .txt_box {
    right: 7rem;
    top: auto;
    bottom: 7rem;
  }
}
#mv .txt_box .ttl {
  font-size: 3.8rem;
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 900px) {
  #mv .txt_box .ttl {
    font-size: 3.6rem;
  }
}
#mv .txt_box .ttl .txt_large {
  font-size: 4.7rem;
}
@media screen and (max-width: 900px) {
  #mv .txt_box .ttl .txt_large {
    font-size: 4.5rem;
  }
}
#mv .txt_box .ttl .txt_bg {
  background-color: #33a2d8;
  display: inline-block;
  padding: 0.5rem 1.8rem 1.2rem 2.2rem;
}
#mv .txt_box .ttl + .ttl {
  margin-top: 1.2rem;
}
#mv .txt_box .caption {
  margin-top: 2rem;
  width: 51.2rem;
}
@media screen and (max-width: 900px) {
  #mv .txt_box .caption {
    width: 48.9rem;
  }
}
#mv .swiper-slide {
  width: 100%;
  aspect-ratio: 3838/2032;
}
@media screen and (max-width: 900px) {
  #mv .swiper-slide {
    aspect-ratio: 1500/2200;
  }
}
#mv .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: clip-path 0.3s ease-in-out;
  transition: clip-path 0.3s ease-in-out;
}
#mv .swiper-slide-active img,
#mv .swiper-slide-duplicate-active img,
#mv .swiper-slide-prev img {
  -webkit-animation: zoomUp 7s linear 0s normal both;
          animation: zoomUp 7s linear 0s normal both;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
#mv .swiper-slide.swiper-slide-next img {
  clip-path: polygon(0 0, 0% 0, 0% 50%, 100% 50%, 100% 100%, 100% 100%, 100% 50%, 0 50%);
}
#mv .swiper-slide.swiper-slide-active img {
  clip-path: polygon(0 0, 100% 0, 100% 50%, 100% 50%, 100% 100%, 0 100%, 0% 50%, 0 50%);
}
#mv .swiper-slide-active.animationStop img,
#mv .swiper-slide-duplicate-active.animationStop img,
#mv .swiper-slide-prev.animationStop img {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
@-webkit-keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
}
@keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
}
#mv .swiper-pagination {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.5rem;
  right: 5rem;
  bottom: 47rem;
  left: auto;
}
@media screen and (max-width: 900px) {
  #mv .swiper-pagination {
    display: none;
  }
}
#mv .swiper-pagination-bullet {
  display: block;
  background-color: #fff;
  opacity: 1;
  width: 0.8rem;
  height: 0.8rem;
}
#mv .swiper-pagination-bullet-active {
  width: 1.5rem;
  height: 1.5rem;
  background-color: #fff;
}
#mv .swiper_pause {
  width: 1.6rem;
  height: 1.6rem;
  text-indent: -9999px;
  overflow: hidden;
  cursor: pointer;
}
#mv .swiper_pause::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background: url(../img/index/icon_stop.png) no-repeat center/contain;
}
#mv .swiper_pause.paused::before {
  background: url(../img/index/icon_play.png) no-repeat center/contain;
}

/* ---------------------------------------
  .slider_txt
-----------------------------------------*/
.slider_txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-top: 9.2rem;
}
@media screen and (max-width: 900px) {
  .slider_txt {
    margin-top: 5.5rem;
  }
}
.slider_txt .slider {
  -webkit-animation: scroll-left 40s infinite linear 0.5s both;
          animation: scroll-left 40s infinite linear 0.5s both;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.slider_txt .slide {
  width: 343.9rem;
}
@media screen and (max-width: 900px) {
  .slider_txt .slide {
    width: 233.7rem;
  }
}
.slider_txt .slide img {
  display: block;
  width: 100%;
}

@-webkit-keyframes scroll-left {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes scroll-left {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
/* ---------------------------------------
  .bnr_slider
-----------------------------------------*/
.bnr_slider {
  margin-top: 9.1rem;
}
@media screen and (max-width: 900px) {
  .bnr_slider {
    margin-top: 6.5rem;
  }
}
.bnr_slider .list {
  width: 80.4vw;
  margin: 0 auto;
}
@media screen and (max-width: 900px) {
  .bnr_slider .list {
    width: 50rem;
  }
}
.bnr_slider .list li {
  margin: 0 1.1rem;
}
@media screen and (max-width: 900px) {
  .bnr_slider .list li {
    margin: 0;
  }
}
.bnr_slider .list a {
  display: block;
}
.bnr_slider .slick-prev,
.bnr_slider .slick-next {
  width: 3.5vw;
  height: 100%;
  border: solid 1px #878787;
  display: -ms-grid;
  display: grid;
  place-content: center;
  z-index: 1;
}
.bnr_slider .slick-prev::before,
.bnr_slider .slick-next::before {
  content: "";
  width: 1.5rem;
  height: 2.4rem;
  opacity: 1;
}
.bnr_slider .slick-prev {
  left: -7.2vw;
}
@media screen and (max-width: 900px) {
  .bnr_slider .slick-prev {
    left: -10.2rem;
  }
}
.bnr_slider .slick-prev::before {
  background: url(../img/index/ico_slider_prev.svg) no-repeat center/contain;
}
.bnr_slider .slick-next {
  right: -7.2vw;
}
@media screen and (max-width: 900px) {
  .bnr_slider .slick-next {
    right: -10.2rem;
  }
}
.bnr_slider .slick-next::before {
  background: url(../img/index/ico_slider_next.svg) no-repeat center/contain;
}

/* ---------------------------------------
  #news
-----------------------------------------*/
#news {
  margin-top: 12.9rem;
}
@media screen and (max-width: 900px) {
  #news {
    margin-top: 10.7rem;
  }
}
#news .ttl_box .ttl_en {
  width: 16.1rem;
  margin: 0 auto;
}
@media screen and (max-width: 900px) {
  #news .ttl_box .ttl_en {
    width: 16.1rem;
  }
}
#news .ttl_box .ttl_ja {
  text-align: center;
  margin-top: 2.9rem;
  font-size: 2.8rem;
  font-weight: 700;
}
@media screen and (max-width: 900px) {
  #news .ttl_box .ttl_ja {
    margin-top: 2.4rem;
  }
}
#news .news_list {
  margin-top: 4rem;
}
#news .news_list li + li {
  margin-top: 1.4rem;
}
#news .news_list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4.1rem;
  padding: 1.8rem 2.9rem;
  background-color: #f6f6f6;
}
@media screen and (max-width: 900px) {
  #news .news_list a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 1rem;
    padding: 1.6rem 2.3rem;
  }
}
#news .news_list .data {
  font-size: 1.8rem;
  font-weight: 700;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
@media screen and (max-width: 900px) {
  #news .news_list .data {
    font-size: 2.4rem;
  }
}
#news .news_list .ttl {
  font-size: 1.6rem;
  line-height: 1.375;
}
@media screen and (max-width: 900px) {
  #news .news_list .ttl {
    font-size: 2.4rem;
  }
}
#news .cicle_btn_box {
  margin-top: 4.5rem;
}
@media screen and (max-width: 900px) {
  #news .cicle_btn_box {
    margin-top: 6.8rem;
  }
}

/* ---------------------------------------
  #about
-----------------------------------------*/
#about {
  margin-top: 12.9rem;
}
#about .ttl_box .ttl_en {
  width: 19.3rem;
  margin: 0 auto;
}
@media screen and (max-width: 900px) {
  #about .ttl_box .ttl_en {
    width: 16.1rem;
  }
}
#about .ttl_box .ttl_ja {
  text-align: center;
  margin-top: 2.9rem;
  font-size: 2.8rem;
  font-weight: 700;
}
@media screen and (max-width: 900px) {
  #about .ttl_box .ttl_ja {
    margin-top: 2.4rem;
  }
}
#about .about_txt {
  width: 94rem;
  margin: 5.3rem auto 0;
  font-size: 1.8rem;
  line-height: 2.2222222222;
}
@media screen and (max-width: 900px) {
  #about .about_txt {
    width: 100%;
    margin-top: 6.4rem;
    font-size: 2.8rem;
    line-height: 2;
  }
}
#about .btn_box {
  width: 26.5rem;
  margin: 3.5rem auto 0;
}
@media screen and (max-width: 900px) {
  #about .btn_box {
    width: 40rem;
    margin-top: 7rem;
  }
}
#about .btn_box a {
  position: relative;
  display: block;
  width: 100%;
  height: 5rem;
  line-height: 5rem;
  font-size: 2rem;
  font-weight: 700;
  text-decoration: none;
  background-color: #323232;
  color: #fff;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 2;
  overflow: hidden;
}
@media screen and (max-width: 900px) {
  #about .btn_box a {
    height: 7rem;
    line-height: 7rem;
    font-size: 2.8rem;
  }
}
#about .btn_box a::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #323232;
}
#about .btn_box a .txt {
  position: relative;
  z-index: 2;
}
#about .btn_box a .icon {
  font-size: 2.375rem;
  font-weight: 700;
  color: #fff;
  position: absolute;
  right: 1.4rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
}
@media screen and (max-width: 900px) {
  #about .btn_box a .icon {
    font-size: 3.284rem;
    right: 2.2rem;
  }
}
@media (any-hover: hover) {
  #about .btn_box a:hover {
    opacity: 1;
  }
  #about .btn_box a:hover::after {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: 3rem solid #33a2d8;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}

/* ---------------------------------------
  .main_menu
-----------------------------------------*/
.main_menu {
  margin-top: 13.9rem;
}
@media screen and (max-width: 900px) {
  .main_menu {
    margin-top: 13rem;
  }
}
.main_menu .list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 4rem 1fr 4rem 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 4rem;
}
@media screen and (max-width: 900px) {
  .main_menu .list {
    -ms-grid-columns: 1fr 2.5rem 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5rem;
  }
}
.main_menu .list li a {
  position: relative;
  display: block;
}
.main_menu .list li a::after {
  content: "";
  width: 2.6rem;
  height: 2.6rem;
  background: url(../img/index/icon_mainmenu.png) no-repeat center/contain;
  position: absolute;
  bottom: 4.8rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2;
}
@media screen and (max-width: 900px) {
  .main_menu .list li a::after {
    width: 2.4rem;
    height: 2.4rem;
    bottom: 4.2rem;
  }
}
.main_menu .list li a .txt {
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.025em;
  line-height: 1.875;
  color: #fff;
  text-align: center;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
@media screen and (max-width: 900px) {
  .main_menu .list li a .txt {
    font-size: 2.8rem;
    line-height: 1.5;
  }
}
.main_menu .list li a .img {
  position: relative;
  z-index: 1;
}

/* ---------------------------------------
  #press-in
-----------------------------------------*/
#press-in {
  margin-top: 13.6rem;
}
@media screen and (max-width: 900px) {
  #press-in {
    margin-top: 11.3rem;
  }
}
#press-in .ttl {
  width: 56.4rem;
  margin: 0 auto;
}
#press-in .list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  border-top: solid 1px #878787;
  margin-top: 12.9rem;
}
@media screen and (max-width: 900px) {
  #press-in .list {
    margin-top: 5.8rem;
  }
}
#press-in .list li:nth-of-type(2n) {
  border-right: solid 1px #878787;
}
#press-in .list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 4.7rem;
  padding: 1.9rem;
  position: relative;
  border-bottom: solid 1px #878787;
  border-left: solid 1px #878787;
}
@media screen and (max-width: 900px) {
  #press-in .list a {
    gap: 0 2.7rem;
    padding: 1.1rem;
  }
}
#press-in .list a::after {
  content: "";
  width: 2.6rem;
  height: 2.6rem;
  background: url(../img/index/icon_press-in.png) no-repeat center/contain;
  position: absolute;
  top: 50%;
  right: 4rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 900px) {
  #press-in .list a::after {
    width: 2.5rem;
    height: 2.5rem;
    right: 1.9rem;
  }
}
#press-in .list .txt {
  font-size: 2.4rem;
  font-weight: 700;
}
#press-in .list .img {
  width: 16.3rem;
}
@media screen and (max-width: 900px) {
  #press-in .list .img {
    width: 9.6rem;
  }
}