/*****interview css*****/

@media (min-width: 769px) {
    .pc_off {
        display: none;
    }
}

@media (max-width: 768px) {
    .sp_off {
        display: none;
    }
}


/***interview 一覧***/
.interview_list {
    width: 1000px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 80px;
}

.interview_list li {
    width: 280px;
}

.interview_list li a {
    display: block;
}

.interview_no {
    color: #0063CE;
    font-size: 12px;
    margin-bottom: 5px;
    display: block;
}

.interview_list_img {
    width: 280px;
    height: 280px;
    overflow: hidden;
}

.interview_list_img img {
    width: 280px;
    height: 280px;
    object-fit: cover;
    font-family: 'object-fit: cover';
    object-position: center;
    transition: all .5s;
}

.interview_list li a:hover img {
    transform: scale(1.1);
}

.interview_keyphrase {
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    margin-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ccc;
}

.interview_ttl {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
    line-height: 30px;
}

.interview_name {
    font-weight: bold;
    font-size: 18px;
}

.interview_info {
    display: flex;
    align-items: center;
    justify-content: left;
}

.interview_info p {
    font-size: 14px;
    color: #999;
}

.interview_info span {
    display: block;
    width: 90px;
    height: 30px;
    color: #fff;
    text-align: center;
    margin-left: 8px;
}

.interview_info span.tokyo {
    background: #8FC7D2;
}

.interview_info span.osaka {
    background: #8FD296;
}

.interview_info span.nagoya {
    background: #D28FCB;
}

.interview_info span.morioka {
    background: #D28F8F;
}

/*一覧sp*/
@media (max-width: 768px) {
    .interview_list {
        width: 94%;
        gap: 4%;
    }

    .interview_list li {
        width: 48%;
        margin-bottom: 30px;
    }

    .interview_list_img,
    .interview_list li a img {
        width: 100%;
        height: 100%;
    }

    .interview_ttl {
        flex-wrap: wrap;
    }

    .interview_name {
        width: 100%;
        line-height: 22px;
    }

    .interview_info span {
        width: 73px;
    }
}


/***interview 詳細***/
/*top img*/
.interview_wrap {
    width: 1000px;
    margin: 0 auto;
    font-size: 16px;
    line-height: 30px;
    font-weight: 500;
}

.interview_top {
    position: relative;
    margin-bottom: 50px;
}

.interview_top_ttl {
    position: absolute;
    left: 70px;
    bottom: 70px;
}

