@charset "UTF-8";
@import url(../../css/style.css);

/* 図面担当者 - 基本スタイル */
/* MESSAGE */
.message .message_l{
    aspect-ratio: 3/2;
    max-height: 250px;
    overflow: hidden;
}
@media screen and (max-width : 640px){
    .message .message_l {
        aspect-ratio: 3/2;
        max-height: none;
        height: 250px;
    }
}
.message img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: right center;
}

/* 求める人物像/研修制度等 */
.ideal_person_img {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
@media screen and (max-width : 640px){
    .ideal_person_img {
        aspect-ratio: 3/2;
        height: 250px;
    }
}
.ideal_person_img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: calc(0% - 30px) center;
}
.block_l_comment {
    width: 55%;
}
.block_l_img {
    width: 44%;
    aspect-ratio: 1/2;
    min-height: 535px;
    max-height: 620px;
}
@media screen and (max-width : 640px){
    .ideal_person_img img {
        height: 250px;
        object-position: center;
    }
    .block_l_comment {
        width: 100%;
    }
    .block_l_img {
        width: 100%;
        aspect-ratio: auto;
        min-height: 0px;
        max-height: auto;
    }
}
