@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&family=Noto+Serif+JP&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@500&display=swap');

/*  ----------------------------------------------------------

index

----------------------------------------------------------  */
.top-kv {
    position: relative;
}

.top-kv-txt {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    width: 100%;
    z-index: 99;
    text-align: center;
    color: var(--main-color);
    font-weight: bold;
}

.top-kv-catch {
    font-size: 4rem;
    line-height: 1.4;
    margin-bottom: 2rem;
    text-shadow: 2px 2px 0 #FFF, -2px -2px 0 #FFF,
        -2px 2px 0 #FFF, 2px -2px 0 #FFF,
        0px 2px 0 #FFF, 0 -2px 0 #FFF,
        -2px 0 0 #FFF, 2px 0 0 #FFF;
}

.top-kv-lead {
    text-shadow: 0 0 8px rgba(0, 0, 0, 0.8), 0 0 4px rgba(0, 0, 0, 0.6);
}

.slider > div {
    height: 50rem;
    background-size: cover;
}

.slide-1 {
    background: url(../img/top-kv1.jpg) no-repeat center;
}

.slide-2 {
    background: url(../img/top-kv2.jpg) no-repeat center;
}

.slide-3 {
    background: url(../img/top-kv3.jpg) no-repeat center;
}
.slide-4 {
    background: url(../img/top-kv4.jpg) no-repeat center;
}

.slide-5 {
    background: url(../img/top-kv5.jpg) no-repeat center;
}


.top-concept {
    background-size: cover;
    /* background: #C0ECFF; */
    background: #d9c6d0;
}

.top-concept-wrap {
    display: flex;
    justify-content: center;
    gap: 5rem;
    align-items: flex-start;
    margin-bottom: 6rem;
}

.top-concept-wrap > * {
    width: 45%;
}

.top-concept-wrap h3 {
    font-size: 2rem;
    margin-bottom: 2rem;
    line-height: 1.8;
}

.top-concept-btn {
    display: flex;
    justify-content: center;
    gap: 5rem;
}

@media screen and (max-width: 767px) {
    .top-concept-btn {
        flex-direction: column;
        gap: 3rem;
    }

}

.top-news dl {
    display: flex;
    flex-wrap: wrap;
    border-top: solid 2px #cad7ec;
    border-bottom: solid 2px #cad7ec;
    margin-bottom: 6rem;
}

.top-news dl dt {
    width: 15%;
    text-align: center;
    color: var(--sub-color);
    font-weight: bold;
    padding: 2rem 0;
}

.top-news dl dd {
    width: 85%;
    padding: 2rem 0;
}

.top-news dl dt:not(:last-of-type),
.top-news dl dd:not(:last-of-type) {
    border-bottom: solid 1px #ebd7e1;
}

.top-menu {
    background: #f9fcff;
    border-top: solid 2px #ebd7e1;
    border-bottom: solid 1px var(--main-color);
}

.top-menu-wrap {
    display: flex;
    justify-content: space-between;
    margin-bottom: 6rem;
}

.top-menu-wrap > * {
    width: 23%;
}

.top-menu-wrap img {
    margin-bottom: 1.5rem;
    object-fit: cover;
    width: 23.5rem;
    height: 20rem;
}

.top-menu-btn {
    display: flex;
    justify-content: center;
    gap: 5rem;
}


@media screen and (max-width: 767px) {
    .top-menu-wrap img {
        width: 100%;
    }

    .top-menu-btn {
        flex-direction: column;
        gap: 3rem;
    }
}

.top-menu-wrap h3 {
    font-size: 1.8rem;
    margin-bottom: 1rem;
    line-height: 1.8;
}


#loopslider {
    margin: 0 auto 6rem auto;
    width: 100%;
    height: 280px;
    text-align: left;
    position: relative;
    overflow: hidden;
}

#loopslider ul {
    height: 280px;
    float: left;
    display: inline;
    overflow: hidden;
    margin: 0 !important;
    padding: 0 !important;
}

#loopslider ul li {
    width: 280px;
    height: 280px;
    float: left;
    display: inline;
    overflow: hidden;
}

#loopslider ul:after {
    content: '.';
    height: 0;
    clear: both;
    display: block;
    visibility: hidden;
}

#loopslider ul {
    display: inline-block;
    overflow: hidden;
}

.top-voice {
    background: url(../img/top-bg2.jpg) no-repeat center;
    background-size: cover;
}

