/* html {
    scroll-behavior: smooth;
} */

body {
    color: #494949;
    height: 100vh;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    position: relative;
}

a {
    color: black;
    text-decoration: none;
    display: block;
}

p {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

button {
    cursor: pointer;
    color: black;
    border: none;
    background-color: white;
}

img {
    max-width: 100%;
    vertical-align: bottom;
    object-fit: cover;
}

.img > img, .img > iframe {
    width: 100%;
    height: 100%;
}

input {
    padding: 0;
}

dl {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.sp {
    display: none !important;
}
@media (max-width: 768px) {
    .sp {
        display: block !important;
    }
}

@media (max-width: 768px) {
    .pc {
        display: none;
    }
}

.flex-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.posi-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* フォント */
.noto-re {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
}
.noto-me {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
}
.noto-semi {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 600;
}
.noto-bo {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
}
.noto-ex {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 800;
}
.noto-bl {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 900;
}

.f-10 {
    font-size: calc(10 / 1920 * 100vw);
}

.f-12 {
    font-size: calc(12 / 1920 * 100vw);
}

.f-14 {
    font-size: calc(14 / 1920 * 100vw);
}

.f-16 {
    font-size: calc(16 / 1920 * 100vw);
}

.f-18 {
    font-size: calc(18 / 1920 * 100vw);
}

.f-20 {
    font-size: calc(20 / 1920 * 100vw);
}

.f-22 {
    font-size: calc(22 / 1920 * 100vw);
}

.f-24 {
    font-size: calc(24 / 1920 * 100vw);
}

.f-26 {
    font-size: calc(26 / 1920 * 100vw);
}

.f-28 {
    font-size: calc(28 / 1920 * 100vw);
}

.f-30 {
    font-size: calc(30 / 1920 * 100vw);
}

.f-32 {
    font-size: calc(32 / 1920 * 100vw);
}

.f-36 {
    font-size: calc(36 / 1920 * 100vw);
}

.f-40 {
    font-size: calc(40 / 1920 * 100vw);
}

.f-45 {
    font-size: calc(45 / 1920 * 100vw);
}

.f-50 {
    font-size: calc(50 / 1920 * 100vw);
}

.f-60 {
    font-size: calc(60 / 1920 * 100vw);
}

@media (max-width: 768px) {
    .f-10 {
        font-size: 10px;
    }

    .f-12 {
        font-size: 12px;
    }

    .f-14 {
        font-size: 12px;
    }

    .f-16 {
        font-size: 13px;
    }

    .f-18 {
        font-size: 13px;
    }

    .f-20 {
        font-size: 14px;
    }

    .f-22 {
        font-size: 16px;
    }

    .f-24 {
        font-size: 16px;
    }

    .f-26 {
        font-size: 18px;
    }

    .f-28 {
        font-size: 20px;
    }

    .f-30 {
        font-size: 20px;
    }

    .f-32 {
        font-size: 18px;
    }

    .f-36 {
        font-size: 22px;
    }

    .f-40 {
        font-size: 20px;
    }

    .f-45 {
        font-size: clamp(10px, 12vw, 55px);
    }

    .f-50 {
        font-size: 25px;
    }

    .f-60 {
        font-size: 30px;
    }
}

/* マージン */
.mb-10 {
    margin-bottom: calc(10 / 1920 * 100vw);
}

.mb-20 {
    margin-bottom: calc(20 / 1920 * 100vw);
}

.mb-30 {
    margin-bottom: calc(30 / 1920 * 100vw);
}

.mb-40 {
    margin-bottom: calc(40 / 1920 * 100vw);
}

.mb-50 {
    margin-bottom: calc(50 / 1920 * 100vw);
}

.mb-60 {
    margin-bottom: calc(60 / 1920 * 100vw);
}

.mb-70 {
    margin-bottom: calc(70 / 1920 * 100vw);
}

.mb-80 {
    margin-bottom: calc(80 / 1920 * 100vw);
}

.mb-100 {
    margin-bottom: calc(100 / 1920 * 100vw);
}

.mb-180 {
    margin-bottom: calc(180 / 1920 * 100vw);
}

@media (max-width: 768px) {
    .mb-10 {
        margin-bottom: 12px;
    }

    .mb-20 {
        margin-bottom: 15px;
    }

    .mb-30 {
        margin-bottom: 15px;
    }

    .mb-40 {
        margin-bottom: 30px;
    }

    .mb-50 {
        margin-bottom: 35px;
    }

    .mb-60 {
        margin-bottom: 35px;
    }

    .mb-70 {
        margin-bottom: 45px;
    }

    .mb-80 {
        margin-bottom: 50px;
    }

    .mb-100 {
        margin-bottom: 50px;
    }
}

/* パーツ */
.contents-width {
    width: calc(100% - (800 / 1920 * 100vw));
    margin: 0 auto;
}
.contents-width-s {
    width: calc(100% - (680 / 1920 * 100vw));
    margin: 0 auto;
}

.posi-ab {
    position: absolute;
}

.se-pd {
    padding: calc(150 / 1920 * 100vw) 0;
}

.flex-center {
    display: flex;
    align-items: center;
    justify-content: center;
}
.flex-align {
    display: flex;
    align-items: center;
}

.block {
    display: block;
}

.flex-shrink {
    flex-shrink: 0;
}

.c-white {
    color: white;
}

.c-green {
    color: #a1ce49;
}

.c-teal {
    color: #00b59c;
}

.bgc-white {
    background-color: white;
}

.posi-re {
    position: relative;
}

.lh-15 {
    line-height: 1.5;
}
.lh-2 {
    line-height: 2;
}

.txt-center {
    text-align: center;
}

.txt-center-left {
    text-align: center;
}
.txt-left {
    text-align: left;
}

.ma-auto {
    margin: 0 auto;
}

@media (max-width: 768px) {
    .contents-width {
        width: calc(100% - 40px);
    }
    .contents-width-s {
        width: calc(100% - 40px);
    }

    .se-pd {
        padding: 50px 0;
    }

    .txt-center-left {
        text-align: left;
    }
}

/* スタイルcss */
/* ヘッダー */
/* ハンバーガーメニュー */
.mobileBtn {
    transition: all 0.8s ease;
    position: relative;
    z-index: 101;
    background-color: unset;
    width: 30px;
    height: 30px;
    display: none;
}

.mobileBtn__bar {
    width: 100%;
    height: 2px;
    content: "";
    position: absolute;
    transform: translateY(-50%);
    transition: all 0.8s ease;
    background-color: #00b59c;
    left: 0;
}

.mobileBtn__bar:nth-child(1) {
    top: 25%;
}

.mobileBtn__bar:nth-child(2) {
    top: 50%;
}

.mobileBtn__bar:nth-child(3) {
    top: 75%;
}

.mobileBtn__bar.rotate:nth-child(1), .mobileBtn__bar.rotate:nth-child(3) {
    top: 50%;
}

.mobileBtn__bar.rotate:nth-child(1) {
    transform: rotate(-225deg);
}

.mobileBtn__bar.rotate:nth-child(2) {
    transform: translate(0%, -50%) scale(0);
}

.mobileBtn__bar.rotate:nth-child(3) {
    transform: rotate(225deg);
}

.mobile {
    overflow: scroll;
    width: 100vw;
    height: 100vh;
    background-color: white;
    background-size: cover;
    position: fixed;
    top: -200vh;
    right: 0;
    z-index: 98;
    transition: all 0.5s ease;
}

.mobile.down {
    top: 0;
}

.mobile__inner {
    display: flex;
    flex-direction: column;
    height: 100%;
    position: relative;
    margin: 110px auto 0;
}

.mobile__ul {
    width: 90%;
    margin: 0 auto;
}

.mobile__li {
    font-size: 14px;
    margin: 0;
}
.mobile__li > a {
    border-bottom: 2px solid #00b59c;
    padding: 15px;
}

@media (max-width: 768px) {
    .mobileBtn {
        display: block;
    }
}

.header {
    position: fixed;
    width: 100%;
    z-index: 9999;
    padding: calc((20 / 1920)* 100vw) 0;
    background-color: white;
}
.header__inner {
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header__logo {
    width: calc((170 / 1920)* 100vw);
}
.header__ul {
    display: flex;
    align-items: center;
}
.header__li > a {
    margin: 0 calc((10 / 1920)* 100vw);
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #64748B;
    transition: all 0.3s;
}

.header__li > a:hover { color: #00b59c; }

.btn-cta {
    width: calc(240 / 1920 * 100vw);
    height: calc(50 / 1920 * 100vw);
    background: #ff9b42;
    gap: calc(0 / 1920 * 100vw);
    text-decoration: none;
    border-radius: calc(50 / 1920 * 100vw);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
    margin-left: calc(30 / 1920 * 100vw);
    padding: 0 calc(16 / 1920 * 100vw);
    transition: all 0.3s;
}

.btn-cta span {
    white-space: nowrap;
}

.btn-cta:hover {
    opacity: 0.6;
}

.btn-cta-img {
    width: calc(20 / 1920 * 100vw);
    margin-right: calc(10 / 1920 * 100vw);
}



@media (max-width: 768px) {
    .header {
        height: 50px;
        padding: 0;
    }
    .header__logo {
        width: 110px;
    }
    .header__ul {
        display: none;
    }
    .header__li > a:after {
        display: none;
    }

    .btn-cta {
        width: 240px;
        height: 50px;
        border-radius: 50px;
        margin-left: auto;
        margin-right: auto;
        padding: 0 15px;

        margin-top: 25px;
    }

    .btn-cta-img {
        width: 20px;
        margin-right: 10px;
    }
}

/* fvセクション */
.fv {
    padding-top: calc(90 / 1920 * 100vw);
}
.fv-inner {
    width: 100%;
    height: calc(800 / 1920 * 100vw);
}

.fv-h2 {
    font-size: calc(70 / 1920 * 100vw);
    line-height: 1.2;
}

.fv-p {
    font-size: calc(29 / 1920 * 100vw);
    line-height: 1.5;
    color: black;
}

.fv-contents {
    left: calc(220 / 1920 * 100vw);
    top: 50%;
    transform: translateY(-50%);
}

.btn-cta-fv {
    width: calc(605 / 1920 * 100vw);
    height: calc(100 / 1920 * 100vw);
    border: calc(8 / 1920 * 100vw) solid white;
    border-radius: calc(100 / 1920 * 100vw);
    margin: 0;
}
.btn-cta-fv > img {
    width: calc(50 / 1920 * 100vw);
}
.btn-cta-fv > span {
    font-size: calc(36 / 1920 * 100vw);
}

@media (max-width: 768px) {
    .fv {
        padding-top: 50px;
    }
    .fv-inner {
        height: auto;
    }

    .fv-h2 {
        font-size: calc(22 / 375 * 100vw);
        line-height: 1.4;
        margin-bottom: 5px;
    }

    .fv-p {
        font-size: calc(10 / 375 * 100vw);
        margin-bottom: 5px;
    }

    .fv-contents {
        left: calc(20 / 375 * 100vw);
        top: 27%;
    }

    .btn-cta-fv {
        width: calc(155 / 375 * 100vw);
        height: calc(30 / 375 * 100vw);
        border: calc(2 / 375 * 100vw) solid white;
        border-radius: 50px;
    }
    .btn-cta-fv > img {
        width: calc(12 / 375 * 100vw);
    }
    .btn-cta-fv > span {
        font-size: calc(12 / 375 * 100vw);
    }
}

/* aboutセクション */
.about {
    overflow: hidden;
}
 
.about-movie {
    width: calc(504 / 1920 * 100vw);
    height: calc(285 / 1920 * 100vw);
}
 
.about-circle {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
}
 
.about-circle--green {
    width: calc(216 / 1920 * 100vw);
    height: calc(178 / 1920 * 100vw);
    background: #a1ce49;
    left: calc(392 / 1920 * 100vw);
    top: calc((1115 - 885) / 1920 * 100vw);
    opacity: 0.85;
     filter: blur(60px);
     z-index: -1;
}
 
.about-circle--orange {
    width: calc(184 / 1920 * 100vw);
    height: calc(135 / 1920 * 100vw);
    background: #ff9b42;
    right: calc((1920 - 1286 - 184) / 1920 * 100vw);
    bottom: calc(150 / 1920 * 100vw);
    opacity: 0.85;
     filter: blur(60px);
     z-index: -1;
}
 
@media (max-width: 768px) {
 
    .about-circle--green {
        width: 100px;
        height: 80px;
        left: 10px;
        top: 40px;
    }
 
    .about-circle--orange {
        width: 80px;
        height: 60px;
        right: 10px;
        bottom: 20px;
    }

    .about-text {
        text-align: left;
    }

    .about-movie {
        width: 100%;
        height: calc(215 / 375 * 100vw);
    }
}

/* track-recordセクション */
.track-record {
    background-image: url(../img/track-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.track-record-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: calc(30 / 1920 * 100vw);
}

.track-record-card {
    background: #e4eeec;
    border-radius: calc(20 / 1920 * 100vw);
    overflow: hidden;
    box-shadow:  0 3px 6px rgba(0, 0, 0, 0.1);
        display: flex;
    flex-direction: column;
}

.track-record-card-img {
    height: calc(138 / 1920 * 100vw);
    margin: calc(30 / 1920 * 100vw);
    margin-bottom: calc(20 / 1920 * 100vw);
}

.track-record-card-logo {
    width: calc(276 / 1920 * 100vw);
    height: calc(90 / 1920 * 100vw);
}

.track-record-card-body {
    padding: calc(20 / 1920 * 100vw) calc(30 / 1920 * 100vw) calc(24 / 1920 * 100vw);
    display: flex;
    flex-direction: column;
    flex: 1;
}

.track-record-link {
    gap: calc(8 / 1920 * 100vw);
    background: white;
    width: fit-content;
    margin-left: auto;
    margin-top: auto;
    border-radius: 50px;
    padding-left: calc(20 / 1920 * 100vw);
}

.track-record-link-icon {
    width: calc(25 / 1920 * 100vw);
    height: calc(25 / 1920 * 100vw);
    background: #a1ce49;
    border-radius: 50%;
}
.track-record-link-icon > img{
    width: calc(5 / 1920 * 100vw);
}

@media (max-width: 768px) {
    .track-record-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .track-record-card {
        border-radius: 8px;
    }

    .track-record-card-img {
        height: 135px;
        margin: 20px;
        max-width: 300px;
        margin-left: auto;
        margin-right: auto;
    }

    .track-record-card-logo {
        width: 200px;
        height: 65px;
    }

    .track-record-card-body {
        padding: 16px;
    }

    .track-record-link {
        gap: 8px;
        padding-left: 15px;
    }

    .track-record-link-icon {
        width: 22px;
        height: 22px;
    }

    .track-record-link-icon > img {
        width: 8px;
    }
}


/* issueセクション */
.issue-list {
    display: flex;
    flex-direction: column;
    gap: calc(40 / 1920 * 100vw);
}

.issue-item {
    width: calc(1520 / 1920 * 100vw);
    background: #dae9e7;
    box-shadow:  0 2px 4px rgba(0, 0, 0, 0.1);
}

.issue-item--left {
    border-radius: 0 calc(250 / 1920 * 100vw) calc(250 / 1920 * 100vw) 0;
}

.issue-item--right {
    border-radius: calc(250 / 1920 * 100vw) 0 0 calc(250 / 1920 * 100vw);
    margin-left: auto;
}

.issue-item-inner {
    gap: calc(60 / 1920 * 100vw);
    padding: calc(30 / 1920 * 100vw) calc(80 / 1920 * 100vw);
}

.issue-item--left .issue-item-inner {
    padding-left: calc(340 / 1920 * 100vw);
}

.issue-item--right .issue-item-inner {
    padding-right: calc(340 / 1920 * 100vw);
    padding-left: calc(210 / 1920 * 100vw);
}

.issue-img {
    width: calc(400 / 1920 * 100vw);
    height: calc(380 / 1920 * 100vw);
    object-fit: contain;
}
.issue-img > img {
    object-fit: contain;
}

.issue-body {
    width: calc(470 / 1920 * 100vw);
}

.issue-num {
    color: rgba(255, 255, 255, 0.7);
    font-style: italic;
    line-height: 1;
    margin-bottom: calc(4 / 1920 * 100vw);
}

.issue-tags {
    background: rgba(255, 255, 255, 0.6);
    border-radius: calc(10 / 1920 * 100vw);
    padding: calc(16 / 1920 * 100vw) calc(24 / 1920 * 100vw);
}

.issue-tag-list {
    display: flex;
    flex-direction: column;
    gap: calc(10 / 1920 * 100vw);
}

.issue-tag {
    gap: calc(10 / 1920 * 100vw);
}

.issue-tag-icon {
    width: calc(22 / 1920 * 100vw);
    height: calc(22 / 1920 * 100vw);
}

@media (max-width: 768px) {
    .issue-list {
        gap: 30px;
    }

    .issue-item {
        width: auto;
        margin-right: 30px;
    }
    .issue-item:nth-child(2) {
        margin-right: 0;
        margin-left: 30px;
    }

    .issue-item--left {
        border-radius: 0 40px 40px 0;
    }

    .issue-item--right {
        border-radius: 40px 0 0 40px;
    }

    .issue-item-inner {
        flex-direction: column;
        align-items: center;
        padding: 30px 20px;
        gap: 20px;
    }

    .issue-item--left .issue-item-inner {
        padding-left: 20px;
    }

    .issue-item--right .issue-item-inner {
        padding-right: 20px;
        flex-direction: column-reverse;
        padding-left: 20px;
    }

    .issue-img {
        width: 260px;
        height: 240px;
    }

    .issue-body {
        width: 100%;
    }

    .issue-tags {
        border-radius: 8px;
        padding: 12px 16px;
    }

    .issue-tag-list {
        gap: 8px;
    }

    .issue-tag-icon {
        width: 15px;
        height: 15px;
        margin-right: 5px;
    }
}


/* serviceセクション */
.service {
    background-image: url(../img/service-bg.jpg);
    background-size: cover;
    background-position: center;
}

.service-card {
    width: calc(792 / 1920 * 100vw);
    background: white;
    border-radius: calc(10 / 1920 * 100vw);
    margin: 0 auto;
    padding: calc(50 / 1920 * 100vw) calc(60 / 1920 * 100vw) calc(40 / 1920 * 100vw);
    padding-top: calc(70 / 1920 * 100vw);
    box-shadow:  0 3px 6px rgba(0, 0, 0, 0.1);
}

.service-card-icon {
    width: calc(100 / 1920 * 100vw);
    height: calc(100 / 1920 * 100vw);
    position: absolute;
    top: calc(-50 / 1920 * 100vw);
    left: 50%;
    transform: translateX(-50%);
}

.service-card-line {
    width: calc(700 / 1920 * 100vw);
    height: 1px;
    background: #dae9e7;
    margin: 0 auto calc(30 / 1920 * 100vw);
}

@media (max-width: 768px) {
    .service-card {
        border-radius: 10px;
        padding: 60px 20px 30px;
        width: auto;
    }

    .service-card-icon {
        width: 70px;
        height: 70px;
        top: -35px;
    }

    .service-card-line {
        width: 80%;
        margin-bottom: 20px;
    }
}

/* reasonsセクション */
.reasons {
    background: #f2fbf9;
}

.reasons-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: calc(30 / 1920 * 100vw);
}

.reasons-card {
    background: white;
    border-radius: calc(20 / 1920 * 100vw);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    box-shadow:  0 3px 6px rgba(0, 0, 0, 0.1);
}

.reasons-card-inner {
    padding: calc(30 / 1920 * 100vw) calc(30 / 1920 * 100vw) 0;
    flex: 1;
}

.reasons-card-num {
    width: calc(160 / 1920 * 100vw);
    height: calc(50 / 1920 * 100vw);
}

.reasons-tags {
    background: #fff9f3;
    border-radius: calc(10 / 1920 * 100vw);
    padding: calc(16 / 1920 * 100vw) calc(20 / 1920 * 100vw);
}

.reasons-tag-list {
    display: flex;
    flex-direction: column;
    gap: calc(10 / 1920 * 100vw);
}

.reasons-tag {
    gap: calc(10 / 1920 * 100vw);
}

.reasons-tag-icon {
    width: calc(16 / 1920 * 100vw);
    height: calc(16 / 1920 * 100vw);
}

.reasons-card-img {
    width: 100%;
    height: calc(193 / 1920 * 100vw);
    border-radius: 0 0 calc(20 / 1920 * 100vw) calc(20 / 1920 * 100vw);
}

@media (max-width: 768px) {
    .reasons-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .reasons-card {
        border-radius: 12px;
    }

    .reasons-card-inner {
        padding: 24px 20px 0;
    }

    .reasons-card-num {
        width: 120px;
        height: 38px;
    }

    .reasons-tags {
        border-radius: 8px;
        padding: 12px 16px;
    }

    .reasons-tag-list {
        gap: 8px;
    }

    .reasons-tag-icon {
        width: 12px;
        height: 12px;
        margin-right: 5px;
    }

    .reasons-card-img {
        height: 180px;
        border-radius: 0 0 12px 12px;
    }

    .reasons-card-img > img {
        object-fit: contain;
    }
}


/* solutionセクション */
.solution-cards {
    gap: calc(30 / 1920 * 100vw);
    justify-content: center;
}

.solution-card {
    width: calc(500 / 1920 * 100vw);
    border-radius: calc(20 / 1920 * 100vw);
    overflow: hidden;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
}

.solution-card-head {
    height: calc(63 / 1920 * 100vw);
    background: #00b59c;
    padding: 0 calc(20 / 1920 * 100vw);
}

.solution-card-body {
    background: white;
    padding: calc(30 / 1920 * 100vw);
    gap: calc(30 / 1920 * 100vw);
    align-items: flex-start;
}

.solution-card-img {
    width: calc(151 / 1920 * 100vw);
    height: calc(151 / 1920 * 100vw);
}

.solution-card-img > img {
    object-fit: contain;
}

.solution-list {
    display: flex;
    flex-direction: column;
    gap: calc(16 / 1920 * 100vw);
}

.solution-list-item {
    gap: calc(10 / 1920 * 100vw);
}

.solution-list-icon {
    width: calc(22 / 1920 * 100vw);
    height: calc(22 / 1920 * 100vw);
}

.solution-plus {
    width: calc(60 / 1920 * 100vw);
    height: calc(60 / 1920 * 100vw);
}

@media (max-width: 768px) {
    .solution-cards {
        flex-direction: column;
        gap: 20px;
        align-items: stretch;
    }

    .solution-card {
        width: 100%;
        border-radius: 12px;
    }

    .solution-card-head {
        height: 50px;
        padding: 0 16px;
    }

    .solution-card-body {
        padding: 20px;
        gap: 16px;
        flex-direction: column;
        align-items: center;
    }

    .solution-card-img {
        width: 120px;
        height: 120px;
    }

    .solution-list {
        gap: 12px;
        width: 100%;
    }

    .solution-list-icon {
        width: 16px;
        height: 16px;
        margin-right: 4px;
    }

    .solution-plus {
        width: 44px;
        height: 44px;
        margin: 0 auto;
    }
}


/* casesセクション */
.cases {
    background: #f2fbf9;
}

.cases-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: calc(30 / 1920 * 100vw);
}

.cases-card {
    position: relative;
    padding-top: calc(20 / 1920 * 100vw);
}

.cases-card-label {
    width: calc(130 / 1920 * 100vw);
    position: absolute;
    top: calc(-40 / 1920 * 100vw);
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}

.cases-card-inner {
    background: white;
    border-radius: calc(10 / 1920 * 100vw);
    padding: calc(30 / 1920 * 100vw) calc(24 / 1920 * 100vw) calc(24 / 1920 * 100vw);
    padding-top: calc(16 / 1920 * 100vw);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
    text-align: center;
}

.cases-card-img {
    width: 100%;
    height: calc(220 / 1920 * 100vw);
    margin-bottom: calc(15 / 1920 * 100vw);
    padding-bottom: calc(15 / 1920 * 100vw);
    border-bottom: 1px solid #BCBBBB;
}

.cases-card-img > img {
    object-fit: contain;
}

.cases-card-bottom {
    color: #333333;
    background-color: #F3F3F3;
    border-radius: 50px;
    padding: calc(5 / 1920 * 100vw) calc(10 / 1920 * 100vw);
    width: fit-content;
    margin: 0 auto;
}

.c-gray {
    color: #94a3b8;
}

@media (max-width: 768px) {
    .cases-grid {
        grid-template-columns: 1fr;
        gap: 60px;
    }

    .cases-card {
        padding-top: 16px;
    }

    .cases-card-label {
        width: 100px;
        top: -26px;
    }

    .cases-card-inner {
        border-radius: 8px;
        padding: 12px 16px 20px;
    }

    .cases-card-img {
        height: 180px;
        margin-bottom: 15px;
        padding-bottom: 15px;
    }
}


/* analysisセクション */
.analysis-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: calc(30 / 1920 * 100vw);
}

.analysis-card {
    background: white;
    border-radius: calc(10 / 1920 * 100vw);
    padding: calc(40 / 1920 * 100vw);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
}

.analysis-card-num {
    width: calc(140 / 1920 * 100vw);
}

.analysis-card-num > img {
    object-fit: contain;
}

.analysis-card-img {
    width: 100%;
    overflow: hidden;
}

@media (max-width: 768px) {
    .analysis-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .analysis-card {
        border-radius: 8px;
        padding: 24px 20px;
    }

    .analysis-card-num {
        width: 140px;
        height: auto;
    }
}


/* voiceセクション */
.voice {
    background-image: url(../img/voice-bg.png);
    background-size: cover;
    background-position: center;
}

.voice-card {
    background: #00b59c;
    border-radius: calc(20 / 1920 * 100vw);
    padding: calc(50 / 1920 * 100vw) calc(60 / 1920 * 100vw);
    gap: calc(50 / 1920 * 100vw);
    align-items: flex-start;
    margin: 0 auto;
}

.voice-card-img {
    width: calc(280 / 1920 * 100vw);
    border-radius: 50%;
    overflow: hidden;
}

.voice-card-body {
    flex: 1;
}

.voice-card-body p {
    color: white;
}

.voice-card-line {
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, 0.4);
}

.mt-20 {
    margin-top: calc(20 / 1920 * 100vw);
}

@media (max-width: 768px) {
    .voice-card {
        border-radius: 12px;
        padding: 30px 20px;
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }

    .voice-card-img {
        width: 120px;
        height: 120px;
    }

    .mt-20 {
        margin-top: 15px;
    }
}


/* priceセクション */
/* priceセクション */
.price {
    background: #f2fbf9;
}

.price-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: calc(30 / 1920 * 100vw);
    align-items: stretch;
}

