@charset "utf-8";

html {
    scroll-behavior: smooth;
}

.list_wrapper {
    position: relative;
    display: flex;
    align-items: center;
}





/* mv */

.mv.wrapper {
    display: flex;
    align-items: center;
    position: relative;
}


.mv {
    display: flex;
    justify-content: flex-end;
    margin-top: -20px;
}

.mv_image {
    max-width: 90%;
}

.mv_image img {
    width: 100%;
    height: 620px;
    object-fit: cover;

}



.mv_catchEria {
    position: absolute;
    left: 5%;

}

.sub_catch {
    font-family: "Shippori Mincho",
        "Helvetica",
        serif;
    font-size: 18px;

    margin-left: 0.5em;
    letter-spacing: 0.2em;
    color: #9A1717;
}

.mv_catch {
    font-family: "Shippori Mincho",
        "Helvetica",
        serif;
    font-size: clamp(46px, 10vw, 76px);
    color: #9A1717;
    line-height: 1.1em;
    letter-spacing: -0.03em;
    text-shadow: 0 0 5px #fff, 0 0 5px #fff,
        0 0 5px #fff;
    margin-top: 0.3em;
}





.mv_lead {
    font-family: "Noto Sans JP",
        "Helvetica", sans-serif;
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 0.2em;
    color: black;
    margin-left: 0.5em;
    margin-top: 1em;
    line-height: 1.5em;
    text-shadow: 0 0 5px #fff, 0 0 5px #fff,
        0 0 5px #fff;
}

.main_titleEria {
    margin-top: 3%;
}

