@charset "UTF-8";

/*============================================
    reset
============================================*/
html{
    font-size: 62.5%;
    scroll-behavior: smooth;
}
body{
    font-family: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    letter-spacing: 0.04em;
    font-style: normal;
}
html, body, div, span, iframe, h1, h2, h3, h4, h5, h6, p, a, img, dl, dt, dd, ol, ul, li, label, table, tbody, tr, th, td, figure, blockquote {
    padding: 0;
    margin: 0;
    border: 0;
    line-height: initial;
    box-sizing: border-box;
    font-style: normal;
    color: #4f302c;/*任意のカラー*/
}
html, body, div, span, iframe, h1, h2, h3, h4, h5, h6, p, a, img, dl, dt, dd, ol, ul, li, label, figure, blockquote {
    vertical-align: baseline;
}
article, aside, figure, footer, header, nav, section {
    display: block;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
}
a {
    text-decoration: none;
    transition: .3s all;
}
a:hover{
    opacity: .7;
}
li {
    list-style: none;
}
img {
    width: 100%;
    height: auto;
    vertical-align: middle;
    object-fit: cover;
}
video {
    max-width: 100%;
    height: auto;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: fixed;
}
tr, th, td {
    font-weight: bold;
}
select,input,textarea{
    border-radius: 0 !important;
    font-family: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
}
textarea{
    resize: none;
}
small {
    font-size: inherit;
}
button{
    background: none;
    border: none;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
::before,
::after{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
button,input{
    cursor: pointer;
}
@media screen and ( max-width: 780px ){
    a{ transition: initial; }
    a:hover{ opacity: 1; }
}
/*======================
    フォント関連
======================*/
.weightB{ font-weight: 700; }
.secTitle{
    font-size: clamp(2.4rem, 3.125vw, 6rem);
}
/*======================
    カラー・余白指定
======================*/
:root{
    --dull-green: #59ab51;
    --dull-yellowGreen: #60ac56;
    --bright-yellowGreen: #bae1b0;
    --light-yellow: #FBF26E;
    --bright-yellow: #fbe146;
    --fontSize-20: clamp(1.6rem, 1.0416666666666665vw, 2rem);
    --fontSize-18: clamp(1.6rem, 0.9375vw, 1.8rem);
    --borderRadius-50: clamp(2rem, 2.604166666666667vw, 5rem);
    --bg-gradation: linear-gradient(55deg, #0681CF, #0459B4);
}


/*============================================
    header
============================================*/
/*=== underlayer_header ===*/
header{
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
}
.header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #ffffff;
}
.underlayer_header{
    padding: .2rem 0.625vw .2rem 0.26041666666666663vw;
}
.uhLogo{
    max-width: 36rem;
    width: 40%;
}
.uhLogo_a{
    position: relative;
    display: block;
}
.uhLogo_text{
    position: absolute;
    /* top: clamp(5.5rem, 3.229166666666667vw, 6.2rem);
    left: clamp(7rem, 3.854166666666667vw, 7.4rem);
    font-size: clamp(1.25rem, 0.7552083333333334vw, 1.45rem); */
    top: 65%;
    left: 20%;
    font-size: clamp(1.25rem, 0.7552083333333334vw, 1.45rem);
}
.uhLogo_text2{
    /* top: clamp(4rem, 3.229166666666667vw, 6.2rem);
    left: clamp(4rem, 3.854166666666667vw, 7.4rem);
    font-size: clamp(.9rem, 0.7552083333333334vw, 1.45rem); */
    top: 65%;
    left: 20.5%;
    font-size: clamp(.9rem, 0.7552083333333334vw, 1.45rem);
}
.hNav{/*メニュー*/
    margin: 0 1rem;
    min-width: 53rem;
}
.hNav_ul{ display: flex; }
.hNav_li{ position: relative; }
.hNav_li_SP{ display: none; }
.hNav_li::before{
    content: "";
    position: absolute;
    top: 50%;
    bottom: 0;
    right: 0;
    width: .3rem;
    height: 80%;
    background-image: url(../img/common/verticalDot.png);
    transform: translateY(-50%) translateX(0%);
    -webkit-transform: translateY(-50%) translateX(0%);
}
.hNav_li:last-of-type::before, .borderNone::before{ display: none; }
.hNav_a{
    padding: clamp(.8rem, 0.8333333333333334vw, 1.6rem) clamp(1rem, 1.0416666666666665vw, 2rem);
    display: block;
    font-size: clamp(1.3rem, 0.9375vw, 1.8rem);
    white-space: nowrap;
}
.hNav_a:hover{ color: #19860f; }
.hNav_icon{
    margin: 0 auto 1rem auto;
    width: fit-content;
    height: 4rem;
}
.hNav_icon img{ height: 100%; }
.h_clickItem{ display: none; }
.uhTel_wrap, .uhTel_box{/*電話*/
    display: flex;
    align-items: center;
}
.uhTel_icon{ width: clamp(14rem, 10.9375vw, 21rem); }
.uhTel_icon2{
    margin-right: 1rem;
    width: clamp(2rem, 2.1354166666666665vw, 4.1rem);
    font-size: 0;
}
.uhTel_info{ min-width: 22rem; }
.uhTel_furi{
    padding: 0 1rem;
    border-radius: 3rem;
    display: flex;
    background-color: var(--dull-green);
    justify-content: space-between;
}
.uhTel_furi_span{
    font-size: clamp(1.2rem, 0.7291666666666666vw, 1.4rem);
    color: #fff;
    letter-spacing: -.1em;
}
.uhTel_furi_span:nth-of-type(2){ margin: 0 2rem 0 1.4rem; }
.uhTel{
    font-size: clamp(3.3rem, 2.34375vw, 4.5rem);
    letter-spacing: .025em;
}
.uhTel_time{
    font-size: clamp(1.2rem, 0.7291666666666666vw, 1.4rem);
    text-align: end;
}
.headerBtn_bg, .headerSP_nav_logoBox, .contactLink_info_wrap_SPheader{ display: none; }
@media screen and ( max-width: 1200px ){
    header{ position: fixed; }
    .header{
        padding: 0 0;
        background-color: transparent;
        align-items: initial;
    }
    .uhTel_wrap{ display: none; }
    .hLogo{
        border-radius: 0 0 4rem 0;
        padding: 0 3.85%;
        display: flex;
        /* max-width: 45.5rem; */
        max-width: 42.5rem;
        min-width: 22rem;
        width: 58.4%;
        /* height: clamp(5rem, 14.743589743589745vw, 11.5rem); */
        height: clamp(5rem, 12.82051282051282vw, 10rem);
        background-color: #eee;
        align-items: center;
    }
    .headerSP_logo{ width: 100%; }
    .uhLogo_text{
        /* top: clamp(5.5rem, 7.179487179487179vw, 5.6rem);
        left: clamp(4rem, 8.717948717948717vw, 6.8rem); */
        font-size: clamp(1.25rem, 1.6666666666666667vw, 1.3rem);
    }
    .headerBtn_bg{/*ハンバーガーメニュー*/
        position: relative;
        display: block;
        width: clamp(5rem, 14.871794871794872vw, 11.6rem);
        height: clamp(5.845rem, 16.666666666666664vw, 13rem);
        background-image: url(../img/common/hamburgerBg.png);
        background-size: cover;
        cursor: pointer;
        z-index: 100;
    }
    .headerBtn_bg::before{
        content: "MENU";
        position: absolute;
        font-weight: 700;
        right: 22.5%;
        bottom: 28%;
        font-size: clamp(.65rem, 1.7948717948717947vw, 1.4rem);
        color: #fff;
    }
    .menu_active::before{ content: "閉じる"; }
    .menu_active{ background-image: none; }
    .headerBtn_span{
        position: absolute;
        display: block;
        right: 25%;
        width: clamp(2rem, 5.128205128205128vw, 4rem);
        height: .2rem;
        background: #fff;
        position: absolute;
        transition: all 0.3s;
    }
    .headerBtn_span:nth-child(1){ top: clamp(1rem, 3.8461538461538463vw, 3rem); }
    .headerBtn_span:nth-child(2){ top: clamp(1.5rem, 5.769230769230769vw, 4.5rem); }
    .headerBtn_span:nth-child(3){ top: clamp(2rem, 7.6923076923076925vw, 6rem); }
    .menu_active .headerBtn_span:nth-child(1){
        transform: rotate(45deg);
        top: clamp(2rem, 6.41025641025641vw, 5rem);
    }
    .menu_active .headerBtn_span:nth-child(2){ opacity: 0; }
    .menu_active .headerBtn_span:nth-child(3){
        transform: rotate(-45deg);
        top: clamp(2rem, 6.41025641025641vw, 5rem);
    }
    body.active{
        height: 100%;
        overflow: hidden;
    }
    .headerSP_bg{/*メニュー背景*/
        position: fixed;
        top: 0;
        right: -100%;
        padding: 1.5rem 0 11rem;
        width: 100%;
        height: 100%;
        background-image: url(../img/common/headerBg_SP.png);
        transition: .5s all;
        overflow: auto;
    }
    #headerBtn.menu_active+.headerSP_bg{ right: 0; }
    .headerSP_nav_logoBox{
        padding: 0 2.5%;
        display: block;
        width: fit-content;
    }
    .headerSP_nav_logo{ width: clamp(20rem, 50.641025641025635vw, 39.5rem); }
    .hNav{/*メニュー*/
        margin: 4.5rem auto 0;
        min-width: initial;
        width: 95%;
    }
    .hNav_ul{
        display: flex;
        flex-wrap: wrap;
        gap: 2rem 5.2%;
    }
    .hNav_li{
        border-radius: clamp(3rem, 5.128205128205128vw, 4rem);
        width: 29.8%;
        height: fit-content;
        background-color: #fff;
    }
    .hNav_li:where(:nth-of-type(6), :nth-of-type(7), :nth-of-type(8), :nth-of-type(10)){ height: auto; }
    .hNav_li::before{ display: none; }
    .hNav_li_SP{ display: block; }
    .hNav_a{
        position: relative;
        padding: 3.3% 7.3%;
        display: flex;
        height: 100%;
        font-size: clamp(1.25rem, 1.8333333333333333vw, 2.2rem);
        align-items: center;
    }
    .hNav_a::before{
        content: "";
        position: absolute;
        top: 50%;
        right: 9%;
        display: block;
        width: clamp(1.4rem, 3.076923076923077vw, 2.4rem);
        height: clamp(1.3rem, 2.9487179487179485vw, 2.3rem);
        background-image: url(../img/common/arrowR_green.png);
        transform: translate(0%, -50%);
        -webkit-transform: translate(0%, -50%);
    }
    .hNav_open::before {
        top: 32%;
        rotate: 270deg;
    }
    .h_clickItem{
        position: relative;
        padding: 1.6rem 0;
    }
    .h_clickItem::before{
        content: "";
        position: absolute;
        top: 3%;
        left: 50%;
        border-bottom: .1rem dashed var(--dull-green);
        width: calc(100% - 7.4%);
        transform: translateY(0%) translateX(-50%);
        -webkit-transform: translateY(0%) translateX(-50%);
    }
    .h_clickItem_a{
        padding: .4rem 7.4%;
        display: block;
    }
    .hNav_icon{
        margin: 0 clamp(.5rem, 1.9230769230769231vw, 1.5rem) 0 0;
        height: 3.5rem;
        font-size: 0;
    }
    .uhNav_icon1{ width: 3.281rem; }
    .uhNav_icon2{ width: 3.344rem; }
    .uhNav_icon3{ width: 3.176rem; }
    .uhNav_icon4{ width: 4.012rem; }
    .uhNav_icon5{ width: 3.267rem; }
    .uhNav_icon6{
        width: 3.2rem;
        height: 2.092rem;
    }
    .uhNav_icon7{
        width: 3.325rem;
        height: 2.8rem;
    }
    .uhNav_icon8{ width: 2rem; }
    .uhNav_icon9{
        width: 3.2rem;
        height: 1.956rem;
    }
    .uhNav_icon10{ width: 2.917rem; }
    .uhNav_icon11{/*かし保険*/
        width: 2.4rem;
        height: 3.086rem;
    }
    .uhNav_icon12{ width: 4.065rem; }
    .headerSP_clickItem{/*ドロップダウンメニュー*/
        padding: 0 2.083333333333333vw 2rem;
        display: none;
        transition: initial;
    }
    .headerSP_clickItem_li:first-of-type{
        padding-top: .7rem;
        border-top: .25rem dotted #e1eedf;
    }
    .headerSP_clickItem_a{
        display: block;
        line-height: 1.85;
        font-size: clamp(1.8rem, 1.8333333333333333vw, 2.2rem);
    }
    .contactLink_info_wrap_SPheader{
        margin: 0 auto;
        padding: 9.23% 2.4rem !important;
        border-radius: clamp(2rem, 6.41025641025641vw, 5rem) !important;
        display: block;
        width: 95% !important;
        background-color: #fff !important;
    }
    .contactLink_info_wrap_SPheader .contactLink_areaTime_title{
        color: #fff;
        background-color: var(--dull-green);
    }
}
@media screen and ( max-width: 780px ){
    .uhLogo_text{
        /* top: clamp(3.4rem, 8.076923076923077vw, 6.3rem);
        left: clamp(3.9rem, 9.35897435897436vw, 7.3rem); */
        font-size: clamp(.75rem, 1.858974358974359vw, 1.45rem);
    }
    .hNav_ul{/*メニュー*/
        gap: 2.8rem 8%;
    }
    .hNav_li{ width: 46%; }
    .hNav_a, .h_clickItem_a{ font-size: clamp(1.6rem, 2.8205128205128207vw, 2.2rem); }
    .h_clickItem::before{
        top: 2%;
        width: calc(100% - 15.5%);
    }
    .hNav_a{
        border-radius: 4rem;
        padding: 3.3% 7.4%;
    }
    .hNav_a:hover { color: #4f302c; }
}
@media screen and ( max-width: 500px ){
    .headerSP_bg{ padding: .5rem 0 11rem; }
    .hNav_ul{ gap: 1.6rem 0; }
    .hNav_li{
        margin: 0 auto;
        width: 88%;
    }
    .hNav_a{ padding: 1rem 2.4rem; }
    .uhNav_icon{ height: 2.1rem; }
    .uhNav_icon1{ width: 1.969rem; }
    .uhNav_icon2{ width: 2.007rem; }
    .uhNav_icon3{ width: 1.906rem; }
    .uhNav_icon4{ width: 2.407rem; }
    .uhNav_icon5{ width: 1.96rem; }
    .uhNav_icon6{
        width: 2.3rem;
        height: 1.504rem;
    }
    .uhNav_icon7{
        width: 2.2rem;
        height: 1.853rem;
    }
    .uhNav_icon8{ width: 1.2rem; }
    .uhNav_icon9{
        width: 2.3rem;
        height: 1.406rem;
    }
    .uhNav_icon10{ width: 1.75rem; }
    .uhNav_icon11{/*かし保険*/
        width: 2.1rem;
        height: 2.7rem;
    }
    .uhNav_icon12{ width: 2.439rem; }
}

/*============================================
    お問い合わせリンク・footer
============================================*/
.contactLink{/*お問い合わせリンク*/
    position: relative;
    /* margin-top: -15.1rem; */
    margin-top: -21.5vh;
    padding: clamp(20rem, 14.583333333333334vw, 28rem) 0 5.4rem;
    width: 100%;
    background-image: url(../img/common/footerContactBg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center bottom;
    z-index: 2;
}
.contactLink_inner{
    margin: 0 auto;
    max-width: 120rem;
    width: 90%;
}
.title_contactLink{
    font-size: clamp(2.8rem, 3.125vw, 6rem);
    color: var(--dull-green);
    text-align: center;
}
.contactLink_info_wrap{
    position: relative;
    margin-top: clamp(4rem, 3.3333333333333335vw, 6.4rem);
    border-radius: var(--borderRadius-50);
    padding: 4.8rem 6.4rem;
    width: 100%;
    background-color: rgba(255, 255, 255, .67);
}
.contactLink_info_wrap_footer::before{
    content: "";
    position: absolute;
    background-image: url(../img/common/footerIcon.png);
    right: 0;
    top: clamp(-23rem, -11.979166666666668vw, -1rem);
    width: clamp(22rem, 18.75vw, 36rem);
    height: clamp(16.353rem, 13.936979166666665vw, 26.759rem);
}
.contactLink_info_box{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 3.2rem 1.6rem;
}
.contactLinkTel_info{
    max-width: 50rem;
    width: 47%;
}
.contactLinkTel_furi{
    margin-bottom: .8rem;
    padding: 0 4rem;
    display: flex;
    font-size: clamp(1.8rem, 1.3020833333333335vw, 2.5rem);
    justify-content: space-between;
}
.contactLink_areaTime{
    margin-bottom: .8rem;
    display: flex;
    font-size: var(--fontSize-20);
}
.contactLink_areaTime:first-of-type{ margin-top: 2.4rem; }
.contactLink_areaTime:last-of-type{ margin-bottom: 0; }
.contactLink_areaTime_title{
    margin-right: 1.6rem;
    border-radius: 3rem;
    display: block;
    width: 14rem;
    text-align: center;
    background-color: #fff;
    box-shadow: 0 .3rem 1.5rem 0 rgba(123, 113, 97, 0.11);
}
.contactLink_btn{
    margin-bottom: 2.8rem;
    width: 100%;
}
.contactLink_btn:last-of-type{ margin-bottom: 0; }
.contactLink_btn_a{
    position: relative;
    border-radius: 5rem;
    padding: 2.4rem 1.6rem;
    display: block;
    font-size: clamp(1.6rem, 1.5625vw, 3rem);
    text-align: center;
    background-color: var(--bright-yellow);
    box-shadow: 0 .3rem 1.5rem 0 rgba(123, 113, 97, 0.11);
}
.contactLink_btn_a::before{
    content: "";
    position: absolute;
    top: 50%;
    right: 2.5vw;
    width: clamp(1.8rem, 1.25vw, 2.4rem);
    height: clamp(1.6rem, 1.1458333333333333vw, 2.2rem);
    background-image: url(../img/common/arrowR.png);
    transform: translateY(-50%) translateX(0%);
    -webkit-transform: translateY(-50%) translateX(0%);
}
footer{/*footer*/
    background-color: var(--dull-green);
}
.footer_inner{
    margin: 0 auto;
    padding: 6.4rem 0 1.6rem;
    max-width: 170rem;
    width: 95%;
}
.footer_contents{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.footer_info{
    max-width: 43rem;
    width: 40%;
}
.footer_logo{ width: clamp(22rem, 15.625vw, 30rem); }
.footer_text_box{ margin: 3.2rem 0; }
.footer_banner{ width: clamp(25rem, 18.75vw, 36rem); }
.footer_nav{
    max-width: 104rem;
    width: 80%;
}
.footer_text, .footer_a, .footer_sub_a{
    font-size: clamp(1.5rem, 0.9375vw, 1.8rem);
    color: #fff;
}
.footer_nav{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.footer_ul{ width: 20%; }
.footer_a{
    padding: 1.6rem 0;
    display: block;
    border-bottom: .1rem dashed #fff;
}
.footer_ul:last-of-type{ width: 100%; }
.footer_sub_ul{
    padding: 1.6rem 1.6rem 1.6rem .8rem;
    background-color: #6fbc68;
}
.footer_ul:last-of-type .footer_sub_ul{
    display: flex;
    flex-wrap: wrap;
    /* justify-content: space-between; */
}
.footer_sub_a{
    position: relative;
    padding: .4rem 0 .4rem clamp(1.4rem, 0.9375vw, 1.8rem);
    display: block;
}
.footer_sub_a::before{
    content: "・";
    position: absolute;
    left: 0;
}
.footer_ul:last-of-type .footer_sub_li{ width: calc(100% / 4); }
.copyright{
    margin-top: clamp(3.2rem, 9.230769230769232vw, 7.2rem);
    display: block;
    font-size: clamp(1.2rem, 1.7948717948717947vw, 1.4rem);
    color: #fff;
    text-align: end;
}
@media screen and ( max-width: 1200px ){
    .contactLink{/*お問い合わせリンク*/
        margin-top: -14rem;
    }
    .contactLink_info_box{ flex-direction: column; }
    .contactLinkTel_info{ width: 100%; }
    .contactLinkTel_info:first-of-type{ width: 80%; }
    .contactLinkTel_info:last-of-type{
        display: flex;
        max-width: initial;
        gap: 1.6rem 1.6rem;
    }
    .contactLink_btn{ margin-bottom: 0; }
    .footer_inner{/*footer*/
        width: 90%;
    }
    .footer_contents{
        flex-direction: column;
        align-items: start;
    }
    .footer_info{ width: 100%; }
    .footer_nav{
        margin-top: 2.4rem;
        width: 100%;
    }
    .footer_ul{ width: 20%; }
    .footer_ul:last-of-type{ width: 100%; }
}
@media screen and ( max-width: 780px ){
    .contactLink{/*お問い合わせリンク*/
        margin-top: -8rem;
        padding: clamp(18.4rem, 38.46153846153847vw, 30rem) 0 clamp(7.2rem, 21.794871794871796vw, 17rem);
        background-image: url(../img/common/footerContactBg_SP.png);
    }
    .title_contactLink{ font-size: clamp(2.8rem, 5.128205128205128vw, 4rem); }
    .contactLink_info_wrap{
        padding: 7.2rem 2.4rem;
    }
    .contactLink_info_wrap_footer::before{
        right: clamp(-3.5rem, -4.487179487179487vw, -1rem);
        top: clamp(-31rem, -39.743589743589745vw, -1rem);
        width: clamp(16rem, 46.15384615384615vw, 36rem);
        height: clamp(11.893rem, 34.30641025641025vw, 26.759rem);
    }
    .contactLink_info_box{
        /* gap: clamp(2.4rem, 8.205128205128204vw, 6.4rem) 0; */
        gap: clamp(2.4rem, 4.102564102564102vw, 3.2rem) 0;
    }
    .contactLinkTel_info{ max-width: 61.5rem; }
    .contactLinkTel_info:first-of-type, .contactLinkTel_info:last-of-type{ width: 100%; }
    .contactLinkTel_info:last-of-type{
        /* flex-direction: column; */
        /* gap: clamp(1.6rem, 4.102564102564102vw, 3.2rem) 0; */
        flex-wrap: wrap;
        justify-content: center;
    }
    .contactLinkTel_furi{
        /* padding: 0 clamp(.3rem, 2.051282051282051vw, 1.6rem); */
        padding: 0 clamp(.3rem, 6.153846153846154vw, 4.8rem);
        /* font-size: clamp(1.2rem, 3.205128205128205vw, 2.5rem); */
        font-size: clamp(1.2rem, 2.307692307692308vw, 1.8rem);
    }
    /* .contactLink_areaTime{ font-size: clamp(1.6rem, 3.205128205128205vw, 2.5rem); } */
    .contactLink_areaTime:first-of-type{ margin-top: clamp(1.6rem, 13.076923076923077vw, 2.4rem); }
    .contactLink_areaTime_title{
        padding: .3rem 0 0;
        /* width: clamp(10.5rem, 21.794871794871796vw, 17rem); */
        width: clamp(10.5rem, 17.94871794871795vw, 14rem);
    }
    .contactLink_btn{
        max-width: 31.9rem;
        min-width: 25rem;
        width: 48%;
    }
    .contactLink_btn_a{ padding: clamp(1.6rem, 3.076923076923077vw, 2.4rem) 1.6rem; }
    .contactLink_btn_a:hover{ background-color: var(--bright-yellow); }
    .footer_text_box, .footer_banner, .footer_nav{/*footer*/
        display: none;
    }
    .footer_inner{
        padding: 4.8rem 0 2.4rem;
        width: 100%;
    }
    .footer_contents{ align-items: center; }
    .footer_logo{
        margin: 0 auto;
        width: clamp(22rem, 38.46153846153847vw, 30rem);
    }
    .footer_logo:hover{ opacity: 1; }
    .copyright{
        text-align: center;
    }
}
@media screen and ( max-width: 500px ){
    .contactLink_areaTime{/*お問い合わせリンク*/
        flex-direction: column;
        gap: .6rem 0;
    }
    .contactLink_btn{
        max-width: initial;
        min-width: initial;
        width: 100%;
    }
    .contactLink_info_wrap_footer::before{
        right: 0;
        top: -3.5rem;
        width: 14rem;
        height: 10.406rem;
    }
}

/*============================================
    トップリンク
============================================*/
#pagetop{
    position: fixed;
    right: clamp(1rem, 2.564102564102564vw, 2rem);
    bottom: clamp(1rem, 4.487179487179487vw, 3.5rem);
    width: clamp(5rem, 12.051282051282051vw, 9.4rem);
    height: clamp(4.734rem, 11.41025641025641vw, 8.9rem);
    z-index: 5;
}
#pagetop img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
body.active #pagetop{ display: none; }