@charset "utf-8";
/********************************************************
CSS information
style info : 合格体験記
********************************************************/
a {
    text-decoration: none;
}

/*
====================
↓メインビジュアル
====================
*/

.main_visual {
    box-sizing: border-box;
    position: relative;
    height: 220px;
    background: url(https://gsx-co-jp.s3.ap-northeast-1.amazonaws.com/experience/mv_bg.webp) no-repeat center;
    background-size: cover;
}

.main_visual::after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 220px;
    background: rgba(0, 0, 0, 0.6);
    z-index: 0;
}

.main_visual > .main_visual_inner {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: auto;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    z-index: 10;
    padding: 0 11.5%;
    box-sizing: border-box;
}

.main_visual_inner > .mv_title {
    max-width: 1108px;
    margin: 0 auto;
    font-size: 24px;
    line-height: 1.5;
    color: #f2f2f2;
}

.main_visual_inner > .mv_caption {
    max-width: 1108px;
    margin: 0 auto;
    margin-top: 24px;
    font-size: 18px;
    line-height: 1.5;
    color: #f0f0f0;
    text-align: left;
}

/*
====================
↓メタ情報
====================
*/

.meta_section {
    box-sizing: border-box;
    width: 100%;
    height: auto;
    margin: 0 auto;
    border-bottom: 1px solid #d8d8d8;
}

.meta_section .flex {
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 1108px;
    min-height: 64px;
    padding: 8.5px 0;
    margin: 0 auto;
}
.meta {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    width: 80%;
}

.meta .date {
    display: inline-block;
    font-weight: 500;
    font-size: 13px;
    color: #666;
}

.meta .tag {
    display: inline-block;
    padding: 5px 12px;
    font-weight: 500;
    font-size: 13px;
    line-height: 1;
    color: #fff;
}

