@charset "UTF-8";
.interviewHead_wrap {
    max-width: 1000px;
    margin: 0 auto;
    margin-top: 40px;
}
.interviewHead_wrap .img {
    text-align: center;
    margin-bottom: 20px;
}
.interviewHead_wrap .img img {
    width: 100%;
    height: auto;
    max-width: 1000px;
}
.interviewHead_wrap .txt,
.interviewHead_wrap .day {
    text-align: right;
    font-size: 14px;
    line-height: 2;
}
.interview_content {
    margin-top: 60px;
}
.interview_content:first-child {
    margin-top: 0;
}
.interview_ttl {
    font-size: 20px;
    line-height: 1.6;
    font-weight: bold;
    color: #1c476e;
    position: relative;
    padding-left: 16px;
}
.interview_ttl:before {
    content: '';
    display: block;
    width: 5px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #1C476E;
    z-index: 1;
}
.interview_box {
    margin-top: 40px;
}
.interview_box .interview_img {
    float: right;
    padding: 0 0 20px 36px;
}
.interview_box .txtbox .txt {
    font-size: 14px;
    line-height: 2;
    font-weight: 500;
    margin-top: 1.4em;
}
.interview_box .txtbox .txt:first-of-type {
    margin-top: 0;
}
.interview_box .txtbox .txt a {
    color: #347EC0;
    text-decoration: underline;
    text-underline-offset: 2px;
}
.interview_date {
    margin: 60px 0 80px;
    display: flex;
    align-items: center;
}
.company_logo {
    order: 2;
}
.company_logo a {
    display: block;
}
.company_date {
    padding-right: 40px;
    order: 1;
}
.company_date .box {
    display: flex;
    margin-top: .6em;
}
.company_date .box:first-child {
    margin-top: 0;
}
.company_date .box dt {
    width: 76px;
    font-size: 14px;
    line-height: 2;
    font-weight: bold;
    position: relative;
    padding-right: 1em;
    box-sizing: border-box;
}
.company_date .box dt:before {
    content: '：';
    display: block;
    position: absolute;
    right: .2em;
    top: 0;
    z-index: 1;
}
.company_date .box dd {
    width: -webkit-calc(100% - 76px);
    width: calc(100% - 76px);
    box-sizing: border-box;
    font-size: 14px;
    line-height: 2;
    font-weight: 500;
}
.company_date .box dd a {
    color: #347EC0;
    text-decoration: underline;
    text-underline-offset: 2px;
}
.company_date.is-ver2 .box dt {
    width: 120px;
}
.company_date.is-ver2 .box dd {
    width: -webkit-calc(100% - 120px);
    width: calc(100% - 120px);
}
@media only screen and (min-width:767px) {
    .interview_box .txtbox .txt a:hover,
    .company_date .box dd a:hover {
        text-decoration: none;
    }
    .company_logo a:hover {
        opacity: .8;
    }
}
@media screen and (min-width:767px) and (max-width:1240px) {
    .interview_wrap {
        padding: 0 40px;
    }
    .interview_date {
        display: block;
    }
    .company_logo {
        margin-bottom: 40px;
    }
    .company_date {
        padding: 0;
    }
}
@media only screen and (max-width:767px) {
    .interviewHead_wrap {
        margin-top: 5.333vw;
    }
    .interview_wrap {
        padding: 0 5.128vw;
    }
    .interviewHead_wrap .img {
        margin-bottom: 2.667vw;
    }
    .interviewHead_wrap .txt,
    .interviewHead_wrap .day {
        font-size: 3.2vw;
        text-align: left;
    }
    .interview_content {
        margin-top: 8vw;
    }
    .interview_ttl {
        font-size: 4.615vw;
        padding-left: 4.103vw;
    }
    .interview_ttl:before {
        width: 1.026vw;
    }
    .interview_box {
        margin-top: 8vw;
    }
    .interview_box .interview_img {
        display: block;
        float: none;
        padding: 0;
        width: 100%;
        height: auto;
        margin: 0 auto;
    }
    .interview_box .txtbox .txt {
        font-size: 3.2vw;
        margin-top: 1.2em;
    }
    .interview_box .txtbox .txt:first-of-type {
        margin-top: 1.6em;
    }
    .interview_date {
        margin: 8vw 0 16vw;
        display: block;
    }
    .company_logo {
        width: 100%;
    }
    .company_logo img {
        width: 80%;
        height: auto;
    }
    .company_date {
        width: 100%;
        padding: 0;
        margin-top: 7.467vw;
    }
    .company_date .box {
        margin-top: .6em;
    }
    .company_date .box dt {
        width: 18.133vw;
        font-size: 3.2vw;
    }
    .company_date .box dt:before {
        right: .3em;
    }
    .company_date .box dd {
        width: -webkit-calc(100% - 18.133vw);
        width: calc(100% - 18.133vw);
        font-size: 3.2vw;
    }
    .company_date.is-ver2 .box dt {
        width: 27.2vw;
    }
    .company_date.is-ver2 .box dd {
        width: -webkit-calc(100% - 27.2vw);
        width: calc(100% - 27.2vw);
    }
}