@charset "UTF-8";

/*
物流改善代行/kaizen/ページ用
*/

/* 物流改善代行
================================================== */
.l-sub-img-kaizen {
    overflow: hidden;
    background-color: #fcb900;
}

.l-sub-img-kaizen__inner {
    padding-top: calc(50px + 30px);
    padding-bottom: 46px;
}
@media all and (min-width: 600px) {
    .l-sub-img-kaizen__inner {
        padding-top: calc(90px + 57px);
        padding-bottom: 65px;
    }
}

.l-sub-img-kaizen__list {
    display: flex;
    position: relative;
}
.l-sub-img-kaizen__list::before {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 1px;
    background-color: currentColor;
    content: '';
}
@media all and (min-width: 600px) {
    .l-sub-img-kaizen__list::before {
        width: calc(100% - 1px); /* 表示調整 */
    }
}

.l-sub-img-kaizen__item {
    display: flex;
    flex: 1;
    position: relative;
}
.l-sub-img-kaizen__item:not(:first-child) {
    margin-left: 1%;
}
.l-sub-img-kaizen__item:has([aria-current="page"]) {
    border: solid 1px currentColor;
    border-bottom: none;
}
.l-sub-img-kaizen__item:has([aria-current="page"])::before {
    position: absolute;
    bottom: -2px;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 5px;
    background-color: #fcb900;
    content: '';
}