.price-card {
    border-radius: calc(20 / 1920 * 100vw);
    overflow: visible;
    display: flex;
    flex-direction: column;
}

.price-card--basic {
    background: white;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.08);
}

.price-card--recommend {
    background: #00b59c;
    box-shadow: 0 6px 20px rgba(0, 181, 156, 0.3);
}

.price-card-recommend {
    background: #ff9b42;
    border-radius: calc(50 / 1920 * 100vw);
    padding: calc(8 / 1920 * 100vw) calc(40 / 1920 * 100vw);
    width: fit-content;
    position: absolute;
    top: calc(-54 / 1920 * 100vw);
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
}

.price-card-recommend::after {
    content: "";
    position: absolute;
    bottom: calc(-8 / 1920 * 100vw);
    left: 50%;
    transform: translateX(-50%);
    border-left: calc(8 / 1920 * 100vw) solid transparent;
    border-right: calc(8 / 1920 * 100vw) solid transparent;
    border-top: calc(10 / 1920 * 100vw) solid #ff9b42;
}

.price-card-inner {
    padding: calc(50 / 1920 * 100vw);
    display: flex;
    flex-direction: column;
    flex: 1;
}

.price-card--recommend .price-card-inner {
    padding-top: calc(60 / 1920 * 100vw);
}

