@charset "UTF-8";

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    color: #111;
    font-family:
        "Yu Mincho",
        "Hiragino Mincho ProN",
        "YuMincho",
        "MS PMincho",
        serif;
    line-height: 1.6;
    background: #f5f5f2;
}

html,
body {
    overflow-x: hidden;
}

body.is-fixed {
    overflow: hidden;
}

img {
    display: block;
    max-width: 100%;
    height: auto;
}

a {
    color: inherit;
    text-decoration: none;
}

button {
    padding: 0;
    border: none;
    background: transparent;
    cursor: pointer;
    appearance: none;
}

ul,
ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

.sp {
    display: none;
}

@media screen and (max-width: 767px) {
    .sp {
        display: inline;
    }
}


/* =========================
   header
========================= */
.header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    height: 150px;
    transition:
        background-color 0.35s ease,
        box-shadow 0.35s ease,
        backdrop-filter 0.35s ease;
}

.header.is-scrolled {
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    backdrop-filter: blur(6px);
}

.header__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1440px;
    height: 100%;
    margin: 0 auto;
    padding: 0 20px;
}

.header__logo {
    margin: 0;
    flex-shrink: 0;
}

.header__logo a {
    display: block;
}

.header__logo img {
    width: 78px;
}

.pc-nav {
    display: flex;
    align-items: center;
    gap: 42px;
}

.header__navList {
    display: flex;
    align-items: center;
    gap: 58px;
}

.header__navList a {
    display: inline-block;
    font-size: 16px;
    line-height: 1;
    transition: opacity 0.3s ease;
}

.header__navList a:hover {
    opacity: 0.7;
}

.header__cta,
.drawer__cta,
.footer-fixed__cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 146px;
    min-height: 48px;
    padding: 10px 24px;
    border-radius: 999px;
    background: #76779F;
    color: #fff;
    font-size: 16px;
    line-height: 1;
    transition:
        opacity 0.3s ease,
        transform 0.3s ease;
}

.header__cta:hover,
.drawer__cta:hover,
.footer-fixed__cta:hover {
    opacity: 0.9;
    transform: translateY(-1px);
}

/* =========================
   sp nav
========================= */
.sp-nav {
    display: none;
    align-items: center;
    gap: 20px;
}

.header__cta--sp {
    min-width: 127px;
    min-height: 48px;
    padding: 10px 18px;
    font-size: 14px;
}

.hamburger {
    position: relative;
    width: 44px;
    height: 36px;
    flex-shrink: 0;
}

.hamburger span {
    position: absolute;
    left: 0;
    width: 44px;
    height: 2px;
    background: #555;
    transform-origin: center;
    transition:
        transform 0.35s ease,
        opacity 0.25s ease,
        top 0.35s ease;
}

.hamburger span:nth-child(1) {
    top: 2px;
}

.hamburger span:nth-child(2) {
    top: 17px;
}

.hamburger span:nth-child(3) {
    top: 32px;
}

.hamburger.is-active span:nth-child(1) {
    top: 17px;
    transform: rotate(45deg);
}

.hamburger.is-active span:nth-child(2) {
    opacity: 0;
}

.hamburger.is-active span:nth-child(3) {
    top: 17px;
    transform: rotate(-45deg);
}

/* =========================
   drawer
========================= */
.drawer {
    position: fixed;
    top: 0; 
    left: 0;
    z-index: 999;
    width: 100%;
    height: 100vh; 
    background: rgba(255, 255, 255, 0.97);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition:
        opacity 0.35s ease,
        visibility 0.35s ease;
}

