.p-top {
  padding-bottom: 12rem;
}
@media screen and (max-width: 767px) {
  .p-top {
    padding-bottom: 7rem;
  }
}
.p-top__mv {
  background-color: #fff;
}
.p-top__mv-image {
  width: 100%;
  min-height: 45rem;
}
@media screen and (max-width: 767px) {
  .p-top__mv-image {
    min-height: 13rem;
  }
}
.p-top__mv-image-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-top__mv-body {
  margin-inline: auto;
  margin-top: 8rem;
}
.p-top__mv-title-box {
  padding-block: 2.8rem;
  background: linear-gradient(90deg, #ffffdc 0%, #f8d63e 100%);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-top__mv-title-box {
    padding: 1.2rem 1.6rem;
    text-align: left;
  }
}
.p-top__mv-title {
  margin: 0;
  color: #000079;
  font-size: 5rem;
  font-weight: 700;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .p-top__mv-title {
    font-size: 3.2rem;
  }
}
.p-top__mv-lead {
  color: #000;
  font-size: 2.4rem;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .p-top__mv-lead {
    font-size: 1.8rem;
  }
}
.p-top__mv-info {
  max-width: 84rem;
  margin-inline: auto;
}
.p-top__mv-info-row {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .p-top__mv-info-row {
    margin-top: 2rem;
    gap: 0.8rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top__mv-info-row:nth-of-type(2n) {
    align-items: flex-start;
  }
}
.p-top__mv-info-label {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 6rem;
  height: 6rem;
  background-color: #000079;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-top__mv-info-label {
    width: 4.8rem;
    height: 4.8rem;
    font-size: 1.4rem;
  }
}
.p-top__mv-info-text {
  color: #000079;
  font-size: 2.4rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-top__mv-info-text {
    font-size: 1.9rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top__mv-info-place:nth-of-type(2n) {
    display: inline-block;
    margin-top: 2rem;
  }
}
.p-top__mv-info-sup {
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .p-top__mv-info-sup {
    font-size: 1.4rem;
    letter-spacing: -0.03rem;
  }
}
.p-top__info {
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .p-top__info {
    margin-top: 2.4rem;
  }
}
.p-top__info-inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 8rem;
  row-gap: 5rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-top__info-inner {
    grid-template-columns: 1fr;
    row-gap: 2rem;
  }
}
.p-top__info-day:nth-of-type(2n) {
  margin-top: 3.2rem;
}
@media screen and (max-width: 767px) {
  .p-top__info-day:nth-of-type(2n) {
    margin-top: 1.2rem;
  }
}
.p-top__info-section {
  width: 100%;
}
.p-top__info-section--news {
  margin-inline: auto;
  padding-top: 3rem;
}
@media screen and (max-width: 767px) {
  .p-top__info-section--news {
    padding-top: 2rem;
  }
}
.p-top__info-title {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 6rem;
  padding: 1.8rem 3rem;
  font-size: 2.4rem;
  font-weight: 700;
  color: #000079;
  text-shadow: 0 0 5px white;
  border-left: solid 7px #010079;
  background: -webkit-repeating-linear-gradient(-45deg, #cce7ff, #cce7ff 3px, #e9f4ff 3px, #e9f4ff 7px);
  background: repeating-linear-gradient(-45deg, #cce7ff, #cce7ff 3px, #e9f4ff 3px, #e9f4ff 7px);
}
.p-top__info-title--new {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 6rem;
  padding: 1.8rem 3rem;
  font-size: 2.4rem;
  font-weight: 700;
  color: #000079;
  text-shadow: 0 0 5px white;
  border-left: solid 7px #010079;
  background: repeating-linear-gradient(-45deg, #f0e77a, #f0e77a 3px, #f0e77a 3px, #fbf4c9 7px);
}
.p-top__info-body {
  margin-top: 2.4rem;
}
.p-top__info-day-title {
  position: relative;
  display: inline-block;
  color: #000;
  font-size: 2rem;
  font-weight: 700;
}
.p-top__info-day-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
  height: 1rem;
  background: #ffff9b;
}
.p-top__info-list {
  margin-top: 1.6rem;
  padding-left: 2rem;
}
.p-top__info-item {
  position: relative;
  padding-left: 1.8rem;
  color: #000;
  line-height: 1.6;
}
.p-top__info-item::before {
  content: "";
  position: absolute;
  top: 0.8em;
  left: 0;
  width: 1.2rem;
  height: 1.2rem;
  background-color: #f8b500;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .p-top__info-item {
    padding-left: 2.2rem;
    font-size: 1.6rem;
  }
  .p-top__info-item::before {
    width: 1.2rem;
    height: 1.2rem;
  }
}
.p-top__info-item--nobox {
  padding-left: 0;
}
.p-top__info-item--nobox::before {
  content: none;
}
.p-top__news {
  color: #000;
  line-height: 1.5;
}
.p-top__news:nth-of-type(n + 2) {
  margin-top: 2.4rem;
}
.p-top__news-head {
  display: flex;
  align-items: flex-start;
  gap: 4rem;
}
@media screen and (max-width: 767px) {
  .p-top__news-head {
    display: block;
  }
}
.p-top__news-date {
  flex-shrink: 0;
  color: #000;
  font-size: 2.4rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-top__news-date {
    font-size: 2rem;
  }
}
.p-top__news-title {
  margin: 0;
  color: #000;
  font-size: 2.4rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-top__news-title {
    margin-top: 0.8rem;
    font-size: 2rem;
  }
}
.p-top__news-link {
  text-decoration: underline;
  transition: all 0.3s ease;
  color: #0066cc;
}
.p-top__news-link:hover {
  opacity: 0.7;
}
.p-top__news-text {
  margin-top: 2rem;
  padding-left: 2rem;
  color: #000;
  font-size: 2rem;
  overflow-wrap: anywhere;
}
@media screen and (max-width: 767px) {
  .p-top__news-text {
    margin-top: 1.6rem;
    font-size: 1.6rem;
  }
}

.p-recruitment {
  padding-bottom: 32rem;
}
@media screen and (max-width: 767px) {
  .p-recruitment {
    padding-bottom: 10rem;
  }
}

.p-access {
  padding-bottom: 8rem;
}
@media screen and (max-width: 767px) {
  .p-access {
    padding-bottom: 6rem;
  }
}
.p-access__img {
  width: 64rem;
  margin-inline: auto;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .p-access__img {
    width: 100%;
  }
}
.p-access__img img {
  display: block;
  width: 100%;
  aspect-ratio: 620/510;
  object-fit: cover;
}
.p-access__items {
  margin-top: 2rem;
}
.p-access__item {
  margin-top: 2rem;
}
.p-access__title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.8;
}
.p-access__table-wrap {
  margin-top: 1rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-access__table-wrap {
    margin-top: 1.2rem;
  }
}
.p-access__table {
  width: 100%;
}
.p-access__table th,
.p-access__table td {
  border: 0.1rem solid #231815;
  padding: 1.2rem 1.6rem;
  font-weight: 400;
  line-height: 1.56;
  text-align: left;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .p-access__table th,
  .p-access__table td {
    padding: 1.6rem;
  }
}
.p-access__table th {
  width: 25rem;
  background: #dcf0ff;
}
@media screen and (max-width: 767px) {
  .p-access__table th {
    width: 14rem;
  }
}
@media screen and (max-width: 767px) {
  .p-access__table {
    display: block;
  }
  .p-access__table td {
    padding-top: 1.4rem;
    padding-bottom: 1.4rem;
  }
}

.p-contact {
  padding-bottom: 32rem;
}
@media screen and (max-width: 767px) {
  .p-contact {
    padding-bottom: 10rem;
  }
}/*# sourceMappingURL=style.css.map */