@charset "utf-8";

.mv-desc {
    position: absolute;
    right: 7%;
    top: 53%;
    transform: translateY(-50%) rotate(3deg);
    color: #fff;
    font-size: 60px;
    line-height: 1.2;
}

.mv-txt {
    position: absolute;
    left: 50%;
    right: 0;
    top: 53%;
    transform: translateY(-50%);
}

@media screen and (max-width: 1024px){
    .mv-desc {
        font-size: calc(14px + (60 - 14) * ((100vw - 320px) / (1024 - 320)));
    }
}


@media screen and (max-width: 480px) {
    .mv-img {
        height: 90vw;
    }
    .mv-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .mv-txt {
        top: calc(53% + 15px);
        left: 40%;
    }
}

.top-about__en {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 20rem;
    color: #E9E7E5;
    line-height: 1;
    z-index: -1;
}

.top-about__img {
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    margin-top: 130px;
    padding-left: 100px;
}

.top-about__img::before {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    width: 133%;
    height: 100%;
    background-color: #E9E7E5;
    z-index: -1;
}

.top-about__img .top {
    position: absolute;
    right: 0;
    top: -130px;
    width: 200px;
}

.top-about__img .bottom {
    position: absolute;
    left: 60px;
    top: calc(100% - 36px);
    width: 280px;
}

.top-about__sec {
    width: 50%;
}

.top-about__sec h3 {
    margin-bottom: 20px;
}

@media screen and ( min-width:1025px ){
    #about {
        padding-bottom: calc( 30vw - 310px );
    }
}

@media screen and (max-width: 1024px) {
    .top-about__img {
        position: relative;
        width: 100%;
        margin: 0 0 130px;
        padding-left: 0;
    }
    .top-about__img::before {
        right: -5vw;
        width: 100vw;
    }
    .top-about__img .top {
        right: -5vw;
    }
    .top-about__img .bottom {
        left: -5vw;
        top: calc(100% - 100px);
    }
    .top-about__sec {
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .top-about__en {
        font-size: 15rem;
    }
}

@media screen and (max-width: 600px) {
    .top-about__en {
        font-size: 21vw;
    }
    .top-about__img {
        margin: 0 0 calc(15vw + 25px);
    }
    .top-about__img .top {
        top: 0;
        width: 35%;
        transform: translateY(-50%);
    }
    .top-about__img .bottom {
        bottom: 0;
        top: auto;
        width: 42%;
        transform: translateY(50%);
    }
}

.news-list {
    border-top: 1px solid #D8D8D8;
}

.news-list li a {
    position: relative;
    padding: 49px 20px 49px 0;
    border-bottom: 1px solid #D8D8D8;
}

.news-list li a::before {
    content: '\f105';
    position: absolute;
    right: 0;
    top: 50%;
    font-family: 'Font Awesome 6 Free';
    font-weight: 700;
    transform: translateY(-50%);
}

.news-list__date {
    width: 100px;
}

.news-list__ttl {
    flex: 1;
}

@media screen and (max-width: 768px) {
    .news-list li a {
        padding: 25px 20px 25px 0;
    }
}

@media screen and (max-width: 600px) {
    .news-list__ttl {
        flex: none;
        width: 100%;
        margin-top: 5px;
    }
}

.top-service::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 75%;
    height: 100%;
    background-color: #E9E7E5;
}

.top-service__bg {
    position: absolute;
    right: 0;
    top: -67px;
    bottom: 0;
    width: 30%;
    text-align: center;
}

.top-service__box {
    position: relative;
    width: 50%;
    z-index: 2;
}

.top-service__box ul {
    max-width: 575px;
}

.top-service__box ul li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
    padding: 11px 11px 11px 23px;
    background-color: #fff;
}

.top-service__box ul li figure {
    margin: 0 26px 0 13px;
}

.top-service__box ul li .cmn-btn {
    flex: 1;
    max-width: 257px;
}

.top-service__img {
    position: relative;
    width: 58.5%;
    margin-left: -8.5%;
}

.top-service__img-txt {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    line-height: 1.2;
}

.top-service__img-txt:nth-of-type(1) {
    top: 0;
    right: 24%;
    width: 39%;
    height: 20.5%;
}

