body {
    font-family: 'Noto Sans JP', sans-serif;
    color: #333333;
  }
  .cl {
      clear: both;
  }
  a,button{
    scroll-behavior: smooth;
  }
  /* --------------------------------
     header
  -------------------------------- */
  header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0 0 16px 0;
    background: #fff;
    z-index: 5000;
  }
h2 span{
    display: inline-block;
}
.head_info {
    display: flex;
    justify-content: space-between; 
    align-items: center;
    width: 100%;
    max-width: 1200px;
    margin: 10px auto;
}
.menu-sp{
    display: none !important;
}

.header-br{
    display: none;
}
.leftinfo{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1.37em;
}
.leftinfo ul{
    display: flex;
    justify-content: space-between; 
    gap: 10px;
    align-items: center;
    max-width: 624px;
}
.leftinfo ul li{
    width: 280px;
    height: 48px;
}
.leftinfo ul li p{
    font-size: clamp(0.938rem, 0.771rem + 0.83vw, 1.188rem);
    line-height: 0.9;
    letter-spacing: 0.065em;
    text-align: center;
}
.br-sp{
    display: none;
}
.leftinfo ul li p span{
    display: inline-block;
    padding-left: 0.3em;
    font-size: 75%;
    letter-spacing: 0.01em;
}
.leftinfo ul li a{
    position: relative;
    display: flex;
    padding: 0 0.2em 0 0.5em;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    gap: 0.75em;
    text-align: center;
    background: #D76717;
    font-weight: 700;
    border-bottom: 5px solid #9A4A10;
    border-radius: 2px;
    transition: all 0.2s ease-in-out;
}

.leftinfo ul li a:hover{
    filter: brightness(110%);
    margin-top: 2px;
    border-bottom: 2px solid #9A4A10;
}
.logo {
    width: 300px;
    min-width: 20%;
}
.floating-banner {
    position: fixed; /* 追従 */
    z-index: 5000; /* 他の要素の下に隠れないように */
    top: 55%; /* バナーの上下の位置 */
    right: 0; /* バナーの左右の位置 */
}
.pc {
width: 100px; /* バナーの横幅を指定 */
}
.sp {
display: none; /* PCではスマホ用のバナーは非表示に */
}

.floating-list{
    display: flex;
    flex-direction: column;
    line-height: 1.2;
}
.floating-list li a,
.floating-list li button{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0.4em;
    padding: 0.4em 0 0;
    width: 6.1em;
    height: 6.5em;
    color: #fff;
    font-family: Arial, 'Noto Sans JP', sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    border-right: none;
    transition: all 0.2s ease-in-out;
}
.floating-list li a svg,
.floating-list li button svg{
    display: block;
    margin: 0 auto;
    width: 30%;
    height: auto;
    fill: #fff;
}
.floating-list li a span>span,
.floating-list li buton span>span{
    font-size: 112%;
}
.floating-list_tel button{
    background: #202162;
    border: none;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    border-radius: 1em 0 0 0;
}
.floating-list_tel button:hover{
    filter: brightness(160%);
}
.floating-list_line a{
    background: #13B900;
    border-left: 1px solid #fff;
    border-radius: 0;
}
.floating-list_line a:hover{
    filter: brightness(110%);
}
.floating-list_web a{
    background: #F07C2E;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    border-radius: 0 0 0 1em;
}
.floating-list_web a:hover{
    filter: brightness(130%);
}


.header-contact a{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.56em;
    padding: 0.67em 1.62em 0.67em 1.5em;
    color: #003284;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    border: 2px solid #003284;
    border-radius: 2em;
    background: #fff;
    white-space: nowrap;
    transition: all 0.2s ease-in-out;
}
.header-contact a:hover{
    color: #fff;
    background: #003284;
}
.header-contact a svg>path{
    transition: all 0.2s ease-in-out;
}
.header-contact a:hover svg>path{
    fill: #fff;
}


