@charset "utf-8";

body{
    color: #000;
}
.flexArea{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
}
.flexArea.between{
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.flexArea.end{
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

#mainVisual{
    height: 567px;
    padding-top: 300px;
    margin-bottom: 67px;
    
}
.mainVisualImageArea{
    width: 75%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    /* padding: calc(); */
    /* min-height: 567px; */
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.mainVisualCopyArea{
    width: 650px;
    position: absolute;
    bottom: 43px;
    right: 0;
    /* margin-left: 56%;
    margin-right: auto; */
}
.mainVisualCopyArea p{
    width: 12em;
    margin-bottom: 10px;
    padding: 0.5em;
    color: #FFF;
    font-size: 51px;
    font-family: "ヒラギノ角ゴシック Pro","Hiragino Kaku Gothic ProN", "Noto Sans JP";
    font-weight: 700;
    letter-spacing: 5px;
    background: #000;
    -webkit-transform: skewY(-5deg);
            transform: skewY(-5deg);
}
.mainVisualCopyArea p:first-of-type{
    margin-left: 30px;
}
.preface1 .flexArea{
    justify-content: space-between;
}
.preface1 h3, .preface2 h3{
    font-family: "ヒラギノ角ゴシック Pro","Hiragino Kaku Gothic ProN", "Noto Sans JP";
    font-weight: 700;
    font-size: 36px;
    margin-bottom: 31px;
    letter-spacing: 3px;
}
.prefaceTextArea p{
    line-height: 2;
}
.preface1{
    margin-bottom: 10px;
}
.preface1 .prefaceImageArea{
    order: 2;
    width: 388px;
}
.preface1 .prefaceTextArea{
    width: auto;    padding-top: 66px;
}

.preface2{
    margin-bottom: 110px;
    overflow: hidden;
}
.preface2 .prefaceImageArea{
    width: 49.5%;
    margin-bottom: -26%;
    margin-right: auto;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 2;
}
.preface2 .prefaceImageArea::before{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-right: 2px solid #FFF;
}

.preface2 .prefaceTextArea{
    width: 55%;
    /* margin-top: -370px; */
    margin-left: 48%;
    /* padding-top: 107px;
    padding-bottom: 126px;
    padding-left: 61px; */
    padding:9% 0;
    color: #FFF;
    background-image: -moz-linear-gradient( 126deg, rgba(0,234,255,0.58824) 0%, rgba(0,195,238,0.66) 35%, rgba(0,155,220,0.8) 100%);
    background-image: -webkit-linear-gradient( 126deg, rgba(0,234,255,0.58824) 0%, rgba(0,195,238,0.66) 35%, rgba(0,155,220,0.8) 100%);
    background-image: -ms-linear-gradient( 126deg, rgba(0,234,255,0.58824) 0%, rgba(0,195,238,0.66) 35%, rgba(0,155,220,0.8) 100%);
}
.preface2 .prefaceTextInr{
    width: 91%;
    max-width: 528px;
    margin-left: 5.5%;
}

.qualification{
    margin-bottom: 81px;
}
.qualification h3{
    margin-bottom: 41px;
    text-align: center;
    font-family: "ヒラギノ角ゴシック Pro","Hiragino Kaku Gothic ProN", "Noto Sans JP";
    font-weight: 700;
    letter-spacing: 3px;
    font-size: 36px;
}
.selectionInner{
    margin-bottom: 42px;
}
.selectionInner.insertTable{
    margin-bottom: 30px;
}

.selectionTable{
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 18px;
    line-height: 2;
}
.selectionTable th{
    width: 341px;
    color: #FFF;
    text-align: center;
    font-family: "ヒラギノ角ゴシック Pro","Hiragino Kaku Gothic ProN", "Noto Sans JP";
    font-weight: 700;
    vertical-align: middle;
    background: #23acdf;
}
.selectionTable td{
    padding: 13px 0 13px 21px;
    background: #e8f5f5;
}
.selectionTable a{
    color: #009cd8;
}
.subDesList dd{
    position: relative;
    margin-left: 2em;
    text-indent: -1em;
}
.subDesList dd::before{
    content: "◆";
    display: inline-block;
    width: 1em;
    height: 1em;
    text-indent: 0;
    
}
.selectionTextArea{
    padding: 29px 0 32px;
    text-align: center;
    line-height: 2;
    background: #e8f5f5;
}
.selectionList{
    width: 415px;
    margin: 0 auto;
    text-align: left;
    list-style-type: disc;
}

.commentList{
    margin-left: 2em;
}
.commentList li{
    text-indent: -1em;
    font-size: 16px;
}
.commentList li::before{
    content: "※";
    display: inline-block;
    width: 1em;
    height: 1em;
    text-indent: 0;
}

.half_underline{
    width: 502px;
    /* padding: 21px 24px; */
    border-bottom: 1px solid #000;
}
.half_underline a{
    display: inline-block;
    width: 100%;
    height: 100%;
    padding: 21px 24px;
    position: relative;
    font-size: 24px;
    color: #000;
}
.half_underline a::before{
    content: "";
    display: block;
    width: 18px;
    height: 9px;
    background-image: url(../images/arrow-r.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    position: absolute;
    top: calc(50% - 4px);
    right: 1em;
}

.employeeIntroduction{
    margin-bottom: 61px;
}

.employeeIntroArea{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-negative: 0;
        flex-shrink: 0;
}

.employeeIntroTtl{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 406px;
    color: #FFF;
    font-family: "ヒラギノ角ゴシック Pro","Hiragino Kaku Gothic ProN", "Noto Sans JP";
    font-weight: 700;
    font-size: 24px;
    background-color: #004064;
    background-image: url(../images/employee_bg.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}
.employeeIntroBox{
    position: relative;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}
.employeeIntroBox.staff01{
    background-image: url("../images/memberlink01.jpg");
    background-position: top;
}
.employeeIntroBox.staff02{
    background-image: url(../images/memberlink02.jpg);
}
.employeeIntroBox.staff03{
    background-image: url(../images/memberlink03.jpg);
}
.employeeIntroBox a{
    display: inline-block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.employeeNameBox{
    position: absolute;
    bottom: 1em;
    left: 0;
}
.employeeClass{
    display: inline-block;
    padding: 8px 20px 8px 22px;
    color: #FFF;
    background: #000;
    /* position: absolute;
    top: -13px;
    left: 0; */
}
.employeeName{
    width: 100%;
    height: 73px;
    padding: 36px 0 23px 23px;
    color: #000;
    font-weight: 700;
    background: rgba(255, 255, 255, 0.55);
}

/* フェード系 */
.effect{
    transition: all 500ms ease 0s;
}
.fadeIn{
    opacity: 0;
    transform: translateY(50px);
}


/* 暫定 */
.tabWrap{
    display: flex;
    flex-wrap: wrap;
    flex-shrink: 0;
    justify-content: space-around;
    align-items: center;
    width: 1024px;
    margin: 0 auto;
    overflow: hidden;
}

.tabRadio{
    display: none;
}
.tabBtn{
    order: -1;
}
.tabBtn{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30%;
    height: 60px;
    position: relative;
    top: 2px;
    border-radius: 10px 10px 0 0;
    color: #23acdf;
    border: 1px solid #23acdf;
    border-bottom: none;
}
.tabBtn:hover{
    cursor: pointer;
}
.tabRadio:checked + .tabBtn{
    color: #FFF;
    font-weight: 700;
    background: #23acdf;
}
.tabBtn + .recruitTableWrap{
    display: none;
    margin-bottom: 61px;
    border-top: 4px solid #23acdf;
    border-bottom: 4px solid #23acdf;
}.tabRadio:checked + .tabBtn + .recruitTableWrap{
    display: block;
    border-top: 4px solid #23acdf;
    border-bottom: 4px solid #23acdf;
}
.midCareer, .newGraduates{
    padding-top: 30px;
}
.midCareer .selectionTextArea,
.newGraduates .selectionTextArea{
    padding: 0;
    background:transparent;
    color: #23acdf;
    font-size: 24px;
    font-weight: 900;
}


@media (min-width: 769px){
    /* ホバー時の動作 */
    .half_underline a:hover::before{
        animation: rotateX 700ms linear 0s infinite alternate forwards;
    }
    .employeeIntroBox:hover{
        opacity: 0.7;
    }
}

@keyframes rotateX{
    100%{
        transform: rotateX(180deg);
    }

}

@media screen and (max-width: 768px){
    #mainVisual{
        height: auto;
        padding-top: 30px;
        margin-bottom: 40px;
    }
    #mainVisual::before{
        content: "";
        display: block;
        padding-top: 60%;
    }
    .mainVisualImageArea{
        width: 92%;
    }
    .mainVisualCopyArea{
        width: 70vw;
        bottom: 2vw;
    }
    .mainVisualCopyArea p{
        width: 65.5vw;
        padding: 0.5em 0.25em;
        font-size: 5vw;
        letter-spacing: 4px;
        text-align: center;
    }
    .mainVisualCopyArea p:first-of-type{
        margin-left: 3.5vw;
    }
    .preface1{
        margin-bottom: 40px;
    }
    .preface1 .flexArea{
        flex-wrap: wrap;
    }
    .preface1 .prefaceImageArea{
        /* order: 0; */
        width: 70%;
        max-width: 388px;
        margin-top: -60px;
        margin-left: auto;
        z-index: 1;
    }
    .preface1 .prefaceTextArea{
        width: 90%;
        padding: 12px 6px;
        background: rgba(255, 255, 255, 0.6);
        /* margin-top: -60px; */
        z-index: 3;
    }
    .preface2 .prefaceImageArea{
        width: 75%;
        margin-bottom: -7%;
        border-bottom: 4px solid #FFF;
    }
    .preface2 .prefaceImageArea::before{
        display: none;
    }
    .preface2 .prefaceTextArea{
        width: 92%;
        margin-left: 8%;
        padding-top: 14%;
    }
    .tabWrap{
        width: 100%;
    }
    .tabBtn{
        width: 40%;
    }
    .qualification h3{
        margin-bottom: 25px;
    }
    .selectionTable,
    .selectionTable tbody,
    .selectionTable tr,
    .selectionTable th,
    .selectionTable td{
        display: block;
        width: 100%;
    }
    
    .selectionTable td{
        margin-bottom: 6px;
    }
    .selectionTable th{
        padding: 8px;
    }
    .selectionTable td{
        padding: 12px;
    }
    .subList{
        margin-left: 1.5em;
    }
    .selectionList{
        width: auto;
        margin-left: 1.5em;
    }
    .half_underline{
        width: 80%;
        margin-left: auto;
    }
    .half_underline a{
        padding: 18px 10px;
    }
    .half_underline a::before {
        right: 1%;
    }
    .flexArea.between{
        flex-direction: column;
        min-height: 0%;
    }
    .flexArea.between .half_underline:first-of-type{
        margin-bottom: 24px;
    }
    .employeeIntroArea{
        flex-wrap: wrap;
    }
    .employeeIntroTtl,.employeeIntroBox{
        width: 50%;
        height: 60vw;
    }
    .employeeClass{
        padding: 8px 12px;
    }
    .employeeName{
        padding-left: 12px;
    }
}
@media screen and (max-width: 425px){
    .employeeIntroTtl,.employeeIntroBox{
        width: 100%;
        height: 350px;
    }
}