
/* ==================================================
   Header
================================================== */
.header-nav .company .header-nav-item {
    border: 2px solid #21a4dc;
    border-radius: 25px;
}

/* sv */
.sv {
    position: relative;
    height: 60vh;
    margin: 80px 0 0;
    padding: 0;
    overflow: hidden;
    background-color: #f4f8f9;
}

/* 背景SVG的な画像 */
.sv img {
    position: absolute;
    top: -60px;
    left: -120px;
    width: 40%;
    max-width: none;
}

/* テキスト側 */
.sv .inner {
    display: flex;
    justify-content: flex-end;
    height: 100%;
}

.sv .text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 55%;
    padding-left: 100px;
}

/* 青帯 */
.sv .text p {
    margin-bottom: 12px;
    padding: 6px 14px;
    background-color: #22a2db;
    color: #ffffff;
    font-size: 2.4rem;
    line-height: 1.6;
    white-space: nowrap;
}

/* ----------------- レスポンシブ ----------------- */
/* タブレット用（1025px以下） */
@media (max-width: 1025px) {
    .sv {
        height: 35vh;
        margin: 60px 0 0;
    }

    .sv img {
        top: -40px;
        left: -80px;
        width: 50%;
    }

    .sv .text {
        position: relative;
        width: 75%;
        padding-left: 60px;
    }

    .sv .text p {
        padding: 5px 12px;
        font-size: 2rem;
        white-space: normal; /* 折り返す */
    }
}

/* スマホ用（767px以下） */
@media (max-width: 767px) {
    .sv {
        height: 60vh;
    }

    .sv img {
        top: -20px;
        left: -40px;
        width: 60%;
    }

    .sv .text {
        width: 85%;
        padding-left: 20px;
    }

    .sv .text p {
        padding: 4px 10px;
        font-size: 1.6rem;
        white-space: normal;
    }
}

/* ----------------- sec01 ----------------- */
.sec01 {
    margin-top: 200px;
    margin-bottom: 200px;
}

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

.sec01 .ttl {
    margin-bottom: 30px;
    color: #0065a1;
    font-size: 7rem;
    line-height: 1.5;
}

.sec01 h3 {
    margin-bottom: 30px;
    font-weight: bold;
    font-size: 3.1rem;
    line-height: 2;
    font-family: biz-udgothic, system-ui, sans-serif;
}

.sec01 p {
    font-weight: bold;
    font-size: 2.4rem;
    line-height: 2;
    font-family: biz-udgothic, system-ui, sans-serif;
}

.sec01 .ttl {
    font-size: 7rem;
    line-height: 1.5;
}

.sec01 h3 {
    font-size: 3.1rem;
    line-height: 2;
}

.sec01 p {
    font-size: 2.4rem;
    line-height: 2;
}


/* タブレット用（1025px以下） */
@media (max-width: 1025px) {
    .sec01 {
        margin-top: 150px;
        margin-bottom: 150px;
    }

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

    .sec01 .ttl {
        margin-bottom: 25px;
        font-size: 5rem;
        line-height: 1.4;
    }

    .sec01 h3 {
        margin-bottom: 25px;
        font-size: 2.5rem;
        line-height: 1.8;
    }

    .sec01 p {
        font-size: 2rem;
        line-height: 1.8;
    }
}

/* スマホ用（767px以下） */
@media (max-width: 767px) {
    .sv {
        margin: 40px 0 0;
    }

    .sec01 {
        margin-top: 100px;
        margin-bottom: 100px;
    }

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

    .sec01 .ttl {
        margin-bottom: 20px;
        font-size: 3.5rem;
        line-height: 1.3;
    }

    .sec01 h3 {
        margin-bottom: 20px;
        font-size: 1.8rem;
        line-height: 1.6;
    }

    .sec01 p {
        font-size: 1.6rem;
        line-height: 1.5;
    }
}

/* =========================
   sec02
========================= */
.sec02 {
    margin: 200px 0;
}

.sec02 .inner {
    margin: 0 auto;
    text-align: center;
}

