#contents {
    padding-top: 5rem;
    padding-bottom: 9.5rem;

    @media screen and (max-width: 767px) {
        padding-top: 0;
        padding-bottom: 5rem;
    }
}

.msg-box {
    display: flex;
    gap: 2rem;
    width: 100%;
    padding-bottom: 14rem;

    @media screen and (max-width: 767px) {
        flex-direction: column;
        padding-bottom: 5rem;
    }
}

.msg-box-left {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 2rem;

    @media screen and (max-width: 767px) {
        order: 1;
        width: 100%;
    }
}

.msg-box-left span {
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 400;
    font-size: 2rem;
    line-height: 3.4rem;
    letter-spacing: 0.08em;
    font-feature-settings: "palt" on;
    color: #000000;
}

.msg-box-left span:nth-child(2n) {
    /* padding-bottom: 1rem; */
}

@media screen and (max-width: 767px) {
    .msg-box-left span {
        font-size: 1.6rem;
        line-height: 2.4rem;
    }
}

.msg-box-left .b700 {
    font-weight: 700;
}

.msg-box-left .msg-numbered-list {
    list-style: decimal;
    padding-left: 2em;
    padding-bottom: 3rem;
}

.msg-box-left .msg-numbered-list li {
    margin-bottom: 1.8rem;
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: inherit;
    font-size: 2rem;
    line-height: 3.4rem;
    letter-spacing: 0.08em;
    font-feature-settings: "palt" on;
    color: #000000;
    list-style: num;
}

.msg-box-left .msg-numbered-list li:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 767px) {
    .msg-box-left .msg-numbered-list li {
        font-size: 1.6rem;
        line-height: 2.4rem;
    }
}

.msg-box-left .f16 {
    font-size: 1.8rem;
}

.msg-box-left .msg-motto-list {
    list-style: none;
    padding-left: 0;
}

.msg-box-left .msg-motto-list li {
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 700;
    font-size: 2rem;
    line-height: 3.2rem;
    letter-spacing: 0.08em;
    font-feature-settings: "palt" on;
    color: #000000;
}

.msg-box-left .msg-motto-list li::before {
    content: "・ ";
}

@media screen and (max-width: 767px) {
    .msg-box-left .msg-motto-list li {
        font-size: 1.6rem;
        line-height: 2.4rem;
    }
}

.msg-box-right {
    width: 30%;

    @media screen and (max-width: 767px) {
        order: 0;
        width: 100%;
    }
}

/* 会社概要ページの役員表と同じ JP/EN 切り替え用マークアップ（代表取締役・署名） */
.msg-box-left .msg-box-signature-row {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    gap: 0.5rem 2rem;
}

.msg-box-left .msg-box-signature-row .executive-title,
.msg-box-left .msg-box-signature-row .executive-name {
    flex: 0 0 auto;
    min-width: unset;
}

@media screen and (max-width: 767px) {
    .msg-box-left .msg-box-signature-row {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.25rem;
    }
}
