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

トップページ

----------------------------------*/
.top {
  margin: 0;
  margin-bottom: 5em;
  padding-top: 140px;
  /**
  * 各セクションの見出し
  * - オレンジの英字[.soulder]
  * - 見出し[.label]
  * - 下に付く文[.tagline]
  */
  /**
  * 各セクションのコンテンツ部
  * - コンテンツ領域(1280px)、左右のスペース(各40px)の合計:1360px;
  */
  /**
  * 各セクションのフッター部
  * - コンテンツ領域(1280px)、左右のスペース(各40px)の合計:1360px;
  */
  /**
  * メインビジュアルセクション
  */
  /**
  * 「トピックス」セクション
  */
  /**
  * 「イベントカレンダー」セクション
  * - カレンダー自体はダミー画像（スタイル設定無し）
  */
  /**
  * 「入試案内」セクション
  */
  /**
  * 「学部・学科」セクション
  */
  /**
  * 「KAITの魅力、もっと紹介！」セクション
  * - 見出しのみ
  */
  /**
  * 「数字・データで見る就職のKAIT」セクション
  */
  /**
  * 「学生VOICE」セクション
  */
  /**
  * 「卒業生に聞くKAITで学んでよかった！」セクション
  */
  /**
  * 「\ まだまだ他にも！/」セクション
  */
  /**
  * 「デジタル パンフレット」セクション
  */
  /**
  * アクセス情報セクション
  */
  /**
  * 下部バナーセクション
  */
  /**
  * Swiper のカスタマイズ
  */
  /**** swiper-pagination ****/
  /**** swiper-button ****/
}
@media (max-width: 767px) {
  .top {
    padding-top: 70px;
    margin-bottom: 0;
  }
}
@media (min-width: 375px) and (max-width: 767px) {
  .top {
    margin-bottom: calc(1.0204081633 * (100vw - 375px));
  }
}
.top .section {
  position: relative;
  margin-bottom: 110px;
  z-index: 1;
}
@media (max-width: 767px) {
  .top .section {
    margin-bottom: 2em;
  }
}
.top .background {
  position: relative;
  z-index: 0;
}
.top .background .image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.top .background img {
  width: 100%;
}
.top .horizontal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}
.top .horizontal > * {
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
}
.top .slides {
  overflow: hidden;
}
.top .section_head {
  margin-bottom: 70px;
  text-align: center;
}
@media (max-width: 767px) {
  .top .section_head {
    margin-bottom: 1em;
  }
}
.top .section_head.style_sub .label {
  margin-bottom: 2em;
  font-weight: 500;
  font-size: 4rem;
}
@media (max-width: 767px) {
  .top .section_head.style_sub .label {
    margin-bottom: 1em;
    font-size: 1.9rem;
  }
}
.top .section_head.style_sub .label::after {
  content: "";
  display: block;
  width: 100px;
  height: 5px;
  margin: 0 auto;
  margin-top: 14px;
  background-color: #ea7100;
  border-radius: 100vmax;
}
@media (max-width: 767px) {
  .top .section_head.style_sub .label::after {
    width: 50px;
    height: 3px;
    margin-top: 3px;
  }
}
.top .section_head .shoulder {
  font-weight: normal;
  font-size: 2.4rem;
  color: #ea7100;
  opacity: 0.5;
}
@media (max-width: 767px) {
  .top .section_head .shoulder {
    font-size: 1rem;
  }
}
.top .section_head .label {
  font-weight: bold;
  font-size: 6rem;
  margin-top: -15px;
}
@media (max-width: 767px) {
  .top .section_head .label {
    font-size: 3rem;
    margin-top: -5px;
  }
}
.top .section_head .tagline {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.4;
  font-weight: 500;
  font-size: 2.6rem;
}
@media (max-width: 767px) {
  .top .section_head .tagline {
    font-size: 1.5rem;
    position: relative;
    top: -5px;
  }
}
.top .section_head .tagline .prefix {
  padding-right: 1em;
}
.top .section_head .tagline .suffix {
  padding-left: 1em;
}
.top .section_body {
  width: 100%;
  max-width: 1360px;
  margin: 0 auto;
  padding: 0 40px;
}
@media (max-width: 767px) {
  .top .section_body {
    padding: 0 20px;
  }
}
.top .section_foot {
  width: 100%;
  max-width: 1360px;
  margin: 0 auto;
  margin-top: 3em;
  padding: 0 40px;
  text-align: center;
}
@media (max-width: 767px) {
  .top .section_foot {
    margin-top: 1.5em;
  }
}
.top .mv_section {
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .top .mv_section {
    aspect-ratio: 1/2.6;
  }
}
.top .mv_section .inner {
  position: relative;
}
.top .mv_section .behind {
  position: absolute;
  width: 100%;
  padding-right: 120px;
}
@media (max-width: 767px) {
  .top .mv_section .behind {
    position: relative;
    padding-right: 20px;
  }
}
.top .mv_section .behind .slides_mv {
  border-radius: 0 150px 0 0;
  overflow: hidden;
}
@media screen and (max-width: 960px) {
  .top .mv_section .behind .slides_mv {
    border-radius: 0 50px 0 0;
  }
}
@media (max-width: 767px) {
  .top .mv_section .behind .slides_mv {
    border-radius: 0 75px 0 0;
  }
}
.top .mv_section .behind .slides_mv img {
  border-radius: 0;
}
.top .mv_section .background {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
  pointer-events: none;
}
.top .mv_section .spacer {
  padding-bottom: 36.5%;
  pointer-events: none;
}
@media (max-width: 767px) {
  .top .mv_section .spacer {
    display: none;
  }
}
.top .mv_section .navigation_mv {
  position: relative;
  z-index: 2;
}
.top .mv_section .navigation_mv .swiper-navigation {
  position: absolute;
  top: -14px;
  right: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 44%;
}
@media (max-width: 767px) {
  .top .mv_section .navigation_mv .swiper-navigation {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-right: 15px;
  }
}
.top .mv_section .section_body {
  position: relative;
  z-index: 1;
  margin-top: -14px;
}
@media (max-width: 767px) {
  .top .mv_section .section_body {
    margin-top: 25px;
  }
}
.top .mv_section .news {
  display: inline-block;
  padding: 10px 40px;
  background-color: #ffffff;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
}
@media (min-width: 768px) {
  .top .mv_section .news {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .top .mv_section .news {
    /**
    * スライドナビゲーションとの重なりを防ぐ
    * - 画面幅1023pxの時マージンは0px、768pxの時に60px
    */
    margin-top: calc((1023px - 100vw) / 255 * 60);
  }
}
@media (max-width: 767px) {
  .top .mv_section .news {
    padding: 9px 20px;
    border-radius: 0 5px 5px 0;
    margin-left: -20px;
    font-size: 1.1rem;
    line-height: 1.4;
  }
}
.top .mv_section .news .head {
  font-size: 2rem;
  color: #ea7100;
  font-weight: 500;
}
@media (min-width: 768px) {
  .top .mv_section .news .head {
    margin-right: 4px;
    white-space: nowrap;
  }
}
@media (max-width: 767px) {
  .top .mv_section .news .head {
    display: block;
    font-size: 1.2rem;
  }
}
.top .mv_section .news .label {
  font-size: 1.6rem;
}
@media (max-width: 767px) {
  .top .mv_section .news .label {
    font-size: 1.1rem;
  }
}
.top .mv_section .news .icon {
  margin-left: 0.2em;
  vertical-align: text-bottom;
  line-height: 1;
  display: inline-block;
}
@media (max-width: 767px) {
  .top .mv_section .news .icon img {
    width: 13px;
  }
}
.top .mv_section .banner_large {
  margin-top: 50px;
}
.top .mv_section .banner_large img {
  border-radius: 0.5208333333vw;
}
@media (max-width: 767px) {
  .top .mv_section .banner_large img {
    border-radius: 1.3333333333vw;
  }
}
@media (max-width: 767px) {
  .top .mv_section .banner_large {
    margin-top: 25px;
  }
}
.top .mv_section .slides_banner {
  margin: 30px 0;
}
@media (max-width: 767px) {
  .top .mv_section .slides_banner {
    margin: 15px 0;
  }
}
.top .mv_section .slides_banner .swiper-navigation {
  margin-top: 20px;
}
.top .topics_section {
  margin-top: 0;
}
@media (min-width: 1300px) {
  .top .topics_section {
    margin-top: calc((112vw - 1300px) / 2);
  }
}
@media (max-width: 767px) {
  .top .topics_section {
    margin-top: unset;
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .top .topics_section .section_head {
    margin-bottom: 0.5em;
  }
}
.top .topics_section .slides {
  padding: 0 20px;
}
@media (max-width: 767px) {
  .top .topics_section .slides {
    padding: 0 40px;
  }
}
.top .topics_section .slides.no-swiper .swiper-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  gap: 40px;
  width: 100%;
}
.top .topics_section .slides.no-swiper .swiper-wrapper .swiper-slide {
  width: 100%;
  max-width: 595px;
  margin-right: 0;
  -webkit-flex-shrink: initial;
      -ms-flex-negative: initial;
          flex-shrink: initial;
}
.top .topics_section .slides.no-swiper > .swiper-navigation {
  display: none;
}
.top .topics_section .swiper-slide a {
  display: block;
}
.top .topics_section .swiper-slide .cover {
  overflow: hidden;
}
.top .topics_section .swiper-slide .cover img {
  border-radius: 1.0416666667vw;
}
@media (max-width: 767px) {
  .top .topics_section .swiper-slide .cover img {
    border-radius: 2.6666666667vw;
  }
}
.top .topics_section .swiper-slide .info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.5em;
     -moz-column-gap: 0.5em;
          column-gap: 0.5em;
  margin: 0.4em 0;
}
.top .topics_section .swiper-slide .info .cat {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.3em;
     -moz-column-gap: 0.3em;
          column-gap: 0.3em;
  line-height: 1;
}
.top .topics_section .swiper-slide .info .cat li > * {
  display: inline-block;
  padding: 0.2em 1em;
  border-width: 1px;
  border-style: solid;
  border-radius: 100vmax;
  font-weight: normal;
  font-size: 1.6rem;
}
@media (max-width: 767px) {
  .top .topics_section .swiper-slide .info .cat li > * {
    font-size: 1.2rem;
  }
}
.top .topics_section .swiper-slide .date {
  margin: 0.5em 0;
  line-height: 1;
  font-size: 2rem;
}
@media (max-width: 767px) {
  .top .topics_section .swiper-slide .date {
    font-size: 1.6rem;
  }
}
.top .topics_section .swiper-slide .body {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .top .topics_section .swiper-slide .body {
    font-size: 1.6rem;
  }
}
.top .topics_section .swiper-slide .body img {
  vertical-align: baseline;
  margin-left: 7px;
  border-radius: 0;
}
@media (max-width: 767px) {
  .top .topics_section .swiper-slide .body img {
    margin-left: 4px;
  }
}
.top .topics_section .swiper-slide .body .icon_pdf {
  width: 19px;
}
@media (max-width: 767px) {
  .top .topics_section .swiper-slide .body .icon_pdf {
    width: 15px;
  }
}
.top .topics_section .swiper-slide .body .icon_blank {
  width: 13px;
}
@media (max-width: 767px) {
  .top .topics_section .swiper-slide .body .icon_blank {
    width: 10px;
  }
}
.top .topics_section .swiper-navigation {
  margin-top: 2em;
}
@media (max-width: 767px) {
  .top .topics_section .swiper-navigation {
    margin-top: 0.6em;
  }
}
.top .topics_section .swiper-pagination-bullet {
  border-color: #ea7100;
}
.top .topics_section .swiper-pagination-bullet-active {
  background-color: #ea7100;
}
.top .topics_section .swiper-button-prev::after, .top .topics_section .swiper-button-next::after {
  border-color: #ea7100;
}
.top .background_calendar .image {
  -webkit-transform: translateY(-43%);
          transform: translateY(-43%);
}
@media (max-width: 767px) {
  .top .background_calendar .image {
    -webkit-transform: translateY(-52%);
            transform: translateY(-52%);
  }
}
@media (max-width: 767px) {
  .top .section_calendar {
    margin-bottom: 85px;
  }
}
.top .section_calendar .section_head {
  margin-bottom: 25px;
}
.top .section_calendar .section_body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-column-gap: 46px;
     -moz-column-gap: 46px;
          column-gap: 46px;
}
@media (max-width: 767px) {
  .top .section_calendar .section_body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 20px;
  }
}
@media (min-width: 768px) {
  .top .section_calendar .grid {
    width: 49.5%;
  }
}
.top .section_calendar .events {
  padding-top: 45px;
}
@media (min-width: 768px) {
  .top .section_calendar .events {
    width: 46.8%;
  }
}
@media (max-width: 767px) {
  .top .section_calendar .events {
    padding-top: 1em;
  }
}
.top .section_calendar .events .head {
  padding-bottom: 7px;
  border-bottom: 2px solid #ea7100;
  font-size: 2.6rem;
}
@media (max-width: 767px) {
  .top .section_calendar .events .head {
    padding-bottom: 3px;
    font-size: 1.8rem;
  }
}
.top .section_calendar .events .head small {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .top .section_calendar .events .head small {
    font-size: 1.4rem;
  }
}
.top .section_calendar .events .list {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .top .section_calendar .events .list {
    margin-bottom: 25px;
  }
}
.top .section_calendar .events .list .item {
  border-bottom: 2px dotted rgba(51, 51, 51, 0.5);
  position: relative;
}
.top .section_calendar .events .list .item::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 15px;
  height: 22px;
  margin: auto;
  background-image: url(../img/common/icon_button_arrow.svg);
  background-size: cover;
}
@media (max-width: 767px) {
  .top .section_calendar .events .list .item::after {
    width: 7px;
    height: 11px;
  }
}
.top .section_calendar .events .list .item > * {
  padding: 30px 20px 30px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
}
@media (max-width: 767px) {
  .top .section_calendar .events .list .item > * {
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
    padding: 15px 10px 15px 0;
  }
}
.top .section_calendar .events .list .item_cover {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  max-width: 176px;
  width: 31%;
}
@media (max-width: 767px) {
  .top .section_calendar .events .list .item_cover {
    max-width: 80px;
    width: auto;
  }
}
.top .section_calendar .events .list .item_detail {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: grid;
  grid-template-columns: 1fr 3fr;
  width: 69%;
}
@media (max-width: 767px) {
  .top .section_calendar .events .list .item_detail {
    width: auto;
  }
}
.top .section_calendar .events .list .item_detail.notime {
  display: block;
}
.top .section_calendar .events .list .cover {
  overflow: hidden;
}
.top .section_calendar .events .list .cover img {
  border-radius: 0.5208333333vw;
}
@media (max-width: 767px) {
  .top .section_calendar .events .list .cover img {
    border-radius: 1.3333333333vw;
  }
}
.top .section_calendar .events .list .time {
  grid-column: 1;
  grid-row: 2;
  white-space: nowrap;
  padding-right: 1em;
  font-size: 2.4rem;
}
@media (max-width: 767px) {
  .top .section_calendar .events .list .time {
    grid-column: 1;
    grid-row: 1;
    padding-right: 0.5em;
    font-size: 1.4rem;
  }
}
.top .section_calendar .events .list .event {
  grid-column: 2;
  grid-row: 2;
  font-size: 2.4rem;
}
@media (max-width: 767px) {
  .top .section_calendar .events .list .event {
    grid-column: 1/3;
    grid-row: 2;
    font-size: 1.6rem;
  }
}
.top .section_calendar .events .list .cat {
  grid-column: 1/3;
  grid-row: 1;
  line-height: 1.2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 5px;
  margin-bottom: 7px;
}
@media (max-width: 767px) {
  .top .section_calendar .events .list .cat {
    grid-column: 2;
    grid-row: 1;
    margin-bottom: 0;
  }
}
.top .section_calendar .events .list .cat > * {
  display: inline-block;
  padding: 4px 13px 5px;
  border-style: solid;
  border-width: 1px;
  border-radius: 100vmax;
  line-height: 1;
  font-size: 2rem;
}
@media (max-width: 767px) {
  .top .section_calendar .events .list .cat > * {
    padding: 3px 7px;
    font-size: 1.4rem;
  }
}
.top .background_exam .image {
  -webkit-transform: translateY(-12%);
          transform: translateY(-12%);
}
@media (max-width: 767px) {
  .top .background_exam .image {
    -webkit-transform: translateY(-3%);
            transform: translateY(-3%);
  }
}
.top .section_exam {
  aspect-ratio: 1/0.6;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}
