@charset "UTF-8";

/*------------------------
    TOP
-------------------*/
body{
 padding-top: 0;
}



/*-----------------*/
#mvSlider{
 position: fixed;
 top: 0;
 left: 0;
 width: 100%;
 height: 100vh;
}
#mvSlider::after{
 content: "";
 display: block;
 background: url(../images/top_mv_filter.png) no-repeat left top/cover;
 width: 100%;
 height: 100%;
 position: absolute;
 top: 0;
 left: 0;
 z-index: 1000;
}
#mvSlider figure{
 width: 100%;
 height: 100vh;
}
#mvSlider figure img{
 object-fit: cover;
 width: 100%;
 height: 100%;
}
/*-----------------*/
#mv{
	position: relative;
 overflow: hidden;
 display: flex;
 justify-content: center;
 align-items: flex-end;
 height: 100vh;
 padding: 0;
}
#mv .inner{
 margin-bottom: 20.55vh;
}
#mv h2{
 color: #fff;
 font-size: 48px;
 line-height: 1.35;
 text-align: left;
 white-space: nowrap;
 z-index: 1;
}
#mv p{
 margin-top: 30px;
 color: #fff;
 font-size: 20px;
 font-weight: 600;
 line-height: 2;
}

@media screen and (max-width: 768px) {/*SP MV*/
#mv{
 height: 100svh;
}
#mv .inner{
 margin-bottom: 15.55vh;
}

#mv h2{
 font-size:30px;
}
#mv p{
 margin-top: 30px;
 font-size: min(4.5vw,18px);
 line-height: 2;
}

}/*-SP only-*/

/****/

#topMessage{
 background: linear-gradient(to bottom,  rgba(238,245,251,0.01) 0%,rgba(0,101,195,0.47) 49%,rgba(0,97,188,1) 85%,rgba(0,96,185,1) 100%);
 padding-top: 185px;
padding-bottom: 236px;
}
#topMessage *{
 color: #fff;
}
#topMessage h2{
 margin-bottom: 45px;
 font-size: 48px;
}
#topMessage h3{
 margin-bottom: 40px;
 font-size: 26px;
}
#topMessage p{
 font-size: 14px;
 line-height: 2.1;
}
#topMessage .btnWrap{
 margin-top: 40px;
}
#topMessage .btn{
 max-width: 270px;
 margin: 0;
}

@media screen and (max-width: 768px) {/*SP message*/
#topMessage{
 padding-top: 20vw;
padding-bottom: 100px;
}
#topMessage h2{
 margin-bottom: 30px;
 font-size: min(8vw,48px);
}
#topMessage h3{
 margin-bottom: 20px;
 font-size: min(4.2vw,26px);
}
#topMessage p{
 font-size: 13px;
 line-height: 1.8;
}
}/*-SP only-*/

/**/
#topNumbers{
 padding-top: 220px;
 padding-bottom: 58px;
}
#topNumbers .cssslider{
 position: absolute;
 top: -70px;
 left: 0;
}
.cssslider p{
 mix-blend-mode:soft-light; 
 color: #fff;
 font-weight: 700;
 font-size: 200px;
 white-space: nowrap;
 line-height: 140px;
 opacity: .6;
 flex:1 0 auto;
animation:sliderAnimation 15s infinite linear 0.5s both ;
}
@keyframes sliderAnimation {
  from {
    transform: translateX(0); }
  to {
    transform: translateX(-100%); } }

#topNumbers .txts *{
 color: #fff;
}
#topNumbers .txts h2{
 margin-bottom: 45px;
 font-size: 48px;
}
#topNumbers .txts p{
 font-size: 14px;
 line-height: 2.1;
}
@media screen and (min-width: 769px) {
 #topNumbers .txts{
  width: 32.5%;
  max-width: 400px;
 }
#topNumbers ul{
 width: 60.5%;
 max-width: 748px;
 justify-content: space-between;
 gap:38px 0;
 }
 #topNumbers ul li{
  width: 47%;
 }
}/*-PC only-*/

#topNumbers ul li{
 background: #fff;
 border-radius: 20px;
 padding:40px 0 40px;
 text-align: center;
}
#topNumbers ul li h3{
 margin-bottom: 20px;
 color: var(--Dblue);
 font-size: 24px;
 font-weight: 900;
 text-align: center;
}
#topNumbers ul li p{
 color: var(--Dblue);
 font-size: 17px;
 font-weight: 700;
 text-align: center;
}
#topNumbers ul li .num{
 margin-bottom: 20px;
 color: var(--blue);
 font-size: 31px;
 line-height: 1;
}
#topNumbers ul li .num span{
 margin-right: 0.1em;
 font-size: 64px;
 letter-spacing: 0;
}
#topNumbers ul li .num.txt{
 line-height: 1.2;
}
#topNumbers ul li .num.txt span{
 font-size: 55px;
}

@media screen and (max-width: 768px) {/*SP numbers*/
#topNumbers{
 padding-top: 110px;
 padding-bottom: 60px;
}
#topNumbers .cssslider{
 top: -8.176vw;
 left: 0;
}
.cssslider p{
 font-size: min(23.36vw,200px);
 line-height: 0.7;
}
 
