@charset "UTF-8";

/* =========================== 
mainvisual
===========================*/
.mv {
    position: relative;
}

.mv__sp,
.mv__pc {
    backdrop-filter: blur(8px);
    animation-name: blur;
    animation-duration: 1.5s;
}

@keyframes blur {
    0% {
        filter: blur(10px);
    }

    100% {
        filter: blur(0);
    }
}


.mv__pc {
    display: none;
}

.mv__sp {
    height: 68vh;
    border-radius: 0 0 25% 25%;
    object-fit: cover;
}

.mv__logo {
    position: absolute;
    max-width: 252px;
    top: 40%;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    animation-name: blur;
    animation-duration: 2s;
}

.mv__lead {
    position: absolute;
    color: var(--primary-pailYellow);
    top: 60%;
    right: 0;
    left: 0;
    text-align: center;
}

/* pc-1024px */
@media screen and (min-width:1024px) {
    .mv__logo {
        top: 30%;
    }

    .mv__lead {
        top: 65%;
        font-size: 2.8rem;
    }

    .mv__sp {
        display: none;
    }

    .mv__pc {
        display: block;
        border-radius: 0 0 25% 25%;
        height: 90vh;
        object-fit: cover;
    }

    .mv__logo {
        max-width: 432px;
    }
}

/* pc-1024px */

/* =========================== 
concept
===========================*/
.concept {
    padding: 100px 6.4% 80px;
    margin: 0 auto;
}

.sectionTitle--concept {
    font-size: 2rem;
}

.subTitle--concept {
    padding-left: 1.8em;
}

.concept__lead {
    margin: 20px;
}

.concept__img1 {
    margin-top: 40px;
}


.conceptBox {
    margin-top: 40px;
}

.concept__textBox {
    width: 100%;
}

.concept__container {
    position: relative;
    height: 384px;
    margin-top: 40px;
}

.concept__textBox p:nth-child(2) {
    margin-top: 20px;
}

.concept__img2 {
    position: absolute;
    width: 154px;
    bottom: 40%;
    left: 30%;
    z-index: 1;

}

.concept__img3 {
    position: absolute;
    width: 207px;
    bottom: 0;
    left: 0;
}

/* ipad-600px */
@media screen and (min-width:600px) {
    .concept {
        padding: 100px 0 80px 6.4%;
        margin: 0 auto;
    }

    .concept__head {
        display: flex;
        flex: 1;
        justify-content: space-around;
    }

    .sectionTitle--concept {
        display: block;
    }

    .subTitle--concept {
        text-align: left;
    }


    .concept__top,
    .concept__img1 {
        flex: 1;
    }

    .conceptBox {
        display: flex;
        flex-direction: row-reverse;
        justify-content: space-between;
        padding-right: 6.4%;
        margin-top: 60px;
    }

    .concept__textBox {
        width: 45%;
        margin-top: 60px;
    }

    .concept__textBox p:nth-child(2) {
        margin-top: 40px;
    }

    .concept__container {
        position: relative;
        max-width: 450px;
        margin-top: 0;
        flex: 1;
    }
}

/* ipad-600px */

/* pc-1024 */
@media screen and (min-width:1024px) {

    .concept {
        padding: 160px 0 100px 14%;
    }

    .concept__head {
        padding-left: 50px;
    }

    .sectionTitle--concept {
        font-size: 2.4rem;
        font-weight: 500;
        text-align: left;
    }

    .sectionTitle--concept::before {
        margin-right: 5px;
    }

    .subTitle--concept {
        font-size: 1.6rem;
        text-align: left;
    }

    .conceptBox {
        padding-right: 16%;
        align-items: flex-start;
        margin-top: 120px;
    }

    .concept__container {
        max-width: 420px;
    }

    .concept__img2 {
        width: 47%;
        bottom: 66%;
        left: 50%;
        z-index: 1;

    }

    .concept__img3 {
        width: 78%;
    }

    .concept__textBox {
        margin-top: 0;
    }

    .concept__textBox p:nth-child(2) {
        margin-top: 60px;
    }

}

