.header {
    position: static;
}



.company_page {
    font-family: "Zen Old Mincho", "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", serif;
    color: #1a1a1a;
}

/* ===== hero ===== */
.company_page .hero {
    width: 100%;
    height: 280px;
    background: #96C6EF url(../asset/company/company-hero.png) no-repeat top left / auto;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

@media (max-width:900px) {
    .company_page .hero {
        height: 150px;
    }
}

.company_page .hero-overlay {
    color: #3C3C43;
    text-align: right;
    padding-right: 6%;
    -webkit-text-stroke: 0,2px #FFFFFF;
}

.company_page .hero-catch {
    font-weight: 700;
    font-size: 36px;
    line-height: 1.4;
    letter-spacing: .08em;
}

@media (max-width:900px) {
    .company_page .hero-catch {
        font-size: 18px;
    }
}

.company_page .hero-sub {
    margin-top: 12px;
    font-weight: 700;
    font-size: 20px;
    letter-spacing: .08em;
}

@media (max-width:900px) {
    .company_page .hero-sub {
        margin-top: 6px;
        font-size: 11px;
    }
}

/* ===== message ===== */
.company_page .message {
    max-width: 1080px;
    margin: 70px auto 0;
    padding: 0 20px;
}

@media (max-width:900px) {
    .company_page .message {
        margin-top: 45px;
    }
}

.company_page .message-title {
    text-align: center;
    font-weight: 600;
    font-size: 28px;
    letter-spacing: .12em;
}

@media (max-width:900px) {
    .company_page .message-title {
        font-size: 20px;
    }
}

.company_page .message-body {
    margin-top: 48px;
    display: flex;
    flex-flow: column;
    gap: 1.8em;
}

@media (max-width:900px) {
    .company_page .message-body {
        margin-top: 30px;
        gap: 1.4em;
    }
}

.company_page .message-p {
    font-weight: 400;
    font-size: 17px;
    line-height: 2.2;
    letter-spacing: .04em;
    text-align: justify;
}

@media (max-width:900px) {
    .company_page .message-p {
        font-size: 14px;
        line-height: 2;
    }
}

.company_page .message-sign {
    margin-top: 40px;
    text-align: right;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.9;
    letter-spacing: .08em;
}

@media (max-width:900px) {
    .company_page .message-sign {
        margin-top: 28px;
        font-size: 14px;
    }
}

.company_page .message-sign_line {
    display: block;
}

/* ===== rooms ===== */
.company_page .rooms {
    margin-top: 60px;
}

@media (max-width:900px) {
    .company_page .rooms {
        margin-top: 40px;
    }
}

.company_page .rooms-img {
    display: block;
    width: 100%;
    height: auto;
}

/* ===== about ===== */
.company_page .about {
    margin: 75px auto 100px;
    padding: 0 20px;
}

@media (max-width:900px) {
    .company_page .about {
        margin: 45px auto 60px;
    }
}

.company_page .about-title {
    text-align: center;
    font-weight: 600;
    font-size: 28px;
    letter-spacing: .12em;
}

@media (max-width:900px) {
    .company_page .about-title {
        font-size: 20px;
    }
}

.company_page .about-list {
    margin: 40px auto 0;
    width: fit-content;
    max-width: 100%;
    font-weight: 400;
    font-size: 17px;
    line-height: 1.8;
    letter-spacing: .04em;
    display: grid;
    grid-template-columns: 5em auto;
    grid-column-gap: 64px;
    grid-row-gap: 18px;
}

@media (max-width:900px) {
    .company_page .about-list {
        margin-top: 28px;
        font-size: 14px;
        grid-template-columns: 4.5em auto;
        grid-column-gap: 24px;
        grid-row-gap: 12px;
    }
}

.company_page .about-term {
    text-align: justify;
    text-align-last: justify;
    font-weight: 500;
}

.company_page .about-data {
    margin: 0;
}

.company_page .about-data p+p {
    margin-top: 1.2em;
}
