@charset "UTF-8";

/* =========================================================
   事業内容：物流企業さま向け（service-logistics）
   Figma: node-id 175-679
   ---------------------------------------------------------
   PCデザイン幅 1512px / コンテンツ幅 1100px（左右206px）
   ========================================================= */

:root {
    /* 欧文（見出しのSupport/Plan等、数字、Qバッジ）
       ※Figmaデザインの指定書体。ここ1箇所を差し替えれば全体に反映されます */
    --lg-font-en: 'Inter', 'Noto Sans JP', sans-serif;
    --lg-navy: #0c1b43;
    --lg-blue: #0031a3;
    --lg-blue-deep: #001045;
    --lg-orange: #ff7119;
    --lg-bg-pale: #e5e9f2;
    --lg-line: #a4a4a4;
}


/*
    リード文
------------------------------------*/
.lgLead {
    padding: 77px 0 80px;
}

.lgLead__txt {
    letter-spacing: 0.04em;
}


/*
    セクション見出し（Support / Plan / Flow / Case 共通）
------------------------------------*/
.secHead {
    display: flex;
    flex-flow: column;
    align-items: center;
}

.secHead__en {
    font-family: var(--lg-font-en);
    font-weight: 700;
    font-size: 2.9rem;
    line-height: 1;
    color: var(--lg-blue);
    text-align: center;
}

.secHead__jp {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-size: 4.4rem;
    line-height: 1;
    letter-spacing: 0.016em;
    color: var(--lg-navy);
    text-align: center;
    margin-top: 13px;
}

.secHead__lead {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-size: 2rem;
    line-height: 35px;
    letter-spacing: 0.05em;
    color: var(--lg-navy);
    text-align: center;
    margin-top: 30px;
}


/*
    Support（4つのサポート内容）
------------------------------------*/
.support {
    background-color: var(--lg-bg-pale);
    padding: 80px 0 90px;
}

.support__inner {
    width: 1100px;
    margin: 0 auto;
}

.support__ul {
    display: flex;
    gap: 15px;
    margin-top: 50px;
}

.support__li {
    flex: 1 1 0;
    min-width: 0;
    background-color: #ffffff;
    padding: 34px 16px 0;
    display: flex;
    flex-flow: column;
}

.support__figure {
    height: 107px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.support__img {
    max-height: 107px;
    width: auto;
    display: block;
}

.support__title {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-size: 3.1rem;
    line-height: 46px;
    letter-spacing: 0.02em;
    color: var(--lg-blue);
    text-align: center;
    margin-top: 12px;
}

.support__list {
    margin-top: 14px;
    padding-left: 22px;
}

.support__listItem {
    position: relative;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 26px;
    letter-spacing: 0.1em;
    color: var(--lg-navy);
}

.support__listItem::before {
    content: "・";
    position: absolute;
    left: -16px;
    top: 0;
}

.support__etc {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 26px;
    letter-spacing: 0.1em;
    color: var(--lg-navy);
    text-align: right;
    margin-top: auto;
    padding: 14px 13px 30px 0;
}


/*
    Plan（4つのプラン）
------------------------------------*/
.plan {
    padding: 90px 0 90px;
}

.plan__inner {
    width: 1100px;
    margin: 0 auto;
}

.plan__body {
    /* グループ帯が15px上にはみ出すぶんを差し引いて、
       表の上端がFigmaと同じ位置（見出しから60px）になるようにする */
    margin-top: 45px;
}

/* 後方支援／実行支援のグループ帯 */
.plan__groups {
    display: flex;
    position: relative;
    z-index: 2;
    margin-bottom: -15px;
}

.plan__groupsBlank {
    flex: 0 0 170px;
}

.plan__group {
    flex: 1 1 0;
    max-width: 414px;
    height: 30px;
    border-radius: 15px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-size: 1.4rem;
    line-height: 30px;
    letter-spacing: 0.2em;
    color: #ffffff;
    text-align: center;
    /* 2列（465px）の中央に414pxの帯を置く */
    margin: 0 25px;
}

.plan__group--back {
    background-color: var(--lg-orange);
}

.plan__group--exec {
    background-color: #0231a3;
}

.plan__table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
}

.plan__blank {
    width: 170px;
}

/* プラン見出しセル */
.plan__head {
    width: 232.5px;
    height: 254px;
    vertical-align: top;
    padding: 34px 19px 20px;
    text-align: center;
}

.plan__head--01 {
    background-color: #ffe7d8;
}

.plan__head--02 {
    background-color: #ffd3b8;
}

