/* fonts */
body {
    margin: 0;
    background: #fffbec;
}

.-series .l-header__logo {
    margin-right: 0;
}

.l-header, .l-header__inner {
    width: unset;
}

.-series-right .c-gnavWrap {
    margin: 0 auto;
}

#fix_header, #breadcrumb, #sidebar {
    display: none !important;
}

#content header.l-header {
    display: none !important;
}

.over-wrapper {
    background: #fff;
    width: 1000px;
    margin: 0 auto;
}

p {
    color: #2c2c2c;
}

p, span, li {
    margin: 0;
    letter-spacing: .12em;
    font-family: YuGothic, 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
}

h1, h2, h3, h4, h5 {
    margin: 0;
    letter-spacing: .2em;
    font-family: 'Yu Mincho Light', 'YuMincho', 'Yu Mincho', '游明朝体', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', sans-serif;
    font-weight: normal;
}

a {
    text-decoration: none;
}

img {
    width: 100%;
}

ul {
    margin-bottom: 0;
}

div#content {
    width: 100% !important;
    margin: 0 auto !important;
}

.l-content {
    max-width: unset !important;
    padding: unset !important;
}

.-sidebar-on .l-content {
    display: block !important;
}

.under-orange {
    color: #2c2c2c;
    font-weight: 600;
    background: rgba(237, 168, 48, 0.2);
}

/* kv */

#kv {
    max-width: 1200px;
    margin: 0 auto;
    margin-top: 50px;
}


/* concept */
.concept-bg {
    background: linear-gradient(to bottom, transparent, #daf1f3, transparent);
    margin: 0 auto;
    margin-top: 100px;
}

.concept-inner {
    width: 100%;
    margin: 0 auto;
}

#concept {
    width: 80%;
    margin: 0 auto;
    max-width: 1000px;
}

.concept-photo1 {
    height: 30px;
}

.concept-photo1 img {
    width: auto;
    height: 100%;
}

#concept .title {
    position: relative;
    margin-top: 30px;
}

#concept .title h2 {
    color: #2c2c2c;
    font-size: 35px;
}

.concept-photo2 {
    position: absolute;
    width: 30%;
    top: 20px;
    right: 12%;
}

.concept-text1 {
    margin-top: 40px;
}

.concept-text1 p {
    font-size: 18px;
    line-height: 2em;
}

.concept-text1 span {
    color: #6485b7;
    font-weight: 600;
}

.concept-photo3 {
    height: 80px;
    margin-top: 100px;
}

.concept-photo4 {
    height: 80px;
    margin-top: 50px;
}

.concept-photo3 img, .concept-photo4 img {
    height: 100%;
    width: auto;
}

.concept-text2, .concept-text3 {
    width: 90%;
    margin-left: 5%;
    margin-top: 25px;
}

.concept-text2 p, .concept-text3 p {
    line-height: 2.2;
    font-size: 18px;
}

.concept-link {
    display: flex;
    justify-content: right;
}

.concept-link span {
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 20px;
    font-weight: 600;
    color: #192e51;
    margin-right: 30px;
}

.concept-link-button {
    width: 60px;
}

/* masters */
#masters {
    margin-top: 100px;
    padding: 80px 0px 100px;
    background: #45566f;
}

#masters .title h2 {
    color: #dbe0e5;
    text-align: center;
    margin-top: 10px;
    font-size: 18px;
    font-weight: 600;
    font-family: YuGothic, 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
}

#masters .title-photo {
    width: 200px;
    margin: 0 auto;
}

.master-wrapper {
    max-width: 1200px;
    width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.master-wrapper1 {
    margin-top: 50px;
}

.master {
    width: 48%;
    background-color: #fff;
    padding: 30px 20px 30px 50px;
    position: relative;
    z-index: 10;
}

.master::after {
    content: "";
    position: absolute;
    border: solid 1px #fff;
    top: 10px;
    left: 10px;
    height: 100%;
    width: 100%;
    z-index: -1;
}

.master:not(.master1, .master2) {
    margin-top: 50px;
}

.master-treat {
    position: absolute;
    width: 13px;
    left: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    height: min-content;
}

.master-inner {
    display: flex;
    justify-content: space-between;
}

.master-left {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    order: 1;
}

.master-right {
    width: 45%;
    order: 2;
}

.master-name span {
    font-size: 24px;
    color: #192e51;
    font-weight: 600;
}

.master-name span span {
    font-size: 14px;
    font-weight: normal;
}

.master-name .en {
    font-size: 12px;
    font-family: 'Futura', 'Verdana', sans-serif;
    color: #b7b7b7;
    letter-spacing: .1em;
}

.master-job {
    margin-top: 2px;
}

.master-job span {
    font-size: 14px;
    letter-spacing: .05em;
    line-height: 1.6;
    display: block;
    color: #192e51;
}

.master-point {
    margin-top: 8px;
}

.master-point span {
    color: #fff;
    background: #192e51;
    border-radius: 100px;
    padding: 5px 10px;
    font-size: 12px;
    letter-spacing: .05em;
}

.master-links {
    display: flex;
    margin-top: 15px;
}

.master-link {
    width: 22px;
    margin-right: 12px;
    margin-left: 2px;
}

.master-text1 {
    margin-top: 30px;
}

.master-text1 p, .master-text2 p {
    line-height: 1.8;
    letter-spacing: .1em;
    font-size: 15px;
}

.master-text1 span, .master-text2 span {
    font-size: 14px;
    font-weight: 600;
    color: #6485b7;
}

.master-text2 {
    margin-top: 15px;
}

/* course */
#course {
    padding: 100px 0px;
    background: #fbf9ed;
}

