@charset "utf-8";
@media screen and (min-width: 769px){
  .header-area.switch .header-inner{
    background-color: #F5F6F8;
  }
}
/* index-headline
----------------------- */
.index-headline{
  font-size: 38px;
  font-weight: bold;
  line-height: 1.4em;
  text-align: center;
}
@media screen and (max-width: 768px){
  .index-headline{
    font-size: 7.1vw;
  }
}
/* index-subttl
----------------------- */
.index-subttl{
  font-size: 24px;
  font-weight: bold;
  line-height: 1.4em;
  text-align: center;
  color: #00B7BD;
}
.index-subttl::after{
  content: "";
  display: block;
  background-color: #DDDDDD;
  width: 40px;
  height: 3px;
  border-left:solid 12px #FF845A;
  margin: 0 auto;
  margin-top: 0.5em;
}
@media screen and (max-width: 768px){
  .index-subttl{
    font-size: 5.1vw;
  }
  .index-subttl::after{
    width: 9.2vw;
    height: 2px;
    border-left:solid 3vw #FF845A;
  }
}
/* ========================================================
index-mv
======================================================== */
.index-mv{
  background-color: #F5F6F8;
  padding-bottom: 50px;
}
.index-mv .inner{
  max-width: 1160px;
}
@media screen and (max-width: 768px){
  .index-mv{
    padding-bottom: 3.8vw;
  }
}
/* swiper
----------------------- */
.index-mv .swiper img{
  width: 100%;
  height: auto;
}
.index-mv .swiper{
  overflow: inherit;
}
.index-mv .index-mv__swiper{
  z-index: 3;
}
.index-mv .index-mv__swiper .swiper-slide{
  border-radius: 6px;
  overflow: hidden;
  transform: scale(0.85);
}
.index-mv .index-mv__swiper .swiper-slide-active{
  transform: scale(1);
}
.index-mv .index-mv__swiper .swiper-button-next, .index-mv .index-mv__swiper .swiper-button-prev{
  border-radius: 2px;
  font-size: 0;
  z-index: 12;
  width: 50px;
  height: 50px;
}
.index-mv .index-mv__swiper .swiper-button-next{
  left: auto;
  right: -50px;
  background: url("../../images/common/icon_arrow_right_white.svg") 55% center #272727 no-repeat;
  -moz-background-size: auto 12px;
  background-size: auto 12px;
}
.index-mv .index-mv__swiper .swiper-button-prev{
  left: -50px;
  right: auto;
  background: url("../../images/common/icon_arrow_left_white.svg") 45% center #272727 no-repeat;
  -moz-background-size: auto 12px;
  background-size: auto 12px;
}
.index-mv .index-mv__swiper .swiper-button-next:after, .index-mv .index-mv__swiper .swiper-button-prev:after{
  display: none;
}
.index-mv .index-mv__swiper .swiper-pause,
.index-mv .index-mv__swiper .swiper-start{
  font-size: 0;
  width: 46px;
  height: 46px;
  position: absolute;
  bottom: -66px;
  left: calc(50% + 210px);
}
.index-mv .index-mv__swiper .swiper-pause{
  background: url("../../images/common/icon_pause.svg") center center #F5F6F8 no-repeat;
  -moz-background-size: auto 20%;
  background-size: auto 20%;
}
.index-mv .index-mv__swiper .swiper-start{
  background: url("../../images/common/icon_play.svg") center center #F5F6F8 no-repeat;
  -moz-background-size: auto 20%;
  background-size: auto 20%;
}
@media screen and (max-width: 768px){
  .index-mv .inner{
    padding: 0;
  }
  .index-mv .index-mv__swiper .swiper-slide{
    transform: scale(1);
    border-radius:0;
    box-shadow: none;
  }
  .index-mv .index-mv__swiper .swiper-button-next,
  .index-mv .index-mv__swiper .swiper-button-prev{
    display: none;
  }
  .index-mv .index-mv__swiper .swiper-pause,
  .index-mv .index-mv__swiper .swiper-start{
    width: 10.25vw;
    height: 10.25vw;
    bottom: -17.2vw;
    left: calc(50% + 30.4vw);
  }
}
.index-mv .index-mv__thumbnail{
  width: 482px;
  transform: translate(-46px, 0);
}
.index-mv .index-mv__thumbnail::before,
.index-mv .index-mv__thumbnail::after{
  content: "";
  display: block;
  width: 100vw;
  height: 46px;
  position: absolute;
  top: 0;
  background-color: #F5F6F8;
  z-index: 3;
}
.index-mv .index-mv__thumbnail::before{
  left: -100vw;
}
.index-mv .index-mv__thumbnail::after{
  right: -100vw;
}
.index-mv .index-mv__thumbnail .swiper-button-next, .index-mv .index-mv__thumbnail .swiper-button-prev{
  font-size: 0;
  z-index: 12;
  width: 46px;
  height: 46px;
}
.index-mv .index-mv__thumbnail .swiper-button-next{
  left: auto;
  right: -110px;
  background: url("../../images/common/icon_arrow_right_black.svg") 55% center no-repeat;
  -moz-background-size: auto 12px;
  background-size: auto 12px;
}
.index-mv .index-mv__thumbnail .swiper-button-prev{
  left: -54px;
  right: auto;
  background: url("../../images/common/icon_arrow_left_black.svg") 45% center no-repeat;
  -moz-background-size: auto 12px;
  background-size: auto 12px;
}
.index-mv .index-mv__thumbnail .swiper-button-next:after, .index-mv .index-mv__thumbnail .swiper-button-prev:after{
  display: none;
}
.index-mv .index-mv__thumbnail .swiper-slide .image{
  background-color: #000;
  position: relative;
}
.index-mv .index-mv__thumbnail .swiper-slide-thumb-active .image img{
  opacity: 0.6;
}
.index-mv .index-mv__thumbnail .swiper-slide .image::after{
  content: "";
  display: block;
  width: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  background-color: #00B7BD;
  transition-property: width;
  transition: 0 linear;
}
.index-mv .index-mv__thumbnail .swiper-slide.swiper-slide-thumb-active .image::after{
  width: 100%;
  transition-property: width;
  transition: 3s linear;
}
@media screen and (max-width: 768px){
  .index-mv .index-mv__thumbnail{
    width: 70vw;
    transform: translate(-5vw, 0);
  }
  .index-mv .index-mv__thumbnail::before,
  .index-mv .index-mv__thumbnail::after{
    height: 16.4vw;
  }
  .index-mv .index-mv__thumbnail .swiper-slide{
    padding: 0 0.6vw;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 0;
  }
  .index-mv .index-mv__thumbnail .swiper-slide .image{
    border-radius: 1.53vw;
    overflow: hidden;
  }
  .index-mv .index-mv__thumbnail .swiper-button-next, .index-mv .index-mv__thumbnail .swiper-button-prev{
    width: 10.25vw !important;
    height: 16.4vw;
    top: 6vw;
  }
  .index-mv .index-mv__thumbnail .swiper-button-next{
    left: auto;
    right: -20.25vw;
    background: url("../../images/common/icon_arrow_right_black.svg") center center no-repeat;
    -moz-background-size: auto 18%;
    background-size: auto 18%;
  }
  .index-mv .index-mv__thumbnail .swiper-button-prev{
    left: -10.25vw;
    right: auto;
    background: url("../../images/common/icon_arrow_left_black.svg") center center no-repeat;
    -moz-background-size: auto 18%;
    background-size: auto 18%;
  }
}
/* ========================================================
first-movie
======================================================== */
.first-movie{
  z-index: 200;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0,0,0,0.5);
  text-align: center;
}
.first-movie__inner{
    display:flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  position: relative;
  height: 100vh;
  max-width: 920px;
}
.first-movie__wrap{
  text-align: center;
  width: 100%;
  padding-top: 56.25%;
  position: relative;
}
.first-movie__wrap iframe{
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.first-movie__close{
  position: absolute;
  right: -70px;
  top: calc(50% - 305px);
  width: 62px;
}

.first-movie__close a{
  display: block;
}

@media screen and (max-width: 768px){
  .first-movie__close{
    right: calc(50% - 7.95vw);
    top: calc(50% + 30vw);
    width: 15.9vw;
  }
}
/* ========================================================
index-first
======================================================== */
.index-first{
  padding: 50px 0;
}
.index-first .inner{
  max-width: 1160px;
}
.index-first__banner{
  display: flex;
    -ms-flex-pack:distribute;
    justify-content:space-between;
    flex-wrap: wrap;
}
.index-first__banner > div{
  width: calc(50% - 10px);
}
.index-first__banner a{
  text-align: center;
  margin: 0 auto;
  display: block;
  padding: 1.2em 3em;
  font-size: 16px;
  border-radius: 0.35em;
  position: relative;
}
@media screen and (max-width: 768px){
  .index-first{
    padding: 5.1vw 0 0;
  }
  .index-first__banner > div{
    width: calc(50% - 1vw);
  }
  .index-first__banner a{
    font-size: 3.58vw;
    text-align: left;
    padding: 0.3em 1em;
    height: 13vw;
    display: flex;
    justify-content: left;
    align-items: center;
    line-height: 1.2em;
    font-weight: normal;
  }
  .index-first__banner .header-navi__banner__cardpossession a{
    font-size: 3.3vw;
    line-height: 1.4em;
  }
  .index-first__banner a .icon-arrow{
    display: none;
  }
}
/* index-first__alert
----------------------- */
.index-first__alert{
  border: solid 2px #DD0000;
  position: relative;
  pointer-events: none;
}
.index-first__alert__ttl{
  color: #DD0000;
  line-height: 1.2em;
  width: 13em;
  text-align: center;
  position: absolute;
  left: 0;
  top: 1em;
  z-index: 2;
}
.index-first__alert__list li a{
  position: relative;
  display: block;
  padding: 1.3em 4.2em 1.3em 16em;
  font-size: 15px;
  background-color: #fff;
  transition-property: background-color,color;
  transition: 0.2s linear;
  pointer-events: auto;
}
.index-first__alert__list li a .icon-arrow__absolute{
  right: 2em;
}
@media screen and (min-width: 769px){
  .index-first__alert:has(li:first-child a:hover) .index-first__alert__ttl{
    color: #fff;
  }
  .index-first__alert__list li a:hover{
    background-color: #DD0000;
    color: #fff;
  }
  .index-first__alert__list li a:hover .icon-arrow__absolute{
    background: url("../../images/common/icon_arrow_right_red.svg") 55% center #fff no-repeat;
    -moz-background-size: auto 50%;
    background-size: auto 50%;
  }
}
@media screen and (max-width: 768px){
  .index-first__alert__ttl{
    width: 100%;
    position: static;
    font-size: 3.8vw;
    margin-top: 1.2em;
  }
  .index-first__alert__list{
    margin: 0.5em 0;
  }
  .index-first__alert__list li a{
    padding: 0.5em 2.8em 0.5em 1.3em;
  }
  .index-first__alert__list li a .icon-arrow__absolute{
    right: 1em;
  }
}
/* ========================================================
index-cademake
======================================================== */
.index-cademake{
  padding: 50px 0 90px;
}
.index-cademake .tablist__first__body{
  padding: 50px 45px 60px;
}
@media screen and (max-width: 768px){
  .index-cademake{
    padding: 11.5vw 0 10.25vw;
  }
  .index-cademake .tablist__first__body{
    padding: 4.3vw 3.3vw 10.25vw;
  }
}
/* index-cademake__cardlist
----------------------- */
.index-cademake__cardlist{
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}
.index-cademake__cardlist__box{
  width: calc((100% - 60px)/4);
  position: relative;
}
.index-cademake__cardlist__box > a{
      display:flex;
    -ms-flex-pack:distribute;
    flex-direction: column;
    flex-wrap: wrap;
  height: 100%;
  background-color: #fff;
  padding: 11% 10%;
  box-shadow: 0px 2px 6px #04000029;
  border: 1px solid #fff;
  border-radius: 6px;
  transition-property: border;
  transition: 0.2s linear;
}
.index-cademake__cardlist__box > a:hover{
  border: 1px solid #1FC1C6;
}
.index-cademake__cardlist__box .index-cademake__cardlist__name{
  font-weight: bold;
  margin: 1.5em 0 1em;
}
.index-cademake__cardlist__box .index-cademake__cardlist__name span{
  font-size: 14px;
}
.index-cademake__cardlist__box .index-cademake__cardlist__caption{
  color: #636363;
  font-size: 14px;
  margin-bottom: 2em;
}
.index-cademake__cardlist__box .index-cademake__cardlist__bottom{
}
.index-cademake__cardlist__box .index-cademake__cardlist__bnr{
  position: absolute;
  bottom: 0;
  padding: 0 10% 11%;
}
.index-cademake__cardlist__box .index-cademake__cardlist__bnr img{
  max-width: 100%;
  height: auto;
}
.index-cademake__cardlist__box a:hover .border-bt__green{
  color:#fff;
  background: transparent linear-gradient(315deg, #31C9CE 0%, #00B7BD 100%) 0% 0% no-repeat padding-box;
}
.index-cademake__cardlist__box a:hover .border-bt__green .icon-arrow__right__white{
  background: url("../../images/common/icon_arrow_right_green.svg") 55% center #fff no-repeat;
  -moz-background-size: auto 50%;
  background-size: auto 50%;
}
@media screen and (min-width: 769px){
  .index-cademake__cardlist__box > a{
    padding: 11% 10% !important;
  }
  .index-cademake__cardlist__box .index-cademake__cardlist__image{
    padding-bottom: 0 !important;
  }
}
@media screen and (max-width: 768px){
  .index-cademake__cardlist{
    display: block;
  }
  .index-cademake__cardlist__box{
    width: 100%;
  }
  .index-cademake__cardlist__box:not(:first-of-type){
    margin-top: 2vw;
  }
  .index-cademake__cardlist__box > a{
    display: block;
    padding: 6.15vw 7.69vw 6.15vw 40vw;
    position: relative;
  }
  .index-cademake__cardlist__box > a::after{
    content: "";
    display: block;
    width: 1em;
    height: 1em;
    position: absolute;
    right: 0.7em;
    top: calc(50% - 0.5em);
    background: url("../../images/common/icon_arrow_right_white.svg") 55% center #00B7BD no-repeat;
    -moz-background-size: auto 50%;
    background-size: auto 50%;
    border-radius: 9999px;
  }
  .index-cademake__cardlist__box .index-cademake__cardlist__image{
    position: absolute;
    width: 30vw;
    left: 3vw;
    top: 50%;
    transform: translate(0, -50%);
  }
  .index-cademake__cardlist__box .index-cademake__cardlist__name{
    height: auto !important;
    margin: 0 0 0.6em;
    font-size: 3.8vw;
  }
  .index-cademake__cardlist__box .index-cademake__cardlist__name span{
    font-size: 3.8vw;
  }
  .index-cademake__cardlist__box .index-cademake__cardlist__caption{
    font-size: 2.7vw;
    margin-bottom: 0;
    height: auto !important;
  }
  .index-cademake__cardlist__box .index-cademake__cardlist__bottom{
    padding: 0 !important;
    height: auto !important;
  }
  .index-cademake__cardlist__box .index-cademake__cardlist__bnr{
    padding: 0 20vw 6.15vw 20vw;
  }
  .index-cademake__cardlist__box .border-bt__green{
    display: none;
  }
}
.index-cademake__cardlist__more{
  text-align: center;
}
/* ========================================================
index-search
======================================================== */
.index-search{
  background: url("../../images/index/search_bg_pc.jpg") center center no-repeat;
  background-size: cover;
  padding: 60px 0 70px;
}
.index-search__link{
  display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 15px 32px;
}
.index-search__link .index-search__link__box{
  width: calc((100% - 32px) / 2);
}
.index-search__link .index-search__link__box a{
   display:flex;
    justify-content: center;
    align-items: center;
  position: relative;
  background-color: #fff;
  border: 1px solid #DDDDDD;
  height: 100%;
  padding: 2em 3em 2em 2em;
  min-height: calc(5.2em + 2px);
  border-radius: 6px;
  transition-property: border;
  transition: 0.2s linear;
}
.index-search__link .index-search__link__box a:hover{
  border: 1px solid #00B7BD;
}
.index-search__link .index-search__link__box .image{
  height: 80px;
  width: 80px;
  min-width: 80px;
}
.index-search__content{
  background-color: #F5F6F8;
  border-radius: 6px;
  padding: 50px 0 70px;
  text-align: center;
}
.index-search__content__inner{
  max-width: 960px;
  margin: 0 auto;
}
.index-search__content__ttl{
  text-align: center;
  color: #00B7BD;
  font-size: 24px;
}
.index-search__content__ttl:not(:first-of-type){
  margin-top: 40px;
}
.index-search__content__search{
  padding: 0 1em;
}
@media screen and (max-width: 768px){
  .index-search{
    padding: 10.25vw 0;
  }
  .index-search__link{
    gap: 2.5vw 0;
    margin-top: 3.8vw;
  }
  .index-search__link .index-search__link__box{
    width: 100%;
  }
  .index-search__link .index-search__link__box a{
    border-radius: 2vw;
    padding: 2em 3em 2em 1em;
  }
  .index-search__link .index-search__link__box .image{
    height: 12vw;
    width: 12vw;
    min-width: 12vw;
  }
  .index-search__content{
    border-radius: 1.53vw;
    padding: 10.25vw 0 11.5vw;
  }
  .index-search__content__ttl:not(:first-of-type){
    margin-top: 8.7vw;
  }
}
/* .index-search__content__keyword
----------------------- */
.index-search__content__keyword{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
}
.index-search__content__keyword li{
  font-weight: bold;
  box-shadow: 0px 2px 5px #0400000D;
  border-radius: 6px;
  background-color: #fff;
  font-size: 16px;
}
.index-search__content__keyword li a{
  padding: 0.2em 1.2em;
}
@media screen and (max-width: 768px){
  .index-search__content__keyword{
    gap: 1.53vw;
  }
  .index-search__content__keyword li{
    border-radius: 1.53vw;
    font-size: 3.3vw;
  }
}
/* ========================================================
index-possession
======================================================== */
.index-possession{
  padding: 90px 0;
}
@media screen and (max-width: 768px){
  .index-possession{
    padding: 12.8vw 0 7.69vw;
  }
}
/* ========================================================
index-copy
======================================================== */
.index-copy{
  color: #fff;
  background: url("../../images/index/copy_bg_pc.jpg") center center no-repeat;
  background-size: cover;
}
.index-copy .inner{
  padding: 90px 60px;
  height: 440px;
}
.index-copy .inner p{
  font-size: 30px;
  line-height: 1.6em;
}
@media screen and (max-width: 768px){
  .index-copy{
    background: url("../../images/index/copy_bg_sp.jpg") center center no-repeat;
    background-size: cover;
    font-size: 5.1vw;
  }
  .index-copy .inner{
    display:flex;
    justify-content: flex-end;
    align-items: flex-end;
    padding: 9.2vw 3.8vw;
    height: 84.6vw;
  }
  .index-copy .inner p{
    display: inline-block;
    font-size: 5.1vw;
    line-height: 1.6em;
  }
}
/* ========================================================
index-contentflow
======================================================== */
.index-contentflow{
  padding: 60px 0;
}
.index-contentflow__list{
   display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 15px 32px;
}
.index-contentflow__list__box{
  width: calc((100% - 32px) / 2);
}
@media screen and (max-width: 768px){
  .index-contentflow__list{
    padding: 9.2vw 0 9.2vw;
  }
  .index-contentflow__list__box{
  width: 100%;
}
}
/* ========================================================
index-support
======================================================== */
.index-support{
  padding: 60px 0 90px;
  background-color: #EFF9F8;
}
.index-support .inner{
  max-width: 960px;
}
@media screen and (max-width: 768px){
  .index-support{
    padding: 9.2vw 0 10.25vw;
  }
}

/* ========================================================
index-news
======================================================== */
.index-news{
  padding: 60px 0 90px;
}
.index-news .inner{
  max-width: 960px;
}
@media screen and (max-width: 768px){
  .index-news{
    padding: 9.2vw 0 10.25vw;
  }
}