@charset "UTF-8";

@font-face {
    font-family: 'Zen Maru Gothic';
    src: url(/font/ZenMaruGothic-Regular.ttf);
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: 'Zen Maru Gothic';
    src: url(/font/ZenMaruGothic-Medium.ttf);
    font-weight: 500;
    font-display: swap;
}

@font-face {
    font-family: 'Zen Maru Gothic';
    src: url(/font/ZenMaruGothic-Bold.ttf);
    font-weight: 700;
    font-display: swap;
}

@font-face {
    font-family: 'Zen Maru Gothic';
    src: url(/font/ZenMaruGothic-Black.ttf);
    font-weight: 900;
    font-display: swap;
}

:root {
    --text-color: #333333;
    --font-noto: "Noto Sans JP", sans-serif;
    --color-primary: #F06E10;
    --color-secondary: #F66565;
    --color-decoblue: #2B8F92;
    --color-decoyellow: #F6E863;
    --color-decored: #FFB4B4;
    --color-business-01: #F9E698;
    --color-cross-bg: #95CEDE;
    --color-point-01: #fff3bf;
    --color-point-02: #dbf8ff;
    --color-point-03: #fdeff1;
    --color-point-04: #ebfffa;
    --color-point-05: #fafbe9;
    --color-line: #06C755;
    --color-white: #FFFFFF;
    --color-gray: #979797;
    --fz-12: 12px;
    --fz-14: 14px;
    --fz-16: 16px;
    --fz-18: 18px;
    --fz-20: 20px;
    --fz-24: 24px;
    --fz-30: 30px;
    --fz-40: 40px;
    --fz-50: 50px;
}

#request {
    padding-top: 90px;
    margin-top: -90px;
}
/*////////////// 共通 ///////////////*/
.l-main * {
    font-family: var(--font-noto);
    color: var(--text-color);
}
.l-main,
#contents {
    width: 100%;
    padding: 0;
    background: #fff;
    overflow: hidden;
}

[class*="cnt__wrap"] {
    padding-block: 70px;
}
    [class*="cnt__inner"] {
        width: 1140px;
        margin: 0 auto;
    }
        [class*="cnt__en-ttl"] {
            font-size: var(--fz-20);
            letter-spacing: 0.2em;
            text-align: center;
        }
        [class*="cnt__ttl"] {
            font-size: var(--fz-50);
            font-weight: 500;
            letter-spacing: 0.05em;
            text-align: center;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 10px;
            position: relative;
        }
        .cnt__deco-ttl {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 16px;
            position: absolute;
            bottom: -17px;
            left: 50%;
            transform: translateX(-50%);
        }
        [class*="cnt__deco-circle"] {
           display: block;
           width: 8px;
           height: 8px;
           border-radius: 50%;
        }
        .cnt__deco-circle--blue {
            background-color: var(--color-decoblue);
        }
        .cnt__deco-circle--yellow {
            background-color: var(--color-decoyellow);
        }
        .cnt__deco-circle--red {
            background-color: var(--color-decored);
        }


/*////////////// MV //////////////////*/
.mv__wrap {
    height: 734px;
    overflow: hidden;
    position: relative;
    z-index: 0;
}
.mv__wrap::after {
    content: "";
    width: 1920px;
    height: 571px;
    background: url(../images/mv_bg.webp) no-repeat center / cover;
    position: absolute;
    top: -100px;
    left: 50%;
    transform: 
    translateX(-50%);
    z-index: -1;
}
    .mv__img {
        width: 1617px;
        height: 680px;
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        z-index: 0;
    }
    .mv__img::before {
        content: "";
        width: 1656px;
        height: 672px;
        background: url(../images/mv_decoration.webp) no-repeat center / cover;
        position: absolute;
        bottom: 0;
        left: 74px;
        z-index: 1;
    }
        .mv__img img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

/*////////////// フォーム ///////////////*/ 
.cnt__wrap--request {
    padding-block: 62px 70px;
}
.table__area {
  margin-top: 47px;
}
    .table__row {
    display: flex;
    margin-bottom: 20px;
    }
        .table__heading {
        display: flex;
        align-items: center;
        margin-right: 20px;
        }
        .table__heading--company-name {
            padding-bottom: 34px;
        }
        .table__heading__txt {
            width: 174px;
            font-size: 18px;
            font-weight: 400;
            line-height: 1.65;
            text-align: left;
            position: relative;
            }
        .requiredmark {
            display: block;
            width: 44px;
            height: 23px;
            background: #F66565;
            font-size: 14px;
            font-weight: 400;
            line-height: 1.65;
            border-radius: 4px;
            color: #fff;
        }
        .table__area input[type=text],
        .table__area input[type=tel],
        .table__area input[type=email] {
            width: 902px;
            height: 40px;
            border-radius: 4px;
            border: 1px solid #656565;
            font-size: 16px;
            font-weight: 400;
            line-height: 1.5;
            padding: 0 18px;
        }
        .table__heading--contact-type {
            padding-bottom: 66px;
        }
        .table__area input[type="checkbox"] {
            min-width: 24px;
            height: 24px;
            border: 1px solid #656565;
            border-radius: 4px;
            background-image: url(../images/check_icn.svg);
            background-size: 15px 11px;
            background-repeat: no-repeat;
            background-position: center;
            cursor: pointer;
        }
        .table__area input[type="checkbox"] {
            &:checked {
                background-image: url(../images/check_icn-on.svg);
            }
        }
        .table__area input::-moz-placeholder {
            color: #CCCCCC;
        }
        .table__area input::placeholder {
            color: #CCCCCC;
        }
        .table__data{
            position: relative;
        }
        .table__area select {
            width: 338px;
            height: 40px;
            color: #333;
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none;
            border-radius: 5px;
            padding-left: 18px;
            font-size: 16px;
            font-weight: 400;
            line-height: 1.5;
            background: #fff;
            border: 1px solid #656565;
        }
        .table__data--contact-type {
            display: flex;
            flex-direction: column;
            gap: 8px;
        }
        .table__data--contact-type br {
            display: none;
        }
        .table__data--contact-type label {
            font-size: 16px;
            font-weight: 400;
            line-height: 1.65;
        }
        .table__data--address-code {
            position: relative;
        }
        .table__data--address-code::after {
            content: "";
            width: 14px;
            height: 10px;
            background: url(../images/prefecture_arrow.svg) no-repeat center / cover;
            position: absolute;
            top: 50%;
            right: 20px;
            transform: translateY(-50%);
        }
        .radio__data {
            display: flex;
            gap: 30px;
        }
        .table__area input[type=radio] {
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none;
            width: 20px;
            height: 20px;
            border: 1px solid #000;
            border-radius: 50%;
            vertical-align: middle;
            position: relative;
            margin: 0 5px 0 0;
        }
        .table__area input[type=radio]::before {
            content: "";
            display: block;
            width: 10px;
            height: 10px;
            border-radius: 50%;
            background: #ccc;
            position: absolute;
            top: 4px;
            left: 4px;
        }
        .table__area input[type=radio]:checked::before {
            background: #f66565;
        }
        .radio__data br {
            display: none;
        }
        .radio__data label {
            font-size: 16px;
            font-weight: 400;
            line-height: 1.65;
            color: #333;
        }
        .form__attention {
            display: block;
            margin-top: 7px;
            font-size: 16px;
            font-weight: 400;
            line-height: 1.65; 
            color: #333;
        }
        .contact__submit {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 386px;
            height: 70px;
            margin: 29px auto 0;
            background: #F06E10;
            border: 2px solid #F06E10;
            border-radius: 9999px;
            font-size: 20px;
            font-weight: 700;
            line-height: 1.65;
            color: #fff;
        }
        .contact__submit:hover {
            opacity: 1;
            background: #fff;
            color: #F06E10;
        }
        .formError {
        z-index: 1!important;
        }
        .form-bottom__txt {
            font-size: 16px;
            font-weight: 400;
            line-height: 1.65;
            text-align: center;
            margin-top: 12px;
        }
        .form-bottom__txt a {
            font-size: 16px;
            font-weight: 400;
            line-height: 1.65;
            color: #F06E10;
            text-decoration: underline #F06E10;
        }
        .cnt__inner--request-bg {
            position: relative;
            z-index: 1;
        }
        .request__bg {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            pointer-events: none;
            z-index: 0;
        }
            .request__bg-blob,
            .request__egg {
                position: absolute;
            }
            .request__bg-blob--01 {
                top: 470px;
                left: -508px;
            }
            .request__egg--01 {
                top: 150px;
                left: -199px;
            }
            .request__bg-blob--02 {
                top: 58px;
                right: -674px;
            }
            .request__egg--02 {
                top: 643px;
                right: -263px;
            }