.plan__head--03 {
    background-color: #d6e1fb;
}

.plan__head--04 {
    background-color: #c1d4ff;
}

.plan__headNo {
    display: block;
    font-family: 'Sen', sans-serif;
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 1;
}

.plan__headNo--orange {
    color: var(--lg-orange);
}

.plan__headNo--blue {
    color: var(--lg-blue);
}

.plan__headTitle {
    display: block;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-size: 2.3rem;
    line-height: 37px;
    letter-spacing: 0.027em;
    color: var(--lg-navy);
    margin-top: 12px;
}

.plan__headTxt {
    display: block;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    font-size: 1.8rem;
    line-height: 1.65;
    color: var(--lg-navy);
    margin-top: 10px;
}

/* 行見出し・セル（Figmaは1行=60px固定） */
.plan__rowHead,
.plan__cell {
    height: 60px;
    /* Figmaは1行に収まる想定のため左右は12pxまで詰める */
    padding: 4px 12px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 1.5;
    color: var(--lg-navy);
    text-align: center;
    vertical-align: middle;
}

.plan__rowHead {
    width: 170px;
}

/* 「オブザーバー、アドバイザー」等が1行に収まるよう左右をさらに詰める */
.plan__cell {
    padding-left: 8px;
    padding-right: 8px;
}

/* 縞模様（奇数行に薄い青グレー） */
.plan__table tbody tr:nth-child(odd) .plan__rowHead,
.plan__table tbody tr:nth-child(odd) .plan__cell {
    background-color: rgba(229, 233, 242, 0.4);
}

/* プラン列間の縦罫線（Plan01|02、02|03、03|04） */
.plan__table th:nth-child(3),
.plan__table td:nth-child(3),
.plan__table th:nth-child(4),
.plan__table td:nth-child(4),
.plan__table th:nth-child(5),
.plan__table td:nth-child(5) {
    border-left: 1px solid var(--lg-line);
}

.plan__num {
    font-family: var(--lg-font-en);
    font-weight: 700;
    font-size: 2.8rem;
    line-height: 1;
    letter-spacing: 0;
    margin: 0 4px;
}

.plan__num--orange {
    color: var(--lg-orange);
}

.plan__num--blue {
    color: var(--lg-blue);
}

.plan__unit {
    font-size: 1.6rem;
    letter-spacing: 0.0325em;
}

.plan__scrollHint {
    display: none;
}

.plan__note {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    font-size: 1.4rem;
    line-height: 35px;
    color: var(--lg-line);
    text-align: right;
    margin-top: 6px;
}


/*
    Flow（サポートの進め方）
------------------------------------*/
.flow {
    padding: 50px 0 90px;
}

.flow__inner {
    width: 1100px;
    margin: 0 auto;
}

.flow__ul {
    display: flex;
    margin-top: 60px;
}

.flow__li {
    flex: 1 1 0;
    min-width: 0;
    min-height: 368px;
    /* 右向きの矢羽根（chevron）。左側は次の矢羽根が収まる切り欠き */
    clip-path: polygon(0 0, calc(100% - 52px) 0, 100% 50%, calc(100% - 52px) 100%, 0 100%, 52px 50%);
    margin-left: -38px;
    display: flex;
}

.flow__li:first-child {
    margin-left: 0;
    /* 1つめだけ左端はフラット */
    clip-path: polygon(0 0, calc(100% - 52px) 0, 100% 50%, calc(100% - 52px) 100%, 0 100%);
}

.flow__li:nth-child(1) {
    background-color: #f2f4f9;
}

.flow__li:nth-child(2) {
    background-color: #eaedf5;
}

.flow__li:nth-child(3) {
    background-color: #dce0ea;
}

.flow__li:nth-child(4) {
    background-color: #cad0df;
}

.flow__box {
    width: 170px;
    margin: 0 auto;
    padding: 34px 0 30px;
}

.flow__figure {
    display: flex;
    justify-content: center;
}

.flow__icon {
    width: 98px;
    height: 98px;
    display: block;
}

.flow__title {
    /* Figmaは2行分（80px）の固定枠。1行の見出しも中央寄せにして
       全ステップで本文の開始位置を揃える */
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-size: 2.6rem;
    line-height: 40px;
    color: var(--lg-navy);
    text-align: center;
    margin-top: 12px;
}

.flow__txt {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 1.65;
    color: var(--lg-navy);
    margin-top: 10px;
}


/*
    Case（サポート事例）
------------------------------------*/
.case {
    background-color: var(--lg-bg-pale);
    padding: 80px 0 100px;
}

