/* CSS Document */
span {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

body {
  box-sizing: border-box;
}

p {
  font-size: 14px;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  p {
    font-size: 16px;
  }
}

.taiken {
  color: #534741;
  background: #fefdf4;
  position: relative;
}

.main {
  position: relative;
}
.main h1 {
  font-size: 34px;
  color: #fff;
  text-shadow: 0 0 8px rgba(170, 159, 148, 0.9), 0 0 20px rgba(170, 159, 148, 0.8), 0 0 40px rgba(170, 159, 148, 0.6);
  font-weight: bold;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .main h1 {
    font-size: 20px;
  }
}

.swiper {
  height: 100%;
}

.main-fv {
  height: 330px;
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
}
@media screen and (min-width: 1920px) {
  .main-fv {
    height: clamp(330px, 18vw, 20vw);
  }
}
.main-fv ._taiken .w1080 {
  bottom: auto;
  top: 20px;
}
.main-fv .w1080 {
  bottom: 50px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
@media (max-width: 768px) {
  .main-fv {
    height: clamp(230px, 105vw, 6000px);
  }
}

.slide-item-img {
  width: 100%;
  height: 100%;
  display: block;
}
.slide-item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.bg_bottom,
.bg_up {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  overflow: hidden;
  height: 350px;
  width: 100%;
}
.bg_bottom img,
.bg_up img {
  width: 1920px;
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  object-position: top;
}
@media screen and (min-width: 1920px) {
  .bg_bottom img,
  .bg_up img {
    width: 100vw;
  }
}

/* =============================================================================


    head


============================================================================= */
.pagehead {
  padding: 60px 0 60px;
  position: relative;
  z-index: 2;
}
.pagehead .w1080 {
  z-index: 2;
  position: relative;
}
.pagehead .bg_bottom {
  top: auto;
}
@media screen and (min-width: 768px) {
  .pagehead {
    padding: 120px 0 60px;
  }
  .pagehead .bg_bottom {
    bottom: -240px;
  }
}

.pagehead-ttl {
  font-weight: bold;
  text-align: center;
  line-height: 2;
  font-size: 40px;
}
@media (max-width: 1128px) {
  .pagehead-ttl {
    font-size: 30px;
  }
}
@media (max-width: 768px) {
  .pagehead-ttl {
    font-size: 24px;
  }
}
.pagehead-ttl > span {
  background: linear-gradient(transparent 60%, #f4e38c 40%);
}
.pagehead-ttl > span > span {
  color: #e393b2;
}

.pagehead {
  padding: 40px 0;
}
@media screen and (min-width: 768px) {
  .pagehead {
    padding: 60px 0;
  }
}

.pagehead-txt {
  margin-top: 1em;
  font-size: 28px;
}
.pagehead-txt span {
  font-size: 32px;
  font-weight: bold;
  background: linear-gradient(transparent 60%, #f4e38c 40%);
}
@media (max-width: 1128px) {
  .pagehead-txt {
    font-size: 22px;
  }
  .pagehead-txt span {
    font-size: 28px;
  }
}
@media (max-width: 768px) {
  .pagehead-txt {
    font-size: 16px;
  }
  .pagehead-txt span {
    font-size: 20px;
  }
}

.point {
  position: relative;
  background: #e0dff0;
  padding: 40px 0;
  /*   z-index: 1; */
}
.point .page-school-ttl-en {
  color: #8081ba;
}
.point > .inner {
  z-index: 2;
  position: relative;
}
@media screen and (min-width: 768px) {
  .point {
    padding: 220px 0 120px;
  }
}

.point-list {
  margin-top: 60px;
  display: flex;
  flex-direction: column;
  gap: 60px;
}
@media screen and (min-width: 768px) {
  .point-list {
    margin-top: 140px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 100px 40px;
  }
}

.point-item {
  position: relative;
  border-radius: 20px;
  background: #fff;
  padding: 20px;
}
@media screen and (min-width: 768px) {
  .point-item {
    border-radius: 40px;
    padding: 40px 24px;
  }
}

.point-item-num {
  border-radius: 50%;
  aspect-ratio: 1/1;
  background: #8081ba;
  color: #fff;
  font-family: "Gabarito", sans-serif;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: absolute;
  line-height: 1;
  left: 50%;
  transform: translateX(-50%);
  top: -50px;
  width: 100px;
  height: 100px;
  font-size: 20px;
}
.point-item-num span {
  font-size: 50px;
}
@media (max-width: 1128px) {
  .point-item-num {
    font-size: 16px;
    top: -40px;
    width: 80px;
    height: 80px;
  }
  .point-item-num span {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  .point-item-num {
    width: 60px;
    height: 60px;
    top: -30px;
    font-size: 14px;
  }
  .point-item-num span {
    font-size: 30px;
  }
}

.point-item-img {
  border-radius: 20px;
  border: 2px solid #8081ba;
  background: #fff;
  text-align: center;
  margin: auto;
  overflow: hidden;
  aspect-ratio: 66/43;
}
.point-item-img img {
  max-width: 100%;
  display: block;
  max-height: 100%;
  object-fit: center;
  object-position: center;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .point-item-img {
    border-radius: 40px;
  }
}

.point-item-ttl {
  text-align: center;
  font-weight: bold;
  margin-top: 1em;
  font-size: 30px;
}
@media (max-width: 1128px) {
  .point-item-ttl {
    font-size: 26px;
  }
}
@media (max-width: 768px) {
  .point-item-ttl {
    font-size: 22px;
  }
}

.point-item-txt {
  margin-top: 1em;
  font-size: 22px;
}
@media (max-width: 768px) {
  .point-item-txt {
    font-size: 16px;
  }
}

.banner-content {
  position: relative;
  padding: 60px 0;
}
.banner-content:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #e0dff0;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .banner-content {
    padding: 120px 0;
  }
  .banner-content:before {
    height: 200px;
  }
}

.banner-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 85%;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .banner-list {
    flex-direction: row;
    justify-content: center;
    gap: 40px;
    max-width: 880px;
  }
}

.banner-btn {
  position: relative;
  display: inline-block;
  background: #8081ba;
  color: #fff;
  padding: 1em;
  border-radius: 15px;
  border: 1px solid #8081ba;
  padding-right: 50px;
  display: flex;
  align-items: center;
}
.banner-btn:hover {
  background: #fff;
  color: #8081ba;
  transition: 0.2s;
}
.banner-btn:hover > span {
  background: #8081ba;
}
.banner-btn:hover > span:before {
  background: #fff;
}
.banner-btn > span {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  background: #fff;
  width: 30px;
  height: 30px;
  transition: 0.2s;
}
.banner-btn > span:before {
  width: 50%;
  height: 50%;
  content: "";
  position: absolute;
  top: 50%;
  left: 55%;
  transform: translate(-50%, -50%);
  clip-path: polygon(0 100%, 100% 50%, 0 0);
  background: #8081ba;
  transition: 0.2s;
}
@media screen and (min-width: 768px) {
  .banner-btn {
    width: calc(50% - 20px);
  }
}

.banner-btn-txt {
  font-size: 20px;
  font-weight: bold;
}
.banner-btn-txt > span {
  display: block;
  font-size: 75%;
}
@media screen and (min-width: 768px) {
  .banner-btn-txt {
    font-size: 24px;
  }
}

.banner-content {
  position: relative;
}/*# sourceMappingURL=school_new.css.map */