.l-sub-img-kaizen__link {
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 8px 0;
    background-color: #b18200;
    color: #fff;
    text-align: center;
    text-decoration: none;
    font-size: 1.2rem;
    line-height: 1.3;
    letter-spacing: 0;
}
@media all and (min-width: 600px) {
    .l-sub-img-kaizen__link {
        padding: 12px 0;
        font-size: 1.6rem;
    }
}
@media not all and (min-width: 390px) {
    .l-sub-img-kaizen__link {
        font-size: 1rem;
    }
}
.l-sub-img-kaizen__link[aria-current="page"] {
    background-color: #fcb900;
    color: currentColor;
    pointer-events: none;
}
@media all and (min-width: 600px) {
    .l-sub-img-kaizen__link:hover,
    .l-sub-img-kaizen__link:focus {
        background-color: color-mix(in srgb, #b18200, #000 25%);
    }
}

.l-sub-img-kaizen__link > span {
    flex-basis: 100%;
    white-space: nowrap;
}
@media all and (min-width: 600px) {
    .l-sub-img-kaizen__link > span {
        flex-basis: auto;
    }
}

.l-sub-img-kaizen__head-wrap {
    margin-top: 25px;
    text-align: center;
}
@media all and (min-width: 600px) {
    .l-sub-img-kaizen__head-wrap {
        margin-top: 64px;
    }
}

.l-sub-img-kaizen__en {
    margin-bottom: 4px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 3.5rem;
    line-height: 1;
}
@media all and (min-width: 600px) {
    .l-sub-img-kaizen__en {
        margin-bottom: 9px;
        font-size: 5rem;
    }
}

.l-sub-img-kaizen__head {
    font-weight: 700;
}





/* 物流改善代行（TOP） */
.l-sub-img-kaizen-top {
    margin-top: 20px;
}
@media all and (min-width: 600px) {
    .l-sub-img-kaizen-top {
        position: relative;
        margin-top: 0;
        padding-top: 250px;
    }
}

@media all and (min-width: 600px) {
    .l-sub-img-kaizen-top__txt-area {
        position: relative;
        z-index: 1;
        margin-bottom: 70px;
    }
}

.l-sub-img-kaizen-top__txt {
    font-weight: 700;
}
.l-sub-img-kaizen-top__txt:nth-child(1) {
    margin-bottom: 5px;
    font-size: 2rem;
}
@media all and (min-width: 600px) {
    .l-sub-img-kaizen-top__txt:nth-child(1) {
        margin-bottom: 22px;
        font-size: 2.4rem;
    }
}
.l-sub-img-kaizen-top__txt:nth-child(2) {
    line-height: 1.9;
}

.l-sub-img-kaizen-top__txt > .wbr {
    display: inline-block;
}

.l-sub-img-kaizen-top__img {
    display: block;
    margin-top: 14px;
}
@media all and (min-width: 600px) {
    .l-sub-img-kaizen-top__img {
        position: absolute;
        top: 28px;
        right: -67px;
        z-index: 0;
        margin-top: 0;
    }
}

.l-sub-img-kaizen-top__head-wrap {
    margin-top: -25px;
}
@media all and (min-width: 600px) {
    .l-sub-img-kaizen-top__head-wrap {
        position: relative;
        z-index: 1;
        margin-top: 0;
    }
}

.l-sub-img-kaizen-top__sub {
    font-weight: 700;
    font-size: 1.8rem;
}
@media all and (min-width: 600px) {
    .l-sub-img-kaizen-top__sub {
        margin-bottom: 2px;
        font-size: 2.4rem;
    }
}

.l-sub-img-kaizen-top__head {
    font-weight: 700;
    font-size: 5.5rem;
    line-height: 1.2;
}
@media all and (min-width: 600px) {
    .l-sub-img-kaizen-top__head {
        font-size: 11rem;
    }
}
@media not all and (min-width: 390px) {
    .l-sub-img-kaizen-top__head {
        font-size: 4.4rem;
    }
}



/* 物流改善代行お申し込み */
.l-sub-img-kaizen-contact__mv {
    overflow: hidden;
    height: 170px;
    background-color: #fcb900;
}
@media all and (min-width: 600px) {
    .l-sub-img-kaizen-contact__mv {
        height: 336px;
    }
}

.l-sub-img-kaizen-contact__mv-inner {
    position: relative;
    height: 100%;
}

.l-sub-img-kaizen-contact__img {
    position: absolute;
    bottom: -9px;
    right: 9px;
    z-index: 0;
    width: 179px;
}
@media all and (min-width: 600px) {
    .l-sub-img-kaizen-contact__img {
        bottom: -58px;
        right: 0;
        width: 464px;
    }
}

.l-sub-img-kaizen-contact__head {
    position: absolute;
    bottom: 18px;
    left: 13px;
    z-index: 1;
    color: currentColor;
    font-weight: 700;
    font-size: 2.4rem;
    font-feature-settings: "palt" 1;
    line-height: 1.415;
    letter-spacing: 0.06em;
}
@media all and (min-width: 600px) {
    .l-sub-img-kaizen-contact__head {
        bottom: 73px;
        left: 0;
        font-size: 5.2rem;
    }
}
@media not all and (min-width: 390px) {
    .l-sub-img-kaizen-contact__head {
        font-size: 2rem;
    }
}

.l-sub-img-kaizen-contact__head > span {
    font-size: 2rem;
    line-height: 1.744;
    letter-spacing: 0.02em;
}
@media all and (min-width: 600px) {
    .l-sub-img-kaizen-contact__head > span {
        font-size: 4.2rem;
    }
}
@media not all and (min-width: 390px) {
    .l-sub-img-kaizen-contact__head > span {
        font-size: 1.6rem;
    }
}

.l-sub-img-kaizen-contact__backTop {
    position: relative;
}

.l-sub-img-kaizen-contact__backTop-link {
    position: absolute;
    top: 10px;
    right: 25px;
    text-decoration: none;
    font-size: 1.1rem;
}
@media all and (min-width: 600px) {
    .l-sub-img-kaizen-contact__backTop-link {
        top: 28px;
        right: 0;
        font-size: 1.5rem;
    }
}
@media all and (min-width: 600px) {
    .l-sub-img-kaizen-contact__backTop-link:hover,
    .l-sub-img-kaizen-contact__backTop-link:focus {
        text-decoration: underline;
    }
}





/* 物流改善代行
================================================== */

/* 見出し */
:where(:is(#kaizen_mission, #kaizen_flow, #kaizen_reasons, #kaizen_about)) h2 {
    font-weight: 700;
    font-size: 2.3rem;
    line-height: 1.6;
}
@media all and (min-width: 600px) {
    :where(:is(#kaizen_mission, #kaizen_flow, #kaizen_reasons, #kaizen_about)) h2 {
        font-size: 3.4rem;
    }
}

:where(:is(#kaizen_mission, #kaizen_flow, #kaizen_reasons, #kaizen_about)) h3 {
    color: #f36c2c;
    font-weight: 700;
    font-size: 1.7rem;
    line-height: 1.86;
}
@media all and (min-width: 600px) {
    :where(:is(#kaizen_mission, #kaizen_flow, #kaizen_reasons, #kaizen_about)) h3 {
        font-size: 2rem;
    }
}

/* 背景色 */
.is-kaizen-bg-white {
    background-color: #fff;
}

/* コンテンツ */
.kaizen-content > *:first-child {
    margin-top: 0 !important; /* コンテンツ領域の制約 */
}
.kaizen-content > *:last-child {
    margin-bottom: 0 !important; /* コンテンツ領域の制約 */
}

/* リンクボタン */
.kaizen-btn {
    text-align: center;
}

.kaizen-btn > a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 0;
    min-width: 244px;
    min-height: 48px;
    box-sizing: border-box;
    padding: 0 25px;
    border-radius: calc(48px / 2);
    background-color: #1a1a1a;
    color: #fff;
    text-decoration: none;
    font-weight: 700;
}
@media all and (min-width: 600px) {
    .kaizen-btn > a {
        overflow: hidden;
        min-width: 305px;
        min-height: 60px;
        padding: 0 30px;
        border-radius: calc(60px / 2);
    }
}
@media all and (min-width: 600px) {
    .kaizen-btn > a::before {
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: 1;
        width: 0;
        height: 60px;
        border-radius: calc(60px / 2);
        transition: width 0.3s ease, height 0.3s ease;
        background-color: #404040;
        content: '';
    }
}
@media all and (min-width: 600px) {
    .kaizen-btn > a:hover::before,
    .kaizen-btn > a:focus::before {
        width: 100%;
    }
}
.kaizen-btn > a::after {
    position: absolute;
    top: 50%;
    right: 16px;
    z-index: 2;
    width: 6px;
    height: 8px;
    transform: translateY(-50%);
    clip-path: polygon(0 0, 100% 50%, 0 100%);
    background-color: currentColor;
    content: '';
}
@media all and (min-width: 600px) {
    .kaizen-btn > a::after {
        right: 20px;
        width: 8px;
        height: 10px;
    }
}

@media all and (min-width: 600px) {
    .kaizen-btn > a > span {
        position: relative;
        z-index: 2;
    }
}

.kaizen-btn .shift {
    display: none;
}
@media all and (min-width: 600px) {
    .kaizen-btn .shift {
        display: inline;
    }
}

/* 例1：ミッションエリアのボタン（左側） */
.kaizen-top-mission__link.is-custom-1 {
    background-color: #4b4c4e !important; /* グレー */
    color: #fff !important;
    border-radius: 50px !important; /* 丸く */
    min-height: 100px !important; /* さらに高く */
    width: 100% !important;
    max-width: 400px !important;
    font-size: larger;
}

.kaizen-top-mission__link.is-custom-1::before {
   position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 0;
    min-height: 100px;
    border-radius: calc(60px / 2);
    transition: width 0.3s ease, height 0.3s ease;
    background-color: #a6a8ac;
    content: '';
}

/* 例2：ミッションエリアのボタン（右側） */
.kaizen-top-mission__link.is-custom-2 {
    /* ▼ 色の変更 ▼ */
    background-color: #1f5a9a !important; /* 青に変更 */

    /* ▼ 縦幅・サイズの変更 ▼ */
    min-height: 100px !important; /* さらに高さを増やす */
    border-radius: 50px !important; /* 丸くする */
    width: 100%; /* 幅いっぱいにする（レスポンシブ対応） */
    max-width: 400px;
    font-size: larger;
}

.kaizen-top-mission__link.is-custom-2::before {
   position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 0;
    min-height: 100px;
    border-radius: calc(60px / 2);
    transition: width 0.3s ease, height 0.3s ease;
    background-color: #5995D4;
    content: '';
}

.highlight-yellow {
    color: #fcb902 !important; /* 黄色 */
    font-weight: bold;
}

/* もし .u-view-pc が邪魔なら、このセクション内だけ無効化する */
        #mission .u-view-pc { display: block !important; }


/* MISSION（物流改善代行TOP） */
.kaizen-top-mission__inner {
    padding-top: 45px;
    padding-bottom: 50px;
}
@media all and (min-width: 600px) {
    .kaizen-top-mission__inner {
        padding-top: 0;
        padding-bottom: 70px;
    }
}

.kaizen-top-mission__header {
    margin-bottom: 22px;
}
@media all and (min-width: 600px) {
    .kaizen-top-mission__header {
        margin-bottom: 60px;
    }
}

.kaizen-top-mission__txt-wrap {
    transition: opacity 690ms cubic-bezier(0.215, 0.61, 0.355, 1) 150ms, transform 690ms cubic-bezier(0.215, 0.61, 0.355, 1) 150ms;
}
.js-lazy-trigger.kaizen-top-mission__txt-wrap {
    opacity: 0;
    transform: translateY(30px);
}
.js-lazy-trigger.kaizen-top-mission__txt-wrap.is-lazy {
    opacity: 1;
    transform: translateY(0);
}

.kaizen-top-mission__txt {
    font-weight: 700;
    font-size: 1.7rem;
    line-height: 1.86;
    letter-spacing: 0.08em;
}
@media all and (min-width: 600px) {
    .kaizen-top-mission__txt {
        font-size: 2rem;
        line-height: 2;
    }
}
@media all and (min-width: 600px) {
    .kaizen-top-mission__txt:nth-child(1) {
        text-align: center;
    }
}
.kaizen-top-mission__txt:nth-child(2) {
    margin-top: 19px;
    text-align: center;
}
@media all and (min-width: 600px) {
    .kaizen-top-mission__txt:nth-child(2) {
        margin-top: 25px;
    }
}

.kaizen-top-mission__txt > strong {
    line-height: 1.8;
    letter-spacing: 0.06em;
}
@media all and (min-width: 600px) {
    .kaizen-top-mission__txt > strong {
        font-size: 3.4rem;
        line-height: 1.65;
    }
}

.kaizen-top-mission__underline {
    position: relative;
    font-size: 2.7rem;
    line-height: 1.6;
}
@media all and (min-width: 600px) {
    .kaizen-top-mission__underline {
        font-size: 3.4rem;
    }
}
@media not all and (min-width: 390px) {
    .kaizen-top-mission__underline {
        font-size: 2.3rem;
    }
}

.kaizen-top-mission__underline::after {
    position: absolute;
    bottom: -12px;
    left: 0;
    width: calc(100% - 5%);
    height: 6px;
    transition: transform 500ms cubic-bezier(0.215, 0.61, 0.355, 1) 900ms;
    transform: scale(0, 1);
    transform-origin: left top;
    background-color: #f7931e;
    content: '';
}
.is-lazy .kaizen-top-mission__underline::after {
    transform: scale(1, 1);
}

.kaizen-top-mission__link {
    height: 70px;
    margin: 12px 0px;
}

.kaizen-top-mission__link-wrap {
    margin-top: 37px;
}
@media all and (min-width: 600px) {
    .kaizen-top-mission__link-wrap {
        display: flex;
        justify-content: center;
        gap: 20px;
        margin-top: 55px;
    }
}

/* その他のデザイン用CSS（抜粋） */
        /* ... (ここにデザイン用.cssの必要な部分を記述) ... */
        :where(:is(#kaizen_mission, #kaizen_flow, #kaizen_reasons, #kaizen_about)) h2 {
            font-weight: 700; font-size: 2.3rem; line-height: 1.6;
        }
        @media all and (min-width: 600px) {
            :where(:is(#kaizen_mission, #kaizen_flow, #kaizen_reasons, #kaizen_about)) h2 { font-size: 3.4rem; }
        }
        /* ...以下略... */

/* FLOW（物流改善代行TOP） */
@keyframes fuwafuwa {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
    100% {
        transform: translateY(0);
    }
}

.kaizen-top-flow {
    background-color: #fcb900;
}

.kaizen-top-flow-upper {
    position: relative;
    z-index: 0;
}
.kaizen-top-flow-upper::after {
    position: absolute;
    bottom: -46px;
    left: 0;
    width: 100%;
    height: 46px;
    clip-path: polygon(50% 100%, 0 0, 100% 0);
    background-color: #fcb900;
    content: '';
}
@media all and (min-width: 600px) {
    .kaizen-top-flow-upper::after {
        bottom: -133px;
        height: 133px;
    }
}

.kaizen-top-flow-upper__inner {
    padding-top: 45px;
    padding-bottom: 172px;
}
@media all and (min-width: 600px) {
    .kaizen-top-flow-upper__inner {
        padding-top: 64px;
        padding-bottom: 108px;
    }
}
@media not all and (min-width: 390px) {
    .kaizen-top-flow-upper__inner {
        padding-bottom: 142px;
    }
}

.kaizen-top-flow-upper-list {
    margin-top: 22px;
}
@media all and (min-width: 600px) {
    .kaizen-top-flow-upper-list {
        margin-top: 47px;
        padding: 0 100px;
    }
}

@media all and (min-width: 600px) {
    .kaizen-top-flow-upper-list__item {
        display: flex;
        justify-content: center;
    }
}
@media all and (min-width: 600px) {
    .kaizen-top-flow-upper-list__item:nth-child(odd) {
        flex-direction: row-reverse;
    }
}
.kaizen-top-flow-upper-list__item:nth-child(2) {
    margin-top: 29px;
}
@media all and (min-width: 600px) {
    .kaizen-top-flow-upper-list__item:nth-child(2) {
        margin-top: 70px;
    }
}
.kaizen-top-flow-upper-list__item:nth-child(3) {
    margin-top: 28px;
}
@media all and (min-width: 600px) {
    .kaizen-top-flow-upper-list__item:nth-child(3) {
        margin-top: 70px;
    }
}
.kaizen-top-flow-upper-list__item:nth-child(4) {
    margin-top: 56px;
}
@media all and (min-width: 600px) {
    .kaizen-top-flow-upper-list__item:nth-child(4) {
        margin-top: 70px;
    }
}

.kaizen-top-flow-upper-list__img-wrap {
    position: relative;
    max-width: 300px;
    margin: 0 auto;
    background: url(../img/butsuryu_kaizen/bg_flow01_shadow.png) center bottom/100% no-repeat;
}
@media all and (min-width: 600px) {
    .kaizen-top-flow-upper-list__img-wrap {
        flex-basis: 50%;
        max-width: 400px;
    }
}
@media all and (min-width: 600px) {
    .kaizen-top-flow-upper-list__item:nth-child(odd) > .kaizen-top-flow-upper-list__img-wrap {
        margin-right: auto;
        margin-left: 50px;
    }
}
@media all and (min-width: 600px) {
    .kaizen-top-flow-upper-list__item:nth-child(even) > .kaizen-top-flow-upper-list__img-wrap {
        margin-right: 50px;
        margin-left: auto;
    }
}
.kaizen-top-flow-upper-list__item:nth-child(1) > .kaizen-top-flow-upper-list__img-wrap {
    margin-bottom: -23px;
    aspect-ratio: 300 / 232;
}
@media all and (min-width: 600px) {
    .kaizen-top-flow-upper-list__item:nth-child(1) > .kaizen-top-flow-upper-list__img-wrap {
        top: 22px;
        margin-bottom: 0;
        aspect-ratio: auto;
    }
}
.kaizen-top-flow-upper-list__item:nth-child(2) > .kaizen-top-flow-upper-list__img-wrap {
    margin-bottom: -19px;
    aspect-ratio: 300 / 296;
}
@media all and (min-width: 600px) {
    .kaizen-top-flow-upper-list__item:nth-child(2) > .kaizen-top-flow-upper-list__img-wrap {
        top: 46px;
        margin-bottom: 0;
        aspect-ratio: auto;
    }
}
.kaizen-top-flow-upper-list__item:nth-child(3) > .kaizen-top-flow-upper-list__img-wrap {
    margin-bottom: -9px;
    aspect-ratio: 300 / 258;
}
@media all and (min-width: 600px) {
    .kaizen-top-flow-upper-list__item:nth-child(3) > .kaizen-top-flow-upper-list__img-wrap {
        top: 50px;
        margin-bottom: 0;
        aspect-ratio: auto;
    }
}
.kaizen-top-flow-upper-list__item:nth-child(4) > .kaizen-top-flow-upper-list__img-wrap {
    margin-bottom: -4px;
    aspect-ratio: 300 / 210;
}
@media all and (min-width: 600px) {
    .kaizen-top-flow-upper-list__item:nth-child(4) > .kaizen-top-flow-upper-list__img-wrap {
        top: 50px;
        margin-bottom: 0;
        aspect-ratio: auto;
    }
}
.js-lazy-trigger.kaizen-top-flow-upper-list__img-wrap {
    opacity: 0;
    transition: opacity 500ms cubic-bezier(0.33, 2.3, 0.51, 0.82) 1000ms, transform 500ms cubic-bezier(0.33, 2.3, 0.51, 0.82) 1000ms;
    transform: translateY(30px);
}
.js-lazy-trigger.kaizen-top-flow-upper-list__img-wrap.is-lazy {
    opacity: 1;
    transform: translateY(0);
}

.kaizen-top-flow-upper-list__img {
    position: absolute;
    bottom: 20px;
    aspect-ratio: 300 / 188;
    animation: fuwafuwa 3s ease infinite;
    background: url(../img/butsuryu_kaizen/bg_flow01_base.png) center bottom/100% no-repeat;
}
@media all and (min-width: 600px) {
    .kaizen-top-flow-upper-list__img {
        bottom: 28px;
        aspect-ratio: 400 / 251;
    }
}

.kaizen-top-flow-upper-list__img > img {
    position: relative;
}
.kaizen-top-flow-upper-list__item:nth-child(1) .kaizen-top-flow-upper-list__img > img {
    top: -24px;
}
@media all and (min-width: 600px) {
    .kaizen-top-flow-upper-list__item:nth-child(1) .kaizen-top-flow-upper-list__img > img {
        top: -29px;
    }
}
.kaizen-top-flow-upper-list__item:nth-child(2) .kaizen-top-flow-upper-list__img > img {
    top: -51px;
}
@media all and (min-width: 600px) {
    .kaizen-top-flow-upper-list__item:nth-child(2) .kaizen-top-flow-upper-list__img > img {
        top: -66px;
    }
}
.kaizen-top-flow-upper-list__item:nth-child(3) .kaizen-top-flow-upper-list__img > img {
    top: -49px;
}
@media all and (min-width: 600px) {
    .kaizen-top-flow-upper-list__item:nth-child(3) .kaizen-top-flow-upper-list__img > img {
        top: -67px;
    }
}
.kaizen-top-flow-upper-list__item:nth-child(4) .kaizen-top-flow-upper-list__img > img {
    top: 1px;
}
@media all and (min-width: 600px) {
    .kaizen-top-flow-upper-list__item:nth-child(4) .kaizen-top-flow-upper-list__img > img {
        top: 1px;
    }
}
.js-lazy-trigger > .kaizen-top-flow-upper-list__img > img {
    opacity: 0;
    transition: opacity 500ms cubic-bezier(0.33, 2.3, 0.51, 0.82) 1300ms, transform 500ms cubic-bezier(0.33, 2.3, 0.51, 0.82) 1300ms;
    transform: translateY(30px);
}
.js-lazy-trigger.is-lazy > .kaizen-top-flow-upper-list__img > img {
    opacity: 1;
    transform: translateY(0);
}

@media all and (min-width: 600px) {
    .kaizen-top-flow-upper-list__txt-wrap {
        flex-basis: 50%;
        max-width: 400px;
    }
}
@media all and (min-width: 600px) {
    .kaizen-top-flow-upper-list__item:nth-child(odd) > .kaizen-top-flow-upper-list__txt-wrap {
        margin-right: 50px;
    }
}
@media all and (min-width: 600px) {
    .kaizen-top-flow-upper-list__item:nth-child(even) > .kaizen-top-flow-upper-list__txt-wrap {
        margin-left: 50px;
    }
}

.kaizen-top-flow-upper-list__label {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    min-width: 80px;
    min-height: 28px;
    box-sizing: border-box;
    margin-bottom: 7px;
    padding: 0 0.8em;
    border-radius: calc(28px / 2);
    background-color: #fff;
    color: #fcb900;
    font-weight: 700;
    font-size: 1.7rem;
    line-height: 1.6;
}
@media all and (min-width: 600px) {
    .kaizen-top-flow-upper-list__label {
        min-width: 100px;
        min-height: 35px;
        margin-bottom: 22px;
        border-radius: calc(35px / 2);
        font-size: 1.6rem;
    }
}

.kaizen-top-flow-upper-list__head {
    margin-bottom: 5px;
    font-weight: 700;
    font-size: 2.3rem;
}
@media all and (min-width: 600px) {
    .kaizen-top-flow-upper-list__head {
        margin-bottom: 10px;
        font-size: 3.4rem;
    }
}

.kaizen-top-flow-upper-list__txt {
    line-height: 1.86;
}
@media all and (min-width: 600px) {
    .kaizen-top-flow-upper-list__txt {
        line-height: 2;
    }
}

.kaizen-top-flow-lower {
    background-color: #f9ad1e;
}

.kaizen-top-flow-lower__inner {
    padding-bottom: 25px;
}
@media all and (min-width: 600px) {
    .kaizen-top-flow-lower__inner {
        padding-bottom: 70px;
    }
}

.kaizen-top-flow-lower__img {
    display: block;
    position: relative;
    z-index: 1;
    max-width: 322px;
    margin: 0 auto 48px;
}
@media all and (min-width: 600px) {
    .kaizen-top-flow-lower__img {
        max-width: 400px;
        margin-bottom: 40px;
    }
}
@media not all and (min-width: 390px) {
    .kaizen-top-flow-lower__img {
        width: 270px;
    }
}
.js-lazy-trigger.kaizen-top-flow-lower__img {
    opacity: 0;
    transition: opacity 500ms cubic-bezier(0.33, 2.3, 0.51, 0.82) 1000ms, transform 500ms cubic-bezier(0.33, 2.3, 0.51, 0.82) 1000ms;
    transform: translateY(30px);
}
.js-lazy-trigger.kaizen-top-flow-lower__img.is-lazy {
    opacity: 1;
    transform: translateY(0);
}

.kaizen-top-flow-lower__img > img {
    margin-top: -140px;
}
@media all and (min-width: 600px) {
    .kaizen-top-flow-lower__img > img {
        margin-top: -40px;
    }
}
@media not all and (min-width: 390px) {
    .kaizen-top-flow-lower__img > img {
        margin-top: -110px;
    }
}

.kaizen-top-flow-lower__head {
    text-align: center;
    font-weight: 700;
    font-size: 2.7rem;
    line-height: 1.2;
}
@media all and (min-width: 600px) {
    .kaizen-top-flow-lower__head {
        font-size: 3.4rem;
    }
}
@media not all and (min-width: 390px) {
    .kaizen-top-flow-lower__head {
        font-size: 2.3rem;
    }
}

@media all and (min-width: 600px) {
    .kaizen-top-flow-lower__head > * {
        vertical-align: middle;
    }
}

@media all and (min-width: 600px) {
    .kaizen-top-flow-lower__head > strong {
        font-size: 5rem;
    }
}

@media all and (min-width: 600px) {
    .kaizen-top-flow-lower__head > span {
        position: relative;
        top: 3px;
    }
}

.kaizen-top-flow-lower__link-wrap {
    margin-top: 28px;
}
@media all and (min-width: 600px) {
    .kaizen-top-flow-lower__link-wrap {
        margin-top: 44px;
    }
}

/* REASONS（物流改善代行TOP） */
.kaizen-top-reasons {
    margin-top: 50px;
    padding: 50px 20px;
    background-color: #ec950a;
}
@media all and (min-width: 600px) {
    .kaizen-top-reasons {
        margin-top: 70px;
        padding: 64px 100px 70px;
    }
}

@media all and (min-width: 600px) {
    .kaizen-top-reasons__set {
        display: flex;
        align-items: flex-start;
    }
}

.kaizen-top-reasons__img-wrap {
    position: relative;
    max-width: 300px;
    margin-right: 35px;
    aspect-ratio: 265 / 214;
    background: url(../img/butsuryu_kaizen/bg_flow02_shadow.png) center bottom/100% no-repeat;
}
@media all and (min-width: 480px) {
    .kaizen-top-reasons__img-wrap {
        height: calc(251px + 28px);
        margin: 0 auto;
    }
}
@media all and (min-width: 600px) {
    .kaizen-top-reasons__img-wrap {
        flex-basis: 50%;
        top: 38px;
        max-width: 400px;
        aspect-ratio: auto;
        margin-right: 50px;
    }
}
.js-lazy-trigger.kaizen-top-reasons__img-wrap {
    opacity: 0;
    transition: opacity 500ms cubic-bezier(0.33, 2.3, 0.51, 0.82) 1000ms, transform 500ms cubic-bezier(0.33, 2.3, 0.51, 0.82) 1000ms;
    transform: translateY(30px);
}
.js-lazy-trigger.kaizen-top-reasons__img-wrap.is-lazy {
    opacity: 1;
    transform: translateY(0);
}

.kaizen-top-reasons__img {
    position: absolute;
    bottom: 20px;
    aspect-ratio: 300 / 188;
    animation: fuwafuwa 3s ease infinite;
    background: url(../img/butsuryu_kaizen/bg_flow01_base.png) center bottom/100% no-repeat;
}
@media all and (min-width: 600px) {
    .kaizen-top-reasons__img {
        bottom: 28px;
        aspect-ratio: 400 / 251;
    }
}

.kaizen-top-reasons__img > img {
    position: relative;
    top: -27px;
}
@media all and (min-width: 600px) {
    .kaizen-top-reasons__img > img {
        top: -42px;
    }
}
.js-lazy-trigger > .kaizen-top-reasons__img > img {
    opacity: 0;
    transition: opacity 500ms cubic-bezier(0.33, 2.3, 0.51, 0.82) 1300ms, transform 500ms cubic-bezier(0.33, 2.3, 0.51, 0.82) 1300ms;
    transform: translateY(30px);
}
.js-lazy-trigger.is-lazy > .kaizen-top-reasons__img > img {
    opacity: 1;
    transform: translateY(0);
}

@media all and (min-width: 600px) {
    .kaizen-top-reasons__txt-wrap {
        flex-basis: 50%;
        max-width: 450px;
        margin-right: auto;
    }
}

.kaizen-top-reasons__head {
    margin-bottom: 16px;
    font-weight: 700;
    font-size: 2.3rem;
    line-height: 1.5;
}
@media all and (min-width: 600px) {
    .kaizen-top-reasons__head {
        font-size: 3.4rem;
    }
}

.kaizen-top-reasons__head > strong {
    display: inline-block;
}
@media all and (min-width: 600px) {
    .kaizen-top-reasons__head > strong {
        font-size: 4rem;
    }
}

.kaizen-top-reasons__txt {
    line-height: 1.86;
}
@media all and (min-width: 600px) {
    .kaizen-top-reasons__txt {
        line-height: 2;
    }
}

.kaizen-top-reasons__link-wrap {
    margin-top: 30px;
}
@media all and (min-width: 600px) {
    .kaizen-top-reasons__link-wrap {
        margin-top: 42px;
    }
}

@media all and (min-width: 600px) {
    .kaizen-top-reasons__link {
        letter-spacing: 0;
    }
}

/* MANAGEMENT（物流改善代行TOP） */
.kaizen-top-management__inner {
    display: flex;
    flex-direction: column;
    padding-top: 45px;
    padding-bottom: 50px;
}
@media all and (min-width: 600px) {
    .kaizen-top-management__inner {
        flex-direction: row;
        align-items: center;
        padding-top: 70px;
        padding-bottom: 70px;
    }
}

.kaizen-top-management__img {
    order: 2;
    max-width: 400px;
    margin: 0 auto 20px;
    transition: opacity 690ms cubic-bezier(0.215, 0.61, 0.355, 1) 150ms, transform 690ms cubic-bezier(0.215, 0.61, 0.355, 1) 150ms;
}
@media all and (min-width: 600px) {
    .kaizen-top-management__img {
        max-width: 600px;
        margin: 0 0 0 auto;
    }
}
.js-lazy-trigger.kaizen-top-management__img {
    opacity: 0;
    transform: translateY(30px);
}
.js-lazy-trigger.kaizen-top-management__img.is-lazy {
    opacity: 1;
    transform: translateY(0);
}

.kaizen-top-management__txt-wrap {
    display: contents;
}
@media all and (min-width: 600px) {
    .kaizen-top-management__txt-wrap {
        display: block;
    }
}

.kaizen-top-management__head {
    order: 1;
    margin-bottom: 37px;
    text-align: center;
    font-weight: 700;
    font-size: 1.7rem;
    line-height: 1.5;
}
@media all and (min-width: 600px) {
    .kaizen-top-management__head {
        margin-bottom: 13px;
        text-align: left;
        font-size: 3.4rem;
    }
}

.kaizen-top-management__head > strong {
    font-size: 2.7rem;
}
@media all and (min-width: 600px) {
    .kaizen-top-management__head > strong {
        font-size: 5rem;
    }
}

.kaizen-top-management__txt {
    order: 3;
    line-height: 1.86;
}
@media all and (min-width: 600px) {
    .kaizen-top-management__txt {
        line-height: 2;
    }
}

.kaizen-top-management__link-wrap {
    order: 4;
    margin-top: 24px;
}
@media all and (min-width: 600px) {
    .kaizen-top-management__link-wrap {
        margin-top: 42px;
        text-align: left;
    }
}

/* MISSION（物流改善代行とは） */
.kaizen-mission {
    padding-top: 50px;
}
@media all and (min-width: 600px) {
    .kaizen-mission {
        padding-top: 0;
        padding-bottom: 70px;
    }
}

@media all and (min-width: 600px) {
    .kaizen-mission__content {
        display: flow-root;
        padding: 60px 100px 64px;
        border-radius: 15px;
    }
}

.kaizen-mission__img {
    max-width: 300px;
    margin: 0 auto 23px;
}
@media all and (min-width: 600px) {
    .kaizen-mission__img {
        float: right;
        max-width: 435px;
        margin: 0 -10px 0 calc(20px + 10px);
    }
}

.kaizen-mission__img > img {
    margin-top: -25px;
}
@media all and (min-width: 600px) {
    .kaizen-mission__img > img {
        margin-top: -112px;
    }
}

.kaizen-mission__head {
    margin-bottom: 16px;
}
@media all and (min-width: 600px) {
    .kaizen-mission__head {
        margin-bottom: 28px;
    }
}
.kaizen-mission__head:not(:first-of-type) {
    margin-top: 44px;
}
@media all and (min-width: 600px) {
    .kaizen-mission__head:not(:first-of-type) {
        margin-top: 65px;
    }
}

.kaizen-mission__head-sub {
    margin-bottom: 2px;
}
@media all and (min-width: 600px) {
    .kaizen-mission__head-sub {
        margin-bottom: 27px;
    }
}

.kaizen-mission__txt {
    margin-bottom: 25px;
    line-height: 1.86;
}
@media all and (min-width: 600px) {
    .kaizen-mission__txt {
        margin-bottom: 32px;
        line-height: 2;
    }
}

/* FLOW（導入までの流れ） */
.kaizen-flow {
    padding-top: 50px;
}
@media all and (min-width: 600px) {
    .kaizen-flow {
        padding-top: 0;
        padding-bottom: 70px;
    }
}

.kaizen-flow-upper__content {
    position: relative;
    z-index: 0;
    padding-top: 30px;
    padding-bottom: 43px;
}
@media all and (min-width: 600px) {
    .kaizen-flow-upper__content {
        padding: 60px 100px 64px;
        border-top-left-radius: 15px;
        border-top-right-radius: 15px;
    }
}
.kaizen-flow-upper__content::before,
.kaizen-flow-upper__content::after {
    position: absolute;
    left: 0;
    width: 100%;
    height: 50px;
    clip-path: polygon(50% 100%, 0 0, 100% 0);
    background-color: #fff;
    content: '';
}
@media all and (min-width: 600px) {
    .kaizen-flow-upper__content::before,
    .kaizen-flow-upper__content::after {
        height: 117px;
    }
}
.kaizen-flow-upper__content::before { /* 表示調整 */
    bottom: calc(-50px + 1px);
}
@media all and (min-width: 600px) {
    .kaizen-flow-upper__content::before { /* 表示調整 */
        bottom: calc(-117px + 1px);
    }
}
.kaizen-flow-upper__content::after {
    bottom: -50px;
}
@media all and (min-width: 600px) {
    .kaizen-flow-upper__content::after {
        bottom: -117px;
    }
}

@media all and (min-width: 600px) {
    .kaizen-flow-upper__item {
        position: relative;
        z-index: 0;
    }
}
@media all and (min-width: 600px) {
    .kaizen-flow-upper__item:not(:last-child)::before {
        position: absolute;
        top: calc(54px / 2); /* 見出しの高さ */
        left: 0;
        z-index: -1;
        width: 4px;
        height: calc(100% + 54px); /* リストアイテムの余白の高さ */
        background-color: #fcb900;
        content: '';
    }
}
.kaizen-flow-upper__item:not(:first-child) {
    margin-top: 39px;
}
@media all and (min-width: 600px) {
    .kaizen-flow-upper__item:not(:first-child) {
        margin-top: 54px; /* リストアイテムの余白の高さ */
    }
}

.kaizen-flow-upper__head-wrap {
    display: flex;
    margin-bottom: 23px;
}
@media all and (min-width: 600px) {
    .kaizen-flow-upper__head-wrap {
        align-items: center;
        margin-bottom: 28px;
        margin-left: calc((-100px / 2) + (4px / 2));
    }
}

.kaizen-flow-upper__label-wrap {
    margin-right: 0.7em;
}
@media all and (min-width: 600px) {
    .kaizen-flow-upper__label-wrap {
        display: inline-flex;
        margin-right: 20px;
    }
}

.kaizen-flow-upper__label {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: relative;
    top: 6px;
    width: 80px;
    height: 25px;
    border-radius: calc(25px / 2);
    background-color: #fcb900;
    color: #fff;
    font-weight: 700;
    font-size: 1.7rem;
}
@media all and (min-width: 600px) {
    .kaizen-flow-upper__label {
        position: static;
        width: 100px;
        height: 35px;
        border-radius: calc(35px / 2);
        font-size: 1.6rem;
    }
}

@media all and (min-width: 600px) {
    .kaizen-flow-upper__set {
        display: flex;
    }
}

.kaizen-flow-upper__img {
    max-width: 300px;
    margin: 0 auto 15px;
}
@media all and (min-width: 600px) {
    .kaizen-flow-upper__img {
        flex-basis: 50%;
        max-width: 380px;
        margin-bottom: 7px; /* ハーフレディングの高さ分 */
    }
}

@media all and (min-width: 600px) {
    .kaizen-flow-upper__img > img {
        margin-top: 8px;
    }
}

@media all and (min-width: 600px) {
    .kaizen-flow-upper__txt-wrap {
        flex-basis: 50%;
    }
}

.kaizen-flow-upper__head-sub {
    margin-bottom: 2px;
}
@media all and (min-width: 600px) {
    .kaizen-flow-upper__head-sub {
        margin-bottom: 13px;
        white-space: nowrap;
    }
}

.kaizen-flow-upper__txt {
    line-height: 1.86;
}
@media all and (min-width: 600px) {
    .kaizen-flow-upper__txt {
        line-height: 2;
    }
}

.kaizen-flow-lower__content {
    padding-bottom: 45px;
    background-color: #fcb900;
}
@media all and (min-width: 600px) {
    .kaizen-flow-lower__content {
        padding-bottom: 62px;
        border-bottom-left-radius: 15px;
        border-bottom-right-radius: 15px;
    }
}

.kaizen-flow-lower__img {
    position: relative;
    z-index: 1;
    max-width: 300px;
    margin: 0 auto 27px;
}
@media not all and (min-width: 390px) {
    .kaizen-flow-lower__img {
        width: 270px;
    }
}

.kaizen-flow-lower__img > img {
    margin-top: -10px;
}
@media all and (min-width: 600px) {
    .kaizen-flow-lower__img > img {
        margin-top: 0;
    }
}

.kaizen-flow-lower__head {
    margin-bottom: 10px;
    text-align: center;
}
@media all and (min-width: 600px) {
    .kaizen-flow-lower__head {
        margin-bottom: 8px;
    }
}

@media all and (min-width: 600px) {
    .kaizen-flow-lower__head > * {
        vertical-align: middle;
    }
}

@media all and (min-width: 600px) {
    .kaizen-flow-lower__head > strong {
        font-size: 5rem;
    }
}

@media all and (min-width: 600px) {
    .kaizen-flow-lower__head > span {
        position: relative;
        top: 3px;
    }
}

.kaizen-flow-lower__txt {
    line-height: 1.86;
}
@media all and (min-width: 600px) {
    .kaizen-flow-lower__txt {
        text-align: center;
        line-height: 2;
    }
}

/* REASONS（コストカットになる理由） */
.kaizen-reasons__head-wrap {
    margin-top: 42px;
    margin-bottom: 25px;
}
@media all and (min-width: 600px) {
    .kaizen-reasons__head-wrap {
        margin-top: 52px;
        margin-bottom: 57px;
    }
}
@media all and (min-width: 600px) {
    .kaizen-reasons:nth-child(2) > .kaizen-reasons__head-wrap {
        margin-bottom: 0;
    }
}

.kaizen-reasons__head {
    text-align: center;
}
@media all and (min-width: 600px) {
    .kaizen-reasons__head {
        font-size: 5rem;
    }
}

.kaizen-reasons__content {
    padding-bottom: 45px;
}
@media all and (min-width: 600px) {
    .kaizen-reasons__content {
        padding-bottom: 64px;
    }
}
@media all and (min-width: 600px) {
    .kaizen-reasons:nth-child(1) .kaizen-reasons__content {
        display: flow-root;
        padding-top: 60px;
        padding-right: 100px;
        padding-left: 100px;
        border-radius: 15px;
    }
}

.kaizen-reasons__img {
    max-width: 340px;
    margin: 0 auto 12px;
}
@media all and (min-width: 600px) {
    .kaizen-reasons__img {
        float: right;
        max-width: 435px;
        margin: 0 -8px 0 calc(20px + 8px);
    }
}

.kaizen-reasons__img > img {
    margin-top: -17px;
}
@media all and (min-width: 600px) {
    .kaizen-reasons__img > img {
        margin-top: -90px;
    }
}

.kaizen-reasons__head-sub {
    margin-bottom: 2px;
}
@media all and (min-width: 600px) {
    .kaizen-reasons__head-sub {
        line-height: 1.7;
    }
}
@media all and (min-width: 600px) {
    .kaizen-reasons:nth-child(1) .kaizen-reasons__head-sub {
        margin-bottom: 28px;
    }
}
@media all and (min-width: 600px) {
    .kaizen-reasons:nth-child(2) .kaizen-reasons__head-sub {
        margin-bottom: 33px;
    }
}

.kaizen-reasons__head-sub > .wbr {
    display: inline-block;
}

.kaizen-reasons__txt {
    line-height: 1.86;
}
@media all and (min-width: 600px) {
    .kaizen-reasons__txt {
        line-height: 2;
    }
}
.kaizen-reasons:nth-child(1) .kaizen-reasons__txt {
    margin-bottom: 25px;
}
@media all and (min-width: 600px) {
    .kaizen-reasons:nth-child(1) .kaizen-reasons__txt {
        margin-bottom: 32px;
    }
}

@media all and (min-width: 600px) {
    .kaizen-reasons__list {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 0 100px;
    }
}

@media all and (min-width: 600px) {
    .kaizen-reasons__item {
        display: grid;
        grid-template-rows: subgrid;
        grid-row: span 3;
    }
}
.kaizen-reasons__item:not(:first-child) {
    margin-top: 45px;
}
@media all and (min-width: 600px) {
    .kaizen-reasons__item:not(:first-child) {
        margin-top: 0;
    }
}
@media all and (min-width: 600px) {
    .kaizen-reasons__item:not(:nth-child(-n+2)) { /* 縦のグリッドアイテム間の高さの制御 */
        margin-top: 0;
    }
}

.kaizen-reasons__img-list-wrap {
    max-width: 340px;
    margin: 0 auto 12px;
}
@media all and (min-width: 600px) {
    .kaizen-reasons__img-list-wrap {
        display: flex;
        align-items: flex-end;
        max-width: 435px;
        height: 360px; /* 画像領域の高さ固定 */
        margin-bottom: 23px;
    }
}

/* ABOUT SANKYO（三協の在庫管理） */
.kaizen-about {
    padding-top: 50px;
}
@media all and (min-width: 600px) {
    .kaizen-about:nth-of-type(1) {
        padding-top: 0;
    }
}
@media all and (min-width: 600px) {
    .kaizen-about:nth-of-type(2) {
        padding-top: 70px;
    }
}

@media all and (min-width: 600px) {
    .kaizen-about__content {
        padding-right: 100px;
        padding-left: 100px;
    }
}
.kaizen-about:nth-of-type(1) > .kaizen-about__content {
    padding-bottom: 45px;
}
@media all and (min-width: 600px) {
    .kaizen-about:nth-of-type(1) > .kaizen-about__content {
        display: flow-root;
        padding-top: 60px;
        padding-bottom: 64px;
        border-radius: 15px;
    }
}
.kaizen-about:nth-of-type(2) > .kaizen-about__content {
    padding-top: 42px;
    padding-bottom: 50px;
}
@media all and (min-width: 600px) {
    .kaizen-about:nth-of-type(2) > .kaizen-about__content {
        padding-top: 60px;
        padding-bottom: 0;
        border-top-left-radius: 15px;
        border-top-right-radius: 15px;
    }
}

.kaizen-about__img {
    max-width: 300px;
    margin: 0 auto 8px;
}
@media all and (min-width: 600px) {
    .kaizen-about__img {
        float: right;
        max-width: 435px;
        margin-right: -14px;
        margin-left: calc(20px + 14px);
    }
}

.kaizen-about__img > img {
    margin-top: -30px;
}
@media all and (min-width: 600px) {
    .kaizen-about__img > img {
        margin-top: -110px;
    }
}

.kaizen-about__head {
    margin-bottom: 16px;
}
@media all and (min-width: 600px) {
    .kaizen-about:nth-of-type(1) .kaizen-about__head {
        margin-bottom: 32px;
    }
}
@media all and (min-width: 600px) {
    .kaizen-about:nth-of-type(2) .kaizen-about__head {
        margin-bottom: 14px;
    }
}

.kaizen-about__txt {
    margin-bottom: 25px;
    line-height: 1.86;
}
@media all and (min-width: 600px) {
    .kaizen-about__txt {
        margin-bottom: 32px;
        line-height: 2;
    }
}
@media all and (min-width: 600px) {
    .kaizen-about:nth-of-type(2) .kaizen-about__txt {
        margin-bottom: 39px;
    }
}

.kaizen-about__txt > .is-orange {
    color: #f36c2c;
    font-weight: 700;
}

.kaizen-about__img-full {
    max-width: 400px;
    margin: 0 auto;
}
@media all and (min-width: 600px) {
    .kaizen-about__img-full {
        max-width: 653px;
    }
}

.kaizen-about-system {
    margin-top: 50px;
}
@media all and (min-width: 600px) {
    .kaizen-about-system {
        margin-top: 0;
        padding-bottom: 70px;
    }
}

.kaizen-about-system__inner {
    padding-top: 45px;
}
@media all and (min-width: 600px) {
    .kaizen-about-system__inner {
        padding: 62px 100px 70px;
        border-bottom-right-radius: 15px;
        border-bottom-left-radius: 15px;
    }
}

@media all and (min-width: 600px) {
    .kaizen-about-system__txt {
        text-align: center;
    }
}

.kaizen-about-system__txt > strong {
    font-size: 1.7rem;
    line-height: 1.65;
}
@media all and (min-width: 600px) {
    .kaizen-about-system__txt > strong {
        font-size: 2rem;
        line-height: 1.8;
    }
}



