.c-mv {
  position: relative;
  margin-bottom: 12rem;
}
@media screen and (max-width: 750px) {
  .c-mv {
    margin-bottom: 0;
  }
}
.c-mv__img {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.c-mv__img picture {
  display: block;
  width: 100%;
  height: 100%;
}
.c-mv__img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-mv .l-container {
  position: relative;
  z-index: 1;
  padding: 20rem 0;
  max-width: inherit;
  letter-spacing: 0.05em;
}
h2.c-mv__title.c-animation.u-fadein.is-active{
width: 60%;
margin: 0 auto;
 line-height: 8rem;
}

@media (min-width: 750px) {
h2.c-mv__title.c-animation.u-fadein.is-active {
    width: 750px;
    margin-left: 8rem;
    line-height: 6rem;
    text-align: left;
    background-color: rgb(255, 255, 255, 0.55);
    padding: 1.5rem;
}}


@media screen and (max-width: 750px) {
  .c-mv .l-container {
    padding: 9.1603053435rem 0;
    display: flex;
    justify-content: center;
    align-items: flex-start;
  }
}
.c-mv__title {
  font-size: var(--c-fs-h1);
  font-weight: 700;
  color: var(--c-black);
  text-align: center;
}
@media screen and (max-width: 750px) {
  .c-mv__title {
    writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    font-size: var(--c-fs-h1);
    letter-spacing: 0.1em;
    text-align: left;
    line-height: 200%;
  }
}

.u-schedule {
  padding-bottom: 12rem;
}
@media screen and (max-width: 750px) {
  .u-schedule {
    padding-bottom: 6rem;
  }
}

.c-schedule {
  max-width: 97.2rem;
  margin: 0 auto;
  border-radius: 1.6rem;
  background: var(--c-green);
  padding-bottom: 1.6rem;
}
@media screen and (max-width: 750px) {
  .c-schedule {
    margin: 0 3.6rem;
    border-radius: 3.2rem;
  }
}
.c-schedule__body {
  margin-inline: 1.6rem;
  overflow-x: auto;
}
@media screen and (max-width: 750px) {
  .c-schedule__body {
    padding: 0 3.2rem 4.8rem;
    margin: auto;
  }
}
.c-schedule__table {
  width: -moz-max-content;
  width: max-content;
  border-collapse: collapse;
  text-align: center;
  overflow: hidden;
  border-radius: 0.8rem;
  background: var(--c-white);
}
.c-schedule__table th,
.c-schedule__table td {
  border: 1px solid var(--c-green);
}
.c-schedule__table thead th {
  background: var(--c-gray-pale);
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 130%;
  padding: 1.2rem 4rem;
}
.c-schedule__table tbody th {
  background: var(--c-white);
  font-size: 2rem;
  padding: 1.8rem 2.4rem;
  font-weight: 700;
  white-space: nowrap;
  line-height: 140%;
}
.c-schedule__table tbody th span {
  margin-left: 1rem;
}
.c-schedule__table tbody td {
  font-size: 3rem;
  line-height: 130%;
  font-weight: bold;
  padding: 1.2rem 3.7rem;
}
@media screen and (max-width: 750px) {
  .c-schedule__table.-sp thead td {
    font-size: 3rem;
    padding: 5rem 0;
    font-weight: 700;
  }
  .c-schedule__table.-sp tbody th {
    font-size: 3.2rem;
    padding: 4rem;
    background: var(--c-gray-pale);
  }
  .c-schedule__table.-sp tbody td {
    font-size: 5.2rem;
    padding: 2.6rem 0;
    font-weight: bold;
  }
}
@media screen and (max-width: 750px) {
  .c-schedule__table.u-pc {
    display: none;
  }
}
.c-schedule__note {
  max-width: 96rem;
  margin: 1rem auto 3.2rem;
  font-size: 2rem;
  color: var(--c-gray-dark);
  letter-spacing: 0.05em;
  line-height: 1.9rem;
}
@media screen and (max-width: 750px) {
  .c-schedule__note {
    font-size: 2.6rem;
    margin: 2.8rem 3.2rem 5rem;
  }
}

@media screen and (max-width: 750px) {
  .c-schedule__table.-sp {
    display: table;
    width: 100%;
    border-radius: 3.2rem;
  }
}

.c-schedule__head,
.c-access__head {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.2rem;
  padding: 1.6rem 1.6rem 1.4rem;
  color: var(--c-white);
  font-size: var(--c-fs-h3);
  font-weight: 700;
  letter-spacing: 0.16em;
}
@media screen and (max-width: 750px) {
  .c-schedule__head,
  .c-access__head {
    padding: 5.6rem 2rem;
    font-size: var(--c-fs-h3);
  }
}
.c-schedule__head img,
.c-access__head img {
  width: auto;
  height: 2.5rem;
}
@media screen and (max-width: 750px) {
  .c-schedule__head img,
  .c-access__head img {
    height: 3.2rem;
  }
}

.c-access {
  max-width: 97.2rem;
  margin: 0 auto;
  border-radius: 1.6rem;
  overflow: hidden;
  background: var(--c-green);
}
@media screen and (max-width: 750px) {
  .c-access {
    margin: 0 3.6rem;
    border-radius: 3.2rem;
  }
}
.c-access__body {
  margin: 0 1.6rem 1.6rem;
  border-radius: 0.8rem;
  padding: 2rem;
  background: var(--c-white);
  text-align: center;
}
@media screen and (max-width: 750px) {
  .c-access__body {
    padding: 6.8rem 0;
    margin-inline: 3.0534351145rem;
    margin-bottom: 4.8rem;
    border-radius: 1.6rem;
  }
}
.c-access__text {
  font-size: 2rem;
  margin-bottom: 1.8rem;
  color: var(--c-green);
  line-height: 4.8rem;
  letter-spacing: 0.05em;
  font-weight: 700;
}
.c-access__text span {
  display: block;
  color: var(--c-black-soft);
  line-height: 3.2rem;
  font-weight: normal;
}
@media screen and (max-width: 750px) {
  .c-access__text {
    font-size: 2.6rem;
    margin-bottom: 4.5801526718rem;
  }
}
.c-access .c-btn__icon {
  width: auto;
  height: 2rem;
  margin-right: 1.4rem;
}
@media screen and (max-width: 750px) {
  .c-access .c-btn__icon {
    width: 2.6rem;
    height: 2.6rem;
  }
}
.c-access .c-btn__link.-pale::after {
  display: none;
}
@media screen and (max-width: 750px) {
  .c-access .c-btn__link {
    padding-block: 3.0534351145rem;
    padding-inline: 6.4885496183rem;
  }
}

.u-map {
  padding: 0 0 12rem;
}
@media screen and (max-width: 750px) {
  .u-map {
    padding: 0 0 8rem;
  }
}
.u-map .l-container {
  max-width: 1280px;
  padding: 0;
}
.u-map__inner {
  overflow: hidden;
  line-height: 0;
}
.u-map__inner iframe {
  display: block;
  width: 100%;
  height: 58rem;
  border: 0;
}
@media screen and (max-width: 750px) {
  .u-map__inner iframe {
    height: 67rem;
  }
}

.u-department {
  padding-bottom: 19rem;
}
@media screen and (max-width: 750px) {
  .u-department {
    padding-bottom: 9rem;
  }
}
.u-department__tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
  margin-bottom: 5rem;
}
@media screen and (max-width: 750px) {
  .u-department__tags {
    gap: 1.6rem 1.4rem;
    margin-bottom: 6rem;
  }
}
.u-department__tags li {
  padding: 0.8rem 3.2rem;
  border-radius: 0.6rem;
  background: var(--c-gray);
  font-size: 2.4rem;
  font-weight: 500;
  color: var(--c-black-soft);
}
@media screen and (max-width: 750px) {
  .u-department__tags li {
    padding: 2.6rem 1.6rem;
    font-size: 3.2rem;
  }
}
.u-department__subtitle {
  text-align: center;
  font-size: 3.6rem;
  font-weight: 700;
  color: var(--c-gray-dark);
  margin-bottom: 5rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 750px) {
  .u-department__subtitle {
    font-size: 3.4rem;
    margin-bottom: 5rem;
  }
}

