@charset "utf-8";

/*****flex_area****************/
.flex_area {
    display: flex;
    flex-flow: row wrap;
    flex-direction: column;
}

.text_area {
    width: 100%;
}

.img_area {
    width: 100%;
}

.row-reverse {
    flex-direction: row-reverse;
}

/*600px以上*/
@media (min-width: 600px) {
    .flex_area {
        flex-direction: initial;
        justify-content: center;
        align-items: stretch;
        display: flex;
        flex-wrap: wrap;
    }

    .text_area {
        width: 55%;

    }

    .img_area {
        width: 45%;
    }

    .reverse {
        flex-direction: row-reverse;
    }
}

.main_visual {}

.main_visual .img {
    height: 50vh;
    width: 100%;
}

.main_visual .img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: top;
}

.main_visual .text {
    background-color: #03172B;
    display: flex;
    justify-content: center;
    height: 42vh;
    align-items: center;
}

.main_visual h2 {
    color: #FFFFFF;
    text-shadow: 0px 3px 6px #000000;
    font-size: clamp(1.5rem, 0.886rem + 3.07vw, 4.688rem)
        /*24-75px*/
}

/*600px以上*/
@media (min-width: 600px) {
    .main_visual {
        position: relative;
    }

    .main_visual .img {
        height: calc(80vh - 50px);
    }



    .main_visual .text {
        background-color: unset;
        display: unset;
        height: unset;
        position: absolute;
        top: 50%;
        left: 6%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
    }
}

/*900px以上*/
@media (min-width: 900px) {
    .main_visual .img {
        height: 99vh;
    }
}

/*1200px以上*/
@media (min-width: 1200px) {
    .main_visual .text {
        left: 10%;
    }
}

/**intro*********************************/
.intro {
    padding: 50px 0 50px;
    width: 100%;
}

.intro_wrap {
    width: 90%;
    margin: 0 auto;
}

/*600px以上*/
@media (min-width: 600px) {}

/*900px以上*/
@media (min-width: 900px) {}

/***********************************/
/***img_btn共通あり*******/
.img_btn {
    height: 100%;
    width: 100%;
}

.img_btn img {
    height: 100%;
    object-fit: cover;
    object-position: top;
    width: 100%
}

.photo_btn {
    width: 90%;
    margin: 0 0 0 10%;
    position: relative;
    height: 50vh;
    display: block;
}

.photo_btn .title_tate_02 {
    font-size: clamp(1.5rem, 0.994rem + 2.53vw, 4.125rem);
    color: #FFFFFF;
    text-shadow: 0px 0px 4px #0000008a;
    position: absolute;
    left: calc(100% - 2em);
    top: 6%;
}



.photo_btn .title_tate_02 .text {
    position: relative;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    padding: 0 0 1.6em 0;
    height: max-content;
    font-weight: 600;
}

.photo_btn .title_tate_02 .text:after {
    position: absolute;
    content: '';
    bottom: 0;
    display: block;
    width: 1.2em;
    height: 1.2em;
    background-image: url(../images/common/icon_arrow_white.svg);
    background-size: contain;
    background-repeat: no-repeat;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}



.photo_btn .title_en {
    text-shadow: 0px 0px 14px #000000C4;
    position: absolute;
    left: 1em;
    top: 1em;
    color: #FFFFFF;
}

.photo_btn .title_en .text {
    position: relative;
    font-size: clamp(0.75rem, 0.473rem + 1.39vw, 2.188rem);
}

