@charset "UTF-8";

/* header
-------------------*/
.header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 75px;
    padding: 0px 20px;
    border-radius: 0 0 20px 20px;
    background: url(/images/common/pattern_01.jpg);
    position: absolute;
    top: 0;
    z-index: 1;
}

.header--top {
    height: 75px;
}

.header--home {
    background: none;
}

.hd_logo {
    width: 70px;
}

.hd_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
    gap: 0 20px;
    width: 630px;
}

.hd-nav_list {
    display: flex;
    gap: 30px;
    width: 100%;
    margin-top: 15px;
    color: #fff;
}

.drawer-info {
    text-align: center;
    margin-top: 30px;
}


.hd_mail {
    width: 230px;
    height: 50px;
    margin: 20px auto 0;
    background-color: #cf2826;
    box-shadow: 0 4px 0 rgba(0, 0, 0, 0.14);
    font-weight: 700;
    line-height: 50px;
    color: #fff;
    text-align: center;
}

.hd_mail::before {
    content: "";
    display: inline-block;
    width: 17px;
    height: 11px;
    margin-right: 10px;
    background: url(/images/common/mail_w.png) no-repeat center / contain;
}

.hd-insta {
    width: 30px;
    height: 30px;
    margin: 20px auto 0;
}

/* ent
-------------------*/
.ent {
    padding-top: 100px;
    padding-bottom: 30px;
    background: url(/images/common/pattern_02.jpg);
    overflow: hidden;
}

.ent_wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    width: 100%;
}

.ent_link {
    width: calc(100% - 40px);
    flex: 1;
    position: relative;
}

.ent_link:nth-child(1)::before {
    content: "";
    width: 420px;
    height: 443px;
    background: url(/images/ent/deco_l.png) no-repeat left top / contain;
    position: absolute;
    top: 160px;
    left: calc(50% - 425px);
    pointer-events: none;
}

.ent_link:nth-child(2)::before {
    content: "";
    width: 520px;
    height: 487px;
    background: url(/images/ent/deco_r.png) no-repeat right center / contain;
    position: absolute;
    top: 100px;
    right: calc(50% - 400px);
    pointer-events: none;
}

.ent_link_head {
    width: 100%;
    padding: 15px 20px;
    background: url(/images/common/pattern_01.jpg);
    border: 1px solid #000000;
    border-bottom: none;
    border-radius: 10px 10px 0 0;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.06em;
    line-height: 1;
    color: #fff;
    position: relative;
    z-index: 1;
}

.ent_link_head::before {
    content: "";
    width: 40px;
    height: 15px;
    background: url(/images/ent/box_deco.png) no-repeat right / contain;
    position: absolute;
    top: 20px;
    right: 20px;
}

.ent_link_body {
    width: 100%;
    padding: 35px 20px;
    background-color: #fff;
    border: 1px solid #000000;
    border-top: none;
    border-radius: 0 0 20px 20px;
    position: relative;
    top: -15px;
}

.ent_link_body::before {
    content: "";
    width: 100%;
    height: 100%;
    border: 1px solid #000000;
    border-radius: 20px;
    position: absolute;
    left: 0;
    bottom: 4px;
    pointer-events: none;
}

.ent_link_frame::before {
    content: "";
    width: 100%;
    height: 100%;
    border: 1px solid #000000;
    border-radius: 20px;
    position: absolute;
    left: 0;
    bottom: 8px;
    pointer-events: none;
}

.ent_link_frame::after {
    content: "";
    width: 100%;
    height: 100%;
    border: 1px solid #000000;
    border-radius: 20px;
    position: absolute;
    left: 0;
    bottom: 12px;
    pointer-events: none;
}

.ent_link_img {
    width: 100%;
}

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

.ent_link_txt {
    margin-top: 15px;
}

.footer_ent {
    padding: 15px 0;
    border-top: 1px solid #000000;
    background: url(/images/common/pattern_02.jpg);
    text-align: center;
}

.footer_ent .copyright {
    font-size: 12px;
    font-weight: 700;
}


/* main-vis
-------------------*/

.mv-movie video {
    width: 100%;
    height: 140vh;
    object-fit: cover;
    position: fixed;
    top: -160px;
    z-index: -1;
}

.main-vis {
    width: 100%;
    height: 630px;
    position: relative;
    overflow: hidden;
}