/* =========================== 
reason
===========================*/
.reason {
    padding: 100px 6.4% 80px;
    margin: 0 auto;
    background-color: var(--primary-white);
}

.sectionTitle span {
    padding-left: 0.9em;
}

.reason__contents {
    margin-top: 60px;
}

.reason__container {
    text-align: center;
    margin-bottom: 60px;
}

.reason__img {
    aspect-ratio: 4 / 3;
    object-fit: cover;
}

.reason__container h4,
.reason__container p {
    text-align: left;
}

.reason__container:last-of-type {
    margin-bottom: 0px;
}

.reason__title {
    background-image: url("/assets/images/line_sp.svg");
    background-repeat: no-repeat;
    padding: 24px 8%;
    min-height: 120px;
}

.reason__textBox {
    width: 100%;
    margin-top: 20px;
}

.reason__textBox p {
    margin: 20px 0;
    padding: 0 8%;
}

.btn__pc--reasonBtn__pc {
    margin-top: 20px;
}


/* ipad-600px */
@media screen and (min-width:600px) {
    .sp__br {
        display: none;
    }

    .sectionTitle span {
        padding-left: 0;
    }

    .reason__container {
        display: flex;
        justify-content: space-around;
    }

    .reason__img {
        width: 80%;
    }

    .reason__container:nth-of-type(odd) {
        flex-direction: row-reverse;
    }

    .reason__textBox {
        padding: 2%;
    }

}

/* ipad-600px */

/* pc-1024px */
@media screen and (min-width:1024px) {
    .reason {
        padding: 120px 10% 120px;
    }

    .reason__contents {
        margin-top: 100px;
    }

    .reason__container {
        max-width: 1920px;
        margin-bottom: 120px;
    }

    .reason__title {
        background-image: url("/assets/images/line.svg");
        padding: 10%;
        min-height: 200px;
        margin-top: 0;
    }

    .reason__img {
        width: 45%;
    }

    .reason__textBox {
        width: 45%;
        padding: 2%;
        margin-top: 0;
        display: flex;
        flex-direction: column;
    }

    .btn__pc--reasonBtn__pc,
    .btn__pc--accessBtn__pc {
        display: block;
        margin-top: auto;
    }
}

/* pc-1024px */

/* =========================== 
menu
===========================*/
.topMenu {
    position: relative;
    margin: 0 auto;
    text-align: center;
    padding: 100px 6.4% 60px;
    background-color: var(--primary-beige);
}

.topMenu::after {
    position: absolute;
    content: '';
    width: 170px;
    height: 302px;
    top: 12px;
    right: 6.4%;
    background-image: url("/assets/images/acupuncture.png");
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 10%;
}

.sectionTitle--topMenu {
    text-align: left;
}

.topMenu__leadContainer {
    margin-top: 40px;
    text-align: left;
}

.topMenu__leadContainer p {
    margin-top: 20px;
}

.topMenu__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin: 40px auto 0;
    column-gap: 5.7%;
    row-gap: 80px;
    justify-items: stretch;
}

.topMenu__item {
    max-width: 340px;
}

.topMenu__item:hover {
    color: var(--primary-brown);
    transition: 1s;
}

.topMenu__item img:hover {
    opacity: 0.7;
    transition: 1s;
}

.topMenu__item:nth-of-type(n+4) {
    margin-bottom: 0px;
}


.topMenu__item h5 {
    margin-top: 10px;
    text-align: left;
}

.price__top {
    font-family: "Shippori Mincho";
    font-size: 1.8rem;
    font-weight: 500;
    text-align: left;
}

.course__top {
    display: block;
    max-width: 160px;
    font-size: 1.4rem;
    text-align: center;
    border: 1px solid var(--primary-darkBrown);
    border-radius: 30px;
    margin-top: 10px;
    padding: 0 4px;
}