.top-voice-wrap {
    background: rgba(255, 255, 255, 0.7);
    padding: 3.5rem 4.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.top-voice-wrap > dl {
    width: 20%;
}

.top-voice-wrap > div {
    width: 75%;
}

.top-voice-wrap dl dt {
    margin-bottom: 1rem;
}

.top-voice-wrap dl dd {
    background: var(--sub-color);
    color: #fff;
    text-align: center;
    line-height: 1;
    padding: 1.1rem 0 1rem 0;
}

.top-voice-wrap h3 {
    color: var(--main-color);
    font-size: 2rem;
    margin-bottom: 1rem;
    line-height: 1.8;
}

.top-voice > div:nth-of-type(1) {
    margin-bottom: 3rem;
}

.top-voice > div:nth-of-type(2) {
    margin-bottom: 6rem;
}

.item-question {
    position: relative;
    line-height: 1.8;
    padding-right: 1rem;
    border-bottom: solid 2px #e6ecf6;
    color: var(--main-color);
    font-weight: bold;
    margin-bottom: 3rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all 0.3s;
}

.item-question span {
    display: block;
    width: calc(100% - 11.4rem);
    margin-bottom: 3rem;
}

.item-question:hover {
    cursor: pointer;
    opacity: 0.4;
}

.item-question::before {
    content: 'Q';
    font-family: 'Roboto', sans-serif;
    font-size: 3.6rem;
    line-height: 6rem;
    text-align: center;
    display: block;
    width: 6rem;
    height: 6rem;
    color: #fff;
    background: var(--sub-color);
    margin-right: 2.5rem;
    margin-bottom: 3rem;
}

.item-question::after {
    content: '';
    background: url(../img/arrow3.png);
    background-size: 2.4rem;
    width: 2.4rem;
    height: 2.4rem;
    transition: all 0.3s;
    margin-bottom: 3rem;
}

.item-question.open::after {
    transform: rotate(180deg);
}

.item-content {
    padding-left: 8.5rem;
    position: relative;
    margin-bottom: 6rem;
}

.item-content::before {
    content: 'A';
    font-family: 'Roboto', sans-serif;
    font-size: 3.6rem;
    line-height: 6rem;
    text-align: center;
    display: inline-block;
    width: 6rem;
    height: 6rem;
    color: var(--main-color);
    /* background: #ecf7fb; */
    background: #e5d3dc;
    position: absolute;
    left: 0;
    top: 0;
}

/*
dl.faq dd:last-of-type {
    margin-bottom: 0;
}
*/

.top-access {
    padding: 12rem 0;
    background: var(--sub-white);
    border-top: solid 1px var(--main-color);
}

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

.top-access-wrap > div {
    width: 47%;
}

.top-access-wrap > div:last-of-type {
    padding-right: 5%;
}

.top-access-wrap iframe {
    width: 100%;
    height: 100%;
}

.top-access-info {
    margin-bottom: 1rem;
}

.top-access-info h3 {
    /* color: var(--main-color); */
    margin-bottom: 1rem;
    position: relative;
    padding-left: 2rem;
}

.top-access-info h3::before {
    content: '▼';
    height: 100%;
    width: 100%;
    left: 0;
    position: absolute;
    color: var(--main-color);

}

.top-access-info .note {
    margin: 1rem 0 1.5rem 0;
    font-size: 1.2rem;
}

.top-access-reserve .more {
    margin: 0;
}

address {
    font-style: normal;
    line-height: 1.6;
}

.top-tel {
    font-weight: 800;
    background: url(../img/ico-tel.png) no-repeat left center;
    background-size: 2.2rem auto;
    padding-left: 3rem;
    font-size: 2rem;
}



@media screen and (max-width: 767px) {
    .top-kv {
        position: relative;
        height: 50rem;
    }

    .top-kv-txt {
        width: 90%;
    }

    .top-kv-catch {
        font-size: 2.6rem;
    }

    .top-kv-lead {
        text-align: left;
        line-height: 1.6;
    }

    .top-concept-wrap {
        display: block;
        margin-bottom: 4rem;
    }

    .top-concept-wrap > * {
        width: 100%;
    }

    .top-concept-wrap > *:first-of-type {
        margin-bottom: 3rem;
    }

    .top-news dl {
        display: block;
        margin-bottom: 4rem;
    }

    .top-news dl dt {
        width: 100%;
        text-align: left;
        padding: 2rem 0 0 0;
    }

    .top-news dl dd {
        width: 100%;
        padding: 0 0 2rem 0;
    }

    .top-news dl dt:not(:last-of-type) {
        border-bottom: none;
    }

    .top-menu-wrap {
        flex-wrap: wrap;
        margin-bottom: 4rem;
    }

    .top-menu-wrap > * {
        width: 48%;
    }

    .top-menu-wrap > *:nth-of-type(1),
    .top-menu-wrap > *:nth-of-type(2) {
        margin-bottom: 4rem;
    }


    #loopslider {
        margin: 0 auto 4rem auto;
        height: 140px;
    }

    #loopslider ul {
        height: 140px;
    }

    #loopslider ul li {
        width: 140px;
        height: 140px;
    }

    .slider > div {
        height: 50rem;
    }

    .top-voice-wrap {
        padding: 3.5rem;
        display: block;
    }

    .top-voice-wrap > dl {
        width: 80%;
        margin: 0 auto 3rem auto;
    }

    .top-voice-wrap > div {
        width: 100%;
    }

    .top-access {
        padding: 8rem 0;
    }

    .top-access-wrap {
        display: block;
    }

    .top-access-wrap > div {
        width: 100%;
    }

    .top-access-wrap > div:last-of-type {
        padding-right: 0;
    }

    .top-access-wrap iframe {
        width: 100%;
        height: 40rem;
    }

    .top-access-info {
        margin: 4rem 2rem;
    }

    .top-access-reserve {
        margin: 0 2rem;
    }


}

/*  ----------------------------------------------------------

reserve

----------------------------------------------------------  */
.reserve {
    padding: 0 10% 10rem 10%;
    margin-top: 10rem;
}

.reserve h3 {
    background-size: cover;
}

.reserve h3 a {
    display: block;
    padding: 8rem 0;
    text-align: center;
    color: #fff;
    line-height: 1;
    font-size: 3rem;
    position: relative;
    background: url(../img/arrow1.png) no-repeat center right 30%;
    background-size: 3rem;
    background-color: var(--main-color);
}

.reserve h3 a::after {
    content: '';
    box-shadow: 0 0 0 2px #fff;
    width: 98%;
    height: 88%;
    position: absolute;
    top: 6%;
    left: 1%;

}


.reserve h3 a span {
    font-family: 'Roboto', sans-serif;
    display: block;
    margin-top: 1.5rem;
    font-size: 1.6rem;
    letter-spacing: 0.15em;
}

