@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/


/************************************
** 子テーマ用のスタイルを書く
************************************/


/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/

@media screen and (min-width: 1024px) {
    /* 共通 */
    body {
        font-family: "Helvetica Neue", sans-serif;
        margin: 0;
        padding: 0;
        background-color: #fefbf8;
        color: #2a2a2a;
    }
    h1 {
        font-size: 40px;
    }
    h2 {
        font-size: 32px;
    }
    h3 {
        font-size: 24px;
    }
    p {
        font-size: 18px;
    }
    section {
        padding: 60px 20px;
        max-width: auto;
        margin: auto;
    }
    .hero {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: nowrap;
        gap: 20px;
        padding: 60px 40px;
        background: linear-gradient(to right, #fff2e5, #fefbf8);
        border-bottom: 1px solid #f0d8c8;
    }
    .hero-text {
        flex: 0 0 60%;
        flex-direction: column;
    }
    .hero-image {
        flex: 0 0 40%;
        width: 100%;
        height: 400px;
    }
    .hero img {
        width: clamp(240px, 35vw, 480px);
        height: 100%;
        display: block;
        object-fit: cover;
        border-radius: 12px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        filter: blur(0.5px);
        mask-image: linear-gradient(to right, transparent 0%, black 10%);
    }
    .hero-contact-column {
        display: none;
    }
    .hero h1 {
        margin-bottom: 20px;
        color: #7a3e00;
    }
    .hero p {
        font-size: 1.15rem;
        color: #5a4636;
    }
    .section-title {
        margin-bottom: 30px;
        text-align: center;
        color: #7a3e00;
    }
    .section-box {
        background: #fffdfb;
        border-radius: 12px;
        padding: 35px;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
        margin-bottom: 50px;
    }
    .cta-button {
        background-color: #d16a00;
        color: white;
        padding: 14px 30px;
        margin-top: 30px;
        text-decoration: none;
        display: inline-block;
        border-radius: 8px;
        font-weight: bold;
        transition: background 0.3s ease;
    }
    .cta-button:hover {
        background-color: #b35700;
    }
    .cta-button {
        background-color: #d16a00;
        color: white;
        padding: 14px 30px;
        text-decoration: none;
        display: inline-block;
        border-radius: 8px;
        font-weight: bold;
        transition: background 0.3s ease;
    }
    .footer-cta {
        text-align: center;
        background: #fff4e6;
        padding: 60px 20px;
    }
    /* front */
    .icon-list {
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
        justify-content: center;
    }
    .icon-item {
        background: #ffe8d4;
        padding: 20px;
        border-radius: 10px;
        width: 200px;
        text-align: center;
        font-weight: 500;
    }
    .solution-list {
        list-style: none;
        padding-left: 0;
        color: #4d3b2c;
    }
    .solution-list li {
        margin-bottom: 12px;
        padding-left: 1.2em;
        position: relative;
    }
    .solution-list li::before {
        content: "✔";
        position: absolute;
        left: 0;
        color: #d16a00;
        font-weight: bold;
    }
    .section-wrap {
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
        gap: 30px;
    }
    .section-image {
        flex: 0 0 40%;
        width: 100%;
        height: 400px;
    }
    .section-wrap img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: top;
        border-radius: 12px;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.06);
    }
    .section-wrap-item {
        flex: 0 0 60%;
        flex-direction: column;
    }
    .section-wrap-item span {
        text-align: center;
        margin-top: 20px;
    }
    /* service */
    dl dt {
        font-weight: bold;
        margin-top: 20px;
    }
    dl dd {
        margin-left: 1em;
    }
    .compare-table {
        width: 100%;
        border-collapse: collapse;
        margin: 0 auto;
    }
    .compare-table th,
    .compare-table td {
        border: 1px solid #e0cfc0;
        padding: 15px;
        text-align: center;
    }
    .compare-table th {
        background-color: #fff2e5;
        color: #7a3e00;
    }
    .mindmap-box {
        text-align: center;
        margin-top: 30px;
    }
    .mindmap-box img {
        max-width: 100%;
        height: auto;
        border-radius: 10px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    }
    .mindmap-box p {
        font-size: 0.9rem;
        color: #7a3e00;
        margin-top: 10px;
        margin-bottom: 2em;
    }
    #lightbox .lb-outerContainer {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100vh;
        /* ビューポート全体を使う */
    }
    #lightbox .lb-image {
        max-height: 90vh;
    }
    .sales-section-box {
        background: #fff8f2;
        border-radius: 12px;
        padding: 35px;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
        margin-bottom: 50px;
    }
    .step-container {
        display: flex;
        flex-wrap: wrap;
        gap: 30px;
        align-items: center;
    }
    .step-box-left {
        flex: 1;
        min-width: 280px;
        margin-bottom: 20px;
    }
    .step-box {
        background: #fff8f2;
        padding: 20px;
        border-radius: 12px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
        margin-bottom: 20px;
    }
    .step-box p {
        margin-left: 40px;
    }
    .step-box-title {
        display: flex;
        align-items: center;
        gap: 10px;
    }
    .step-box-mark {
        width: 30px;
        height: 30px;
        border-radius: 50%;
    }
    #step-phase1 {
        background: #e06b00;
    }
    #step-phase2 {
        background: #f1b400;
    }
    #step-phase3 {
        background: #35a600;
    }
    .arrow {
        text-align: center;
        font-size: 2rem;
        color: #d16a00;
    }
    .step-box-right {
        flex: 1;
        min-width: 280px;
        text-align: center;
        margin-bottom: 20px;
    }
    .step-box-right img {
        max-width: 100%;
        height: auto;
        border-radius: 12px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        transition: transform 0.3s ease;
    }
    .step-box-right p {
        color: #7a3e00;
        margin-top: 8px;
    }
    /* profile */
    img.profile-photo {
        width: 100%;
        max-width: 300px;
        border-radius: 12px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        margin: 20px auto;
        display: block;
    }
    /* customer */
     :root {
        --v-bg: #fefbf8;
        --v-ink: #2a2a2a;
        --v-muted: #5a4636;
        --v-surface: #fff2e5;
        --v-surface-2: #fefbf8;
        --v-border: #f0d8c8;
        --v-card: #fffdfb;
        --v-head: #7a3e00;
        --v-cta: #d16a00;
        --v-cta-hover: #b35700;
        --v-shadow: 0 4px 10px rgba(0, 0, 0, .05);
    }
    /* ▼ 縦並び（1カラム固定） */
    .voices {
        display: grid;
        gap: 30px;
        grid-template-columns: 1fr
    }
    .voice-card {
        background: var(--v-card);
        border: 1px solid var(--v-border);
        border-radius: 12px;
        padding: 24px;
        box-shadow: var(--v-shadow)
    }
    .voice-card h3 {
        margin: 0 0 10px;
        color: var(--v-head);
    }
    .voice-card p {
        margin: 0 0 12px
    }
    .voice-meta {
        color: var(--v-muted);
    }
}


