@charset "UTF-8";
.p_kv {
 background-image: url("https://houseinfo.jp/wp-content/themes/houseinfo2025/assets/images/page/n-school/n-school_bg.jpg");
}

.p_n-school .n-school .desc {
 margin-top: -6px;
 color: #fff;
 padding-bottom: 50px;
}
@media screen and (min-width: 1024px) {
 .p_n-school .n-school .desc {
  margin-top: -8px;
 }
}
.p_n-school .n-school .desc p {
 text-align: center;
}
.p_kv .h400 {
 height: 200px;
}
@media screen and (min-width: 768px) {
 .p_kv .h400 {
  height: 400px;
 }
}
.p_n-school .schools {
 display: grid;
 grid-template-columns: 1fr;
 gap: 20px;
 margin-bottom: 40px;
}

@media screen and (min-width: 768px) {
 .p_n-school .schools {
  grid-template-columns: 1fr 1fr 1fr;
 }
}
.p_n-school .page-title {
 font-size: 1.5rem;
 font-weight: bold;
 text-align: center;
 margin-bottom: 40px;
 color: #333;
}
@media screen and (min-width: 768px) {
 .p_n-school .page-title {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
  color: #333;
 }
}

.p_n-school .school {
 text-align: center;
 background-color: #f9f9f9;
 border: 1px solid #ddd;
 border-radius: 8px;
 padding: 20px;
 box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.p_n-school .school-image {
 width: 100%;
 height: auto;
 border-radius: 8px;
 margin-bottom: 15px;
}

.p_n-school h2 {
 font-size: 1.2rem;
 color: #333;
 margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
 .p_n-school h2 {
  font-size: 1.5rem;
  color: #333;
  margin-bottom: 10px;
 }
}

.p_n-school p {
 font-size: 0.9rem;
 color: #555;
 line-height: 1.6em;
}
@media screen and (min-width: 768px) {
 .p_n-school p {
  font-size: 1rem;
  color: #555;
  line-height: 1.6em;
 }
}

/***** Banners Section *****/
.p_n-school .banners {
 text-align: center;
 margin-top: 20px;
}

.p_n-school .banner {
 display: inline-block;
 margin: 10px;
 text-align: center;
 padding: 15px 30px;
 line-height: 1.6em;
 font-size: 1rem;
 width: 300px;
 color: #fff;
 background-color: #007bff;
 text-decoration: none;
 border-radius: 8px;
 transition: background-color 0.3s ease;
}
@media screen and (min-width: 768px) {
 .p_n-school .banner {
  display: inline-block;
  margin: 10px;
  text-align: center;
  padding: 15px 30px;
  font-size: 1.2rem;
  width: 300px;
  color: #fff;
  background-color: #007bff;
  text-decoration: none;
  border-radius: 8px;
  transition: background-color 0.3s ease;
 }
}

.p_n-school .banner:hover {
 background-color: #0056b3;
}

.p_n-school .banner-enrollment {
 background-color: #28a745;
}

.p_n-school .banner-enrollment:hover {
 background-color: #1e7e34;
}

.p_n-school .banner-recruitment {
 background-color: #ffc107;
}

.p_n-school .banner-recruitment:hover {
 background-color: #e0a800;
}
