@-webkit-keyframes reflection {
    0% {
        -webkit-transform: scale(0) rotate(45deg);
        transform: scale(0) rotate(45deg);
        opacity: 0;
    }
    80% {
        -webkit-transform: scale(0) rotate(45deg);
        transform: scale(0) rotate(45deg);
        opacity: 0.25;
    }
    81% {
        -webkit-transform: scale(4) rotate(45deg);
        transform: scale(4) rotate(45deg);
        opacity: 0.4;
    }
    100% {
        -webkit-transform: scale(50) rotate(45deg);
        transform: scale(50) rotate(45deg);
        opacity: 0;
    }
}
@keyframes reflection {
    0% {
        -webkit-transform: scale(0) rotate(45deg);
        transform: scale(0) rotate(45deg);
        opacity: 0;
    }
    80% {
        -webkit-transform: scale(0) rotate(45deg);
        transform: scale(0) rotate(45deg);
        opacity: 0.25;
    }
    81% {
        -webkit-transform: scale(4) rotate(45deg);
        transform: scale(4) rotate(45deg);
        opacity: 0.4;
    }
    100% {
        -webkit-transform: scale(50) rotate(45deg);
        transform: scale(50) rotate(45deg);
        opacity: 0;
    }
}
/* ========================
Base
======================== */
* {
    box-sizing: border-box;
}

:root {
    --scoop-depth: 110px;
}

@media screen and (max-width: 768px) {
    :root {
        --scoop-depth: 44px;
    }
}

html {
    font-size: 62.5%;
}

body {
    --ff-ja: 'Noto Sans JP', sans-serif;
    --ff-en: 'Roboto', sans-serif;

    --text: #4b4651;
    --primary: #9133e3;
    --secondary: #ff2da1;
    --yellow: #f0ff1c;
    --white: #fff;
    --black: #6a6a6a;

    --grad: linear-gradient(to right, var(--primary) 18%, #ff31a2 100%);

    position: relative;
    color: var(--text);
    font-family: var(--ff-ja);
    font-weight: 400;
    line-height: 1.5;
}

img {
    max-width: 100%;
}

a {
    color: var(--primary);
}

a:hover,
a:focus {
    opacity: 0.8;
}

ul,
ol {
    list-style: none;
}

em,
address,
b {
    font-style: normal;
}

/* ========================
Common
======================== */
.btn {
    display: block;
    position: relative;
    aspect-ratio: 372/72;
    border-radius: 999em;
}
@media screen and (max-width: 768px) {
    .btn {
    }
}
.btn_appeal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    left: 12px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 54px;
    height: 54px;
    background-color: #fff;
    border-radius: 50%;
}
@media screen and (max-width: 768px) {
    .btn_appeal {
        width: 39px;
        height: 39px;
    }
}
.btn_appeal-inner {
    text-align: center;
    color: #c91818;
    font-size: 15px;
    font-weight: bold;
}
@media screen and (max-width: 768px) {
    .btn_appeal-inner {
        font-size: 11px;
    }
}
.btn_recommend {
    display: block;
    font-size: 15px;
    letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
    .btn_recommend {
        font-size: 11px;
    }
}
.btn--gritter {
    overflow: hidden;
    position: relative;
}
.btn--gritter::before {
    content: '';
    display: block;
    height: 100%;
    width: 10%;
    position: absolute;
    top: -50%;
    left: -78px;
    background-color: #fff;
    opacity: 0;
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-animation: reflection 3s ease-in-out infinite;
    animation: reflection 3s ease-in-out infinite;
}

.btn-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 17px;
    padding-right: 17px;
    margin-top: 16px;
}

.sect-title {
    --_ar: 503/164;

    font-weight: 600;
    line-height: 1.2;
    font-size: clamp(2.6rem, 1vw + 2rem, 3.2rem);
    aspect-ratio: var(--_ar);
    text-align: center;
    width: max-content;
    margin-inline: auto;

    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;

    &#about {
        background-image: url(../images/about_title-bg.png);
        padding: 57px 40px 21px 68px;
    }

    &#comparison {
        --_ar: 498/116;

        background-image: url(../images/about2_title-bg.png);
        padding: 52px 130px 20px 152px;
    }

    &#reason {
        --_ar: 498/143;

        font-size: clamp(2.4rem, 2vw + 0.75rem, 3.6rem);
        background-image: url(../images/merit_title-bg.png);
        padding: 36px 68px 21px 91px;
        color: var(--white);
    }

    &#model {
        --_ar: 485/122;

        font-size: clamp(2.4rem, 2vw + 0.75rem, 3.6rem);
        background-image: url(../images/model_title-bg.png);
        padding: 52px 94px 27px 104px;
        color: var(--white);
    }

    &#voice {
        --_ar: 498/109;

        font-size: clamp(2.4rem, 2vw + 0.75rem, 3.6rem);
        background-image: url(../images/voice_title-bg.png);
        padding: 45px 128px 21px 170px;
        color: var(--primary);
    }
    &#achievement {
        --_ar: 530/133;

        font-size: clamp(2.4rem, 2vw + 0.75rem, 3.6rem);
        background-image: url(../images/revenue_title-bg.png);
        padding: 63px 166px 27px 220px;
        color: var(--yellow);
    }

    &#flow {
        --_ar: 495/106;

        font-size: clamp(2.4rem, 2vw + 0.75rem, 3.6rem);
        background-image: url(../images/flow_title-bg.png);
        padding: 42px 77px 21px 96px;
        color: var(--primary);
    }
}

@media screen and (max-width: 768px) {
    .sect-title {
        &#about {
            background-image: url(../images/about_title-bg.png);
            padding: 40px 24px 13px 46px;
            translate: calc(-20 / 375 * 100vw) 0;
            width: calc(100% + 20 / 375 * 100vw);
        }

        &#comparison {
            padding: 37px 20px 19px;
            max-width: 400px;
            translate: calc(-10 / 375 * 100vw) 0;
            width: calc(100% + 10 / 375 * 100vw);
        }

        &#reason {
            padding: 25px 20px 12px;
            max-width: 350px;
            translate: calc(-10 / 375 * 100vw) 0;
            width: calc(100% + 10 / 375 * 100vw);
        }

        &#model {
            padding: 36px 20px 15px;
            max-width: 350px;
            translate: calc(-5 / 375 * 100vw) 0;
            width: calc(100% + 5 / 375 * 100vw);
        }

        &#voice {
            padding: 30px 20px 18px;
            max-width: 350px;
            translate: calc(-10 / 375 * 100vw) 0;
            width: calc(100% + 10 / 375 * 100vw);
        }

        &#achievement {
            padding: 44px 10px 15px 25px;
            max-width: 350px;
            translate: calc(-13 / 375 * 100vw) 0;
            width: calc(100% + 15 / 375 * 100vw);
        }

        &#flow {
            padding: 29px 10px 18px 25px;
            max-width: 350px;
            translate: calc(-8 / 375 * 100vw) 0;
            width: calc(100% + 8 / 375 * 100vw);
        }
    }
}

