@media screen and (min-width: 960px) {
    header.first .headerBox {
        backdrop-filter: none;
        background: transparent;
    }
    header.first .logo_img-link {
        opacity: 0;
    }
}
@media (hover: hover) {
    header.first .headerBox:hover {
        background: #fff;
        filter: none
    }
}

/*====================================================
////id |  mv
====================================================*/
#mv {
    overflow: hidden;
}
#mv::before {
    background: var(--l_yellow);
    content: '';
    display: block;
    margin: auto;
    position: absolute;
        left: 0;
        bottom: 0;
}
.mv-logo {
    margin: auto;
    position: absolute;
        top: min(2vw, 30px);
        left: 2vw;
    width: min(11vw, 165px);
    height: 150px;
    z-index: 111111;
}
.mv-img {
    margin: auto;
    position: absolute;
        top: 0;
}
.mv-head-wrapper {
    display: grid;
}
.mv-head {
    display: grid;
    grid-gap: .35em;
    font-weight: 500;
    letter-spacing: .12em;
}
.mv-head-text {
}
.mv-head-text-inner {
    display: inline-block;
    line-height: 1.2;
    padding: .2em .5em;
}
.mv-point-wrapper {
    display: flex;
        gap: min(3.7vw, 40px);
    margin-bottom: 1.18em;
}
.mv-point {
    background: rgba(87, 179, 133, .8);
    border: solid 1px #fff;
    border-radius: 100%;
    color: #fff;
    display: flex;
        align-items: center;
        justify-content: center;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
    width: 8.5em;
    height: 8.5em;
}
.mv-tel {
    background: var(--w_green);
    border: solid 3px var(--l_green);
    border-radius: 10px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .33);
    padding: min(.5vw, 9px) min(3vw, 50px) min(1.8vw, 12px);
}
.mv-tel-text {
    display: inline-block;
    font-size: min(3.75vw, 2.1rem);
    line-height: 1.4;
    padding: 0 .8em;
    position: relative;
}
.mv-tel-text::before,
.mv-tel-text::after {
    background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 17 25"><path fill="%234f775c" d="M0,5.37L11.02,0l3.85,16.07,2.14,8.93L0,5.37Z" /></svg>') no-repeat bottom center / contain;
    content: '';
    display: block;
    margin: auto;
    position: absolute;
        bottom: .2em;
    width: .5em;
    height: 1em;
}
.mv-tel-text::before {
    left: 0;
}
.mv-tel-text::after {
    right: 0;
    transform: scale(-1, 1);
}
.mv-tel-deital {
    display: flex;
        align-items: center;
        justify-content: center;
}
.mv-tel-no {
    font-size: min(6.5vw, 4.5rem);
}
.mv-tel-time {
    font-size: min(2.65vw, 1.9rem);
    line-height: 1.2;
    margin-left: .75em;
}
.mv-tel-time .br-time {
    display: unset;
}
/* ////////// mobile ////////// */
@media screen and (max-width: 959.9px) {
    .mv-logo {
        display: none;
    }
}
@media screen and (max-width: 769px) {
    #mv::before {
        width: 44%;
        height: 100%;
    }
    .mv-img {
        top: min(9.8vw, 40px);
        right: 0;
        width: 90%;
        height: min(90vw, 400px);
    }
    .mv-inner {
        padding: min(66vw, 240px) 0 20px;
    }
    .mv-main_text {
        line-height: 1.5;
        margin-bottom: 1em;
        text-shadow: 0 0 .3em #fff, 0 0 .3em #fff, 0 0 .3em #fff, 0 0 .3em #fff, 0 0 .3em #fff, 0 0 .3em #fff, 0 0 .3em #fff, 0 0 .3em #fff, 0 0 .3em #fff, 0 0 .7em #fff, 0 0 .7em #fff, 0 0 .7em #fff, 0 0 .7em #fff, 0 0 .7em #fff, 0 0 .7em #fff, 0 0 .7em #fff;
    }
    .mv-head {
        font-size: min(6.4vw, 4rem);
        margin-left: -5vw;
        margin-bottom: .7em;
    }
    .mv-head-text-inner {
        padding-left: 5vw;
    }
    .mv-point-wrapper {
        font-size: min(3.3vw, 2.0rem);
        gap: min(2.5vw, 20px);
        letter-spacing: .02em;
    }
}