.price-card-badge {
    background: #f0f0f0;
    border-radius: calc(50 / 1920 * 100vw);
    padding: calc(6 / 1920 * 100vw) calc(20 / 1920 * 100vw);
    width: fit-content;
    margin: 0 auto calc(20 / 1920 * 100vw);
}

.price-card-badge--white {
    background: white;
}

.price-num {
    line-height: 1;
}

.price-num span {
    vertical-align: baseline;
}

.price-list {
    display: flex;
    flex-direction: column;
    gap: calc(16 / 1920 * 100vw);
    flex: 1;
}

.price-list-item {
    gap: calc(10 / 1920 * 100vw);
    align-items: flex-start;
}

.price-list-icon {
    width: calc(22 / 1920 * 100vw);
    height: calc(22 / 1920 * 100vw);
    margin-top: calc(2 / 1920 * 100vw);
}

.price-btn-basic {
    width: 100%;
    height: calc(60 / 1920 * 100vw);
    border: 2px solid #00b59c;
    border-radius: calc(50 / 1920 * 100vw);
    color: #00b59c;
    transition: background 0.2s, color 0.2s;
    margin-top: auto;
}

.price-btn-basic:hover {
    background: #00b59c;
    color: white;
}

.price-btn-recommend {
    width: 100%;
    height: calc(60 / 1920 * 100vw);
    background: #ff9b42;
    border-radius: calc(50 / 1920 * 100vw);
    color: white;
    gap: calc(10 / 1920 * 100vw);
    transition: opacity 0.2s;
    margin-top: auto;
}