.top-service__img-txt:nth-of-type(2) {
    top: 20.5%;
    right: 12%;
    width: 39%;
    height: 19.5%;
}

.top-service__img-txt:nth-of-type(3) {
    top: 40%;
    right: 0;
    width: 40%;
    height: 17%;
}

.top-service__img-txt .jp {
    font-size: 2.4rem;
}

.top-service__sec {
    width: 50%;
}

.nsca-about__certification h3 {
    margin-bottom: 20px;
}

@media screen and (max-width: 1024px) {
    .top-service__sec {
        width: 100%;
    }
}

@media screen and (max-width: 1199px) {
    .top-service__box ul li .cmn-btn {
        max-width: 180px;
    }
}

@media screen and (max-width: 991px) {
    .top-service__box {
        width: 100%;
    }
    .top-service__img {
        width: 100%;
        max-width: 704px;
        margin: 20px 0 0;
    }
}

@media screen and (max-width: 768px) {
    .top-service__bg {
        top: -35px;
        width: 40%;
    }
}

@media screen and (max-width: 600px) {
    .top-service__box ul li {
        padding: 10px 0 10px 10px;
    }
    .top-service__box ul li figure {
        margin: 0 10px;
    }
    .top-service__img-txt .jp {
        font-size: 3.5vw;
    }
}

@media screen and (max-width: 375px) {
    .top-service__box ul li .cmn-btn {
        max-width: 140px;
    }
    .top-service__box ul li .cmn-btn a {
        padding: 0 10px;
    }
    .top-service__box ul li .cmn-btn a::before {
        right: 6px;
    }
}

.top-course {
    z-index: 1;
}

.top-course::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 57%;
    height: 100%;
    background-color: #E9E7E5;
    z-index: -1;
}

.course-list {
    margin-left: -1%;
    margin-right: -1%;
}

.course-list li {
    width: 31.33%;
    margin-left: 1%;
    margin-right: 1%;
}

.course-list__img {
    height: 240px;
    margin-bottom: 12px;
    background-color: #999;
}

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

/*
.course-list__img::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 30px;
    background: url(../img/common/logo.png) no-repeat top / 100% auto;
}
*/

@media screen and (max-width: 768px) {
    .course-list li {
        width: 98%;
    }
}

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

.post-list {
    display: flex;
    flex-wrap: wrap;
    margin-left: -1%;
    margin-right: -1%;
}

.post-list article {
    width: 31.33%;
    margin-left: 1%;
    margin-right: 1%;
    padding: 30px;
    background-color: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, .16);
}

.post-list__img {
    margin-bottom: 13px;
}

.post-list__ttl {
    margin-bottom: 5px;
}

@media screen and (max-width: 768px) {
    .post-list article {
        width: 98%;
    }
}

@media screen and (max-width: 480px) {
    .post-list article {
        padding: 20px;
    }
}

.top-teacher::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    top: 100px;
    width: 100%;
    background-color: #E9E7E5;
}

.top-teacher__en {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 10.7rem;
    line-height: 1;
    color: rgba(233, 231, 229, .3);
}

.top-teacher__img {
    position: absolute;
    left: 0;
    top: 0;
    width: 43%;
    max-width: 500px;
}

.top-teacher__img figure:nth-of-type(2) {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 280px;
    transform: translate(-50%, 50%);
}

.top-teacher .box {
    width: 55%;
    max-width: 620px;
    margin-left: auto;
}

.teacher-qualification p {
    position: relative;
    margin-right: 30px;
    padding-left: 20px;
    line-height: 1.8;
}

.teacher-qualification p:before {
    content: '';
    position: absolute;
    left: 0;
    top: calc(50% - 7px);
    width: 14px;
    height: 14px;
    background-color: #161616;
    border-radius: 50%;
}

.top-teacher ul li h3 span {
    display: inline-block;
    margin-bottom: 20px;
    padding: 2px 20px;
    line-height: 26px;
    border: 1px solid #161616;
    border-radius: 20px;
}

.top-teacher ul li dl dt {
    width: 80px;
}

.top-teacher ul li dl dd {
    flex: 1;
}

@media screen and (max-width: 1500px) {
    .top-teacher__img figure:nth-of-type(2) {
        left: -5vw;
        transform: translateY(50%);
    }
}

