@charset "UTF-8";
.sp {
  display: inline-block;
}
@media (min-width: 1025px) {
  .sp {
    display: none;
  }
}

.pc {
  display: none;
}
@media (min-width: 1025px) {
  .pc {
    display: inline-block;
  }
}

.hero.subpage .mv {
  width: 100%;
  height: 600px;
}
@media (min-width: 769px) {
  .hero.subpage .mv {
    height: 540px;
  }
}
.hero.subpage .mv img {
  height: 600px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 35%;
     object-position: 35%;
}
@media (min-width: 769px) {
  .hero.subpage .mv img {
    height: 540px;
    min-height: 540px;
    -o-object-position: center;
       object-position: center;
  }
}
.hero.subpage h1 {
  color: #fff;
  position: relative;
  text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
}
.hero.subpage h1::after {
  content: "";
  width: 120px;
  height: 3px;
  display: block;
  position: absolute;
  bottom: -18px;
  background: linear-gradient(90deg, #57ff73 0%, #7db9ff 100%);
}
@media (min-width: 769px) {
  .hero.subpage h1::after {
    width: 260px;
  }
}

.section_overview,
.section_examination {
  padding-bottom: 30px;
  background: #f7f7f7;
}
.section_overview .inner,
.section_examination .inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
}
@media (min-width: 769px) {
  .section_overview .inner,
.section_examination .inner {
    padding-bottom: 100px;
    margin: 0 auto 60px;
  }
}
@media (min-width: 1025px) {
  .section_overview .inner,
.section_examination .inner {
    padding: 0;
  }
}

.section_examination {
  padding: 40px 0 0;
  background: none;
}
@media (min-width: 769px) {
  .section_examination {
    padding: 60px 0 0;
  }
  .section_examination + .section.event.event_list {
    padding-top: 1px;
  }
}
.section_examination .web-entry {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}
.section_examination .web-entry a {
  transition: 0.3s;
}
.section_examination .web-entry a img {
  width: 100%;
}
.section_examination .web-entry a:hover {
  opacity: 0.8;
}

.overview_list_exam {
  padding-bottom: 0;
  margin-bottom: 40px;
}
@media (min-width: 769px) {
  .overview_list_exam .col__wrap {
    display: flex;
    justify-content: space-between;
  }
}
.overview_list_exam .col__wrap .col__box {
  width: 100%;
  display: flex;
  background: #fff;
  /*box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;*/
  box-shadow: 7px 7px 14px rgba(0, 0, 0, 0.04);
  padding: 10px;
  margin-bottom: 20px;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 769px) {
  .overview_list_exam .col__wrap .col__box {
    flex-direction: column;
    padding: 25px;
    justify-content: flex-start;
    transition: 0.3s;
  }
}
.overview_list_exam .col__wrap .col__box .img {
  width: 90px;
}
@media (min-width: 769px) {
  .overview_list_exam .col__wrap .col__box .img {
    width: 100%;
  }
}
.overview_list_exam .col__wrap .col__box .img img {
  width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 769px) {
  .overview_list_exam .col__wrap .col__box .img img {
    width: 100%;
    aspect-ratio: 3/2;
    transition: 0.3s;
  }
}
.overview_list_exam .col__wrap .col__box p {
  width: calc(100% - 115px);
  text-align: left;
  font-weight: bold;
  padding-right: 20px;
}
@media (min-width: 769px) {
  .overview_list_exam .col__wrap .col__box p {
    margin-top: 20px;
    text-align: center;
    font-size: 2rem;
    padding: 0;
    width: 100%;
    max-width: 240px;
  }
}
@media (min-width: 769px) {
  .overview_list_exam .col__wrap .col__box {
    width: 32%;
  }
}
.overview_list_exam .col__wrap .col__box:hover img {
  opacity: 0.8;
}
@media (min-width: 769px) {
  .overview_list_exam .col__wrap .col__box:hover {
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.12);
  }
}