nav {
    width: 100%;
    background: #1c2660;
    position: absolute;
    z-index: 1000;
    transition: .5s;
}
.fixed{
    position: fixed;
    top: 0;
}
nav.transform{
    background: rgba(255,255,255,1);
    color: #1c2660;
}
nav.transform #gnavi ul li a {
    color: #1c2660;
}
nav #gnavi {
    width: 1200px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 20px;
}
nav #gnavi ul {
    display: flex;
    justify-content: space-between; 
    align-items: center;
}
nav #gnavi ul li a{
    display: block;
    padding: 20px 0;
    font-weight: bold;
    transition: .5s;
}
nav #gnavi ul li a:hover{
    color: #8091E8;
}
@media screen and (max-width: 1080px){
    .leftinfo{
        gap: 0.5em;
    }
}
@media screen and (max-width: 1024px) {
    .head_info {
        max-width: 750px;
        flex-direction: column;
        gap: 15px;
    }
    .leftinfo{
        gap: 1.1em;
    }
}
@media screen and (max-width: 800px) {
    .head_info {
        max-width: 600px;
    }
    .leftinfo{
        gap: 1.6em;
    }
    .leftinfo{
        font-size: 0.92em;
    }
    nav #gnavi ul li a {
        font-size: 16px;
    }
    .adjust{
        display: block;
        margin-top:-126px;
        padding-top:126px;
     }
}
@media screen and (max-width: 600px) {
    .logo {
        width: 200px;
    }
    .floating-banner {
        top: auto;
        bottom: 0;
        width: 100%;
    }
    .floating-list{
        flex-direction: row;
        border-top: 1px solid #fff;
        line-height: 1.15;
        box-shadow: 0px 0px 6px 3px rgba(0,0,0,0.15);
    }
    .floating-list li{
        /* LINEありのとき */
        /* width: calc(100% / 3); */
        /* LINEなしとのき */
        width: calc(100% / 2);
    }
    .floating-list li a,
    .floating-list li button{
        gap: 6%;
        flex-direction: row;
        padding: 0.4em 0 0.3em;
        width: 100%;
        height: 3.5em;
        font-size: clamp(0.875rem, 0.446rem + 2.14vw, 1.25rem);
        border: none;
        border-radius: 0;
        text-align: left;
        letter-spacing: 0.07em;
    }
    .floating-list li a svg, 
    .floating-list li button svg{
        margin: 0;
        width: 23%;
        max-width: 36px;
    }
    .floating-list li.floating-list_tel button svg{
        width: 20%;
        max-width: 32px;
    }
    
    .br-sp{
        display: block;
    }
    
    .leftinfo ul {
        gap: 6px;
        width: 100%;
        justify-content: left;
    }
    .leftinfo ul li {
        width: 37vw;
        height: 4em;
    }
    .leftinfo ul li a{
        gap: 1em;
        padding: 0 0.2em 0 0.4em;
    }
    .leftinfo ul li a svg{
        width: 17%;
        height: auto;
    }
    .leftinfo ul li p{
        font-size: clamp(0.938rem, 0.58rem + 1.79vw, 1.25rem);
        text-align: left;
    }
    .leftinfo ul li p span{
        font-size: 60%;
    }

    .shoplist.leftinfo ul li{
        width: calc(33% - 0px);
    }

    .header-contact{
        display: none;
    }

    nav{
        width: 60%;
    }
    nav #gnavi{
    padding: 1em 0.5em 1em 2em;
    }
    nav #gnavi ul{
    margin: 0 auto 15px;
    flex-wrap: wrap;
    width: 260px;
    gap: 0.2em;
    }
    nav #gnavi ul li{
        text-align: left;
        width: 100%;
    }
    nav #gnavi ul li button{
    display: block;
    margin: 0 auto;
    padding: 10px 0;
    font-size: 16px;
    }
    nav #gnavi ul li a {
        padding: 4vw 0;
    }
    .menu-sp{
    display: block !important;
    }
    .menu-pc{
    display: none !important;
    }
    .menu-contact{
    display: block !important;
    width: 100% !important;
    color: #fff;
    font-weight: 700;
    text-align: center;
    }
    .menu-contact li{
    margin: 0 auto 15px;
    display: block !important;
    width: 100% !important;
    max-width: 290px;
    height: 66px;
    }
    .menu-contact li a,
    .menu-contact li button{
    position: relative;
    padding: 0 !important;
    font-size: 17px !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 42px;
    background: #fff;
    border-bottom: 5px solid #AEB7CE;
    border-radius: 2px;
    }
    .menu-contact li a svg,
    .menu-contact li button svg{
    position: absolute;
    display: block;
    top: 50%;
    left: 26px;
    transform: translateY(-50%);
    }
    .menu-contact li a:hover,
    .menu-contact li button:hover{
    margin-top: 2px !important;
    border-bottom: 2px solid #AEB7CE;
    color: #fff !important;
    }
    .menu-contact_text{
    font-size: 14px;
      }
        .menu-contact li a.-white{
        color: #202162;
        }
        .menu-contact li a.-white:hover{
            color: #202162 !important;
            }
        .menu-contact li button.-yellow{
            background: #CB8D00;
            border-bottom: 5px solid #8E6300;
        }
        .menu-contact li button.-yellow:hover{
            border-bottom: 2px solid #8E6300;
        }
        .menu-contact li a.-green{
            background: #13B900;
            border-bottom: 5px solid #008E2B;
        }
        .menu-contact li a.-green:hover{
            border-bottom: 2px solid #008E2B;
        }
        .header-br{
            display: block;
        }

        /* btn-menu */
        .btn-trigger_outer {
            position: fixed;
            top: 0;
            right: 0;
            width: 13%;
            min-width: 52px;
            aspect-ratio: 1;
            background: #202162;
            z-index: 19;
        }
        .btn-trigger {
            position: absolute;
            top: 0;
            right: 0;
            z-index: 20;
            width: 100%;
            min-width: 52px;
            aspect-ratio: 1;
            line-height: 1;
            border-radius: 0.1rem;
            background: none;
            border: none;
        }
        .btn-trigger_span {
            position: absolute;
            right: 50%;
            translate: 50% 0;
            width: 80%;
            height: 2px;
            background: #fff;
            transition: all 0.3s ease-in-out;
        }
        .btn-trigger_span:first-of-type {
            top: 22%;
        }
        .btn-trigger_span:nth-of-type(2) {
            top: 42%;
        }
        .btn-trigger_text {
            position: absolute;
            display: block;
            right: 50%;
            bottom: 17%;
            translate: 50% 0;
            color: #fff;
            font-size: clamp(0.75rem, 0.464rem + 1.43vw, 1rem);
            font-weight: 700;
            text-transform: uppercase;
            text-align: center;
            letter-spacing: 0.01em;
        }
        .btn-trigger.active .btn-trigger_span:first-of-type {
            top: 30%;
            rotate: 22deg;
            width: 80%;
        }
        .btn-trigger.active .btn-trigger_span:nth-of-type(2) {
            rotate: -22deg;
            top: 30%;
            width: 80%;
        }
        .nav{
            position: fixed;
            display: block;
            top: 5em;
            right: -100vw;
            transition: all 0.4s ease-in-out;
            z-index: 3000;
            height: 100vh;
        }
        .nav.open{
            display: block;
            right: 0;
            overflow: scroll;
        }
        header{
            padding: 0;
            box-shadow: 0px 8px 6px -2px rgba(0, 0, 0, 0.10);
        }
    }