.emailformError {
    margin-top: 52px!important;
}
.emailformError .formErrorArrow {
    margin: -146px 0 0 13px!important;
    transform: rotate(180deg);
}
/*////////////// Growth ///////////////*/
.cnt__wrap--growth {
    padding-top: 50px;
    padding-bottom: 32px;
    position: relative;
    z-index: 0;
}
    .cnt__inner--growth {
        position: relative;
    }
        .growth__title {
            font-size: var(--fz-24);
            font-weight: 500;
            line-height: 1.45;
            letter-spacing: 0.05em;
            text-align: center;
            margin-bottom: 23px;
        }
        .growth__desc p {
            font-size: var(--fz-18);
            font-weight: 500;
            line-height: 1.65;
            text-align: center;
        }
            .growth__desc-main {
                margin-bottom: 23px;
            }
        .growth__images {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 1140px;
            height: 100%;
            pointer-events: none;
            z-index: -1;
        }
            .growth__img {
                position: absolute;
            }
            .growth__img--left {
                top: 56px;
                left: -76px;
            }
            .growth__img--right {
                top: 44px;
                right: -163px;
            }

/*////////////// Model ///////////////*/
.cnt__wrap--model {
    padding-block: 32px 31px;
    position: relative;
    z-index: 0;
}
    .cnt__inner--model {
        position: relative;
    }
        .model__profit {
            margin-top: 47px;
            margin-bottom: 50px;
        }
            .model__profit-ttl {
                font-size: var(--fz-24);
                font-weight: 500;
                line-height: 1.45;
                letter-spacing: 0.05em;
                text-align: center;
                margin-bottom: 24px;
            }
            .model__business {
                display: flex;
                align-items: center;
                justify-content: center;
                gap: 60px;
                margin-bottom: 40px;
                position: relative;
            }
                .model__business-item {
                    width: 247px;
                    display: flex;
                    flex-direction: column;
                    align-items: center;
                }
                .model__business-circle {
                    width: 247px;
                    height: 247px;
                    border-radius: 50%;
                    background-color: var(--color-business-01);
                    position: relative;
                    display: flex;
                    flex-direction: column;
                    align-items: center;
                    gap: 7px;
                    padding-top: 50px;
                }
                .model__business-en {
                    font-size: var(--fz-14);
                    font-weight: 700;
                    letter-spacing: 0.05em;
                    line-height: 1.5;
                    color: var(--color-primary);
                    text-align: center;
                }
                .model__business-ja {
                    font-family: var(--font-noto);
                    font-size: var(--fz-30);
                    font-weight: 500;
                    letter-spacing: 0.05em;
                    line-height: 1.25;
                    text-align: center;
                }
                .model__business-icn {
                    position: absolute;
                    bottom: -36px;
                    right: 24px;
                    width: 188px;
                }
                    .model__business-pc img {
                        width: 100%;
                    }      
                [class*="model__business-cross"] {
                    margin: 0 30px;
                    width: 83px;
                    height: 83px;
                    border-radius: 50%;
                    background-color: var(--color-cross-bg);
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    position: absolute;
                    z-index: 1;
                }
                .model__business-cross--left {
                    top: 80px;
                    left: 345px;
                }
                .model__business-cross--right {
                    top: 80px;
                    right: 345px;
                }
                    [class*="model__business-cross"] img {
                        width: 20px;
                    }
                    
            .model__profit-desc p {
                font-size: var(--fz-16);
                font-weight: 500;
                line-height: 1.65;
                text-align: center;
            }
            .model__efficiency-ttl {
                font-size: var(--fz-24);
                font-weight: 500;
                line-height: 1.45;
                letter-spacing: 0.05em;
                text-align: center;
                margin-bottom: 21px;
            }
            .model__efficiency-desc {
                margin-bottom: 58px;
            }
            .model__efficiency-desc p {
                font-size: var(--fz-16);
                font-weight: 500;
                line-height: 1.65;
                text-align: center;
            }
            
            .model__points {
                display: flex;
                flex-wrap: wrap;
                justify-content: center;
                gap: 24px;
                row-gap: 59px;
            }
                .model__point {
                    display: flex;
                    flex-direction: column;
                    align-items: center;
                    position: relative;
                }
                .model__point-icn {
                    width: 70px;
                    height: 70px;
                    border-radius: 50%;
                    position: absolute;
                    top: -35px;
                    left: 50%;
                    transform: translateX(-50%);
                    z-index: 2;
                }
                    .model__point-icn img {
                        width: 100%;
                        height: 100%;
                    }
                .model__point-box {
                    width: 364px;
                    padding: 45px 20px 20px;
                    border-radius: 14px;
                    text-align: center;
                    z-index: 1;
                    height: 100%;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                }
                    .model__point-box p {
                        font-size: var(--fz-14);
                        font-weight: 500;
                        line-height: 1.65;
                    }
                .model__point--01 .model__point-box {
                    background-color: var(--color-point-01);
                }
                .model__point--02 .model__point-box {
                    background-color: var(--color-point-02);
                }
                .model__point--03 .model__point-box {
                    background-color: var(--color-point-03);
                }
                .model__point--04 .model__point-box {
                    background-color: var(--color-point-04);
                }
                .model__point--05 .model__point-box {
                    background-color: var(--color-point-05);
                }
        .model__bg {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            pointer-events: none;
            z-index: -1;
        }
            .model__egg {
                position: absolute;
            }
            .model__egg--01 {
                top: 915px;
                left: -117px;
            }
            .model__egg--02 {
                top: 395px;
                right: -87px;
            }
            .model__bg-blob {
                position: absolute;
            }
            .model__bg-blob--01 {
                top: -82px;
                left: -390px;
            }
            .model__bg-blob--02 {
                top: 524px;
                right: -391px;
            }

