/*
Theme Name: MorDesign
Author: Jimin Hong
Description: MorDesign オリジナルテーマ
Version: 1.0
*/

html,
body {
    overflow-x: hidden;
    max-width: 100%;
    color: #212A35;
    font-family: "Noto Sans JP", sans-serif;
}

img {
    width: 100%;
    height: auto;
}

/*utility*/

section {
    padding: 5.6rem 0;
}

.cw-1260,
.cw-1100,
.cw-1000 {
    margin: 0 auto;
}

.cw-1260 {
    width: 87.5%;
}

.cw-1100 {
    width: 76.3%;
}

.cw-1000 {
    width: 69.4%;
}

.cw-940 {
    width: 65.2%;
}

.mt-6 {
    margin-top: 1.5rem !important;
}

@media screen and (max-width: 767px) {
    section {
        padding: 5rem 0;
    }

    .cw-1260 {
        width: 89.3%;
    }

    .cw-1100 {
        width: 82.9%;
    }

    .cw-1000 {
        width: 100%
    }

    .cw-940 {
        width: 88.5%;
    }
}


.flex {
    display: flex;
}

.flex-col {
    display: flex;
    flex-direction: column;
}

.items-center {
    align-items: center;
}

.items-start {
    align-items: flex-start;
}

.items-end {
    align-items: flex-end;
}

.justify-center {
    justify-content: center;
}

.justify-between {
    justify-content: space-between;
}

.justify-end {
    justify-content: flex-end;
}

.flex-c-c {
    display: flex;
    justify-content: center;
    align-items: center;
}