main{ 
    margin: 0 0 60px 0;
    padding: 164px 0 0 0;
}
.con_box {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
}
.cont_ttl {
    margin: 20px auto 30px auto;
    padding: 16px 0;
    background: #F6FAFD;
    border: solid #D5E4F7 1px;
    text-align: center;
}
.indexttl {
    font-size: 36px;
    font-weight: 800;
    color: #071B7D;
    text-align: center;
}
@media screen and (max-width: 1024px) {
main{ 
    padding: 227px 0 0 0;
}
.con_box {
    width: 90%;
    font-size: 14px;
} 
}
@media screen and (max-width: 800px) {
main{ 
    padding: 180px 0 0 0;
}
.head_info {
    max-width: 700px;
}
.logo {
    width: 150px;
}
#breadcrumbs ul {
    margin: 20px 0 10px 0;
    font-size: 12px;
}
.indexttl {
    font-size: 24px;
}
}

/********** contact_box  **********/
.contact_box {
    width: 100%;
    max-width: 800px;
    margin: 100px auto;
    padding: 0 0 40px 0;
    background: #E1FFBE;
    text-align: center;
}
.contact_box .contact_ttl {
    margin: 0 0 40px 0;
}
.contact_box .contact_item {
    width: 100%;
    max-width: 500px;
    margin: 0 auto 20px auto;
    border-bottom: dotted 1px #707070;
}
.contact_box .contact_item img{
    width: 100%;
    margin: 0 auto;
}
.contact_box ul {
    width: 300px;
    margin: 10px auto 16px auto;
    text-align: left;
} 
.contact_box ul li{
    margin: 12px 0;
}
.contact_box p a,
.contact_box p button {
    padding:  0 0 0 10px;
    font-size: 26px;
    color: #333333;
    cursor: pointer;
}
/********** breadcrumb **********/
#breadcrumbs ul {
  display: flex;
  margin: 10px 0;
  font-size: 14px;
}
#breadcrumbs ul li a span {
    color: #036eb8;
}
#breadcrumbs ul li a {
    transition: .5s;
}
#breadcrumbs ul li a:hover {
    opacity: .7;
}
/********** btn **********/
.btn {
    display: block;
    max-width: 500px;
    min-width: 270px;
    width: 70%;
    margin: 30px auto 0 auto;
    padding: 12px;
    border-radius: 40px;
    color: #000;
    font-weight: bold;
    background: #F5F56F;
    transition: .8s;
}
  .btn:hover{
    color: #000;
    background: #FFFFBC;
}
/* --------------------------------
    footer
-------------------------------- */
footer h4{
    margin-bottom: 0.6em;
    line-height: 1.3;
}
footer h4>span{
    display: inline-block;
}
footer {
    margin: 130px 0 0 0;
    background: #071B7D;
    color: #fff;
}
.footcontent{
    padding: 60px 10px 0;
}
.footinner {
    display: flex;
    gap: 1em;
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
}
.footbox {
    width: 20%;
}
.footbox.-news{
    width: calc( 100% - 20% * 3);
}
.footbox.-news h4{
    margin-bottom: 1em;
}
.footbox .footer-newslist{
    display: flex;
    flex-direction: column;
    gap: 1em;
}
.footbox .footer-newslist a{
    display: flex;
    gap: 0.8em;
}
.footbox.-news .footer-newslist li a:hover{
    opacity: 1;
    text-decoration: underline;
}
.footer-newslist li time{
    display: block;
}
.footbox .footer-newslist li{
    line-height: 1.3;
}
.footer-newslist li h5{
    font-weight: 400;
}
.footbox ul {
    margin: 0 0 0 10px ;
}
.footbox ul li {
    font-size: 14px;
    line-height: 2;
}
.footbox ul li a {
    transition: .5s;
}
.footbox ul li a:hover {
    opacity: .7;
    color: #ebe5bd;
}

