@charset "UTF-8";
html[lang="ja"]

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


.rec-pic1{
    width: 100%;
    max-width: 1920px;
    margin: 0 auto 0 auto;
    position: relative;
  }
  
  .rec-pic1 img{
    width: 100%;
    max-width: 1920px;
    height: 90vh;
    max-height: 900px ;
    min-height: 550px;
    object-fit: cover;
    opacity: 0.5;
  }
  
  @media screen and (max-width: 767px) {
    .rec-pic1 img{
      height: 60vh;
   }
  }



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



.rec-message{
    width: 100%;
    max-width: 1920px;
    height: auto;
    margin: 0 auto;
    padding-bottom: 40px;
    display: flex;
    text-align:center;
    flex-wrap:wrap
}

.vertical{
    display: flex;
    width: 70px;
    height: 800px;
    margin: 0px 0px 0px 0px;
    position: absolute;
    writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    letter-spacing: 0.2em;
    text-indent: 0.5em;
    /* line-height:52px; */
    }
    
    @media screen and (max-width: 767px) {
        .vertical{
            letter-spacing: 1em;
            width: 70px;
            }
    }
    

.rec-message-text{
    width: calc(100% - 70px);
    max-width: 1920px;
    height: auto;
    margin: 30px 0px 0px auto;
    padding: 20px 0px 20px 5px;
    position: relative;
    background-color: #124E80;
}

/* @media screen and (max-width: 767px) {
    .rec-message-text{
        width: 85%;
        }
} */

.rec-message-textbox1{
    width: 100%;
    max-width: 900px;
    height: auto;
    margin: 0px auto 0px auto;
    padding: 20px 20px 20px 20px;
    position: relative;
    
} 


/***************************************/
/***************************************/
.rec-job{
    width: 100%;
    max-width: 1920px;
    height: auto;
    margin: 0 auto;
    padding-bottom: 100px;
    display: flex;
    text-align:center;
    flex-wrap:wrap
}

.rec-job h3{
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 40px;
    text-align:center;
}

.rec-job-text{
    display: flex;
    width: 92%;
    max-width: 1920px;
    margin: 0 auto 0 0;
    flex-wrap:wrap
}

@media screen and (max-width: 767px) {
    .rec-job-text {
        width: 85%;
    }
}

.rec-job-textbox1{
    width: 80%;
    max-width: 1920px;
    height: auto;
    margin: 0px 0px 0px auto;
    padding: 20px 20px 20px 20px;
    position: relative;
    background-color: #124E80;
} 

@media screen and (max-width: 767px) {
    .rec-job-textbox1 {
        margin: 0px auto 0px auto;
        width: 100%;
    }
}

.rec-job-pic1 {
    width: 45%;
    max-width: 400px;
    margin: -50px auto 50px 0px;
    z-index: -1;
}

@media screen and (max-width: 767px) {
    .rec-job-pic1 {
        width: 100%;
        max-width: 100%;
        margin: 0px auto 0px 0px;
    }
}

