@charset "UTF-8";

:root {
    --main_color: #1bb8ce;
    --sub_color: #91d000;
    --base_color: #f8fafc;
    --text_color: #333333;
    --note_color: #666666;
    --line_color: #d9e4ea;
    --brown_color: #75665d;
    --header_height: 100px;
}

html {
    scroll-behavior: smooth;
}

body {
    padding-top: var(--header_height);
}

body.admin-bar {
    padding-top: calc(var(--header_height) + 32px);
}

.container01 {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 50px;
}

.container02 {
    width: 100%;
    max-width: 1020px;
    margin: 0 auto;
    padding: 0 50px;
}

#main {
    overflow: hidden;
    background: #ffffff;
}

.section_block,
.page_block {
    padding: 80px 0;
}

.section_title {
    margin-bottom: 32px;
    color: var(--text_color);
    font-size: 28px;
    line-height: 1.5;
    text-align: center;
}

.sub_title {
    margin-bottom: 12px;
    color: var(--main_color);
    font-weight: 700;
}

.text_note,
.post_date,
.last_checked {
    color: var(--note_color);
    font-size: 14px;
}

/* ヘッダー */

#header {
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    width: 100%;
    height: var(--header_height);
    background: #ffffff;
    box-shadow: 0 2px 12px rgba(51, 51, 51, 0.06);
}

.admin-bar #header {
    top: 32px;
}

@media screen and (max-width: 782px) {
    body.admin-bar {
        padding-top: calc(var(--header_height) + 46px);
    }

    .admin-bar #header {
        top: 46px;
    }
}

.header_bg,
#header header {
    height: 100%;
    padding-top: 0;
    padding-bottom: 0;
}

.header_inner {
    display: flex;
    width: 100%;
    max-width: 2000px;
    height: var(--header_height);
    min-height: var(--header_height);
    padding-top: 0;
    padding-bottom: 0;
    align-items: center;
    justify-content: space-between;
}

.site_logo,
.footer_logo {
    line-height: 1;
}

.site_logo {
    width: 102px;
    margin-top: 0;
    margin-bottom: 0;
    flex: 0 0 102px;
}

.site_logo a,
.footer_logo a {
    display: block;
}

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

.site_logo a:hover,
.footer_logo a:hover {
    text-decoration: none;
}

/* メインビジュアル */

.top_mv {
    padding-top: 40px;
    margin-bottom: 80px;
    background: #ffffff;
}

.top_mv_inner {
    display: grid;
    width: 100%;
    max-width: 2000px;
    margin: 0 auto;
    padding: 0 50px;
    grid-template-columns: minmax(430px, 34.2%) minmax(0, 1fr);
    gap: 50px;
    align-items: stretch;
}

.top_mv_copy {
    display: flex;
    align-items: center;
    padding-left: clamp(15px, calc(4.75vw - 48px), 47px);
}

.top_mv h1 {
    color: var(--main_color);
    font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
    font-size: clamp(42px, 3vw, 60px);
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.27;
    opacity: 0;
    transform: translateY(8px);
    animation: top_copy_fade 1.2s cubic-bezier(0.22, 0.7, 0.2, 1) 0.18s forwards;
    white-space: nowrap;
}

