@charset "UTF-8";

/*
 * page-about.php 専用スタイル
 */

:root {
    --page-about-accent: #000000;
    --page-about-accent-light: #000000;
    --page-about-bg: #f4f7fb;
    --page-about-text: #000000;
    --page-about-muted: #000000;
}

.wrapper.environment {
    background: #fff;
    color: var(--page-about-text);
}

.wrapper.environment section {
    position: relative;
}

/* --------------------------------------------------
   MV
-------------------------------------------------- */

#mv {
    padding: clamp(60px, 10vw, 120px) 0 clamp(40px, 7vw, 80px);
    background: var(--page-about-bg);
}

#mv .inner {
    width: min(1080px, 92%);
    margin: 0 auto;
    display: grid;
    gap: clamp(20px, 4vw, 32px);
}

#mv .ttl_row {
    display: flex;
    align-items: center;
    gap: clamp(12px, 2.5vw, 20px);
    font-size: clamp(14px, 2.4vw, 18px);
    font-weight: 600;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--page-about-accent);
}

#mv .ttl_row .ttl {
    display: block;
}

#mv h2 {
    font-size: clamp(32px, 5vw, 48px);
    line-height: 1.3;
    font-weight: 700;
    color: var(--page-about-text);
}

#mv .breadcrumb ul {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    font-size: 13px;
    color: var(--page-about-muted);
    list-style: none;
    padding: 0;
    margin: 0;
}

#mv .breadcrumb li {
    display: flex;
    align-items: center;
    gap: 8px;
}

#mv .breadcrumb li+li::before {
    content: "/";
    color: var(--page-about-muted);
}

#mv .breadcrumb a {
    color: inherit;
    text-decoration: none;
}

#mv .breadcrumb a:hover {
    color: var(--page-about-accent);
}

/* --------------------------------------------------
   OUR MESSAGE
-------------------------------------------------- */

.service_our {
    padding: clamp(60px, 8vw, 120px) 0;
}

.service_our_bg {
    background: linear-gradient(135deg, var(--page-about-accent), var(--page-about-accent-light));
    border-radius: 32px;
    padding: clamp(40px, 7vw, 72px);
    color: #fff;
    width: min(1080px, 92%);
    margin: 0 auto;
}

.service_ttl {
    width: 100%;
    order: 2;
}

.service_ttl h3 {
    font-size: clamp(26px, 4.5vw, 36px);
    line-height: 1.4;
    font-weight: 700;
    margin-bottom: 40px;
}

.service_ttl .txt_set {
    font-size: clamp(15px, 2.8vw, 16px);
    line-height: 1.9;
}

.service_ttl_en {
    font-size: 16px;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: #000000;
    font-family: "garamond-premier-pro", serif;
    font-weight: 400;
}

.service_ttl_en span {
    font-size: 30px;
    font-family: "garamond-premier-pro", serif;
    font-weight: 400;
    font-style: italic;
    padding-left: 10px;
}

.service_ttl_main {
    font-size: 30px;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: #000000;
    font-family: "garamond-premier-pro", serif;
    font-weight: 600;
}


@media (max-width: 640px) {
    .service_ttl_main {
        font-size: 22px;
        line-height: 1.5;
    }
}

/* --------------------------------------------------
   DELIVERY POINTS
-------------------------------------------------- */

.service_growth {
    background: #fafafa;
    padding: clamp(60px, 10vw, 120px) 0;
}

.service_ttl_row {
    width: min(1100px, 94%);
    margin: 0 auto;
    display: flex;
    gap: 1em;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-bottom: 50px;
    flex-direction: column;
    align-content: flex-start;
}

.service_growth .inner {
    width: min(1100px, 94%);
    margin: 0 auto;
    display: flex;
    gap: 1em;
    align-items: flex-start;
    flex-wrap: wrap;
}


