@charset "UTF-8";

:root {
    --purple: #7983c5;
    --pink: #ff8de0;
    --orange: #ed7739;
    --d-pink: #da806a;
    --red: #d32d26;
    --khaki: #c8ba4a;
    --green: #22a271;
    --l-green: #97c15b;
    --blue: #5ba4c2;
}

.main-visual {
    background: url(../image/MV.png) no-repeat center / cover;
    height: 50vw;
    position: relative;
}

.mv_catch {
    position: absolute;
    top: 70%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.main-visual .news_Wrap {
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.5);
    padding: 40px;
}

.main-visual .news_Wrap ul {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 90%;
    max-width: 896px;
    z-index: 2;
}

.main-visual .news_Wrap ul li {
    font-size: clamp(16px, 3.7vw, 2.3rem);
    text-align: left;
    font-weight: 700;
}

.main-visual .news_Wrap ul li .news_date {
    width: 20%;
}

.main-visual .news_Wrap ul li .news_ttl {
    width: 80%;
}

.gnav_inner {
    width: 100%;
    background-color: #ffffff;
    padding: 50px 0 0;
    transition: all 0.3s;
}

.gnav {
    position: relative;
}

.gnav_inner h1 {
    position: absolute;
    bottom: 12px;
    left: -2%;
    width: min(10vw, 177px);
}

.gnav ul {
    display: flex;
    justify-content: space-between;
    text-align: center;
    width: 90%;
    max-width: 896px;
    margin: 0 auto;
}

.gnav li {
    padding: 0 1vw 40px;
}

.gnav li a {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-size: 2.2rem;
    position: relative;
    gap: 16px;
    transition: 0.3s;
    line-height: 1;
}

.gnav li a span {
    color: var(--green);
}

.gnav li a:hover {
    opacity: 1;
}

.gnav li a::before {
    content: "";
    width: 17px;
    height: 18px;
    background-image: url(../image/hover_icon.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center bottom;
    position: absolute;
    bottom: 120%;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: opacity 0.5s;
}

.gnav li a:hover::before {
    opacity: 1;
}

.gnav .gnavi__list li a::before {
    display: none;
}

.gnav li a::after {
    position: absolute;
    bottom: -5px;
    left: 0;
    content: "";
    width: 0;
    height: 1px;
    background-color: #ffffff;
    transition: 0.3s;
}

.gnav li a:hover::after {
    width: 50%;
    transform: translateX(50%);
}

.gnav li span {
    font-family:
        Gill Sans,
        Gill Sans MT,
        Calibri,
        sans-serif;
    font-size: 1.6rem;
}

.gnav_inner.fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    background-color: rgba(255, 255, 255, 0.8);
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.3);
    padding-top: 20px;
}

.gnav_inner.fixed h1 {
    display: none;
}

.gnav_inner.fixed li {
    padding-bottom: 20px;
}

.gnav_inner.fixed li a::before {
    display: none;
}

.gnav_inner.fixed .gnav ul .dropdown_area {
    top: 60px;
}

.flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.ttl {
    text-align: center;
    font-size: max(3vw, 3rem);
    margin-bottom: 2%;
    letter-spacing: 0.1em;
}

.purple {
    color: var(--purple);
}

.pink {
    color: var(--pink);
}

.d-pink {
    color: var(--d-pink);
}

.orange {
    color: var(--orange);
}

.red {
    color: var(--red);
}

.green {
    color: var(--green);
}

.l_green {
    color: var(--l-green);
}

.blue {
    color: var(--blue);
}

.khaki {
    color: var(--khaki);
}

.white {
    color: #ffffff;
}

.center {
    text-align: center;
}

.left {
    text-align: justify;
}

.ft_40 {
    font-size: clamp(2rem, 2vw, 4rem);
}

.ft_15 {
    font-size: min(3vw, 15px);
}
.top-caution__inner {
    max-width: 1025px;
    box-sizing: content-box;
    margin-inline: auto;
    padding: 58px clamp(1.4rem, -0.339rem + 4.35vw, 3rem) 70px;
}
.top-caution__box {
    background-color: #f5f5f5;
    border: 1px solid #ed7739;
    border-radius: 24px;
    padding: 46px 15px 86px;
}
.top-caution__title {
    color: #333;
    font-size: clamp(1.8rem, 0.17rem + 4.08vw, 3.3rem);
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.1em;
}
.top-caution__text {
    max-width: 772px;
    font-size: clamp(1.6rem, 3.7vw, 2.3rem);
    line-height: calc(35 / 23);
    letter-spacing: 0.1em;
    white-space: pre-line;
    margin-top: 34px;
    margin-inline: auto;
}
#top_lead {
    background-color: #f7f6ef;
    padding: 40px 0;
}