.flex-c-sb {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.flex-col-c-c {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

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

.align-stretch {
    align-self: stretch;
}

.w-full {
    width: 100%;
}

.sp,
.tb-2,
.tb-3 {
    display: none;
}

@media screen and (max-width: 1300px) {

    .tb-2 {
        display: block;
    }
}

@media screen and (max-width: 1000px) {

    .tb-1 {
        display: none;
    }

    .tb-3 {
        display: block;
    }
}


@media screen and (max-width: 767px) {
    .sp {
        display: block;
    }

    .pc {
        display: none;
    }
}


/*font*/
.h1 {
    font-size: 4.20456rem;
    font-weight: 900;
    line-height: 125%;
}

.h2 {
    font-size: 2rem;
    font-weight: 700;
}

.h2_en {
    font-family: "Montserrat";
    font-size: 1.125rem;
    font-weight: 700;
}

.h3 {
    font-size: 1.25rem;
    font-weight: 700;
}

.h3_en {
    font-size: 3rem;
    font-weight: 900;
    line-height: 150%;
}

.h4 {
    font-size: 1.5rem;
    font-weight: 700;
}

.h4_en {
    font-family: "Montserrat";
    font-size: 0.875rem;
    font-weight: 700;
}

.noto-header {
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 150%;
}

.noto-text {
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 150%;
}

.noto-text-bold {
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 150%;
}

.noto-text2 {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 150%;
}

.noto-text2-bold {
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 120%;
}

.noto-text3 {
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: 0.15rem;
}

.noto-text3-bold {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: 0.075rem;
}

.card-title {
    font-size: 1.125rem;
    font-weight: 900;
}

.cta-banner {
    font-size: 2.25rem;
    font-weight: 700;
    line-height: 150%;
}

.small {
    font-family: "Noto Sans JP";
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 150%;
}

@media screen and (max-width: 1200px) {
    .cta-banner {
        font-size: 1.75rem;
    }
}


@media screen and (max-width: 767px) {
    .h1 {
        font-size: 2.5rem;
    }

    .h2 {
        font-size: 1.5rem;
    }

    .h2_en {
        font-size: 0.75rem;
    }

    .h3 {
        font-size: 1.25rem;
    }

    .h3_en {
        font-size: 2rem;
    }

    .h4 {
        font-size: 1rem;
    }

    .h4_en {
        font-size: 0.625rem;
    }

    .noto-text,
    .noto-text-bold {
        font-size: 0.875rem;
    }

    .noto-text2,
    .noto-text2-bold {
        font-size: 0.75rem;
    }

    .noto-text3 {
        font-size: 1rem;
        letter-spacing: 0.1rem;
    }

    .noto-text3-bold {
        font-size: 1rem;
        letter-spacing: 0.05rem;
    }

    .card-title {
        font-size: 0.8125rem;
        font-weight: 900;
    }

    .cta-banner {
        font-size: 1.5rem;
    }
}

/*color*/
.bg-dgrn {
    background-color: #2FA687;
}

.bg-grn {
    background-color: #20AF8F;
}

.bg-lgrn {
    background-color: #F4FDFB;
}

.bg-wht {
    background-color: #FFF;
}

.bg-lorg {
    background: rgba(250, 246, 243, 0.50);
}

.bg-org {
    background-color: #FAF6F3;
}

.bg-dorg {
    background-color: #FF735D;
}

.bg-nav {
    background-color: #2F4766;
}

.bg-dgy {
    background-color: #7B7B7B
}

.bg-gry {
    background-color: #d5d5d5
}

.bg-pnk {
    background-color: #FF0C4D;
}

.col-grgrn {
    background: linear-gradient(87deg, #0AD5AB 1.83%, #00A1D1 104.14%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.col-grn {
    color: #20AF8F;
}

.col-dgrn {
    color: #2FA687;
}

.col-wht {
    color: #FFF;
}

.col-dgy {
    color: #636363;
}

.col-dorg {
    color: #FF735D;
}

/*button*/
.inquiry-btn {
    padding: 0.75rem 1.5rem;
    border-radius: 6.25rem;
    background-color: #FF0C4D;
    color: #FFFFFF;
    white-space: nowrap;
    transition: all 0.3s ease-in-out;
}

.inquiry-btn2 {
    padding: 0.75rem 3rem 0.75rem 0.625rem;
    gap: 1.5rem;
}

.inquiry-btn2-badge {
    width: 3.75rem;
    height: 3.75rem;
    border-radius: 6.25rem;
    color: #212A35;
    text-align: center;
    line-height: 125%;
    font-size: 1.125rem;
    font-weight: 700;
}

.inquiry-btn2-icon {
    background-image: url(../images/arrow-right.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 1.5rem;
    height: 1.5rem;
}

.inquiry-btn:hover {
    background: linear-gradient(0deg, rgba(255, 12, 77, 0.70) 0%, rgba(255, 12, 77, 0.70) 100%), #FFF;
}

.inquiry-btn2:hover {
    padding: 0.75rem 0.625rem 0.75rem 3rem;
}

@media screen and (max-width: 1200px) {
    .header-nav .inquiry-btn {
        font-size: 1rem;
    }

    .inquiry-btn2 {
        padding: 0.44644rem 1.78569rem 0.44644rem 0.372rem;
        gap: 0.89288rem;
    }

    .inquiry-btn2-badge {
        width: 2.23213rem;
        height: 2.23213rem;
        font-size: 0.78125rem;
    }

    .inquiry-btn2-icon {
        width: 0.89288rem;
        height: 0.89288rem;
    }
}

/*parts*/

.section-title {
    text-align: center;
    margin-bottom: 5rem;
}

.section-title-jp {
    margin-top: 0.5rem;
}

.section-title p {
    margin-top: 2rem;
}

@media screen and (max-width: 767px) {
    .section-title {
        margin-bottom: 3.75rem;
    }

}

.mail-icon {
    background: url(../images/mail-icon.svg) no-repeat center center / contain;
    width: 1.5rem;
    height: 1.5rem;
    margin-right: 0.5rem;
    display: inline-block;
    flex-shrink: 0;
}

.footer-link {
    transition: all 0.3s ease-in-out;
}

.footer-link:hover {
    opacity: 50%;
}

/*anmaition*/
.slideinLeft {
    animation: slideinLeft 1s ease-out forwards;
}

@keyframes slideinLeft {
    0% {
        transform: translateX(-50px);
    }

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


.fadeUp_1s,
.fadeUp_2s {
    opacity: 0;
    visibility: hidden;
    scale: 0.95;
    transition: all 1s ease;
    transform: translateY(-30px);
}

.fadeUp_2s {
    transition-duration: 2s;
}

.fadeUp_1s.active,
.fadeUp_2s.active {
    opacity: 1;
    visibility: visible;
    scale: 1;
    transform: translateX(0);
}

.header {
    height: 4.88rem;
    background: rgba(255, 255, 255, 0.70);
    box-shadow: 0 0 0.8rem 0 rgba(0, 0, 0, 0.10);
    position: fixed;
    z-index: 100;
}


.header-inner {
    width: 87.5%;
    height: 100%;
    margin: 0 auto;
}

.header-logo {
    width: 18.6rem;
    min-width: 15rem;
}

.hamburger-button {
    display: none;
}

@media screen and (max-width: 1000px) {
    .header {
        height: 4.375rem;
    }

    .header-inner {
        max-width: 100%;
        height: 4.375rem;
        padding: 0.75rem 1rem;
    }

    .hamburger-button {
        display: block;
    }
}


.header-nav-group {
    gap: 2rem;
}

@media screen and (max-width: 1200px) {
    .header-nav-group {
        gap: 1.5rem;
    }
}

@media screen and (max-width: 1100px) {
    .header-nav-group {
        gap: 0.5rem;
    }
}

.header-link {
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: 0.15rem;
    white-space: nowrap;
    transition: all 0.3s ease-in-out;
}

.header-link:hover {
    color: var(--green, #20AF8F);
}

@media screen and (max-width: 1100px) {
    .header-nav .header-link {
        font-size: 1rem;
    }
}

.hamburger-menu {
    display: none;
    position: fixed;
    height: 100vh;
    width: 100vw;
    top: 0;
    left: 0;
    transform: translateY(-100%);
    transition: transform 0.7s ease;
    z-index: 999;
}

.hamburger-menu.in {
    display: block;
    transform: translateY(0);
}

.hamburger-nav-group {
    padding: 0 2rem;
    margin-top: 0.75rem;
}

.hamburger-nav-group li {
    border-bottom: 1px solid #D9D9D9;
}

.hamburger-nav-group li:first-child {
    border-top: 1px solid #D9D9D9;
}

.hamburger-nav-group li a {
    padding: 1.5rem 0.75rem;
    display: block;
}

.hamburger-nav .inquiry-btn {
    margin-top: 3.5rem;
}

#top {
    background-image: url(../images/top-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;
    padding-top: 16.8rem;
    position: relative;
}

.top-visual {
    position: absolute;
    top: 0;
    right: 0;
    width: 60%;
    max-width: 40rem;
    z-index: 0;
}

.top-visual img {
    width: 100%;
    height: auto;
    display: block;
}

.top-inner {
    gap: 1.5rem;
    position: relative;
    z-index: 1;
}

.top-catch {
    gap: 1.5rem;
}

.badge {
    display: inline-flex;
    padding: 0.5rem 1.5rem;
    border-radius: 0.625rem;
    border: 2px solid var(--design-lp-gradation-green, #0AD5AB);
    width: fit-content;
}

.badge p {
    display: inline;
}

@media screen and (max-width: 900px) {
    .top-visual {
        top: auto;
        bottom: 0;
        width: 50%;
        max-width: none;
        transform: translateY(10%);
    }
}

@media screen and (max-width: 767px) {
    #top {
        padding-top: 6.38rem;
        background-position: center;
    }

    .top-inner {
        gap: 3.75rem;
        position: relative;
        z-index: 1;
    }

    .top-catch {
        gap: 1rem;
    }
}


.intro-text {
    margin: 0 auto;
}

@media screen and (max-width: 767px) {

    .intro-text p:last-child {
        margin-top: 0.75rem;
    }
}

.worries {
    padding: 5rem 6.8%;
    gap: 3rem;
    border-radius: 6.25rem;
    background: linear-gradient(0deg, rgba(250, 246, 243, 0.50) 0%, rgba(250, 246, 243, 0.50) 100%), #FFF;
    flex-wrap: wrap;
    margin: 0 6.25%;
}

.mark {
    background: linear-gradient(transparent 65%, rgba(255, 12, 77, 0.40) 35%);
    display: inline-block;
}

.worries-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    justify-items: center;
}

.worries-item {
    width: 14.4rem;
    gap: 1.5rem;
}

.worries-item img {
    width: 14.375rem;
}

@media screen and (max-width: 1200px) {
    .worries-list {
        grid-template-columns: repeat(2, 2fr)
    }
}


@media screen and (max-width: 767px) {
    .worries {
        padding: 3.75rem 0;
        border-radius: 2.5rem;
        margin: 0 5.3%;
    }

    .worries-list {
        grid-template-columns: 1fr;
    }

    .worries-item .noto-text {
        font-size: 1.125rem;
    }

    .worries-item .noto-text-bold {
        font-size: 1.125rem;
    }

    .worries-catch {
        flex-direction: column;
    }

    .mark {
        display: inline-block;
    }
}

.intro-catch {
    position: relative;
    height: 33.7rem;
    margin-top: -5rem;
    padding-bottom: 6.15rem;
    z-index: -1;
}

.intro-catch-inner {
    width: min(60rem, 100%);
    margin: 0 auto;
    position: relative;
}

.intro-catch-inner img {
    width: 23.5rem;
}

.intro-catch-inner::before,
.intro-catch-inner::after {
    content: "";
    background-image: url(../images/dots.png);
    width: 21.8125rem;
    height: 6.5rem;
    background-size: contain;
    position: absolute;
    z-index: -1;
}

.intro-catch-inner::before {
    transform: rotate(-90deg);
    left: -17.6875rem;
    bottom: -6.8125rem;
}

.intro-catch-inner::after {
    right: -15rem;
    top: -0.5rem;
}

@media screen and (max-width: 1000px) {
    .intro-catch {
        height: 34.8125rem;
        margin-top: -5rem;
        padding-bottom: 3rem;
    }

    .intro-catch-inner {
        flex-direction: column-reverse;
        gap: 2.5rem;
    }

    .intro-catch-inner img {
        width: 18.75rem;
    }

    .intro-catch-inner::before,
    .intro-catch-inner::after {
        width: 10.90625rem;
        height: 3.25rem;

    }

    .intro-catch-inner::before {
        left: -3rem;
        bottom: 12rem;
    }

    .intro-catch-inner::after {
        right: -0.1rem;
        top: -2.5rem;
    }
}

.triangle {
    position: relative;
}

.triangle:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 3rem 4rem 0 4rem;
    border-color: #20AF8F transparent transparent transparent;
}

@media screen and (max-width: 767px) {
    .triangle:before {
        border-width: 2.5rem 2.5rem 0 2.5rem;
    }
}

#feature {
    margin-top: 5.6rem;
    position: relative;
}

#feature::before {
    content: "";
    position: absolute;
    top: 14rem;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../images/feature-bg_pc.png');
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    z-index: -1;
}

.feature-list {
    gap: 5.62rem;
}

.feature-item {
    padding-right: 5.625rem;
    gap: 6.25rem;
}

.feature-item:nth-child(2) {
    flex-direction: row-reverse;
    padding-right: 0rem;
    padding-left: 5.625rem;
}

.feature-item .box {
    width: 40.2%;
    height: 39.4%;
    flex-shrink: 0;
    min-width: 22.18rem;
}

.feature-item:nth-child(1) .box {
    background: #2F4766;
    border-radius: 0 5.625rem 5.625rem 0;
}

.feature-item:nth-child(1) .box img {
    width: 38.4375rem;
    padding-top: 7.25rem;
}

.feature-item .description {
    gap: 2rem;
}

.feature-item .number {
    gap: 1.5rem;
}

.feature-item .number::after {
    content: "";
    display: block;
    width: 12.5rem;
    height: 0.1875rem;
    background: #8FD7C7;
}

.feature-item .text p {
    margin-bottom: 1.5rem;
}

.feature-item .text p:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 767px) {
    #feature::before {
        top: 52rem;
        background-image: url('../images/feature-bg_sp.png');
    }

    .feature-list {
        gap: 3.75rem;
    }

    .feature-item {
        padding-right: 1.25rem;
        flex-direction: column;
        gap: 2rem;
    }

    .feature-item:nth-of-type(2) .box {
        align-self: flex-end;
    }

    .feature-item:nth-child(2) {
        flex-direction: column;
        padding-left: 1.25rem;
    }

    .feature-item .description {
        padding: 1.5rem 0.75rem 1.5rem 2rem;
    }

    li.feature-item:nth-child(2) .description {
        padding: 1.5rem 2rem 1.5rem 0.75rem;
    }

    .feature-item .number {
        gap: 1rem;
    }

    .feature-item .text p {
        margin-bottom: 1rem;
    }
}

