@charset "UTF-8";

/* 
// top
*/


/* loading */
.loading--wrap{
  align-items: center;
  background: #fff;
  display: flex;
  left:0;
  position: fixed;
  height: 100vh;
  justify-content: center;
  top:0;
  width: 100vw;
  z-index: 102;
}

.loading{
  align-items: center;
  display: flex;
  height: 29.64955rem;
  position: relative;
  width: 47.4rem;
}

.loading__title--wrap{
  margin: 0 -0.5rem 0 0;
}

.loading__title{
  font-size:2.878rem;
  line-height: 1;
  width: fit-content;
}

.loading__percentage--wrap{
  align-items: center;
  display: flex;
  justify-content: flex-end;
  font-size:1.646rem;
}

.loading__image--wrap{
  bottom:0;
  overflow: hidden;
  position: absolute;
  right: 0;
  height: 0%;
  width:36.98974rem;
}

.loading__image{
  bottom:0;
  left:0;
  height: 29.64955rem;
  position: absolute;
  width:36.98974rem;
}


/* top movie */
.top{}

.top-movie--wrap{
  background: #000;
  left:0;
  overflow: hidden;
  position: fixed;
  height: 100vh;
  top:0;
  width: 100vw;
  z-index: 101;
}

.top-movie--wrap:after{
  background: var(--color-yellow);
  bottom:0;
  content:'';
  height: 0vh;
  left:0;
  position: absolute;
  transition: .2s;
  width: 100vw;
  z-index: 103;
}

.top-movie--wrap.inactive:after{
  height: 100vh;
}

.top-movie--wrap video{
  left:50%;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  top:50%;
  transform:translate(-50%,-50%);
}

.top-movie-skip-btn{
  bottom: 2.5rem;
  right:3rem;
  opacity: 0.5;
  position:absolute;
  transition:.2s;
  width: 9.7rem;
}

.top-movie-skip-btn.cookieNoticeInfoDisplayed{
  bottom: 8rem;
}

/*
.top-movie-skip-btn.active{
  opacity: 0.5;
}*/

.top-movie-skip-btn:hover{
  opacity: 1;
}
    
.top .mv--wrap{
  height: calc(100vh - 9.6rem);
  margin: 0 0 24rem;
  position: relative;
  width: 100%;
}

.top .mv__movie--wrap{
  display: none;
  position: relative;
}

.top .mv__movie{

}

.top .mv{
  position: relative;
}

/* Revisit message 202404 */
.mv__revisit-message{
  background: rgba(0,0,0,0.4);
  left:0;
  position:absolute;
  top:0;
  visibility: hidden;
  width: 100%;
  z-index: 2;
}

.mv__revisit-message.active{
  visibility: visible;
}

.mv__revisit-message--inner{
  color:#fff;
  font-size:2.2rem;
  margin: auto;
  padding: 0.5em 0;
  width:108rem;
}
      
.top .mv__slide{
  height: calc(100vh - 9.6rem);
  width: 100%;
}

