@charset "UTF-8";
/* CSS Document */
.section-teacher-top {
    background-image: url(../images/topimage_2x@2x.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
.section-teacher-top__text {
    margin: 0 auto;
    padding: 80px 5%;
    text-align: center;
}
.section-teacher-top__text h1 {
    margin: 0 auto;
    width: 160px;
}
.section-teacher-top__text h2 {
    text-align: center;
    padding-top: 15px;
    padding-bottom: 160px;
    font-size: 1.4rem;
    color: #2b6abd;
    position: relative;
}
.section-teacher-top__text h2::after {
    content:"";
    position:absolute;
    background:#333333;
    left: 50%;
    top: 90px;
    width:2px;
    height:60px;
}
.section-teacher-top__text p {
    font-size: 1.6rem;
    line-height: 3.6rem;
    font-weight: 500;
    padding-bottom: 50px;
}
@media(min-width:780px) {
    .section-teacher-top {
        background-image: url(../images/topimage.jpg);
        background-size: cover;
        background-repeat: no-repeat;
    }
}

.section-teacher-introduction__list li {
    list-style: none;
    margin-top: 150px;
    margin-bottom: 100px;
}
.section-teacher-introduction__list-name {
    margin: 0 5%;
}
.section-teacher-introduction__list-wrapper {
    margin: 0 5%;
}
.section-teacher-introduction__list li h2 {
    padding: 40px 0 15px 0;
    font-size: 3.0rem;
    color: #19167a;
    border-bottom: solid 3px #d1d1d1;
}
.section-teacher-introduction__list-resume {
    padding-top: 20px;
    line-height: 3.0rem;
} 

.section-teacher-introduction__list h3 {
    margin: 0 auto;
    width: 200px;
    text-align: center;
    font-size: 2.4rem;
    padding: 80px 0 15px 0;
    border-bottom: solid 3px #d1d1d1;
}
.section-teacher-introduction__list-history {
    padding-top: 45px;
    text-align: center;
    font-weight: 600;
    line-height: 3.2rem;
}

.section-teacher-introduction__list h4 {
    padding-top: 45px;
    font-size: 1.8rem;
    font-weight: 600;
    margin-top: 45px;
    padding: 0 0 0 10px;
    border-left: solid 5px #ff710e;
    color: #19167a;
    font-size: 2.0rem;
}
.section-teacher-introduction__list-message p {
    padding: 20px 0 0 0;
    line-height: 3.0rem;
}
.btn-wrapper {
    margin-bottom: 100px;
}
@media(min-width:780px) {
    .section-teacher-introduction {
        max-width: 1040px;
        margin: 0 auto;
        padding: 0 5%;
    }
    .section-teacher-introduction__list-wrapper {
        margin: 0;
    }
    .section-teacher-introduction__list {
        max-width: 1040px;
        margin: 0 auto;
    }
    .section-teacher-introduction__list-top {
        display: flex;
    }
    .section-teacher-introduction__list-name {
        width: 50%;
    }
    .section-teacher-introduction__list li h2 {
        padding: 10px 0 15px 0;
    }
    .section-teacher-introduction__list-message {
        display: flex;
        margin-top: 50px;
    }
    .section-teacher-introduction__list-message1 {
        padding-right: 30px;
        border-right: solid 1px #d1d1d1;
    }
    .section-teacher-introduction__list-message2 {
        padding-left: 30px;
    }
    .btn-wrapper {
        display: flex;
    }
}