/* --------------------------- arrow links --------------------------- */
/* --------------------------- en --------------------------- */
/* -------------- header -------------- */
.en__header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5000;
  box-sizing: border-box;
  width: 100%;
  height: 90px;
  padding-top: 6px;
  background: #fff;
}
.en__header.-scroll::after {
  opacity: 1;
}

.en__header::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(to right, #00A491, #fae943 86%, #faacc8);
  height: 6px;
}

.en__header::after {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 10px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.02) 0%, rgba(0, 0, 0, 0) 100%);
  opacity: 0;
  pointer-events: none;
  transition: 0.3s;
}

.en__header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 96.8%;
  height: 100%;
  max-width: 1400px;
  margin: 0 auto;
}

.en__header-logo {
  width: 270px;
}

.en__header-lang {
  padding-right: 15px;
  font-size: 1.5rem;
  color: #444;
}

.en__header-lang-link {
  color: #00A491;
}
.en__header-lang-link:hover {
  opacity: 0.5;
}

/* -------------- about -------------- */
.en__main {
  padding-top: 90px;
}
.en__main .wrapper {
  max-width: 1200px;
}

.en__about {
  position: relative;
  padding: 100px 0 150px 0;
}

.en__about::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -5;
  width: 100%;
  height: 500px;
  background: linear-gradient(to bottom, rgba(238, 241, 244, 0), rgba(238, 241, 244, 0.4));
  pointer-events: none;
}

.en__about-cnt {
  width: 49%;
}

.en__heading2nd-wrap {
  padding-bottom: 50px;
}

.en__heading2nd {
  display: inline;
  position: relative;
  padding: 0 10px;
  font-family: "Raleway", sans-serif;
  font-size: 4.5rem;
  line-height: 1.6;
  background: linear-gradient(to right, rgba(54, 204, 146, 0.6), rgba(250, 233, 67, 0.6) 86%, rgba(250, 172, 200, 0.6));
}

.en__txt {
  margin: -0.4em 0;
  font-size: 1.6rem;
  line-height: 1.8;
  font-weight: 400;
}
.en__txt.-has-margin {
  padding-top: 35px;
}

.en__txt + .en__txt {
  padding-top: 35px;
}

.en__about-cnt .en__txt {
  font-size: 1.8rem;
}

.en__about-illust {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
  width: 45%;
  height: 80%;
}

.en__about-illust-img {
  object-position: 0 0;
}

/* -------------- diversity -------------- */
.en__diversity {
  padding-top: 110px;
}

.en__diversity-heading2nd-wrap {
  padding-bottom: 70px;
  text-align: center;
}

.en__diversity-illust {
  position: absolute;
  top: 0;
  left: -25px;
  transform: translateX(-100%);
  width: 65px;
}

