@charset "UTF-8";
/* CSS Document */


/*---------------------

採用情報

---------------------*/
#recruit .item1{
    background: url("../images/recruit/messagebg.jpg")no-repeat;
    background-size: cover;
    background-position: center top;
    margin-top: -100px;
    padding-top: 200px;
}
#recruit .item1 .inner{
    background: #fff;
    padding: 80px 60px;
}
#recruit .item1 .inner h3{
    font-size: 3rem;
    margin-bottom: 50px;
}
#recruit .item1 .inner p{
    font-size: 1.7rem;
}
#recruit .item1 .name{
    font-size: 2.2rem;
    text-align: right;
    margin-top: 50px;
    color: #005AAD;
    font-weight: 600;
}
#recruit .swiper{
    padding-bottom: 30px;
}
#recruit .swiper-pagination{
    bottom: 0;
    text-align: right;
    padding: 0 10%;
}
.swiper-pagination-bullet{
    background: #C3C3C3;
    width: 40px;
    height: 4px;
    border-radius: 100px;
}
.swiper-pagination-bullet-active{
    background: #005AAD;
}
/* スライドの動き等速 */
.recruit-slider .swiper-wrapper {
  transition-timing-function: linear;
}
#recruit .item2 .box{
    width: 45%;
    margin-bottom: 80px;
}
#recruit .item2 .flex{
    justify-content: space-between;
}
#recruit .item2 .box:nth-child(odd){
    margin-right: 10%;
}
#recruit .item2 h3{
    text-align: center;
    color: #005AAD;
    font-size: 2.4rem;
    line-height: 1;
    padding: 20px 0;
    border-bottom: 1px solid #005AAD;
}
#recruit .item2 .txt .strong{
    font-weight: 600;
    margin: 30px 0 15px;
    line-height: 1;
    font-size: 1.8rem;
}
#recruit .item2 .txt .strong::before{
    content: "・";
    color: #005AAD;
    padding-right:2px;
    font-size: 2rem;
}
.panel{
    display: none;
}
.panel.show{
    display: block;
}
.tab-area{
    max-width: 960px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}
.tab-area .tab{
    width: 32%;
    text-align: center;
    color: #fff;
    background: #9BC2E5;
    border-top: solid 1px #9BC2E5;
    border-right: solid 1px #9BC2E5;
    border-left: solid 1px #9BC2E5;
    padding: 30px 0;
    font-size: 1.8rem;
    font-weight: 500;
    position: relative;
    margin-bottom: -1px;
    cursor: pointer;
    transition: .4s;
}
.tab-area .tab.active{
    color: #005AAD;
    background: #FCFDFF;
}
.panel-area{
    background: #FCFDFF;
    border-top: solid #9BC2E5 1px;
}
.panel-area .img{
    max-width: 1000px;
    padding: 0 30px;
    margin: 0 auto;
}
.panel-area .message{
    text-align: center;
    font-weight: 600;
    font-size: 3rem;
    color: #005AAD;
    padding: 40px 0;
}
.panel-area .type{
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: solid 1px #EBEBEB;
    margin-bottom: 50px;
}
.panel-area .type .option{
    display: flex;
    width: 50%;
    align-items: center;
}
.panel-area .type .option p{
    font-weight: 600;
    padding-left: 40px;
}
.panel-area .cate{
    color: #108680;
    font-size: 1.8rem;
}
.panel-area .age{
    font-size: 2rem
}
.panel-area .years{
    width: 20%;
    background: #A2A2A2;
    color: #fff;
    font-size: 1.6rem;
    padding: 28px 0 ;
    text-align: center;
}
.interviewitem dt,
.interviewitem dd{
    font-size: 1.6rem;
    position: relative;
}
.interviewitem p{
    display: flex;
    align-items:flex-start;
    justify-content: space-between;
}
.interviewitem p span{
    width: calc(100% - 60px);
}
.interviewitem p .icon{
    width: 40px;
}
.interviewitem p img{
    margin: 0;
}
.interviewitem dt{
    padding-right: 60px;
    cursor: pointer;
}
.interviewitem dt p span:nth-child(2){
    font-weight: 500;
}
.interviewitem dd{
    padding: 0;
    text-align: left;
    margin-top: 30px;
}
.interviewitem{
    padding-bottom:40px;
    border-bottom: solid 1px #9BC2E5;
    margin-bottom: 40px;
}
.recruit-page{
    display: flex;
    justify-content: center;
}
.recruit-page a{
    border-radius: 17px;
    padding: 80px 0;
    display: block;
    text-align: center;
    color: #fff;
    position: relative;
    font-size: 2.2rem;
    font-weight: 600;
    width: 40%;
    margin: 0 10px;
}
.recruit-page a.graduate{
    background: url("../images/recruit/neweigebg.jpg")no-repeat;
    background-size: cover;
    background-position: center;
    color: #005AAD;
}
.recruit-page a.career{
    background: url("../images/recruit/carriabg.jpg")no-repeat;
    background-size: cover;
    background-position: center;
}
.recruit-page a::after{
    position: absolute;
    font-family: "Font Awesome 6 Free"!important;
    font: var(--fa-font-regular);
    content: "\f061";
    font-weight: 900;
    top: 46%;
    right: 40px;
}
.recruit-page a:hover::after{
    right: 20px;
}
.recruit-page .sky{
    background: #52F8F0;
    color: #005AAD;
}
.recruit-page .blue{
    background: #005AAD;
    color: #fff;
}
    
