@charset "utf-8";


/*---loading---*/
/* #loading{
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
#loading img{
  max-width: 25rem;
  width: 50%;
} */

/*初期は非表示*/
#wrapper {
  display: none;
}

/*---header---*/
.header_absolute#area_headershow {
  position: fixed;
  background-color: #fff;
}
.humburger_absolute#area_headerhide {
  position: fixed;
}
#area_headerhide {
  top: 13rem;
}

/*---area_kyvisual---*/
/*SlideImage//SlideImg->BKファイル内*/

/*kv*/
.only_pckv {
  display: none;
}

#area_kvmsg{
  margin: 0 2.5rem;
  min-height: 70rem;
  /* transition: all 1s; */
}
#area_kvmsg .kvmsg_item{
  /* padding-left: 2rem;
  background-color: #FFF; */
  position: relative;
}
.kvimg{
  opacity: 0;
}
.kvimg.kv_active{
  opacity: 1;
  transition: 2s;
}

#area_kvimg{
  width: 100%;
  margin-bottom: -15%;
}
#area_kvimg .kvimg{
  background-size:cover;
  height:30.9rem;
  width: 100%;
  position: absolute;
  top: 13rem;
  opacity: 0;
  transition: 2s;
}
#area_kvimg .kvimg.kv_active{
  opacity: 1;
  transition: 2s;
}

#box_kvmainmsg,
#box_kvmainmsg .kvimg,
#box_kvdiscription,
#box_kvdiscription .kvimg,
#box_kvbtn {
  position: absolute;
}
#box_kvdiscription .kvimg {
  width: 85%;
}
#box_kvmainmsg {
  top: 30rem;
  height: 15rem;
}
#box_kvdiscription {
  top: 30rem;
  height: 20rem;
  padding-left: 2rem;
}
#box_kvmainmsg,#box_kvdiscription{
  width: 80%;
  margin-bottom: 1.8rem;
}
#box_kvmainmsg .kvimg.pattern_a {
  width: 24.5rem;
}
#box_kvmainmsg .kvimg.pattern_b {
  width: 28.5rem;
}

#box_kvbtn{
  padding-right: 2rem;
  top: 30rem;
}
#area_kvmsg .kvmsg_item .bt_cmn{
  margin-right: 2rem;
  margin-top: 1.8rem;
}

.img_menuList .kvimg{
  opacity: 0;
  transition: 2s;
}
.img_menuList .kvimg.kv_active{
  opacity: 1;
  transition: 2s;
}
.img_menuList{
  height: 22rem;
}
.img_menuList img{
  position: absolute;
  height: 100%;
}

/*area_switch_kv*/
#area_switch_kv{
  display: flex;
  flex-wrap: wrap;
  position: fixed;
  bottom: 0;
  left: 0;
  height: 5.6rem;
  width: 57%;
  background: #FFF;
  padding: 1.5rem 2rem;
  align-items: center;
  z-index: 2;
}
#area_play_stop{
  width: 2.5rem;
  margin-right: 0.5rem;
  height: 1.8rem;
  display: flex;
  align-items: center;
  cursor: pointer;
}
#area_play_stop::after{
  font-family: Material Icons;
  content: "\e5df";
  content: "\e034";
  color:#00125E;
}
#area_play_stop.pause::after{
  content: "\e5df";
  font-size: 2.5rem;
}
#ul_switch_kv{
  display: flex;
  margin-right: 1.5rem;
}
#ul_switch_kv .switch_kv{
  width: 0.8rem;
  height: 0.8rem;
  border: solid 0.1rem #00125E;

}
.switch_kv{
  margin-right: .5rem;
}
.switch_kv.active_li{
  background-color:#00125E;
}
#area_seekbar{
  height: 0.1rem;
  width: 10rem;
  background-color: #CCCFDF;
  position: relative;
}
#area_seekbar::before{
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 0;
  background-color: #00125E;
  z-index: -1;
}
#area_seekbar.play::before {
  animation: animation-seekbar 6s infinite;
  width: 10rem;
  height: 0.1rem;
  z-index: 1;
}
#area_seekbar.pause::before {
  animation-play-state: paused;
}
@keyframes animation-seekbar {
  0% {width: 0;}
  100% {width: 10rem;}
}