.invoice{
    margin: 3em 0 0;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
}
.invoice dt::after{
    content: '：';
}
.invoice dt,
.invoice dd{
    display: inline-block;
}

.copyright {
    margin: 1em 0 0 0;
    padding: 6px 0;
    background: #CECECE;
    color: #071b7d;
    text-align: center;
}
.copyright a{
    color: #071b7d;
}
.sns{
    display: flex;
    justify-content: center;
    gap: 1.4em;
    margin: 1.8em auto 0;
    max-width: 110px;
}
.sns li{
    /* LINEありのとき */
    /* width: 55px; */
    /* LINEなしのとき */
    width: 45px;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    transition: all 0.2s ease-in-out;
}
.sns li a{
    width: 100%;
    height: 100%;
}
.sns li:hover{
    opacity: 0.7;
}
.sns li a{
    display: flex;
    justify-content: center;
    align-items: center;
}
.sns li a img{
    display: block;
}


@media screen and (max-width: 1024px) {
    .company {
        width: 80%;
    }
    .company ul li .shopname {
        font-size: 12px;
    }
    .company ul {
        font-size: 12px;
    }
    .company ul li {
        width: 40%;
    }
    .company ul li:last-child {
        width: 55%;
    }
}

@media screen and (max-width: 800px) {

.company {
    width: 94%;
}
.company dl,
.company dl dt {
    font-size: 14px;
}
.company ul {
    display: block;
}
.company ul li,
.company ul li:last-child {
    width: 100%;
}
.company ul li:last-child  {
    margin: 60px 0 0 0;
}
.company ul li p.add {
    float: left;
    margin: 16px 50px 0 0;
}
footer {
    margin: 0;
}
.footcontent{
    padding: 2.4em 10px 2em;
}
.footinner {
    flex-wrap: wrap;
    gap: 2em 1em;
}
.footbox {
    width: 30%;
}
.footbox ul {
    margin: 0 0 20px 0;
  }
    .footbox.-news{
        width: 100%;
    }
}