.main_titleText {
}
.main_titleText p{
    font-family: "Shippori Mincho",
    "Helvetica",
    serif;
display: inline;
font-weight: lighter;
font-size: 20px;
line-height: 0em;
letter-spacing: 0.1em;
color: #fff;
background: linear-gradient(transparent 0%, #e7a9a9 0%);
}
.dot-text {
    padding-top: .4em;
    background-position: top left -2px;
    background-repeat: repeat-x;
    background-size: 1.3em .3em;
    background-image: radial-gradient(.15em .15em at center center, #9A1717, #9A1717 100%, transparent);
}

.top_readEria {
    justify-content: center;
    margin: 10% auto;
}


.top_read {
    font-family: "Shippori Mincho", serif;
    writing-mode: vertical-rl;
    max-width: 100%;
    height: 70%;
    margin: auto;
}


.top_readText {
    margin-right: 2em;
    font-size: 16px;
    font-family: "Shippori Mincho", serif;
    font-weight: normal;
    line-height: 3.2em;
    letter-spacing: 0.1em;
    line-break: strict;

}

.text-indent {
    text-indent: 1em;
}



.top_title {
    display: inline;
    font-family: "Shippori Mincho", serif;
    font-size: 16px;
    color: #9A1717;
    letter-spacing: 0.2em;
    line-height: 1.8em;
    background-color: #DEA7A7;
}

.top_title::after {
    content: "";

}

.bandEria {
    width: 85%;
    display: flex;
    text-align: center;
    margin: 0 auto;
    background-color: #F8F8F5;
    margin-top: 10%;

}

.bandEria_inner {
    max-width: 675px;
    width: 85%;
    margin: 0 auto;
    margin-top: 7%;
    margin-bottom: 7%;
}

.section_title.center {
    display: inline-block;
    text-align: center;
    font-weight: bold;
}



.about_title::after {
    content: "";
    display: none;
}

.title_center {
    font-family: "Shippori Mincho", serif;
    letter-spacing: 0.1em;
    line-height: 1.8em;
    font-size: 23px;
    color: #9A1717;
    text-align: center;
    margin-top: 1.1em;
}

.circle_wapper {
    max-width: 474;
    max-height: 158px;
    margin-bottom: 5em;
}

.circle_pink {
    width: 55px;
    height: 55px;
    background-color: #DEA7A7;
    border-radius: 50%;
    margin: 0 auto;
    margin-top: 3em;
    padding-top: 7px;
}

.circle_pink p {
    font-family: sans-serif;
    letter-spacing: -0.05em;
    line-height: 1.3em;
    color: #fff;
    position: relative;
}



.circle {
    width: 140px;
    height: 140px;
    border: 0.5px solid #000;
    /* ↑上下0.5pxのボーダー */

    border-radius: 50%;
    margin: 0 auto;
    /* ↑円を中央揃え */
    text-align: center;
    /* ↑文字を左右に中央揃え */
    line-height: 139px;
    /* ↑文字を上下に中央揃え */
}

.circle_p {
    font-family: "Noto Sans JP",
        "Helvetica", sans-serif;
    letter-spacing: 0.2em;
    font-weight: bold;
}



.bandEria_lead {
    margin-top: 3em;
    line-height: 2.3em;
    letter-spacing: 0.3em;
    text-align: center;
}

.dot {
    position: relative;
}

.dot::after {
    content: "・";
    display: inline-block;
    position: absolute;
    bottom: 8px;
    left: 17px;
}

.cross {
    margin-top: 5em;
    position: relative;
    display: inline-block;
    width: 30px;
    height: 1px;
    background: #000;
    transform: rotate(45deg);
}

.cross::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    transform: rotate(90deg);
}

.bandEria_lead {
    line-height: 2em;
    letter-spacing: 0.07em;
}


/* コース */

.coucse {
    margin-top: 7em;
}

.couce_titile {
    padding-top: 1em;
    line-height: 1.3em;
}

.couce_name {
    font-size: 18px;
    font-weight: normal;
    display: flex;
    position: relative;

   
}
.couce_name:hover{
    cursor: pointer;
}
.number_eria {
    width: 7%;
    background-color: #E8B7B7;
    margin-right: 1em;
}

.number {
    font-size: 18px;
    color: #fff;
}

.couce_eria {
    margin-top: 5em;
}

.couce_Wrap {
    width: 100%;
    border: solid 0.7px;
    margin-top: 3em;
    position: relative;
}





.couce_little {
    font-size: 0.75em;
    font-weight: lighter;
    padding-right: 0.5em;
}



.couce_name.open::after {
    content: "";
    display: block;
    width: 90%;
    height: 0.3px;
    background-color: #000;
    position: absolute;
    top: 100%;
    right: 10px;

}

.couce_name::before {
    content: "+";
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 39px;
    color: #606060;
    letter-spacing: -0.03em;
    font-weight: lighter;
    position: absolute;
    top: -3px;
    right: 18px;

}

.couce_name.open::before {
    content: "-";
    font-size: 53px;
    color: #606060;
    letter-spacing: -0.03em;
    position: absolute;
    top: -2px;
    right: 17px;
}





.couce_number {
    display: inline-block;
    width: 7%;
    font-size: 18px;
    text-align: center;
    color: #fff;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    background-color: #E8B7B7;
    margin-right: 2%;
}



.couce_text {
    display: none;
    text-align: left;
    padding: 2.5em;
    line-height: 2em;
}
.couce-btn-wrap {
    text-align: center;
    margin-top: 20px;

}

.couce-link-btn {

}
.couce-link-btn a{
    font-size: 15px;
    font-family: Noto Sans JP;
    color: #fff;
    background-color: #D8AAAA;
    line-height: 2.6;
    padding: 1px 10px 4px 10px;

    

}
.couce-link-btn a span{
    font-size: 9px;
}

.explanation_imge {
    width: 200px;
    margin: 7em auto;
    margin-bottom: 3em;
}



.pc-none {
    display: none;
}



/* セクション3 */



.about_container {
    margin-top: 7em;
    display: flex;
    justify-content: space-between;
}




.section_title.left {
    display: block;
    width: 25%;
    color: #000;
    font-weight: bold;
    text-align: end;
    letter-spacing: 0.3em;
    border-bottom: 1px solid #9A1717;
    padding-right: 1em;
    padding-bottom: 7px;
    position: relative;
}

.section_title.left::after {
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    background-color: #9A1717;
    border-radius: 50%;
    position: absolute;
    right: 0;
    bottom: -3px;
}

.section_title.leftB {
    display: block;
    width: 40%;
    color: #000;
    font-weight: bold;
    text-align: start;
    letter-spacing: 0.1em;
    line-height: 1.5em;
    border-bottom: 1px solid #9A1717;
    margin-bottom: 3%;
    padding-right: 1em;
    padding-left: 5em;
    padding-bottom: 7px;
    position: relative;
}



.section_title.leftB::after {
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    background-color: #9A1717;
    border-radius: 50%;
    position: absolute;
    right: 0;
    bottom: -3px;
}

.section_titleWrap {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 0em;
}

.section_title.right {
    display: block;
    width: 25%;
    font-size: 16px;
    color: #000;
    font-weight: bold;
    text-align: start;
    letter-spacing: 0.3em;
    border-bottom: 1px solid #9A1717;
    margin-bottom: 3%;
    padding-left: 3%;
    padding-bottom: 0.5%;
    position: relative;
}



.section_title.right::after {
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    background-color: #9A1717;
    border-radius: 50%;
    position: absolute;
    left: 0;
    bottom: -2px;
}


.section_about {
    max-width: 1440px;
    margin-top: 10em;
    overflow: hidden;
}

.annotation {
    display: block;
    padding-top: 0.5em;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.5em;
    color: #9A1717;
}


.about_catch_vertical {
    font-size: 25px;
    text-indent: 0.5em;
    font-family: "Shippori Mincho", serif;
    font-size: 25px;
    max-height: 530px;
    letter-spacing: 0.4em;
    line-height: 2em;
    color: #9A1717;
    writing-mode: vertical-rl;
}



.about_unitLeft {
    width: 34%;
    margin-left: 3%;
    margin-right: 5%;
    position: relative;
}

.about_unitLeft::after {
    content: "";
    background-color: #F5F7F8;
    position: absolute;
    bottom: 2%;
    left: -7%;
    width: 100%;
    height: 90%;
    z-index: -1;
}

.about_unitRight {
    margin-top: 3em;
    margin-right: 2em;
    width: 34%;
    position: relative;
}

.about_unitRight::after {
    content: "";
    background-color: #F8F8F5;
    position: absolute;
    top: 5%;
    right: -5%;
    width: 100%;
    height: 90%;
    z-index: -1;
}




.about_image {
    width: 100%;
    /* height: 70%; */
    margin-left: 0em;
    z-index: 10;
    position: relative;
}

.about_image img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}


