.c-page-header {
  padding: 1.5rem 1rem;
  text-align: center;
}

.c-page-header__title-en {
  position: relative;
  display: inline-block;
  color: #F3B7A3;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 32px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .c-page-header__title-en {
    font-size: 26px;
  }
}

.c-page-header__title-en::after {
  display: block;
  width: 100%;
  height: 5px;
  margin-top: 0.25rem;
  background-color: #F3B7A3;
  border-radius: 0.25rem;
  content: "";
}

.c-page-header__title-ja {
  margin-top: 1rem;
  color: #575757;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 767px) {
  .c-page-header__title-ja {
    font-size: 14px;
  }
}

.c-wave-decorator {
  position: relative;
  width: 100%;
  min-height: 156px;
}

@media screen and (max-width: 767px) {
  .c-wave-decorator {
    min-height: 80px;
  }
}

.c-wave-decorator--top {
  max-height: 156px;
}

.c-wave-decorator--bottom {
  margin-top: -1px;
}

.c-wave-decorator--top-blue {
  min-height: 40px;
  max-height: 156px;
}

@media screen and (max-width: 767px) {
  .c-wave-decorator--top-blue {
    min-height: 40px;
    max-height: 40px;
  }
}

.c-wave-decorator--bottom-blue {
  margin-top: -1px;
}

.c-wave-decorator__image {
  display: block;
  width: 100%;
  height: auto;
}

.c-wave-decorator__image--contain {
  object-fit: contain;
}

.c-section-header {
  text-align: center;
}

.c-section-header__top {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.25rem;
  margin-bottom: 1rem;
}

.c-section-header__subtitle {
  margin: 0;
  color: #f3b7a3;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 1.04px;
}

@media screen and (max-width: 767px) {
  .c-section-header__subtitle {
    font-size: 26px;
  }

  .c-section-header__subtitle::after {
    display: block;
    width: 100%;
    height: 5px;
    margin-top: 0.25rem;
    background-color: #F3B7A3;
    border-radius: 0.25rem;
    content: "";
  }
}

.c-section-header__divider {
  position: relative;
  display: none;
  width: 100%;
  height: 1px;
}

.c-section-header__divider img {
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
}

.c-section-header__title {
  margin: 0;
  color: #575757;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 24px;
  font-weight: bold;
  line-height: 46px;
  letter-spacing: 4px;
}

@media screen and (max-width: 767px) {
  .c-section-header__title {
    font-size: 14px;
    letter-spacing: 0.1em;
  }
}

.c-section-heading {
  margin: 0;
  color: #575757;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 20px;
  font-weight: bold;
}

.c-subsection-heading {
  margin: 0 0 0.75rem;
  color: #60a2a1;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 18px;
  font-weight: bold;
}

.c-department-tabs {
  display: flex;
  justify-content: center;
  margin-top: 4rem;
  margin-bottom: 2rem;
  padding: 0 1rem;
}

@media screen and (max-width: 767px) {
  .c-department-tabs {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}

.c-department-tabs__container {
  width: 100%;
  max-width: 896px;
  overflow: hidden;
  background-color: #fff;
  border-radius: 1rem;
}

.c-department-tabs__nav {
  display: flex;
}

.c-department-tabs__link {
  flex: 1;
  padding: 1rem 1.5rem;
  color: #4b5563;
  text-align: center;
  text-decoration: none;
  border-bottom: 2px solid transparent;
  transition: color 0.3s;
}

@media screen and (max-width: 767px) {
  .c-department-tabs__link {
    padding: 1rem;
  }
}

.c-department-tabs__link:hover {
  color: #60a2a1;
}

.c-department-tabs__link--active {
  color: #60a2a1;
  border-bottom-color: #60a2a1;
}

.c-department-tabs__text {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
}

@media screen and (max-width: 767px) {
  .c-department-tabs__text {
    font-size: 16px;
  }
}

.c-department-intro {
  margin-bottom: 1.5rem;
}

.c-department-intro__header {
  display: flex;
  align-items: flex-end;
  gap: 0.75rem;
  margin-bottom: 0.5rem;
}

.c-department-intro__title {
  margin: 0;
  color: #60a2a1;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 36px;
  font-weight: bold;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .c-department-intro__title {
    font-size: 28px;
  }
}

.c-department-intro__subtitle {
  padding-bottom: 0.25rem;
  color: #60a2a1;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 18px;
  line-height: 28px;
}

@media screen and (max-width: 767px) {
  .c-department-intro__subtitle {
    font-size: 16px;
  }
}

.c-department-intro__lead {
  margin: 0 0 2rem;
  color: #333;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 28px;
}

.c-department-intro__text {
  margin: 0 0 2rem;
  color: #333;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 16px;
  line-height: 26px;
}

@media screen and (max-width: 767px) {
  .c-department-intro__text {
    line-height: 2;
  }
}


.c-loading {

  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  display: flex;
  /* 後で消すこと */
  display: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}

/* .c-loading.is-loaded {
  opacity: 0;
  visibility: hidden;
}

.c-loading__img {
  margin: 0;
}

@media screen and (max-width: 767px) {
  .c-loading__img img {
    width: 150px;
  }
} */