@charset "UTF-8";

/* ----------------------- */
/* base
/* ----------------------- */
html {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    font-size: 62.5%;
}

body {
    width: 100%;
    margin: 0;
    padding: 0;
    font-family: "游ゴシック", YuGothic, Arial, Roboto, "Droid Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-size: 1.6rem;
    line-height: 1.7;
    color: #143044;
    overflow-x: hidden;
}

body.no_scroll {
    overflow: hidden;
    position: relative;
}


body.no_scroll {
    overflow: hidden;
    position: relative;
}

a {
    cursor: pointer;
    text-decoration: none;
    outline: none;
    color: #000;
    transition: all 0.3s ease;
}

img {
    height: auto;
    vertical-align: bottom;
}

.sec-wrapper {
    padding-bottom: 127px;
}

.sec-head {
    width: 100%;
    height: 270px;
    box-sizing: border-box;
    text-align: center;
    padding-top: 83px;
}

.sec-head__ttl {
    font-size: 28px;
    font-weight: bold;
    letter-spacing: 0.1em;
    margin: 0 0 14px;
    color: #fefefe;
}

.sec-head__ttl-sm {
    color: #c1d7e8;
    font-size: 24px;
    letter-spacing: 0.06em;
    font-family: "texta", sans-serif;
    font-weight: normal;
    line-height: 1;
}

.sec-inner {
    margin: 0 auto;
    max-width: 1140px;
}

.sec-content {
    margin: -65px auto 0;
    padding: 0 30px;
    background-color: #fff;
}

.sec-about {
    padding-top: 47px;
    display: flex;
}

.sec-about__img {
    flex: 0 1 51.11%;
    height: 381px;
    max-width: 552px;
    margin-right: auto;
}

.sec-about__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.sec-about__txt-wrap {
    flex: 0 1 46.2%;
    max-width: 499px;
}

.sec-about__ttl {
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 0.06em;
    line-height: 1;
    margin: 0 0 27px;
}

.sec-about__txt {
    line-height: 2;
    letter-spacing: 0.12em;
}

.txtBlue {
    color: #1884c4;
}

.txtOrange {
    color: #ebb44f;
}

.txtGreen {
    color: #54ae3f;
}

.txtWineRed {
    color: #d14271;
}

.bgcDarkBlue {
    background-color: #29729d;
}

.bgcDarkGreen {
    background-color: #237174;
}

.bgcDarkTeal {
    background-color: #26445c;
}

.bgcOrange {
    background-color: #ee7b05;
}

.bgcGreen {
    background-color: #54ae3f;
}

.bgcBlue {
    background-color: #1884c4;
}

.bgcWineRed {
    background-color: #d14271;
}

.bgcLightGray {
    background-color: #f2f4f5;
}

.bgcLightBlue {
    background-color: #dce7ef;
}

.mt10 {
    margin-top: 10px !important;
}

/* ----------------------- */
/* header(akindo)
/* ----------------------- */

.l-header__txt p {
    color: #26445c;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 0.3em;
    line-height: 1;
}

.l-header__txt h1 {
    font-size: 42px;
    line-height: 1;
    margin: 9px 0 0;
    font-family: garamond-premier-pro, serif;
    font-weight: 400;
    font-style: normal;
    color: #143044;
}

.akindo .l-header .l-header__inner .l-navArea .l-navArea__inner .gnav li {
    margin: 0 30px;
}

.akindo .l-header .l-header__inner .l-navArea .l-navArea__inner .gnav li a {
    color: #143044;
    font-size: 16px;
    font-size: 1.6rem;
    font-family: "游ゴシック", YuGothic, Arial, Roboto, "Droid Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-weight: bold;
}

.akindo .l-header .l-header__inner .l-navArea .l-navArea__inner .gnav li a:hover {
    color: #1884c4;
}

/* ----------------------- */
/* mv
/* ----------------------- */

.mv {
    width: 100%;
    height: 100%;
    position: relative;
}

.mv-img {
    padding-top: 139px;
    width: 100%;
    height: 100%;
}

.mv-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.mv__txt-box {
    position: absolute;
    top: 65%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    text-align: center;
    line-height: 1;
}

