﻿@charset "UTF-8";

/* common
---------------------------------------------------*/
#wrapper {
    padding-top: 67px;
}

/* 768 */
@media screen and (min-width:1px) and (max-width: 768px) {
    #wrapper {
        padding-top: 17.1794vw;
    }
}


/* mv
---------------------------------------------------*/
#mv .inner {
    position: relative;
    width: 100%;
    height: calc(100vh - 115px);
    min-height: 600px;
}
#mv .figure {
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin: 0 auto;
}
#mv .figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#mv .text-wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 638px;
    color: var(--white-color);
    background-color: rgba(0,0,0,0.3);
    border: 1px solid var(--white-color);
    padding: 80px;
}
#mv .text-wrap .title {
    line-height: 1.2em;
    font-size: 71px;
    font-weight: 700;
    margin-bottom: 20px;
}
#mv .text-wrap p {
    line-height: 1.8em;
    font-weight: 500;
    margin-bottom: 20px;
}

/* 768 */
@media screen and (min-width:1px) and (max-width: 768px) {
    #mv {
        background-color: #000;
    }
    #mv .inner {
        height: auto;
        min-height: auto;
    }
    #mv .figure {
        width: 100%;
        height: auto;
    }
    #mv .text-wrap {
        position: static;
        transform: translate(0, -6.4102vw);
        width: 100%;
        background-color: transparent;
        border: 0;
        padding: 0 4.1025vw 9.4871vw;
    }
    #mv .text-wrap .title {
        line-height: 1.25em;
        font-size: 10.2564vw;
        margin-bottom: 5.8974vw;
    }
    #mv .text-wrap p {
        margin-bottom: 4.1025vw;
    }
}


/* important
---------------------------------------------------*/
#important .important-wrap {
    display: flex;
    align-items: baseline;
    width: 100%;
    padding: 0 40px;
}
#important .title {
    margin-right: 30px;
}
#important .title span {
    display: inline-block;
    color: var(--white-color);
    font-size: var(--font-size-s);
    font-weight: 700;
    white-space: nowrap;
    background-color: var(--black-color);
    padding: 0.5em 0.8em;
}
#important ul.important-list li a {
    display: flex;
    align-items: center;
    height: 48px;
}
#important ul.important-list li .date {
    line-height: 1.8em;
    font-weight: 500;
    white-space: nowrap;
    margin-right: 1.5em;
}
#important ul.important-list li .subject {
    line-height: 1.8em;
    font-weight: 500;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
#important ul.important-list li a:hover .subject {
    text-decoration: underline;
}

/* 768 */
@media screen and (min-width:1px) and (max-width: 768px) {
    #important .important-wrap {
        display: block;
        padding: 6.1538vw 4.1025vw;
    }
    #important .title {
        margin-right: 0;
        margin-bottom: 4.1025vw;
    }
    #important ul.important-list li a {
        display: block;
        height: auto;
    }
    #important ul.important-list li .date {
        font-size: var(--font-size-s);
        margin-right: 0;
        margin-bottom: 2.0512vw;
    }
    #important ul.important-list li .subject {
        -webkit-line-clamp: 3;
    }
    #important ul.important-list li:nth-child(n+2) {
        border-top: 1px solid #CECDCD;
        padding-top: 4.1025vw;
        margin-top: 4.1025vw;
    }
}


/* about
---------------------------------------------------*/
#about {
    width: 100%;
    margin-bottom: 128px;
}
#about .inner {
    position: relative;
    width: 100%;
    height: 100vh;
    min-height: 800px;
    z-index: 1;
}
#about .figure {
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin: 0 auto;
}
#about .figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#about .text-wrap {
    position: absolute;
    bottom: 335px;
    left: 80px;
    width: 495px;
    color: var(--white-color);
}
#about .text-wrap .title {
    line-height: 1.6em;
    font-size: 60px;
    font-weight: 600;
    margin-bottom: 25px;
}
#about .text-wrap .lead {
    line-height: 1.5em;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 1em;
}
#about .text-wrap .txt {
    line-height: 1.8em;
    font-weight: 500;
}
#about .text-wrap .txt + .txt {
    margin-top: 1.8em;
}
#about .feature-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    color: var(--white-color);
    background-color: rgba(29, 31, 35, 0.56);
    padding: 20px 20px 40px;
}
#about .feature-wrap .title {
    line-height: 1.5em;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 32px;
}
#about .feature-wrap ul.feature-list {
    display: flex;
    justify-content: center;
    margin-bottom: 28px;
}
#about .feature-wrap ul.feature-list li {
    width: 200px;
    text-align: center;
}
#about .feature-wrap ul.feature-list li .fig {
    width: 100%;
    height: 60px;
}
#about .feature-wrap ul.feature-list li .fig img {
    width: 40px;
}
#about .feature-wrap ul.feature-list li dt {
    line-height: 1.8em;
    font-weight: 700;
}
#about .feature-wrap ul.feature-list li dd {
    line-height: 1.4em;
    font-size: var(--font-size-s);
}