.overview_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.overview_list a {
  background: #fff;
  padding: 12px;
  display: block;
  box-shadow: 7px 7px 14px rgba(0, 0, 0, 0.04);
}
@media (min-width: 769px) {
  .overview_list a:hover {
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.12);
  }
}
@media (min-width: 769px) {
  .overview_list a {
    padding: 30px;
  }
}
.overview_list a .img {
  width: 100%;
}
.overview_list a .img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.overview_list a p {
  font-weight: bold;
  font-size: 1.6rem;
  padding: 30px 0;
}
@media (min-width: 769px) {
  .overview_list a p {
    font-size: 2rem;
  }
}
.overview_list .col__wrap {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-between;
}
@media (min-width: 769px) {
  .overview_list .col__wrap {
    flex-direction: row;
  }
}
.overview_list .col__wrap .left {
  width: 100%;
  margin-bottom: 20px;
}
@media (min-width: 769px) {
  .overview_list .col__wrap .left {
    width: 48.7%;
    margin-bottom: 30px;
  }
}
.overview_list .col__wrap .left p {
  padding: 30px 0 20px;
}
@media (min-width: 769px) {
  .overview_list .col__wrap .left p {
    padding: 50px 0 20px;
  }
}
.overview_list .col__wrap .right {
  width: 100%;
  display: flex;
  margin-bottom: 20px;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
  flex-direction: column;
}
@media (min-width: 769px) {
  .overview_list .col__wrap .right {
    margin-bottom: 30px;
  }
}
.overview_list .col__wrap .right a {
  display: flex;
  align-items: center;
  transition: 0.3s;
}
.overview_list .col__wrap .right a:last-of-type {
  margin-top: 20px;
}
@media (min-width: 769px) {
  .overview_list .col__wrap .right a:last-of-type {
    margin: 0;
  }
}
.overview_list .col__wrap .right .img {
  width: 32%;
  max-width: 246px;
  margin-right: 1em;
}
@media (min-width: 769px) {
  .overview_list .col__wrap .right .img {
    width: 50%;
  }
}
@media (min-width: 769px) {
  .overview_list .col__wrap .right {
    width: 48.7%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}
.overview_list .middle {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: column;
  margin-bottom: 30px;
}
@media (min-width: 769px) {
  .overview_list .middle {
    flex-direction: row;
    margin-bottom: 100px;
  }
}
.overview_list .middle a {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  transition: 0.3s;
}
.overview_list .middle a:nth-of-type(1) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.overview_list .middle a:nth-of-type(2) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.overview_list .middle a:nth-of-type(3) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
@media (min-width: 769px) {
  .overview_list .middle a {
    flex-direction: column;
    width: calc((100% - 60px) / 3);
  }
}
.overview_list .middle a .img {
  width: 32%;
  aspect-ratio: 1/1;
  margin-right: 1em;
}
@media (min-width: 769px) {
  .overview_list .middle a .img {
    width: 100%;
    aspect-ratio: unset;
    margin: 0;
  }
}
.overview_list .middle a .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.overview_list .bottom {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.overview_list .bottom a {
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  box-shadow: 7px 7px 14px rgba(0, 0, 0, 0.04);
}
.overview_list .bottom a img {
  width: 100%;
  transition: 0.3s;
}
@media (min-width: 769px) {
  .overview_list .bottom a {
    width: 48.6%;
  }
  .overview_list .bottom a:hover img {
    opacity: 0.8;
  }
}
@media (min-width: 769px) {
  .overview_list .bottom a:hover {
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.12);
  }
}

.section.spirit {
  text-align: center;
  margin: 0 auto 100px;
  padding: 0;
}
.section.spirit .spirit_msg {
  background: #f7f7f7;
  font-weight: bold;
  padding: 30px;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  font-size: 1.4rem;
  line-height: 1.8;
}
@media (min-width: 769px) {
  .section.spirit .spirit_msg {
    font-size: 2rem;
  }
}
.section.spirit .educational_policy strong {
  display: inline-block;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 2.4rem;
  margin-bottom: 30px;
}
@media (min-width: 769px) {
  .section.spirit .educational_policy strong {
    font-size: 3.4rem;
  }
}
.section.spirit .educational_policy p {
  font-weight: bold;
  margin-bottom: 40px;
  font-size: 1.6rem;
}
.section.spirit .educational_policy img {
  max-width: 580px;
  width: 100%;
}
.section.spirit .school_policy {
  letter-spacing: 0.3rem;
}
.section.spirit .school_policy strong {
  display: block;
  margin-bottom: 20px;
  line-height: 2;
  font-size: 1.6rem;
  letter-spacing: 0.2rem;
}
.section.spirit .school_policy span {
  letter-spacing: 0.3rem;
  margin: 0 5px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
@media (min-width: 769px) {
  .section.spirit .school_policy span {
    margin: 0 15px;
    letter-spacing: 0.5rem;
  }
}
.section.spirit .school_policy span:nth-of-type(1) {
  font-size: 2.6rem;
}
@media (min-width: 769px) {
  .section.spirit .school_policy span:nth-of-type(1) {
    font-size: 3rem;
  }
}
.section.spirit .school_policy span:nth-of-type(2) {
  font-size: 2.6rem;
}
@media (min-width: 769px) {
  .section.spirit .school_policy span:nth-of-type(2) {
    font-size: 3rem;
  }
}
.section.spirit .school_policy span:nth-of-type(3) {
  display: inline-block;
  margin-top: 1em;
  font-size: 1.6rem;
}
@media (min-width: 769px) {
  .section.spirit .school_policy span:nth-of-type(3) {
    margin-top: 1.5rem;
    font-size: 2rem;
  }
}