@charset "UTF-8";
/* CSS Document */
/***********************************************************/
/*********************** SECTION TOP ***********************/
/***********************************************************/
.section-top {
  width: 100%;
  max-width: 1040px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 60px;
  box-sizing: border-box;
}
.section-top__header {
  position: relative;
}
.section-top__title {
  position: absolute;
  z-index: 10;
  bottom: 20px;
  left: 20px;
  font-weight: 700;
  line-height: 1.2;
  text-align: left;
}
.section-top__title-en {
  font-size: 3.0rem;
  color: #fff;
}
.section-top__title-jp {
  font-size: 1.0rem;
  color: #fff;
}
.section-top__img {
  height: 240px;
  width: 100%;
  background-image: url("../img/3_teacher/img_header.jpeg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
}
@media(min-width:1040px) {
  .section-top__img {
    background-position: 0% 70%;
  }
  .section-top__title-en {
    font-size: 3.5rem;
  }
  .section-top__title-jp {
    font-size: 1.2rem;
  }
}
/*****************************************************************/
/*********************** INSTRUCTOR'S NAME ***********************/
/*****************************************************************/
.section-name {
  box-sizing: border-box;
  width: 100%;
  max-width: 1040px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 30px;
  text-align: left;
}
@media(min-width:1040px) {
  .section-name {
    padding-left: 0;
    padding-right: 0;
  }
}
/**************************************************************/
/*********************** SECTION JAPANESE *********************/
/**************************************************************/
.section-japanese {
  text-align: left;
  width: 100%;
  max-width: 1040px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 30px;
  box-sizing: border-box;
}
@media(min-width:768px) {
  .section-japanese {
    margin-bottom: 60px;
  }
}
@media(min-width:1040px) {
  .section-japanese {
    box-sizing: border-box;
    padding-right: 0px;
    padding-left: 0px;
    margin-bottom: 70px;
  }
}
/***************************************************************/
/*********************** SECTION ENGLISH ***********************/
/***************************************************************/
.section-english {
  text-align: left;
  width: 100%;
  max-width: 1040px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 30px;
  box-sizing: border-box;
}

/******************************************************************/
/*********************** 共通 (写真ーテキスト) ***********************/
/******************************************************************/
.section-pic-txt__container {
  margin-bottom: 30px;
}

.section-pic-txt__img {
  margin-bottom: 25px;
}
.section-pic-txt__img img {
  max-width: 100%;
  height: auto;
  max-height: 385px;
  object-fit: cover;
}

@media(min-width:768px) {
  .section-pic-txt__container {
    display: flex;
  }
  .section-pic-txt__img {
    width: 40%;
    padding-left: 0px;
    padding-right: 0px;
    margin: auto 0;
  }
  .section-pic-txt__body {
    width: 60%;
    box-sizing: border-box;
    padding-left: 50px;
    padding-right: 0px;
  }
}

/******************************************************************/
/*********************** 共通 (テキストー写真) ***********************/
/******************************************************************/
.section-txt-pic__img {
  margin-bottom: 25px;
}
.section-txt-pic__img img {
  max-width: 100%;
  height: auto;
  max-height: 385px;
  object-fit: cover;
}

@media(min-width:768px) {
  .section-txt-pic__container {
    display: flex;
    margin-bottom: 60px;
  }
  .section-txt-pic__img {
    width: 40%;
    padding-left: 0px;
    padding-right: 0px;
    margin: auto 0;
  }
  .section-txt-pic__img img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }
  .section-txt-pic__body {
    width: 60%;
    box-sizing: border-box;
    padding-right: 50px;
    padding-left: 0px;
  }
  .section-txt-pic__row {
    flex-direction: row-reverse;
  }
}

@media(min-width:1040px) {
  .section-txt-pic__img {
    width: 40%;
  }
  .section-txt-pic__img img {
    width: 100%;
    max-height: 600px;
    height: auto;
    object-fit: cover;
  }
  .section-txt-pic__body {
    width: 60%;
    box-sizing: border-box;
    padding-right: 50px;
    padding-left: 0px;
  }
}
