/* 1. KV */
.home__kv {
  color: #fff;
  background: #000;
  position: relative;
  width: 100%;
  height: 670px;
}
@media (max-width: 959.9px) {
  .home__kv {
    height: 550px;
  }
}
.home__kv .swiper {
  width: 100%;
  height: 100%;
}
.home__kv .swiper-pagination {
  position: absolute;
  bottom: 30px;
  left: 30px;
  text-align: left;
}
@media (max-width: 959.9px) {
  .home__kv .swiper-pagination {
    text-align: right;
    left: auto;
    right: 30px;
  }
}
.home__kv .swiper-pagination .swiper-pagination-bullet {
  width: 30px;
  height: 5px;
  background-color: #686A6E;
  border-radius: 0%;
  margin: 0 6px;
  opacity: 1;
  cursor: pointer;
}
.home__kv .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #23A5BB;
}
.home__kv .swiper-slide {
  padding-top: 80px;
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: cover;
  box-sizing: border-box;
}
@media (max-width: 959.9px) {
  .home__kv .swiper-slide {
    display: flex;
    flex-direction: row-reverse;
    background-position: left bottom;
  }
}
.home__kv-title {
  font-size: 45px;
  font-weight: 500;
  margin-top: 80px;
  margin-left: 130px;
  line-height: 1.33;
}
@media (max-width: 959.9px) {
  .home__kv-title {
    font-size: 27px;
    text-orientation: upright;
    writing-mode: vertical-rl;
    margin: 40px 30px 0 0;
  }
}
.home__kv-description {
  font-size: 18px;
  margin-top: 50px;
  margin-left: 130px;
  line-height: 1.77;
}
@media (max-width: 959.9px) {
  .home__kv-description {
    font-size: 13px;
    text-orientation: upright;
    writing-mode: vertical-rl;
    margin: 40px 10px 0 0;
  }
}

/* 2. Important Notice */
.home__important-notice {
  background: #EDF1F5;
  padding: 50px 10px;
}
@media (max-width: 959.9px) {
  .home__important-notice {
    padding: 15px;
  }
}
.home__important-notice-inner {
  max-width: 1180px;
  padding: 45px 30px;
  margin: 0 auto;
  border: solid 3px #FF0101;
  background-color: #fff;
}
@media (min-width: 960px) {
  .home__important-notice-inner {
    padding: 70px 60px;
    display: flex;
    justify-content: space-between;
  }
}
.home__important-notice-inner {
  box-sizing: border-box;
}
.home__important-notice-title {
  font-size: 20px;
  font-weight: 500;
}
.home__important-notice-title h2 {
  border-bottom: solid 3px #CF3535;
  display: inline;
}
@media (max-width: 959.9px) {
  .home__important-notice-title {
    font-size: 17px;
    text-align: center;
    margin-bottom: 30px;
  }
}
@media (min-width: 960px) {
  .home__important-notice-contents {
    width: calc(100% - 250px);
  }
}
.home__important-notice-content h3 {
  font-size: 20px;
  font-weight: 500;
  color: #CF3535;
  margin-bottom: 20px;
}
@media (max-width: 959.9px) {
  .home__important-notice-content h3 {
    font-size: 16px;
  }
}
.home__important-notice-content p {
  font-size: 16px;
  line-height: 2;
}
@media (max-width: 959.9px) {
  .home__important-notice-content p {
    font-size: 14px;
  }
}
.home__important-notice-content-sub {
  background: #FFF5F5;
  padding: 30px;
  margin-top: 30px;
}
@media (max-width: 959.9px) {
  .home__important-notice-content-sub {
    padding: 25px 20px;
  }
}
.home__important-notice-content-sub h3 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 20px;
}
@media (max-width: 959.9px) {
  .home__important-notice-content-sub h3 {
    font-size: 16px;
  }
}
.home__important-notice-content-sub p {
  font-size: 16px;
  line-height: 2;
}
@media (max-width: 959.9px) {
  .home__important-notice-content-sub p {
    font-size: 14px;
  }
}

