.services {
    padding-top: 120px;
    padding-bottom: 120px;
}

/* ======= Wide Panels ======= */
.services .panel {
    background: #fff;
    border-radius: 16px;
    padding: 30px 16px 50px;
    margin-top: 3rem;
    /* box-shadow: 0 8px 24px rgb(56 56 56 / 6%); */
}

/* .panel:hover {
  transform: translateY(-4px);
} */

.services .panel+.services .panel {
    margin-top: 50px;
}

.services .panel__number {
    font-size: 65px;
    color: #000;
    opacity: .3;
    text-align: center;
    font-weight: 300;
}

.services .panel__sub-title {
    text-align: center;
    font-weight: 400;
}

.services .panel__media {
    padding: 50px 0 42px;
}

.services .panel__media img {
    /* max-width: 900px; */
    max-width: 784px;
    margin: 0 auto;
    width: 100%;
    height: auto;
}

.services .panel__cta {
    display: flex;
    justify-content: center;
    margin-top: 28px;
}

@media (min-width: 500px) {
    .services .panel {
        padding: 50px;
    }
}

.services .anchor-target {
    scroll-margin-top: 100px;
}

.services .panel_content_box {
    padding: 3rem 4.7rem 0;
}

.services .panel_content {
    display: grid;
    /* grid-template-columns: 0.8fr 1.2fr; */
    grid-template-columns: 0.91fr 1.2fr;
    gap: 2rem;
    /* margin-bottom: 2.5rem; */
}

.services .panel_content_text {
    align-content: center;
}

.services .panel_content_img {

}

@media (max-width: 991px) {
    .services .panel_content_box {
        padding: 3rem 2.7rem 0;
    }
}

@media (max-width: 590px) {
    .services {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

@media (max-width: 500px) {
    .services .panel_content{
        grid-template-columns: 1fr;
    }

    .services .panel_content_box {
        padding: 3rem 0 0;
    }

    .services .panel_content_text {
        /* padding: 0 1rem; */
        margin: 0 auto;
    }

    .services .panel_content_img {
        display: flex;
        justify-content: center;
        margin-top: 1rem;
    }

    .services .panel_content_img img {
        width: 276px !important;
    }
}

/* Cases */
.services .cards {
    display: grid;
    gap: 28px;
}

.services .cards--cases {
    grid-template-columns: 1fr;
    margin-top: 49px;
}

@media (min-width: 501px) {
    .services .cards--cases {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 1024px) {
    .services .cards--cases {
        grid-template-columns: repeat(3, 1fr);
    }
}

.services .case {
    background: #fff;
    border: 1px solid var(--border);
    border-radius: 12px;
    /* box-shadow: 0 1px 2px rgba(0, 0, 0, .05); */
    padding: 30px 24px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.services .case__head {
    /* padding: 0 0 30px; */
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}

.services .case__icons {
    display: flex;
    gap: 6px;
    justify-content: center;
}

.services .case__icons img {
    height: 50px;
    width: auto;
}

.services .icon-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
}

.services .icon-box {
    display: flex;
    justify-content: center;
}

.services .icon-img {
    width: 45%;
    max-width: 100%;
    height: auto;
    display: block;
}

.services .card-title {
    font-size: 1.35rem;
    font-weight: 500;
    margin-bottom: 0.75rem;
}

.services .card-desc {
    /* text-align: left; */
    font-size: 15px;
    margin-bottom: 2rem;
}

.services .feature-title {
    font-size: 15px;
    margin-bottom: 0.5rem;
}

.services .feature-list {
    font-size: 15px;
    list-style: none;
    padding: 0;
    margin-bottom: 1.5rem;
}

.services .check-icon-svg {
    flex-shrink: 0;
    margin-right: 0.5rem;
}

.services .svc_btn_box {
    gap: 12px;
    display: flex;
    flex-direction: column;
}

.services .svc_btn {
    display: block;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    padding: 7px 14px;
    font-weight: 500;
    background: #fff;
    color: var(--brand);
    border: 1px solid var(--brand);
    gap: 16px;
    line-height: 1.4;
    transition: transform .2s;
}

.services .svc_btn:hover {
    /* background: #f9fafb;
    color: var(--brand); */
    transform: scale(1.05);
    background: var(--brand);
    color: #fff;
}

@media (max-width: 1046px) {
    .services .card-desc br {
        display: none;
    }
}

/* アンカー移動 ＋ 枠線強調 */
.services-map-wrapper {
    position: relative;
}

.map-link {
    position: absolute;
    display: block;
    z-index: 10;
    cursor: pointer;
}

.link-1 {
    top: 9%;
    left: 14%;
    width: 2.8%;
    height: 7.2%;
}

.link-2 {
    top: 48.5%;
    left: 21.3%;
    width: 3%;
    height: 7.2%;
}

.link-3 {
    top: 72%;
    left: 14.5%;
    width: 2.7%;
    height: 7.3%;
}

.link-4 {
    top: 81%;
    left: 17.9%;
    width: 2.7%;
    height: 7.2%;
}

.link-5 {
    top: 14%;
    left: 85%;
    width: 2.7%;
    height: 7.2%;
}

.link-6 {
    top: 48.5%;
    left: 73.4%;
    width: 3%;
    height: 7.2%;
}

.link-7 {
    top: 66%;
    left: 36.4%;
    width: 3%;
    height: 7%;
}

.link-8 {
    top: 66%;
    left: 82.62%;
    width: 3%;
    height: 7%;
}

.solution-card {
    transition: .3s;
}

.solution-card.active-highlight {
    border: 4px solid #b41d23;
    box-shadow: 0 0 20px rgba(180, 29, 35, .3);
}