.main-vis::before {
    content: "";
    width: 110px;
    height: 1108px;
    background: url(/images/key/mv-decjo_l.png) no-repeat left bottom / contain;
    position: absolute;
    left: 0;
    bottom: 60px;
    z-index: 1;
    pointer-events: none;
}

.main-vis::after {
    content: "";
    width: 210px;
    height: 902px;
    background: url(/images/key/mv-decjo_r.png) no-repeat right bottom / contain;
    position: absolute;
    right: 0;
    bottom: 60px;
    z-index: 0;
    pointer-events: none;
}

.main-vis_foot {
    width: 100%;
    padding: 20px 20px 0;
    background-color: #fff;
    position: absolute;
    bottom: 0;
}

.mv-title {
    width: 330px;
    font-family: "ZenOldMincho";
    font-size: 56px;
    font-weight: 900;
    letter-spacing: 0.1em;
    line-height: calc(88 / 56);
    text-align: center;
    position: relative;
    z-index: 2;
}





/* sub-vis
-------------------*/
.sub-vis {
    width: 100%;
    margin-bottom: 50px;
    position: relative;
}

/* .sub-vis::before {
    content: "";
    width: 90px;
    height: 90px;
    background: url(/images/key/sv-deco_t.png) no-repeat center / contain;
    position: absolute;
    top: 80px;
    left: -30px;
    z-index: 1;
} */

.sub-vis::after {
    content: "";
    width: 270px;
    height: 210px;
    background: url(/images/key/sv-deco_img.png) no-repeat center / contain;
    position: absolute;
    top: 100px;
    right: calc(50% - 100px);
    z-index: -3;
}


.sub-vis_class {
    background:
        url(/images/key/sv-deco_l.png) no-repeat top 240px left 0px / 60px,
        url(/images/key/sv-deco_r.png) no-repeat top 255px right 0px / 80px,
        url(/images/text-deco/class.svg) repeat-x bottom / auto 22px;
}

.sub-vis_preparation {
    background:
        url(/images/key/sv-deco_l.png) no-repeat top 240px left 0px / 60px,
        url(/images/key/sv-deco_r.png) no-repeat top 255px right 0px / 80px,
        url(/images/text-deco/preparation.svg) repeat-x bottom / auto 22px;
}

.sub-vis_works {
    background:
        url(/images/key/sv-deco_l.png) no-repeat top 240px left 0px / 60px,
        url(/images/key/sv-deco_r.png) no-repeat top 255px right 0px / 80px,
        url(/images/text-deco/works.svg) repeat-x bottom / auto 22px;
}

.sub-vis_access {
    background:
        url(/images/key/sv-deco_l.png) no-repeat top 240px left 0px / 60px,
        url(/images/key/sv-deco_r.png) no-repeat top 255px right 0px / 80px,
        url(/images/text-deco/access.svg) repeat-x bottom / auto 22px;
}

.sub-vis_blog {
    background:
        url(/images/key/sv-deco_l.png) no-repeat top 240px left 0px / 60px,
        url(/images/key/sv-deco_r.png) no-repeat top 255px right 0px / 80px,
        url(/images/text-deco/blog.svg) repeat-x bottom / auto 22px;
}

.sub-vis_site {
    background:
        url(/images/key/sv-deco_l.png) no-repeat top 240px left 0px / 60px,
        url(/images/key/sv-deco_r.png) no-repeat top 255px right 0px / 80px,
        url(/images/text-deco/site.svg) repeat-x bottom / auto 22px;
}

.sub-vis_privacy {
    background:
        url(/images/key/sv-deco_l.png) no-repeat top 240px left 0px / 60px,
        url(/images/key/sv-deco_r.png) no-repeat top 255px right 0px / 80px,
        url(/images/text-deco/privacy.svg) repeat-x bottom / auto 22px;
}

.sub-vis_contact {
    background:
        url(/images/key/sv-deco_l.png) no-repeat top 240px left 0px / 60px,
        url(/images/key/sv-deco_r.png) no-repeat top 255px right 0px / 80px,
        url(/images/text-deco/contact.svg) repeat-x bottom / auto 22px;
}

.sub-vis_complete {
    background:
        url(/images/key/sv-deco_l.png) no-repeat top 240px left 0px / 60px,
        url(/images/key/sv-deco_r.png) no-repeat top 255px right 0px / 80px,
        url(/images/text-deco/complete.svg) repeat-x bottom / auto 22px;
}