.service_growth::after {
    content: "";
    position: absolute;
    top: 18%;
    right: clamp(-20px, -4vw, 0px);
    width: clamp(220px, 24vw, 200px);
    right: 0;
    height: clamp(220px, 24vw, 340px);
    opacity: 0.35;
    pointer-events: none;
    z-index: 0;
    background-image: url('../img/top/bg_img01.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
    transform: translateY(-70%) scaleX(-1);
}


.service_growth::before {
    content: "";
    position: absolute;
    bottom: clamp(10px, 3vw, 40px);
    left: clamp(-10px, -3vw, 10px);
    left: 0;
    width: clamp(200px, 22vw, 200px);
    height: clamp(200px, 22vw, 300px);
    opacity: 0.25;
    pointer-events: none;
    z-index: 0;
    background-image: url('../img/top/bg_img01.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left;
    transform: translateY(0);
}

@media (max-width: 640px) {
    .service_growth::after {
        top: 11%;
        right: -100px;
    }
}


.service_growth .inner {
    width: min(1100px, 94%);
    margin: 0 auto;
    display: flex;
    gap: 1em;
    align-items: flex-start;
    flex-wrap: wrap;
    position: relative;
    z-index: 1;
}

.service_ttl {
    /* margin-bottom: clamp(32px, 6vw, 48px); */
    /* display: grid; */
    /* gap: 12px; */
    width: 100%;
}


.service_ttl_en {
    font-size: 16px;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: #000000;
    font-family: "garamond-premier-pro", serif;
    font-weight: 400;
}

.service_ttl_en span {
    font-size: 30px;
    font-family: "garamond-premier-pro", serif;
    font-weight: 400;
    font-style: italic;
    padding-left: 10px;
}


.service_ttl ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 1em;
    margin-top: 50px;
    margin-bottom: 50px;
}

.service_ttl ul li {
    background: #fff;
    padding: 10px;
    border-radius: 0.5em;
    width: 48%;
    text-align: center;
}


.service_growth_point {
    display: grid;
    gap: clamp(28px, 5vw, 40px);
    width: 100%;
    order: 1;
}

@media (min-width: 960px) {
    .service_growth .inner {
        display: grid;
        grid-template-columns: 40% 60%;
        gap: clamp(32px, 5vw, 48px);
        gap: clamp(26px, 2vw, 30px);
        align-items: start;
    }

    .service_ttl {
        position: sticky;
        top: clamp(80px, 10vw, 120px);
        align-self: start;
    }

    .service_ttl {
        width: 100%;
        order: 1;
    }

}

.service_growth .case_list,
.service_growth .area_set {
    width: min(1100px, 94%);
    margin: 50px auto 0;
    z-index: 1;
    position: relative;
}



.service_growth .area_set ul.area_list {
    display: flex;
    flex-direction: row;
    margin-top: 10px;
    gap: 0.5em;
}


.service_growth .area_set ul.area_list li {
    width: 5em;
    padding: 5px;
    background: #d7d4ef;
    border-radius: 10em;
    text-align: center;
}


.service_growth_point_box {
    /* background: #fff; */
    border-radius: 5px;
    padding: clamp(16px, 2vw, 22px);
    /* box-shadow: 0 12px 40px rgba(15, 76, 129, 0.08); */
    /* display: grid; */
    gap: clamp(20px, 4vw, 28px);
    padding-top: 0;
}

.service_growth_point_ttl {
    display: flex;
    align-items: center;
    gap: clamp(16px, 3vw, 18px);
    font-size: clamp(18px, 3.2vw, 18px);
    line-height: 1.4;
    font-weight: 600;
}

.service_growth_point_ttl_num {
    flex: 0 0 clamp(44px, 8vw, 34px);
    height: clamp(44px, 8vw, 34px);
    border-radius: 50%;
    background: var(--page-about-accent);
    opacity: 0.22;
}

.service_growth_point_desc {
    display: grid;
    gap: clamp(18px, 3.5vw, 24px);
}

.service_growth_point_career {
    display: grid;
    gap: clamp(18px, 3vw, 24px);
    align-items: start;
}

.service_growth_point_career_img {
    border-radius: 5px;
    overflow: hidden;
}

.service_growth_point_career_img img {
    width: 100%;
    display: block;
}

.service_growth_point_career_txt {
    font-size: clamp(15px, 2.6vw, 18px);
    line-height: 1.9;
    color: var(--page-about-muted);
    text-align: justify;
}


/* --------------------------------------------------
   Case List Panel
-------------------------------------------------- */

.case_list_panel {
    width: 100%;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 16px 40px #dfdfdf;
    background: #f1f0f0;
}

.case_list_head {
    padding: clamp(16px, 3.5vw, 24px);
    text-align: left;
    /* background: #333; */
    color: #000;
    padding-bottom: 0;
    background: #f1f0f0;
}

.case_list_head h5 {
    margin: 0;
    /* color: #fff; */
    font-size: clamp(16px, 3.5vw, 18px);
    font-weight: 500;
    letter-spacing: 0.18em;
}

.case_list_body {
    /* background: #ffffff; */
    padding: clamp(20px, 4vw, 28px) clamp(18px, 4vw, 32px);
}

.case_list_items {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: clamp(12px, 3vw, 16px);
}

.case_list_item {
    display: grid;
    gap: clamp(5px, 2vw, 5px);
    padding-bottom: clamp(5px, 2vw, 5px);
    border-bottom: 1px solid #00000026;
    gap: 20px;
    display: grid;
    justify-content: start;
    justify-items: start;
    grid-template-columns: 300px auto;
    justify-content: start;
    align-items: center;
}

.case_list_item:last-child {
    border-bottom: none;
}

.case_list_label {
    /* font-weight: 600; */
    /* color: #333; */
    font-size: clamp(13px, 2.8vw, 15px);
    letter-spacing: 0.08em;
    display: inline-flex;
    align-items: center;
    gap: 0.8em;
}

.case_list_label::before {
    content: "\e5d6";
    font-family: "Font Awesome 6 Pro";
    /* color: #555; */
    font-weight: 700;
}

.case_list_desc {
    font-size: clamp(13px, 2.8vw, 15px);
    color: #000;
    line-height: 1.7;
    /* margin-bottom: 10px; */
}

@media (max-width: 640px) {
    .container {

        /* 1列に変更 → 縦並び */
    }

    .case_list_item {
        text-align: center;
        grid-template-columns: 1fr;
    }

    .case_list_label {
        /* justify-self: center; */
    }

    .case_list_desc {
        text-align: left;
    }
}

/* --------------------------------------------------
   CASE / VOICE
-------------------------------------------------- */

.service_voice {
    padding: clamp(60px, 9vw, 120px) 0 clamp(80px, 9vw, 140px);
}

.service_voice .qa_Area {
    width: min(1080px, 92%);
    margin: 0 auto;
}

.service_voice .qa_Box {
    background: #fff;
    border-radius: 24px;
    padding: clamp(28px, 6vw, 48px);
    box-shadow: 0 20px 40px rgba(31, 42, 55, 0.08);
    display: grid;
    gap: clamp(18px, 3vw, 24px);
}

.service_voice .title_dan_r {
    display: inline-flex;
    align-items: center;
    padding: 6px 16px;
    border-radius: 999px;
    background: var(--page-about-accent);
    color: #fff;
    font-size: 13px;
    letter-spacing: 0.12em;
}

.service_voice .case_img {
    width: 100%;
    border-radius: 18px;
    overflow: hidden;
}

.service_voice .case_img img,
.service_voice img.case_img {
    width: 100%;
    display: block;
}

.service_voice .voice_title {
    font-size: clamp(22px, 3.5vw, 28px);
    color: var(--page-about-text);
    font-weight: 700;
}

.service_voice .txt_q,
.service_voice .txt_a {
    font-size: clamp(15px, 2.6vw, 18px);
    line-height: 1.9;
    color: var(--page-about-muted);
}

.service_voice .txt_q span,
.service_voice .txt_a span {
    font-weight: 600;
    color: var(--page-about-accent);
}

/* --------------------------------------------------
   Utilities
-------------------------------------------------- */

._anm {
    transition: transform 0.6s ease, opacity 0.6s ease;
}

._anm._f-up {
    transform: translateY(12px);
    opacity: 0;
}

._anm._is-inview {
    transform: translateY(0);
    opacity: 1;
}

/* --------------------------------------------------
   Responsive tweaks
-------------------------------------------------- */

@media (max-width: 768px) {
    #mv {
        padding-top: 48px;
    }

    .service_our_bg {
        border-radius: 24px;
    }

    .service_growth_point_box {
        padding: 24px 20px;
    }

    .service_voice .qa_Box {
        padding: 24px;
    }
}

