.pc {
  display: none;
}

.sp {
  display: block;
}

.section-inner {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-content-head {
  margin-bottom: 24px;
}

.page-content-ttl {
  font-family: "Noto Serif Japanese", serif, sans-serif;
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 0.2em;
  line-height: 26px;
  text-align: left;
  color: #000;
  padding-bottom: 4px;
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 12px;
}

.page-content-subttl {
  font-family: "Noto Serif Japanese", serif, sans-serif;
  font-weight: 500;
  font-size: 26px;
  letter-spacing: 0.2em;
  line-height: 1.625;
  text-align: left;
  color: #a6081a;
  margin-bottom: 0;
}

.page-section-ttl-white-center {
  color: #fff;
  font-family: "Noto Serif Japanese", serif, sans-serif;
  font-weight: 500;
  font-size: 26px;
  letter-spacing: 0.2em;
  line-height: 1.625;
  text-align: center;
  margin-bottom: 30px;
  text-align: center;
}

.primary-txt {
  font-weight: normal;
  font-size: 16px;
  letter-spacing: 0.06em;
  line-height: 1.625;
  text-align: left;
  color: #000;
}
.primary-txt:not(:last-child) {
  margin-bottom: 26px;
}

.recruit-intro-section {
  padding: 93px 0 100px;
}
.recruit-intro-section .page-section-head {
  text-align: center;
  margin-bottom: 40px;
}
.recruit-intro-section .page-content-block {
  max-width: 680px;
  margin: 0 auto;
}

.page-badge {
  display: inline-block;
  background-color: #a6081a;
  color: #ffffff;
  padding: 12px 40px;
  margin-bottom: 30px;
}

.page-badge-text {
  font-size: 16px;
}

.recruit-intro-subttl {
  font-weight: 700;
  letter-spacing: 0.4em;
  margin-bottom: 10px;
}

.recruit-intro-ttl {
  font-family: "Noto Serif Japanese", serif, sans-serif;
  font-size: 26px;
  letter-spacing: 0.4em;
  font-weight: 700;
}

.page-image-block {
  margin-bottom: 30px;
}
.page-image-block picture {
  display: block;
  width: 100%;
}
.page-image-block img {
  width: 100%;
  height: auto;
  display: block;
}

.recruit-message-section {
  padding-bottom: 100px;
}
.recruit-message-section .page-section-body {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.recruit-message-section .page-author-block {
  font-weight: normal;
  font-size: 16px;
  letter-spacing: 0.06em;
  line-height: 1.625;
  text-align: right;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 30px;
}
.recruit-message-section .page-author-block .autor-name {
  font-family: "Ro Nikkatsu Sei Kai Std";
  font-weight: normal;
  font-size: 27px;
  letter-spacing: 0.2em;
  line-height: 26px;
  text-align: right;
  color: #000;
}

.recruit-job-section {
  padding-bottom: 100px;
}
.recruit-job-section .page-section-body {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 40px;
}
.recruit-job-section .page-section-body .page-content-block-right {
  margin-top: 60px;
}

.job-list-block {
  border-radius: 10px;
  background: #fcfbf9;
  border: 1px solid #ebebeb;
  position: relative;
  padding: 20px;
}
.job-list-block .job-list-ttl {
  font-weight: normal;
  font-size: 16px;
  letter-spacing: 0.06em;
  line-height: 1.625;
  text-align: left;
  color: #000;
  margin-bottom: 20px;
}
.job-list-block .job-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
}
.job-list-block .job-list li {
  font-family: "Noto Serif Japanese", serif, sans-serif;
  font-weight: normal;
  font-size: 18px;
  letter-spacing: 0.06em;
  line-height: 2;
  text-align: left;
  color: #000;
  text-indent: -26px;
  padding-left: 26px;
}
.job-list-block .job-list li .job-list-icon {
  font-size: 16px;
  letter-spacing: 0.06em;
  line-height: 2;
  text-align: left;
  color: #ccc8c8;
  margin-right: 10px;
}
.job-list-block .job-list-images {
  max-width: 120px;
  max-height: 120px;
  width: 35.8333%;
  height: auto;
  aspect-ratio: 1/1;
  position: absolute;
  top: 0;
  transform: translateY(-50%);
  right: 15px;
}
.job-list-block .job-list-images img {
  width: 100%;
  height: auto;
  max-width: 172px;
  max-height: 172px;
}

.job-gallery {
  width: 100%;
}
.job-gallery picture {
  display: block;
  width: 100%;
}
.job-gallery img {
  width: 100%;
  height: auto;
  display: block;
}

.recruit-benefit-section {
  padding-bottom: 100px;
}
.recruit-benefit-section .page-section-body {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.page-benefit-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  column-gap: 30px;
  row-gap: 30px;
  max-width: 480px;
  margin: 0 auto;
}

.page-benefit-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 132px;
}