/*////////////// Goal ///////////////*/
.cnt__wrap--goal {
    padding-block: 31px 0;
    position: relative;
    z-index: 0;
}
    .cnt__inner--goal {
        position: relative;
    }
        .goal__content {
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 23px;
            width: 100%;
            margin-top: 47px;
        }
            .goal__text {
                font-size: var(--fz-18);
                font-weight: 500;
                line-height: 1.65;
                text-align: center;
            }
            .goal__text--lead {
                font-size: var(--fz-24);
                line-height: 1.45;
                letter-spacing: 0.05em;
            }
        .goal__bg {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            pointer-events: none;
            z-index: -1;
        }
            .goal__bg-blob,
            .goal__egg {
                position: absolute;
            }
            .goal__bg-blob--01 {
                top: 29px;
                left: -390px;
            }
            .goal__egg--01 {
                top: 105px;
                left: -86px;
            }
            .goal__bg-blob--02 {
                top: 238px;
                right: -147px;
            }
            .goal__egg--02 {
                top: 178px;
                right: -295px;
            }

/*////////////// Campaign Banner //////////////*/
    .cnt__inner--campaign-bnr {
        width: 1060px;
        position: relative;
        min-height: 188px;
    }
        .campaign-bnr__box {
            position: absolute;
            left: 49px;
            top: 38px;
            width: 960px;
            height: 150px;
            background-color: #FFFAF3;
            border: 3px solid var(--color-primary);
            border-radius: 14px;
            box-sizing: border-box;
        }
        .campaign-bnr__left {
            position: absolute;
            left: 0;
            top: 11px;
            width: 305px;
            z-index: 1;
        }
            .campaign-bnr__left-img {
                display: block;
                width: 305px;
                height: 136px;
            }
            .campaign-bnr__left-text {
                position: absolute;
                left: 22px;
                top: 35px;
                width: 252px;
                display: flex;
                flex-direction: column;
                align-items: center;
                gap: 0;
            }
                .campaign-bnr__lead {
                    font-size: var(--fz-18);
                    font-weight: 500;
                    line-height: 1.65;
                    color: #FFFFFF;
                    text-align: center;
                    margin: 0;
                }
                .campaign-bnr__title {
                    font-size: var(--fz-24);
                    font-weight: 500;
                    line-height: 1.45;
                    letter-spacing: 0.05em;
                    color: #FFFFFF;
                    text-align: center;
                    margin: 0;
                }
        .campaign-bnr__body-wrap {
            position: absolute;
            left: 314px;
            top: 69px;
            width: 602px;
            z-index: 1;
        }
            .campaign-bnr__body {
                font-size: var(--fz-16);
                font-weight: 500;
                line-height: 1.65;
                color: var(--text-color);
                text-align: left;
                margin: 0;
            }
            .campaign-bnr__body span {
                font-size: var(--fz-20);
                font-weight: 500;
                color: var(--color-primary);
                margin-left: 3px;
            }
        .campaign-bnr__character {
            position: absolute;
            right: 0;
            top: 0;
            z-index: 1;
        }

