@charset "utf-8";

.company-page {
    margin-top: -32px;
}

.company-page p {
    margin: 0;
}

.company-position {
    position: relative;
    z-index: 1;
}

.company-inner {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
    padding: 0 30px;
}

/* hero */
.bp-hero {
    position: relative;
    overflow: hidden;
}

/* 背景画像（全体に敷く） */
.bp-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url("../img/common/page-mv-bg.webp") no-repeat;
    background-position: left bottom;
    background-size: cover;
    pointer-events: none;
}

/* 上部：タイトルエリア */
.bp-hero-top {
    position: relative;
    z-index: 1;
    padding: calc(var(--header-h) + 70px) 0 0;
}

.company-page .bp-hero-title {
    font-family: "Shippori Antique", serif;
    font-size: clamp(40px, calc(40px + (100vw - 540px) * 40 / 1380), 80px);
    font-weight: 700;
    color: rgba(255, 255, 255, 0.7);
    letter-spacing: 0.2em;
    line-height: 1;
    text-shadow: 0 0 15px #007DCC;
    margin: 0;
}

/* 下部：キャッチコピーエリア */
.company-page .bp-hero-bottom {
    position: relative;
    z-index: 1;
    padding: clamp(100px, calc(100px + (100vw - 768px) * 200 / 832), 300px) 0 0;
    text-align: center;
}

.company-page .bp-hero-catch {
    position: relative;
    font-family: "Shippori Antique", serif;
    font-size: clamp(32px, calc(32px + (100vw - 540px) * 63 / 1380), 95px);
    /* 110px at max */
    font-weight: 400;
    color: #007DCC;
    letter-spacing: 0.5em;
    margin: 0 0 20px;
    line-height: 1;
    z-index: 1;
}

.bp-hero-catch::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 60%;
    transform: translate(-50%, -50%);
    width: 70%;
    height: 30px;
    background: url("../img/common/line-1.png") no-repeat center / 100% auto;
    pointer-events: none;
    z-index: -1;
}

.company-page .bp-hero-lead {
    font-family: "Shippori Antique", serif;
    font-size: clamp(16px, calc(16px + (100vw - 540px) * 24 / 1380), 40px);
    /* 40px at max */
    font-weight: 400;
    color: #007DCC;
    letter-spacing: 0.2em;
    margin: 0;
    line-height: 2;
}


@media(max-width:540px) {
    .company-inner {
        padding: 0 15px;
    }
}

/* mvv */
.company-mvv {
    position: relative;
    width: 100%;
    z-index: 0;
    margin-top: 150px;
    padding-bottom: 140px;
}

.company-mist {
    position: absolute;
    top: 0;
    left: 5%;
    max-width: 450px;
}

.company-mist-1 {
    position: absolute;
    right: 0;
    bottom: 0;
    max-width: 450px;
}

