/* =====FV===== */
.fv {
    position: relative;
    min-height: fit-content;
    background-size: cover;
    background-position: bottom;
    overflow: hidden;
}

.fv__inner {
    /* position: relative; */
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
    padding: 120px 20px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    min-height: 600px;
}

/* 左テキスト */
.fv__content {
    max-width: 900px;
    color: #fff;
}

.fv__title {
    font-size: var(--page-h1);
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 24px;
}

.fv__sub_title {
    font-size: var(--page-h4);
}

.fv__text {
    font-size: var(--page-normal-txt);
    line-height: 1.9;
    max-width: 520px;
}

/* 右下お知らせ */
.fv__news {
    position: absolute;
    right: 0;
    bottom: 0;
}

.news-sub-ttl {
    font-size: var(--page-min-txt);
    color: #333;
}

.news-box {
    background: #fff;
    color: #000;
    padding: 30px;
    display: flex;
    align-items: center;
    gap: 16px;
    min-width: 500px;
    justify-content: space-between;
}

.news-content {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.news-date {
    font-size: var(--page-normal-txt);
    color: #0071C1;
    white-space: nowrap;
    position: relative;
}

.news-date::before {
    position: absolute;
    content: "";
    width: 50px;
    height: 1px;
    background-color: #333;
    bottom: -8px;
    left: 0;
}


.news-title {
    font-size: var(--page-sub-ttl);
    flex: 1;
    margin: auto 0;
}

.news-link {
    text-decoration: none;
    color: #333;
    transition: 0.3s;
}

.news-link:hover {
    color: #0071C1;
}

.circle-arrow {
    width: 48px;
    height: 48px;
    border: 1px solid #333;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: all 0.3s ease;
}

/* 矢印 */
.circle-arrow span {
    position: relative;
    width: 12px;
    height: 1px;
    background: #333;
}

.circle-arrow span::before,
.circle-arrow span::after {
    content: "";
    position: absolute;
    right: 0;
    width: 6px;
    height: 1px;
    background: #333;
}

.circle-arrow span::before {
    transform: rotate(45deg);
    top: -2px;
}

.circle-arrow span::after {
    transform: rotate(-45deg);
    top: 2px;
}

/* hover（任意） */
.news-link:hover .circle-arrow {
    background: #0071C1;
}

.news-link:hover .circle-arrow span,
.news-link:hover .circle-arrow span::before,
.news-link:hover .circle-arrow span::after {
    background: #fff;
}

/* =====PageContent===== */
.page-content {
    margin: auto;
    margin-top: 0;
    width: 100%;
    padding-bottom: 50px;
}

.top_about {
    padding: 80px 0 180px;
    background: #fff;
    width: 100%;
    display: flex;
}

.top_about__inner {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 60px;
}

.top_about__text {
    flex: 1;
}

.top_title {
    font-size: var(--page-h2);
    font-weight: 500;
    margin-bottom: 24px;
}

.top_about__description {
    font-size: var(--page-normal-txt);
    line-height: 1.8;
    margin-bottom: 16px;
}

.top_about__button {
    display: inline-block;
    margin-top: 24px;
    padding: 14px 32px;
    background: #0074c8;
    color: #fff;
    border-radius: 999px;
    text-decoration: none;
    font-weight: 600;
}

.top_about__button:hover {
    background: #005ea0;
    color: #fff;
}

.top_about__images {
    position: relative;
    flex: 1;
}

.top_about__image {
    border-radius: 16px;
    overflow: hidden;
}

.top_about__image img {
    width: 100%;
    height: auto;
    display: block;
}

.top_about__image--family {
    max-width: 420px;
    width: 100%;
}

.top_about__image--senior {
    position: absolute;
    right: -350px;
    bottom: -50px;
    max-width: 420px;
    width: 100%;
}

.top_about__image--family img,
.top_about__image--senior img {
    aspect-ratio: 3/2;
    object-fit: cover;
}

/* news */
.news {
    background: #fff;
    padding: 120px 0;
    display: flex;
}

.news-inner {
    max-width: 1000px;
    margin: 0 auto;
    padding: 50px 0;
    width: 100%;
}

/* 繝ｬ繧､繧｢繧ｦ繝� */
.news-wrap {
    display: grid;
    grid-template-columns: 200px 1fr;
}

/* 蟾ｦ�壹き繝�ざ繝ｪ */
.news-category {
    list-style: none;
    padding: 0;
    margin: 0;
}

.news-category li {
    position: relative;
    padding-left: 32px;
    font-size: var(--page-normal-txt);
    cursor: pointer;
    margin-bottom: 20px;
}

/* 螟門�縺ｮ荳ｸ�亥ｸｸ縺ｫ陦ｨ遉ｺ�� */
.news-category li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 18px;
    height: 18px;
    border: 2px solid #d9d9d9;
    border-radius: 50%;
    transform: translateY(-50%);
}

