@charset "utf-8";

.interview .container {
    margin: 100px auto;
}

.interview .h2_sub {
    color: #000;
}

.interview .container .column_02 {
    margin: 50px auto 0 auto;
    text-align: center;
    padding: 0 20px 35px 20px;
    border-bottom: 1px solid #ccc;
}

.interview .container .column_03 {
    margin: 50px auto 0 auto;
    text-align: center;
    padding: 0 20px 35px 20px;
    border-bottom: 1px solid #ccc;
    justify-content: center;
}

.interview .i_box p {
    font-size: 120%;
}

.interview .i_box span {
    font-size: 70%;
}

.interview .senior_ttl {
    max-width: 1000px;
    width: auto;
    padding: 50px 0;
    margin: 0 auto;
    text-align: center;
    line-height: 1.6;
}

.interview .senior_ttl h3 {
    font-size: 200%;
    margin-bottom: 50px;
    font-family: 'Noto Serif JP', 'serif';
    font-weight: 500;
}

.interview .senior_ttl p {
    font-size: 160%;
}

.interview .senior_ttl span {
    font-size: 16px;
}

.interview .sec_senior {
    margin: 120px auto 0 auto;
}

.interview .column_02 {
    display: flex;
    max-width: 1200px;
    width: auto;
    padding: 0 20px;
    margin: 0 auto;
}

.interview .column_02 .senior_txt {
    padding: 0 30px;
}

.interview .column_02 .senior_img {
    text-align: right;
    margin-right: 0;
}

.interview .column_02.reverse .senior_img {
    text-align: left;
}

.interview .column_02 .senior_txt h4 {
    font-size: 200%;
    padding: 25px 0 25px 20px;
    margin-bottom: 30px;
    position: relative;
    font-family: 'Noto Serif JP', 'serif';
    font-weight: 600;
}

.interview .column_02 .senior_txt h4:before {
    content: "";
    background: url(../img/ttl_01.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    display: block;
}

.interview .column_02c .senior_txt h4 {
    font-size: 200%;
    padding: 25px 0 25px 20px;
    margin-bottom: 30px;
    position: relative;
}

.interview .column_02.reverse .senior_txt h4:before {
    content: "";
    background: url(../img/ttl_02.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    display: block;
}

.interview .column_02.reverse {
    flex-direction: row-reverse;
}

.interview .senior_1,
.interview .senior_2 {
    width: 100%;
    position: relative;
    z-index: -1;
    padding: 120px 0;
}

.interview .senior_2 {
    background: #f9f9f9;
}

.interview .sec-senior_bg_01 {
    position: absolute;
    bottom: 0;
    left: 50%;
    z-index: -1;
    display: block;
    margin-left: 297px;
    width: 620px;
    height: 100%;
    background-color: #78b6ed;
    content: '';
    -webkit-transform: skewX(-21.35deg);
    transform: skewX(-21.35deg);
}

.interview .sec-senior_bg_02 {
    position: absolute;
    bottom: 0;
    left: 50%;
    z-index: -1;
    display: block;
    margin-left: -906px;
    width: 600px;
    height: 100%;
    background-color: #78b6ed;
    content: '';
    -webkit-transform: skewX(-21.35deg);
    transform: skewX(-21.35deg);
}

.interview .i_box a {
    display: block;
    text-decoration: none;
    color: #000;
}

/* =========================
   OFFタイムの過ごし方
========================= */
.interview .senior_offtime {
    padding: 70px 20px;
    background: #e8f3fc;
}

.interview .offtime_inner {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.interview .offtime_head {
    display: flex;
    margin-bottom: 0;
    flex-direction: column;
    align-items: flex-end;
}

.interview .offtime_title {
    width: 360px;
    background: #78b6ed;
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    text-align: center;
    line-height: 1.4;
	margin-bottom: 50px;
    padding: 15px 20px;
    box-sizing: border-box;
    transform: skewX(-21.35deg);
}

.interview .offtime_title span {
    display: block;
    transform: skewX(21.35deg);
}

.interview .offtime_content {
    display: flex;
    align-items: flex-start;
    gap: 60px;
}

.interview .offtime_img {
    width: 100%;
}

.interview .offtime_img img {
    width: 100%;
    height: auto;
    display: block;
}

.interview .offtime_txt {
    flex: 1;
    background: #fff;
    padding: 35px 40px;
    line-height: 1.7em;
    font-size: 16px;
}

@media screen and (max-width: 767px) {
    .interview .container {
        margin: 50px auto;
    }

    .interview .i_box img {
        width: 35%;
    }

    .interview .i_box a {
        display: flex;
        align-items: center;
        justify-content: space-evenly;
        margin-bottom: 20px;
    }

    .interview .sec_senior {
        margin: 50px auto 0 auto;
    }

    .interview .senior_ttl {
        padding: 20px 0;
    }

    .interview .container .column_02 .i_box:last-child {
        margin-right: 0;
    }

    .interview .senior_ttl h3 {
        font-size: 160%;
        padding: 0 20px;
        margin-bottom: 20px;
    }

    .interview .senior_1,
    .interview .senior_2 {
        padding: 35px 0;
    }

    .interview .senior_ttl h3 {
        font-size: 120%;
    }

    .interview .column_02 .senior_txt {
        margin: 0 auto 20px auto;
        padding: 0;
    }

    .interview .column_02 .senior_txt h4,
    .interview .column_02.reverse .senior_txt h4 {
        padding: 15px 0 15px 15px;
        font-size: 22px;
    }

    .interview .sec-senior_bg_01 {
        left: 85%;
        margin-left: 0;
    }

    .interview .sec-senior_bg_02 {
        left: 85%;
        -webkit-transform: skewX(21.35deg);
        transform: skewX(21.35deg);
        width: 620px;
        margin-left: -882px;
    }

    /* OFFタイムの過ごし方 */

    .interview .senior_offtime {
        padding: 45px 20px;
    }

    .interview .offtime_head {
        justify-content: center;
        margin-bottom: 20px;
    }

    .interview .offtime_title {
        width: 260px;
        font-size: 16px;
		margin: 0 auto;
/*         padding: 8px 15px; */
    }

    .interview .offtime_content {
        display: block;
    }

    .interview .offtime_img {
        width: 100%;
        margin-bottom: 20px;
    }

    .interview .offtime_txt {
        padding: 25px 20px;
        font-size: 13px;
    }

}