/* ////////// PC ////////// */
@media print, screen and (min-width: 769px) {
    #mv {
        /* padding-left: calc(min(13vw, 260px) - (50vw - min(45vw, 700px))); */
    }
    #mv::before {
        width: 60%;
        height: 68%;
    }

    .mv-img {
        left:  min(15vw, 260px);
        height: min(40vw, 580px);
        width: min(calc(100% - min(15vw, 260px)), calc(700px + 50vw));
    }
    .mv-img img {
        object-position: right;
    }
    .mv-inner {
        margin: 0 5% 0 min(15vw, 260px);
        padding: min(10vw, 240px) 0 60px;
        width: calc(95% - min(15vw, 260px));
        max-width: 1400px;
    }
    .mv-wrapper {
        padding-left: min(5vw, 100px);
    }
    .mv-head-wrapper {
        margin-left: calc(min(5vw, 100px) * -1);
    }
    .mv-head {
        font-size: min(3.7vw, 5.8rem);
        margin-bottom: 1em;
    }
    .mv-head-text-inner {
        padding-left: min(5vw, 100px);
    }
    .mv-main_text {
        color: #fff;
        font-weight: 700;
        line-height: 1.5;
        margin-bottom: 2em;
        text-shadow: 0 0 .8em rgba(51, 51, 51, .6), 0 0 .8em rgba(51, 51, 51, .6), 0 0 .8em rgba(51, 51, 51, .6);
    }
    .mv-point-wrapper {
        font-size: min(1.8vw, 2.2rem);
        gap: min(2vw, 40px);
        margin-left: -1em;
    }
    .mv-point {
        border-width: 3px;
    }
    .mv-tel {
        display: inline-block;
    }
}

@media screen and (min-width:769px) and (max-width:960px) {
    #mv {
        padding-left: 0;
    }
    .mv-img {
        height: min(68vw, 560px);
    }
    .mv-inner {
        padding: min(30vw, 240px) 0 60px;
    }
    .mv-head {
        font-size: min(5vw, 5.8rem);
    }
    .mv-point-wrapper {
        font-size: min(2.2vw, 2.2rem);
        gap: min(2vw, 40px);
    }
}


@media screen and (min-width:1600px) {
    .mv-img {
        /* left:  calc(100% - min(calc((95% - min(15vw, 260px)), 1400px)) - 5%); */
        height: 100%;
        /* width: calc(700px + 50vw); */
    }
    .mv-img img {
        object-position: right;
    }
}

@media screen and (min-width:1763px) {}

@media screen and (min-width:1910px) {
    .mv-img {
        left: calc(50% - 700px);
        width: calc(50% + 700px);
    }
    .mv-inner {
        margin: 0 auto;
    }
}


/*====================================================
////id |  service
====================================================*/
.service-head {
    font-size: min(7vw, 3.8rem);
}
.service-item-wrapper {
    display: grid;
    margin-top: min(12.8vw, 64px);
}
.service-item-img {
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}
.service-item-img-text {
    background: rgba(0, 0, 0, .5);
    backdrop-filter: blur(3px);
    color: #fff;
    display: flex;
        align-items: center;
        justify-content: center;
    font-weight: 500;
    opacity: 0;
    position: absolute;
        top: 0;
        left: 0;
    transition: .3s ease-in-out;
    width: 100%;
    height: 100%;
}
.service-item-img-text .arrow {
    filter: brightness(0) invert(1);
}
.service-item dt {
    margin-bottom: .4em;
    padding: .8em 0 .5em;
    position: relative;
    transition: .3s ease-in-out;
}
.service-item dt::after {
    border-bottom: solid 1px var(--mainColor);
    content: '';
    display: block;
    margin: auto;
    position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
    width: 22px;
    height: 0;
}
/* ////////// mobile ////////// */
@media screen and (max-width: 769px) {
    .service-item-wrapper {
        grid-gap: min(10vw, 50px);
        margin-left: auto;
        margin-right: auto;
        width: min(100%, 500px);
    }
    .service-item-img .coverImg {
        padding-top: 53.7%;
    }
    .service-item dt {
        font-size: min(5.3vw, 2.4rem);
    }
}

/* ////////// PC ////////// */
@media print, screen and (min-width: 769px) {
    .service-text {
        font-weight: 500;
    }
    .service-item-wrapper {
        grid-gap: min(6vw, 70px) min(3.5vw, 60px);
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    }
    .service-item-img .coverImg {
        padding-top: 62.5%;
    }
    .service-item dt {
        font-size: min(2.8vw, 2.4rem);
    }
}

@media (hover: hover) {
    .service-item-link:hover .service-item-img-text {
        opacity: 1;
    }
    .service-item-link:hover dt {
        color: var(--orange);
    }
}