.achievement-card-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(3, auto);
    gap: 2.5rem;
}

@media screen and (max-width: 1000px) {
    .achievement-card-list {
        grid-template-columns: repeat(2, 1fr);
    }
}

.achievement-card-list .card-item article {
    padding: 1.5rem;
    gap: 1.5rem;
    border-radius: 0.625rem;
    background: #FFF;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.10);
    height: 100%;
}

.achievement-card-list .card-item figure {
    width: 5rem;
    flex-shrink: 0;
}

.achievement-card-list .card-item .card-title {
    margin-bottom: 0.75rem;
}

.accordion-list {
    gap: 2rem;
}

.accordion-section {
    border-radius: 0.625rem;
    overflow: hidden;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.08);
}

.accordion-header {
    height: 3.125rem;
    padding: 0.5rem 1rem;
    transition: background 0.3s;
}

.accordion-header.active {
    background-color: #2F4766;
    color: #fff;
}

.accordion-header .arrow {
    display: block;
    background-image: url(../images/arrow-black.svg);
    width: 0.69444rem;
    height: 0.41319rem;
    transition: transform ease-in-out 0.5s;
}

.accordion-header.active .arrow {
    background-image: url(../images/arrow-wht.svg);
}

.accordion-content {
    display: none;
    padding: 1.5rem 0.75rem;
    border-bottom-left-radius: 0.625rem;
    border-bottom-right-radius: 0.625rem;
    border: 1px solid #CCCDCE;
    background: rgba(204, 205, 206, 0.25);
    transition: transform ease-in-out 0.5s;
}