.price-btn-recommend:hover {
    opacity: 0.9;
}

.price-btn-arrow {
    width: calc(10 / 1920 * 100vw);
}

.price-bottom {
    background-color: white;
    padding: calc(30 / 1920 * 100vw) calc(100 / 1920 * 100vw);
    margin-right: auto;
    margin-left: auto;
    width: fit-content;
    border: calc(2  / 1920 * 100vw) solid #00b59c;
}

.price-bottom > p {
    display: flex;
}

@media (max-width: 768px) {
    .price-grid {
        grid-template-columns: 1fr;
        gap: 50px;
        align-items: start;
    }

    .price-card {
        border-radius: 12px;
    }

    .price-card--recommend {
        margin-top: 30px;
    }

    .price-card-recommend {
        border-radius: 50px;
        padding: 6px 16px;
        top: -40px;
    }

    .price-card-recommend::after {
        bottom: -7px;
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        border-top: 8px solid #ff9b42;
    }

    .price-card-inner {
        padding: 30px 24px;
    }

    .price-card--recommend .price-card-inner {
        padding-top: 40px;
    }

    .price-card-badge {
        border-radius: 50px;
        padding: 5px 16px;
        margin-bottom: 16px;
    }

    .price-list {
        gap: 12px;
    }

    .price-list-icon {
        width: 18px;
        height: 18px;
        margin-top: 2px;
    }

    .price-btn-basic,
    .price-btn-recommend {
        height: 50px;
        border-radius: 50px;
    }

    .price-btn-arrow {
        width: 5px;
        margin-left: 5px;
    }

    .price-bottom {
        padding: 15px;
        border: 2px solid #00b59c;
    }
}


