@charset "UTF-8";

#Company {
    position: relative;
    width: 100%;
    margin-bottom: 110px;
}
@media screen and (max-width: 767px) {
    #Company {
        margin-bottom: 80px;
    }
}

#Company .innerBox {
    max-width: calc(1100px + calc(15px * 2));
}

#Company .large_background_text_cover {
    position: absolute;
    z-index: 1;
    font-size: 350px;
    font-weight: 500;
    top: 1080px;
    left: -510px;
}

#Company .section_1 {
    position: relative;
    z-index: -100;
    padding: 80px 0 124px;
    overflow: clip;
}
@media screen and (max-width: 767px) {
    #Company .section_1 {
        padding: 80px 0 60px;
    }
}

#Company .section_1::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    height: 100%;
    background: rgba(14, 20, 36, 0.5);
}

@media screen and (max-width: 1250px) {
    #Company #PageHeader .page-header-title-box {
        left: 60%;
    }
}
@media screen and (max-width: 767px) {
    #Company #PageHeader .page-header-title-box {
        height: 25vw;
    }
    #Company #PageHeader .page-header-en-title {
        font-size: 9.333vw;
    }
    #Company #PageHeader .page-header-ja-title {
        bottom: 5.867vw;
    }
}
@media screen and (max-width: 500px) {
    #Company #PageHeader .page-header-title-box {
        height: 28vw;
        left: 40%;
    }
}

.sub_contents_title_cover {
    display: grid;
    place-items: center;
    margin-bottom: 85px;
    transform: translateX(-42px);
}
@media screen and (max-width: 767px) {
    .sub_contents_title_cover {
        margin-bottom: 50px;
    }
}

#Company .company_img {
    position: relative;
    z-index: 100;
    width: 100%;
    height: 400px;
    margin-bottom: 110px;
}
@media screen and (max-width: 767px) {
    #Company .company_img {
        height: 200px;
        margin-bottom: 60px;
    }
}

#Company .company_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#Company .company_text_cover {
    position: relative;
    z-index: 100;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

#Company .company_title {
    position: relative;
    z-index: 100;
    font-size: 36px;
    font-weight: 600;
    line-height: 1.75em;
    letter-spacing: 0.028em;
    margin-bottom: 88px;
}
@media screen and (max-width: 767px) {
    #Company .company_title {
        font-size: 24px;
        margin-bottom: 40px;
    }

    #Company .company_title .pc_only {
        display: none;
    }
}

#Company .company_text {
    position: relative;
    z-index: 100;
    font-size: 20px;
    font-weight: 400;
    line-height: 2em;
    letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
    #Company .company_text {
        font-size: 16px;
    }
}

#Company .name_cover {
    display: flex;
    justify-content: right;
    align-items: center;
    column-gap: 26px;
}
#Company .name_cover .job-title {
    font-size: 18px;
    line-height: 1em;
}
#Company .name_cover .name {
    font-size: 24px;
}

#Company .section_2 {
    margin-top: 140px;
}
@media screen and (max-width: 767px) {
    #Company .section_2 {
        margin-top: 60px;
    }
}

#Company .company_info_cover {
    border-top: 3px solid #1f1811;
    border-bottom: 3px solid #1f1811;
    padding: 4px 0;
}
#Company .company_info_contents {
    border-top: 1px solid #8a8fa3;
    border-bottom: 1px solid #8a8fa3;
}
#Company .company_info_table {
    display: block;
    width: 100%;
    font-weight: 400;
}
#Company .company_info_table tbody {
    display: block;
    width: 100%;
}
#Company .company_info_table tr {
    display: flex;
    align-items: center;
    padding: 30px 0;
}
#Company .company_info_table tr:not(:last-child) {
    border-bottom: 1px solid #f0f0f0;
}
#Company .company_info_table th {
    width: 28.5%;
    font-size: 24px;
    line-height: 1.08em;
    letter-spacing: 0;
    padding-left: 11%;
}
@media screen and (max-width: 767px) {
    #Company .company_info_table th {
        width: 30%;
        font-size: 18px;
        padding-left: 10px;
        padding-right: 10px;
    }
}

#Company .company_info_table th span {
    display: block;
    width: fit-content;
}
#Company .company_info_table td {
    display: block;
    width: 71.5%;
    font-size: 18px;
    line-height: 1.5em;
    letter-spacing: 0.018em;
}
@media screen and (max-width: 767px) {
    #Company .company_info_table td {
        width: 75%;
        font-size: 16px;
        padding-right: 10px;
    }
}
