/* メインビジュアル */
.corporate-main-visual {
    position: relative;
    overflow: hidden;
    width: 100%;

    .corporate-main-visual-img {
        @media (min-width: 668px) {
            position: absolute;
            width: 100%;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
        }
        @media (max-width: 667px) {
            display: none;
        }
    }
    .corporate-main-visual-img-sp {
        @media (min-width: 668px) {
            display: none;
        }
        @media (max-width: 667px) {
            position: absolute;
            width: 100%;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
        }
    }
}

.corporate-main-visual-content-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.page-title-main {
    @media (min-width: 668px) {
        font-size: 34px;
        line-height: 1.411;
        letter-spacing: 0.14em;
    }
    @media (max-width: 667px) {
        font-size: 30px;
        line-height: 1.267;
        letter-spacing: 0.14em;
    }
}
.page-title-sub {
    @media (min-width: 668px) {
        font-size: 15px;
        line-height: 1.333;
        letter-spacing: 0.0667em;
    }
    @media (max-width: 667px) {
        font-size: 15px;
        line-height: 1.333;
        letter-spacing: 0.0667em;
    }
}

.corporate-main-visual-child {
    @media (min-width: 668px) {
        aspect-ratio: 4 / 1;
        max-height: 320px;
        margin-bottom: 59px;
    }
    @media (max-width: 667px) {
        aspect-ratio: 39 / 38;
        max-height: 380px;
        margin-bottom: 70px;
    }
    .corporate-main-visual-content-wrapper {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .corporate-main-visual-content {
        background-color: white;
        opacity: 0.85;
        width: fit-content;
        box-sizing: border-box;
        min-width: 156px;
        @media (min-width: 668px) {
            padding: 30px 60px 26px;
        }
        @media (max-width: 667px) {
            padding: 34px 30px 28px;
        }
    }
    .page-title {
        text-align: center;
    }
    .page-title-main {
        display: block;
        width: 100%;
        margin-bottom: 9px;
    }
    .page-title-sub {
        display: block;
        width: 100%;
    }
}

/* メインビジュアル - 企業情報ページトップ */
.corporate-main-visual-top {
    @media (min-width: 668px) {
        aspect-ratio: 5 / 2;
        max-height: 512px;
    }
    @media (max-width: 667px) {
        aspect-ratio: 39 / 44;
        max-height: 440px;
    }

    .corporate-main-visual-content-wrapper {
        box-sizing: border-box;
        @media (min-width: 668px) {
            padding-inline: 55px;
        }
        @media (max-width: 667px) {
            padding-inline: 16px;
        }
    }
    .corporate-main-visual-img {
        @media (min-width: 2000px) {
            top: 25%;
        }
		@media (min-width: 1280px) and (max-width: 1999px) {
            top: auto;
            bottom: 0;
            transform: translate(-50%, 0);
		}
        @media (min-width: 668px) and (max-width: 1279px) {
            transform: translate(-50%, -45%) scale(1.1);
        }
		@media (max-width: 667px) {
			display: none;
		}
	}
	.corporate-main-visual-img-sp {
		@media (min-width: 668px) {
			display: none;
		}
		@media (max-width: 667px) and (min-width: 451px) {
            top: auto;
            bottom: 0;
            transform: translate(-50%, 10%);
		}
        @media (max-width: 450px) {
            top: auto;
            bottom: 0;
            transform: translate(-50%, 0);
		}
	}

    .corporate-main-visual-content {
        @media (min-width: 668px) {
            padding-top: 80px;
            max-width: 1024px;
            margin-inline: auto;
        }
        @media (max-width: 667px) {
            padding-top: 44px;
            width: 100%;
        }

        .page-title {
            display: flex;
            gap: 10px 28px;
            color: #fff;
            font-weight: 400;
            margin-bottom: 40px;
            @media (min-width: 668px) {
                flex-direction: row;
                align-items: baseline;
            }
            @media (max-width: 667px) {
                flex-direction: column;
                align-items: center;
            }
        }
        .corporate-philosophy-pc {
            display: block;
            @media (min-width: 668px) {
                max-width: 460px;
                width: 100%;
            }
            @media (max-width: 667px) {
                display: none;
            }
        }

        .corporate-philosophy-sp {
            display: block;
            @media (min-width: 668px) {
                display: none;
            }
            @media (max-width: 667px) {
                max-width: 328px;
                width: 100%;
                margin-inline: auto;
            }
        }
    }
}

/* キャプション - 企業情報ページトップ */
.corporate-caption {
    color: #3c3c3c;
    @media (min-width: 668px) {
        margin-inline: auto;
        padding-block: 64px 50px;
        max-width: 682px;
    }
    @media (max-width: 667px) {
        display: none;
    }

    & > p {
        text-align: center;
        font-size: 22px;
        line-height: 2.18;
    }
}

.corporate-caption-sp {
    color: #3c3c3c;
    @media (min-width: 668px) {
        display: none;
    }
    @media (max-width: 667px) {
        padding-block: 70px;
    }
    & > p {
        text-align: center;
        font-size: 16px;
        line-height: 2.19;
    }
}

/* リンクリスト - 企業情報ページトップ */

.corporate-links-wrapper {
    background: transparent linear-gradient(173deg, #e4eef0 0%, #dce9ed 100%) 0%
        0% no-repeat padding-box;
    @media (min-width: 668px) {
        padding-inline: 16px;
        padding-block: 60px;
    }
    @media (max-width: 667px) {
        padding-block: 54px;
        padding-inline: 16px;
    }
}

.corporate-links-wrapper .about-links {
    text-align: center;
    font-weight: 700;
    @media (min-width: 668px) {
        font-size: 18px;
        line-height: 1.389;
        margin-bottom: 20px;
    }
    @media (max-width: 667px) {
        font-size: 16px;
        line-height: 1.875;
        margin-bottom: 36px;
    }
}

.corporate-links {
    max-width: 1152px;
    margin-inline: auto;
    @media (min-width: 668px) {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        gap: 18px;
    }
    @media (max-width: 667px) {
        display: flex;
        flex-direction: column;
        gap: 28px;
    }
    /* 通常 */
    .link-item {
        position: relative;
        display: block;
        box-shadow: 2px 2px 5px #00000034;
        background-color: #fff;
        transition: background-color ease-out 0.3s, box-shadow ease-out 0.3s;
        overflow: hidden;

        @media (min-width: 668px) {
            flex-basis: calc((100% / 3) - (18px * 2) / 3);
        }
        @media (max-width: 667px) {
        }
        &::before {
            content: "";
            display: block;
            position: absolute;
            background-color: #d01126;
            top: 0;
            left: 0;
            width: 6px;
            height: 100%;
            transition: width ease-out 0.3s, transform ease-out 0.3s;
            transform: translate(-3px, 0px);
        }
        .link-text {
            display: flex;
            align-items: center;
            justify-content: center;
            position: relative;
            color: #3c3c3c;
            height: 100%;
        }
        .link-title {
            @media (min-width: 668px) {
                font-size: 20px;
                line-height: 1.4;
                padding-block: 32px 30px;
            }
            @media (max-width: 667px) {
                font-size: 20px;
                line-height: 1.4;
                padding-block: 12px 10px;
            }
            position: relative;
            transition: color ease-out 0.3s;
            &::after {
                position: absolute;
                top: 50%;
                right: -26px;
                transform: translate(0, -50%);
                content: "";
                display: block;
                width: 10px;
                height: 16px;
                background-repeat: no-repeat;
                background-position: center;
                background-image: url("../images/top/img_fixed_page/corporate/icon_arrow_right.svg");
                transition: transform ease-out 0.3s;
            }
        }
        &:hover {
            background-color: #ffffffb2;
            box-shadow: 1px 1px 5px #00000034;
            &::before {
                transform: translate(0px, 0px);
            }
            @media (min-width: 668px) {
                .link-title {
                    color: #d01126;
                    &::after {
                        transform: translate(8px, -50%);
                    }
                }
            }
        }
    }

    /* 画像あり */
    .link-item.link-item-image {
        .link-title {
            @media (min-width: 668px) {
                font-size: 24px;
                line-height: 1.375;
                padding-block: 63px 64px;
            }
            @media (max-width: 667px) {
                font-size: 20px;
                line-height: 1.4;
                padding-block: 13px 10px;
            }
        }
        @media (min-width: 668px) {
            flex-basis: calc(50% - 18px / 2);
            height: 160px;
            a {
                display: grid;
                grid-template-areas: "link-text link-image";
                grid-template-columns: auto 42%;
                height: 100%;
            }
        }
        @media (max-width: 667px) {
            padding: 18px 18px 0px;
            a {
                display: grid;
                grid-template-areas:
                    "link-image"
                    "link-text ";
                grid-template-rows: auto auto;
                height: 100%;
            }
        }

        .link-text {
            grid-area: link-text;
        }
        .link-image {
            grid-area: link-image;
            display: flex;
            overflow: hidden;
            justify-content: center;
            align-items: center;
            img {
                object-fit: cover;
                width: 100%;
                height: 100%;
            }
            @media (min-width: 668px) {
            }
            @media (max-width: 667px) {
                aspect-ratio: 16 / 9;
            }
        }
        &:hover {
            .link-image img {
                @media (min-width: 668px) {
                    scale: 1.1;
                    opacity: 0.7;
                }
            }
        }
    }

    /* ページ内リンク */
    .link-item.link-item-anchor {
        .link-text {
            align-items: start;
        }
        .link-title {
            &::after {
                position: absolute;
                top: auto;
                right: 50%;
                transform: translate(50%, 0);
                content: "";
                width: 16px;
                height: 10px;
                background-image: url("../images/top/img_fixed_page/corporate/icon_arrow_bottom.svg");
            }
        }
        @media (min-width: 668px) {
            .link-title {
                line-height: 28px;
                padding-block: 35px 43px;
                &::after {
                    bottom: 26px;
                }
            }
        }
        @media (max-width: 667px) {
            .link-title {
                padding-block: 12px 31px;
                &::after {
                    bottom: 14px;
                }
            }
        }

        &:hover {
            @media (min-width: 668px) {
                .link-title::after {
                    transform: translate(50%, 4px);
                }
            }
        }
    }

    /* 角丸 */
    .link-item.link-item-round {
        border-radius: 64px;
        @media (min-width: 668px) {
        }
        @media (max-width: 667px) {
        }

        &::before {
            display: none;
        }
    }
}

.corporate-links-01 {
    @media (min-width: 668px) {
        margin-bottom: 18px;
    }
    @media (max-width: 667px) {
        margin-bottom: 28px;
    }
}

.corporate-links-02 {
    @media (min-width: 668px) {
        margin-bottom: 18px;
    }
    @media (max-width: 667px) {
        margin-bottom: 38px;
    }
}
.corporate-links-03 {
    @media (min-width: 668px) {
        margin-bottom: 0px;
    }
    @media (max-width: 667px) {
        margin-bottom: 0px;
    }
}

.section-block .corporate-links-wrapper {
    @media (min-width: 668px) {
        max-width: 882px;
        box-sizing: border-box;
        width: 100%;
        margin-inline: auto;
        padding-block: 20px 40px;
        padding-inline: 60px;

        .link-item {
            flex-basis: calc(50% - 18px / 2);
        }

    }
    @media (max-width: 667px) {
        padding: 48px 16px;
        margin-inline: -16px;
    }

}

/* 下部リンクリスト - 企業情報ページトップ */
.corporate-bottom-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    @media (min-width: 668px) {
        column-gap: 30px;
        padding-block: 90px;
        margin-bottom: 72px;
    }
    @media (max-width: 667px) {
        flex-direction: column;
        row-gap: 32px;
        padding-block: 68px;
        margin-bottom: 92px;
    }
    .link-item {
        a {
            color: #3c3c3c;
            transition: color ease-out 0.3s;
            &:hover {
                color: #d01126;
            }
        }
        @media (min-width: 668px) {
            font-size: 16px;
            line-height: 1.563;
        }
        @media (max-width: 667px) {
            font-size: 16px;
            line-height: 1.375;
            text-align: center;
        }
    }

    .link-item-with-teckey {
        position: relative;
        @media (min-width: 668px) {
            padding-right: 110px;
        }
        @media (max-width: 667px) {
            padding-bottom: 90px;
        }
        .teckey {
            @media (min-width: 668px) {
                position: absolute;
                bottom: 0;
                width: 104px;
                transform-origin: 58% bottom;
            }
            @media (max-width: 667px) {
                position: absolute;
                bottom: 0;
                right: 50%;
                width: 92px;
                transform: translate(50%, 0);
            }
        }
        .greeting {
            @media (min-width: 668px) {
                position: absolute;
                width: 56px;
                bottom: 50px;
                right: -40px;
                transition: transform 0.3s ease-out, opacity 0.3s ease-out;
                opacity: 0;
                transform: translate(5px, 0);
            }
            @media (max-width: 667px) {
                display: none;
            }
        }

        a:hover {
            .teckey {
                @media (min-width: 668px) {
                    transform: scale(1.05);
                }
            }
            .greeting {
                @media (min-width: 668px) {
                    transform: translate(0px, 0);
                    opacity: 1;
                }
            }
        }
    }
}

.contents {
    color: #3c3c3c;

    .heading-style-01 {
        color: #d01126;
        font-weight: 700;
        @media (min-width: 668px) {
            font-size: 23px;
            line-height: 1.565;
            margin-bottom: 5px;
        }
        @media (max-width: 667px) {
            text-align: center;
            font-size: 23px;
            line-height: 1.435;
            margin-bottom: 5px;
            text-align: center;
        }
    }
    .heading-style-02 {
        color: #d01126;
        font-weight: 700;
        @media (min-width: 668px) {
            font-size: 16px;
            line-height: 25px;
            margin-bottom: 12px;
        }
        @media (max-width: 667px) {
            font-size: 16px;
            line-height: 1.375;
            margin-bottom: 12px;
            text-align: center;
        }
    }

    p {
        @media (min-width: 668px) {
            font-size: 14px;
            line-height: 1.714;
            margin-bottom: 21px;
        }
        @media (max-width: 667px) {
            font-size: 14px;
            line-height: 1.714;
            margin-bottom: 15px
        }
        &:last-child {
            margin-bottom: 0px;
        }
    }

    a {
        color: #3c3c3c;
        transition: color ease-out 0.3s;
        &:hover {
            color: #d01126;
        }
    }
    br {
        &.pc {
            @media (max-width: 667px) {
                display: none;
            }
        }
        &.sp {
            @media (min-width: 668px) {
                display: none;
            }
        }
        &.sp-2 {
            @media (min-width: 390px) {
                display: none;
            }
        }
    }

    .detail-link {
        @media (min-width: 668px) {
            font-size: 14px;
            line-height: 1.714;
            margin-bottom: 15px;
        }
        @media (max-width: 667px) {
            font-size: 14px;
            line-height: 1.714;
            margin-bottom: 15px;
            text-align: center;
        }
    }
    .is-margin-bottom-22-pc {
        @media (min-width: 668px) {
            margin-bottom: 22px;
        }
    }
    .is-margin-bottom-35 {
        margin-bottom: 35px;
    }
    .is-margin-bottom-35-sp {
        @media (max-width: 667px) {
            margin-bottom: 35px;
        }
    }
}

.section-block.list-of-articles {
    @media (min-width: 668px) {
        padding-block: 135px 160px;
    }
    @media (max-width: 667px) {
        padding-block: 130px 160px;
    }
    .section-title {
        text-align: center;
        font-weight: 400;
        @media (min-width: 668px) {
            font-size: 40px;
            line-height: 1.2;
            letter-spacing: 0.14em;
            margin-bottom: 33px;
        }
        @media (max-width: 667px) {
            font-size: 36px;
            line-height: 1.194;
            letter-spacing: 0.14em;
            margin-bottom: 54px;
        }
    }

    .article {
        text-align: center;
        @media (min-width: 668px) {
            margin-bottom: 70px;
        }
        @media (max-width: 667px) {
            margin-bottom: 70px;
        }
        &:last-child {
            margin-bottom: 0px;
        }
    }

    h3 {
        color: #d01126;
        font-weight: 700;
        @media (min-width: 668px) {
            font-size: 23px;
            line-height: 2.087;
            margin-bottom: 10px;
        }
        @media (max-width: 667px) {
            font-size: 23px;
            line-height: 2.087;
            margin-bottom: 22px;
        }
    }
    p {
        margin-bottom: 0px;
        @media (min-width: 668px) {
            font-size: 18px;
            line-height: 1.889;
        }
        @media (max-width: 667px) {
            font-size: 16px;
            line-height: 1.875;
        }
    }

    .lead {
        @media (min-width: 668px) {
            margin-bottom: 75px;
        }
        @media (max-width: 667px) {

        }
        p {
            text-align: center;
            @media (min-width: 668px) {
                font-size: 24px;
                line-height: 2.083;
                letter-spacing: 0.1em;
                margin-bottom: 34px;
            }
            @media (max-width: 667px) {
                font-size: 18px;
                line-height: 2.167;
                margin-bottom: 40px;
            }
        }
    }

    .lead.code-of-conduct p {

        @media (min-width: 668px) {
            font-size: 21px;
            line-height: 2.095;
            letter-spacing: 0px;
        }
        @media (max-width: 667px) {
            font-size: 18px;
            line-height: 2.167;
        }
    }
}
.corporate-main-visual + .section-block {
    padding-block: 0px 127px;
    .section-title {
        text-align: center;
        font-weight: 400;
        @media (min-width: 668px) {
            margin-bottom: 26px;
        }
        @media (max-width: 667px) {
            margin-bottom: 48px;
        }
    }
}
.section-block {
    position: relative;
    width: 100%;
    margin-inline: auto;
    box-sizing: border-box;
    &::after {
        position: absolute;
        display: block;
        height: 1px;
        content: "";
        background-color: #9f9f9f;
        left: 50%;
        transform: translateX(-50%);
        bottom: 0px;
    }
    &:last-child::after {
        display: none;
    }
    @media (min-width: 668px) {
        padding-block: 95px 130px;
        padding-inline: 64px;
        &::before,
        &::after {
            width: calc(100% - 128px);
        }
    }
    @media (max-width: 667px) {
        padding-block: 95px 130px;
        padding-inline: 16px;
        &::before,
        &::after {
            width: calc(100% - 32px);
        }
    }

    .section-title {
        text-align: center;
        font-weight: 400;
        @media (min-width: 668px) {
            font-size: 40px;
            line-height: 1.575;
            letter-spacing: 0.126em;
            margin-bottom: 64px;
        }
        @media (max-width: 667px) {
            font-size: 32px;
            line-height: 1.685;
            letter-spacing: 0.14em;
            margin-bottom: 64px;
        }
    }
}

.lead {
    &:last-child {
        margin-bottom: 0px;
    }
    @media (min-width: 668px) {
        margin-bottom: 92px;
    }
    @media (max-width: 667px) {
        margin-bottom: 118px;
    }
    ul {
        box-sizing: content-box;
        max-width: 660px;
        margin-inline: auto;
        @media (min-width: 668px) {
            padding-left: 20px;
        }
        @media (max-width: 667px) {
            padding-left: 18px;
        }

        li {
            position: relative;
            font-weight: 700;
            &:last-child {
                margin-bottom: 0px;
            }
            @media (min-width: 668px) {
                font-size: 22px;
                line-height: 38px;
                margin-bottom: 21px;
            }
            @media (max-width: 667px) {
                font-size: 20px;
                line-height: 35px;
                margin-bottom: 28px;
            }

            &::before {
                position: absolute;
                content: "";
                background-color: #d01126;
                border-radius: 50%;
                transform: translate(-100%, -50%);
                width: 11px;
                height: 11px;
                left: -8px;
                top: calc(38px / 2);
            }
            @media (min-width: 668px) {
                &::before {
                    width: 11px;
                    height: 11px;
                    left: -8px;
                    top: calc(38px / 2);
                }
            }
            @media (max-width: 667px) {
                &::before {
                    width: 10px;
                    height: 10px;
                    left: -8px;
                    top: calc(35px / 2);
                }
            }
        }
    }
}

.single-content {
    box-sizing: border-box;
    margin-inline: auto;
    &:last-child {
        margin-bottom: 0px;
    }
    @media (min-width: 668px) {
        max-width: 448px;
        width: 100%;
        margin-bottom: 180px;
    }
    @media (max-width: 667px) {
        max-width: 448px;
        width: 100%;
        margin-bottom: 180px;
    }

    &.is-max-width-600 {
        max-width: 600px;
    }

    h3,
    h4 {
        @media (min-width: 668px) {
            font-size: 16px;
            line-height: 1.563;
            margin-bottom: 5px;
        }
        @media (max-width: 667px) {
            font-size: 16px;
            line-height: 1.375;
            margin-bottom: 12px;
            text-align: center;
        }
    }
    figure {
        img {
            display: block;
            width: 100%;
        }
        @media (min-width: 668px) {
            padding-inline: 24px;
        }
        @media (max-width: 667px) {
            padding-inline: 0px;
        }
    }

    .detail-link {
        text-align: center;
    }
}

.table-wrapper {
    max-width: 1024px;
    width: 100%;
    margin-inline: auto;
    &:last-child {
        margin-bottom: 0px;
    }
    @media (min-width: 668px) {
        margin-bottom: 90px;
    }
    @media (max-width: 667px) {
        margin-bottom: 90px;
    }
}
table {
    border-collapse: collapse;
    width: 100%;
    @media (min-width: 668px) {
        max-width: 1024px;
    }
    @media (max-width: 667px) {
        display: block;
    }
    &:last-child {
        margin-bottom: 0px;
    }
    tr {
        &:last-child td:last-child {
            @media (max-width: 667px) {
                border-bottom: 1px solid #9f9f9f;
            }
        }
        th,
        td {
            vertical-align: middle;
            box-sizing: border-box;
            @media (min-width: 668px) {
                padding: 18px 24px;
                border: 1px solid #9f9f9f;
                border-collapse: collapse;
            }
            @media (max-width: 667px) {
                display: block;
                padding: 18px 24px;
                border: 1px solid #9f9f9f;
                border-bottom: none;
            }
        }
        th {
            text-align: center;
            background-color: #f5f5f5;
            min-width: 194px;
            white-space: nowrap;
            @media (min-width: 668px) {
                font-weight: bold;
                font-size: 16px;
                line-height: 1.5625;
            }
            @media (max-width: 667px) {
                font-size: 16px;
                line-height: 1.5625;
            }
        }
        td {
            background-color: #fff;
            @media (min-width: 668px) {
                font-size: 14px;
                line-height: 1.786;
            }
            @media (max-width: 667px) {
                font-size: 14px;
                line-height: 1.786;
            }
        }
    }
}
.columns-media-text {
    display: grid;
    margin-inline: auto;
    &:last-child {
        margin-bottom: 0px;
    }
    @media (min-width: 668px) {
        max-width: 1024px;
        width: 100%;
        gap: 32px;
        margin-bottom: 180px;

        grid-template-areas: "media text";
        grid-template-columns: calc(8 / 16 * 100%) calc(7 / 16 * 100%);
        column-gap: calc(1 / 16 * 100%);
    }
    @media (max-width: 667px) {
        grid-auto-flow: row;
        gap: 32px;
        margin-bottom: 180px;

        grid-template-areas:
            "text"
            "media";
    }

    &.has-media-on-the-right {
        @media (min-width: 668px) {
            grid-template-areas: "text media";
            grid-template-columns: calc(7 / 16 * 100%) calc(8 / 16 * 100%);
            column-gap: calc(1 / 16 * 100%);
        }
    }

    .column-content {
        grid-area: text;
        @media (min-width: 668px) {
        }
        @media (max-width: 667px) {
        }
        p {
            font-size: 14px;
            line-height: 1.786;
        }
    }
    .column-media {
        grid-area: media;
        figure {
            margin: 0px;
            img {
                margin-bottom: 20px;
            }
        }
        figcaption {
            @media (min-width: 668px) {
                text-align: right;
            }
            @media (max-width: 667px) {
                text-align: center;
            }
        }
        &.has-two-imgs {
            display: grid;
            gap: 8px;
            figure img {
                margin: 0px;
            }
            @media (min-width: 668px) {
                grid-template-columns: repeat(2, 1fr);
            }
            @media (max-width: 667px) {
                padding-inline: 50px;
                grid-auto-flow: row;
            }
        }
    }
}

.grid-wrapper {
    max-width: 770px;
    width: 100%;
    margin-inline: auto;
    @media (min-width: 668px) {
    }
    @media (max-width: 667px) {
    }
}
.grid-two-col {
    display: grid;
    @media (min-width: 668px) {
        grid-template-columns: repeat(2, 1fr);
        gap: 70px 90px;
        margin-bottom: 73px;
    }
    @media (max-width: 667px) {
        grid-auto-flow: row;
        gap: 80px 90px;
        margin-bottom: 100px;
    }
    &:last-child {
        margin-bottom: 0px;
    }
}


.format .page-footer {
    margin-top: 0px;
}

/*--------------------------------------------
  2025/05/20 FUJITEC-1610 Workstyle余白調整
---------------------------------------------*/
.mb-workstyle {
  margin-bottom: 80px;
}

@media screen and (min-width: 668px) {
  .mb-workstyle {
    margin-bottom: 70px;
  }
}

/*--------------------------------------------
FUJITEC-1722 ブランドページ
---------------------------------------------*/

#brand_lead.section-block {
    padding-block: 40px 120px;
}

.is-max-width-1024 {
    max-width: 1024px;
    margin-inline: auto;
}

#brand_lead.section-block p {
    font-size: 16px;
    line-height: 1.6875;
}

@media screen and (min-width: 668px) {
    #brand_lead.section-block p {
        font-size: 18px;
        line-height: 1.67;
    }
}

.brand-wrapper {
    padding: 64px 0 0;
}

@media screen and (min-width: 668px) {
    .brand-wrapper {
        padding: 80px 0 0;
    }
}

.brand-vision-logo {
    max-width: 295px;
    width: 100%;
    height: auto;
}

@media screen and (min-width: 668px) {
    .brand-vision-logo {
        max-width: 720px;
        max-height: 200px;
    }
}

/*--------------------------------------------
2025/12/18 FUJITEC-1860 セクションタイトル基本スペーシング追加
---------------------------------------------*/
.section-block.base-title-spacing .section-title {
    margin-bottom: 64px;
}