.interview_top_ttl p {
    font-size: 25px;
    font-weight: bold;
    line-height: 40px;
    display: inline;
    background: linear-gradient(transparent 0%, #fff 0%);
}

.interview_top_ttl h3 {
    font-size: 16px;
    margin-top: 10px;
    font-weight: bold;
}

/*top img sp*/
@media (max-width: 768px) {
    .interview_wrap {
        width: 100%;
    }

    .interview_top {
        margin-bottom: 80px;
    }

    .interview_top img {
        width: 100%;
    }

    .interview_top_ttl {
        left: 5%;
        bottom: -45px;
    }

    .interview_top_ttl p {
        font-size: 20px;
        line-height: 25px;
    }

    .interview_top_ttl h3 {
        font-size: 14px;
        margin-top: 0px;
    }
}


/*profile*/
.interview_profile {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 70px;
}

.interview_profile h4 {
    font-size: 10px;
    font-weight: bold;
    color: #0063CE;
    padding-bottom: 50px;
}

.interview_profile img {
    width: 100px;
    border-radius: 50%;
    margin: 0 25px 0 20px;
}

.interview_profile p {
    font-size: 14px;
    line-height: 22px;
    display: flex;
    align-items: center;
    height: 65px;
    font-weight: 500;
}

.interview_profile p.right_line {
    padding-right: 30px;
    margin-right: 30px;
    border-right: 1px solid #bababa;
}

/*profile sp*/
@media (max-width: 768px) {
    .interview_profile {
        flex-wrap: wrap;
        width: 270px;
        margin: 0 auto;
        margin-bottom: 50px;
    }

    .interview_profile img {
        margin: 0 25px;
    }

    .interview_profile p {
        font-size: 12px;
        line-height: 19px;
    }

    .interview_profile p.right_line {
        padding: 0;
        margin: 0;
        border: none;
    }

    .interview_profile p:last-child {
        height: auto;
        margin-top: 15px;
        padding-top: 15px;
        border-top: 1px solid #bababa;
    }
}


/*article*/
.interview_right,
.interview_left {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 90px;
}

@media (min-width: 769px) {

    /*pcのみ*/
    .interview_right {
        flex-direction: row-reverse;
    }
}

.interview_txt {
    width: 540px;
    flex-shrink: 0;
}

.interview_txt section {
    margin-bottom: 60px;
}

.interview_txt section:last-child {
    margin-bottom: 0;
}

.interview_txt h4 {
    font-weight: bold;
    display: flex;
    align-items: flex-start;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 20px;
}

.interview_txt h4::before {
    content: '';
    display: block;
    width: 60px;
    height: 1px;
    background: #333;
    margin-right: 7px;
    margin-top: 14px;
}

.interview_txt p {
    font-size: 16px;
    line-height: 30px;
    font-weight: 500;
}

.interview_txt img {
    width: 100%;
    margin-top: 20px;
}

.interview_img img {
    width: 400px;
}

@media (min-width: 769px) {

    /*pcのみ*/
    .interview_img img {
        margin-bottom: 10px;
    }
}

.interview_widthimg {
    margin-bottom: 90px;
}

/*article sp*/
@media (max-width: 768px) {

    .interview_right,
    .interview_left {
        flex-wrap: wrap;
        width: 92%;
        margin: 0 auto;
    }

    .interview_txt h4,
    .interview_txt p {
        font-size: 14px;
        line-height: 26px;
    }

    .interview_txt {
        width: 100%;
    }

    .interview_txt h4 {
        margin-bottom: 10px;
    }

    .interview_txt h4::before {
        width: 30px;
        height: 1px;
        margin-right: 4px;
        margin-top: 12px;
    }

    .interview_txt section,
    .interview_txt section:last-child {
        margin-bottom: 40px;
    }

    .interview_img img {
        width: 100%;
        margin-top: 0;
        margin-bottom: 40px;
    }

    .interview_widthimg {
        margin-bottom: 40px;
    }

    .interview_widthimg img {
        width: 100%;
    }
}


/*schedule*/
.interview_box {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.interview_schedule {
    width: 500px;
    background: #F8F8F8;
    padding: 35px 30px;
}

.interview_schedule h4 {
    margin-bottom: 30px;
    font-weight: bold;
    font-size: 16px;
}

.interview_schedule h4 span {
    display: block;
    color: #0063CE;
    font-size: 10px;
    line-height: 15px;
}

.interview_schedule div {
    border-left: 3px solid #0063CE;
    margin-left: 7px;
}

.interview_schedule div section {
    margin-bottom: 35px;
    font-size: 14px;
    line-height: 26px;
}

.interview_schedule div section:last-child {
    margin-bottom: 0;
}

.interview_schedule div section h5 {
    font-weight: bold;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
    margin-left: -7px;
}

.interview_schedule div section h5 span {
    background: #0063CE;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    margin-right: 10px;
}

.interview_schedule div section p {
    margin-left: 35px;
    font-weight: 500;
}

.interview_schedule div section ul {
    margin: 20px 0 0 35px;
}

.interview_schedule div section li {
    font-weight: 500;
    list-style: disc;
    margin-left: 20px;
}

.interview_schedule div section li::marker {
    color: #0063ce;
}

/*schedule sp*/
@media (max-width: 768px) {
    .interview_box {
        flex-wrap: wrap;
        margin-top: 20px;
    }

    .interview_schedule {
        width: 94%;
        margin: 0 auto;
        padding: 35px 8%;
        margin-bottom: 40px;
    }

    .interview_schedule h4 {
        margin-bottom: 20px;
        line-height: 24px;
    }

    .interview_schedule div section {
        margin-bottom: 20px;
        line-height: 20px;
    }

    .interview_schedule div section h5 {
        align-items: flex-start;
    }

    .interview_schedule div section h5 span {
        flex-shrink: 0;
        margin-top: 4px;
    }
}




/*personal*/
.interview_personal {
    width: 435px;
}

.interview_personal h4 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 10px;
    font-weight: bold;
    color: #0063CE;
    margin-bottom: 20px;
}

.interview_personal h4::before {
    content: '';
    width: 370px;
    height: 1px;
    background: #0063CE;
    display: block;
}

.interview_personal section {
    margin-bottom: 40px;
}

.interview_personal section h5 {
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 16px;
}

.interview_personal section h5 i {
    margin-right: 5px;
}

.interview_personal section p {
    margin-bottom: 20px;
    line-height: 26px;
    font-weight: 500;
}

.interview_personal section img {
    width: 435px;
}

/*personal sp*/
@media (max-width: 768px) {
    .interview_personal {
        width: 92%;
        margin: 0 auto;
    }

    .interview_personal h4 {
        margin-bottom: 10px;
    }

    .interview_personal h4::before {
        width: 98%;
        margin-right: 2%;
    }

    .interview_personal section {
        margin-bottom: 25px;
    }

    .interview_personal section h5 {
        margin-bottom: 5px;
    }

    .interview_personal section p {
        font-size: 14px;
        line-height: 26px;
    }

    .interview_personal section img {
        width: 100%;
    }
}




/*back-btn*/
.interview_btn {
    margin-top: 100px;
}

.interview_btn a {
    display: block;
    position: relative;
    margin: 0 auto;
    width: 230px;
    height: 56px;
    border: 1px solid #333;
    color: #333;
    font-size: 16px;
    line-height: 56px;
    font-weight: bold;
    text-align: center;
    transition: all 0.5s;
}

.interview_btn a img {
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%) scale(-1, 1);
    -webkit-transform: translateY(-50%) scale(-1, 1);
    -ms-transform: translateY(-50%) scale(-1, 1);
    filter: invert(12%) sepia(87%) saturate(47%) hue-rotate(315deg) brightness(99%) contrast(83%);
}

.interview_btn a:hover {
    color: #fff;
}

.interview_btn a:hover img {
    filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(85deg) brightness(105%) contrast(104%);
    transition: all 0.5s;
}

.interview_btn a::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    content: "";
    background: #333;
    transform-origin: left top;
    transform: scale(0, 1);
    transition: all 0.5s;
}

.interview_btn a:hover::before {
    transform: scale(1, 1);
}

/*back-btn sp*/
@media (max-width: 768px) {
    .interview_btn {
        margin-top: 50px;
    }

    .interview_btn a {
        width: 200px;
        font-size: 14px;
    }
}