@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,700;1,700&display=swap');

br.sp {
  display: inline;
}

br.pc {
  display: none;
}

.p-school {
  position: relative;
  top: 0;
  left: 0;
  z-index: 0;
  padding: 40px 16px;
  overflow: hidden;
}

.p-school__section__body {
  padding: 0 20px;
}

.p-school__inner {
  margin: auto;
}

.p-school__description,
.p-school__text {
  margin-top: 20px;
  font-size: 14px;
  line-height: 1.8;
}

.p-school__description--intro,
.p-school__text--intro {
  margin-top: 0;
}

.p-school__description a,
.p-school__text a {
  color: #52b7f6;
  text-decoration: underline;
}

.p-school__description strong,
.p-school__text strong {
  color: #d34444;
}

.p-school__text {
  margin-top: 20px;
}

.p-school__section {
  position: relative;
  top: 0;
  left: 0;
  z-index: 0;
  margin-top: 40px;
}

.p-school__subTitle {
  padding-bottom: 10px;
  margin-top: 40px;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.05em;
  border-bottom: 2px solid #282828;
}

.p-school__table {
  margin-top: 20px;
}

.p-school__table table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  border-top: 1px solid #282828;
}

.p-school__table table tr {
  width: 100%;
}

.p-school__table table th {
  color: #282828;
  background-color: #f2f4f6;
}

.p-school__table table td {
  background-color: #fff;
}

.p-school__table table td a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-school__table table td svg {
  margin-left: 10px;
}

.p-school__table table th,
.p-school__table table td {
  padding: 12px;
  font-size: 14px;
}

.p-school__table table p {
  text-align: left;
}

.p-school__table__head {
  font-size: 16px;
  font-weight: 700;
}

.p-school__table__body {
  padding-bottom: 18px;
  margin-top: 20px;
  overflow-x: auto;
  scrollbar-width: thin;
  scrollbar-color: #282828 #f2f4f6;
}

.p-school__table--01 table th {
  border-bottom: 1px solid #282828;
}

.p-school__table--01 table td {
  border-bottom: 1px solid #282828;
  border-left: 1px solid #282828;
}

.p-school__table--01 table th,
.p-school__table--01 table td {
  width: 50%;
  text-align: center;
}

.p-school__table--01 .borderLeft0 {
  border-left: 0;
}

.p-school__table--01.col3 table th,
.p-school__table--01.col3 table td {
  width: 33.3%;
}

.p-school__table--02 table th {
  border-bottom: 1px solid #282828;
}

.p-school__table--02 table th:not(:first-child) {
  border-left: 1px solid #282828;
}

.p-school__table--02 table td {
  border-bottom: 1px solid #282828;
}

.p-school__table--02 table td:not(:first-child) {
  border-left: 1px solid #282828;
}

.p-school__table--02 table th,
.p-school__table--02 table td {
  width: 50%;
  text-align: center;
}

.p-school__table--03 thead {
  width: 100%;
  font-weight: 700;
  color: #fff;
  background-color: #f2f4f6;
}

.p-school__table--03 tbody td:not(:last-child) {
  text-align: center;
}

.p-school__table--03 th,
.p-school__table--03 td {
  width: 25%;
  white-space: nowrap;
}

.p-school__table--03 td {
  border-bottom: 1px solid #282828;
}

.p-school__table--03 td:not(:first-child) {
  border-left: 1px solid #282828;
}

.p-school__table--03 th {
  border-bottom: 1px solid #282828;
}

.p-school__table--03 th:not(:first-child) {
  border-left: 1px solid #282828;
}

.p-school__table--03 .u-center {
  text-align: center;
}

.p-school__table--03 .first {
  border-left: 1px solid #282828;
}

.p-school__table .u-left {
  text-align: left;
}

.p-school__sup {
  margin-top: 10px;
  font-size: 14px;
}

.p-school__sup li {
  padding-left: 1em;
  text-indent: -1em;
}

.p-school__sup--red li {
  color: #d34444;
}

.p-school__list {
  margin-top: 20px;
}

.p-school__list li {
  padding-left: 1em;
  font-size: 14px;
  line-height: 1.8;
  text-indent: -1em;
  letter-spacing: 0.05em;
}

.p-school__list--step span {
  font-weight: 700;
}

.p-school__items {
  padding: 20px;
  margin-top: 20px;
  background-color: #f5f5f5;
  border-radius: 10px;
}

.p-school__items__title {
  padding-bottom: 10px;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.05em;
  border-bottom: 2px solid #282828;
}

.p-school__item:not(:first-child) {
  margin-top: 40px;
}

.p-school__image {
  margin-top: 20px;
}

.p-school__image img {
  width: 100%;
  height: auto;
}

.p-school__image img.sp {
  display: block;
}

.p-school__image img.pc {
  display: none;
}

.p-school__info {
  padding: 20px;
  margin-top: 20px;
  background-color: #f5f5f5;
  border-radius: 10px;
}

.p-school__info dl {
  display: table;
  width: 100%;
}

