@charset "utf-8";
/* COMPANY CSS
---------------------------------- */

/*---------------------------------------------
sec-message
---------------------------------------------*/
.sec-message {
    position: relative;
}
.sec-message .wrap-message {
    display: flex;
    padding-left: 5%;
}
.sec-message .common-txt-line::after {
	margin-inline-start: 24px;
}
.sec-message .cont-area {
    display: flex;
    justify-content: space-between;
    column-gap: 4.5%;
    flex: 1;
}
.sec-message .txt-area {
    padding-left: 5%;
    flex: 1;
}
.sec-message .txt-desc {
    line-height: 2.389;
}
.sec-message .ceo {
    display: flex;
    align-items: center;
}
.sec-message .ceo-post {
    margin-right: 15px;
}
.sec-message .img-area {
    position: relative;
    width: 45.4%;
    height: 100%;
    text-align: right;
}
.sec-message .img-area img {
    display: inkine-block;
    width: 100%;
}
@media (min-width: 1351px) {
    .sec-message .wrap-message {
        padding-left: calc(50% - 675px);
    }
}
@media (max-width: 991px) {
    .sec-message .wrap-message {
        padding-right: 5%;
    }
    .sec-message .cont-area {
        flex-direction: column;
    }
    .sec-message .cont-wrap {
        box-sizing: border-box;
        width: 90%;
        margin: 0 auto;
    }
    .sec-message .cont-area {
        padding-left: 0;
    }
    .sec-message .txt-area {
        padding-left: 5%;
    }
    .sec-message .img-area {
        width: 55%;
        margin-left: auto;
    }
}
@media (max-width: 767px) {

    .sec-message .img-area {
        width: 85%;
    }
}
@media (max-width: 480px) {
    .sec-message {
        overflow-x: hidden;
    }
    .sec-message .img-area {
        width: 120%;
        position: relative;
        left: -10%;
    }
    .sec-message .txt-area {
        padding-left: 0;
    }
    .sec-message .wrap-message {
        padding-left: 5%;
    }
}

/*---------------------------------------------
sec-company
---------------------------------------------*/

/* outline-area --------------- */
.sec-company .outline-area {
    display: flex;
    justify-content: space-between;
    column-gap: 7%;
    position: relative;
}
.sec-company .ttl-area {
    position: sticky;
    top: 85px;
    height: fit-content;
    padding-left: min(3.8%, 50px);
}
.sec-company .cont-area {
    flex: 1;
    max-width: 995px;
}
.sec-company .generic-list {
    max-width: 890px;
}
.sec-company .generic-list dt {
    width: clamp(120px ,22.5%, 200px);
}
@media (min-width: 768px) {
    .sec-company .generic-list dl:first-child dt,
    .sec-company .generic-list dl:first-child dd {
        padding-top: 7px;
    }
}
@media (max-width: 991px) {
    .sec-company .outline-area {
        flex-direction: column;
        row-gap: 30px;
    }
    .sec-company .ttl-area {
        position: static;
        padding-left: 0;
        top: 0;
        height: auto;
        padding-bottom: 20px;
    }
}
@media (max-width: 767px) {
    
    .sec-company .ttl-area {
        position: static;
        top: auto;
        height: auto;
        padding-left: 0;
    }
    .sec-company .generic-list dt {
        width: 100%;
    }
}

/* map-area --------------------------------------- */
.sec-company .map-box {
    width: 100%;
    height: 300px;
}
.sec-company .map-box iframe {
    width: 100%;
    height: 100%;
}
.sec-company .map-info {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    column-gap: 50px;
    row-gap: 10px;
}
.sec-company .btnarea {
    margin-left: auto;
    width: 250px;
}

@media (max-width: 480px) {
    .sec-company .map-box {
        height: 250px;
    }
}

/* company-img --------------------------------------- */
.company-img {
    display: flex;
    gap: 2.5%;
}


/*---------------------------------------------
sec-history
---------------------------------------------*/
.sec-history .history-container {
    display: flex;
    justify-content: space-between;
    column-gap: 7%;
    position: relative;
}
.sec-history .ttl-area {
    position: sticky;
    top: 85px;
    height: fit-content;
    padding-left: 6%;
}
.sec-history .cont-area {
    flex: 1;
    max-width: 995px;
}
.sec-history  .history-list {
    max-width: 890px;
}
.sec-history .history-list dl {
    display: flex;
    column-gap: 8px;
}
.sec-history .history-list dt {
    width: 80px;
    text-align: center;
    /* border-bottom: 1px solid #6c6c6c; */
}
.sec-history .history-list dd {
    flex: 1;
    padding-inline: min(4.5%, 40px);
    /* border-bottom: 1px solid #d9d9d9; */
}
.sec-history .history-list dd .month-cont {
    display: flex;
}
.sec-history .history-list dd .month {
    max-width: 90px;
    width: 12.5%;
    flex: 0 0 auto;
}

@media (min-width: 768px) {
    .sec-history .history-list dl:first-child dt,
    .sec-history .history-list dl:first-child dd {
        padding-top: 7px;
    }
    .sec-history .history-list dt {
        border-bottom: 1px solid #6c6c6c;
    }
    .sec-history .history-list dd {
        border-bottom: 1px solid #d9d9d9;
    }
}
@media (max-width: 991px) {
    .sec-history .ttl-area {
        position: static;
        top: auto;
        height: auto;
        padding-left: 0;
    }
    .sec-history .history-container {
        flex-direction: column;
        row-gap: 30px;
    }
}
@media (max-width: 767px) {
    .sec-history .history-list dl {
        flex-direction: column;
        border-bottom: 1px solid #6c6c6c;
    }
    .sec-history .history-list dl:first-child {
        border-top: 1px solid #6c6c6c;
    }
    .sec-history .history-list dt,
    .sec-history .history-list dd {
        padding-block: 10px;
    }
    .sec-history .history-list dd {
        width: 96%;
        margin: 0 auto;
        padding-inline: 10px;
        border-top: 1px solid #d9d9d9;
    }
}
