
/*====================================================
////id |  main
====================================================*/
.main-text {
    padding: 0 min(5vw, 60px);
}
.main-name {
    display: flex;
        align-items: baseline;
        flex-wrap: wrap;
        gap: .1em .4em;
    margin-bottom: .4em;
    padding-bottom: .3em;
    position: relative;
}
.main-name::after {
    border-bottom: solid 1px;
    content: '';
    display: block;
    margin: auto;
    position: absolute;
        bottom: 0;
        right: calc(min(5vw, 60px) * -1);
    width: calc(100% + min(5vw, 60px) * 2);
}
.main-name .name-sub {
    display: inline-block;
    font-size: .5em;
}
.main-profile h2 {
    font-size: 1.3em;
    margin: .8em 0 .3em;
}
.main-profile h3 {
    font-size: 1.2em;
    margin: .8em 0 .3em;
}
.main-sns {
    display: flex;
        flex-wrap: wrap;
        gap: 15px;
    margin-top: 1.5em;
}
.main-sns-link img {
    height: 30px;
}
/* ////////// mobile ////////// */
@media screen and (max-width: 960px) {
    .main-inner {
        display: grid;
            grid-gap: min(8vw, 40px);
        width: 100%;
    }
    .main-img {
        margin: auto;
        width: min(100%, 500px);
    }
    .main-img-figure {
        padding-top: 100%;
    }
    .main-img.noimage {
        display: none;
    }
    .main-position {
        text-align: center;
    }
    .main-name {
        font-size: min(8.5vw, 4.5rem);
        justify-content: center;
    }
    .main-profile {
        display: flex;
            justify-content: center;
    }
}

@media screen and (max-width: 769px) {
    .main-name {
        align-items: center;
        flex-direction: column;
    }
}

/* ////////// PC ////////// */
@media print, screen and (min-width: 769px) {
}

@media print, screen and (min-width: 960px) {
    .main-inner {
        display: flex;
    }
    .main-img {
        position: relative;
        width: min(40%, 450px);
        z-index: 5;
    }
    .main-img-figure {
        padding-top: 100%;
    }
    .main-text {
        display: flex;
            align-items: center;
        flex: 1;
        padding-right: 0;    
    }
    .main-name {
        font-size: min(4.6vw, 5rem);
    }
    .main-name .name-main.main-jp {
        font-size: .9em;
    }
    .main-name::after {
        right: 0;
    }
}

@media (hover: hover) {
    .main-sns-link:hover {
        transform: scale(1.1);
    }
}

/*====================================================
////id |  detail
====================================================*/
.detail-inner {
    display: grid;
        grid-gap: min(8vw, 40px) min(4vw, 40px);
    padding: min(10vw, 70px) 0 0;
}
.detail-item {
    display: grid;
        grid-template-rows: auto 1fr;
    height: 100%;
}
.detail-item dt > span {
    background-color: var(--d_gray);
    color: #fff;
    font-weight: 500;
    padding: .4em 1.3em;
}
.detail-item dd {
    background-color: #fff;
    border: solid 1px var(--d_gray);
    padding: 1em 1.2em;
    width: 100%;
}
/* ////////// mobile ////////// */
@media screen and (max-width: 769px) {
}

/* ////////// PC ////////// */
@media print, screen and (min-width: 769px) {
    .detail-inner {
        grid-template-columns: 1fr 1fr;
    }
}

@media (hover: hover) {}

/*====================================================
////id |  course
====================================================*/
.course-item-wrapper {
    display: grid;
        grid-gap: 10px;
}
.course-item-link {
    display: block;
    position: relative;
}
.course-item-img-figure::after {
    background: #000;
    content: '';
    display: block;
    margin: auto;
    opacity: .5;
    position: absolute;
        top: 0;
        left: 0;
    transition: .3s ease-in-out;
    width: 100%;
    height: 100%;
}
.course-item-text {
    color: #fff;
    display: flex;
        align-items: center;
        justify-content: center;
    font-weight: 500;
    padding: 15px;
    position: absolute;
        top: 0;
        left: 0;
    text-align: center;
    width: 100%;
    height: 100%;
}
.course-item-text .en {
    line-height: 1;
    margin-bottom: .1em;
}
.course-item-text .arrow {
    filter: invert(10);
    margin-left: 0;
    margin-top: .1em;
}
/* ////////// mobile ////////// */
@media screen and (max-width: 769px) {
    .course-item-img-figure {
        padding-top: min(50vw, 300px);
    }
    .course-item-text {
        filter: drop-shadow(0 0 .3em #000);
    }
    .course-item-text .en {
        font-size: min(9vw, 5rem);
        margin-bottom: .2em;
    }
    .course-item-text .arrow {
        font-size: min(7vw, 4rem);
        margin-top: .3em;
    }
}

/* ////////// PC ////////// */
@media print, screen and (min-width: 769px) {
    .course-item-img-figure {
        padding-top: min(33vw, 300px);
    }
    .course-item-text .en {
        font-size: min(6vw, 6rem);
    }
    .course-item-text .arrow {
        font-size: min(4vw, 5rem);
    }
}


@media (hover: hover) {
    a:hover .course-item-img-figure::after {
        opacity: .8;
    }
}

/*====================================================
////id |  archive
====================================================*/
.archive-item-wrapper {
    display: grid;
        grid-gap: min(6vw, 40px) min(4vw, 40px);
}

.coach-item-link {
    display: block;
    text-align: center;
}
.coach-item-img {
    margin-bottom: 10px;
}
.coach-item-img-figure {
    padding-top: 100%;
}
.coach-item-text {
    line-height: 1.4;
}
.coach-item-text .position {
    font-size: .5em;
}
.coach-item-name {
    font-weight: 500;
}
.coach-item-link_text {
    font-size: .5em;
    margin-top: .3em;
    text-align: right;
}
/* ////////// mobile ////////// */
@media screen and (max-width: 769px) {
    .archive-item-wrapper {
        grid-template-columns: 1fr 1fr;
    }
    .coach-item {
        width: calc(100% / 2 - min(4vw, 40px) * 1 / 2);
    }
    .coach-item-text {
        font-size: min(4.5vw, 2.5rem);
    }
}

/* ////////// PC ////////// */
@media print, screen and (min-width: 769px) {
    .archive-item-wrapper {
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    }
    .coach-item {
        width: calc(100% / 3 - min(4vw, 40px) * 2 / 3);
    }
    .coach-item-text {
        font-size: min(2.6vw, 2.5rem);
    }
}

@media screen and (min-width: 1080px) {
    .coach-item {
        width: calc(100% / 4 - min(4vw, 40px) * 3 / 4);
    }
    .coach-item-text {
        font-size: min(2.0vw, 2.8rem);
    }
}

@media (hover: hover) {}

/*====================================================
////id |  xxx
====================================================*/

/* ////////// mobile ////////// */
@media screen and (max-width: 769px) {
}

/* ////////// PC ////////// */
@media print, screen and (min-width: 769px) {
}

@media (hover: hover) {}
