@charset "UTF-8";
/* CSS Document */
/**************************************************/
/*********************** 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: #f0f0f0;
}
.section-top__title-jp {
  font-size: 1.0rem;
  color: #f0f0f0;
}
.section-top__img {
  height: 240px;
}
.section-top__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/2_about/img_header.jpeg");
  background-position: 50% 70%;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
}
@media(min-width:1040px) {
  .section-top {
    max-width: 1040px;
  }
  .section-top__title-en {
    font-size: 3.5rem;
  }
  .section-top__title-jp {
    font-size: 1.2rem;
  }
}
/*******************************************************************/
/*********************** SECTION SCHOOL INFO ***********************/
/*******************************************************************/
.section-school-info {
  width: 100%;
  max-width: 1040px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 30px;
  box-sizing: border-box;
  text-align: left;
}
.section-school-info__body {
  margin-bottom: 50px;
}
.section-school-info__jp {
  margin-bottom: 30px;
}
.section-school-info__en {
  margin-bottom: 30px;
}
.section-school-info__img {
  display: none;
}
@media(min-width:768px) {
  .section-school-info {
    margin-bottom: 50px;
  }
  /*.section-school-info h3 {
    font-size: 2.0rem;
    line-height: 2.5rem;
    letter-spacing: 1.3px;
    margin-bottom: 50px;
  }*/
  .section-school-info__container {
    display: flex;
  }
  .section-school-info__body {
    width: 60%;
    box-sizing: border-box;
    padding: 0 40px 0 0;
    margin: auto;
  }
  .section-school-info__img {
    display: block;
    width: 40%;
    margin: auto;
  }
  .section-school-info__img img {
    width: 100%;
  }
}
@media(min-width:1040px) {
  .section-school-info__body {
    padding: 0 60px 0 0;
  }
}
/**************************************************************/
/********************* SECTION CLASS INFO *********************/
/**************************************************************/
.section-class {
  width: 100%;
  max-width: 1040px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 30px;
  box-sizing: border-box;
  text-align: left;
}
.section-class img {
  width: 100%;
  margin-bottom: 30px;
}
/*.section-class__text h3 {
  padding-top: 1rem;
  border-top: 1px solid #191919;
  font-size: 2.0rem;
  line-height: 2.5rem;
  font-weight: 600;
  margin-bottom: 40px;
}
.section-class__text p {
  font-size: 1.4rem;
  margin-bottom: 30px;
}*/
@media(min-width:768px) {
  .section-class {
    margin-bottom: 70px;
  }
  .section-class__container {
    display: flex;
  }
  .section-class__img {
    width: 40%;
    padding-left: 0px;
    padding-right: 0px;
    margin-bottom: 25px;
    margin: auto;
  }
  .section-class__img img {
    object-fit: cover;
  }
  .section-class__body {
    width: 60%;
    box-sizing: border-box;
    padding: 0 0 0 40px;
  }
  /*.section-class__text h3 {
    font-size: 2.2rem;
    line-height: 2.2rem;
    margin-bottom: 50px;
  }*/
  /*.section-class__text p {
    font-size: 1.4rem;
    line-height: 2.5rem;
  }*/
}
@media(min-width:1040px) {
  .section-class {
    padding: 0;
    margin-bottom: 70px;
  }
  .section-class__body {
    padding: 0 0 0 60px;
  }
}
/*************************************************************/
/********************* SECTION FEIS INFO *********************/
/*************************************************************/
.section-feis {
  width: 100%;
  max-width: 1040px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 30px;
  box-sizing: border-box;
  text-align: left;
}
.section-feis__title {
  width: 100%;
}
.section-feis img {
  max-width: 100%;
  height: auto;
  max-height: 500px;
  object-fit: cover;
  margin-bottom: 30px;
  object-position: 0 75%;
}
@media(min-width:768px) {
  .section-feis {
    margin-bottom: 70px;
  }
  .section-feis__container {
    display: flex;
  }
  .section-feis__img {
    width: 40%;
    padding-left: 0px;
    padding-right: 0px;
    margin: auto;
  }
  .section-feis__img img {
    object-fit: cover;
    margin: 0;
  }
  /*.section-feis h3 {
    padding-top: 15px;
    font-size: 1.3rem;
    line-height: 1.3rem;
    letter-spacing: 0.8px;
    font-weight: 600;
    margin-bottom: 15px;
  }*/
  .section-feis__body {
    width: 60%;
    box-sizing: border-box;
    padding: 0 40px 0 0;
  }
  .section-feis__row {
    flex-direction: row-reverse;
  }
}
@media(min-width:1040px) {
  .section-feis {
    padding: 0;
    margin-bottom: 70px;
  }
  .section-feis__body {
    padding: 0 60px 0 0;
  }
}

/******************************************************************/
/*********************** 共通 (写真ーテキスト) ***********************/
/******************************************************************/
.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;
    margin-bottom: 60px;
  }
  .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;
  }
}
@media(min-width:1040px) {
  .section-txt-pic__container {
    margin-bottom: 70px;
  }
  .section-pic-txt__img img {
    width: 100%;
    max-height: 600px;
    height: auto;
    object-fit: cover;
  }
}

/******************************************************************/
/*********************** 共通 (テキストー写真) ***********************/
/******************************************************************/
.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: 50px;
  }
  .section-txt-pic__row {
    flex-direction: row-reverse;
  }
  .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;
  }

}

@media(min-width:1040px) {
  .section-txt-pic__container {
    margin-bottom: 70px;
  }
  .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;
  }
}