.accordion-content.active {
    display: block;
}

.accordion-content_inner {
    gap: 0.62rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.accordion-content_inner article {
    height: 17.5rem;
    padding: 0.75rem 0.5rem;
    gap: 0.5rem;
    border-radius: 0.625rem;
    border: 0.5px solid #CCCDCE;
}

.accordion-content_inner figure {
    width: 5rem;
    flex-shrink: 0;
}

.accordion-content_inner .card-title {
    margin-bottom: 0.5rem;
}


.solution-card {
    width: 37.5rem;
    padding-bottom: 1.875rem;
    flex-shrink: 0;
    border-radius: 1.875rem;
    border: 0.5px solid var(--BLACK, #212A35);
}

.solution-card .card-header {
    padding: 1rem 1.5rem;
    gap: 0.375rem;
    align-self: stretch;
}

.solution-badge {
    display: inline-flex;
    padding: 0.25rem 0.75rem;
    border-radius: 3.125rem;
}

.card-middle {
    height: 10.875rem;
    padding: 0 1.25rem;
    gap: 0.75rem;
    align-self: stretch;
}

.user-voice-wrapper {
    padding-bottom: 2.5rem;
}

.solution-card:nth-of-type(2) .user-voice-wrapper {
    padding-bottom: 1.7rem;
}

.quotation-left,
.quotation-right {
    width: 1.2435rem;
}

.quotation-left {
    margin-right: 0.5rem;
}

.quotation-right {
    margin-left: -0.5rem;
}

.user-voice-ilust {
    width: auto;
    height: 8.5625rem;
}

.content-wrapper {
    align-items: stretch;
    gap: 3.75rem;
}

.card-header {
    border-top-left-radius: 1.875rem;
    border-top-right-radius: 1.875rem;
}

.card-middle {
    border-bottom: 1px solid var(--BLACK, #212A35);
    margin-top: -3.125rem;
}

.card-bottom {
    padding: 0.75rem 1.25rem;
}

.before,
.after {
    width: 15rem;
    gap: 1rem;
    align-self: stretch;
}

.after {
    width: 17.03906rem;
}

.image-wrapper {
    height: 8.97169rem;
    position: relative;
    align-self: center;
}

.before-label,
.after-label {
    font-family: "Montserrat";
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
}

.before-label {
    width: 3.125rem;
    height: 3.125rem;
    font-size: 0.5625rem;
    transform: translate(-40%, 65%);
}

.after-label {
    width: 4.375rem;
    height: 4.375rem;
    font-size: 1.05rem;
    transform: translate(-40%, 10%);
    letter-spacing: 0.05rem;
}

.img-box {
    position: relative;
}

.before .image-wrapper img {
    width: 7.5rem;
}

.before-text li,
.after-text li {
    margin-bottom: 0.375rem;
    display: flex;
    line-height: 1.5;
}

.before-text li:last-child,
.after-text li:last-child {
    margin-bottom: 0;
}

.before-text li::before,
.after-text li::before {
    content: "・";
}

.card-bottom .arrow img {
    width: 2.96094rem;
}

.after .image-wrapper img {
    width: 9.17406rem;
}

@media screen and (max-width: 1300px) {
    #solution .content-wrapper {
        flex-direction: column;
        align-items: center;
    }
}

@media screen and (max-width: 767px) {

    .solution-card {
        width: 100%;
    }

    .solution-card .card-header {
        flex-direction: column;
        align-items: flex-start;
    }

    .solution-card .card-header p {
        font-size: 0.9375rem;
    }

    .card-middle {
        height: 9.6875rem;
        padding: 0 0.75rem 0 1.5rem;
        align-self: stretch;
    }

    .card-bottom {
        width: 100%;
        flex-direction: column;
        padding: 0.75rem 0;
        gap: 0.75rem;
    }

    .before,
    .after {
        width: 100%;
        padding: 0 1.25rem;
        gap: 1.5rem;
    }

    .quotation-left,
    .quotation-right {
        width: 0.87494rem;
    }

    .quotation-right {
        margin-left: -1.5rem;
    }

    .user-voice-wrapper {
        padding-bottom: 1.75rem;
        margin-right: -1.25rem;
    }

    .user-voice-ilust {
        height: 4.92rem;
        margin-left: -0.5rem;
    }

}

.button-area {
    height: 23.75rem;
    gap: 3.2%;
}

.button-area_1 {
    background: linear-gradient(0deg, rgba(32, 175, 143, 0.80) 0%, rgba(32, 175, 143, 0.80) 100%), url('../images/button-area-bg1.jpg') lightgray 50% / cover no-repeat;

}

.button-area_2 {
    background: linear-gradient(0deg, rgba(32, 175, 143, 0.80) 0%, rgba(32, 175, 143, 0.80) 100%), url('../images/button-area-bg2.jpg') lightgray 50% / cover no-repeat;
}

.button-area_3 {
    position: relative;
    height: 37.625rem;
    background: linear-gradient(0deg, rgba(32, 175, 143, 0.80) 0%, rgba(32, 175, 143, 0.80) 100%), url('../images/button-area-bg3.jpg') lightgray 50% / cover no-repeat;
}

.button-area_3::before {
    content: "CONTACT";
    position: absolute;
    font-family: "Montserrat";
    font-size: 12.375rem;
    font-weight: 700;
    z-index: 1;
    color: rgba(255, 255, 255, 0.25);
    top: 0;
    transform: translateY(-27%);
    letter-spacing: 0.25rem;
}

.button-area-inner {
    max-width: 1500px;
    padding-left: 8.3%;
    padding-right: 8.3%;
}

.button-area_3 .button-area-inner {
    margin-top: 7rem;
    position: relative;
    z-index: 2;
}

@media screen and (max-width: 1000px) {
    .button-area {
        height: 18.375rem;
        padding: 3.25rem 0;
    }

    .button-area_3 {
        height: 23.625rem;
    }

    .button-area_3::before {
        font-size: 4.5rem;
    }

    .button-area-inner {
        flex-direction: column;
        gap: 2.5rem;
        text-align: center;
        padding: 0;
        word-break: keep-all;
        margin: 0 auto;
        max-width: 335px;
    }

    .button-area_3 .button-area-inner {
        margin-top: 1.25rem;
    }

    .button-area_3 .cta-banner {
        font-size: 1.1875rem;
    }
}

#pattern .content-wrapper {
    margin-bottom: 5rem;
}

.pattern2-wrapper {
    justify-content: flex-start;
}

.pattern1-inner,
.pattern2-inner {
    width: 93%;
    padding: 5.5% 0;
    gap: 5rem;
    box-shadow: 0 0.5rem 1.5rem 0 rgba(0, 0, 0, 0.15);
}

.pattern1-inner {
    margin-left: auto;
    padding-left: 5.5%;
    border-radius: 2.5rem 0 0 2.5rem;
}

.pattern2-inner {
    padding-right: 5.5%;
    border-radius: 0 2.5rem 2.5rem 0;
}

.content-title-eng {
    padding: 0.5rem 0.75rem;
    display: table;
    margin: 0 auto;
    border-radius: 0.25rem;
    margin-bottom: 0.75rem;
}

.recommend {
    height: 25rem;
    padding: 2.5rem 4.1%;
    gap: 6rem;
    justify-content: center;
}

#pattern1 .recommend {
    border-radius: 2.5rem 0 0 2.5rem;
}