.drawer.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.drawer__inner {
    height: 100%;
    padding: 40px 24px 56px;
    overflow-y: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.drawer__nav {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
    transform: translateY(12px);
    opacity: 0;
    transition:
        transform 0.45s ease,
        opacity 0.45s ease;
}

.drawer.is-open .drawer__nav {
    transform: translateY(0);
    opacity: 1;
}

.drawer__navList {
    display: flex;
    flex-direction: column;
    gap: 28px;
    align-items: center;
}

.drawer__navList a {
    font-size: 22px;
    line-height: 1.4;
}

.drawer__cta {
    min-width: 180px;
}

.hamburger {
    position: relative;
    z-index: 1003;
}

.header__inner {
    position: relative;
    z-index: 1002;
}

body.is-fixed .header__logo,
body.is-fixed .header__cta--sp {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}


/* =========================
   main
========================= */
.site-main {
    padding-top: 80px;
}


/* =========================
   FV
========================= */
.service-fv {
    background: #f5f5f2;
}

.service-fv__inner {
    max-width: 1440px;
    margin: 0 auto;
}

.service-fv__head {
    position: relative;
    padding: 100px 40px 40px;
}

/* Services背景文字 */
.service-fv__bgText {
    position: absolute;
    left: 30%;
    top: 20px;
    transform: translateX(-50%);
    font-size: clamp(100px, 10vw, 180px);
    color: rgba(0, 0, 0, 0.05);
    white-space: nowrap;
}


.service-fv__title {
    position: relative;
    font-size: 40px;
    letter-spacing: 0.08em;
}

.service-fv__image {
    width: 100vw;
    margin-left: calc(50% - 50vw);
}

.service-fv__image img {
    width: 100%;
    height: auto;
    display: block;
}


/* =========================
   services
========================= */
.services {
    position: relative;
    padding: 80px 20px 140px;
    background: #f5f5f2;
    overflow: hidden;
}

.services__inner {
    position: relative;
    z-index: 2;
    max-width: 1280px;
    margin: 0 auto;
    padding-left: 110px;
}

.services__title {
    display: none;
    margin: 0 0 28px;
    text-align: center;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0.08em;
    color: #333;
}

.services__bgTitle {
    position: absolute;
    z-index: 1;
    color: rgba(0, 0, 0, 0.06);
    pointer-events: none;
}

.services__bgTitle--pc {
    top: 44px;
    left: 40px;
    display: flex;
    align-items: flex-start;
    gap: 18px;
}

.services__bgTitle--pc span:first-child {
    writing-mode: vertical-rl;
    font-size: 140px;
    line-height: 0.9;
    letter-spacing: 0.02em;
}

.services__bgTitle--pc span:last-child {
    writing-mode: vertical-rl;
    font-size: 64px;
    line-height: 1;
    letter-spacing: 0.08em;
    color: rgba(0, 0, 0, 0.2);
}

.services__bgTitle--sp {
    display: none;
    top: 24px;
    left: 50%;
    transform: translateX(-50%);
}

.services__bgTitle--sp span {
    font-size: 74px;
    line-height: 1;
    color: rgba(0, 0, 0, 0.06);
    white-space: nowrap;
}

.services__list {
    display: flex;
    flex-direction: column;
    gap: 78px;
}

.serviceItem {
    display: grid;
    grid-template-columns: 500px 1fr;
    gap: 52px;
    align-items: center;
    opacity: 0;
    transform: translateY(60px);
    transition:
        opacity 0.9s ease,
        transform 0.9s ease;
}

.serviceItem.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.serviceItem__image img {
    width: 100%;
    height: auto;
    display: block;
}

.serviceItem__content {
    padding-top: 10px;
}

.serviceItem__head {
    position: relative;
    display: block;
    min-height: 150px;
    padding-bottom: 0;
}

.serviceItem__head::after {
    content: "";
    position: absolute;
    left: 110px;
    right: 0;
    top: 64px;
    width: auto;
    height: 1px;
    background: #bdbdbd;
}

.serviceItem__number {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 150px;
    line-height: 0.9;
    color: rgba(0, 0, 0, 0.06);
    letter-spacing: 0.02em;
    font-weight: 400;
    z-index: 0;
}

.serviceItem__name {
    position: relative;
    z-index: 1;
    margin: 0;
    padding-top: 42px;
    padding-left: 116px;
    font-size: 28px;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0.08em;
    color: #333;
}

.serviceItem__text {
    max-width: 620px;
    margin: 0;
    font-size: 15px;
    line-height: 2.35;
    letter-spacing: 0.05em;
    color: #555;
}

.serviceItem__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 210px;
    min-height: 52px;
    margin-top: 42px;
    padding: 12px 22px;
    border: 1px solid #b8b8b8;
    background: transparent;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0.08em;
    color: #555;
    transition:
        background-color 0.3s ease,
        color 0.3s ease,
        transform 0.3s ease;
}

.serviceItem__button:hover {
    background: #76779F;
    border-color: #76779F;
    color: #fff;
    transform: translateY(-1px);
}

.serviceItem__body {
    margin-top: 24px;
}

.serviceItem__subTitle {
    margin: 28px 0 10px;
    font-size: 20px;
    line-height: 1.6;
    letter-spacing: 0.08em;
    color: #333;
}

.serviceItem__text {
    margin: 0;
    font-size: 15px;
    line-height: 2.2;
    letter-spacing: 0.05em;
    color: #555;
}

/* =========================
   services responsive
========================= */
@media screen and (max-width: 1200px) {
    .services__inner {
        padding-left: 80px;
    }

    .services__bgTitle--pc span:first-child {
        font-size: 110px;
    }

    .services__bgTitle--pc span:last-child {
        font-size: 52px;
    }

    .serviceItem {
        grid-template-columns: 320px 1fr;
        gap: 40px;
    }

    .serviceItem__number {
        font-size: 98px;
    }

    .serviceItem__name {
        font-size: 24px;
    }

    .serviceItem__head::after {
        width: 45%;
    }
}