.photo_btn .comment {
    background: transparent linear-gradient(180deg, #0000 0%, #00000087 100%) 0% 0% no-repeat padding-box;
    position: absolute;
    bottom: 0;
    padding: 3em 0.6em 0.6em 0.6em;
}

.photo_btn .comment p {
    /*13-18px*/
    font-size: clamp(0.813rem, 0.752rem + 0.3vw, 1.125rem);
    text-shadow: 0px 0px 4px #0000008a;
    color: #fff;
    width: 80%;
}

/*hoverで拡大*/
.zoom-box {
    display: inline-block;
    overflow: hidden;
}

.c-bnr.zoom {
    display: block;
    transition-duration: .8s;
}

.c-bnr.zoom:hover {
    transform: scale(1.1);
}

/*600px以上*/
@media (min-width: 600px) {
    .photo_btn {
        height: 70vh;
    }
}

/*700px以上*/
@media (min-width: 700px) {
    .photo_btn .title_tate_02 {
        right: unset;
        left: 83%;
        bottom: 0;
    }

    .photo_btn .comment {
        background: unset;
        bottom: unset;
        padding: 1.4em 0.6em 0.6em 0.6em;
        top: 4rem;
        left: 0.5rem;
        width: 30%;
    }

    .photo_btn .comment p {
        width: auto;
    }
}

/*900px以上*/
@media (min-width: 900px) {
    .photo_btn {
        height: 80vh;
    }
}

/****features*******************************/

.features .photo_btn .title_tate_02 {}

/****voice*******************************/
.voice_list {}

.voice_list li {
    border-bottom: solid 1px #CD5E3C;
    padding: 2rem 0;
}

.voice_list .thumb {}

.voice_list .news_text {}

.voice_list .comment {
    margin: 1em 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.voice_list .name {}

/*600px以上*/
@media (min-width: 600px) {
    .voice_list li a {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }

    .voice_list .thumb {
        width: 30%;
    }

    .voice_list .news_text {
        width: 70%;
        padding: 0 0 0 1em;
    }

    .voice_list .comment {
        padding: 0;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 4;
        overflow: hidden;
        margin: 0 0 1em 0;
    }
}

/*900px以上*/
@media (min-width: 900px) {}

/****gallery*******************************/
.gallery .bg_black {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

.gallery_slide {}

.gallery_slide {
    width: 100%;
    margin: 0 auto;
}

.photo_area {}

.gallery_slide img {
    width: 100%;
    aspect-ratio: 9 / 10;
    object-fit: cover;
    object-position: center 20%;
}

.gallery_slide .slick-slide {
    height: auto !important;
}

.gallery_slide .slick-arrow {
    z-index: 2 !important;
}

.gallery_slide .slick-next {
    right: 3% !important;
}

.gallery_slide .slick-prev {
    left: 3% !important;
}

.slick-slide {
    margin-right: 1vw !important;
    margin-left: 1vw !important;
}

.slick-dots li button::before {
    content: '■';
    font-size: 12px;
    line-height: 30px;
    color: #DEDEDE;
}

.slick-dots li.slick-active button::before {
    opacity: 1;
    color: #CD5E3C;
}

.slick-prev::before,
.slick-next::before {
    color: #fff;
    opacity: 1;
}

.slick-prev,
.slick-next {
    top: 110%;
}

/*600px以上*/
@media (min-width: 600px) {
    .gallery_slide img {
        aspect-ratio: 16 / 9;
    }
}

/*900px以上*/
@media (min-width: 900px) {
    .gallery .bg_black {
        height: 100vh;
    }
}

/**course*********************************/
.course_list {
    margin: 0 auto;
    width: 96%;
}

.course_list .thumb {
    width: 100%;
    aspect-ratio: 4 / 3;
}

.course_list .thumb img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}

.course_list li {
    background-color: #203744;
    padding: 1rem 1rem 4rem 1rem;
    margin: 1em 0;
    position: relative;
}

.course_list li:after {
    position: absolute;
    content: '';
    bottom: 1rem;
    display: block;
    width: 2rem;
    height: 2rem;
    background-image: url(../images/common/icon_arrow_white.svg);
    background-size: contain;
    background-repeat: no-repeat;
    right: 1rem;
}

.course_list li:nth-child(2) {
    background-color: #96514D;
}

.course_list li a {
    color: #fff;
}

.course_list dl {}



.course_list dt {
    font-size: clamp(1.125rem, 1.005rem + 0.6vw, 1.75rem);
    /*18-28px*/
    font-weight: bold;
    padding: 1em 0;
}

.course_list dd {
    font-size: clamp(0.813rem, 0.776rem + 0.18vw, 1rem);
    /*13-16px*/
}

.course .btn_more_01 {
    justify-content: end;
    width: 90%;
    margin: 2rem auto;
}

/*600px以上*/
@media (min-width: 600px) {
    .course_list {
        margin: 0;
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: end;
    }


    .course_list li {
        width: 90%;
        padding: 1rem;
    }

    .course_list li::after {
        right: 3%;
    }

    .course_list li a {
        display: flex;
        flex-wrap: wrap;
    }

    .course_list .thumb {
        width: 40%;
        aspect-ratio: 1 / 1;
    }

    .course_list dl {
        width: 60%;
        padding: 1rem;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .course_list dt {
        padding: 0.2em 0 1em;
    }
}

/*900px以上*/
@media (min-width: 900px) {
    .course_list .thumb {
        width: 30%;
        max-width: 200px;
    }

    .course_list dl {
        width: 70%;
    }
}

/***blog********************************/
.blog {}

.blog_list {}

.blog_list li {
    background-color: #fff;
    padding: 2rem 1rem;
    margin: 0 0 1rem;
}

.blog_list a {}

.blog_list .thumb figure {
    width: 70%;
    aspect-ratio: 1 / 1;
    margin: 0 auto;
}

.blog_list .thumb img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}

.blog_list .comment {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
}

.blog_list .date {
    font-size: clamp(0.813rem, 0.776rem + 0.18vw, 1rem);
    text-align: right;
    padding: 1em 0;
}

.blog_list .title {

    /*15-16px*/
    font-size: clamp(0.938rem, 0.925rem + 0.06vw, 1rem);
    margin: 0 0 0.5em;
    display: block;
    font-weight: 600;
}

.blog_list .text {
    font-size: clamp(0.938rem, 0.925rem + 0.06vw, 1rem);
    /*15-16px*/
}

/*600px以上*/
@media (min-width: 600px) {
    .blog_list {
        display: flex;
        flex-wrap: wrap;
        gap: 1rem;
        align-items: stretch;
    }

    .blog_list li {
        margin: 0;
        width: calc(100% / 2 - 0.5rem);
    }
}

/*900px以上*/
@media (min-width: 900px) {
    .blog_list li {
        width: calc(100% / 3 - 1rem);
    }
}

/****teacher*******************************/
.teacher {
    background-color: #fff;
}

.teacher .name {
    font-size: clamp(1.25rem, 1.142rem + 0.54vw, 1.813rem);
    /*19-29px*/
    border-bottom: solid 1px #707070;
    padding: 1em 0 0.3em;
}

.teacher .name .jp {
    font-size: 60%;
    opacity: 0.5;
    padding: 0 1em;
    display: inline-block;
}

.teacher .text {
    font-size: clamp(0.938rem, 0.901rem + 0.18vw, 1.125rem);
    padding: 2em 0 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}

.teacher .flex_area {
    display: flex;
    padding: 2rem;
}

.teacher .text_area {
    width: 100%;
}

.teacher .img_area {
    width: 100%;
    text-align: center;
}



/*600px以上*/
@media (min-width: 600px) {
    .teacher .flex_area {
        align-items: stretch;
        display: flex;
        flex-wrap: wrap;
        padding: 0;
    }

    .teacher .img_area {
        width: 50%;
        padding: 1rem;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .teacher .img_area img {
        width: 100%;
        object-fit: cover;
        height: 100%;
    }

    .teacher .text_area {
        width: 50%;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

}

/*900px以上*/
@media (min-width: 900px) {
    .teacher .img_area {
        width: 30%;
    }

    .teacher .text_area {
        width: 70%;
        padding: 0 2rem;
    }
}

/***news********************************/
.news {}

.news_list {}

.news_list li {
    padding: 1rem 0;
    border-bottom: dotted 2px #707070;
}

.news_list a {}


.news_list .thumb {
    display: none;
}

.news_list .date {
    font-size: clamp(0.813rem, 0.776rem + 0.18vw, 1rem);
    padding: 0.5em 0;
}

.news_list .comment {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.news_list .title {
    /*15-16px*/
    font-size: clamp(0.938rem, 0.925rem + 0.06vw, 1rem);
    display: block;
    font-weight: 700;
}

.news_list .text {
    /*15-16px*/
    font-size: clamp(0.938rem, 0.925rem + 0.06vw, 1rem);
    padding: 0.3em 0 1em;
    display: block;
}

/***********************************/
/*600px以上*/
@media (min-width: 600px) {}

/*900px以上*/
@media (min-width: 900px) {}

/***********************************/
/*600px以上*/
@media (min-width: 600px) {}

/*900px以上*/
@media (min-width: 900px) {}