#pattern2 .recommend {
    flex-direction: row-reverse;
    border-radius: 0 2.5rem 2.5rem 0;
}

.recommend-for {
    gap: 1.5rem;
}

.recommend-for p:first-child {
    padding: 0 0.625rem;
}

#pattern1 .recommend-for p:first-child {
    background: linear-gradient(transparent 60%, rgba(32, 175, 143, 0.40) 40%)
}

#pattern2 .recommend-for p:first-child {
    background: linear-gradient(transparent 60%, rgba(255, 115, 93, 0.40) 40%)
}

.recommend-for ul,
.recommend-for ul li {
    gap: 0.75rem;
}

.grn-check-icon,
.org-check-icon {
    display: inline-block;
    width: 2.3125rem;
    height: 2.3125rem;
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center;
}

.grn-check-icon {
    background-image: url('../images/check-green.svg');
}

.org-check-icon {
    background-image: url('../images/check-orange.svg');
}

#pattern1 .recommend img {
    width: 38.5%;
    min-width: 12.65981rem;
}

#pattern2 .recommend img {
    width: 28%;
    min-width: 18.2rem;
}

.service-flow h4 {
    margin-bottom: 3rem;
}

.scroll_wrap {
    margin: 0 auto;
    padding: 0;
    position: relative;
    height: auto;
    overflow: hidden;
}