/*---area_banner---*/
.area_banner{
  position: relative;
  width: 100%;
  padding: 5rem 4rem 0 2.5rem;
}
.area_banner a{
  width: 100%;
}
/*area_matchingbanner*/
/*area_careerbanner*/
#area_careerbanner {
  padding-top: 1rem;
}

/*---area_newslist---*/
#area_newslist{
  width: 90%;
  margin: 7.5rem auto 2rem;
  font-size: 1.3rem;
  z-index: 2;
}
.box_news{
  height: 12rem;
  overflow: hidden;
}
.ttl_news{
  text-align: center;
  font-size: 2rem;
}
#list_news{
  margin: 2rem 0;
}
#list_news article{
  margin-bottom: 2rem;
}
#list_news a{
  color: inherit;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 45rem;
}
#op_news{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.5rem;
  height: 3.5rem;
  padding: 0;
  margin: 0 auto;
  background-color: #00125E;
  color: #FFF;
  border: solid 0.2rem #00125E;
}

#area_conts.for_top,
.conts_mgTop#area_conts{
  padding-top: 5.5rem;
}
#area_conts.for_top h1{
  font-size: 2.4rem;
}
#area_conts.for_top p {
  margin-bottom: 0;
}

/*--area_10keywords / movie_gallery--*/
.area_10keywords,.box_movie_gallery{
  background-color: #F7F8FC;
  padding: 3.5rem 2.5rem;
  margin: 0 2.5rem;
}
.box_ttl_10keywords .ttl_keywords,.ttl_movie_gallery{
  margin-bottom: 2rem;
}
#area_conts .box_ttl_10keywords .msg_keywords, #area_conts .box_ttl_movie_gallery{
  margin-bottom: 3rem;
}
.area_img_10keywords{
  display: flex;
  justify-content: space-between;
  margin-bottom: 2rem;
}
.box_img_10keywords{
  width: 48%;
}
#area_movie_gallery{
  margin-top: 11rem;
}
.box_img_movie_gallery{
  margin-bottom: 3rem;
}
.box_movie_gallery>.flex_row {
  margin-bottom: 0;
}
/*ボタン*/
.box_btn_menuList.type_2row_pc,
.box_btn_menuList.type_3row_pc,
.box_btn_menuList.type_4row_pc {
  bottom: 0;
}

/*各ブロックトップ*/
.block_business,
.block_job {
  height: 49rem;
}
.block_culture {
  height: 55rem;
}
.block_information {
  height: 41rem;
}

/*--人を知るSlider Top ver.--*/
.for_top #area_sliderPeopleList .discription_menuList p{
  padding: 0.8rem 1.6rem 0.8rem 1.6rem;
}