.course-inner {
    max-width: 1200px;
    width: 80%;
    margin: 0 auto;
}

#course .title {
    text-align: center;
}

#course .title h2 {
    font-size: 24px;
    color: #2a4c46;
    font-weight: 600;
    letter-spacing: .12em;
    font-family: YuGothic, 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
}

.course-photo1 {
    width: 60%;
    margin: 0 auto;
    margin-top: 20px;
}

.course-text1 {
    text-align: center;
    margin-top: 30px;
}

.course-text1 p {
    font-size: 22px;
    font-weight: 600;
    line-height: 2;
    letter-spacing: .08em;
}

.course-text1 p span {
    color: #2f7e82;
}

.course-photo2 {
    width: 90%;
    margin: 0 auto;
    margin-top: 20px;
}

.course-text2 {
    width: 90%;
    margin: 0 auto;
    margin-top: 30px;
}

.course-text2 p {
    margin-bottom: 20px;
    line-height: 2;
    font-size: 18px;
}

.course-text2 p:last-child {
    margin-bottom: 0;
}

/* program */
#program {
    padding-bottom: 100px;
    background: #fbf9ed;
}

.program-over {
    max-width: 1200px;
    width: 80%;
    margin: 0 auto;
    background: #e7e7e7;
    padding-bottom: 50px;
}

#program .title {
    background: #45566f;
    text-align: center;
    padding: 30px 0px;
}

#program .title h2 {
    font-size: 36px;
    color: #fbf9ed;
    letter-spacing: .1em;
    line-height: 1.5;
}

#program .title h2 span {
    font-size: 20px;
    display: block;
    margin-bottom: 10px;
    font-family: 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', 'Yu Mincho Light', 'YuMincho', 'Yu Mincho', '游明朝体', sans-serif;
}

.program-text span {
    font-family: 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', 'Yu Mincho Light', 'YuMincho', 'Yu Mincho', '游明朝体', sans-serif;
}

.program-text1 {
    background-color: #c99ea3;
    padding: 10px 0px;
    text-align: center;
}

.program-text1 span {
    color: #fbf9ed;
    font-size: 20px;
    font-weight: 600;
    font-family: YuGothic, 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
}

.program-photo1 {
    width: 55%;
    margin: 0 auto;
    margin-top: 50px;
}

.program-wrapper1 {
    width: 80%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
}

.program-left, .program-right {
    width: 45%;
}

.program-text2 span {
    font-size: 38px;
    letter-spacing: .05em;
}

#program .mini {
    font-size: 22px;
    letter-spacing: .03em;
}

.program-left .program-text2 span {
    color: #bbbfca;
}

.program-right .program-text2 span {
    color: #d5b1b5;
}

.program-text3 {
    margin-top: 15px;
}

.program-text3 p {
    font-size: 20px;
    font-family: 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', 'Yu Mincho Light', 'YuMincho', 'Yu Mincho', '游明朝体', sans-serif;
}

.program-left .program-text3 p {
    color: #616673;
}

.program-right .program-text3 p {
    color: #c08d93;
}

.program-text4 ul li {
    list-style: none;
    padding-left: 40px;
    font-size: 18px;
    font-weight: 600;
    color: #2a2a2a;
    letter-spacing: .1em;
    position: relative;
    line-height: 1.8;

}

.program-text4 ul li::after {
    content: "";
    position: absolute;
    left: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 12px solid #c99ea3;
    border-right: 0;
}

.program-text.program-text4 {
    margin-top: 15px;
}

.program-photo2 {
    margin-top: 20px;
}

.program-content {
    width: 80%;
    margin: 0 auto;
}

.program-content1 {
    margin-top: 30px;
}