.scroll_contents {
    justify-content: flex-start;
    width: fit-content;
    max-width: 78.8rem;
}

.scroll_item {
    margin-right: 2rem;
    justify-items: flex-start;
}

.flow-step {
    width: 16.25rem;
    height: 23.75rem;
    padding: 3.75rem 1.5rem 1.5rem 1.5rem;
    gap: 1.25rem;
    flex-shrink: 0;
    border-radius: 0.625rem;
    border: 1px solid #161616;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.10);
}

.step-number {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 5rem;
    height: 5rem;
    padding-top: 0.625rem;
    flex-shrink: 0;
    border-radius: 6.25rem;
    font-size: 2rem;
    font-weight: 700;
    line-height: 150%;
    position: relative;
    transform: translateY(50%);
}

.step-number::before {
    content: "";
    width: 5rem;
    height: 5rem;
    border-radius: 6.25rem;
    flex-shrink: 0;
    border: 1px solid #161616;
    position: absolute;
    top: -0.1rem;
    left: -0.1rem;
}

.step-number::after {
    content: "";
    display: block;
    width: 1.875rem;
    height: 0.25rem;
    flex-shrink: 0;
    background-color: #FFF;
}

.flow-step img {
    width: 6.25rem;
}

.flow-step p {
    text-align: left;
}

.case-study {
    padding: 1.875rem 3.75rem;
    gap: 1.125rem;
    border-radius: 2.5rem;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25);
}

#pattern1 .case-study {
    margin-right: 5.5%;
}

#pattern2 .case-study {
    margin-left: 5.5%;
}

.case-study_title {
    padding: 0 0.75rem 1.125rem 0.75rem;
    gap: 1.125rem;
    border-bottom: 2px solid rgba(0, 0, 0, 0.08);
}

.case-study_point_label {
    display: table;
    padding: 0.25rem 1.25rem;
    border-radius: 0.5rem 0.5rem 0.5rem 0;
    background: #F8D052;
    font-family: "Noto Sans JP";
    font-size: 1.125rem;
    font-weight: 900;
    letter-spacing: 0.03375rem;
}

.case-study_block {
    gap: 1.25rem;
}

.block-top,
.block-bottom {
    gap: 1.875rem;
}

.block-top img,
.block-bottom img {
    width: 8.75rem;
}

.block_label {
    display: table;
    padding: 0.25rem 0.75rem;
    border-radius: 0.25rem;
    margin-bottom: 0.5rem;
}

#pattern2 .service-flow picture {
    display: block;
    padding-left: 5rem;
    margin: 3rem auto 0;
}

@media screen and (max-width: 767px) {

    .pattern1-inner,
    .pattern2-inner {
        width: 94.6%;
        padding: 3.75rem 0 2rem;
        gap: 3.75rem;
    }

    .pattern1-inner {
        padding-left: 3.2%;
        padding-right: 3.2%;
    }

    .pattern2-inner {
        padding-left: 3.2%;
        padding-right: 3.2%;
    }

    .recommend {
        width: 100%;
        height: auto;
        padding: 2.5rem 1.25rem;
        gap: 1.25rem;
    }

    #pattern1 .recommend,
    #pattern2 .recommend {
        border-radius: 2.5rem;
        flex-direction: column-reverse;
        align-items: center;
    }

    .recommend-for {
        gap: 1.5rem;
    }

    .recommend-for p:first-child {
        padding: 0 0.5rem;
    }

    .recommend-for ul {
        width: 100%;
    }

    .recommend-for ul li {
        align-items: flex-start;
        gap: 0.5rem;
        margin-bottom: 0.75rem;
    }

    .recommend-for ul li:last-child {
        margin-bottom: 0;
    }

    .grn-check-icon,
    .org-check-icon {
        width: 1.32431rem;
        height: 1.32431rem;
        background-size: contain;
    }

    .service-flow h4 {
        font-size: 1.125rem;
    }

    .scroll_contents {
        padding-left: 3.75rem;
    }

    .scroll_item {
        margin-right: 1.5rem;
    }

    .flow-step {
        width: 12.5rem;
        height: 20rem;
        padding: 2.5rem 0.75rem 0.75rem 0.75rem;
        border-radius: 0.625rem;
        border: 1px solid #161616;
    }

    .step-number {
        width: 2.5rem;
        height: 2.5rem;
        padding-top: 0.3125rem;
        font-size: 1rem;
    }

    .step-number::before {
        width: 2.5rem;
        height: 2.5rem;
        border: -0.5px solid #161616;
    }

    .step-number::after {
        width: 0.9375rem;
        height: 0.125rem;
    }

    .case-study {
        padding: 1.875rem 0.75rem;
        gap: 1.25rem;
    }

    #pattern1 .case-study {
        margin-right: 0;
    }

    #pattern2 .case-study {
        margin-left: 0;
    }

    .case-study_point_label {
        font-size: 0.875rem;
        letter-spacing: 0.02625rem;
    }

    .case-study_block {
        gap: 2rem;
    }

    .block-top,
    .block-bottom {
        flex-direction: column;
        gap: 0.75rem;
        padding: 0 0.75rem;
    }

    .block_label {
        margin-bottom: 0.75rem;
    }

    .toggle-text {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        transition: all 0.5s ease;
    }

    .toggle-text.expanded {
        -webkit-line-clamp: unset;
    }

    .toggle-btn {
        width: 12.5rem;
        padding: 1rem 1.5rem;
        border-radius: 6.25rem;
        border: 2px solid var(--gray, #7B7B7B);
        gap: 0.5rem;
        margin: 1.25rem auto;
    }

    .toggle-btn .arrow {
        display: block;
        background-image: url(../images/arrow-black.svg);
        width: 0.69444rem;
        height: 0.41319rem;
        transition: transform 0.5s ease;
        background-size: cover;
    }

    .toggle-btn .arrow.rotate {
        transform: rotate(180deg);
    }

    #pattern2 .service-flow picture {
        padding-left: 0;
    }
}

