@charset "UTF-8";


/*----------------------------------------------------
	☆LOADING
----------------------------------------------------*/

body #header,
body #wrapper,
body #footer{
    opacity: 0;
}
body.loaded #header, body.loaded #wrapper, body.loaded #footer{
    animation: fadein .5s ease forwards;
}

#loading{
    position: fixed;
    z-index: 9999;
    width: 100%;
    height: 100%;
    color: #fff;
    text-align: center;
	pointer-events: none;
    display: none;
}

#loading::before,
#loading::after{
    content: "";
    display: block;
    width: 50%;
    height: 100%;
    top: 0;
    position: absolute;
    background: #e21b13;
}
#loading::before{
    left: 0;
    animation: slideToLeftOut 1s ease forwards;
    animation-delay: 2.5s;
}
#loading::after{
    right: 0;
    animation: slideToRightOut 1s ease forwards;
    animation-delay: 2.5s;
}

#loading .slidein{
    opacity: 0;
    animation: slidein 0.8s ease forwards;
}
#loading .titleBox{
    z-index: 2;
    animation: fadeout .8s ease forwards;
    animation-delay: 2s;
}
@keyframes slideToLeftOut{
    0%{ transform: translate(0,0);  }
    100%{  transform: translate(-100%,0);}
}
@keyframes slideToRightOut{
    0%{ transform: translate(0,0); }
    100%{  transform: translate(100%,0);}
}
@keyframes fadeout{
    0%{ opacity: 1; }
    100%{  opacity: 0;}
}


/*----------------------------------------------------
	☆COMMON
----------------------------------------------------*/
#snap-container {
  height: 100vh;
  overflow-y: auto;
  scroll-snap-type: y mandatory;
}

#snap-container.is-scrolling {
  scroll-snap-type: none;
}

.snap-section {
    min-height: 100vh;
  height: auto;
  scroll-snap-align: start;
  overflow-y: auto;
}

#pageNav {
  position: fixed;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1000;
}

#pageNav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#pageNav li {
  width: 8px;
  height: 8px;
  margin: 12px 0;
  cursor: pointer;
}

#pageNav li span {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  /*background: rgba(255,255,255,.6);*/
  background: #cdcdcd;
  transition: transform .3s ease, background .3s ease;
}

#pageNav li span:hover,
#pageNav li.is-active span {
  background: #e21b13;
  transform: scale(1.5);
}

.snap-section .topSectionIinner{
    max-width: 1440px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    width: 85%;
}
.snap-section .topSectionIinner .title{
    width: 33%;
    font-size: 30px;
    line-height: 1.5;
    font-weight: 600;
}
.snap-section .topSectionIinner .info{
    width: 64%;
}
.snap-section .topSectionIinner .info .text{
    max-width: 600px;
    text-align: justify;
    margin-bottom: 60px;
}
.snap-section .topSectionIinner .info .btnList{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.snap-section .topSectionIinner .info .btnList li{
    width: calc((100% - 15px) / 2);
    margin-bottom: 15px;
}
.snap-section .topSectionIinner .info .btnList li a{
    display: flex;
    color: #fff;
    justify-content: space-between;
    align-items: center;
    padding: 16px 20px 18px;
    border-radius: 1000px;
    border: 1px solid #fff;
    font-size: 18px;
    transition: .4s;
    font-weight: 600;
}
.snap-section .topSectionIinner .info .btnList li a .btnText{
    line-height: 1.2;
}
.snap-section .topSectionIinner .info .btnList li a:hover{
    background: rgba(255,255,255,0.85);
    color: #000;
}

.snap-section:not(.white) .topSectionIinner .info .btnList li a{
    border-color: #000;
    color: #000;
}
.snap-section:not(.white) .topSectionIinner .info .btnList li a:hover{
    background: rgba(0,0,0,0.9);
    color: #fff;
}

.topHead01{
    max-width: 1440px;
    width: 85%;
    margin: 0 auto 12vh;
}

.topHead01 .en{
    font-size: min(190px, 15vw);
    opacity: 0.15;
    line-height: 1;
    display: block;
    margin-left: -0.3em;
}
.topHead01.black .en{
    opacity: 0.35;
}
.topHead01 .jp{
    font-size: 48px;
    line-height: 1.25;
    display: block;
    margin: -1.7em 0 0 0;
}

/*----------------------------------------------------
	☆PC
----------------------------------------------------*/

/*--- mv --*/
#mv{
    background: url("../images/top/mv.jpg") center center / cover no-repeat;
    position: relative;
    height: 100vh;
}
#loading .titleBox,
#mv .titleBox{
    position: absolute;
    left: 50%;
    transform: translate(-50%,0);
    text-align: center;
    top: 25%;
}
#loading .titleBox{
    top: 50%;
    transform: translate(-50%,-50%);
}
#loading .titleBox .title,
#mv .titleBox .title{
    font-weight: 600;
    color: #fff;
    font-size: min(70px, 5.3vw);
    text-align: center;
    white-space: nowrap;
    line-height: 1.25;
}
#loading .titleBox .subcopy,
#mv .titleBox .subcopy{
    font-size: 18px;
    color: #e21b13;
    text-align: center;
    margin-top: 20px;
}
#loading .titleBox .subcopy{
    color: #ffda00;
}