@media screen and (max-width: 767px) {
    .reserve {
        padding: 0;
    }

    .reserve h3 a {
        background: url(../img/arrow1.png) no-repeat center right 20%;
        background-size: 3rem;
        background-color: var(--main-color);
        padding: 6rem 0;
    }

}

/*  ----------------------------------------------------------

about

----------------------------------------------------------  */
.about-about {
    margin-bottom: 3rem;
    display: flex;
}

.about-about-img-box {
    width: 28%;
    margin-right: 2%;
}

.about-about-box{
    width: 70%;
}

.about-about-inner {
    padding: 3rem;
}

/* リスト */
.about-table {
    list-style: none;
    padding: 0;
    margin: 0;
}

.about-table .row h4 {
    background: var(--sub-color);
    color: #fff;
    padding: 1rem;
    margin-bottom: 2rem;
    font-size: 1.8rem;
    font-weight: bold;
    height: min-content;
    width: 28%;
    text-align: center;
}

.about-table .row {
    display: flex;
    gap: 4rem;
}



.about-table .row .content {
    border-bottom: var(--main-color) dotted 2px;
    width: 72%;
    padding: 1rem;
    margin-bottom: 1rem;
    height: min-content;
}


/* .about .map {
    margin-bottom: 10rem;
} */

.about .map iframe {
    width: 100%;
    height: 40rem;
}



@media screen and (max-width: 767px) {
    .about .map {
        margin-bottom: 0;
    }

    .about-table .row {
        flex-direction: column;
        gap: 0;
        padding-bottom: 3rem;
    }

    .about-table .row h4 {
        width: 100%;
    }

    .about-table .row .content {
        width: 100%;
        text-align: center;
    }
    
    .about-about {
    display: block;
}
    
    .about-about-img-box {
    width: 100%;
    margin-right: 0;
        margin-bottom: 3rem;
}

.about-about-box{
    width: 100%;
}

}

/*  ----------------------------------------------------------

guide

----------------------------------------------------------  */
.about-guide {
    margin-bottom: 3rem;
}

.about-guide-inner div {
    padding-bottom: 2rem;
}

.guide h4 {
    background: var(--sub-color);
    color: #fff;
    line-height: 1.6;
    padding: 0rem 1.7rem 0.6rem 1.7rem;
    margin-bottom: 1.5rem;
    font-size: 1.8rem;
    font-weight: 600;
}

.guide h4 span {
    font-size: 2.4rem;
    font-weight: 800;
    padding-right: 2rem;
}



.about .map iframe {
    width: 100%;
    height: 40rem;
}

.about-guide-inner {
    padding: 3rem;
    display: flex;
    column-gap: 3rem;
}


/*  ----------------------------------------------------------

treatment

----------------------------------------------------------  */


.about-treatment-inner {
    padding: 3rem;
}

.treatment-price-inner {
    padding: 2rem;
}

@media screen and (max-width: 767px) {
    .about-treatment-inner {
        padding: 0rem;
    }
}

.about-treatment-inner div{
    margin-top: 2rem;
}

/*  ----------------------------------------------------------

recruit

----------------------------------------------------------  */

.recruit-about {
    margin-bottom: 3rem;

}

.recruit-table {
    list-style: none;
    padding: 0;
    margin: 0;

}

.recruit-table .row {
    display: flex;
    gap: 4rem;

}

.recruit-table .row h4 {
    background: var(--sub-color);
    color: #fff;
    padding: 1rem;
    margin-bottom: 2rem;
    font-size: 1.8rem;
    font-weight: bold;
    height: min-content;
    width: 28%;
    text-align: center;
}

.recruit-table .row .content {
    border-bottom: var(--main-color) dotted 2px;
    width: 72%;
    padding: 1rem;
    margin-bottom: 1rem;
    height: min-content;
}

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

    .recruit-table .row {
        flex-direction: column;
        gap: 0;
        padding-bottom: 3rem;

    }

    .recruit-table .row h4 {
        width: 100%;
        gap: 0;

    }

    .recruit-table .row .content {
        width: 100%;
        text-align: center;
    }


}

/*  ----------------------------------------------------------

contact

----------------------------------------------------------  */
.contact-tel {
    background: var(--bg-color);
    padding: 3rem;
    margin-bottom: 8rem;
    text-align: center;
    position: relative;
}

.contact-tel::before {
    content: '';
    width: 4rem;
    height: 4rem;
    display: block;
    border-top: 1px solid var(--main-color);
    border-left: 1px solid var(--main-color);
    position: absolute;
    left: 0;
    top: 0;
}

.contact-tel::after {
    content: '';
    width: 4rem;
    height: 4rem;
    display: block;
    border-bottom: 1px solid var(--main-color);
    border-right: 1px solid var(--main-color);
    position: absolute;
    right: 0;
    bottom: 0;
}

.contact-tel p:first-of-type {
    margin-bottom: 1.5rem;
}

.contact-tel-num {
    font-family: 'Oswald', sans-serif;
    font-size: 4.8rem;
    line-height: 1;
}

.contact-tel-num i {
    font-size: 3.6rem;
    vertical-align: 0.1rem;
    margin-right: 0.5rem;
}

.contact-tel-num span {
    font-size: 1.4rem;
    display: block;
    margin-top: 1.2rem;
}

.contact-tel a {
    color: var(--main-color);
}

.contact {
    margin-bottom: 0 !important;
}

.privacy {
    width: auto;
    margin: 0 auto 5rem;
    border: 2px solid #000000;
    padding: 20px;
    font-size: 1.2rem;
    height: 500px;
    overflow: auto;
}