/*1023px以下*/

@media screen and (max-width: 1023px) and (min-width: 835px) {
    body {
        font-family: "Helvetica Neue", sans-serif;
        margin: 0;
        padding: 0;
        background-color: #fefbf8;
        color: #2a2a2a;
    }
    h1 {
        font-size: 34px;
        line-height: 1.4;
    }
    h2 {
        font-size: 28px;
        line-height: 1.4;
    }
    h3 {
        font-size: 22px;
        line-height: 1.5;
    }
    p {
        font-size: 16px;
        line-height: 1.8;
    }
    section {
        padding: 60px 20px;
        max-width: auto;
        margin: auto;
    }
    .hero {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: nowrap;
        gap: 20px;
        padding: 60px 40px;
        background: linear-gradient(to right, #fff2e5, #fefbf8);
        border-bottom: 1px solid #f0d8c8;
    }
    .hero-text {
        flex: 0 0 60%;
        flex-direction: column;
    }
    .hero-image {
        flex: 0 0 40%;
        width: 100%;
        height: 400px;
    }
    .hero img {
        width: clamp(240px, 35vw, 480px);
        height: 100%;
        display: block;
        object-fit: cover;
        border-radius: 12px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        filter: blur(0.5px);
        mask-image: linear-gradient(to right, transparent 0%, black 10%);
    }
    .hero-contact-column {
        display: none;
    }
    .hero h1 {
        margin-bottom: 20px;
        color: #7a3e00;
    }
    .hero p {
        font-size: 1.15rem;
        color: #5a4636;
    }
    .section-title {
        margin-bottom: 30px;
        text-align: center;
        color: #7a3e00;
    }
    .section-box {
        background: #fffdfb;
        border-radius: 12px;
        padding: 35px;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
        margin-bottom: 50px;
    }
    .cta-button {
        background-color: #d16a00;
        color: white;
        padding: 14px 30px;
        margin-top: 30px;
        text-decoration: none;
        display: inline-block;
        border-radius: 8px;
        font-weight: bold;
        transition: background 0.3s ease;
    }
    .cta-button:hover {
        background-color: #b35700;
    }
    .cta-button {
        background-color: #d16a00;
        color: white;
        padding: 14px 30px;
        text-decoration: none;
        display: inline-block;
        border-radius: 8px;
        font-weight: bold;
        transition: background 0.3s ease;
    }
    .footer-cta {
        text-align: center;
        background: #fff4e6;
        padding: 60px 20px;
    }
    /* front */
    .icon-list {
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
        justify-content: center;
    }
    .icon-item {
        background: #ffe8d4;
        padding: 20px;
        border-radius: 10px;
        width: 200px;
        text-align: center;
        font-weight: 500;
    }
    .solution-list {
        list-style: none;
        padding-left: 0;
        color: #4d3b2c;
    }
    .solution-list li {
        margin-bottom: 12px;
        padding-left: 1.2em;
        position: relative;
    }
    .solution-list li::before {
        content: "✔";
        position: absolute;
        left: 0;
        color: #d16a00;
        font-weight: bold;
    }
    .section-wrap {
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
        gap: 30px;
    }
    .section-image {
        flex: 0 0 40%;
        width: 100%;
        height: 400px;
    }
    .section-wrap img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: top;
        border-radius: 12px;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.06);
    }
    .section-wrap-item {
        display: flex;
        flex-direction: column;
    }
    .section-wrap-item span {
        text-align: center;
        margin-top: 20px;
    }
    /* service */
    dl dt {
        font-weight: bold;
        margin-top: 20px;
    }
    dl dd {
        margin-left: 1em;
    }
    .compare-table {
        width: 100%;
        border-collapse: collapse;
        margin: 0 auto;
    }
    .compare-table th,
    .compare-table td {
        border: 1px solid #e0cfc0;
        padding: 15px;
        text-align: center;
    }
    .compare-table th {
        background-color: #fff2e5;
        color: #7a3e00;
    }
    .mindmap-box {
        text-align: center;
        margin-top: 30px;
    }
    .mindmap-box img {
        max-width: 100%;
        height: auto;
        border-radius: 10px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    }
    .mindmap-box p {
        font-size: 0.9rem;
        color: #7a3e00;
        margin-top: 10px;
        margin-bottom: 2em;
    }
    #lightbox .lb-outerContainer {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100vh;
        /* ビューポート全体を使う */
    }
    #lightbox .lb-image {
        max-height: 90vh;
    }
    .sales-section-box {
        background: #fff8f2;
        border-radius: 12px;
        padding: 35px;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
        margin-bottom: 50px;
    }
    .step-container {
        display: flex;
        flex-wrap: wrap;
        gap: 30px;
        align-items: center;
    }
    .step-box-left {
        flex: 1;
        min-width: 280px;
        margin-bottom: 20px;
    }
    .step-box {
        background: #fff8f2;
        padding: 20px;
        border-radius: 12px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
        margin-bottom: 20px;
    }
    .step-box p {
        margin-left: 40px;
    }
    .step-box-title {
        display: flex;
        align-items: center;
        gap: 10px;
    }
    .step-box-mark {
        width: 30px;
        height: 30px;
        border-radius: 50%;
    }
    #step-phase1 {
        background: #e06b00;
    }
    #step-phase2 {
        background: #f1b400;
    }
    #step-phase3 {
        background: #35a600;
    }
    .arrow {
        text-align: center;
        font-size: 2rem;
        color: #d16a00;
    }
    .step-box-right {
        flex: 1;
        min-width: 280px;
        text-align: center;
        margin-bottom: 20px;
    }
    .step-box-right img {
        max-width: 100%;
        height: auto;
        border-radius: 12px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        transition: transform 0.3s ease;
    }
    .step-box-right p {
        color: #7a3e00;
        margin-top: 8px;
    }
    /* profile */
    img.profile-photo {
        width: 100%;
        max-width: 300px;
        border-radius: 12px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        margin: 20px auto;
        display: block;
    }
    /* customer */
     :root {
        --v-bg: #fefbf8;
        --v-ink: #2a2a2a;
        --v-muted: #5a4636;
        --v-surface: #fff2e5;
        --v-surface-2: #fefbf8;
        --v-border: #f0d8c8;
        --v-card: #fffdfb;
        --v-head: #7a3e00;
        --v-cta: #d16a00;
        --v-cta-hover: #b35700;
        --v-shadow: 0 4px 10px rgba(0, 0, 0, .05);
    }
    /* ▼ 縦並び（1カラム固定） */
    .voices {
        display: grid;
        gap: 30px;
        grid-template-columns: 1fr
    }
    .voice-card {
        background: var(--v-card);
        border: 1px solid var(--v-border);
        border-radius: 12px;
        padding: 24px;
        box-shadow: var(--v-shadow)
    }
    .voice-card h3 {
        margin: 0 0 10px;
        color: var(--v-head);
    }
    .voice-card p {
        margin: 0 0 12px
    }
    .voice-meta {
        color: var(--v-muted);
    }
}