/*====================================================
////id |  point
====================================================*/
#point {
    background: url('../img/top/point_bg.webp') no-repeat center / cover;
}
.point-head {
    font-size: min(7vw, 3.3rem);
}
.point-item-wrapper {
    display: grid;
    margin-top: min(12.8vw, 64px);
}
.point-item {
    background: #fff;
    border-radius: min(2.6vw, 15px);
    overflow: hidden;
}
.point-item dt {
    line-height: 1.4;
    position: relative;
}
.point-item .title_sub {
    font-size: min(4vw, 1.6rem);
    font-weight: 500;
}
.point-item .text {
    margin-top: 1em;
}
/* ////////// mobile ////////// */
@media screen and (max-width: 769px) {
    .point-item-wrapper {
        grid-gap: min(10vw, 50px);
        margin-left: auto;
        margin-right: auto;
        width: min(100%, 500px);
    }
    .point-item dl {
        padding: min(6.4vw, 24px) min(5vw, 30px);
    }
    .point-item dt {
        font-size: min(5.3vw, 2.4rem);
    }
    .point-item .title_sub {
        font-size: min(4vw, 1.6rem);
    }
}

/* ////////// PC ////////// */
@media print, screen and (min-width: 769px) {
    .point-item-wrapper {
        grid-gap: min(6vw, 70px) min(3.5vw, 60px);
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    }
    .point-item dl {
        padding: min(3vw, 32px) min(2vw, 24px);
    }
    .point-item dt {
        font-size: min(2.8vw, 2.4rem);
    }
    .point-item .title_sub {
        font-size: min(1.7vw, 1.6rem);
    }
    .point-item .text {
        text-align: center;
    }
}

@media screen and (min-width:960px) {
    .point-item-wrapper {
        grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    }
}

@media (hover: hover) {}

/*====================================================
////id |  greeting
====================================================*/
#greeting {
    overflow: hidden;
}
.greeting-head {
    font-size: min(7vw, 3.8rem);
}
.greeting-img {
    position: relative;
    z-index: 10;
}
.greeting-text {
    position: relative;
}
.greeting-text::before {
    background: var(--l_yellow);
    content: '';
    display: block;
    margin: auto;
    position: absolute;
}
.greeting-head_sub {
    letter-spacing: .1em;
    line-height: 1.65;
    margin-bottom: .8em;
}
.greeting-text .name {
    font-size: 1.1em;
}

/* ////////// mobile ////////// */
@media screen and (max-width: 769px) {
    .greeting-inner {
        padding-bottom: 0;
    }
    .greeting-text::before {
        bottom: 0;
        left: -5vw;
        width: 100vw;
        height: calc(100% + min(20vw, 120px));
        z-index: -1;
    }
    .greeting-img {
        margin-left: -5vw;
        width: 100%;
    }
    .greeting-img .coverImg {
        padding-top: min(66%, 380px);
    }
    .greeting-text {
        padding: min(12vw, 45px) 0 min(14vw, 55px);
    }
    .greeting-head_sub {
        font-size: min(6.4vw, 3.0rem);
    }
}

/* ////////// PC ////////// */
@media print, screen and (min-width: 769px) {
    .greeting-wrapper {
        display: grid;
            grid-gap: min(6vw, 80px);
            grid-template-columns: auto min(60%, 700px);
        margin-top: 64px;
    }
    .greeting-img {
        padding: min(5vw, 86px) 0;
    }
    .greeting-img .coverImg {
        margin-left: calc((50vw - min(45vw, 600px)) * -1);
        width: calc(100% + 50vw - min(45vw, 600px));
        height: 100%;
    }
    .greeting-text {
        padding: min(10vw, 100px) 0 min(7vw, 75px);
    }
    .greeting-text::before {
        bottom: 0;
        left: -24%;
        width: calc(100% + 24% + (50vw - min(45vw, 600px)));
        height: 100%;
        z-index: -1;
    }
    .greeting-head_sub {
        font-size: min(3.3vw, 3.3rem);
    }
}

@media (hover: hover) {}

