#school #lower-title::before {
  background-image: url(../img/school/school_top.jpg);
}
@media screen and (max-width: 767px) {
  #school #lower-title::before {
    background-image: url(../img/school/school_top_sp.jpg);
  }
}
#school #read-wrapper .read-text {
  margin: 8rem 0 0;
}
@media screen and (max-width: 767px) {
  #school #read-wrapper .read-text {
    margin: 4rem 0 0;
  }
}
#school #read-wrapper .read-text h2 {
  text-align: center;
  line-height: 1.9;
  font-size: 2rem;
}
#school #read-wrapper .read-text h2.pink {
  color: var(--color-pink);
}
#school #read-wrapper .read-text p {
  margin: 4rem 0 0;
}
#school #read-wrapper .image-wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 2rem;
  margin: 3rem 0 0;
}
#school #read-wrapper .image-wrapper img {
  width: 32%;
  border-radius: 2rem 0 2rem 0;
}
@media screen and (max-width: 767px) {
  #school #read-wrapper .image-wrapper img {
    width: 100%;
  }
}
#school #movie .inner-920::before {
  content: "";
  position: absolute;
  top: -2rem;
  left: 2rem;
  width: 20rem;
  height: 12rem;
  background-color: rgba(255, 145, 183, 0.6);
  border-radius: 2rem 0 2rem 0;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  #school #movie .inner-920::before {
    left: 0;
  }
}
#school #movie .inner-920::after {
  content: "";
  position: absolute;
  bottom: -2rem;
  right: 2rem;
  width: 20rem;
  height: 12rem;
  background-color: rgba(255, 145, 183, 0.6);
  border-radius: 2rem 0 2rem 0;
}
@media screen and (max-width: 767px) {
  #school #movie .inner-920::after {
    right: 0;
  }
}
#school #movie .content-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
  padding: 5rem;
  margin: 8rem 0 0;
  background-color: var(--color-bg-pink);
  border-radius: 2rem;
  position: relative;
  gap: 3rem;
}
@media screen and (max-width: 767px) {
  #school #movie .content-wrapper {
    padding: 5rem 5%;
  }
}
#school #movie .content-wrapper::before {
  content: "Movie";
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  position: absolute;
  top: 5rem;
  left: 5rem;
  font-size: 3rem;
  color: var(--color-white);
  z-index: 2;
  text-align: center;
}
#school #movie .content-wrapper .text-wrapper {
  position: relative;
  width: 35%;
  padding: 5rem 0 0;
}
@media screen and (max-width: 767px) {
  #school #movie .content-wrapper .text-wrapper {
    width: 100%;
    padding: 8rem 0 0;
  }
}
#school #movie .content-wrapper .text-wrapper h3 {
  font-size: 2.4rem;
  display: inline;
  background: linear-gradient(transparent 60%, #ffe286 60%);
}
#school #movie .content-wrapper .text-wrapper p {
  margin: 2rem 0 0;
}
@media screen and (max-width: 767px) {
  #school #movie .content-wrapper .movie-wrapper {
    width: 100%;
  }
}
#school #movie .content-wrapper .movie-wrapper iframe {
  position: relative;
  z-index: 2;
  width: clamp(20rem, 40vw, 45rem);
  aspect-ratio: 16/9;
  height: auto;
  border: 0;
}
@media screen and (max-width: 767px) {
  #school #movie .content-wrapper .movie-wrapper iframe {
    min-width: 100%;
  }
}
#school #movie .content-wrapper .movie-wrapper iframe p {
  font-size: 1.4rem;
  margin: 1rem 0 0;
}
#school #thought {
  margin: 8rem 0 0;
}
#school #thought p {
  font-size: 1.6rem;
  line-height: 2.2;
  margin: 4rem 0 0;
  text-align: center;
}
#school #reason {
  margin: 8rem 0 0;
  background-color: var(--color-bg-pink);
  padding: 6rem 0 10rem;
}
#school #reason ul {
  margin: 8rem 0 0;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  row-gap: 6rem;
}
#school #reason ul li {
  width: 48%;
  background-color: var(--color-white);
  border-radius: 2rem;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  position: relative;
  padding: 7rem 5rem 5rem;
}
@media screen and (max-width: 767px) {
  #school #reason ul li {
    padding: 5rem 5%;
    width: 100%;
  }
}
#school #reason ul li::before {
  content: "";
  position: absolute;
  top: -4rem;
  left: 50%;
  transform: translateX(-50%);
  width: 9rem;
  height: 9rem;
  background-image: url(../img/common/icon_fukidashi_green.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
#school #reason ul li.full {
  width: 100%;
}
#school #reason ul li.full .content-item {
  margin: 3rem 0 0;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  #school #reason ul li.full .content-item {
    flex-direction: column;
  }
}
#school #reason ul li.full .content-item .text-wrapper {
  width: 48%;
}
@media screen and (max-width: 767px) {
  #school #reason ul li.full .content-item .text-wrapper {
    width: 100%;
  }
}
#school #reason ul li.full .content-item .text-wrapper h4 {
  background-color: var(--color-light-purple);
  color: var(--color-white);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  padding: 0.5rem 2rem;
  border-radius: 10rem;
  text-align: center;
}
#school #reason ul li.full .content-item .text-wrapper p {
  margin: 2rem 0 0;
  font-weight: 300;
}
#school #reason ul li.full .content-item .image-wrapper {
  width: 48%;
}
@media screen and (max-width: 767px) {
  #school #reason ul li.full .content-item .image-wrapper {
    width: 100%;
  }
}
#school #reason ul li.full .content-item .image-wrapper img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 2rem 0 2rem 0;
}
#school #reason ul li .fukidashi-title {
  position: absolute;
  top: -4.5rem;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  color: var(--color-white);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  width: 9rem;
  height: 9rem;
}
#school #reason ul li .fukidashi-title p {
  color: var(--color-white);
  line-height: 1;
  font-weight: 700;
  margin: 0;
  flex-grow: 0;
}
#school #reason ul li .fukidashi-title p.en {
  font-size: 3.2rem;
}
#school #reason ul li h3 {
  line-height: 1.7;
}
#school #reason ul li h3 span {
  color: var(--color-pink);
}
#school #reason ul li p {
  margin: 2rem 0 0;
  flex-grow: 1;
}
#school #reason ul li img {
  margin: 2rem 0 0;
  height: 17rem;
  border-radius: 2rem 0 2rem 0;
}
@media screen and (max-width: 767px) {
  #school #reason ul li img {
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
#school #facility {
  margin: 10rem 0 0;
  position: relative;
}
#school #facility::before {
  content: "";
  position: absolute;
  top: 8%;
  right: 0;
  width: 70vw;
  height: 96%;
  background-color: #e9f9ea;
  z-index: -1;
  border-radius: 4rem 0 0 4rem;
}
#school #facility ul {
  margin: 10rem 0 0;
  display: flex;
  flex-direction: column;
  row-gap: 4rem;
  position: relative;
}
#school #facility ul li {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 3rem;
}
#school #facility ul li .text-wrapper {
  width: 50%;
}
@media screen and (max-width: 767px) {
  #school #facility ul li .text-wrapper {
    width: 100%;
  }
}
#school #facility ul li .text-wrapper h3 {
  color: var(--color-news-green);
  font-size: 1.6rem;
}
#school #facility ul li .text-wrapper p {
  margin: 2rem 0 0;
}
#school #facility ul li .text-wrapper h4 {
  background-color: var(--color-light-pink);
  text-align: center;
  color: var(--color-white);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  padding: 0.5rem 2rem;
  margin: 2rem 0 0;
  font-weight: 400;
  border-radius: 10rem;
}
#school #facility ul li .image-wrapper {
  width: 43%;
}
@media screen and (max-width: 767px) {
  #school #facility ul li .image-wrapper {
    width: 100%;
  }
}
#school #facility ul li .image-wrapper img {
  border-radius: 2rem 0 2rem 0;
}
#school #facility table {
  margin: 6rem 0 0;
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}
#school #facility table tr:first-child td {
  border-top: 1px solid var(--color-border-gray);
}
#school #facility table td {
  padding: 4rem;
  border-right: 1px solid var(--color-border-gray);
  border-bottom: 1px solid var(--color-border-gray);
  vertical-align: middle;
  background-color: var(--color-white);
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  #school #facility table td {
    padding: 2rem;
  }
}
#school #facility table td span {
  color: var(--color-news-green);
}
#school #facility table td:first-child {
  text-align: center;
  color: var(--color-white);
  background-color: var(--color-news-green);
  border-left: 1px solid var(--color-border-gray);
}
#school #facility table td.left-top {
  border-top-left-radius: 2rem;
}
#school #facility table td.right-top {
  border-top-right-radius: 2rem;
}
#school #facility table td.left-bottom {
  border-bottom-left-radius: 2rem;
}
#school #facility table td.right-bottom {
  border-bottom-right-radius: 2rem;
}
#school #facility p.note {
  margin: 2rem 0 0;
}
#school #important {
  margin: 26rem 0 0;
  padding: 0 0 10rem;
  position: relative;
  background-color: #f2f4ff;
}
@media screen and (max-width: 767px) {
  #school #important {
    margin: 16rem 0 0;
    padding: 0 0 5rem;
  }
}
#school #important::before {
  content: "";
  position: absolute;
  top: 3rem;
  left: -8rem;
  width: clamp(15rem, 30vw, 36rem);
  height: 36rem;
  background-image: url(../img/school/important_01.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  #school #important::before {
    top: -7rem;
    left: -4rem;
  }
}
#school #important::after {
  content: "";
  position: absolute;
  top: -4rem;
  right: clamp(-15rem, -35vw, -17rem);
  width: clamp(20rem, 37vw, 50rem);
  height: 50rem;
  background-image: url(../img/school/important_02.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  #school #important::after {
    top: -19rem;
    right: -6rem;
  }
}
#school #important .line-title {
  text-align: center;
}
@media screen and (max-width: 767px) {
  #school #important .line-title {
    margin: 12rem 0 0;
  }
}
#school #important .line-title img {
  width: 40rem;
}
@media screen and (max-width: 767px) {
  #school #important .line-title img {
    width: 80%;
  }
}
#school #important .line-title p {
  font-size: 1.6rem;
  line-height: 2.2;
  margin: 3rem 0 0;
}
#school #important ul {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  row-gap: 12rem;
  margin: 16rem 0 0;
}
@media screen and (max-width: 767px) {
  #school #important ul {
    margin: 9rem 0 0;
    row-gap: 11rem;
    flex-direction: column;
  }
}
#school #important ul li {
  position: relative;
  width: 48%;
  background-color: var(--color-white);
  border-radius: 20rem;
  padding: 7rem 4rem 3rem;
}
@media screen and (max-width: 767px) {
  #school #important ul li {
    width: 100%;
  }
}
#school #important ul li.green {
  border: 2px dashed var(--color-news-green);
}
#school #important ul li.green p {
  color: var(--color-news-green);
}
#school #important ul li.purple {
  border: 2px dashed var(--color-light-purple);
}
#school #important ul li.purple p {
  color: var(--color-light-purple);
}
#school #important ul li .icon-wrapper {
  position: absolute;
  top: -7rem;
  left: 50%;
  transform: translateX(-50%);
}
#school #important ul li .icon-wrapper img {
  width: 29rem;
}
#school #important ul li p {
  text-align: center;
  font-weight: 600;
}
#school #voice {
  background-image: url(../img/school/bg_voice.png);
  background-size: contain;
  background-position: top center;
  background-repeat: no-repeat;
  padding: 3rem 0 0;
}
@media screen and (max-width: 767px) {
  #school #voice {
    background-size: 400vw;
  }
}
#school #voice .top-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: var(--color-white);
  box-shadow: 0 0 10rem rgba(0, 0, 0, 0.1);
  padding: 4rem;
  margin: 0 auto;
  text-align: center;
  max-width: 42rem;
}
@media screen and (max-width: 767px) {
  #school #voice .top-wrapper {
    padding: 3rem 5%;
  }
}
#school #voice .top-wrapper .icon-wrapper img {
  width: 8rem;
}
#school #voice .top-wrapper p.top {
  font-size: 1.6rem;
  margin: 1.5rem 0 0;
}
#school #voice .top-wrapper .marker-title {
  margin: 1rem 0 0;
}
#school #voice .top-wrapper p.read {
  margin: 3rem 0 0;
}
#school #voice .top-wrapper .image-wrapper {
  margin: 3rem 0 0;
}
#school #voice .top-wrapper .image-wrapper img {
  width: 100%;
}
#school #voice ul.voice-list {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  row-gap: 8rem;
  margin: 5rem 0 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  #school #voice ul.voice-list {
    row-gap: 5rem;
  }
}
#school #voice ul.voice-list::before {
  content: "";
  position: absolute;
  top: -20%;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: calc(120% + 8rem);
  background: repeating-linear-gradient(-45deg, var(--color-light-blue), var(--color-light-blue) 1px, var(--color-white) 0, var(--color-white) 10px);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  #school #voice ul.voice-list::before {
    height: calc(120% + 5rem);
  }
}
#school #voice ul.voice-list::after {
  content: "";
  display: block;
  width: 31%;
}
#school #voice ul.voice-list li {
  width: 31%;
  background-color: var(--color-white);
  border-radius: 2rem;
  border: 1px solid var(--color-light-blue);
  padding: 2rem 3rem 3rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 767px) {
  #school #voice ul.voice-list li {
    width: 100%;
  }
}
#school #voice ul.voice-list li::before {
  content: "";
  position: absolute;
  top: -1rem;
  left: -1rem;
  width: 12rem;
  height: 12rem;
  background-color: var(--color-light-blue);
  border-radius: 2rem 0 2rem 0;
  z-index: -1;
}
#school #voice ul.voice-list li::after {
  content: "";
  position: absolute;
  bottom: -1rem;
  right: -1rem;
  width: 12rem;
  height: 12rem;
  background-color: var(--color-light-blue);
  border-radius: 2rem 0 2rem 0;
  z-index: -1;
}
#school #voice ul.voice-list li .icon-wrapper {
  width: 11rem;
  height: 11rem;
  border-radius: 50%;
  background-color: var(--color-light-blue);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}
#school #voice ul.voice-list li .icon-wrapper img {
  width: 2.5rem;
}
#school #voice ul.voice-list li .icon-wrapper p {
  color: var(--color-white);
  font-weight: 700;
  font-size: 2.2rem;
  line-height: 1;
}
#school #voice ul.voice-list li h3 {
  color: var(--color-light-blue);
  font-size: 1.6rem;
  margin: 2rem 0 0;
}
#school #voice ul.voice-list li .voice {
  margin: 3rem 0 0;
}
#school #voice ul.voice-list li .voice p {
  line-height: 1.8;
}
#school #voice ul.voice-list li p.kinds {
  margin: 2rem 0 0;
  color: var(--color-light-blue);
  font-size: 1.2rem;
}
#school #voice ul.voice-list li p.gender {
  color: var(--color-light-blue);
  font-size: 1.2rem;
}
#school .btn-wrapper {
  margin: 15rem 0 0;
}
@media screen and (max-width: 767px) {
  #school .btn-wrapper {
    margin: 10rem 0 0;
  }
}
#school .btn-wrapper .btn-230 {
  margin: 0 auto;
}/*# sourceMappingURL=school.css.map */