.share {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.share .js-sns-link {
    display: block;
    width: 32px;
    height: 32px;
    outline: none;
    margin-left: 9px;
}

.share .js-sns-link img {
    display: inline-block;
    width: 32px;
    height: 32px;
    margin: 0 auto;
}

.share .icn_fb img,
.share .icn_tw,
.share .icn_in {
    position: relative;
    display: inline-block;
    width: 32px;
    height: 32px;
    margin: 0 auto;
}

/*
====================
↓本文
====================
*/

.section_content {
    box-sizing: border-box;
    width: 100%;
    max-width: 1108px;
    margin: 0 auto;
    padding-bottom: 80px;
}

.section_content .section_title {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    padding-bottom: 12px;
    margin: 64px 0 32px;
    border-bottom: 4px solid #d8d8d8;

    font-size: 24px;
    font-weight: bold;
    color: #012e83;
    text-align: left;
}

.section_content .section_title::before {
    content: "";
    position: absolute;
    left: 0px;
    bottom: -4px;
    width: 64px;
    height: inherit;
    border-bottom: 4px solid #0c59be;
    border-image: linear-gradient(90deg, #012e83 0%, #0c59be 100%);
    border-image-slice: 1;
}

.section_content .title {
    width: 100%;
    margin: 0;

    text-align: center;
    font-weight: bold;
    font-size: 20px;
    line-height: 1.5;
    color: #222;
}

.section_content .paragraph {
    width: 100%;
    text-align: left;
    font-weight: 500;
    font-size: 16px;
    line-height: 2;
    color: #222;
}

.section_content .paragraph_bold {
    width: 100%;
    text-align: left;
    font-weight: bold;
    font-size: 16px;
    line-height: 2;
    color: #012e83;
}

.section_content .paragraph_bold a {
    text-decoration: underline;
    color: #012e83;
}

.section_content .profile_area {
    display: flex;
    justify-content: center;
    flex-flow: wrap;
    gap: 24px;
    margin: 0 auto;
}

.section_content .profile_area .profile_item {
    width: 30%;
}

.section_content .profile_area .profile_item .image_area {
    width: 100%;
    height: 100%;
    min-width: 150px;
    max-height: 187px;
    margin: 0 auto;
}
.section_content .profile_area .profile_item .image_area img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    vertical-align: bottom;
}

.section_content .profile_area .profile_item .caption_area,
.image_area ~ .caption_area {
    margin-top: 12px;
    text-align: center;
    font-size: 14px;
    line-height: 1.5;
    color: #666;
}

.section_content .dialog {
    display: flex;
    justify-content: flex-start;
    margin-top: 24px;
    color: #222;
}

.section_content .dialog .name {
    width: 10%;
    text-align: left;
    font-weight: bold;
    font-size: 16px;
    line-height: 2;
}

.section_content .dialog .read {
    width: 90%;
    text-align: left;
    font-size: 16px;
    line-height: 2;
}

.c_blue {
    color: #012e83 !important;
}

.bold {
    font-weight: bold !important;
}

.company_table {
    box-sizing: border-box;
    padding: 26px 32px 40px;
    background: #f9f9f9;
}

.company_table .row {
    display: flex;
    justify-content: flex-start;
    margin-top: 24px;

    box-sizing: border-box;
    padding-bottom: 24px;
    border-bottom: 1px solid #d8d8d8;
}

.company_table .row .headline {
    width: 20%;
    min-width: 20%;

    text-align: left;
    font-size: 16px;
    line-height: 1.5;
    color: #012e83;
    font-weight: bold;
}

.company_table .row .data {
    text-align: left;
    font-size: 16px;
    line-height: 1.5;
    color: #222;
}

.company_table + .company_table {
    margin-top: 20px;
}

.section_content .section_sub_title {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    padding-bottom: 8px;
    margin: 56px 0 32px;

    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;
    color: #012e83;
    text-align: left;
}

.section_content .section_sub_title::before {
    content: "";
    position: absolute;
    left: 0px;
    bottom: -4px;
    width: 32px;
    height: inherit;
    border-bottom: 2px solid #0c59be;
    border-image: linear-gradient(90deg, #012e83 0%, #0c59be 100%);
    border-image-slice: 1;
}

.section_content .flex {
    display: flex;
    gap: 0 40px;

    margin-top: 24px;
}

.section_content .flex .left,
.section_content .flex .right {
    width: 50%;
    height: auto;
}

.section_content .img_area {
    max-width: 730px;
    height: auto;
    margin: 32px auto;
}

.section_content .img_area_w {
    max-width: 100%;
    height: auto;
    margin: 32px auto;
}

.section_content img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    vertical-align: bottom;
}

.section_content img.actual {
    display: block;
    width: auto;
    max-width: 800px;
    object-fit: cover;
    margin: 32px auto;
}
.section_content img.actual.no_mt {
    margin-top: 0;
}

.section_content img.contain {
    display: block;
    width: auto;
    max-width: 800px;
    object-fit: contain;
    margin: 32px auto;
}

.section_content .link {
    width: 100%;
    color: #222;
    text-decoration: underline;
}

.section_content .pdf_icon {
    width: 20px !important;
    height: 20px !important;
}

.section_content .news_contact {
    width: 100%;
    margin-top: 80px;
}

.section_content .contact_title {
    width: 100%;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
}

.section_content .sns_share_section {
    width: 100%;
    padding: 56px 0;
    margin-top: 80px;
    border-bottom: 1px solid #d8d8d8;
    border-top: 1px solid #d8d8d8;

    text-align: center;
}

.section_content .sns_share_title {
    width: 100%;
    margin-bottom: 16px;
    font-size: 13px;
    font-weight: bold;
}

.sns_share_section .share {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 16px;
    width: 140px;
    margin: 0 auto;
}

.sns_share_section .share .js-sns-link {
    display: block;
    width: 32px;
    height: 32px;
    outline: none;
    margin-left: 0;
}

.c_gray {
    color: #666 !important;
}
.c_yellow {
    color: #fde93a !important;
}

.small {
    font-size: 13px !important;
}

.mt_8 {
    margin-top: 8px !important;
}

.mb_8 {
    margin-bottom: 8px !important;
}

.mt_24 {
    margin-top: 24px !important;
}

.mb_24 {
    margin-bottom: 24px !important;
}

.mt_32 {
    margin-top: 32px !important;
}

.mb_32 {
    margin-bottom: 32px !important;
}

.pl_16 {
    padding-left: 16px !important;
}

.pl_32 {
    padding-left: 32px !important;
}

.center {
    text-align: center !important;
}

.bold {
    font-weight: bold !important;
}

.border_bottom {
    width: fit-content;
    margin: 0 auto;
    padding-bottom: 2px;
    border-bottom: 1px solid #222;
}

.border_bottom_yellow {
    width: fit-content;
    margin: 0 auto;
    padding-bottom: 2px;
    border-bottom: 2px solid #fde93a;
}

.link_to_service_sub {
    text-decoration: underline;
    color: #333;
}

.prologue_inner {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 0 20px;
}

.prologue_info {
    width: 820px;
}

.points {
    display: flex;
    flex-direction: column;
    padding: 0 20px;
    margin-top: 40px;
    margin-bottom: 20px;
}

.points_item {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 20px;
}

.point_label {
    background: url(../../images/pages/bg_point.webp) no-repeat 0 0;
    display: block;
    width: 90px;
    height: 28px;
    text-indent: -9999px;
    margin-top: 6px;
}

.label_1 {
    background-position: 0 0;
}

.label_2 {
    background-position: 0 -28px;
}

.label_3 {
    background-position: 0 -56px;
}

.label_4 {
    background-position: 0 -84px;
}

.label_5 {
    background-position: 0 -112px;
}

.point_text {
    width: 950px;
}

.bbs_image_width {
    width: 800px !important;
}

.mail_image_width {
    width: 433px !important;
}

.sawai-figure {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    background-color: #bdd7ee;
    padding: 20px 30px;
}

.figure-item {
    display: flex;
    flex-direction: column;
    background-color: #fff;
    width: 400px;
    padding: 20px 30px;
    border-radius: 10px;
}

.figure-item ul {
    padding-left: 1em;
}

.figure-arrow img {
    object-fit: contain !important;
}

.disc {
    list-style-type: disc;
}

.item-title {
    width: 100%;
    text-align: center;
    font-size: 16px;
    margin-bottom: 20px;
    font-weight: bold;
}

.item-text {
    font-size: 14px;
    font-weight: bold;
}

.no-margin {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.flex_area {
    display: flex;
    flex-wrap: wrap;
    gap: 60px 6%;
    margin: 30px 0 40px;
}
.flex_area_contents {
    display: flex;
    font-size: 15px;
    gap: 0 30px;
    width: 47%;
}
.flex_area_contents p span {
    font-size: 18px;
    font-weight: bold;
}
.flex_area_contents img {
    width: 225px;
}
.flex_area_02 {
    display: flex;
    gap: 0 40px;
    margin: 50px 0 40px;
    justify-content: center;
}
.flex_area_02 img {
    max-width: 350px;
}
.flex_area_contents p,
.flex_area_02 p {
    width: 100%;
    text-align: left;
    font-weight: 500;
    font-size: 16px;
    line-height: 2;
    color: #222;
}
.flex_area_02 p span {
    color: #012e83;
    font-size: 18px;
    font-weight: bold;
}
.flex_area_02 p span.text_line {
    color: #222222;
    font-weight: unset;
    font-size: unset;
    border-bottom: 3px solid #fde93a;
}

.flex_area_03 {
    display: flex;
    gap: 0 40px;
    margin: 50px 0 40px;
    justify-content: center;
    flex-direction: row;
}
.flex_area_03 .area1 {
    width: 70%;
}
.flex_area_03 .area2 {
    width: 30%;
}
.flex_area_03 img.actual {
    height: auto;
    width: 100%;
}

.service_name {
    display: block;
    font-size: 18px;
    font-weight: bold;
}
.casestudy_content a {
    text-decoration: underline;
    color: #222222;
}
.border_box {
    border: 1px solid #d8d8d8;
    padding: 32px 40px;
    display: flex;
    flex-wrap: wrap;
    gap: 16px 0;
}
.border_box li {
    font-weight: 500;
    font-size: 16px;
    line-height: 2;
    color: #222;
}
.border_box li .check {
    font-size: 18px;
    font-weight: bold;
    display: block;
    position: relative;
    padding-left: 30px;
}
.border_box li .check::before {
    content: "✔";
    position: absolute;
    margin-left: -25px;
    color: #0c59be;
}

.company_inner .image_area_380 {
    width: 380px;
    max-width: max-content;
    height: 160px;
}
.company_inner .image_area_380 img {
    width: 380px;
}
/* 
====================
↓問い合わせボタン
====================
*/
.section_content .btn_flex {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 0 40px;
    width: 100%;
    margin: 80px auto -80px;
    box-sizing: border-box;
}
.section_content .btn_flex > a.cv_btn_simple {
    box-sizing: border-box;
    display: block;
    width: 47%;
    height: auto;
    padding: 26px 12px;
    border-radius: 999px;
    background: #0c59be;
    text-decoration: none;
    text-align: center;
    color: #fff;
    transition: 0.3s;
}
.section_content .btn_flex > a.cv_btn_simple > p {
    box-sizing: border-box;
    text-align: center;
    font-size: 24px;
    line-height: 1;
    font-weight: bold;
}

.section_content .btn_flex > a.cv_btn_simple:hover {
    filter: brightness(0.9);
}
.section_content .cv_btn {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 0 24px;
    width: 100%;
    max-width: 918px;
    margin: 0 auto;
    padding: 24px 56px 24px 16px;
    background: #fff;
    border: 2px solid #0c59be;
    border-radius: 4px;
    transition: 0.3s;
    box-sizing: border-box;
}

/* インタビュー：写真と本文のセット */
.interview_box {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 20px;
}
.interview_box + .interview_box {
    margin-top: 20px;
}
.interview_box .item_photo {
    width: 30%;
}
.interview_item .item_photo img {
    width: 200px;
    height: auto;
}
.interview_box .item_text {
    width: 70%;
}

/* ポイントの整理 */
ul.point_list {
    list-style-type: none;
    padding-left: 30px;
}
ul.point_list li {
    position: relative;
    line-height: 1.8;
    margin-bottom: 10px;
}
ul.point_list li::before {
    content: "";
    display: block;
    position: absolute;
    top: 0.5em;
    left: -1.5em;
    width: 10px;
    height: 5px;
    border-left: 3px solid #012e83;
    border-bottom: 3px solid #012e83;
    transform: rotate(-45deg);
}

.related_services .paragraph + .paragraph {
    margin-top: 20px;
}

@media screen and (max-width: 1024px) {
    /* 
    ====================
    ↓メインビジュアル
    ====================
    */
    .main_visual > .main_visual_inner {
        position: absolute;
        width: 90%;
        top: 50%;
        left: 5%;
        height: auto;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        z-index: 10;
        padding: 0;
    }

    .main_visual_inner > .mv_title {
        /* font-weight: bold; */
        font-size: 18px;
        line-height: 1.5;
        color: #f2f2f2;
    }

    .main_visual_inner > .mv_caption {
        /* font-weight: bold; */
        font-size: 13px;
        line-height: 1.5;
        color: #f2f2f2;
    }

    /* 
    ====================
    ↓メタ情報
    ====================
    */

    .meta_section {
        box-sizing: border-box;

        width: 100%;
        height: auto;

        border-bottom: 1px solid #d8d8d8;
    }

    .meta_section .flex {
        box-sizing: border-box;
        display: flex;
        justify-content: space-between;
        align-items: center;

        width: 100%;
        height: auto;
        padding: 24px 5%;
    }

    .meta {
        width: 100%;
        gap: 6px 8px;
    }

    .meta .date {
        display: block;
        margin-bottom: 8px;
        font-weight: 500;
        font-size: 14px;
        color: #666;
    }

    .meta .tag {
        display: block;
        width: fit-content;
    }

    /* 
    ====================
    ↓会社情報
    ====================
    */

    .section_company {
        box-sizing: border-box;
        margin: 40px 5% 0 5%;
        padding: 16px;
    }

    .company_inner {
        display: block;
    }

    .company_inner .image_area {
        margin-bottom: 10px;
        width: 100%;
        max-width: 100%;
        max-height: 100%;
        height: auto;
    }

    .company_inner .caption_area {
        margin-top: 20px;
        width: 100%;
    }

    .company_inner .caption_area h3 {
        text-align: left;
        font-weight: bold;
        font-size: 18px;
        line-height: 1;
        color: #222;
    }

    .company_inner .caption_area p {
        margin-top: 16px;
        font-size: 14px;
    }

    /* 
    ====================
    ↓目次
    ====================
    */

    .section_outline {
        margin: 40px 5% 0 5%;
        padding: 16px;
    }

    .section_outline h3 {
        font-size: 18px;
    }

    .section_outline ul,
    .section_outline ol {
        margin-top: 24px;
    }

    .section_outline ul li,
    .section_outline ol li {
        margin-top: 12px;
    }

    .section_outline ul li a,
    .section_outline ol li a {
        font-size: 14px;
    }

    .section_outline ul li:first-child,
    .section_outline ol li:first-child {
        margin-top: 0;
    }

    .section_outline ol {
        padding-left: 10px;
    }

    /* 
    ====================
    ↓本文
    ====================
    */

    .section_content {
        padding: 40px 5%;
    }

    .section_content .section_title {
        margin: 40px 0 32px;

        font-size: 20px;
    }

    .section_content .section_sub_title {
        margin: 32px 0;

        font-size: 18px;
    }

    .section_content .title {
        text-align: center;
        font-size: 16px;
    }

    .section_content .paragraph {
        font-size: 14px;
    }

    .section_content .profile_area {
        display: block;
        gap: 0;
    }

    .section_content .profile_area .profile_item {
        width: 60%;
        margin: 24px auto;
    }

    .section_content .profile_area .profile_item .image_area {
        width: 100%;
        height: 100%;
        min-width: 150px;
        max-height: 187px;
    }

    .section_content .profile_area .profile_item .image_area img {
        width: 100%;
        height: 100%;
        min-width: 150px;
        max-height: 187px;
        object-fit: contain;
        vertical-align: bottom;
    }

    .section_content .profile_area .profile_item .caption_area,
    .image_area ~ .caption_area {
        font-size: 12px;
    }

    .section_content .dialog {
        display: block;
    }

    .section_content .dialog .name {
        width: 100%;
        font-size: 14px;
    }

    .section_content .dialog .read {
        width: 100%;
        font-size: 14px;
    }

    .company_table {
        padding: 8px 16px 32px;
    }

    .company_table .row .headline {
        width: 30%;
        font-size: 14px;
    }

    .company_table .row .data {
        width: 70%;
        font-size: 14px;
    }

    .section_content .flex {
        display: block;
        gap: 0;
    }

    .section_content .flex .left,
    .section_content .flex .right {
        width: 100%;
        height: auto;
    }

    .section_content .flex .left {
        margin-bottom: 32px;
    }

    .section_content .img_area {
        max-width: none;
        height: auto;
        margin: 32px auto;
    }

    .section_content .news_contact {
        margin-top: 40px;
    }

    .section_content .sns_share_section {
        padding: 40px 0;
        margin-top: 40px;
    }

    .prologue_inner {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding: 0;
    }

    .prologue_info {
        width: 100%;
        margin-top: 10px;
    }

    .points {
        display: flex;
        flex-direction: column;
        padding: 0;
        margin-top: 40px;
        margin-bottom: 20px;
    }

    .points_item {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        margin-bottom: 20px;
    }

    .point_label {
        background: #0054a9;
        display: block;
        width: 100%;
        height: auto;
        text-indent: inherit;
        margin-top: 0px;
        color: #fff;
        font-weight: bold;
        padding: 10px 0;
        text-align: center;
        border-radius: 7px;
        -webkit-border-radius: 7px;
        -moz-border-radius: 7px;
        -ms-border-radius: 7px;
        margin: 0 0 10px;
    }

    .point_text {
        width: 100%;
    }

    .actual {
        width: 100%;
        height: auto;
    }

    .section_content img.actual {
        display: block;
        width: 100%;
        height: auto;
        object-fit: cover;
        margin: 20px auto;
    }

    .section_content img.contain {
        max-width: 100%;
    }

    .bbs_image_width {
        width: 100% !important;
    }

    .width_inherit {
        width: inherit !important;
    }

    .mail_image_width {
        width: 100% !important;
    }

    .sawai-figure {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: stretch;
        align-content: center;
        background-color: #bdd7ee;
        padding: 15px;
    }

    .figure-item {
        display: flex;
        flex-direction: column;
        background-color: #fff;
        width: auto;
        padding: 20px;
        border-radius: 10px;
    }

    .figure-arrow {
        display: flex;
        align-items: center;
        justify-content: center;
        transform: rotate(90deg);
        height: 54px;
        min-height: 54px;
        padding: 20px 0;
    }

    .figure-arrow img {
        width: auto;
        height: auto;
        object-fit: cover;
    }
    .flex_area,
    .flex_area_contents,
    .flex_area_02 {
        display: block;
        margin: 20px 0 20px;
    }
    .flex_area_contents {
        width: 100%;
        margin: 30px 0;
    }
    .flex_area_contents:first-child {
        margin: 0px 0 30px;
    }
    .flex_area_contents img,
    .flex_area_02 img {
        width: 100%;
        margin-bottom: 10px;
    }
    .flex_area_contents p,
    .flex_area_02 p,
    .border_box li {
        font-size: 14px;
    }
    .border_box {
        padding: 20px;
    }
    .company_inner .image_area_380 img {
        width: 100%;
    }
    .flex_area_03 {
        flex-direction: column;
    }
    .flex_area_03 .area1,
    .flex_area_03 .area2 {
        width: 100%;
    }

    /* 
    ====================
    ↓問い合わせボタン
    ====================
    */
    .section_content .btn_flex {
        position: relative;
        display: flex;
        flex-wrap: wrap;
        gap: 16px 0;

        width: 100%;
        margin: 20px auto 0;

        box-sizing: border-box;
    }

    .section_content .btn_flex > a.cv_btn_simple {
        box-sizing: border-box;
        display: block;
        width: 100%;
        height: auto;
        padding: 24px 12px;
        border-radius: 4px;
    }
    .section_content .btn_flex .cv_btn_simple:nth-child(n + 3) {
        margin-top: 0;
    }

    .section_content .btn_flex > a.cv_btn_simple > p {
        box-sizing: border-box;
        text-align: center;
        font-size: 18px;
        line-height: 1;
        font-weight: bold;
    }
    .section_content .cv_btn {
        position: relative;
        display: block;

        width: 100%;
        margin: 0 auto;
        padding: 0;
        background: #fff;

        border: none;
        border-radius: 4px;

        box-sizing: border-box;
    }

    /* インタビュー：写真と本文のセット */
    .interview_box {
        flex-direction: column;
        gap: 10px;
    }
    .interview_box + .interview_box {
        margin-top: 10px;
    }
    .interview_box .item_photo {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
    }
    .interview_item .item_photo img {
        width: auto;
        max-width: 200px;
        height: auto;
    }
    .interview_box .item_text {
        width: 100%;
    }
}

.interview_box1 {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 20px;
    flex-wrap: inherit !important;
}

.interview_box1 .photo_column {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 25%;
}

.item_photo img {
    width: 100%;
    height: auto;
    object-fit: cover;
    vertical-align: bottom;
}

.interview_box1 img {
    width: 100%;
    height: auto;
    object-fit: cover;
    vertical-align: bottom;
}

.interview_box1 .item_text {
    width: 75%;
}