@media (min-width: 600px) {/*mobile first*/

  /*---header---*/
  .header_absolute#area_headershow {
    position: relative;
    background-color: transparent;
  }
  .humburger_absolute#area_headerhide {
    position: absolute;
  }
  #area_headerhide {
    top: 8rem;
  }
  

  /*---area_kyvisual---*/
  .only_spkv {
    display: none;
  }
  .only_pckv {
    display: block;
  }
  .img_menuList{
    height: 40rem;
  }

  #area_top_kv{
    position: absolute;
    top: 0;
    width: 100%;
    /* height: 77rem;   */
    height: 100vh;
    min-width: 100rem;
    overflow: hidden;
  }
  #area_kvimg{
    height: 100%;
    position: relative;
    margin-bottom: 27rem;
  }
  #area_kvimg img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    min-height: 100%;
    max-width: inherit;
  }
  #area_kvimg .kvimg{
    /* height: 77rem; */
    height: 100vh;
    top:0;
  }

  #area_kvmsg{
    width: 40rem;
    position: relative;
    position: absolute;
    top: 25%;
    left: calc(50% - 17.7rem);
  }
  #area_kvmsg .kvmsg_item{
    padding-left: 0;
    background: none;;
  }
  #box_kvmainmsg, #box_kvdiscription{
    width: 100%;
    margin-bottom: 3rem;
  }
  #box_kvmainmsg {
    top: 0;
    height: 20rem;
  }
  #box_kvdiscription {
    top: 0;
  }
  #box_kvdiscription.pattern_a {
    height: 12.3rem;
  }
  #box_kvdiscription.pattern_b {
    height: 15.2rem;
  }
  
  #box_kvbtn{
    top: 0;
  }

  #box_kvmainmsg .kvimg.pattern_a {
    width: 33rem;
  }
  #box_kvdiscription .kvimg.pattern_a {
    width: 100%;
  }
  #box_kvmainmsg .kvimg.pattern_b {
    width: 35rem;
  }
  #box_kvdiscription .kvimg.pattern_b {
    width: 31rem;
  }
  #area_kvmsg .kvmsg_item .bt_cmn{
   margin-right: 0;
   width: 15rem; 
  }
  #area_switch_kv {
    width: 23rem;
  }

  /*---area_banner---*/
  .area_banner{
    position: absolute;
    right: 2rem;
    width: 38rem;
  }
  /*matching*/
  #area_matchingbanner{
    bottom: 19rem;
  }
  /*career*/
  #area_careerbanner {
    bottom: 9rem;
  }

  #area_newslist{
    position: absolute;
    bottom: 0;
    margin: 0;
    right: 0;
    width: 68rem;
    background: #FFF;
  }
  #area_newslist .box_news{
    display: flex;
    width: 65rem;
    height: 70px;
    padding: 2.5rem;
  }
  #area_newslist .box_news .ttl_news{
    font-size: 1.2rem;
    width: 8rem;
    text-align: left;
    line-height: inherit;
    padding-top: 0.1rem;
  }
  #area_newslist #list_news{
    margin: 0;
  }
  #area_newslist #list_news article{
    display: flex;
  }
  #area_newslist #list_news .date_news{
    width: 10rem;
  }
  #area_newslist #list_news .ttl_newsconts{
    width: 44rem;
  }
  #area_newslist #op_news{
    width: 5rem;
    position: absolute;
    top:1.8rem;
    right: 0;
    background: #FFF;
    border: none;
    color: inherit;
  }
  #area_newslist #op_news .material-icons{
    font-size: 2rem;
  }
  #area_conts.for_top{
    /* margin-top: 68.9rem; */
    margin-top: calc(100vh - 8rem);
    padding-top: 8.1rem;
  }
  #area_conts.conts_mgTop {
    /* margin-top: 77rem; */
    margin-top: 100vh;
  }
  #area_conts.for_top h1{
    font-size: 3.2rem;
  }
  

  /*--area_10keywords--*/
  .area_10keywords,.box_movie_gallery {
    width: 100rem;
    margin: 0 auto;
  }
  .box_ttl_10keywords{
    width: 38rem;
    position: absolute;
    left: 31rem;
  }
  .area_img_10keywords{
    margin-bottom: 0;
  }
  .box_img_10keywords{ 
    width: 22.6rem;
  }
  .box_btn_10keywords{
    position: absolute;
    bottom: 3.5rem;
    left: 31rem;
    width: 38rem;
  }
  .box_movie_gallery{
    /* display: flex;
    justify-content: space-between; */
    position: relative;
  }
  .box_ttl_movie_gallery,.box_btn_movie_gallery{
    position: absolute;
    width: 30rem;
    /* margin-left: calc(50% - 17.5rem); */
    left: calc(50% - 15rem);
  }
  .box_ttl_movie_gallery{
    top: 3.7rem;
  }
  .ttl_movie_gallery{
    margin-bottom: 1rem;
  }
  .box_btn_movie_gallery{
    bottom: 3.6rem;
  }
  .box_img_movie_gallery{
    width: 30rem;
    margin-bottom: 0;
    line-height: 1;
  }

  /*ボタン*/
  .box_btn_menuList.type_2row_pc {
    top: 25.5rem;
  }
  .box_btn_menuList.type_3row_pc {
    top: 29rem;
  }
  .box_btn_menuList.type_4row_pc {
    top: 32.5rem;
  }

  /*各ブロックトップ*/
  .block_business,
  .block_job,
  .block_culture,
  .block_information {
    height: 40rem;
  }
}