#mv .scroll{
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%,0);
    padding-bottom: 80px;
}
#mv .scroll::before{
    content: "";
    display: block;
    width: 1px;
    height: 60px;
    background: #fff;
    opacity: 0.3;
    position: absolute;
    left: 50%;
    bottom: 0;
}
#mv .scroll::after{
    content: "";
    display: block;
    width: 1px;
    height: 20px;
    background: #fff;
    position: absolute;
    left: 50%;
    bottom: 20px;
    animation: scrollAnim 1.6s ease infinite;
}

@keyframes scrollAnim {
	0% { transform:translate(0,-100%); opacity: 1; }
	85% { transform:translate(0,100%); opacity: 1; }
	90% { transform:translate(0,100%); opacity: 0; }
	95% { transform:translate(0,-100%); opacity: 0; }
	100% { transform:translate(0,-100%); opacity: 1; }
}

#mv .scroll p{
    font-size: 11px;
    color: #fff;
}

/*--- #message --*/
#message{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0;
}
#message::before{
    width: 20%;
    height: 20vw;
    position: absolute;
    content: "";
    display: block;
    right: 0;
    bottom: 0;
    background: #ffda00;
}
#message .info{
    width: 51%;
    height: 100%;
    min-height: 100vh;
    /*padding: 120px 0;*/
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 10%;
}
#message .info .title{
    position: relative;
    z-index: 1;
    line-height: 1.5;
    /*font-size: min(49px,3.6vw);
    margin-bottom: 0.8em;*/
    
    font-size: min(54px, 6vh);
    margin-bottom: 0.5em;
}
#message .info .text{
    text-align: left;
    /*font-size: 16px;
    line-height: 2;*/
    font-size: clamp(11px,1.9vh,17px);
    line-height: 1.58;
}
#message .image{
    width: 49%;
    position: relative;
    margin-top: -4.6%;
    max-height: 60vh;
}
#message .image .image02{
    width: 34%;
    position: absolute;
    left: -11%;
    top: 0;
    margin-top: -11%;
}
#message .image .image03{
    width: 27%;
    position: absolute;
    left: -23%;
    bottom: 0;
    margin-bottom: -7.5%;
}
#message .image .image04{
    width: 36%;
    position: absolute;
    left: 0;
    bottom: -30%;
}

#message .btn01.btn01_left {
    margin: clamp(10px, 5vh, 60px) 0 0 0;
}



/*--- about --*/
#about,
#work,
#interview,
#culture,
#special,
#other{
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
#about{
    background: url("../images/top/bg_01.jpg") center center / cover no-repeat;
}

/*--- work --*/
#work{
    background: url("../images/top/bg_02.jpg") center center / cover no-repeat;
}

/*--- interview --*/
#interview{
    position: relative;
}
#interview::before{
    content: "";
    display: block;
    width: 20%;
    height: 100%;
    background: #ffda00;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

