@charset "UTF-8";

#Company {
    position: relative;
    width: 100%;
}
#Company .TopContentsLayout {
    margin-bottom: 64px;
}
#Company .TopContentsLayout-explain {
    visibility: hidden;
}
#Company [class*="section_"] {
    width: 100%;
    max-width: 1920px;
    border-radius: 50px 50px 0 0;
    padding-top: 95px;
    padding-bottom: 115px;
    box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.25);
    margin: 0 auto;
}
@media screen and (max-width: 767px) {
    #Company .section_1 {
        padding-top: 60px;
    }
    #Company .section_2 {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}
#Company [class*="section_"] .contents-box {
    width: 100%;
    max-width: 1130px;
    padding: 0 15px;
    margin: 0 auto;
}
#Company .section_1 {
    background-color: var(--baseColor);
    margin-bottom: -80px;
}
#Company .section_1 .ContentsTitle-wrapper {
    margin-bottom: 63px;
}
#Company .section_1 .flex-cover {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 63px;
}
@media screen and (max-width: 1300px) {
    #Company .section_1 .flex-cover {
        flex-direction: column-reverse;
        row-gap: 20px;
        margin-bottom: 30px;
    }
}
#Company .section_1 .flex-cover .text-cover {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.83em;
    letter-spacing: 0.05em;
    color: var(--mainTextColor_1);
}
#Company .section_1 .flex-cover .text-cover .greeting-title strong {
    color: var(--mainColor_1);
}
@media screen and (max-width: 767px) {
    #Company .section_1 .flex-cover .text-cover .greeting-title br {
        display: none;
    }
}
#Company .section_1 .flex-cover .image-cover {
    width: 520px;
    aspect-ratio: 520 / 330;
    border-radius: 10px;
    overflow: hidden;
}
#Company .section_1 .text-cover .greeting-description,
#Company .section_1 .text-cover .greeting-name {
    font-size: 16px;
    line-height: 2.5em;
    letter-spacing: 0.05em;
    color: var(--mainTextColor_1);
}
#Company .section_1 .flex-cover .greeting-description {
    margin-bottom: 17px;
}
#Company .section_1 .text-cover .greeting-name {
    display: block;
    width: 100%;
    text-align: right;
}

#Company .section_2 {
    position: relative;
    z-index: 100;
    background-color: var(--baseColor);
    overflow: clip;
}
#Company .section_2::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background-color: rgba(33, 60, 179, 0.1);
}
#Company .section_2 .ContentsTitle-wrapper {
    margin-bottom: 103px;
}
@media screen and (max-width: 767px) {
    #Company .section_2 .ContentsTitle-wrapper {
        margin-bottom: 50px;
    }
}
#Company .section_2 .company_info_table,
#Company .section_2 .company_info_table tbody {
    width: 100%;
}
#Company .section_2 .company_info_table tbody tr {
    display: flex;
    align-items: center;
    border-top: solid 0.5px var(--mainTextColor_1);
    padding: 45px 0 50px;
}
@media screen and (max-width: 767px) {
    #Company .section_2 .company_info_table tbody tr {
        padding: 10px 0;
        flex-direction: column;
        align-items: flex-start;
    }
}
#Company .section_2 .company_info_table tbody tr:last-child {
    border-bottom: solid 0.5px var(--mainTextColor_1);
}
#Company .section_2 .company_info_table tbody tr td,
#Company .section_2 .company_info_table tbody tr th {
    width: 287px;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.67em;
    letter-spacing: 0.05em;
    color: var(--mainTextColor_1);
    padding-right: 15px;
    text-align: left;
}
@media screen and (max-width: 767px) {
    #Company .section_2 .company_info_table tbody tr td,
    #Company .section_2 .company_info_table tbody tr th {
        font-size: 20px;
    }
}
#Company .section_2 .company_info_table tbody tr td {
    font-size: 16px;
    line-height: 2.5em;
    width: fit-content;
}

/* タイトルのナンバリング */
#Company [class*="section_"] .ContentsTitle-ja::before {
    width: 21px;
    left: 30px;
}
#Company .section_1 .ContentsTitle-ja::after {
    content: "01";
}
#Company .section_2 .ContentsTitle-ja::after {
    content: "02";
}

#Company [class*="section_"] .contents-box .ContentsTitle-ja::after {
    position: absolute;
    left: 0;
    font-size: 18px;
    line-height: 1em;
    letter-spacing: 0.05em;
    color: var(--mainTextColor_1);
}

@media screen and (max-width: 1400px) {
    #Company [class*="section_"] .contents-box {
        max-width: 90vw;
    }
    #Company .section_1 .flex-cover .image-cover {
        width: 50vw;
    }
    @media screen and (max-width: 767px) {
        #Company .section_1 .flex-cover .image-cover {
            width: 80vw;
        }
    }
}
@media screen and (max-width: 767px) {
    #Company .TopContentsLayout-explain {
        margin-top: 0;
    }
}