.page-benefit-item:nth-child(1) {
  grid-column: 1/3;
}

.page-benefit-item:nth-child(2) {
  grid-column: 3/5;
}

.page-benefit-item:nth-child(3) {
  grid-column: 5/7;
}

.page-benefit-item:nth-child(4) {
  grid-column: 2/4;
}

.page-benefit-item:nth-child(5) {
  grid-column: 4/6;
}

.page-benefit-icon {
  width: 100px;
  height: 100px;
  flex-shrink: 0;
}
.page-benefit-icon img {
  display: block;
  width: 100%;
  height: auto;
}

.page-benefit-label {
  width: 108px;
  height: 28px;
  border-radius: 10px;
  background: #fcfbf9;
  border: 1px solid #ebebeb;
  font-family: "Noto Serif Japanese", serif, sans-serif;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 0.06em;
  line-height: 1.625;
  text-align: center;
  color: #000;
  align-content: center;
  text-align: center;
}

.recruit-schedule-section {
  padding-bottom: 100px;
  background: url(../img/recruit/schedule-bg.webp) no-repeat left bottom,
    url(../img/recruit/schedule-bg.png) no-repeat left bottom;
  background-size: 300px;
}
.recruit-schedule-section .page-section-body {
  display: flex;
  flex-direction: column-reverse;
  gap: 40px;
}

.page-timeline-block {
  border-radius: 10px;
  background: #fcfbf9;
  border: 1px solid #ebebeb;
  padding: 20px;
}

.page-timeline-ttl {
  font-size: 16px;
  letter-spacing: 0.06em;
  line-height: 1.625;
  text-align: center;
  color: #000;
  margin-bottom: 20px;
}