#top_lead .flex {
    flex-wrap: nowrap;
    gap: min(7vw, 60px);
    align-items: center;
}

#top_lead .content_img {
    width: 50%;
}

#top_lead .content_textWrap {
    width: 50%;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

#top_lead .content_textWrap h3 {
    font-size: clamp(2rem, 5.5vw, 2.8rem);
}

#top_lead .content_textWrap p {
    font-size: clamp(1.6rem, 3.7vw, 2.3rem);
}

.feature {
    padding: 80px 0 200px;
    background:
        url(../image/maple-1.png) no-repeat top left/clamp(9rem, 1.225rem + 25.92vw, 40.1rem) auto,
        url(../image/maple-6.png) no-repeat bottom right/clamp(20rem, 17.5rem + 8.33vw, 30rem) auto;
}
.maple {
    position: relative;
}
.maple::after {
    content: "";
    display: inline-block;
    position: absolute;
    z-index: -1;
}
.maple-2::after {
    width: 35.3rem;
    aspect-ratio: 353 / 265;
    top: 25%;
    right: -22%;
    background: url(../image/maple-2.png) no-repeat 0 0 / contain;
}
@media screen and (max-width: 980px) {
    .maple-2::after {
        width: 28rem;
        top: 92%;
        right: -2%;
    }
}
.maple-3::after {
    width: 35.3rem;
    aspect-ratio: 353 / 265;
    top: 25%;
    left: -22%;
    background: url(../image/maple-3.png) no-repeat 0 0 / contain;
}
@media screen and (max-width: 980px) {
    .maple-3::after {
        width: 28rem;
        top: 88%;
        left: -2%;
    }
}
.maple-4::after {
    width: 34.2rem;
    aspect-ratio: 342 / 421;
    top: 17%;
    right: -22%;
    background: url(../image/maple-4.png) no-repeat 0 0 / contain;
}
@media screen and (max-width: 980px) {
    .maple-4::after {
        width: 28rem;
        top: 74%;
        right: -2%;
    }
}
.maple-5::after {
    width: 34.2rem;
    aspect-ratio: 342 / 421;
    top: -36%;
    left: -34%;
    background: url(../image/maple-5.png) no-repeat 0 0 / contain;
}
@media screen and (max-width: 980px) {
    .maple-5::after {
        width: clamp(11rem, 7.029rem + 13.24vw, 20rem);
        top: clamp(20rem, 3.235rem + 55.88vw, 58rem);
        left: -2%;
        z-index: 0;
    }
}