@media (max-width: 767px) {
  .top .section_exam {
    aspect-ratio: 1/1.5;
    margin-bottom: 0;
  }
}
.top .section_exam .inner {
  position: relative;
  width: 100%;
  margin-top: 40px;
}
@media (max-width: 767px) {
  .top .section_exam .inner {
    margin-top: -60px;
  }
}
.top .section_exam .section_head {
  width: 100%;
  margin-bottom: 22px;
}
@media (max-width: 767px) {
  .top .section_exam .section_head {
    position: absolute;
    top: 30px;
    z-index: 1;
  }
}
.top .section_exam .section_head .label {
  line-height: 1;
  font-weight: 500;
  font-size: 5rem;
  color: #444444;
}
@media (max-width: 767px) {
  .top .section_exam .section_head .label {
    font-size: 2.4rem;
  }
}
.top .section_exam .section_body {
  position: relative;
  max-width: 1640px;
  padding: 0;
}
.top .section_exam .section_foot {
  margin-top: -30px;
}
@media (max-width: 767px) {
  .top .section_exam .section_foot {
    margin-top: 30px;
  }
}
.top .section_faculty {
  position: relative;
  padding-top: 50px;
  margin-bottom: 440px;
}
@media (max-width: 767px) {
  .top .section_faculty {
    padding-top: 0;
    margin-top: -35px;
    margin-bottom: 150px;
  }
}
.top .section_faculty .background {
  position: absolute;
  width: 100%;
  height: 100%;
}
.top .section_faculty .background .image {
  top: 50%;
  -webkit-transform: translateY(-35%);
          transform: translateY(-35%);
}
@media (max-width: 767px) {
  .top .section_faculty .background .image {
    top: unset;
    bottom: 0;
    -webkit-transform: translateY(1%);
            transform: translateY(1%);
  }
}
.top .section_faculty .section_head {
  margin-bottom: 3em;
}
@media (max-width: 767px) {
  .top .section_faculty .section_head {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .top .section_faculty .section_body {
    position: relative;
  }
}
.top .section_faculty .section_foot {
  margin-top: 100px;
}
@media (max-width: 767px) {
  .top .section_faculty .section_foot {
    margin-top: 2.5em;
  }
}
.top .section_faculty .undergrad {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 2.5em;
     -moz-column-gap: 2.5em;
          column-gap: 2.5em;
  margin-bottom: 5em;
}
.top .section_faculty .undergrad .head {
  -webkit-flex-basis: 54%;
      -ms-flex-preferred-size: 54%;
          flex-basis: 54%;
  max-width: 1670px;
}
.top .section_faculty .undergrad .body {
  -webkit-flex-basis: 46%;
      -ms-flex-preferred-size: 46%;
          flex-basis: 46%;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.top .section_faculty .list {
  border-top: 2px dotted rgba(51, 51, 51, 0.5);
  font-size: 2.6rem;
}
@media (max-width: 767px) {
  .top .section_faculty .list {
    margin-top: 0.5em;
    border-top: none;
  }
}
.top .section_faculty .list > * {
  border-bottom: 2px dotted rgba(51, 51, 51, 0.5);
}
.top .section_faculty .list a {
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 26px 0;
  padding-right: 1em;
  font-weight: 500;
}
@media (max-width: 767px) {
  .top .section_faculty .list a {
    font-size: 1.5rem;
    padding: 10px 0;
    padding-right: 1em;
  }
}
.top .section_faculty .list a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 2px;
  width: 15px;
  height: 22px;
  margin: auto;
}
@media (max-width: 767px) {
  .top .section_faculty .list a::after {
    right: 1px;
    width: 7px;
    height: 11px;
  }
}
.top .section_faculty .style_engineering .list a::after {
  background-image: url(../img/common/icon_arrow_blue.svg);
  background-size: cover;
}
.top .section_faculty .style_infoscience .list a::after {
  background-image: url(../img/common/icon_arrow_orange.svg);
  background-size: cover;
}
.top .section_faculty .style_health .list a::after {
  background-image: url(../img/common/icon_arrow_pink.svg);
  background-size: cover;
}
@media (max-width: 767px) {
  .top .section_faculty .undergrad {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 2.5em;
  }
}
@media (max-width: 767px) {
  .top .section_faculty .list a::after {
    border-width: 2px;
  }
}
.top .appeal_background .image {
  -webkit-transform: translateY(-120%);
          transform: translateY(-120%);
}
@media (max-width: 767px) {
  .top .appeal_background .image {
    -webkit-transform: translateY(-110%);
            transform: translateY(-110%);
  }
}
.top .appeal_section {
  padding-top: 18px;
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  .top .appeal_section {
    margin-bottom: 40px;
  }
}
.top .appeal_section .section_head .label {
  color: #ea7100;
}
@media (max-width: 767px) {
  .top .appeal_section .section_head .label {
    font-size: 2.8rem;
  }
}
@media (max-width: 767px) {
  .top .appeal_section .section_head .tagline {
    top: 0;
  }
}
@media (max-width: 767px) {
  .top .employ_section {
    margin-bottom: 50px;
  }
}
.top .employ_section .section_body {
  margin-top: -22px;
  margin-bottom: 60px;
  text-align: center;
}
@media (max-width: 767px) {
  .top .employ_section .section_body {
    margin-top: 0;
    margin-bottom: 20px;
  }
}
.top .employ_section .section_body .head {
  margin-bottom: 20px;
  font-size: 2.6rem;
  color: #ea7100;
  font-weight: 500;
}
@media (max-width: 767px) {
  .top .employ_section .section_body .head {
    font-size: 1.5rem;
    margin-bottom: 10px;
  }
}
.top .employ_section .section_body .charts {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 50px;
     -moz-column-gap: 50px;
          column-gap: 50px;
}
@media (max-width: 767px) {
  .top .employ_section .section_body .charts {
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
  }
}
.top .employ_section .section_body .charts figcaption {
  margin-top: 20px;
  line-height: 1.4;
  font-size: 2.4rem;
}
@media (max-width: 767px) {
  .top .employ_section .section_body .charts figcaption {
    font-size: 1.3rem;
    margin-top: 10px;
  }
}
.top .voice_background .image {
  -webkit-transform: translateY(-21%);
          transform: translateY(-21%);
}
@media (max-width: 767px) {
  .top .voice_section {
    margin-bottom: 50px;
  }
}
.top .voice_section .section_head .label {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .top .voice_section .section_head .label {
    margin-bottom: 20px;
  }
}
.top .voice_section .section_body {
  text-align: center;
  max-width: 1080px;
}
.top .voice_section .section_body a img {
  border-radius: 1.5625vw;
}
.top .voice_section .section_foot {
  margin-top: 70px;
}
@media (max-width: 767px) {
  .top .voice_section .section_foot {
    margin-top: 20px;
  }
}
.top .graduate_section .section_body {
  text-align: center;
  max-width: 1080px;
}
.top .graduate_section .section_foot {
  margin-top: 70px;
}
@media (max-width: 767px) {
  .top .graduate_section .section_foot {
    margin-top: 20px;
  }
}
.top .more_section {
  margin-bottom: 300px;
}
@media (max-width: 767px) {
  .top .more_section {
    margin-bottom: 160px;
  }
}
.top .more_section .section_head {
  margin-bottom: 0.5em;
}
.top .more_section .section_head .label {
  font-weight: 500;
  font-size: 4rem;
}
@media (max-width: 767px) {
  .top .more_section .section_head .label {
    font-size: 1.6rem;
  }
}
.top .more_section .section_foot {
  margin-top: 0;
}
.top .more_section .section_foot .c-link_button {
  max-width: 700px;
}
.top .present_background .image {
  -webkit-transform: translateY(-70%);
          transform: translateY(-70%);
}
@media (max-width: 767px) {
  .top .present_background .image {
    -webkit-transform: translateY(-90%);
            transform: translateY(-90%);
  }
}
.top .present_section {
  margin-bottom: 120px;
}
@media (max-width: 767px) {
  .top .present_section {
    margin-bottom: 40px;
  }
}
@media (min-width: 768px) {
  .top .present_section .slides {
    padding-top: 10px;
  }
}
.top .present_section .section_head {
  margin-bottom: 35px;
}
@media (max-width: 767px) {
  .top .present_section .section_head {
    margin-bottom: 15px;
  }
}
.top .present_section .section_body {
  margin-top: 0;
  text-align: center;
  max-width: 940px;
}
.top .present_section .section_body figure a {
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  display: block;
}
@media (min-width: 768px) {
  .top .present_section .section_body figure a:hover {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}
.top .present_section .section_body figure a img {
  border-radius: 0;
}
.top .present_section .section_body figure a figcaption {
  margin-top: 0.5em;
  line-height: 1.4;
  font-size: 2.6rem;
  font-weight: 500;
}
@media (max-width: 767px) {
  .top .present_section .section_body figure a figcaption {
    font-size: 1.3rem;
  }
}
.top .present_section .swiper-navigation {
  margin-top: 50px;
}
@media (max-width: 767px) {
  .top .present_section .swiper-navigation {
    margin-top: 10px;
  }
}
.top .present_section .swiper-pagination-bullet {
  border-color: #ea7100;
}
.top .present_section .swiper-pagination-bullet-active {
  background-color: #ea7100;
}
.top .present_section .swiper-button-prev::after, .top .present_section .swiper-button-next::after {
  border-color: #ea7100;
}
.top .access_background .image {
  max-height: 1600px;
  -webkit-transform: translateY(-26%);
          transform: translateY(-26%);
}
@media (max-width: 767px) {
  .top .access_background .image {
    -webkit-transform: translateY(-15%);
            transform: translateY(-15%);
  }
}
.top .access_section .horizontal {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 2em;
     -moz-column-gap: 2em;
          column-gap: 2em;
}
@media (max-width: 767px) {
  .top .access_section .horizontal {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.top .access_section .map {
  -webkit-flex-basis: 60%;
      -ms-flex-preferred-size: 60%;
          flex-basis: 60%;
  overflow: hidden;
  width: 100%;
  max-width: 740px;
  border-radius: 30px;
}
@media (max-width: 767px) {
  .top .access_section .map {
    border-radius: 15px;
  }
}
.top .access_section .info {
  -webkit-flex-basis: 40%;
      -ms-flex-preferred-size: 40%;
          flex-basis: 40%;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: center;
}
@media (max-width: 767px) {
  .top .access_section .info {
    margin-top: 1.5em;
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  .top .access_section .info .logo {
    padding: 0 20px;
  }
}
.top .access_section .info .icon {
  margin-right: 20px;
}
@media (max-width: 767px) {
  .top .access_section .info .icon {
    width: 15px;
    margin-right: 15px;
  }
}
.top .access_section .googlemap {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 54%;
}
@media (max-width: 767px) {
  .top .access_section .googlemap {
    padding-top: 75%;
  }
}
.top .access_section .googlemap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.top .access_section .logo {
  margin: 0 auto 1em;
  max-width: 400px;
}
.top .access_section .address {
  margin-bottom: 2em;
}
@media (max-width: 767px) {
  .top .access_section .address {
    margin-bottom: 1em;
  }
}
@media (max-width: 900px) and (min-width: 768px) {
  .top .access_section .button .label {
    padding-right: 40px;
  }
}
.top .footbanner_section .banners {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 1em;
     -moz-column-gap: 1em;
          column-gap: 1em;
  width: 100%;
}
.top .footbanner_section .banners > * {
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
}
.top .footbanner_section .banners img {
  width: 100%;
}
.top .swiper-navigation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.top .swiper-slide img {
  height: auto;
  width: 100%;
  border-radius: 0.5208333333vw;
}
@media (max-width: 767px) {
  .top .swiper-slide img {
    border-radius: 1.3333333333vw;
  }
}
.top .swiper-pagination {
  position: unset;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.top .swiper-horizontal > .swiper-pagination-bullets {
  width: unset;
}
.top .swiper-pagination-bullets.swiper-pagination-horizontal {
  width: unset;
}
.top .swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet {
  margin: 0 20px;
}
.top .swiper-pagination-custom {
  width: unset;
}
.top .swiper-pagination-fraction {
  width: unset;
}
@media (max-width: 767px) {
  .top .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 8px;
  }
}
.top .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  background-color: transparent;
  border: 1px solid #333333;
  opacity: 1;
}
@media (max-width: 767px) {
  .top .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }
}
.top .swiper-pagination-bullet-active {
  background-color: rgba(255, 255, 255, 0.5019607843);
}
.top .swiper-button-next, .top .swiper-button-prev {
  position: unset;
  margin: 0 10px;
  margin-top: unset;
  cursor: pointer;
}
@media (max-width: 767px) {
  .top .swiper-button-next, .top .swiper-button-prev {
    margin: 0;
  }
}
.top .swiper-button-next::after, .top .swiper-button-prev::after {
  content: "";
  position: unset;
  margin-top: unset;
  width: 14px;
  height: 14px;
  border: 3px solid #444444;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  cursor: pointer;
}
@media (max-width: 767px) {
  .top .swiper-button-next::after, .top .swiper-button-prev::after {
    width: 10px;
    height: 10px;
    border-width: 2px;
  }
}
.top .swiper-button-next {
  border-bottom: none;
  border-left: none;
}
.top .swiper-button-next::after {
  border-bottom: none;
  border-left: none;
}
.top .swiper-button-prev {
  border-top: none;
  border-right: none;
}
.top .swiper-button-prev::after {
  border-top: none;
  border-right: none;
}