@charset "UTF-8";

.title {
    color: #1E4592;
    font-size: 2.875rem;
    font-weight: 600;
    margin-bottom: 30px;
}

.title span {
    color: #666;
    font-size: 1.3125rem;
    display: block;
    margin-top: .5em;
}

/* mv */

.mv {
    position: relative;
}

.mv_image {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 0% 30%;
    object-position: 0% 30%;
    width: 100%;
}

/* partner */
.partner {
    padding-top: 65px;
}

.partner .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}


.problem_textbox {
    background-color: #1E4592;
    font-size: 1.75rem;
    font-weight: 600;
    color: #FFF;
    text-align: center;
    padding: .5em;
    border-radius: 15px;
    max-width: 400px;
    margin: 45px auto 0;
}

.partner_image_wrap {
    width: 50%;
}

.partner_text_wrap {
    width: 45%;
}


.partner_text {
    line-height: 2;
}

.cancel {
    margin-top: 90px;
}

.cancel .box_wrap,
.box_wrap_reverse {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.box_wrap .box:nth-of-type(1),
.box_wrap_reverse .box:nth-of-type(2) {
    margin-right: 20px;
}

.box_wrap_reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    margin-top: 20px;
}

.cancel_box .box {
    max-width: 310px;
    width: 100%;
}

.cancel_box {
    width: 75%;
    margin-left: -15%;
}

.cancel_text {
    color: #1E4592;
    font-size: 1.375rem;
    font-weight: 600;
    text-align: center;
    background-color: #FFF100;
    width: 100%;
    padding: 1em 0;
}

.cancel_text span {
    font-size: 2.4375rem;
    font-weight: 800;
    display: block;
    margin-top: 10px;
}

.member_image {
    position: absolute;
    z-index: -1;
    right: -13%;
    max-width: 160px;
}

.consultation_textbox {
    font-size: 1.8125rem;
    font-weight: 600;
    line-height: 1.8;
    text-align: center;
}

.contact_text {
    font-size: 1.75rem;
    line-height: 2;
    margin-top: 100px;
}

.cancel_box_wrap {
    width: 40%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

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

    .partner {
        position: relative;
        overflow: hidden;
    }

    .cancel_box {
        width: 75%;
        margin-left: 0%;
    }

    .cancel_text {
        font-size: 1rem;
        width: 100%;
        padding: 1em 0;
    }

    .cancel_text span {
        font-size: 2rem;
        margin-top: 10px;
    }

    .consultation_textbox {
        font-size: 1.4rem;
        margin-left: 1em;
    }

    .member_image {
        right: -22%;
        max-width: 160px;
        margin-top: -30%;
    }


}

@media (max-width:768px) {
    .title {
        font-size: 1.9375rem;
        margin-bottom: 30px;
    }

    .title span {
        font-size: 1rem;
    }

    /* partner */
    .partner {
        position: relative;
        overflow: hidden;
    }

    .partner .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: initial;
        -ms-flex-align: initial;
        align-items: initial;
    }

    .partner_image_wrap {
        position: relative;
        width: 100%;
        right: -5%;
    }

    .partner_text_wrap {
        width: 100%;
        margin-top: 65px;
    }

    .partner_text {
        font-size: 0.875rem;
    }

    .problem_textbox {
        font-size: 1.375rem;
        padding: 1em;
        max-width: 90%;
    }

    .medium_wrap .container {
        position: relative;
    }

    .flow_image {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }

    .cancel .box_wrap,
    .box_wrap_reverse {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .cancel_box .box {
        max-width: 90%;
        width: 100%;
    }

    .cancel_box {
        width: 100%;
        margin-left: 0;
    }

    .box_wrap .box:nth-of-type(1),
    .box_wrap_reverse .box:nth-of-type(2) {
        margin-right: 0;
    }

    .box_wrap .box:nth-of-type(2),
    .box_wrap_reverse .box:nth-of-type(2) {
        margin-top: 20px;
    }

    .box_wrap_reverse {
        margin-top: 20;
    }

    .member_image {
        position: absolute;
        max-width: 30%;
        right: 0;
        margin-top: 0;
    }

    .cancel_text span {
        font-weight: 700;
    }

    .cancel_box_wrap {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin: 130px 0 0 5%;
        width: 100%;
    }

    .consultation_textbox {
        font-size: 1.4375rem;
        font-weight: 600;
    }

    .contact_text {
        font-size: 1.1875rem;

    }
}