.sub-vis_e404 {
    background:
        url(/images/key/sv-deco_l.png) no-repeat top 240px left 0px / 60px,
        url(/images/key/sv-deco_r.png) no-repeat top 255px right 0px / 80px,
        url(/images/text-deco/e404.svg) repeat-x bottom / auto 22px;
}

.sv_wrapper {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    gap: 20px;
    padding: 120px 0 80px;
}

.sv-title {
    font-family: "ZenOldMincho";
    font-size: 26px;
    font-weight: 900;
    letter-spacing: 0.05em;
    line-height: 1;
}

.sv-img {
    width: 200px;
    height: 200px;
    border-radius: 20px;
    background-color: #fff;
    position: relative;
    top: -12px;
}

.sv-img::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    border: 1px solid #000000;
    background-color: #fff;
    border-radius: 20px;
    position: absolute;
    bottom: -4px;
    left: 0px;
    z-index: -2;
}

.sv-img img {
    border: 1px solid #000000;
    border-radius: 20px;
    position: relative;
    z-index: 1;
}

.sv-img_frame::before {
    content: "";
    width: 100%;
    height: 100%;
    border: 1px solid #000000;
    background-color: #fff;
    border-radius: 20px;
    position: absolute;
    bottom: -8px;
    left: 0;
    z-index: -3;
}

.sv-img_frame::after {
    content: "";
    width: 100%;
    height: 100%;
    border: 1px solid #000000;
    background-color: #fff;
    border-radius: 20px;
    position: absolute;
    bottom: -12px;
    left: 0;
    z-index: -4;
}

.pagetop {
    width: 70px;
    position: fixed;
    right: 10px;
    bottom: 20px;
    z-index: 10;
}