.service_reasons {
    padding: clamp(60px, 8vw, 120px) 0;
    background: var(--page-about-bg);
}

.service_reasons_inner {
    width: min(1120px, 92%);
    margin: 0 auto;
    display: grid;
    gap: clamp(32px, 10vw, 120px);
}

.service_reasons_header {
    display: grid;
    gap: clamp(12px, 2.5vw, 18px);
    margin-bottom: clamp(16px, 4vw, 32px);
}

.service_reasons_title {
    display: grid;
    gap: clamp(6px, 1.5vw, 10px);
}

.service_reasons_title .en {
    font-size: clamp(18px, 2.4vw, 30px);
    letter-spacing: 0.2em;
    color: #b0b0b0;
    font-weight: 400;
}

.service_reasons_title .ja {
    font-size: clamp(20px, 2.2vw, 26px);
    letter-spacing: 0.2em;
    color: #222;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    position: relative;
    padding-left: 72px;
}

.service_reasons_title .ja::before {
    content: "";
    width: 56px;
    height: 2px;
    background: #333;
    position: absolute;
    left: 0;
}

.service_reasons_lead {
    font-size: clamp(15px, 2.2vw, 18px);
    /* color: #4a5364; */
    line-height: 1.8;
    margin: 0;
}

@media (max-width: 640px) {
    .service_reasons_title .ja {
        padding-left: 60px;
    }

    .service_reasons_title .ja::before {
        width: 44px;
    }
}

