*,
*:before,
*:after {
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-size: 62.5%;
    line-height: 1.6;
    height: 100%;
    scroll-behavior: smooth;
    font-family: "YuMincho"
}

body {
    font-size: 1.6rem;
    min-width: 350px;
    width: 100%;
    overflow-x: hidden;
    color: #333
}

img,
video,
object {
    width: 100%;
    height: auto;
    border: none;
    display: block
}

.f-relative {
    position: relative
}

.f-img-area {
    display: flex;
    justify-content: center
}

@media(min-width: 744px) {
    .f-tb-none {
        display: none
    }
}

.f-right {
    margin: 0 0 0 auto
}

.slick-prev:before,
.slick-next:before {
    color: gray
}

.l-header {
    height: 70px;
    background-color: #ebecec;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    position: absolute
}

.l-nav-logo {
    width: 90px
}

@media(min-width: 744px) {
    .l-nav-logo {
        margin-left: 44px;
        width: 80px;
        padding-top: 16px
    }
}

@media(min-width: 1280px) {
    .l-nav-logo {
        margin-left: 60px;
        width: 108px;
        padding-top: 32px
    }
}

.l-header-nav {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 6;
    background-color: #ebecec
}

.l-nav-list {
    height: 100vh;
    z-index: 1;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.l-nav-item {
    font-size: 1.8rem;
    font-weight: bold;
    line-height: .9;
    padding: 10px 0;
    transition: .4s;
    text-align: center
}

@media(min-width: 744px) {
    .l-nav-item {
        font-size: 1.8rem;
        font-weight: bold
    }
}

@media(min-width: 1280px) {
    .l-nav-item {
        font-size: 1.8rem;
        line-height: 1.5
    }
}

.l-nav-item--small {
    font-size: 1.8rem;
    line-height: 1;
    color: #fff
}

.l-nav-item-logo {
    width: 64px
}

.l-nav-btn {
    display: flex;
    justify-content: center;
    gap: 16px
}

.l-nav-btn-item {
    padding: 10px;
    width: 120px;
    border: solid 1px #333;
    text-align: center
}

.l-nav-tel {
    font-size: 4rem
}

.l-nav-tel-text {
    font-size: 1.3rem;
    line-height: 1.5;
    font-weight: normal
}

.l-burger-btn {
    width: 64px;
    height: 64px;
    display: block;
    position: fixed;
    top: 0px;
    right: 0;
    z-index: 8;
    background-color: #ebecec;
    padding: 15px;
    border-radius: 0px 0px 0px 10px
}

.l-burger-btn .l-bar {
    display: block;
    height: 3px;
    width: 33px;
    background-color: #fff
}

@media(min-width: 744px) {
    .l-burger-btn .l-bar {
        width: 40px;
        height: 4px
    }
}

.l-bar_top,
.l-bar_mid {
    margin-bottom: 8px
}

.l-burger-btn.cross .l-bar_top {
    transform: rotate(45deg) translate(8px, 8px);
    transition: .3s;
    background-color: #fff
}

.l-burger-btn.cross .l-bar_mid {
    opacity: 0;
    transition: .3s;
    background-color: #fff
}

.l-burger-btn.cross .l-bar_bottom {
    transform: rotate(-45deg) translate(8px, -8px);
    transition: .3s;
    background-color: #fff
}

.l-section-wrapper {
    padding: 32px 25px;
    overflow: hidden
}

@media(min-width: 744px) {
    .l-section-wrapper {
        padding: 80px 44px
    }
}

@media(min-width: 1280px) {
    .l-section-wrapper {
        padding: 80px 200px
    }
}

.l-cta-btn-area {
    display: flex;
    justify-content: center;
    gap: 16px
}

@media(min-width: 744px) {
    .l-cta-btn-area {
        display: none
    }
}

.l-gray {
    background-color: #ebecec
}

.l-content-inner {
    width: 350px;
    padding: 120px 0 60px
}

@media(min-width: 744px) {
    .l-content-inner {
        width: auto
    }
}

.l-content_img-area {
    position: absolute;
    top: 40px;
    right: 50px;
    margin-left: calc(50% - 50vw)
}

.l-content-area {
    background-color: #fff;
    padding: 45px 16px 40px
}

@media(min-width: 1280px) {
    .l-content-area {
        padding: 120px 16px 40px
    }
}

.l-last-cta-section-wrapper {
    padding: 32px 25px
}

.tb-only {
    display: none
}

@media(min-width: 744px) {
    .tb-only {
        display: block
    }
}

@media(min-width: 744px) {
    .sp-only {
        display: none
    }
}

.l-footer {
    text-align: center;
    font-size: 1.4rem
}

.l-nav-sns-item {
    width: 30px
}

.l-nav-sns-area {
    display: flex;
    justify-content: center;
    gap: 32px
}

.c-cta-btn-area_item {
    display: none
}

@media(min-width: 744px) {
    .c-cta-btn-area_item {
        color: #fff;
        border: #fff solid 2px;
        display: flex;
        padding: 16px;
        align-items: center;
        gap: 8px;
        justify-content: center;
        width: 170px
    }
}

.l-cta-btn-area {
    margin-top: 64%
}

.c-cta-map-btn {
    border: #333 solid 1px;
    display: flex;
    padding: 16px 32px;
    align-items: flex-start;
    gap: 8px;
    margin-bottom: 80px
}

.c-cta-map-btn:hover {
    opacity: .3
}

.c-last-cta--tel,
.c-last-cta--line {
    border: #333 solid 1px;
    text-align: center;
    padding: 14px 14px;
    height: 180px;
    font-weight: bold
}

@media(min-width: 744px) {

    .c-last-cta--tel,
    .c-last-cta--line {
        width: 464px
    }
}

.c-last-cta-title {
    font-size: 2.8rem
}

.c-last-cta-number {
    font-size: 3.5rem
}

.c-last-cta-text {
    font-size: 1.2rem;
    font-weight: normal
}

@media(min-width: 1280px) {
    .c-last-cta-text {
        font-size: 1.4rem
    }
}

.c-last-cta-red {
    font-size: 1.6rem;
    color: #d04040;
    line-height: 1.3
}

.c-last-cta--line-img-area {
    width: 30px;
    margin-right: 8px
}

.c-last-cta--line-flex {
    display: flex;
    justify-content: center;
    align-items: center
}

.c-last-cta--line {
    padding-top: 60px
}

.c-blank-link {
    border-bottom: solid 1px
}

.c-blank-link:after {
    font-family: "Font Awesome 6 Free";
    content: "";
    font-weight: 900;
    margin: 0 .25rem
}

.c-section-title-tate {
    writing-mode: vertical-rl;
    display: inline-block
}

.c-section-title {
    font-size: 2.8rem;
    line-height: 1.25;
    font-weight: bold
}

@media(min-width: 744px) {
    .c-section-title {
        font-size: 3.2rem
    }
}

@media(min-width: 1280px) {
    .c-section-title {
        font-size: 4rem
    }
}

.c-title-center {
    text-align: center
}

.c-img-slider-area {
    width: 100vw
}

@media(min-width: 744px) {
    .c-img-slider-area {
        width: auto;
        height: 300px
    }
}

@media(min-width: 1280px) {
    .c-img-slider-area {
        height: 500px
    }
}

.slick-slide img {
    display: block;
    aspect-ratio: 16/9;
    padding: 0 24px
}

@media(min-width: 744px) {
    .slick-slide img {
        padding: 0 48px
    }
}

.p-fv {
    width: 100%;
    height: 100vh
}

.p-fv-img-area {
    width: 100vw;
    height: 100vh;
    background-image: url(../images/sp-fv.png);
    background-size: cover;
    background-repeat: no-repeat;
    overflow-x: hidden
}

@media(min-width: 744px) {
    .p-fv-img-area {
        height: 600px;
        background-image: url(../images/tb-fv.png)
    }
}

@media(min-width: 1280px) {
    .p-fv-img-area {
        height: 700px;
        background-image: url(../images/pc-fv.png)
    }
}

.p-fv_logo {
    width: 50%
}

@media(min-width: 744px) {
    .p-fv_logo {
        display: none
    }
}

.p-fv-nav {
    display: none
}

@media(min-width: 744px) {
    .p-fv-nav {
        display: block;
        width: 33%;
        height: 100%;
        text-align: center;
        background-color: #fff;
        position: absolute;
        top: 0
    }
}

.p-fv-nav-item {
    font-weight: bold;
    padding: 8px
}

@media(min-width: 1280px) {
    .p-fv-nav-item {
        font-size: 1.8rem
    }
}

@media(min-width: 744px) {
    .p-fv-nav-logo {
        width: 110px
    }
}

@media(min-width: 1280px) {
    .p-fv-nav-btn {
        display: flex;
        justify-content: center;
        gap: 24px
    }
}

@media(min-width: 744px) {
    .p-fv-nav-btn-item {
        padding: 10px;
        width: 120px;
        border: solid 1px #333;
        text-align: center
    }
}

.p-about_area {
    text-align: right
}

.p-about_text-area {
    text-align: left;
    font-size: 1.4rem
}

@media(min-width: 744px) {
    .p-about_text-area {
        width: 669px;
        height: 380px;
        padding: 40px 32px;
        display: flex;
        flex-flow: row-reverse
    }
}

@media(min-width: 1280px) {
    .p-about_text-area {
        width: 778px;
        height: 416px;
        margin-left: 30%;
        padding: 60px 50px
    }
}

.p-about_honjyo-name-area {
    text-align: left;
    font-size: 1rem
}

@media(min-width: 744px) {
    .p-about_honjyo-name-area {
        display: flex;
        flex-flow: row-reverse
    }
}

.p-about_honjyo-name {
    width: 25%
}

@media(min-width: 744px) {
    .p-about_honjyo-name {
        width: 50%;
        margin: 170px 0 0 24px
    }
}

@media(min-width: 744px) {
    .p-about_img-tb {
        width: 636px
    }
}

@media(min-width: 744px) {
    .p-about_text {
        writing-mode: vertical-rl;
        display: inline-block;
        font-size: 1.6rem;
        line-height: 2.5
    }
}

@media(min-width: 1280px) {
    .p-about_text {
        line-height: 2.8
    }
}

@media(min-width: 744px) {
    .p-about_name-top {
        writing-mode: vertical-rl;
        display: inline-block;
        font-size: 1.4rem;
        margin: 130px 50px 0 0
    }
}

@media(min-width: 1280px) {
    .p-about_img {
        width: 90%
    }
}

.p-course_section-title {
    position: absolute;
    right: 0
}

.p-course_menu-area {
    height: 460px;
    margin-top: 100px;
    z-index: 5
}

@media(min-width: 744px) {
    .p-course_menu-area {
        width: 600px;
        height: 460px;
        margin-top: 260px
    }
}

@media(min-width: 1280px) {
    .p-course_menu-area {
        width: 650px;
        height: 600px
    }
}

.p-course_menu-title,
.p-course_menu-item {
    writing-mode: vertical-rl;
    display: inline-block
}

@media(min-width: 1280px) {
    .p-course_menu-name {
        font-size: 2rem
    }
}

.p-course_menu-title {
    border: #333 1px solid;
    padding: 4px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    gap: 4px
}

.p-course_menu-inner {
    display: flex;
    justify-content: center;
    gap: 40px
}

.p-course_menu-title-area {
    display: flex;
    justify-content: center;
    flex-direction: row-reverse
}

.p-course_content-wrapper {
    height: 290px
}

.p-course_menu-item-area {
    width: 150px;
    position: absolute;
    text-align: center
}

.p-course_menu-item-left {
    bottom: 72px;
    left: -60px
}

@media(min-width: 1280px) {
    .p-course_menu-item-left {
        bottom: 45px
    }
}

.p-course_menu-item-right {
    bottom: 72px;
    right: -50px
}

@media(min-width: 1280px) {
    .p-course_menu-item-right {
        bottom: 45px
    }
}

.p-course_menu-text {
    font-size: 1.2rem;
    text-align: center
}

.p-course_menu-text-bottom {
    font-size: 1.3rem;
    text-align: center
}

.p-course_img-text {
    font-size: 1.3rem;
    text-align: center
}

@media(min-width: 1280px) {
    .p-course_img {
        width: 90%
    }
}

.p-course_tax {
    font-size: 1rem
}

.p-course_menu-open {
    font-size: 1.3rem;
    color: #d04040;
    font-weight: bolder
}

.p-course-red {
    color: #d04040
}

.p-course_small {
    font-size: 1rem;
    line-height: .9
}

.p-table_text {
    font-size: 1.4rem
}

.p-news_list-title {
    font-size: 1.3rem
}

.p-news_list-text {
    font-size: 1.6rem
}

.p-news_list {
    padding: 24px 0 8px 0;
    border-bottom: 1px solid #333
}

@media(min-width: 1280px) {
    .p-news_list {
        width: 520px
    }
}

.p-news_list:hover,
.p-news_list-more:hover {
    opacity: .4
}

.p-news_list-more {
    display: block;
    text-align: right
}

@media(min-width: 744px) {
    .p-news_area {
        display: flex;
        justify-content: space-between
    }
}

.p-news_hover:hover {
    opacity: .6
}

.fa-angle-right {
    margin-left: 8px
}

#time {
    text-align: center
}