/* 蜀��縺ｮ荳ｸ�磯壼ｸｸ縺ｯ縲梧棧縺�縺代搾ｼ� */
.news-category li::after {
    content: "";
    position: absolute;
    left: 5px;
    top: 50%;
    width: 8px;
    height: 8px;
    border: 2px solid #d9d9d9;
    /* 竊� 縺薙％縺後�繧､繝ｳ繝� */
    border-radius: 50%;
    transform: translateY(-50%);
    background: transparent;
}

/* 繧｢繧ｯ繝�ぅ繝匁凾 */
.news-category li.is-active {
    color: #0074c8;
}

/* 螟門�繧定ｵ､縺ｫ */
.news-category li.is-active::before {
    border-color: #0074c8;
}

/* 蜀��繧偵悟｡励ｊ縺､縺ｶ縺励阪↓螟画峩 */
.news-category li.is-active::after {
    background: #0074c8;
    border-color: #0074c8;
}

/* 蜿ｳ�壹ル繝･繝ｼ繧ｹ荳隕ｧ */
.news-list {
    display: flex;
    flex-direction: column;
}

.news-item a {
    display: flex;
    align-items: center;
    padding: 32px 24px;
    border-top: 1px solid #333;
    text-decoration: none;
    flex-wrap: wrap;
    row-gap: 10px;
    transition: 0.3s;
}

.news-item a:hover {
    padding-left: 35px;
}

.news-item:last-of-type {
    border-bottom: 1px solid #333;
}

.news-item time {
    font-size: var(--page-normal-txt);
    color: #333;
    margin-right: 20px;
}

/* 繝ｩ繝吶Ν */
.news-label {
    background: #0074c8;
    color: #fff;
    font-size: 13px;
    padding: 4px 10px;
    border-radius: 7px;
    white-space: nowrap;
    margin-right: 30px;
}

/* 繝�く繧ｹ繝� */
.news-text {
    font-size: var(--page-normal-txt);
    margin: 0;
    color: #000;
}

/* 遏｢蜊ｰ */
.news-arrow {
    width: 24px;
    height: 24px;
    border: 1px solid #0074c8;
    color: #0074c8;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    font-size: var(--page-min-txt);
}

/* 隧ｳ縺励￥隕九ｋ */
.news-more {
    align-items: center;
    align-self: flex-end;
    margin-top: 32px;
    padding: 12px 40px;
    background: #0074c8;
    color: #fff;
    text-decoration: none;
    border-radius: 50rem;
    font-size: var(--page-normal-txt);
    transition: 0.3s;
}

.news-more:hover {
    background: #005ea0;
    color: #fff;
}

/* 繧ｵ繝ｼ繝薙せ */
.top_service {
    padding: 100px 0;
    background: #f4f9fd;
    width: 100%;
    height: auto;
    position: relative;
}

.top_service::after {
    position: absolute;
    width: 500px;
    height: 100%;
    right: 0;
    top: 0;
    background: #f4f9fd;

}

.top_service__inner {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 20px;
}

.top_service__header {
    margin: auto;
    margin-bottom: 80px;
}

.top_service__title,
.top_map__title {
    font-size: var(--page-h2);
    font-weight: normal;
    margin-bottom: 24px;
}

.top_service__lead {
    font-size: var(--page-normal-txt);
    line-height: 1.8;
}

.top_service__item {
    display: flex;
    align-items: flex-start;
    gap: 60px;
    margin-bottom: 120px;
    max-width: 1000px;
    margin: 30px auto 50px;
    justify-content: left;
}

.top_service__item.rt {
    flex-direction: row;
}

.top_service__item.lt {
    flex-direction: row-reverse;
}

.top_service__text {
    flex: 1;
    max-width: 500px;
}

.top_service__item_title {
    font-size: var(--page-h3);
    font-weight: normal;
    margin-bottom: 30px;
    position: relative;
}

.top_service__item_title::before {
    position: absolute;
    content: "";
    width: 50px;
    height: 2px;
    background-color: #333;
    bottom: -15px;
    left: 0;
}

.top_service__item_title span {
    color: #0071C1;
    font-weight: normal;
    font-size: var(--page-h3);
}

.top_service__text p {
    line-height: 1.8;
    margin-bottom: 16px;
}

.top_service__button {
    display: inline-block;
    margin-top: 24px;
    padding: 14px 32px;
    background: #0074c8;
    color: #fff;
    border-radius: 999px;
    text-decoration: none;
    font-weight: 600;
}