.top .mv__slide .swiper-slide {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.mv__slide__item--01.lazyloaded{
  background: url("../images/top/mv__slide--01--pc@2x.webp");
}

.mv__slide__item--02.lazyloaded{
  background: url("../images/top/mv__slide--02--pc@2x.webp");
}

.mv__slide__item--03.lazyloaded{
  background: url("../images/top/mv__slide--03--pc@2x.webp");
}

.mv__slide__item--04.lazyloaded{
  background: url("../images/top/mv__slide--04--pc@2x.webp");
}

.top .mv__slide .swiper-pagination{
  align-items: center;
  bottom:3rem;
  display: flex;
  left: auto;
  right: 4rem;
  width: fit-content;
}

.top .mv__slide .swiper-pagination-bullet {
  background-color: #fff;
  border-radius: 0;
  display: block;
  height: 2.8rem;
  margin: 0 1.1rem !important;
  opacity: 1;
  transform: skewX(-28deg);
  width: 0.2rem;
}

.top .mv__slide .swiper-pagination-bullet-active{
  background-color: #fff000;
}

.top .mv__copy--wrap{
  color: #fff;
  left:50%;
  margin: auto;
  padding: 0 0 0 7rem;
  position: absolute;
  top:21%;
  transform:translateX(-50%);
  width: var(--width-pc);
  z-index: 2;
}

.top .mv__copy{
  /*font-size:9.156rem;
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1.15;
  margin: 0 0 0.18em 0.1em;*/
  margin: 0 0 3.5rem 0.8rem;
  width: 48.51582rem;
}

.top .mv__copy span{
  margin: 0 -0.06em;
}

.top .mv__description{
  font-size:1.9rem;
  line-height: 1.85;
  margin: 0 0 0 0.5em;
}

.top .mv-icon--wrap{
  height: calc(100vh + 24rem);
  left:0;
  overflow: hidden;
  position: absolute;
  top:0;
  width: 100%;
}

.top .mv-icon{
  bottom:0;
  left:50%;
  position: absolute;
  transform: translateX(-36%) scale(20);
  transform-origin: bottom;
  transition: .4s;
  transition-timing-function: ease-out;
  width: 36.98974rem;
}

.top .mv-icon.active{
  transform: translateX(-36%) scale(1);
}


.top .message{
  padding: 6rem 0 12rem;
}

.top .message__heading--wrap{
  text-align: center;
}

.top .message__heading--en{
  display: block;
  font-size: 11.912rem;
  font-weight: 300;
  letter-spacing: 0.04em;
  line-height: 1;
  margin: 0 0 0.15em;
}

.top .message__heading--jp--wrap{
  align-items: center;
  display: flex;
  justify-content: center;
  margin: 0 auto 8rem;
}

.top .message__heading--jp{
  display: block;
  font-size:3.2rem;
  font-weight: 500;
  margin: 0 0.5em 0 0;
}

.top .message__heading__modal-open-btn{}

.top .message__entry{
  background: #fff000;
  margin: 0 0 9.5rem;
  padding: 8rem 0;
  text-align: center;
}

.top .message__entry__heading{
  letter-spacing: 0.04em;
  line-height: 1;
  font-size:10rem;
  font-weight: 300;
}

.top .message__entry__description{
  font-size:2rem;
  line-height: 1.5;
  margin: 2rem 0 3.5rem;
}

.top .message__entry__link.more-btn{
  font-size:2rem;
  margin: auto;
  width: 35.3rem;
}

.top .message__entry__link.more-btn span:before {
  right: 2.2rem;
}

.top .message__scroll-images{
  height: 21rem;
  width: 100%;
}

.top .message__scroll-images--01{
  animation: topMessageScrollImages--01--pc 30s linear infinite;
  background: url("../images/top/message__scroll-images--bg--01--pc@2x.webp") repeat-x top left/218.7rem 21rem;
  margin: 0 0 1.6rem;
}

.top .message__scroll-images--02{
  animation: topMessageScrollImages--02--pc 30s linear infinite;
  background: url("../images/top/message__scroll-images--bg--02--pc@2x.webp") repeat-x top left/218.7rem 21rem;
}


@keyframes topMessageScrollImages--01--pc {
  0% {
    background-position: left 0 center;
  }
  100% {
    background-position: left -218.7rem center;
  }
}

@keyframes topMessageScrollImages--02--pc {
  0% {
    background-position: left 0 center;
  }
  100% {
    background-position: left 218.7rem center;
  }
}

@keyframes topMessageScrollImages--01--sp {
  0% {
    background-position: left 0 center;
  }
  100% {
    background-position: left -292.5rem center;
  }
}

@keyframes topMessageScrollImages--02--sp {
  0% {
    background-position: left 0 center;
  }
  100% {
    background-position: left 292.5rem center;
  }
}



.top .top-section{
  overflow: hidden;
  height: 70rem;
  width: 100%;
}

.top .top-section.about.lazyloaded{
  background: linear-gradient(90deg, rgba(0,20,51,0.3), rgba(0,20,51,0.3)),url("../images/top/top-section__image--about--bg--pc@2x.webp") no-repeat top center/192rem auto;
}

.top .top-section.jobs.lazyloaded{
  background: linear-gradient(90deg, rgba(0,20,51,0.3), rgba(0,20,51,0.3)),url("../images/top/top-section__image--jobs--bg--pc@2x.webp") no-repeat top center/192rem auto;
}

.top .top-section.careers.lazyloaded{
  background: linear-gradient(90deg, rgba(0,20,51,0.3), rgba(0,20,51,0.3)),url("../images/top/top-section__image--careers--bg--pc@2x.webp") no-repeat top center/192rem auto;
}

.top .top-section.people.lazyloaded{
  background: linear-gradient(90deg, rgba(0,20,51,0.3), rgba(0,20,51,0.3)),url("../images/top/top-section__image--people--bg--pc@2x.webp") no-repeat top center/192rem auto;
}

@media screen and (min-width:1921px){
  .top .top-section{
    background-size: cover !important;
  }
}

.top .top-section--inner{
  align-items: center;
  display: flex;
  margin: auto;
  height: 70rem;
  justify-content: center;
  position: relative;
  width: 120rem;
}

.top .top-section__heading{
  color:#fff;
  opacity:1;
  text-align: center;
  transition: .5s;
}

.top .top-section.entered .top-section__heading{
  opacity:0;
}

.top .top-section__heading--en{
  display: block;
  font-size:11.912rem;
  font-weight: 300;
  letter-spacing: -0.02em;
  line-height: 1;
}

.top .top-section__heading--jp{
  font-size:2.2rem;
  font-weight: 500;
}

.top .top-section__item--wrap{
  background: rgba(255,255,255,0.8);
  border-bottom-left-radius: 3.55282rem;
  border-bottom-right-radius: 3.55282rem;
  display: block;
  height: 58.5rem;
  position: absolute;
  right: 0;
  top:-58.5rem;
  transition: .5s;
  width: 45.3rem;
}

.top .top-section.entered .top-section__item--wrap{
  top:0rem;
}

.top .top-section__item-title--en{
  color:#fff;
  font-size:5.665rem;
  height: 13.5rem;
  line-height: 0.8em;
  margin: 0.15em 0.25em 0 0;
  text-align: right;
}

.top .top-section__item{
  margin: 0 0 0 5rem;
  height: 34.2rem;
  width: 37rem;
}

.top .top-section__item__title{
  font-size:3.2rem;
  font-weight: 500;
  line-height: 1;
  margin: 0 0 1em;
}

.top .top-section__item__subtitle{
  font-size:2.4rem;
  line-height: 1.35;
  margin: 0 0 0.7em;
}

.top .top-section__item__description{
  font-size:1.6rem;
  line-height: 1.8;
}

.top .top-section__item-link{
  margin: 0 0 0 5rem;
}






/*******************************

sp style

*******************************/

@media screen and (max-width:767px){
  
  /* loading */
  .loading--wrap{
    height: 100svh;
  }

  .loading{
    height: 29.65616rem;
    width: 49.4rem;
  }
  
  .loading__title{
    font-size:3.596rem;
  }

  .loading__percentage--wrap{
    font-size:2.055rem;
  }

  .loading__image--wrap{
    width:36.99799rem;
  }

  .loading__image{
    height: 29.65616rem;
    width:36.99799rem;
  }


  /* top movie */
  .top{}
  
  .top-movie--wrap{
    height: 100vh;
    height: 100svh;
  }
  
  .top-movie--wrap video{
    width: 100%;
  }
  
  .top-movie-skip-btn{
    bottom: 3.5rem;
    right:3rem;
    width: 10.9rem;
  }
  
  .top-movie-skip-btn.cookieNoticeInfoDisplayed{
    bottom: 30rem;
  }

  .top .mv--wrap{
    height: calc(100vh - 10rem);
    height: calc(100svh - 10rem); /* - header height */
    position: relative;
    margin: 0 0 20rem;
    width: 100vw;
  }
  
  /* Revisit message 202404 */

  .mv__revisit-message--inner{
    font-size:2.7rem;
    padding: 0.3em 0;
    text-align: center;
    width:100%;
  }
  
  .top .mv__slide{
    height: calc(100vh - 10rem);
    height: calc(100svh - 10rem);
  }
  
  .mv__slide__item--01.lazyloaded{
    background: url("../images/top/mv__slide--01--sp.webp");
  }

  .mv__slide__item--02.lazyloaded{
    background: url("../images/top/mv__slide--02--sp.webp");
  }

  .mv__slide__item--03.lazyloaded{
    background: url("../images/top/mv__slide--03--sp.webp");
  }

  .mv__slide__item--04.lazyloaded{
    background: url("../images/top/mv__slide--04--sp.webp");
  }

  .top .mv__copy--wrap{
    left:50%;
    margin: auto;
    padding: 0 0 0 6rem;
    position: absolute;
    top:50%;
    transform:translateX(-50%) translateY(-42%);
    width: var(--width-sp);
  }

  .top .mv__copy{
    /*font-size:7.242rem;
    letter-spacing: -0.02em;
    line-height: 1.1;
    margin: 0 0 0.15em;*/
    margin: 0 0 3.5rem 0.8rem;
    width: 38.37524rem;
  }

  .top .mv__copy span{
    margin: 0 -0.06em;
  }

  .top .mv__description{
    font-size:2.2rem;
    line-height: 1.65;
    margin: 0 0 0 0.5em;
  }
  
  .top .mv-icon--wrap{
    height: calc(100vh + 20rem);
    height: calc(100svh + 20rem);
  }

  .top .mv-icon{
    bottom:0;
    left:50%;
    position: absolute;
    transition: .4s;
    transform: translateX(-46%) scale(20);
    width: 31.83732rem;
  }

  .top .mv-icon.active{
    transform: translateX(-46%) scale(1);
  }


  .top .message{
    padding: 6rem 0 18rem;
  }

  .top .message__heading--en{
    font-size: 10.14rem;
    margin: 0 0 0.15em;
  }

  .top .message__heading--jp--wrap{
    display: block;
    margin: 0 auto 13.5rem;
  }

  .top .message__heading--jp{
    font-size:3.2rem;
    margin: 0 0 0.8em;
  }
  
  .top .message__heading__modal-open-btn{
    margin: auto;
  }
  
  .top .message__entry{
    margin: 0 0 10.5rem;
    padding: 8rem 0;
  }

  .top .message__entry__heading{
    font-size:8rem;
  }

  .top .message__entry__description{
    font-size:2.8rem;
    margin: 3.5rem 0 3rem;
  }

  .top .message__entry__link.more-btn{
    font-size:3.5rem;
    width: 65rem;
  }

  .top .message__entry__link.more-btn span:before {
    right: 2.2rem;
  }
  
  
  
  .top .message__scroll-images{
    height: 28rem;
  }

  .top .message__scroll-images--01{
    animation: topMessageScrollImages--01--sp 30s linear infinite; 
    background: url("../images/top/message__scroll-images--bg--01--sp.webp") repeat-x top left/292.5rem 28rem;
    margin: 0 0 2.2rem;
  }

  .top .message__scroll-images--02{
    animation: topMessageScrollImages--02--sp 30s linear infinite;
    background: url("../images/top/message__scroll-images--bg--02--sp.webp") repeat-x top left/292.5rem 28rem;
  }
  
  

  .top .top-section{
    height: auto;
    padding: 0 0 4.5rem;
    width: 100%;
  }

  .top .top-section.about.lazyloaded{
    background: linear-gradient(90deg, rgba(0,20,51,0.3), rgba(0,20,51,0.3)),url("../images/top/top-section__image--about--bg--sp.webp") no-repeat top center/100% auto;
  }

  .top .top-section.jobs.lazyloaded{
    background: linear-gradient(90deg, rgba(0,20,51,0.3), rgba(0,20,51,0.3)),url("../images/top/top-section__image--jobs--bg--sp.webp") no-repeat top center/100% auto;
  }

  .top .top-section.careers.lazyloaded{
    background: linear-gradient(90deg, rgba(0,20,51,0.3), rgba(0,20,51,0.3)),url("../images/top/top-section__image--careers--bg--sp.webp") no-repeat top center/100% auto;
  }

  .top .top-section.people.lazyloaded{
    background: linear-gradient(90deg, rgba(0,20,51,0.3), rgba(0,20,51,0.3)),url("../images/top/top-section__image--people--bg--sp.webp") no-repeat top center/100% auto;
  }


  .top .top-section--inner{
    display: block;
    height: auto;
    width: 100%;
  }
  
  .top .top-section__heading{
    align-items: center;
    display: flex;
    flex-direction: column;
    height: 63.8rem;
    justify-content: center;
    width: 100%;
  }
  
  .top .top-section.entered .top-section__heading{
    opacity:1;
  }

  .top .top-section__heading--en{
    font-size:8.738rem;
    line-height: 1;
  }

  .top .top-section__heading--jp{
    font-size:3.3rem;
  }

  .top .top-section__item--wrap{
    background: rgba(255,255,255,0.85);
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    height: auto;
    margin: -6.5rem auto 0;
    opacity: 0;
    padding: 4rem 0 6rem;
    position: static;
    right: auto;
    top:auto;
    width: 66.1rem;
  }
  
  .top .top-section.entered .top-section__item--wrap{
    opacity: 1;
  }

  .top .top-section__item-title--en{
    display: none;
  }

  .top .top-section__item{
    margin: auto;
    height: auto;
    text-align: center;
    width: 54.3rem;
  }

  .top .top-section__item__title{
    display: none;
  }

  .top .top-section__item__subtitle{
    font-size:3.6rem;
    line-height: 1.5;
    margin: 0 0 0.7em;
  }

  .top .top-section__item__description{
    font-size:2.4rem;
    line-height: 1.8;
    margin: 0 0 4rem;
  }

  .top .top-section__item-link{
    margin: auto;
  }
}




/*******************************

tablet style  (.isTablet class)

*******************************/
@media screen and (min-width:769px){
  .isTablet:not(.isTablet--horizontal) .top .mv--wrap{
    height: calc(50vh - 9.6rem);
    margin: 0 0 24rem;
    position: relative;
    width: 100vw;
  }

  .isTablet:not(.isTablet--horizontal) .top .mv__slide{
    height: calc(50vh - 9.6rem);
    width: 100%;
  }

  .isTablet:not(.isTablet--horizontal) .top .mv-icon--wrap{
    height: calc(100vh + 24rem);
  }

  .isTablet:not(.isTablet--horizontal) .top .mv-icon{
    bottom:auto;
    top:calc(50vh - 5.2rem);
    transform-origin:center;
  }
}