@charset "UTF-8";

/* --------------------
top-image-section
-------------------- */
.top-image-section {
  padding-top: 0;
}
.top-image-section .top-image-wrap {
  background-image: url(/images/common/index/top-image.jpg);
  background-size: cover;
  background-position: 50% 50%;
  height: 330px;
  position: relative;
  color: #fff;
}
.top-image-section .top-image-wrap .top-title {
  position: absolute;
  bottom: 0;
  background: #0e0e0e8c;
  width: 100%;
  height: 100%;
  font-size: 2rem;
  font-weight: bold;
  padding-top: 134px;
  text-align: center;
}
.top-image-section .top-image-wrap h1 {
  font-size: 2.4rem;
}
.top-image-section .top-image-wrap .top-title-em {
  font-size: 2.8rem;
}

/* --------------------
pref-list-section
-------------------- */
.pref-list-section .pref-list-wrap {
  display: flex;
  flex-wrap: wrap;
  border: 2px solid #28c3ad;
  border-radius: 3px;
}
.pref-list-section .pref-serach-method {
  list-style: none;
  width: 186px;
  background: #f5f5f5;
}
.pref-list-section .pref-search-select {
  display: block;
  width: 100%;
  padding: 30px 20px;
  margin-bottom: 8px;
}
.pref-list-section .pref-search-select.search-selected {
  background: #fff;
}
.pref-list-section .pref-list-area {
  width: 910px;
  padding-left: 28px;
  padding-top: 28px;
}
.pref-list-section .pref-list-title {
  font-size: 1.1rem;
  margin-bottom: 7px;
}
.pref-list-section .pref-list {
  list-style: none;
  margin-bottom: 20px;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
}
.pref-list-section .pref-list-item {
  display: inline-block;
  width: 6rem;
  line-height: 1.7;
}
.pref-list-section .room-count-text {
  font-size: .85rem;
}

/* --------------------
school-list-section
-------------------- */
.school-list-section .school-list-area {
  margin-bottom: 35px;
}
.school-list-section .school-list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.school-list-section .school-list-item {
  width: 23.5%;
}
.school-list-section .school-list-item:not(:last-of-type) {
  margin-right: 15px;
}
.school-list-section .school-list-card {
  box-shadow: rgb(128 128 128 / 23%) 0px 0px 8px 1px;
  -webkit-box-shadow: rgb(128 128 128 / 23%) 0px 0px 8px 1px;
  -moz-box-shadow: rgb(128 128 128 / 23%) 0px 0px 8px 1px;
  height: 100%;
  border-radius: 6px;
}
.school-list-section .school-list-card .school-image {
  width: 100%;
  height: 134px;
  object-fit: cover;
}
.school-list-section .school-list-card .school-data {
  padding: 20px 10px;
  line-height: 1.3;
  color: initial;
}
.school-list-section .school-list-card .school-data p {
  margin-bottom: 5px;
  font-size: .85rem;
}
.school-list-section .school-list-card .school-data .school-name{
  font-weight: 700;
  font-size: 1rem;
  margin-bottom: 8px;
}
.school-list-section .school-list-more {
  margin-top: 1.5rem;
  font-size: .9rem;
  text-align: center;
  position: relative;
}
.school-list-section .school-list-more:after {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  border-top: 3px solid #1d54a7;
  border-right: 3px solid #1d54a7;
  border-top-right-radius: 2px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0;
  bottom: 0;
  margin: 2px auto auto 5px;
}
.school-list-section .school-category-title {
  font-size: .8rem;
  color: #555;
}

/* --------------------
school-recruitment-section
-------------------- */
.school-recruitment-section .container {
  text-align: center;
}
.school-recruitment-section .container p {
  margin-bottom: 1rem;
}
.school-recruitment-section .school-recruitment-banner {
  width: 600px;
  border-radius: 8px;
}
.school-recruitment-section .school-recruitment-banner:hover {
  opacity: 0.7;
}

/* --------------------
sns-share-section
-------------------- */
.sns-share-section {
  padding-top: 30px;
}