.mv__txt {
    font-size: 25px;
    font-size: 2.5rem;
    font-weight: bold;
    letter-spacing: 0.14em;
}

.mv__ttl {
    font-size: 105px;
    font-family: garamond-premier-pro, serif;
    font-weight: 400;
    font-style: normal;
    margin: 11px 0 5px;
}

.mv__txt-sm {
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.08em;
}
/* ----------------------- */
/* banner
/* ----------------------- */
#home-banner {padding-top: 80px}
#home-banner .banner{
    display: block;
    max-width: 400px;
    margin: 0 auto;
}
#home-banner .banner img{width: 100%;}
/* ----------------------- */
/* about
/* ----------------------- */

.about {
    width: 100%;
    height: 100%;
    padding: 140px 0 91px;
    text-align: center;
}

.about__bg {
    position: relative;
}

.about__bg:before,
.about__bg:after {
    content: "";
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: -1;
}

.about__bg:before {
    background-image: url(../img/akindo/about-bg1.png);
    top: -175px;
    left: -10px;
    width: 485px;
    height: 809px;
}

.about__bg:after {
    background-image: url(../img/akindo/about-bg2.png);
    bottom: -196px;
    right: -50px;
    width: 530px;
    height: 857px;
}


.about__ttl {
    font-size: 40px;
    font-weight: normal;
    line-height: 1;
    letter-spacing: 0.34em;
    font-family: "texta", sans-serif;
    margin-bottom: 38px;
}

.about__ttl .txtBlue {
    font-size: 54px;
}

.about__txt p {
    font-size: 18px;
    font-weight: bold;
    line-height: 2.88;
    letter-spacing: 0.04em;
}

/* ----------------------- */
/* business
/* ----------------------- */

.picup {
    padding-top: 45px;
}

.picup__ttl {
    font-size: 28px;
    font-weight: bold;
    letter-spacing: 0.1em;
    line-height: 1;
    text-align: center;
    margin: 0 0 49px;
}


.picup__cards ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    list-style-type: none;
    padding: 0 0 106px;
    margin: 0;
}

.picup__card {
    flex: 0 1 47.22%;
    max-width: 510px;
}

.picup__card-img {
    width: 100%;
    height: 350px;
}

.picup__card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.picup__card:first-child,
.picup__card:nth-child(2) {
    margin-bottom: 49px;
}

.picup__card-ttl {
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.1em;
    line-height: 1;
    margin: 25px 0 16px;
}

.picup__card-txt {
    font-size: 15px;
    line-height: 1.6;
    letter-spacing: 0.04em;
}


.schedule {
    background-color: #f2f4f5;
    border-top: 4px solid #26445c;
    padding: 52px 0 0;
}

.schedule__ttl {
    font-size: 36px;
    letter-spacing: 0.24em;
    line-height: 1;
    text-align: center;
    font-family: "texta", sans-serif;
    font-weight: normal;
}

.schedule__inner {
    max-width: 940px;
    margin: 0 auto;
}

.schedule__list-wrap {
    display: flex;
    justify-content: space-between;
    padding-bottom: 48px;
    position: relative;
}

.schedule__list-wrap:after {
    content: "";
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px 31px 0 31px;
    border-color: #f2f4f5 transparent transparent transparent;
}

.schedule__list {
    padding: 0;
    margin: 0 0 0 40px;
    border-left: 4px solid #143044;
    list-style-type: none;
    max-width: 397px;
    flex: 0 1 47.42%;
    position: relative;
}

.schedule__list:before {
    content: "";
    position: absolute;
    top: 0;
    left: -4px;
    width: 100%;
    height: 18px;
    border-left: 4px solid #f2f4f5;
}

.schedule__item {
    position: relative;
    padding: 29px 0 21px 64px;
    max-width: 397px;
    box-sizing: border-box;
    border-bottom: 1px solid #ccc;
}

.schedule__month {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -50px;
    background-color: #fff;
    width: 94px;
    height: 94px;
    border-radius: 50%;
    border: 1px solid #26445c;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.schedule__month-number {
    font-size: 38px;
    line-height: 1;
    font-family: "texta", sans-serif;
    font-weight: bold;
}