/* top
-------------------*/
.top-about {
    padding-top: 0;
    background:
        url(/images/top/about_text.png) repeat-x top 60px center / auto 22px,
        linear-gradient(180deg, #fff 0%, #fff 130px, rgba(0, 0, 0, 0) 130px, rgba(0, 0, 0, 0) 490px, #fff 490px, #fff 100%);
    overflow: hidden;
}

.top-about_logo {
    width: calc(100% + 40px);
    height: 360px;
    margin-top: 130px;
    margin-left: -20px;
    background: url(/images/top/about_bg.png) no-repeat center / cover;
    position: relative;
}

/* .top-about_logo::before {
    content: "";
    width: 100vw;
    height: 100%;
    background-color: #fff;
    position: absolute;
    top: 0;
    right: 1920px;
}

.top-about_logo::after {
    content: "";
    width: 100vw;
    height: 100%;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 1920px;
} */

.top-about_lead {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.06em;
    line-height: calc(62 / 36);
    writing-mode: vertical-rl;
    position: absolute;
    top: 110px;
    right: calc(50% - 140px);
    white-space: nowrap;
}

.top-about_lead::before {
    content: "";
    width: 90px;
    height: 90px;
    background: url(/images/top/about_deco.png) no-repeat center / contain;
    position: absolute;
    top: -110px;
    right: -100px;
}

.top-about_text {
    font-size: 16px;
    line-height: 1.8;
    position: relative;
    z-index: 1;
}

.top-about_text .fix {
    font-size: 18px;
    font-weight: 700;
}

.top-about_btn {
    margin-top: 50px;
    text-align: center;
}

.top-about:before {
    content: "";
    width: 220px;
    height: 210px;
    background: url(/images/top/about_deco_l.png) no-repeat left center / contain;
    position: absolute;
    top: 290px;
    left: -130px;
    z-index: 1;
}

.top-about::after {
    content: "";
    width: 190px;
    height: 150px;
    background: url(/images/top/about_deco_r.png) no-repeat right center / contain;
    position: absolute;
    top: 420px;
    right: -90px;
    z-index: 0;
}

.top-courses {
    padding: 0;
    background-color: #fff;
    overflow: hidden;
}

.top-courses_bg {
    width: 100%;
    height: 100%;
    padding: 80px 0 50px;
    border-radius: 30px 0 0 0;
    position: relative;
    background:
        url(/images/top/courses_text.png) repeat-x top / auto 22px,
        url(/images/common/pattern_02.jpg);
}

.top-content_title {
    margin-bottom: 30px;
    padding-left: 30px;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0.06em;
    position: relative;
}

.top-content_title::before {
    content: "";
    width: 18px;
    height: 3px;
    background-color: #cf2826;
    position: absolute;
    top: 50%;
    left: 0;
}

.top-courses_item {
    position: relative;
}

.top-courses_item:not(:last-child) {
    margin-bottom: 20px;
}

.top-courses_item_head {
    width: 100%;
    padding: 15px 20px;
    border-radius: 20px 20px 0 0;
    background: url(/images/common/pattern_01.jpg);
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.06em;
    position: relative;
    z-index: 1;
}

.top-courses_item_head .small {
    margin-left: 30px;
    font-size: 13px;
    letter-spacing: 0.05em;
}

.top-courses_item_main {
    min-height: 290px;
    padding: 20px 20px 42px;
    border: 1px solid #000000;
    border-radius: 0 0 20px 20px;
    background-color: #fff;
    position: relative;
}

.top-courses_item_main::before {
    content: "";
    width: 100%;
    height: 100%;
    border: 1px solid #000000;
    border-radius: 0 0 20px 20px;
    background-color: #fff;
    position: absolute;
    left: 0;
    bottom: 4px;
}

.top-courses_item_frame::before {
    content: "";
    width: 100%;
    height: 100%;
    border: 1px solid #000000;
    border-radius: 0 0 20px 20px;
    background-color: #fff;
    position: absolute;
    left: 0;
    bottom: 8px;
}

.top-courses_item_frame::after {
    content: "";
    width: 100%;
    height: 100%;
    border: 1px solid #000000;
    border-radius: 0 0 20px 20px;
    background-color: #fff;
    position: absolute;
    left: 0;
    bottom: 12px;
}

.top-courses_item_img {
    width: 100%;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
}

.top-courses_text {
    margin-top: -5px;
    position: relative;
    z-index: 1;
}

.top-courses_item .cmn-btn {
    position: relative;
    z-index: 1;
}

.top-works {
    padding: 0;
    background-color: #fff;
    overflow: hidden;
    position: relative;
}

.top-works_bg {
    width: 100%;
    height: 100%;
    padding: 80px 0;
    border-radius: 0 30px 0 0;
    position: relative;
    background:
        url(/images/top/works_text.png) repeat-x top / auto 22px,
        url(/images/common/pattern_01.jpg);
    z-index: 1;
}

.top-works::after {
    content: "";
    width: 100%;
    height: 200px;
    background: url(/images/common/pattern_02.jpg);
    position: absolute;
    top: 0;
    left: 0;
}

.top-content_title_w {
    color: #fff;
}

.top-works .works_item_title {
    color: #fff;
}

.top-works .works_item_title::before {
    background-color: #fff;
}

.sec-wrap {
    background-color: #fff;
}

.sec-wrap_box {
    width: 100%;
    border-radius: 30px;
    padding: 80px 20px 0;
    overflow: hidden;
    background:
        url(/images/top/access_text.png) repeat-x top / auto 22px,
        url(/images/common/pattern_02.jpg);
    position: relative;
}

.sec-wrap_box::after {
    content: "";
    width: 400%;
    height: 22px;
    background: url(/images/top/news_text.png) no-repeat center / contain;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}

.top-access {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 100px;
    border-radius: 20px 20px 0 0;
    background-color: #fff;
    position: relative;
}

.top-access_info {
    width: 100%;
}

.top-access_info:not(:last-child) {
    margin-bottom: 10px;
}

.top-access_info dt {
    width: 100%;
    height: 36px;
    margin-bottom: 5px;
    padding: 0 20px;
    border-radius: 18px;
    background-color: #000000;
    font-weight: 700;
    line-height: 36px;
    color: #fff;
}

.top-access_info dd {
    padding: 0 20px;
    letter-spacing: 0.05em;
}

.top-access_map {
    width: 100%;
    height: 250px;
    border-radius: 20px;
}

.top-access_map::after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 20px;
    border: 1px solid #000000;
    background-color: #fff;
    position: absolute;
    bottom: -4px;
    left: 0;
    z-index: -1;
}

.top-access_map iframe {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: 1px solid #000000;
    border-radius: 20px;
    overflow: hidden;
}

.top-access_map_frame {
    width: 100%;
    height: 250px;
    margin-top: 30px;
    position: relative;
    z-index: 1;
}

.top-access_map_frame::before {
    content: "";
    width: 100%;
    height: 100%;
    border: 1px solid #000000;
    border-radius: 20px;
    background-color: #fff;
    position: absolute;
    bottom: -8px;
    z-index: -3;
}

.top-access_map_frame::after {
    content: "";
    width: 100%;
    height: 100%;
    border: 1px solid #000000;
    border-radius: 20px;
    background-color: #fff;
    position: absolute;
    bottom: -12px;
    z-index: -4;
}