#interview .sliderContainer{
    overflow: hidden;
    width: 100%;
    padding-bottom: 40px;
}
#interview .slider{
    width: 1080px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}
#interview .slick-list{
    overflow: visible;
}
#interview .slick-slide{
    margin: 0 15px;
    overflow: hidden;
    position: relative;
}
#interview .slick-slide .image{
    position: relative;
}
#interview .slick-slide .image img{
    transition: .4s;
}
#interview .slick-slide .image .num{
    color: #e21b13;
    font-size: 18px;
    position: absolute;
    left: 25px;
    top: 13px;
}

#interview .slick-slide .image .categoryTag{
    position: absolute;
    right: 0;
    top: 0;
    background: #000;
    color: #fff;
    padding: 8px 10px;
}
#interview .info{
    color: #fff;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 30px;
}
#interview .info .title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
    line-height: 1.4;
    letter-spacing: 0.05em;
}
#interview .info .position{
    font-size: 10px;
    margin-bottom: 8px;
    line-height: 1.5;
    opacity: 0.6;
}
#interview .info .name{
    font-size: 14px;
    line-height: 1.5;
}

.slick-prev,
.slick-next{
    opacity: 1;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 50%;
    transition: .4s;
}

.slick-prev:before, .slick-next:before{
    content: "";
    display: block;
    opacity: 1;
    font-size: 14px;
    width: 100%;
    padding-top: 100%;
    border-radius: 100px;
    background: #e21b13;
    margin-bottom: 10px;
    transition: .4s;
}

.slick-prev:after,
.slick-next:after{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    display: block;
}

.slick-next,
.slick-prev{
    z-index: 2; 
}
.slick-prev:after{
    background: url("../images/common/prev_arrow.png") center top / contain no-repeat;
}
.slick-next:after{
    background: url("../images/common/next_arrow.png") center top / contain no-repeat;
}

#interview .slick-dots {
    bottom: -40px;
}
#interview .slick-dots li,
#interview .slick-dots li button:before,
#interview .slick-dots li button{
    width: 8px;
    height: 8px;
    border-radius: 100px;
}
#interview .slick-dots li button:before{
    background: #ccc;
    font-size: 0;
    line-height: 0;
    content: "";
    opacity: 1;
    transition: .5s;
}
#interview .slick-dots li.slick-active button:before{
    background: #e21b13;
    transform: scale(1.5);
}

/*--- culture --*/
#culture{
    background: url("../images/top/bg_03.jpg") center center / cover no-repeat;
}

/*--- special --*/
#special{
    background: url("../images/top/bg_04.jpg") center center / cover no-repeat;
}

/*--- other --*/
#other{
    position: relative;
}
#other::before,
#other::after{
    content: "";
    display: block;
    position: absolute;
    width: 25%;
    aspect-ratio: 1 / 1;
    z-index: -1;
}
#other::before{
    background: #ffda00;
    left: 0;
    top: 0;
}
#other::after{
    background: #e5e5e5;
    right: 0;
    bottom: 0;
}
#other .topSectionIinner{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
#other .topSectionIinner li{
    width: 30%;
    aspect-ratio: 1 / 1;
    position: relative;
}
#other .topSectionIinner li a{
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fff;
    flex-direction: column;
    position: relative;
}
#other .topSectionIinner li a::before{
    width: 100%;
    height: 100%;
    background: #000;
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    transition: .4s;
    z-index: 0;
}
#other .topSectionIinner li:hover a::before{
    opacity: 0.5;
}
#other .topSectionIinner li a .jp{
    display: block;
    font-size: 26px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    line-height: 1.25;
    position: relative;
    z-index: 1;
}
#other .topSectionIinner li a .jp::after{
    content: "";
    display: block;
    position: absolute;
    width: 20px;
    height: 2px;
    left: 50%;
    bottom: 0;
    transform: translate(-50%,0);
    background: #e21b13;
}
#other .topSectionIinner li a .en{
    font-size: 13px;
    line-height: 1;
    display: block;
    position: relative;
    z-index: 1;
}
#other .topSectionIinner li.benefits{
    background: url("../images/top/benefit.jpg") center center / cover no-repeat;
}
#other .topSectionIinner li.wlb{
    background: url("../images/top/wlb.jpg") center center / cover no-repeat;
}
#other .topSectionIinner li.newgraduate{
    background: url("../images/top/information.jpg") center center / cover no-repeat;
}


