@charset "UTF-8";
.secIntro {
  padding: 50px 0 40px;
}
@media screen and (min-width: 768px) {
  .secIntro {
    padding: 90px 0 45px;
  }
}
.secIntro__inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  grid-gap: 23px;
}
@media screen and (min-width: 768px) {
  .secIntro__inner {
    flex-direction: row;
    align-items: flex-start;
  }
}
@media screen and (min-width: 1024px) {
  .secIntro__inner {
    align-items: flex-end;
  }
}
.secIntro__txtWrap {
  width: 100%;
}
.secIntro__txtWrap p + p {
  margin-top: 1.7em;
}
.secIntro__img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .secIntro__img {
    width: 42.3954%;
    margin-bottom: 4px;
    flex-shrink: 0;
  }
}

.recruitTtl {
  width: 100%;
  padding: 7px 16px;
  font-size: 20px;
  font-weight: 600;
  --ls:0.04em;
  --lh: 1.6;
}
@media screen and (min-width: 768px) {
  .recruitTtl {
    padding: 10px 20px;
    font-size: 24px;
  }
}

.secRequirements {
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .secRequirements {
    margin-bottom: 50px;
  }
}
.secRequirements__ttl {
  margin-bottom: 22px;
}
.secRequirements__table {
  width: 100%;
  margin-top: 22px;
}
.secRequirements__table th, .secRequirements__table td {
  --ls: 0.04em;
  vertical-align: middle;
}
.secRequirements__table th {
  padding: 7px 10px;
  background-color: #DFD5BB;
  border-bottom: 1px solid #C9C1AD;
  font-weight: 700;
  --lh: 1.6;
  text-align: center;
}
.secRequirements__table td {
  padding: 12px 0;
  border-bottom: 1px solid #E6E6E6;
}
.secRequirements__table .discList li {
  padding-left: 14px;
}
.secRequirements__table .discList li::before {
  content: "–";
  width: auto;
  height: auto;
  background-color: transparent;
  border-radius: 0;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .secRequirements__table th, .secRequirements__table td {
    width: 100%;
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .secRequirements__table {
    margin-top: 45px;
    table-layout: fixed;
  }
  .secRequirements__table th {
    width: 28.327%;
    padding: 12px 10px;
  }
  .secRequirements__table td {
    padding: 12px 24px;
  }
  .secRequirements__table td:has(.discList) {
    padding: 14px 24px;
  }
}

.secFaq {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .secFaq {
    margin-bottom: 35px;
  }
}
.secFaq__ttl {
  margin-bottom: 12px;
}
@media screen and (min-width: 768px) {
  .secFaq__ttl {
    margin-bottom: 42px;
  }
}
.secFaq__faqWrap {
  width: 100%;
  display: grid;
  grid-gap: 11px;
}
@media screen and (min-width: 768px) {
  .secFaq__faqWrap {
    grid-gap: 11px;
  }
}
.secFaq__faqBlk {
  width: 100%;
  --ls: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  grid-gap: 3px;
}
.secFaq__faqBlk_q, .secFaq__faqBlk_a {
  width: 100%;
  display: flex;
  align-items: flex-start;
  grid-gap: 10px;
}
.secFaq__faqBlk_q::before, .secFaq__faqBlk_a::before {
  font-size: 24px;
  font-weight: 500;
  font-family: var(--serif);
  --ls: 0.04em;
  --lh: 1;
  flex-shrink: 0;
}
.secFaq__faqBlk_q {
  --lh: 1.5;
}
.secFaq__faqBlk_q::before {
  content: "Q.";
  color: var(--main);
}
.secFaq__faqBlk_q_ttl {
  width: 100%;
  padding-top: 8px;
  font-weight: 700;
}
.secFaq__faqBlk_a::before {
  content: "A.";
  color: #AC8012;
  transform: translateY(-5px);
}
.secFaq__faqBlk_a_text {
  width: 100%;
}
.secFaq__faqBlk:not(:last-child) {
  padding-bottom: 12px;
  border-bottom: 1px solid #EAEAEA;
}
@media screen and (min-width: 768px) {
  .secFaq__faqBlk {
    padding: 0 24px;
    grid-gap: 5px;
  }
  .secFaq__faqBlk:not(:last-child) {
    padding-bottom: 2px;
  }
}

.secForm {
  padding: 0 0 60px;
}
@media screen and (min-width: 768px) {
  .secForm {
    padding-bottom: 100px;
  }
}
.secForm__ttl {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .secForm__ttl {
    margin-bottom: 50px;
  }
}