@charset "UTF-8";
/**
 * @ top.css
 *
 * 
 */
.top {
  background: url(../img/firstview_bg.png) no-repeat top -100px center / 100% 1640px;
}
@media screen and (max-width: 768px) {
  .top {
    background: url(../img/firstview_bg.png) no-repeat top -100px center / 100% 1800px;
  }
}
/* ==============================
    block
  ============================== */
/* 見出し */
.section-heading__title-en {
  font-size: 2.5rem;
  font-weight: var(--fw-bold);
  color: var(--color-accent);
  border-bottom: 3px solid var(--color-accent);
  width: fit-content;
  margin-bottom: 40px;
}
.section-heading__title {
  font-size: 4rem;
  font-weight: var(--fw-bold);
  line-height: 1;
}
@media screen and (max-width: 1024px) {
  .section-heading__title {
    font-size: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .section-heading__title-en {
    margin-bottom: 20px;
  }
  .section-heading__title {
    font-size: 3rem;
  }
}

/* ==============================
    .mv
  ============================== */
.mv {
  position: relative;
  border-bottom: 1px solid #aeaeae;
}
.mv::before {
  content: "";
  background: url(../img/top/mv_filter.png) no-repeat center / 100%;
  width: 1197px;
  height: auto;
  aspect-ratio: 1182 / 925;
  position: absolute;
  bottom: -1px;
  right: 0;
  z-index: 10;
}
.mv__inner {
  padding: 60px 0 80px 70px;
  position: relative;
}
.mv__visual {
  /* display: flex; */
  gap: 70px;
  justify-content: space-between;
}
.mv__school-name {
  flex-shrink: 0;
  margin-top: 20px;
  max-width: 30%;
  margin-bottom: clamp(50px, 6vw, 120px);
  z-index: 5;
  position: relative;
}
.mv__slider {
  width: 1020px;
  max-width: 70%;
  height: auto;
  position: absolute;
  top: 60px;
  right: 0;
}
.mv__slider-item {
  width: 1020px !important;
  max-width: 100%;
  height: auto;
  aspect-ratio: 1020 / 540;
  position: relative;
}
.mv__slider-item::before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgb(225 225 225 / 30%);
  position: absolute;
  left: 0;
  top: 0;
}
.mv__slider-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mv__catch {
  z-index: 10;
  position: relative;
  max-width: 75%;
}
.mv__inner {
  grid-template-columns: auto 1fr;
  grid-template-areas:
    "school slider"
    ".      catch";
  align-items: start;
}
.mv__school-name {
  grid-area: school;
}
.mv__visual {
  grid-area: slider;
}
.mv__catch {
  grid-area: catch;
}
/* slick */
.mv__slider-items {
  display: none;
}
.mv__slider-items.slick-initialized {
  display: block;
}
@media screen and (max-width: 1024px) {
  .mv::before {
    right: calc(50% - 709px);
  }
  .mv__inner {
    padding: 50px 0 50px 20px;
  }
  .mv__school-name {
    margin-top: 0;
  }
  .mv__catch {
    margin-top: 0;
    max-width: 60%;
  }
}
@media screen and (max-width: 768px) {
  .mv::before {
    width: 860px;
    right: -220px;
  }
  .mv__inner {
    width: 100%;
    display: grid;
    padding-left: 0;
    padding-bottom: 15px;
    padding-top: 0;
  }
  .mv__slider {
    position: relative;
    width: 100%;
    max-width: 100%;
    top: 0;
  }
  .mv__info {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 25px;
    width: 90%;
    margin: 10px auto;
  }
  .mv__school-name {
    margin-bottom: 0;
    width: 130px;
    max-width: 40%;
    flex-shrink: inherit;
  }
  .mv__catch {
    margin-top: 0;
    max-width: 75%;
  }
}

@media screen and (max-width: 480px) {
  .mv__inner {
    padding-top: 0;
  }
}
/* ==============================
    .instagram
  ============================== */