.top_service__button:hover {
    color: #fff;
    background: #005ea0;
}

.top_service__image {
    flex: 1;
    border-radius: 16px;
    overflow: hidden;
    max-width: 300px;
}

.top_service__image img {
    width: 100%;
    height: auto;
    display: block;
    aspect-ratio: 1/1;
    object-fit: cover;
}

.top_service__item.rt .top_service__image img {
    border-radius: 10px 30px 30px 30px;
}

.top_service__item.lt .top_service__image img {
    border-radius: 30px 10px 30px 30px;
}

.top_contact {
    display: flex;
}

.contact_card {
    position: relative;
    width: 100%;
    max-width: 900px;
    min-height: 350px;
    margin: 50px auto;
    padding: 0 20px;
    display: flex;
}

.contact_overlay {
    inset: 0;
    padding: 40px 48px;

    background: rgba(245, 249, 252, 1);
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 50%;
    border-radius: 25px 0 0 25px;
}

.contact_img {
    width: 50%;
    height: 100%;
    border-radius: 0 25px 25px 0;
    position: relative;
}

.contact_img::after {
    content: "";
    position: absolute;
    top: 0;
    left: -2%;
    width: 102%;
    height: 100%;
    border-radius: 0 25px 25px 0;
    background: linear-gradient(to right, rgba(245, 249, 252, 1) 0%, rgba(245, 249, 252, 0.92) 10%, rgba(255, 255, 255, 0.3) 100%);
}

.contact_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0 25px 25px 0;
}

.contact_title {
    font-size: var(--page-h2);
    font-weight: normal;
    margin: 0;
    color: #333;
}

.contact_line {
    width: 40px;
    height: 2px;
    background: #333;
    margin: 12px 0 20px;
}

.contact_text {
    font-size: var(--page-normal-txt);
    line-height: 1.8;
    color: #555;
    margin-bottom: 24px;
}

.contact_button {
    display: inline-block;
    width: fit-content;
    padding: 12px 28px;
    border-radius: 999px;
    background: #0a6fbf;
    color: #fff;
    font-size: var(--page-normal-txt);
    font-weight: 500;
    text-decoration: none;
}

.contact_button:hover {
    /* opacity: 0.85; */
    color: #fff;
    background-color: #005ea0;
}

.map_container {
    width: 100%;
    display: flex;
    justify-content: center;
}

.map_box {
    width: 100%;
    max-width: 1000px;
    display: flex;
    flex-direction: column;
    row-gap: 0;
    margin: auto;
    padding: 0 20px;
}

.map_box iframe {
    width: 100%;
}

.pc-none {
    display: none;
}

@media(max-width:1100px) {
    .top_about {
        padding-bottom: 200px;
    }

    .top_about__image--senior {
        position: absolute;
        right: -50px;
        bottom: -150px;
        max-width: 300px;
    }

    .top_service__item {
        gap: 20px;
    }

}

@media (max-width:500px) {
    .pc-none {
        display: block;
    }

    .sp-none {
        display: none;
    }

    .fv__inner {
        min-height: 100vh;
    }

    .news-box {
        min-width: 90vw;
        margin-left: 20px;
        padding: 20px;
    }

    .news-content {
        max-width: 250px;
    }

    .circle-arrow {
        width: 30px;
        height: 30px;
    }

    .circle-arrow span {
        width: 10px;
    }

    .top_about__inner {
        flex-direction: column-reverse;
        gap: 30px;
    }

    .top_about__image--senior {
        display: none;
    }

    .top_about {
        padding-bottom: 50px;
    }

    .news-wrap {
        display: flex;
        flex-direction: column;
    }

    .news-category {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
    }

    .news-category li {
        width: fit-content;
        padding-left: 20px;
    }

    .news-item a {
        padding: 20px 10px;
    }

    .top_service__item.rt,
    .top_service__item.lt {
        flex-direction: column-reverse;
    }

    .top_service__image {
        max-width: max-content;
    }

    .top_service__image img {
        aspect-ratio: 3/2;
    }

    .top_service__item_title {
        margin-top: 0;
    }

    .contact_card {
        flex-direction: column-reverse;
    }

    .contact_overlay,
    .contact_img,
    .contact_img img {
        width: 100%;
        border-radius: 0;
    }

    .contact_overlay {
        border-radius: 0 0 20px 20px;
        padding: 30px 20px;
    }

    .contact_img,
    .contact_img img {
        border-radius: 20px 20px 0 0;
    }

    .contact_img::after {
        border-radius: 20px 20px 0 0;
        left: 0;
        width: 100%;
        background: none;
    }

    .news-text {
        width: 100%;
    }
}