.service_reason_card {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 2fr);
    gap: clamp(24px, 5vw, 48px);
    align-items: center;
    background: #fff;
    border-radius: 5px;
    padding: clamp(28px, 4vw, 40px);
    box-shadow: 0 18px 42px rgba(18, 64, 123, 0.08);
    overflow: visible;
}

.service_reason_card.is-reverse {
    grid-template-columns: minmax(0, 2fr) minmax(0, 0.9fr);
}

.service_reason_card.is-reverse .service_reason_media {
    order: 2;
}

.service_reason_card.is-reverse .service_reason_body {
    order: 1;
    text-align: left;
}

.service_reason_card.is-reverse .service_reason_gallery {
    order: 3;
}

.service_reason_media {
    border-radius: 5px;
    overflow: hidden;
    background: #eef1f9;
}

.service_reason_media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.service_reason_body {
    position: relative;
    display: grid;
    gap: clamp(16px, 3vw, 24px);
    padding-right: clamp(40px, 6vw, 60px);
    padding-left: clamp(16px, 3vw, 24px);
}

.service_reason_number {
    position: absolute;
    top: clamp(-36px, -6vw, -24px);
    right: clamp(-24px, -4vw, -12px);
    font-size: clamp(86px, 14vw, 140px);
    font-family: "garamond-premier-pro", serif;
    font-weight: 400;
    font-style: italic;
    color: rgba(129, 137, 255, 0.22);
    line-height: 1;
    top: -110px;
}

.service_reason_title {
    font-size: clamp(22px, 3vw, 28px);
    font-weight: 700;
    /* color: #273044; */
    margin: 0;
}

.service_reason_text {
    font-size: clamp(15px, 2.4vw, 17px);
    line-height: 1.9;
    /* color: #4d5565; */
    margin: 0;
}

@media (max-width: 980px) {

    .service_reason_card,
    .service_reason_card.is-reverse {
        grid-template-columns: 1fr;
        padding: clamp(22px, 6vw, 32px);
    }

    .service_reason_card.is-reverse .service_reason_media,
    .service_reason_card.is-reverse .service_reason_body {
        order: initial;
    }

    .service_reason_body {
        padding-right: clamp(24px, 6vw, 32px);
    }

    .service_reason_number {
        position: static;
        font-size: clamp(48px, 14vw, 72px);
        color: rgba(129, 137, 255, 0.3);
    }
}

@media (max-width: 640px) {
    .service_reason_title {
        font-size: clamp(20px, 6vw, 24px);
    }

    .service_reason_text {
        font-size: clamp(14px, 4vw, 16px);
    }
}

.service_reason_card.is-reverse .service_reason_body {
    order: 1;
    text-align: left;
    padding-left: clamp(40px, 6vw, 60px);
    padding-right: clamp(16px, 3vw, 24px);
}