/*////////////// contact //////////////*/
.cnt__wrap--contact {
    background: url(../images/contact_bg.webp) no-repeat center / cover;
    padding-block: 115px 140px;
}
    .cnt__inner--contact {
        position: relative;
        z-index: 1;
    }
    .cnt__inner--contact::before {
        content: "";
        width: 148px;
        height: 143px;
        background: url(../images/contact_icn01.webp) no-repeat center / cover;
        position: absolute;
        top: 54px;
        left: 15px;
        z-index: -1;
    }
    .cnt__inner--contact::after {
        content: "";
        width: 197px;
        height: 196px;
        background: url(../images/contact_icn02.webp) no-repeat center / cover;
        position: absolute;
        top: 0;
        right: -37px;
        z-index: -1;
    }
    .contact__top-catch {
        font-size: var(--fz-24);
        font-weight: 500;
        line-height: 1.45;
        letter-spacing: 0.05em;
        text-align: center;
        margin-top: 48px;
    }
    .contact__top-desc {
        font-size: var(--fz-18);
        font-weight: 500;
        line-height: 1.65;
        text-align: center;
        margin-top: 23px;
    }
    .contact__list {
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
        margin-top: 31px;
    }
        [class*="contact__item"] {
            display: flex;
            flex-direction: column;
            align-items: center;
            border-radius: 14px;
            width: 560px;
            height: 156px;
            padding-top: 25px;
            background: var(--color-white);
        }
            .contact__ttl {
                font-size: var(--fz-14);
                font-weight: 500;
                line-height: 1.65;
                text-align: center;
            }
            .contact__tel-desc {
                display: flex;
                align-items: center;
                justify-content: center;
                gap: 6px;
                margin-top: 6px;
                font-size: var(--fz-40);
                font-weight: 500;
                color: var(--color-primary);
                line-height: 1.45;
            }
            .contact__tel-desc::before {
                content: "";
                display: inline-block;
                width: 30px;
                height: 31px;
                background: url(../images/contact_tel-icn.svg) no-repeat center / cover;
            }
            .contact__time {
                font-size: var(--fz-12);
                font-weight: 400;
                line-height: 1.65;
                color: var(--color-gray);
                text-align: center;
                margin-top: 1px;
            }
            [class*="contact__bt"] {
                display: flex;
                align-items: center;
                justify-content: center;
                width: 410px;
                height: 70px;
                border-radius: 9999px;
                margin-top: 10px;
                font-size: var(--fz-18);
                font-weight: 500;
                line-height: 1.65;
                color: #FFF;
                text-align: center;
                position: relative;
                transition: .4s;
            }
            .contact__bt--line {
                background: var(--color-line);
                border: 2px solid var(--color-line);
            }
            .contact__bt--mail {
                background: var(--color-secondary);
                border: 2px solid var(--color-secondary);
            }
            .contact__bt--dl {
                background: var(--color-primary);
                border: 2px solid var(--color-primary);
            }
            [class*="contact__bt"]:hover {
                opacity: 1;
                background: var(--color-white);
            }
            .contact__bt--line:hover {
                color: var(--color-line);
            }
            .contact__bt--mail:hover {
                color: var(--color-secondary);
            }
            .contact__bt--dl:hover {
                color: var(--color-primary);
            }
            [class*="contact__bt"]::after {
                content: "";
                width: 10px;
                height: 8px;
                background: url(../images/contact_arrow.svg) no-repeat center / cover;
                position: absolute;
                right: 18px;
                top: 50%;
                transform: translateY(-50%);
                transition: .4s;
            }
            .contact__bt--line::after {
                width: 8px;
                height: 10px;
                background: url(../images/line_arrow.svg) no-repeat center / cover;
            }
            .contact__bt--line:hover::after {
                background: url(../images/line_arrow-on.svg) no-repeat center / cover;
            }
            .contact__bt--mail:hover::after {
                background: url(../images/mail_arrow-on.svg) no-repeat center / cover;
            }
            .contact__bt--dl:hover::after {
                background: url(../images/dl_arrow-on.svg) no-repeat center / cover;
            }

/*////////////// Worries //////////////*/
.cnt__wrap--worries {
    padding-block: 65px 84px;
}
    .cnt__inner--worries {
        position: relative;
        z-index: 1;
    }
        .cnt__ttl--worries {
            position: relative;
        }
        .worries__content {
            display: flex;
            flex-direction: column;
            gap: 10px;
            align-self: stretch;
            margin-top: 46px;
        }
            .worries__row {
                display: flex;
                justify-content: center;
                gap: 30px;
            }
                .worries__item {
                    width: 320px;
                    height: 229px;
                    background-color: #F2F0FA;
                    border-radius: 9999px;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                }
                    .worries__item-text {
                        font-size: var(--fz-18);
                        font-weight: 500;
                        line-height: 1.65;
                        text-align: center;
                        margin-top: 6px;
                    }
        .worries__banner {
            width: 920px;
            height: 209px;
            background-color: var(--color-primary);
            border-radius: 14px;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            gap: 16px;
            padding: 0 44px;
            margin: 31px auto 0;
            position: relative;
            z-index: 0;
        }
        .worries__banner::before {
            content: "";
            width: 116px;
            height: 115px;
            background: url(../images/worries_icn.webp) no-repeat center / cover;
            position: absolute;
            top: -18px;
            left: -24px;
            z-index: 1;
        }
        .worries__banner::after {
            content: "";
            width: 56px;
            height: 224px;
            background: url(../images/worries_arrow.svg) no-repeat center / cover;
            position: absolute;
            bottom: -84px;
            left: 0;
            right: 0;
            margin: 0 auto;
            z-index: -1;
        }
            .worries__banner-ttl {
                font-size: var(--fz-24);
                font-weight: 500;
                line-height: 1.45;
                letter-spacing: 0.05em;
                text-align: center;
                color: var(--color-white);
            }
            .worries__banner-body {
                font-size: var(--fz-16);
                font-weight: 500;
                line-height: 1.65;
                text-align: center;
                color: var(--color-white);
            }
            .worries__bg {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                pointer-events: none;
                z-index: -1;
            }
                .worries__bg-blob,
                .worries__egg {
                    position: absolute;
                }
                .worries__bg-blob--01 {
                    top: 684px;
                    left: -747px;
                }
                .worries__egg--01 {
                    top: 128px;
                    left: -22px;
                }
                .worries__bg-blob--02 {
                    top: 52px;
                    right: -680px;
                }
                .worries__egg--02 {
                    top: 477px;
                    left: -40px;
                }
                .worries__egg--03 {
                    top: 502px;
                    right: -86px;
                }