/* 3. NEWS */
.home__news {
  padding: 80px 10px;
}
.home__news-inner {
  max-width: 1180px;
  margin: 0 auto;
  box-sizing: border-box;
}
@media (min-width: 960px) {
  .home__news-inner {
    display: flex;
    justify-content: space-between;
  }
}
.home__news-header {
  width: 300px;
  font-family: "Zalando Sans Expanded", sans-serif;
}
@media (max-width: 959.9px) {
  .home__news-header {
    width: 100%;
    margin-bottom: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.home__news-title {
  font-size: 45px;
  margin-bottom: 20px;
}
@media (max-width: 959.9px) {
  .home__news-title {
    font-size: 25px;
    margin-bottom: 0;
  }
}
.home__news-link {
  font-size: 16px;
  color: #111;
}
@media (max-width: 959.9px) {
  .home__news-link {
    font-size: 14px;
  }
}
@media (min-width: 960px) {
  .home__news-list {
    width: calc(100% - 300px);
  }
}
.home__news-list {
  border-bottom: solid 1px #CFD5DE;
}
.home__news-list li {
  border-top: solid 1px #CFD5DE;
  padding: 20px 10px;
}
.home__news-list li time {
  color: #111;
  font-family: "Barlow", sans-serif;
  font-weight: 500;
  font-style: normal;
}
@media (min-width: 960px) {
  .home__news-list a:hover {
    opacity: 0.5;
  }
}
.home__news-cat {
  font-size: 13px;
  border-radius: 99px;
  color: #004a98;
  background-color: #EEF1F4;
  width: 90px;
  display: inline-block;
  text-align: center;
  padding: 3px 0;
  margin: 0 10px;
}
@media (max-width: 959.9px) {
  .home__news-cat {
    font-size: 11px;
    width: 75px;
  }
}
.home__news-text {
  color: #111;
  display: inline-block;
  text-decoration: underline;
  text-underline-offset: 3px;
}
@media (max-width: 959.9px) {
  .home__news-text {
    margin-top: 3px;
    display: block;
  }
}

/* 4. content area common */
.home__content {
  background-color: #EDF1F5;
  padding: 80px 10px;
}
@media (max-width: 959.9px) {
  .home__content {
    padding: 60px 30px;
  }
}
.home__content-inner {
  max-width: 1180px;
  margin: 0 auto;
  box-sizing: border-box;
}
.home__content-label {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 20px;
}
@media (max-width: 959.9px) {
  .home__content-label {
    font-size: 15px;
    margin-bottom: 10px;
  }
}
.home__content-label span {
  color: #004a98;
  font-size: 35px;
  font-weight: 300;
}
@media (max-width: 959.9px) {
  .home__content-label span {
    font-size: 25px;
  }
}
.home__content-title {
  font-size: 65px;
  margin-bottom: 20px;
  font-family: "Zalando Sans Expanded", sans-serif;
}
@media (max-width: 959.9px) {
  .home__content-title {
    font-size: 43px;
  }
}
.home__content-lead {
  font-size: 20px;
  line-height: 1.8;
  font-weight: 500;
  margin-bottom: 40px;
}
@media (max-width: 959.9px) {
  .home__content-lead {
    font-size: 16px;
    margin-bottom: 25px;
  }
}
.home__content-text {
  line-height: 2;
}
.home__content-curriculum {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
@media (max-width: 959.9px) {
  .home__content-curriculum {
    gap: 10px;
  }
}
.home__content-curriculum li {
  font-size: 16px;
  font-weight: 500;
  color: #111;
  background: #fff;
  text-align: center;
  height: 70px;
  width: calc((100% - 16px) / 3);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
}
@media (max-width: 959.9px) {
  .home__content-curriculum li {
    font-size: 14px;
    width: calc(50% - 5px);
  }
}
@media (max-width: 959.9px) {
  .home__content-curriculum--1 {
    justify-content: center;
  }
}
@media (max-width: 959.9px) {
  .home__content-curriculum--center {
    justify-content: center;
  }
}
.home__content-link {
  display: inline-block;
  margin: 30px auto;
  font-size: 16px;
  color: #fff;
  background-color: #004a98;
  padding: 0 75px 0 20px;
  height: 80px;
  line-height: 80px;
  box-sizing: border-box;
  position: relative;
}
@media (max-width: 959.9px) {
  .home__content-link {
    font-size: 15px;
    height: 70px;
    line-height: 70px;
    padding: 0 55px 0 20px;
    width: 100%;
  }
}
@media (min-width: 960px) {
  .home__content-link:hover {
    background-color: #105BC1;
  }
}
.home__content-link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 55px;
  height: 28px;
  background: url(../images/common/icon_arrow.svg) no-repeat center center;
  background-size: 17px 12px;
  border-left: dotted 1px #fff;
  transform: translateY(-50%);
}
@media (max-width: 959.9px) {
  .home__content-link::after {
    width: 45px;
  }
}
.home__content-link--blank::after {
  background: none;
}
.home__content-link--blank::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  width: 17px;
  height: 12px;
  background: url(../images/common/icon_arrow.svg) no-repeat center center;
  background-size: 17px 12px;
  transform: rotate(-45deg) translateY(-65%);
}

/* 5. education */
.home__education {
  color: #fff;
  background: #000 url(../images/top/education_bg_pc.jpg) center center/cover;
}
@media (max-width: 959.9px) {
  .home__education {
    background: #000 url(../images/top/education_bg_sp.jpg) center center/cover;
  }
}
@media (min-width: 960px) {
  .home__education-inner {
    display: flex;
    justify-content: space-between;
    gap: 80px;
  }
}
.home__education-program {
  background: rgba(18, 27, 37, 0.8);
  padding: 30px;
}
@media (max-width: 959.9px) {
  .home__education-program {
    padding: 45px 25px 10px 25px;
    margin-top: 45px;
  }
}
.home__education-program-title {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 959.9px) {
  .home__education-program-title {
    font-size: 19px;
  }
}
.home__education-program-text {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 20px;
}
@media (max-width: 959.9px) {
  .home__education-program-text {
    font-size: 14px;
  }
}
.home__education-program-figure {
  margin: 20px auto;
  text-align: center;
}
.home__education-program-figure img {
  width: 100%;
  height: auto;
  max-width: 400px;
}
.home__education-program-figure figcaption {
  font-size: 12px;
  color: #fff;
  margin-top: 10px;
}
@media (max-width: 959.9px) {
  .home__education-program-figure figcaption {
    font-size: 10px;
  }
}
.home__education-program-link {
  display: block;
  margin-top: 30px;
  padding-top: 20px;
  text-align: center;
  color: #fff;
  border-top: solid 1px rgba(205, 209, 213, 0.2);
}
.home__education-program-link a {
  color: #fff;
}
@media (max-width: 959.9px) {
  .home__education-program-link a {
    display: block;
  }
}

/* 6. RESEARCH */
@media (min-width: 960px) {
  .home__research {
    background: #EDF1F5 url(../images/top/research_pc.jpg) 0 0 no-repeat;
    background-size: 50% auto;
  }
}
@media (max-width: 959.9px) {
  .home__research {
    background: #EDF1F5 url(../images/top/research_sp.jpg) 0 bottom no-repeat;
    background-size: cover;
    padding-bottom: 84%;
  }
}
@media (min-width: 960px) {
  .home__research-inner {
    width: 50%;
    margin-left: 50%;
    padding-left: 40px;
  }
}
.home__research-inner {
  box-sizing: border-box;
}

/* 7. GUIDE */
.home__guide {
  background: #EDF1F5 url(../images/top/guide_bg_pc.jpg) 0 0 no-repeat;
  background-size: cover;
}
@media (max-width: 959.9px) {
  .home__guide {
    background: #EDF1F5 url(../images/top/guide_bg_sp.jpg) 0 0 no-repeat;
    background-size: cover;
  }
}
@media (min-width: 960px) {
  .home__guide-content {
    display: flex;
    gap: 40px;
  }
}
.home__guide-content {
  margin-bottom: 10px;
}
.home__guide-content--reverse {
  flex-direction: row-reverse;
}
@media (min-width: 960px) {
  .home__guide-image {
    width: 50%;
  }
}
@media (min-width: 960px) {
  .home__guide-textarea {
    width: 50%;
  }
}
.home__guide-textarea p {
  line-height: 1.8;
}
.home__guide-title {
  font-size: 20px;
  font-weight: 500;
  margin-top: 35px;
  margin-bottom: 20px;
}
@media (max-width: 959.9px) {
  .home__guide-title {
    font-size: 17px;
    margin-bottom: 10px;
  }
}
.home__guide-title-small {
  font-size: 16px;
}
@media (max-width: 959.9px) {
  .home__guide-title-small {
    font-size: 13px;
  }
}
.home__guide-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 20px;
  background-color: #fff;
}
.home__guide-table th,
.home__guide-table td {
  border: 1px solid #4F6D8D;
  padding: 10px;
  text-align: center;
}
.home__guide-table th {
  background-color: #6987A7;
  font-weight: 500;
  color: #fff;
}
.home__guide-table .td {
  color: #0D3A6C;
  background: #F6F7FA;
}
.home__guide-table-notes {
  margin-top: 10px;
  font-size: 12px;
}
.home__guide-table-notes li {
  margin-bottom: 5px;
}/*# sourceMappingURL=top.css.map */