.btn__pc--topMenu {
    margin-top: 80px;
}


/* pc-1024px */
@media screen and (min-width:1024px) {
    .topMenu {
        padding: 120px 10%;
    }

    .topMenu::after {
        width: 281px;
        height: 501px;
        top: 40px;
        right: 10%;
    }

    .topMenu__head {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        max-width: 1152px;
        margin: 0 auto;
    }

    .topMenu__leadContainer {
        margin-top: 130px;
        width: 70%;
    }

    .topMenu__leadContainer p {
        margin-top: 40px;
    }

    .topMenu__grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        margin: 40px auto 0;
        column-gap: 5.7%;
        row-gap: 80px;
        justify-items: center;

        grid-template-columns: repeat(3, 1fr);
        margin: 92px auto 0;
        max-width: 1152px;
    }

    .topMenu__item:hover {
        opacity: 0.8;
    }

}

/* =========================== 
flow
===========================*/
.flow {
    padding: 80px 0 10px;
    margin: 0 auto;
    background-color: var(--primary-white);
}

.flow__title {
    padding: 0 6.4%;
}

.flow__container {
    position: relative;
    max-width: 1000px;
    margin: 50px auto 0;
}

.flow__container::before {
    content: '';
    width: 2px;
    height: 100%;
    background-color: var(--primary-reddishBrown);
    left: 50%;
    position: absolute;
    top: 0;
    transform: translate(-50%);
}

.flow__item {
    display: flex;
    position: relative;
    width: 100%;
    justify-content: space-evenly;
    align-items: center;
    background-color: var(--primary-beige);
    padding: 20px;
    margin-bottom: 60px;
}

.flow__item img {
    max-width: 100px;
}

.flow__txtBox {
    max-width: 191px;
}

.stepNum {
    color: var(--primary-reddishBrown);
}

.flow__txt {
    margin-top: 20px;
}

/* ipad 600px */
@media screen and (min-width:600px) {
    .flow__item img {
        max-width: 280px;
    }
}

/* pc 1024px */
@media screen and (min-width:1024px) {
    .flow {
        padding: 120px 10%;
    }

    .flow__item {
        margin-bottom: 120px;
    }

    .flow__item:last-of-type {
        margin-bottom: 0;
    }

    .flow__txtBox {
        max-width: 445px;
    }
}

/* pc-1024px */

.curved {
    position: relative;
    background: var(--primary-white);
    height: 20px;
    border-bottom-left-radius: 50% 100%;
    border-bottom-right-radius: 50% 100%;
}

/* ipad-600px */
@media screen and (min-width:600px) {
    .curved {
        height: 80px;
    }
}

/* =========================== 
access
===========================*/
.access {
    padding: 100px 6.4% 80px;
    text-align: center;
}

.access__container {
    margin: 50px auto 0;
    text-align: left;
}

.google__map {
    width: 100%;
    height: 30vh;
    margin-top: 40px;
}

.access__textbox {
    display: flex;
    flex-direction: column;
    padding: 2%;
    margin-right: 40px;
}

.access__textbox address {
    margin-top: 40px;
}

.access__textbox p {
    margin-top: 20px;
}

.btn__pc--accessBtn__pc {
    display: none;
}

.btn__pc--accessBtn__sp {
    margin-top: 40px;
}

/* pc-1024px */
@media screen and (min-width:1024px) {
    .access {
        padding: 120px 10%;
    }

    .access__container {
        display: flex;
        justify-content: space-around;
        max-width: 1920px;
    }

    .google__map {
        max-width: 45%;
        height: auto;
        margin-top: 0;
    }

    .btn__pc--accessBtn__sp {
        display: none;
    }

    .btn__pc--accessBtn__pc {
        display: block;
        margin-top: 40px;
    }

}

/* pc-1024px */