.lower {
    margin-top: 3em;
}



.about_box {
    /* background-color: #fff; */
    position: relative;
    border: #faf4f4 solid 1px;
}



.about_boxB {
    position: relative;
    border: #faf4f4 solid 1px;

}



.about_lead_box {
    width: 100%;
    background-color: #fff;
    padding: 1em;
    padding-top: 1.5em;
}

.about_lead_boxB {
    width: 100%;
    background-color: #fff;
    padding: 1em;
    padding-top: 1.5em;
    margin-top: 1em;
}

.about_lead {
    font-size: 16px;
    font-weight: bold;
    width: 100%;
    line-height: 1.8em;
    letter-spacing: 0.05em;
    margin-left: auto;
    margin-right: auto;
}



/* セクション４ */

.news {
    margin-top: 10em;
    background-color: #F8F8F5;
    padding-top: 5em;
    padding-bottom: 5em;
}


.news_inner {
    max-width: 996px;
    width: 86%;
    padding-top: 3em;
    padding-bottom: 3em;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}

.news_upperEria {
    align-items: center;
}


.news_link {
    font-size: 14px;
    font-weight: lighter;
    position: relative;
}

.news_link a::after {
    content: '';
    display: inline-block;
    width: 73px;
    height: 10px;
    border-bottom: solid 1px;
    border-right: solid 1px;
    transform: skew(45deg);
    color: #9A1717;
    position: absolute;
    top: 20%;
    right: 0%;
}

.news_link a {
    display: block;
    padding-right: 80px;
}




.news_link {
    font-size: 14px;
    position: relative;
}

.normal_title {
    font-family: "Shippori Mincho", serif;
    font-size: 30px;
    letter-spacing: 0.5em;
    color: #9A1717;
}

.news_list dl {
    margin-top: 4em;
    display: flex;
    justify-content: flex-start;
}

.news_list dl:hover {
    color: #ccc;
    transition: .5s;
}

.news_list dl:visited {
    color: #ccc;
}

.news_date {
    font-size: 12px;
    letter-spacing: 0ch;
    font-weight: normal;
    padding-top: 0.4em;
}

.news_date span {
    font-size: 10px;
    margin-left: 1em;
    padding: 0 0.5em 0 0.5em;
    color: #fff;
    background: #9A1717;
}

.list_wrapper {
    margin-top: 5em;
}

.news_list dl {
    display: flex;
    font-size: 16px;
    align-items: center;
    letter-spacing: 0.2em;
    margin-top: 1.5em;
    padding-bottom: 1.5em;
    border-bottom: 1px dotted #000;
}

.news_list dd {
    padding-left: 2em;
}


/* bumpyLook */

.bumpyLook {
    margin-top: 10em;
    position: relative;
    overflow: hidden;

  
}
.bumpyLookRight_inner{
    position: relative;
}

.bumpyLook::after{
  
    content: "";
    width: 70%;
    height: 65%;
    background-image: url(../image/sakura2.jpg);
    object-fit: cover;
    opacity: 0.7;
    position: absolute;
    top: 0%;
    left: 38%;
    z-index: -1;
    background-repeat: no-repeat;

}
.bumpyLook_title_vertical {
    display: inline-block;
    font-family: "Shippori Mincho", serif;
    font-size: 27px;
    line-height: 2em;
    letter-spacing: 0.3em;
    color: #9A1717;
    writing-mode: vertical-rl;
   white-space: nowrap;
 
   top: -111px;
  right: 0;
  z-index: 3;
}
.bumpyLook_title_vertical2{
    position: absolute;
}
.bumpyLook_title_vertical em {
    text-combine-upright: all;
    font-style: normal;
}

.bumpyLook_title_verticalRight {
    display: inline-block;
    font-family: "Shippori Mincho", serif;
    font-size: 25px;
    line-height: 2em;
    letter-spacing: 0.7em;
    color: #9A1717;
    writing-mode: vertical-rl;
    word-break: break-all;
    text-shadow: 0 0 5px #fff, 0 0 5px #fff,
        0 0 5px #fff;
}

.bumpyLook_text_wrapper {
    max-width: 65%;
    padding: 2em;
    background-color: #fff;
    margin-left: 10%;
}



.boldText {
    font-size: 20px;

}

.bumpyLook_contaner {
    width: 100%;
 
    z-index: 2;
    top: 20%;
}
/* 
.bumpyLook_contaner::before {
    content: "";
    width: 80%;
    height: 65%;
    background-image: url(../image/sakura2.jpg);
    object-fit: cover;
    opacity: 0.7;
    position: absolute;
    top: 0%;
    right: 0%;
    z-index: -1;
} */



