body{

    background-color: #fff;
    line-height: 1.8;
}
/* .m-mentor{
    max-width: 1380px;
    margin: 3rem auto 0;
} */
/*.m-mentor h2{
    font-size: 2.4rem;
    color: rgba(49, 169, 184, 1);
}*/

.mentor-list{
    display: grid;
    /*grid-template-columns: repeat(4, 1fr);*/
    grid-template-columns: repeat(3, 33%);
}

@media screen and (max-width: 1024px) {
    .mentor-list{
        /*grid-template-columns: 1fr;*/
        grid-template-columns: repeat(2, 50%);
    }
}
@media screen and (max-width: 768px) {
    .mentor-list{
        /*grid-template-columns: 1fr;*/
        grid-template-columns: 100%;
    }
}
.thumbnail img {
    /* width: 250px; */
    height: 380px;
    object-fit: cover;
}
.mentor {
    padding: 3rem;
    opacity: 1 !important;
    visibility: visible !important;
}
.name-en{
    color: rgba(49, 169, 184, 1);
    font-size: 1.6rem;
    display: flex;
    align-items: center;
    margin-top: 2rem;
}
.name-en > p{
    /*white-space: nowrap;*/
    margin-right: 4rem;
    
}
.name-en::after{
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: rgba(49, 169, 184, 1);

}

.name-jp{
    font-weight: bold;
    font-size: 22px;
}
.more-btn{
    width: 100%;
    background-color: rgba(49, 169, 184, 1);
    margin-top: 0.5rem;
}

.more-btn > a > p{
    color: #fff;
    font-size: 1.4rem;
    padding: 5px;
    text-align: center;
    width: 100%;
}

/* 個別詳細ページ */
.mentor-detail{
    font-family: serif;
    /*margin-bottom: -12rem !important;*/
}
.single{
    background-color: #fff;
    /* border: 1px solid #f5f5f5; */
    /* margin-top: 3rem; */
}
.single-intro{
    display: grid;
    grid-template-columns: 1fr 1fr;
    /* background-color: #f5f5f5; */
    gap: 5rem;
    padding: 2rem 0;
    width: 75%;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}
@media screen and (max-width: 768px) {
    .single-intro{
        grid-template-columns: 1fr;
        width: 100%;
    }
}


.s-thumbnail{
    margin: 0 auto;
    width: 100%;
    box-shadow: 0px 0px 5px 5px rgb(192 191 191 / 60%);
}
.s-thumbnail img{
    height: 100%;
    /* max-width: 200px; */
    object-fit: cover;
}
.single h3{
    font-size: 4.8rem;
    color: #707070;
    text-align: center;
}
@media screen and (max-width: 500px) {
    .single h3{
        font-size: 3.5rem;
    }
}

/* .single h4{
    margin-top: 1rem;
    font-size: 3.6rem;
} */
.single p {
    font-size: 1.6rem;
    padding: 1rem;
    min-height: 50px;
}
.s-textBox{
    border: 1px solid rgba(132,132,132,.8);
    background-color: #fff;
}
.s-text{
    /* padding: 5rem 7rem; */
    margin-top: -1px;
}
.s-text h4{
    background-color: rgba(49, 169, 184, 1);
    color: #fff;
    text-align: center;
    font-size: 2rem;
}
.blue-line{
    z-index: 0 !important;
    height: 16rem;
    margin-top: -12rem;
}
.blue-line::before{
    top: 0;
}
@media screen and (max-width: 500px) {
    .blue-line::before{
        height: 10rem;
        top: 5rem;
    }
}

.comment {
    position: relative; z-index: 1;
}
.comment h4 {
    color: #707070;
    font-size: 2rem;
}
.comment p {
    font-size: 1.6rem;
}