﻿@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 {
    position: fixed;
    top: 0;
    right: 0;
    width: 50%;
    height: calc(100% - 67px);
    z-index: 1;
}
#mv .inner {
    position: relative;
    width: 100%;
    height: 100%;
}
#mv .figure {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    margin: 0 auto;
}
#mv .figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* 768 */
@media screen and (min-width:1px) and (max-width: 768px) {
    #mv {
        position: static;
        width: 100%;
        height: auto;
        margin-bottom: 6.1538vw;
    }
    #mv .inner {
        height: auto;
    }
    #mv .figure {
        height: auto;
    }
}


/* trainer
---------------------------------------------------*/
#trainer {
    width: 50%;
}
#trainer .inner {
    padding: 40px 40px 0;
}
#trainer .ttl-section {
    margin-bottom: 40px;
}
#trainer .trainer {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    border-top: 1px solid #707070;
    padding: 64px 0;
}
#trainer .trainer:first-of-type {
    padding-top: 0;
    border-top: 0;
}
#trainer .trainer:last-of-type {
    padding-bottom: 0;
}
#trainer .trainer .figure {
    width: 50%;
}
#trainer .trainer .figure img {
    width: 100%;
}
#trainer .trainer .text-wrap {
    width: 45.45%;
}
#trainer .trainer .position {
    line-height: 1.8em;
    font-size: var(--font-size-s);
    margin-bottom: 1em;
}
#trainer .trainer .name {
    line-height: 1.8em;
    font-size: var(--font-size-l);
    font-weight: 700;
    margin-bottom: 1em;
}
#trainer .trainer .profile p {
    line-height: 1.8em;
    font-weight: 500;
}
#trainer .trainer .profile p:not(:last-of-type) {
    margin-bottom: 1.8em;
}

/* 980 */
@media screen and (max-width: 980px) {
    #trainer .trainer {
        display: block;
    }
    #trainer .trainer .figure {
        width: 100%;
        margin-bottom: 40px;
    }
    #trainer .trainer .text-wrap {
        width: 100%;
    }
}

/* 768 */
@media screen and (min-width:1px) and (max-width: 768px) {
    #trainer {
        width: 100%;
    }
    #trainer .inner {
        padding: 0 8.2051vw;
    }
    #trainer .ttl-section {
        margin-bottom: 6.1538vw;
    }
    #trainer .trainer {
        display: block;
        padding: 10.2564vw 0;
    }
    #trainer .trainer .figure {
        width: 100%;
        margin-bottom: 6.1538vw;
    }
    #trainer .trainer .text-wrap {
        width: 100%;
    }
}