/*////////////// Reproducibility //////////////*/
.cnt__wrap--reproducibility {
    padding-block: 57px 31px;
}
    .cnt__inner--reproducibility {
        position: relative;
        z-index: 1;
    }
        .repro__lead {
            font-size: var(--fz-18);
            font-weight: 500;
            line-height: 1.65;
            align-self: stretch;
            margin-top: 47px;
        }
        .repro__content {
            display: flex;
            flex-direction: column;
            gap: 20px;
            align-self: stretch;
            margin-top: 32px;
        }
            .repro__history {
                display: flex;
                align-items: center;
                gap: 8px;
                padding: 50px;
                background-color: #FDE9EC;
                border-radius: 14px;
            }
                .repro__history-main {
                    display: flex;
                    flex-direction: column;
                    gap: 25px;
                    width: 752px;
                }
                    .repro__history-ttl {
                        font-size: var(--fz-30);
                        font-weight: 500;
                        line-height: 1.45;
                        letter-spacing: 0.05em;
                        text-align: left;
                        margin: 0;
                    }
                    .repro__timeline {
                        display: flex;
                        flex-direction: column;
                        gap: 14px;
                        list-style: none;
                        padding: 0;
                        margin: 0;
                        position: relative;
                    }
                    .repro__timeline::before {
                        content: "";
                        position: absolute;
                        top: 15px;
                        left: 101px;
                        width: 0;
                        height: calc(100% - 30px);
                        border-left: 1px dashed var(--color-secondary);
                    }
                        .repro__timeline-item {
                            display: flex;
                            align-items: center;
                            gap: 14px;
                        }
                            .repro__timeline-year {
                                display: flex;
                                justify-content: flex-end;
                                align-items: center;
                                gap: 12px;
                                flex-shrink: 0;
                            }
                                .repro__timeline-label {
                                    width: 83px;
                                    font-size: var(--fz-16);
                                    font-weight: 500;
                                    line-height: 1.65;
                                    text-align: right;
                                }
                                .repro__timeline-dot {
                                    width: 12px;
                                    height: 12px;
                                    border-radius: 50%;
                                    background-color: var(--color-secondary);
                                    flex-shrink: 0;
                                    position: relative;
                                    z-index: 1;
                                }
                            .repro__timeline-text {
                                font-size: var(--fz-16);
                                font-weight: 500;
                                line-height: 1.65;
                                text-align: left;
                                margin: 0;
                            }
                .repro__history-result {
                    width: 280px;
                    height: 280px;
                    background-color: var(--color-secondary);
                    border-radius: 140px;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    padding: 50px 38px;
                    flex-shrink: 0;
                    box-sizing: border-box;
                }
                    .repro__history-result-text {
                        font-size: var(--fz-18);
                        font-weight: 500;
                        line-height: 1.65;
                        text-align: center;
                        color: var(--color-white);
                        margin: 0;
                    }
                .repro__achievements {
                    display: flex;
                    flex-direction: column;
                    gap: 20px;
                    width: 100%;
                }
                    .repro__history-ttl-flex {
                        display: flex;
                        justify-content: space-between;
                    }
                    .repro__achievements-list {
                        display: flex;
                        justify-content: center;
                        flex-wrap: wrap;
                        gap: 16px;
                        width: 1040px;
                        list-style: none;
                        padding: 0;
                        margin: 0;
                    }
                        .repro__achievements-item {
                            background-color: var(--color-white);
                            border-radius: 14px;
                            padding: 20px 15px;
                            width: 336px;
                        }
                            .repro__achievements-text {
                                font-size: var(--fz-14);
                                font-weight: 500;
                                line-height: 1.65;
                                text-align: center;
                                color: var(--color-secondary);
                                margin: 0;
                            }
                    .repro__achievements-note {
                        font-size: var(--fz-14);
                        font-weight: 500;
                        line-height: 1.65;
                        margin: 0;
                    }
        .repro__bg {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            pointer-events: none;
            z-index: -1;
        }
            .repro__bg-blob,
            .repro__egg {
                position: absolute;
            }
            .repro__bg-blob--01 {
                top: 536px;
                left: -576px;
            }
            .repro__egg--01 {
                top: 822px;
                left: -174px;
            }
            .repro__bg-blob--02 {
                top: 103px;
                right: -216px;
            }
            .repro__egg--02 {
                top: 49px;
                left: 910px;
            }
            .repro__bg-blob--03 {
                top: 822px;
                right: -646px;
            }

/*////////////// Support //////////////*/
.cnt__wrap--support {
    padding-block: 31px 0;
}
    .cnt__inner--support {
        position: relative;
        z-index: 1;
    }
        .support__content {
            display: flex;
            flex-direction: column;
            gap: 20px;
            align-self: stretch;
            margin-top: 47px;
        }
            .support__box {
                background-color: #FAFBE9;
                border-radius: 14px;
                padding: 50px;
                display: flex;
                flex-direction: column;
                gap: 25px;
            }
            .support__box--img-right {
                flex-direction: row;
                align-items: center;
                gap: 40px;
            }
            .support__box--col {
                flex-direction: column;
                gap: 25px;
            }
                .support__ttl-wrap {
                    display: flex;
                    align-items: center;
                    gap: 15px;
                    height: 98px;
                }
                    .support__num {
                        font-family: "Zen Maru Gothic", sans-serif;
                        font-size: 120px;
                        font-weight: 500;
                        line-height: 0.55;
                        letter-spacing: 0.05em;
                        text-align: center;
                        color: #D8DD9D;
                        width: 126px;
                        height: 84px;
                        flex-shrink: 0;
                    }
                    .support__ttl {
                        display: flex;
                        flex-direction: column;
                        gap: 10px;
                    }
                        .support__point {
                            display: inline-block;
                            width: fit-content;
                            background-color: #B6C21D;
                            border-radius: 8px;
                            padding: 7px 16px 8px;
                            font-size: var(--fz-20);
                            font-weight: 500;
                            line-height: 1.45;
                            letter-spacing: 0.05em;
                            text-align: left;
                            color: var(--color-white);
                            margin: 0;
                        }
                        .support__ttl-text {
                            font-size: var(--fz-30);
                            font-weight: 500;
                            line-height: 1.45;
                            letter-spacing: 0.05em;
                            text-align: left;
                            margin: 0;
                        }
                .support__body {
                    font-size: var(--fz-16);
                    font-weight: 500;
                    line-height: 1.62;
                    text-align: left;
                    margin: 0;
                }
                .support__box-left {
                    display: flex;
                    flex-direction: column;
                    gap: 25px;
                    width: 610px;
                    flex-shrink: 0;
                }
                .support__body-wrap {
                    display: flex;
                    flex-direction: column;
                    gap: 12px;
                }
                .support__img {
                    border-radius: 14px;
                    flex-shrink: 0;
                }
                .support__box-row {
                    display: flex;
                    align-items: center;
                    gap: 40px;
                }
                .support__items {
                    display: flex;
                    gap: 20px;
                }
                .support__items--culture {
                    gap: 19px;
                }
                    .support__item {
                        background-color: var(--color-white);
                        border-radius: 14px;
                        padding: 20px 15px;
                        height: 237px;
                        width: 245px;
                        display: flex;
                        flex-direction: column;
                        align-items: center;
                        gap: 6px;
                        box-sizing: border-box;
                    }
                    .support__item--culture {
                        width: 338px;
                    }
                        .support__item-ttl {
                            font-size: var(--fz-18);
                            font-weight: 500;
                            line-height: 1.65;
                            text-align: center;
                            color: #A7B221;
                            margin: 0;
                        }
                        .support__item-body {
                            font-size: var(--fz-14);
                            font-weight: 500;
                            line-height: 1.65;
                            text-align: left;
                            margin: 0;
                        }
        .support__bg {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            pointer-events: none;
            z-index: 0;
        }
            .support__bg-blob,
            .support__egg,
            .support__icn {
                position: absolute;
            }
            .support__bg-blob--01 {
                top: 227px;
                left: -724px;
            }
            .support__egg--01 {
                top: 138px;
                left: -125px;
            }
            .support__bg-blob--02 {
                top: 1188px;
                left: -259px;
            }
            .support__egg--02 {
                top: 1137px;
                left: -215px;
            }
            .support__bg-blob--03 {
                top: 1980px;
                left: -498px;
            }
            .support__egg--03 {
                top: 725px;
                right: -81px;
            }
            .support__bg-blob--04 {
                top: 1072px;
                right: -614px;
            }
            .support__egg--04 {
                top: 2305px;
                right: -198px;
            }
            .support__bg-blob--05 {
                top: 1851px;
                right: -286px;
            }
            .support__icn--01 {
                top: 1947px;
                right: 128px;
            }

