.sect-headline-secondary::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.1rem;
  background-color: #2c3686;
}
.sect-headline-secondary .string {
  padding: 0 0 0.8rem;
  color: #2C3686;
}

.sect-message-recruitment {
  position: relative;
}

.area-message-recruitment .head .contents .appeal-point {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.area-message-recruitment .head .contents .appeal-point .disp {
  width: 100%;
  margin-bottom: clamp(2.4rem, 5vw, 4.8rem);
}
.area-message-recruitment .head .contents .appeal-point .disp .image {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.area-message-recruitment .head .contents .appeal-point .text {
  text-align: center;
}
.area-message-recruitment .head .contents .appeal-point .text .sentence {
  font-size: clamp(2.2rem, 4.5833333333vw, 2.8rem);
  color: #2C3686;
  font-family: "noto-sans-jp R", "Yu Gothic", "YuGothic", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Meiryo", sans-serif;
  font-weight: bold;
}
.area-message-recruitment .body {
  position: relative;
}
.area-message-recruitment .body::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f3f3f3;
  z-index: -2;
}
.area-message-recruitment .body .contents .message-item {
  display: flex;
  justify-content: space-between;
  gap: 2.4rem;
}
.area-message-recruitment .body .contents .message-item .desc,
.area-message-recruitment .body .contents .message-item .disp {
  width: 100%;
}
.area-message-recruitment .body .contents .message-item .desc {
  display: flex;
  flex-direction: column;
  max-width: 50%;
}
.area-message-recruitment .body .contents .message-item .desc .title-main {
  padding-bottom: clamp(1.2rem, 2.5vw, 3.6rem);
}
.area-message-recruitment .body .contents .message-item .desc .title-main .sect-headline-secondary {
  font-size: clamp(2rem, 4.1666666667vw, 2.4rem);
}
.area-message-recruitment .body .contents .message-item .desc .title-main .sect-headline-secondary::before {
  background-color: #4251c1;
}
.area-message-recruitment .body .contents .message-item .desc .title-main .sect-headline-secondary .string {
  color: #4251C1;
}
.area-message-recruitment .body .contents .message-item .desc .text .headline .string {
  padding-bottom: clamp(1.2rem, 2.5vw, 2.4rem);
  font-size: clamp(1.7rem, 3.5416666667vw, 2.1rem);
  color: #E57E33;
}
.area-message-recruitment .body .contents .message-item .disp {
  max-width: 50%;
}
.area-message-recruitment .body .contents .message-item .disp .image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 837px) {
  .area-message-recruitment .body .contents .message-item:nth-of-type(even) {
    flex-direction: row-reverse;
  }
}
@media screen and (max-width: 836px) {
  .area-message-recruitment .body .contents .message-item {
    flex-direction: column;
  }
  .area-message-recruitment .body .contents .message-item .desc,
.area-message-recruitment .body .contents .message-item .disp {
    max-width: 100%;
  }
}
.area-message-recruitment .body .contents .message-item:not(:last-of-type) {
  padding-bottom: clamp(3.6rem, 7.5vw, 7.2rem);
}

.sect-recruitment-point {
  position: relative;
}

