:root {
    --text: #330E0E;
    --white: #fff;
    --Primary: #F76627;
    --clr-blue: #099BFC;
    --text-size: 18px;
    --bg-gradient: linear-gradient(90deg, #FF3E3E 0%, #FFAE00 100%), #FFF;
    --bg-light: #FFE5C4;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

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

.text-orange {
    color: var(--Primary);
}

.text-stroke {
    text-shadow: rgb(255, 255, 255, 0.8) 4px 0px 0px, rgb(255, 255, 255, 0.8) 3.87565px 0.989616px 0px, rgb(255, 255, 255, 0.8) 3.51033px 1.9177px 0px, rgb(255, 255, 255, 0.8) 2.92676px 2.72656px 0px, rgb(255, 255, 255, 0.8) 2.16121px 3.36588px 0px, rgb(255, 255, 255, 0.8) 1.26129px 3.79594px 0px, rgb(255, 255, 255, 0.8) 0.282949px 3.98998px 0px, rgb(255, 255, 255, 0.8) -0.712984px 3.93594px 0px, rgb(255, 255, 255, 0.8) -1.66459px 3.63719px 0px, rgb(255, 255, 255, 0.8) -2.51269px 3.11229px 0px, rgb(255, 255, 255, 0.8) -3.20457px 2.39389px 0px, rgb(255, 255, 255, 0.8) -3.69721px 1.52664px 0px, rgb(255, 255, 255, 0.8) -3.95997px 0.56448px 0px, rgb(255, 255, 255, 0.8) -3.97652px -0.432781px 0px, rgb(255, 255, 255, 0.8) -3.74583px -1.40313px 0px, rgb(255, 255, 255, 0.8) -3.28224px -2.28625px 0px, rgb(255, 255, 255, 0.8) -2.61457px -3.02721px 0px, rgb(255, 255, 255, 0.8) -1.78435px -3.57996px 0px, rgb(255, 255, 255, 0.8) -0.843183px -3.91012px 0px, rgb(255, 255, 255, 0.8) 0.150409px -3.99717px 0px, rgb(255, 255, 255, 0.8) 1.13465px -3.8357px 0px, rgb(255, 255, 255, 0.8) 2.04834px -3.43574px 0px, rgb(255, 255, 255, 0.8) 2.83468px -2.82216px 0px, rgb(255, 255, 255, 0.8) 3.44477px -2.03312px 0px, rgb(255, 255, 255, 0.8) 3.84068px -1.11766px 0px, rgb(255, 255, 255, 0.8) 3.9978px -0.132717px 0px;
}
.text-strokeyellow{
    text-shadow: #FFF3DE 4px 0px 0px, #FFF3DE 3.87565px 0.989616px 0px, #FFF3DE 3.51033px 1.9177px 0px, #FFF3DE 2.92676px 2.72656px 0px, #FFF3DE 2.16121px 3.36588px 0px, #FFF3DE 1.26129px 3.79594px 0px, #FFF3DE 0.282949px 3.98998px 0px, #FFF3DE -0.712984px 3.93594px 0px, #FFF3DE -1.66459px 3.63719px 0px, #FFF3DE -2.51269px 3.11229px 0px, #FFF3DE -3.20457px 2.39389px 0px, #FFF3DE -3.69721px 1.52664px 0px, #FFF3DE -3.95997px 0.56448px 0px, #FFF3DE -3.97652px -0.432781px 0px, #FFF3DE -3.74583px -1.40313px 0px, #FFF3DE -3.28224px -2.28625px 0px, #FFF3DE -2.61457px -3.02721px 0px, #FFF3DE -1.78435px -3.57996px 0px, #FFF3DE -0.843183px -3.91012px 0px, #FFF3DE 0.150409px -3.99717px 0px, #FFF3DE 1.13465px -3.8357px 0px, #FFF3DE 2.04834px -3.43574px 0px, #FFF3DE 2.83468px -2.82216px 0px, #FFF3DE 3.44477px -2.03312px 0px, #FFF3DE 3.84068px -1.11766px 0px, #FFF3DE 3.9978px -0.132717px 0px;
}

.text-gradient {
    background: linear-gradient(90deg, #FF3E3E 0%, #FFAE00 100%);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
}

.text-blue {
    color: var(--clr-blue);
}

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

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

.text-blue {
    color: var(--clr-blue);
}

.btn {
    width: 260px;
    padding: 32px;
    border-radius: 10px;
    background-color: #fff;
    background: var(--btn, linear-gradient(90deg, #FF3E3E 0%, #FFAE00 100%), #FFF);
    border-radius: 10px;
    box-shadow: 6px 6px 10px 0 rgba(139, 30, 0, 0.20);
    color: var(--white) !important;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 155%;
    transition: background 0.3s;
    position: relative;
    overflow: hidden;
}

.btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(90deg, rgba(255, 62, 62, 0.70) 0%, rgba(255, 174, 0, 0.70) 100%), #FFF;
    opacity: 0;
    transition: all 0.3s;
}

.btn>span {
    color: var(--white) !important;
    display: inline-flex;
    align-items: center;
    position: relative;
}

.btn>span::after {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-left: 2px;
    background-color: var(--white);
    mask-image: url(../images/icon-arrow-right.svg);
    mask-repeat: no-repeat;
    mask-position: center;
}

.btn[target="_blank"]>span::after {
    mask-image: url(../images/icon-blank.svg);
}

.btn:hover {
    text-decoration: none;
}

.btn:hover::before {
    opacity: 1;
}

.btn--white {
    color: var(--text) !important;
    border-right: 1px solid rgba(34, 34, 34, 0.10);
    border-bottom: 1px solid rgba(34, 34, 34, 0.10);
    border-left: 1px solid rgba(34, 34, 34, 0.10);
    background: var(--white);
    box-shadow: 6px 6px 10px 0 rgba(139, 30, 0, 0.20);
}

.btn--white::before {
    background: #fff;
}

.btn--white>span {
    background: linear-gradient(180deg, #CE0606 0%, #E75500 100%);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent!important;
}

.btn--white>span::after {
    background-color: var(--text);
}

.btn--white[target="_blank"] span::after {
    mask-image: none;
    background: transparent url(../images/icon-blank-gradient.svg) no-repeat center;
}

.btn--white span::after {
    mask-image: none;
    background: transparent url(../images/icon-arrow-orangeright.svg) no-repeat center;
}

.btn--white:hover::before {
    background: var(--bg-light);
}

@media screen and (min-width: 835px) {
    .sp-visible {
        display: none !important;
    }
}

@media screen and (max-width: 834px) {
    .pc-visible {
        display: none !important;
    }

    .btn {
        font-size: 15px;
        font-style: normal;
        font-weight: 700;
        line-height: 155%;
        padding: 24px;
    }

    .btn span {
        display: flex;
        justify-content: space-between;
    }
}


body {
    font-family: "Noto Sans JP", sans-serif;
    font-size: var(--text-size);
    color: var(--text);
    background-color: var(--white);
    margin: 0;
    padding: 0;
}

/* Keyvisual */
.keyvisual {
    padding: 40px 0;
    text-align: center;
    height: 640px;
    color: var(--text, #330E0E);
    text-align: center;
    position: relative;
    box-sizing: border-box;
}

.keyvisual .keyvisual__bg img {
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.keyvisual .keyvisual__title {
    font-feature-settings: 'pwid' on, 'palt' on;
    font-size: 56px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: 6px;
    display: inline-block;
    background: url(../images/bg-blur.svg) no-repeat center;
    background-size: contain;
    padding: 58px 65px;
}

.keyvisual .keyvisual__title .text-gradient {
    font-size: 64px;
}

.keyvisual .keyvisual__container {
    max-width: 1240px;
    padding: 20px 20px 60px;
    margin: 0 auto;
    position: relative;
}

.keyvisual .keyvisual__logo {
    position: absolute;
    top: 0;
    left: 0
}

.keyvisual .keyvisual__img {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -110px;
}

@media screen and (max-width: 834px) {
    .keyvisual {
        height: 500px;
        padding: 0;
    }

    .keyvisual .keyvisual__container {
        padding: 0;
        overflow: hidden;
        height: 100%;
    }

    .keyvisual .keyvisual__logo {
        position: static;
        width: 96px;
        height: auto;
    }

    .keyvisual .keyvisual__title {
        font-size: 32px;
        letter-spacing: 4px;
        margin-top: 110px;
        background: url(../images/bg-blur_sp.svg) no-repeat center;
        background-size: contain;
        padding: 51px 32px;
        white-space: nowrap;
    }

    .keyvisual .keyvisual__title .text-gradient {
        font-size: 37px;
        letter-spacing: 4px;
    }

    .keyvisual .keyvisual__img {
        max-width: 305px;
        height: auto;
        bottom: -60px;
    }
}


.about {
    padding: 140px 0 100px;
    background: url(../images/bg-about.jpg) no-repeat center;
    background-size: cover;
    text-align: center;
}

.about .about__container {
    padding: 0 24px;
    max-width: 1088px;
    margin: 0 auto;
}

.about .about__title {
    color: var(--text, #330E0E);
    text-align: center;
    font-size: 38px;
    font-style: normal;
    font-weight: 700;
    line-height: 160%;
    /* 60.8px */
    letter-spacing: 0.369px;
}

.about .about__title .text-orange {
    font-size: 46px;
}

.about .about__content {
    color: var(--text, #330E0E);
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 220%;
    margin-top: 32px;
}

.about .about__content .text-orange {
    font-size: 22px;
}

.about .about__logos {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    column-gap: 16px;
    row-gap: 8px;
    max-width: 566px;
    margin: 40px auto 0;
}

@media screen and (max-width: 834px) {
    .about {
        padding: 80px 0;
    }

    .about .about__title {
        font-size: 24px;
        line-height: 180%;
    }

    .about .about__title .text-orange {
        font-size: 32px;
    }

    .about .about__content {
        font-size: 16px;
        text-align: left;
        line-height: 200%;
    }

    .about .about__content .text-orange {
        font-size: 18px;
    }

    .about .about__logos {
        margin-top: 32px;
    }
}

.intro {
    padding: 120px 0;
    background: linear-gradient(135deg, #FFC458 50.38%, #FF8C24 91.94%, #FF811A 99.99%);
    position: relative;
}

.intro::before {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(../images/bg-intro.png) no-repeat top center;
    background-size: min(100%, 1280px) auto;
}


.intro .intro__container {
    padding: 0 24px;
    max-width: 1068px;
    margin: 0 auto;
    position: relative;
}

.intro .intro__content {
    display: flex;
    justify-content: space-between;
}

.intro .intro__title {
    font-size: 38px;
    font-style: normal;
    font-weight: 700;
    line-height: 160%;
    letter-spacing: 1px;
    white-space: nowrap;
    margin-bottom: 24px;
}

.intro .intro__title .text-orange,
.intro .intro__title .text-blue {
    line-height: 160%;
}

.intro .intro__title small {
    font-size: 32px;
}

.intro .intro__text {
    width: 100%;
    max-width: 498px;
}

.intro .intro__text p {
    color: var(--text, #330E0E);
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 240%;
    /* 43.2px */
    letter-spacing: -0.439px;
    max-width: 498px;
}

.intro__image-stack {
    display: grid;
    grid-template-areas: "stack";
    width: 100%;
    max-width: 522px;
    margin: 0 auto;
}

.intro__image-card {
    grid-area: stack;
    border-radius: 20px;
    box-shadow: 6px 6px 10px 0 rgba(139, 30, 0, 0.20), 6px 6px 10px 0 rgba(139, 30, 0, 0.20);
    overflow: hidden;
    aspect-ratio: 390 / 348;
}

.intro__image-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* Prevents image distortion during resize */
}

/* Background Card Placement */
.bg-card {
    width: 75%;
    justify-self: end;
    align-self: start;
    z-index: 1;
}

/* Foreground Card Placement */
.fg-card {
    width: 50%;
    justify-self: start;
    align-self: end;
    margin-top: 42%;
    z-index: 2;
    aspect-ratio: 260 / 225;
}

.intro .intro__image img {
    max-width: 100%;
    height: auto;
}

.intro .intro__video {
    margin-top: 60px;
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    margin-left: auto;
    margin-right: auto;
}

.intro .intro__video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

@media screen and (max-width: 834px) {
    .intro {
        padding-top: 50px;
        padding-bottom: 60px;
        background: linear-gradient(135deg, #FFC458 50.38%, #FF811A 99.99%), linear-gradient(170deg, #FFC458 0%, #FF811A 100%);
    }

    .intro::before {
        background-image: url(../images/bg-intro_sp.png);
        background-size: min(100%, 834px) min(auto, 895px);
    }

    .intro .intro__content {
        flex-wrap: wrap;
    }

    .intro .intro__text {
        max-width: none;;
    }

    .intro .intro__text p {
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: 180%;
        /* 28.8px */
    }

    .intro .intro__title,
    .intro .intro__title small {
        white-space: wrap;
        font-size: 24px;
        margin-bottom: 16px;
    }

    .intro .intro__title .text-orange,
    .intro .intro__title .text-blue {
        font-size: 32px;
    }

    .intro .intro__text {
        font-size: 16px;
        font-weight: 500;
        line-height: 200%;
        max-width: none;
    }

    .intro .intro__image {
        margin: 24px auto 0;
    }

    .intro .intro__image-card {
        border-radius: 16px;
    }

    .bg-card {
        width: 66%;
    }

    /* Foreground Card Placement */
    .fg-card {
        width: 44%;
        margin-top: 30%;
    }

    .intro .intro__video {
        margin-top: 24px;
    }
}

.features {
    background: url(../images/bg-features.png) no-repeat top center;
    background-size: min(100%, 1280px) auto;
    padding: 100px 0;
}

.features .features__container {
    padding: 0 24px;
    max-width: 1088px;
    margin: 0 auto;
}

.features .features__title {
    color: var(--text, #330E0E);
    text-align: center;
    font-size: 38px;
    font-style: normal;
    font-weight: 700;
    line-height: 160%;
    letter-spacing: 0.369px;
}

.features .features__title small {
    font-size: 38px;
    line-height: 160%;
}

.features .features__title .text-gradient {
    font-size: 46px;
}

.features .features__image {
    margin-top: 40px;
}

.features .features__image img {
    max-width: 100%;
    height: auto
}

.features .features__list {
    display: flex;
    gap: 32px;
    width: 100%;
    align-self: stretch;
}

.features .features__item {
    color: var(--text);
    padding: 32px 16px;
    border-radius: 20px;
    background: linear-gradient(180deg, #FFF5E6 0%, #FFF 100%), #FFF6E7;
    box-shadow: 6px 6px 10px 0 rgba(139, 30, 0, 0.20);
    display: flex;
    flex-direction: column;
    gap: 16px;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    flex: 1;
    position: relative;
    transition: background 0.3s;
    overflow: hidden;
}

.features .features__item .features__item-top,
.features .features__item .features__item-down {
    position: relative;
}

.features .features__item::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--bg-light, #FFE5C4);
    opacity: 0;
    transition: opacity 0.3s;
}

.features .features__item:hover,
.features .features__item:visited {
    text-decoration: none;
    color: var(--text);
}

.features .features__item:hover .features__item-anchor {
    border-color: var(--Primary, #F76627);
}

.features .features__item:hover::before {
    opacity: 1;
}

.features .features__item-title {
    margin-top: 16px;
    text-align: center;
    font-feature-settings: 'pwid' on, 'palt' on;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 155%;
    /* 27.9px */
}

.features .features__item-desc {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    text-align: left;
    min-height: 77px;
}

.features .features__item-anchor {
    margin-top: 16px;
    display: inline-block;
    font-size: 0;
    padding-top: 21px;
    border-top: 2px solid #E5E7EB;
    width: 100%;
    transition: border-color 0.3s;
}

.features-detail {
    background: linear-gradient(180deg, #FFF5E6 0%, #FFF 100%);
    padding: 100px 0;
}

.features-detail .features-detail__container {
    max-width: 1088px;
    padding: 0 24px;
    margin: 0 auto;
}

.features-detail .features-detail__item {
    display: flex;
    gap: 48px;
}

.features-detail .features-detail__item .features-detail__item-title {
    font-style: normal;
    font-weight: 700;
    line-height: 160%;
    font-size: 32px;
    padding-left: 66px;
    position: relative;
}

.features-detail .features-detail__item .features-detail__item-title::before {
    content: '';
    display: block;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    left: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.features-detail .features-detail__item:nth-of-type(1) .features-detail__item-title::before {
    background-image: url(../images/icon-thermo.svg);
}

.features-detail .features-detail__item:nth-of-type(2) .features-detail__item-title::before {
    background-image: url(../images/icon-wind.svg);
}

.features-detail .features-detail__item:nth-of-type(3) .features-detail__item-title::before {
    background-image: url(../images/icon-snowflake.svg);
}

.features-detail .features-detail__item:nth-of-type(4) .features-detail__item-title::before {
    background-image: url(../images/icon-meter.svg);
}

.features-detail .features-detail__item+.features-detail__item {
    margin-top: 70px;
}

.features-detail .features-detail__item:nth-of-type(even) {
    flex-direction: row-reverse;
}

.features-detail .features-detail__item-desc {
    margin-top: 24px;
}

.features-detail .features-detail__item img {
    max-width: 100%;
    height: auto;
    align-self: anchor-center;
}

@media (hover: hover) {

    /* when hover is supported */
    .features .features__item:hover {
        background: var(--bg-light, #FFE5C4);
    }
}

@media screen and (max-width: 834px) {
    .features {
        padding: 60px 0;
        background-image: url(../images/bg-features_sp.png);
        background-position: top center;
        background-size: min(100%, 834px) auto;
    }

    .features .features__title {
        font-size: 24px;
        line-height: 140%;
    }

    .features .features__title small {
        font-size: 21px;
        line-height: 140%;
    }

    .features .features__title .text-gradient {
        font-size: 32px;
    }

    .features .features__image {
        margin-top: 16px;
    }

    .features .features__image img {
        display: block;
        margin: 0 auto;
    }

    .features .features__list {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        margin-top: 24px;
        gap: 16px;
    }

    .features .features__item {
        padding: 24px 16px;
        border-radius: 16px;
        box-shadow: 3px 3px 10px 0 rgba(139, 30, 0, 0.20);
    }

    .features .features__item-title {
        text-align: left;
        font-size: 15px;
    }

    .features .features__item-desc {
        font-size: 14px;
    }

    .features .features__image {
        text-align: center;
    }

    .features .features__image img {
        max-width: 100%;
        width: auto;
    }

    .features-detail {
        padding: 60px 0;
    }

    .features-detail .features-detail__item {
        display: block;
    }

    .features-detail .features-detail__item+.features-detail__item {
        margin-top: 24px;
    }

    .features-detail .features-detail__item .features-detail__item-title {
        font-size: 24px;
        padding-left: 60px;
    }

    .features-detail .features-detail__item .features-detail__item-title::before {
        width: 44px;
        height: 44px;
        display: block;
    }

    .features-detail .features-detail__item .features-detail__item-desc {
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 180%;
    }

    .features-detail .features-detail__item-img {
        margin-top: 16px;
    }

    .features-detail .features-detail__item img {
        width: 100%;
    }
}

.cases {
    background: url(../images/bg-cases.jpg) no-repeat;
    background-size: cover;
    padding: 100px 0;
}

.cases .cases__container {
    padding: 0 24px;
    max-width: 1088px;
    margin: 0 auto;
}

.cases .cases__title {
    font-feature-settings: 'palt' on;
    letter-spacing: 1px;
    text-align: center;
    padding: 12px 0;
}

.cases .cases__title small {
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    display: inline-block;
    line-height: 160%;
}

.cases .cases__title span {
    line-height: 173%;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 160%;
}

.cases .cases__list {
    margin-top: 40px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 24px;
}

.cases .cases__item {
    color: var(--text);
    padding: 30px 34px;
    border-radius: 20px;
    background: var(--white);
    box-shadow: 6px 6px 10px 0 rgba(139, 30, 0, 0.20);
    position: relative;
    opacity: 1;
    transition: background 0.3s;
    flex-basis: calc(50% - 12px);
}

.cases .cases__item:hover,
.cases .cases__item:visited {
    text-decoration: none;
    color: var(--text);
}

.cases .cases__item-img img {
    width: 100%;
    height: auto;
}

.cases .cases__item-title {
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 155%;
    margin-top: 16px;
}

.cases .cases__item-desc {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 155%;
    margin-top: 16px;
}

.cases .cases__item-bottom {
    margin-top: 24px;
    border-top: 2px solid #E5E7EB;
    padding-top: 18px;
    transition: border-color 0.3s;
}

.cases .cases__item-link {
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 155%;
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    border-radius: 9px;
    background: #373737;
    box-shadow: 6px 6px 10px 0 rgba(28, 7, 1, 0.20);
    padding: 16px 24px;
    transition: background-color 0.3s;
}

.cases .cases__item-link:hover {
    text-decoration: none;
}

.cases .cases__item-link:after {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../images/icon-blank.svg) no-repeat center;
    margin-left: 4px;
}

.cases .cases__buttons {
    display: flex;
    gap: 24px;
    justify-content: center;
    margin-top: 50px;
}

.cases--secondary {
    background: linear-gradient(135deg, #FFC458 50.38%, #FF811A 99.99%), #FFC458;
    position: relative;
}

.cases--secondary::before {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(../images/bg-cases2.png) no-repeat top;
    background-size: min(100%, 1280px) auto;
}

.cases--secondary .cases__item {
    padding: 24px;
    overflow: hidden;
}

.cases--secondary .cases__item .cases__item-img {
    margin: -24px -24px 0 -24px;
}

.cases--secondary .cases__item-title {
    font-size: 24px;
    line-height: 28px;
    letter-spacing: -0.439px;
}

.cases--secondary .cases__item-desc {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -0.15px;
}

@media (hover: hover) {
    .cases .cases__item-link:hover {
        background: var(--bg-light, #FFE5C4);
        color: var(--text, #330E0E);
    }
}

@media screen and (max-width: 834px) {
    .cases {
        padding: 60px 0;
        background-image: url(../images/bg-cases_sp.jpg);
        background-position: top center;
    }

    .cases .cases__title {
        font-feature-settings: 'palt' on;

        letter-spacing: 1px;
        padding: 0;
        margin: 0 -6px;
    }

    .cases .cases__title span {
        font-size: 32px;
        line-height: 150%;
    }

    .cases .cases__title small {
        font-size: 24px;
        line-height: 150%;
    }

    .cases .cases__list {
        grid-template-columns: 1fr;
        margin-top: 24px;
        gap: 16px;
    }

    .cases .cases__item {
        padding: 24px;
        border-radius: 16px;
        box-shadow: 3px 3px 10px 0 rgba(139, 30, 0, 0.20);
        flex-basis: 100%;
    }

    .cases .cases__item-title {
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: 155%;
    }

    .cases .cases__item-desc {
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 155%;
    }

    .cases .cases__item-bottom {
        margin-top: 16px;
    }

    .cases .cases__item-link {
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        line-height: 155%;
        width: 100%;
        justify-content: space-between;
    }

    .cases .cases__buttons {
        flex-direction: column;
        align-items: center;
        margin-top: 32px;
        gap: 16px;
    }

    .cases .cases__buttons .btn {
        width: 100%;
    }

    .cases--secondary {
        background: linear-gradient(135deg, #FFC458 50.38%, #FF811A 99.99%), #FFC458;
        padding-bottom: 80px;
    }

    .cases--secondary::before {
        background-image: url(../images/bg-cases2_sp.png);
    }

    .cases--secondary .cases__item {
        padding: 16px;
    }

    .cases--secondary .cases__item-title {
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        line-height: 28px;
        letter-spacing: -0.439px;
    }

    .cases--secondary .cases__item-desc {
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px;
        letter-spacing: -0.15px;
        margin-top: 8px;
    }

    .cases--secondary .cases__item .cases__item-img {
        margin: -16px -16px 0 -16px;
    }
}

.cta {
    background: #373737;
    padding: 60px 0;
}

.cta .cta__title {
    color: #FFF;
    text-align: center;
    font-feature-settings: 'palt' on;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 160%;
    letter-spacing: 1px;
    margin-bottom: 24px;
}

.cta .cta__container {
    padding: 0 24px;
    max-width: 1088px;
    margin: 0 auto;
}

.cta .cta__buttons {
    display: flex;
    gap: 24px;
    justify-content: center;
}

.cta .btn:first-child {
    background: linear-gradient(89deg, #CE0606 0.28%, #E75500 99.39%);
}

@media screen and (max-width: 834px) {
    .cta {
        padding: 40px 0;
    }

    .cta .cta__title {
        font-size: 18px;
        line-height: 150%;
        letter-spacing: 1px;
        margin-bottom: 16px;
    }

    .cta .cta__buttons {
        flex-direction: column;
        align-items: center;
        gap: 16px;
    }

    .cta .cta__buttons .btn {
        width: 100%;
    }
}

/* Appear animation initial state for GSAP scroll-triggered elements */
.js-animation {
    opacity: 0;
    transform: translateY(40px);
    will-change: opacity, transform;
}