/*////////////// Really //////////////*/
.cnt__wrap--really {
    padding-block: 62px 30px;
}
    .cnt__inner--really {
        position: relative;
        z-index: 1;   
    }
        .really__lead {
            font-size: var(--fz-18);
            font-weight: 500;
            line-height: 1.65;
            text-align: center;
            align-self: stretch;
            margin-top: 47px;
        }
        .really__history {
            background-color: #FDE9EC;
            border-radius: 14px;
            padding: 50px;
            display: flex;
            flex-direction: column;
            gap: 25px;
            align-self: stretch;
            margin-top: 31px;
        }
            .really__history-main {
                display: flex;
                flex-direction: column;
                gap: 25px;
            }
                .really__history-ttl {
                    font-size: var(--fz-30);
                    font-weight: 500;
                    line-height: 1.45;
                    letter-spacing: 0.05em;
                    text-align: center;
                    margin: 0;
                }
                .really__history-body {
                    font-size: var(--fz-16);
                    font-weight: 500;
                    line-height: 1.65;
                    text-align: left;
                    margin: 0;
                }
            .really__history-bottom {
                display: flex;
                gap: 30px;
            }
                .really__case {
                    background-color: var(--color-white);
                    border-radius: 14px;
                    padding: 21px 20px;
                    height: fit-content;                
                    display: flex;
                    flex-direction: column;
                    gap: 18px;
                }
                    .really__case-ttl {
                        display: flex;
                        flex-direction: column;
                        gap: 10px;
                    }
                        .really__case-heading {
                            font-size: var(--fz-24);
                            font-weight: 500;
                            line-height: 1.45;
                            letter-spacing: 0.05em;
                        }
                        .really__case-meta {
                            display: flex;
                            align-items: center;
                            gap: 10px;
                        }
                            .really__case-year {
                                background-color: var(--color-secondary);
                                border-radius: 5px;
                                padding: 4px 8px 5px 8px;
                                font-size: var(--fz-16);
                                font-weight: 500;
                                color: var(--color-white);
                                flex-shrink: 0;
                            }
                            .really__case-staff {
                                font-size: var(--fz-16);
                                font-weight: 500;
                                line-height: 1.65;
                                text-align: left;
                                width: 383px;
                                margin: 0;
                            }
                    .really__case-list {
                        display: flex;
                        flex-direction: column;
                        gap: 9px;
                        list-style: none;
                        padding: 0;
                        margin: 0;
                    }
                        .really__case-row {
                            display: flex;
                            gap: 30px;
                        }
                            .really__case-item {
                                display: flex;
                                align-items: center;
                                gap: 18px;
                            }
                            .really__case-item--wide {
                                width: 240px;
                            }
                                .really__case-label {
                                    font-size: var(--fz-16);
                                    font-weight: 500;
                                    line-height: 1.65;
                                    text-align: left;
                                }
                                .really__case-label--narrow {
                                    width: 96px;
                                }
                                .really__case-value {
                                    font-size: var(--fz-16);
                                    font-weight: 500;
                                    line-height: 1.65;
                                    text-align: left;
                                    color: var(--color-secondary);
                                }
                                .really__case-value span {
                                    font-size: var(--fz-24);
                                    font-weight: 500;
                                    letter-spacing: 0.05em;
                                    color: var(--color-secondary);
                                }
                        .really__case-divider {
                            border-bottom: 1px dashed #FFC4CD;
                            width: 530px;
                        }
                    .really__case-note {
                        font-size: var(--fz-12);
                        font-weight: 400;
                        line-height: 1.65;
                        text-align: left;
                        color: var(--color-gray);
                        margin: 2px 0 0 3px;
                    }
                .really__balloon {
                    width: 398px;
                    height: 290px;
                    padding: 0 38px 10px 0;
                    background: url(../images/really_txt-bg.webp) no-repeat center / cover;
                    border-radius: 14px;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    position: relative;
                    flex-shrink: 0;
                }
                    .really__balloon-text {
                        font-size: var(--fz-24);
                        font-weight: 500;
                        line-height: 1.45;
                        letter-spacing: 0.05em;
                        text-align: center;
                        color: var(--color-white);
                        margin: 0;
                    }
                    .really__character {
                        position: absolute;
                        bottom: 7px;
                        right: -56px;
                    }
        .really__bg {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            pointer-events: none;
            z-index: -1;
        }
            .really__bg-blob,
            .really__egg {
                position: absolute;
            }
            .really__bg-blob--01 {
                top: -39px;
                left: -643px;
            }
            .really__egg--01 {
                top: 690px;
                left: -170px;
            }
            .really__bg-blob--02 {
                top: 654px;
                right: -529px;
            }
            .really__egg--02 {
                top: 356px;
                right: -191px;
            }

/*////////////// Innovation //////////////*/
.cnt__wrap--innovation {
    padding-block: 30px;
}
.cnt__inner--innovation {
    position: relative;
    z-index: 1;
}
    .cnt__balloon-ttl--innovation {
        width: 224px;
        height: 146px;
        padding: 39px 4px 0 0;
        background: url(../images/innovation_txt-bg.webp) no-repeat center / cover;
        position: absolute;
        top: -84px;
        left: 160px;
    }
    .cnt__balloon-ttl--innovation span {
        font-size: var(--fz-18);
        font-weight: 500;
        color: var(--color-white);
        letter-spacing: 0;
        line-height: 1.65;
        transform: rotate(-7deg);
        display: block;
    }
    .innovation__list {
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
        width: 1140px;
        margin-top: 47px;
    }
        .innovation__card {
            background-color: var(--color-point-02);
            border-radius: 14px;
            padding: 50px;
            display: flex;
            flex-direction: column;
            gap: 25px;
            width: 560px;
        }
        .innovation__card--wide {
            width: 1140px;
        }
            .innovation__card-ttl {
                font-size: var(--fz-30);
                font-weight: 500;
                line-height: 1.45;
                letter-spacing: 0.05em;
                text-align: left;
                margin: 0;
            }
            .innovation__card-body {
                font-size: var(--fz-16);
                font-weight: 500;
                line-height: 1.65;
                text-align: left;
                margin: 0;
            }
        .innovation__bg {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            pointer-events: none;
            z-index: -1;
        }
            .innovation__bg-blob,
            .innovation__egg {
                position: absolute;
            }
            .innovation__bg-blob--01 {
                top: 68px;
                left: -599px;
            }
            .innovation__egg--01 {
                top: 623px;
                left: -266px;
            }
            .innovation__bg-blob--02 {
                top: 525px;
                right: -338px;
            }
            .innovation__egg--02 {
                top: 356px;
                right: -163px;
            }

