#page_photo {
    background: url(../img/page_photo.jpg) no-repeat;
    background-position: center;
    background-size: cover;
    background-position: 50% 40%;
}

@media screen and (max-width: 770px) {
    #page_title_line {
        top: 22px;
    }
}

#page_title_text svg {
    padding: 1.5px 0;
}
@media screen and (max-width: 770px) {
    #page_title_text svg {
        padding: 0;
    }
}

.profile_01 .profile_photo {
    background: url(../img/profile.jpg) no-repeat;
    background-position: center;
    background-size: cover;
}

.profile_name_jp {
    padding-top: 1px;
}
@media screen and (max-width: 770px) {
    .profile_name_jp {
        padding-top: 0;
    }
}

.interview_photo_S {
    background: url(../img/interview_S.jpg) no-repeat;
    background-position: center;
    background-size: cover;
}

.interview_photo_L {
    background: url(../img/interview_L.jpg) no-repeat;
    background-position: center;
    background-size: cover;
}
/*# sourceMappingURL=style.css.map */