@charset "utf-8";
/*--------------------
#interview02
--------------------*/
.pattern04 .content-md:first-child {
    margin-top: -230px;
}
.pattern04 .section_content-right {
    margin-top: 260px;
}
.pattern04 .section_img {
    top: -125px;
}
.pattern05 .section_content {
    width: 50%;
}
.pattern05 .section_content-right {
    padding-bottom: 120px;
}
.pattern05 .section_content {
    width: 47.6%;
}
@media screen and (max-width: 1400px) {
    .pattern05 .section_content-right {
        margin-top: 12.71428vw;
    }
    .pattern05 .section_img {
        top: -10.5714vw;
    }
}

@media screen and (max-width: 800px) {
    .interview10 br {
        display: none;
    }
}

@media screen and (max-width: 640px) {
    .interview03 .section_text,
    .interview08 .section_text {
        margin-bottom: 0;
    }
    .pattern04 .content-md:first-child {
        margin-top: inherit;
    }
    .pattern04 .section_content-right {
        margin-top: inherit;
    }
    .pattern04 .section_img {
        top: inherit;
    }
    .pattern05 .section_content {
        width: inherit;
    }
    .pattern05 .section_content-right {
        padding-bottom: inherit;
    }
    .pattern05 .section_content-right {
        margin-top: inherit;
    }
    .pattern05 .section_img {
        top: inherit;
    }
    .interview10 {
        margin-bottom: 15.625%;
    }
}