.u-exam__flex {
  display: flex;
  flex-wrap: wrap;
  gap: 4rem;
  margin-bottom: 4rem;
}
@media screen and (max-width: 750px) {
  .u-exam__flex {
    gap: 4rem;
    margin: 0 3.2rem 4rem;
  }
}
.u-exam__flex .c-btn__link::after {
  width: 0.8rem;
  height: 1.3rem;
  border: none;
  background: url("../../images/common/arrow_right.svg") no-repeat center/contain;
  transform: translateY(-50%);
  right: 1rem;
}
@media screen and (max-width: 750px) {
  .u-exam__flex .c-btn__link::after {
    width: 1.4rem;
    height: 2.4rem;
  }
}
@media screen and (max-width: 750px) {
  .u-exam__flex .c-btn__link {
    font-size: 3.2rem;
    padding: 2.6rem 16rem;
    border-radius: 0.4rem;
  }
}
.u-exam__item {
  width: calc(50% - 2rem);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 4rem 6rem;
  background: var(--c-gray);
  border-radius: 1.6rem;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .u-exam__item {
    width: 100%;
    padding: 6rem 4rem;
  }
}
.u-exam__icon {
  margin-bottom: 1.6rem;
  height: 10rem;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 750px) {
  .u-exam__icon {
    height: 16rem;
    justify-content: center;
    margin-bottom: 3.2rem;
  }
}
.u-exam__icon img {
  width: auto;
  height: 100%;
}
.u-exam__title {
  font-size: 2.6rem;
  line-height: 3.2rem;
  letter-spacing: 0.02em;
  font-weight: 700;
  margin-bottom: 1.6rem;
}
@media screen and (max-width: 750px) {
  .u-exam__title {
    font-size: 3.6rem;
    margin-bottom: 3.2rem;
  }
}
.u-exam__lead {
  flex-grow: 1;
  font-size: 2rem;
  line-height: 3.2rem;
  letter-spacing: 0.02em;
  margin-bottom: 1.6rem;
}
@media screen and (max-width: 750px) {
  .u-exam__lead {
    font-size: 3.2rem;
    line-height: 32px;
    margin-bottom: 3.2rem;
  }
}
.u-exam__list {
  display: flex;
  flex-wrap: wrap;
  gap: 4rem;
}
@media screen and (max-width: 750px) {
  .u-exam__list {
    margin: 0 3.2rem;
  }
}
.u-exam__list-item {
  width: calc((100% - 8rem) / 3);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.6rem;
  padding: 4rem;
  background: var(--c-gray);
  border-radius: 1.6rem;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .u-exam__list-item {
    width: calc((100% - 4rem) / 2);
    padding: 6rem 2rem;
    gap: 3.2rem;
  }
}
.u-exam__list-item p {
  font-size: 2.6rem;
  line-height: 3.2rem;
  letter-spacing: 0.02em;
  font-weight: 500;
}
@media screen and (max-width: 750px) {
  .u-exam__list-item p {
    font-size: 3.6rem;
  }
}
.u-exam__list-icon {
  height: 10rem;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 750px) {
  .u-exam__list-icon {
    height: 14rem;
    justify-content: center;
  }
}
.u-exam__list-icon img {
  width: auto;
  height: 100%;
}