.p-time_text-item,
.p-time_text-time {
    font-size: 1.6rem
}

.p-time_off {
    border: solid 1px #333;
    padding: 16px;
    width: 146px
}

.p-time_sns-item {
    width: 30px
}

.p-accsecc_area {
    background-color: #ebecec
}

@media(min-width: 1280px) {
    .p-accsecc_area {
        background-color: #fff
    }
}

.p-accsess_list {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.p-accsess_item {
    line-height: 2
}

.p-accsess_image-area {
    margin: calc(50% - 50vw)
}

@media(min-width: 744px) {
    .p-accsess_image-area {
        display: none
    }
}

iframe {
    display: none
}

@media(min-width: 1280px) {
    iframe {
        display: block;
        height: 100%;
        -moz-filter: grayscale(100%);
        -ms-filter: grayscale(100%);
        -o-filter: grayscale(100%);
        filter: grayscale(100%)
    }
}

.p-accsess_left-area,
.p-accsess_right-area {
    display: none
}

@media(min-width: 1280px) {

    .p-accsess_left-area,
    .p-accsess_right-area {
        display: block;
        width: 500px;
        height: 70%
    }
}

@media(min-width: 1280px) {
    .p-accsess_left-area {
        left: 0;
        top: 100px
    }
}

@media(min-width: 1280px) {
    .p-accsess_right-area {
        right: 0;
        top: 100px
    }
}

.p-accsess_left-area-img {
    width: 100%;
    height: 100%;
    background-size: cover
}

@media(min-width: 1280px) {
    .p-accsess_left-area-img {
        background-image: url(./../images/access-pc.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center
    }
}

.p-accsess_right-area-img {
    width: 100%;
    height: 100%;
    background-size: cover
}

@media(min-width: 1280px) {
    .p-accsess_right-area-img {
        background-image: none
    }
}

@media(min-width: 1280px) {
    .p-accsess_img-box {
        position: absolute;
        width: 40%
    }
}

@media(min-width: 1280px) {
    .p-accsess_center-area {
        background-color: #ebecec;
        overflow: hidden;
        width: 545px;
        z-index: 5;
        opacity: 1;
        transform: translateY(0px)
    }
}

.fa-phone {
    margin-right: 4px
}

.p-accsess_code {
    text-align: center
}

#q-a h2 {
    text-align: center
}

.p-q-a_accordion-area {
    list-style: none;
    width: 96%;
    max-width: 900px;
    margin: 0 auto
}

@media(min-width: 744px) {
    .p-q-a_accordion-area {
        width: 520px
    }
}

.p-q-a_accordion-list {
    margin: 32px 0;
    border-bottom: solid 1px #333
}

.p-q-a_accordion-item {
    border: 1px solid #fff
}

.p-q-a_title {
    cursor: pointer;
    font-size: 1.6rem;
    font-weight: normal;
    transition: all .5s ease;
    padding: 16px
}

.p-q-a_accordion-text {
    font-size: 1.4rem
}

.p-q-a_title::before,
.p-q-a_title::after {
    position: absolute;
    content: "";
    width: 15px;
    height: 2px;
    background-color: #333
}

.p-q-a_title::before {
    top: 48%;
    right: 15px;
    transform: rotate(0deg)
}

.p-q-a_title::after {
    top: 48%;
    right: 15px;
    transform: rotate(90deg)
}

.p-q-a_title.close::before {
    transform: rotate(45deg)
}

.p-q-a_title.close::after {
    transform: rotate(-45deg)
}

.p-q-a_accordion-box {
    display: none;
    margin: 0 3% 3% 3%;
    padding: 3%
}

.p-faq-page_fv {
    text-align: center
}

.news-item {
    border-bottom: solid 1px #333;
    padding: 40px 0
}

.news-item-date {
    font-size: 1.3rem
}

.news-item-title {
    font-size: 1.7rem;
    font-weight: bold
}

@media(min-width: 1280px) {
    .p-news-page {
        padding: 0 300px
    }
}

.news-item-kakomi {
    border-bottom: double 4px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    color: #d04040
}

.news-item-text {
    word-break: auto-phrase
}

.news-item-text-strong {
    font-weight: bold;
    border-bottom: solid 1px
}

.mx-auto {
    margin-left: auto;
    margin-right: auto
}

.mt-8 {
    margin-top: 8px
}

.mt-16 {
    margin-top: 16px
}

.mt-32 {
    margin-top: 32px
}

.mt-40 {
    margin-top: 40px
}

.mt-48 {
    margin-top: 48px
}

.mt-64 {
    margin-top: 64px
}

.mt-80 {
    margin-top: 80px
}

.mt-160 {
    margin-top: 160px
}

@media(min-width: 744px) {
    .m-mt-0 {
        margin-top: 0px
    }
}

@media(min-width: 744px) {
    .m-mx-auto {
        margin-left: auto;
        margin-right: auto
    }
}

@media(min-width: 744px) {
    .m-mt-8 {
        margin-top: 8px
    }
}

@media(min-width: 744px) {
    .m-mt-16 {
        margin-top: 16px
    }
}

@media(min-width: 744px) {
    .m-mt-24 {
        margin-top: 24px
    }
}

@media(min-width: 744px) {
    .m-mt-32 {
        margin-top: 32px
    }
}

@media(min-width: 744px) {
    .m-mt-40 {
        margin-top: 40px
    }
}

@media(min-width: 744px) {
    .m-mt-48 {
        margin-top: 48px
    }
}

@media(min-width: 744px) {
    .m-mt-64 {
        margin-top: 64px
    }
}

@media(min-width: 744px) {
    .m-mt-80 {
        margin-top: 80px
    }
}

@media(min-width: 744px) {
    .m-mt-160 {
        margin-top: 160px
    }
}

@media(min-width: 1280px) {
    .l-mt-0 {
        margin-top: 0px
    }
}

@media(min-width: 1280px) {
    .l-mx-0 {
        margin-left: 0;
        margin-right: 0
    }
}

@media(min-width: 1280px) {
    .l-mx-auto {
        margin-left: auto;
        margin-right: auto
    }
}

@media(min-width: 1280px) {
    .l-mt-8 {
        margin-top: 8px
    }
}

@media(min-width: 1280px) {
    .l-mt-16 {
        margin-top: 16px
    }
}

@media(min-width: 1280px) {
    .l-mt-24 {
        margin-top: 24px
    }
}

@media(min-width: 1280px) {
    .l-mt-32 {
        margin-top: 32px
    }
}

@media(min-width: 1280px) {
    .l-mt-40 {
        margin-top: 40px
    }
}

@media(min-width: 1280px) {
    .l-mt-48 {
        margin-top: 48px
    }
}

@media(min-width: 1280px) {
    .l-mt-64 {
        margin-top: 64px
    }
}

@media(min-width: 1280px) {
    .l-mt-80 {
        margin-top: 80px
    }
}

@media(min-width: 1280px) {
    .l-mt-160 {
        margin-top: 160px
    }
}

/*# sourceMappingURL=style.min.css.map */