.p-faq_flow__ttl {
  margin-bottom: clamp(16px, 0px + 2.0833333333vw, 40px);
}

.p-faq {
  padding: 70px 0 140px;
}
@media screen and (max-width: 768px) {
  .p-faq {
    padding: 40px 0 70px;
  }
}
.p-faq__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(30.8px, 0px + 4.0104166667vw, 77px);
}
@media screen and (max-width: 768px) {
  .p-faq__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
.p-faq__content--left {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p-faq__content--right {
  width: 100%;
}
.p-faq__anchorlink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(9.8px, 0px + 1.2760416667vw, 24.5px);
}
@media screen and (max-width: 768px) {
  .p-faq__anchorlink {
    display: none;
  }
}
.p-faq__anchorlink__item {
  width: 50%;
}
.p-faq__anchorlink__item__link {
  position: relative;
  padding-right: 13px;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0em;
  font-family: "Shippori Mincho", serif;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  width: 100%;
  display: block;
}
.p-faq__anchorlink__item__link:hover {
  opacity: 0.6;
}
.p-faq__anchorlink__item__link::after {
  content: "";
  width: 3px;
  height: 6.5px;
  background-image: url(../img/common/icon_chevron_r04.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-faq__section {
  margin-bottom: clamp(32px, 0px + 4.1666666667vw, 80px);
}
@media screen and (max-width: 768px) {
  .p-faq__section {
    margin-bottom: 40px;
  }
}
.p-faq__section:last-of-type {
  margin-bottom: 0;
}
.p-faq__section__ttl {
  display: block;
  font-size: clamp(13.6px, 0px + 1.7708333333vw, 34px);
  line-height: 1.4411764706;
  letter-spacing: 0.1em;
  font-family: "Shippori Mincho", serif;
  padding-bottom: 5px;
  border-bottom: 1px solid #323232;
  font-size: 20px;
  line-height: 1.3;
  letter-spacing: 0.1em;
}
.p-faq__item {
  border-bottom: 1px solid #DDDDDD;
}
.p-faq__item__question {
  padding: 20px 50px 20px 30px;
  width: 100%;
  position: relative;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.025em;
  cursor: pointer;
}
.p-faq__item__question::before {
  content: "Q";
  font-family: "Shippori Mincho", serif;
  font-size: 24px;
  line-height: 1;
  letter-spacing: 0.1em;
  position: absolute;
  top: 18px;
  left: 0;
}
.p-faq__item__question::after {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url(../img/recruit/under/icon_plus01.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 14px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-faq__item__answer {
  background-color: #FAFAFA;
  padding: 8px 50px 20px 60px;
  font-size: 16px;
  line-height: 2.3125;
  letter-spacing: 0.025em;
  display: none;
  position: relative;
}
.p-faq__item__answer::before {
  content: "A";
  font-family: "Shippori Mincho", serif;
  font-size: 24px;
  line-height: 1;
  letter-spacing: 0.1em;
  position: absolute;
  top: 12px;
  left: 30px;
}
.p-faq__item.is-open .p-faq__item__question::after {
  background-image: url(../img/recruit/under/icon_minus01.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.p-flow {
  padding: 75px 0 160px;
  background-color: #EDEDED;
}
@media screen and (max-width: 768px) {
  .p-flow {
    padding: 40px 0 80px;
  }
}
.p-flow__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(51.2px, 0px + 6.6666666667vw, 128px);
}
@media screen and (max-width: 768px) {
  .p-flow__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
.p-flow__content--left {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p-flow__content--right {
  width: 100%;
  position: relative;
  margin-top: 16px;
}
@media screen and (max-width: 768px) {
  .p-flow__content--right {
    max-width: 500px;
    margin: 16px auto 0;
  }
}
.p-flow__list {
  position: relative;
  z-index: 1;
}
.p-flow__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(12px, 0px + 1.5625vw, 30px);
  padding: 35px 0;
  position: relative;
}
.p-flow__item::after {
  content: "";
  background-image: url(../img/recruit/faq_flow/icon_triangle01.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-repeat: no-repeat;
  width: 21px;
  height: 9px;
  position: absolute;
  bottom: -4px;
  left: 130px;
}
.p-flow__item:first-of-type {
  padding-top: 0;
}
.p-flow__item:last-of-type {
  padding-bottom: 0;
}
.p-flow__item:last-of-type::after {
  content: none;
}
.p-flow__item__img {
  width: 100px;
  height: 100px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .p-flow__item__img {
    width: 80px;
    height: 80px;
  }
}
.p-flow__item__content {
  padding-bottom: 10px;
  border-bottom: 1px solid #E6000D;
  width: 100%;
}
.p-flow__item__content__step {
  font-family: "Outfit", serif;
  font-size: 14px;
  line-height: 1.2857142857;
  letter-spacing: 0.2em;
  font-weight: 500;
  margin-bottom: 5px;
  color: #FF000F;
}
.p-flow__item__content__txt {
  font-family: "Shippori Mincho", serif;
  font-size: 28px;
  line-height: 1.4285714286;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .p-flow__item__content__txt {
    font-size: 20px;
  }
}
.p-flow__dotline {
  border-left: 2px dotted #747474;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0px;
  left: 50px;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .p-flow__dotline {
    left: 40px;
  }
}