.u-news {
  padding: 12rem 0;
  background: var(--c-gray-bg);
}
@media screen and (max-width: 750px) {
  .u-news {
    padding: 0 0 8rem;
  }
}
.u-news__list {
  margin: 0 auto;
  gap: 2rem;
  flex-direction: column;
  display: flex;
}
@media screen and (max-width: 750px) {
  .u-news__list {
    margin: 0 3.2rem;
  }
}
@media screen and (max-width: 750px) {
  .u-news__empty {
    margin: 0 3.2rem;
  }
}
.u-news__item .u-news__link {
  display: flex;
  align-items: center;
  gap: 1.4rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 750px) {
  .u-news__item .u-news__link {
    gap: 2.5rem;
    padding: 2.6rem 0.5rem;
    flex-wrap: wrap;
  }
}
.u-news__date {
  flex-shrink: 0;
  padding: 0.8rem 1.6rem;
  background: var(--c-gray-medium);
  border-radius: 9rem;
  color: var(--c-white);
  font-size: 1.8rem;
}
@media screen and (max-width: 750px) {
  .u-news__date {
    padding: 1.5267175573rem 3.0534351145rem;
    font-size: 2.4809160305rem;
  }
}
.u-news__title {
  font-size: 2.4rem;
  line-height: 3.2rem;
}
@media screen and (max-width: 750px) {
  .u-news__title {
    width: 100%;
    font-size: 3.0534351145rem;
  }
}

.u-info {
  padding: 12rem 0 0;
}
@media screen and (max-width: 750px) {
  .u-info {
    padding: 8rem 3.2rem 0;
  }
}
.u-info__banner {
  position: relative;
  display: block;
  overflow: hidden;
}
.u-info__bg img {
  display: block;
  width: 100%;
  height: auto;
}
.u-info__body {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 750px) {
  .u-info__body {
    left: 50%;
    width: 100%;
    padding: 0 6rem;
    transform: translate(-50%, -50%);
    text-align: center;
  }
}
.u-info__body .c-btn__link {
  min-width: 400px;
  border-radius: 0;
  font-size: 2.4rem;
  letter-spacing: 0.05em;
  padding: 2rem 0;
}
@media screen and (max-width: 750px) {
  .u-info__body .c-btn__link {
    min-width: auto;
    width: 100%;
    padding-block: 4.5801526718rem;
    font-size: 3.4351145038rem;
  }
}
.u-info__title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.5rem;
  font-size: 4.6rem;
  font-weight: 700;
  color: var(--c-green);
  margin-bottom: 3.2rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 750px) {
  .u-info__title {
    justify-content: center;
    font-size: 6.8702290076rem;
    margin-bottom: 4.1984732824rem;
  }
}
@media screen and (max-width: 750px) {
  .u-info__title.-pc {
    display: none;
  }
}
.u-info__title.-sp {
  display: none;
}
@media screen and (max-width: 750px) {
  .u-info__title.-sp {
    display: block;
  }
}
.u-info__title img {
  width: auto;
  height: 6.7rem;
  flex-shrink: 0;
}
@media screen and (max-width: 750px) {
  .u-info__title img {
    display: none;
  }
}
.u-info__lead {
  font-size: 3rem;
  margin-bottom: 4.8rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 750px) {
  .u-info__lead {
    font-size: 3.8167938931rem;
    line-height: 1.75;
    font-weight: 700;
    margin-bottom: 3.5rem;
  }
}