.mvv-container {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.mvv-img-box,
.mvv-lead {
    flex: 1;
    min-width: 0;
}

.mvv-lead {
    margin-left: clamp(20px,
            calc(20px + (100vw - 1080px) * 60 / 840), 80px)
}

.mvv-lead-text {
    border-bottom: 1px solid #D9D9D9;
    padding: 40px 0 18px;
}

.mvv-lead-text p {
    font-size: clamp(13px,
            calc(13px + (100vw - 540px) * 0.0036231884),
            18px);
}

.mvv-lead-text .mvv-p {
    font-size: clamp(18px,
            calc(18px + (100vw - 540px) * 0.0043478261),
            24px);
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.8;
}

.mvv-lead-style {
    font-size: clamp(21px,
            calc(21px + (100vw - 540px) * 0.00507246),
            28px);
    font-weight: 500;
    letter-spacing: .1em;
    margin-right: 30px;
}

.mvv-lead-text:nth-of-type(1) .mvv-lead-style {
    color: #0099FF;
}

.mvv-lead-text:nth-of-type(2) .mvv-lead-style {
    color: #00A5BE;
}

.mvv-lead-text:nth-of-type(3) .mvv-lead-style {
    color: #3D5DDE;
}

.company-tng {
    max-width: 858px;
    width: 100%;
    margin: 30px auto 0;
}

.company-tng .tng-img {
    max-width: 858px;
}

.mvv-message {
    max-width: 600px;
    margin: 80px auto 0;
}

@media(max-width:1080px) {
    .mvv-container {
        flex-direction: column;
    }

    .mvv-lead {
        margin-left: 0;
    }

    .mvv-img-box {
        max-width: 500px;
    }
}

@media(max-width:768px) {
    .company-mvv {
        padding-bottom: 70px;
        margin-top: 50px;
    }

    .mvv-message {
        margin: 30px auto 0;
    }

    .mvv-lead {
        max-width: 600px;
        margin: 0 auto;
        width: 100%;
    }

    .company-mist,
    .company-mist-1 {
        max-width: 300px;
    }

    .company-mist {
        left: 0;
    }

    .company-page {
        margin-top: -46px;
    }

}

@media(max-width:540px) {
    .company-mvv {
        margin-top: 30px;
    }

    .mvv-img-box {
        max-width: 345px;
    }

    .mvv-lead-text p {
        font-size: 1rem;
    }

    .mvv-lead-style {
        margin-right: 20px;
    }


}

/* ceo-message */
.ceo-message {
    background: linear-gradient(135deg, #AFF2FF 0%, #C7E2FF 100%);
    z-index: 0;
}

.ceo-line {
    position: absolute;
    top: -10%;
    z-index: 0;
}

.ceo-container {
    padding-top: 150px;
    padding-bottom: 70px;
}

.ceo-area {
    margin-top: 50px;
}

.ceo-img-box {
    max-width: 530px;
    border-radius: 70px;
    overflow: hidden;
    margin-right: clamp(20px,
            calc(20px + (100vw - 1080px) * 50 / 840),
            70px);
}

.ceo-img {
    object-fit: cover;
}

.ceo-area {
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.ceo-img-box,
.ceo-text-area {
    flex: 1;
    min-width: 0;
}

.ceo-name {
    color: #DBFAFF;
    font-size: clamp(1.5rem,
            calc(1.5rem + (100vw - 48rem) * (1 / 144)),
            2rem);
    letter-spacing: .1em;
    font-weight: 400;
}

.ceo-name-ja {
    color: var(--text);
    margin-right: clamp(17px, calc(17px + (100vw - 540px) * 15 / 1380), 32px);
}

.ceo-text {
    font-size: clamp(0.8125rem,
            calc(0.690217rem + 0.362319vw),
            1.125rem);
    line-height: 2.5;
    font-weight: 400;
    letter-spacing: 0;
}

@media(max-width:1080px) {
    .ceo-container {
        padding-top: 70px;
        padding-bottom: 35px;
    }
}

@media(max-width:768px) {
    .ceo-area {
        flex-direction: column;
        align-items: center;
    }

    .ceo-img-box {
        margin-right: 0;
        border-radius: 50px;
        max-width: 400px;
    }

    .ceo-text {
        line-height: 1.8;
    }

    .ceo-text-area {
        max-width: 530px;
        margin: 70px auto 0;
    }
}

@media(max-width:540px) {
    .ceo-img-box {
        border-radius: 35px;
        max-width: 265px;
    }
}

/* 沿革 */
.history-section {
    --history-year-size: clamp(90px,
            calc(90px + (100vw - 540px) * 0.0275362),
            128px);
    padding: 75px 0 0;
}

.history-title {
    margin: 0 0 50px;
}

/* ===== PC：左〇 + 右本文 ===== */
.history-list {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
}

/* 縦ライン（〇の中心を通す） */
.history-list::before {
    content: "";
    position: absolute;
    left: calc(var(--history-year-size) / 2);
    top: 0;
    bottom: 0;
    width: 1px;
    background: #94D5FD;
}

.history-item {
    display: grid;
    grid-template-columns: var(--history-year-size) 1fr;
    column-gap: 45px;
    align-items: start;
    padding-block: clamp(20px, calc(20px + (100vw - 540px) * 0.0072463768), 30px);
    padding-inline: 0;
    position: relative;
}

.history-list .history-item:first-child {
    padding-top: 0;
}

.history-year {
    width: var(--history-year-size);
    height: var(--history-year-size);
    border-radius: 50%;
    border: 1px solid #94D5FD;
    background: #F6FEFF;
    display: grid;
    place-items: center;
    color: #007DCC;
    position: relative;
    z-index: 1;
    font-size: clamp(18px,
            calc(18px + (100vw - 540px) * 0.0043478261),
            24px);
    letter-spacing: .1em;
    line-height: 1.8;
    font-weight: 400;
}

.history-body {
    padding-top: 6px;
}

.history-bullets {
    margin: 0;
    padding-left: 1.2em;
}

.history-bullets li {
    margin: 0.2em 0;
    list-style: disc;
    font-size: clamp(14px,
            calc(14px + (100vw - 540px) * 0.0050724638),
            21px);
    line-height: 1.8;
    font-weight: 400;
    letter-spacing: .1em;
}

@media (max-width: 540px) {
    .history-title {
        margin: 0 0 30px;
    }

    .history-list::before {
        display: none;
    }

    .history-item {
        grid-template-columns: 1fr;
        column-gap: 0;
        row-gap: 14px;
        padding: 22px 0;
    }

    .history-year {
        margin: 0;
    }

    .history-body {
        padding-top: 0;
    }
}

/* インフォメーション */
.info-section {
    padding: 300px 0 0;
}

.info-line {
    position: absolute;
    top: -20%;
    z-index: 0;
}

.company-info {
    margin: 0 0 150px 0;
}

.company-info-row {
    display: grid;
    grid-template-columns: minmax(75px, 300px) 1fr;
    column-gap: clamp(20px, 4vw, 64px);
}

.company-info-term,
.company-info-desc {
    margin: 0;
    padding: clamp(20px,
            calc(20px + (100vw - 540px) * 0.0072463768),
            30px) 0;
    line-height: 1.8;
    font-size: clamp(13px,
            calc(13px + (100vw - 540px) * 0.0021739130),
            16px);
    font-weight: 400;
}

.company-info-term {
    border-top: 1px solid #555555;
}

.company-info-desc {
    border-top: 1px solid #BBBBBB;
    color: var(--text);
}

.company-info-term {
    font-weight: 500;
}

.company-info-row:last-child .company-info-term {
    border-bottom: 1px solid #555555;
}

.company-info-row:last-child .company-info-desc {
    border-bottom: 1px solid #BBBBBB;
}

.company-info-link {
    color: inherit;
    text-decoration: none;
}

.company-info-link:hover {
    text-decoration: underline;
}

.company-map {
    width: 100%;
    overflow: hidden;
}

.company-map-iframe {
    width: 100%;
    height: 500px;
    display: block;
}

/* 下部ロゴ */
.company-bottom-area {
    position: relative;
    width: 100%;
    margin: 170px auto 100px;
    padding-bottom: 400px;
    z-index: 1;
}

.company-logo {
    width: clamp(250px, calc(250px + (100vw - 540px) * 0.1811594), 500px);
    margin: 0 auto;

}

.company-bottom-svg {
    top: 5%;
    z-index: 0;
}

.company-bottom-svg-sub {
    top: 20%;
    z-index: 0;
}

.company-bottom-area-mist {
    position: absolute;
    bottom: 0;
    right: 0;
    max-width: 450px;
    z-index: -1;
}

@media (max-width: 1024px) and (min-width: 541px) {
    .company-info-row {
        grid-template-columns: 3fr 7fr;
        column-gap: 24px;
    }
}

@media(max-width:1080px) {
    .company-bottom-area-mist {
        max-width: 300px;
    }

    .info-line {
        top: -2%;
    }

    .company-info {
        margin: 0 0 75px 0;
    }

    .company-bottom-area {
        margin: 85px auto 0;
        padding-bottom: 250px
    }
}

@media (max-width: 540px) {
    .info-section {
        padding: 150px 0 0;
    }

    .company-bottom-svg {
        top: 32%;
    }

    .company-bottom-svg-sub {
        top: 46%;
    }

    .company-info {
        margin: 0 0 50px 0;
    }

    .company-info-row {
        grid-template-columns: minmax(75px, 2fr) 8fr;
        column-gap: 5px;
    }

    .company-bottom-area {
        margin: 60px auto 0;
    }
}

/* 下層heroレスポンシブ */
@media(max-width:1600px) {
    .bp-hero::before {
        background-size: cover;
        background-position: center top;
    }
}

@media(max-width: 768px) {
    .company-page .bp-hero-bottom {
        padding: clamp(100px, calc(100px + (100vw - 768px) * 200 / 832), 300px) 0 50px;
    }

    .bp-hero-top {
        padding: calc(var(--header-h) + 40px) 0 100px;
    }

    .company-page .bp-hero-title {
        display: block;
        text-align: center;
        line-height: 1.1;
    }

    .company-page .bp-hero::after {
        height: 200px;
    }

    .company-page .bp-hero-catch {
        letter-spacing: 0.1em;
    }

    .company-page .bp-hero-catch::after {
        width: 100%;
        height: 20px;
    }

    .company-page .bp-hero-lead {
        letter-spacing: 0.1em;
    }
}

@media(max-width: 540px) {
    .company-page .bp-hero-bottom {
        padding: 40px 0 30px;
    }

    .company-page .bp-hero-catch {
        letter-spacing: 0.08em;
        margin-bottom: 16px;
    }

    .company-page .bp-hero-catch::after {
        height: 15px;
    }

    .company-page .bp-hero-lead {
        letter-spacing: 0.08em;
    }

    .company-page .company .bp-hero-title {
        font-size: 1.8rem;
    }
}

@media(max-width: 375px) {

    .company-page .bp-hero-catch {
        letter-spacing: 0.05em;
        margin-bottom: 12px;
    }

    .company-page .bp-hero-catch::after {
        height: 12px;
    }

    .company-page .bp-hero-lead {
        letter-spacing: 0.05em;
    }
}

.company-info-row .company-tell {
    color: var(--text) !important;
    text-decoration: none;
}