@charset "UTF-8";
/* Scss Document */
/* -------------------------------------------------- */
/* file   : top.css                                  */
/* update : 2024                                      */
/* -------------------------------------------------- */
/* -------------------------------------------------- */
/* pc向け */
/* --------------------------------------------------- */
#top {
  background: #FAFAFA;
}

.top-ttl {
  font-family: "Noto Serif JP", serif;
  font-size: 50px;
  font-weight: 600;
  text-align: center;
}
.top-ttl span {
  padding: 0 110px;
  display: inline-block;
  position: relative;
}
.top-ttl span::before, .top-ttl span::after {
  content: "";
  position: absolute;
  width: 80px;
  height: 1px;
  background: #1B1B1B;
  top: 50%;
}
.top-ttl span::before {
  left: 0;
}
.top-ttl span::after {
  right: 0;
}

.btn02 {
  width: 200px;
}
.btn02 a {
  padding: 13px 0;
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  color: #3B5CA9;
  letter-spacing: 2px;
  border: 1px solid #3B5CA9;
  background: #FFF;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 750px) {
  .btn02 a:hover {
    color: #FFF;
    background: #4269BF;
  }
}

.mv {
  position: relative;
}
.mv video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.mv__textarea {
  max-width: 545px;
  width: 30.28vw;
  position: absolute;
  top: 23px;
  left: 45px;
}

.mv__photo-list {
  max-width: 1010px;
  width: 56.11vw;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0 10px;
  position: absolute;
  bottom: -3.39vw;
  right: 0;
  z-index: 1;
}

.mv__img img {
  width: 100%;
}

.about {
  margin-top: 189px;
  padding: 0 0 129px;
  position: relative;
}
.about .inner {
  position: relative;
  z-index: 2;
}

.about__img {
  width: 75%;
  margin: 80px 0 0 auto;
  position: relative;
  z-index: 2;
}

.about__textarea {
  width: 648px;
  margin-top: -234px;
  padding: 70px 70px 85px;
  border-radius: 10px;
  background: #FFF;
  position: relative;
  z-index: 1;
}

.about__ttl {
  font-family: "Noto Serif JP", serif;
  font-size: 36px;
  font-weight: 500;
}

.about__text {
  margin-top: 22px;
}

.about__btn {
  margin: 28px 0 0;
}

.about__bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.course {
  padding: 82px 0 370px;
  position: relative;
}
.course .inner {
  position: relative;
  z-index: 1;
}

.course_list {
  margin-top: 52px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 40px 0;
}

