.c-breadcrumb {
  position: absolute;
  top: 100px;
  left: calc(50% - 600px);
  z-index: 5;
  width: 1200px;
}
@media (max-width: 80em) {
  .c-breadcrumb {
    left: 40px;
  }
}
@media (max-width: 47.9375em) {
  .c-breadcrumb {
    top: 70px;
    left: 15px;
    width: calc(100% - 15px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}

@media (max-width: 47.9375em) {
  .c-breadcrumb__list {
    overflow: auto;
  }
}

.c-breadcrumb__item {
  display: inline;
  position: relative;
  font-size: 1.3rem;
}
@media (max-width: 47.9375em) {
  .c-breadcrumb__item {
    font-size: 1.1rem;
    white-space: nowrap;
  }
}
.c-breadcrumb__item + .c-breadcrumb__item {
  margin-left: 24px;
}
@media (max-width: 47.9375em) {
  .c-breadcrumb__item + .c-breadcrumb__item {
    margin-left: 16px;
  }
}
.c-breadcrumb__item + .c-breadcrumb__item::before {
  position: absolute;
  top: 7px;
  left: -17px;
  transform: rotate(45deg);
  border-top: solid 1px #bcc7e0;
  border-right: solid 1px #bcc7e0;
  width: 6px;
  height: 6px;
  content: "";
}
.c-breadcrumb--black .c-breadcrumb__item + .c-breadcrumb__item::before {
  border-color: #4d4d4d;
}
.c-breadcrumb--blue .c-breadcrumb__item + .c-breadcrumb__item::before {
  border-color: #0c3388;
}
@media (max-width: 47.9375em) {
  .c-breadcrumb__item + .c-breadcrumb__item::before {
    top: 7px;
    left: -12px;
    width: 5px;
    height: 5px;
  }
}
.c-breadcrumb__item a,
.c-breadcrumb__item span {
  display: inline-block;
  color: #bcc7e0;
}
.c-breadcrumb--black .c-breadcrumb__item a,
.c-breadcrumb--black .c-breadcrumb__item span {
  color: #4d4d4d;
}
.c-breadcrumb--blue .c-breadcrumb__item a,
.c-breadcrumb--blue .c-breadcrumb__item span {
  color: #0c3388;
}

.c-mv {
  background: url("/assets/images/components/mv_bg.png"), linear-gradient(90deg, #0d3387 0%, #0d3387 50%, #051a4d 50%, #051a4d 100%);
  background-position: center center;
  background-repeat: no-repeat;
  height: 250px;
}
@media (max-width: 47.9375em) {
  .c-mv {
    background: url("/assets/images/components/mv_bg_sp.png");
    background-size: cover;
    height: 170px;
  }
}

.c-mv__container {
  display: flex;
  position: relative;
  align-items: center;
  margin: auto;
  width: 1200px;
  height: 100%;
}
@media (max-width: 47.9375em) {
  .c-mv__container {
    width: calc(100% - 30px);
  }
}

.c-mv__group {
  position: relative;
  z-index: 1;
  margin-top: 20px;
}

.c-mv__heading {
  color: #fff;
  font-weight: 500;
  font-size: 4.4rem;
  letter-spacing: 0.04em;
}
@media (max-width: 47.9375em) {
  .c-mv__heading {
    font-size: 3rem;
  }
}

@media (max-width: 47.9375em) {
  .c-mv__heading--small {
    font-size: 2.8rem;
    letter-spacing: normal;
  }
}

@media (max-width: 47.9375em) {
  .c-mv__heading--tight {
    letter-spacing: -0.06em;
  }
}

.c-mv__heading--black {
  color: #4d4d4d;
}

.c-mv__sub-heading {
  display: block;
  position: relative;
  opacity: 0.72;
  margin-top: 10px;
  padding-left: 20px;
}
@media (max-width: 47.9375em) {
  .c-mv__sub-heading {
    margin-top: 5px;
    padding-left: 15px;
  }
}
@media (max-width: 47.9375em) {
  .c-mv__sub-heading img {
    width: auto;
    height: 11px;
  }
}
.c-mv__sub-heading::before {
  position: absolute;
  top: calc(50% + 1px);
  left: 0;
  transform: translateY(-50%);
  background-color: #fff;
  width: 10px;
  height: 1px;
  content: "";
}
@media (max-width: 47.9375em) {
  .c-mv__sub-heading::before {
    width: 8px;
  }
}

.c-heading-lv1 {
  position: relative;
  padding-bottom: 20px;
  color: #000;
  font-weight: 500;
  font-size: 3.2rem;
  letter-spacing: 0.01em;
}
@media (max-width: 47.9375em) {
  .c-heading-lv1 {
    padding-bottom: 14px;
    font-size: 2.1rem;
    line-height: 1.4285714286;
  }
}
.c-heading-lv1::before {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #0d3288;
  width: 43px;
  height: 3px;
  content: "";
}
@media (max-width: 47.9375em) {
  .c-heading-lv1::before {
    width: 30px;
    height: 2px;
  }
}
.c-heading-lv1::after {
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: #c7c7c7;
  width: calc(100% - 48px);
  height: 3px;
  content: "";
}
@media (max-width: 47.9375em) {
  .c-heading-lv1::after {
    width: calc(100% - 33px);
    height: 2px;
  }
}

.c-heading-lv2 {
  background-color: #f0f4fb;
  padding: 13px 25px;
  color: #0c3388;
  font-weight: 500;
  font-size: 2.2rem;
  letter-spacing: 0.02em;
}
@media (max-width: 47.9375em) {
  .c-heading-lv2 {
    padding: 12px 15px;
    font-size: 1.7rem;
  }
}

.c-heading-lv3 {
  border-left: 3px solid #0c3388;
  padding-left: 20px;
  color: #000;
  font-weight: 500;
  font-size: 2.2rem;
  line-height: 1.6;
  letter-spacing: 0.03em;
  text-align: left;
}
@media (max-width: 47.9375em) {
  .c-heading-lv3 {
    padding-left: 12px;
    font-size: 1.7rem;
  }
}

.scroll-hint-icon.c-scroll-hint-icon {
  top: calc(50% - 100px);
  left: calc(50% - 70px);
  background: none;
  padding: 0;
  width: 140px;
  height: 140px;
}
.is-active .scroll-hint-icon.c-scroll-hint-icon {
  opacity: 1 !important;
}
.scroll-hint-icon.c-scroll-hint-icon::before {
  animation: none !important;
  background-image: url("/assets/images/components/icon_scroll-hint.png");
  width: 140px;
  height: 140px;
}
.scroll-hint-icon.c-scroll-hint-icon::after {
  content: none;
}
.scroll-hint-icon.c-scroll-hint-icon .scroll-hint-text {
  display: none;
}

.c-disclosure-trigger {
  position: relative;
  margin-bottom: 0;
  padding-left: 65px;
}
@media (max-width: 47.9375em) {
  .c-disclosure-trigger {
    padding-left: 45px;
  }
}
.c-disclosure-trigger span {
  position: absolute;
  top: 50%;
  left: 25px;
  transform: translateY(-50%);
  background-color: #0c3388;
  width: 24px;
  height: 24px;
}
@media (max-width: 47.9375em) {
  .c-disclosure-trigger span {
    left: 15px;
    width: 20px;
    height: 20px;
  }
}
.c-disclosure-trigger span::before, .c-disclosure-trigger span::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  width: 14px;
  height: 2px;
  content: "";
}
@media (max-width: 47.9375em) {
  .c-disclosure-trigger span::before, .c-disclosure-trigger span::after {
    width: 12px;
  }
}
.c-disclosure-trigger span::after {
  transform: translate(-50%, -50%) rotate(90deg);
  transition: transform 0.3s;
}
.c-disclosure-trigger[aria-expanded=true] span::after {
  transform: translate(-50%, -50%) rotate(0deg);
}

.c-main > :not(.c-recruit) {
  color: #4d4d4d;
  font-family: "Noto Sans JP", sans-serif;
}

.c-breadcrumb__item {
  vertical-align: baseline;
}
@media (max-width: 47.9375em) {
  .c-breadcrumb__item {
    vertical-align: top;
  }
}

@media (max-width: 47.9375em) {
  .c-mv {
    height: 206px;
  }
}

.p-rhp__container {
  margin-top: 87px;
  margin-right: auto;
  margin-bottom: 120px;
  margin-left: auto;
  padding: 0 40px;
  width: 1200px;
}
@media (max-width: 47.9375em) {
  .p-rhp__container {
    margin-top: 40px;
    margin-bottom: 60px;
    padding: 0;
    width: calc(100% - 30px);
  }
}

.p-rhp__lede {
  line-height: 2.0625;
  letter-spacing: 0.02em;
}
@media (max-width: 47.9375em) {
  .p-rhp__lede {
    line-height: 2.2;
  }
}
@media (max-width: 47.9375em) {
  .p-rhp__lede {
    font-size: 1.5rem;
  }
}

.p-rhp__group {
  margin-top: 60px;
}
@media (max-width: 47.9375em) {
  .p-rhp__group {
    margin-top: 40px;
  }
}

.p-rhp__heading {
  margin-bottom: 15px;
}

.p-rhp__text {
  line-height: 2.0625;
  letter-spacing: 0.02em;
}
@media (max-width: 47.9375em) {
  .p-rhp__text {
    line-height: 2.2;
  }
}
@media (max-width: 47.9375em) {
  .p-rhp__text {
    font-size: 1.5rem;
  }
}

.p-rhp__note {
  margin-top: 20px;
}
.p-rhp__note li {
  display: flex;
  font-size: 1.4rem;
  line-height: 1.9285714286;
  letter-spacing: 0.02em;
}
.p-rhp__note li + li {
  margin-top: 15px;
}
.p-rhp__note li span {
  flex-shrink: 0;
  margin-right: 5px;
}

.p-rhp__sub-heading {
  color: #0c3388;
  font-weight: 500;
  font-size: 2rem;
  letter-spacing: 0.02em;
}
@media (max-width: 47.9375em) {
  .p-rhp__sub-heading {
    font-size: 1.7rem;
  }
}

.p-rhp__small-group {
  margin-top: 60px;
}
@media (max-width: 47.9375em) {
  .p-rhp__small-group {
    margin-top: 40px;
  }
}

.p-rhp__table-group {
  margin-top: 20px;
}

.p-rhp__table-heading {
  color: #000;
  font-weight: 500;
  font-size: 1.8rem;
  letter-spacing: 0.02em;
}
@media (max-width: 47.9375em) {
  .p-rhp__table-heading {
    font-size: 1.6rem;
  }
}

.p-rhp__table02 {
  margin-top: 20px;
  width: 100%;
}
@media (max-width: 47.9375em) {
  .p-rhp__table02 {
    display: block;
    margin-top: 15px;
    font-size: 1.5rem;
  }
}
@media (max-width: 47.9375em) {
  .p-rhp__table02 tbody {
    display: block;
    width: 100%;
  }
}
@media (max-width: 47.9375em) {
  .p-rhp__table02 tr {
    display: block;
    width: 100%;
  }
}
.p-rhp__table02 tr:last-of-type td {
  border-bottom: 1px solid #ccc;
}
.p-rhp__table02 td,
.p-rhp__table02 th {
  border: 1px solid #ccc;
  border-collapse: collapse;
  letter-spacing: 0.02em;
}
@media (max-width: 47.9375em) {
  .p-rhp__table02 td,
  .p-rhp__table02 th {
    display: block;
    width: 100%;
  }
}
.p-rhp__table02 th {
  background-color: #f0f4fb;
  padding: 15px 30px;
  width: 310px;
  font-weight: 600;
  line-height: 1.875;
  text-align: left;
}
@media (max-width: 47.9375em) {
  .p-rhp__table02 th {
    border-bottom: 0;
    padding: 6px 15px;
    width: 100%;
  }
}
.p-rhp__table02 td {
  padding: 15px 40px;
  line-height: 2.0625;
}
@media (max-width: 47.9375em) {
  .p-rhp__table02 td {
    border-bottom: 0;
    padding: 12px 15px;
    width: 100%;
    line-height: 1.6666666667;
  }
}
@media not all and (max-width: 47.9375em) {
  .p-rhp__table02 td dl {
    display: grid;
    grid-template-columns: 260px auto;
  }
}