@charset "UTF-8";
/*//////////////////////////////////////////////////
	各scssの読み込み
//////////////////////////////////////////////////*/
/*//////////////////////////////////////////////////
	学科詳細
//////////////////////////////////////////////////*/
@media screen and (min-width: 769px) {
  .mv-components__btns {
    width: fit-content;
    margin: auto;
    padding: 2rem 10rem;
  }
}
.mv-components .l-section {
  margin-bottom: 4.6rem;
}
.mv-components .mv-components__outer {
  position: relative;
  padding-bottom: 4rem;
  background: #EDECE7;
}
.mv-components .mv-components__bg {
  display: block;
  width: 100%;
}
.mv-components .mv-components__bg img {
  width: 100%;
  height: auto;
  display: block;
}
.mv-components .mv-components__inner {
  width: 100%;
}
.mv-components .mv-components__text-area {
  color: #1F293B;
}
.mv-components .mv-components__text-area .mv-components__labels {
  width: 11rem;
  margin: -3rem 0 1.5rem;
}
.mv-components .mv-components__text-area .mv-components__intro {
  display: flex;
  align-items: flex-start;
  flex-flow: column wrap;
  gap: 2rem;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #1F293B;
}
.mv-components .mv-components__text-area .mv-components__intro .mv-components__title .main {
  line-height: 1.2;
  font-weight: 500;
  font-size: 4.04rem;
}
.mv-components .mv-components__text-area .mv-components__intro .mv-components__title .sub {
  margin-top: 1em;
  font-family: "Aoboshi One", serif;
  font-size: 1.4rem;
}
.mv-components .mv-components__text-area .mv-components__intro .badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 7.5rem;
  height: 7.5rem;
  font-weight: 600;
  font-size: 1.5rem;
  border-radius: 50%;
  background: #1F293B;
}
.mv-components .mv-components__text-area .mv-components__intro .badge .num {
  line-height: 1;
  font-weight: 700;
  font-size: 2em;
}
.mv-components .mv-components__text-area .mv-components__lead {
  margin-bottom: 1rem;
  color: #fff;
  font-feature-settings: "palt";
}
.mv-components .mv-components__text-area .mv-components__lead span {
  display: inline-block;
  padding: 0 1rem;
  font-size: 2rem;
  background-color: #F9731E;
  border-radius: 0.5rem;
}
.mv-components .mv-components__text-area .mv-components__note {
  font-size: 1.6rem;
}
.mv-components .mv-components__btns {
  gap: 0.8rem;
  margin-top: 0;
}
.mv-components .mv-components__btns .c-button__navy {
  width: 100%;
  height: 50px;
  font-size: 1.4rem;
  border-radius: 1rem;
}
.mv-components .mv-components__btns .c-button__navy .icon {
  line-height: 1;
}
.mv-components .mv-slider .swiper-wrapper {
  transition-timing-function: linear;
}
.mv-components .mv-slider .swiper-wrapper .swiper-slide {
  width: 42vw;
}

@media screen and (min-width: 769px) {
  .mv-components .l-section {
    margin-bottom: 12rem;
  }
  .mv-components .mv-components__content {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    z-index: 2;
  }
  .mv-components .mv-components__text-area .mv-components__labels {
    width: 14rem;
  }
  .mv-components .mv-components__text-area .mv-components__intro {
    flex-flow: row wrap;
    margin-bottom: 4rem;
    width: fit-content;
  }
  .mv-components .mv-components__text-area .mv-components__intro .mv-components__title .main {
    font-size: 8rem;
  }
  .mv-components .mv-components__text-area .mv-components__intro .badge {
    width: 10rem;
    height: 10rem;
    font-size: 2rem;
  }
  .mv-components .mv-components__text-area .mv-components__lead {
    margin-bottom: 4rem;
  }
  .mv-components .mv-components__text-area .mv-components__lead span {
    padding: 0 2rem;
    font-size: 3.2rem;
  }
  .mv-components .mv-components__btns {
    justify-content: center;
    gap: 2rem;
    background: #EDECE7;
    padding: 2rem 4rem;
    border-radius: 100vw;
  }
  .mv-components .mv-components__btns .c-button__navy {
    width: auto;
    min-width: 24rem;
    height: 6rem;
    padding: 0 2rem;
    font-size: 1.6rem;
    border-radius: 2rem;
  }
  .mv-components .mv-slider .swiper-wrapper .swiper-slide {
    width: 20vw;
  }
}
.section-intro .c-note {
  margin-bottom: 8rem;
}