@media screen and (max-width: 1024px) {
    .services {
        padding: 72px 20px 110px;
    }

    .services__inner {
        padding-left: 64px;
    }

    .serviceItem {
        grid-template-columns: 300px 1fr;
        gap: 32px;
    }

    .serviceItem__text {
        font-size: 14px;
        line-height: 2.2;
    }

    .serviceItem__button {
        margin-top: 28px;
    }
}

@media screen and (max-width: 767px) {
    @media screen and (max-width: 767px) {
        .services {
            padding: 64px 20px 80px;
        }

        .services__inner {
            padding-left: 0;
        }

        .services__title {
            display: block;
            position: relative;
            z-index: 2;
        }

        .services__bgTitle--pc {
            display: none;
        }

        .services__bgTitle--sp {
            display: block;
        }

        .services__list {
            gap: 54px;
        }

        .serviceItem {
            display: grid;
            grid-template-columns: 1fr;
            gap: 20px;
            transform: translateY(40px);
        }

        .serviceItem__image img {
            display: block;
            width: 100%;
            height: auto;
        }

        .serviceItem__content {
            padding-top: 0;
        }

        .serviceItem__head {
            position: relative;
            display: flex;
            align-items: center;
            min-height: 72px;
            margin-bottom: 18px;
            padding-bottom: 0;
            overflow: visible;
        }

        .serviceItem__head::after {
            content: "";
            position: absolute;
            left: 110px;
            right: 0;
            top: 34px;
            width: auto;
            height: 1px;
            background: #8a8a8a;
        }

        .serviceItem__number {
            position: absolute;
            left: 0;
            top: -58px;
            transform: none;
            font-size: 126px;
            line-height: 1;
            font-weight: 400;
            letter-spacing: 0.02em;
            color: rgba(0, 0, 0, 0.07);
            z-index: 2;
            pointer-events: none;
        }

        .serviceItem__name {
            position: relative;
            z-index: 1;
            margin: 0;
            padding-left: 14px;
            padding-right: 14px;
            font-size: 18px;
            line-height: 1.6;
            letter-spacing: 0.08em;
            color: #333;
            background: #f5f5f2;
        }

        .serviceItem__text {
            max-width: 100%;
            margin: 0;
            font-size: 14px;
            line-height: 2.2;
            letter-spacing: 0.08em;
            color: #333;
        }

        .serviceItem__button {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 100%;
            min-width: 0;
            min-height: 48px;
            margin-top: 22px;
            font-size: 13px;
        }
    }
}

/* =========================
   overview philosophy
========================= */
.overviewPhilosophy {
    position: relative;
    padding: 120px 20px 140px;
    background: #f5f5f2;
    overflow: hidden;
}

.overviewPhilosophy__inner {
    position: relative;
    max-width: 1440px;
    margin: 0 auto;
    min-height: 920px;
}

.overviewPhilosophy__head {
    position: absolute;
    top: 0;
    left: 170px;
    z-index: 2;
}

.overviewPhilosophy__bgText {
    display: block;
    font-size: clamp(90px, 9vw, 150px);
    line-height: 1;
    color: rgba(0, 0, 0, 0.05);
    letter-spacing: 0.02em;
}

.overviewPhilosophy__title {
    margin: -24px 0 0;
    font-size: 42px;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0.08em;
    color: #333;
}

.overviewPhilosophy__content {
    position: absolute;
    top: 300px;
    left: 50%;
    transform: translateX(-50%);
    width: min(900px, 100%);
    text-align: center;
    z-index: 2;
}

.overviewPhilosophy__content p {
    margin: 0;
    font-size: 27px;
    font-weight: bold;
    line-height: 2.2;
    letter-spacing: 0.08em;
    color: #4a4a4a;
}

.overviewPhilosophy__content p + p {
    margin-top: 20px;
}

.overviewPhilosophy__image {
    position: absolute;
    z-index: 1;
}

.overviewPhilosophy__image img {
    display: block;
    width: 100%;
    height: auto;
}

.overviewPhilosophy__image--topRight {
    top: 30px;
    right: 0;
    width: 570px;
}

.overviewPhilosophy__image--left {
    top: 520px;
    left: 0;
    width: 360px;
}

.overviewPhilosophy__image--bottomRight {
    top: 680px;
    right: 0;
    width: 450px;
}