.en__slick {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.en__slick-child {
  position: relative;
  float: left;
  box-sizing: border-box;
  width: 280px;
  padding: 40px 30px 50px 30px;
}

.en__slick-child:nth-child(2n) {
  background: #F7F5DC;
}

.en__slick-child:nth-child(2n+1) {
  background: #D6EFEC;
}

.en__slick-img {
  padding-bottom: 20px;
}

.en__slick-txt {
  font-size: 1.9rem;
  text-align: center;
}

.en__slick .slick-list {
  padding: 0 !important;
  overflow: visible;
}

/* -------------- academic -------------- */
.en__middle {
  padding: 130px 0 120px 0;
}

.en__academic {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.en__academic-img {
  width: 34vw;
  transform: translateX(-10.93vw);
}

.en__academic-wrap {
  width: 67%;
  margin-left: auto;
}

/* -------------- research -------------- */
.en__research {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.en__research-illust {
  width: 28%;
}

.en__research-cnt {
  width: 64%;
}

.en__middle-flex {
  display: flex;
}

.en__middle-img {
  width: 50%;
}

.en__lower {
  padding: 130px 0 145px 0;
}

/* -------------- unai -------------- */
.en__unai-flex {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: flex-start;
}

.en__unai-img {
  width: 18%;
}

.en__unai-cnt {
  width: 75%;
}

.en__unai-list-bg {
  margin: 70px 0;
}

.en__unai-num-list .num-list__item {
  font-size: 1.6rem;
  line-height: 1.8;
  font-weight: 400;
}

/* -------------- footer -------------- */
.en__footer-upper {
  padding: 55px 0;
  background: #f6f6f6;
}

.en__footer-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 95%;
  margin: 0 auto;
}

.en__footer-youtube {
  width: 130px;
}

.en__footer-pagetop {
  position: relative;
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  border-radius: 5px;
  border: 1px solid #dcdcdc;
  background: #fff;
}
.en__footer-pagetop:hover {
  opacity: 0.8;
}
.en__footer-pagetop:hover .en__footer-pagetop-arrow {
  top: 45%;
}

.en__footer-pagetop-arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 18px;
  height: 11px;
  transition: 0.3s;
}

.en__footer-lower {
  padding: 30px 0;
  background: #fff;
  text-align: center;
}

.en__footer-copyright {
  font-size: 1.2rem;
  font-weight: 300;
  color: #989898;
}

/* -------------------------------------------------------------------------------- */
/* en responsive */
/* -------------------------------------------------------------------------------- */
/* -------------------- sp1 -------------------- */
@media screen and (max-width: 1200px) {
  /* -------------- header -------------- */
  .en__body {
    padding: 0;
  }

  .en__header {
    height: 75px;
  }

  .en__header-inner {
    width: 96.8%;
  }

  .en__header-logo {
    width: 220px;
  }

  .en__header-lang {
    font-size: 1.3rem;
  }

  /* -------------- about -------------- */
  .en__main {
    padding-top: 75px;
  }

  .en__about {
    padding: 80px 0 0 0;
  }

  .en__about::before {
    height: 180px;
  }

  .en__about-cnt {
    width: 100%;
  }

  .en__heading2nd-wrap {
    padding-bottom: 35px;
  }

  .en__heading2nd {
    padding: 0 5px;
    font-size: 3.5rem;
  }

  .en__about-cnt .en__txt {
    font-size: 1.6rem;
  }

  .en__about-illust {
    position: relative;
    width: 80vw;
    height: auto;
    padding-top: 30px;
    margin-left: auto;
  }

  /* -------------- diversity -------------- */
  .en__diversity {
    padding-top: 70px;
  }

  .en__diversity-heading2nd-wrap {
    padding-bottom: 50px;
  }

  .en__diversity-illust {
    width: 50px;
  }

  .en__slick-child {
    width: 220px;
  }

  .en__slick-img {
    padding-bottom: 15px;
  }

  .en__slick-txt {
    font-size: 1.6rem;
  }

  /* -------------- academic -------------- */
  .en__middle {
    padding: 80px 0 90px 0;
  }

  .en__academic-img {
    position: relative;
    top: 0;
    left: 0;
    transform: none;
    width: 60%;
    max-width: 450px;
    padding-top: 40px;
    margin: 0 auto;
  }

  .en__academic-wrap {
    width: 100%;
  }

  /* -------------- research -------------- */
  .en__research {
    display: block;
  }

  .en__research-illust {
    width: 40%;
    padding-bottom: 50px;
    margin: 0 auto;
  }

  .en__research-cnt {
    width: 100%;
  }

  .en__lower {
    padding: 80px 0 100px 0;
  }

  /* -------------- unai -------------- */
  .en__unai-flex {
    display: block;
  }

  .en__unai-img {
    width: 30%;
    padding-bottom: 50px;
    margin: 0 auto;
  }

  .en__unai-cnt {
    width: 100%;
  }

  .en__unai-list-bg {
    margin: 60px 0;
  }

  /* -------------- footer -------------- */
  .en__footer-lower {
    padding: 25px 0;
  }
}
/* -------------------- sp2 -------------------- */
@media screen and (max-width: 700px) {
  /* -------------- header -------------- */
  .en__header {
    height: 60px;
    padding-top: 3px;
  }

  .en__header::before {
    height: 3px;
  }

  .en__header-inner {
    width: 90%;
  }

  .en__header-logo {
    width: 178px;
  }

  .en__header-lang {
    padding-right: 0;
  }

  /* -------------- about -------------- */
  .en__main {
    padding-top: 60px;
  }

  .en__about {
    padding: 40px 0 0 0;
  }

  .en__heading2nd-wrap {
    padding-bottom: 24px;
  }

  .en__heading2nd {
    font-size: 2.5rem;
  }

  .en__txt {
    font-size: 1.4rem;
  }

  .en__txt + .en__txt {
    padding-top: 30px;
  }

  .en__about-cnt .en__txt {
    font-size: 1.4rem;
  }

  .en__about-illust {
    width: 90vw;
  }

  /* -------------- diversity -------------- */
  .en__diversity {
    padding-top: 40px;
  }

  .en__diversity-heading2nd-wrap {
    padding-bottom: 35px;
  }

  .en__diversity-illust {
    top: 6px;
    left: -6px;
    width: 36px;
  }

  .en__slick-child {
    width: 176px;
    padding: 20px 15px 30px 15px;
  }

  .en__slick-txt {
    font-size: 1.4rem;
  }

  /* -------------- academic -------------- */
  .en__middle {
    padding: 45px 0 60px 0;
  }

  .en__academic-img {
    width: 100%;
  }

  /* -------------- research -------------- */
  .en__research-illust {
    width: 66%;
    padding-bottom: 35px;
  }

  .en__middle-flex {
    display: block;
  }

  .en__middle-img {
    width: 100%;
  }

  .en__lower {
    padding: 40px 0 70px 0;
  }

  /* -------------- unai -------------- */
  .en__unai-img {
    width: 36%;
    padding-bottom: 30px;
  }

  .en__unai-list-bg {
    margin: 45px 0 40px 0;
  }

  .en__unai-num-list .num-list__item {
    font-size: 1.4rem;
  }

  /* -------------- footer -------------- */
  .en__footer-upper {
    padding: 22px 0;
  }

  .en__footer-inner {
    width: 87.5%;
  }

  .en__footer-youtube {
    width: 100px;
  }

  .en__footer-pagetop {
    width: 36px;
    height: 36px;
  }

  .en__footer-lower {
    padding: 18px 0;
  }

  .en__footer-copyright {
    font-size: 1.1rem;
  }
}

/*# sourceMappingURL=en.css.map */