.service_reason_gallery {
    margin-top: clamp(24px, 5vw, 36px);
    display: flex;
    flex-wrap: wrap;
    gap: clamp(12px, 3vw, 20px);
    grid-column: 1 / -1;
    width: 100%;
}

.service_reason_gallery_item {
    flex: 0 0 auto;
    width: 23%;
    display: grid;
    gap: clamp(8px, 2vw, 12px);
    text-align: center;
}

.service_reason_gallery_item img {
    width: 100%;
    /* height: clamp(160px, 20vw, 240px); */
    object-fit: cover;
    border-radius: 5px;
    box-shadow: 0 8px 24px rgba(15, 76, 129, 0.12);
}

.service_reason_gallery_item figcaption {
    font-size: clamp(12px, 2.4vw, 14px);
    line-height: 1.6;
    /* color: #4d5565; */
}

@media (max-width: 980px) {
    .service_reason_gallery {
        gap: clamp(10px, 4vw, 16px);
    }

    .service_reason_gallery_item {
        width: 50%;
    }
}

@media (max-width: 540px) {
    .service_reason_gallery_item {
        width: 100%;
    }

    .service_reason_gallery_item img {
        height: clamp(180px, 48vw, 280px);
    }
}

.service_reason_sustainability {
    margin-top: clamp(24px, 5vw, 36px);
    display: flex;
    flex-wrap: wrap;
    gap: clamp(12px, 3vw, 20px);
    grid-column: 1 / -1;
    width: 100%;
}


.service_reason_sustainability_header {
    display: grid;
    gap: clamp(8px, 2vw, 12px);
}

.service_reason_sustainability_en {
    font-size: clamp(12px, 2vw, 14px);
    letter-spacing: 0.25em;
    font-weight: 600;
    color: #77599c;
}

.service_reason_sustainability_title {
    font-size: clamp(18px, 3vw, 22px);
    font-weight: 700;
    /* color: #273044; */
    margin: 0;
}

.service_reason_sustainability_lead {
    font-size: clamp(14px, 2.6vw, 16px);
    line-height: 1.9;
    /* color: #4d5565; */
    margin: 0;
}

.service_reason_sustainability .waste-cards-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: clamp(16px, 3vw, 24px);
    margin-top: 15px;
}

.service_reason_sustainability .waste-card {
    background: #ffffff;
    border-radius: 5px;
    padding: clamp(12px, 2.2vw, 5px);
    display: flex;
    gap: clamp(8px, 1.8vw, 12px);
    /* box-shadow: 0 12px 30px rgba(15, 76, 129, 0.08); */
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.service_reason_sustainability .waste-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 40px rgba(15, 76, 129, 0.12);
}

.service_reason_sustainability .waste-title {
    font-size: clamp(13px, 2.2vw, 15px);
    font-weight: 700;
    /* color: #22324c; */
    margin: 0;
    line-height: 1.8;
    text-align: center;
    /* min-height: clamp(40px, 6vw, 60px); */
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #ddd;
}

.service_reason_sustainability .waste-separator {
    width: 100%;
    height: 1px;
    background: rgba(15, 76, 129, 0.15);
}

.service_reason_sustainability .waste-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 5px;
}

.service_reason_sustainability .waste-icon img {
    width: clamp(52px, 8vw, 64px);
    height: clamp(52px, 8vw, 64px);
}

.service_reason_sustainability .waste-process-list {
    list-style: none;
    padding: 0;
    /* margin: 0; */
    /* display: grid; */
    gap: clamp(2px, 1.1vw, 2px);
}

.service_reason_sustainability .waste-process-list li {
    font-size: clamp(12px, 2.2vw, 14px);
    /* color: #4d5565; */
    line-height: 1.6;
    padding-left: clamp(16px, 3vw, 20px);
    position: relative;
    text-align: left;
}

.service_reason_sustainability .waste-process-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.6em;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #af9bc8;
}