@keyframes top_copy_fade {
    0% {
        opacity: 0;
        transform: translateY(8px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (prefers-reduced-motion: reduce) {
    .top_mv h1 {
        opacity: 1;
        transform: none;
        animation: none;
    }
}

.top_mv_photo {
    display: flex;
    align-items: center;
    align-self: stretch;
    overflow: hidden;
    border-radius: 20px;
    line-height: 0;
}

.top_mv_photo img {
    display: block;
    width: 100%;
    aspect-ratio: 1300 / 731;
    object-fit: cover;
    object-position: center center;
}

/* サイト紹介 */

.top_intro {
    padding: 0 0 108px;
    background: #ffffff;
}

.top_intro_visual {
    position: relative;
    aspect-ratio: 1200 / 470;
    overflow: hidden;
    border-radius: 20px;
    box-shadow: 0 14px 34px rgba(75, 108, 118, 0.08);
    line-height: 0;
}

.top_intro_visual::after {
    content: none;
}

.top_intro_visual img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 54%;
}

/* サービス・地域から探す */

.top_search {
    position: relative;
    padding: 0 0 93px;
    background: linear-gradient(to bottom, #ffffff 0, #ffffff 107px, #dffbfb 107px, #dffbfb 100%);
}

.top_search_title {
    position: relative;
    z-index: 1;
    width: 286px;
    height: 224px;
    margin: 0 auto 32px;
}

.top_search_title > img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.top_search_title h2 {
    position: relative;
    width: 100%;
    height: 100%;
    color: var(--main_color);
    font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
    font-weight: 700;
    line-height: 1.2;
}

.top_search_title h2 span {
    position: absolute;
    display: flex;
    width: 44.8%;
    height: 57.2%;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 28px;
    line-height: 1.08;
    text-align: center;
}

.top_search_title h2 span:first-child {
    top: 7.6%;
    left: 5.9%;
}

.top_search_title h2 span:nth-child(2) {
    top: 35%;
    right: 5.2%;
    width: 45.5%;
    height: 58%;
}

.top_search_title h2 strong {
    position: absolute;
    right: 72px;
    bottom: -14px;
    font-size: 60px;
    line-height: 1;
    white-space: nowrap;
}

.top_search_inner {
    position: relative;
    z-index: 1;
}

.top_search_block + .top_search_block {
    margin-top: 64px;
}

.top_search_block h3 {
    display: flex;
    margin-bottom: 24px;
    align-items: center;
    gap: 12px;
    color: var(--main_color);
    font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.4;
}

.top_search_block h3 span {
    letter-spacing: 0.16em;
}

.top_search_list {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 14px 8px;
}

.top_search_list a {
    display: flex;
    min-height: 54px;
    padding: 8px 12px;
    align-items: center;
    justify-content: center;
    color: var(--main_color);
    background: #ffffff;
    border: 3px solid var(--main_color);
    border-radius: 28px;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.3;
    text-align: center;
}

.top_search_list a:hover,
.top_search_list .is_first a {
    color: #ffffff;
    background: var(--main_color);
    text-decoration: none;
}

/* 介護ガイド */

.top_guide {
    padding: 114px 0 112px;
    background: #ffffff;
}

.guide_heading {
    position: relative;
    display: grid;
    min-height: 177px;
    margin-bottom: 10px;
    grid-template-columns: 234px minmax(0, 1fr) 234px;
    column-gap: 24px;
    align-items: end;
}

.guide_heading > img {
    position: static;
    width: 234px;
    grid-column: 1;
}

.guide_heading > div {
    position: relative;
    z-index: 1;
    padding-bottom: 8px;
    grid-column: 2;
    color: var(--brown_color);
    text-align: center;
}

.guide_heading h2 {
    margin-bottom: 24px;
    font-size: 48px;
    font-weight: 700;
    line-height: 1.2;
}

.guide_heading p {
    font-size: 23px;
    font-weight: 500;
    line-height: 1.5;
}

.guide_list {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.guide_card {
    position: relative;
    min-height: 288px;
    padding: 46px 24px 18px;
    overflow: hidden;
    border-radius: 10px;
    color: var(--brown_color);
    text-align: center;
}

.guide_card01 {
    background: #fac9d5;
}

.guide_card02 {
    background: #ded9c7;
}

.guide_card03 {
    background: #cee7c8;
}

.guide_card04 {
    background: #9ce8ec;
}

.guide_card h3 {
    position: relative;
    z-index: 1;
    display: flex;
    min-height: 42px;
    margin-bottom: 14px;
    padding: 5px 12px;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    border-radius: 24px;
    font-size: 23px;
    font-weight: 700;
    line-height: 1.3;
}

.guide_card p {
    position: relative;
    z-index: 1;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4;
}

.guide_card img {
    position: absolute;
    right: 0;
    bottom: 18px;
    left: 0;
    max-width: 55%;
    max-height: 118px;
    margin: auto;
    object-fit: contain;
}

.guide_card01 img {
    max-width: 40%;
}

/* 新着情報 */

.top_news {
    padding: 0 0 96px;
    background: #ffffff;
}

.news_heading {
    display: flex;
    width: 180px;
    height: 180px;
    margin: 0 auto 60px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: var(--brown_color);
    border: 2px dotted var(--main_color);
    border-radius: 50%;
    text-align: center;
}

.news_heading p {
    margin-bottom: 8px;
    color: var(--main_color);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 28px;
    font-style: italic;
    line-height: 1;
}

.news_heading h2 {
    font-size: 31px;
    font-weight: 400;
    line-height: 1.3;
}

.news_list article {
    display: grid;
    min-height: 49px;
    padding: 10px 0;
    grid-template-columns: 120px 1fr;
    align-items: center;
    border-bottom: 1px dotted #8fddea;
}

.news_list time {
    color: var(--main_color);
    font-size: 15px;
    line-height: 1.4;
}

.news_list h3 {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
}

.news_list .news_placeholder {
    grid-template-columns: 1fr;
}

/* 掲載・お問い合わせ */

.top_contact {
    padding: 0 0 122px;
    background: #ffffff;
}

.top_contact_inner {
    position: relative;
    display: flex;
    min-height: 240px;
    padding: 34px 52px 30px 60px;
    overflow: hidden;
    align-items: center;
    justify-content: space-between;
    gap: clamp(30px, 3vw, 60px);
    color: #ffffff;
    background: #77c4e8;
    border-radius: 10px;
}

.top_contact_text {
    position: relative;
    z-index: 1;
    min-width: 0;
    max-width: 800px;
    flex: 1 1 auto;
}

.top_contact h2 {
    margin-bottom: 16px;
    font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
    font-size: 39px;
    font-weight: 900;
    line-height: 1.35;
}

.top_contact_text > p:not(.top_contact_links) {
    font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5;
}

.top_contact_links {
    margin-top: 18px;
    font-size: 17px;
    line-height: 1.4;
}

.top_contact_inner > img {
    width: 224px;
    flex: 0 0 224px;
}

/* 下層ページ共通 */

.btn01,
.btn02,
.btn03,
.search_submit button {
    display: inline-block;
    min-width: 180px;
    padding: 12px 24px;
    border: 1px solid transparent;
    border-radius: 6px;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
}

.btn01,
.search_submit button {
    color: #ffffff;
    background: var(--main_color);
}

.btn01:hover,
.btn01:focus-visible,
.search_submit button:hover,
.search_submit button:focus-visible {
    color: #ffffff;
    background: #118da0;
}

.btn02 {
    color: #ffffff;
    background: var(--sub_color);
}

.btn02:hover,
.btn02:focus-visible {
    color: #ffffff;
    background: #69a500;
}

.btn03 {
    color: var(--main_color);
    background: #ffffff;
    border-color: var(--main_color);
}

.btn03:hover,
.btn03:focus-visible {
    color: #ffffff;
    background: var(--main_color);
}

.breadcrumb {
    padding: 18px 0;
    color: var(--note_color);
    font-size: 14px;
}

.breadcrumb ol {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.breadcrumb li:not(:last-child)::after {
    margin-left: 8px;
    content: ">";
}

.card_list,
.link_list,
.office_list,
.post_list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.card_list li,
.link_list li,
.office_card,
.post_card {
    padding: 24px;
    background: #ffffff;
    border: 1px solid var(--line_color);
    border-radius: 8px;
}

.office_card {
    display: flex;
    overflow: hidden;
    padding: 0;
    flex-direction: column;
}

.office_card_image {
    display: block;
    overflow: hidden;
    aspect-ratio: 5 / 3;
    background: #eef9fb;
}

.office_card_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.office_card_body {
    display: flex;
    padding: 24px;
    flex: 1;
    flex-direction: column;
}

.link_list a {
    display: block;
    font-weight: 700;
}

.office_card h2,
.office_card h3,
.post_card h2,
.post_card h3 {
    margin-bottom: 16px;
    font-size: 22px;
    line-height: 1.5;
}

.office_terms {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 16px;
}

.office_terms span {
    display: inline-block;
    padding: 4px 10px;
    color: var(--main_color);
    background: #eaf6fb;
    border-radius: 4px;
    font-size: 14px;
    line-height: 1.5;
}

.office_info {
    margin-bottom: 16px;
}

.office_info li {
    overflow-wrap: anywhere;
}

.office_info li + li {
    margin-top: 6px;
}

.feature_text,
.service_notes {
    margin-top: 16px;
    color: var(--note_color);
}

.feature_list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 16px;
}

.feature_list li {
    padding: 4px 10px;
    color: #4d7100;
    background: #f0f9dd;
    border-radius: 999px;
    font-size: 14px;
    line-height: 1.5;
}

.office_card .btn_wrap {
    margin-top: auto;
    padding-top: 24px;
}

.btn_wrap {
    margin-top: 24px;
}

.page_mv {
    padding: 64px 0;
    background: var(--base_color);
}

.page_mv h1 {
    margin-bottom: 16px;
    font-size: 36px;
    line-height: 1.5;
}

.search_box {
    display: grid;
    margin-bottom: 40px;
    padding: 24px;
    grid-template-columns: 1.2fr repeat(3, 1fr) auto;
    gap: 16px;
    align-items: end;
    background: var(--base_color);
    border-radius: 8px;
}

.search_item label {
    display: block;
    margin-bottom: 6px;
    font-weight: 700;
}

.search_item input,
.search_item select {
    width: 100%;
    min-height: 48px;
    padding: 8px 12px;
    background: #ffffff;
    border: 1px solid var(--line_color);
    border-radius: 4px;
}

.search_submit {
    display: flex;
    min-height: 48px;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
}

.search_reset {
    margin-top: 8px;
    color: var(--note_color);
    font-size: 14px;
    text-decoration: underline;
}

.office_result_summary {
    margin-bottom: 28px;
}

.office_current_conditions {
    margin-bottom: 8px;
}

.office_result_count strong {
    margin-right: 4px;
    color: var(--main_color);
    font-size: 24px;
}

.office_no_results {
    padding: 48px 24px;
    background: var(--base_color);
    border-radius: 8px;
    text-align: center;
}

.office_no_results h2 {
    margin-bottom: 12px;
    font-size: 24px;
}

.office_no_results .btn03 {
    margin-top: 24px;
}

.pagination {
    margin-top: 48px;
}

.pagination .page-numbers {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: center;
}

.pagination .page-numbers li > a,
.pagination .page-numbers li > span {
    display: flex;
    min-width: 44px;
    min-height: 44px;
    padding: 8px 12px;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--line_color);
    border-radius: 4px;
}

.pagination .page-numbers li > .current {
    color: #ffffff;
    background: var(--main_color);
    border-color: var(--main_color);
}

.office_main_image {
    overflow: hidden;
    margin-bottom: 40px;
    aspect-ratio: 5 / 3;
    background: #eef9fb;
    border-radius: 8px;
}

.office_main_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.detail_lead {
    margin-bottom: 48px;
    padding: 24px;
    background: var(--base_color);
    border-radius: 8px;
}

.info_table {
    width: 100%;
    margin-bottom: 48px;
    border-top: 1px solid var(--line_color);
}

.info_table th,
.info_table td {
    padding: 18px 16px;
    border-bottom: 1px solid var(--line_color);
    text-align: left;
    vertical-align: top;
}

.info_table th {
    width: 28%;
    background: var(--base_color);
}

.detail_block {
    margin-top: 48px;
}

.detail_block .section_title,
.detail_section .section_title {
    text-align: left;
}

.info_table a,
.detail_block a {
    overflow-wrap: anywhere;
    text-decoration: underline;
}

.office_photo_list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}

.office_photo_list figure {
    overflow: hidden;
    aspect-ratio: 4 / 3;
    background: var(--base_color);
    border-radius: 8px;
}

.office_photo_list img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.office_action {
    display: flex;
    margin-top: 48px;
    gap: 16px;
    justify-content: center;
}

.office_update_info {
    margin-top: 40px;
    padding: 16px 20px;
    color: var(--note_color);
    background: var(--base_color);
    border-radius: 8px;
    font-size: 14px;
}

.office_update_info p + p {
    margin-top: 4px;
}

.office_back {
    margin-top: 40px;
    text-align: center;
}

/* フッター */

#footer {
    min-height: 280px;
    padding: 42px 0 24px;
    color: var(--main_color);
    background: #f7f9ed;
}

.footer_inner {
    text-align: center;
}

.footer_logo {
    width: 174px;
    margin: 0 auto 28px;
}

.footer_nav_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px 34px;
    margin-bottom: 34px;
}