.bumpyLook_text {
    line-height: 2;
    letter-spacing: 0.1em;
}




/* bumpyLook_right */



.bumpyLookRight {
    margin-top: 15em;
}

.bumpyLookRight_text_wrapper {
    max-width: 65%;
    padding: 3em;
    background-color: #fff;
    margin-top: 15%;
    margin-left: 15%;
 
}


.bumpyLookRight_contaner {
    position: relative;
    z-index: 2;

}

.bumpyLookRight_contaner::before {
    content: "";
    width: 71%;
    height: 65%;
    background-image: url(../image/tree.jpg);
    object-fit: cover;
    object-position: 100% 0%;
    opacity: 0.7;
    position: absolute;
    top: -17%;
    left: 0%;
    z-index: -1;
}






/* セクション６ */




.overlappingLayer {
    margin-top: 15em;
    overflow: hidden;
}

.section_inner {
    max-width:1046px;
    width: 100%;
    margin: 0 auto;
    padding-left: 25px;
    padding-right: 25px;
}


.title_eriaWrap {
    display: flex;
    justify-content: flex-end;
}

.title_eria::after {


    display: flex;
    flex: flex-end;
    background: #DEA7A7;
    margin-top: -7%;
    height: 40vw;
    width: 50vw;
}



.title_horizontal {
    width: 100%;
    font-family: "Shippori Mincho", serif;
    font-size: 22px;
    line-height: 1.7em;
    letter-spacing: 0.1em;
    color: #9A1717;
    color: #fff;
    padding-top: 1em;
    padding-left: 3em;
    text-align: left;
}

.textsmall {
    font-size: 16px;
    line-height: 1em;

    letter-spacing: -0.02em;
}

.boxContainer-OverboxGlay {
    background: #F8F8F5;
    margin: 0 calc(50% - 50vw);
    /* padding: 0 calc(50vw - 50%); */
    padding-bottom: 3em;
    width: 100vw;
    padding: 0 calc(50vw - 50%);
}

/* left */

.title_eriaWrap.left {
    display: flex;
    justify-content: flex-start;
    margin: 0 calc(50% - 50vw);

    /* padding: 0 calc(50vw - 50%); */
    /* width: 100vw; */
}

.title_eria{
    position: relative;
    z-index: 2;
}
.title_eria::after {
    content: "";
    background: #DEA7A7;
    margin: 0 calc(50% - 50vw);
    /* padding: 0 calc(50vw - 50%); */
    margin-top: -7%;
    width:73vw;
    height: 40vw;
    position: absolute;
    top: 0;
   right: 0;
    z-index: -1;
}



.title_horizontal.left {
    font-family: 'Shippori Mincho', serif;
    font-size: 22px;
    line-height: 1.2em;
    letter-spacing: 0.1em;
    padding: 6% 0 5% 15%;
    color: #fff;
    text-align: start;
    white-space: nowrap;
}



/* youtube */




.boxContainer-OverboxGlay.left {
    background: #F8F8F5;
    margin: 0 calc(50% - 50vw);
    padding: 0 calc(50vw - 50%);
    /* padding-bottom: 3em; */
    width: 100vw;
    padding-bottom: 20px;
    /* position: relative;
    z-index: -999; */
}

.videoWrap {
  position: relative;
  z-index: 2;
  transform: translateY(14%);
}

.video {
    width: 100%;
    margin: 0% auto;
    position: relative;
    padding-top: 56.25%;

}

.video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}



.boxContainerWrap {
    background-color: #fff;
    padding: 10%;
    /* margin-top: -25vw; */
    margin-bottom: 5em;
    position: relative;
    z-index: 4;
}






.impressions_title {
    font-size: 20px;
    font-family: 'Klee One', serif;
    font-weight: bold;
}

.impressions_title.Second {
    margin-top: 2.2em;
}