.p-school__info dl:not(:last-child) {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #282828;
}

.p-school__info dt {
  margin-bottom: 4px;
  font-weight: 700;
}

.p-school__info dt,
.p-school__info dd {
  font-size: 14px;
}

.p-school__info--row dl {
  display: block;
}

.p-school__info--row dl dt {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #282828;
}

.p-school__info--row dl dt,
.p-school__info--row dl dd {
  display: block;
  width: 100%;
}

.p-school__info--row dl:not(:last-child) {
  border: 0;
}

.p-school__acc {
  margin-top: 20px;
}

.p-school__acc__head {
  position: relative;
  z-index: 0;
  padding-top: 12px;
  padding-bottom: 12px;
  overflow: hidden;
  cursor: pointer;
}

.p-school__acc__title {
  padding-bottom: 10px;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.05em;
  border-bottom: 2px solid #282828;
}

.p-school__acc__head > i {
  position: absolute;
  top: 30%;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 12px;
  height: 12px;
}

.p-school__acc__head > i::before,
.p-school__acc__head > i::after {
  position: absolute;
  z-index: 0;
  display: block;
  content: '';
  background-color: #282828;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.p-school__acc__head > i::before {
  width: 100%;
  height: 2px;
}

.p-school__acc__head > i::after {
  width: 2px;
  height: 100%;
}

.p-school__acc__head.is-active > i::after {
  opacity: 0;
}

.p-school__acc__head.is-active > i::after,
.p-school__acc__head.is-active > i::before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.p-school__acc__body {
  position: relative;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  max-height: 0;
  margin-top: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.5s, padding 0.2s 0.2s;
  transition: max-height 0.5s, padding 0.2s 0.2s;
}

.p-school__acc__body .p-school__table {
  margin-top: 0;
}

.p-school__acc__body.is-open {
  padding-top: 20px;
  padding-bottom: 10px;
  -webkit-transition: max-height 0.5s, padding 0.2s;
  transition: max-height 0.5s, padding 0.2s;
}

.p-school__item {
  margin-top: 20px;
}

.p-school__item:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.p-school__item__head {
  max-width: 620px;
  overflow: hidden;
  border-radius: 10px;
}

.p-school__item__head img {
  display: block;
  width: 100%;
  height: auto;
}

.p-school__item__body {
  margin-top: 20px;
}

.p-school__item__title {
  font-size: 18px;
  font-weight: bold;
}

.p-school__item__text {
  margin-top: 10px;
  font-size: 14px;
  line-height: 2;
}

.p-school__item__text li {
  padding-left: 1em;
  font-size: 14px;
  line-height: 1.8;
  text-indent: -1em;
  letter-spacing: 0.05em;
}

.p-school__btn {
  margin-top: 40px;
}

.p-btn-school {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-btn-school img {
  width: 80px;
  margin-right: 10px;
  margin-left: 0;
}

@media (prefers-color-scheme: light) {
  :root {
    --color-base: #ffffff;
    --color-bg: #3b3f43;
    --color-main: #032f40;
    --color-sub: #011c26;
    --color-point: #5c7073;
  }
}

@media (prefers-color-scheme: dark) {
  :root {
    --color-base: #000;
    --color-bg: #3b3f43;
    --color-main: #287496;
    --color-sub: #37a1d0;
    --color-point: #d0b737;
  }
}

@media (min-width: 1024px) {
  br.sp {
    display: none;
  }
  br.pc {
    display: inline;
  }
  .p-school__image img.sp {
    display: none;
  }
  .p-school__image img.pc {
    display: block;
  }
}

@media only screen and (min-width: 1024px) {
  .p-school {
    padding: 80px 60px 60px;
  }
  .p-school__inner {
    max-width: 1320px;
  }
  .p-school__description,
  .p-school__text {
    margin-top: 40px;
  }
  .p-school__section {
    margin-top: 60px;
  }
  .p-school__subTitle {
    font-size: 18px;
  }
  .p-school__list li {
    font-size: 14px;
  }
  .p-school__items {
    padding: 40px;
  }
  .p-school__items__title {
    font-size: 18px;
  }
  .p-school__info {
    padding: 40px;
  }
  .p-school__info dl:not(:last-child) {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .p-school__info dt {
    width: 20%;
    margin-bottom: 0;
  }
  .p-school__info dt,
  .p-school__info dd {
    display: table-cell;
    font-size: 16px;
  }
  .p-school__acc__title {
    font-size: 18px;
  }
  .p-school__acc__head > i {
    right: 20px;
  }
  .p-school__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 40px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
  }
  .p-school__item:nth-child(even) .p-school__item__body {
    margin-right: 40px;
    margin-left: 0;
  }
  .p-school__item__body {
    width: 620px;
    margin-top: 0;
    margin-left: 40px;
  }
  .p-school__item__title {
    font-size: 22px;
  }
  .p-school__item__text {
    margin-top: 30px;
  }
}

@media only screen and (max-width: 1023px) {
  .p-school__list--step li {
    padding-left: 4.5em;
    text-indent: -4.5em;
  }
}