/*////////////// Vision //////////////*/
.cnt__wrap--vision {
    padding-block: 30px 0;
}
.cnt__inner--vision {
    position: relative;
    z-index: 1;
}
    .vision__content {
        display: flex;
        flex-direction: column;
        gap: 24px;
        width: 1140px;
        margin-top: 48px;
    }
        .vision__text {
            font-size: var(--fz-18);
            font-weight: 500;
            line-height: 1.65;
            text-align: left;
            margin: 0;
        }
    .vision__bg {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        pointer-events: none;
        z-index: -1;
    }
        .vision__bg-blob,
        .vision__egg {
            position: absolute;
        }
        .vision__bg-blob--01 {
            top: -38px;
            left: -691px;
        }
        .vision__egg--01 {
            top: 231px;
            left: -129px;
        }
        .vision__bg-blob--02 {
            top: 479px;
            left: -316px;
        }
        .vision__egg--02 {
            top: 0;
            right: 71px;
        }
        .vision__bg-blob--03 {
            top: 147px;
            right: -685px;
        }

/*////////////// Start //////////////*/
.cnt__wrap--start {
    padding-block: 64px 0;
}
.cnt__inner--start {
    position: relative;
    z-index: 1;
}
.cnt__ttl--start {
    position: relative;
}
.cnt__balloon-ttl--start {
    width: 214px;
    height: 119px;
    padding: 29px 0 0 5px;
    background: url(../images/start_ttl-bg.webp) no-repeat center / cover;
    position: absolute;
    top: -54px;
    right: 209px;
}
.cnt__balloon-ttl--start span {
    font-size: var(--fz-18);
    font-weight: 500;
    color: var(--color-white);
    letter-spacing: 0;
    transform: rotate(4deg);
    display: block;
}
    .start__flow {
        display: flex;
        align-items: center;
        gap: 7px;
        margin-top: 47px;
    }
        .start__flow-item {
            position: relative;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 47px 15px 15px;
            height: 114px;
            border-radius: 8px;
            width: 267px;
        }
        .start__flow-item--01 {
            background-color: #F6D463;
        }
        .start__flow-item--02 {
            background-color: #BBC4FF;
        }
        .start__flow-item--03 {
            background-color: #C3D89D;
        }
        .start__flow-item--04 {
            background-color: #87CECD;
        }
            .start__flow-step {
                position: absolute;
                top: 2px;
                left: 2px;
                display: flex;
                align-items: center;
                justify-content: center;
                width: 263px;
                height: 30px;
                border-radius: 7px 7px 0px 0px;
                font-size: var(--fz-18);
                font-weight: 500;
                line-height: 1.65;
            }
            .start__flow-item--01 .start__flow-step {
                background-color: #fff;
                color: #F6D463;
            }
            .start__flow-item--02 .start__flow-step {
                background-color: #fff;
                color: #BBC4FF;
            }
            .start__flow-item--03 .start__flow-step {
                background-color: #fff;
                color: #C3D89D;
            }
            .start__flow-item--04 .start__flow-step {
                background-color: #fff;
                color: #87CECD;
            }
            .start__flow-text {
                font-size: var(--fz-16);
                font-weight: 500;
                line-height: 1.65;
                text-align: center;
                margin: 0;
            }
    .start__detail-list {
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
        width: 1140px;
        list-style: none;
        padding: 0;
        margin-top: 30px;
    }
        .start__detail-item {
            display: flex;
            flex-direction: column;
            gap: 12px;
            padding: 20px;
            border-radius: 14px;
            background-color: var(--color-white);
            box-shadow: 0px 2px 10px 0px rgba(185, 185, 185, 1);
            width: 560px;
        }
            .start__detail-ttl {
                display: flex;
                align-items: center;
                gap: 10px;
            }
                .start__detail-step {
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    padding: 5px 15px 8px;
                    border-radius: 8px;
                    font-size: var(--fz-16);
                    font-weight: 500;
                    flex-shrink: 0;
                }
                .start__detail-step--01 {
                    background-color: #F6D463;
                }
                .start__detail-step--02 {
                    background-color: #BBC4FF;
                }
                .start__detail-step--03 {
                    background-color: #C3D89D;
                }
                .start__detail-step--04 {
                    background-color: #87CECD;
                }
                .start__detail-heading {
                    font-size: var(--fz-24);
                    font-weight: 500;
                    line-height: 1.45;
                    letter-spacing: 0.05em;
                    text-align: left;
                    margin: 0;
                }
            .start__detail-body {
                font-size: var(--fz-14);
                font-weight: 500;
                line-height: 1.65;
                text-align: left;
                margin: 0;
            }
    .start__bg {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        pointer-events: none;
        z-index: -1;
    }
        .start__bg-blob,
        .start__egg {
            position: absolute;
        }
        .start__bg-blob--01 {
            top: 92px;
            left: -563px;
        }
        .start__egg--01 {
            top: 45px;
            left: -302px;
        }
        .start__bg-blob--02 {
            top: 586px;
            left: -215px;
        }
        .start__egg--02 {
            top: 348px;
            right: -171px;
        }
        .start__bg-blob--03 {
            top: 466px;
            right: -541px;
        }

