/*---------
共通
----------*/

.l-page {
    padding-bottom: 0;
}

.mv {
    background: url("../images/company/mv_img_sp.jpg") center / cover no-repeat;
}

.company_title {
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    font-family: var(--sub-font);
    margin-bottom: 40px;
}

@media (min-width:768px) {

    section {
        padding-inline: 20px;
    }

    .mv {
        background: url("../images/company/mv_img.jpg") center / cover no-repeat;
        height: 403px;
    }

    .company_title {
        font-size: 24px;
        margin-bottom: 60px;
    }
}


/*---------
message
----------*/


.message_text {
    font-size: 16px;
    line-height: calc(32 / 16);
    font-family: var(--sub-font);
}

.ceo_name {
    width: max-content;
    margin-left: auto;
    font-size: 16px;
    font-weight: 600;
    line-height: calc(32 / 16);
    font-family: var(--sub-font);
}

.ceo_name--text {
    display: flex;
    align-items: center;
    gap: 8px;
}

.ceo_name--text span {
    width: 152px;
    height: 63px;
}


@media (min-width:768px) {

    .section_content--message .content_box {
        max-width: 900px;
        margin: 0 auto;
    }

    .message_text {
        margin-bottom: 20px;
    }

    .ceo_name--text span {
        width: 209px;
        height: 87px;
    }

}



/*---------
company_info
----------*/

.section_content--company_info {
    position: relative;
}

.section_content--company_info::after {
    content: "";
    position: absolute;
    background: url("../images/company/company_info_deco_sp.png") center / cover no-repeat;
    width: 375px;
    height: 210px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 0;
}


.company_info_data:nth-child(odd) {
    background: #F1F1F1;
}

.company_info_data {
    background: #fff;
    display: flex;
    align-items: flex-start;
    gap: 20px;
    padding: 20px;
    position: relative;
    z-index: 1;
}

.company_info_data dt {
    font-size: 14px;
    font-weight: bold;
    line-height: calc(20 / 14);
    font-family: var(--sub-font);
    text-align: center;
    width: 76px;
}

.company_info_data dd {
    font-size: 14px;
    line-height: calc(20 / 14);
    font-family: var(--sub-font);
    width: 188px;
}

.company_info_data dd p:not(:last-child) {
    margin-bottom: 20px;
}


@media (min-width:768px) {

    .section_content--company_info .section_space {
        max-width: 100%;
    }

    .section_content--company_info .content_box {
        max-width: 936px;
        margin: 0 auto;
    }


    .section_content--company_info::after {
        background: url("../images/company/company_info_deco.png") center / cover no-repeat;
        width: 100%;
        height: 768px;
    }

    .company_info_data dt {
        font-size: 16px;
        line-height: calc(24 / 16);
    }

    .company_info_data dd {
        font-size: 16px;
        line-height: calc(24 / 16);
        width: fit-content;
    }

}



/*---------
company_history
----------*/

.company_history_list {
    display: flex;
    flex-direction: column;
    gap: 24px;
    width: max-content;
    margin: 0 auto;
}

.company_history_data {
    display: flex;
    align-items: flex-start;
}

.company_history_data dt {
    font-size: 14px;
    font-weight: bold;
    line-height: calc(20 / 14);
    font-family: var(--sub-font);
    width: 80px;
}

.company_history_data dd {
    font-size: 14px;
    line-height: calc(20 / 14);
    font-family: var(--sub-font);
    display: flex;
    align-items: flex-start;
    width: 232px;
    border-left: 4px solid #64512B;
    padding-left: 8px;
}



@media (min-width:768px) {

    .section_content--company_history .content_box {
        max-width: 712px;
        margin: 0 auto;
    }

    .company_history_list {
        gap: 40px;
    }

    .company_history_data dt {
        font-size: 16px;
        line-height: calc(24 / 16);
        width: 112px;
    }

    .company_history_data dd {
        font-size: 16px;
        line-height: calc(24 / 16);
        width: fit-content;
        padding-left: 20px;
    }

}


/*---------
company_map
----------*/

.section_content--company_map {
    background: url("../images/company/company_map_bg_sp.png") top / cover no-repeat;
    filter: drop-shadow(0px 0px 20px rgba(0, 0, 0, 0.16));
    padding: 85px 0 80px;
}

.section_content--company_map .section_space {
    width: 100%;
}

.company_map_box {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.company_map_item {
    width: 100%;
}

.company_map_address {
    margin-bottom: 25px;
}

.company_map_name {
    font-size: 18px;
    font-weight: 500;
    line-height: calc(40 / 18);
    font-family: var(--sub-font);
    text-align: center;
    margin-bottom: 10px;
}

.company_map_text {
    font-size: 14px;
    font-family: var(--sub-font);
    text-align: center;
}

.company_map {
    width: 100%;
}

.company_map iframe {
    width: 100%;
    min-height: 420px;
    border: none;
}



@media (min-width:768px) {

    .section_content--company_map {
        background: url("../images/company/company_map_bg.png") top / cover no-repeat;
        padding: 260px 20px 160px;
    }

    .section_content--company_map .content_box {
        max-width: 1128px;
        margin: 0 auto;
    }

    .company_map_address {
        margin-bottom: 30px;
    }

    .company_map_name {
        font-size: 24px;
        line-height: calc(40 / 24);
        letter-spacing: 0.2em;
    }

    .company_map_text {
        font-size: 20px;
    }



}