.program-content-title {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.program-content-title span {
    border-left: solid 10px #2a4c46;
    font-size: 26px;
    padding: 5px 0px 5px 20px;
    color: #2a4c46;
    font-weight: 600;
}

.program-text5 {
    margin: 20px 0px 40px;
}

.program-text5 ul li {
    color: #2c2c2c;
    line-height: 2;
}

.program-text5 ul li span {
    font-size: 14px;
    letter-spacing: .1em;
}

.program-content-inner {
    display: flex;
    justify-content: right;
}

.program-content-left {
    width: 30%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.program-content-left span {
    border-bottom: solid 1px #c99ea3;
}

.program-content-center {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0px 20px;
}

.program-content-center span {
    font-size: 20px;
    color: #c99ea3;
    font-weight: 600;
    letter-spacing: .08em;
}

.program-photo4 {
    width: 50px;
}

.program-content3 .program-text5 {
    margin: 20px 0px;
}



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

    /* master */
    .master {
        width: 100%;
    }

    .master:not(.master1) {
        margin-top: 50px;
    }

    #concept {
        width: 85%;
    }

    .concept-photo2 {
        width: 30%;
        top: 50px;
        right: 0%;
    }

    .concept-photo3 {
        margin-top: 80px;
    }

    .concept-link span {
        font-size: 18px;
        margin-right: 20px;
    }

    .master-text1 {
        margin-top: 20px;
    }

    /* course */

    .course-inner {
        width: 90%;
        margin: 0 auto;
    }

    /* program */
    .program-over {
        width: 90%;
    }

    #program .title h2 {
        font-size: 34px;
    }

    .program-photo1 {
        width: 60%;
    }

    .program-text2 span {
        font-size: 36px;
    }

    .program-wrapper1 {
        width: 85%;
    }

    .program-content-center span {
        font-size: 16px;
    }

    .program-text3 p {
        font-size: 18px;
    }

    .program-text4 ul li {
        font-size: 15px;
    }
}

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

    #kv {
        margin-top: 20px;
    }

    /* concept */
    .concept-bg {
        margin-top: 50px;
    }

    #concept {
        width: 90%;
    }

    #concept .title {
        margin-top: 20px;
    }

    .concept-photo1 {
        height: 15px;
    }

    #concept .title h2 {
        font-size: 26px;
        letter-spacing: .1em;
    }

    .concept-photo2 {
        width: 40%;
        right: 0;
        top: unset;
        bottom: -50px;
    }

    .concept-text1 {
        width: 95%;
        margin: 0 auto;
        margin-top: 50px;
    }

    .concept-text1 p {
        font-size: 15px;
    }

    .concept-photo3, .concept-photo4 {
        height: auto;
        margin-top: 30px;
        width: 100%;
    }

    .concept-text2, .concept-text3 {
        width: 90%;
        margin-left: 5%;
        margin-top: 15px;
    }

    .concept-text2 p, .concept-text3 p {
        line-height: 2;
        font-size: 15px;
        letter-spacing: .08em;
    }

    .concept-link span {
        font-size: 16px;
        margin-right: 15px;
    }

    .concept-link-button {
        width: 45px;
    }

    .concept-photo3 img, .concept-photo4 img {
        height: unset;
        width: unset;
    }

    .concept-link {
        margin-top: 10px;
    }

    /* master */

    #masters {
        margin-top: 50px;
        padding: 60px 0px 80px;
    }

    #masters .title-photo {
        width: 160px;
    }

    #masters .title h2 {
        font-size: 15px;
    }

    .master-inner {
        display: block;
    }

    .master-right, .master-left {
        width: 100%;
    }

    .master-text1 p, .master-text2 p {
        line-height: 1.8;
        letter-spacing: .08em;
        font-size: 14px;
        margin-top: 10px;
    }

    .master-left {
        margin-top: 10px;
    }

    .master-links {
        margin-top: 20px;
    }

    .master-link {
        width: 25px;
        margin-right: 15px;
    }


    /* course */
    #course {
        padding: 50px 0px;
    }

    #course .title h2 {
        font-size: 17px;
        letter-spacing: .08em;
    }

    .course-photo1 {
        width: 100%;
    }

    .course-text1 {
        text-align: left;
    }

    .course-text1 p {
        font-size: 16px;
        line-height: 1.8;
    }

    .course-photo2 {
        width: 100%;
    }

    .course-text2 {
        width: 92%;
    }

    .course-text2 p {
        font-size: 15px;
        letter-spacing: .05em;
    }

    /* program */

    #program {
        padding-bottom: 0;
    }

    .program-over {
        width: 100%;
    }

    #program .title h2 span {
        font-size: 14px;
    }

    #program .title h2 {
        font-size: 22px;
    }

    .program-text1 {
        padding: 8px 0px;
    }

    .program-text1 span {
        font-size: 14px;
    }

    .program-photo1 {
        width: 90%;
        margin-top: 30px;
    }

    .program-photo2 {
        margin-top: 5px;
    }

    .program-wrapper1 {
        width: 80%;
        display: block;
    }

    .program-left, .program-right {
        width: 100%;
    }

    .program-text2 span {
        font-size: 28px;
    }

    #program .mini {
        font-size: 16px;
    }

    .program-right {
        margin-top: 30px;
    }

    .program-contents {
        margin-top: 50px;
    }

    .program-content {
        width: 85%;
        margin-top: 30px;
    }

    .program-content-center {
        margin: 0px 5px 0 15px;
    }

    .program-content-center span {
        font-size: 14px;
    }

    .program-content-left {
        width: 15%;
    }

    .program-over {
        padding-bottom: 50px;
    }

    .program-photo4 {
        width: 60px;
    }

    .program-text5 {
        margin: 20px 0px 0px;
    }

    .program-text5 ul li, .program-text5 p {
        font-size: 15px;
        letter-spacing: .08em;
        line-height: 1.8;
        padding-bottom: 5px;
    }

    .program-text5 ul li span {
        font-size: 12px;
    }

    .program-content-title span {
        font-size: 20px;
        letter-spacing: .1em;
    }
}