.p-school__title {
  margin-bottom: 3rem;
  font-size: 4.6rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-school__title {
    font-size: 3rem;
  }
}
.p-school__title span {
  display: block;
  margin-bottom: 1rem;
  color: #1883ca;
  font-size: 2.8rem;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-school__title span {
    margin-bottom: 0.5rem;
    font-size: 1.6rem;
  }
}
.p-school__text {
  font-size: 2.8rem;
  line-height: 1.82;
}
@media screen and (min-width: 768px) {
  .p-school__text {
    font-size: 1.6rem;
  }
}
.p-school__text + .p-school__text {
  margin-top: 4rem;
}
.p-school__text--mt2 {
  margin-top: 2rem;
}
.p-school__section {
  padding: 9rem 0 11rem 0;
}
@media screen and (min-width: 768px) {
  .p-school__section {
    padding: 6.5rem 0 8rem 0;
  }
  .p-school__section:last-of-type {
    padding-bottom: 0;
  }
}
.p-school__section:not(.p-school__section--noborder) {
  position: relative;
}
.p-school__section:not(.p-school__section--noborder)::before {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 1.4rem;
  background: radial-gradient(circle, #6f6c7e 20%, transparent 21%);
  background-size: 1.4rem 1.4rem;
  content: "";
}
@media screen and (min-width: 768px) {
  .p-school__section:not(.p-school__section--noborder)::before {
    height: 2px;
    background-image: linear-gradient(90deg, #6f6c7e 0 2px, transparent 2px 6px);
    background-size: 6px 2px;
  }
}
.p-school__back {
  margin-top: 8rem;
}
@media screen and (min-width: 768px) {
  .p-school__back {
    margin-top: 6rem;
  }
  .p-school__back a {
    width: 30rem;
    height: 6.4rem;
  }
}
@media screen and (min-width: 768px) {
  .p-school__anchor {
    margin-top: -14rem;
    padding-top: 14rem;
  }
}
@media screen and (max-width: 767px) {
  .p-school__anchor {
    margin-top: -18rem;
    padding-top: 18rem;
  }
}

.p-school-path__indicator {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2rem;
}
.p-school-path__indicator-label {
  padding: 0 2rem;
  font-size: 2.8rem;
}
@media screen and (min-width: 768px) {
  .p-school-path__indicator-label {
    padding: 0 1rem;
    font-size: 1.6rem;
  }
}
.p-school-path__indicator-item {
  width: 6rem;
  height: 4rem;
  border: 0.3rem solid #e1e1e1;
}
@media screen and (min-width: 768px) {
  .p-school-path__indicator-item {
    width: 3rem;
    height: 2rem;
    border-width: 0.2rem;
  }
}
.p-school-path__indicator-item + .p-school-path__indicator-item {
  border-left: none;
}
.p-school-path__indicator-item.is-selected {
  background-color: #1883ca;
}

.p-school-header {
  padding: 3rem 0;
  background-color: #fffccf;
}
@media screen and (min-width: 768px) {
  .p-school-header .l-inner {
    position: relative;
  }
}
.p-school-header__badge {
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .p-school-header__badge {
    margin-bottom: 0;
  }
}
.p-school-header__title {
  margin-bottom: 2rem;
  font-size: 3.6rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-school-header__title {
    font-size: 2.8rem;
  }
}
.p-school-header__address, .p-school-header__phone {
  position: relative;
  padding-left: 4rem;
  font-size: 2.8rem;
}
@media screen and (min-width: 768px) {
  .p-school-header__address, .p-school-header__phone {
    padding-left: 2rem;
    padding-right: 32rem;
    font-size: 1.4rem;
  }
}
.p-school-header__address::before, .p-school-header__phone::before {
  position: absolute;
  left: 0;
  content: "";
}
.p-school-header__address {
  margin-bottom: 1rem;
}
.p-school-header__address a {
  color: #1883ca;
}
.p-school-header__address::before {
  width: 2.7rem;
  height: 3.4rem;
  background: url(../images/common/icon_map.svg) no-repeat center center/contain;
}
@media screen and (min-width: 768px) {
  .p-school-header__address::before {
    width: 1.4rem;
    height: 1.8rem;
  }
}
.p-school-header__phone::before {
  top: 0.5rem;
  width: 2.8rem;
  height: 3.6rem;
  background: url(../images/common/icon_phone.svg) no-repeat center center/contain;
  filter: brightness(0) saturate(100%) invert(46%) sepia(67%) saturate(697%) hue-rotate(162deg) brightness(85%) contrast(96%);
}
@media screen and (min-width: 768px) {
  .p-school-header__phone::before {
    top: -0.2rem;
    width: 1.7rem;
    height: 2.3rem;
  }
}
.p-school-header__anchor {
  margin: 0;
}

.p-school-main {
  padding: 5rem 0 12rem 0;
}
@media screen and (min-width: 768px) {
  .p-school-main {
    padding: 4rem 0 8rem 0;
  }
}
@media screen and (min-width: 768px) {
  .p-school-main .l-inner {
    position: relative;
  }
}
.p-school-main__headline {
  margin-bottom: 2rem;
  color: #008dce;
  font-size: 3.6rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-school-main__headline {
    margin-bottom: 3.5rem;
    margin-right: 32rem;
    font-size: 2.6rem;
  }
}
.p-school-main__note {
  margin-bottom: 5rem;
  font-size: 2.8rem;
  line-height: 1.82;
}
@media screen and (min-width: 768px) {
  .p-school-main__note {
    font-size: 1.6rem;
  }
}
.p-school-main__image {
  height: 46.5rem;
  margin-bottom: 3rem;
  position: relative;
  overflow: hidden;
}
.p-school-main__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center center;
     object-position: center center;
}
@media screen and (min-width: 768px) {
  .p-school-main__image {
    position: absolute;
    top: 0;
    right: 3rem;
    width: 30rem;
    height: 19.8rem;
    background-color: #f6f6f6;
  }
}
.p-school-main__request {
  margin-bottom: 6rem;
}
.p-school-main__request br {
  display: none !important;
}
@media screen and (min-width: 768px) {
  .p-school-main__request {
    position: absolute;
    right: 3rem;
    bottom: 0;
    margin: 0;
  }
  .p-school-main__request a, .p-school-main__request button {
    width: 30rem;
    height: 6.4rem;
    padding: 0;
    border-radius: 1.2rem;
  }
}
.p-school-main__campuses {
  margin-top: 4.5rem;
  font-size: 2.6rem;
}
@media screen and (min-width: 768px) {
  .p-school-main__campuses {
    margin-top: 4rem;
    font-size: 1.4rem;
  }
}
.p-school-main__tags {
  margin-bottom: 4.5rem;
}
@media screen and (min-width: 768px) {
  .p-school-main__tags:nth-of-type(1) {
    margin-right: 32rem;
  }
}
.p-school-main__tags-title {
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .p-school-main__tags-title {
    margin-bottom: 1.5rem;
    font-size: 2rem;
  }
}
.p-school-main__data {
  margin-top: 6rem;
}
@media screen and (min-width: 768px) {
  .p-school-main__data {
    margin-top: 4rem;
  }
}

@media screen and (min-width: 768px) {
  .p-school-subsection--flex {
    display: flex;
    -moz-column-gap: 4rem;
         column-gap: 4rem;
    align-items: flex-start;
  }
}
.p-school-subsection + .p-school-subsection {
  margin-top: 6rem;
}
.p-school-subsection__image {
  margin-bottom: 4rem;
}
@media screen and (min-width: 1024px) {
  .p-school-subsection__image {
    width: 38rem;
    margin: 0;
  }
}
@media screen and (max-width: 1023px) {
  .p-school-subsection__image {
    width: 30rem;
  }
}
@media screen and (max-width: 767px) {
  .p-school-subsection__image {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .p-school-subsection__content {
    flex: 1;
  }
}
.p-school-subsection__title {
  margin-bottom: 3rem;
  padding-bottom: 2rem;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.59;
  border-bottom: 0.4rem solid #1883ca;
}
@media screen and (min-width: 768px) {
  .p-school-subsection__title {
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    font-size: 2rem;
    border-width: 0.2rem;
  }
}
.p-school-subsection__text {
  font-size: 2.8rem;
  line-height: 1.82;
}
@media screen and (min-width: 768px) {
  .p-school-subsection__text {
    font-size: 1.6rem;
  }
}
.p-school-subsection__movie {
  width: 100%;
  aspect-ratio: 16/9;
}
.p-school-subsection__movie iframe {
  width: 100%;
  height: 100%;
}
.p-school-subsection__caption {
  margin-top: 0.5rem;
  font-size: 2.8rem;
  line-height: 1.82;
}
@media screen and (min-width: 768px) {
  .p-school-subsection__caption {
    font-size: 1.5rem;
  }
}

.p-school-news__item {
  display: flex;
  align-items: center;
  gap: 2rem;
  padding: 3rem 0 2rem 0;
}
@media screen and (min-width: 768px) {
  .p-school-news__item {
    padding: 2rem 0;
  }
}
.p-school-news__item + .p-school-news__item {
  position: relative;
}
.p-school-news__item + .p-school-news__item::before {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 1.4rem;
  background: radial-gradient(circle, #6f6c7e 20%, transparent 21%);
  background-size: 1.4rem 1.4rem;
  content: "";
}
@media screen and (min-width: 768px) {
  .p-school-news__item + .p-school-news__item::before {
    height: 2px;
    background-image: linear-gradient(90deg, #6f6c7e 0 2px, transparent 2px 6px);
    background-size: 6px 2px;
  }
}
.p-school-news__item-thumbnail {
  width: 18rem;
}
.p-school-news__item-content {
  flex: 1;
}
.p-school-news__item-date {
  font-weight: 500;
  font-size: 2.8rem;
  line-height: 1.82;
}
@media screen and (min-width: 768px) {
  .p-school-news__item-date {
    font-size: 1.6rem;
  }
}
.p-school-news__item-title {
  font-size: 2.8rem;
  line-height: 1.82;
}
@media screen and (min-width: 768px) {
  .p-school-news__item-title {
    font-size: 1.6rem;
  }
}
.p-school-news__article-date {
  font-size: 2.8rem;
  line-height: 1.82;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-school-news__article-date {
    font-size: 1.6rem;
  }
}
.p-school-news__article-title {
  margin-bottom: 3rem;
  padding-bottom: 2rem;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.59;
  border-bottom: 0.4rem solid #1883ca;
}
@media screen and (min-width: 768px) {
  .p-school-news__article-title {
    margin-bottom: 2rem;
    padding-bottom: 1rem;
    font-size: 2rem;
    border-width: 0.2rem;
  }
}
.p-school-news__article-content {
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
@media screen and (min-width: 768px) {
  .p-school-news__article-content {
    flex-direction: row;
  }
}
.p-school-news__article-thumbnail {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-school-news__article-thumbnail {
    width: 30rem;
    gap: 1rem;
  }
  .p-school-news__article-thumbnail img {
    width: 100%;
  }
}
.p-school-news__article-main {
  font-size: 2.8rem;
  line-height: 1.82;
}
@media screen and (min-width: 768px) {
  .p-school-news__article-main {
    flex: 1;
    font-size: 1.6rem;
  }
}

.p-school-access__map {
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .p-school-access__map {
    margin-bottom: 1.5rem;
  }
}
.p-school-access__map iframe {
  width: 100%;
  height: 46.5rem !important;
}
.p-school-access__address {
  font-size: 2.8rem;
  line-height: 1.82;
}
@media screen and (min-width: 768px) {
  .p-school-access__address {
    font-size: 1.6rem;
  }
}

.p-school-campus__list {
  display: grid;
  gap: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-school-campus__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }
}
.p-school-campus__item {
  position: relative;
  width: 100%;
  padding: 3rem 9.5rem 3rem 4.5rem;
  border: 0.3rem solid #e1e1e1;
  border-radius: 2.4rem;
}
.p-school-campus__item::after {
  width: 3rem;
  height: 2rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 319.9 206.6'%3E%3Cpath d='m143.05 199.55-136-136c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0l96.4 96.4 96.4-96.4c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.2 9.4-24.4 9.4-33.8 0Z' fill='%23d1edff'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  content: "";
}
@media screen and (min-width: 768px) {
  .p-school-campus__item::after {
    width: 1.5rem;
    height: 1rem;
  }
}
@media screen and (min-width: 768px) {
  .p-school-campus__item {
    padding: 2rem 3rem 2rem 3rem;
    border-radius: 1.6rem;
    border-width: 0.2rem;
  }
}
.p-school-campus__item::after {
  position: absolute;
  right: 3rem;
  top: 50%;
  display: inline-block;
  margin-top: -1rem;
  pointer-events: none;
  transform: rotate(-90deg);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 319.9 206.6'%3E%3Cpath d='m143.05 199.55-136-136c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0l96.4 96.4 96.4-96.4c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.2 9.4-24.4 9.4-33.8 0Z' fill='%231883ca'/%3E%3C/svg%3E");
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .p-school-campus__item::after {
    right: 2rem;
    margin-top: -0.5rem;
  }
}
.p-school-campus__item-title {
  margin-bottom: 1.5rem;
  font-size: 3.2rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-school-campus__item-title {
    margin-bottom: 0.5rem;
    font-size: 2.1rem;
  }
}
.p-school-campus__item-address {
  position: relative;
  padding-left: 4rem;
  font-size: 2.8rem;
}
@media screen and (min-width: 768px) {
  .p-school-campus__item-address {
    padding-left: 2rem;
    font-size: 1.5rem;
  }
}
.p-school-campus__item-address::before {
  position: absolute;
  left: 0;
  top: 0.5rem;
  width: 2.7rem;
  height: 3.4rem;
  background: url(../images/common/icon_map.svg) no-repeat center center/contain;
  content: "";
}
@media screen and (min-width: 768px) {
  .p-school-campus__item-address::before {
    top: 0;
    width: 1.4rem;
    height: 1.8rem;
  }
}

.p-school-tuition__attention {
  margin-bottom: 4rem;
  font-size: 2.8rem;
  color: #f653ad;
}
@media screen and (min-width: 768px) {
  .p-school-tuition__attention {
    margin-bottom: 2rem;
    font-size: 1.6rem;
  }
}

.p-school-message__item {
  display: flex;
  gap: 4rem;
}
.p-school-message__item + .p-school-message__item {
  margin-top: 8rem;
}
@media screen and (min-width: 768px) {
  .p-school-message__item + .p-school-message__item {
    margin-top: 6rem;
  }
}
.p-school-message__item-profile {
  width: 20rem;
  font-size: 2.8rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-school-message__item-profile {
    font-size: 1.6rem;
  }
}
.p-school-message__item-content {
  flex: 1;
}
.p-school-message__item-image {
  width: 100%;
  margin-bottom: 1rem;
  aspect-ratio: 1;
  border-radius: 50%;
  overflow: hidden;
}
.p-school-message__item-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-school-message__item-status {
  font-weight: 700;
}
.p-school-message__item-title {
  margin-bottom: 1rem;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.59;
}
@media screen and (min-width: 768px) {
  .p-school-message__item-title {
    margin-top: 2rem;
    font-size: 2rem;
  }
}
.p-school-message__item-note {
  font-size: 2.2rem;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .p-school-message__item-note {
    font-size: 1.2rem;
  }
}
.p-school-message__item-text {
  font-size: 2.8rem;
  line-height: 1.82;
}
@media screen and (min-width: 768px) {
  .p-school-message__item-text {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 767px) {
  .p-school-uniform .l-inner {
    padding: 0;
  }
}
.p-school-uniform__description {
  margin-bottom: 4rem;
  font-size: 2.8rem;
  line-height: 1.82;
}
@media screen and (min-width: 768px) {
  .p-school-uniform__description {
    font-size: 1.6rem;
  }
}
.p-school-uniform__movie {
  margin-bottom: 4rem;
}
@media screen and (min-width: 768px) {
  .p-school-uniform__slider--horizontal .p-school-uniform__slider-item {
    width: 30rem;
  }
}
.p-school-uniform__slider--vertical {
  margin-top: 4rem;
}
@media screen and (min-width: 768px) {
  .p-school-uniform__slider--vertical .p-school-uniform__slider-item {
    width: 60rem;
  }
}
.p-school-uniform__slider-item {
  display: flex;
  align-items: center;
  justify-content: center;
  height: auto;
  overflow: hidden;
}
.p-school-uniform__slider-item img {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .l-inner:has(.p-school-uniform) {
    max-width: initial;
    padding: 0;
  }
}

.p-school-request__message {
  margin: 4rem 0;
  font-size: 2.8rem;
  line-height: 1.82;
}
@media screen and (min-width: 768px) {
  .p-school-request__message {
    margin: 3rem 0;
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 768px) {
  .p-school-request__button span {
    height: 6.4rem;
    padding: 0 2rem;
  }
}/*# sourceMappingURL=school.css.map */