.area-recruitment-point .head .heading .title-main {
  width: 100%;
}
.area-recruitment-point .body.ly_column_two {
  display: flex;
  justify-content: center;
  gap: clamp(2.4rem, 5vw, 4.8rem);
  flex-wrap: wrap;
}
.area-recruitment-point .body .contents.ly_column_one {
  max-width: 100%;
  width: 100%;
}
.area-recruitment-point .body .contents.ly_column_one:not(:last-of-type) {
  padding-bottom: clamp(3.6rem, 7.5vw, 7.2rem);
}
.area-recruitment-point .body .contents.ly_column_two {
  max-width: calc((1600px - clamp(2.4rem, 5vw, 4.8rem) * 1) / 2);
  width: 100%;
}
.area-recruitment-point .body .contents .info {
  background-color: white;
}
.area-recruitment-point .body .contents .info .title-main {
  padding-bottom: 2.4rem;
  text-align: center;
}
.area-recruitment-point .body .contents .info .desc-recruit .d-item {
  display: flex;
}
.area-recruitment-point .body .contents .info .desc-recruit .d-item .d-title,
.area-recruitment-point .body .contents .info .desc-recruit .d-item .d-detail {
  width: 100%;
  padding-top: clamp(1.2rem, 2.5vw, 2.4rem);
  padding-bottom: clamp(1.2rem, 2.5vw, 2.4rem);
  padding-right: clamp(1.2rem, 2.5vw, 2.4rem);
  padding-left: clamp(1.2rem, 2.5vw, 2.4rem);
}
.area-recruitment-point .body .contents .info .desc-recruit .d-item .d-title {
  background-color: #dfe2f2;
}
.area-recruitment-point .body .contents .info .desc-recruit .d-item .d-title {
  max-width: 25%;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  text-align: center;
}
.area-recruitment-point .body .contents .info .desc-recruit .d-item .d-detail {
  display: flex;
  align-items: center;
  max-width: 75%;
  width: 100%;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
.area-recruitment-point .body .contents .info .desc-recruit .d-item:first-of-type .d-title {
  border-top: 1px solid #ccc;
}
@media screen and (min-width: 601px) {
  .area-recruitment-point .body .contents .info .desc-recruit .d-item:first-of-type .d-detail {
    border-top: 1px solid #ccc;
  }
}
@media screen and (max-width: 600px) {
  .area-recruitment-point .body .contents .info .desc-recruit .d-item {
    flex-direction: column;
  }
  .area-recruitment-point .body .contents .info .desc-recruit .d-item .d-title,
.area-recruitment-point .body .contents .info .desc-recruit .d-item .d-detail {
    max-width: 100%;
  }
  .area-recruitment-point .body .contents .info .desc-recruit .d-item .d-title {
    border-right: 1px solid #ccc;
  }
  .area-recruitment-point .body .contents .info .desc-recruit .d-item .d-detail {
    border-left: 1px solid #ccc;
  }
}
@media screen and (max-width: 836px) {
  .area-recruitment-point {
    flex-direction: column;
  }
  .area-recruitment-point .head,
.area-recruitment-point .body {
    max-width: 100%;
  }
}

.area-faq {
  display: flex;
  gap: 2.4rem;
}
.area-faq .head,
.area-faq .body {
  width: 100%;
}
.area-faq .head {
  max-width: 22.5%;
}
.area-faq .head .heading .title-main {
  width: 100%;
}
.area-faq .body {
  max-width: 77.5%;
}
.area-faq .body .heading .summary {
  padding-left: clamp(1.2rem, 2.5vw, 4.8rem);
}
.area-faq .body .heading .summary .sentence {
  font-size: clamp(1.9rem, 3.9583333333vw, 2.4rem);
  font-weight: bold;
}
.area-faq .body .contents .desc-faq {
  padding: clamp(2.4rem, 5vw, 4.8rem) clamp(1.2rem, 2.5vw, 4.8rem);
  border: 1px solid #888;
}
.area-faq .body .contents .desc-faq .d-item {
  border-bottom: 1px solid #888;
}
.area-faq .body .contents .desc-faq .d-item .d-title,
.area-faq .body .contents .desc-faq .d-item .d-detail-list {
  display: flex;
}
.area-faq .body .contents .desc-faq .d-item .d-title .mark,
.area-faq .body .contents .desc-faq .d-item .d-detail-list .mark {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.area-faq .body .contents .desc-faq .d-item .d-title .mark::before,
.area-faq .body .contents .desc-faq .d-item .d-detail-list .mark::before {
  content: attr(data-text);
  position: absolute;
  left: 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: clamp(3.6rem, 7.5vw, 4.8rem);
  height: clamp(3.6rem, 7.5vw, 4.8rem);
  font-size: clamp(2rem, 4.1666666667vw, 3rem);
  color: #fff;
  font-family: "Oswald-VariableFont", "Yu Gothic", "YuGothic", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Meiryo", sans-serif;
  text-transform: uppercase;
  line-height: 1;
  translate: 0 -25%;
}
.area-faq .body .contents .desc-faq .d-item .d-title .string,
.area-faq .body .contents .desc-faq .d-item .d-detail-list .string {
  padding-left: clamp(3.6rem, 7.5vw, 4.8rem);
  margin-left: clamp(1.2rem, 2.5vw, 2.4rem);
  font-weight: bold;
}
.area-faq .body .contents .desc-faq .d-item .d-title {
  padding-bottom: clamp(2.4rem, 5vw, 4.8rem);
}
.area-faq .body .contents .desc-faq .d-item .d-title .mark::before {
  top: 0;
  background-color: #2c3686;
}
@media screen and (max-width: 600px) {
  .area-faq .body .contents .desc-faq .d-item .d-title .mark::before {
    top: 0.8rem;
  }
}
.area-faq .body .contents .desc-faq .d-item .d-title .string {
  color: #2C3686;
}
.area-faq .body .contents .desc-faq .d-item .d-detail-list {
  padding-bottom: 2.4rem;
}
.area-faq .body .contents .desc-faq .d-item .d-detail-list .d-detail .mark::before {
  top: 0.8rem;
  background-color: black;
}
@media screen and (max-width: 600px) {
  .area-faq .body .contents .desc-faq .d-item .d-detail-list .d-detail .mark::before {
    top: 1.6rem;
  }
}
.area-faq .body .contents .desc-faq .d-item:not(:first-of-type) .d-title {
  padding-top: 4.8rem;
}
@media screen and (max-width: 836px) {
  .area-faq {
    flex-direction: column;
  }
  .area-faq .head,
.area-faq .body {
    max-width: 100%;
  }
}
/*# sourceMappingURL=recruit.css.map */