@media (max-width: 600px) {
    main{ 
        padding: 14.4vw 0 0;
    }
    .head_info{
        padding: 1.6vw 17% 2vw 2%;
        margin: 0;
        display: flex;
        flex-direction: row;
        justify-content:space-between;
    }
    .logo{
        width: 38vw;
    }
    .contact_box {
        margin: 40px auto;
        padding: 0 0 20px 0;
    }
    .contact_box .contact_ttl {
        margin: 0 0 20px 0;
    }
    .contact_box p a,
    .contact_box p button{
        display: block;
    }
    .contact_box ul {
        width: 80%;
        text-align: center;
    } 
    .btn {
        margin: 10px auto 0 auto;
        font-weight: initial;
        font-size: 12px;
        
    }
    .copyright{
        padding: 6px 0 4.5em;
    }
}

@media (max-width: 480px){
    .leftinfo ul li{
        line-height: 0.4;
        height: 12.5vw;
        min-height: 47px;
    }
    .leftinfo ul li a{
        gap: 0.5em;
    }
    .btn-trigger_outer{
        width: 13.7%;
    }
    main{ 
        padding: 15.8vw 0 0;
    }
    .nav{
        top: 16.2vw;
    }
}
@media (max-width: 374px){
    .head_info{
        padding: 1.6% 60px 2% 2%;
    }
}
/* --------------------------------
    textpage
-------------------------------- */
#textpage .subttl {
    margin: 40px auto 0 auto;
    padding: 10px 0;
    color: #fff;
    background: #036eb8;
    text-align: center;
}
#textpage h3 {
    margin: 60px auto 0 auto;
    padding: 0 0 6px 0;
    border-bottom: solid 2px #036eb8;
    font-size: 18px;
    text-align: left;
}
.subttl + h3 {
    margin: 20px auto 0 auto!important;
}
#textpage table {
    margin: 20px 0 0 0;
    border: solid 1px #333333;
    text-align: left;
}
#textpage table tr {
    border-bottom: solid 1px #333333;
}
#textpage table th {
    padding: 20px;
    border-right: solid 1px #333333;
    font-weight: initial;
}
#textpage p {
    margin: 10px auto;
    line-height: 1.3;
}
#textpage ul {
    margin: 0 0 0 16px;
}
#textpage ul li {
    margin: 10px;
}
@media screen and (max-width: 500px) {
    .footbox{
        width: 48%;
        font-size: 15px;
    }
    .footinner{
        gap: 2em 0.6em;
    }
}

/* 修理事例TOP・BLOG */
.repair_box h2 {
    color: #1c2660;
    margin: 60px auto 20px auto;
    font-size: 48px;
    font-weight: 900;
    text-align: center;
}
.main_box.repair_box{
    padding: 0.5rem 0 1rem;
    max-width: 1000px;
}
.main_box.repair_box ul li:nth-child(2n) a {
    width: 100%;
}
.repair-list{
    margin: 0 auto 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 2rem 1rem;
}
.repair-list::after {
    display: block;
    content:"";
    width: calc(100%/3 - 1rem);
}
.page-blog .repair-list::after {
    width: calc(100%/2 - 0.5rem);
}
.repair_box .repair-item{
    position: relative;
    width: calc(100%/3 - 1rem);
    text-align: left;
    border-radius: 5px;
    overflow: hidden;
}
.page-blog.repair_box .repair-item{
    width: calc(100%/2 - 0.5rem);
}
.repair_box .repair-item a{
    padding: 0;
    color: #1c2660;
    font-weight: 700;
    background: #fff;
}
.repair-img{
    margin: 0 auto 10px;
    width: 100%;
    aspect-ratio: 6 / 3;
    border-radius: 5px;
    overflow: hidden;
}
.repair-item a img{
    display: block;
    object-fit: cover;
    aspect-ratio: 6 / 3;
    transition: all 0.3s ease-in-out;
}
.repair_box .repair-item a:hover img{
    transform: scale(1.1);
}
.repair_box .repair-item h3{
    margin: 0 0 5px;
    font-size: 1em;
    line-height: 1.35;
    text-align: left;
}
.repair_box .repair-item .date{
    padding: 0;
    margin: 0;
    color: #888;
    font-size: 0.85em;
    background: none;
}
.repair_box .repair-item .date svg{
    display: inline-block;
    margin-right: 0.15em;
}
.repair_box .repair-catname{
    position: absolute;
    top: 0;
    right: 0;
    padding: 2px 8px;
    margin: 0;
    width: auto;
    background: #1c2660;
    border-radius: 0 5px 0 5px;
    color: #fff;
    font-size: 0.85em;
}
.price-swich_btn{
    position: relative;
    display: block;
    padding: 6px 0 7px;
    margin: 4px auto 0;
    width: 300px;
    color: #fff;
    font-weight: 700;
    text-align: center;
    background: #071B7D;
    border: 2px solid #071B7D;
    transition: all 0.2s ease-in-out;
    box-sizing: border-box;
}
.price-swich_btn::after{
    content: '';
    position: absolute;
    top: 50%;
    right: 2em;
    transform: translateY(-50%);
    display: block;
    clip-path: polygon(39% 14%, 52% 0, 100% 50%, 52% 100%, 39% 86%, 76% 50%);
    height: 0.74em;
    aspect-ratio: 1;
    background-color: #fff;
    transition: all 0.2s ease-in-out;
}
.btnList li a:hover,
.price-swich_btn:hover{
    color: #071b7d;
    background-color: #fff;
}
.btnList li a:hover::after,
.price-swich_btn:hover::after{
    background-color: #071b7d;
}