.instagram {
  padding: 100px 0 74px;
  border-bottom: 1px solid #aeaeae;
}
.instagram__title {
  font-size: 2.5rem;
  font-weight: var(--fw-bold);
}
.instagram__heading {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 80px;
}
.instagram__top .u-btn {
  font-size: 1.5rem;
}
/* プラグイン自動出力 調整 */
.instagram #sb_instagram #sbi_images {
  gap: 35px !important;
  display: flex !important;
}
.instagram #sb_instagram #sbi_images .sbi_item {
  aspect-ratio: 1 / 1 !important;
  width: 211px !important;
  height: auto !important;
}

@media screen and (max-width: 768px) {
  .instagram {
    padding: 60px 0 50px;
  }
  .instagram__heading {
    margin-bottom: 40px;
  }
  .instagram #sb_instagram #sbi_images {
    flex-wrap: wrap !important;
    gap: 20px !important;
  }
  .instagram #sb_instagram #sbi_images .sbi_item {
    width: calc((100% - 20px * 2) / 3) !important;
  }
}

@media screen and (max-width: 480px) {
  .instagram #sb_instagram #sbi_images .sbi_item {
    width: calc((100% - 20px) / 2) !important;
  }
}

/* ==============================
    .news
  ============================== */
.news {
  padding: 145px 0 0;
  background: #fff;
  position: relative;
}
.news::before {
  content: "";
  width: 100%;
  height: 1px;
  background: #aeaeae;
  position: absolute;
  top: 20px;
  left: 0;
}
.news .section-heading {
  flex-shrink: 0;
}
.news .section-heading__title {
  margin-bottom: 55px;
}
.news__inner {
  display: flex;
  gap: 130px;
  justify-content: space-between;
  padding-bottom: 110px;
}
.news__items {
  width: 100%;
  margin-top: 75px;
}
.news__decor-line {
  width: 100%;
  height: 230px;
  background: url(../img/top/boundary_img.jpg) no-repeat center bottom/cover;
}

@media screen and (max-width: 1024px) {
  .news {
    padding: 80px 0 0;
  }
  .news__inner {
    gap: 60px;
  }
  .news__decor-line {
    height: 150px;
  }
}