.footer_nav_list a,
.footer_nav_list span {
    color: #333333;
    font-size: 15px;
    line-height: 1.5;
}

.footer_nav_list span {
    cursor: default;
}

.copyright {
    font-size: 12px;
    line-height: 1.5;
}

@media screen and (max-width: 1400px) and (min-width: 1061px) {
    .top_mv_inner {
        grid-template-columns: 36% minmax(0, 1fr);
        gap: 40px;
    }

    .top_mv_copy {
        padding-left: 15px;
    }

    .top_mv h1 {
        font-size: clamp(32px, 3vw, 42px);
    }

    .top_contact h2 {
        font-size: 34px;
    }

    .top_contact_text > p:not(.top_contact_links) {
        font-size: 18px;
    }
}

@media screen and (max-width: 1060px) {
    :root {
        --header_height: 70px;
    }

    .container01,
    .container02 {
        padding-right: 30px;
        padding-left: 30px;
    }

    .header_inner {
        height: var(--header_height);
        min-height: var(--header_height);
    }

    .site_logo {
        width: 87px;
        flex-basis: 87px;
    }

    .site_logo img {
        max-width: 100%;
        height: auto;
    }

    .top_mv {
        padding-top: 25px;
        margin-bottom: 50px;
    }

    .top_mv_inner {
        padding: 0 30px;
        grid-template-columns: minmax(0, 40%) minmax(0, 1fr);
        gap: clamp(18px, 2.4vw, 28px);
        align-items: stretch;
    }

    .top_mv_copy {
        display: flex;
        align-items: center;
        padding-left: 0;
    }

    .top_mv_photo {
        align-self: center;
        margin-top: 0;
    }

    .top_mv_photo img {
        aspect-ratio: 1300 / 731;
        object-fit: contain;
        object-position: center;
    }

    .top_mv h1 {
        font-size: clamp(26px, 2.9vw, 30px);
        line-height: 1.32;
        white-space: normal;
    }

    .top_intro {
        padding-bottom: 78px;
    }

    .top_intro_visual.pc {
        display: block;
        aspect-ratio: 1200 / 470;
    }

    .top_intro_mobile.phone {
        display: none;
    }

    .top_intro .screen-reader-text {
        display: none;
    }

    .top_intro_mobile h2 {
        margin-bottom: 26px;
        color: #9a7567;
        font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
        font-size: 24px;
        font-weight: 900;
        line-height: 1.55;
    }

    .top_intro_mobile h2 br,
    .intro_text br {
        display: none;
    }

    .intro_people {
        width: min(100%, 420px);
        margin: 0 auto 24px;
    }

    .intro_question_list {
        display: grid;
        max-width: 600px;
        margin: 0 auto 26px;
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }

    .intro_question_list p {
        display: flex;
        min-height: 140px;
        padding: 16px;
        align-items: center;
        justify-content: center;
        color: var(--main_color);
        background: #fff6f2;
        border: 2px dotted #ff6f61;
        border-radius: 50%;
        font-size: 18px;
        font-weight: 700;
        line-height: 1.4;
        text-align: center;
    }

    .intro_question_list p + p {
        color: #ff6728;
    }

    .intro_text {
        font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
        font-size: 17px;
        font-weight: 700;
        line-height: 1.65;
    }

    .top_search {
        padding-bottom: 72px;
    }

    .top_search_title {
        width: 200px;
        height: 157px;
        margin-bottom: 28px;
    }

    .top_search_title h2 span {
        font-size: 20px;
        line-height: 1.06;
    }

    .top_search_title h2 strong {
        right: 25%;
        bottom: -10px;
        font-size: 42px;
    }

    .top_search_block + .top_search_block {
        margin-top: 56px;
    }

    .top_search_block h3 {
        margin-bottom: 22px;
        font-size: 27px;
    }

    .top_search_list {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .top_guide {
        padding: 82px 0;
    }

    .guide_heading {
        display: block;
        min-height: 0;
        margin-bottom: 28px;
        text-align: center;
    }

    .guide_heading > img {
        display: block;
        width: 88px;
        height: auto;
        margin: 0 auto 10px;
    }

    .guide_heading > div {
        padding-bottom: 0;
    }

    .guide_heading h2 {
        margin-bottom: 12px;
        font-size: 29px;
        line-height: 1.25;
    }

    .guide_heading p {
        font-size: 17px;
        line-height: 1.55;
    }

    .guide_list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 20px;
    }

    .guide_card {
        min-height: 250px;
        padding: 34px 20px 16px;
    }

    .guide_card img {
        right: 0;
        bottom: 16px;
        left: 0;
        max-width: 44%;
        max-height: 94px;
        margin-right: auto;
        margin-left: auto;
    }

    .guide_card01 img {
        max-width: 32%;
    }

    .top_contact_inner {
        padding-left: 40px;
        gap: 30px;
    }

    .top_contact h2 {
        font-size: 28px;
    }

    .top_contact_text > p:not(.top_contact_links) {
        font-size: 16px;
    }

    .top_contact_inner > img {
        width: 180px;
        flex-basis: 180px;
    }

    .news_heading {
        width: 110px;
        height: 110px;
        margin-bottom: 35px;
    }

    .news_heading p {
        margin-bottom: 5px;
        font-size: 17px;
    }

    .news_heading h2 {
        font-size: 19px;
        line-height: 1.25;
    }

    .section_block,
    .page_block {
        padding: 64px 0;
    }

    .card_list,
    .link_list,
    .office_list,
    .post_list {
        grid-template-columns: repeat(2, 1fr);
    }

    .search_box {
        grid-template-columns: 1fr 1fr;
    }

    .search_submit {
        align-items: stretch;
    }
}