/*834px以下*/

@media screen and (max-width: 834px) and (min-width: 481px) {
    body {
        font-family: "Helvetica Neue", sans-serif;
        margin: 0;
        padding: 0;
        background-color: #fefbf8;
        color: #2a2a2a;
    }
    h1 {
        font-size: 30px;
        line-height: 1.5;
    }
    h2 {
        font-size: 24px;
        line-height: 1.5;
    }
    h3 {
        font-size: 20px;
        line-height: 1.6;
    }
    p {
        font-size: 15px;
        line-height: 1.9;
    }
    section {
        padding: 60px 20px;
        max-width: auto;
        margin: auto;
    }
    .hero {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: nowrap;
        gap: 20px;
        padding: 60px 40px;
        background: linear-gradient(to right, #fff2e5, #fefbf8);
        border-bottom: 1px solid #f0d8c8;
    }
    .hero-text {
        display: flex;
        flex-direction: column;
    }
    .hero-image {
        display: flex;
        height: 350px;
        width: 100%;
    }
    .hero img {
        width: 100%;
        height: auto;
        display: block;
        object-fit: cover;
        object-position: top;
        border-radius: 12px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        filter: blur(0.5px);
        mask-image: linear-gradient(to right, transparent 0%, black 10%);
    }
    .hero-contact-column {
        display: none;
    }
    .hero h1 {
        margin-bottom: 20px;
        color: #7a3e00;
    }
    .hero p {
        font-size: 1.15rem;
        color: #5a4636;
    }
    .section-title {
        margin-bottom: 30px;
        text-align: center;
        color: #7a3e00;
    }
    .section-box {
        background: #fffdfb;
        border-radius: 12px;
        padding: 35px;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
        margin-bottom: 50px;
    }
    .cta-button {
        background-color: #d16a00;
        color: white;
        padding: 14px 30px;
        margin-top: 30px;
        text-decoration: none;
        display: inline-block;
        border-radius: 8px;
        font-weight: bold;
        transition: background 0.3s ease;
    }
    .cta-button:hover {
        background-color: #b35700;
    }
    .cta-button {
        background-color: #d16a00;
        color: white;
        padding: 14px 30px;
        text-decoration: none;
        display: inline-block;
        border-radius: 8px;
        font-weight: bold;
        transition: background 0.3s ease;
    }
    .footer-cta {
        text-align: center;
        background: #fff4e6;
        padding: 60px 20px;
    }
    /* front */
    .icon-list {
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
        justify-content: center;
    }
    .icon-item {
        background: #ffe8d4;
        padding: 20px;
        border-radius: 10px;
        width: 200px;
        text-align: center;
        font-weight: 500;
    }
    .solution-list {
        list-style: none;
        padding-left: 0;
        color: #4d3b2c;
    }
    .solution-list li {
        margin-bottom: 12px;
        padding-left: 1.2em;
        position: relative;
    }
    .solution-list li::before {
        content: "✔";
        position: absolute;
        left: 0;
        color: #d16a00;
        font-weight: bold;
    }
    .section-wrap {
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
        gap: 30px;
    }
    .section-image {
        flex: 0 0 40%;
        width: 100%;
        height: 400px;
    }
    .section-wrap img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: top;
        border-radius: 12px;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.06);
    }
    .section-wrap-item {
        display: flex;
        flex-direction: column;
    }
    .section-wrap-item span {
        text-align: center;
        margin-top: 20px;
    }
    /* service */
    dl dt {
        font-weight: bold;
        margin-top: 20px;
    }
    dl dd {
        margin-left: 1em;
    }
    .compare-table {
        width: 100%;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
    }
    .compare-table table {
        border-collapse: collapse;
        margin: 0 auto;
        width: max-content;
        min-width: 100%;
    }
    .compare-table th,
    .compare-table td {
        border: 1px solid #e0cfc0;
        padding: 15px;
        white-space: nowrap;
        text-align: center;
    }
    .compare-table th {
        background-color: #fff2e5;
        color: #7a3e00;
    }
    .mindmap-box {
        text-align: center;
        margin-top: 30px;
    }
    .mindmap-box img {
        max-width: 100%;
        height: auto;
        border-radius: 10px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    }
    .mindmap-box p {
        font-size: 0.9rem;
        color: #7a3e00;
        margin-top: 10px;
        margin-bottom: 2em;
    }
    #lightbox .lb-outerContainer {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100vh;
        /* ビューポート全体を使う */
    }
    #lightbox .lb-image {
        max-height: 90vh;
    }
    .sales-section-box {
        background: #fff8f2;
        border-radius: 12px;
        padding: 35px;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
        margin-bottom: 50px;
    }
    .step-container {
        display: flex;
        flex-wrap: wrap;
        gap: 30px;
        align-items: center;
    }
    .step-box-left {
        flex: 1;
        min-width: 280px;
        margin-bottom: 20px;
    }
    .step-box {
        background: #fff8f2;
        padding: 20px;
        border-radius: 12px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
        margin-bottom: 20px;
    }
    .step-box p {
        margin-left: 40px;
    }
    .step-box-title {
        display: flex;
        align-items: center;
        gap: 10px;
    }
    .step-box-mark {
        width: 30px;
        height: 30px;
        border-radius: 50%;
    }
    #step-phase1 {
        background: #e06b00;
    }
    #step-phase2 {
        background: #f1b400;
    }
    #step-phase3 {
        background: #35a600;
    }
    .arrow {
        text-align: center;
        font-size: 2rem;
        color: #d16a00;
    }
    .step-box-right {
        flex: 1;
        min-width: 280px;
        text-align: center;
        margin-bottom: 20px;
    }
    .step-box-right img {
        max-width: 100%;
        height: auto;
        border-radius: 12px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        transition: transform 0.3s ease;
    }
    .step-box-right p {
        color: #7a3e00;
        margin-top: 8px;
    }
    /* profile */
    img.profile-photo {
        width: 100%;
        max-width: 300px;
        border-radius: 12px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        margin: 20px auto;
        display: block;
    }
    /* customer */
     :root {
        --v-bg: #fefbf8;
        --v-ink: #2a2a2a;
        --v-muted: #5a4636;
        --v-surface: #fff2e5;
        --v-surface-2: #fefbf8;
        --v-border: #f0d8c8;
        --v-card: #fffdfb;
        --v-head: #7a3e00;
        --v-cta: #d16a00;
        --v-cta-hover: #b35700;
        --v-shadow: 0 4px 10px rgba(0, 0, 0, .05);
    }
    /* ▼ 縦並び（1カラム固定） */
    .voices {
        display: grid;
        gap: 30px;
        grid-template-columns: 1fr
    }
    .voice-card {
        background: var(--v-card);
        border: 1px solid var(--v-border);
        border-radius: 12px;
        padding: 24px;
        box-shadow: var(--v-shadow)
    }
    .voice-card h3 {
        margin: 0 0 10px;
        color: var(--v-head);
    }
    .voice-card p {
        margin: 0 0 12px
    }
    .voice-meta {
        color: var(--v-muted);
    }
}