.page-timeline {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.page-timeline-item {
  height: 30px;
  background: #fff;
  border: 1px solid #ebebeb;
  display: flex;
  gap: 10px;
  align-items: center;
  padding: 0 10px 0 15px;
  border-radius: 15px;
}

.page-timeline-time {
  font-family: "Noto Serif Japanese", serif, sans-serif;
  font-weight: normal;
  font-size: 12px;
  letter-spacing: 0.2em;
  line-height: 1.625;
  text-align: right;
  color: #000;
}

.page-timeline-description {
  font-family: "Noto Serif Japanese", serif, sans-serif;
  font-weight: normal;
  font-size: 12px;
  letter-spacing: 0.2em;
  line-height: 1.625;
  text-align: left;
  color: #000;
}

.page-timeline-arrow img,
.page-timeline-arrow svg {
  display: block;
  margin: 0 auto;
}

.recruit-senior-section {
  padding-bottom: 100px;
  background: url(../img/recruit/senior-bg.jpg) repeat;
  background-size: auto;
  padding: 40px 0;
}

.page-senior-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.page-senior-card {
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 10px 20px rgba(39, 74, 27, 0.5);
  padding: 20px 20px 25px;
}

.page-senior-card-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.page-senior-info {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.page-senior-name {
  font-family: "Noto Serif Japanese", serif, sans-serif;
  letter-spacing: 0.04em;
  font-weight: 400;
  text-align: left;
  color: #000;
}
.page-senior-name .page-senior-name-main {
  font-size: 36px;
}
.page-senior-name .page-senior-name-suffix {
  font-size: 16px;
}

.page-senior-meta {
  font-weight: normal;
  font-size: 16px;
  letter-spacing: 0.06em;
  line-height: 1.625;
  text-align: left;
  color: #000;
}

.page-senior-avatar {
  width: 52.63%;
  max-width: 200px;
}

.page-senior-content {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.page-senior-question {
  font-family: "Noto Serif Japanese", serif, sans-serif;
  font-weight: 500;
  font-size: 18px;
  text-align: left;
  color: #a6081a;
  margin-bottom: 16px;
}

.page-senior-answer {
  font-weight: normal;
  font-size: 16px;
  letter-spacing: 0.06em;
  line-height: 1.625;
  text-align: left;
  color: #000;
}

.recruit-flow-section {
  padding: 50px 0 100px;
}
.recruit-flow-section .page-section-body {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-bottom: 60px;
}

.page-flow-steps {
  display: flex;
  flex-direction: column;
  gap: 50px;
  margin-bottom: 24px;
}

.page-flow-step {
  position: relative;
  border-radius: 6px;
  background: url(../img/recruit/flow-step-bg.webp) no-repeat center center,
    url(../img/recruit/flow-step-bg.jpg) no-repeat center center;
  background-size: cover;
  padding: 30px 20px 20px;
}
.page-flow-step:not(:last-child)::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 40px;
  height: 12px;
  background: url(../img/recruit/arrow-bottom.svg) no-repeat center center;
}

.page-flow-step-number {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: #a6081a;
  color: #fff;
  font-size: 22px;
  font-family: "Noto Serif Japanese", serif, sans-serif;
  font-weight: 700;
  text-align: center;
  align-content: center;
  width: 40px;
  height: 40px;
  background: #a6081a;
  border-radius: 50%;
  transform: translateY(-50%);
}

.page-flow-step-ttl {
  font-family: "Noto Serif Japanese", serif, sans-serif;
  font-weight: 700;
  font-size: 22px;
  letter-spacing: 0.06em;
  line-height: 1.625;
  text-align: center;
  color: #000;
  padding-bottom: 17px;
  position: relative;
  margin-bottom: 23px;
}
.page-flow-step-ttl::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 60px;
  height: 1px;
  background: #000;
}

.page-flow-step-text {
  font-size: 16px;
  letter-spacing: 0.06em;
  line-height: 1.625;
  text-align: center;
  color: #000;
}
.page-flow-step-text .ls {
  letter-spacing: 0.016em;
}

.page-note {
  font-size: 16px;
  letter-spacing: 0.06em;
  line-height: 1.625;
  text-align: left;
  color: #000;
}

.recruit-table-section {
  padding: 0 0 60px;
}
.recruit-table-section .page-content-head {
  margin-bottom: 15px;
}
.recruit-table-section .tbl_recruit {
  width: 100%;
  border-collapse: collapse;
  border-top: 1px solid #e3e3e3;
}
.recruit-table-section .tbl_recruit th {
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.06em;
  line-height: 1.625;
  text-align: left;
  color: #000;
  border-bottom: 1px solid #e3e3e3;
  padding: 16px 10px;
  width: 40%;
  box-sizing: border-box;
}
.recruit-table-section .tbl_recruit td {
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.06em;
  line-height: 1.625;
  text-align: left;
  color: #000;
  border-bottom: 1px solid #e3e3e3;
  padding: 16px 0;
  width: 60%;
  box-sizing: border-box;
}

.recruit-cta-section {
  padding-bottom: 40px;
}
.recruit-cta-section .page-cta-text {
  font-family: "Noto Serif Japanese", serif, sans-serif;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0.2em;
  line-height: 2;
  text-align: center;
  color: #000;
}
.recruit-cta-section .entry_link {
  margin-top: 40px;
}

@media screen and (min-width: 769px) {
  .page-content-head {
    margin-bottom: 30px;
  }
  .page-content-subttl {
    font-size: 27px;
  }
  .page-section-ttl-white-center {
    font-size: 32px;
    margin-bottom: 60px;
  }
  .recruit-intro-section {
    padding: 93px 0 140px;
  }
  .recruit-intro-section .page-section-head {
    margin-bottom: 80px;
  }
  .recruit-intro-ttl {
    font-size: 40px;
  }
  .page-image-block {
    margin-bottom: 35px;
  }
  .recruit-message-section {
    padding-bottom: 158px;
  }
  .recruit-message-section .page-section-body {
    flex-direction: row;
    gap: 8.3333%;
  }
  .recruit-message-section .page-section-body .page-content-block-left {
    max-width: 560px;
    width: 58.333%;
  }
  .recruit-message-section .page-section-body .page-image-block-right {
    max-width: 320px;
    width: 33.333%;
  }
  .recruit-job-section {
    padding-bottom: 158px;
  }
  .recruit-job-section .page-section-body {
    flex-direction: row;
    gap: 4.16666%;
  }
  .recruit-job-section .page-section-body .page-content-block-left {
    max-width: 440px;
    width: 45.833%;
  }
  .recruit-job-section .page-section-body .page-content-block-right {
    max-width: 480px;
    width: 50%;
    margin-top: 80px;
  }
  .job-list-block {
    padding: 32px 40px;
  }
  .job-list-block .job-list li {
    font-size: 20px;
  }
  .job-list-block .job-list li .job-list-icon {
    font-size: 20px;
  }
  .job-list-block .job-list-images {
    max-width: 172px;
    max-height: 172px;
    right: 30px;
  }
  .page-gallery {
    grid-template-columns: repeat(2, 1fr);
  }
  .recruit-benefit-section {
    padding-bottom: 145px;
  }
  .recruit-benefit-section .page-section-body {
    flex-direction: row;
    gap: 4.16666%;
  }
  .recruit-benefit-section .page-section-body .page-content-block-left {
    width: 45.8333%;
    max-width: 440px;
  }
  .recruit-benefit-section .page-section-body .page-content-block-right {
    max-width: 480px;
    width: 50%;
    margin-top: 40px;
  }
  .page-benefit-label {
    width: 115px;
  }
  .recruit-schedule-section {
    background-size: 450px;
  }
  .recruit-schedule-section .page-section-body {
    flex-direction: row;
    gap: 8.3333%;
  }
  .recruit-schedule-section .page-section-body .page-content-block-left {
    width: 45.8333%;
    max-width: 440px;
  }
  .recruit-schedule-section .page-section-body .page-content-block-right {
    max-width: 440px;
    width: 45.8333%;
  }
  .recruit-senior-section {
    background-size: cover;
    padding: 80px 0 60px;
  }
  .page-senior-list {
    flex-direction: row;
    gap: 40px;
    justify-content: space-between;
  }
  .page-senior-card {
    width: calc((100% - 40px) / 2);
  }
  .recruit-flow-section {
    padding: 100px 0 140px;
  }
  .recruit-flow-section .page-section-body {
    flex-direction: row;
    gap: 80px;
  }
  .recruit-flow-section .page-section-body .page-content-block-left {
    width: 45.8333%;
    max-width: 440px;
  }
  .recruit-flow-section .page-section-body .page-content-block-right {
    max-width: 440px;
    width: 45.8333%;
  }
  .page-flow-steps {
    flex-direction: row;
    gap: 2.8125%;
  }
  .page-flow-step {
    padding: 30px 7px 20px;
    width: 22.8925%;
  }
  .page-flow-step:not(:last-child)::after {
    content: "";
    position: absolute;
    bottom: 0;
    top: 0;
    left: auto;
    right: -9.5%;
    margin: auto 0;
    width: 12px;
    height: 40px;
    background: url(../img/recruit/arrow-right.svg) no-repeat center center;
  }
  .page-flow-step-ttl {
    font-size: 21px;
  }
  .page-flow-step-text {
    font-size: 14px;
  }
  .recruit-table-section {
    padding: 0 0 100px;
  }
  .recruit-table-section .tbl_recruit th {
    width: 22.9%;
    padding: 20px 10px;
  }
  .recruit-table-section .tbl_recruit td {
    padding: 20px 0;
    width: 77.1%;
  }
  .recruit-cta-section .page-cta-text {
    font-size: 24px;
  }
}
@media screen and (min-width: 999px) {
  .sp {
    display: none;
  }
  .pc {
    display: block;
  }
  .page-content-subttl {
    font-size: 32px;
  }
  .recruit-message-section .page-section-body {
    gap: 80px;
  }
  .recruit-message-section .page-section-body .page-content-block-left {
    margin-top: 40px;
    width: 560px;
  }
  .recruit-message-section .page-section-body .page-image-block-right {
    width: 320px;
  }
  .recruit-job-section .page-section-body {
    gap: 40px;
  }
  .recruit-job-section .page-section-body .page-content-block-left {
    width: 440px;
  }
  .recruit-job-section .page-section-body .page-content-block-right {
    width: 480px;
  }
  .recruit-benefit-section .page-section-body {
    gap: 40px;
  }
  .recruit-benefit-section .page-section-body .page-content-block-left {
    width: 440px;
  }
  .recruit-benefit-section .page-section-body .page-content-block-right {
    width: 480px;
  }
  .page-benefit-icon {
    width: 140px;
    height: 140px;
  }
  .page-benefit-label {
    width: 132px;
  }
  .recruit-schedule-section .page-section-body {
    gap: 80px;
  }
  .recruit-schedule-section .page-section-body .page-content-block-left {
    width: 440px;
  }
  .recruit-schedule-section .page-section-body .page-content-block-right {
    width: 440px;
  }
  .page-timeline-block {
    padding: 32px 40px;
  }
  .page-timeline-item {
    padding: 0 20px 0 30px;
    gap: 20px;
  }
  .page-timeline-time {
    font-size: 14px;
  }
  .page-timeline-description {
    font-size: 14px;
  }
  .page-senior-card {
    padding: 20px 40px 50px;
  }
  .recruit-flow-section .page-section-body {
    gap: 80px;
  }
  .recruit-flow-section .page-section-body .page-content-block-left {
    width: 440px;
  }
  .recruit-flow-section .page-section-body .page-content-block-right {
    width: 440px;
  }
  .page-flow-steps {
    flex-direction: row;
    gap: 27px;
  }
  .page-flow-step {
    padding: 30px 20px 20px;
    width: calc((100% - 81px) / 4);
  }
  .page-flow-step:not(:last-child)::after {
    right: -20px;
  }
  .page-flow-step-ttl {
    font-size: 22px;
  }
  .page-flow-step-text {
    font-size: 16px;
  }
  .recruit-table-section .tbl_recruit th {
    width: 220px;
  }
  .recruit-table-section .tbl_recruit td {
    width: 740px;
  }
}
@media screen and (min-width: 415px) and (max-width: 767px) {
  .section-inner {
    padding: 0 10vw;
  }
}

/*# sourceMappingURL=page.css.map */