.fadeup {
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.fadeup.show {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

/* === Slick === */
.slick-list {
    margin-left: -20px;
    margin-right: -20px;
}
.slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.slick-slide {
    float: none;
    height: auto;
}
.slick-slide:not(.slick-current) * {
    -webkit-filter: none;
    filter: none;
}
.slick-prev,
.slick-next {
    display: block;
    position: absolute;
    top: 50%;
    z-index: 1;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 29px;
    height: 116px;
    padding: 0;
    background-color: color-mix(in srgb, var(--secondary) 60%, transparent 40%);
    border: none;
    outline: none;
    color: transparent;
    cursor: pointer;
}
.slick-prev::after,
.slick-next::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-70%, -50%) rotate(-45deg);
    transform: translate(-70%, -50%) rotate(-45deg);
    width: 10px;
    height: 10px;
    border-right: 3px solid #fff;
    border-bottom: 3px solid #fff;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    outline: none;
    color: transparent;
}
.slick-prev {
    -webkit-transform: translateY(-50%) scale(-1, 1);
    transform: translateY(-50%) scale(-1, 1);
    left: -20px;
}
.slick-next {
    right: -20px;
}
.slick-disabled {
    opacity: 0;
    cursor: auto;
}
.slick-disabled:hover,
.slick-disabled:focus {
    opacity: 0;
}
.slick-dotted.slick-slider {
}
.slick-dots {
    display: block;
    position: absolute;
    bottom: -24px;
    width: 100%;
    text-align: center;
}
.slick-dots li {
    display: inline-block;
    margin: 0 4px;
    cursor: pointer;
}
.slick-dots li button {
    display: block;
    width: 12px;
    height: 12px;
    padding: 0;
    background-color: #d8d8d8;
    border: 0;
    outline: none;
    color: transparent;
    font-size: 0px;
    line-height: 0px;
    cursor: pointer;
    border-radius: 50%;
}
.slick-dots li.slick-active button {
    background-color: var(--secondary);
}

.cont {
    padding: 70px 20px;
}
@media screen and (max-width: 768px) {
    .cont {
        padding-top: 40px;
        padding-bottom: 50px;
    }
}
.cont_inner {
    max-width: 1000px;
    margin: 0 auto;
}

/* 円弧 */
.arc-section_wrap {
    overflow: hidden;
}
.arc-section--bottom {
    --_bg: #6a28ce;

    border-bottom-right-radius: 2000px 300px;
    border-bottom-left-radius: 2000px 300px;
    margin-left: -200px;
    margin-right: -200px;
    padding-left: 200px;
    padding-right: 200px;
}

@media screen and (max-width: 768px) {
    .arc-section--bottom {
        --_bg: #6a28ce;

        border-bottom-right-radius: 1600px 550px;
        border-bottom-left-radius: 1600px 550px;
        margin-left: -200px;
        margin-right: -200px;
        padding-left: 200px;
        padding-right: 200px;
    }
}

/* 下端えぐり */
.scoop-bottom {
    padding-bottom: calc(2rem + var(--scoop-depth));
    clip-path: shape(
        from 0% 0%,
        hline to 100%,
        vline to 100%,
        curve to 0% 100% with 50% calc(100% - var(--scoop-depth)),
        close
    );
}

/* 上端えぐり */
.scoop-top {
    padding-top: calc(2rem + var(--scoop-depth));
    clip-path: shape(from 0% 0%, curve to 100% 0% with 50% var(--scoop-depth), vline to 100%, hline to 0%, close);
}

/* 上下両方えぐり */
.scoop-both {
    padding-top: calc(2rem + var(--scoop-depth));
    padding-bottom: calc(2rem + var(--scoop-depth));
    clip-path: shape(
        from 0% 0%,
        curve to 100% 0% with 50% var(--scoop-depth),
        vline to 100%,
        curve to 0% 100% with 50% calc(100% - var(--scoop-depth)),
        close
    );
}

/* ========================
Blocks
======================== */
.header {
    position: absolute;
    top: 0;
    left: 50%;
    translate: -50% 0;
    width: 100%;
    max-width: 1018px;
    z-index: 100;
}

.header_inner {
    width: max-content;
    position: relative;
    padding: 12px;
    display: grid;
    place-items: center;
    background: var(--white);
    border-radius: 0 0 15px 15px;
    z-index: 100;
    box-shadow: 6px 6px 15px 0px rgba(0, 0, 0, 0.25);
    margin: 0;
}

.header-logo {
    display: flex;
    flex-direction: column;
    gap: 32px;
    align-items: center;
    position: relative;

    &::before,
    &::after {
        content: '';
        position: absolute;
        top: 57%;
        left: 50%;
        translate: -50% -50%;
        width: 16px;
        height: 1px;
        background: #000;
        rotate: -45deg;
    }
    &::after {
        rotate: 45deg;
    }
}

.header_brand-logo {
    aspect-ratio: 83/72;
    width: clamp(52px, calc(83 / 1440 * 100vw), 83px);
}

.header_fcs-logo {
    aspect-ratio: 153/45;
    width: 153px;
}

@media screen and (max-width: 1320px) {
    .header {
        max-width: 100%;
        width: max-content;
        left: 20px;
        translate: 0;
    }

    .header-logo {
        flex-direction: row;
        position: relative;

        &::before,
        &::after {
            left: clamp(70px, calc(90 / 1320 * 100vw), 90px);
        }
    }
}

@media screen and (max-width: 768px) {
    .header {
        width: 100%;
        left: auto;
        translate: 0;
    }

    .header_inner {
        border-radius: 0;
        width: 100%;
        padding: 6px;
    }
}
.hero {
    background: url(../images/hero_bg.jpg) no-repeat center top/cover;
    padding-block: 32px 44px;
    position: relative;
    z-index: 5;
}

.hero_inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-inline: 20px;
}

.hero_main {
    aspect-ratio: 466/435;
    width: clamp(307px, calc(466 / 1440 * 100vw), 466px);
}

.hero_appeals {
    display: flex;
    justify-content: center;
    gap: 20px;
    width: 100%;
    max-width: 989px;
}

