@charset "UTF-8";
/* CSS Document */

#teacher{
	
}
.teacher_cont {
    padding: 64px;
    background-color: #f2f8ed;
    margin-bottom: 40px;
}
.teacher_cont:nth-child(2n) {
    background-color: #F3ECEC;
}


#teach_top{

}
.teacher_head {
    display: flex;
    justify-content: space-between;
    margin-bottom: 64px;
}
.teacher_img {
    width: 40%;
}
.teacher_img img {
    width: 100%;
}
.teacher_intro {
    width: 46.15%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 24px;
}
.teacher_intro .h2_h2{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
    background-image: url(../images/arrow_long.svg);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: right bottom;
    padding-bottom: 20px;
    margin-top: 16.15%;
}
.teacher_intro .h2h2_ja{
    font-size: 32px;
    line-height: 1em;
    font-weight: 500;
}
.teacher_intro .h2h2_abc {
    font-family: "Roboto", sans-serif;
    font-size: 19px;
    line-height: 1em;
    font-weight: 600;
    letter-spacing: 0;
    margin-bottom: 0;
    padding-right: 22px;
}
.teacher_intro .teacher_degree {
    font-size: 18px;
    line-height: 1.4em;
    margin-top: 24px;
}

.teacher_catch {
    font-size: 32px;
    line-height: 1em;
    font-weight: 600;
    letter-spacing: .048em;
}
.teacher_catch span {
    background-color: #FFFFFF;
    padding-top: 4px;
    padding-right: 8px;
    padding-left: 12px;
    padding-bottom: 8px;
    margin-bottom: 12px;
}
.teacher_profile.vertical-line::before {
    position: absolute;
    content: "";
    width: 1px;
    height: 72px;
    top: -40px;
    left: 50%;
    background-color: #000000;
}
.teacher_profile {
    padding-top: 48px;
    padding-right: 56px;
    padding-left: 56px;
    padding-bottom: 48px;
    background-color: #FFFFFF;
}
.teacher_profile h3 {
    border-left: 1px solid #78b844;
    padding-left: 24px;
    font-size: 30px;
    line-height: 1em;
    font-weight: 600;
    margin-bottom: 32px;
    letter-spacing: .048em;
    font-family: "Roboto", sans-serif;
}


.teacher_profile p{
    font-size: 16px;
    line-height: 1.8em;
}
.teacher_profile .p_margin-b{
	margin-bottom: 2.3%;
}