.contract-card-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 3.3%;
    align-items: stretch;
}

.contract-card-list .card-item {
    padding-bottom: 2rem;
    gap: 1.5rem;
    border-radius: 0.625rem;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.20);
}

.contract-card-list .card-header {
    padding: 1.5rem 0;
    border-radius: 0.625rem 0.625rem 0 0;
}

.contract-card-list .card-text {
    padding: 0 1.5rem;
    gap: 1.5rem;
}

.card-point {
    gap: 0.75rem;
}

@media screen and (max-width: 767px) {
    .contract-card-list {
        grid-template-columns: 1fr;
        margin: 0;
    }

    .contract-card-list .card-item {
        padding-bottom: 1.5rem;
    }

    .contract-card-list .card-text {
        padding: 0 1rem;
        text-align: center;
    }

    .card-point {
        flex-direction: column;
    }
}

.faq-item {
    padding: 1.5rem 0 2rem;
    gap: 0.75rem;
    border-bottom: 1px solid rgba(73, 73, 73, 0.50);
}

.faq-q {
    cursor: pointer;
    gap: 0.75rem;
}

.qa-icon {
    display: inline-block;
    width: 2.625rem;
    text-align: center;
    color: #20AF8F;
    font-family: "Hiragino Kaku Gothic Std";
    font-size: 1.5rem;
    font-weight: 800;
    flex-shrink: 0;
}

.chevron-icon {
    content: "";
    display: block;
    width: 2.25rem;
    height: 2.25rem;
    background-image: url('../images/chevron-icon-gr.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin-left: auto;
    transition: transform 0.3s ease;
    flex-shrink: 0;
    transform-origin: center center;

}

.faq-item.active .chevron-icon {
    transform: rotate(180deg);
}

.faq-a {
    padding: 0 3.375rem;
}

@media screen and (max-width: 767px) {
    .faq-item {
        padding: 1.25rem 1rem 1.75rem;
    }

    .faq-q {
        gap: 0.5rem;
    }

    .qa-icon {
        margin-right: 0.5rem;
    }

    .chevron-icon {
        width: 2.5rem;
        margin-left: 0.5rem;
    }
}

.fixed {
    display: none;
}

@media screen and (max-width: 767px) {
    .fixed {
        position: fixed;
        padding: 1.2rem 0;
        bottom: 0;
        z-index: 100;
        background: rgba(255, 255, 255, 0.25);
        backdrop-filter: blur(4px);
        display: flex;
    }

    .fixed .inquiry-btn {
        width: 16.25rem;
    }
}

/*contact-form*/
.contact-form,
.thanks-section {
    padding: 9.88rem 0 6.25rem;
}

.contact-form-inner {
    padding: 3.75rem 0 6.25rem 0;
    border-radius: 2.5rem;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.10);
}

.contact-form form {
    max-width: 50.4375rem;
}

.form-group {
    display: flex;
    gap: 3.75rem;
    margin-bottom: 1.5rem;
}

.form-group.submit,
.form-group.security {
    justify-content: center;
}

.form-group label {
    display: flex;
    align-items: center;
    width: 11.75rem;
    gap: 0.5rem;
    flex-shrink: 0;
}

.form-group.checkbox label {
    display: inline-flex;
    white-space: nowrap;
    width: auto;
    margin: 2rem auto;
    gap: 0.375rem;
}

.form-group .label-text {
    max-width: 7.5rem;
    font-size: 1rem;
    font-weight: 700;
    text-align: right;
    flex: 1;
}

.form-group .required {
    font-size: 1rem;
    font-weight: 500;
    color: #2FA687;
    border: 1px solid #2FA687;
    border-radius: 0.25rem;
    padding: 0.125rem 0.5rem;
    flex-shrink: 0;
}

/* contact-form 入力欄 */
.form-group input,
.form-group textarea {
    width: 100%;
    padding: 0.75rem 1rem;
    border: 1px solid #767171;
    border-radius: 0.5rem;
    font-size: 1rem;
    transition: 0.2s ease;
}

.form-group input:focus,
.form-group textarea:focus {
    border-color: #2FA687;
    outline: none;
}

.form-group.error input,
.form-group.error textarea {
    background-color: #ffe6e6;
}

/* contact-form テキストエリア */
.form-group textarea {
    min-height: 15rem;
    resize: vertical;
}

/* contact-form チェックボックス */
.form-group input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    width: 1.875rem;
    height: 1.875rem;
    padding: 0;
    border-radius: 0.3125rem;
    border: 1px solid #D9D9D9;
    cursor: pointer;
    background-color: #fff;
}

/* チェック時にSVGを表示 */
.form-group input[type="checkbox"]:checked {
    background: url('../images/contactform-check.svg') no-repeat center center;
    background-size: 70%;
}