.schedule__month-txt {
    font-size: 14px;
    font-weight: bold;
    letter-spacing: -0.06em;
    line-height: 1;
}

.schedule__item-ttl {
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.1em;
    margin: 0 0 6px;
    padding: 0;
}

.schedule__item-txt {
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: 0.04em;
}

.schedule__arrow {
    position: absolute;
    bottom: -27px;
    left: 51%;
    transform: translateX(-50%);
    width: 12px;
    height: 11px;
    background-image: url(../img/akindo/arrow.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.schedule__last-wrap {
    padding: 0 0 0 10.8%;
    background-color: #e7e9ea;
    height: 163px;
    box-sizing: border-box;
}

.schedule__item-last {
    border: none;
    max-width: 100%;
    padding: 50px 0 52px 64px;
}

.schedule__month-txtLast {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.27;
    text-align: center;
}

/* ----------------------- */
/* tech
/* ----------------------- */

.flow {
    width: 100%;
    height: auto;
    margin: 45px auto 173px;
}

.flow img {
    width: 100%;
    object-fit: contain;
}

.tech {
    width: 100%;
}

.tech__ttl {
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
    margin: 0 0 42px;
    padding: 0;
    text-align: center;
}

.tech__content-ttl {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.06em;
    height: 62px;
    line-height: 62px;
    margin: 0 0 30px;
    padding: 0;
    text-align: center;
}

.tech__content-boxs {
    display: flex;
    justify-content: space-between;
    margin-bottom: 62px;
}

.tech__content-box {
    flex: 0 1 49.07%;
    max-width: 530px;
    align-self: stretch;
    border: 1px solid #ccc;
    padding: 24px 10px 20px 24px;
    box-sizing: border-box;
}

.tech__content-subttl {
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.06em;
    line-height: 1;
    margin: 0 0 21px;
    padding: 0;
}

.tech__content-subttl span {
    font-size: 9px;
    vertical-align: 3px;
    margin: 0 3px;
}

.tech__content-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
    letter-spacing: 0.12em;
    line-height: 2;
}

/* ----------------------- */
/* price
/* ----------------------- */

.price {
    padding-top: 72px;
    text-align: center;
}

.price__ttl {
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 0.06em;
    margin: 0 0 22px;
    padding: 0;
}

.price__txt {
    line-height: 2;
    letter-spacing: 0.12em;
}


.price__list {
    display: flex;
    margin: 60px auto 0;
    padding: 0;
    list-style-type: none;
    justify-content: space-between;
}

.price__item {
    max-width: 347px;
    flex: 0 1 32.12%;
    background-color: #f2f4f5;
}

.price__item-ttl {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.06em;
    line-height: 62px;
    height: 62px;
    margin: 0;
    padding: 0;
}

.price__item-txt {
    font-size: 46px;
    font-weight: bold;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 120px;
}

.price__item-txt span {
    font-size: 23px;
    margin: 12px 4px 0;
}

/* ----------------------- */
/* teacher
/* ----------------------- */

.teachers {
    padding: 56px 0 0;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.teacher {
    flex: 0 1 46.29%;
    max-width: 500px;
}

.teacher:first-child,
.teacher:nth-child(2) {
    margin-bottom: 56px;
}

.teacher__ttl {
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    height: 62px;
    line-height: 62px;
    margin: 0 0 30px;
    padding: 0 0 0 23px;
    letter-spacing: 0.06em;
    background-color: #d14271;
}

.teacher__ttl span {
    font-size: 16px;
    font-family: "texta", sans-serif;
    font-weight: normal;
}


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

.teacher__img {
    flex: 0 1 27%;
    width: 135px;
    height: 135px;
}

.teacher__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.teacher__txt {
    flex: 0 1 67%;
    line-height: 2;
    letter-spacing: 0.06em;
    max-width: 335px;
}

.taecher__message {
    margin-top: 37px;
    background-color: #f2f4f5;
    padding: 24px 33px 20px 28px;
}

.taecher__message-ttl {
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.06em;
    line-height: 1;
    margin: 0 0 24px;
    padding: 0;
}

.taecher__message-ttl:before {
    content: "▼";
    color: #1884c4;
    font-size: 9px;
    margin: 0px 5px 0 0;
    display: inline-block;
    vertical-align: 3px;
}

.taecher__message-txt {
    line-height: 2;
    letter-spacing: 0.12em;
    max-width: 430px;
}

/* ----------------------- */
/* faq
/* ----------------------- */

.faq {
    padding: 59px 0 0;
    margin: 0 auto;
    max-width: 970px;
    list-style-type: none;
}

.faq__content {
    border-bottom: 2px solid #ddd;
    padding: 25px 0;
}

.faq__content:first-child {
    border-top: 2px solid #ddd;
}

.faq__question {
    display: flex;
    cursor: pointer;
}

.faq__answer-wrap {
    display: none;
}

.faq__answer {
    display: flex;
    margin-top: 40px;
}

.faq__q-con,
.faq__a-icon {
    font-size: 26px;
    font-weight: bold;
    letter-spacing: 0.06em;
    line-height: 1;
}

.faq__q-con {
    color: #1884c4;
}

.faq__a-icon {
    color: #d14271;
}

.faq__ttl {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.66;
    letter-spacing: 0.06em;
    margin: 0 auto 0 8px;
    padding: 0;
    max-width: 840px;
}

.faq__btn {
    width: 15px;
    height: 15px;
    margin: 3px 25px 0 0;
    border-style: solid;
    border-width: 0px 1px 1px 0px;
    border-color: #bababa;
    transform: rotate(45deg);
    transition: 0.2s;
}

.js-accordion.open .faq__btn {
    transition: 0.4s;
    transform: rotate(225deg);

}

.faq__txt {
    line-height: 1.87;
    letter-spacing: 0.06em;
    margin-left: 8px;
    max-width: 834px;
}

/* ----------------------- */
/* form
/* ----------------------- */

.formArea {
    padding-bottom: 40px;
}

.form {
    margin: 0 auto;
    max-width: 970px;
    padding: 59px 0 30px;
    list-style-type: none;
}

.form__item {
    margin: 0 0 25px;
    padding: 0;
}

.form__item:last-child {
    margin-bottom: 0;
}

.form__ttl {
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.06em;
    line-height: 1;
    margin: 0 0 15px;
    padding: 0;
}

.form__ttl .required {
    color: #d14271;
    font-size: 16px;
    margin-left: 14px;
}

.form__ttl .any {
    color: #999;
    font-size: 16px;
    margin-left: 14px;
}

.form__txtbox input,
.form__radiobox input,
.form__selectbox select,
.form__txtareabox textarea,
.form__btn input {
    resize: none;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    outline: none;
    border: none;
    background: transparent;
}

.form__txtbox {
    max-width: 400px;
    border: 1px solid #ccc;
}

.form__txtbox input {
    width: 100%;
    height: 45px;
    padding: 7px;
    box-sizing: border-box;
}

.form__selectbox {
    max-width: 186px;
    height: 45px;
    border: 1px solid #ccc;
    position: relative;
    z-index: 1;
}

.form__selectbox:before,
.form__selectbox:after {
    position: absolute;
    right: 12px;
    font-size: 9px;
    color: #000;
    z-index: -1;
}

.form__selectbox:before {
    content: "▲";
    top: 10px;
}

.form__selectbox:after {
    content: "▼";
    bottom: 4px;
}

.form__selectbox select {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    cursor: pointer;
    padding-left: 15px;
}

.form__radiobox {
    display: flex;
    align-items: center;
}

.form__radio {
    letter-spacing: 0.06em;
    margin-right: 25px;
    cursor: pointer;
}

.form__radio:last-child {
    margin-right: 0;
}

.form__radio input {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 1px solid #ccc;
    margin-right: 9px;
    vertical-align: -3.5px;
    cursor: pointer;
}

.form__radio input:checked {
    appearance: checkbox;
    -webkit-appearance: checkbox;
}

.form__txtareabox {
    max-width: 100%;
    height: 170px;
    border: 1px solid #ccc;
    box-sizing: border-box;
}

.form__txtareabox textarea {
    width: 100%;
    height: 100%;
    padding: 8px;
    line-height: 1.6;
}

.form__btn {
    text-align: center;
    width: 260px;
    height: 51px;
    line-height: 51px;
    margin: 0 auto 40px;
    background-color: #1884c4;
    transition: 0.2s;
}

.form__btn:hover {
    transition: 0.4s;
    opacity: 0.8;
}

.form__btn input {
    color: #fff;
    font-weight: bold;
    letter-spacing: 0.12em;
    background-color: #1884c4;
    width: 100%;
    height: 100%;
    cursor: pointer;
}


/* ----------------------- */
/* application
/* ----------------------- */

.apply-form .txt-center {
    text-align: center;
}
.apply-form .gb_error {
    padding: 30px 20px 0;
    text-align: center;
    color: #d14271;
}

.apply-form .error {
    display: inline-block;
    padding: 10px 0 0 10px;
    font-size: 0.9em;
    color: #d14271;
    vertical-align: middle;
}

.apply-form .form__txtbox {
    display: inline-block;
    width: 400px;
}

.apply-form .form__txtareabox+.error {
    padding-left: 0;
}

.apply-form.confirm .form__ttl {
    padding-top: 10px;
}

.apply-form.confirm .form__item p {
    padding: 6px 0 25px;
    border-bottom: 1px solid #dadada;
}

.apply-form.confirm .form__btn_wrap {
    overflow: hidden;
    width: 500px;
    margin: 0 auto;
    padding-top: 30px;
    padding-bottom: 80px;
}

.apply-form.confirm .form__btn {
    float: left;
    width: 200px;
    margin: 0 20px;
    color: #fff;
    border: none;
}

.apply-form.confirm .form__btn.btn-back {
    background-color: #888;
}

.apply-form.finish {
    padding: 90px 0 100px;
}

.apply-form.finish p {

    font-size: 1.1em;
    line-height: 1.9;
    text-align: center;
}

.apply-form.error {
    padding: 30px 0 80px;
}

.apply-form.error h2 {
    font-size: 1.3em;
}

.apply-form.error .form__btn {
    margin-top: 40px;
}

.apply-form .form__btn a {
    color: #fff;
}

@media (max-width: 768px) {
    .apply-form .gb_error {
        padding: 20px 0;
        text-align: left;
        font-size: 0.9em;
    }

    .apply-form .form__txtbox {

        width: 100%;
    }

    .apply-form .error {
        padding-left: 0;
    }

    .apply-form.confirm .form__ttl {
        padding-top: 5px;
    }

    .apply-form.confirm .form__item p {
        padding: 4px 0 20px;
    }

    .apply-form.confirm .form__btn_wrap {
        width: 100%;
        padding-top: 20px;
        padding-bottom: 40px;
        text-align: center;
    }

    .apply-form.confirm .form__btn {
        float: none;
        margin: 0 auto 15px;
    }

    .apply-form.finish p {
        font-size: 1em;
    }

    .apply-form.error {
        padding: 20px 0 60px;

    }

    .apply-form.error h2 {
        font-size: 1.1em;
    }

    .apply-form.error p {
        font-size: 0.95em;
    }


}

/* 1200px
--------------------------------------------- */
@media (max-width: 1200px) {

    /* ----------------------- */
    /* header_(1200px)
    /* ----------------------- */


    .akindo .l-header .l-header__inner .l-navArea .l-navArea__inner .gnav li {
        margin: 0 15px;
    }
}




/* 1024px
--------------------------------------------- */
@media (max-width: 1024px) {

    /* ----------------------- */
    /* base_(1024px)
    /* ----------------------- */

    .sec-inner {
        margin: 0 auto;
        max-width: 970px;
    }


    .sec-content {
        padding: 0 10px;
    }

    /* ----------------------- */
    /* business_(1024px)
    /* ----------------------- */

    .schedule__last-wrap {
        padding: 0 0 0 5.5%;
    }

}


/* 1000px
--------------------------------------------- */
@media (max-width: 1000px) {

    /* ----------------------- */
    /* header(akindo)_(1000px)
    /* ----------------------- */

    .akindo .l-header__logo {
        margin: 40px 0 35px !important;
    }


    .l-header__txt {
        flex-direction: column;
    }

    .l-header__txt p {
        letter-spacing: 0.1em;
        font-size: 10px;
    }

    .l-header__txt h1 {
        font-size: 32px;
        margin: 5px 0 0;
    }

    /* ----------------------- */
    /* mv_(1000px)
    /* ----------------------- */

    .mv-img {
        padding-top: 70px;
        width: 100%;
        height: 100%;
    }

}




/* 768px
--------------------------------------------- */
@media (max-width: 768px) {

    .pconly {
        display: none;
    }

    /* ----------------------- */
    /* about_(768px)
    /* ----------------------- */

    .about {
        overflow: hidden;
    }


    .about__bg:before {
        top: -175px;
        left: -210px;
    }

    .about__bg:after {
        bottom: -196px;
        right: -250px;
    }

    .about__txt p {
        margin: 0 1.5em;
        text-align: left;
    }

    /* ----------------------- */
    /* business_(768px)
    /* ----------------------- */


    .schedule__item-txt {
        font-size: 13px;
        line-height: 1.6;
        letter-spacing: 0em;
    }


    .schedule__last-wrap {
        padding: 0 0 0 6.9%;
    }


    /* ----------------------- */
    /* faq_(768px)
    /* ----------------------- */


    .faq__ttl {
        font-size: 16px;
        padding: 0 15px 0 0;
        max-width: 85%;
    }

    /* ----------------------- */
    /* form_(768px)
    /* ----------------------- */


    .form__radiobox {
        flex-wrap: wrap;
    }

}


/* 767px
--------------------------------------------- */
@media (max-width: 767px) {


    /* ----------------------- */
    /* base_(767px)
    /* ----------------------- */


    .sec-wrapper {
        padding-bottom: 60px;
    }

    .sec-head {
        height: 170px;
        padding-top: 35px;
    }

    .sec-head__ttl {
        font-size: 20px;
        margin: 0 0 5px;
    }

    .sec-head__ttl-sm {
        font-size: 14px;
    }

    .sec-inner {
        padding: 0 4vw;
    }

    .sec-content {
        margin: -55px auto 0;
        padding: 0 4vw;
    }

    .sec-about {
        padding-top: 30px;
        flex-direction: column;
        margin: 0 auto;
    }

    .sec-about__img {
        flex: 0 1 100%;
        height: 250px;
        margin-right: auto;
        margin-left: auto;
    }

    .sec-about__txt-wrap {
        flex: 0 1 100%;
        margin: 0 auto;
    }

    .sec-about__ttl {
        font-size: 18px;
        margin: 10px 0 15px;
    }

    .sec-about__txt {
        font-size: 14px;
        line-height: 1.6;
    }



    /* ----------------------- */
    /* mv_(767px)
    /* ----------------------- */

    .mv {
        height: 100%;
    }


    .mv__txt-box {
        top: 66%;
    }

    .mv__txt {
        font-size: 20px;
    }

    .mv__ttl {
        font-size: 70px;
        margin: 0;
    }

    .mv__txt-sm {
        font-size: 16px;
    }



    /* ----------------------- */
    /* about_(767px)
    /* ----------------------- */

    .about {
        padding: 70px 0 71px;
    }

    .about__bg:before {
        top: -290px;
        left: -200px;
    }

    .about__bg:after {
        bottom: -236px;
        right: -200px;
    }



    .about__ttl {
        font-size: 16px;
        margin-bottom: 24px;
    }

    .about__ttl .txtBlue {
        font-size: 30px;
    }

    .about__txt p {
        font-size: 14px;
        line-height: 2.1;
    }


    /* ----------------------- */
    /* business_(767px)
    /* ----------------------- */

    .picup {
        padding-top: 45px;
    }

    .picup__ttl {
        font-size: 20px;
        margin: 0 0 30px;
    }


    .picup__cards ul {
        justify-content: center;
        padding: 0 0 106px;
    }

    .picup__card {
        flex: 0 1 100%;
    }

    .picup__card-img {
        width: 100%;
        height: 200px;
    }

    .picup__card:first-child,
    .picup__card:nth-child(2),
    .picup__card:nth-child(3) {
        margin-bottom: 45px;
    }

    .picup__card-ttl {
        font-size: 16px;
        margin: 18px 0 10px;
    }

    .picup__card-txt {
        font-size: 14px;
    }

    .schedule {
        padding: 20px 0 0;
        margin: 0 auto;
    }

    .schedule__ttl {
        font-size: 23px;
    }

    .schedule__list-wrap {
        flex-direction: column;
        justify-content: center;
        padding-bottom: 48px;
    }

    .schedule__list {
        margin: 0 6px 0 50px;
        border-left: 3px solid #143044;
        max-width: 100%;
        flex: 0 1 100%;
    }

    .schedule__list:first-child:before {
        left: -4px;
        height: 22px;
        height: 80px;
    }

    .schedule__list:last-child:before {
        left: -3px;
        border-left: 3px solid #143044;
    }

    .schedule__item {
        padding: 20px 0 21px 50px;
        max-width: 397px;
    }

    .schedule__month {
        left: -39px;
        width: 76px;
        height: 76px;
    }

    .schedule__month-number {
        font-size: 28px;
    }

    .schedule__month-txt {
        font-size: 12px;
    }

    .schedule__item-ttl {
        font-size: 16px;
        margin: 0 0 4px;
    }

    .schedule__item-txt {
        font-size: 13x;
        line-height: 1.4;
    }

    .schedule__arrow {
        bottom: -22px;
        left: 49.8%;
    }

    .schedule__last-wrap {
        padding: 0 0 0 10.8%;

        height: 163px;
        box-sizing: border-box;
    }

    .schedule__item-last {
        border: none;
        max-width: 100%;
        padding: 50px 10px 20px 64px;
    }

    .schedule__item-last .schedule__month {
        top: 64%;
        left: -27px;
    }

    .schedule__month-txtLast {
        font-size: 14px;
    }

    .schedule__last-wrap {
        padding: 0 0 0 44px;
    }

    /* ----------------------- */
    /* tech_(767px)
    /* ----------------------- */

    .flow {
        margin: 35px auto 65px;
    }

    .tech__ttl {
        font-size: 20px;
        margin: 0 0 30px;
    }

    .tech__content-ttl {
        font-size: 16px;
        letter-spacing: 0.03em;
        height: 55px;
        line-height: 55px;
        margin: 0 0 20px;
    }

    .tech__content-boxs {
        flex-direction: column;
        justify-content: center;
        margin-bottom: 50px;
    }

    .tech__content-box {
        flex: 0 1 100%;
        padding: 20px 10px 20px 17px;
        box-sizing: border-box;
        margin: 0 auto;
        width: 100%;
    }

    .tech__content-box:first-child {
        margin-bottom: 20px;
    }

    .tech__content-subttl {
        font-size: 16px;
        margin: 0 0 15px;
    }

    .tech__content-list {
        font-size: 14px;
        line-height: 1.7;
    }



    /* ----------------------- */
    /* price_(767px)
    /* ----------------------- */


    .price {
        padding-top: 30px;
    }

    .price__ttl {
        font-size: 20px;
        letter-spacing: 0.03em;
        margin: 0 0 20px;
    }

    .price__txt {
        line-height: 1.7;
        letter-spacing: 0.1em;
    }

    .price__list {
        flex-direction: column;
        margin: 40px auto 0;
        justify-content: center;
    }

    .price__item {
        flex: 0 1 100%;
        width: 100%;
        margin: 0 auto;
    }

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

    .price__item-ttl {
        font-size: 16px;
        line-height: 50px;
        height: 50px;
    }

    .price__item-txt {
        font-size: 36px;
        height: 90px;
    }

    .price__item-txt span {
        font-size: 13px;
        margin: 16px 4px 0;
    }


    /* ----------------------- */
    /* teacher_(767px)
    /* ----------------------- */

    .teachers {
        padding: 30px 0 0;
        flex-wrap: wrap;
        justify-content: center;
    }

    .teacher {
        flex: 0 1 100%;
    }

    .teacher:first-child,
    .teacher:nth-child(2),
    .teacher:nth-child(3) {
        margin-bottom: 50px;
    }

    .teacher__ttl {
        font-size: 16px;
        height: 55px;
        line-height: 55px;
        margin: 0 0 20px;
        padding: 0 0 0 16px;
        letter-spacing: 0.02em;
    }

    .teacher__ttl span {
        font-size: 13px;
    }

    .teacher__content {
        justify-content: space-between;
    }

    .teacher__img {
        flex: 0 1 34%;
    }

    .teacher__txt {
        font-size: 14px;
        flex: 0 1 62%;
        line-height: 1.6;
        letter-spacing: 0.04em;
    }

    .taecher__message {
        margin-top: 25px;
        padding: 20px 20px 20px 18px;
    }

    .taecher__message-ttl {
        font-size: 16px;
        margin: 0 0 14px;
    }

    .taecher__message-txt {
        font-size: 14px;
        line-height: 1.6;
    }


    /* ----------------------- */
    /* faq_(767px)
    /* ----------------------- */

    .faq {
        padding: 30px 0 0;
    }

    .faq__content {
        border-bottom: 1px solid #ddd;
        padding: 20px 0;
    }

    .faq__content:first-child {
        border-top: 1px solid #ddd;
    }

    .faq__question {
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .faq__answer {
        display: flex;
        margin-top: 20px;
    }

    .faq__q-con,
    .faq__a-icon {
        font-size: 20px;
    }

    .faq__ttl {
        flex: 0 1 80%;
        font-size: 16px;
        line-height: 1.5;
        letter-spacing: 0.06em;
        margin: 0 0 0 5px;
    }

    .faq__btn {
        width: 13px;
        height: 13px;
        margin: 9px 20px 0 0px;

    }

    .faq__txt {
        font-size: 14px;
        line-height: 1.7;
    }


    /* ----------------------- */
    /* form_(767px)
    /* ----------------------- */

    .formArea {
        padding-bottom: 20px;
    }

    .form {
        padding: 30px 0 30px;
        list-style-type: none;
    }

    .form__ttl {
        font-size: 16px;
    }

    .form__ttl .required {
        font-size: 13px;
    }

    .form__ttl .any {
        font-size: 13px;
    }

    .form__radio {
        flex: 0 1 100%;
        font-size: 14px;
        line-height: 2.5;
        letter-spacing: 0.01em;
        margin-right: 0px;
    }

    .form__radio input {
        width: 16px;
        height: 16px;
        margin-right: 5px;
    }

    .form__txtareabox {
        height: 150px;
    }

    .form__txtareabox textarea {
        padding: 5px;
        line-height: 1.4;
    }

    .form__btn {
        font-size: 14px;
    }


}



/* 414px
--------------------------------------------- */
@media (max-width: 414px) {




    /* ----------------------- */
    /* mv_(414px)
    /* ----------------------- */

    .mv__txt-box {
        top: 73%;
    }

    .mv__txt {
        font-size: 16px;
    }

    .mv__ttl {
        font-size: 50px;
        margin: -5px 0 -3px;
    }

    .mv__txt-sm {
        font-size: 12px;
    }


    /* ----------------------- */
    /* about_(414px)
    /* ----------------------- */

    .about {
        padding: 50px 15px 50px;
    }

    .about__bg:before {
        top: -180px;
        left: -250px;
    }

    .about__bg:after {
        bottom: -200px;
        right: -290px;
    }



}


/* 375px
--------------------------------------------- */
@media (max-width: 375px) {

    /* ----------------------- */
    /* about_(375px)
    /* ----------------------- */

    .about__bg:before {
        top: -160px;
    }

    .about__bg:after {
        right: -310px;
    }


    /* ----------------------- */
    /* business_(375px)
    /* ----------------------- */

    .schedule__arrow {
        bottom: -33px;
        left: 49.4%;

    }



    /* ----------------------- */
    /* faq_(375px)
    /* ----------------------- */

    .faq__ttl {
        flex: 0 1 75%;
        font-size: 14px;
    }
}