/*--- topFooter --*/
#topFooter {
    padding: 0 0 0 0;
    background: #000;
}


/*----------------------------------------------------
	☆ANIMATION
----------------------------------------------------*/



/*----------------------------------------------------
	☆901以上　PCのみ & HOVER
----------------------------------------------------*/

@media screen and (min-width:901px) {
}


/*----------------------------------------------------
	☆TOP HEIGHT UNDER 800
----------------------------------------------------*/

@media screen and (max-height:800px) {
    
    
    .topHead01 {
        margin: 0 auto 7vh;
    }
    .topHead01 .en {
        font-size: clamp(0px, 18vh, 190px);
    }
    .topHead01 .jp {
        font-size: clamp(0px, 7.5vh, 48px);
    }
    .snap-section .topSectionIinner .info .text {
        margin-bottom: clamp(20px, 2.5vw, 60px);
    }
    .snap-section .topSectionIinner .info .btnList li a {
        padding: clamp(8px, 2.3vh, 16px) 20px clamp(8px, 2.3vh, 16px);
    }
    
    
    /*--- interview ---*/
    #interview .slider {
        width: 960px;
    }
}

/*----------------------------------------------------
	☆TOP HEIGHT UNDER 700
----------------------------------------------------*/

@media screen and (max-height:700px) {
    
    /*--- interview ---*/
    #interview .slider {
        width: 800px;
    }
    #interview .info {
        padding: 20px 5px;
    }
    #interview .info .title {
        font-size: 15px;
        margin-bottom: 8px;
    }
    #interview .info .name {
        font-size: 13px;
    }
}

/*----------------------------------------------------
	☆TOP HEIGHT UNDER 580
----------------------------------------------------*/

@media screen and (max-height:580px) {
    #snap-container {
      scroll-snap-type: none;
    }
    #snap-container.is-scrolling {
      scroll-snap-type: none;
    }
    
    #message .info {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}


/*----------------------------------------------------
	☆TOP UNDER 1200
----------------------------------------------------*/

@media screen and (max-width:1200px) {
    
    
    /*--- common ---*/
    .topHead01 {
        margin: 0 auto 8vh;
    }
    .topHead01 .en {
        font-size: 13vw;
    }
    .topHead01 .jp {
        font-size: max(3.6vw,24px);
    }
    .snap-section .topSectionIinner .info .btnList li a {
        font-size: 16px;
    }
    
    /*--- mv ---*/
    #loading .titleBox .title,
    #mv .titleBox .title{
        white-space: normal;
    }
        
    /*--- message ---*/
    #message .info .title {
        font-size: max(3.6vw,24px);
        margin-bottom: 1.2em;
    }
    
    /*--- interview ---*/
    #interview .slider {
        width: 340px;
    }
    
    /*--- other ---*/
    #other .topSectionIinner li {
        width: 31%;
    }
    #other .topSectionIinner li a .jp {
        font-size: 1.8vw;
    }
    
}

/*----------------------------------------------------
	☆TOP UNDER 900
----------------------------------------------------*/