/*////////////// Owner //////////////*/
.cnt__wrap--owner {
    padding-block: 62px 31px;
}
.cnt__inner--owner {
    position: relative;
    z-index: 1;
}
    .owner__list {
        display: flex;
        flex-direction: column;
        gap: 20px;
        width: 1140px;
        margin-top: 47px;
    }
        .owner__item {
            display: flex;
            align-items: center;
            gap: 40px;
            padding: 50px;
            border-radius: 14px;
        }
        .owner__item--01 {
            background-color: #FFF3BF;
        }
        .owner__item--02 {
            background-color: #DBF8FF;
        }
        .owner__item--03 {
            background-color: #FDEFF1;
        }
        .owner__item--04 {
            background-color: #E8F5F2;
        }
        .owner__item--05 {
            background-color: #E8E6F3;
        }
        .owner__item--06 {
            background-color: #FFF8DA;
        }
        .owner__item--07 {
            background-color: #FAFBE9;
        }
            .owner__img-wrap {
                display: flex;
                flex-direction: column;
                flex-shrink: 0;
            }
                .owner__img {
                    border-radius: 14px;
                    object-fit: cover;
                }
                .owner__badge {
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    width: 390px;
                    padding: 7px 16px 8px;
                    border-radius: 8px;
                    font-size: var(--fz-14);
                    font-weight: 500;
                    line-height: 1.65;
                    text-align: center;
                    color: var(--color-white);
                    margin-top: 20px;
                }
                .owner__badge span {
                    font-size: var(--fz-12);
                    font-weight: 500;
                    line-height: 1.65;
                    color: var(--color-white);
                }
                .owner__badge span span {
                    font-size: var(--fz-14);
                    font-weight: 500;
                    line-height: 1.65;
                    color: var(--color-white);
                }
                .owner__badge--01 {
                    background-color: #F06E10;
                }
                .owner__badge--02 {
                    background-color: #4395F3;
                }
                .owner__badge--03 {
                    background-color: #F66565;
                }
                .owner__badge--04 {
                    background-color: #2B8F92;
                }
                .owner__badge--05 {
                    background-color: #8B76F9;
                }
                .owner__badge--06 {
                    background-color: #ED9F21;
                }
                .owner__badge--07 {
                    background-color: #B6C21D;
                }
                .owner__name {
                    font-family: 'Zen Maru Gothic', sans-serif;
                    font-size: var(--fz-20);
                    font-weight: 500;
                    line-height: 1.65;
                    text-align: center;
                    width: 390px;
                    margin-top: 8px;
                }
                .owner__name--01 {
                    color: #F06E10;
                }
                .owner__name--02 {
                    color: #4395F3;
                }
                .owner__name--03 {
                    color: #F66565;
                }
                .owner__name--04 {
                    color: #2B8F92;
                }
                .owner__name--05 {
                    color: #8A76F9;
                }
                .owner__name--06 {
                    color: #ED9F21;
                }
                .owner__name--07 {
                    color: #B6C21D;
                }
            .owner__content {
                display: flex;
                flex-direction: column;
                gap: 25px;
            }
                .owner__ttl {
                    font-size: var(--fz-30);
                    font-weight: 500;
                    line-height: 1.45;
                    letter-spacing: 0.05em;
                    text-align: left;
                    margin: 0;
                }
                .owner__body {
                    font-size: var(--fz-16);
                    font-weight: 500;
                    line-height: 1.62;
                    text-align: left;
                    width: 610px;
                    margin: 0;
                }
        .owner__bg {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            pointer-events: none;
            z-index: 0;
        }
            .owner__bg-blob,
            .owner__egg {
                position: absolute;
            }
            .owner__bg-blob--01 {
                top: -38px;
                left: -645px;
            }
            .owner__egg--01 {
                top: 576px;
                left: -256px;
            }
            .owner__bg-blob--02 {
                top: 900px;
                left: -256px;
            }
            .owner__egg--02 {
                top: 2339px;
                left: -294px;
            }
            .owner__bg-blob--03 {
                top: 1687px;
                left: -507px;
            }
            .owner__egg--03 {
                top: 3388px;
                left: -38px;
            }
            .owner__bg-blob--04 {
                top: 3257px;
                left: -599px;
            }
            .owner__egg--04 {
                top: 342px;
                right: -292px;
            }
            .owner__bg-blob--05 {
                top: 601px;
                right: -685px;
            }
            .owner__egg--05 {
                top: 1585px;
                right: -248px;
            }
            .owner__bg-blob--06 {
                top: 2066px;
                right: -256px;
            }
            .owner__egg--06 {
                top: 3245px;
                right: -346px;
            }
            .owner__bg-blob--07 {
                top: 2657px;
                right: -669px;
            }

/*////////////// Message //////////////*/
.cnt__wrap--message {
    padding-block: 32px 0;
}
.cnt__inner--message {
    position: relative;
    z-index: 1;
}
    .message__content {
        display: flex;
        justify-content: center;
        gap: 40px;
        margin-top: 47px;
    }
        .message__img {
            border-radius: 20px;
            object-fit: cover;
            flex-shrink: 0;
        }
        .message__text-wrap {
            display: flex;
            flex-direction: column;
            gap: 30px;
        }
            .message__ttl {
                font-size: var(--fz-30);
                font-weight: 500;
                line-height: 1.45;
                letter-spacing: 0.05em;
                text-align: left;
                margin: 0;
                white-space: nowrap;
            }
            .message__body {
                font-size: var(--fz-18);
                font-weight: 500;
                line-height: 1.67;
                text-align: left;
                width: 660px;
                margin: 0;
            }
            .message__sign {
                font-size: var(--fz-18);
                font-weight: 500;
                line-height: 1.65;
                text-align: right;
                width: 660px;
                margin: 0;
            }
            .message__sign span {
                font-family: "Zen Maru Gothic", sans-serif;
                font-size: var(--fz-24);
                line-height: 1.45;
                font-weight: 500;
                letter-spacing: 0.05em;
                text-align: right;
            }
        .message__bg {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            pointer-events: none;
            z-index: 0;
        }
            .message__bg-blob,
            .message__egg {
                position: absolute;
            }
            .message__bg-blob--01 {
                top: 590px;
                left: -277px;
            }
            .message__egg--01 {
                top: 509px;
                right: -179px;
            }
            .message__bg-blob--02 {
                top: 231px;
                right: -262px;
            }
            .message__bg-blob--03 {
                top: 431px;
                right: -634px;
            }


.cnt__wrap--campaign-bnr-bottom {
    padding-block: 30px 70px;
}
.header__btn--tel {
    display: flex;
    align-items: center;
    gap: 25px;
    width: 529px;
    height: 95px;
    padding: 0 47px;
    background: #F06E10;
    border-radius: 53px;
    transition: .4s;
    cursor: auto;
}
.header__btn--tel:hover {
    right: 360px;
}
    .bt_tel_num {
        display: flex;
        flex-direction: column;
        gap: 0px;
        position: relative;
        top: auto;
        left: auto;
        padding-bottom: 8px;
        font-size: 25px;
        font-weight: 400;
        line-height: 1;
        letter-spacing: 0.06em;
        color: #fff;
    }
    .bt_tel_num span {
        font-family: "Zen Maru Gothic", sans-serif;
        color: #fff;
    }