/*480px以下*/

@media screen and (max-width: 480px) {
    body {
        font-family: "Helvetica Neue", sans-serif;
        margin: 0;
        padding: 0;
        background-color: #fefbf8;
        color: #2a2a2a;
    }
    h1 {
        font-size: 26px;
        line-height: 1.5;
    }
    h2 {
        font-size: 22px;
        line-height: 1.6;
    }
    h3 {
        font-size: 18px;
        line-height: 1.7;
    }
    p {
        font-size: 14px;
        line-height: 1.9;
    }
    section {
        padding: 60px 20px;
        max-width: auto;
        margin: auto;
    }
    .hero {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 20px;
        padding: 60px 40px;
        background: linear-gradient(to right, #fff2e5, #fefbf8);
        border-bottom: 1px solid #f0d8c8;
    }
    .hero-text {
        display: flex;
        flex-direction: column;
    }
    .hero-image {
        display: flex;
        height: 350px;
        width: 100%;
    }
    .hero img {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: cover;
        object-position: top;
        border-radius: 12px;
    }
    .hero-contact-row {
        display: none;
    }
    .hero h1 {
        margin-bottom: 20px;
        color: #7a3e00;
    }
    .hero p {
        font-size: 1.15rem;
        color: #5a4636;
    }
    .section-title {
        margin-bottom: 30px;
        text-align: center;
        color: #7a3e00;
    }
    .section-box {
        background: #fffdfb;
        border-radius: 12px;
        padding: 35px;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
        margin-bottom: 50px;
    }
    .cta-button {
        background-color: #d16a00;
        color: white;
        padding: 14px 30px;
        margin-top: 30px;
        text-decoration: none;
        display: inline-block;
        border-radius: 8px;
        font-weight: bold;
        transition: background 0.3s ease;
    }
    .cta-button:hover {
        background-color: #b35700;
    }
    .cta-button {
        background-color: #d16a00;
        color: white;
        padding: 14px 30px;
        text-decoration: none;
        display: inline-block;
        border-radius: 8px;
        font-weight: bold;
        transition: background 0.3s ease;
    }
    .footer-cta {
        text-align: center;
        background: #fff4e6;
        padding: 60px 20px;
    }
    /* front */
    .icon-list {
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
        justify-content: center;
    }
    .icon-item {
        background: #ffe8d4;
        padding: 20px;
        border-radius: 10px;
        width: 200px;
        text-align: center;
        font-weight: 500;
    }
    .solution-list {
        list-style: none;
        padding-left: 0;
        color: #4d3b2c;
    }
    .solution-list li {
        margin-bottom: 12px;
        padding-left: 1.2em;
        position: relative;
    }
    .solution-list li::before {
        content: "✔";
        position: absolute;
        left: 0;
        color: #d16a00;
        font-weight: bold;
    }
    .section-wrap {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 30px;
    }
    .section-image {
        flex: 0 0 40%;
        width: 100%;
        height: 195px;
    }
    .section-wrap img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: top;
        border-radius: 12px;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.06);
    }
    .section-wrap-item {
        flex: 0 0 60%;
        flex-direction: column;
    }
    .section-wrap-item span {
        text-align: center;
        margin-top: 20px;
    }
    /* service */
    dl dt {
        font-weight: bold;
        margin-top: 20px;
    }
    dl dd {
        margin-left: 1em;
    }
    .compare-table {
        width: 100%;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
    }
    .compare-table table {
        border-collapse: collapse;
        margin: 0 auto;
        width: max-content;
        min-width: 100%;
    }
    .compare-table th,
    .compare-table td {
        border: 1px solid #e0cfc0;
        padding: 15px;
        white-space: nowrap;
        text-align: center;
    }
    .compare-table th {
        background-color: #fff2e5;
        color: #7a3e00;
    }
    .mindmap-box {
        text-align: center;
        margin-top: 30px;
    }
    .mindmap-box img {
        max-width: 100%;
        height: auto;
        border-radius: 10px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    }
    .mindmap-box p {
        font-size: 0.9rem;
        color: #7a3e00;
        margin-top: 10px;
        margin-bottom: 2em;
    }
    #lightbox .lb-outerContainer {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100vh;
        /* ビューポート全体を使う */
    }
    #lightbox .lb-image {
        max-height: 90vh;
    }
    .sales-section-box {
        background: #fff8f2;
        border-radius: 12px;
        padding: 35px;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
        margin-bottom: 50px;
    }
    .step-container {
        display: flex;
        flex-wrap: wrap;
        gap: 30px;
        align-items: center;
    }
    .step-box-left {
        flex: 1;
        min-width: 280px;
        margin-bottom: 20px;
    }
    .step-box {
        background: #fff8f2;
        padding: 20px;
        border-radius: 12px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
        margin-bottom: 20px;
    }
    .step-box p {
        margin-left: 40px;
    }
    .step-box-title {
        display: flex;
        align-items: center;
        gap: 10px;
    }
    .step-box-mark {
        width: 30px;
        height: 30px;
        border-radius: 50%;
    }
    #step-phase1 {
        background: #e06b00;
    }
    #step-phase2 {
        background: #f1b400;
    }
    #step-phase3 {
        background: #35a600;
    }
    .arrow {
        text-align: center;
        font-size: 2rem;
        color: #d16a00;
    }
    .step-box-right {
        flex: 1;
        min-width: 280px;
        text-align: center;
        margin-bottom: 20px;
    }
    .step-box-right img {
        max-width: 100%;
        height: auto;
        border-radius: 12px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        transition: transform 0.3s ease;
    }
    .step-box-right p {
        color: #7a3e00;
        margin-top: 8px;
    }
    /* profile */
    img.profile-photo {
        width: 100%;
        max-width: 300px;
        border-radius: 12px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        margin: 20px auto;
        display: block;
    }
    /* customer */
     :root {
        --v-bg: #fefbf8;
        --v-ink: #2a2a2a;
        --v-muted: #5a4636;
        --v-surface: #fff2e5;
        --v-surface-2: #fefbf8;
        --v-border: #f0d8c8;
        --v-card: #fffdfb;
        --v-head: #7a3e00;
        --v-cta: #d16a00;
        --v-cta-hover: #b35700;
        --v-shadow: 0 4px 10px rgba(0, 0, 0, .05);
    }
    /* ▼ 縦並び（1カラム固定） */
    .voices {
        display: grid;
        gap: 30px;
        grid-template-columns: 1fr
    }
    .voice-card {
        background: var(--v-card);
        border: 1px solid var(--v-border);
        border-radius: 12px;
        padding: 24px;
        box-shadow: var(--v-shadow)
    }
    .voice-card h3 {
        margin: 0 0 10px;
        color: var(--v-head);
    }
    .voice-card p {
        margin: 0 0 12px
    }
    .voice-meta {
        color: var(--v-muted);
    }
}