.privacy span {
    font-weight: bold;
}

p.privacy_notes {
    padding: 30px 0 0;
    font-size: 1.2rem;
}

@media screen and (max-width: 767px) {
    .privacy {
        width: 90%;
        font-size: 1.5rem;
    }
}

.CMS-FORM-GROUP {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.CMS-FORM-GROUP label {
    width: 25%;
    font-weight: bold;
}

.CMS-FORM-GROUP input,
.CMS-FORM-GROUP textarea {
    width: 75%;
    padding: 15px;
    border: #ccc solid 1px;
    border-radius: 4px;
    box-sizing: border-box;
}

.CMS-FORM-GROUP textarea {
    height: 120px;
}

.CMS-FORM-GROUP input[type='submit'] {
    background: var(--main-color);
    border: none;
    color: #fff;
    display: block;
    font-size: 16px;
    font-weight: bold;
    width: 200px;
    padding: 20px;
    margin: 0 auto;
}

.CMS-FORM-GROUP input[type='submit'] :hover {}

@media screen and (max-width: 767px) {
    .contact-tel p:first-of-type {
        text-align: left;
    }

    .contact-tel-num {
        font-size: 4.8rem;
    }

    .contact-tel-num i {
        font-size: 3.6rem;
        vertical-align: 0.1rem;
        margin-right: 1rem;
    }

    .contact-tel-num span {
        font-size: 1.8rem;
        margin-top: 1.8rem;
    }

    .CMS-FORM-GROUP {
        display: block;
    }

    .CMS-FORM-GROUP label {
        width: 100%;
        display: block;
        margin-bottom: 10px;
    }

    .CMS-FORM-GROUP input,
    .CMS-FORM-GROUP textarea {
        width: 100%;
    }

    .CMS-FORM-GROUP input[type='submit'] {
        width: 60%;
        margin: 0 auto;
    }
}

/*  ----------------------------------------------------------

news

----------------------------------------------------------  */
.top-news .CMS-NEWS-INDEX {
    border-top: 1.5px dotted var(--main-color);
    border-bottom: 1.5px dotted var(--main-color);
    margin-bottom: 6rem;
}

.top-news .CMS-NEWS-ITEM {
    border-bottom: 1.5px dotted var(--main-color);
}

.top-news .CMS-NEWS-ITEM:last-of-type {
    border-bottom: none;
}

.top-news .CMS-NEWS-ITEM a {
    transition: all 0.3s;
    padding: 2rem 0;
/*    display: flex;*/
    align-items: center;
}

.top-news .CMS-NEWS-ITEM a:hover {
    opacity: 0.6;
}

.top-news .CMS-NEWS-TIME {
    color: var(--main-color);
    font-size: 1.6rem;
    padding-left: 1rem;
    width: 16rem;
    display: block;
    font-weight: bold;
}

.top-news .CMS-NEWS-LINK {
    display: block;
    line-height: 1.6;
/*    width: calc(100% - 16rem);*/
}

.CMS-NEWS-TITLE {
    border-bottom: solid 1px rgba(0, 0, 0, 0.2);
    font-size: 2.4rem;
    line-height: 1.6;
    margin-bottom: 3rem;
    padding: 1rem 0 1.5rem 0;
    position: relative;
    font-weight: bold;
}

.CMS-NEWS-TITLE:after {
    border-bottom: solid 3px var(--main-color);
    bottom: -3px;
    content: ' ';
    display: block;
    position: absolute;
    width: 25%;
}

.CMS-NEWS-CONTENT img {
    width: 80%;
    height: auto;
    display: block;
    margin: 0 auto 20px auto;
}

.news .CMS-NEWS-ITEM {
    margin-bottom: 3rem;
}

.news .CMS-NEWS-ITEM a {
    display: flex;
    align-items: center;
    transition: all 0.3s;
    justify-content: flex-start;
    border: 1px solid #ddd;
    padding: 2rem;
}

.news .CMS-NEWS-ITEM a:hover {
    opacity: 0.8;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
}

.news .CMS-NEWS-ITEM img {
    width: 30%;
    height: auto;
}

.news .CMS-NEWS-TIME {
    color: var(--sub-color);
    font-size: 1.6rem;
    width: 30%;
    display: block;
    text-align: center;
    font-weight: bold;
}

.news .CMS-NEWS-LINK {
    display: block;
    line-height: 1.6;
    width: 70%;
}

.CMS-NEWS-MORE-READ {
    background: var(--main-color);
    border: none;
    border-radius: 0.2rem;
    text-align: center;
    padding: 2rem 0;
    font-size: 1.4rem;
    color: #fff;
    text-align: center;
    margin: 4rem auto 0 auto;
    width: 24rem;
    display: block;
    transition: all 0.3s;
    display: none;
}

.CMS-NEWS-MORE-READ:hover {
    cursor: pointer;
    opacity: 0.6;
}

.top-news .CMS-NEWS-MORE-READ {
    display: none;
}


@media screen and (min-width: 768px) {
    .CMS-NEWS-WRAP {
        display: flex;
        align-items: center;
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .top-news .CMS-NEWS-INDEX {
        margin-bottom: 4rem;
    }

    .top-news .CMS-NEWS-ITEM {
        border-bottom: 1px solid #cad7ec;
    }

    .top-news .CMS-NEWS-ITEM a {
        display: block;
        padding: 2rem 1rem;
    }

    .top-news .CMS-NEWS-TIME {
        padding-left: 0;
        width: 100%;
    }

    .top-news .CMS-NEWS-LINK {
        width: 100%;
    }

    .CMS-NEWS-CONTENT img {
        width: 100%;
    }

    .CMS-NEWS-ITEM a {
        display: block;
    }

    .CMS-NEWS-ITEM a:hover {
        opacity: 0.8;
        box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
    }

    .CMS-NEWS-ITEM img {
        width: 100%;
        height: auto;
        margin-bottom: 1.5rem;
    }

    .news .CMS-NEWS-TIME {
        font-size: 1.6rem;
        width: 100%;
        text-align: left;
    }

    .news .CMS-NEWS-LINK {
        width: 100%;
    }

    .CMS-NEWS-WRAP {
        margin-left: 10px;
    }
}

/*SNS埋め込み*/
/*=============== top-insta ===========*/

.top-insta {
    padding: 5.6rem 0 12.4rem;
}

.top-insta__container {
    margin: 0 auto;
    max-width: 99.7rem;
    padding: 0 2rem;
    position: relative;
    z-index: 5;
}


.CMS-INSTAGRAM-LIST {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
}

.CMS-INSTAGRAM-LIST > * {
    margin-right: 1.7%;
    width: 32.2%;
}

.CMS-INSTAGRAM-LIST > *:nth-of-type(3n) {
    margin-right: 0;
}

.CMS-INSTAGRAM-LIST > *:nth-of-type(n + 4) {
    margin-top: 1.7%;
}

.CMS-INSTAGRAM-LIST > *:nth-of-type(n + 7) {
    display: none;
}



/*topページSNS埋め込み*/

.thanx p {
    margin-bottom: 3rem;
}

/* 表デザインCSS */
table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 5px;
    border: 1px solid var(--main-color);
    color: var(--main-color);
}

table th,
table td {
    /* border: 1px solid #1BA1E6; */
    border: 1px solid var(--main-color);
}

table th {
    padding: 5px 20px;
    /* background: #ECF7FA; */
    background: #e5d3dc;
    width: 50%;
}

.price-table-wrap table th {
    padding: 5px 20px;
    width: auto;
}{
    
}

table td {
    padding: 12px;
    text-align: center;
}

.sp-sns img {
    width: 6rem;
}


.d-flex-guide {
    display: flex;
}

.d-flex-guide div {
    width: 30%;
    flex-shrink: 0;
    margin-right: 20px;
}

.d-flex-guide div img {
    width: 100%;
    flex-shrink: 0;
}

@media screen and (max-width: 767px) {
    .d-flex-guide {
        display: block;
    }

    .d-flex-guide div {
        width: 100%;
        flex-shrink: 0;
        margin-right: 0;
        margin-bottom: 10px;
    }

    .d-flex-guide div img {
        width: 100%;
        flex-shrink: 0;
    }
}

.textlink {
    text-decoration: underline;
}

.top-menu-wrap p {
    font-size: 1.2rem;
}

.item-question-top {
    position: relative;
    line-height: 1.8;
    padding-right: 1rem;
    border-bottom: solid 2px #e6ecf6;
    color: var(--main-color);
    font-weight: bold;
    margin-bottom: 3rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all 0.3s;
    font-size: 2.3rem;
}

.item-question-top span {
    display: block;
    margin-bottom: 3rem;
}

.item-content-top {
    padding-left: 2rem;
    position: relative;
    margin-bottom: 6rem;
    font-size: 1.8rem;
    display: flex;
}

.features-img-box{
    margin-right: 5%;
}

.features-img-box{
    width: 30%;
}

.features-text-box{
    width: 65%;
}


@media screen and (max-width: 767px) {
    .item-content-top {
    display: block;
}
    
    .features-img-box{
    width: 100%;
        margin-right: 0;
        margin-bottom: 1rem;
}

.features-text-box{
    width: 100%;
}
}



/*  ----------------------------------------------------------

Accordion

----------------------------------------------------------  */

.faq__q {
  position: relative;
  cursor: pointer;
  margin-top: 2em;
  padding-left: 3em;
  padding-bottom: 0em;
  color: var(--main-color) !important;
  font-size: 1.6em !important;
  height: 2em;
  display: flex;
  align-items: center;
}
.faq__q--top {
  margin-top: 0.5em;
}
.faq__q--noicon {
  font-size: 1.15em !important;
  padding-left: 0;
  margin-top: 1.5em;
  line-height: 1.5em;
  padding-bottom: 1em;
}
.faq__q--noicon.faq__q--top {
  margin-top: 0em;
}

.faq__q:not(.faq__q--noicon)::before {
  position: absolute;
  top: -0.1em;
  left: 0;
  content: "Q";
  font-family: "Roboto", sans-serif;
  font-size: 1.4em;
  line-height: 1.7em;
  text-align: center;
  display: inline-block;
  width: 1.7em;
  height: 1.7em;
  color: #fff;
  background: #ffae0e;
  margin-right: 1em;
  margin-bottom: 1em;
  vertical-align: -0em;
}
.faq__q::after {
  content: "";
  background: url(../img/plus.png) no-repeat center top / contain;
  width: 1.5em;
  height: 1.5em;
  border: none;
  position: absolute;
  top: 0.3em;
  right: 0;
  transition: all 0.3s;
}
.faq__q.faq__q--noicon:after {
  top: -0.2em;
}
.faq__q.faq__q--open::after {
  background: url(../img/minus.png) no-repeat center top / contain;
  transform: rotate(180deg);
}
.faq__a {
  position: relative;
  margin-top: 0;
  margin-bottom: 3em;
  display: none;
  padding-left: 5em;
}
.faq__a--noicon {
  padding-left: 0;
  line-height: 2;
  font-size: 0.9em;
}
.faq__a:not(.faq__a--noicon)::before {
  position: absolute;
  top: -0.1em;
  left: 0;
  content: "A";
  font-family: "Roboto", sans-serif;
  font-size: 2.7em;
  line-height: 1.4em;
  text-align: center;
  display: inline-block;
  width: 1.4em;
  height: 1.4em;
  color: var(--sub-color);
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
}
.faq__a p {
  margin-top: 0;
}
.faq__a a {
  text-decoration: underline;
}
.faq__a img {
  width: 100%;
  height: auto;
}

.section_s{
   border: solid var(--sub-color);
    padding: 1rem;
    border-radius: 1rem;
}

@media screen and (max-width: 767px) {
  .faq__q {
    padding-right: 3rem;
    font-size: 1.4em !important;
  }
  .faq__q--noicon {
    font-size: 1.1em !important;
    margin-top: 2em;
  }
  .faq__q::after {
    top: 0.4em;
  }
  .faq__a {
    margin-bottom: 40px;
    padding-left: 4.5em;
  }
  .faq__a--noicon {
    padding-left: 0;
  }
  .faq__a::before {
    font-size: 2.4em;
  }
}



/*  ----------------------------------------------------------

FLOW

----------------------------------------------------------  */

.menu_ku_flow_ul {
    width: 100%;
    margin: auto;
    padding-left: 3rem;
}

.menu_ku_flow_ul li {
    display: flex;
    
}

.menu_ku_flow_ul li:nth-child(n+2) {
    margin-top: -0.1rem;
}

.menu_ku_flow_time {
    width: 2em;
    height: 2em;
    border-radius: 50%;
    background:  var(--sub-color);
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-weight: bold;
    font-size: 1.3em;
}


.menu_ku_flow_title {
    text-align: left;
    /* font-weight: bold; */
    font-size: 1.5em;
    /* display: flex;
    justify-content: center;
    align-items: center; */
    padding-left: 1em;

    font-size: 1.2em;
    font-weight: bold;
    line-height: 2;
    color: var(--main-color);

}

.menu_ku_flow_txt {
    align-content: flex-start;
    align-items: flex-start;
    border-bottom: 0px solid var(--sub-color);
    border-left: 0.15em solid var(--sub-color);
    border-right: 0px solid var(--sub-color);
    border-top: 0px solid var(--sub-color);
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    margin: 0.7em 0px 0.2em 1.2em;
    padding: 0px 0px 0px 1em;
    max-width: calc(100% - 1.5em);
}


.menu_ku_flow_txt_di {
    height: 100%;
    display: flex;
    min-height: 5em;
    font-size: 1.4em;
    align-items: center;
    line-height: 1.5;
    padding: 0 0 0 1.5em;


    font-size: 0.9em;
    line-height: 1.8;
    color: var(--main-color);

}

.menu_ku_flow_txt_di img {
    width: 30em;
    margin-right: auto;
    margin-left: inherit;
    margin-bottom: 1em;
    border-radius: 1em;
}

@media screen and (max-width:767px) {
    .menu_ku_flow_ul {
        padding-left: 0;
    }
    
    .menu_ku_flow_time {
        flex-basis: 6.8%;
        /* width: 3.5rem;
        height: 3.5rem; */
        border-radius: 50%;
        background: var(--sub-color);
        color: #fff;
        font-weight: bold;
        /* font-size: 1.5rem; */
    }
    

    .menu_ku_flow_title {
        flex-basis: 95%;
        /* padding-left: 1.5rem; */
        line-height: 1.5;
        text-align: left;
        /* height: 6rem; */
        padding-top: 0.3em;

    }

    .menu_ku_flow_txt {
        /* font-size: 9rem;
        padding-right: 0.66rem; */
    }

    .menu_ku_flow_txt_di {
        font-size: 1em;
        /* padding: 0 0 0 0; */
    }
    .menu_ku_flow_txt_di img {
        width: 76%;
    }
}

.caret {
    color: var(--sub-color);
    flex: none;
    font-size: 1.8em;
    margin: 0px 0px 0px 0.38em;
    position: relative;
    width: auto;
    max-width: calc(100% - 0.7em);
    margin-bottom: 0.8em;
}


.fa-caret-down:before {
    content: '\f0d7';
}

.flow_step {
    color: var(--sub-color);
    font-size: 0.9em;
    font-weight: bold;
    width: 2.8em;
    justify-content: center;
    margin-bottom: 0.3em;
}


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

    .menu_ku_flow_time {
        flex-basis: 9%;
    }
    
    .menu_ku_flow_title {
        flex-basis: 92%;
    }

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

    .menu_ku_flow_time {
        flex-basis: 13%;
    }
}