@media (max-width: 1180px) {
    .service_reason_sustainability .waste-cards-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

@media (max-width: 980px) {
    .service_reason_sustainability {
        padding: clamp(16px, 6vw, 24px);
    }

    .service_reason_sustainability .waste-cards-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 720px) {
    .service_reason_sustainability .waste-cards-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    .service_reason_sustainability {
        gap: clamp(20px, 8vw, 28px);
        padding: clamp(5px, 3vw, 10px);
    }

    .service_reason_sustainability .waste-cards-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

.service_work {
    padding: clamp(60px, 10vw, 120px) 0;
    background: #ffffff;
}

.service_work_inner {
    width: min(1120px, 92%);
    margin: 0 auto;
    display: grid;
    gap: clamp(32px, 6vw, 48px);
}

@media (min-width: 960px) {
    .service_work_inner {
        grid-template-columns: 1fr;
    }
}

.service_work_card {
    /* --service-work-accent: #5474d7; */
    /* --service-work-accent-soft: rgba(84, 116, 215, 0.12); */
    background: #f7f7f7;
    border-radius: 5px;
    padding: clamp(28px, 4vw, 40px);
    /* box-shadow: 0 24px 50px rgba(70, 94, 189, 0.08); */
    position: relative;
    /* overflow: hidden; */
    display: block;
}

.service_work_card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(84, 116, 215, 0.1), rgba(84, 116, 215, 0));
    opacity: 0.9;
    pointer-events: none;
}

.service_work_card>* {
    position: relative;
    z-index: 1;
}

.service_work_card.is-general {
    /* --service-work-accent: #d7d7d7; */
    /* --service-work-accent-soft: rgb(169 169 169 / 12%); */
    box-shadow: 0 24px 50px rgb(239 239 239 / 8%);
}

.service_work_card_layout {
    display: grid;
    gap: clamp(24px, 4vw, 32px);
}

@media (min-width: 768px) {
    .service_work_card_layout {
        grid-template-columns: minmax(0, 1fr) minmax(260px, 0.95fr);
        align-items: start;
    }

    .service_work_card.is-general .service_work_card_content {
        order: 2;
    }

    .service_work_card.is-general .service_work_card_media {
        order: 1;
    }
}

@media (min-width: 960px) {
    .service_work_card.is-general .service_work_card_layout {
        grid-template-columns: minmax(260px, 0.95fr) minmax(0, 1fr);
    }
}

.service_work_card_content {
    display: grid;
    gap: clamp(18px, 3vw, 24px);
}

.service_work_card_title {
    margin: 0;
    font-size: clamp(26px, 4vw, 35px);
    font-weight: 700;
    line-height: 1.4;
    /* color: var(--service-work-accent); */
    position: relative;
    /* top: -65px; */
}

.service_work_card_text {
    margin: 0;
    font-size: clamp(15px, 2.4vw, 16px);
    line-height: 1.9;
    /* color: #4a4f63; */
}



.service_work_group {
    display: grid;
    gap: clamp(12px, 2.5vw, 18px);
}

.service_work_heading {
    margin: 0;
    font-size: clamp(15px, 2.6vw, 17px);
    font-weight: 700;
    letter-spacing: 0.18em;
    /* color: var(--service-work-accent); */
}

.service_work_badges {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 12px;
}

.service_work_badges {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.service_work_badges li {
    background: var(--service-work-accent-soft);
    /* color: #2b3358; */
    font-size: clamp(13px, 2.4vw, 15px);
    /* font-weight: 600; */
    border-radius: 5px;
    padding: 10px 16px;
    text-align: center;
    background: #fff;
}

.service_work_card_media {
    display: block;
}

.service_work_card_image {
    /* border-radius: clamp(18px, 3vw, 24px); */
    border-radius: 5px;
    overflow: hidden;
    /* background: #eef1fb; */
    /* box-shadow: 0 20px 42px rgba(84, 116, 215, 0.12); */
    aspect-ratio: 5 / 3.4;
    position: relative;
}

.service_work_card_image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.02);
}

@media (max-width: 767px) {
    .service_work_card::before {
        background: linear-gradient(180deg, rgba(84, 116, 215, 0.08), rgba(84, 116, 215, 0));
    }

    .service_work_card_media {
        order: 1;
    }
}

.service_reason_card.is-reverse .service_reason_number {
    left: clamp(-24px, -4vw, -12px);
    right: auto;
}

@media (max-width: 640px) {
    .service_reason_card.is-reverse .service_reason_body {
        order: 1;
        text-align: left;
        padding-left: 0;
        padding-right: 0;
    }
}