@media screen and (min-width: 769px) {
  .section-intro .c-note {
    margin-bottom: 9rem;
    text-align: center;
  }
}
.section-industry {
  padding: 10rem 0;
  background: #EDECE7;
}
.section-industry .industry-header {
  margin-bottom: 8rem;
  text-align: center;
}
.section-industry .industry-header__main {
  font-size: 5rem;
  letter-spacing: 0.1em;
  line-height: 1;
}
.section-industry .industry-header__sub-wrap {
  margin-top: 1.5rem;
}
.section-industry .industry-header__sub {
  display: inline-block;
  padding: 0 4rem;
  font-size: 2rem;
  color: #fff;
  border-radius: 0.5rem;
  background: #1F293B;
  transform: rotate(-3deg);
}
.section-industry .industry-intro {
  margin: 0 5% 3.2rem;
}
.section-industry .industry-intro .industry-intro-main {
  margin-bottom: 1rem;
  font-weight: 600;
  font-size: 2rem;
  text-align: center;
}
.section-industry .industry-main-card {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8rem;
  margin-bottom: 8rem;
}
.section-industry .industry-main-card .industry-card {
  padding-bottom: 8rem;
  border-bottom: 1px solid #1F293B;
}
.section-industry .industry-main-card .industry-card .industry-card__image {
  margin-bottom: 2rem;
}
.section-industry .industry-main-card .industry-card .industry-card__body .industry-card__title {
  width: fit-content;
  margin: auto auto 0.75em;
  padding: 0 0.5em;
  font-size: 2.4rem;
  color: #fff;
  background: #F9731E;
}
.section-industry .industry-main-card .industry-card .industry-card__body .industry-card__note {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  gap: 1em;
  margin-bottom: 2rem;
  font-size: 1.4rem;
  line-height: 1;
}
.section-industry .industry-sub-card {
  margin: 0 -5vw;
}
.section-industry .industry-sub-card .industry-sub-intro {
  margin-bottom: 4rem;
  text-align: center;
}
.section-industry .industry-sub-card .industry-sub-intro .industry-intro-main {
  margin-bottom: 1rem;
  font-weight: 600;
  font-size: 2rem;
  text-align: center;
}
.section-industry .industry-sub-card .industry-sub-intro .industry-intro-sub {
  display: inline-block;
  padding: 0 4rem;
  font-size: 2rem;
  color: #fff;
  border-radius: 0.5rem;
  background: #1F293B;
  transform: rotate(-3deg);
}
.section-industry .industry-sub-card .industry-slider__wrapper {
  align-items: stretch;
}
.section-industry .industry-sub-card .industry-card {
  width: 28rem;
  height: auto;
  padding: 4rem 2rem;
  text-align: center;
  background: #fff;
  border-radius: 2rem;
}
.section-industry .industry-sub-card .industry-card .industry-card__image {
  margin-bottom: 2rem;
}
.section-industry .industry-sub-card .industry-card .industry-card__body .industry-card__title {
  width: fit-content;
  margin: auto auto 0.75em;
  padding: 0 0.5em;
  font-size: 2.2rem;
  color: #fff;
  background: #F9731E;
}
.section-industry .industry-sub-card .industry-card .industry-card__body .industry-card__note {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  gap: 1em;
  margin-bottom: 2rem;
  font-size: 1.4rem;
  line-height: 1;
}
.section-industry .industry-sub-card .swiper-scrollbar {
  position: relative;
  height: 0.6rem;
  width: 90%;
  margin: 1.6rem auto 0;
  background: #fff;
}
.section-industry .industry-sub-card .swiper-scrollbar .swiper-scrollbar-drag {
  background: #F9731E;
}