.feature_ttl {
    max-width: 700px;
    width: 70%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.feature_sub {
    max-width: 260px;
    margin: 0 auto;
}

.feature .content {
    margin: 40px auto 4.6%;
}

.flex-2 {
    width: 48%;
}

.feature .flex-2.text_wrap {
    padding-right: 5%;
}

.feature .reverse .flex-2.text_wrap {
    padding: 0 0 0 5%;
}

.feature .content.bg {
    position: relative;
}

.feature .content.bg::before {
    content: "";
    width: 100vw;
    aspect-ratio: 192/ 120;
    background-image: url(../image/bg_02.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}

.fbox_ttl {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 6%;
}

.f_txt {
    font-size: max(1.7vw, 1.8rem);
    letter-spacing: 0.06em;
    line-height: 1.6;
    font-weight: 600;
    padding-left: 2vw;
    word-break: keep-all;
}

.feature .content_imgWrap {
    gap: 40px;
    justify-content: center;
    flex-wrap: nowrap;
    padding-top: 3vw;
}

.feature .content_imgWrap .content_img:first-child {
    margin-top: 8%;
}

.feature .content_imgWrap.reverse .content_img:first-child {
    margin-top: 0;
}

.feature .content_imgWrap.reverse .content_img:last-child {
    margin-top: 8%;
}

.alc {
    align-items: center;
}

.feature04 {
    width: 50%;
    padding: 40px;
    background: linear-gradient(to bottom, #dff1f8 50%, #ffffff 50%);
}

.feature05 {
    width: 50%;
    padding: 40px;
    background: linear-gradient(to bottom, #f8edea 50%, #ffffff 50%);
}

.img_center {
    text-align: center;
    padding: 3% 0;
}

.img_center img {
    width: 100%;
}

.greeting {
    background-image: url(../image/greeting_bg.png);
    background-size: cover;
    background-position: right top;
    padding: 10vw 0 5vw;
}

.greeting_inner .flex {
    display: flex;
    align-items: stretch;
}

.greeting_txt {
    text-align: justify;
    display: flex;
    flex-direction: column;
    gap: 3vw;
}

.greeting_ttl {
    font-size: clamp(2rem, 5.5vw, 3.5rem);
    padding-bottom: 2%;
    letter-spacing: 0.2em;
    line-height: 1;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.greeting_ttl span {
    font-size: clamp(1.8rem, 4.6vw, 2.2rem);
}

.name span {
    font-size: clamp(1.8rem, 4.6vw, 2.4rem);
    padding: 0 10px;
}

.medical {
    background-image: url(../image/top_medical_bg.png);
    background-size: cover;
    background-position: center;
    padding: 10vw 0;
}

.medical_ttl {
    font-size: clamp(2rem, 5.5vw, 3.5rem);
    padding-bottom: 2%;
    letter-spacing: 0.2em;
    line-height: 1;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.medical span {
    font-size: clamp(1.8rem, 4.6vw, 2.2rem);
}

.medical .content {
    width: 90%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 40px;
}

.medical .content li a {
    background-color: #ed7739;
    display: block;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s;
}

.medical .content li a img {
    width: 100%;
    transition: all 0.5s;
}

.medical .content li a:hover {
    opacity: 1;
    background-color: #f3a176;
}

.pickup {
    background-image: url(../image/top_pickup-bg.png);
    background-size: cover;
    padding: 5vw 0 10vw;
}

.pickup_ttl {
    font-size: clamp(2rem, 5.5vw, 3.5rem);
    padding-bottom: 2%;
    letter-spacing: 0.2em;
    line-height: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    font-weight: 700;
    margin-bottom: 40px;
}

.pickup_ttl span {
    font-size: clamp(1.8rem, 4.6vw, 2.2rem);
}

.pickup .content_wrap {
    display: flex;
    flex-direction: column;
    gap: 80px;
}

.pickup .content {
    background-color: #ffffff;
    padding: 100px 0;
}

.pickup .content.flex {
    justify-content: space-between;
}

.pickup .text_wrap {
    width: 48%;
    display: flex;
    flex-direction: column;
    grid-gap: 20px;
}

.pickup .text_wrap h3 {
    font-size: clamp(2.4rem, 6.9vw, 4.4rem);
    font-weight: 700;
}

.pickup .text_wrap .content_lead {
    font-size: clamp(2rem, 5.8vw, 3rem);
    font-weight: 700;
}

.pickup .text_wrap .content_img {
    width: 48%;
}

.pickup .text_wrap .content_img img {
    width: 100%;
}

.faq {
    background-color: #f5f5f5;
    padding: 5vw 0;
}

.faq_ttl {
    font-size: clamp(2rem, 5.5vw, 3.5rem);
    padding-bottom: 2%;
    letter-spacing: 0.2em;
    line-height: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    font-weight: 700;
    margin-bottom: 40px;
}

.faq_ttl span {
    font-size: clamp(1.8rem, 4.6vw, 2.2rem);
}

.accordion_wrap {
    width: 90%;
    max-width: 1172px;
    display: flex;
    flex-direction: column;
    gap: 40px;
    margin: 0 auto;
}

.accordion {
    background-color: #ffffff;
    box-shadow: 2px 3px 4px rgba(187, 184, 184, 0.5);
}

.toggle {
    display: none;
}

.Label {
    /*タイトル*/
    padding: 40px 20px 40px 40px;
    display: block;
    text-align: left;
}

.Label p {
    position: relative;
    padding: 0 0 0 60px;
}

.Label p::before {
    content: "";
    width: 36px;
    aspect-ratio: 36/ 54;
    background-image: url(../image/Q.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center bottom;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: 1;
    transition: all 0.3s;
}

.Label p::after {
    content: "";
    width: 28px;
    aspect-ratio: 1/ 1;
    background-image: url(../image/a_open.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center bottom;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    z-index: 1;
    transition: all 0.3s;
}

.Label,
.a_content {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
    transition: all 0.3s;
}

.a_content {
    /*本文*/
    height: 0;
    padding: 0 40px 0 60px;
    overflow: hidden;
    text-align: left;
}

.a_content ul {
    padding-bottom: 20px;
}

.a_content ul.pb_none {
    padding-bottom: 0;
}

.a_content li {
    position: relative;
    padding-left: 20px;
}

.a_content li::before {
    content: "・";
    position: absolute;
    top: 12px;
    left: 0;
    transform: translateY(-50%);
}

.a_content h5 {
    font-size: min(4.6vw, 20px);
    position: relative;
    padding-left: 30px;
}

.a_content h5::before {
    content: "";
    width: 20px;
    height: 2px;
    background-color: #333333;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.a_content .attention {
    padding-left: 30px;
    display: block;
    position: relative;
}

.toggle:checked + .Label + .a_content {
    /*開閉時*/
    height: auto;
    padding: 0 40px 40px 60px;
    transition: all 0.3s;
}

.toggle:checked + .Label + .a_content p {
    padding-top: 20px;
    border-top: 1px solid #c9c9c9;
}

.toggle:checked + .Label p::after {
    background-image: url(../image/a_colse.png);
}

.bnr_area {
    padding: 5vw 0;
}

.bnr_area .content {
    aspect-ratio: 1352 / 331;
    background-image: url(../image/bnr_bg.png);
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    position: relative;
}

.bnr_area .content h3 {
    font-size: clamp(3.2rem, 7vw, 4rem);
    letter-spacing: 0.1em;
    text-align: center;
    line-height: 1.8;
}

.bnr_area .content h3 span {
    font-size: clamp(2.4rem, 7vw, 3.2rem);
    display: block;
}

.bnr_area .content a {
    position: absolute;
    right: 2%;
    bottom: 7%;
    background-color: var(--orange);
    border-bottom: 5px solid #dc4c00;
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
    width: 30%;
    max-width: 310px;
    padding: 14px 0;
    border-radius: 7px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bnr_area .content a:hover {
    opacity: 1;
    margin-top: 3px;
    color: #fff;
    background: #eb9466;
    border-bottom: 2px solid #dc4c00;
}

.bnr_area .content a p {
    position: relative;
    text-align: center;
    width: 80%;
}

.bnr_area .content a p::after {
    content: "";
    width: 0;
    height: 0;
    border-top: 7.5px solid transparent;
    border-bottom: 7.5px solid transparent;
    border-left: 7.5px solid #ffffff;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    z-index: 1;
}

.footer {
    position: relative;
    margin-top: 10px;
    padding: 60px 0 0;
}

.footer .inner {
    flex-wrap: nowrap;
    align-items: center;
    gap: 40px;
}

.f_info {
    width: 40%;
    text-align: center;
}

.f_info .tel {
    display: flex;
    flex-direction: column;
    font-size: max(1vw, 1.6rem);
    line-height: 1;
    gap: 4px;
}

.f_info .tel a {
    font-size: max(2.5vw, 2.4rem);
    font-weight: 700;
    font-family: "Lato", sans-serif;
}

.f_info .tel span {
    font-size: max(1vw, 1.6rem);
}

.f_info p {
    font-size: max(1vw, 1.6rem);
}

.f_info .info_btnWrap {
    justify-content: center;
    gap: 2%;
    border-top: 1px solid #333333;
    padding-top: 20px;
    max-width: 432px;
    margin: 20px auto 0;
    flex-wrap: nowrap;
}

.f_info .info_btn {
    background-color: var(--orange);
    color: #ffffff;
    padding: 4%;
    border-radius: 7px;
    font-size: max(1vw, 1.6rem);
    line-height: 1.2;
}

.f_time {
    width: 48%;
}

.time-tableWrap {
    max-width: 600px;
    margin: 0 auto;
}

.time-table {
    margin-bottom: 10px;
}

.biz-hour {
    width: 100%;
    border-collapse: collapse;
    background-color: var(--d_green);
    font-size: min(2.8vw, 2rem);
}

.biz-hour td {
    text-align: center;
    line-height: 2.4;
}

.biz-hour thead tr {
    background-color: var(--sky);
    text-align: center;
    line-height: 2.4;
}

.biz-hour th:first-of-type {
    width: 28vw;
    max-width: 174px;
    text-align: center;
}

.biz-hour tr.U_line {
    border-bottom: 1px solid #333333;
    border-right: none;
    margin-bottom: 14px;
}

/*==================================================
スライダーのためのcss
===================================*/
.slider img {
    width: 100%;
    /*スライダー内の画像を横幅100%に*/
    height: auto;
}

/*slickのJSで書かれるタグ内、スライド左右の余白調整*/
.slider .slick-slide {
    margin: 0 10px;
    /*スライド左右の余白調整*/
}

.f_info {
    position: relative;
}

.copy {
    text-align: center;
    font-size: 1.4rem;
    padding: 20px;
}

/*リンクの形状*/
#page-top a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    transition: all 0.3s;
}

#page-top a:hover {
    opacity: 0.6;
}

/*リンクを右下に固定*/
#page-top {
    position: fixed;
    right: 10px;
    bottom: 10px;
    z-index: 2;
    /*はじめは非表示*/
    opacity: 0;
    transform: translateX(100px);
}

/*　左の動き　*/
#page-top.LeftMove {
    animation: LeftAnime 0.5s forwards;
}

@keyframes LeftAnime {
    from {
        opacity: 0;
        transform: translateX(100px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

/*　右の動き　*/
#page-top.RightMove {
    animation: RightAnime 0.5s forwards;
}

@keyframes RightAnime {
    from {
        opacity: 1;
        transform: translateX(0);
    }

    to {
        opacity: 1;
        transform: translateX(100px);
    }
}

@media screen and (min-width: 981px) {
    .sp-only {
        display: none !important;
    }
}

@media screen and (max-width: 980px) {
    .pc-only {
        display: none !important;
    }
    section {
        overflow: hidden;
    }

    .main-visual {
        height: 100vh;
    }

    .main-visual {
        background-image: url(../image/sp_MV.png);
    }

    .main-visual_bttom {
        height: 10vw;
        background-image: url(../image/bg01.png);
        background-size: cover;
    }

    .mv_catch {
        position: absolute;
        top: 40%;
        left: 50%;
        transform: translateX(-50%);
        width: 90%;
    }

    .main-visual .news_Wrap ul li a {
        flex-direction: column;
    }

    .main-visual .news_Wrap ul li .news_ttl {
        width: 100%;
    }

    #top_lead .flex {
        flex-direction: column;
    }

    #top_lead .content_img {
        width: 100%;
    }

    #top_lead .content_textWrap {
        width: 100%;
    }

    #top_lead .content_textWrap h3 {
        text-align: center;
    }

    .feature .inner {
        width: 100%;
    }

    .feature .content {
        margin-bottom: 20%;
    }

    .fbox_ttl {
        flex-direction: column;
        gap: 20px;
    }

    .fbox_ttl .f_txt {
        font-size: min(6vw, 33px);
        text-align: center;
    }

    .feature_ttl {
        max-width: 90%;
        margin: 0 auto;
    }

    .feature_sub {
        max-width: 90%;
        margin: 0 auto;
    }

    .flex-2 {
        width: 100%;
        margin-bottom: 3%;
    }

    .flex-2 p {
        line-height: 2;
    }

    .feature .flex-2.text_wrap {
        padding: 20px 5%;
    }

    .feature .content_imgWrap {
        flex-wrap: nowrap;
        gap: 5%;
        width: 98vw;
        margin-left: -4%;
    }

    .feature .content_imgWrap img {
        width: 100%;
    }

    .feature .wrap:last-of-type {
        margin: 4.6% auto 20%;
    }

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

    .feature .content.bg::before {
        width: 300vw;
    }

    .feature .content.bg .content_img:first-child {
        margin-top: 0%;
    }

    .feature .content.bg .content_img:last-child {
        margin-top: 8%;
    }

    .feature .content_imgWrap {
        flex-direction: row;
    }

    .feature .reverse .flex-2.text_wrap {
        padding: 0 5%;
    }

    .feature .flex .content_imgWrap.reverse {
        flex-direction: row;
    }

    .fbox_ttl img {
        max-width: 26%;
    }

    .featurebox_bottom_inner {
        max-width: 100%;
        margin-left: 0;
        padding: 0;
    }

    .featurebox_bottom_inner2 {
        max-width: 100%;
        margin-left: 0;
        padding: 0;
    }

    .feature04 {
        width: 100%;
        padding: 40px 6vw;
        background: linear-gradient(to bottom, #dff1f8 60vw, #ffffff 0);
    }

    .feature05 {
        width: 100%;
        padding: 40px 6vw;
        background: linear-gradient(to bottom, #f8edea 60vw, #ffffff 0);
    }

    .greeting {
        background-size: 100% auto;
        background-repeat: no-repeat;
        background-position: right top;
        padding: 10vw 0 5vw;
    }

    .greeting_inner .flex {
        margin: 0 auto;
        flex-direction: column-reverse;
    }

    .greeting_img {
        width: 100%;
        padding: 0;
        max-width: none;
    }

    .greeting_img > img {
        position: static;
        width: 100%;
        height: auto;
        object-fit: cover;
    }

    .name {
        bottom: -5%;
        left: 5%;
        width: 40%;
    }

    .greeting_ttl {
        padding: 10vw 0 14vw;
        font-size: min(6.9vw, 30px);
        letter-spacing: 0.2em;
    }

    .greeting_sub {
        font-size: min(3.3vw, 1.6rem);
    }

    .greeting_sub p::after {
        width: 60%;
    }

    .greeting_txt {
        padding: 0;
        color: #333333;
        text-align: justify;
    }

    .name {
        width: 100%;
        margin-bottom: 60px;
    }

    .medical_ttl {
        max-width: 100%;
        margin: 0 auto;
    }

    .medical .content {
        margin: 40px auto;
        grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
        gap: 20px;
    }

    .pickup_ttl {
        width: 90%;
        word-break: keep-all;
        text-align: center;
        line-height: 1.5;
    }

    .pickup .content {
        padding: 40px 0;
    }

    .pickup .text_wrap {
        width: 100%;
    }

    .pickup .text_wrap .content_lead {
        font-size: clamp(2rem, 5.8vw, 3rem);
        font-weight: 700;
    }

    .Label {
        padding: 20px 20px 20px 10px;
    }

    .Label p {
        padding: 0 30px;
    }

    .Label p::before {
        width: 25px;
        top: -5px;
        transform: none;
    }

    .Label p::after {
        width: 20px;
        right: 0;
    }

    .a_content {
        padding: 0 20px;
    }

    .toggle:checked + .Label + .a_content {
        height: auto;
        padding: 0 20px 20px;
    }

    .bnr_area .content {
        aspect-ratio: 400 / 329;
        background-image: url(../image/sp_bnr_bg.png);
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
    }

    .bnr_area .content a {
        position: static;
        width: 90%;
        padding: 8px 0;
    }

    .f_info .info_btnWrap {
        flex-direction: row;
        flex-wrap: nowrap;
    }

    .f_info .info_btn:first-of-type {
        width: 70%;
    }

    .f_info .info_btn:last-of-type {
        width: 30%;
    }

    .f_wrap {
        width: 90%;
        margin: 0 auto;
        max-width: 480px;
    }

    .footer .img_center {
        width: 100%;
        margin: 0 auto;
    }

    .f_info {
        position: static;
        width: 100%;
    }

    .f_info .info_btnWrap {
        position: static;
        width: 100%;
    }

    .f_info .btn_sub {
        width: 100%;
    }

    .f_time {
        width: 100%;
    }

    .head-info {
        position: relative;
        flex-direction: column;
    }

    .head-info li:nth-of-type(1) h2 {
        font-size: 1.8rem;
    }

    .head-info li:nth-of-type(1) h3 {
        font-size: 3rem;
    }

    .head-info li:nth-of-type(1) p {
        font-size: 1.6rem;
    }

    .head-info li:nth-of-type(2) p:nth-of-type(1) {
        font-size: 1.6rem;
    }

    .head-info li:nth-of-type(2) p:nth-of-type(2) {
        font-size: 1.4rem;
    }

    .f_info .head-info {
        top: 2vw;
        margin-bottom: 3rem;
    }
}