/* 768 */
@media screen and (min-width:1px) and (max-width: 768px) {
    #about {
        margin-bottom: 16.4102vw;
    }
    #about .inner {
        height: auto;
        min-height: auto;
        background-color: var(--black-color);
    }
    #about .figure {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: auto;
        z-index: -1;
    }
    #about .text-wrap {
        position: static;
        width: 100%;
        padding: 20vw 4.1025vw 5.1282vw;
    }
    #about .text-wrap .title {
        line-height: 1.5em;
        font-size: 10.2564vw;
        margin-bottom: 6.1538vw;
    }
    #about .text-wrap .lead {
        line-height: 2em;
        font-size: var(--font-size-n);
        margin-bottom: 1.5em;
    }
    #about .text-wrap .txt {
        width: 76.4102vw;
        line-height: 1.8em;
        font-size: var(--font-size-s);
        font-weight: 500;
    }
    #about .feature-wrap {
        position: static;
        background-color: var(--black-color);
        padding: 5.1282vw 5.1282vw 10.2564vw;
    }
    #about .feature-wrap .title {
        line-height: 1.8em;
        font-size: var(--font-size-n);
        margin-bottom: 5.3846vw;
    }
    #about .feature-wrap ul.feature-list {
        margin-bottom: 7.1794vw;
    }
    #about .feature-wrap ul.feature-list li {
        width: 30.7692vw;
    }
    #about .feature-wrap ul.feature-list li .fig {
        width: 100%;
        height: 15.3846vw;
    }
    #about .feature-wrap ul.feature-list li .fig img {
        width: 10.2564vw;
    }
}


/* service
---------------------------------------------------*/
#service {
    width: 100%;
    margin-bottom: 128px;
}
#service .inner {
    width: 98%;
    max-width: 1880px;
    margin: 0 auto;
}
#service .service {
    position: relative;
    width: 100%;
}
#service .service + .service {
    margin-top: 20px;
}
#service .service .figure {
    width: 100%;
    height: 560px;
    overflow: hidden;
    margin: 0 auto;
}
#service .service .figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#service .service .text-wrap {
    position: absolute;
    bottom: 24px;
    left: 20px;
    width: 533px;
    color: var(--white-color);
    background-color: rgba(29, 31, 35, 0.75);
    padding: 40px;
}
#service .service .text-wrap .title {
    line-height: 1.5em;
    font-size: var(--font-size-l);
    font-weight: 700;
    margin-bottom: 1em;
}
#service .service .text-wrap p {
    line-height: 1.8em;
    font-weight: 500;
}
#service .service .text-wrap .btn-link {
    margin-top: 24px;
}

/* 768 */
@media screen and (min-width:1px) and (max-width: 768px) {
    #service {
        margin-bottom: 16.4102vw;
    }
    #service .inner {
        width: 91.7948vw;
    }
    #service .ttl-section {
        margin-bottom: 5.1282vw;
    }
    #service .service + .service {
        margin-top: 10.2564vw;
    }
    #service .service .figure {
        width: 100%;
        height: auto;
    }
    #service .service .text-wrap {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        padding: 4.1025vw;
    }
    #service .service .text-wrap .btn-link {
        margin-top: 6.1538vw;
    }
}