/* =========================
   responsive
========================= */
@media screen and (max-width: 1200px) {
    .overviewPhilosophy__inner {
        min-height: 860px;
    }

    .overviewPhilosophy__head {
        left: 80px;
    }

    .overviewPhilosophy__title {
        font-size: 36px;
    }

    .overviewPhilosophy__content {
        top: 280px;
        width: min(760px, 100%);
    }

    .overviewPhilosophy__content p {
        font-size: 24px;
    }

    .overviewPhilosophy__image--topRight {
        width: 470px;
    }

    .overviewPhilosophy__image--left {
        width: 300px;
        top: 500px;
    }

    .overviewPhilosophy__image--bottomRight {
        width: 380px;
        top: 650px;
    }
}

@media screen and (max-width: 767px) {
    .overviewPhilosophy {
        padding: 42px 0 48px;
    }

    .overviewPhilosophy__inner {
        min-height: 600px;
        padding: 0;
    }

    .overviewPhilosophy__head {
        position: relative;
        top: auto;
        left: auto;
        margin-left: 28px;
        margin-bottom: 18px;
    }

    .overviewPhilosophy__bgText {
        font-size: 70px;
        line-height: 1;
    }

    .overviewPhilosophy__title {
        margin: -6px 0 0;
        font-size: 22px;
        line-height: 1.35;
    }

    .overviewPhilosophy__content {
        position: relative;
        top: auto;
        left: auto;
        transform: none;
        width: 100%;
        padding: 0 22px;
        text-align: center;
    }

    .overviewPhilosophy__content p {
        font-size: 27px;
        font-weight: 400;
        line-height: 1.95;
        letter-spacing: 0.04em;
    }

    .overviewPhilosophy__content p + p {
        margin-top: 22px;
    }

    .overviewPhilosophy__image--topRight {
        top: 14px;
        right: -10px;
        width: 140px;
    }

    .overviewPhilosophy__image--left {
        top: 360px;
        left: 0;
        width: 92px;
    }

    .overviewPhilosophy__image--bottomRight {
        top: 690px;
        right: -8px;
        width: 138px;
    }
}

@media screen and (max-width: 480px) {
    .overviewPhilosophy {
        padding: 36px 0 42px;
    }

    .overviewPhilosophy__inner {
        min-height: 600px;
    }

    .overviewPhilosophy__bgText {
        font-size: 64px;
    }

    .overviewPhilosophy__title {
        font-size: 20px;
    }

    .overviewPhilosophy__content {
        padding: 0 18px;
    }

    .overviewPhilosophy__content p {
        font-size: 24px;
        font-weight: bold;
        line-height: 1.9;
    }

    .overviewPhilosophy__content p + p {
        margin-top: 18px;
    }

.overviewPhilosophy__image--topRight {
    width: 100px;
    height: 140px;
    top: 6px;
    right: -8px;
    overflow: hidden;
}

.overviewPhilosophy__image--topRight img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 70% 40%;
}

.overviewPhilosophy__image--left {
    width: 90px;
    height: 150px;
    top: 230px;
    left: 0;
    overflow: hidden;
}

.overviewPhilosophy__image--left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 40% 35%;
}

.overviewPhilosophy__image--bottomRight {
    width: 90px;
    height: 160px;
    top: 300px;
    right: -6px;
    overflow: hidden;
}

.overviewPhilosophy__image--bottomRight img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 55% 45%;
}
}

/* =========================
   Message
========================= */
.overviewMessage {
    position: relative;
    padding: 120px 0;
    background: url("../image/Overview/president-bg.png") no-repeat center / cover;
    overflow: hidden;
}
.overviewMessage::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgb(0 0 0 / 62%);
    z-index: 0;
}

.overviewMessage__inner {
    position: relative;
    z-index: 1;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px;
}

.overviewMessage__head {
    position: relative;
    height: 150px;
    margin-bottom: 24px;
}

.overviewMessage__bgText {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    font-size: clamp(88px, 12vw, 170px);
    line-height: 0.9;
    color: rgba(255, 255, 255, 0.10);
    letter-spacing: 0.02em;
    z-index: 0;
    pointer-events: none;
}

.overviewMessage__title {
    position: absolute;
    top: 92px;
    left: 18px;
    margin: 0;
    font-size: 56px;
    font-weight: 400;
    line-height: 1;
    color: #fff;
    z-index: 1;
}
/* レイアウト */
.overviewMessage__body {
    display: flex;
    align-items: flex-start;
    gap: 80px;
}

.overviewMessage__text {
    flex: 1;
    color: #fff;
    font-size: 15px;
    line-height: 2;
}

.overviewMessage__text ul {
    margin: 20px 0;
    padding-left: 1em;
}

.overviewMessage__text li {
    margin-bottom: 8px;
}

.overviewMessage__name {
    margin-top: 40px;
    text-align: right;
    font-size: 21px;
}