.dushed-note {
    background-color: #fff;
    /* 背景色 */
    background-image: linear-gradient(90deg, transparent 0%, transparent 50%, #fff 50%, #fff 100%),
        /* 点線1の色 */
        linear-gradient(180deg, #ccc 1px, transparent 1px);
    /* 点線2の色と太さ */
    background-size: 8px 100%,
        /* 点線1のサイズ */
        100% 3.4em;
    /* 点線2のサイズ */
    line-height: 3.4em;
    /* 文字の高さ */
    padding-bottom: 1px;
    /* 最終行の下にも罫線を引く */
}


.impressionsText {
    font-size: 16px;
    font-family: 'Klee One', serif;
    

}

.impressionsText span{
    font-size: 16px;
    font-family: 'Klee One', serif;
    line-height: 3em;
    margin-top: 0em;
    letter-spacing: 0.2em;
   
}

.student_voice {
    margin-top: 10em;
}

.student_content {
    width: 70%;
    display: flex;
    justify-content: space-between;
    margin: 5em auto;
}

.student_cap {
    font-family: 'Gill Sans',
        'Gill Sans MT',
        'Calibri',
        'Trebuchet MS',
        sans-serif;
    font-size: 12px;
    text-align: center;
    line-height: 3em;
}



.student_hukidashi {
    width: 65%;
    margin-left: 5em;
    position: relative;
}

.student_hukidashi_left {
    width: 65%;
    margin-left: 0em;
    position: relative;
}


.student_hukidashi::before {
    content: "";
    width: 84px;
    display: block;
    border: solid #9EBE98 1px;
    position: absolute;
    top: 75px;
    left: -82px;
    transform: rotate(-15deg);
}

.student_hukidashi::after {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #9EBE98;
    position: absolute;
    top: 83px;
    left: -81px;
}


.student_hukidashi_left::before {
    content: "";
    width: 84px;
    display: block;
    border: solid #9EBE98 1px;
    position: absolute;
    top: 75px;
    right: -80px;
    transform: rotate(15deg);
}

.student_hukidashi_left::after {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #9EBE98;
    position: absolute;
    top: 84px;
    right: -80px;

}




.student_hukidashi p {
    font-size: 16px;
    font-family: 'Gill Sans', 'Gill Sans MT', 'Calibri', 'Trebuchet MS', sans-serif;
    line-height: 1.5em;
    padding: 2em;
    background-color: #fff;
    border: solid #9EBE98 1.5px;
    border-radius: 40px;
}

.student_hukidashi_left p {
    font-size: 16px;
    font-family: 'Gill Sans', 'Gill Sans MT', 'Calibri', 'Trebuchet MS', sans-serif;
    line-height: 1.5em;
    padding: 2em;
    background-color: #fff;
    border: solid #9EBE98 1.5px;
    border-radius: 40px;
}

/* ボックス */








.section_message {
    margin-top: 10em;
    margin-top: 7em;
    padding: 7%;
    line-height: 2em;

}

.messageWrap {
    width: 90%;
    text-align: center;
    margin-top: 10em;
    margin: 0 auto;
}


.messageTextWrap {
    margin-top: 3em;
}

.messageText {
    font-weight: normal;
    letter-spacing: 0.1em;
    line-height: 3em;
}

.yellowLine {
    background: linear-gradient(transparent 60%, #ff6 60%);
}

.red_text {
    font-weight: bold;
    color: #9A1717;
}


.redTxt_yellowLine {
    font-weight: bold;
    color: #9A1717;
    background: linear-gradient(transparent 60%, #ff6 60%);
}

.top-link-wrap {
    margin-top: 156px;

}
.title_center2{
    margin-top: 92px;
}

.top-link-btn {
    margin-top: 38px;
  

}
.top-link-btn a{
    background-color: #6F6F6F;
    color: #fff;
    font-size: 17px;
    text-align: center;
    padding: 12px 24px;
}



/* スマホ */

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



    .couce_name {
        font-size: 16px;

    }

    .couce_name.short {
        letter-spacing: -0.02em;
    }

}





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





    .top_read {
        max-width: 100%;
    }

    .top_readText {
        font-size: 16px;
        line-height: 2.5em;
        margin: 0 auto;
    }



    .title_eriaWrap {
        display: flex;
        justify-content: flex-end;
        width: 100vw;
    }

    .title_eria {
        display: flex;
        flex: flex-end;
        background: #DEA7A7;
        /* margin-top: -10%; */
        height: 40vw;
        width: 80vw;
    }

    .section_title.leftB {
        margin-bottom: 20%;
    }

    .section_title.right {
        margin-bottom: 20%;
    }

    .title_horizontal {
        font-size: 18px;
        line-height: 1.5em;
        letter-spacing: 0.1em;
        padding-top: 3%;
        text-align: flex-end;
    }

    .boxContainerWrap {
        margin-top: -28vw;
        position: relative;
    }



    .bumpyLook_text_wrapper {
        max-width: 85%;
        margin-left: 10%;
    }

    .bumpyLookRight_text_wrapper {
        max-width: 85%;
        margin-left: 10%;
    }


    .title_eria::after{
        width: 100vw;
    }
    
    .videoWrap {
        transform: translateY(-52%);
    }
    
    


}


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



    .mv_image img {
        width: 100%;
    }


    .main_titleText {
        line-height: 2em;
    }

    .section_inner {
        width: 90%;
    }



    .pc-none {
        display: block;
    }


    /* コース */


    .couce_name {
        flex-direction: column;
        text-align: center;
        padding-bottom: 1em;
        position: relative;
    }

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



    .couce_titile {
        padding: 0.3em;
        padding-bottom: 0.7em;
        line-height: 1.3em;
        font-size: 13px;
    }

    .couce_Wrap {
        position: relative;
    }

    .couce_name::before {
        content: " +";
        font-size: 35px;
        position: absolute;
        top: -3px;
        right: 18px;
        z-index: 222;
    }

    .couce_name.open::before {
        content: " -";
        font-size: 52px;
        position: absolute;
        top: -3px;
        right: 22px;
    }

    .couce_name::after {
        content: "";
        display: block;
        width: 97%;
        text-align: center;
        height: 0.2px;
        background-color: #000;
        position: absolute;
        top: 68px;
        right: 8px;
    }

    .couce_name.open::after {
        content: "";
        display: block;
        width: 97%;
        height: 0.2px;
        background-color: #000;
        position: absolute;
        top: 68px;
        right: 8px;

    }
    .messageText{
        line-height: 2.5em;
        font-size: 14px;
        letter-spacing: 0.1em;
    }

    .messageWrap{
        width: 100%;
    }




    .title_center {
        font-size: 20px;
        letter-spacing: 0.1em;
        line-height: 1.5em;
    }

    .circle_wapper {
        margin-top: 0em;
    }


    .section_title {

        font-size: 14px;
    }


    .bandEria_lead {
        font-size: 14px;
        margin-top: 3em;
    }



    .normal_title {
        font-size: 20px;
    }

    .about_catch_wrapper {
        font-size: 20px;
        line-height: 1.5em;
    }

    .section_title.left {
        width: 40%;
        margin-left: -2%;
    }

    .section_title {
        font-size: 14px;
        text-align: end;
        letter-spacing: 0em;
    }

    .section_title.leftB {
        width: 45%;
        margin-bottom: 15%;
        padding-bottom: 3%;
    }

    .section_title.right {
        width: 40%;
        font-size: 14px;
        /* margin-bottom: 15%; */

    }

    .section_title.right::after {
        position: absolute;
        left: 0;
        bottom: -2px;
    }


    .about_unitRight {
        width: 40%;
    }


    .about_unitLeft {
        width: 40%;
        margin-left: 0%;
    }





    .title_horizontal {
        font-size: 18px;
        letter-spacing: none;
    }




    .number {
        font-size: 14px;
        color: #fff;
        font-weight: 500;
        background-color: #E8B7B7;
        padding: 0em;
    }


    .title_eriaWrap.left {
        margin-top: 0em;
    }




    .title_horizontal.left {
        font-size: 16px;
        /* line-height: 1.5em; */
        letter-spacing: none;
        padding: 5% 8%;
    }

    .textsmall {
        font-size: 14px;
        margin-top: -0.5em;
    }

    .impressions_title {
        padding-top: 0.3em;
        font-size: 17px;
    }


    .impressions_title.Second {
        margin-top: 2.3em;
    }

    .impressionsText {
        font-size: 15px;
        margin-top: 0.3em;
        font-size: 15px;
        line-height: 2.52em;

    }

    .dushed-note {
        background-image: linear-gradient(90deg, transparent 0%, transparent 50%, #fff 50%, #fff 100%),
            /* 点線1の色 */
            linear-gradient(180deg, #ccc 1px, transparent 1px);
        /* 点線2の色と太さ */
        background-size: 8px 100%,
            /* 点線1のサイズ */
            100% 2.7em;
        /* 点線2のサイズ */
        line-height: 2em;
        /* 文字の高さ */
        padding-bottom: 0.5px;
        /* 最終行の下にも罫線を引く */
    }



    .bumpyLook_text_wrapper {
        margin-right: 0%;
    }

    .bumpyLook_text {
        line-height: 2.5em;
    }

    .problem_text {
        font-size: 12px;
        line-height: 1.5em;
    }



    .about_image {
        width: 100%;
    }

    .student_hukidashi::after {
    
        top: 76px;
        left: -62px;
    }
    .student_hukidashi::before {
    
        top: 70px;
        left: -62px;
        width: 64px;
    }
    .student_hukidashi_left::after {
    
        top: 81px;
        right: -50px;
    }
    .student_hukidashi_left::before {
    
        top: 76px;
        right: -48px;
        width: 50px;
    }
}




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



    .header_inner {
        padding: 0;
    }


    .mv_image img {
        object-position: 66% -10%;
    }

    .mv_catchEria {
        position: absolute;
        left: 3em;
        transform: scale(1.3);
    }

    .sub_catch {
        font-size: 12px;
        color: #9A1717;
        padding-left: 0.5em;
        margin-left: 0;
    }

    .mv_lead{
        font-size: 13px;
        line-height: 1.5em;
        letter-spacing: 0;
    }




    .main_titleEria {
        margin-top: 2.2%;
        margin-left: 0.3em;
    }

    .main_titleText p{
        font-family: "Shippori Mincho",
            "Helvetica",
            serif;
        display: inline;
        font-weight: lighter;
        font-size: 13px;
        letter-spacing: 0.05em;
        color: #fff;
        background-color: #e7a9a9;
    }


    .sp-full {
        width: 100%;
    }


    .title_center {
        font-size: 18px;
        letter-spacing: 0em;
    }

    .bandEria_lead {
        font-size: 13px;

    }

    .circle_wapper {
        transform: scale(.8);
    }



    .cross {
        width: 20px;
    }


    .couce_eria {
        margin-top: 3em;
    }

    .normal_title {
        font-size: 20px;
    }

    .news_list dl {
        font-size: 14px;
    }

    .section_about {
        margin-top: 5em;
    }

    .section_inner {
        display: flex;
        flex-direction: column;
        width: 100%;
        margin: 0 auto;
    }


    .section_title.center {
        font-size: 14px;
    }



    .section_title.left {
        width: 100%;
        color: #000;
        margin: auto;
        font-size: 14px;
        font-weight: bold;
        text-align: center;
        letter-spacing: 0.1em;
        border-bottom: none;
        margin-left: 0%;
        padding-right: 0;
    }

    .section_title.left::after {
        content: "";
        display: none;
    }



    .about_title::after {
        content: "";
        display: none;
    }


    .section_title.leftB {
        width: 70%;
        font-size: 14px;
        padding-bottom: 3%;
        margin-bottom: 15%;
    }



    .about_container {
        display: flex;
        flex-direction: column;
        width: 100%;
        padding-top: 1em;
        margin: 0 auto;
    }

    .about_catch_wrapper {
        order: -1;
    }


    .about_catch_wrapper {
        font-family: "Shippori Mincho", serif;
        max-height: 250px;
        letter-spacing: 0.6em;
        color: #9A1717;
        /* writing-mode: vertical-rl; */
        margin: auto;
    }

    .about_catch_vertical {
        font-size: 18px;
        line-height: 1.8em;
        letter-spacing: 0.3em;
        writing-mode: horizontal-tb;
    }

    .about_unitLeft {
        margin-top: 2em;
        width: 100%;
        margin: 10% auto;
    }

    .about_unitRight {
        margin-top: 2em;
        width: 100%;
        margin: 10% auto;
    }

    .about_unitRight::after {
        content: "";
        background-color: #F8F8F5;
        position: absolute;
        top: 0%;
        right: 15%;
    }

    .about_unitLeft::after {
        content: "";
        background-color: #F5F7F8;
        position: absolute;
        bottom: 6%;
        left: 10%;
    }




    .bumpyLook {
        margin-top: 5em;
    }

    .bumpyLook_title_vertical {
        display: block;
        font-size: 17px;
        line-height: 1.8em;
        height: 180px;
        margin: 0% auto;
        text-shadow: 0 0 5px #fff, 0 0 5px #fff,
            0 0 5px #fff;
        order: -1;
        writing-mode: horizontal-tb;
  
    }

    .bumpyLook_title_vertical2{
        position: absolute;
        right: 50%;
        transform: translateX(50%);
        top: -182px;

    }
    .bumpyLook_contaner {
        width: 100%;
        position: relative;
        z-index: -1;
    }

    .bumpyLook_contaner::before {
        content: "";
        margin: 0 calc(50% - 50vw);
        width: 100vw;
        height: 70%;
        background-image: url(../image/sakura2.jpg);
        object-fit: cover;
        opacity: 0.7;
        position: absolute;
        top: -20%;
        z-index: -2;
    }

    .bumpyLook_text_wrapper {
        max-width: 100%;
        padding: 1.5em;
        margin: 0 auto;

    }

    .bumpyLook_text{
        line-height: 2em;
    }



    .bumpyLookRight {
        margin-top: 14em;
    }

    .bumpyLookRight_text_wrapper {
        max-width: 100%;
        padding: 1.5em;
        margin: 0 auto;
    }


    .bumpyLookRight_contaner {
        position: relative;
        z-index: -1;
    }

    .bumpyLookRight_contaner::before {
        content: "";
        margin: 0 calc(50% - 50vw);
        width: 100vw;
        height: 70%;
        background-image: url(../image/tree.jpg);
        object-fit: cover;
        object-position: 100% 0%;
        opacity: 0.7;
        position: absolute;
        top: -20%;
    }



    .problem_box {
        display: flex;
        width: calc(100%/2);
        border-left: solid 1px #000;
    }

    .problem_box:nth-child(3n) {
        border-right: none
    }

    .problem_box:nth-child(2n) {
        border-right: solid 1px #000;
    }



    .boxContainer {
        margin: auto;
    }



    .title_eriaWrap {
        display: flex;
        justify-content: end;
        width: 100vw;
    }

    .title_eria {
        display: flex;
        flex: flex-end;
        background: #DEA7A7;
        margin-top: -5%;
        height: 35vw;
        width: 85vw
    }

    .title_horizontal {
        font-family: "Shippori Mincho", serif;
        font-size: 16px;
        line-height: 1.3em;
        letter-spacing: 0.1em;
        color: #9A1717;
        color: #fff;
        padding: 3% 8%;
        text-align: flex-end;
    }


    .video {
        width: 100%;
        margin: 3% auto;
    }

.videoWrap{
    transform: translateY(-30%);
}

    .overlappingLayer {
        margin-top: 7em;
        overflow: hidden;
    }

    .boxContainer-OverboxGlay {
        background: #F8F8F5;
        margin: 0 calc(50% - 50vw);
        padding: 0 calc(50vw - 50%);
        width: 100vw;
    }



    .boxContainerWrap {
        margin-top: -22vw;
        position: relative;
        z-index: 3;
    }


    .textsmall {
        font-size: 14px;
        line-height: 1.4em;
        margin-top: -1.3em;
        letter-spacing: -0.02em;
    }
    .impressionsText span{
        font-size: 14px;
        line-height: 2em;
    }

    /* 生徒の声 */

    .student_img img {
        transform: scale(0.6);
    }

    .student_hukidashi {
        width: 100%;
        margin-left: 1em;
    }

    .student_content {
        width: 90%;
        /* flex-direction: column; */
        text-align: center;
        margin: 5em auto;
    }

    .student_hukidashi p {
        font-size: 13px;
        font-family: 'Gill Sans', 'Gill Sans MT', 'Calibri', 'Trebuchet MS', sans-serif;
        line-height: 1.5em;
        padding: 1.5em;
        background-color: #fff;
        border: solid #9EBE98 1.5px;
        border-radius: 40px;
    }
    .student_hukidashi_left p{
        font-size: 13px;
    }
    .student_hukidashi::before {
        width: 50px;
    }
    .bumpyLook::after{
        display: none;
    }

    .student_hukidashi::after {
    
        top: 51px;
        left: -38px;
    }
    .student_hukidashi::before {
    
        top: 48px;
        left: -36px;
        width: 35px;
    }
    .student_hukidashi_left::after {
    
        top: 48px;
        right: -46px;
    }
    .student_hukidashi_left::before {
    
        top: 44px;
        right: -44px;
        width: 46px;
    }
}





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



    .couce_name::before {
        content: " +";
        position: absolute;
        top: -4px;
        right: ;
        z-index: 222;
    }

    .couce_name.wide::before {
        content: " +";
        position: absolute;
        top: -3px;
        right: 15px;
        z-index: 222;
    }

    .couce_name.wide.open::before {
        content: "-";
        position: absolute;
        top: -5px;
        right: 16px;
        z-index: 222;
    }

    .couce_name.wide::after {
        content: "";
        display: block;
        width: 97%;
        text-align: center;
        height: 0.2px;
        background-color: #000;
        position: absolute;
        top: 82px;
        right: 8px;
    }

    .couce_name.wide.open::after {
        content: "";
        display: block;
        width: 97%;
        height: 0.2px;
        background-color: #000;
        position: absolute;
        top: 82px;
        right: 8px;
    }
    .student_hukidashi::after {
    
        top: 51px;
        left: -38px;
    }
    .student_hukidashi::before {
    
        top: 48px;
        left: -36px;
        width: 35px;
    }



}

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


    .bandEria_inner {
        width: 90%;
    }


    .bandEria {
        width: 95%;
    }



    .couce_name::before {
        content: "  +";
        position: absolute;
        top: -3px;
        right:15px;
    }

    .couce_name.open::before {
        content: "-";
        position: absolute;
        top: -5px;
        right: 16px;
    }

    .couce_name.short::before {
        content: "+";
        position: absolute;
        top: -3px;
        right: 15px;
        z-index: 222;
    }

    .couce_name.short.open::before {
        content: "-";
        position: absolute;
        top: -5px;
        right: 16px;
        z-index: 222;
    }
    .student_hukidashi::after {
    
        top: 62px;
        left: -36px;
    }
    .student_hukidashi::before {
    
        top: 59px;
        left: -34px;
        width: 35px;
    }
    .student_hukidashi_left::after {
    
        top: 58px;
        right: -44px;
    }
    .student_hukidashi_left::before {
    
        top: 54px;
        right: -41px;
        width: 43px;
    }
}








