@charset "UTF-8";

.l-header.l-header-new {
  flex-direction: column;
  padding: 2rem 0;
}
@media print, screen and (max-width:980px) {
  .l-header.l-header-new {
    height: 6rem;
    width: 100%;
    position: fixed;
    z-index: 5;
    padding: 0;
  }
}

.l-header-top {
  width: 90%;
  display: flex;
  gap: 3.4rem;
  align-items: center;
  justify-content: flex-end;
  margin: 0 auto;
}
@media print, screen and (max-width:1280px) {
  .l-header-top {
    gap: 2rem;
  }
}
@media print, screen and (max-width:980px) {
  .l-header-top {
    display: none;
  }
}

@media print, screen and (max-width:1280px) {
  .l-header__li:not(:last-child) {
    margin-right: 2rem;
  }
}

@media print, screen and (max-width:1200px) {
  .l-header__a {
    font-size: 1.4rem;
  }
}

.l-header-top__sns {
  flex-shrink: 0;
}

.l-header-top__sns a {
  display: block;
  width: 2.6rem;
}

.l-header-top__sns a img {
  width: 100%;
}

@media screen and (max-width: 1024px) {
  .l-header__icon {
    display: block;
  }
}

.l-header__icon.l-header__icon--right {
  margin-right: 0;
}

.l-header-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 90%;
  margin: 0 auto;
}

.l-header__left {
  margin-left: 0;
}

.l-header__left h1 {
  margin: 0;
}

@media print, screen and (max-width:980px) {
  .l-header__detail {
    display: none;
  }
}

@media print, screen and (max-width:980px) {
  .l-header__down {
    display: none;
  }
}

@media screen and (max-width: 980px) {
  .button {
    display: inline-block;
  }
}

@media print, screen and (min-width: 769px) {
  .p-hero {
    padding-top: 0 !important;
  }
}
@media print, screen and (min-width: 981px) {
  .p-hero {
    padding-top: 160px !important;
  }
}

.menu {
  height: auto;
}

.p-technic__text-group {
  position: static;
}

.p-technic__title {
  margin-bottom: 3rem;
}

@media screen and (max-width: 800px) {
  .p-technic__title {
    top: 5rem;
  }
}

.p-information2__more {
  text-align: right;
  margin-top: 4rem;
}

.p-information2__more .c-btn--2 {
  text-align: center;
}

.p-recruit__img {
  width: 45rem;
}

@media print, screen and (min-width: 769px) {
  .l-footer__middle {
    max-width: none;
    margin: 4rem calc(50% - 50vw) 2rem;
    width: 100vw;
  }
}

.l-footer__nav {
  flex-grow: 0;
}

.l-footer__nav.is-pp {
  margin-right: 2rem;
}
@media print, screen and (max-width:1280px) {
  .l-footer__nav.is-pp {
    margin-right: 1.6rem;
  }
}

@media print, screen and (max-width:1280px) {
  .l-footer__li:not(:last-child) {
    margin-right: 1.6rem;
  }
}

@media print, screen and (max-width:1280px) {
  .l-footer__li a {
    font-size: 1.2rem;
  }
}

.l-footer__arrow {
  margin-left: 2rem;
}
@media print, screen and (max-width:1280px) {
  .l-footer__arrow {
    margin-left: 1.6rem;
  }
}

@media screen and (max-width: 980px) {
  .l-footer__middle {
    display: none;
  }
}

@media screen and (max-width: 980px) {
  .l-footer-special {
    display: block;
  }
}

.l-footer-special__ul {
  max-width: 60rem;
  margin: 0 auto;
  justify-content: start;
}

.l-footer__up.access {
  flex-direction: column;
}

.l-footer__up.access .l-footer__right {
  width: 100%;
  padding-right: 0;
  margin-bottom: 6rem;
}

.l-footer__up.access .l-footer__map-group {
  width: 100%;
  position: relative;
}

.l-footer__up.access .l-footer__map-group::before {
  content: "";
  display: block;
  padding-top: 25.95%;
}

.l-footer__up.access .l-footer__map-group iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.l-footer__up.access .l-footer__address {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .p-access__item-text {
    margin-top: 0;
  }
}

.p-voice-inner__group .p-voice__box {
  margin-bottom: 140px;
}

.p-voice-inner__group .p-voice__box:nth-child(n+7) {
  margin-bottom: 0;
}
@media screen and (max-width: 900px) {
  .p-voice-inner__group .p-voice__box:nth-child(n+7) {
    margin-bottom: 140px;
  }
  .p-voice-inner__group .p-voice__box:last-child {
    margin-bottom: 0;
  }
}

.p-archive--voice {
  padding-bottom: 0;
}

.p-archive--voice .p-voice__group {
  margin-bottom: 0;
}

.p-menus__item-name > span.thin a {
  text-decoration: underline;
  color: #134e78;
}
.p-menus__item-name > span.thin a:link,
.p-menus__item-name > span.thin a:visited {
  color: #134e78;
}

.p-menus__item-text a {
  text-decoration: underline;
  color: #134e78;
}

.p-menus__item-text a:link,
.p-menus__item-text a:visited {
  color: #134e78;
}

.p-features {
  padding-top: 16rem;
}

.p-features__detail {
  width: 100%;
}