/* 画像 */
.overviewMessage__image {
    width: 360px;
    flex-shrink: 0;
}

.overviewMessage__image img {
    width: 100%;
    height: auto;
    display: block;
}

/* =========================
   SP
========================= */

@media screen and (max-width: 767px) {
    .overviewMessage {
        padding: 60px 0;
        background: url("../image/Overview/president-bg.png") no-repeat center / cover;
    }

    .overviewMessage__inner {
        padding: 0 16px;
    }

 .overviewMessage__head {
        height: 92px;
        margin-bottom: 20px;
    }

    .overviewMessage__bgText {
        top: 0;
        left: 0;
        font-size: 72px;
        line-height: 0.95;
        color: rgba(255, 255, 255, 0.10);
    }

    .overviewMessage__title {
        top: 42px;
        left: 2px;
        font-size: 26px;
        line-height: 1.1;
    }
    .overviewMessage__body {
        display: flex;
        flex-direction: column;
        gap: 18px;
    }

    .overviewMessage__image {
        order: 1;
        width: 100%;
        margin-bottom: 0;
    }

    .overviewMessage__image img {
        width: 100%;
        height: auto;
        display: block;
        content: url("../image/Overview/president-SP.png");
    }

    .overviewMessage__text {
        order: 2;
        font-size: 14px;
        line-height: 2;
    }

    .overviewMessage__text ul {
        margin: 16px 0;
        padding-left: 1em;
    }

    .overviewMessage__text li {
        margin-bottom: 6px;
    }

    .overviewMessage__name {
        margin-top: 24px;
        font-size: 21px;
        text-align: right;
    }
}

/* =========================
   Company
========================= */
.overviewCompany {
    position: relative;
    padding: 140px 20px 120px;
    background: #f5f5f2;
}

.overviewCompany__inner {
    max-width: 1480px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 420px 1fr;
    gap: 80px;
    align-items: start;
}

.overviewCompany__head {
    position: relative;
    padding-top: 40px;
}

.overviewCompany__bgText {
    position: absolute;
    top: 0;
    left: 0;
    font-size: clamp(88px, 9vw, 140px);
    line-height: 1;
    color: rgba(0, 0, 0, 0.05);
    letter-spacing: 0.02em;
    pointer-events: none;
}

.overviewCompany__title {
    position: relative;
    margin: 64px 0 0;
    font-size: 42px;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0.08em;
    color: #333;
}

.overviewCompany__content {
    padding-top: 24px;
    padding-left: 130px;
}

.overviewCompany__list {
    margin: 0;
}

.overviewCompany__row {
    display: grid;
    grid-template-columns: 120px 1fr;
    gap: 22px;
    padding: 24px 0;
    border-bottom: 1px solid #cfcfcf;
}

.overviewCompany__row:first-child {
    border-top: 1px solid #cfcfcf;
}

.overviewCompany__row dt {
    margin: 0;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.8;
    color: #333;
}

.overviewCompany__row dd {
    margin: 0;
    font-size: 18px;
    line-height: 2;
    color: #4a4a4a;
}

.overviewCompany__row dd p {
    margin: 0;
}

.overviewCompany__row dd p + p {
    margin-top: 4px;
}

/* =========================
   responsive
========================= */
@media screen and (max-width: 1024px) {
    .overviewCompany__inner {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .overviewCompany__head {
        padding-top: 0;
    }

    .overviewCompany__title {
        margin-top: 48px;
    }

    .overviewCompany__content {
        padding-top: 0;
        padding-left: 0;
    }
}

@media screen and (max-width: 767px) {
    .overviewCompany {
        padding: 72px 20px 80px;
    }

    .overviewCompany__inner {
        gap: 28px;
    }

    .overviewCompany__head {
        padding-top: 0;
    }

    .overviewCompany__bgText {
        font-size: 72px;
        top: 0;
        left: 0;
    }

    .overviewCompany__title {
        margin: 28px 0 0;
        font-size: 22px;
        line-height: 1.4;
    }

    .overviewCompany__row {
        grid-template-columns: 1fr;
        gap: 8px;
        padding: 18px 0;
    }

    .overviewCompany__row dt {
        font-size: 18px;
        line-height: 1.7;
    }

    .overviewCompany__row dd {
        font-size: 16px;
        line-height: 1.9;
    }

    .overviewCompany__row dd p + p {
        margin-top: 2px;
    }
}

/* =========================
   Access
========================= */
.overviewAccess {
    position: relative;
    padding: 120px 20px 140px;
    background: #bfc7b8;
    overflow: hidden;
}

.overviewAccess__inner {
    max-width: 1280px;
    margin: 0 auto;
}

.overviewAccess__head {
    position: relative;
    height: 140px;
    margin-bottom: 40px;
}

/* 背景のAccess */
.overviewAccess__bgText {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    font-size: clamp(88px, 12vw, 170px);
    line-height: 0.9;
    color: rgba(255, 255, 255, 0.12);
    letter-spacing: 0.02em;
    z-index: 0;
    pointer-events: none;
}

/* アクセス（前面） */
.overviewAccess__title {
    position: absolute;
    top: 108px;
    left: 18px;
    margin: 0;
    font-size: 42px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.08em;
    color: #fff;
    z-index: 1;
}

.overviewAccess__content {
    display: grid;
    grid-template-columns: 1fr 1px 1fr;
    gap: 72px;
    align-items: start;
}

.overviewAccess__divider {
    width: 1px;
    min-height: 470px;
    background: rgba(255, 255, 255, 0.6);
}

.overviewAccess__info h3 {
    margin: 0 0 24px;
    font-size: 22px;
    font-weight: 400;
    line-height: 1.6;
    color: #fff;
}

.overviewAccess__info p {
    margin: 0;
    font-size: 16px;
    line-height: 2;
    color: #fff;
}

.overviewAccess__info p + p {
    margin-top: 4px;
}

.overviewAccess__map {
    margin-top: 28px;
    width: 100%;
    max-width: 520px;
    aspect-ratio: 520 / 280;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.16);
}