@media screen and (max-width:422px) {
    .couce_name.middle::after {
        position: absolute;
        top: 67px;
        right: 8px;
    }

    .couce_name.wide.open::after {
        position: absolute;
        top: 82px;
        right: 8px;
    }
    .student_hukidashi::after {
    
        top: 62px;
        left: -36px;
    }
    .student_hukidashi::before {
    
        top: 59px;
        left: -34px;
        width: 35px;
    }
    .student_hukidashi_left::after {
    
        top: 61px;
        right: -35px;
    }
    .student_hukidashi_left::before {
    
        top: 58px;
        right: -34px;
        width: 36px;
    }
}




@media screen and (max-width:375px) {
    .main_titleText {
        line-height: 1.5em;
    }

    .mv_image {

        max-width: 90%;
        height: 100%;
    }

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

    .student_hukidashi p {
        font-size: 12px;
        font-family: 'Gill Sans', 'Gill Sans MT', 'Calibri', 'Trebuchet MS', sans-serif;
        line-height: 1.5em;
        padding: 2em;
        background-color: #fff;
        border: solid #9EBE98 1.5px;
        border-radius: 40px;
    }

}


.kouenkai {
    color: #333;
    font-size: 22px;
    padding: 100px;
    text-align: center;
  }


/*2025.06.08<div class="campaign">*/
.campaign {
    width: 85%;
    overflow: hidden;
    margin: 80px auto 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.campaign-img-wrap {
    width: 49%;
}

.campaign-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}  
/*終わり*/
  

    /*スマホ*/
    @media (max-width: 599px) {
    /*2025.06.08<div class="campaign">*/
    .campaign {
        width: 95%;
    }

    .campaign-img-wrap {
        width: 100%;
    }
    /*終わり*/  
    }

/*終わり*/