@charset "UTF-8";
/* ----------------------------------------------------------------
共通
---------------------------------------------------------------- */


@media screen and (max-width: 767px) {

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

}
@media screen and (max-width: 1025px) {

}
/* ----------------------------------------------------------------
page_top_tl
---------------------------------------------------------------- */
body.pages .page_top_tl{
        width: 100%;
    max-width: 100%;
    margin-bottom: 80px;
}
body.pages .page_top_tl .page_h3_tl_area{
    max-width: 1200px;
    margin: 0 auto;
    width: 90%;
}
body.pages .page_top_tl .recruit_page_main{
    position: relative;
    background: url("../img/tl_bg_pc.jpg") center center no-repeat;
    width: 100%;
    height: 380px;
    overflow: hidden;
    background-size: cover;
}
body.pages .page_top_tl .recruit_page_main div {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 30px 0;
    display: flex;
    align-items: center;
    height: 100%;
}
body.pages .page_top_tl .recruit_page_main div p{
    width: 390px;
    opacity: 0;
    transform: translateY(12px);
    transition: opacity 0.9s ease, transform 0.9s ease;
}
body.pages .page_top_tl.is-show .recruit_page_main div p {
    opacity: 1;
    transform: translateY(0);
}
@media screen and (max-width: 767px) {
    body.pages .page_top_tl{
        margin-bottom: 40px;
    }
body.pages .page_top_tl .recruit_page_main{
    background: url("../img/tl_bg_sp.jpg") center center no-repeat;
    height: 115px;
        background-size: cover;
}
body.pages .page_top_tl .recruit_page_main div p{
    width: 165px;
}
}
/* ----------------------------------------------------------------
page_link_area
---------------------------------------------------------------- */
#page_link_area{
        max-width: 1000px;
    margin: 0 auto 50px;
    width: 90%;
}
#page_link_area ul{
    display: flex;
    gap:0.5%;
    justify-content: space-between;
}
#page_link_area ul li{
    width: 33%;
}
#page_link_area ul li a {
    display: flex;
    flex-wrap: wrap;
    height: 445px;
    width: 100%;
    position: relative;
    text-align: center;
    padding: 30px;
    overflow: hidden;
    flex-direction: column;
    justify-content: flex-end;
    align-items: baseline;
    color: #fff;
}
#page_link_area ul li a:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    top: 0;
    left: 0;
    transition: transform 0.6s ease;
    transform: scale(1);
    transform-origin: center;
}
#page_link_area ul li a:after{
        content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background:#00000036;
}
@media screen and (min-width: 768px) {
#page_link_area ul li a:hover{
    text-decoration: none;
}
#page_link_area ul li a:hover:before {
    transform: scale(1.08);
}
}
#page_link_area ul li:nth-child(1) a:before{
    background: url("../img/page_link01_pc.jpg") center center no-repeat;
    background-size: cover;
}
#page_link_area ul li:nth-child(2) a:before{
    background: url("../img/page_link02_pc.jpg") center center no-repeat;
    background-size: cover;
}
#page_link_area ul li:nth-child(3) a:before{
    background: url("../img/page_link03_pc.jpg") center center no-repeat;
    background-size: cover;
}
#page_link_area ul li a .txt_box{
    position: relative;
    color: #fff;
    z-index: 1;
        line-height: 1;
}
#page_link_area ul li a .txt_box .main {
    font-size: 5.5rem;
    font-weight: 700;
}
@media screen and (max-width: 767px) {
    #page_link_area{
        margin-bottom: 0;
    }
    #page_link_area ul li a{
        height: 170px;
            padding: 10px;
    }
    #page_link_area ul li a .txt_box .sub {
    font-size: 0.6rem;
}
    #page_link_area ul li a .txt_box .main {
    font-size: 2.5rem;
}
}
/* ----------------------------------------------------------------
interview_main
---------------------------------------------------------------- */
#interview_main .interview_box > .inner{
            max-width: 1000px;
    margin: 0 auto 100px;
    width: 90%;
}
.interview_box{
        padding: 100px 0 50px;
}
.interview_box.gray{
    background: #f0f0f0;
}
#interview_main .interview_box .txt_area{
    margin-bottom: 40px;
    display: flex;
    gap:20px;
    align-items: flex-end;
    line-height: 1;
}
#interview_main .interview_box .txt_area .number_txt .sub{
    font-size: 0.8rem;
    text-align: center;
}
#interview_main .interview_box .txt_area .number_txt .main{
        font-size: 4rem;
    font-weight: 700;
    text-align: center;
}
#interview_main .interview_box .txt_area .name_area span {
    font-size: 2rem;
    font-weight: 600;
    padding-left: 5px;
}
#interview_main .interview_box .main_img{
    position: relative;
    margin-bottom: 80px;
}
#interview_main .interview_box .main_img .txt {
    position: absolute;
    bottom: 30px;
    left: 30px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-end;
}
#interview_main .interview_box .main_img p{
        display: inline;
    padding: 0.2em 0.4em;
        white-space: nowrap;
    background: #fff;
        font-size: 2.6em;
    font-weight: 800;
    line-height: 2.1;
        box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
}
#interview_main .interview_box > .inner > .box{
    display: flex;
    justify-content: space-between;
    gap:40px;
    align-items: flex-start;
    margin-bottom: 60px;
}
#interview_main .interview_box > .inner > .box > div{
    width: calc(50% - 20px);
}
#interview_main .interview_box > .inner > .box > .txt_box .tl {
    font-weight: 800;
    font-size: 1.9rem;
    padding-bottom: 50px;
    position: relative;
}
#interview_main .interview_box > .inner > .box > .txt_box .tl:before{
    content: "";
    position: absolute;
    width: 136px;
    height: 10px;
    background: url("../img/dot.svg") 0 0 no-repeat;
        bottom: 26px;
}
#interview_main .interview_box > .inner > .box > .txt_box .txt{
        line-height: 1.7;
    font-size: 1.1rem;
}
@media screen and (min-width: 768px) {
    
#interview_main .interview_box > .inner > .box.right > .txt_box{
    order: 2;
}
}
@media screen and (max-width: 767px) {
    #interview_main .interview_box > .inner{
        width: 100%;
                margin-bottom: 0;
        padding-bottom: 10px;
    }
    .interview_box {
    padding: 50px 0 0;
}
    #interview_main .interview_box .txt_area .number_txt .main {
    font-size: 2.5rem;
}
#interview_main .interview_box .txt_area .number_txt .sub {
    font-size: 0.5rem;
}
#interview_main .interview_box .txt_area {
    gap: 15px;
    width: 90%;
    margin: 0 auto;
        margin-bottom: 20px;
}
#interview_main .interview_box .name_area {
    font-size: 0.8rem;
}
#interview_main .interview_box .txt_area .name_area span {
    font-size: 1.5rem;
}
#interview_main .interview_box .main_img .txt {
    bottom: 15px;
    left: 15px;
}
#interview_main .interview_box .main_img p {
    font-size: 1.2em;
}
    #interview_main .interview_box > .inner > .box{
            width: 90%;
    margin: 0 auto 40px;
        display: block;
    }
    #interview_main .interview_box > .inner > .box > div {
    width: 100%;
}
    #interview_main .interview_box > .inner > .box .txt_box{
        margin-bottom: 30px;
    }
#interview_main .interview_box .main_img {
    margin-bottom: 40px;
}
#interview_main .interview_box > .inner > .box > .txt_box .tl {
    font-size: 1.4rem;
    padding-bottom: 30px;
}
#interview_main .interview_box > .inner > .box > .txt_box .tl:before {
    width: 99px;
    bottom: 11px;
}
#interview_main .interview_box > .inner > .box > .txt_box .txt {
    line-height: 1.5;
    font-size: 0.9rem;
}
}