.facility-sec h3{
    font-size: 2rem;
    text-align: center;
}


.facility-photo{
    display: flex;
    margin: 3rem 0;
    column-gap: 4%;
}

.photo-txt{
    width: 48%;
    padding: 0 3rem 3rem;
}

.photo-txt h4{
    text-align: center;
    margin-bottom: 2rem;
}

.facility-photo-box{
    width: 48%;
}
.facility-ticker{
  overflow: hidden;
  width: 100%;
}

.facility-ticker__track{
  display: flex;
  gap: 24px;
  align-items: center;
  width: max-content;
  animation: facility-marquee 60s linear infinite;
  will-change: transform;
}

.facility-ticker__track img{
  display: block;
  height: 220px;   /* SPサイズ */
  width: auto;
}

/* PCでは少し大きく */
@media (min-width: 768px){
  .facility-ticker__track img{
    height: 380px;
  }
}

/* 無限スクロール */
@keyframes facility-marquee{
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}


@media screen and (max-width:767px) {
    
.facility-photo{
    display:block;
    
    margin: 3rem 0;
}

.facility-photo-box{
    width: 100%;
}
    
    .photo-txt{
    width: 100%;
}
    
    
}










.item-consultation {
    position: relative;
    line-height: 1.8;
    padding-right: 1rem;
    border-bottom: solid 2px #e6ecf6;
    color: var(--main-color);
    font-weight: bold;
    margin-bottom: 3rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all 0.3s;
}