#recruit .item5{
    background: #F9FFFF;
}

/*---------------------

中途採用・新卒採用

---------------------*/
.recruit-type{
    
}
.tab-area2 {
    max-width: 100%;
    margin-bottom: 80px;
}
.tab-area2 li{
    background: #9BC2E5;
    color: #022F58;
    font-weight: 500;
    padding: 24px 0;
    line-height: 1;
    font-size: 1.8rem;
    position: relative;
    width: 30%;
    margin: 0 5px;
    text-align: center;
    cursor: pointer;
}
.tab-area2 .tab2.active2,
.tab-area2 .tabactive{
    background: #022F58;
    color: #fff;
}
#recruit-type .item1 .panel2{
    display: none;
}
#recruit-type .item1 .panel2.show2{
    display: block;
}
.tab-area2 .tab2::before{
    position: absolute;
    top: 40%;
    right: 20px;
    margin: auto;
    font-family: "Font Awesome 6 Free";
    font: var(--fa-font-regular);
    content: "\f107";
    font-weight: 900;
}






/*
.interview-item .photo {
    margin-bottom: 5.4rem;
}
.interview-item .message {
    font-size: 3.4rem;
    font-weight: 600;
    margin-bottom: 5.4rem;
}
.interview-item .profile-area {
    width: 90%;
    margin: 0 auto 5.4rem;
}
*/

@media screen and (max-width: 1024px){
    #recruit .item2 .box,
    #recruit .item2 .box:nth-child(odd){
        margin: 0 auto 40px;
    }
    .recruit-page a{
        padding: 60px 0;
    }
    .tab-area2 li{
        font-size: 1.6rem;
        width: 32%;
    }
    .tab-area2 .tab2::before{
        right: 10px;
    }
    
}
@media screen and (max-width: 769px){
    #recruit .item2 .box,
    #recruit .item2 .box:nth-child(odd){
        width: 80%;
    }
    #recruit .item1{
        padding-top: 160px;
    }
    #recruit .item1 .inner{
        padding: 40px 20px;
    }
    #recruit .item1 .inner h3{
        font-size: 2.4rem;
        margin-bottom: 25px;
    }
    #recruit .item1 .inner p{
        font-size: 1.4rem;
    }
    .panel-area .message{
        font-size: 2.2rem;
        padding: 25px 0;
    }
    .interviewitem{
        margin-bottom: 20px;
        padding-bottom: 20px;
    }
    .interviewitem dd{
        margin-top: 15px;
    }
    .panel-area .years{
        padding: 10px 0;
    }
    .panel-area .type .option p{
        font-size: 1.6rem;
    }
    .recruit-page a{
        padding: 40px 0;
        font-size: 2rem;
    }
    .recruit-page a::after{
        top: 42%;
        right: 20px;
    }
    .tab-area2{
        display: block;
    }
    .tab-area2 li{
        width: 100%;
        margin: 0;
    }
    .tab-area2 .tab2{
        margin-bottom: 10px;
    }
    .tab-area2{
        margin-bottom: 40px;
    }
}
@media screen and (max-width: 425px){
    .panel-area .img{
        padding: 0;
    }
     #recruit .item2 .box,
    #recruit .item2 .box:nth-child(odd){
        width: 100%;
    }
    .interviewitem dt,
    .interviewitem dd{
        font-size: 1.4rem;
        line-height: 1.6;
    }
    .interviewitem p span {
        width: calc(100% - 36px);
    }
    .interviewitem p .icon{
        width: 30px;
    }
    .interviewitem dt::before,
    .interviewitem dt::after{
        right: 10px;
    }
    .interviewitem dt{
        padding-right: 30px;
    }
    #recruit .item1 .inner h3{
        margin-bottom: 20px;
        line-height: 1.8;
    }
    #recruit .item1 .inner p{
        margin-top: 20px;
    }
    #recruit .item2 h3{
        font-size: 2rem;
    }
    #recruit .item2 .txt .strong{
        margin: 24px 0 10px;
        font-size: 1.6rem;
    }
    #recruit .item2 .box:last-of-type{
        margin-bottom: 0;
    }
    .tab-area .tab{
        font-size: 1.5rem;
        padding: 10px 0;
    }
    .panel-area .message{
        font-size: 1.6rem;
        padding: 15px 0;
        line-height: 1.6;
    }
    .panel-area .type{
        display: block;
        margin-bottom: 30px;
    }
    .panel-area .type .option{
        width: 100%;
        justify-content: space-between;
        padding: 10px;
    }
    .panel-area .type .option p{
        padding: 0;
    }
    .panel-area .years{
        width: 100%;
        padding: 3px 0 5px;
    }
    .recruit-page{
        display: block;
    }
    .recruit-page a{
        padding: 40px 0;
        width: 100%;
        line-height: 1.6;
        margin: 0;
    }
    .recruit-page a.graduate,
    .recruit-page a.sky{
        margin-bottom: 15px;
    }
    .tab-area2 li{
        padding: 15px 0;
    }
    .tab-area2{
        margin-bottom: 30px;
    }
    


}