.course_item {
  width: 31.11%;
  border-radius: 10px;
  overflow: hidden;
  background: #FFF;
}
.course_item a {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.course_item_img img {
  width: 100%;
}

.course_item_name {
  height: 100%;
  padding: 20px 45px 20px 28px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.course_item_arrow {
  width: 20px;
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #4269BF;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.course_item_arrow::before {
  content: "";
  width: 7px;
  height: 7px;
  margin-right: 3px;
  display: block;
  border-top: 1px solid #FFF;
  border-right: 1px solid #FFF;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.course_item_arrow--english {
  background: #FF5963;
}

.course_item_arrow--japanese {
  background: #FFB129;
}

.course_item_arrow--socio {
  background: #C377DF;
}

.course_item_arrow--human {
  background: #0EB48E;
}

.course_item_arrow--child {
  background: #68D350;
}

.course_item_arrow--food {
  background: #00B3CD;
}

.course_item_arrow--international {
  background: #B7709F;
}

.course_item_arrow--information-design {
  background: #669BD1;
}

.course_item_arrow--graduate {
  background: #4B72F3;
}

.course_bg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.staff {
  margin-top: -265px;
  color: #FFF;
  position: relative;
  z-index: 1;
}
.staff .top-ttl span::before, .staff .top-ttl span::after {
  background: #FFF;
}

.staff-inner {
  max-width: 1260px;
  padding-top: 78px;
  padding-bottom: 83px;
  border-radius: 10px;
  background: #AAB8DA;
}

.staff__text {
  margin-top: 35px;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.4;
}

.staff-list {
  margin-top: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5px;
}

.staff__btn {
  margin: 70px auto 0;
}

.explore {
  margin-top: 136px;
  padding-bottom: 175px;
  position: relative;
}
.explore .inner {
  position: relative;
  z-index: 2;
}

.explore-list-big {
  margin-top: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.explore-list__item {
  max-width: 860px;
  width: 48.1%;
  background: #FFF;
  border-radius: 10px;
  overflow: hidden;
}

.explore-list__item-textarea {
  min-height: 100px;
  padding: 20px 45px 20px 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.5;
  position: relative;
}

.explore-list__item-text {
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0.03em;
}

.explore-list__item-arrow {
  width: 20px;
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #4269BF;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 19px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.explore-list__item-arrow::before {
  content: "";
  width: 7px;
  height: 7px;
  margin-right: 3px;
  display: block;
  border-top: 1px solid #FFF;
  border-right: 1px solid #FFF;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.explore-list__item02 {
  width: 48.65%;
}

.explore-list__item-img02 {
  width: 89.72%;
}

.explore-list__item-textarea02 {
  width: 65.25%;
  min-height: 100px;
  margin: -50px 0 0 auto;
  padding: 20px 45px 20px 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.5;
  position: relative;
  background: #FFF;
  border-radius: 10px;
}

.explore-list-scroll {
  margin-top: 40px;
}
.explore-list-scroll .explore-list__item {
  width: 31.11%;
}

.explore-list-scroll__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.explore-list02 {
  margin-top: 76px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.explore-list02.mt {
  margin-top: 100px;
}
.explore-list02 .explore-list__item {
  width: 48.65%;
  overflow: visible;
  border-radius: 0;
}
.explore-list02 .explore-list__item-img {
  width: 89.72%;
  border-radius: 10px;
  overflow: hidden;
}
.explore-list02 .explore-list__item-textarea {
  max-width: 400px;
  margin: -50px 0 0 auto;
  padding: 20px 45px 20px 28px;
  position: relative;
  z-index: 1;
  border-radius: 10px;
  overflow: hidden;
}

.explore__bg01 {
  position: absolute;
  top: 0;
  right: 0;
}

.explore__bg02 {
  position: absolute;
  bottom: 0;
  left: 0;
}

#top-slider .slick-slide {
  margin-right: 20px;
}

.admissions {
  margin-top: 180px;
  padding-bottom: 238px;
}

.admissions__btns {
  margin: 50px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.admissions__btn {
  width: 46.59%;
}
.admissions__btn a {
  padding: 60px 10px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  background: #FAFAFA;
  -webkit-box-shadow: 10px 10px 10px rgba(11, 11, 11, 0.1), -10px -10px 10px #FFFFFF;
          box-shadow: 10px 10px 10px rgba(11, 11, 11, 0.1), -10px -10px 10px #FFFFFF;
  border-radius: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 750px) {
  .admissions__btn a:hover {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

.admissions__icon-out {
  width: 20px;
  height: 20px;
  display: block;
  background: url(../../img/out_link.svg) no-repeat center/100% auto;
}

.admissions__icon-link {
  width: 20px;
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #4269BF;
  border-radius: 50%;
  pointer-events: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.admissions__icon-link::before {
  content: "";
  width: 7px;
  height: 7px;
  margin-right: 3px;
  display: block;
  border-top: 1px solid #FFF;
  border-right: 1px solid #FFF;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

/* -------------------pc END------------------------------- */
/* -------------------------------------------------- */
/* tablet向け */
/* --------------------------------------------------- */
/* ---------------------tablet END----------------------------- */
/* -------------------------------------------------- */
/* sp向け */
/* --------------------------------------------------- */
@media screen and (max-width: 750px) {
  .top-ttl {
    font-size: 24px;
    line-height: 1.41;
  }
  .top-ttl span {
    padding: 0 45px;
    display: inline-block;
    position: relative;
  }
  .top-ttl span::before, .top-ttl span::after {
    width: 30px;
  }
  .btn02 {
    width: 150px;
  }
  .btn02 a {
    padding: 5px 0;
    font-size: 14px;
  }
  .mv {
    height: 400px;
  }
  .mv__textarea {
    width: 68%;
    top: 20px;
    left: 24px;
  }
  .mv__photo-list {
    max-width: 86.93%;
    width: 100%;
    gap: 0 2px;
    bottom: -37px;
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .about {
    margin-top: 74px;
    padding: 0 0 46px;
  }
  .about__img {
    width: 100%;
    margin: 19px 0 0 auto;
  }
  .about__textarea {
    width: 100%;
    margin-top: -28px;
    padding: 29px 23px 43px;
    border-radius: 10px;
  }
  .about__ttl {
    font-size: 20px;
    line-height: 1.5;
  }
  .about__text {
    margin-top: 15px;
    font-size: 15px;
  }
  .about__btn {
    margin: 13px auto 0;
  }
  .about__bg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }
  .course {
    padding: 32px 0 109px;
  }
  .course_list {
    margin-top: 19px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px 0;
  }
  .course_item {
    width: 100%;
    border-radius: 10px;
  }
  .course_item:last-child {
    width: 100%;
  }
  .course_item:last-child .course_item_name {
    text-align: center;
  }
  .course_item_name {
    padding: 17px 35px 17px 16px;
    font-size: 15px;
    line-height: 1.73;
    text-align: left;
  }
  .course_item_arrow {
    width: 12px;
    height: 12px;
    right: 17px;
    -webkit-transition: 0s;
    transition: 0s;
  }
  .course_item_arrow::before {
    content: "";
    width: 5px;
    height: 5px;
    margin-right: 3px;
    -webkit-transition: 0s;
    transition: 0s;
  }
  .staff {
    margin: -77px 25px 0;
  }
  .staff-inner {
    max-width: 100%;
    padding: 39px 10px 57px;
  }
  .staff__text {
    margin-top: 19px;
    font-size: 20px;
  }
  .staff__btn {
    margin: 34px auto 0;
  }
  .explore {
    margin-top: 70px;
    padding-bottom: 50px;
  }
  .explore-list-big {
    margin-top: 26px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px 0;
  }
  .explore-list__item {
    width: 100%;
  }
  .explore-list__item-textarea {
    min-height: 80px;
    padding: 14px 45px 14px 15px;
    line-height: 1.73;
  }
  .explore-list__item-text {
    font-size: 15px;
    line-height: 1.73;
    letter-spacing: 0;
  }
  .explore-list__item-arrow {
    width: 12px;
    height: 12px;
    right: 15px;
    -webkit-transition: 0s;
    transition: 0s;
  }
  .explore-list__item-arrow::before {
    width: 5px;
    height: 5px;
    margin-right: 3px;
    -webkit-transition: 0s;
    transition: 0s;
  }
  .explore-list__item02 {
    width: 100%;
  }
  .explore-list__item-img02 {
    width: 85.63%;
    border-radius: 10px;
    overflow: hidden;
  }
  .explore-list__item-textarea02 {
    width: 88.69%;
    min-height: 80px;
    margin: -26px 0 0 auto;
    padding: 20px 45px 20px 28px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    line-height: 1.5;
    position: relative;
    background: #FFF;
    border-radius: 10px;
  }
  .explore-list-scroll {
    width: 100vw;
    margin: 20px calc(50% - 50vw) 0;
    overflow-x: scroll;
  }
  .explore-list-scroll .explore-list__item {
    width: 280px;
  }
  .explore-list-scroll__inner {
    width: 880px;
  }
  .explore-list02 {
    margin-top: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px 0;
  }
  .explore-list02.mt {
    margin-top: 50px;
  }
  .explore-list02 .explore-list__item {
    width: 48.65%;
    overflow: visible;
    border-radius: 0;
  }
  .explore-list02 .explore-list__item-img {
    width: 89.72%;
    border-radius: 10px;
    overflow: hidden;
  }
  .explore-list02 .explore-list__item-textarea {
    max-width: 400px;
    margin: -50px 0 0 auto;
    padding: 20px 45px 20px 28px;
    position: relative;
    z-index: 1;
    border-radius: 10px;
    overflow: hidden;
  }
  .explore__bg01 {
    position: absolute;
    top: 0;
    right: 0;
  }
  .explore__bg02 {
    position: absolute;
    bottom: 0;
    left: 0;
  }
  #top-slider .slick-slide {
    margin-right: 10px;
  }
  .admissions {
    margin-top: 50px;
    padding-bottom: 90px;
  }
  .admissions__btns {
    margin: 20px auto 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px 0;
  }
  .admissions__btn {
    width: 100%;
  }
  .admissions__btn a {
    padding: 30px 10px;
    font-size: 15px;
    line-height: 1.5;
    -webkit-transition: 0s;
    transition: 0s;
  }
  .admissions__icon-link {
    width: 12px;
    height: 12px;
    -webkit-transition: 0s;
    transition: 0s;
  }
  .admissions__icon-link::before {
    width: 5px;
    height: 5px;
    margin-right: 3px;
    -webkit-transition: 0s;
    transition: 0s;
  }
}
/* -------------------sp END------------------------------- */