.area_set {
    margin-top: 40px;
    /* display: none; */
}

.area_set .p-title-txt {
    /* margin-top: 30px; */
}

.area_set ul.area_list {
    display: flex;
    flex-direction: row;
    margin-top: 10px;
    margin-bottom: 10px;
    gap: 0.5em;
    flex-wrap: wrap;
}


.area_set ul.area_list li {
    width: 5em;
    padding: 5px;
    background: #d7d4ef;
    border-radius: 10em;
    text-align: center;
}

.area_set ul.area_list li.area_list_label {
    width: auto;
    min-width: 5em;
    background: transparent;
    border-radius: 0;
    text-align: left;
    padding: 5px 0.5em 5px 0;
    flex-shrink: 0;
}

@media (max-width: 640px) {
    .area_set ul.area_list {
        align-items: flex-start;
        width: calc(100% - 90px);
    }

    .area_set ul.area_list li.area_list_label {
        flex-basis: 5em;
        min-width: 5em;
    }

    .area_set ul.area_list li.i_mei {
        flex: 0 0 auto;
    }
}



.area_box {
    display: flex;
    align-items: center;
    margin: 15px 0;
    gap: 1em;
}

.area_box .area_list_label {
    width: 10em;
    width: 100px;
}

ul.area_list {
    display: flex;
    flex-direction: row;
    /* margin-top: 10px; */
    /* margin-bottom: 30px; */
    gap: 0.5em;
    flex-wrap: wrap;
    align-items: flex-start;
    width: calc(100% - 100px);
}

ul.area_list .area_list_label {
    display: inline-block;
    min-width: 6em;
    flex-shrink: 0;
    padding-right: 0.5em;
    line-height: 1.8;
    white-space: nowrap;
}

ul.area_list li {
    width: 5em;
    padding: 5px;
    background: #d7d4ef;
    border-radius: 10em;
    text-align: center;
    flex-shrink: 0;
}

@media (max-width: 640px) {

    .area_box {
        display: flex;
        align-items: center;
        margin: 15px 0;
        flex-direction: row;
        flex-wrap: nowrap;
        gap: 5px;
    }



    ul.area_list {
        align-items: flex-start;
        /* padding-left: 6em; */
    }

    ul.area_list .area_list_label {
        min-width: 6em;
        flex-basis: 6em;
        flex-shrink: 0;
    }

    ul.area_list li {
        /* width: calc(50% - 3em - 0.25em); */
        min-width: 5em;
    }
}

/* ========== カードグリッド（2カラム） ========== */
.at-cards-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: clamp(20px, 3vw, 30px);
    width: 100%;
    margin-top: clamp(30px, 4vw, 40px);
    margin-bottom: clamp(20px, 3vw, 30px);
}

.at-card-item {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    padding: clamp(20px, 3vw, 30px);
    display: flex;
    flex-direction: column;
    gap: clamp(16px, 2vw, 20px);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    transition: box-shadow 0.3s ease, transform 0.2s ease;
}

.at-card-item:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transform: translateY(-2px);
}

.at-card-item__text {
    margin: 0;
    font-size: clamp(14px, 1.6vw, 16px);
    color: #1f2937;
    line-height: 1.7;
    flex: 1;
}

.at-card-item__text strong {
    color: #7d5da5;
    font-weight: 600;
}

.at-card-item__btn {
    display: inline-block;
    padding: clamp(10px, 1.5vw, 12px) clamp(24px, 3vw, 32px);
    background: #7d5da5;
    color: #fff;
    text-decoration: none;
    border-radius: 6px;
    font-size: clamp(14px, 1.6vw, 16px);
    font-weight: 600;
    text-align: center;
    transition: background 0.3s ease, transform 0.2s ease;
    box-shadow: 0 2px 4px rgba(125, 93, 165, 0.2);
    align-self: flex-start;
}

.at-card-item__btn:hover {
    background: #6c4a8f;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(125, 93, 165, 0.3);
    color: #fff;
}

@media (max-width: 768px) {
    .at-cards-grid {
        grid-template-columns: 1fr;
        gap: clamp(16px, 3vw, 24px);
    }
}