.top-news {
    width: 100%;
    margin-top: -30px;
    padding-top: 30px;
    padding-bottom: 80px;
    border-radius: 20px 20px 0 0;
    background: url(/images/common/pattern_01.jpg);
    position: relative;
}

.top-news_title {
    color: #fff;
}

.top-news .news_time,
.top-news .news_list_title,
.top-news .news_tag_list {
    color: #fff;
}

.top-news .news_list_item a {
    border-bottom: 1px dashed rgba(255, 255, 255, 0.3);
}

.top-news_wrap {
    position: relative;
}

.top-news .news_list_title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}


/* inc-contact
-------------------*/
.inc-contact {
    padding: 100px 0;
    background-color: #fff;
    position: relative;
    overflow-x: hidden;
}

.inc-contact::before {
    content: "";
    width: 230px;
    height: 200px;
    background: url(/images/inc-contact/deco_l.png) no-repeat right / contain;
    position: absolute;
    bottom: 20px;
    left: -70px;
}

.inc-contact::after {
    content: "";
    width: 270px;
    height: 200px;
    background: url(/images/inc-contact/deco_r.png) no-repeat left / contain;
    position: absolute;
    bottom: 10px;
    right: -100px;
}

.inc-contact_box {
    width: 100%;
    height: 310px;
    border: 4px solid #000000;
    border-radius: 20px;
    background-color: #fff;
    text-align: center;
    line-height: 1;
    position: relative;
    box-sizing: content-box;
    z-index: 1;
}

.inc-contact_box::before {
    content: "";
    display: block;
    width: calc(100%);
    height: 100%;
    border: 4px solid #000000;
    border-radius: 20px;
    background-color: #fff;
    position: absolute;
    left: -4px;
    top: -13px;
    box-sizing: content-box;
}

.inc-contact_frame::before {
    content: "";
    display: block;
    width: calc(100%);
    height: 310px;
    border: 4px solid #000000;
    border-radius: 20px;
    background-color: #fff;
    text-align: center;
    line-height: 1;
    position: absolute;
    left: -4px;
    top: -22px;
    box-sizing: content-box;
}

.inc-contact_frame::after {
    content: "";
    display: block;
    width: calc(100%);
    height: 310px;
    border: 4px solid #000000;
    border-radius: 20px;
    background-color: #fff;
    text-align: center;
    line-height: 1;
    position: absolute;
    left: -4px;
    top: -31px;
    box-sizing: content-box;
}


.inc-contact_logo {
    width: 170px;
    margin-bottom: 35px;
    padding: 0 20px;
    background-color: #fff;
    position: absolute;
    left: 50%;
    top: -65px;
    transform: translateX(-50%);
    z-index: 5;
}

.inc-contact_text {
    margin-top: 35px;
    margin-bottom: 20px;
    font-family: "ZenOldMincho";
    font-size: 26px;
    font-weight: 900;
    letter-spacing: 0.05em;
    line-height: 1.3;
    position: relative;
    z-index: 5;
}

.inc-contact_text .small {
    font-size: 22px;
}

.inc-contact_wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 15px;
    position: relative;
    z-index: 5;
}

.inc-contact_tel {
    font-size: 36px;
    font-weight: 900;
}

.inc-contact_tel::before {
    content: "";
    display: inline-block;
    width: 26px;
    height: 27px;
    margin-right: 10px;
    background: url(/images/common/tel_b.png) no-repeat center / contain;
}

.inc-contact_mail {
    width: 270px;
    height: 60px;
    background-color: #cf2826;
    box-shadow: 0 8px 0 rgba(0, 0, 0, 0.14);
    font-weight: 700;
    font-size: 18px;
    line-height: 60px;
    color: #fff;
    text-align: center;
}

.inc-contact_mail::before {
    content: "";
    display: inline-block;
    width: 21px;
    height: 15px;
    margin-right: 10px;
    background: url(/images/common/mail_w.png) no-repeat center / contain;
}

/* class
-------------------*/
.about_text {
    margin-bottom: 50px;
    position: relative;
    z-index: 1;
}

.about_text::before {
    content: "";
    width: 150px;
    height: 185px;
    background: url(/images/class/about_deco_l.png) no-repeat center / contain;
    position: absolute;
    left: -100px;
    bottom: -60px;
    z-index: 1;
}

