﻿@charset "UTF-8";

/* trainer
---------------------------------------------------*/
#trainer .inner {
    padding-top: var(--40px);
}
#trainer .ttl-section {
    margin-bottom: var(--24px);
}
#trainer .section {
    width: 96%;
    max-width: 952px;
    margin: 0 auto;
}
#trainer .staff-title {
    line-height: 1.5em;
    font-size: var(--font-size-ll);
    font-weight: 700;
    margin-bottom: var(--24px);
}
#trainer .section + .section {
    margin-top: 128px;
}
#trainer .trainer {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #707070;
    padding: var(--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: 46.21%;
}
#trainer .trainer .figure img {
    width: 100%;
}
#trainer .trainer .text-wrap {
    width: 48.73%;
}
#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;
}

/* 768 */
@media screen and (min-width:1px) and (max-width: 768px) {
    #trainer .section {
        width: 91.7948vw;
    }
    #trainer .section + .section {
        margin-top: var(--64px);
    }
    #trainer .trainer {
        display: block;
        padding: var(--40px) 0;
    }
    #trainer .trainer .figure {
        width: 100%;
        margin-bottom: 8.7179vw;
    }
    #trainer .trainer .text-wrap {
        width: 100%;
    }
}