.item-consultation span {
    display: block;
    width: calc(100% - 11.4rem);
    margin-bottom: 3rem;
}

.item-consultation:hover {
    cursor: pointer;
    opacity: 0.4;
}

.item-consultation::after {
    content: '';
    background: url(../img/plus.png);
    background-size: 2.4rem;
    width: 2.4rem;
    height: 2.4rem;
    transition: all 0.3s;
    margin-bottom: 3rem;
}

.item-consultation.open::after {
    content: '';
    background: url(../img/minus.png);
    background-size: 2.4rem;
    width: 2.4rem;
    height: 2.4rem;
    transition: all 0.3s;
    margin-bottom: 3rem;
    transform: rotate(180deg);
}

.item-consultation-content {
    position: relative;
    margin-bottom: 6rem;
}

.item-consultation-content::before {
    font-family: 'Roboto', sans-serif;
    font-size: 3.6rem;
    line-height: 6rem;
    text-align: center;
    display: inline-block;
    width: 6rem;
    height: 6rem;
    color: var(--main-color);
    /* background: #ecf7fb; */
    background: #e5d3dc;
    position: absolute;
    left: 0;
    top: 0;
}e5d3dc






/*  ----------------------------------------------------------

news

----------------------------------------------------------  */
.top-news {
	padding: 12rem 15rem;
	background: url(../img/texture-1.jpg) no-repeat center top;
	background-size: 100% auto;
	background-color: #FFF;
}