.about_text::after {
    content: "";
    width: 180px;
    height: 205px;
    background: url(/images/class/about_deco_r.png) no-repeat center / contain;
    position: absolute;
    top: -90px;
    right: -83px;
    z-index: -1;
}

.about_text p {
    padding: 30px 30px 50px;
    background-color: #fff;
    border-radius: 20px;
    position: relative;
}

.class-about_lead {
    margin-bottom: 35px;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.6;
    text-align: center;
}

.class-about_wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 15px;
}

.class-about_content {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 305px;
    height: 305px;
    padding-top: 60px;
    border-radius: 50%;
    background: url(/images/common/pattern_01.jpg);
    color: #fff;
}

.class-about_content_title {
    display: inline-block;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px dotted rgba(255, 255, 255, 0.3);
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-align: center;
}

.class-about_content_list {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 0 20px;
    width: 150px;
    height: 120px;
    margin: 0 auto;
    line-height: calc(30 / 16);
}

.class-about_content:nth-child(2) .class-about_content_list {
    height: auto;
    text-align: center;
}

.class-about_content_note {
    width: 180px;
    margin-top: 20px;
    opacity: 0.6;
    font-size: 12px;
}

.feature_title {
    margin-bottom: 70px;
}

.feature_item {
    width: 100%;
    min-height: 320px;
    padding: 8px 20px 40px;
    border: 1px solid #000000;
    border-radius: 20px;
    background-color: #fff;
    position: relative;
    z-index: 1;
    counter-increment: number;
}

.feature_item:not(:last-child) {
    margin-bottom: 40px;
}

.feature_item::before {
    content: "";
    width: 100%;
    height: 100%;
    border: 1px solid #000000;
    background-color: #fff;
    border-radius: 20px;
    position: absolute;
    left: 0;
    top: -4px;
    z-index: -1;
    pointer-events: none;
}

.feature_item::after {
    content: counter(number, decimal-leading-zero);
    width: 120px;
    height: 102px;
    padding: 10px 0 0 15px;
    background-color: #cf2826;
    border-radius: 20px 0 0 0;
    font-size: 35px;
    font-weight: 700;
    letter-spacing: 0.06em;
    line-height: 1;
    color: #fff;
    clip-path: polygon(100% 0, 0 0, 0 100%);
    position: absolute;
    top: -12px;
    left: 0;
    z-index: 5;
}

.feature_item_frame::before {
    content: "";
    width: 100%;
    height: 100%;
    border: 1px solid #000000;
    background-color: #fff;
    border-radius: 20px;
    position: absolute;
    left: 0;
    top: -8px;
    pointer-events: none;
}

.feature_item_frame::after {
    content: "";
    width: 100%;
    height: 100%;
    border: 1px solid #000000;
    background-color: #fff;
    border-radius: 20px;
    position: absolute;
    left: 0;
    top: -12px;
    pointer-events: none;
}


.feature_item_title {
    margin-bottom: 20px;
    padding-bottom: 10px;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1.4;
    border-bottom: 2px solid #000000;
    position: relative;
    z-index: 5;
}

.feature_item_img {
    width: 100%;
    margin: 0 auto 20px;
    position: relative;
    z-index: 5;
}

.feature_item_text {
    line-height: calc(30 / 16);
    position: relative;
    z-index: 5;
}

.trial {
    padding-bottom: 50px;
}

.trial_text {
    margin-bottom: 30px;
    text-align: left;
}

.trial_wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 335px;
    margin: 0 auto 60px;
}

.trial_menu_wrap:not(:last-child) {
    margin-bottom: 40px;
}

.trial_list {
    padding: 0 20px;
}

.trial_item {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 10px 0;
    padding-bottom: 10px;
    border-bottom: 2px solid #000000;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.6;
}

.trial_item:not(:last-child) {
    margin-bottom: 15px;
}

.trial_item .fee {
    color: #cf2826;
    text-align: right;
    flex: 1;
}

.trial_note {
    width: calc(100% - 40px);
    margin: 30px auto 0;
    padding: 20px;
    background-color: #fff;
    border-radius: 20px;
}

/* preparation
-------------------*/
.teaching_movie {
    margin-top: 30px;
    padding: 20px;
    border-radius: 20px;
    background-color: #fff;
    text-align: center;
}

.teaching_movie_lead {
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 700;
}

.teaching_movie_lead::after {
    content: "";
    display: block;
    width: 4px;
    height: 20px;
    margin: 5px auto 0;
    background: url(/images/preparation/movie_deco.png) no-repeat center / contain;
}

