body.single-job main {
  box-sizing: border-box;
  width: 100%;
  padding-bottom: 14rem;
  display: block;
}

body.single-job main img {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

body.single-job .mainw {
  box-sizing: border-box;
  max-width: 1400px;
  margin-inline: auto;
  padding-inline: clamp(16px, 5vw, 3.2rem);
}

ruby {
  display: inline;
}

rb {
  white-space: normal;
}

rt {
  white-space: nowrap;
}

.c-text strong {
  font-weight: 700;
}

body.single-job .job-message {
  padding: 4rem 1.6rem;
}

body.single-job .job-password-form-wrap {
  padding-top: calc(80px + 2rem);
  padding-bottom: 4rem;
  max-width: 1400px;
  margin-inline: auto;
  padding-inline: clamp(16px, 5vw, 3.2rem);
}

body.single-job .job-password-form-wrap .post-password-form {
  margin: 0;
}

body.single-job .job-password-form-wrap .post-password-form label {
  margin-bottom: .6rem;
  font-weight: 700;
  display: block;
}

body.single-job .job-password-form-wrap .post-password-form input[type="password"] {
  box-sizing: border-box;
  border: 1px solid #1118271f;
  border-radius: .4rem;
  width: 100%;
  max-width: 28rem;
  margin-bottom: 1rem;
  padding: .8rem 1rem;
  font-size: 1.6rem;
}

body.single-job .job-password-form-wrap .post-password-form input[type="submit"] {
  cursor: pointer;
  color: #fff;
  background: #2563eb;
  border: none;
  border-radius: .4rem;
  padding: .8rem 1.6rem;
  font-size: 1.4rem;
  font-weight: 700;
}

.p-head {
  margin-bottom: 0;
  padding-bottom: 0;
}

.p-head-wrap {
  border-bottom: .1rem solid #6b7280;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 2.4rem;
  display: flex;
}

@media (width <= 767px) {
  .p-head-wrap {
    flex-direction: column;
    align-items: flex-start;
    gap: 2.4rem;
  }
}

.p-head__ttl {
  flex-direction: column-reverse;
  display: flex;
}

.p-head__logo {
  max-width: 28.8rem;
}

@media (width <= 767px) {
  .p-head__logo {
    align-self: center;
  }
}

.p-head__catch {
  color: #2563eb;
  margin-bottom: 1rem;
  font-size: clamp(1.4rem, 4.266vw, 2.8rem);
  font-weight: 700;
}

@media (width >= 768px) {
  .p-head__catch {
    font-size: 2.56rem;
  }
}

.p-head h2 {
  text-align: left;
  font-size: 4.26rem;
  font-weight: 700;
  line-height: 1.3;
}

@media (width <= 767px) {
  .p-head h2 {
    font-size: clamp(3.2rem, 8.53333vw, 6.4rem);
  }
}

.p-head ruby {
  ruby-position: over;
  line-height: 1.1;
}

.p-head rt {
  color: #6b7280;
  font-size: clamp(1.365rem, 4.26667vw, 3.2rem);
  line-height: 1;
  display: inline;
}

@media (width >= 768px) {
  .p-head rt {
    font-size: 1.6rem;
  }
}

.p-info {
  padding-top: 2.4rem;
}

.p-info-wrap {
  align-items: center;
  gap: 0 2.4rem;
  margin-bottom: 4rem;
  display: flex;
}

.p-info-wrap span, .p-info-wrap img {
  vertical-align: middle;
  color: #6b7280;
}

.p-info-wrap p {
  align-items: center;
  gap: 0 .24rem;
  font-size: clamp(1.365rem, 4.26667vw, 3.2rem);
  display: flex;
}

@media (width >= 768px) {
  .p-info-wrap p {
    font-size: 1.6rem;
  }
}

.p-info-img {
  grid-template-columns: repeat(2, 1fr);
  gap: 3.2rem;
  display: grid;
}

@media (width <= 767px) {
  .p-info-img {
    gap: 1.6rem;
  }
}

.p-info__item {
  border: .1rem solid #6b7280;
  margin-bottom: 4rem;
}

.p-info__item img {
  object-fit: cover;
  aspect-ratio: 736 / 455;
  object-position: bottom;
  width: 100%;
}

.p-info__tag {
  background-color: #fff;
  align-items: center;
  gap: 0 .8rem;
  margin-bottom: 6.4rem;
  padding: 1.6rem 1.2rem;
  display: flex;
}

.p-info__tag ul {
  flex-wrap: wrap;
  align-items: center;
  gap: .4rem;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}

.p-info__tag li {
  list-style: none;
}

.p-info__tag {
  font-size: clamp(1.4rem, 3.73333vw, 2.8rem);
}

@media (width >= 768px) {
  .p-info__tag {
    font-size: 1.4rem;
  }
}

.p-info__tag ul {
  gap: .6rem 1rem;
}

.p-info__tag a {
  background: #f3f4f6;
  border: 1px solid #1118271f;
  justify-content: center;
  align-items: center;
  padding: .3rem .8rem;
  text-decoration: none;
  display: inline-flex;
}

.p-info__text {
  max-width: 64.8rem;
  margin: 0 auto 10.8rem;
  font-size: clamp(1.365rem, 4.26667vw, 3.2rem);
}

@media (width <= 767px) {
  .p-info__text {
    margin-bottom: clamp(6.4rem, 14.4vw, 10.8rem);
  }
}

@media (width >= 768px) {
  .p-info__text {
    font-size: 1.6rem;
  }
}

.p-info__town {
  font-weight: 700;
}

.p-interview__ttl {
  margin: 0 0 clamp(4rem, 8.53333vw, 6.4rem);
}

.p-interview__ttl .--en {
  letter-spacing: .025em;
  color: #2563eb;
  font-family: futura-pt, sans-serif;
  font-size: clamp(3.2rem, 8.53333vw, 6.4rem);
  font-weight: 700;
  line-height: 1;
  display: block;
}

.p-interview__ttl .--ja {
  letter-spacing: .1em;
  color: #6b7280;
  margin-top: clamp(1.2rem, 3.2vw, 2.4rem);
  font-family: Noto Sans JP, Noto Sans CJK JP, sans-serif;
  font-size: clamp(1.4rem, 3.73333vw, 2.8rem);
  font-weight: 400;
  line-height: 1;
  display: block;
}

@media (width >= 768px) {
  .p-interview__ttl {
    margin: 0 0 6.4rem;
  }

  .p-interview__ttl .--en {
    font-size: 4.8rem;
  }

  .p-interview__ttl .--ja {
    margin-top: 1.6rem;
    font-size: 1.6rem;
  }
}

.p-interview {
  background-color: #f3f4f6;
  margin-bottom: 10.8rem;
}

@media (width <= 767px) {
  .p-interview {
    margin-bottom: clamp(6.4rem, 14.4vw, 10.8rem);
  }
}

.p-interview-img {
  margin-bottom: 10.8rem;
}

@media (width <= 767px) {
  .p-interview-img {
    margin-bottom: clamp(6.4rem, 14.4vw, 10.8rem);
  }
}

.p-interview-img img {
  object-fit: cover;
  aspect-ratio: 1 / .3;
  object-position: bottom;
  width: 100%;
}

.p-interview__list {
  max-width: 99.1rem;
  margin-left: auto;
  margin-right: auto;
}

.p-interview .list__img {
  text-align: center;
  margin-bottom: 4rem;
}

.p-interview h3 {
  color: #2563eb;
  margin-bottom: 1rem;
  padding-left: 1.6rem;
  padding-right: 1.6rem;
  font-size: clamp(2rem, 3.41333vw, 2.56rem);
  font-weight: 700;
  line-height: 1.5;
}

@media (width >= 768px) {
  .p-interview h3 {
    font-size: 2.56rem;
  }
}

@media (width <= 767px) {
  .p-interview h3 {
    padding-left: 0;
    padding-right: 0;
  }
}

.p-interview h3 + div {
  margin-bottom: 8rem;
  padding-left: 1.6rem;
  padding-right: 1.6rem;
}

@media (width <= 767px) {
  .p-interview h3 + div {
    padding-left: 0;
    padding-right: 0;
  }
}

.p-schedule {
  margin-bottom: 10.8rem;
}

@media (width <= 767px) {
  .p-schedule {
    margin-bottom: clamp(6.4rem, 14.4vw, 10.8rem);
  }
}

.p-schedule__ttl {
  margin: 0 0 clamp(4rem, 8.53333vw, 6.4rem);
}

.p-schedule__ttl .--en {
  letter-spacing: .025em;
  color: #2563eb;
  font-family: futura-pt, sans-serif;
  font-size: clamp(3.2rem, 8.53333vw, 6.4rem);
  font-weight: 700;
  line-height: 1;
  display: block;
}

.p-schedule__ttl .--ja {
  letter-spacing: .1em;
  color: #6b7280;
  margin-top: clamp(1.2rem, 3.2vw, 2.4rem);
  font-family: Noto Sans JP, Noto Sans CJK JP, sans-serif;
  font-size: clamp(1.4rem, 3.73333vw, 2.8rem);
  font-weight: 400;
  line-height: 1;
  display: block;
}

@media (width >= 768px) {
  .p-schedule__ttl {
    margin: 0 0 6.4rem;
  }

  .p-schedule__ttl .--en {
    font-size: 4.8rem;
  }

  .p-schedule__ttl .--ja {
    margin-top: 1.6rem;
    font-size: 1.6rem;
  }
}

.p-schedule__note {
  opacity: .85;
  margin-top: 1.6rem;
}

.p-schedule__list {
  margin-top: 3.2rem;
  padding: 0;
  list-style: none;
}

.p-schedule__item {
  grid-template-columns: 11rem 1fr;
  gap: 1.6rem 2.4rem;
  padding: 2.4rem 0;
  font-size: clamp(1.365rem, 4.26667vw, 3.2rem);
  display: grid;
  position: relative;
}

@media (width >= 768px) {
  .p-schedule__item {
    font-size: 1.6rem;
  }
}

.p-schedule__time {
  letter-spacing: .02em;
  white-space: nowrap;
  padding-top: 1.6rem;
  font-weight: 700;
  line-height: 1.2;
}

.p-schedule__body {
  background: #00000005;
  border: 1px solid #00000014;
  padding: 1em 2em;
}

.p-schedule__label {
  color: #2563eb;
  margin: 0;
  font-size: clamp(1.365rem, 4.26667vw, 3.2rem);
  font-weight: 700;
  line-height: 1.45;
}

@media (width >= 768px) {
  .p-schedule__label {
    font-size: 1.6rem;
  }
}

.p-schedule__desc {
  opacity: .9;
  margin-top: .8rem;
}

.p-schedule__timeline {
  --timeline-progress: 0;
  margin-top: 3.2rem;
  position: relative;
}

.p-schedule__timeline:before {
  content: "";
  background: #0000001f;
  width: 1px;
  height: calc(100% - 4.8rem);
  position: absolute;
  top: 2.4rem;
  bottom: 2.4rem;
  left: 9rem;
}

.p-schedule__timeline:after {
  content: "";
  left: 9rem;
  top: calc(2.4rem + (100% - 4.8rem) * var(--timeline-progress));
  background: #0000008c;
  border-radius: 999px;
  width: 1rem;
  height: 1rem;
  position: absolute;
  transform: translateX(-50%);
}

.p-schedule__body .c-text p:first-child {
  margin-top: 0;
}

.p-schedule__body .c-text p:last-child {
  margin-bottom: 0;
}

@media (width <= 767px) {
  .p-schedule__item {
    grid-template-columns: 16vw 1fr;
    gap: 2.4rem 2.8rem;
  }

  .p-schedule__timeline:before, .p-schedule__timeline:after {
    left: 17vw;
  }

  .p-schedule__body {
    padding: .5em 1em;
  }
}

.c-tabe table {
  border: .1rem solid #2563eb;
  width: 100%;
}

.c-tabe th, .c-tabe td {
  border: 0;
  padding: .75em 1em;
}

@media (width <= 767px) {
  .c-tabe th, .c-tabe td {
    width: 100%;
    display: block;
  }
}

.c-tabe th {
  color: #2563eb;
  text-align: initial;
  width: 27rem;
  font-size: clamp(1.365rem, 4.26667vw, 3.2rem);
  font-weight: 500;
}

@media (width <= 767px) {
  .c-tabe th {
    width: 100%;
  }
}

@media (width >= 768px) {
  .c-tabe th {
    font-size: 1.6rem;
  }
}

.c-tabe td {
  font-size: clamp(1.365rem, 4.26667vw, 3.2rem);
}

@media (width >= 768px) {
  .c-tabe td {
    width: auto;
    font-size: 1.6rem;
  }
}

.c-tabe td a {
  text-decoration: underline;
}

.c-tabe tr:nth-of-type(2n) {
  background-color: #fff;
}

.p-condition, .p-flow, .p-outline, .p-leader {
  margin-bottom: 10.8rem;
}

@media (width <= 767px) {
  .p-condition, .p-flow, .p-outline, .p-leader {
    margin-bottom: clamp(6.4rem, 14.4vw, 10.8rem);
  }
}

.p-condition__ttl, .p-flow__ttl, .p-outline__ttl, .p-leader__ttl {
  margin: 0 0 clamp(4rem, 8.53333vw, 6.4rem);
}

.p-condition__ttl .--en, .p-flow__ttl .--en, .p-outline__ttl .--en, .p-leader__ttl .--en {
  letter-spacing: .025em;
  color: #2563eb;
  font-family: futura-pt, sans-serif;
  font-size: clamp(3.2rem, 8.53333vw, 6.4rem);
  font-weight: 700;
  line-height: 1;
  display: block;
}

.p-condition__ttl .--ja, .p-flow__ttl .--ja, .p-outline__ttl .--ja, .p-leader__ttl .--ja {
  letter-spacing: .1em;
  color: #6b7280;
  margin-top: clamp(1.2rem, 3.2vw, 2.4rem);
  font-family: Noto Sans JP, Noto Sans CJK JP, sans-serif;
  font-size: clamp(1.4rem, 3.73333vw, 2.8rem);
  font-weight: 400;
  line-height: 1;
  display: block;
}

@media (width >= 768px) {
  .p-condition__ttl, .p-flow__ttl, .p-outline__ttl, .p-leader__ttl {
    margin: 0 0 6.4rem;
  }

  .p-condition__ttl .--en, .p-flow__ttl .--en, .p-outline__ttl .--en, .p-leader__ttl .--en {
    font-size: 4.8rem;
  }

  .p-condition__ttl .--ja, .p-flow__ttl .--ja, .p-outline__ttl .--ja, .p-leader__ttl .--ja {
    margin-top: 1.6rem;
    font-size: 1.6rem;
  }
}

.p-outline-table, .p-leader-table {
  gap: 0 8rem;
  display: flex;
}

@media (width <= 767px) {
  .p-outline-table, .p-leader-table {
    flex-direction: column;
    gap: 4.8rem 0;
  }
}

.p-outline-table table, .p-leader-table table {
  max-width: 111.7rem;
}

.p-outline iframe, .p-outline-img, .p-leader iframe, .p-leader-img {
  width: 100%;
  max-width: 33.9rem;
}

.p-outline dl, .p-leader dl {
  margin-top: 1.6rem;
}

.p-outline dl dd, .p-leader dl dd {
  color: #2563eb;
  font-size: 1.82rem;
  font-weight: 700;
}

.p-outline-img {
  aspect-ratio: 339 / 445;
  height: 100%;
}

@media (width <= 767px) {
  .p-leader-table {
    flex-direction: column-reverse;
    gap: 4.8rem 0;
  }

  .p-leader-table table {
    margin-top: 0;
  }

  .p-leader-table .p-leader-img {
    margin-bottom: 2.4rem;
  }
}

.p-leader-text {
  color: var(--white, #fff);
  text-align: center;
  background-color: #fde047;
  margin-bottom: 6.4rem;
  padding: 1.2rem;
  font-size: clamp(2rem, 5.33333vw, 4rem);
  line-height: 1.72222;
  position: relative;
}

@media (width >= 768px) {
  .p-leader-text {
    font-size: 4.2rem;
  }
}

.p-leader-text:after {
  content: "";
  border: 10px solid #0000;
  border-top: 20px solid #fde047;
  border-bottom-width: 0;
  position: absolute;
  bottom: 0;
  left: 50%;
  translate: -50% 100%;
}

.p-voice {
  margin-bottom: 10.8rem;
}

@media (width <= 767px) {
  .p-voice {
    margin-bottom: clamp(6.4rem, 14.4vw, 10.8rem);
  }
}

.p-voice__ttl {
  margin: 0 0 clamp(4rem, 8.53333vw, 6.4rem);
}

.p-voice__ttl .--en {
  letter-spacing: .025em;
  color: #2563eb;
  font-family: futura-pt, sans-serif;
  font-size: clamp(3.2rem, 8.53333vw, 6.4rem);
  font-weight: 700;
  line-height: 1;
  display: block;
}

.p-voice__ttl .--ja {
  letter-spacing: .1em;
  color: #6b7280;
  margin-top: clamp(1.2rem, 3.2vw, 2.4rem);
  font-family: Noto Sans JP, Noto Sans CJK JP, sans-serif;
  font-size: clamp(1.4rem, 3.73333vw, 2.8rem);
  font-weight: 400;
  line-height: 1;
  display: block;
}

@media (width >= 768px) {
  .p-voice__ttl {
    margin: 0 0 6.4rem;
  }

  .p-voice__ttl .--en {
    font-size: 4.8rem;
  }

  .p-voice__ttl .--ja {
    margin-top: 1.6rem;
    font-size: 1.6rem;
  }
}

.p-voice-box {
  max-width: 99.1rem;
  margin-left: auto;
  margin-right: auto;
}

.p-voice-head {
  align-items: center;
  gap: 0 6.4rem;
  margin-bottom: 6.4rem;
  display: flex;
}

@media (width <= 767px) {
  .p-voice-head {
    flex-direction: column;
    gap: 4.8rem 0;
  }

  .p-voice-head__contents, .p-voice-head__img {
    width: 100%;
  }
}

.p-voice-head__contents {
  width: 29rem;
}

.p-voice-head__img {
  flex: 1;
  position: relative;
}

.p-voice-head__img:after {
  content: "";
  border: .1rem solid #6b7280;
  width: 100%;
  height: 100%;
  position: absolute;
  top: .8rem;
  left: .8rem;
}

.p-voice-head h3 {
  color: #2563eb;
  margin-bottom: 1rem;
  font-size: clamp(2rem, 3.41333vw, 2.56rem);
  font-weight: 700;
  line-height: 1.5;
}

@media (width >= 768px) {
  .p-voice-head h3 {
    font-size: 2.56rem;
  }
}

.p-voice-head__text {
  align-items: center;
  gap: 2.4rem;
  display: flex;
}

.p-voice-head__join {
  color: var(--white, #fff);
  text-align: center;
  background-color: #2563eb;
  padding: .8rem;
  line-height: 1;
}

.p-voice-list h3 {
  color: #2563eb;
  margin-bottom: 1rem;
  font-size: clamp(2rem, 3.41333vw, 2.56rem);
  font-weight: 700;
  line-height: 1.5;
}

@media (width >= 768px) {
  .p-voice-list h3 {
    font-size: 2.56rem;
  }
}

.p-voice-list p {
  margin-bottom: 4.8rem;
  font-size: clamp(1.365rem, 4.26667vw, 3.2rem);
}

@media (width >= 768px) {
  .p-voice-list p {
    font-size: 1.6rem;
  }
}

.p-voice-list {
  padding: 4rem 0;
}

.p-voice-list__number {
  color: #fde047;
  letter-spacing: .025em;
  margin-bottom: 1.6rem;
  font-family: futura-pt, sans-serif;
  font-size: 2.4rem;
  font-weight: bold;
}

.p-voice-list.is-hasimg {
  align-items: center;
  gap: 6.4rem;
  display: flex;
}

.p-voice-list.is-hasimg .p-voice-list__img {
  width: calc(50% - 6.4rem);
}

.p-voice-list.is-hasimg .p-voice-list__contents {
  width: 50%;
}

.p-voice-list.is-hasimg:nth-of-type(odd) {
  flex-direction: row-reverse;
}

@media (width <= 767px) {
  .p-voice-list.is-hasimg {
    flex-direction: column;
    gap: 4.8rem;
  }

  .p-voice-list.is-hasimg .p-voice-list__img, .p-voice-list.is-hasimg .p-voice-list__contents {
    width: 100%;
  }

  .p-voice-list.is-hasimg:nth-of-type(odd) {
    flex-direction: column;
  }
}

.p-voice-list + .p-voice-list {
  border-top: .1rem solid #6b7280;
}

.p-voice__head-text {
  align-items: center;
  gap: 1.6rem;
  display: flex;
}

.p-data {
  margin-top: 10.8rem;
  margin-bottom: 10.8rem;
}

@media (width <= 767px) {
  .p-data {
    margin-top: clamp(6.4rem, 14.4vw, 10.8rem);
    margin-bottom: clamp(6.4rem, 14.4vw, 10.8rem);
  }
}

.p-data__ttl {
  margin: 0 0 clamp(4rem, 8.53333vw, 6.4rem);
}

.p-data__ttl .--en {
  letter-spacing: .025em;
  color: #2563eb;
  font-family: futura-pt, sans-serif;
  font-size: clamp(3.2rem, 8.53333vw, 6.4rem);
  font-weight: 700;
  line-height: 1;
  display: block;
}

.p-data__ttl .--ja {
  letter-spacing: .1em;
  color: #6b7280;
  margin-top: clamp(1.2rem, 3.2vw, 2.4rem);
  font-family: Noto Sans JP, Noto Sans CJK JP, sans-serif;
  font-size: clamp(1.4rem, 3.73333vw, 2.8rem);
  font-weight: 400;
  line-height: 1;
  display: block;
}

@media (width >= 768px) {
  .p-data__ttl {
    margin: 0 0 6.4rem;
  }

  .p-data__ttl .--en {
    font-size: 4.8rem;
  }

  .p-data__ttl .--ja {
    margin-top: 1.6rem;
    font-size: 1.6rem;
  }
}

.p-data__list {
  grid-template-columns: repeat(6, 1fr);
  gap: 6.4rem;
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
}

@media (width <= 767px) {
  .p-data__list {
    grid-template-columns: 1fr;
    gap: 4.8rem;
  }
}

.p-data__list li:first-child, .p-data__list li:nth-child(2), .p-data__list li:nth-child(3), .p-data__list li:nth-child(4), .p-data__list li:nth-child(5) {
  grid-column: span 3;
}

.p-data__list li {
  border: .1rem solid #6b7280;
  padding: 2.4rem;
  position: relative;
}

@media (width <= 767px) {
  .p-data__list li {
    padding: clamp(1.2rem, 3.2vw, 2.4rem);
  }
}

.p-data__list li h3 {
  color: var(--white, #fff);
  text-align: center;
  background: #fde047;
  margin-bottom: 2.4rem;
  padding: .8rem 1.6rem;
  font-size: clamp(2rem, 3.41333vw, 2.56rem);
}

@media (width >= 768px) {
  .p-data__list li h3 {
    font-size: 2.56rem;
  }
}

.p-data__list li h4 {
  text-align: center;
  margin-bottom: 2.4rem;
  padding-bottom: 1.6rem;
  font-size: clamp(2rem, 3.41333vw, 2.56rem);
  font-weight: 700;
  position: relative;
}

@media (width >= 768px) {
  .p-data__list li h4 {
    font-size: 2.56rem;
  }
}

.p-data__list li h4:after {
  content: "";
  background-color: #111827;
  width: 4rem;
  height: .1rem;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.p-data__list li h4 span {
  color: #2563eb;
  font-family: futura-pt, sans-serif;
  font-size: clamp(3.2rem, 5.68933vw, 4.267rem);
}

@media (width >= 768px) {
  .p-data__list li h4 span {
    font-size: 4.267rem;
  }
}

@media print {
  a[href]:after {
    content: "";
  }
}

.p-faq {
  margin-bottom: 10.8rem;
}

@media (width <= 767px) {
  .p-faq {
    margin-bottom: clamp(6.4rem, 14.4vw, 10.8rem);
  }
}

.p-faq__ttl {
  margin: 0 0 clamp(4rem, 8.53333vw, 6.4rem);
}

.p-faq__ttl .--en {
  letter-spacing: .025em;
  color: #2563eb;
  font-family: futura-pt, sans-serif;
  font-size: clamp(3.2rem, 8.53333vw, 6.4rem);
  font-weight: 700;
  line-height: 1;
  display: block;
}

.p-faq__ttl .--ja {
  letter-spacing: .1em;
  color: #6b7280;
  margin-top: clamp(1.2rem, 3.2vw, 2.4rem);
  font-family: Noto Sans JP, Noto Sans CJK JP, sans-serif;
  font-size: clamp(1.4rem, 3.73333vw, 2.8rem);
  font-weight: 400;
  line-height: 1;
  display: block;
}

@media (width >= 768px) {
  .p-faq__ttl {
    margin: 0 0 6.4rem;
  }

  .p-faq__ttl .--en {
    font-size: 4.8rem;
  }

  .p-faq__ttl .--ja {
    margin-top: 1.6rem;
    font-size: 1.6rem;
  }
}

.p-faq-list {
  width: 100%;
  max-width: 99.1rem;
  margin-left: auto;
  margin-right: auto;
}

.p-faq dt {
  cursor: pointer;
  color: #2563eb;
  border-bottom: 1px solid #6b7280;
  padding: 2.2rem 4rem 2.2rem 1.6rem;
  font-size: clamp(1.365rem, 4.26667vw, 3.2rem);
  font-weight: 700;
  position: relative;
}

@media (width <= 767px) {
  .p-faq dt {
    padding-left: 0;
  }
}

@media (width >= 768px) {
  .p-faq dt {
    font-size: 1.6rem;
  }
}

.p-faq dt:after {
  content: "";
  background: url("../img/common/icon_arrow.svg") center / contain no-repeat;
  width: 2.4rem;
  height: 2.4rem;
  transition: transform .3s;
  position: absolute;
  top: 50%;
  right: .5rem;
  transform: translateY(-50%)rotate(0);
}

.p-faq dt.active:after {
  transform: translateY(-50%)rotate(180deg);
}

.p-faq dd {
  padding: 1.6rem;
  font-size: clamp(1.365rem, 4.26667vw, 3.2rem);
  transition: max-height .4s, padding .3s;
  display: none;
}

@media (width >= 768px) {
  .p-faq dd {
    font-size: 1.6rem;
  }
}

.more-btn a {
  color: #fde047;
  letter-spacing: .025em;
  border: .1rem solid #fde047;
  justify-content: center;
  align-items: center;
  width: fit-content;
  margin: 6.4rem auto 0;
  padding: 1.6rem 2.4rem;
  font-size: 1.6rem;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.c-btn--print button {
  cursor: pointer;
}

@media print {
  .c-btn--print {
    display: none !important;
  }
}

.job-anchor {
  z-index: 100;
  -webkit-backdrop-filter: blur(10px);
  background: linear-gradient(#2563ebeb, #0d406ceb);
  width: 100%;
  position: fixed;
  bottom: 0;
  box-shadow: 0 -8px 20px #00000059, inset 0 1px #ffffff14;
}

.job-anchor .mainw {
  justify-content: center;
  align-items: center;
  display: flex;
}

.job-anchor ul {
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  gap: 1.4rem;
  margin: 0;
  padding: 1.2rem 1.6rem;
  list-style: none;
  display: flex;
  overflow-x: auto;
}

.job-anchor ul::-webkit-scrollbar {
  display: none;
}

.job-anchor ul > li {
  flex: none;
}

.job-anchor a {
  white-space: nowrap;
  font-size: clamp(1.4rem, 3.73333vw, 2.8rem);
  line-height: 1;
}

@media (width >= 768px) {
  .job-anchor a {
    font-size: 1.4rem;
  }
}

.job-anchor a {
  color: #e9f1f8;
  background: linear-gradient(145deg, #2563eb, #1d4ed8);
  border: none;
  border-radius: 1rem;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 1rem 1.4rem;
  text-decoration: none;
  transition: all .25s;
  display: inline-flex;
  box-shadow: 4px 4px 10px #00000073, -4px -4px 10px #ffffff14;
}

.job-anchor a:hover {
  transform: translateY(1px);
}

.job-anchor a.is-active {
  color: #fff;
  background: linear-gradient(145deg, #1d4ed8, #2563eb);
  box-shadow: inset 4px 4px 8px #00000073, inset -4px -4px 8px #ffffff14;
}

.job-anchor .is-cta a {
  color: #2563eb;
  background: #f3f4f6;
  box-shadow: 4px 4px 10px #0006, -4px -4px 10px #ffffff26;
}

.job-anchor .is-cta a.is-active {
  box-shadow: inset 4px 4px 8px #0006, inset -4px -4px 8px #ffffff26;
}

section[id] {
  scroll-margin-top: 140px;
}

html {
  scroll-behavior: smooth;
}

.job-summary {
  justify-content: flex-end;
  align-items: center;
  gap: 0 .4rem;
  margin-top: 1.2rem;
  padding: 1rem 0;
  display: flex;
}

@media (width <= 767px) {
  .job-summary {
    flex-direction: column;
    align-items: flex-end;
    gap: .4rem 0;
  }
}

.job-summary__label {
  color: #8a8a8a;
  letter-spacing: .02em;
  font-size: 1.2rem;
  line-height: 1.4;
}

.job-summary__text {
  color: #7a7a7a;
  flex: 1;
  margin: 0;
  font-size: 1.3rem;
  line-height: 1.65;
}

.job-marquee {
  width: 100%;
  margin: 4rem 0;
  overflow: hidden;
}

.job-marquee__inner {
  align-items: center;
  gap: 0;
  width: 100%;
  display: flex;
}

.job-marquee__track {
  flex-shrink: 0;
  align-items: center;
  gap: 1.6rem;
  margin: 0;
  padding: 0;
  list-style: none;
  animation: 40s linear infinite jobMarquee;
  display: flex;
}

.job-marquee__item {
  aspect-ratio: 4 / 3;
  border-radius: 1.2rem;
  flex: none;
  width: 24rem;
  overflow: hidden;
}

.job-marquee__item img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

@keyframes jobMarquee {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-100%);
  }
}

@media (hover: hover) {
  .job-marquee:hover .job-marquee__track {
    animation-play-state: paused;
  }
}

@media (prefers-reduced-motion: reduce) {
  .job-marquee__track {
    animation: none;
  }
}

.job-digest {
  background: #ffffffb3;
  border: 1px solid #e5e7eb;
  margin-top: 2rem;
  padding: 2rem;
}

.job-digest__list {
  gap: 1rem;
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
}

.job-digest__item {
  grid-template-columns: max-content minmax(0, 1fr);
  align-items: start;
  gap: 1rem;
  display: grid;
}

@media (width <= 767px) {
  .job-digest__item {
    grid-template-columns: 1fr;
  }
}

.job-digest__key {
  opacity: .85;
  font-size: clamp(1.365rem, 4.26667vw, 3.2rem);
  font-weight: 700;
  line-height: 1.5;
}

@media (width >= 768px) {
  .job-digest__key {
    font-size: 1.6rem;
  }
}

.job-digest__val {
  word-break: break-word;
  font-size: clamp(1.365rem, 4.26667vw, 3.2rem);
  line-height: 1.6;
}

@media (width >= 768px) {
  .job-digest__val {
    font-size: 1.6rem;
  }
}

.job-digest__cta {
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 2rem;
  display: flex;
}

@media (width <= 767px) {
  .job-digest__cta {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}

.job-digest__btn {
  background: #f3f4f6;
  border: 1px solid #1118271f;
  border-radius: 5rem;
  justify-content: center;
  align-items: center;
  padding: 1.2rem 1.6rem;
  font-size: clamp(1.365rem, 4.26667vw, 3.2rem);
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  transition: transform .15s, box-shadow .15s, border-color .15s, color .15s;
  display: inline-flex;
  box-shadow: 2px 2px 4px #1118270f, -2px -2px 4px #fffc;
}

@media (width <= 767px) {
  .job-digest__btn {
    width: 100%;
    max-width: 28rem;
  }
}

@media (width >= 768px) {
  .job-digest__btn {
    font-size: 1.6rem;
  }
}

.job-digest__btn:hover {
  color: #1d4ed8;
  border-color: #2563eb;
  transform: translateY(-.2rem);
}

.job-digest__btn:active {
  transform: translateY(0);
}

.job-digest__btn--primary {
  box-shadow: 0 .6rem 1.6rem #00000014;
}

.job-keyfacts {
  margin: 2.4rem 0 0;
}

.job-keyfacts__inner {
  background: #fff;
  border: 1px solid #1118271f;
  border-radius: .4rem;
  padding: 2.4rem;
  box-shadow: 0 4px 6px -1px #0000001a, 0 2px 4px -2px #0000001a;
}

.job-keyfacts__title {
  color: #2563eb;
  margin: 0 0 1.6rem;
  font-size: clamp(1.365rem, 4.26667vw, 3.2rem);
  font-weight: 800;
}

@media (width >= 768px) {
  .job-keyfacts__title {
    font-size: 1.6rem;
  }
}

.job-keyfacts__list {
  margin: 0;
}

.job-keyfacts__row {
  border-top: 1px solid #e5e7eb;
  grid-template-columns: 9.6rem 1fr;
  gap: 1.2rem;
  padding: 1.2rem 0;
  font-size: clamp(1.365rem, 4.26667vw, 3.2rem);
  display: grid;
}

@media (width >= 768px) {
  .job-keyfacts__row {
    font-size: 1.6rem;
  }
}

.job-keyfacts__row:first-child {
  border-top: 0;
  padding-top: 0;
}

.job-keyfacts__dt {
  color: #111827bf;
  font-weight: 800;
}

.job-keyfacts__dd {
  color: #111827eb;
  margin: 0;
}

.job-keyfacts__actions {
  flex-wrap: wrap;
  gap: 1.2rem;
  margin-top: 1.6rem;
  display: flex;
}

.job-keyfacts__jump {
  color: #fff;
  background: linear-gradient(135deg, #2563eb, #1d4ed8);
  border-radius: 9999px;
  justify-content: center;
  align-items: center;
  padding: .8rem 1.6rem;
  font-weight: 800;
  display: inline-flex;
  box-shadow: 0 4px 6px -1px #0000001a, 0 2px 4px -2px #0000001a;
}

.job-keyfacts__jump.is-sub {
  color: #2563eb;
  background: #fff;
  border: 1px solid #e5e7eb;
}

:root {
  --cta-ink: #0b1220;
  --cta-body: #1f2937;
  --cta-muted: #475569;
}

.job-cta2 {
  background: url("../img/common/cta-bg.jpg") center / cover no-repeat;
  margin: 9rem 0 13rem;
  padding: 9rem 0;
  position: relative;
}

.job-cta2:before {
  content: "";
  pointer-events: none;
  background: linear-gradient(#2563eb2e 0%, #0b122042 100%);
  position: absolute;
  inset: 0;
}

.job-cta2__inner {
  z-index: 1;
  position: relative;
}

.job-cta2__card {
  -webkit-backdrop-filter: blur(18px);
  background: #ffffff85;
  border: 1px solid #ffffff57;
  border-radius: 0;
  position: relative;
  overflow: hidden;
  box-shadow: 0 1.4rem 4rem #00000024;
}

.job-cta2__card:after {
  content: "";
  pointer-events: none;
  position: absolute;
  inset: 0;
  box-shadow: inset 0 1px #fff9;
}

@media (width <= 767px) {
  .job-cta2__card {
    padding: 2.4rem;
  }
}

.job-cta2__accent {
  display: none;
}

.job-cta2__print {
  z-index: 2;
  color: #2563eb;
  background: #ffffffc7;
  border: 1px solid #2563eb4d;
  justify-content: center;
  align-items: center;
  padding: 1rem 1.4rem;
  font-size: 1.2rem;
  font-weight: 700;
  text-decoration: none;
  transition: background .2s, transform .2s;
  display: inline-flex;
  position: absolute;
  top: 1.6rem;
  right: 1.6rem;
}

@media (width <= 767px) {
  .job-cta2__print {
    top: initial;
    right: initial;
    margin-bottom: 1.6rem;
    margin-left: 1.6rem;
    margin-right: 1.6rem;
    position: relative;
  }
}

.job-cta2__print:hover {
  background: #ffffffeb;
  transform: translateY(-1px);
}

.job-cta2__grid {
  grid-template-columns: 1.15fr .85fr;
  gap: 3.4rem;
  padding: 5.2rem 5.6rem;
  display: grid;
}

@media (width <= 767px) {
  .job-cta2__grid {
    grid-template-columns: 1fr;
    gap: 2.4rem;
    padding: 0;
  }
}

.job-cta2__right {
  align-content: start;
  gap: 1.8rem;
  padding-top: 5rem;
  display: grid;
}

@media (width <= 767px) {
  .job-cta2__right {
    padding-top: 0;
  }
}

.job-cta2__eyebrow {
  align-items: center;
  gap: 0 1rem;
  margin: 0 0 1rem;
  display: flex;
}

.job-cta2__pill {
  letter-spacing: .1em;
  color: #2563eb;
  background: #ffffffbf;
  border: 1px solid #2563eb2e;
  align-items: center;
  height: 2.8rem;
  padding: 0 1.2rem;
  font-size: 1.2rem;
  font-weight: 900;
  display: inline-flex;
}

.job-cta2__sub {
  color: var(--cta-muted);
  font-size: 1.3rem;
}

.job-cta2__title {
  color: var(--cta-ink);
  margin: 1.4rem 0;
  font-size: clamp(2rem, 3.41333vw, 2.56rem);
  font-weight: 900;
  line-height: 1.35;
}

@media (width >= 768px) {
  .job-cta2__title {
    font-size: 2.56rem;
  }
}

.job-cta2__lead {
  color: var(--cta-body);
  margin: 0 0 1.8rem;
  font-size: clamp(1.365rem, 4.26667vw, 3.2rem);
  line-height: 1.9;
}

@media (width >= 768px) {
  .job-cta2__lead {
    font-size: 1.6rem;
  }
}

.job-cta2__points {
  gap: 1rem;
  margin: 0 0 1.8rem;
  padding: 0;
  list-style: none;
  display: grid;
}

.job-cta2__point {
  color: var(--cta-body);
  align-items: center;
  gap: 1rem;
  font-size: clamp(1.4rem, 3.73333vw, 2.8rem);
  display: flex;
}

@media (width >= 768px) {
  .job-cta2__point {
    font-size: 1.4rem;
  }
}

.job-cta2__icon {
  color: #2563eb;
  background: #ffffffb3;
  border: 1px solid #2563eb29;
  justify-content: center;
  align-items: center;
  width: 3.4rem;
  height: 3.4rem;
  display: inline-flex;
}

.job-cta2__trust {
  color: var(--cta-muted);
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
  font-size: 1.2rem;
  display: flex;
}

.job-cta2__trustDot {
  background: #47556999;
  width: 4px;
  height: 4px;
}

.job-cta2__glow {
  display: none;
}

.job-cta2__btn {
  color: #fff;
  background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);
  border: 1px solid #00000014;
  border-radius: 50px;
  align-items: center;
  gap: .6rem;
  min-height: 9.2rem;
  padding: 1.8rem 5.8rem;
  text-decoration: none;
  transition: transform .18s, box-shadow .18s, filter .18s;
  display: grid;
  position: relative;
  box-shadow: 0 1.8rem 3.6rem #00000042, inset 0 1px #ffffff59;
}

@media (width <= 767px) {
  .job-cta2__btn {
    min-height: auto;
    padding: .9rem 2.9rem;
  }
}

.job-cta2__btn:hover {
  filter: brightness(1.02);
  transform: translateY(-2px);
  box-shadow: 0 2.4rem 4.4rem #00000052, inset 0 1px #ffffff61;
}

.job-cta2__btnTop {
  letter-spacing: .02em;
  font-size: 1.75rem;
  font-weight: 900;
}

.job-cta2__ext {
  letter-spacing: .08em;
  color: #0b3a63bf;
  font-size: 1.1rem;
  font-weight: 900;
}

.job-cta2__btnSub {
  opacity: .92;
  font-size: 1.2rem;
}

.job-cta2__btnArrow {
  color: #fff;
  font-size: 2.1rem;
  font-weight: 900;
  transition: transform .18s;
  position: absolute;
  top: 50%;
  right: 1.8rem;
  transform: translateY(-50%);
}

.job-cta2__btn:hover .job-cta2__btnArrow {
  transform: translateY(-50%)translateX(4px);
}

.job-cta2__mini {
  background: #ffffff9e;
  border: 1px solid #ffffff57;
  padding: 1.6rem 1.8rem;
}

.job-cta2__miniRow {
  font-size: inherit;
  border-bottom: 1px dashed #2563eb38;
  justify-content: space-between;
  gap: 1.2rem;
  padding: 1rem 0;
  display: flex;
}

.job-cta2__miniRow:last-child {
  border-bottom: 0;
}

.job-cta2__miniKey {
  color: var(--cta-muted);
  font-size: 1.2rem;
}

.job-cta2__miniVal {
  color: var(--cta-ink);
  text-align: right;
  font-size: 1.3rem;
  font-weight: 900;
}