/* ===== 見出し ===== */
.sec02 .ttl {
    margin-bottom: 60px;
    color: #0065a1;
    font-weight: bold;
    font-size: 4.8rem;
    font-family: biz-udgothic, system-ui, sans-serif;
}

/* ===== カード一覧 ===== */
.solution-list {
    display: flex;
    justify-content: space-between;

    gap: 24px;
}

/* カード共通 */
.solution-item {
    flex: 1;
    position: relative;
    padding: 80px 50px 40px; /* ← 少し詰める */
    border-radius: 20px;
    text-align: center;
}

/* 背景色 */
.solution-item.is-blue {
    background-color: #97cfe1;
}

.solution-item.is-yellow {
    background-color: #faf3b9;
}

/* No.（数字） */
.solution-item .num {
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    color: #ffffff;
    font-weight: 700;
    font-size: 16.1rem;
    line-height: 1;
    font-family: "century-gothic", sans-serif;

    pointer-events: none;
}

/* 見出し */
.solution-item h3 {
    position: relative;
    z-index: 1; /* ← No.の上に出す */
    margin-bottom: 65px;
    font-weight: bold;
    font-size: 2.7rem;
    font-family: "LiHei Pro";
}

/* テキスト */
.solution-item p {
    width: 103%;
    margin-bottom: 16px;
    font-size: 1.8rem;
    line-height: 1.8;
    font-family: biz-udgothic, system-ui, sans-serif;
}

/* =========================
   タブレット用（1025px以下）
========================= */
@media (max-width: 1025px) {
    .sec02 {
        margin: 150px 0;
    }

    .sec02 .ttl {
        margin-bottom: 50px;
        font-size: 3.8rem;
    }

    .solution-list {
        flex-wrap: wrap;

        gap: 20px;
    }

    .solution-item {
        flex: 48%;
        padding: 60px 30px 30px;
    }

    .solution-item .num {
        font-size: 10rem;
    }

    .solution-item h3 {
        margin-bottom: 40px;
        font-size: 2.2rem;
    }

    .solution-item p {
        margin-bottom: 12px;
        font-size: 1.6rem;
    }
}

@media (max-width: 767px) {
    .sec02 {
        margin: 100px 0;
    }

    .sec02 .ttl {
        margin-bottom: 40px;
        font-size: 2.6rem;
    }

    .solution-list {
        flex-direction: column;

        gap: 16px;
    }

    .solution-item {
        flex: 100%;
        padding: 40px 20px 25px;
    }

    .solution-item .num {
        font-size: 6rem;
    }

    .solution-item h3 {
        margin-bottom: 25px;
        font-size: 1.8rem;
    }

    .solution-item p {
        margin-bottom: 10px;
        font-size: 1.4rem;
    }
}

/* sec03 */
/* sec03 共通 */
.sec03 {
    margin: 200px 0;
}

.sec03 .inner {
    width: 90%;
    max-width: 1100px;
    margin: 0 auto;
    text-align: center;
}

.sec03 .ttl {
    margin-bottom: 20px;
    color: #4d6d90;
    font-size: 4.8rem;
    font-family: "LiHei Pro";
}

.sec03 .partner {
    display: inline-block;
    position: relative;
    margin-bottom: 80px;
    font-size: 3.1rem;
}

.sec03 .partner .change {
    font-size: 3.6rem;
    font-family: "athelas", serif;
}

.sec03 .partner .slash {
    position: absolute;
    top: 60%;
    width: 60px;
    height: 2px;
    background: #222222;
}

.sec03 .partner .left {
    left: -50px;
    transform: rotate(50deg);
}

.sec03 .partner .right {
    right: -50px;
    transform: rotate(-50deg);
}



.sec03 .graph-area {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    overflow-x: visible;
}

.sec03 .graph-frame {
    position: relative;
    width: 1100px;
    height: 483px;
    border-bottom: 2px solid #2f2e41;
    border-left: 2px solid #2f2e41;
}