.overviewAccess__map img,
.overviewAccess__map iframe {
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
}

/* =========================
   responsive
========================= */
@media screen and (max-width: 1024px) {
    .overviewAccess__content {
        gap: 40px;
    }

    .overviewAccess__divider {
        min-height: 420px;
    }
}

@media screen and (max-width: 767px) {
    .overviewAccess {
        padding: 72px 16px 80px;
    }

    .overviewAccess__head {
        height: 90px;
        margin-bottom: 28px;
    }

    .overviewAccess__bgText {
        font-size: 72px;
        line-height: 0.95;
    }

    .overviewAccess__title {
        top: 44px;
        left: 2px;
        font-size: 24px;
    }

    .overviewAccess__content {
        display: block;
    }

    .overviewAccess__col--osaka {
        display: flex;
        flex-direction: column;
    }

    .overviewAccess__map {
        order: 1;
        margin-top: 0;
        margin-bottom: 24px;
        max-width: none;
        aspect-ratio: 344 / 180;
    }

    .overviewAccess__info {
        order: 2;
    }

    .overviewAccess__info h3 {
        margin: 0 0 18px;
        font-size: 18px;
    }

    .overviewAccess__info p {
        font-size: 15px;
        line-height: 1.9;
    }

    .overviewAccess__divider {
        width: 100%;
        min-height: 1px;
        height: 1px;
        margin: 28px 0;
    }
}



/* =========================
   contact
========================= */
.contact {
    padding: 90px 20px 110px;
    background: #f5f5f2;
    overflow: hidden;
}

.contact__inner {
    max-width: 1360px;
    margin: 0 auto;
}

.contact__panel {
    position: relative;
    overflow: hidden;
    min-height: 340px;
    padding: 40px 20px 60px;
    background: #8181B0;
}

.contact__marquee {
    position: absolute;
    top: 0px;
    inset: 0;
    display: flex;
    align-items: flex-start;
    overflow: hidden;
    pointer-events: none;
}

.contact__marqueeTrack {
    display: flex;
    width: max-content;
    animation: marquee-left 46s linear infinite;
    white-space: nowrap;
}

.contact__marqueeTrack span {
    display: inline-block;
    padding-right: 80px;
    font-size: clamp(90px, 10vw, 180px);
    line-height: 1;
    color: rgb(17 17 57 / 11%);
    letter-spacing: 0.02em;
}

.contact__content {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    min-height: 260px;
}

.contact__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 290px;
    min-height: 84px;
    padding: 18px 40px;
    border: 1px solid rgba(255, 255, 255, 0.9);
    color: #fff;
    font-size: 34px;
    line-height: 1;
    letter-spacing: 0.08em;
    transition:
        background-color 0.3s ease,
        color 0.3s ease,
        transform 0.3s ease;
}

.contact__button:hover {
    background: rgba(255, 255, 255, 0.12);
    transform: translateY(-1px);
}

@keyframes marquee-left {
    0% {
        transform: translate3d(0, 0, 0);
    }

    100% {
        transform: translate3d(-50%, 0, 0);
    }
}



/* =========================
   footer
========================= */
.header__cta,
.drawer__cta,
.footer-fixed__cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 146px;
    min-height: 48px;
    padding: 10px 24px;
    border-radius: 999px;
    background: #76779F;
    color: #fff;
    font-size: 16px;
    line-height: 1;
    transition:
        opacity 0.3s ease,
        transform 0.3s ease;
}

