@charset "UTF-8";

html {
    width: 100%;
    font-size: 100%;
}

body {
    width: 100%;
    font-family: 'Noto Sans JP', sans-serif;
    background-color: var(--white);
}

:root {
    --white: #ffffff;
    --black: #201F1F;
    --black2: #001624;
    --font: Barlow Condensed, sans-serif;
}

img {
    max-width: 100%;
}

a {
    text-decoration: none;
}

li {
    list-style: none;
}

body,
main {
    position: relative;
    z-index: -1;
}

/* header */
#header {
    width: 100%;
    position: relative;
}

#header .header-bg {
    position: absolute;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    background-image: url('../img/Mask group.png');
    background-position: 50% 0%;
    background-size: 100% auto;
    background-repeat: no-repeat;
    z-index: -1;
}

#header h1 {
    width: clamp(180px, 22.7941vw, 279px);
    padding-top: clamp(10px, 2.32152778vw, 48px);
    padding-left: clamp(10px, 2.9166667vw, 64px);
    box-sizing: content-box;
}

#header h1 img {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
}

#header .mv {
    position: relative;
    width: 100%;
    max-width: clamp(1440px, 92vw, 1500px);
    margin: 0 auto;
}

#header .mv .mv-img {
    display: block;
    position: absolute;
    width: clamp(190px, 48.0556vw, 692px);
    aspect-ratio: 692 / 834;
    top: -20%;
    right: 1%;
    left: auto;
    --slide: clamp(16px, 3vw, 48px);
    transform: translateX(var(--slide));
    opacity: 0;
    will-change: transform, opacity;
    animation: heroSlideIn 1.1s ease .25s forwards;
    z-index: 1;
}

#header .mv .mv-img img {
    display: block;
    width: 100%;
    height: auto;
}

@keyframes heroSlideIn {
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

#header .mv .content {
    padding-left: clamp(12px, 9vw, 180px);
    padding-right: clamp(356px, 46vw, 716px);
    margin-top: 1%;
}


#header .mv .header-text {
    width: 100%;
    min-width: 200px;
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
}

#header .mv .header-text img {
    display: block;
    height: auto;
}

#header .mv .header-text img:first-child {
    width: clamp(150px, 39.8014vw, 573.14px);
}

#header .mv .header-text img:last-child {
    width: clamp(150px, 36.6056vw, 527.12px);
}

.content .stat-box {
    width: 100%;
    min-width: 200px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    transform: translate(-1.5vw, -0.833vw);
    gap: 1%;
    flex-shrink: 0;
}

.content .stat {
    position: relative;
    width: clamp(180px, 14.375vw, 207px);
    aspect-ratio: 207 / 126.32;
    pointer-events: none;
}

.content .stat:nth-child(2) {
    top: -1.0417vw;
}

.content .stat:nth-child(3) {
    top: -2.0833vw;
}

.content .stat img {
    position: absolute;
    display: block;
    height: auto;
}

/* 赤枠上 */
.stat .stat-bar {
    width: 100%;
    z-index: 3;
}

/* 赤枠下 */
.stat .stat-rect {
    width: 100%;
    z-index: 2;
}

/* 赤枠下のテキスト画像 */
.stat .stat-label {
    width: auto;
    max-width: 80%;
    height: calc(46 / 126.32 * 100%);
    left: 50%;
    top: 50%;
    transform: translate(-50%, -10%);
    -webkit-clip-path: inset(100% 0 0 0);
    clip-path: inset(100% 0 0 0);
    will-change: clip-path, opacity;
    animation: slideUp 1.2s ease 0.2s forwards;
    z-index: 2;
    opacity: 0;
}

@keyframes slideUp {
    to {
        opacity: 1;
        -webkit-clip-path: inset(0 0 0 0);
        clip-path: inset(0 0 0 0);
    }
}

/* 赤枠上のテキスト画像 */
.stat .stat-value {
    width: auto;
    max-width: 40%;
    height: calc(20 / 126.32 * 100%);
    left: 50%;
    top: 11%;
    transform: translateX(-50%);
    z-index: 4;
}

/* 1つ目のみ個別でサイズ指定 */
.stat:first-child .stat-value {
    height: auto;
    width: calc(60 / 207 * 100%);
    max-width: none;
}

@media (max-width: 394px) {
    #header {
        overflow: hidden;
        min-height: 717px;

    }

    #header .header-bg {
        width: 100%;
        height: 100%;
        min-height: 717px;
        background-image: url('../img/bg-sp.png');
        background-size: cover;
    }

    #header h1 {
        width: 120px;
        padding-top: 17px;
        padding-left: 16px;
    }

    #header .mv {
        position: static;
    }

    #header .mv .mv-img {
        width: 448px;
        top: 22px;
        right: auto;
        left: -32px;
    }

    #header .mv .content {
        position: relative;
        padding-left: 0;
        padding-right: 0;
        margin-top: 360px;
        z-index: 1;
    }

    #header .mv .header-text {
        align-items: center;
    }

    #header .mv .header-text img:first-child {
        width: 251.24px;
    }

    #header .mv .header-text img:last-child {
        width: 254.93px;
    }

    .content .stat-box {
        width: clamp(0px, 92vw, 356px);
        min-width: 0;
        justify-content: center;
        transform: translate(0);
        margin: 0 auto;
    }

    .content .stat {
        width: 111.66px;
    }

    .content .stat:nth-child(2) {
        top: -8px;
    }

    .content .stat:nth-child(3) {
        top: -16px;
    }

    /* 赤枠下のテキスト画像 */
    .stat .stat-label {
        width: 79.7%;
        max-width: none;
        height: auto;
        transform: translate(-50%, -5%);
    }

    .stat:nth-child(2) .stat-label {
        width: 83.3%;
    }

    .stat:nth-child(3) .stat-label {
        width: 68.95%;
    }

    /* 赤枠上のテキスト画像 */
    .stat .stat-value {
        width: 39.405%;
        height: auto;
        max-width: none;
        top: 12%;
    }

    /* 1つ目のみ個別でサイズ指定 */
    .stat:first-child .stat-value {
        width: 29.554%;
        height: auto;
        max-width: none;
    }
}

/* social-proof section */
.social-proof {
    overflow: hidden;
    background-image:
        url("../img/bg1.png"),
        url("../img/bg2.png"),
        linear-gradient(180deg, #DD1717 0%, #FF9500 100%);
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-size:
        37%,
        100vw auto,
        auto;
    background-position:
        right 0 bottom 0,
        right 10px top -70px,
        0 0;
    clip-path: polygon(0 9vw, 100% 0, 100% 100%, 0 100%);
    margin-top: -2.5%;
    padding: 2.5% 0 5% 0;
    position: relative;
    z-index: -1;
}

.social-proof .slider {
    width: 100%;
    padding: 12% 0 0 0;
}

.social-proof .slider h2 {
    font-size: clamp(20px, 2.78vw, 56px);
    line-height: 1.2;
    font-weight: 700;
    color: var(--white);
    text-align: center;
}

.social-proof .slider h2 .sp {
    display: none;
}

.social-proof .slider h2 span {
    font-size: clamp(28px, 4.17vw, 84px);
    font-weight: 900;
}

.slider .slider-cards {
    width: 100%;
    margin-top: 2%;
}

.slider .slider-cards ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1%;
    margin-top: 1%;
    padding: 0 5%;
}

