.archive-faq {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .archive-faq {
    padding: 0 30px;
  }
}

.archive-faq__pickup {
  margin-top: 80px;
}

@media screen and (max-width: 767px) {
  .archive-faq__pickup {
    margin-top: 30px;
  }
}

.archive-faq__service {
  margin-top: 80px;
}

@media screen and (max-width: 767px) {
  .archive-faq__service {
    margin-top: 40px;
  }
}

.archive-faq__body {
  margin-top: 80px;
}

@media screen and (max-width: 767px) {
  .archive-faq__body {
    margin-top: 40px;
  }
}

.archive-faq__nav {
  width: 1240px;
  margin: -50px auto 60px;
}

@media screen and (max-width: 767px) {
  .archive-faq__nav {
    width: 100%;
    margin: -20px auto 40px;
  }
}

.archive-faq__section + .archive-faq__section {
  margin-top: 80px;
}

@media screen and (max-width: 767px) {
  .archive-faq__section + .archive-faq__section {
    margin-top: 40px;
  }
}

.archive-faq__contact {
  margin-top: 80px;
}

@media screen and (max-width: 767px) {
  .archive-faq__contact {
    margin-top: 40px;
  }
}

.archive-faq__more {
  margin-top: 60px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .archive-faq__more {
    margin-top: 40px;
    padding: 0 30px;
  }
}

@media screen and (max-width: 767px) {
  .archive-faq__more .c-button.c-button--more {
    width: 100%;
    max-width: 315px;
  }
}

.faq-section__heading {
  color: #1565C0;
  font-size: 38px;
  font-weight: bold;
  line-height: 48px;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .faq-section__heading {
    font-size: 28px;
    line-height: 44px;
    margin-bottom: 20px;
  }
}

.faq-section--with-anchor {
  padding-top: 174px;
  margin-top: -174px;
}

@media screen and (max-width: 767px) {
  .faq-section--with-anchor {
    padding-top: 67px;
    margin-top: -67px;
  }
}

.faq--with-tag .faq__item:not(:first-child) {
  margin-top: 40px;
}

.faq__item:not(:first-child) {
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .service {
    margin: 0 -30px;
  }
}

.service__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 30px;
}

@media screen and (max-width: 767px) {
  .service__list {
    display: block;
  }
}

.service__item--faq {
  width: 33.333%;
}

@media screen and (max-width: 767px) {
  .service__item--faq {
    width: 100%;
  }
}

.service__item--faq + .service__item--faq {
  margin-left: 40px;
}

@media screen and (max-width: 767px) {
  .service__item--faq + .service__item--faq {
    margin-top: 50px;
    margin-left: 0;
  }
}

.service-link {
  background-color: #FFFFFF;
  -webkit-box-shadow: 0 2px 20px 0 rgba(13, 25, 66, 0.1);
  box-shadow: 0 2px 20px 0 rgba(13, 25, 66, 0.1);
  padding-top: 194px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .service-link {
    padding-top: 188px;
  }
}

.service-link:before {
  content: "";
  display: block;
  position: absolute;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 50%;
}

.service-link--occupational-health:before {
  top: -36px;
  width: 220px;
  height: 206px;
}

.service-link--occupational-health.lazyloaded:before {
  background: url(../../img/common/img_service_occupational-health.svg) no-repeat center/contain;
}

.service-link--recruitment:before {
  top: -28px;
  width: 171px;
  height: 196px;
}

.service-link--recruitment.lazyloaded:before {
  background: url(../../img/common/img_service_recruitment.svg) no-repeat center/contain;
}

.service-link--advisory:before {
  top: -28px;
  width: 189px;
  height: 196px;
}

.service-link--advisory.lazyloaded:before {
  background: url(../../img/common/img_service_advisory.svg) no-repeat center/contain;
}

.service-link--spot:before {
  top: -11px;
  width: 294px;
  height: 169px;
}

.service-link--spot.lazyloaded:before {
  background: url(../../img/common/img_service_spot.svg) no-repeat center/contain;
}

.service-link__item:not(:first-child) {
  border-top: 1px solid #E0E4E8;
}

.service-link__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  padding: 20px 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #1565C0;
  background: #F6F8FA no-repeat right 18px center;
  background-image: url(../../img/common/img_arrow_m_blue.svg);
  -webkit-transition: 200ms;
  transition: 200ms;
  opacity: 1;
}

.service-link__item a:hover {
  opacity: 0.8;
}

@media screen and (max-width: 767px) {
  .service-link__item a {
    -webkit-transition: none;
    transition: none;
  }
  .service-link__item a:hover {
    opacity: 1;
  }
}


.service-link--occupational-health .service-link__item--main a {
  font-size: 20px;
  background-color: #1565C0;
  color: #FFFFFF;
  background-image: url(../../img/common/img_arrow_m_white.svg);
}

.service-link--advisory .service-link__item--main a {
  font-size: 20px;
  background-color: #1565C0;
}

.service-link__item--main a {
  font-size: 20px;
  color: #FFFFFF;
  background-image: url(../../img/common/img_arrow_m_white.svg);
}

.service-link--recruitment .service-link__item--main a {
  background-color: #1E88E5;
}

.service-link--spot .service-link__item--main a {
  font-size: 20px;
  background-color: #03A9F4;
}