.hero_appeal {
    padding: 13px 16px;
    background: color-mix(in srgb, #6b009d 60%, transparent 40%);
    text-align: center;
    color: var(--white);
    display: grid;
    place-items: center;
    flex-shrink: 0;

    &:last-child {
        flex-grow: 1;
    }
}

.hero_appeal-text {
    font-size: clamp(1.3rem, 1vw + 0.75rem, 2rem);
    font-weight: 500;
    white-space: nowrap;

    em {
        font-weight: 700;
        font-size: clamp(2.2rem, 1vw + 1.75rem, 3rem);
    }
}

.hero-bottom {
    background: #6a28ce;
    padding-block: 21px 50px;
    position: relative;
    z-index: 5;
}

.hero-bottom_inner {
    display: flex;
    align-items: end;
    justify-content: space-between;
    padding-inline: 20px 0;
}

.hero-bottom_text-wrap {
    font-weight: 700;
    color: var(--white);
    text-align: center;
}

.hero-bottom_label {
    display: block;
    width: max-content;
    margin-inline: auto;
    font-size: clamp(1.5rem, 1vw + 1rem, 2.4rem);
    padding-inline: 18px;
    position: relative;

    strong {
        font-size: clamp(2.2rem, 2vw + 0.75rem, 3.6rem);
        font-family: var(--ff-en);
    }

    &::before,
    &::after {
        content: '';
        width: 3px;
        height: 22px;
        background: var(--white);
        rotate: -45deg;
        position: absolute;
        bottom: 0.5em;
    }

    &::before {
        left: 0;
    }

    &::after {
        right: 0;
        rotate: 45deg;
    }
}

.hero-bottom_text {
    font-size: clamp(2rem, 2vw + 0.25rem, 3rem);
    line-height: 1;
    display: block;
    padding-block: 2px 4px;
    padding-inline: 12px 32px;
}

.hero-bottom_cta {
    padding-inline: 26px;
    box-sizing: unset;
    max-width: 372px;
}

@media screen and (max-width: 768px) {
    .hero {
        background: url(../images/hero_bg-sp.jpg) no-repeat center top/cover;
        padding-block: 78px 12px;
    }

    .hero_inner {
        padding: 0;
    }

    .hero_main {
    }

    .hero_appeals {
        flex-direction: column;
        gap: 5px;
    }

    .hero_appeal {
        padding: 9px 10px 13px;
    }

    .hero_appeal-text {
    }

    .hero-bottom {
        background: #6a28ce;
        padding-block: 10px 24px;
    }

    .hero-bottom_inner {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 14px;
        padding-inline: 20px;
    }

    .hero-bottom_text-wrap {
    }

    .hero-bottom_label {
        padding-inline: 10px;
        position: relative;

        &::before,
        &::after {
            width: 2px;
            height: 14px;
        }
    }

    .hero-bottom_text {
        font-size: clamp(2rem, 2vw + 0.25rem, 3rem);
        line-height: 1;
        display: block;
        padding-block: 2px 4px;
        padding-inline: 0 12px;
    }

    .hero-bottom_cta {
        padding-inline: 0;
    }
}
.about {
    padding-block: 81px 0;
    background: url(../images/about_bg.jpg) no-repeat center/cover;
    margin-block-start: -45px;
    overflow: hidden;
}

.about_inner {
}

.about_title {
}

.about_body {
    margin-block-start: 40px;
}

.about_block {
    + .about_block {
        margin-block-start: 59px;
    }
}

.about_text {
    font-size: clamp(1.6rem, 1vw + 0.5rem, 1.8rem);
    text-align: center;
}

.about_figure1 {
    aspect-ratio: 715/207;
    max-width: 715px;
    margin-inline: auto;
    margin-block-start: 24px;
}

.about_figure2 {
    margin-block-start: 14px;
    aspect-ratio: 639/202;
    max-width: 639px;
    margin-inline: auto;
}

.about_result {
    margin-block-start: 48px;
    max-width: 505px;
    margin-inline: auto;
}

.about_result-inner {
    padding: 0px 20px 39px;
    border: 5px solid var(--yellow);
    position: relative;
}

.about_result-title {
    font-weight: 700;
    font-size: clamp(1.8rem, 1vw + 1rem, 2.3rem);
    display: block;
    padding-inline: 26px;
    width: max-content;
    margin-inline: auto;
    margin-block-start: -20px;
    background: var(--white);
    color: var(--primary);


}

.about_result-list {
    display: flex;
    flex-direction: column;
    margin-block-start: 13px;
}

.about_result-item {
    font-size: clamp(1.8rem, 1vw + 1rem, 2.3rem);
    font-weight: 600;

    &::before {
        content: '・';
    }

        small {
        font-size: clamp(1.2rem, 1vw + 0.25rem, 1.5rem);
    }
}

.about_result-merit {
    display: block;
    padding: 5px 11px;
    background: var(--grad);
    color: var(--white);
    font-size: clamp(1.8rem, 1vw + 1rem, 2.3rem);
    width: max-content;
    position: absolute;
    left: 50%;
    bottom: 0;
    translate: -50% 50%;
    font-weight: 600;
}

.about_result-note {
    font-size: clamp(1.2rem, 1vw + 0.25rem, 1.5rem);
    text-align: center;
    display: block;
    margin-block-start: 31px;
}

.about_bottom {
    background: linear-gradient(to right, #cdcdcd, #f1f1f1);
    padding: 30px 20px;
    margin-block-start: 34px;
    margin-inline: calc(50% - 50vw);
}

.about_bottom-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.about_bottom-lead {
    font-weight: 700;
    font-size: clamp(1.6rem, 1vw + 0.5rem, 1.8rem);
    padding: 4px 21px;
    display: block;
    width: max-content;
    background: var(--white);
    position: relative;

    &::after {
        content: '';
        position: absolute;
        top: calc(100% - 1px);
        left: 50%;
        translate: -50% 0;
        background: var(--white);
        width: 18px;
        height: 9px;
        clip-path: polygon(0 0, 100% 0, 50% 100%);
    }
}

.about_bottom-text {
    font-weight: 700;
    font-size: clamp(1.6rem, 1vw + 0.5rem, 1.8rem);
    margin-block-start: 16px;

    strong {
        font-size: clamp(2rem, 1vw + 1rem, 2.4rem);
        display: block;
        background: #8a8a82;
        width: max-content;
        transform: skew(-12deg);
        margin-block: 10px;
        margin-inline: auto;
        padding-block: 2px;
    }
}

@media screen and (max-width: 768px) {
    .about {
        padding-block: 40px 0;
        background: url(../images/about_bg-sp.jpg) no-repeat center/cover;
        margin-block-start: -18px;
    }

    .about_inner {
    }

    .about_title {
    }

    .about_body {
        margin-block-start: 31px;
    }

    .about_block {
        + .about_block {
            margin-block-start: 30px;
        }
    }

    .about_text {
        text-align: left;
    }

    .about_figure1 {
        aspect-ratio: 352/118;
        margin-block-start: 20px;
        margin-inline: calc(50% - 50vw);
        padding-inline: 10px;
    }

    .about_figure2 {
        margin-block-start: 14px;
        aspect-ratio: 639/202;
        max-width: 639px;
        margin-inline: auto;
    }

    .about_result {
        margin-block-start: 40px;
        max-width: 400px;
    }

    .about_result-inner {
        padding: 0px 11px 32px 11px;
        border: 4px solid var(--yellow);
    }

    .about_result-title {
        padding-inline: 13px;
        margin-block-start: -20px;
    }

    .about_result-list {
        margin-block-start: 8px;
    }

    .about_result-item {
    }

    .about_result-merit {
        padding: 4px 9px;
    }

    .about_result-note {
        margin-block-start: 25px;
    }

    .about_bottom {
        padding: 32px 20px;
        margin-block-start: 40px;
    }

    .about_bottom-inner {
    }

    .about_bottom-lead {
        padding: 4px 21px;
        width: 100%;
        max-width: 400px;

        &::after {
            width: 24px;
            height: 12px;
        }
    }

    .about_bottom-text {
        strong {
            margin-block: 16px 9px;
            transform: skew(-12deg);
            padding-block: 10px;
            padding-inline: 14px;
        }
    }
}

.about2 {
    padding-block: 51px 110px;
    background: url(../images/about2_bg.jpg) no-repeat left center/ cover;
    position: relative;
    z-index: 5;
}

.about2_inner {
}

.about2_title {
}

.about2_body {
    margin-block-start: 39px;
    display: grid;
    grid-template-columns: minmax(384px, 459fr) 541fr;
    place-items: center;
}

.about2_desc {
    line-height: 1.8;
    font-size: 1.8rem
}

.about2_image {
    padding-inline: 19px 21px;
}
@media screen and (max-width: 768px) {
    .about2 {
        padding-block: 27px 67px;
        background: url(../images/about2_bg-sp.jpg) no-repeat left center/ cover;
    }

    .about2_inner {
    }

    .about2_title {
    }

    .about2_body {
        margin-block-start: 20px;
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .about2_desc {
    }

    .about2_image {
        padding-inline: 0;
    }
}

.merit {
    padding-block: 135px 90px;
    background: url(../images/merit_bg.jpg) no-repeat center/cover;
    position: relative;
    margin-block-start: -60px;
}

.merit_inner {
    max-width: 1028px;
    background: color-mix(in srgb, #6b009d 60%, transparent 40%);
    padding: 56px 24px 53px 44px;
}

.merit_title {
}

.merit_body {
    margin-block-start: 41px;
}

.merit_list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.merit_item {
    background: var(--white);
    display: flex;
    align-items: center;
    gap: 30px;
    position: relative;
    padding: 91px 54px 44px 30px;
}

.merit_item-title {
    color: var(--white);
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-size: clamp(2.2rem, 1vw + 1.5rem, 2.8rem);
    position: absolute;
    top: 0;
    left: 0;
    background: var(--primary);
    border-bottom-right-radius: 16px;
    display: block;
    text-align: center;
    padding: 9px 20px 8px 24px;

    em {
        background: var(--secondary);
        display: inline-block;
        padding-inline: 3px;
        line-height: 1.2;
    }
}

.merit_icon {
    aspect-ratio: 1;
    width: 120px;
    flex-shrink: 0;
}

.merit_sublist {
    display: flex;
    flex-direction: column;
    gap: 13px;
    flex-grow: 1;
}

.merit_subitem {
    line-height: 1.8;
    font-size: clamp(1.6rem, 1vw + 0.5rem, 1.8rem);
    font-weight: 700;
    position: relative;
    padding-inline-start: 30px;

    &::before {
        content: '';
        position: absolute;
        top: 50%;
        left: 0;
        translate: 0 -50%;
        width: 12px;
        height: 12px;
        border-radius: 50%;
        background: var(--black);
    }
}

.merit_result {
    margin-block-start: 40px;
    text-align: center;
    color: var(--white);
    line-height: 1.6;
    font-weight: 700;
    font-size: clamp(1.7rem, 2vw + 0.25rem, 3rem);
    display: block;
    width: max-content;
    margin-inline: auto;
    padding-inline: 94px;
    position: relative;

    &::before,
    &::after {
        content: '';
        position: absolute;
        top: 50%;
        translate: 0 -50%;
        aspect-ratio: 54 / 134;
        width: 54px;
        background: url(../images/merit_result-deco.svg) no-repeat center/contain;
    }

    &::before {
        left: 0;
    }

    &::after {
        right: 0;
        scale: -1 1;
    }
}

@media screen and (max-width: 768px) {
    .merit {
        padding-block: 70px 68px;
        background: url(../images/merit_bg-sp.jpg) no-repeat center/cover;
        margin-block-start: -24px;
    }

    .merit_inner {
        padding: 26px 15px 31px;
    }

    .merit_title {
    }

    .merit_body {
        margin-block-start: 47px;
    }

    .merit_list {
        gap: 24px;
    }

    .merit_item {
        flex-direction: column;
        gap: 20px;
        padding: 0px 18px 37px;
    }

    .merit_item-title {
        position: relative;
        top: auto;
        left: auto;
        border-bottom-left-radius: 16px;
        padding: 10px 25px 11px;
        width: max-content;
        margin-inline: auto;

        em {
            padding-inline: 1px;
            padding-block-end: 2px;
        }
    }

    .merit_icon {
        width: 90px;
    }

    .merit_sublist {
        gap: 16px;
    }

    .merit_subitem {
        padding-inline-start: 19px;

        &::before {
            top: 0.4lh;
            translate: 0;
            width: 8px;
            height: 8px;
        }
    }

    .merit_result {
        margin-block-start: 22px;
        padding-inline: 30px;

        &::before,
        &::after {
            width: 27px;
        }
    }
}

.model {
    padding-block: 93px 56px;
    background: url(../images/model_bg.jpg) no-repeat center top/cover;
    margin-block-start: -55px;
}

.model_inner {
}

.model_title {
}

.model_body {
    margin-block-start: 40px;
}

.model_text {
    font-size: clamp(1.6rem, 1vw + 0.5rem, 1.8rem);
    color: var(--white);
    text-align: center;
    line-height: 1.5;

    strong {
        font-size: clamp(2rem, 1vw + 1.25rem, 2.4rem);
        background: #7318c4;
    }
}
.model_text2 {
    font-size: clamp(1.6rem, 1vw + 0.5rem, 1.8rem);
    color: var(--white);
    text-align: center;
    line-height: 1.5;

    strong {
        font-size: clamp(2rem, 1vw + 1.25rem, 2.4rem);
    }

    em {
        border-bottom: 2px solid var(--yellow);
    }
}

.model_points {
    background: rgba(115, 24, 196, 0.6);
    padding: 24px 58px;
    margin-block: 20px 40px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.model_point {
    display: flex;
    align-items: center;
    gap: 20px;
    font-size: 1.8rem;
}

.model_point-head {
    background: var(--white);
    text-align: center;
    font-weight: 700;
    color: var(--primary);
    padding: 11px 10px 12px;
    width: 288px;
    flex-shrink: 0;
}

.model_point-body {
    color: var(--white);
}

.model_graph {
    margin-block-start: 40px;
    max-width: 730px;
    margin-inline: auto;
}

.model_appeal {
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.5;
    color: var(--white);
    width: max-content;
    margin-inline: auto;
    translate: 0 -50%;
    
    span {
        display: block;
        padding: 9px 25px;
        background: var(--grad);
        transform: skew(-7deg);

    }
}

@media screen and (max-width: 768px) {
    .model {
        padding-block: 48px 62px;
        background: url(../images/model_bg-sp.jpg) no-repeat center top/cover;
        margin-block-start: -24px;
    }

    .model_inner {
    }

    .model_title {
    }

    .model_body {
        margin-block-start: 30px;
    }

    .model_text {
    }
    .model_text2 {
    }

    .model_points {
        padding: 29px 16px;
        margin-block: 36px;
        gap: 30px;
    }

    .model_point {
        flex-direction: column;
        gap: 20px;
    }

    .model_point-head {
        width: 100%;
    }

    .model_point-body {
        color: var(--white);
        text-align: left;
    }

    .model_graph {
        aspect-ratio: 335/387;
        margin-block-start: 30px;
        max-width: 460px;
    }

    .model_appeal {
        display: none;
    }
}

.sect-wrap {
    background: url(../images/sect-wrap_bg.jpg) no-repeat center bottom/cover;
    margin-block-start: -55px;
    position: relative;
    z-index: 8;
    padding: 0;
}

.cta {
    background: linear-gradient(to bottom, var(--yellow) 16%, transparent 100%);
    padding-block: 86px 50px;
}

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

.cta_lead {
    font-size: clamp(1.6rem, 1vw + 0.5rem, 1.8rem);
    background: linear-gradient(to right, var(--secondary), var(--primary));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    text-align: center;
    font-weight: 700;

    strong {
        -webkit-background-clip: unset;
        -webkit-text-fill-color: var(--white);
        background-clip: unset;
        text-fill-color: var(--white);
        background: var(--primary);
        color: var(--white);
        font-size: clamp(2rem, 1vw + 1rem, 2.2rem);
    }
}

.cta_btn {
    max-width: 372px;
    margin-inline: auto;
}

@media screen and (max-width: 768px) {
    .sect-wrap {
        background: url(../images/sect-wrap_bg-sp.jpg) no-repeat left bottom 40px / cover;
        margin-block-start: -24px;
    }

    .cta {
        padding-block: 50px;
    }

    .cta_inner {
        gap: 20px;
    }

    .cta_lead {
    }

    .cta_btn {
    }
}

.voice {
    padding-block: 14px 100px;
}

.voice_inner {
}

.voice_title {
}

.voice_body {
    margin-block-start: 34px;
    max-width: 1050px;
    margin-inline: auto;
}

.voice_list {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.voice_item {
    padding: 2px;
    background: linear-gradient(to right, var(--secondary), var(--primary));
    box-shadow: -8px 8px 0 var(--yellow);
    margin: 10px;
    display: grid !important;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
}

.voice_item-inner {
    background: var(--white);
    padding: 28px 22px 24px;
    grid-area: 1/1/-1/-1;
}

.voice_item-head {
    display: flex;
    gap: 17px;
    align-items: center;
}

.voice_item-icon {
    aspect-ratio: 1;
    width: 104px;
}

.voice_item-head-text {
    font-weight: 700;
    display: flex;
    flex-direction: column;
    gap: 7px;
}

.voice_item-owner {
    line-height: 1;
    font-size: 1.6rem;
}

.voice_item-title {
    font-size: clamp(2rem, 1vw + 1rem, 2.4rem);
    line-height: 1.1;
    display: inline;
    color: var(--primary);

    span {
        background: linear-gradient(to top, var(--yellow) 18px, transparent 18px);
    }
}

.voice_item-body {
    margin-block-start: 27px;
}

.voice_item-desc {
    font-weight: 400;
    font-size: 1.2rem;
    letter-spacing: 0.05em;
    line-height: 1.8;
}
@media screen and (max-width: 768px) {
.voice {
    padding-block: 19px 106px;
}

.voice_inner {
}

.voice_title {
}

.voice_body {
    margin-block-start: 11px;
}

.voice_list {
    display: block;
}

.voice_item {
    margin: 20px;
}

.voice_item-inner {
    background: var(--white);
    padding: 28px 23px 25px;
    grid-area: 1/1/-1/-1;
}

.voice_item-head {
    flex-direction: column;
    gap: 20px;
}

.voice_item-icon {
    aspect-ratio: 1;
    width: 104px;
}

.voice_item-head-text {
    text-align: center;
    gap: 6px;
}

.voice_item-owner {
}

.voice_item-title {
    line-height: 1.6;

    span {
        background: linear-gradient(to top, var(--yellow) 14px, transparent 14px);
    }
}

.voice_item-body {
    margin-block-start: 25px;
}

.voice_item-desc {
    font-weight: 400;
    font-size: 1.2rem;
    letter-spacing: 0.05em;
    line-height: 1.8;
}


}

.revenue {
    background: url(../images/revenue_bg.jpg) no-repeat center/cover;
    padding-block: 75px 115px;
    margin-block-start: -55px;
}

.revenue_inner {
}

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

.revenue_body {
    margin-block-start: 22px;
}

.revenue_list {
    display: flex;
}

.revenue_item {
    border-radius: 24px;
    background: var(--white);
    padding: 38px 32px 32px;
    margin: 18px;
    box-shadow: 0 4px 4px rgb(0 0 0 / 25%);
}

.revenue_item-inner {
}

.revenue_item-title {
    font-size: clamp(1.7rem, 1vw + 1rem, 2.4rem);
    font-weight: 700;
    line-height: 1.2;
    display: block;
    background-image:
        linear-gradient(to right, var(--primary) 97px, transparent 97px),
        linear-gradient(to left, var(--primary) 97px, transparent 97px);
    background-size: 100% 4px;
    background-position: center;
    background-repeat: no-repeat;
    margin-inline: auto;
    text-align: center;
}

.revenue_item-main {
    margin-block-start: 6px;
    display: flex;
    align-items: end;
    justify-content: center;
    gap: 11px;
}

.revenue_item-label {
    display: inline-block;
    font-weight: 600;
    font-size: clamp(2.5rem, 2vw + 1.25rem, 3.9rem);
    color: var(--white);
    background: var(--secondary);
    padding: 12px 11px;
}

.revenue_item-achievement {
    background: linear-gradient(to top, var(--yellow) 14px, transparent 14px);
    color: var(--secondary);
    display: block;
}

.revenue_item-num {
    font-weight: 700;
    line-height: 0.9;
    font-size: clamp(6.9rem, 5vw + 4rem, 10.4rem);
    translate: 0 8px;
    display: inline-block;
    white-space: nowrap;
}

.revenue_item-text {
    font-size: clamp(3.1rem, 2vw + 2rem, 4.7rem);
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1.42;
    display: inline-block;
    translate: 0 6px;
    white-space: nowrap;
}

.revenue_mosaic {
    margin-block-start: 20px;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    place-items: center;
}

.revenue_mosaic-bg {
    grid-area: 1/1/-1/-1;
}

.revenue_mosaic-text {
    grid-area: 1/1/-1/-1;
    letter-spacing: 0.05em;
    font-size: clamp(1.2rem, 1vw + 0.25rem, 1.6rem);
    display: block;
    width: max-content;
    border-radius: 6px;
    box-shadow: 0 0 29px 3px rgba(45, 45, 45, 0.09);
    background: var(--white);
    padding: 38px 18px;
    text-align: center;

    strong {
        font-size: clamp(1.6rem, 1vw + 1rem, 2.4rem);
        display: block;
        font-weight: 400;
    }
}

.revenue_item-note {
    color: var(--white);
    text-align: right;
    font-size: clamp(1.2rem, 1vw + 0.25rem, 1.4rem);
    line-height: 1.2;
    display: block;
    margin-inline-end: 18px;
    font-weight: 400;
}

@media screen and (max-width: 900px) {
    .revenue_item-achievement {
        zoom: 0.8;
    }
}

@media screen and (max-width: 768px) {
    .revenue {
        background: url(../images/revenue_bg-sp.jpg) no-repeat center/cover;
        padding-block: 55px 80px;
        margin-block-start: -24px;
    }

    .revenue_inner {
    }

    .revenue_title {
    }

    .revenue_body {
        margin-block-start: 12px;
    }

    .revenue_list {
        display: flex;
        max-width: 450px;
        margin-inline: auto;
    }

    .revenue_item {
        border-radius: 17px;
        padding: 28px 25px 22px;
        margin: 18px;
    }

    .revenue_item-inner {
    }

    .revenue_item-title {
        font-size: clamp(1.7rem, 1vw + 1rem, 2.4rem);
        font-weight: 700;
        line-height: 1.2;
        display: block;
        background-image:
            linear-gradient(to right, var(--primary) 67px, transparent 67px),
            linear-gradient(to left, var(--primary) 67px, transparent 67px);
        background-size: 100% 3px;
    }

    .revenue_item-main {
        margin-block-start: 15px;
        gap: 9px;
    }

    .revenue_item-label {
        padding: 6px 5px;
    }

    .revenue_item-achievement {
        zoom: 1;
    }

    .revenue_item-num {
        translate: 0 4px;
    }

    .revenue_item-text {
        translate: 0 2px;
    }

    .revenue_mosaic {
        margin-block-start: 15px;
    }

    .revenue_mosaic-bg {
    }

    .revenue_mosaic-text {
        border-radius: 4px;
        padding: 26px 3px;
        text-align: center;
    }

    .revenue_item-note {
        margin-block-start: -12px;
        margin-inline-end: 8px;
    }
}
.flow {
    background:
        url(../images/flow_bg.png) no-repeat center / 100% auto,
        var(--white);
    margin-block-start: -55px;
    padding-inline: 0;
}

.flow_inner {
}

.flow_title {
}

.flow_list-wrap {
    box-sizing: unset;
    overflow-x: auto;
    overflow-y: clip;
    padding-inline: 20px;
}

.flow_list {
    display: flex;
    align-items: center;
    padding-block: 77px 24px;
    width: max-content;
    z-index: 1;
    position: relative;
    margin-inline: auto;

    &::before {
        content: '';
        position: absolute;
        top: 50%;
        right: 127px;
        translate: 0 20%;
        width: 690px;
        height: 24px;
        background: url(../images/flow_rrow.png) no-repeat center / contain;
        filter: drop-shadow(4px 4px 10px rgb(0 0 0 / 25%));
    }
}

.flow_item {
    margin-inline-end: 24px;
    position: relative;
    flex-shrink: 0;
    &:first-child {
        margin-inline-end: 51px;
    }

    &:nth-child(5) {
        .flow_item-inner {
            padding-block-start: 12px;
        }
    }

    &:last-child {
        margin-inline-end: 0;
        .flow_item-inner {
            background: linear-gradient(to right, var(--secondary), var(--primary));
        }
    }
}

.flow_item-inner {
    aspect-ratio: 127/135;
    width: 127px;
    display: grid;
    place-items: center;
    background:
        url(../images/flow_item-bg.png) no-repeat center/contain,
        var(--white);
    padding: 6px 16px 16px;
    filter: drop-shadow(4px 4px 10px rgb(0 0 0 / 25%));
    border-radius: 19px;
}

.flow_item-link {
    flex-shrink: 0;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.flow_item-icon {
    aspect-ratio: 1;
    width: 56px;
}

.flow_text {
    font-family: var(--ff-en);
    font-size: 1.6rem;
    text-decoration: none;
    text-align: center;
    justify-content: start;
    color: var(--text);
    white-space: nowrap;
}

.flow_item-index {
    width: 49px;
    height: 46px;
    display: grid;
    place-items: center;
}

.flow_item-text {
    line-height: 1.3;
    font-size: 2rem;
    text-align: center;
    flex-grow: 1;
}

.flow_item-appeal {
    position: absolute;
    left: 50%;
    top: 0;
    translate: -50% -110%;
    line-height: 1.5;
    font-weight: 700;
    font-size: 2rem;
    white-space: nowrap;

    span {
        position: relative;
        padding-inline: 23px;
        display: block;

        &::before,
        &::after {
            content: '';
            position: absolute;
            top: 50%;
            translate: 0 -50%;
            width: 3px;
            height: 43px;
            background: var(--secondary);
            rotate: -20deg;
        }

        &::before {
            left: 0;
        }

        &::after {
            rotate: 20deg;
            right: 0;
        }
    }

    strong {
        font-size: 2.8rem;
    }

    em {
        background-image: linear-gradient(var(--yellow));
        background-size: 100% 12px;
        background-position: center bottom 5px;
        background-repeat: no-repeat;
        display: inline-block;
    }
}
@media screen and (max-width: 768px) {
    .flow {
        background:
            url(../images/flow_bg-sp.png) no-repeat center bottom 24px/ 100% auto,
            var(--white);
        margin-block-start: -24px;
    }

    .flow_inner {
    }

    .flow_title {
    }

    .flow_list-wrap {
    }

    .flow_list {
        display: flex;
        align-items: center;
        padding-block: 77px 24px;
        width: max-content;
        z-index: 1;
        position: relative;
        padding-inline: 20px;
        flex-shrink: 0;
        width: 871px;
    }

    .flow_item {
        margin-inline-end: 26px;
        position: relative;

        &:first-child {
            margin-inline-end: 51px;
        }

        &:nth-child(5) {
            .flow_item-inner {
                padding-block-start: 12px;
            }
        }

        &:last-child {
            margin-inline-end: 0;
            .flow_item-inner {
                background: linear-gradient(to right, var(--secondary), var(--primary));
            }
        }
    }

    .flow_item-inner {
        aspect-ratio: 127/135;
        width: 127px;
        display: grid;
        place-items: center;
        background:
            url(../images/flow_item-bg.png) no-repeat center/contain,
            var(--white);
        padding: 6px 16px 16px;
        filter: drop-shadow(4px 4px 10px rgb(0 0 0 / 25%));
        border-radius: 19px;
    }

    .flow_item-link {
        text-decoration: none;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .flow_item-icon {
        aspect-ratio: 1;
        width: 56px;
    }

    .flow_text {
        font-family: var(--ff-en);
        font-size: 1.6rem;
        text-decoration: none;
        text-align: center;
        justify-content: start;
        color: var(--text);
    }

    .flow_item-index {
        width: 49px;
        height: 46px;
        display: grid;
        place-items: center;
    }

    .flow_item-text {
        line-height: 1.3;
        font-size: 2rem;
        text-align: center;
        flex-grow: 1;
    }

    .flow_item-appeal {
        position: absolute;
        left: 50%;
        top: 0;
        translate: -50% -110%;
        line-height: 1.5;
        font-weight: 700;
        font-size: 2rem;
        white-space: nowrap;

        span {
            position: relative;
            padding-inline: 23px;
            display: block;

            &::before,
            &::after {
                content: '';
                position: absolute;
                top: 50%;
                translate: 0 -50%;
                width: 3px;
                height: 43px;
                background: var(--secondary);
                rotate: -20deg;
            }

            &::before {
                left: 0;
            }

            &::after {
                rotate: 20deg;
                right: 0;
            }
        }

        strong {
            font-size: 2.8rem;
        }

        em {
            background-image: linear-gradient(var(--yellow));
            background-size: 100% 12px;
            background-position: center bottom 5px;
            background-repeat: no-repeat;
            display: inline-block;
        }
    }
}
.scroll-hint-icon-wrap {
    z-index: 10;
}
.push {
    padding-top: 64px;
    padding-bottom: 127px;
    background-color: var(--secondary);
    margin-block-start: -55px;
}
@media screen and (max-width: 768px) {
    .push {
        margin-block-start: -24px;
        padding-top: 47px;
        padding-bottom: 85px;
    }
}
.push_title {
    text-align: center;
    color: #fff;
    font-size: clamp(1.8rem, 1vw + 1.25rem, 2.7rem);
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.03em;

    strong {
        font-size: clamp(2.3rem, 1vw + 1.75rem, 3.2rem);
    }
}
@media screen and (max-width: 768px) {
    .push_title {
    }
}
.push_list {
    position: relative;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin: 25px auto 0;
}
@media screen and (max-width: 768px) {
    .push_list {
        margin-top: 23px;
    }
}

.push_list-item {
    position: relative;
    padding-left: 66px;
    color: #fff;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0.05em;
    font-size: clamp(1.8rem, 1vw + 1.25rem, 2.6rem);
}

.push_list-item:not(:first-child) {
    margin-top: 20px;
}
.push_list-item::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    translate: 0 -50%;
    width: 36px;
    height: 36px;
    background: url(../images/check.svg) no-repeat center/contain;
}
@media screen and (max-width: 768px) {
    .push_list-item {
        padding-left: 36px;
    }
    .push_list-item::before {
        width: 24px;
        height: 24px;
    }
}
.request {
    position: relative;
    padding-top: 103px;
    padding-bottom: 90px;
    background: #f6f6f6;
}
.request_title {
    position: absolute;
    top: -90px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
    display: flex;
    justify-content: center;
    font-weight: 700;
}
@media screen and (max-width: 768px) {
    .request {
        background: var(--white);
        padding-block: 88px 42px;
    }
    .request_title {
        top: -60px;
    }
}
.request_title-inner {
    background: url(../images/request_title-bg.png) no-repeat center/ contain;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding: 38px 20px 20px;
    aspect-ratio: 760/164;
    width: 100%;
    max-width: clamp(640px, calc(800 / 1440 * 100vw), 800px);
    text-align: center;
    font-size: clamp(1.6rem, 2vw + 0.25rem, 2.8rem);
    font-weight: 500;
    letter-spacing: 0.02em;
    line-height: 1.4;

    strong {
        font-size: clamp(1.8rem, 2vw + 0.25rem, 3rem);

        em {
            font-size: clamp(2rem, 2vw + 0.5rem, 3.2rem);
        }
    }
}
@media screen and (max-width: 768px) {
    .request_title-inner {
        aspect-ratio: 335/128;
        background-image: url(../images/request_title-bg-sp.png);
        padding-left: 16px;
        padding-right: 16px;
        padding-block-start: 21px;
        max-width: 350px;
    }
}

.request_note {
    text-align: center;
}
.request_note-mail {
    display: inline;
    font-size: 1.6rem;
    line-height: 1.5;
}
@media screen and (max-width: 768px) {
    .request_note-mail {
        display: block;
        font-size: 1.3rem;
    }
}
.request_note-supp {
    display: inline;
    font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
    .request_note-supp {
        display: block;
        font-size: 1.2rem;
    }
}
.request_panel {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 858px;
    padding: 29px 72px 49px;
    margin: 28px auto 0;
    border-radius: 6px;
    -webkit-box-shadow: 0 0 11px rgba(45, 45, 45, 0.21);
    box-shadow: 0 0 11px rgba(45, 45, 45, 0.21);
    background: var(--white);
}
@media screen and (max-width: 768px) {
    .request_panel {
        padding: 0;
        margin-top: 12px;
        background: transparent;
        box-shadow: none;
    }
}
.request_appeal {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding: 6px 14px;
    margin: 0 auto;
    background-color: var(--secondary);
    border-radius: 999em;
    font-size: 1.8rem;
    white-space: nowrap;
    font-family: var(--ff-en);
    line-height: 1.3;
    letter-spacing: 0.03em;
    font-weight: 600;
    color: var(--yellow);
}
@media screen and (max-width: 768px) {
    .request_appeal {
        padding: 8px 16px;
        font-size: 1.5rem;
    }
}
.request_appeal-em {
    font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
    .request_appeal-em {
        font-size: 2rem;
    }
}
.request_require-note {
    text-align: right;
    font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
    .request_require-note {
        margin-top: 16px;
        font-size: 1.2rem;
    }
}
.request_form {
    margin-top: 24px;
}
@media screen and (max-width: 768px) {
    .request_form {
        margin-top: 4px;
    }
}

.form * {
    font-family: var(--ff-en);
    font-weight: 400;
}
.form .form-text {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 56px;
    padding: 14px;
    background-color: #f6f6f6;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 5px;
    -webkit-box-shadow: inset 3px 3px 2px rgba(221, 163, 163, 0.2);
    box-shadow: inset 3px 3px 2px rgba(0, 0, 0, 0.2);
    color: #393939;
    font-size: 1.6rem;
    line-height: 1.5;
}
.form .form-textarea {
    height: 160px;
}
.form .form-text::-webkit-input-placeholder {
    color: #a6a6a6;
}
.form .form-text::-moz-placeholder {
    color: #a6a6a6;
}
.form .form-text:-ms-input-placeholder {
    color: #a6a6a6;
}
.form .form-text::-ms-input-placeholder {
    color: #a6a6a6;
}
.form .form-text::placeholder {
    color: #a6a6a6;
}
.form .form-text:not(:-moz-placeholder-shown) {
    background-color: #fff;
    border: 1px solid #232323;
}
.form .form-text:not(:-ms-input-placeholder) {
    background-color: #fff;
    border: 1px solid #232323;
}
.form .form-text:not(:placeholder-shown) {
    background-color: #fff;
    border: 1px solid #232323;
}
.form .form-select {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 56px;
    padding: 14px;
    background-color: #fff;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 5px;
    -webkit-box-shadow: inset 3px 3px 2px rgba(0, 0, 0, 0.2);
    box-shadow: inset 3px 3px 2px rgba(0, 0, 0, 0.2);
    color: #393939;
    font-size: 1.6rem;
    line-height: 1.3;
    font-weight: 400;
    width: 100%;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 2px solid var(--primary);
}
.form .form-select--initial {
    background-color: #fff;
    color: #393939;
}
.form .form-zip-btn {
    padding: 15px 32px;
    background: none;
    border: 2px solid var(--primary);
    border-radius: 50px;
    color: var(--primary);
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.3;
    cursor: pointer;
    box-shadow: 1px 1px 1px rgb(0 0 0 / 25%);
}
@media screen and (max-width: 768px) {
    .form .form-zip-btn {
        padding: 16px 14px;
        border-width: 2px;
    }
}
.form .wpcf7-form-control-wrap {
    display: block;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
@media screen and (max-width: 768px) {
    .form .wpcf7-form-control-wrap {
        margin-top: 7px;
    }
}
.form_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
}
@media screen and (max-width: 768px) {
    .form_item {
        display: block;
    }
}
.form_item:not(:first-child) {
    margin-top: 20px;
}
.form_item--short .wpcf7-form-control-wrap {
    max-width: 240px;
}
@media screen and (max-width: 768px) {
    .form_item--short .wpcf7-form-control-wrap {
        max-width: 145px;
    }
}
@media screen and (max-width: 768px) {
    .form_item--has-btn {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 8px;
    }
}
@media screen and (max-width: 768px) {
    .form_item--has-btn .form_title {
        width: 100%;
    }
}
.form_item--has-btn .wpcf7-form-control-wrap {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 100%;
}
@media screen and (max-width: 768px) {
    .form_item--has-btn .form-zip-btn {
        margin-top: 10px;
        margin-left: 0;
    }
}
.form_item--left {
    float: left;
    width: 50%;
}
@media screen and (max-width: 768px) {
    .form_item--left {
        float: none;
        width: auto;
    }
}
.form_item--right {
    float: right;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
}
@media screen and (max-width: 768px) {
    .form_item--right {
        float: none;
        width: auto;
    }
}
.form_title {
    display: block;
    width: 110px;
    text-align: right;
    font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
    .form_title {
        width: auto;
        text-align: left;
        font-size: 1.4rem;
    }
}
.form_title--long {
    letter-spacing: -0.1em;
}
.form_required {
    color: #e42d2d;
}
.form_control {
    display: block;
    width: 100%;
}
.form .form_item--select .wpcf7-form-control-wrap {
    position: relative;
    max-width: 240px;
}
@media screen and (max-width: 768px) {
    .form .form_item--select .wpcf7-form-control-wrap {
    }
}
.form .form_item--select .wpcf7-form-control-wrap::after {
    content: '';
    display: block;
    position: absolute;
    top: 24px;
    right: 12px;
    width: 10px;
    height: 6px;
    background-color: var(--primary);
    -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
    clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.form .form_item--radio > p {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.form .form_item--radio .wpcf7-radio {
    margin-top: -12px;
    margin-left: -20px;
    width: auto;
}
@media screen and (max-width: 768px) {
    .form .form_item--radio .wpcf7-radio {
        margin-top: 0;
        margin-left: 0;
    }
}
.form .form_item--radio .wpcf7-radio input {
    position: absolute;
    overflow: hidden;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
}
.form .form_item--radio .wpcf7-radio input:checked + .wpcf7-list-item-label {
    cursor: auto;
}
.form .form_item--radio .wpcf7-radio input:checked + .wpcf7-list-item-label::before {
    cursor: auto;
}
.form .form_item--radio .wpcf7-radio input:checked + .wpcf7-list-item-label::after {
    opacity: 1;
    cursor: auto;
}
.form .form_item--radio .wpcf7-list-item {
    display: inline-block;
    margin-top: 12px;
    margin-left: 20px;
}
@media screen and (max-width: 768px) {
    .form .form_item--radio .wpcf7-list-item:first-child {
        margin-left: 0;
    }
}
.form .form_item--radio .wpcf7-list-item-label {
    display: inline-block;
    position: relative;
    padding-left: 25px;
    font-size: 1.6rem;
    line-height: 1.25;
    cursor: pointer;
}
.form .form_item--radio .wpcf7-list-item-label::before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 20px;
    height: 20px;
    background-color: #fff;
    border: 2px solid var(--primary);
    border-radius: 50%;
    cursor: pointer;
}
.form .form_item--radio .wpcf7-list-item-label::after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 5px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    background-color: var(--primary);
    border-radius: 50%;
    opacity: 0;
    cursor: pointer;
}
.form .form_item--checkbox .wpcf7-checkbox {
    margin-top: -12px;
    margin-left: -36px;
}
@media screen and (max-width: 768px) {
    .form .form_item--radio .wpcf7-list-item-label {
        font-size: 1.5rem;
    }
}
@media screen and (max-width: 768px) {
    .form .form_item--checkbox .wpcf7-checkbox {
        margin-top: 0;
        margin-left: 0;
    }
}
.form .form_item--checkbox .wpcf7-checkbox input {
    position: absolute;
    overflow: hidden;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
}
.form .form_item--checkbox .wpcf7-checkbox input:checked + .wpcf7-list-item-label::before {
    background-color: #b6b6b6;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.form .form_item--checkbox .wpcf7-checkbox input:checked + .wpcf7-list-item-label::after {
    opacity: 1;
}
.form .form_item--checkbox .wpcf7-list-item {
    display: inline-block;
    margin-top: 12px;
    margin-left: 36px;
}
@media screen and (max-width: 768px) {
    .form .form_item--checkbox .wpcf7-list-item {
        display: block;
        margin-top: 12px;
        margin-left: 0;
    }
}
.form .form_item--checkbox .wpcf7-list-item-label {
    display: inline-block;
    position: relative;
    padding-left: 30px;
    font-size: 1.4rem;
    line-height: 1.7857142857;
    cursor: pointer;
    font-weight: 400;
}
@media screen and (max-width: 768px) {
    .form .form_item--checkbox .wpcf7-list-item-label {
        padding-left: 27px;
        font-size: 1.2em;
    }
}
.form .form_item--checkbox .wpcf7-list-item-label::before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 22px;
    height: 22px;
    background-color: #fff;
    border: 2px solid #b6b6b6;
    border-radius: 4px;
    cursor: pointer;
}
@media screen and (max-width: 768px) {
    .form .form_item--checkbox .wpcf7-list-item-label::before {
        width: 20px;
        height: 20px;
    }
}
.form .form_item--checkbox .wpcf7-list-item-label::after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 5px;
    -webkit-transform: translateY(-60%) rotate(-45deg);
    transform: translateY(-60%) rotate(-45deg);
    width: 10px;
    height: 5px;
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
    opacity: 0;
    cursor: pointer;
}
@media screen and (max-width: 768px) {
    .form .form_item--checkbox .wpcf7-list-item-label::after {
        left: 4px;
    }
}
.form .form_item--optional:not(._) {
    margin-top: 34px;
    text-align: center;
}
@media screen and (max-width: 768px) {
    .form .form_item--optional:not(._) {
        margin-top: 20px;
    }
}
@media screen and (max-width: 768px) {
    .form .form_item--optional:not(._) .wpcf7-list-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}
.form .form_item--optional:not(._) .wpcf7-list-item-label {
    color: #999999;
}
@media screen and (max-width: 768px) {
    .form .form_item--optional:not(._) .wpcf7-list-item-label {
        text-align: left;
        font-size: 1.2rem;
    }
}
.form .wpcf7-not-valid:not(.wpcf7-radio) {
    background: #f6f6f6;
    color: #464646;
}
.form .wpcf7-not-valid-tip {
    margin-top: 4px;
}
.form_note {
    margin-top: 4px;
    margin-left: 126px;
    color: #9b9b9b;
    font-size: 1.3rem;
    line-height: 1.5;
}
@media screen and (max-width: 768px) {
    .form_note {
        margin-left: 0;
    }
}
.form_privacy-policy-wrap {
    margin-top: 21px;
    text-align: center;
}
@media screen and (max-width: 768px) {
    .form_privacy-policy-wrap {
        margin-top: 33px;
        margin-inline: auto;
        width: calc(315 / 375 * 100vw);
    }
}
.form_privacy-policy {
    display: inline-block;
    font-size: 1.3rem;
    line-height: 1.8;
}
@media screen and (max-width: 768px) {
    .form_privacy-policy {
        font-size: 1.2rem;
    }
}
.form_submit-wrap {
    margin-top: 22px;
    text-align: center;
}
.form_submit {
    position: relative;
    width: 300px;
    padding-top: 15px;
    padding-bottom: 15px;
    outline: none;
    border: none;
    background-color: #60c9cc;
    color: #fff;
    font-size: 1.6rem;
    font-weight: bold;
    letter-spacing: 0.04em;
    cursor: pointer;
    padding-inline-end: 10px;
    border-radius: 8px;
}
@media screen and (max-width: 768px) {
    .form_submit {
        width: 222px;
        padding-top: 12px;
        padding-bottom: 12px;
        font-size: 1.6rem;
    }
}
.form_submit::after {
    content: '';
    position: absolute;
    top: 53%;
    right: 16px;
    -webkit-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg);
    width: 8px;
    height: 8px;
    border-right: 3px solid #fff;
    border-bottom: 3px solid #fff;
}
@media screen and (max-width: 768px) {
    .form_submit::after {
        display: none;
    }
}

.footer * {
    font-family: var(--ff-en);
}

.footer {
    padding-top: 36px;
    padding-bottom: 28px;
    background-color: var(--primary);
    color: #fff;
}
@media screen and (max-width: 768px) {
    .footer {
        padding-top: 23px;
        padding-bottom: 17px;
    }
}
.footer_inner {
    position: relative;
    padding: 0 20px;
    max-width: 858px;
    margin: 0 auto;
}
.footer_about-franchise-salon {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 953px;
    padding: 12px 28px 14px 10px;
    margin: 0 auto;
    border-radius: 10px;
    background-color: #fff;
}
@media screen and (max-width: 768px) {
    .footer_inner {
        padding-inline: 20px;
    }
    .footer_about-franchise-salon {
        padding: 8px 20px 10px 10px;
        margin-inline-end: 5px;
    }
}
.footer_about-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 2.1rem;
    font-weight: bold;
    color: var(--text);
}
@media screen and (max-width: 768px) {
    .footer_about-title {
        font-size: 1.6rem;
    }
}
.footer_about-logo {
    display: inline-block;
    width: 222px;
}
@media screen and (max-width: 768px) {
    .footer_about-logo {
        width: 172px;
    }
}
.footer_about-desc {
    font-size: 1.6rem;
    line-height: 1.4;
    color: var(--text);
    padding-inline-start: 12px;
}
@media screen and (max-width: 768px) {
    .footer_about-desc {
        font-size: 1.3rem;
        letter-spacing: -0.02em;
        line-height: 1.5;
        font-weight: 300;
    }
}
.footer_company-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 953px;
    margin: 27px auto 0;
}
@media screen and (max-width: 768px) {
    .footer_company-info {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: 35px;
    }
}
.footer_info {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.footer_info + .footer_info {
    margin-inline-start: clamp(0px, calc(70 / 1440 * 100vw), 70px);
}
@media screen and (max-width: 768px) {
    .footer_info + .footer_info {
        margin-top: 20px;
        padding-left: 0;
        border: none;
        margin-inline-start: 0;
    }
}
.footer_company {
    font-size: 1.4rem;
    font-weight: bold;
}
.footer_head-office {
    margin-top: 8px;
    font-size: 1.4rem;
    font-weight: bold;
}
.footer_address {
    margin-top: 8px;
    font-size: 1.4rem;
    line-height: 1.5;
    font-weight: 400;
}
.footer_contact {
    margin-top: 31px;
    font-size: 1.3rem;
    border-radius: 999px;
    background: #60c9cc;
}
@media screen and (max-width: 768px) {
    .footer_contact {
        display: block;
        width: max-content;
        margin-block-start: 45px;
    }
}
.footer_contact-link {
    display: block;
    color: #fff;
    font-size: 1.3rem;
    line-height: 1.6;
    padding: 8px 10px;
    text-decoration: none;
    font-weight: 500;
    letter-spacing: 0.07em;
    position: relative;
}
.footer_contact-link::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    width: 8px;
    height: 12px;
    clip-path: polygon(0 0, 100% 50%, 0 100%);
    background-color: #fff;
}
.footer_copyright {
    display: block;
    text-align: center;
    color: var(--white);
    font-size: 1.4rem;
    font-weight: 700;
    margin-block-start: 33px;
}
@media screen and (max-width: 768px) {
    .footer_contact {
        margin-block-start: 45px;
    }
    .footer_contact-link {
        padding: 9px 35px 6px 13px;
        letter-spacing: -0.02em;
        text-align: left;
        line-height: 1.4;
        font-size: 1.2rem;
    }
    .footer_contact-link::after {
        right: 15px;
    }
    .footer_copyright {
        font-size: 1.2rem;
        line-height: 1.3;
        font-weight: 400;
        margin-block-start: 16px;
    }
}

/* ========================
Helper
======================== */
@media screen and (max-width: 768px) {
    .only-pc {
        display: none;
    }
}

@media screen and (min-width: 769px) {
    .only-sp {
        display: none;
    }
}

.clear-fix {
    clear: both;
}

.marker {
    background-color: var(--yellow);
}

.white-line {
    background-image: -webkit-linear-gradient(bottom, #fff 7px, transparent 7px);
    background-image: linear-gradient(to top, #fff 7px, transparent 7px);
}

.primary {
    color: var(--primary);
}

.secondary {
    color: var(--secondary);
}

.yellow {
    color: var(--yellow);
}

.text {
    color: var(--text);
}
.pink {
    color: var(--pink);
}

.bold {
    font-weight: 700;
}

.s-bold {
    font-weight: 600;
}

.medium {
    font-weight: 500;
}

.tac {
    text-align: center;
}