/* 初期状態 */
.slider-cards li {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

/* フェードイン時の状態 */
.slider-cards li.is-visible {
    opacity: 1;
    transform: translateY(0);
    transition-delay: var(--delay, 0s);
}

.slider-cards img {
    width: 100%;
    height: auto;
    display: block;
}

.social-proof .sns {
    width: 100%;
    margin-top: 4%;
}

.social-proof .sns-title {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.social-proof .sns-title h2 {
    position: relative;
    font-size: clamp(18px, 2.78vw, 56px);
    line-height: 1;
    font-weight: 900;
    color: var(--white);
    margin: 0;
}

.social-proof .sns h2 br {
    display: none;
}

.social-proof .sns-title h2::before {
    content: "";
    display: inline-block;
    position: relative;
    top: 10px;
    width: clamp(40px, 5.56vw, 96px);
    height: clamp(40px, 5.56vw, 96px);
    background: url("../img/skill-icons_instagram.png") center / contain no-repeat;
    margin-right: 0rem;
}

.social-proof .sns h2 .sns-title__num {
    font-size: clamp(36px, 6.11vw, 110px);
    color: #ffe500;
}

.social-proof .sns h2 .sns-title__label {
    font-size: clamp(24px, 4.17vw, 84px);
    color: #ffe500;
}

.social-proof .sns .sns-img {
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    margin: 2% auto 0 9.4%;
}

.social-proof .sns .sns-img img {
    display: block;
    width: 100%;
    height: auto;
}

.social-proof .sns .sns-img .ig {
    z-index: 1;
}

.social-proof .sns .sns-img .ig p {
    font-size: 0.875rem;
    line-height: 1;
    font-weight: 400;
    color: var(--white);
    margin-top: 1.5%;
}

.social-proof .sns .sns-img .ig-icon .pc {
    position: relative;
    display: block;
    bottom: 20px;
    right: 19%;
    margin-bottom: 3%;
    z-index: 2;
}

.social-proof .sns .sns-img .ig-icon .sp {
    display: none;
}

@media (min-width: 1441px) {
    .social-proof .sns .sns-img {
        display: flex;
        justify-content: center;
    }
}

@media (max-width: 1300px) {
    .social-proof {
        clip-path: polygon(0 10vw, 100% 0, 100% 100%, 0 100%);
        margin-top: -4vw;
        padding-top: 4vw;
    }
}

@media (max-width: 768px) {
    .social-proof {
        clip-path: polygon(0 12vw, 100% 0, 100% 100%, 0 100%);
        margin-top: -3vw;
        padding-top: 10vw;
    }
}

@media (max-width: 480px) {
    .social-proof {
        clip-path: polygon(0 12vw, 100% 0, 100% 100%, 0 100%);
        margin-top: -11vw;
        padding-top: 11vw;
    }
}

@media (max-width: 394px) {
    .social-proof {
        background-image:
            url("../img/bg-sp2.png"),
            linear-gradient(180deg, #DD1717 0%, #FF9500 100%);
        background-size:
            100%,
            auto;
        background-position:
            right 0 top 0,
            0 0;
        clip-path: polygon(0 22vw, 100% 0, 100% 100%, 0 100%);
        margin-top: -24%;
        padding: 15% 0 12% 0;
        position: relative;
        z-index: 0;
    }

    .social-proof .slider {
        padding: 13% 0 0 0;
    }

    .social-proof .slider h2 {
        font-size: 1.25rem;
        line-height: 1.4;
    }

    .social-proof .slider h2 .sp {
        display: block;
    }

    .social-proof .slider h2 span {
        font-size: 2rem;
    }

    .slider .slider-cards {
        margin-top: 5%;
    }

    .slider .slider-cards ul {
        width: clamp(160px, calc(100vw - 70px), 280px);
        display: block;
        margin: 0 auto;
        padding: 0;
    }

    .slider-cards li {
        width: 100%;
        height: clamp(230px, calc((100vw - 70px) * 1.43571), 402px);
        opacity: 1;
        transform: none;
        transition: none;
    }

    .slider-cards li img {
        height: 100%;
    }

    /* 矢印ボタン */
    .slider .slick-prev:before,
    .slider .slick-next:before {
        content: '';
    }

    .slider .slick-prev,
    .slider .slick-next {
        position: absolute;
        top: 50%;
        bottom: 0;
        transform: translateY(-50%);
        width: 14.63px;
        height: 28.8px;
        background: transparent;
        border: 0;
        box-shadow: none;
        z-index: 2;
        pointer-events: auto;
    }

    .slider .slick-prev {
        left: -12%;
    }

    .slider .slick-next {
        right: -12%;
    }

    .slider .slick-prev::after,
    .slider .slick-next::after {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        top: 50%;
        left: 50%;
        background: url(../img/arrows.png) center / contain no-repeat;
        transform: translate(-50%, -50%);
    }

    .slider .slick-prev::after {
        transform: translate(-50%, -50%) rotate(180deg);
    }

    /* ドット */
    .slider .slick-dots {
        bottom: -6%;
    }

    .slider .slick-dots li {
        margin: 0 5px;
        width: auto;
        height: auto;
    }

    .slider .slick-dots li button {
        width: 5px;
        height: 5px;
        padding: 0;
        border-radius: 50%;
        background: var(--white);
        text-indent: -9999px;
        overflow: hidden;
    }

    .slider .slick-dots li.slick-active button {
        background: var(--black);
    }

    .social-proof .sns {
        width: 100%;
        margin-top: 16%;
    }

    .social-proof .sns-title h2 {
        font-size: 1.25rem;
    }

    .social-proof .sns h2 br {
        display: block;
    }

    .social-proof .sns-title h2::before {
        top: -5px;
        left: -3px;
        width: 29px;
        height: 29px;
        transform: rotate(-30deg);
    }

    .social-proof .sns h2 .sns-title__num {
        font-size: 2.5rem;
    }

    .social-proof .sns h2 .sns-title__label {
        font-size: 2rem;
    }

    .social-proof .sns .sns-img {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin: 9% auto 0 auto;
        padding: 0 3%;
    }

    .social-proof .sns .sns-img .ig {
        width: clamp(240px, 100%, 360px);
    }

    .social-proof .sns .sns-img .ig p {
        display: none;
    }

    .social-proof .sns .sns-img .ig-icon .sp {
        display: block;
        width: 311px;
        height: 159.35px;
        flex: 0 0 auto;
        position: static;
        margin: 12% 0 0 0;
    }

    .social-proof .sns .sns-img .ig-icon .pc {
        display: none;
    }
}

/* cta section */
.cta {
    width: 100%;
    height: auto;
    background: url(../img/Mask\ group\ \(2\).png) no-repeat center / cover;
    padding: 5% 0;
}

.cta p {
    font-size: clamp(1.5rem, 3.333vw, 4rem);
    line-height: 1.3;
    font-weight: 700;
    color: var(--white);
    text-align: center;
    padding: 0 5%;
}

.cta .btn {
    display: flex;
    justify-content: center;
    margin-top: 3%;
}

.cta .btn a {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: clamp(260px, 70vw, 509px);
    height: clamp(70px, 5.903vw, 85px);
    border-radius: 50px;
    background: linear-gradient(90deg, #8FC72E 0%, #00A13C 100%);
    padding-inline: calc(clamp(56px, 7.5vw, 85px) * .95);
    overflow: hidden;
    animation: scaleAnimation 2s infinite ease-in-out;
    transition: 0.3s ease;
}

@keyframes scaleAnimation {

    0%,
    100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.04);
    }
}

.cta .btn a::after {
    content: '';
    position: absolute;
    top: -100px;
    left: -100px;
    width: 50px;
    height: 50px;
    background-image: linear-gradient(100deg, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 1) 100%, rgba(255, 255, 255, 0) 0%);
    /* アニメーション */
    animation-name: shiny;
    animation-duration: 3s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
}

@keyframes shiny {
    0% {
        transform: scale(0) rotate(25deg);
        opacity: 0;
    }

    50% {
        transform: scale(1) rotate(25deg);
        opacity: 1;
    }

    100% {
        transform: scale(50) rotate(25deg);
        opacity: 0;
    }
}

.cta .btn a::before {
    content: "";
    position: absolute;
    inset: calc(clamp(56px, 7.5vw, 85px) * .03);
    border-radius: 50px;
    border: 1px solid #fff;
    pointer-events: none;
}

.cta .btn a span {
    font-size: clamp(10px, 4vw, 24px);
    line-height: 1;
    font-weight: 700;
    color: #fff;
    white-space: nowrap;
    padding: 0 6%;
}

.cta .btn a img:first-child {
    width: clamp(28px, 2.7vw, 38px);
}

.cta .btn a img:last-child {
    width: clamp(24px, 2.3vw, 33px);
}

/* ホバー時のスタイル */
.cta .btn a:hover {
    filter: brightness(1.06) saturate(1.18) contrast(1.05);
    transform: translateY(-2px) scale(1.03);
}

.cta .btn a img:last-child {
    transition: 0.3s ease;
}

.cta .btn a:hover img:last-child {
    transform: translateX(4px);
}

@media (max-width: 394px) {
    .cta {
        background-position: 60% center;
        padding: 13% 0 15% 0;
    }

    .cta p {
        font-size: clamp(10px, calc(6px + 4.57vw), 24px);
        line-height: 1.5;
        padding: 0 5%;
        white-space: nowrap;
    }

    .cta .btn {
        margin-top: 10%;
    }

    .cta .btn a {
        width: clamp(280px, 85vw, 361px);
        height: 60px;
        border-radius: 31.83px;
    }

    .cta .btn a::before {
        inset: calc(clamp(56px, 7.5vw, 85px) * .04);
        border-radius: 31.83px;
        border: 0.5px solid #fff;
    }

    .cta .btn a span {
        font-size: 1.125rem;
        padding: 0 10%;
    }

    .cta .btn a img:first-child {
        width: 24.45px;
    }

    .cta .btn a img:last-child {
        width: 21px;
    }
}

/* insights section */
.insights {
    position: relative;
    width: 100%;
    background:
        linear-gradient(180deg,
            rgba(102, 102, 102, .55) 0%,
            rgba(0, 0, 0, .7) 40%,
            rgba(0, 0, 0, .88) 100%),
        url("../img/bei-jingno-gui-tu-zhuangtekusucha-biao-mian 1.png") center / cover no-repeat;
    background-blend-mode: multiply;
    padding: 6% 3%;
    z-index: -2;
}

.insights .insights-box {
    display: flex;
    justify-content: center;
}

.insights h2 {
    font-size: clamp(1.25rem, calc(1rem + 1.667vw), 3rem);
    letter-spacing: -0.05em;
    line-height: 1;
    font-weight: 700;
    color: var(--white);
    text-align: left;
    padding-left: 5%;
    margin-bottom: 3%;
    white-space: nowrap;
}

.insights h2 span {
    font-size: clamp(2.25rem, 4.167vw, 4.5rem);
    letter-spacing: 0.04em;
    margin-left: 0.5%;
}

.insights h2 .sp {
    display: none;
}

.insights .content {
    max-width: calc(clamp(320px, 70vw, 661px) + clamp(180px, 18.16vw, 261.53px));
    margin: 0 auto;
}

.insights .insights-list {
    width: 100%;
    height: 297px;
    max-width: clamp(320px, 70vw, 661px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: var(--white);
    border-radius: 8px;
    padding: clamp(40px, 4.5vw, 45px) clamp(28px, 3.6vw, 48px);
    box-sizing: border-box;
}

.insights .insights-list ul {
    width: fit-content;
}

.insights .insights-list li {
    position: relative;
    display: block;
    font-size: clamp(1rem, calc(1rem + 0.2778vw), 1.5rem);
    line-height: 1;
    font-weight: 400;
    color: var(--black2);
    padding-left: calc(clamp(18px, 1.72vw, 30px)
            /* アイコン幅 */
            + clamp(10px, 1.2vw, 20px)
            /* すき間 */
        );
    margin-bottom: 7%;
    overflow-wrap: anywhere;
    /* 初期状態 右から左に隠す */
    clip-path: inset(0 0 0 100%);
    transition: clip-path 0.8s ease, opacity 0.8s ease;
    opacity: 0;
    will-change: clip-path, opacity;
}

/* フェードイン時の状態 */
.insights .insights-list li.insight-visible {
    clip-path: inset(0 0 0 0);
    opacity: 1;
}

/* 遅延 */
.insights .insights-list li:nth-child(1) {
    transition-delay: .2s;
}

.insights .insights-list li:nth-child(2) {
    transition-delay: .3s;
}

.insights .insights-list li:nth-child(3) {
    transition-delay: .4s;
}

.insights .insights-list li:nth-child(4) {
    transition-delay: .5s;
}

.insights .insights-list li:last-child {
    margin-bottom: 0;
}

.insights .insights-list li .bold {
    font-weight: 900;
}

.insights .insights-list li::before {
    content: '';
    position: absolute;
    background: url(../img/Vector\ \(1\).png) center / contain no-repeat;
    width: clamp(18px, 1.719vw, 24.75px);
    height: clamp(18px, 1.719vw, 24.75px);
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.insights .insights-list li .sp {
    display: none;
}

.insights .content .insights-img {
    width: clamp(180px, 18.16vw, 261.53px);
    margin: 3% 0 0 -3%;
}

.survey {
    width: 100%;
    margin: 7% auto 0 auto;
}

.survey h3 {
    width: fit-content;
    position: relative;
    font-size: clamp(1.25rem, 2.222vw, 2.5rem);
    line-height: 1;
    font-weight: 700;
    color: var(--white);
    background: #DD1717;
    border-radius: 4px;
    padding: 1.2% 2%;
    margin: 0 auto;
    animation: floatAnimation 2s infinite ease-in-out;
}

/* 上下に浮遊する動き */
@keyframes floatAnimation {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }

    100% {
        transform: translateY(0);
    }
}

.survey h3::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -17px;
    width: 23px;
    height: 36px;
    background: url(../img/Polygon\ 32.png) center / contain no-repeat;
    transform: translateX(-50%);
    transform-origin: 50% 0%;
    z-index: -1;
}

.survey .survey-cards {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: stretch;
    gap: 2%;
    margin-top: 4%;
}

.survey .survey-cards .cards-item {
    width: 27%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-image: url(../img/“.png);
    background-color: #464645;
    background-position: 10% 10%;
    background-size: 22%;
    background-repeat: no-repeat;
    background-blend-mode: screen;
    padding: 2.5% 3%;
    box-sizing: border-box;
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

.survey .survey-cards .cards-item.survey-fade-in {
    opacity: 1;
    transform: translateY(0);
}

.survey .survey-cards .cards-item h4 {
    font-size: clamp(1.125rem, 1.667vw, 2rem);
    line-height: 1.2;
    font-weight: 700;
    text-align: center;
    color: var(--white);
    margin-bottom: 10%;
}

.survey .survey-cards .cards-item:last-child h4 {
    line-height: 1.5;
    margin-bottom: 5%;
}

.survey .survey-cards .cards-item .list li {
    position: relative;
    font-size: clamp(0.875rem, 1.111vw, 1.25rem);
    line-height: 1;
    font-weight: 400;
    color: var(--white);
    padding-left: calc(clamp(12px, 1.8vw, 24px)
            /* ドットの left */
            + clamp(5px, 0.6vw, 8px)
            /* ドット直径 */
            + clamp(6px, 0.8vw, 12px)
            /* ドット→文字のすき間 */
        );
    margin-bottom: 5%;
}

.survey .survey-cards .cards-item .list li:last-child {
    margin-bottom: 0;
}

.survey .survey-cards .cards-item .list li::before {
    content: '';
    position: absolute;
    width: 5px;
    height: 5px;
    background: var(--white);
    border-radius: 50%;
    top: 50%;
    left: clamp(12px, 1.8vw, 24px);
    transform: translateY(-50%);
}

.survey .survey-cards .cards-item .percent {
    line-height: 1;
    font-weight: 400;
    font-family: var(--font);
    color: var(--white);
    text-align: center;
    text-decoration: underline;
    text-decoration-color: #FFF81E;
    text-underline-offset: 5px;
}

.survey .survey-cards .cards-item .percent-num {
    font-size: clamp(1.875rem, 3.333vw, 3.75rem);
}

.survey .survey-cards .cards-item .percent-unit {
    font-size: clamp(1.125rem, 1.667vw, 2rem);
}

.survey .survey-cards .cards-item .cards-text {
    font-size: clamp(0.875rem, 1.111vw, 1.25rem);
    line-height: 1.5;
    font-weight: 400;
    color: var(--white);
    margin-top: 6%;
}

.survey .survey-text {
    width: fit-content;
    max-width: 95%;
    font-size: clamp(0.875rem, 1.111vw, 1.25rem);
    line-height: 1.5;
    font-weight: 400;
    color: var(--white);
    margin: 3% auto 0 auto;
    text-align: left;
}

.survey .survey-text .pc {
    display: block;
}

.survey .survey-text .bold {
    font-size: clamp(1rem, calc(1rem + 0.2778vw), 1.5rem);
    font-weight: 700;
}

@media (max-width: 768px) {
    .survey .survey-cards .cards-item {
        width: 32%;
    }
}

@media (max-width: 394px) {
    .insights {
        position: relative;
        background:
            linear-gradient(180deg,
                rgba(50, 50, 50, .7) 0%,
                rgba(0, 0, 0, .8) 60%,
                rgba(0, 0, 0, .9) 100%);
        padding: 12% 3% 6% 3%;
    }

    .insights h2 {
        font-size: 1.25rem;
        line-height: 1.2;
        text-align: left;
        margin-bottom: 9%;
        padding: 0;
    }

    .insights h2 span {
        font-size: 2rem;
    }

    .insights h2 .sp {
        display: block;
    }

    .insights .insights-box {
        display: block;
    }

    .insights .insights-list {
        width: min(362px, 92vw);
        max-width: none;
        min-height: 298px;
        padding: clamp(40px, 4.5vw, 45px) clamp(16px, 2.2vw, 28px);
        margin: 0 auto;
    }

    .insights .insights-list ul {
        width: 100%;
        max-width: none;
    }

    .insights .insights-list li {
        font-size: clamp(16px, 5.076vw, 20px);
        line-height: 1.5;
        padding-left: calc(clamp(18px, 1.72vw, 30px) + clamp(18px, 1.6vw, 22px));
        margin-bottom: 3%;
    }

    .insights .insights-list li::before {
        width: 24.75px;
        height: 24.75px;
    }

    .insights .insights-list li .sp {
        display: block;
    }

    .insights .content .insights-img {
        position: absolute;
        width: clamp(64px, 34.17vw, 134.58px);
        top: clamp(40px, 10vw, 60px);
        right: 0;
        margin: 0;
    }

    .survey {
        margin: 13% auto 0 auto;
    }

    .survey h3 {
        font-size: clamp(14px, 4.57vw, 18px);
        border-radius: 3.12px;
        padding: 4.2% 15%;
    }

    .survey .survey-cards {
        flex-direction: column;
        align-items: center;
        gap: 0;
        margin-top: 8%;
    }

    .survey .survey-cards .cards-item {
        width: 96.8%;
        background-image: url(../img/“-sp.png);
        background-color: #595959;
        background-blend-mode: lighten;
        padding: 8.5% 13%;
        margin-bottom: 4%;
    }

    .survey .survey-cards .cards-item:nth-child(2) {
        padding: 8.5% 18%;
    }

    .survey .survey-cards .cards-item:last-child {
        padding: 8.5% 12%;
    }

    .survey .survey-cards .cards-item h4 {
        font-size: clamp(0.875rem, 0.7rem + 1.5vw, 1.25rem);
        line-height: 1.5;
        margin-bottom: 10%;
    }

    .survey .survey-cards .cards-item:last-child h4 {
        margin-bottom: 7%;
    }

    .survey .survey-cards .cards-item .list li {
        font-size: clamp(0.875rem, 0.8rem + 0.75vw, 1rem);
        padding-left: calc(clamp(12px, 1.8vw, 24px)
                /* ドットの left */
                + clamp(5px, 0.6vw, 8px)
                /* ドット直径 */
                + clamp(10px, 0.8vw, 18px)
                /* ドット→文字のすき間 */
            );
    }

    .survey .survey-cards .cards-item .list li::before {
        left: clamp(12px, 1.8vw, 24px);
    }

    .survey .survey-cards .cards-item .percent {
        text-underline-offset: 4px;
    }

    .survey .survey-cards .cards-item .percent-num {
        font-size: 2.5rem;
    }

    .survey .survey-cards .cards-item .percent-unit {
        font-size: 1.5rem;
    }

    .survey .survey-cards .cards-item .cards-text {
        font-size: clamp(0.75rem, 0.7rem + 0.5vw, 0.875rem);
        margin-top: 8%;
    }

    .survey .survey-text {
        max-width: 98%;
        font-size: clamp(0.75rem, 4.0609vw, 1rem);
    }

    .survey .survey-text .pc {
        display: none;
    }

    .survey .survey-text .bold {
        font-size: 1.25rem;
    }
}

/* results section */
.results {
    width: 100%;
    position: relative;
    background-color: #E60012;
    z-index: 0;
    color: var(--white);
    padding: 6% 3% 5% 3%;
    overflow: hidden;
}

.results .bg-sp {
    display: none;
}

.results .bg {
    display: block;
}

.results .bg .top {
    position: absolute;
    top: 0;
    left: 10%;
    z-index: -1;
}

.results .bg .top-right {
    position: absolute;
    top: 5%;
    right: 11%;
    z-index: -1;
}

.results .bg .center-left {
    position: absolute;
    top: 50%;
    left: 5%;
    transform: translateY(-50%);
    z-index: -1;
}

.results .bg .bottom {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
}

.results h2 {
    width: fit-content;
    position: relative;
    text-align: center;
    margin: 0 auto;
}

.results h2 .ja {
    font-size: clamp(1rem, 2.222vw, 2.4rem);
    line-height: 1;
    font-weight: 400;
    margin-bottom: 3%;
}

.results h2 .en {
    position: relative;
    font-size: clamp(28px, 6.05vw, 88px);
    line-height: 1;
    font-weight: 700;
    font-family: var(--font);
    color: var(--white);
    background: transparent;
    padding: 2% 3.5%;
    z-index: 0;
}

.results h2 .en::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #001624;
    z-index: -1;
    clip-path: inset(0 100% 0 0);
}

/* 背景のみのアニメーション */
.results h2 .en.animate-bg::before {
    animation: reveal-bg 3s cubic-bezier(0.19, 1, 0.22, 1) forwards;
}

@keyframes reveal-bg {
    0% {
        /* 右から左にかけて表示されていない */
        clip-path: inset(0 100% 0 0);
    }

    100% {
        clip-path: inset(0 0 0 0);
    }
}

.results h2 .en .ball {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(55%, -27%);
    width: clamp(96px, 14vw, 228px);
    height: auto;
    aspect-ratio: 1/1;
    pointer-events: none;
    z-index: 2;
    opacity: 0;
}

.results h2 .en .ball.is-roll {
    opacity: 1;
    animation: ball-roll 2.2s cubic-bezier(0.25, 0.1, 0.25, 1) forwards;
}

/* ボールの回転アニメーション */
@keyframes ball-roll {
    0% {
        transform: translate(-200%, -27%) rotate(0deg);
        animation-timing-function: ease-in;
    }

    10% {
        transform: translate(-170%, -27%) rotate(120deg);
        animation-timing-function: linear;
    }

    20% {
        transform: translate(-140%, -27%) rotate(240deg);
        animation-timing-function: linear;
    }

    30% {
        transform: translate(-110%, -27%) rotate(360deg);
        animation-timing-function: linear;
    }

    40% {
        transform: translate(-80%, -27%) rotate(480deg);
        animation-timing-function: linear;
    }

    50% {
        transform: translate(-50%, -27%) rotate(600deg);
        animation-timing-function: linear;
    }

    60% {
        transform: translate(-20%, -27%) rotate(720deg);
        animation-timing-function: linear;
    }

    70% {
        transform: translate(10%, -27%) rotate(840deg);
        animation-timing-function: linear;
    }

    80% {
        transform: translate(30%, -27%) rotate(960deg);
        animation-timing-function: ease-out;
    }

    90% {
        transform: translate(45%, -27%) rotate(1050deg);
        animation-timing-function: ease-out;
    }

    100% {
        transform: translate(55%, -27%) rotate(1080deg);
    }
}

.results .results-text {
    font-size: clamp(0.875rem, 1.111vw, 1.25rem);
    line-height: 1.5;
    font-weight: 500;
    text-align: center;
    margin-top: 5%;
}

.results .results-box {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3%;
    align-items: stretch;
    margin-top: 3%;
}

.results .results-box .results-cards {
    flex: 0 1 auto;
    width: clamp(513px,
            calc(513px + (1440px - 100vw) * 0.06),
            calc(50cqw - 1.5cqw));
    max-width: 100%;
    display: flex;
    flex-direction: column;
    container-type: inline-size;

}

.results .results-box .results-cards .results-img {
    width: 100%;
    aspect-ratio: 512 / 311;
    overflow: hidden;
    line-height: 0;
}

.results .results-box .results-cards .results-img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.results .results-box .results-cards .caption {
    width: 100%;
    min-height: 172px;
    background-color: #001624;
}

.results .results-box .results-cards .caption .cap-inner {
    padding: 4% 7%;
    display: grid;
    align-content: start;
}

.results-box .results-cards .caption .flex {
    display: flex;
    align-items: center;
    gap: 3%;
}

.results-box .results-cards .caption .text-1 {
    font-size: clamp(0.875rem, 1.111vw, 1.25rem);
    line-height: 1;
    font-weight: 400;
    margin-bottom: 2%;
}

.results-box .results-cards:nth-of-type(1) .caption .text-1 {
    opacity: 0.85;
}

.results-box .results-cards .caption .text-2 {
    font-size: clamp(0.5rem, 3.5vw, 1.5rem);
    line-height: 1;
    font-weight: 700;
    margin-bottom: 5%;
}

.results-box .results-cards .caption .text-3 {
    font-size: clamp(0.875rem, 1.111vw, 1.25rem);
    line-height: 1.5;
    font-weight: 400;
}

.results-box .results-cards:nth-of-type(1) .caption .text-3 {
    opacity: 0.85;
}

.results-cards .caption .flex .claim {
    font-size: clamp(0.3125rem, 0.7639vw, 0.9rem);
    line-height: 1;
    font-weight: 400;
    white-space: nowrap;
    opacity: 0.85;
}

.results-box .results-cards .pie-wrap {
    position: relative;
    width: 100%;
    aspect-ratio: 512 / 311;
    display: grid;
    place-items: center;
    background: var(--white);
    container-type: inline-size;
    --Sfit: clamp(40px, 20vw, 224.21px);
    --circle-scale: 1;
}

/* グラフ本体 */
.pie {
    border-radius: 50%;
    /* スイープ量 */
    --reveal: 0deg;
    /* マスクは 0deg 起点（= 3時）。背景側で -90 して合計 -90 にする */
    -webkit-mask: conic-gradient(from 0deg, #000 0deg var(--reveal), #0000 var(--reveal) 360deg);
    mask: conic-gradient(from 0deg, #000 0deg var(--reveal), #0000 var(--reveal) 360deg);
    transition: --reveal 1.4s cubic-bezier(.22, .8, .2, 1);
}


/* 角度のカスタムプロパティをアニメ可能に */
@property --reveal {
    syntax: "<angle>";
    inherits: false;
    initial-value: 0deg;
}

.pie.play {
    --reveal: 360deg;
}

/* ラベル用の重ねレイヤー */
.pie,
.pie-labels {
    position: absolute;
    left: 50%;
    top: 50%;
    right: auto;
    bottom: auto;
    width: calc(var(--Sfit) * var(--circle-scale));
    height: calc(var(--Sfit) * var(--circle-scale));
    transform: translate(-50%, -50%);
}

.pie-labels {
    transform: translate(-50%, -50%);
    pointer-events: none;
}

.pie-percent {
    position: absolute;
    transform: translate(-50%, -50%);
    line-height: 1;
    display: inline-flex;
    align-items: baseline;
    color: #fff;
}

.pie-percent .num {
    font-size: clamp(16px, calc(var(--Sfit, 224.21px) * 0.1785), 40px);
    line-height: 1;
    font-weight: 600;
    font-family: var(--font);
    color: #fff;
}

.pie-percent .unit {
    font-size: clamp(12px, calc(var(--Sfit, 224.21px) * 0.0803), 18px);
    line-height: 1;
    font-weight: 600;
    font-family: var(--font);
    color: #fff;
}

/* 外側のラベル（線つき） */
.pie-callout {
    position: absolute;
    transform: translate(-50%, -50%);
    font-size: clamp(0.375rem, calc(0.189rem + 0.762vw), 0.875rem);
    line-height: 1;
    font-weight: 700;
    color: var(--black);
    white-space: nowrap;
}

.pie-callout::before {
    content: "";
    position: absolute;
    left: -18px;
    top: 50%;
    width: 20px;
    height: 1px;
    background: #001624;
    transform-origin: right center;
    transform: translateY(-50%) rotate(var(--angle, 0deg));
}

.pie-callout--custom::before {
    display: none;
}

/* 黒い吹き出し */
.pie-callout--bubble {
    font-size: clamp(7px, calc(4.8px + 0.778vw), 16px);
    line-height: 1;
    font-weight: 700;
    color: var(--white);
    background: #001624;
    padding: clamp(4px, 0.8vw, 10px) clamp(6px, 1.2vw, 14px);
    border-radius: 2px;
}

.pie-callout--bubble::before {
    background: transparent;
}

/* 吹き出しの尾 */
.pie-callout--bubble::after {
    content: "";
    position: absolute;
    width: clamp(6px, 1.0vw, 14px);
    height: clamp(7px, 1.2vw, 18px);
    background: #001624;
    clip-path: polygon(50% 0, 100% 100%, 0 100%);
    transform-origin: 50% 100%;
    transform: rotate(-140deg) translateY(-50%);
    bottom: clamp(6px, 1.0vw, 12px);
    left: clamp(6px, 1.1vw, 14px);
    pointer-events: none;
    z-index: -1;
}

.results h3 {
    font-size: clamp(2rem, 4.1667vw, 4.5rem);
    line-height: 1;
    font-weight: 700;
    text-align: center;
    margin: 5% 0 0.2% 0;
}

.results .results-box2 {
    width: 77.1%;
    background-color: var(--white);
    border-radius: 8px;
    margin: 0 auto;
    padding: 2.5%;
}

.results .results-box2 h4 {
    text-align: center;
}

.results .results-box2 h4 div:first-child {
    width: 29.7%;
    font-size: clamp(0.875rem, 1.111vw, 1.25rem);
    line-height: 1;
    font-weight: 400;
    background-color: #001624;
    color: var(--white);
    margin: 0 auto;
    padding: 0.5%;
}

.results .results-box2 h4 div:last-child {
    font-size: clamp(1rem, 1.389vw, 1.375rem);
    line-height: 1;
    font-weight: 700;
    color: var(--black);
    margin-top: 1%;
}

.results .results-box2 h4 div:last-child .bold-1 {
    font-size: clamp(1.125rem, 1.806vw, 1.75rem);
    line-height: 1;
    font-weight: 700;
    color: #E60012;
}

.results .results-box2 h4 div:last-child .bold-2 {
    font-size: clamp(1.3125rem, 2.014vw, 1.9375rem);
    line-height: 1;
    font-weight: 700;
    color: #E60012;
}

.results .results-box2 .results-video {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10%;
    margin-top: 3.5%;
}

.results .results-box2 .results-video .video-item .media {
    display: block;
    width: clamp(120px, 13.46vw, 193.9px);
    aspect-ratio: 193.9 / 288;
    height: auto;
    object-fit: cover;
}

.results .results-box2 .results-video .video-item p {
    font-size: clamp(0.75rem, 0.9722vw, 1rem);
    line-height: 1;
    font-weight: 400;
    color: var(--black);
    text-align: center;
    margin-top: 3%;
}

@media (max-width: 394px) {
    .results {
        padding: 10% 4%;
    }

    .results .bg {
        display: none;
    }

    .results .bg-sp {
        display: block;
    }

    .results .bg-sp .top {
        position: absolute;
        top: 2.5%;
        right: 0;
        z-index: -1;
    }

    .results .bg-sp .top-left {
        position: absolute;
        top: 1%;
        left: 0%;
        z-index: -1;
    }

    .results .bg-sp .center-left {
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-80%);
        z-index: -1;
    }

    .results .bg-sp .bottom {
        position: absolute;
        bottom: 12%;
        right: 0;
        z-index: -1;
    }

    .results h2 .ja {
        font-size: clamp(0.75rem, 4.525vw, 1.11375rem);
        margin-bottom: 3%;
    }

    .results h2 .en {
        font-size: clamp(2.25rem, 12.5609vw, 3.093125rem);
        padding: 2%;
        white-space: nowrap;
    }

    .results h2 .en .ball {
        transform: translate(55%, -19%);
        width: clamp(60px, 20vw, 79.41px);
    }

    @keyframes ball-roll {
        0% {
            transform: translate(-200%, -12%) rotate(0deg);
            animation-timing-function: ease-in;
        }

        10% {
            transform: translate(-170%, -12%) rotate(120deg);
            animation-timing-function: linear;
        }

        20% {
            transform: translate(-140%, -12%) rotate(240deg);
            animation-timing-function: linear;
        }

        30% {
            transform: translate(-110%, -12%) rotate(360deg);
            animation-timing-function: linear;
        }

        40% {
            transform: translate(-80%, -12%) rotate(480deg);
            animation-timing-function: linear;
        }

        50% {
            transform: translate(-50%, -12%) rotate(600deg);
            animation-timing-function: linear;
        }

        60% {
            transform: translate(-20%, -12%) rotate(720deg);
            animation-timing-function: linear;
        }

        70% {
            transform: translate(10%, -12%) rotate(840deg);
            animation-timing-function: linear;
        }

        80% {
            transform: translate(30%, -12%) rotate(960deg);
            animation-timing-function: ease-out;
        }

        90% {
            transform: translate(35%, -10%) rotate(1050deg);
            animation-timing-function: ease-out;
        }

        100% {
            transform: translate(45%, -10%) rotate(1080deg);
        }
    }

    .results .results-text {
        font-size: clamp(0.75rem, 4.0203vw, 0.99rem);
        text-align: left;
        margin-top: 8%;
    }

    .results .results-text .pc {
        display: none;
    }

    .results .results-box {
        width: 100%;
        flex-direction: column;
        gap: 0;
        margin-top: 10%;
    }

    .results .results-box .results-cards {
        width: 100%;
    }

    .results .results-box .results-cards:first-child {
        margin-bottom: 7%;
    }

    .results .results-box .results-cards .results-img {
        aspect-ratio: 512 / 311;
    }

    .results .results-box .results-cards .caption {
        padding: 8% 7.5%;
    }

    .results-box .results-cards .caption .flex {
        flex-direction: column;
        align-items: flex-start;
        gap: 0;
        margin-bottom: 9%;
    }

    .results-box .results-cards .caption .text-1 {
        font-size: clamp(0.75rem, 4.0203vw, 0.99rem);
        margin-bottom: 2%;
    }

    .results-box .results-cards .caption .text-2 {
        font-size: clamp(1rem, 5.5vw, 1.2375rem);
        margin-bottom: 9%;
    }

    .results .results-box .results-cards .caption:has(.claim) .text-2 {
        margin-bottom: 4%;
    }

    .results-box .results-cards .caption .text-3 {
        font-size: clamp(0.75rem, 4.0203vw, 0.99rem);
        line-height: 1.5;
    }

    .results-cards .caption .flex .claim {
        font-size: clamp(0.5rem, 2.5vw, 0.61875rem);
    }

    .results-box .results-cards .pie-wrap {
        --Sfit: clamp(0px, calc(100vw * 0.38956853), 153.49px);
        --circle-scale: 1;
    }

    /* ラベル用の重ねレイヤー */
    .pie,
    .pie-labels {
        width: calc(var(--Sfit) * var(--circle-scale, 1));
        height: calc(var(--Sfit) * var(--circle-scale, 1));
    }

    .pie-percent .num {
        font-size: clamp(1.2rem, 6.949vw, 1.71125rem);
    }

    .pie-percent .unit {
        font-size: clamp(0.5rem, 2.5vw, 0.77rem);
    }

    /* 外側のラベル（線つき） */
    .pie-callout {
        font-size: clamp(0.5rem, 2.5vw, 0.59875rem);
    }

    /* 黒い吹き出し */
    .pie-callout--bubble {
        font-size: clamp(0.5rem, 2.5vw, 0.684375rem);
        padding: 4% 5%;
        border-radius: 1.3px;
    }

    /* 吹き出しの尾 */
    .pie-callout--bubble::after {
        width: 10.62px;
        height: 18px;
        bottom: 60%;
        left: 15%;
    }

    .results h3 {
        font-size: clamp(1.6rem, 8.0406vw, 1.98rem);
        margin: 10% 0 -0.6% 0;
    }

    .results .results-box2 {
        width: 100%;
        padding: 9% 4% 10% 4%;
    }

    .results .results-box2 h4 div:first-child {
        width: 89%;
        font-size: clamp(0.75rem, 4.0203vw, 0.99rem);
    }

    .results .results-box2 h4 div:last-child {
        font-size: clamp(0.75rem, 5.025vw, 1.2375rem);
        margin-top: 2%;
    }

    .results .results-box2 h4 div:last-child .bold-1 {
        font-size: clamp(1.1rem, 6.533vw, 1.60875rem);
    }

    .results .results-box2 h4 div:last-child .bold-2 {
        font-size: clamp(1.2rem, 7.2868vw, 1.794375rem);
    }

    .results .results-box2 .results-video {
        gap: 4%;
        margin-top: 11%;
    }

    .results .results-box2 .results-img2 .img2-item img {
        width: clamp(120px, 40.254vw, 158.5px);
        height: auto;
        aspect-ratio: 158.5 / 235.42;
        max-width: none;
    }

    .results .results-box2 .results-video .video-item .media {
        width: clamp(120px, 40.254vw, 158.5px);
        height: auto;
        aspect-ratio: 158.5 / 235.42;
        max-width: none;
        object-fit: cover;
    }

    .results .results-box2 .results-video .video-item p {
        font-size: clamp(0.75rem, 4.0203vw, 0.86625rem);
        margin-top: 10%;
    }
}

/* step section */
.step {
    width: 100%;
    height: auto;
    background: url(../img/AdobeStock_236057500\ 1.png) center top / cover no-repeat;
    padding: 6% 3% 5% 3%;
    overflow: hidden;
}

.step h2 {
    width: fit-content;
    position: relative;
    font-size: clamp(1.6rem, 2.778vw, 2.75rem);
    line-height: 1;
    font-weight: 700;
    margin: 0 auto;
    z-index: 1;
}

.step h2 .bold {
    font-size: clamp(2.4rem, 4.1667vw, 4.25rem);
}

.step h2::after {
    content: '';
    width: 140%;
    aspect-ratio: 573.99 / 60.42;
    height: auto;
    position: absolute;
    bottom: -60%;
    left: 0;
    transform: translateX(-5%);
    background-image: url(../img/Group\ \(1\).png);
    background-position: left center;
    background-size: contain;
    z-index: -1;
}

.step .step-text1 {
    font-size: clamp(0.875rem, 1.111vw, 1.25rem);
    line-height: 1.5;
    font-weight: 400;
    text-align: center;
    margin-top: 40px;
}

.step .step-text1 .pc {
    display: block;
}

.step .step-list-sp {
    display: none;
}

.step .step-list-pc {
    margin-top: 2.5%;
}

.step .step-list-pc ul {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding-left: clamp(10px, 2.5vw, 32px);
    gap: 3px;
    margin: 0 auto;
}

.step .step-list-pc ul li {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: clamp(-32px, -2.5vw, -10px);
}

.step .step-list-pc ul li:first-child {
    margin-left: 0;
}

.step .step-list-pc ul li .step-img {
    display: block;
    width: 100%;
}

.step .step-list-pc ul li .step-img img {
    transform: translateX(-12px);
}

.step .step-list-pc li .step-img img,
.step .step-list-sp li .step-img img {
    display: block;
    width: 100%;
    height: auto;
    clip-path: inset(0 100% 0 0);
    will-change: clip-path;
}

@keyframes step-reveal {
    0% {
        clip-path: inset(0 100% 0 0);
    }

    100% {
        clip-path: inset(0 0% 0 0);
    }
}

.step .step-list-pc ul li p {
    width: clamp(160px, 13.75vw, 220px);
    height: clamp(151px, 10.49vw, 180px);
    max-width: 100%;
    font-size: clamp(0.75rem, 1.111vw, 1.125rem);
    line-height: 1.6;
    letter-spacing: 0.04rem;
    font-weight: 700;
    color: var(--black2);
    background-color: var(--white);
    padding: 10%;
    box-sizing: border-box;
}

.step .step-list-pc ul li,
.step .step-list-pc ul li p {
    min-width: 0;
}

.step .arrow {
    width: clamp(7%, calc(10% + (1024px - 100vw) * 0.022), 16%);
    margin: 1.5% auto 0 auto;
}

.step .arrow img {
    display: block;
    width: 100%;
    animation: none;
    will-change: transform;
}

/* 再生時だけ付与するクラス */
.step .arrow.is-running img {
    animation: arrow-float 0.8s ease-in-out infinite alternate;
}

@keyframes arrow-float {
    from {
        transform: translate3d(0, 0, 0);
    }

    to {
        transform: translate3d(0, 10%, 0);
    }
}

.step h3 {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: -1.5%;
}

.step h3>div:first-child {
    color: #FFE500;
    font-size: clamp(0.9rem, 1.4104vw, 1.375rem);
    line-height: 1.5;
    font-weight: 700;
    display: inline-block;
    transform-origin: left bottom;
    transform: rotate(-8deg) translate(-145%, -55%);
}

.step h3 div:last-child {
    width: clamp(260px, 28.06vw, 9999px);
    box-sizing: border-box;
    text-align: center;
}

.step h3 div:last-child img {
    display: block;
    width: 100%;
    height: auto;
}

.step .step-box {
    width: clamp(73.6%, calc(73.6% + (1024px - 100vw) * 0.30), 100%);
    border-radius: 8px;
    background-color: rgba(255, 255, 255, 0.9);
    background-image: url(../img/“step.png);
    background-size: 8.5%;
    background-position: bottom 30% left 27%;
    margin: 2% auto 0 auto;
    padding: 5%;
}

.step .step-box .step-text2 {
    width: clamp(48%, calc(48% + (1024px - 100vw) * 0.16), 100%);
    font-size: clamp(0.875rem, 1.111vw, 1.25rem);
    line-height: 1.5;
    font-weight: 400;
    text-align: center;
    margin: 0 auto;
}

.step .step-box .step-text2:last-of-type {
    margin-top: 6%;
}

.step-box .step-highlight .sp {
    display: none;
}

.step-box .step-highlight .pc {
    width: 100%;
    min-width: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 3%;
}

.step-box .step-highlight .pc img {
    width: clamp(180px, 29.03vw, 418px);
    aspect-ratio: 418 / 86;
    height: auto;
}

.step-box .step-highlight .pc img,
.step-box .step-highlight .sp img {
    display: block;
    animation: none;
    will-change: clip-path, opacity;
}

/* オレンジアニメーション用の初期設定 */
.step-box .step-highlight .pc img:first-child,
.step-box .step-highlight .sp img:first-child {
    clip-path: inset(0 100% 0 0);
}

.step-box .step-highlight .pc img:last-child,
.step-box .step-highlight .sp img:last-child {
    clip-path: inset(0 0 0 100%);
}

.step-box .step-highlight.play .pc img,
.step-box .step-highlight.play .sp img {
    opacity: 1;
}

.step-box .step-highlight.play .pc img:first-child,
.step-box .step-highlight.play .sp img:first-child {
    animation: clip-reveal-left 1s ease-out forwards;
}

.step-box .step-highlight.play .pc img:last-child,
.step-box .step-highlight.play .sp img:last-child {
    animation: clip-reveal-right 1s ease-out forwards;
}

@keyframes clip-reveal-left {
    to {
        clip-path: inset(0);
    }
}

@keyframes clip-reveal-right {
    to {
        clip-path: inset(0);
    }
}

@media (min-width: 1441px) {
    .step .step-list-pc ul li {
        margin-left: 0;
    }

    .step .step-list-pc ul {
        padding-left: 0;
    }
}

@media (max-width: 920px) {
    .step .step-list-pc ul li {
        margin-left: 0;
    }

    .step .step-list-pc ul {
        padding-left: 0;
        gap: 5px;
    }

    .step .step-list-pc ul li .step-img img {
        transform: translateX(0);
    }

    .step .step-list-pc ul li p {
        width: clamp(120px, 26vw, 160px);
        height: clamp(calc(1.65em * 5 + 20px), 36vw, calc(1.65em * 6 + 20px));
        font-size: clamp(0.5rem, 2.4vw, 0.8rem);
        padding: 7.5%;
    }
}

@media (max-width: 394px) {
    .step {
        padding: 12% 4% 13% 4%;
    }

    .step h2 {
        font-size: clamp(16px, 5.1vw, 1.25rem);
    }

    .step h2 .bold {
        font-size: clamp(18px, 8.1vw, 2rem);
    }

    .step h2::after {
        aspect-ratio: 295.98 / 31.08;
    }

    .step .step-text1 {
        font-size: clamp(14px, 4.06vw, 1rem);
        text-align: left;
        margin-top: 35px;
    }

    .step .step-text1 .pc {
        display: none;
    }

    .step .step-list-sp {
        display: block;
    }

    .step .step-list-pc {
        display: none;
    }

    .step .step-list-sp ul {
        display: flex;
        flex-direction: column;
        margin-top: 4%;
    }

    .step .step-list-sp ul li {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: -8%;
        gap: 2%;
    }

    .step .step-list-sp ul li:first-child {
        margin-top: 0;
    }

    .step .step-list-sp ul li .step-img {
        display: block;
        width: 27%;
        transform: translate(-2%, 7%);
    }

    .step .step-list-sp ul li p {
        width: clamp(160px, 58.7vw, 231px);
        aspect-ratio: 231 / 126;
        height: auto;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 1rem;
        line-height: 1.6;
        letter-spacing: 0.04rem;
        font-weight: 700;
        background-color: var(--white);
        border-radius: 6px;
        padding: 5% 6%;
    }

    .step .arrow {
        width: clamp(96px, 33vw, 130px);
        aspect-ratio: 231 / 126;
        height: auto;
        margin: 3% auto 0 auto;
    }

    .step h3 {
        margin-top: -1.5%;
    }

    .step h3>div:first-child {
        color: #FFE500;
        font-size: clamp(15px, 5.16vw, 1.269375rem);
        line-height: 1.5;
        font-weight: 700;
        display: inline-block;
        transform-origin: left bottom;
        transform: rotate(-8deg) translate(-90%, -40%);
    }

    .step h3 div:last-child {
        width: clamp(240px, 82.74vw, 326px);
        aspect-ratio: 326 / 46;
    }

    .step h3 div:last-child img {
        aspect-ratio: 326 / 46;
    }

    .step .step-box {
        border-radius: 8px;
        background-size: 20%;
        background-position: bottom 30% left 2%;
        margin: 9% auto 0 auto;
        padding: 8% 5.1%;
    }

    .step .step-box .step-text2 {
        width: 100%;
        font-size: clamp(14px, 4.06vw, 1rem);
    }

    .step .step-box .step-text2 .pc {
        display: none;
    }

    .step .step-box .step-text2:last-of-type {
        margin-top: 6%;
    }

    .step-box .step-highlight .sp {
        width: 100%;
        max-width: clamp(50px, 42.4vw, 326px);
        aspect-ratio: 167 / 68;
        min-width: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        flex: 0 0 auto;
        margin: 6% auto 12% auto;
    }

    .step-box .step-highlight .pc {
        display: none;
    }

    .step-box .step-highlight .sp img {
        flex: 0 0 auto;
        width: 100%;
        max-width: none;
        height: auto;
    }
}

@media (max-width: 370px) {
    .step .step-list-sp ul li {
        margin-top: 0;
    }

    .step .step-list-sp ul {
        padding-top: 0;
    }
}

/* strengths section */
.strengths {
    width: 100%;
    height: auto;
    background-image:
        url("../img/Mask group (8).png"),
        linear-gradient(rgba(221, 23, 23, .85) 40%, rgba(255, 149, 0, .85) 100%);
    background-size: cover, cover;
    background-position: center, center;
    background-repeat: no-repeat, no-repeat;
    background-blend-mode: overlay;
    padding: 6% 3% 5% 3%;
}

.strengths h2 {
    font-size: clamp(18px, 2.778vw, 44px);
    line-height: 1.3;
    font-weight: 700;
    color: var(--white);
    text-align: center;
}

.strengths h2 .bold {
    font-size: clamp(28px, 4.1667vw, 68px);
    color: #ffe500;
}

.strengths .kicker {
    width: fit-content;
    position: relative;
    font-size: clamp(0.875rem, 1.111vw, 1.25rem);
    line-height: 1.3;
    font-weight: 700;
    color: var(--white);
    text-align: center;
    margin: 0 auto;
}

.strengths .kicker::after,
.strengths .kicker::before {
    content: "";
    position: absolute;
    top: 50%;
    width: 1px;
    height: 40px;
    background: var(--white);
    transform: translateY(-50%) rotate(15deg);
}

.strengths .kicker::before {
    left: -17px;
    transform: translateY(-50%) rotate(-15deg);
}

.strengths .kicker::after {
    right: -17px;
}

.strengths .strengths-list {
    width: 95%;
    background-color: var(--white);
    margin: 2% auto 0 auto;
}

.strengths .strengths-list ul {
    width: 100%;
    padding: 6% 0;
}

.strengths .strengths-list ul li {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12%;
    margin-bottom: 5%;
}

.strengths .strengths-list ul li:last-child {
    margin-bottom: 0;
}

.strengths .strengths-list ul li .text {
    position: relative;
    width: 30.4%;
    z-index: 1;
}

.strengths .strengths-list ul li:nth-child(1) .text h3 {
    width: 105%;
}

.strengths .strengths-list ul li:nth-child(3) .text h3 {
    width: 93%;
}

.strengths .strengths-list ul li .strengths-img {
    width: 37.7%;
    aspect-ratio: 485 / 394;
}

.strengths .strengths-list ul li .strengths-img img {
    width: 100%;
    height: auto;
    display: block;
}

.strengths .strengths-list ul li .text h3 {
    font-size: clamp(18px, 2.778vw, 44px);
    line-height: 1.3;
    font-weight: 700;
}

.strengths .strengths-list ul li .text p {
    font-size: clamp(0.875rem, 1.111vw, 1.25rem);
    line-height: 1.5;
    font-weight: 400;
    margin-top: 14%;
}

.strengths .strengths-list ul li:nth-child(1) .text p {
    width: 115%;
}

.strengths .strengths-list ul li:nth-child(even) {
    flex-direction: row-reverse;
}

.strengths .strengths-list ul li .text .num {
    position: absolute;
    width: 46%;
    height: auto;
    top: clamp(-60px, -6vw, -24px);
    left: clamp(-56px, -6vw, -24px);
    z-index: -1;
}

.strengths .strengths-list ul li:nth-child(1) .text .num {
    width: 40%;
}

.strengths .strengths-list ul li:nth-child(2) .text .num {
    top: clamp(-60px, -6vw, -24px);
    right: clamp(-56px, -6vw, -24px);
}

.strengths .strengths-list ul li:nth-child(4) .text .num {
    width: 51%;
}

.strengths .strengths-list ul li .text .num img {
    width: 100%;
    height: auto;
    display: block;
    clip-path: inset(0 100% 0 0);
    /* 左→右に開く */
    transition: clip-path 800ms cubic-bezier(.2, .7, .1, 1);
    will-change: clip-path;
}

/* ビューに入ったら全開 */
.strengths .strengths-list ul li.reveal .text .num img {
    clip-path: inset(0 0 0 0);
}

@media (max-width: 805px) {
    .strengths .strengths-list ul li .text .num {
        top: clamp(-44px, -4.5vw, -12px);
    }
}

@media (max-width: 394px) {
    .strengths {
        background-image:
            linear-gradient(rgba(221, 23, 23, .85) 40%, rgba(255, 149, 0, .85) 100%),
            url("../img/strengths-sp.png");
        background-blend-mode: normal;
        padding: 12% 3% 11% 3%;
    }

    .strengths h2 {
        font-size: clamp(1rem, 5.08vw, 1.25rem);
        margin-top: 1%;
    }

    .strengths h2 .bold {
        font-size: clamp(1.6rem, 8.128vw, 2rem);
    }

    .strengths .kicker {
        font-size: 0.875rem;
    }

    .strengths .kicker::after,
    .strengths .kicker::before {
        content: "";
        height: 34px;
    }

    .strengths .strengths-list {
        width: 95%;
        margin: 2% auto 0 auto;
    }

    .strengths .strengths-list ul {
        padding: 27% 0 10% 0;
        margin-top: 9%;
    }

    .strengths .strengths-list ul li {
        flex-direction: column;
        margin-bottom: 32%;
    }

    .strengths .strengths-list ul li:nth-child(1) {
        margin-bottom: 29%;
    }

    .strengths .strengths-list ul li .text {
        width: 85%;
    }

    .strengths .strengths-list ul li:nth-child(1) .text h3 {
        width: 100%;
    }

    .strengths .strengths-list ul li:nth-child(3) .text h3 {
        width: 100%;
    }

    .strengths .strengths-list ul li .strengths-img {
        width: 91.4%;
        aspect-ratio: 321 / 261;
    }

    .strengths .strengths-list ul li .text h3 {
        font-size: clamp(1.4rem, 7.11vw, 1.75rem);
    }

    .strengths .strengths-list ul li .text p {
        font-size: clamp(14px, 4.06vw, 1rem);
        margin: 10% 0 6% 0;
    }

    .strengths .strengths-list ul li:nth-child(1) .text p {
        width: 100%;
    }

    .strengths .strengths-list ul li:nth-child(even) {
        flex-direction: column;
    }

    .strengths .strengths-list ul li .text .num {
        width: 49%;
        inset: auto auto 71% -4%;
        z-index: -1;
    }

    .strengths .strengths-list ul li:nth-child(1) .text .num {
        width: 40%;
    }

    .strengths .strengths-list ul li:nth-child(2) .text .num {
        inset: auto auto 60% -4%;
    }

    .strengths .strengths-list ul li:nth-child(4) .text .num {
        width: 52.6%;
    }
}

/* message section */
.message {
    width: 100%;
    background:
        url(../img/bg4.png),
        linear-gradient(#DD1717 30%, #FF9500 100%);
    background-size: cover, cover;
    background-position: center, center;
    background-repeat: no-repeat, no-repeat;
    color: var(--white);
    padding: 7% 3%;
}

.message .message-item {
    width: 80%;
    margin: 0 auto;
}

.message .message-item ul li {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10%;
    margin-bottom: 7%;
}

.message .message-item ul li:last-child {
    margin-bottom: 0;
}

.message .message-item ul li:nth-child(2) {
    flex-direction: row-reverse;
}

.message .message-item img {
    display: block;
    width: clamp(280px, 31.9444vw, 640px);
    aspect-ratio: 460 / 575;
    height: auto;
}

.message .message-item ul li .text {
    width: 46%;
}

.message .message-item ul li .text p {
    font-size: clamp(0.875rem, 1.111vw, 1.25rem);
    line-height: 1.5;
    font-weight: 700;
    margin-bottom: 5%;
}

.message .message-item ul li .text p .sp {
    display: none;
}

.message .message-item ul li .text p:last-of-type {
    margin-bottom: 0%;
}

.message .message-item ul li:last-of-type .text p:nth-child(2) {
    margin-bottom: 0%;
}

.message .message-item ul li .text .name p:first-child {
    font-size: clamp(0.875rem, 1.111vw, 1.25rem);
    line-height: 1.3;
    font-weight: 700;
    margin-bottom: 2%;
}

.message .message-item ul li .text .name p:last-child {
    font-size: clamp(1.25rem, 2.2222vw, 2.5rem);
    line-height: 1.3;
    font-weight: 700;
    margin-bottom: 10%;
}

.message .message-item ul li .text .brand-name {
    font-size: clamp(1.75rem, 2.9167vw, 3.25rem);
    line-height: 1;
    font-weight: 700;
    font-family: var(--font);
    margin-top: 12%;
}

@media (max-width: 768px) {
    .message .message-item {
        width: 100%;
    }

    .message .message-item ul li {
        flex-direction: column;
        margin-bottom: 12%;
    }

    .message .message-item ul li:nth-child(2) {
        flex-direction: column;
    }

    .message .message-item img {
        margin-bottom: 8%;
    }

    .message .message-item ul li .text {
        width: 75%;
    }
}

@media (max-width: 394px) {
    .message {
        background:
            url(../img/message-sp.png),
            linear-gradient(#DD1717 30%, #FF9500 100%);
        padding: 15% 4%;
    }

    .message .message-item ul li {
        flex-direction: column;
        margin-bottom: 16%;
    }

    .message .message-item ul li:last-child {
        margin-bottom: 0;
    }

    .message .message-item ul li:nth-child(2) {
        flex-direction: column;
    }

    .message .message-item img {
        width: 100%;
        margin-bottom: 9%;
    }

    .message .message-item ul li .text {
        width: 99.6%;
    }

    .message .message-item ul li .text p {
        font-size: clamp(14px, 4.06vw, 1rem);
    }

    .message .message-item ul li .text p .sp {
        display: block;
    }

    .message .message-item ul li .text .name p:first-child {
        font-size: 1rem;
    }

    .message .message-item ul li .text .name p:last-child {
        font-size: 2rem;
    }

    .message .message-item ul li .text .brand-name {
        font-size: clamp(2.1rem, 10.66vw, 2.625rem);
    }
}

/* footer */
#footer {
    width: 100%;
    background-color: var(--black2);
    color: var(--white);
    padding-block: 1%;
    padding-inline: clamp(16px,
            calc(16px + ((100vw - 320px) * 0.1142857)),
            10%);
}

#footer .footer-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#footer .footer-bar .copyright {
    font-size: clamp(0.6875rem, 1.111vw, 1rem);
    line-height: 1;
    font-weight: 500;
    font-family: var(--font);
}

#footer .footer-bar .footer-nav {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 14%;
}

#footer .footer-bar .footer-nav a {
    font-size: clamp(0.625rem, 1.111vw, 1rem);
    line-height: 1.5;
    font-weight: 500;
    color: var(--white);
    white-space: nowrap;
    transition: all 0.3s ease;
}

