.p-school__schools-item {
  background-color: #F6F6F6;
  padding: 20px;
  display: flex;
  flex-direction: column;
}
.p-school__schools-items {
  flex-direction: column;
  gap: 25px;
  flex-wrap: unset;
}
@media (min-width: 767px) {
  .p-school__schools-items {
    flex-direction: row;
    gap: 30px;
    flex-wrap: wrap;
  }
}
@media (min-width: 1199px) {
  .p-school__schools-items {
    gap: 40px;
  }
}
@media (min-width: 767px) {
  .p-school__schools-item {
    width: calc((100% - 30px) / 2);
    padding: 30px;
  }
}
@media (min-width: 1199px) {
  .p-school__schools-item {
    width: calc((100% - 80px) / 3);
  }
}
.p-school__schools-item figure {
  text-align: center;
  margin: 20px 0;
}
.p-school__schools-item figure img {
  width: 100%;
}
@media (min-width: 767px) {
  .p-school__schools-item figure {
    margin: 25px 0;
  }
}
.p-school__schools-link {
  margin-top: 30px;
  margin-bottom: 0;
}
@media (min-width: 767px) {
  .p-school__schools-link {
    margin-top: 50px;
  }
}
.p-school__schools-link a {
  color: #fff;
  background-color: #1C4695;
  display: flex;
  height: 60px;
  font-weight: 500;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  padding: 0 10px;
  flex-direction: column;
  line-height: 1.5;
  transition: background-color 0.2s;
}
.p-school__schools-link a:active, .p-school__schools-link a:focus-visible {
  background-color: #66B4C4;
}
@media (any-hover: hover) {
  .p-school__schools-link a:where(:-webkit-any-link, :enabled, summary):hover {
    background-color: #66B4C4;
  }
  .p-school__schools-link a:where(:-moz-any-link, :enabled, summary):hover {
    background-color: #66B4C4;
  }
  .p-school__schools-link a:where(:any-link, :enabled, summary):hover {
    background-color: #66B4C4;
  }
}
.p-school__schools-link a > span {
  text-align: center;
}
.p-school__schools-link a > span span.u-ib svg {
  fill: #fff;
}
.p-school__schools-info:has(> p:nth-child(2)) {
  display: flex;
  gap: 30px;
}
.p-school__schools-info:has(> p:nth-child(2)) p {
  position: relative;
  width: calc((100% - 30px) / 2);
}
.p-school__schools-info:has(> p:nth-child(2)) p:nth-child(odd)::after {
  content: "";
  width: 2px;
  height: 100%;
  background-color: #000;
  position: absolute;
  top: 0;
  right: -15px;
}
.p-school__schools-name {
  margin: 0 0 auto;
  font-size: clamp(1.063rem, 0.942rem + 0.513vw, 1.25rem);
}
@media (min-width: 959px) {
  .p-school__schools-name {
    font-size: 1.25rem;
  }
}
.p-school__test .c-commonSub01 + p {
  margin-bottom: 20px;
}
@media (min-width: 767px) {
  .p-school__test .c-commonSub01 + p {
    margin-bottom: 30px;
  }
}
.p-school__test .c-plainTbl tbody th {
  width: 14.5%;
}
.p-school__test .c-plainTbl td {
  text-align: center;
  padding: 20px 15px;
}
.p-school__test .c-plainTbl td:last-child {
  width: 15.909%;
}
.p-school__scholarship .c-fileDl {
  margin-top: 40px;
}
@media (min-width: 959px) {
  .p-school__scholarship .c-fileDl {
    margin-top: 70px;
  }
}
.p-school__scholarship p.u-note {
  margin-top: 1em;
}
.p-school__certificate .c-bgBox > a {
  color: #fff;
  background-color: #1C4695;
  display: block;
  font-weight: 500;
  text-decoration: none;
  padding: 20px;
  line-height: 1.5;
  transition: background-color 0.2s;
  margin-top: 20px;
}
.p-school__certificate .c-bgBox > a:active, .p-school__certificate .c-bgBox > a:focus-visible {
  background-color: #66B4C4;
}
@media (any-hover: hover) {
  .p-school__certificate .c-bgBox > a:where(:-webkit-any-link, :enabled, summary):hover {
    background-color: #66B4C4;
  }
  .p-school__certificate .c-bgBox > a:where(:-moz-any-link, :enabled, summary):hover {
    background-color: #66B4C4;
  }
  .p-school__certificate .c-bgBox > a:where(:any-link, :enabled, summary):hover {
    background-color: #66B4C4;
  }
}
.p-school__certificate .c-bgBox > a > span {
  text-align: center;
}
.p-school__certificate .c-bgBox > a > span.c-newwindow svg {
  fill: #fff;
}
/*# sourceMappingURL=nursing-school.css.map */