.case__inner {
    width: 1100px;
    margin: 0 auto;
}

.case__card {
    background-color: #ffffff;
    margin-top: 50px;
    padding: 40px 44px 40px;
}

.case__name {
    display: flex;
    align-items: center;
    gap: 14px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-size: 3.2rem;
    line-height: 46px;
    letter-spacing: 0.06em;
    color: var(--lg-blue-deep);
}

.case__name::before {
    content: "";
    flex-shrink: 0;
    width: 8px;
    height: 46px;
    background-color: var(--lg-blue);
}

.case__dl {
    margin-top: 0;
}

.case__dt {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-size: 2rem;
    line-height: 32px;
    letter-spacing: 0.05em;
    color: var(--lg-blue);
    float: left;
    width: 260px;
    /* Figmaは行ごとの上余白が52/52/29/22pxとばらついているため40pxで統一 */
    padding-top: 40px;
}

.case__dd {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 30px;
    letter-spacing: 0.02em;
    color: var(--lg-navy);
    margin-left: 260px;
    padding: 40px 0 23px;
    border-bottom: 1px solid var(--lg-line);
}

.case__dl > .case__dd:last-of-type {
    border-bottom: none;
    padding-bottom: 0;
}

.case__dl::after {
    content: "";
    display: block;
    clear: both;
}

.case__group + .case__group {
    margin-top: 16px;
}

.case__groupTitle {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-size: 1.8rem;
    line-height: 1;
    letter-spacing: 0.02em;
    color: var(--lg-blue);
}

.case__list {
    margin-top: 8px;
    padding-left: 24px;
}

.case__listItem {
    position: relative;
    line-height: 30px;
}

.case__listItem::before {
    content: "・";
    position: absolute;
    left: -22px;
    top: 0;
}


/*
    clients（お取引企業のロゴ一覧）
------------------------------------*/
.clients {
    padding: 90px 0;
}

.clients__inner {
    width: 1127px;
    margin: 0 auto;
}

.clients__title {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-size: 4rem;
    letter-spacing: 0.058em;
}

.clients__titleLine {
    display: table;
    background-color: var(--lg-blue);
    color: #ffffff;
    line-height: 58px;
    padding: 0 5px;
}

.clients__titleLine + .clients__titleLine {
    margin-top: 8px;
}

.clients__figure {
    margin-top: 45px;
}

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


/*
    CTA（次はあなたの会社の…）
------------------------------------*/
.lgCta {
    padding: 0 0 75px;
}

.lgCta__inner {
    width: 1000px;
    margin: 0 auto;
    display: flex;
    flex-flow: column;
    align-items: center;
}

.lgCta__title {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-size: 3.2rem;
    line-height: 42px;
    letter-spacing: 0.06em;
    color: var(--lg-blue-deep);
    text-align: center;
}

.lgCta__txt {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 29px;
    letter-spacing: 0.02em;
    color: var(--lg-navy);
    text-align: center;
    margin-top: 26px;
}

.lgCta__btn {
    display: flex;
    align-items: center;
    width: fit-content;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-size: 2.4rem;
    line-height: 40px;
    letter-spacing: 0.05em;
    color: #ffffff;
    background-color: var(--lg-orange);
    box-shadow: 3px 2px 4px rgba(12, 23, 67, 0.84);
    padding: 9px 30px;
    margin-top: 40px;
}

.lgCta__btn::before {
    content: "";
    display: block;
    flex-shrink: 0;
    width: 22px;
    height: 22px;
    background-image: url("../../../img/icon_mail.png");
    background-size: cover;
    margin-right: 10px;
}


/*
    FAQ（よくあるご質問）
------------------------------------*/
.faq {
    background-color: var(--lg-bg-pale);
    padding: 80px 0 90px;
}

