@charset "UTF-8";
body {
    background: #F0F6F7;
}
.c-breadcrumbs ul {
    padding: 30px 0 62px;
}
.partner_wrap {
    margin: 0 auto;
    margin-bottom: 243px;
    background: #FFFFFF;
    box-sizing: border-box;
}
.mv-img img {
    width: 100%;
    height: auto;
}
.partner_in {
    padding: 52px 0 76px;
    margin: 0 auto;
}
.partner-txt {
    font-size: 16px;
    line-height: 2;
    margin-bottom: 62px;
}
.interview_lst .interview_lstitem:not(:last-child) {
    margin-bottom: 48px;
}
.interview-txt {
    width: calc(100% - 453px);
    font-size: 14px;
    line-height: 2;
}
.question-txt {
    position: relative;
    font-weight: bold;
    font-size: 22px;
    line-height: 1.6;
    padding-left: 15px;
    box-sizing: border-box;
    margin-bottom: 50px;
}
.question-txt::before {
    content: "";
    width: 4px;
    height: 28px;
    background: #03D895;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: 9;
}
.backl_g {
    position: relative;
    font-weight: bold;
    background: linear-gradient(to top, #ABFAD5 40%, transparent 40%);
}
.c-btn.to-topagent_btn {
    margin: 48px auto 0;
}
.c-btn.to-topagent_btn a {
    border: 1px solid #23406F;
    background: #23406F;
    padding-right: 10px;
}
.c-btn.to-topagent_btn a::before {
    background: url(../svg/arw_blue.svg) no-repeat center / 100% auto;
    right: 20px;
}
@media only screen and (min-width:767px){
    .partner_wrap {
        max-width: 1000px;
    }
    .partner_in {
        max-width: 900px;
    }
    .interview_lst li .interview-box {
        display: flex;
        justify-content: space-between;
    }
    .interview_lst li:nth-child(2n) .interview-box {
        flex-direction: row-reverse;
    }
    .c-btn.to-topagent_btn a:hover {
        color: #23406F;
        background: #fff;
    }
    .c-btn.to-topagent_btn a:hover::before {
        background: url(../svg/arw_blue4.svg) no-repeat center / 100% auto;
    }
}
@media only screen and (max-width:767px){
    body {
        font-size: 14px;
        min-width: 320px;
        width: 100%;
        min-height: -webkit-fill-available;
        padding-top: 60px;
    }
    .c-breadcrumbs ul {
        padding: 10px 0 34px;
        flex-wrap: wrap;
        gap: 8px 0;
    }
    .c-breadcrumbs li:before {
        top: 2px;
    }
    .c-breadcrumbs ul li {
        font-size: 12px;
    }
    .partner_wrap {
        margin-bottom: 140px;
    }
    .partner_in {
        padding: 31px 20px 113px;
        box-sizing: border-box;
    }
    .partner-txt {
        margin-bottom: 37px;
    }
    .interview_lst .interview_lstitem:not(:last-child) {
        margin-bottom: 49px;
    }
    .interview-txt {
        width: 100%;
        line-height: 1.7143;
    }
    .interview-img {
        margin-bottom: 32px;
    }
    .interview-img img {
        width: 100%;
        height: auto;
    }
    .question-txt {
        font-size: 16px;
        line-height: 1.4375;
        margin-bottom: 23px;
    }
    .question-txt::before {
        height: 100%;
    }
}