.header__cta:hover,
.drawer__cta:hover,
.footer-fixed__cta:hover {
    opacity: 0.9;
    transform: translateY(-1px);
}

.footer-reveal-spacer {
    height: 560px;
    background: transparent;
    pointer-events: none;
}

.footer-fixed {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    min-height: 560px;
    color: #fff;
    overflow: hidden;
    pointer-events: none;
    opacity: 1;
    visibility: visible;
    transition: none;
}

.footer-fixed.is-visible {
    opacity: 1;
    visibility: visible;
}

.footer-fixed__bg {
    position: absolute;
    inset: 0;
    background: url("../image/FV.png") no-repeat center center / cover;
    transform: scale(1);
}

.footer-fixed__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgb(0 0 0 / 71%) 0%, rgb(0 0 0 / 71%) 50%, rgb(0 0 0 / 71%) 100%);
}

.footer-fixed__bg,
.footer-fixed__overlay {
    pointer-events: none;
}

.footer-fixed__inner {
    position: relative;
    z-index: 1;
    max-width: 1440px;
    margin: 0 auto;
    padding: 100px 40px 60px;
    pointer-events: auto;
}

.footer-fixed__grid {
    display: grid;
    grid-template-columns: 1.2fr 1.4fr;
    grid-template-areas:
        "info nav"
        "info cta";
    column-gap: 60px;
    row-gap: 36px;
    align-items: start;
}

.footer-fixed__info {
    position: relative;
    padding-right: 40px;
}

.footer-fixed__info::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background: rgba(255, 255, 255, 0.4);
}

.footer-fixed__company {
    margin: 0 0 28px;
    font-size: 34px;
    font-weight: 400;
    line-height: 1.4;
}

.footer-fixed__address,
.footer-fixed__tel,
.footer-fixed__fax,
.footer-fixed__copy {
    margin: 0;
    font-size: 13px;
    line-height: 2.1;
    color: rgba(255, 255, 255, 0.92);
}

.footer-fixed__copy {
    margin-top: 36px;
    font-size: 11px;
}

.footer-fixed__nav {
    grid-area: nav;
    display: grid;
    grid-template-columns: repeat(3, minmax(110px, 1fr));
    gap: 40px;
}

.footer-fixed__navTitle {
    margin: 0 0 20px;
    font-size: 21px;
    line-height: 1.4;
}

.footer-fixed__navList {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.footer-fixed__navList a {
    font-size: 16px;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.92);
    transition: opacity 0.3s ease;
}

.footer-fixed__navList li {
    position: relative;
    padding-left: 16px;
}

.footer-fixed__navList li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 10px;
    height: 1px;
    background: rgba(255, 255, 255, 0.8);
    transform: translateY(-50%);
}

.footer-fixed__navList a:hover {
    opacity: 0.7;
}

.footer-fixed__ctaWrap {
    grid-area: cta;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    min-height: auto;
    padding-top: 0;
}

.footer::before {
    background: rgba(0, 0, 0, 0.5);
}

.footer {
    font-size: 16px;
}

.footer h3 {
    font-size: 20px;
}

.footer__cta {
    text-align: center;
    margin-top: 40px;
}

@media screen and (max-width: 1200px) {
    .footer-fixed__grid {
        grid-template-columns: 1fr;
        gap: 48px;
    }

    .footer-fixed__ctaWrap {
        justify-content: flex-start;
        padding-top: 0;
    }
}