@media screen and (max-width: 768px) {
  .news__inner {
    flex-direction: column;
    gap: 60px;
    padding-bottom: 80px;
  }
  .news .section-heading__title {
    margin-bottom: 0;
  }
  .section-heading__body {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}

/* ==============================
    .about
  ============================== */
.about {
  padding: 140px 0 0;
  background: url(../img/top/about_bg.png) #fff no-repeat center bottom / 100% auto;
  position: relative;
  border-bottom: 1px solid #aeaeae;
}
.about__inner {
  padding-bottom: 190px;
  display: flex;
  position: relative;
  gap: 90px;
}
.about__inner::before {
  content: "";
  background: url(../img/top/about_decor01.png) no-repeat center / 100%;
  width: 346px;
  height: auto;
  aspect-ratio: 346 / 92;
  position: absolute;
  top: 24%;
  right: calc(100% - 114px);
}
.about__inner::after {
  content: "";
  background: url(../img/top/about_decor02.png) no-repeat center / 100%;
  width: 1790px;
  height: auto;
  aspect-ratio: 1169 / 824;
  position: absolute;
  bottom: -220px;
  right: -61%;
  pointer-events: none;
}
.about__catch {
  margin-bottom: 120px;
}
.about__text {
  font-size: 2.1rem;
  color: #4d4d4d;
  line-height: 2;
  margin-bottom: 120px;
}
.about__content-right {
  flex-shrink: 0;
  margin-top: 45px;
  position: relative;
  z-index: 2;
  max-width: 57%;
}
@media screen and (max-width: 1024px) {
  .about__content-right {
    max-width: 45%;
  }
  .about__text {
    font-size: 1.8rem;
    margin-bottom: 60px;
  }
  .about__inner {
    gap: 45px;
    padding-bottom: 120px;
  }
  .about__catch {
    margin-bottom: 60px;
    max-width: 80%;
  }
}
@media screen and (max-width: 768px) {
  .about {
    padding: 80px 0 0;
  }
  .about__inner {
    flex-direction: column;
    padding-bottom: 80px;
  }
  .about__inner::before {
    right: 0;
    width: 50%;
    top: 50px;
  }
  .about__catch {
    max-width: 60%;
  }
  .about__content-right {
    max-width: 100%;
  }
  @media screen and (max-width: 480px) {
    .about__inner::after {
      right: auto;
      bottom: -170px;
      width: 300%;
      left: 50%;
      transform: translateX(-50%);
    }
  }
}

/* ==============================
    .school-life
  ============================== */
.school-life {
  padding: 120px 0 110px;
  background: #fff;
  position: relative;
  border-bottom: 1px solid #aeaeae;
}
.school-life::before {
  content: "";
  width: 100%;
  height: 1px;
  background: #aeaeae;
  position: absolute;
  top: 20px;
  left: 0;
}
.school-life .section-heading {
  margin-bottom: 65px;
}
.school-life__items {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 50px;
}
.school-life__item {
  width: calc((100% - 50px) / 2);
  border: 1px solid var(--color-accent);
  height: 180px;
}
.school-life__link {
  font-size: 2.8rem;
  font-weight: var(--fw-bold);
  color: var(--color-accent);
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  padding: 20px 95px 20px 170px;
}
.school-life__link.u-btn::before {
  right: 40px;
}
.school-life__link.u-btn::after {
  right: 50px;
}
/* .school-life__link--oneday */
.school-life__link--oneday {
  background: url(../img/top/school-life_icon_oneday.svg) no-repeat left 40px center / 92px auto;
}
/* .school-life__link--event */
.school-life__link--event {
  background: url(../img/top/school-life_icon_event.svg) no-repeat left 40px center / 91px auto;
}
/* .school-life__link--studentcouncil */
.school-life__link--studentcouncil {
  background: url(../img/top/school-life_icon_studentcouncil.svg) no-repeat left 40px center / 98px auto;
}
/* .school-life__link--voice */
.school-life__link--voice {
  background: url(../img/top/school-life_icon_voice.svg) no-repeat left 40px center / 97px auto;
}

@media screen and (max-width: 1024px) {
  .school-life__items {
    width: 520px;
    margin: auto;
    max-width: 100%;
  }
  .school-life__item {
    height: auto;
    width: 100%;
  }
  .school-life__link {
    padding: 20px 95px 20px 140px;
    font-size: 2.8rem;
  }
  .school-life__link--oneday {
    background: url(../img/top/school-life_icon_oneday.svg) no-repeat left 40px center / 52px auto;
  }
  .school-life__link--event {
    background: url(../img/top/school-life_icon_event.svg) no-repeat left 40px center / 51px auto;
  }
  .school-life__link--studentcouncil {
    background: url(../img/top/school-life_icon_studentcouncil.svg) no-repeat left 40px center / 58px auto;
  }
  .school-life__link--voice {
    background: url(../img/top/school-life_icon_voice.svg) no-repeat left 40px center / 57px auto;
  }
}

@media screen and (max-width: 768px) {
  .school-life {
    padding: 80px 0;
  }
  .school-life .section-heading {
    margin-bottom: 60px;
  }
  .school-life__link {
    font-size: clamp(1.6rem, calc(1.6rem + 1vw), 2rem);
    padding: 30px 70px 30px 110px;
  }
  .school-life__link.u-btn::before {
    right: 20px;
  }
  .school-life__link.u-btn::after {
    right: 30px;
    bottom: auto;
    top: 50%;
    transform: translateY(-50%) translateY(2px);
  }
  .school-life__link {
    background-position: left 20px center;
  }
}
/* ==============================
    .link-list
  ============================== */
.link-list {
  padding-top: 225px;
  background: url(../img/top/link-list_bg.jpg) no-repeat center top / cover;
  margin-bottom: -80px;
}
.link-list__items {
  display: flex;
  gap: 35px;
}
.link-list__link {
  display: flex;
  padding: 60px 80px;
  font-size: 3rem;
  font-weight: var(--fw-bold);
  color: #fff;
  width: 375px;
  height: auto;
  aspect-ratio: 1 / 1;
  max-width: 100%;
  background: url(../img/top/link-list_btn-bg.png) no-repeat center / cover;
}
.link-list__link.u-btn::before {
  right: 35px;
  bottom: 40px;
}
.link-list__link.u-btn::after {
  right: 55px;
  bottom: 66px;
}

@media screen and (max-width: 1199px) {
  .link-list {
    padding-top: 125px;
  }
  .link-list__link {
    padding: 30px;
    font-size: clamp(2rem, 3vw, 2.8rem);
  }
  .link-list__link.u-btn::before {
    right: 20px;
    bottom: 20px;
    width: 20%;
    height: auto;
    aspect-ratio: 1 / 1;
  }
  .link-list__link.u-btn::after {
    right: 4vw;
    bottom: 4.5vw;
    width: 18px;
  }
}
@media screen and (max-width: 768px) {
  .link-list {
    padding-top: 80px;
    background-position: left top;
  }
  .link-list__items {
    width: 520px;
    margin: auto;
    max-width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .link-list__item {
    width: 100%;
  }
  .link-list__link {
    width: 100%;
    font-size: clamp(1.6rem, calc(1.6rem + 1vw), 2rem);
    aspect-ratio: auto;
    height: 100%;
    padding-right: 70px;
  }
  .link-list__link.u-btn::before {
    width: 40px;
    height: 40px;
    top: 50%;
    transform: translateY(-50%);
  }
  .link-list__link.u-btn::after {
    right: 30px;
    bottom: auto;
    top: 50%;
    transform: translateY(-50%);
  }
}

/* ==============================
    .access
  ============================== */
.access {
  padding: 200px 0 130px;
  background: #ededed;
}
.access .section-heading {
  margin-bottom: 80px;
}
.access__content {
  display: flex;
  align-items: flex-end;
  gap: 100px;
}
.access__content-left {
  width: 450px;
  flex-shrink: 0;
  max-width: 100%;
}
.access__data-contacts {
  display: flex;
  flex-wrap: wrap;
  gap: 0 20px;
}
.access__data-link--tel {
  pointer-events: none;
}
.access__data {
  font-size: 1.8rem;
  margin-bottom: 22px;
}
.access__contact-list {
  background: #fff;
  padding: 20px 40px;
}
.access__data-title {
  font-size: 1.8rem;
  font-weight: var(--fw-bold);
  color: var(--color-accent);
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 2px solid var(--color-accent);
}
.access__data-item {
  display: flex;
}
.access__data-label {
  color: var(--color-accent);
  min-width: 130px;
}
.access__map {
  width: 650px;
  height: 360px;
  max-width: 100%;
  border: 20px solid #fff !important;
  box-sizing: border-box;
}

@media screen and (max-width: 1024px) {
  .access__content {
    flex-direction: column;
    gap: 50px;
    align-items: inherit;
  }
  .access__content-left {
    display: flex;
    width: 100%;
    gap: 20px;
    justify-content: space-between;
  }
  .access__map {
    width: 100%;
    height: auto;
    aspect-ratio: 650 / 360;
    border: 5px solid #fff !important;
  }
}
@media screen and (max-width: 768px) {
  .access {
    padding: 160px 0 80px;
  }
  .access .section-heading {
    margin-bottom: 60px;
  }
  .access__content {
    gap: 30px;
  }
  .access__content-left {
    flex-direction: column;
  }
  .access__data-link--tel {
    pointer-events: auto;
  }
}
@media screen and (max-width: 480px) {
  .access__contact-list {
    padding: 20px;
  }
  .access__data-item {
    flex-direction: column;
    margin-bottom: 10px;
  }
}
/* ==============================
    .bnr-list
  ============================== */
.bnr-list {
  border-top: 8px solid #614166;
  padding: 70px 0;
}
.bnr-list__items {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 20px;
}
.bnr-list__item {
  width: calc((100% - 20px * 3) / 4);
  height: auto;
}

@media screen and (max-width: 768px) {
  .bnr-list__item {
    width: calc((100% - 20px * 2) / 3);
  }
}

@media screen and (max-width: 480px) {
  .bnr-list__item {
    width: calc((100% - 20px) / 2);
  }
}