.sec03 .graph-frame::before {
    opacity: .2;
    position: absolute;
    z-index: 0;
    background: repeating-linear-gradient(
    to top,
    #2f2e41 0,
    #2f2e41 1px,
    transparent 1px,
    transparent 96px
    );
    content: "";

    inset: 0;
}

.sec03 .y-axis {
    position: absolute;
    bottom: 0;
    left: -60px;
    width: 60px;
    height: 100%;
    font-size: 2.9rem;
}

.sec03 .y-axis li {
    position: absolute;
    bottom: calc(var(--y) * 1%);
    transform: translateY(50%);
    width: 100%;
    padding-right: 10px;
    text-align: right;
}

.sec03 .y-axis li::after {
    position: absolute;
    right: 0;
    bottom: 50%;
    width: 8px;
    height: 1px;
    background: #2f2e41;
    content: "";
}

.sec03 .bars {
    display: flex;
    align-items: flex-end;
    position: absolute;
    z-index: 1;
    margin-left: 100px;

    inset: 0;
    gap: 155px;
}

.sec03 .bars li {
    position: relative;
    width: 200px;
}

.sec03 .bars li::after {
    position: absolute;
    bottom: -12px;
    left: 50%;
    transform: translateX(-50%);
    width: 2px;
    height: 10px;
    background: #2f2e41;
    content: "";
}

.sec03 .bar {
    position: relative;
    width: 100%;
    height: 0;
    background: #22a2db;
}

.sec03 .value {
    position: absolute;
    top: 12px;
    left: 16px;
    color: #ffffff;
    font-size: 6rem;
}

.sec03 .arrow {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
    top: -105px;
    left: 50%;
    transform: translateX(-50%);

    pointer-events: none;
}

.sec03 .arrow .txt {
    margin-bottom: 12px;
    color: #22a2db;
    font-weight: bold;
    font-size: 3rem;
    white-space: nowrap;
}