@media(max-width: 800px){
    .main_box.repair_box ul.repair-list{
    display: flex;
    font-size: 16px;
    }
    .repair_box h2 {
        font-size: 22px;
        margin: 40px auto 20px auto;
    }
    .main_box.repair_box ul li{
    margin: 0;
    }
}
@media(max-width: 600px){
    .repair_box{
    padding: 0rem 0 1rem;
    }
    .repair-list::after {
        width: calc(100%/2 - 0.5rem);
    }
    .repair_box .repair-item{
    width: calc(100%/2 - 0.5rem);
    }
    .repair_box .repair-item h3{
    font-size: 0.9em;
    }
    .repair_box .repair-catname,
    .repair_box .repair-item .date{
    font-size: 0.7em;
    }
    .price-swich_btn{
    font-size: 0.88em;
    }
}
@media(max-width: 360px){
    .leftinfo ul li a{
        font-size: 14px;
    }
}

/* btn-set */
.btn-lead{
    margin: 0 auto 0.25em;
    color: #1c2660;
    font-size: clamp(0.813rem, 0.729rem + 0.42vw, 0.938rem);
    font-weight: 700;
    letter-spacing: 0.065em;
    line-height: 1;
    text-align: center;
}
.btn-lead::before{
    display: inline-block;
    padding-right: 0.3em;
    content: '\FF3C';
}
.btn-lead::after{
    display: inline-block;
    padding-left: 0.3em;
    content: '\FF0F';
}
.btnCommon-box{
    display: grid !important;
    gap: 0.45em 0.6em;
    grid-template-rows: repeat(2, 1fr);
    grid-template-columns: repeat(2, 1fr);
    margin: 0 auto !important;
    width: 98% !important;
    max-width: 600px !important;
    font-size: 16px;
    font-weight: 700;
}
.btnCommon-lead{
    margin: 0 auto 0.35em;
    color: #1c2660;
    font-size: clamp(0.813rem, 0.763rem + 0.25vw, 0.887rem);
    font-weight: 700;
    text-align: center;
    letter-spacing: 0.065em;
}
.btnCommon-lead::before{
    content: '\FF3C';
    display: inline-block;
    padding-right: 0.25em;
}
.btnCommon-lead::after{
    content: '\FF0F';
    display: inline-block;
    padding-left: 0.25em;
}
.btnCommon-tel{
    /* LINEボタンあり */
    /* grid-area: 1 / 1 / 2 / 2; */
    /* LINEボタンなし */
    grid-area: 1 / 1 / 2 / 3;

}
.btnCommon-line{
    grid-area: 1 / 2 / 2 / 3;
}
.btnCommon-web{
    grid-area: 2 / 1 / 3 / 3;
}
.btnCommon-tel,
.btnCommon-line,
.btnCommon-web{
    margin: 0 auto;
    width: 100%;
    color: #fff;
    text-align: center;
    line-height: 1;
}
.btnCommon-tel button,
.btnCommon-tel a,
.btnCommon-line a,
.btnCommon-web a{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.6em;
    width: 100%;
    height: 44px;
    font-weight: 700;
}
.btnCommon-tel img,
.btnCommon-line img,
.btnCommon-web img{
    display: block;
}
.btnCommon-tel span,
.btnCommon-line span,
.btnCommon-web span{
    display: block;
}
.btnCommon-tel button,
.btnCommon-tel a{
    border: 2px solid #071B7D;
    background: #071B7D;
    transition: all 0.2s ease-in-out;
}
.btnCommon-tel button svg,
.btnCommon-tel a svg{
    fill: #fff;
    transition: all 0.2s ease-in-out;
}
.btnCommon-tel button:hover,
.btnCommon-tel a:hover{
    color: #071B7D;
    background: #fff;
}
.btnCommon-tel button:hover svg,
.btnCommon-tel a:hover svg{
    fill: #071B7D;
}
.btnCommon-line a{
    border: 2px solid #13B900;
    background: #13B900;
    transition: all 0.2s ease-in-out;
}
.btnCommon-line a svg{
    fill: #fff;
    transition: all 0.2s ease-in-out;
}
.btnCommon-line a:hover{
    color: #13B900;
    background: #fff;
    opacity: 1 !important;
}
.btnCommon-line a:hover svg{
    fill: #13B900;
}
.btnCommon-web a{
    border: 2px solid #D76718;
    background: #D76718;
    transition: all 0.2s ease-in-out;
}
.btnCommon-web a svg{
    fill: #fff;
    transition: all 0.2s ease-in-out;
}
.btnCommon-web a:hover{
    color: #D76718;
    background: #fff;
    opacity: 1 !important;
}
.btnCommon-web a:hover svg{
    fill: #D76718;
}