input::placeholder,
textarea::placeholder {
    color: #767171;
    font-size: 1.125rem;
}

/* contact-form reCAPTCHA */
.g-recaptcha {
    margin-bottom: 5.25rem;
}

/* contact-form 送信ボタン */
.contact-submit {
    display: flex;
    width: 25rem;
    padding: 1rem 1.5rem;
    border-radius: 6.25rem;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    text-align: center;
    transition: all 0.3s ease;
    color: #FF0C4D;
    border: 2px solid #FF0C4D;
}

.contact-submit:hover {
    background-color: #FF0C4D;
    color: #fff;
}

/* === 共通設定 === */
.form-group {
    position: relative;
}

/* === 吹き出し（トースト） === */
.field-toast {
    position: absolute;
    top: -1.9rem;
    /* 入力欄の少し上に表示 */
    left: 40%;
    transform: translateY(-5px);
    background: #ff6b6b;
    color: #fff;
    font-size: 0.75rem;
    padding: 0.35rem 0.9rem;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
    opacity: 0;
    transition: all 0.3s ease;
    pointer-events: none;
    white-space: nowrap;
    z-index: 10;
}

@media screen and (max-width: 767px) {
    .field-toast {
        top: 0;
        left: 70%;
    }
}

.field-toast.show {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
}

/* === エラー時のフィールド強調 === */
.form-group.error input,
.form-group.error textarea,
.form-group.error select {
    background-color: #ffeaea;
    border-color: #ff6b6b;
    transition: background-color 0.3s ease, border-color 0.3s ease;
}

.privacy-link {
    text-decoration: underline !important;
    text-decoration-thickness: 1px;
    text-underline-offset: 2px;
    transition: opacity 0.2s ease;
}

.privacy-link:hover {
    opacity: 0.8;
}

@media screen and (max-width: 767px) {
    .contact-form-inner {
        padding: 2.5rem 1.25rem 5rem 1.25rem;
    }

    .form-group {
        flex-direction: column;
        gap: 0.75rem;
    }

    .form-group label {
        gap: 0.75rem;
    }

    .form-group .label-text {
        max-width: fit-content;
        font-size: 0.875rem;
        text-align: left;
    }

    .form-group .required {
        font-size: 0.875rem;
        padding: 0.125rem 0.75rem;
    }

    .form-group input,
    .form-group textarea {
        padding: 0.75rem;
        border-radius: 0.25rem;
    }

    input::placeholder,
    textarea::placeholder {
        font-size: 0.875rem;
    }

    .contact-submit {
        width: 18.75rem;
    }
}

/*contact-form_thanks*/

.thanks-section h3 {
    margin-bottom: 5rem;
}

.thanks-section p:nth-of-type(2) {
    margin-bottom: 1.6875rem;
}

.top-button_wrapper {
    margin: 0 auto;
}

.top-button {
    display: inline-block;
    width: auto;
    margin: 8.75rem auto 0;
    padding: 0.75rem 1.5rem;
    border-radius: 6.25rem;
    border: 2px solid #7B7B7B;
    transition: all 0.3s ease;
}

.top-button:hover {
    background: rgba(123, 123, 123, 0.10);
}

@media screen and (max-width: 767px) {
    .thanks-section p:nth-of-type(2) {
        margin-bottom: 1.3125rem;
    }

    .top-button {
        margin: 8.25rem auto 0;
        font-size: 1rem;
    }
}

/*footer*/

.footer {
    padding: 2rem 0 3rem 0;
    gap: 1.5rem;
    background-color: #3B4144;
}

.footer-inner {
    gap: 1.5rem;
}

.footer-top-left {
    gap: 1.5rem;
}

.footer-top-left img {
    width: 20.6rem;
}

.footer-top-right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 1.5rem;
}

.sns-link-group {
    gap: 1.5rem;
}

.fa-facebook {
    font-size: 1.7rem;
}

.fa-instagram {
    font-size: 2rem;
}

.others-link-group {
    gap: 1.5em;
}

.line {
    content: "";
    width: 0.0625rem;
    height: 1.31rem;
    display: inline-block;
}

.others-link-group a {
    gap: 0.5rem;
}

.open-in-new_icon {
    content: "";
    display: inline-block;
    background-image: url(../images/open_in_new.svg);
    width: 0.75rem;
    height: 0.75rem;
}

.footer-middle {
    padding: 0.75rem 0;
    border-top: 0.5px solid rgba(255, 255, 255, 0.30);
}

.footer-bottom {
    align-self: stretch;
}

.footer-bottom-left {
    gap: 1.5rem;
}

@media screen and (max-width: 767px) {
    .footer {
        padding: 2rem 0 3rem;
    }

    .footer-inner {
        align-items: center;
    }

    .footer-top {
        flex-direction: column;
        align-items: center;
        gap: 1.25rem;
    }

    .footer-top-left {
        align-items: center;
        text-align: center;
    }

    .footer-top-left img {
        width: 15.01144rem;
    }

    .footer-top-right {
        align-items: center;
    }

    .sns-link-group {
        gap: 2rem;
    }

    .footer-middle {
        padding: 1rem 0;
        align-items: center;
        text-align: center;
    }

    .footer-bottom {
        flex-direction: column;
        gap: 1.25rem;
    }

    .footer-bottom-left {
        flex-direction: column;
        gap: 1rem;
    }
}