@media screen and (max-width:900px) {  
    
    /*--- common ---*/
    #snap-container {
      scroll-snap-type: none;
    }
    #snap-container.is-scrolling {
      scroll-snap-type: none;
    }
    .snap-section {
      scroll-snap-align: none;
        height: auto;
        min-height: 0;
        padding: 120px 0;
    }
    .snap-section .topSectionIinner{
        flex-direction: column;
    }
    .snap-section .topSectionIinner .title{
        width: 100%;
    }
    .snap-section .topSectionIinner .info{
        width: 100%;
        margin-top: 30px;
    }
    .snap-section .topSectionIinner .info .text {
        margin-bottom: 40px;
    }
    .topHead01 {
        margin: 0 auto 50px;
    }
    #about,
    #work,
    #culture,
    #special {
        background-position: right center;
    }
    
    /*--- mv ---*/
    #loading .titleBox .title ,
    #mv .titleBox .title {
        font-size: 6.8vw;
    }
    #loading .titleBox .subcopy ,
    #mv .titleBox .subcopy {
    font-size: min(18px,3.3vw);
    }
    
    /*--- message ---*/
    #message{
        flex-direction: column;
        padding-bottom: 120px;
    }
    #message .info {
        width: 100%;
        padding: 120px 7.5% 0;
        min-height: 0;
    }
    #message .image .image04 {
        left: auto;
        right: -14%;
        top: -30%;
    }
    #message .image {
        width: 70%;
        max-width: 500px;
        margin: 15% 0 5%;
    }    
    #message .image .image03 {
        width: 32%;
        left: auto;
        margin-bottom: -15%;
        right: -11%;
    }
    
}


/*----------------------------------------------------
	☆TOP UNDER 600
----------------------------------------------------*/

@media screen and (max-width:600px) {
    
    /*--- common --*/
    #pageNav {
        right: 15px;
        transform: translateY(-50%) scale(0.75);
    }
    .snap-section {
        padding: 80px 0;
    }
    .topHead01 .en {
        font-size: 15vw;
    }
    .topHead01 .jp {
        font-size: max(3.6vw, 22px);
        margin: -1.3em 0 0 0;
    }
    .snap-section .topSectionIinner .title {
        font-size: 20px;
    }
    .snap-section .topSectionIinner .info {
        margin-top: 10px;
    }
    .snap-section .topSectionIinner .info .text {
        margin-bottom: 30px;
    }
    .snap-section .topSectionIinner .info .btnList li{
        width: 100%;
    }
    .snap-section .topSectionIinner .info .btnList li a {
        padding: 14px 20px 16px;
        font-size: 15px;
    }
    
    #about, #work, #culture, #special {
        background-position: 92% center;
    }
    
    .topHead01 {
        margin: 0 auto 30px;
    }
    
    
    /*--- mv --*/
    #mv{
        background: url("../images/top/mv_sp.jpg") center center / cover no-repeat;
        max-height: 600px;
    }
    #loading .titleBox .title,
    #mv .titleBox .title {
        font-size: 7.7vw;
    }
    #loading .titleBox .title span:nth-child(2),
    #mv .titleBox .title span:nth-child(2){
        transform: translate(3.7vw, 0);
    }
    
    /*--- message --*/
    #message .info {
        padding-top: 80px;
    }
    #message .info .text{
        font-size: 14px;
    }
    #message .image .image04 {
        left: auto;
        right: -12vw;
        top: -32%;
        bottom: auto;
        z-index: 1;
        width: 40%;
    }
    #message .image {
        margin: 22% 0 0%;
    }
    #message::before{
        width: 45vw;
        height: 45vw;
    }
    /*--- work --*/
    #work::before {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: #fff;
        opacity: 0.5;
    }    
    #work .topHead01,
    #work .topSectionIinner{
        position: relative;
        z-index: 1;
    }
    
    /*--- interview --*/
    #interview .slider {
        width: 85%;
    }    
    #interview .info .title {
        font-size: 17px;
    }
    #interview  .sliderContainer{
        padding-bottom: 40px;
    }
    .slick-prev, .slick-next {
        width: 40px;
        height: 40px;
    }
    .slick-prev {
        left: -5px;
    }
    .slick-next {
        right: -5px;
    }
    #interview .slick-dots {
        bottom: -40px;
    }
    
    /*--- other --*/
    #other::before, #other::after {
        width: 60%;
    }
    #other .topSectionIinner{
        flex-wrap: wrap;
        flex-direction: column;
        max-width: 240px;
    }
    #other .topSectionIinner li{
        width: 100%;
        margin-bottom: 15px;
    }
    #other .topSectionIinner li a .jp {
        font-size: 12px;
    }
    #other .topSectionIinner li a .en {
        font-size: 16px;
    }
    
    
}