.faq__inner {
    width: 1100px;
    margin: 0 auto;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.faq__head {
    width: 314px;
    flex-shrink: 0;
}

.faq__head .secHead__jp {
    text-align: left;
    margin-top: 13px;
}

.faq__head .secHead__en {
    text-align: left;
}

.faq__lead {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-size: 2rem;
    line-height: 35px;
    letter-spacing: 0.05em;
    color: var(--lg-navy);
    margin-top: 26px;
    /* 指定位置（brタグ）以外で折り返させない */
    white-space: nowrap;
}

.faq__ul {
    width: 644px;
    flex-shrink: 0;
}

.faq__li {
    background-color: #ffffff;
}

.faq__li + .faq__li {
    margin-top: 10px;
}

.faq__q {
    display: flex;
    align-items: center;
    gap: 15px;
    width: 100%;
    background-color: transparent;
    border: none;
    padding: 24px 25px;
    text-align: left;
    cursor: pointer;
    transition: 0.3s;
}

.faq__q:hover {
    opacity: 0.7;
}

.faq__q__icon {
    flex-shrink: 0;
    align-self: flex-start;
    background-color: var(--lg-blue);
    color: #ffffff;
    font-family: var(--lg-font-en);
    font-weight: 700;
    font-size: 2.5rem;
    line-height: 34px;
    letter-spacing: 0.0256em;
    padding: 0 7px;
}

.faq__q__txt {
    flex: 1 1 auto;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-size: 2rem;
    line-height: 34px;
    letter-spacing: 0.046em;
    color: var(--lg-navy);
}

/* ＋／−アイコン */
.faq__q__toggle {
    position: relative;
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    /* 質問文との間隔を50pxにする（gap 15px + 35px） */
    margin-left: 35px;
}

.faq__q__toggle::before,
.faq__q__toggle::after {
    content: "";
    position: absolute;
    left: 1px;
    top: 11px;
    width: 22px;
    height: 2px;
    background-color: var(--lg-navy);
    transition: 0.3s;
}

.faq__q__toggle::after {
    transform: rotate(90deg);
}

.faq__q[aria-expanded="true"] .faq__q__toggle::after {
    transform: rotate(0deg);
}

.faq__a {
    display: none;
    border-top: 1px solid #b9bfce;
    padding: 25px 27px;
}

.faq__a__txt {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 30px;
    letter-spacing: 0.02em;
    color: var(--lg-navy);
}


/* =========================================================
   SP（〜767px）
   ========================================================= */
@media (max-width: 767px) {

    /* リード文 */
    .lgLead {
        padding: 40px 0;
    }

    /* セクション見出し */
    .secHead__en {
        font-size: min(6vw, 2.4rem);
    }

    .secHead__jp {
        font-size: min(7.5vw, 3.2rem);
        line-height: 1.4;
        margin-top: 8px;
    }

    .secHead__lead {
        font-size: 15px;
        line-height: 1.8;
        margin-top: 18px;
    }

    .secHead__lead br {
        display: none;
    }

    /* Support */
    .support {
        padding: 40px 0 45px;
    }

    .support__inner {
        width: 90vw;
    }

    .support__ul {
        flex-wrap: wrap;
        gap: 12px;
        margin-top: 28px;
    }

    .support__li {
        flex: 0 0 calc((100% - 12px) / 2);
        padding: 20px 12px 0;
    }

    .support__figure {
        height: 80px;
    }

    .support__img {
        max-height: 80px;
    }

    .support__title {
        font-size: min(4.8vw, 2rem);
        line-height: 1.5;
        letter-spacing: 0;
        margin-top: 10px;
    }

    .support__list {
        margin-top: 10px;
        padding-left: 16px;
    }

    .support__listItem {
        font-size: 12px;
        line-height: 22px;
        letter-spacing: 0.04em;
    }

    .support__listItem::before {
        left: -14px;
    }

    .support__etc {
        font-size: 12px;
        line-height: 22px;
        padding: 10px 0 14px;
    }

    /* Plan：横スクロールで表を維持 */
    .plan {
        padding: 45px 0 0;
    }

    .plan__inner {
        width: 90vw;
    }

    .plan__body {
        margin-top: 28px;
    }

    .plan__scroll {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        padding-top: 15px;
    }

    /* 表が横スクロールすることの案内（SPのみ表示） */
    .plan__scrollHint {
        display: block;
        font-family: 'Noto Sans JP', sans-serif;
        font-weight: 500;
        font-size: 12px;
        line-height: 1.6;
        color: var(--lg-navy);
        text-align: right;
        margin-bottom: 8px;
    }

    .plan__groups,
    .plan__table {
        min-width: 900px;
    }

    .plan__note {
        font-size: 11px;
        line-height: 1.8;
        margin-top: 10px;
    }

    /* Flow：縦積み（下向きの矢羽根） */
    .flow {
        padding: 30px 0 45px;
    }

    .flow__inner {
        width: 90vw;
    }

    .flow__ul {
        flex-flow: column;
        margin-top: 28px;
    }

    .flow__li {
        /* 縦積みでは高さを内容に任せる（flex:1 1 0 のままだと潰れる） */
        flex: 0 0 auto;
        min-height: 0;
        margin-left: 0;
        /* 上の矢羽根の先端に次の切り欠きが重なるようにする */
        margin-top: -22px;
        /* 下向きの矢羽根。上辺は切り欠き、下辺は中央が尖る */
        clip-path: polygon(0 0, 50% 30px, 100% 0, 100% calc(100% - 30px), 50% 100%, 0 calc(100% - 30px));
    }

    .flow__li:first-child {
        margin-top: 0;
        clip-path: polygon(0 0, 100% 0, 100% calc(100% - 30px), 50% 100%, 0 calc(100% - 30px));
    }

    .flow__box {
        width: 100%;
        /* 上は切り欠き（30px）、下は先端（30px）を避ける余白を確保 */
        padding: 40px 8vw 50px;
        display: flex;
        flex-flow: column;
        align-items: center;
    }

    .flow__title {
        /* SPでは高さ固定を解除 */
        height: auto;
        display: block;
    }

    .flow__icon {
        width: 72px;
        height: 72px;
    }

    .flow__title {
        font-size: min(5.6vw, 2.2rem);
        line-height: 1.5;
        margin-top: 8px;
    }

    .flow__title br {
        display: none;
    }

    .flow__txt {
        font-size: 14px;
        text-align: center;
        margin-top: 8px;
    }

    /* Case */
    .case {
        padding: 40px 0 45px;
    }

    .case__inner {
        width: 90vw;
    }

    .case__card {
        margin-top: 28px;
        padding: 24px 5vw;
    }

    .case__name {
        font-size: min(5.6vw, 2.4rem);
        line-height: 1.5;
        gap: 10px;
    }

    .case__name::before {
        width: 6px;
        height: 1.5em;
    }

    .case__dl {
        margin-top: 4px;
    }

    .case__dt {
        float: none;
        width: auto;
        font-size: 16px;
        line-height: 1.6;
        padding-top: 18px;
    }

    .case__dd {
        margin-left: 0;
        font-size: 14px;
        line-height: 26px;
        padding: 8px 0 18px;
    }

    .case__groupTitle {
        font-size: 15px;
    }

    .case__list {
        padding-left: 18px;
    }

    .case__listItem {
        line-height: 26px;
    }

    .case__listItem::before {
        left: -18px;
    }

    /* clients */
    .clients {
        padding: 45px 0;
    }

    .clients__inner {
        width: 90vw;
    }

    .clients__title {
        font-size: min(5.6vw, 2.4rem);
        letter-spacing: 0.04em;
    }

    .clients__titleLine {
        line-height: 1.9;
        padding: 0 6px;
    }

    .clients__titleLine + .clients__titleLine {
        margin-top: 6px;
    }

    .clients__figure {
        margin-top: 24px;
    }

    /* CTA */
    .lgCta {
        padding: 0 0 45px;
    }

    .lgCta__inner {
        width: 90vw;
    }

    .lgCta__title {
        font-size: min(5.8vw, 2.6rem);
        line-height: 1.6;
    }

    .lgCta__txt {
        font-size: 14px;
        line-height: 1.9;
        margin-top: 18px;
    }

    .lgCta__txt br {
        display: none;
    }

    .lgCta__btn {
        font-size: min(5vw, 2.6rem);
        margin-top: 28px;
        padding: 9px 20px;
    }

    /* FAQ */
    .faq {
        padding: 40px 0 45px;
    }

    .faq__inner {
        width: 90vw;
        flex-flow: column;
    }

    .faq__head {
        width: 100%;
    }

    .faq__head .secHead__en,
    .faq__head .secHead__jp {
        text-align: center;
    }

    .faq__lead {
        font-size: 15px;
        line-height: 1.8;
        margin-top: 14px;
        text-align: center;
        white-space: normal;
    }

    .faq__lead br {
        display: none;
    }

    .faq__ul {
        width: 100%;
        margin-top: 24px;
    }

    .faq__q {
        gap: 16px;
        padding: 16px 14px;
        align-items: flex-start;
    }

    .faq__q__icon {
        font-size: 1.8rem;
        line-height: 26px;
        padding: 0 6px;
    }

    .faq__q__txt {
        font-size: 15px;
        line-height: 26px;
    }

    .faq__q__toggle {
        width: 18px;
        height: 18px;
        margin-top: 4px;
        margin-left: 0;
    }

    .faq__q__toggle::before,
    .faq__q__toggle::after {
        left: 0;
        top: 8px;
        width: 18px;
    }

    .faq__a {
        padding: 16px 14px;
    }

    .faq__a__txt {
        font-size: 14px;
        line-height: 26px;
    }
}