@media screen and (max-width: 1200px) {
    .top-teacher__en {
        font-size: 7vw;
        line-height: 100px;
    }
}

@media screen and (max-width: 768px) {
    .top-teacher::before {
        top: 65px;
    }
    .top-teacher__en {
        font-size: 7rem;
        line-height: 1;
    }
    .top-teacher .box {
        width: 100%;
        max-width: none;
    }
    .top-teacher__img {
        position: relative;
        width: 100%;
        max-width: none;
        margin: 20px 0 120px;
        text-align: center;
    }
}

@media screen and (max-width: 600px) {
    .top-teacher__en {
        font-size: 12vw;
    }
}

@media screen and (max-width: 400px) {
    .top-teacher__img {
        margin-bottom: 80px;
    }
    .top-teacher__img figure:nth-of-type(2) {
        width: 200px;
    }
}

.top-schedule::before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    height: 100%;
    background-color: #F8F8F7;
    z-index: -1;
}

.schedule-list__meta p {
    margin-right: 10px;
    padding: 2px 8px;
    color: #fff;
    background-color: #161616;
}

.schedule-list__trainer {
    margin-top: 5px;
}

.schedule-list__trainer figure {
    width: 72px;
    height: 72px;
    margin-right: 17px;
    border-radius: 50%;
    overflow: hidden;
}

.schedule-list__trainer figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media screen and (max-width: 768px) {
    .top-schedule::before {
        width: 100%;
    }
}

.top-column::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 100%;
    background: url(../img/top/bg_column.jpg) no-repeat center / cover;
    z-index: -1;
}

@media screen and (max-width: 768px) {
    .top-column::before {
        width: 100%;
        height: 90vw;
    }
}

.map {
    line-height: 0;
}

.top-contact {
    background: url(../img/top/bg_contact.jpg) no-repeat center / cover;
}

.top-contact__ttl h2 {
    margin-right: 30px;
}

.top-contact__ttl p span {
    color: #FFED00;
}

.top-contact__step li {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 33.33%;
    height: 46px;
    margin-top: 20px;
    padding: 0 25px;
    text-align: center;
    background-color: #fff;
}

.top-contact__step li:not(:last-child)::after {
    content: '';
    position: absolute;
    left: 100%;
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 23px 0 23px 23px;
    border-color: transparent transparent transparent #fff;
    z-index: 2;
}

.top-contact__step li:nth-child(2) {
    background-color: #E9E7E5;
}

.top-contact__step li:nth-child(2)::after {
    border-color: transparent transparent transparent #E9E7E5;
}

.top-contact__step li.active {
    color: #fff;
    background-color: #000CCC !important;
}

.top-contact__step li.active::after {
    border-color: transparent transparent transparent #000CCC !important;
}

.contact-form {
    padding: 50px 80px 40px;
    background-color: #fff;
}

.contact-form dl {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.contact-form dl dt {
    width: 170px;
    line-height: 44px;
}

.contact-form dl dd {
    flex: 1;
}

.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form input[type="tel"] {
    width: 100%;
    max-width: 400px;
    height: 44px;
    padding: 0 20px;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 1.5rem;
    font-weight: 500;
    color: #000;
    background-color: #F2F1EF;
    border: 1px solid #D8D8D8;
    box-sizing: border-box;
}

.contact-form .wpcf7-list-item {
    padding: 11px 0;
}

.contact-form textarea {
    width: 100%;
    padding: 20px;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 1.5rem;
    font-weight: 500;
    color: #000;
    background-color: #F2F1EF;
    border: 1px solid #D8D8D8;
    box-sizing: border-box;
}

.contact-form input[type="button"],
.contact-form input[type="submit"] {
    display: block;
    width: 257px;
    height: 51px;
    margin: 40px auto 0;
    padding: 0 20px;
    text-align: left;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 1.5rem;
    font-weight: 400;
    color: #fff;
    background-color: #161616;
    background-image: url(../img/common/icn_right.png);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: right 20px center;
    border: none;
    cursor: pointer;
}

@media screen and (max-width: 768px) {
    .contact-form {
        padding: 40px 20px;
    }
}

@media screen and (max-width: 600px) {
    .contact-form dl dd {
        flex: none;
        width: 100%;
    }
}