/* flowセクション */
.flow-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: calc(20 / 1920 * 100vw);
}

.flow-card {
    background: #F2FBF9;
    border-radius: calc(10 / 1920 * 100vw);
    padding: calc(30 / 1920 * 100vw) calc(24 / 1920 * 100vw) calc(30 / 1920 * 100vw);
    padding-top: calc(90 / 1920 * 100vw);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.08);
    position: relative;
}

.flow-card-num {
    width: calc(80 / 1920 * 100vw);
    height: calc(80 / 1920 * 100vw);
    position: absolute;
    top: calc(-25 / 1920 * 100vw);
    left: 50%;
    transform: translateX(-50%);
}

.flow-card-icon {
    width: calc(60 / 1920 * 100vw);
    height: calc(60 / 1920 * 100vw);
    margin-bottom: calc(20 / 1920 * 100vw);
    margin-left: auto;
    margin-right: auto;
}

.flow-card-icon > img {
    object-fit: contain;
}

@media (max-width: 768px) {
    .flow-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px 16px;
    }

    .flow-card {
        border-radius: 8px;
        padding: 40px 16px 20px;
    }

    .flow-card-num {
        width: 36px;
        height: 36px;
        top: -18px;
        left: 16px;
    }

    .flow-card-icon {
        width: 44px;
        height: 44px;
        margin-bottom: 14px;
    }
}