@media screen and (min-width: 769px) {
  .section-industry {
    padding: 12rem 0 8rem;
  }
  .section-industry .l-container {
    width: 128rem;
  }
  .section-industry .industry-header {
    position: relative;
    width: fit-content;
    margin: auto auto 8rem;
  }
  .section-industry .industry-header__illust {
    position: absolute;
    right: 100%;
    top: 50%;
    transform: translateY(-50%);
    width: 12rem;
  }
  .section-industry .industry-header__main {
    font-size: 6rem;
  }
  .section-industry .industry-header__sub {
    padding: 0 1.5em;
    font-size: 3rem;
  }
  .section-industry .industry-intro {
    margin: 0 auto 8rem;
    text-align: center;
  }
  .section-industry .industry-intro .industry-intro-main {
    margin-bottom: 2.8rem;
    font-size: 2.4rem;
  }
  .section-industry .industry-main-card {
    position: relative;
    grid-template-columns: repeat(3, 1fr);
    gap: 8rem;
    margin-bottom: 16rem 4rem;
    padding: 8rem 0;
    border-top: 1px solid #1F293B;
    border-bottom: 1px solid #1F293B;
  }
  .section-industry .industry-main-card::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    border-bottom: 1px solid #1F293B;
  }
  .section-industry .industry-main-card .industry-card {
    padding-bottom: 0;
    border: none;
  }
  .section-industry .industry-sub-card {
    margin: 0;
  }
  .section-industry .industry-sub-card .industry-sub-intro {
    margin-bottom: 4rem;
  }
  .section-industry .industry-sub-card .industry-sub-intro .industry-intro-main {
    font-size: 2.4rem;
  }
  .section-industry .industry-sub-card .industry-sub-intro .industry-intro-sub {
    font-size: 3rem;
  }
  .section-industry .industry-sub-card .industry-slider__wrapper {
    justify-content: center;
    gap: 2rem;
  }
  .section-industry .industry-sub-card .industry-card {
    width: 28rem;
  }
  .section-industry .swiper-scrollbar {
    display: none;
  }
}
.section-top-bnrs--s {
  display: grid;
  grid-template-columns: 1fr;
  align-items: start;
  gap: 2rem;
  margin-bottom: 8rem;
}
.section-top-bnrs--s .section-top-bnrs__item {
  position: relative;
  height: 12rem;
  filter: drop-shadow(0 0.4rem 0.4rem rgba(0, 0, 0, 0.25));
}
.section-top-bnrs--s .section-top-bnrs__item .thum {
  width: auto;
  height: 100%;
  overflow: hidden;
  background: #4D85B7;
  border-radius: 2rem;
}
.section-top-bnrs--s .section-top-bnrs__item .thum img {
  display: block;
  object-fit: cover;
  width: 50%;
  height: 100%;
  margin-left: auto;
}
.section-top-bnrs--s .section-top-bnrs__item .body {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  gap: 1rem;
  padding: 0 3.2rem;
  color: #fff;
  border-radius: 2rem;
  background: linear-gradient(0deg, rgba(77, 133, 183, 0.6), rgba(77, 133, 183, 0.6)), linear-gradient(0deg, rgba(77, 133, 183, 0.3), rgba(77, 133, 183, 0.3)), linear-gradient(270deg, rgba(77, 133, 183, 0) -17.54%, #4D85B7 55.6%);
  background-blend-mode: normal, color, normal, normal, normal;
}
.section-top-bnrs--s .section-top-bnrs__item .body .title {
  font-size: 2rem;
  line-height: 1;
}
.section-top-bnrs--s .section-top-bnrs__item .body .icon {
  line-height: 1;
  font-size: 1.1em;
}

.section-links {
  margin-top: 8rem;
  padding-top: 8rem;
  border-top: 1px solid #1F293B;
}
.section-links .c-button {
  margin: 0;
}
.section-links .c-button .c-button__navy {
  padding: 0 3rem;
}
.section-links .c-button .icon {
  margin: 0;
}

@media screen and (min-width: 769px) {
  .section-top-bnrs--s {
    grid-template-columns: repeat(2, 42rem);
    justify-content: center;
    gap: 2rem;
    margin-bottom: 11rem;
  }
  .section-top-bnrs--s .section-top-bnrs__item {
    height: 21rem;
  }
  .section-top-bnrs--s .section-top-bnrs__item .body {
    padding: 0 5.2rem;
  }
  .section-top-bnrs--s .section-top-bnrs__item .body .title {
    font-size: 2.4rem;
  }
  .section-links {
    margin: 15rem auto auto;
  }
}
/*# sourceMappingURL=style.css.map */