/*====================================================
////id |  flow
====================================================*/
#flow {
    overflow: hidden;
}
.flow-item-wrapper {
    margin-top: min(10.5vw, 56px);
}
.flow-slider .splide__track {
    overflow: visible;
}
.splide__slide {
    position: relative;
}
.splide__slide:first-child::before,
.splide__slide:last-child::before {
    background: var(--w_green);
    content: '';
    display: block;
    margin: auto;
    position: absolute;
        top: 0;
    width: 200px;
    height: 100%;
    z-index: 10;
}
.splide__slide:first-child::before {
    right: 100%;
}
.splide__slide:last-child::before {
    left: 100%;
}
.flow-item-no {
    font-size: 2rem;
    line-height: 1;
    margin-bottom: 1em;
    text-align: center;
}
.flow-item-no .no {
    display: inline-block;
    font-weight: 700;
    padding: 0 .8em;
    position: relative;
}
.flow-item-no .no::before,
.flow-item-no .no::after {
    border-top: solid 1px var(--mainColor);
    content: '';
    display: block;
    margin: auto;
    position: absolute;
        top: 0;
        bottom: 0;
    width: 150px;
    height: 0;
}
.flow-item-no .no::before {
    right: 100%;
}
.flow-item-no .no::after {
    left: 100%;
}
.flow-item-main {
    background: #fff;
    border-radius: 15px;
    padding: 10px;
    text-align: center;
}
.flow-item-img {
    margin: 10px auto 0;
    width: 30%;
}
.flow-item-img .coverImg {
    padding-top: 87.5%;
}
.flow-item-title {
    display: flex;
        align-items: center;
        justify-content: center;
    font-size: min(4.8vw, 2rem);
    text-align: left;
    min-height: 3em;
}
.flow-item-text {
    margin-top: 20px;
}
/* ////////// mobile ////////// */
@media screen and (max-width: 960px) {
    .flow-item-wrapper {
        margin-left: auto;
        margin-right: auto;
        max-width: 600px;
    }
}
@media screen and (max-width: 680px) {
    .flow-item-wrapper {
        max-width: 400px;
    }
    .flow-item-no .no::before,
    .flow-item-no .no::after {
        width: 170px;
    }
}
@media screen and (max-width: 540px) {
    .flow-item-wrapper {
        margin-left: 0;
        width: 90%;
    }
}
/* ////////// PC ////////// */
@media print, screen and (min-width: 769px) {
    .flow-item-title {
        font-size: min(2.4vw, 2rem);
    }
    .flow-main_text {
        font-weight: 500;
    }
}

@media (hover: hover) {}

/*====================================================
////id |  faq
====================================================*/
.faq-item-wrapper {
    margin-top: min(8vw, 55px);
}
/* ////////// mobile ////////// */
@media screen and (max-width: 769px) {
}

/* ////////// PC ////////// */
@media print, screen and (min-width: 769px) {
}

@media (hover: hover) {}

/*====================================================
////id |  news
====================================================*/
#news::before {
    background: var(--l_yellow);
    content: '';
    display: block;
    margin: auto;
    position: absolute;
        top: 0;
        left: 0;
    width: 62.5%;
    height: 100%;
}
.news-inner {
    padding: min(13.3vw, 64px) 0;
}
.news-wrapper {
    background: #fff;
    padding: min(10.5vw, 70px) 0 min(10.5vw, 64px) min(7.4vw, 160px);
}
.news-link {
    margin-top: min(10.5vw, 40px);
}
/* ////////// mobile ////////// */
@media screen and (max-width: 769px) {
}

/* ////////// PC ////////// */
@media print, screen and (min-width: 769px) {
}
@media screen and (min-width: 1330px) {
    .news-wrapper {
        padding-left: 160px;
    }
    .news-head {
        margin-bottom: min(5vw, 20px);
    }
}

@media (hover: hover) {}

/*====================================================
////id |  access
====================================================*/
#faq + #access::before { /*newsが無い場合*/
    background: var(--l_yellow);
    content: '';
    display: block;
    margin: auto;
    position: absolute;
        top: 0;
        left: 0;
    width: 100%;
    height: 100%;
}
.access-inner {
    /* max-width: 1060px; */
}
.access-map iframe {
    width: 100%;
    height: min(61vw, 360px);
}

.access_map {
    width: 100%;
    max-width: 1000px;
    margin-inline: auto;

}
.access_map p {
    font-size: 26px;
    /* font-weight: bold; */
    text-align: center;
}
.access_map figure {
    width: 100%;
    margin-top: 10px;
}
.access_text {
        width: 100%;
    max-width: 1000px;
    margin-inline: auto;
    margin-top: 15px;
}





/* ////////// mobile ////////// */
@media screen and (max-width: 769px) {
    .access_map p {
    font-size: 26px;
}
}

/* ////////// PC ////////// */
@media print, screen and (min-width: 769px) {
}

@media (hover: hover) {}

/*====================================================
////id |  xxx
====================================================*/

/* ////////// mobile ////////// */
@media screen and (max-width: 769px) {
}

/* ////////// PC ////////// */
@media print, screen and (min-width: 769px) {
}

@media (hover: hover) {}