.teaching_movie_box {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    margin: 0 auto;
}

.teaching_movie_box iframe {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.teaching_point {
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding: 0 20px;
    color: #fff;
}

.teaching_point:not(:last-child) {
    margin-bottom: 10px;
}

.teaching_point dt {
    width: 100%;
}

.teaching_point dd {
    width: 100%;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    font-weight: 900;
}

.teaching_wrap {
    padding: 0 20px;
    position: relative;
}

.teaching_img {
    margin-bottom: 20px;
    position: relative;
}

.teaching_content {
    color: #fff;
    position: relative;
}

.teaching_content:not(:last-child) {
    margin-bottom: 50px;
}

.teaching_content:not(:last-child)::after {
    content: "";
    width: 15px;
    height: 14px;
    background: url(/images/preparation/teaching_arw.png) no-repeat center / contain;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -30px;
}

.teaching_content .lead {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 1.6;
    font-weight: 700;
}

.teaching_content .text .color {
    color: #cf2826;
}

.point {
    padding-bottom: 50px;
}

.point_box {
    margin-bottom: 50px;
    padding: 30px 20px;
    border-radius: 20px;
    width: 100%;
    background-color: #fff;
}

.point_box_title {
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-align: center;
}

.point_item {
    border-radius: 20px;
    overflow: hidden;
    counter-increment: number;
}

.point_item:not(:last-child) {
    margin-bottom: 20px;
}

.point_item_head {
    padding: 10px 20px 10px 50px;
    background: url(/images/common/pattern_01.jpg);
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.6;
    text-align: left;
    position: relative;
}

.point_item_head::before {
    content: counter(number, decimal-leading-zero)".";
    display: inline-block;
    margin-right: 10px;
    font-size: 18px;
    color: #cf2826;
    transform: translateY(1px);
    position: absolute;
    top: 7px;
    left: 20px;
}

.point_item_text {
    padding: 20px;
    background: url(/images/common/pattern_02.jpg);
}

.point_wrap {
    margin-top: 20px;
}

.point_contact_box {
    height: 280px;
    margin-top: 60px;
}

.point_contact_box::before {
    height: 280px;
}

.point_contact_box::after {
    height: 280px;
}

.point_contact_text {
    margin-top: -50px;
    margin-bottom: 20px;
}

.point_contact_tel {
    font-weight: 700;
}

.point_example {
    width: calc(100% - 40px);
    margin: 20px auto;
    padding: 5px 0;
    border-top: 2px solid #000000;
    border-bottom: 2px solid #000000;
    font-size: 16px;
    font-weight: 700;
}

/* works
-------------------*/
.works {
    padding-bottom: 50px;
}

.works_list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.works_item {
    width: calc(50% - 10px);
}

.works_item_img {
    width: 100%;
    height: auto;
    aspect-ratio: 3 / 4;
    margin-bottom: 10px;
}

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

.works_item_title {
    padding-left: 20px;
    letter-spacing: 0.05em;
    font-size: 14px;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    position: relative;
}

.works_item_title::before {
    content: "";
    width: 12px;
    height: 2px;
    background-color: #000000;
    position: absolute;
    top: 50%;
    left: 0;
}

.works_detail {
    padding: 20px;
    border-radius: 20px;
    background: url(/images/common/pattern_01.jpg);
    color: #fff;
}

.works_detail_tilte {
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.3);
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-align: center;
}

.works_detail_thumb {
    width: 100%;
    height: auto;
    aspect-ratio: 3 / 4;
    margin: 0 auto 30px;
}

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

.works_detail_text {
    margin-bottom: 30px;
}

.works_detail_list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.works_detail_item {
    width: calc(50% - 5px);
    height: auto;
    aspect-ratio: 3 / 4;
}

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

/* access
-------------------*/
.teacher_info {
    width: 100%;
    margin-bottom: 30px;
    padding: 20px;
    background-color: #fff;
    border-radius: 20px;
    position: relative;
}

.teacher_info::before {
    content: "";
    width: 70px;
    height: 90px;
    background: url(/images/access/teacher_deco.png) no-repeat center / contain;
    position: absolute;
    top: -50px;
    right: -10px;
}

.teacher_info_name {
    display: flex;
    align-items: flex-end;
    gap: 10px;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid #000000;
    line-height: 1;
}

.teacher_info_name .ja {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.06em;
}