@media screen and (max-width: 1024px) {
    .header__inner {
        padding: 0 24px;
    }

    .pc-nav {
        gap: 24px;
    }

    .header__navList {
        gap: 30px;
    }

    .fv__inner {
        padding-right: 40px;
        padding-left: 40px;
    }

    .fv__content {
        max-width: 500px;
    }

    .contact__button {
        min-width: 220px;
        min-height: 70px;
        font-size: 24px;
    }
}

    @media screen and (max-width: 767px) {
        .header {
            height: 80px !important;
        }

        .header__inner {
            padding: 0 20px;
        }

        .header__logo img {
            width: 56px;
        }

        .pc-nav {
            display: none;
        }

        .sp-nav {
            display: flex;
        }

        .fv__bg {
            height: 100svh;
            background-position: center top;
        }

        .fv {
            min-height: 100svh;
        }

        .fv__inner {
            align-items: flex-start;
            justify-content: flex-end;
            min-height: 100svh;
            padding: 190px 20px 40px;
        }

        .fv__content {
            max-width: 100%;
            margin-top: 185px;
        }

        .fv__lead {
            font-size: 1.8rem;
            font-weight: bold;
            line-height: 1.75;
            letter-spacing: 0.06em;
        }

        .fv__text {
            font-size: 16px;
            font-weight: bold;
            margin-top: 10px;
            line-height: 2;
            letter-spacing: 0.06em;
        }

        .section {
            padding: 90px 20px;
        }

        .section h2 {
            font-size: 28px;
        }

        .contact {
            padding: 56px 20px 72px;
        }

        .contact__panel {
            min-height: 170px;
            padding: 20px 16px;
        }

        .contact__marqueeTrack span {
            padding-right: 44px;
            font-size: 72px;
        }

        .contact__content {
            min-height: 130px;
        }

        .contact__button {
            min-width: 190px;
            min-height: 58px;
            padding: 14px 20px;
            font-size: 18px;
        }

        .footer-reveal-spacer {
            display: none;
        }

        .footer-fixed {
            position: relative;
            top: auto;
            bottom: auto;
            left: auto;
            width: 100%;
            min-height: auto;
            height: auto;
            overflow: hidden;
            opacity: 1;
            visibility: visible;
            pointer-events: auto;
        }

            .footer-fixed__bg,
            .footer-fixed__overlay {
                pointer-events: none;
            }

            .footer-fixed__inner {
                position: relative;
                z-index: 2;
                pointer-events: auto;
            }

        .footer-fixed__grid {
            display: flex;
            flex-direction: column;
            gap: 0;
        }

        .footer-fixed__nav {
            order: 1;
            display: grid;
            grid-template-columns: 1fr;
            gap: 34px;
        }

        .footer-fixed__navCol {
            width: 100%;
        }

        .footer-fixed__navTitle {
            margin: 0 0 18px;
            font-size: 21px;
            line-height: 1.4;
        }

        .footer-fixed__navList {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 18px 28px;
        }

        .footer-fixed__navList li {
            position: relative;
            padding-left: 24px;
        }

        .footer-fixed__navList li::before {
            content: "";
            position: absolute;
            left: 0;
            top: 50%;
            width: 14px;
            height: 1px;
            background: rgba(255, 255, 255, 0.85);
            transform: translateY(-50%);
        }

        .footer-fixed__navList a {
            font-size: 16px;
            line-height: 1.8;
        }

        .footer-fixed__ctaWrap {
            order: 2;
            display: block;
            margin-top: 34px;
            padding-top: 0;
            max-width: 330px;
            width: 100%;
        }

        .footer-fixed__cta {
            display: flex;
            width: 100%;
            max-width: 330px;
            min-height: 62px;
            font-size: 20px;
        }

        .footer-fixed__info {
            order: 3;
            position: relative;
            margin-top: 60px;
            padding-top: 54px;
            padding-right: 0;
        }

        .footer-fixed__info::after {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            right: auto;
            width: 100%;
            height: 1px;
            background: rgba(255, 255, 255, 0.7);
        }

        .footer-fixed__company {
            margin: 0 0 26px;
            font-size: 24px;
            line-height: 1.5;
        }

        .footer-fixed__address,
        .footer-fixed__tel,
        .footer-fixed__fax,
        .footer-fixed__copy {
            margin: 0;
            font-size: 16px;
            line-height: 2;
        }

        .footer-fixed__copy {
            margin-top: 36px;
            font-size: 14px;
            line-height: 1.8;
        }

}

/* =========================
   SP
========================= */
@media (max-width: 768px) {

    /* header */
    .header {
        height: 64px;
    }

    .header__inner {
        padding: 0 16px;
    }

    .header__nav {
        display: none;
    }

    .site-main {
        padding-top: 64px;
    }

    /* FV */
    .service-fv__head {
        padding: 80px 20px 20px;
    }

    .service-fv__bgText {
        font-size: 80px;
        left: 40%;
    }

    .service-fv__title {
        font-size: 28px;
    }

    /* services */
    .serviceItem {
        flex-direction: column;
    }

    .serviceItem:nth-child(even) {
        flex-direction: column;
    }

    .serviceItem__image,
    .serviceItem__content {
        width: 100%;
    }

    .services__list {
        gap: 48px;
    }
}

.js-fade-item {
    opacity: 0;
    transform: translateY(30px);
    transition:
        opacity 0.8s ease,
        transform 0.8s ease;
}

.js-fade-item.is-visible {
    opacity: 1;
    transform: translateY(0);
}

footer {
  position: relative;
  z-index: 10;
}

footer a {
  position: relative;
  z-index: 11;
}

.footer-fixed {
    pointer-events: none;
}

.footer-fixed__inner {
    pointer-events: auto;
}
.page-content {
    position: relative;
    z-index: 2;
    background: #f5f5f2;
}