@charset "utf-8";

.sec01 .con_1280 { display: flex; justify-content: space-between; align-items: flex-start; }
.sec01 .text_wrap { width: 60%; }
.sec01 .b_text_01 { font-size: 36px; font-weight: 400; color: var(--gray-11); }
.sec01 .b_text_02 { margin: 30px 0 100px; font-size: 36px; font-weight: 700; color: var(--sub-01); line-height: 125%; }
.sec01 .s_text { font-size: 17px; font-weight: 400; color: var(--gray-55); }
.sec01 .sign_wrap { display: flex; justify-content: flex-end; align-items: center; margin: 120px 0 0; }
.sec01 .sign_wrap > .text { margin-right: 20px; font-size: 16px; font-weight: 400; color: var(--gray-55); }
.sec01 .sign_wrap > .img_wrap { width: 90px; }
.sec01 .ceo_wrap { position: relative; padding-top: 44%; width: 34%; height: 0; }
.sec01 .ceo_wrap > img { position: absolute; top: 0; left: 0; border-radius: 14px; }

/*** responsive ***/
/* 1200px or less */
@media all and (max-width : 1200px){
    .sec01 .b_text_01 { font-size: 26px; }
    .sec01 .b_text_02 { margin: 20px 0 60px; font-size: 26px; }
    .sec01 .s_text { font-size: 15px; }
    .sec01 .sign_wrap { margin: 120px 0 0; }
    .sec01 .sign_wrap > .text { margin-right: 20px; font-size: 14px; }
    .sec01 .sign_wrap > .img_wrap { width: 80px; }
}

/* 767px or less */
@media all and (max-width : 767px){
    .sec01 .con_1280 { display: block; }
    .sec01 .text_wrap { margin-top: 20px; width: 100%; }
    .sec01 .b_text_01 { font-size: 18px; }
    .sec01 .b_text_02 { margin: 15px 0 40px; font-size: 18px; }
    .sec01 .s_text { font-size: 14px; }
    .sec01 .sign_wrap { margin: 60px 0 0; }
    .sec01 .sign_wrap > .text { margin-right: 10px; font-size: 13px; }
    .sec01 .sign_wrap > .img_wrap { width: 70px; }
    .sec01 .ceo_wrap { width: 50%; padding-top: 70%; }
}

/* 470px or less */
@media all and (max-width : 470px){
    .sec01 .sign_wrap > .text { width: 140px; }
    .sec01 .sign_wrap > .img_wrap { margin-left: -10px; margin-top: 10px; width: 50px; }
}