#footer .footer-bar .footer-nav a:hover {
    opacity: 0.7;
}

@media (max-width: 394px) {
    #footer {
        padding: 4% 2%;
    }

    #footer .footer-bar {
        flex-direction: column;
    }

    #footer .footer-bar .copyright {
        font-size: clamp(0.8rem, 4.06vw, 1rem);
        order: 2;
        margin-top: 4%;
    }

    #footer .footer-bar .footer-nav {
        justify-content: center;
        order: 1;
        gap: 10%;
    }

    #footer .footer-bar .footer-nav a {
        font-size: clamp(0.7rem, 3.55vw, 0.875rem);
    }
}


/* tokushohyo.html */
.p-tokushoho {
    font-family: "Yu Gothic", "Hiragino Kaku Gothic ProN", sans-serif;
    color: #333;
    line-height: 1.8;
    padding: 40px 20px;
}

.p-tokushoho .tokushohyo {
    max-width: 800px;
    margin: 0 auto;
    box-sizing: border-box;
}

.p-tokushoho .title {
    font-size: 2rem;
    font-weight: bold;
    color: #E60012;
    text-align: center;
    margin-bottom: 24px;
}

.tokushohyo-table {
    width: 100%;
    border: 1px solid #ccc;
    border-collapse: collapse;
    table-layout: fixed;
}