.faq-nav {
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .faq-nav {
    margin: 0 -30px 30px;
    padding: 0 30px;
    border-bottom: 2px solid #1565C0;
    height: 125px;
  }
}

.faq-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 30px;
}

@media screen and (max-width: 767px) {
  .faq-nav__list {
    padding-top: 0;
  }
}

.faq-nav__item {
  width: 25%;
}

.faq-nav__item + .faq-nav__item {
  margin-left: 40px;
}

@media screen and (max-width: 767px) {
  .faq-nav__item + .faq-nav__item {
    margin-left: 15px;
  }
}

.faq-nav-item {
  display: block;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0 2px 20px 0 rgba(13, 25, 66, 0.1);
  box-shadow: 0 2px 20px 0 rgba(13, 25, 66, 0.1);
  padding: 108px 20px 20px;
  position: relative;
  color: #434E5B;
  font-size: 20px;
  font-weight: bold;
  line-height: 32px;
  text-align: center;
  -webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.15);
  border-radius: 6px;
  -webkit-transition: 200ms;
  transition: 200ms;
  opacity: 1;
}

.faq-nav-item:hover {
  opacity: 0.8;
}

@media screen and (max-width: 767px) {
  .faq-nav-item {
    -webkit-transition: none;
    transition: none;
  }
  .faq-nav-item:hover {
    opacity: 1;
  }
}

@media screen and (max-width: 767px) {
  .faq-nav-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 13px;
    line-height: 18px;
    padding: 5px;
    height: 110px;
  }
}

.faq-nav-item.is-current {
  border-radius: 6px 6px 0 0;
  padding-bottom: 45px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 2px solid #1565C0;
  border-bottom: none;
  pointer-events: none;
}

@media screen and (max-width: 767px) {
  .faq-nav-item.is-current {
    padding-bottom: 25px;
    height: 125px;
  }
}

.faq-nav-item:before {
  content: "";
  display: block;
  position: absolute;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 50%;
}

@media screen and (max-width: 767px) {
  .faq-nav-item:before {
    content: none;
  }
}

.faq-nav-item--occupational-health:before {
  top: -44px;
  width: 173px;
  height: 129px;
}

.faq-nav-item--occupational-health.lazyloaded:before {
  background: url(../../img/common/img_service_occupational-health.svg) no-repeat center/contain;
}

.faq-nav-item--recruitment:before {
  top: -38px;
  width: 103px;
  height: 119px;
}

.faq-nav-item--recruitment.lazyloaded:before {
  background: url(../../img/common/img_service_recruitment.svg) no-repeat center/contain;
}

.faq-nav-item--advisory:before {
  top: -39px;
  width: 114px;
  height: 118px;
}

.faq-nav-item--advisory.lazyloaded:before {
  background: url(../../img/common/img_service_advisory.svg) no-repeat center/contain;
}

.faq-nav-item--spot:before {
  top: -32px;
  width: 195px;
  height: 112px;
}

.faq-nav-item--spot.lazyloaded:before {
  background: url(../../img/common/img_service_spot.svg) no-repeat center/contain;
}

.faq-anchor {
  margin-top: -2px;
  border: 2px solid #1565C0;
  padding: 40px;
  background: #FFFFFF;
}

@media screen and (max-width: 767px) {
  .faq-anchor {
    background: #F6F8FA;
    padding: 30px 20px;
    border: none;
    margin-top: 0;
  }
}

.faq-anchor__item {
  position: relative;
  display: inline-block;
  padding-left: 24px;
  color: #1565C0;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  text-decoration: underline;
  word-break: break-all;
  -webkit-transition: 200ms;
  transition: 200ms;
  opacity: 1;
}

.faq-anchor__item:hover {
  opacity: 0.8;
}

@media screen and (max-width: 767px) {
  .faq-anchor__item {
    -webkit-transition: none;
    transition: none;
  }
  .faq-anchor__item:hover {
    opacity: 1;
  }
}

@media screen and (max-width: 767px) {
  .faq-anchor__item {
    display: block;
  }
}

.faq-anchor__item:before {
  content: '';
  background: url(../../img/common/icon_textlink.svg) no-repeat center/contain;
  width: 18px;
  height: 18px;
  position: absolute;
  left: 0;
  top: 3px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.faq-anchor__item + .faq-anchor__item {
  margin-left: 40px;
}

@media screen and (max-width: 767px) {
  .faq-anchor__item + .faq-anchor__item {
    margin-left: 0;
    margin-top: 10px;
  }
}

.faq-contact {
  background: #F7F7F7;
  padding: 50px 60px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .faq-contact {
    margin: 0 -30px;
    padding: 30px;
  }
}

.faq-contact__text {
  color: #1565C0;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
}

.faq-contact__link {
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .faq-contact__link .c-button.c-button--l {
    max-width: 326px;
    width: 100%;
  }
}

.not-found {
  text-align: center;
  padding-top: 100px;
  background: url(../../img/common/img_search.svg) no-repeat center top;
}

@media screen and (max-width: 767px) {
  .not-found {
    padding: 100px 0 30px;
  }
}

.not-found__heading {
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
}

.not-found__text {
  margin-top: 12px;
  font-size: 16px;
  line-height: 20px;
}
