.p-table-list__item {
  border-bottom: 1px solid #CED8DB;
  letter-spacing: 0.04em;
  line-height: 2.125;
  font-size: 1.6rem;
  padding: 25px 0;
}
@media screen and (max-width:1024px) {
  .p-table-list__item {
    font-size: 1.3rem;
    line-height: 1.85;
    padding: 20px 0 15px;
  }
}
@media print, screen and (min-width:768px) {
  .p-table-list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.p-table-list__head {
  width: 240px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 240px;
          flex: 0 0 240px;
  font-weight: 700;
}
@media screen and (max-width:1024px) {
  .p-table-list__head {
    width: 180px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 180px;
            flex: 0 0 180px;
  }
}
@media screen and (max-width:767px) {
  .p-table-list__head {
    width: 100%;
    padding-bottom: 5px;
  }
}
@media print, screen and (min-width:768px) {
  .p-table-list__body {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
@media screen and (max-width:767px) {
  .p-table-list__body {
    width: 100%;
  }
}
.p-table-list__body .txt-note {
  font-size: 1.3rem;
  margin-top: 0.5em;
}
@media screen and (max-width:1024px) {
  .p-table-list__body .txt-note {
    font-size: 1.2rem;
    margin-top: 0;
  }
}
.p-table-list__body .list-ind-50 > li {
  text-indent: -5.25em;
  margin-left: 5.25em;
}

.faq {
  background-color: #F8F8F8;
}
.faq .l-page-header {
  background-image: url("/recruit/assets/images/faq/page-header_bg.jpg");
}
@media screen and (max-width:767px) {
  .faq .l-page-header {
    background-image: url("/recruit/assets/images/faq/page-header_bg_sp.jpg");
    background-position: center right;
  }
}
.faq .l-page-header__inner {
  height: 200px;
}
@media screen and (max-width:1024px) {
  .faq .l-page-header__inner {
    height: 160px;
    padding-bottom: 0;
  }
}

.p-anchor-link-01 {
  margin: 62px auto 80px;
}
@media screen and (max-width:767px) {
  .p-anchor-link-01 {
    margin: 36px auto 40px;
  }
}
.p-anchor-link-01 .p-anchor-link-01__item {
  background: #fff;
}
@media screen and (max-width:767px) {
  .p-anchor-link-01 .p-anchor-link-01__item {
    width: 100%;
  }
}

.c-ttl-01 {
  margin-bottom: 36px;
}
@media screen and (max-width:767px) {
  .c-ttl-01 {
    margin-bottom: 23px;
  }
}

.c-ttl-01__en {
  margin-top: 12px;
}

.faq-container-01 {
  margin-bottom: 119px;
}
@media screen and (max-width:767px) {
  .faq-container-01 {
    margin-bottom: 58px;
  }
}

.faq-block {
  background: #fff;
  padding: 63px 20px 90px;
  margin-bottom: 80px;
}
@media screen and (max-width:767px) {
  .faq-block {
    padding: 31px 20px 41px;
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: 39px;
  }
}
.faq-block__info {
  max-width: 920px;
  margin: 0 auto;
}
.faq-block__info--qa {
  border-bottom: 1px solid #707070;
  padding: 30px 0 32px;
}
@media screen and (max-width:767px) {
  .faq-block__info--qa {
    padding: 22px 0 22px;
  }
}
.faq-block__info--q {
  position: relative;
  font-size: 2.2rem;
  color: #0F2350;
  padding-left: 65px;
  font-weight: bold;
  cursor: pointer;
  padding-right: 30px;
}
@media screen and (max-width:767px) {
  .faq-block__info--q {
    font-size: 1.5rem;
    line-height: 1.466;
    padding-left: 30px;
  }
}
.faq-block__info--q::before {
  content: "";
  background-image: url("/recruit/assets/images/faq/icon-q.png");
  background-size: cover;
  width: 32px;
  height: 56px;
  position: absolute;
  top: -8px;
  left: 0;
}
@media screen and (max-width:767px) {
  .faq-block__info--q::before {
    width: 18px;
    height: 32px;
    top: -5px;
  }
}
.faq-block__info--q .faq-block__icon {
  width: 20px;
  height: 20px;
  margin: 0;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (max-width:767px) {
  .faq-block__info--q .faq-block__icon {
    width: 16px;
    height: 16px;
  }
}
.faq-block__info--q .faq-block__icon::before, .faq-block__info--q .faq-block__icon::after {
  content: "";
  position: absolute;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: -webkit-transform 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: transform 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: transform 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95), -webkit-transform 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  background: #707070;
}
.faq-block__info--q .faq-block__icon::before {
  width: 1px;
  top: 0;
  left: 50%;
  height: 100%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.faq-block__info--q .faq-block__icon::after {
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.faq-block__info--q.is-active .faq-block__icon::before {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.faq-block__info--q.is-active .faq-block__icon::after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.faq-block__info--a {
  font-size: 1.8rem;
  line-height: 2;
  display: none;
  padding-left: 65px;
  margin-top: 15px;
}
@media screen and (max-width:767px) {
  .faq-block__info--a {
    font-size: 1.2rem;
    line-height: 1.75;
    padding-left: 30px;
    margin-top: 13px;
  }
}
.faq-block__info--a a {
  color: #0058C4;
  text-decoration: underline;
}
.faq-block__info--a a:hover {
  text-decoration: none;
}
.faq-block__info--a .tel {
  pointer-events: none;
  text-decoration: none;
}
@media screen and (max-width:767px) {
  .faq-block__info--a .tel {
    pointer-events: auto;
  }
}
.faq-block__info--a .t-ind {
  text-indent: -18px;
  margin-left: 15px;
  display: block;
}
@media screen and (max-width:767px) {
  .faq-block__info--a .t-ind {
    text-indent: -13px;
  }
}