.sec03 .arrow::before {
    display: block;
    width: 64px;
    height: 64px;
    background: linear-gradient(135deg, transparent 50%, #ebe73d 50%) left,
    linear-gradient(225deg, transparent 50%, #ebe73d 50%) right,
    linear-gradient(#ebe73d 0 0),
    linear-gradient(#ebe73d 0 0),
    linear-gradient(#ebe73d 0 0);
    background-position: 0 0, 32px 0, 6px 32px, 6px 42px, 6px 52px;
    background-size: 32px 32px, 32px 32px, 52px 8px, 52px 8px, 52px 8px;
    background-repeat: no-repeat;
    content: "";
}

.sec03 .labels {
    display: flex;
    justify-content: center;
    margin-top: 32px;

    gap: 120px;
}

.sec03 .labels li {
    font-size: 3.1rem;
    text-align: center;
}

/* =========================
   Tablet
========================= */
@media (max-width: 1025px) {
    .sec03 {
        margin: 150px 0;
    }

    .sec03 .inner {
        width: 95%;
    }

    .sec03 .ttl {
        font-size: 3.8rem;
    }

    .sec03 .partner {
        margin-bottom: 60px;
        font-size: 2.4rem;
    }

    .sec03 .partner .change {
        font-size: 2.8rem;
    }

    .sec03 .graph-frame {
        width: 680px;
        height: 350px;
    }

    .sec03 .graph-frame::before {
        background: repeating-linear-gradient(
        to top,
        #2f2e41 0,
        #2f2e41 1px,
        transparent 1px,
        transparent 70px
        );
    }

    .sec03 .bars {
        margin-left: 60px;

        gap: 80px;
    }

    .sec03 .value {
        top: 6px;
        left: 10px;
        font-size: 3rem;
    }

    .sec03 .arrow {
        top: -110px;
    }

    .sec03 .labels li {
        font-size: 2.4rem;
    }

    .sec03 .y-axis {
        left: -50px;
        font-size: 2rem;
    }

    .sec03 .labels {
        margin-left: 50px;

        gap: 60px;
    }
}

/* =========================
   Mobile
========================= */
@media (max-width: 767px) {
    .sec03 {
        margin: 100px 0;
    }

    .sec03 .inner {
        width: 100%;
    }

    .sec03 .ttl {
        font-size: 2.4rem;
    }

    .sec03 .partner {
        margin-bottom: 40px;
        font-size: 1.8rem;
    }

    .sec03 .partner .change {
        font-size: 2.2rem;
    }

    .sec03 .graph-frame {
        width: 300px;
        height: 200px;
    }

    .sec03 .graph-frame::before {
        background: repeating-linear-gradient(
        to top,
        #2f2e41 0,
        #2f2e41 1px,
        transparent 1px,
        transparent 40px
        );
    }

    .sec03 .bars {
        margin-left: 40px;

        gap: 40px;
    }

    .sec03 .value {
        top: 4px;
        left: 6px;
        font-size: 1.8rem;
    }

    .sec03 .arrow {
        top: -85px;
        left: -3%;
        transform: scale(.5);
    }

    .sec03 .labels {
        margin-top: 15px;
        margin-left: 20px;

        gap: 20px;
    }

    .sec03 .labels li {
        font-size: 1.2rem;
    }

    .sec03 .y-axis {
        left: -60px;
    }

    .sec03 .y-axis li {
        font-size: 1.2rem;
    }
}


/* =========================
   section
========================= */

.sec04 {
    margin: 200px 0;
    padding: 0;
    background: #f4f8f9;
}

.location-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

/* =========================
   item
========================= */

.location-item {
    border-bottom: 1px solid #b7b7b7;
}

.location-item:last-child {
    border-bottom: none;
}

.location-link {
    position: relative;
    display: flex;
    align-items: center;
    gap: 120px;
    padding: 80px 160px;
    text-decoration: none;
    color: inherit;
}

/* map */
.location-link iframe {
    flex-shrink: 0;
    width: 520px;
    height: 300px;
    border: none;
}

/* text */
.location-item h3 {
    margin-bottom: 16px;
    font-size: 3.1rem;
    color: #4d6d90;
}

.location-item p {
    margin-bottom: 6px;
    font-size: 2.1rem;
    line-height: 1.8;
    color: #222;
}

/* =========================
   circle svg
========================= */
.circle-map {
    position: absolute;
    top: 50%;
    right: 22%;
    width: 104px; 
    height: 104px;
    transform: translate(50%, -50%);
    pointer-events: none;
    opacity: 0;
    transition: opacity .3s ease;
}

.circle-map svg {
    width: 100%;
    height: 100%;
}

.circle-text {
    animation: circle-spin 15s linear infinite;
    transform-origin: 50% 50%;
}

.circle-map text {
    fill: #3fa9f5;
    font-size: 8.8px;
    font-weight: 700;
    letter-spacing: 0;
}

.circle-arrow {
    font-size: 34px !important;  
    font-weight: 900;
    fill: #222 !important;
}

@keyframes circle-spin {
    to {
        transform: rotate(360deg);
    }
}

@media (min-width: 1026px) {
    .location-link:hover .circle-map {
        opacity: 1;
    }
}

/* =========================
   tablet
========================= */

@media (max-width: 1025px) {
    .sec04 {
        margin: 150px 0;
    }

    .location-link {
        padding: 64px 80px;
        gap: 60px;
        flex-direction: column;
    }

    .circle-map {
        width: 80px;
        height: 80px;
    }

        .location-item h3 {
        font-size: 2.6rem;
    }

    .location-item p {
        font-size: 1.8rem;
        line-height: 1.7;
    }


}

/* =========================
   sp
========================= */

@media (max-width: 767px) {
    .sec04 {
        margin: 100px 0;
    }

    .location-link {
        gap: 40px;
        padding: 48px 24px;
    }

    .location-link iframe {
        width: 100%;
        height: 240px;
    }

    .circle-map {
        width: 64px;
        height: 64px;
        right: 50%;
        transform: translate(50%, -50%);
    }

    .circle-map text {
        font-size: 7px;
        letter-spacing: 1.5px;
    }
}