.btnCommon-blog{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0.8em auto 0;
    width: fit-content;
    color: #1c2660;
    font-size: clamp(0.813rem, 0.763rem + 0.25vw, 0.887rem);
    font-weight: 700;
    text-align: center;
    line-height: 1.3;
    border-bottom: 1px solid;
    transition: all 0.2s ease-in-out;
}
.btnCommon-blog::after {
    content: '';
    display: block;
    clip-path: polygon(39% 14%, 52% 0, 100% 50%, 52% 100%, 39% 86%, 76% 50%);
    height: 0.74em;
    aspect-ratio: 1;
    background-color: #1c2660;
}
.btnCommon-blog:hover{
    color: #1c2660;
    border-bottom: 1px solid rgba(255,255,255,0);
}
.popup-tel_list{
    display: flex;
    flex-direction: column;
    gap: 1em;
}

@media(max-width: 500px){
    .btnCommon-tel button,
    .btnCommon-tel a,
    .btnCommon-line a,
    .btnCommon-web a{
        gap: 0.4em;
    }
}

/*******************
popup
********************/
.popup-container{
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
    pointer-events: none;
    text-align: center;
}
.popup-container.open{
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100vh;
    background: rgba(60, 60, 60, 0.7);
    z-index: 6000;
    opacity: 1;
    pointer-events: auto;
}
.popup{
    position: absolute;
    top: 14%;
    left: 50%;
    transform: translateX(-50%);
    padding: 2.3rem 1.2rem 2.5rem;
    width: 82%;
    max-width: 340px;
    background: #fff;
    border: 2px solid #071B7D;
    box-shadow: 0px 0px 0px 1rem #fff;
    z-index: 35;
}
.popup-close{
    position: absolute;
    display: block;
    top: -5rem;
    right: -1.2rem;
    width: 3.8rem;
    aspect-ratio: 1;
    background: #071B7D;
    border: 1px solid rgba(255, 255, 255, 0.7);
}
.popup-close::before{
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotateZ(45deg);
    width: 30px;
    height: 1px;
    background: #fff;
}
.popup-close::after{
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotateZ(-45deg);
    width: 30px;
    height: 1px;
    background: #fff;
}
.popup-logo{
    display: block;
    margin:  0 auto 8%;
    width: 70%;
}
.popup hr{
    padding: 0 0 12%;
    border: none;
    border-top: 1px solid #D6D6D6;
}
.popup-list{
    display: flex;
    flex-direction: column;
    gap: 3.8rem;
    color: #333;
    font-weight: 700;
    line-height: 1.3;
}
.popup-item p{
    margin: 0 auto 0.8rem;
}
.popup-item a{
    margin: auto;
    display: block;
    width: 97%;
    max-width: 300px;
}

.popup-tel_lead{
    margin: 0 auto 1em;
    color: #333;
    font-weight: 700;
}