/* trainer
---------------------------------------------------*/
#trainer {
    width: 100%;
    margin-bottom: 128px;
}
#trainer .trainer-wrap {
    display: flex;
    width: 100%;
}
#trainer .trainer-wrap .figure {
    width: 50%;
    overflow: hidden;
}
#trainer .trainer-wrap .figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#trainer .trainer-wrap .text-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%;
    border: 1px solid var(--black-color);
}
#trainer .trainer-wrap .text-wrap-inner {
    width: 96%;
    max-width: 550px;
    padding: 40px;
}
#trainer .trainer-wrap .position {
    line-height: 1.8em;
    font-weight: 500;
    margin-top: 20px;
    margin-bottom: 0.5em;
}
#trainer .trainer-wrap .name {
    line-height: 1.5em;
    font-size: var(--font-size-l);
    font-weight: 500;
    margin-bottom: 36px;
}
#trainer .trainer-wrap .profile {
    margin-bottom: 25px;
}
#trainer .trainer-wrap .profile p {
    line-height: 1.8em;
    font-weight: 500;
}
#trainer .trainer-wrap .profile p:not(:last-of-type) {
    margin-bottom: 1.8em;
}

/* 768 */
@media screen and (min-width:1px) and (max-width: 768px) {
    #trainer {
        margin-bottom: 16.4102vw;
    }
    #trainer .trainer-wrap {
        display: block;
    }
    #trainer .trainer-wrap .figure {
        width: 100%;
    }
    #trainer .trainer-wrap .text-wrap {
        display: block;
        width: 91.7948vw;
        margin: 4.1025vw auto 0;
    }
    #trainer .trainer-wrap .text-wrap-inner {
        width: 100%;
        max-width: none;
        padding: 4.1025vw;
    }
    #trainer .trainer-wrap .position {
        margin-top: 6.1538vw;
    }
    #trainer .trainer-wrap .name {
       margin-bottom: 6.1538vw;
    }
    #trainer .trainer-wrap .profile {
        margin-bottom: 6.1538vw;
    }
    #trainer .trainer-wrap .btn-link {
        text-align: left;
    }
}


/* blog
---------------------------------------------------*/
#blog {
    width: 100%;
    margin-bottom: 128px;
}
#blog .ttl-section {
    margin-left: 80px;
}
#blog .blog-list {
    margin-bottom: 40px;
}
#blog .blog {
    position: relative;
    width: 480px;
    margin-left: 48px;
}
#blog .blog .figure {
    position: relative;
    width: 100%;
    aspect-ratio: 1 / 1;
    border: 1px solid var(--black-color);
    border-radius: 8px;
    overflow: hidden;
}
#blog .blog .figure::after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30.4167%;
    background: rgb(0,0,0);
    background: linear-gradient(0deg, rgba(0,0,0,0.56) 0%, rgba(29,31,35,0) 100%);
    pointer-events: none;
}
#blog .blog .figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.5s;
}
#blog .blog .text-wrap {
    position: absolute;
    bottom: 28px;
    left: 0;
    width: 100%;
    color: var(--white-color);
    padding: 0 36px;
}
#blog .blog .text-wrap .date {
    line-height: 1.4em;
    font-size: var(--font-size-s);
    margin-bottom: 14px;
}
#blog .blog .text-wrap .title {
    line-height: 1.8em;
    font-weight: 700;
}
#blog .blog .text-wrap .caption {
    height: 0;
    opacity: 0;
    overflow: hidden;
    transition: all .4s;
    pointer-events: none;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-height: 1.8em;
}

/* hover */
#blog .blog a:hover .text-wrap .caption {
    height: 5.4em;
    opacity: 1;
    transition: all .4s;
    pointer-events: none;
    margin-top: 1em;
}
#blog .blog a:hover .figure img {
    -webkit-filter: blur(10px);
    -ms-filter: blur(10px);
    filter: blur(10px);
}

/* slide */
#blog .slick-list {
    padding: 0 80px !important;
}
#blog .slick-prev,
#blog .slick-next {
    display: none;
}

/* 768 */
@media screen and (min-width:1px) and (max-width: 768px) {
    #blog {
        margin-bottom: 16.4102vw;
    }
    #blog .ttl-section {
        margin-left: 8.2051vw;
        margin-bottom: 6.1538vw;
    }
    #blog .blog-list {
        margin-bottom: 19.7435vw;
    }
    #blog .blog {
        width: 76.9230vw;
        margin-left: 6.1538vw;
    }
    #blog .blog .figure {
        border-radius: 2.0512vw;
    }
    #blog .blog .text-wrap {
        bottom: 2.3076vw;
        padding: 0 6.1538vw;
    }
    #blog .blog .text-wrap .date {
        margin-bottom: 0.7692vw;
    }

    /* slide */
    #blog .slick-list {
        padding: 0 8.2051vw !important;
    }
    #blog .slick-prev,
    #blog .slick-next {
        top: calc(100% + 6.1538vw);
        display: block;
        width: 4.1025vw;
        height: 7.4358vw;
        transform: translate(0, 0);
        background-color: rgba(0, 0, 0, 0.35);
    }
    #blog .slick-prev {
        left: 8.2051vw;
    }
    #blog .slick-next {
        left: 18.9743vw;
        right: auto;
    }

    #blog .btn-link {
        text-align: left;
        margin-left: 8.2051vw;
    }
}