/* faqセクション */
.faq {
    background: #f2fbf9;
}

.faq-list {
    display: flex;
    flex-direction: column;
    gap: calc(30 / 1920 * 100vw);
}

.faq-item {
    background: white;
    border-radius: calc(10 / 1920 * 100vw);
    padding: calc(30 / 1920 * 100vw) calc(40 / 1920 * 100vw);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.06);
}

.faq-q,
.faq-a {
    gap: calc(20 / 1920 * 100vw);
    align-items: flex-start;
}

.faq-label {
    width: calc(42 / 1920 * 100vw);
    height: calc(42 / 1920 * 100vw);
    border-radius: 50%;
    flex-shrink: 0;
}

.faq-label--q {
    background: #00b59c;
}

.faq-label--a {
    background: white;
    border: 1px solid #00b59c;
}

.faq-line {
    width: 100%;
    height: 1px;
    background: #e5e7eb;
    margin: calc(20 / 1920 * 100vw) 0;
}

@media (max-width: 768px) {
    .faq-list {
        gap: 20px;
    }

    .faq-item {
        border-radius: 8px;
        padding: 20px;
    }

    .faq-q,
    .faq-a {
        gap: 12px;
    }

    .faq-label {
        width: 28px;
        height: 28px;
    }

    .faq-line {
        margin: 16px 0;
    }
}