.teacher_info_name .en {
    font-size: 14px;
    opacity: 0.4;
}

.teacher_info_img {
    margin-bottom: 10px;
    overflow: hidden;
}

.teacher_info_wrap {
    width: 100%;
    margin-left: auto;
}

.teacher_data_list {
    padding: 0 20px 0 40px;
}

.teacher_data_item {
    position: relative;
}

.teacher_data_item::before {
    content: "●";
    position: absolute;
    left: -18px;
}

.gallery_wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
}

.gallery_img {
    margin-bottom: 20px;
}

.gallery_text {
    width: 100%;
    color: #fff;
}


.gallery_content_text {
    color: #fff;
}

.gallery_content_text {
    padding: 0 20px;
    font-size: 16px;
    font-weight: 700;
}

.gallery_content_text .note {
    font-size: 14px;
    font-weight: 500;
    opacity: 0.6;
}

.gallery_content_map {
    padding: 0 20px;
}

.gallery_content_list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding: 0 20px;
}

.gallery_content_item {
    width: calc(50% - 5px);
    height: auto;
    aspect-ratio: 3 / 4;
}

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

.info {
    padding-bottom: 50px;
}

.info_map {
    width: 100%;
    height: 300px;
    margin-top: 30px;
    border-radius: 20px;
    overflow: hidden;
}

.info_map iframe {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: none;
}

/* contact
-------------------*/
.contactLead_text {
    margin-bottom: 20px;
    text-align: left;
}

.contactLead_info {
    width: 100%;
    padding: 15px 10px 25px;
    margin: 0 auto;
    border-radius: 20px;
    background-color: #fff;
    text-align: center;
}

.contactLead_info_tel {
    display: inline-block;
    height: auto;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 0.02em;
    line-height: 1;
}

.contactLead_info_tel::before {
    content: "";
    display: inline-block;
    width: 21px;
    height: 22px;
    margin-right: 10px;
    background: url(/images/common/tel_b.png) no-repeat center / contain;
}

.contactLead_info_time {
    width: 315px;
    height: 36px;
    margin: 10px auto 0;
    border-radius: 10px;
    background-color: #000000;
    font-weight: 700;
    line-height: 36px;
    color: #fff;
}


/* footer
-------------------*/
.inc-contact+.footer {
    margin-top: -40px;
}

.ft_main {
    width: 100%;
    padding: 50px 0 80px;
    background-color: #fff;
}

.ft_main_wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.ft_main_l {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
}

.ft_main_l_wrap {
    display: flex;
    gap: 20px;
}

.ft_logo {
    width: 130px;
}


.ft_cafe {
    width: 210px;
    height: 30px;
    border: 1px solid #000000;
    border-radius: 15px;
    box-shadow: 0 2px 0 rgba(0, 0, 0, 0.16);
    line-height: 30px;
    text-align: center;
}

.ft_cafe::after {
    content: "";
    display: inline-block;
    width: 13px;
    height: 13px;
    margin-left: 5px;
    background: url(/images/common/arw_link.png) no-repeat center / contain;
}

.ft_main_r {
    display: flex;
    align-items: center;
    gap: 40px;
}

.ft_tel {
    font-size: 32px;
    font-weight: 900;
}

.ft_tel::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    background: url(/images/common/tel_b.png) no-repeat center / contain;
}

.ft_mail {
    width: 230px;
    height: 50px;
    margin-top: 10px;
    background-color: #cf2826;
    box-shadow: 0 4px 0 rgba(0, 0, 0, 0.14);
    font-weight: 700;
    line-height: 50px;
    color: #fff;
    text-align: center;
}

.ft_mail::before {
    content: "";
    display: inline-block;
    width: 17px;
    height: 11px;
    margin-right: 10px;
    background: url(/images/common/mail_w.png) no-repeat center / contain;
}

.ft_nav {
    padding-left: 20px;
    border-left: 1px solid #000000;
    line-height: 1;
}

.ft_nav_list {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.ft_sub {
    background: url(/images/common/pattern_01.jpg);
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
}

.ft_sub_wrapper {
    padding: 10px 0;
    text-align: center;
}

.ft_sub_list {
    display: flex;
    gap: 20px;
}

.ft_sub_item {
    position: relative;
}

.ft_sub_item:not(:last-child)::after {
    content: "|";
    position: absolute;
    top: 0;
    right: -12px;
}

/*# sourceMappingURL=style_sp.css.map */