@charset "UTF-8";
/* CSS Document */

@media screen and (min-width: 0px) and (max-width: 960px) {
.hero-area {
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
}

.hero-area .hero-img {
    display: none;
}

.hero-area .hero-img_sp {
    display: block;
}

.hero-area .hero-catch {
    width: 60%;
    max-width: 500px;
    position: absolute;
    right: 5%;
    bottom: 10%;
    z-index:10;
}

section.ind-sec {
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
}

section.grey-sec {  background-color: #F5F5F5; }
section.black-sec {  background-color: #000000; }

section.ind-sec .wrap {
    width: 95%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}

section.ind-sec h3 {
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
    font-size: 90%;
}

section.ind-sec h2 {
    width: 100%;
    margin: 0 0 60px;
    padding: 0;
    position: relative;
    overflow: hidden;
    font-size: 300%;
    font-weight: 600;
    line-height: 110%;
    font-family: "Jost", serif;
}
section.black-sec { color: #FFF;}

section.ind-sec h2:after {
    content: "";
    width: 150px;
    height: 20px;
    display: block;
    margin: 0;
    padding: 0;
    background-image: url("../img/index/mds_arr-r.svg");
    background-size: contain;
    background-repeat: no-repeat;
}
section.black-sec h2:after {
    background-image: url("../img/index/mds_arr-r_white.svg");
}


/***CONCEPT***/

.concept-flex {
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.concept-catch {
    width: 100%;
    margin: 0 0 30px;
    padding: 0;
    position: relative;
    overflow: hidden;
    font-size: 200%;
    line-height: 160%;
    font-weight: 700;
    letter-spacing: 0.1em;
}

.concept-flex {
    align-items: center;
}

.concept-flex .concept-l {
    width: 80%;
    margin: 0 0 30px;
}

.concept-flex .concept-r {
    width: 100%;
}


/***FEATURE***/

.feature-catch {
    width: 100%;
    margin: 0 0 60px;
    padding: 0;
    position: relative;
    overflow: hidden;
    font-size: 180%;
    line-height: 160%;
    font-weight: 700;
    display: block;
}

ul.feature-list {
    width: 90%;
    margin: 0 auto;
    padding: 0;
    position: relative;
    overflow: hidden;
}

ul.feature-list li {
    width: 100%;
    margin: 0 0 100px;
    padding: 0;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
ul.feature-list li:last-child {
    margin: 0;
}

ul.feature-list li .feat-l {
    width: 100%;
    line-height: 70%;
    margin: 0 0 30px;
}

ul.feature-list li .feat-r {
    width: 100%;
}

ul.feature-list li .point {
    width: 100%;
    margin: 0 0 20px;
    font-size: 110%;
    font-weight: 600;
    line-height: 110%;
    font-family: "Jost", serif;
}
ul.feature-list li .point:after {
    content: "";
    width: 100px;
    height: 5px;
    margin: 5px 0 0;
    display: block;
    background-color: #011C48;
    border-radius: 10px;
}

ul.feature-list li .point span.num {
    font-size: 180%;
    color: #FF3939;
    margin: 0 0 0 10px;
}

ul.feature-list li .feat-title {
    width: 100%;
    margin: 0 0 10px;
    font-size: 160%;
    font-weight: 700;
}

ul.feature-list li .feat-txt {
    margin: 0;
    font-weight: 400;
    line-height: 240%;
}

/***COURSE***/

section.course-grey {
    padding: 0 0 100px;
    overflow: visible;
    background-image: url("../img/index/course_bk.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #FFF;
}

section.course-grey .wrap {
    overflow: visible;
}

section.course-grey h3,
section.course-grey h2 {
    color: #FFF;
}

section.course-grey h2:after {
    background-image: url("../img/index/mds_arr-r_white.svg");
}

.course-intro {
    width: 100%;
    margin: 0 0 60px;
    padding: 0;
    position: relative;
    overflow: hidden;
    line-height: 210%;
}

.course-flex {    
    width: 95%;
    margin: 0 auto;
    position: relative;
    overflow: visible;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.course-flex .course {    
    width: 100%;
    margin: 0 0 30px;
    overflow: visible;
}
.course-flex .course:last-child {
    margin: 0;
}

.course-flex .course .course-img {
    width: 95%;
    margin: 0 auto;
    line-height: 70%;
    border: solid 5px #001D4B;
}

.course-flex .course .course-box {
    width: 90%;
    min-height: 230px;
    margin: -5px auto 0;
    padding: 20px 2.5%;
    background-color: #FFF;
    border: solid 5px #001D4B;
    color: #001D4B;
}

.course-box h5 {
    width: 100%;
    text-align: center;
    margin: 0 0 10px;
    padding: 0;
    position: relative;
    overflow: hidden;
    font-size: 110%;
    color: #FF3939;
}

.course-box h4 {
    width: 100%;
    text-align: center;
    margin: 0 0 20px;
    padding: 0;
    position: relative;
    overflow: hidden;
    font-size: 180%;
}

ul.course-list {
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 80%;
}
ul.course-list li {
    width: 90%;
    margin: 0 auto 10px;
    overflow: visible;
}
ul.course-list li:before {
    content: "";
    width: 10px;
    height: 10px;
    margin: 0 5px 0 -15px;
    display: inline-block;
    background-color: #FF3939;
    border-radius: 2px;
}

/**COURSE:TRIAL**/

.trial-box {
    width: 95%;
    margin: 100px auto 0;
    padding: 0 0 60px;
    position: relative;
    overflow: visible;
    border: solid 5px #001D4B;
    border-radius: 5px;
}

.trial-title {
    width: 90%;
    max-width: 450px;
    margin: -50px auto 0;
    padding: 10px 0 30px;
    position: relative;
    overflow: hidden;
    background-color: #FFF;
}

h3.trial-catch {
    font-size: 140% !important;
    margin: 0 0 10px !important;
    text-align: center; 
}
h3.trial-catch:before,h3.trial-catch:after {
    content: "";
    width: 20px;
    height: 30px;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
}
h3.trial-catch:before {
    margin: 0 10px 0 0;
    background-image: url("../img/index/course_trialmds-l.svg");
}
h3.trial-catch:after {
    margin: 0 0 0 10px;
    background-image: url("../img/index/course_trialmds-r.svg");
}

h2.trial-mds {
    width: 100% !important;
    margin: 0 !important;
    text-align: center; 
    font-size: 160% !important;
    font-family: "Noto Sans JP","ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "Helvetica", Arial, "メイリオ", Meiryo, sans-serif !important;
}

h2.trial-mds:after {
    display: none !important;
}

.trial-box .bluebox {
    width: 80%;
    max-width: 400px;
    margin: 0 auto 10px;
    padding: 10px 0;
    position: relative;
    overflow: hidden;
    background-color: #001D4B;
    color: #FFF;
    font-size: 120%;
    text-align: center;
}

.trial-box .bluebox .big {
    font-size: 180%;
    padding: 0 5px;
}

.trial-box .trial-sub {
    text-align: center;
}

.trial-box ul.course-list {
    width: 90%;
    margin: 0 auto 30px;
}

.sodan-btn {
    width: 85%;
    max-width: 500px;
    margin: 0 auto;
    padding: 0;
    position: relative;
    overflow: hidden;
    background-color: #FF5A5A;
    border-radius: 2px;
}

.sodan-btn a {
    width: 90%;
    margin: 0 auto;
    padding: 30px 2.5%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    font-size: 100%;
    text-decoration: none;
    color: #FFF;
}
.sodan-btn a:after {
    content: "";
    width: 30px;
    height: 10px;
    display: inline-block;
    background-image: url("../img/index/course_sodanbtn-arr_white.svg");
    background-size: contain;
    background-repeat: no-repeat;
}

/**COURSE:FOOD**/

section.course-food {
    padding: 0;
    overflow: visible;
    background-image: url("../img/index/course_food-bk.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.food-wrap {
    width: 90%;
    margin: 0 auto 60px;
    flex-direction: column-reverse;
}

.food-wrap .food-l {
    width: 100%;
}

.food-wrap .food-l h4.food-sub {
    width: 100%;
    margin: 0 0 10px;
    padding: 0;
    font-size: 80%;
    font-weight: 500;
    text-align: center;
}

.food-wrap .food-l h3.food-mds {
    width: 100%;
    margin: 0 0 30px;
    padding: 0;
    position: relative;
    overflow: hidden;
    font-size: 180%;
    text-align: center;
}

.food-wrap .food-l h3.food-mds:before,.food-wrap .food-l h3.food-mds:after {
    content: "";
    width: 100%;
    height: 3px;
    display: block;
    background-color: #011C48;
    border-radius: 5px;
}
.food-wrap .food-l h3.food-mds:before {
    margin: 0 0 15px;
}
.food-wrap .food-l h3.food-mds:after {
    margin: 15px 0 0;
}

.food-wrap .food-r {
    width: 100%;
}

/***PROFILE***/

.profile-flex {
    width: 90%;
    margin: 0 auto;
    padding: 0;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}

.profile-flex .profile-pic {
    width: 80%;
    margin: 0 auto 10px;
}

.profile-flex .profile-area {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    position: relative;
    overflow: hidden;
    color: #000000;
}


.profile-area .title {
    font-weight: 700;
}

.profile-area .name-wrap {
    width: 100%;
    margin: 0 0 30px;
    padding: 0;
    position: relative;
    overflow: hidden;
    color: #001D4B;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.name-wrap .name {
    font-size: 200%;
    line-height: 180%;    
}

.name-wrap .name-en {
    font-size: 120%;
    font-family: "Jost", serif;
    font-weight: 300;
}

.prof-txt {
    width: 86%;
    margin: 0 auto;
    padding: 30px 4.8%;
    position: relative;
    overflow: hidden;
    border: solid 1px #707070;
    font-weight: 500;
    line-height: 280%;
}

dl.prof-list {
    margin: 0 0 60px;
}

dl.prof-list dt {
    font-weight: 700;
    font-size: 120%;
}

dl.prof-list ul {
    margin: 0 0 10px;
    padding: 0;
}

/***ACCESS***/

section.access-sec {
    background-image: url("../img/index/access_bk.jpg");
}

section.access-sec .flex-wrap {
    flex-wrap: wrap;
}

.access-l {
    width: 100%;
    margin: 0 0 10px;
}

.access-r {
    width: 100%;
}

.access-r .access-logo {
    width: 70%;
    margin: 0 0 10px;
}

.access-r .info {
    line-height: 210%;
    font-weight: 300;
}

.access-r .info a {
    color: #FFF;
}

/***GALLERY***/

ul.gallery-list {
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
    list-style: none;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

ul.gallery-list li {
    width: 48%;
    margin: 0 0 10px;
    line-height: 70%;
}

/***CONTACT***/

section.contact-sec h2 {
    text-align: center;
}

section.contact-sec h2:after {
    margin: 0 auto !important;
}

section.contact-sec .sec-intro {
    font-size: 80%;
    text-align: center;
    margin: 0 0 60px
}

ul.contact-list {
    width: 90%;
    max-width: 800px;
    margin: 0 auto;
    padding: 0;
    position: relative;
    overflow: visible;
}

ul.contact-list li {
    width: 99%;
    min-height: 180px;
    margin: 0 auto 30px;
    padding: 0;
    position: relative;
    overflow: visible;
    background-color: #FFF;
    border: solid 3px #001D4B;
    border-radius: 3px;
    display: flex;
    justify-content: center;
    align-content: stretch;
    transition: all 0.3s;
    
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0);
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0);
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0);
}
ul.contact-list li:hover {
    background-color: #ffeeee;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.7);
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.7);
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.7);
}
ul.contact-list li:last-child {
    margin: 0 auto;
}

ul.contact-list li a {
    width: 90%;
    margin: 0 auto;
    padding: 40px 2.5%;
    position: relative;
    overflow: hidden;
    color: #001D4B;
    text-decoration: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

ul.contact-list li a .contact-icon {
    width: 30%;
    margin: 0 auto 20px;
}

ul.contact-list li a .contact-r {
    width: 100%;
}

ul.contact-list li a .name {
    margin: 0 0 20px;
    font-size: 180%;
    font-weight: 700;
    text-align: center;
}

ul.contact-list li a .det {
    font-size: 90%;
}



}