.top-news .more {
	margin: 6rem auto 0 auto;
}

.top-news .CMS-NEWS-MORE-READ {
	display: none;
}

.top-news .CMS-NEWS-INDEX {
	padding-bottom: 0;
}

.CMS-NEWS-INDEX {
	display: flex;
	flex-wrap: wrap;
	position: relative;
	padding-bottom: 10rem;
}

.CMS-NEWS-INDEX>* {
	width: 31%;
	margin-right: 3.5%;
}

.CMS-NEWS-INDEX>*:nth-of-type(3n) {
	margin-right: 0;
}

.CMS-NEWS-INDEX>*:nth-of-type(n + 4) {
	margin-top: 3.5rem;
}

.CMS-NEWS-ITEM a {
	transition: all .3s;
	display: block;
}

.CMS-NEWS-ITEM a:hover {
	opacity: 0.6;
}

.CMS-NEWS-TIME {
	font-size: 1rem;
	margin: 1.8rem 0 0.6rem 0;
	line-height: 1;
	color: #000;
}

.CMS-NEWS-LINK {
	font-size: 1.4rem;
	line-height: 1.8;
	color: #000;
}

.CMS-NEWS-INDEX>* img {
	height: 20rem;
	width: 100%;
	object-fit: cover;
}

/* read more */
.CMS-NEWS-MORE-READ {
	background: #000;
	border: none;
	padding: 2rem 0 2.2rem;
	font-size: 1.2rem;
	color: #fff;
	text-align: center;
	margin: 0 auto;
	width: 31%;
	display: block;
	transition: all .3s;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	font-family: 'Noto Serif JP', serif;
}

.CMS-NEWS-MORE-READ:hover {
	cursor: pointer;
	opacity: 0.6;
}

/* detail */
.CMS-NEWS-TITLE {
	border-bottom: solid 1px rgba(55, 48, 50, 0.4);
	font-size: 2.2rem;
	margin-bottom: 3rem;
	padding: 1rem 0 1.5rem 0;
	position: relative;
	font-weight: bold;
}

.CMS-NEWS-TITLE:after {
	border-bottom: solid 3px #333;
	bottom: -3px;
	content: " ";
	display: block;
	position: absolute;
	width: 20%;
}

.CMS-NEWS-CONTENT img {
	width: 80%;
	height: auto;
	display: block;
	margin: 0 auto 3rem auto;
}

@media screen and (max-width: 767px) {
	.top-news {
		padding: 10rem 3rem;
		background: url(../img/texture-1.jpg) no-repeat center top;
		background-size: 300% auto;
		background-color: #FFF;
	}

	.top-news .more {
		margin: 5rem auto 0 auto;
	}

	.CMS-NEWS-INDEX {
		display: block;
	}

	.CMS-NEWS-INDEX>* {
		width: 100%;
		margin-right: 0;
	}

	.CMS-NEWS-INDEX>*:nth-of-type(n + 4) {
		margin-top: 0;
	}

	.CMS-NEWS-INDEX>*:nth-of-type(n + 2) {
		margin-top: 3.5rem;
	}

	.CMS-NEWS-TIME {
		margin: 1.5rem 0 0.3rem 0;
	}

	.CMS-NEWS-INDEX>* img {
		height: auto;
	}

	.CMS-NEWS-CONTENT img {
		width: 100%;
	}
}


.accordion-box .ttl{
    border-bottom: none;
}

.accordion-box .ttl:after {
    border-bottom: none;
}


.accordion-box .ttl {
    font-size: 2rem;
    line-height: 1.4;
    margin-bottom: 3rem;
    position: relative;
    border-left: solid 6px var(--main-color);
    padding: 0.5rem 0px 0.5rem 2rem;
}