/* CTAセクション */
.cta {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    height: calc(100 / 1920 * 100vw);
}

.cta-download {
    width: 50%;
    height: 100%;
    background: #00b59c;
    gap: calc(16 / 1920 * 100vw);
    padding: 0;
    transition: opacity 0.2s;
}

.cta-download:hover {
    opacity: 0.6;
}

.cta-download-badge {
    background: #ff9b42;
    border-radius: calc(5 / 1920 * 100vw);
    padding: calc(6 / 1920 * 100vw) calc(15 / 1920 * 100vw);
    white-space: nowrap;
    position: relative;
    border: 1px solid white;
}

.cta-download-badge-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: calc(-12 / 1920 * 100vw);
    width: calc(12 / 1920 * 100vw);
}

.cta-download-icon {
    width: calc(20 / 1920 * 100vw);
}

.cta-contact {
    width: 50%;
    height: 100%;
    background: #ff9b42;
    gap: calc(12 / 1920 * 100vw);
    transition: opacity 0.2s;
}

.cta-contact:hover {
    opacity: 0.6;
}

.cta-contact-arrow {
    width: calc(10 / 1920 * 100vw);
}


@media (max-width: 768px) {
    .cta {
        height: auto;
        flex-direction: column;
    }

    .cta-download,
    .cta-contact {
        width: 100%;
        height: 40px;
        padding: 0 20px;
        justify-content: center;
    }
    .cta-download span,
    .cta-contact span {
        font-size: 12px;
    }

    .cta-download-badge > span {
        font-size: 10px;
    }

    .cta-download-badge {
        border-radius: 5px;
        padding: 3px 10px;
        margin-right: 15px;
    }

    .cta-download-badge-arrow {
        right: -12px;
        width: 12px;
    }

    .cta-download-icon {
        width: 10px;
        margin-left: 5px;
    }

    .cta-contact-arrow {
        width: 5px;
        margin-left: 5px;
    }

}


/* フッター */
.footer {
    height: calc(60 / 1920 * 100vw);
    background: white;
    border-top: 1px solid #e5e7eb;
}

@media (max-width: 768px) {
    .footer {
        height: 50px;
    }
}