@charset "UTF-8";
/*//////////////////////////////////////////////////
	各scssの読み込み
//////////////////////////////////////////////////*/
/*//////////////////////////////////////////////////
	学校の特色
//////////////////////////////////////////////////*/
.mv-components__btns {
  width: fit-content;
  margin: auto;
}

.section-header {
  position: relative;
  display: flex;
  align-items: center;
  padding: 4rem 0 3rem;
}
.section-header .section-header__bg {
  position: absolute;
  top: 0;
  left: -5vw;
  width: 88vw;
  height: 16rem;
  border-radius: 0 4rem 4rem 0;
  z-index: -1;
  background: #da5e5e;
}
.section-header .section-header__content {
  display: flex;
  align-items: center;
  gap: 1rem;
  color: #fff;
}
.section-header .section-header__icon {
  width: 6.2rem;
}
.section-header .section-header__main {
  font-family: "Aoboshi One", serif;
  font-size: 3rem;
  line-height: 1;
  letter-spacing: 0.1em;
}
.section-header .section-header__sub {
  margin-top: 1rem;
  font-size: 1.6rem;
  line-height: 1.2;
}

@media screen and (min-width: 769px) {
  .section-header {
    padding: 10rem 0 5rem;
  }
  .section-header .section-header__bg {
    width: 92rem;
    height: 21rem;
    left: calc(50% - 50vw);
  }
  .section-header .section-header__icon {
    width: 13rem;
  }
  .section-header .section-header__main {
    font-size: 6rem;
  }
  .section-header .section-header__sub {
    font-size: 2.4rem;
  }
}
.mv-components .mv-components__outer {
  position: relative;
}
.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: 2.4rem;
}
.mv-components .mv-components__text-area .mv-components__intro .mv-components__title .sub {
  margin-bottom: 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 .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 {
    width: fit-content;
  }
  .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;
    min-width: 60%;
  }
  .mv-components .mv-components__text-area .mv-components__intro .mv-components__title .main {
    font-size: 6rem;
  }
  .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-welcome {
  padding: 5rem 0 8rem;
}
.section-welcome .welcome-content {
  display: grid;
  gap: 3rem;
}
.section-welcome .welcome-heading {
  width: 29rem;
  margin: 0 auto 4rem 0;
}
.section-welcome .welcome-copy {
  margin-bottom: 4rem;
}
.section-welcome .welcome-copy__title {
  margin-bottom: 1.8rem;
  font-size: 2.4rem;
}
.section-welcome .welcome-gallery {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

@media screen and (min-width: 769px) {
  .section-welcome {
    padding: 0 0 13rem;
  }
  .section-welcome .l-container {
    width: 108rem;
  }
  .section-welcome .welcome-content {
    grid-template-columns: 49rem 1fr;
    gap: 6rem;
    align-items: center;
  }
  .section-welcome .welcome-heading {
    width: 100%;
    margin: 0;
  }
  .section-welcome .welcome-heading__main {
    font-size: 8.8rem;
  }
  .section-welcome .welcome-heading__sub {
    margin-left: 14rem;
    font-size: 4.4rem;
  }
  .section-welcome .welcome-copy {
    margin: 0;
  }
  .section-welcome .welcome-copy__title {
    font-size: 2.4rem;
  }
  .section-welcome .welcome-copy__text {
    font-size: 1.6rem;
  }
  .section-welcome .welcome-gallery {
    margin-top: 8rem;
  }
}
.section-point {
  padding: 8rem 0 10rem;
  background: #edece7;
}
.section-point .point-header {
  margin-bottom: 8rem;
  text-align: center;
}
.section-point .point-header__illust {
  display: none;
}
.section-point .point-header__main {
  font-size: 5rem;
  letter-spacing: 0.1em;
  line-height: 1;
  color: #1F293B;
}
.section-point .point-header__sub-wrap {
  margin-top: 1.5rem;
}
.section-point .point-header__sub {
  display: inline-block;
  padding: 0 4rem;
  font-size: 2rem;
  color: #fff;
  border-radius: 0.5rem;
  background: #1F293B;
  transform: rotate(-3deg);
}
.section-point .point-lead {
  max-width: 68rem;
  margin: 3rem auto 0;
  font-size: 1.5rem;
  line-height: 1.9;
  color: #414550;
  text-align: center;
}
.section-point .point-content {
  margin-top: 4rem;
}
.section-point .point-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8rem;
}
.section-point .point-card {
  position: relative;
}
.section-point .point-card__thumb {
  position: relative;
  margin-bottom: 2rem;
}
.section-point .point-card__thumb img {
  border-radius: 1.6rem;
}
.section-point .point-card__num {
  position: absolute;
  z-index: 1;
  top: 1rem;
  left: 1rem;
  width: 8rem;
  height: 8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 3.6rem;
  line-height: 1;
  border-radius: 50%;
  background: #F9731E;
}
.section-point .point-card__title {
  margin-bottom: 0.25em;
  font-size: 2.2rem;
}
.section-point .bg-yellow {
  display: inline-block;
  margin-top: 0.5rem;
  padding: 0.1rem 0.5em;
  line-height: 1.5;
  color: #fff;
  background: #F9731E;
}
.section-point .point-card__text {
  margin-bottom: 2rem;
  font-size: 1.4rem;
  line-height: 1.9;
  color: #414550;
}
.section-point .point-card__link {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  margin-top: auto;
  border-bottom: 1px solid #414550;
}

@media screen and (min-width: 769px) {
  .section-point {
    padding: 12rem 0;
  }
  .section-point .point-header {
    position: relative;
    width: fit-content;
    margin: auto auto 8rem;
  }
  .section-point .point-header__illust {
    position: absolute;
    right: 100%;
    top: 50%;
    display: block;
    width: 9rem;
    transform: translate(-2rem, -50%);
  }
  .section-point .point-header__main {
    font-size: 6rem;
  }
  .section-point .point-header__sub {
    padding: 0 1.5em;
    font-size: 3rem;
  }
  .section-point .point-content {
    margin-top: 5rem;
  }
  .section-point .point-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 16rem 4rem;
  }
  .section-point .point-card__body {
    flex: 1;
    padding: 0 1.6rem 0.2rem;
  }
  .section-point .point-card__title {
    font-size: 2.4rem;
  }
  .section-point .point-card__text {
    font-size: 1.6rem;
  }
  .section-point .point-lead {
    font-size: 2.4rem;
  }
}
.section-links {
  margin-top: 8rem;
  padding-top: 8rem;
  border-top: 1px solid #1F293B;
}
.section-links .c-button {
  margin: 0;
}
.section-links .c-button__navy {
  padding: 0 3rem;
}
.section-links .icon {
  margin: 0;
}

@media screen and (min-width: 769px) {
  .section-links {
    width: fit-content;
    margin: 15rem auto 0;
  }
}
/*# sourceMappingURL=style.css.map */