.rec-job-pic1 img{
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.rec-job-textbox2{
    width: 80%;
    max-width: 1920px;
    height: auto;
    margin: 0px auto 0px 0px;
    padding: 20px 20px 20px 20px;
    position: relative;
    background-color: #124E80;
} 

@media screen and (max-width: 767px) {
    .rec-job-textbox2 {
        margin: 0px auto 0px auto;
        width: 100%;
    }
}

.rec-job-pic2 {
    width: 45%;
    max-width: 400px;
    margin: -50px 0px 50px auto;
    z-index: -1;

}

@media screen and (max-width: 767px) {
    .rec-job-pic2 {
        width: 100%;
        max-width: 100%;
        margin: 0px auto 0px 0px;
    }
}

.rec-job-pic2 img{
    width: 100%;
    height: 300px;
    object-fit: cover;
}

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

h3.interview{
    width: 100%;
    max-width: 1920px;
    padding-top: 20px;
    padding-bottom: 20px;
    /* color: #ffffff; */
}

.rec-interview{
    width: 100%;
    max-width: 1920px;
    height: 2700px;
    margin: 0 auto;
    /* padding-bottom: 100px; */
    display: flex;
    text-align:center;
    /* background-color: #778ca3; */
    /* flex-direction: column; */
    flex-wrap: wrap;
    /* justify-content: space-between; */
}

@media screen and (max-width: 767px) {
    .rec-interview {
        height: auto;
    }
}

.rec-interview-pic1 {
    width: 45%;
    max-width: 900px;
}

@media screen and (max-width: 767px) {
    .rec-interview-pic1 {
        width: 100%;
        max-width: 100%;
    }
}

.rec-interview-pic1 img{
    width: 100%;
    height: 450px;
    object-fit: cover;
}

.rec-interview-textbox1{
    width: 55%;
    max-width: 1020px;
    height: 450px;
    margin: 0px 0px 0px auto;
    padding: 20px 20px 20px 20px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #ffffff;
} 

@media screen and (max-width: 767px) {
    .rec-interview-textbox1 {
        width: 100%;
    }
}

.horizonal{
    letter-spacing: 0.9em;
    /* text-indent: 0.5em; */
    line-height:52px;
    }
    
    @media screen and (max-width: 767px) {
        .horizonal{
            letter-spacing: 0.5em;
            }
    }

    @media screen and (max-width: 525px) {
        .horizonal{
            letter-spacing: 0em;
            }
    }


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

.vertical2{
    display: flex;
    position: absolute;
    width: 100%;
    max-width: 1920px;
    height: 2500px;
    /* right: 0; */
    margin: 0px 0px 0px auto;
    writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    letter-spacing: 1em;
    text-indent: 0.5em;
    /* line-height:54px; */
    z-index: -3;
    text-align: right;
    }
    
    @media screen and (max-width: 444px) {
        .vertical2{
            letter-spacing: 0.2em;
            }
    }

.rec-days{
    display: flexbox;
    position: static;
    width: 100%;
    max-width: 1920px;
    height: 2600px;
    margin: 40px auto;

}
@media screen and (max-width: 767px) {
    .rec-days{
        height: 3400px;
    }
}

.rec-days h3{
    text-align: left;
    margin-left: 180px;
}

@media screen and (max-width: 767px) {
    .rec-days h3{
        margin-left: 20px;
    }
}

.rec-daysback{
    display: flex;
    position: absolute;
    width: calc(100% - 70px);
    max-width: 1920px;
    height: 2600px;
    margin: 0 auto;
    background-color: #ffffff;
    z-index: -2;
    padding-left: 20%;
}
@media screen and (max-width: 767px) {
    .rec-daysback{
        height: 3400px;
        padding-left: 0%;
        }
}


.rec-daysback::after{
    content: "";
    margin: 80px 0px 20px 80px;
    width: 3px;
    height: 2500px;
    background: #071F32;
}
@media screen and (max-width: 767px) {
    .rec-daysback::after{
        margin: 80px 0px 20px 10px;
        height: 3300px;
        }
}

.rec-time{
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 95px;
    text-align: left;
    z-index: 1;
    padding-left: 20%;
}

@media screen and (max-width: 767px) {
    .rec-time{
        padding: 0px 0px 0px 0px;
        margin: 50px 0px 0px 25px;
        }
}


.rec-time::before{
    display: flex;
    content: "";
    position: relative;
    top: 18px;
    left: -20px;
    width: 12px;
    height: 12px;
    background: #3593D8;
}

.rec-daysbox1{
    display: flex;
    position: relative;
    width: calc(100% - 70px);
    max-width: 1920px;
    height: 200px;
    text-align: left;
    padding-left: 20%;
}

@media screen and (max-width: 767px) {
    .rec-daysbox1{
        display: block;
        padding-left: 0%;
        }
}


.rec-daystext1{
    margin: 20px 0px 0px 95px;
    width: 100%;
    text-align: left;
    z-index: 2;
}

@media screen and (max-width: 767px) {
    .rec-daystext1{
        margin: 20px 0px 0px 25px;
        }
}


.rec-dayspic1.right1{
    right: 0px;
}

.rec-dayspic1.right2{
    right: 100px;
}
.rec-dayspic1{
    position: absolute;
    top: 50px;
    margin: 0px 0px 0px auto;
    width: 200px;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    transform: skewY(-5deg);
    overflow: hidden;
}





@media screen and (max-width: 320px) {
    .rec-dayspic1 {
        width: 180px;
        height: 180px;
    }
}

@media screen and (max-width: 767px) {
    .rec-dayspic1{
        position:static;
        }
}

.rec-dayspic1 img{
    width: 110%;
    height: 110%;
    opacity: 0.5;
    transform: skewY(5deg);
    object-fit: cover;
}

@media screen and (max-width: 320px) {
    .rec-dayspic1 img{
        width: 180px;
        height: 180px;
    }
}

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

.text-box {
    width: 100%;
    margin: 0 auto;
    padding: 5px 20px 5px 20px;
    display: flex;
    position: absolute;
    justify-content: center;
}

.back-box{
    width: 95%;
    max-width: 900px;
    margin: 13px auto 0 auto;
    padding: 20px 0px 10px 0px;
    border: 2px solid;
    border-color: #071F32;
    /* border-radius: 20px; */
}

@media screen and (max-width: 320px) {
    .back-box{
        margin: 35px auto 0 auto;
    }
}

.design03 {
    width: 98%;
    max-width: 900px;
    margin: 15px auto 0px auto;
    border-collapse: collapse;
    border-spacing: 0;
    border-top: solid 1px #071F32;
   }

@media screen and (max-width: 414px) {
    .design03{
        margin: 65px auto 0px auto;
    }
}

.design03 tr:nth-child(2n+1) {
    background: #3593D810;
   }

.design03 th{
    width: 120px;
    text-align: center;
    padding: 10px 10px 10px 0px;
    border-bottom: solid 1px #071F32;
   }


.design03 td {
    padding: 10px 5px 10px 10px;
    border-bottom: solid 1px #071F32;
   }




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