@media screen and (max-width: 720px) {
    :root {
        --header_height: 60px;
    }

    .container01,
    .container02 {
        padding-right: 20px;
        padding-left: 20px;
    }

    .header_inner {
        height: var(--header_height);
        min-height: var(--header_height);
    }

    .site_logo {
        width: 67px;
        flex-basis: 67px;
    }

    .top_mv {
        padding-top: 0;
        margin-bottom: 40px;
    }

    .top_mv_inner {
        position: relative;
        display: block;
        height: clamp(160px, 40vw, 220px);
        padding: 0 20px;
        overflow: hidden;
    }

    .top_mv_inner::after {
        position: absolute;
        z-index: 1;
        top: 0;
        right: 20px;
        bottom: 0;
        left: 20px;
        border-radius: 14px;
        background: linear-gradient(90deg, rgba(255, 255, 255, 0.94) 0%, rgba(233, 250, 248, 0.82) 42%, rgba(235, 249, 247, 0.22) 70%, rgba(255, 255, 255, 0) 100%);
        pointer-events: none;
        content: "";
    }

    .top_mv_photo {
        position: absolute;
        top: 0;
        right: 20px;
        bottom: auto;
        left: 20px;
        width: auto;
        height: 100%;
        border-radius: 14px;
    }

    .top_mv_photo img {
        width: 100%;
        height: 100%;
        aspect-ratio: auto;
        object-fit: cover;
        object-position: 58% center;
    }

    .top_mv_copy {
        position: relative;
        z-index: 2;
        display: flex;
        width: 100%;
        max-width: 210px;
        height: auto;
        margin: 0;
        padding: 38px 0 0 20px;
        align-items: flex-start;
        text-align: left;
    }

    .top_mv h1 {
        color: #108ca0;
        font-size: clamp(16px, 4.15vw, 21px);
        letter-spacing: 0;
        line-height: 1.35;
        text-align: left;
        text-shadow: 0 1px 5px rgba(255, 255, 255, 0.86);
        white-space: nowrap;
    }

    .top_intro {
        padding: 0 0 56px;
    }

    .top_intro .container01 {
        position: relative;
    }

    .top_intro_visual.pc {
        display: none;
    }

    .top_intro_visual.pc::after {
        content: none;
    }

    .top_intro_visual.pc img {
        object-position: center center;
        filter: none;
    }

    .top_intro_mobile.phone {
        display: flex;
        overflow: hidden;
        flex-direction: column;
        max-width: 420px;
        margin: 0 auto;
        padding: 20px 16px 18px;
        border: 1px solid rgba(27, 184, 206, 0.2);
        border-radius: 14px;
        background: #ffffff;
        box-shadow: 0 10px 24px rgba(75, 108, 118, 0.06);
    }

    .top_intro_mobile.phone::before {
        content: none;
    }

    .intro_heading {
        display: flex;
        margin-bottom: 14px;
        align-items: center;
        justify-content: center;
        gap: 8px;
    }

    .intro_icon {
        position: relative;
        display: block;
        width: 29px;
        height: 29px;
        flex: 0 0 29px;
        background: linear-gradient(135deg, #e8fbf8 0%, #eef9de 100%);
        border: 1px solid rgba(27, 184, 206, 0.28);
        border-radius: 50%;
    }

    .intro_icon::before {
        position: absolute;
        top: 8px;
        left: 8px;
        width: 9px;
        height: 9px;
        border: 2px solid var(--main_color);
        border-radius: 50%;
        content: "";
    }

    .intro_icon::after {
        position: absolute;
        top: 19px;
        left: 18px;
        width: 7px;
        height: 2px;
        background: var(--main_color);
        border-radius: 2px;
        transform: rotate(45deg);
        content: "";
    }

    .top_intro_mobile h2 {
        max-width: 100%;
        margin: 0;
        color: var(--main_color);
        font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
        font-size: 18px;
        font-weight: 700;
        line-height: 1.32;
        text-align: left;
        text-shadow: none;
    }

    .top_intro_mobile h2::before {
        content: none;
    }

    .intro_people {
        display: none;
    }

    .intro_question_list {
        display: grid;
        margin: 0 0 14px;
        gap: 8px;
        grid-template-columns: 1fr;
    }

    .intro_question_list p {
        position: relative;
        display: flex;
        min-height: 39px;
        margin: 0;
        padding: 9px 10px;
        align-items: flex-start;
        justify-content: flex-start;
        gap: 10px;
        color: #3f4b4d;
        font-family: "Noto Sans JP", sans-serif;
        font-size: 14px;
        font-weight: 700;
        line-height: 1.5;
        text-align: left;
        background: #f5fcfb;
        border: 1px solid rgba(27, 184, 206, 0.18);
        border-radius: 10px;
    }

    .intro_question_list p::before {
        display: block;
        width: 20px;
        height: 20px;
        margin-top: 0;
        flex: 0 0 20px;
        background: var(--main_color);
        border-radius: 50%;
        content: "";
    }

    .intro_question_list p::after {
        position: absolute;
        top: 12px;
        left: 17px;
        width: 6px;
        height: 10px;
        border: solid #ffffff;
        border-width: 0 2px 2px 0;
        transform: rotate(45deg);
        content: "";
    }

    .intro_question_list p + p {
        color: #3f4b4d;
    }

    .intro_text {
        display: block;
        margin: 0;
        padding-top: 14px;
        color: #3f4b4d;
        border-top: 1px solid rgba(117, 102, 93, 0.16);
        font-family: "Noto Sans JP", sans-serif;
        font-size: 13.5px;
        font-weight: 500;
        line-height: 1.75;
        text-align: left;
    }

    .intro_text br {
        display: block;
    }

    .top_search {
        padding-bottom: 56px;
        background: linear-gradient(to bottom, #ffffff 0, #ffffff 58px, #dffbfb 58px, #dffbfb 100%);
    }

    .top_search_title {
        width: 150px;
        height: 118px;
        margin-bottom: 24px;
    }

    .top_search_title h2 span {
        font-size: 14px;
        line-height: 1.06;
    }

    .top_search_title h2 span:first-child {
        top: 7.6%;
        left: 5.9%;
    }

    .top_search_title h2 span:nth-child(2) {
        top: 35%;
        right: 5.2%;
    }

    .top_search_title h2 strong {
        right: 25%;
        bottom: -7px;
        font-size: 30px;
    }

    .top_search_block + .top_search_block {
        margin-top: 44px;
    }

    .top_search_block h3 {
        margin-bottom: 18px;
        font-size: 21px;
    }

    .top_search_list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }

    .top_search_list a {
        min-height: 50px;
        padding: 7px 8px;
        border-width: 2px;
        font-size: 14px;
    }

    .top_guide {
        padding: 46px 0;
    }

    .guide_heading {
        display: block;
        min-height: 0;
        margin-bottom: 21px;
        text-align: center;
    }

    .guide_heading > img {
        position: static;
        display: block;
        width: 91px;
        height: auto;
        margin: 0 auto 8px;
    }

    .guide_heading h2 {
        margin-bottom: 8px;
        font-size: 22px;
        line-height: 1.25;
    }

    .guide_heading p {
        font-size: 15px;
        line-height: 1.55;
        text-align: left;
    }

    .guide_list {
        grid-template-columns: 1fr;
    }

    .guide_card {
        min-height: 0;
        padding: 24px 18px 20px;
    }

    .guide_card h3 {
        margin-bottom: 10px;
        font-size: 19px;
    }

    .guide_card img {
        position: static;
        display: block;
        width: auto;
        max-width: 32%;
        max-height: 62px;
        margin: 16px auto 0;
    }

    .guide_card01 img {
        max-width: 24%;
    }

    .top_news {
        padding-bottom: 54px;
    }

    .news_heading {
        width: 90px;
        height: 90px;
        margin-bottom: 24px;
    }

    .news_heading p {
        margin-bottom: 4px;
        font-size: 15px;
    }

    .news_heading h2 {
        font-size: 17px;
        line-height: 1.25;
    }

    .news_list article {
        display: block;
        padding: 14px 0;
    }

    .news_list time {
        display: block;
        margin-bottom: 5px;
    }

    .news_list h3 {
        font-size: 14px;
    }

    .top_contact {
        padding-bottom: 64px;
    }

    .top_contact_inner {
        display: block;
        min-height: 0;
        padding: 30px 24px 22px;
        text-align: left;
    }

    .top_contact h2 {
        font-size: 20px;
    }

    .top_contact_text > p:not(.top_contact_links) {
        font-size: 15px;
    }

    .top_contact_text br {
        display: none;
    }

    .top_contact_links {
        font-size: 14px;
    }

    .top_contact_inner > img {
        display: block;
        width: 150px;
        margin: 30px auto 0;
    }

    .section_block,
    .page_block {
        padding: 48px 0;
    }

    .section_title {
        font-size: 24px;
    }

    .page_mv h1 {
        font-size: 28px;
    }

    .btn01,
    .btn02,
    .btn03,
    .search_submit button {
        width: 100%;
    }

    .card_list,
    .link_list,
    .office_list,
    .post_list,
    .search_box {
        grid-template-columns: 1fr;
    }

    .breadcrumb {
        padding: 14px 0;
        font-size: 13px;
    }

    .office_card_body {
        padding: 20px;
    }

    .office_card h2,
    .office_card h3 {
        font-size: 20px;
    }

    .office_result_count strong {
        font-size: 22px;
    }

    .office_no_results {
        padding: 36px 20px;
    }

    .office_no_results h2 {
        font-size: 20px;
    }

    .office_main_image {
        margin-bottom: 32px;
    }

    .office_photo_list {
        grid-template-columns: 1fr;
    }

    .office_action {
        flex-direction: column;
    }

    .info_table th,
    .info_table td {
        display: block;
        width: 100%;
    }

    .info_table th {
        padding-bottom: 8px;
    }

    .info_table td {
        padding-top: 8px;
    }

    #footer {
        padding-top: 36px;
    }

    .footer_logo {
        width: 140px;
    }

    .footer_nav_list {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 14px 18px;
    }

    .footer_nav_list a,
    .footer_nav_list span {
        font-size: 13px;
    }
}