.tokushohyo-table th,
.tokushohyo-table td {
    font-size: 1rem;
    border-bottom: 1px solid #ccc;
    padding: 12px 16px;
    vertical-align: baseline;
    text-align: left;
}

.tokushohyo-table th {
    width: 33%;
    color: #E60012;
    background-color: #FFF5F5;
    border-right: 1px solid #ccc;
}

.tokushohyo-table td {
    width: 67%;
}

@media (max-width: 640px) {
    .p-tokushoho .title {
        font-size: 1.5rem;
    }

    .tokushohyo-table,
    .tokushohyo-table tbody,
    .tokushohyo-table tr {
        display: block;
        width: 100%;
    }

    .tokushohyo-table tr {
        border-bottom: 1px solid #ccc;
        margin-bottom: 16px;
    }

    .tokushohyo-table tr:last-child {
        border-bottom: none;
    }

    .tokushohyo-table th,
    .tokushohyo-table td {
        display: block;
        width: 100%;
        border: 0;
        box-sizing: border-box;
    }

    .tokushohyo-table td {
        border-top: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
    }
}

/* privacy.html */
.p-privacy {
    font-family: "Yu Gothic", "Hiragino Kaku Gothic ProN", sans-serif;
    color: #333;
    line-height: 1.8;
    padding: 40px 20px;
}