/* information
---------------------------------------------------*/
#information {
    width: 100%;
    margin-bottom: 128px;
}
#information .inner {
    width: 96%;
    max-width: 950px;
    margin: 0 auto;
}
#information ul.information-list {
    margin-top: 20px;
    margin-bottom: 40px;
}
#information ul.information-list li {
    border-bottom: 1px solid var(--black-color);
    padding: 10px 0;
}
#information ul.information-list li:not(:last-of-type) {
    margin-bottom: 15px;
}
#information ul.information-list li a {
    display: block;
}
#information ul.information-list li .date {
    line-height: 1.8em;
    font-size: var(--font-size-s);
    margin-bottom: 8px;
}
#information ul.information-list li .subject {
    position: relative;
    line-height: 1.8em;
    font-weight: 500;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    padding-right: 30px;
}
#information ul.information-list li .subject::after {
    position: absolute;
    content: '';
    top: 50%;
    right: 8px;
    transform: translate(0, -50%);
    width: 12px;
    height: 11px;
    background-image: url('../img/common/icon_arrow.svg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

/* 768 */
@media screen and (min-width:1px) and (max-width: 768px) {
    #information {
        margin-bottom: 16.4102vw;
    }
    #information .inner {
        width: 83.5897vw;
    }
    #information ul.information-list {
        margin-top: 2.5641vw;
        margin-bottom: 6.1538vw;
    }
    #information ul.information-list li {
        padding: 2.0512vw 0;
    }
    #information ul.information-list li:not(:last-of-type) {
        margin-bottom: 4.1025vw;
    }
    #information ul.information-list li .date {
        margin-right: 0;
        margin-bottom: 2.0512vw;
    }
    #information ul.information-list li .subject {
        -webkit-line-clamp: 3;
        padding-right: 5.1282vw;
    }
    #information ul.information-list li .subject::after {
        right: 1.0256vw;
        width: 3.0769vw;
        height: 2.8205vw;
    }
    #information .btn-link {
        text-align: center;
    }
}


/* recruit
---------------------------------------------------*/
#recruit {
    width: 100%;
}
#recruit .recruit-wrap {
    display: flex;
    width: 100%;
    background-color: #F1F1F1;
}
#recruit .recruit-wrap .figure {
    width: 50%;
    overflow: hidden;
}
#recruit .recruit-wrap .figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#recruit .recruit-wrap .text-wrap {
    display: flex;
    align-items: center;
    width: 50%;
}
#recruit .recruit-wrap .text-wrap-inner {
    width: 96%;
    max-width: 550px;
    padding: 40px 20px 40px 50px;
}
#recruit .recruit-wrap .phrase {
    line-height: 1.5em;
    font-size: var(--font-size-l);
    font-weight: 700;
    margin-top: 1em;
    margin-bottom: 1em;
}
#recruit .recruit-wrap .txt {
    line-height: 1.8em;
    font-weight: 500;
}
#recruit .recruit-wrap .btn-link {
    margin-top: 26px;
}


/* 768 */
@media screen and (min-width:1px) and (max-width: 768px) {
    #recruit .recruit-wrap {
        display: block;
    }
    #recruit .recruit-wrap .figure {
        width: 100%;
    }
    #recruit .recruit-wrap .figure img {
        width: 100%;
        height: auto;
    }
    #recruit .recruit-wrap .text-wrap {
        display: block;
        width: 100%;
    }
    #recruit .recruit-wrap .text-wrap-inner {
        width: 100%;
        max-width: none;
        padding: 10.2564vw 8.2051vw;
    }
    #recruit .recruit-wrap .btn-link {
        text-align: left;
        margin-top: 6.1538vw;
    }
}