.accordion-box #sec1 .ttl,.accordion-box #sec2 .ttl ,.accordion-box #sec3 .ttl,.accordion-box #sec4 .ttl,.accordion-box #sec5 .ttl,.accordion-box #sec6 .ttl,.accordion-box #sec7 .ttl,.accordion-box #sec8 .ttl{
    /* border-bottom: solid 1px #1BA1E6; */
    border-bottom: solid 1px var(--main-color);
    /* 細 */
    font-size: 2.4rem;
    line-height: 1.4;
    margin-bottom: 3rem;
    padding: 1rem 0 1.4rem 0;
    position: relative;
    border-left: none;
}

.accordion-box #sec1 .ttl:after,.accordion-box #sec2 .ttl:after,.accordion-box #sec3 .ttl:after,.accordion-box #sec4 .ttl:after,.accordion-box #sec5 .ttl:after,.accordion-box #sec6 .ttl:after ,.accordion-box #sec7 .ttl:after,.accordion-box #sec8 .ttl:after{
    border-bottom: solid 3px var(--main-color);
    /* 太 */
    bottom: -3px;
    content: " ";
    display: block;
    position: absolute;
    width: 25%;
}

@media screen and (max-width: 767px) {
    .accordion-box #sec1 .ttl:after,.accordion-box #sec2 .ttl:after,.accordion-box #sec3 .ttl:after,.accordion-box #sec4 .ttl:after,.accordion-box #sec5 .ttl:after,.accordion-box #sec6 .ttl:after ,.accordion-box #sec7 .ttl:after,.accordion-box #sec8 .ttl:after{
        width: 40%;
    }
}


@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }

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

@-moz-keyframes fadeInUp {
  0% {
    opacity: 0;
    -moz-transform: translateY(30px);
    transform: translateY(30px);
  }

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

@-ms-keyframes fadeInUp {
  0% {
    opacity: 0;
    -ms-transform: translateY(30px);
    transform: translateY(30px);
  }

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

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(-5em);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(5em);
  }

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

.fadeInUp {
  -webkit-animation: fadeInUp 1.5s ease;
  -moz-animation: fadeInUp 1.5s ease;
  -ms-animation: fadeInUp 1.5s ease;
  animation: fadeInUp 1.5s ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
}


/*  ----------------------------------------------------------

service

----------------------------------------------------------  */
.top-service {
    padding: 10rem 12rem;
    background: #f9fcff;
}
.top-service ul li {
    display: flex;
    position: relative;
}
.top-service ul li:nth-child(even) {
    flex-direction: row-reverse;
}
.top-service ul li:nth-child(odd)::before,
.top-service ul li:nth-child(even)::before {
    content: "";
    width: 70%;
    height: 90%;
    background: #fff;
    position: absolute;
    bottom: 0;
}
.top-service ul li:nth-child(odd)::before {
    right: 0;
}
.top-service ul li:nth-child(even)::before {
    left: 0;
}
.top-service ul li{
    margin-bottom: 6rem;
}
.top-service ul li figure {
    width: 50%;
}
.top-service ul li > div {
    width: 50%;
    padding: 8rem 5rem 4rem 5rem;
}
.top-service ul li figure img {
    height: 34rem;
    object-fit: cover;
}
.top-service p {
    margin-bottom: 3rem;
}
.top-service .more {
    margin: 0;
}
@media screen and (max-width: 768px) {
    .top-service {
        padding: 10rem 3rem;
    }
    .top-service ul li {
        display: block;
    }
    .top-service ul li:nth-child(odd)::before,
    .top-service ul li:nth-child(even)::before {
        display: none;
    }
    .top-service ul li:not(:last-child) {
        margin-bottom: 6rem;
    }
    .top-service ul li figure {
        width: 100%;
    }
    .top-service ul li > div {
        width: 100%;
        background: #fff;
        padding: 3rem;
    }
    .top-service ul li figure img {
        height: 24rem;
        object-fit: cover;
    }
    .top-service p {
        margin-bottom: 3rem;
    }
}

.top-departments{
    background-color: #fff;
}

.top-departments-img-box{
    margin-bottom: 4rem;
}

.about-box{
    display: flex;
}

.about-box-img{
    width: 100%;
    margin-right: 0!important;
}

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

.img-flex-box div{
    width: 48%;
}

.link-flex-box{
    display: flex;
    margin-top: 6rem;
    justify-content: space-evenly;
}

.link-flex-box div{
    width: 20%;
}

.flow-txt-box{
    padding: 0 3rem;
}

.menu_ku_content-box{
    display: flex;
}

.implant-flow{
    margin-bottom: 6rem;
}

@media screen and (max-width: 767px) {
    .about-box-img{
    width: 100%;
    margin-bottom: 0!important;
        
        
}
    .about-guide-inner {
        display: block;
}
    
.menu_ku_content-box{
    display: block;
}
    
    .menu_ku_flow_txt_di{
        height: auto;
    }
}
.merideme-acc .acc-title{
  cursor: pointer;
  position: relative;
  padding-right: 4rem; 
}

.merideme-acc .acc-title::after{
  content: "";
  position: absolute;
  right: 1.5rem;
  top: 50%;
  width: .8rem;
  height: .8rem;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: translateY(-50%) rotate(45deg);
  transition: transform .2s;
}

.merideme-acc .acc-title.open::after{
  transform: translateY(-50%) rotate(-135deg);
}

.about-price-inner{
    width: 100%;
    margin-right: 0!important;
}