#topNumbers .txts h2{
 margin-bottom: 35px;
 font-size: min(8vw,48px);
}
 #topNumbers ul{
  margin-top: 40px;
  justify-content: center;
  gap:20px 6%;
 }
#topNumbers ul li{
 width: 47%;
 min-width: 300px;
 padding:40px 0 40px;
 text-align: center;
}
}/*-SP only-*/
/**/
#topInterview{
 padding-top: 175px;
 padding-bottom: 122px;
}
@media screen and (min-width: 769px) {
#topInterview .pcFlex{
 justify-content: flex-start;
 align-items: flex-end;
 margin-bottom: 68px;
}
 #topInterview h2{
  width: min(51%,632px);
 }
}/*-PC only-*/
#topInterview h2{
 color: var(--Dblue);
 font-size: 48px;
}
#topInterview h2 .en{
 display: block;
 margin-bottom: 38px;
 color: var(--blue2);
 font-size: 16px;
 font-weight: 600;
}
#topInterview h2 .en::before{
 content: "";
 display: inline-block;
 margin-right: 16px;
 background: var(--blue2);
 width: 24px;
 height: 2px;
 vertical-align: 0.35em;
}
#topInterview .pcFlex p{
 font-size: 14px;
 line-height: 2.1;
}

 .interviewSlider.slick-dotted.slick-slider{
  padding-right: 13%;
  padding-bottom: 95px;
 }
.interviewSlider .slick-list{
 overflow: visible;
}
@media screen and (min-width: 769px) {
 .interviewSlider .slick-slide{
  margin-right: 40px;
 }
}/*-PC only-*/
.interviewSlider figure {
 margin-bottom: 20px;
}
.interviewSlider figure img{
 object-fit: cover;
 width: 100%;
 height: 100%;
 aspect-ratio:315/442;
}
.interviewSlider .slick-slide p{
 font-weight: 700;
}
.interviewSlider .slick-slide p span{
 display: inline-block;
 background: var(--Dblue);
 padding: 4px 10px 6px;
 margin-right: 16px;
 color: #fff;
 font-size: 15px;
 line-height: 1;
}
.interviewSlider .slick-slide h3{
 margin-top: 10px;
 font-size: 24px;
}
#topInterview .btnWrap{
 margin-top: 0;
}
#topInterview .btnWrap .btn{
 max-width: 270px;
 margin: 0;
}

@media screen and (max-width: 768px) {/*SP interview*/
#topInterview{
 padding-top: 80px;
 padding-bottom: 60px;
}
#topInterview h2{
 margin-bottom: 40px;
 font-size: min(8vw,48px);
}
#topInterview h2 .en{
 display: block;
 margin-bottom: 25px;
 font-size: 15px;
}
#topInterview h2 .en::before{
 margin-right: 14px;
 width: 20px;
}
 .interviewSlider.slick-dotted.slick-slider{
  margin-top: 40px;
  padding-bottom: 30px;
  margin-bottom: 50px;
 }
 .interviewSlider .slick-slide{
  margin-right: 20px;
 }
#topInterview .btnWrap{
 margin-top: 70px;
}
}/*-SP only-*/

/**/
#topCulture{
 background: url("../images/top_culture_bg.png") no-repeat left top /cover;
 padding-top:18.5vw/* 259px*/;
 padding-bottom:20.285vw/* 284px*/;
}
#topCulture h2{
 margin-bottom: 36px;
 color: var(--Dblue);
 font-size: 48px;
}
#topCulture h2 .en{
 display: block;
 margin-bottom: 38px;
 color: var(--blue2);
 font-size: 16px;
 font-weight: 600;
}
#topCulture h2 .en::before{
 content: "";
 display: inline-block;
 margin-right: 16px;
 background: var(--blue2);
 width: 24px;
 height: 2px;
 vertical-align: 0.35em;
}
#topCulture p{
 font-size: 14px;
 font-weight: 700;
 line-height: 2.1;
}
#topCulture .btnWrap{
 margin-top: 60px;
}
#topCulture .btn{
 max-width: 270px;
 margin: 0;
}
@media screen and (min-width: 769px) {
 #topCulture .txts{
  max-width:460px;
  margin: 0 0 0 auto;
 }
 
}/*-PC only-*/

@media screen and (max-width: 768px) {/*SP culture*/
#topCulture{
 background:var(--Lblue);
 padding-top:50px;
 padding-bottom:30vw;
}
 /*#topCulture::before{
  content: "";
  display: block;
  background:var(--Lblue);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(50px + 50%);
  z-index: -1;
 }*/
#topCulture h2{
 margin-bottom: 30px;
 font-size: min(8vw,48px);
}
#topCulture h2 .en{
 margin-bottom: 25px;
 font-size: 15px;
}
#topCulture h2 .en::before{
 margin-right: 14px;
 width: 20px;
}
}/*-SP only-*/

/**/
#top #joinus{
 background: rgba(0,77,164,.9);
}