.privacy-policy {
    max-width: 800px;
    margin: 0 auto;
    box-sizing: border-box;
}

.privacy-policy .title {
    font-size: 2rem;
    font-weight: bold;
    color: #E60012;
    text-align: center;
    margin-bottom: 24px;
}

.privacy-section {
    margin-bottom: 32px;
}

.privacy-policy p {
    font-size: 0.9375rem;
    margin-bottom: 16px;
}

.privacy-section .sec-title {
    position: relative;
    padding-left: 12px;
    margin-bottom: 12px;
    font-weight: bold;
    font-size: 18px;
    color: #E60012;
    border-bottom: 1px solid #ddd;
}

.privacy-section .sec-title::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 4px;
    height: 100%;
    background-color: #E60012;
}

.privacy-section .privacy-list {
    font-size: 1rem;
}

.privacy-section .privacy-list li {
    margin-bottom: 8px;
}

@media (max-width: 640px) {
    .p-privacy {
        padding: 32px 16px;
    }

    .privacy-policy .title {
        font-size: 1.5rem;
    }

    .privacy-policy p {
        font-size: 0.875rem;
    }

    .privacy-section .sec-title {
        font-size: 1rem;
    }

    .privacy-section .privacy-list {
        font-size: 0.9375rem;
    }

    .privacy-section .privacy-list li {
        margin-bottom: 8px;
    }
}