@charset "UTF-8";
.recruit-fv {
  position: relative;
  min-height: 400px;
  margin-right: auto;
  margin-left: auto;
  background-image: url("/media/images/recruit/fvbg.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .recruit-fv {
    min-height: 600px;
  }
}
@media screen and (min-width: 992px) {
  .recruit-fv {
    min-height: 800px;
  }
}

.recruit-fv__container {
  position: absolute;
  left: 20px;
  bottom: 30px;
  color: #707070;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .recruit-fv__container {
    left: 40px;
    bottom: 60px;
  }
}
@media screen and (min-width: 1800px) {
  .recruit-fv__container {
    left: 50%;
    transform: translateX(-125%);
  }
}

.recruit-fv__ttl--jp {
  padding-left: 0.86em;
  font-size: 1.125rem;
  font-weight: 500;
  position: relative;
}
@media screen and (min-width: 576px) {
  .recruit-fv__ttl--jp {
    font-size: min(1.875vw, 1.875rem);
  }
}

.recruit-fv__ttl--jp::after {
  content: "";
  position: absolute;
  top: 45%;
  left: 0;
  width: 0.4em;
  height: 0.4em;
  background-color: #E31F26;
  border-radius: 100vw;
}

.recruit-fv__ttl {
  margin-top: 10px;
  font-size: 2.25rem;
  line-height: 1.2;
  text-shadow: 0 0 6px #fff;
}
@media screen and (min-width: 576px) {
  .recruit-fv__ttl {
    font-size: min(5.375vw, 5.375rem);
  }
}

.recruit-fv__sub-ttl {
  font-size: 1rem;
}
@media screen and (min-width: 576px) {
  .recruit-fv__sub-ttl {
    font-size: min(2vw, 2rem);
  }
}

.recruit-fv__overlay {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(8deg, #ffffff 5%, rgba(255, 255, 255, 0.6) 48%, transparent 55%);
}
@media screen and (min-width: 576px) {
  .recruit-fv__overlay {
    background-image: radial-gradient(circle at 90% 10%, transparent 25%, rgba(255, 255, 255, 0.5019607843) 45%, #ffffff 70%);
  }
}

.recruit__container-nav {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 19px;
  margin-top: 40px;
}
@media screen and (min-width: 576px) {
  .recruit__container-nav {
    margin-top: 80px;
  }
}
@media screen and (min-width: 992px) {
  .recruit__container-nav {
    justify-content: space-between;
    flex-wrap: nowrap;
  }
}
@media screen and (min-width: 1200px), print {
  .recruit__container-nav {
    justify-content: center;
  }
}
.recruit__container-nav .btn-standard {
  width: calc((100% - 19px) / 2);
  min-width: initial;
  font-size: 0.9375rem;
}
@media screen and (min-width: 576px) {
  .recruit__container-nav .btn-standard {
    min-width: 180px;
    font-size: 1rem;
  }
}
@media screen and (min-width: 768px) {
  .recruit__container-nav .btn-standard {
    width: fit-content;
  }
}
@media screen and (min-width: 992px) {
  .recruit__container-nav .btn-standard {
    min-width: 160px;
  }
}
@media screen and (min-width: 1200px), print {
  .recruit__container-nav .btn-standard {
    min-width: 200px;
  }
}

.recruit__message-ttl {
  font-size: 2rem;
  font-weight: 500;
}

.recruit__policy-ttl {
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  text-transform: capitalize;
}

.recruit__policy-list {
  width: fit-content;
}

.recruit__policy-list-item {
  display: flex;
  align-items: center;
  gap: 1rem;
  position: relative;
}

.recruit__container-img__wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.2857142857rem 2.5rem;
}

@media screen and (min-width: 768px) {
  .recruit__container-img__wrap {
    flex-direction: row;
    align-items: flex-start;
  }
}
.recruit__container-date-wrap {
  margin-top: 60px;
}
@media screen and (min-width: 768px) {
  .recruit__container-date-wrap {
    margin-top: 120px;
  }
}

.recruit__container-date {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px 0;
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .recruit__container-date {
    gap: 40px 0;
    margin-top: 60px;
  }
}

.recruit__container-item {
  width: 100%;
  padding: 16px 8px;
  border-radius: 5px;
  background: linear-gradient(180deg, #ffffff 0%, #f4f4f4 100%);
  box-shadow: 0px 0px 30px 0px rgba(51, 51, 51, 0.1019607843);
}
@media screen and (min-width: 768px) {
  .recruit__container-item {
    width: calc((100% - 40px) / 2);
  }
}
@media screen and (min-width: 992px) {
  .recruit__container-item {
    width: calc((100% - 60px) / 3);
  }
}
@media screen and (min-width: 1200px), print {
  .recruit__container-item {
    width: calc((100% - 80px) / 3);
  }
}
@media screen and (min-width: 1400px) {
  .recruit__container-item {
    width: 400px;
  }
}
.recruit__container-item .number {
  font-family: "Montserrat", sans-serif;
  font-size: 3.125rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.1em;
}
.recruit__container-item .unit {
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: 0;
}
.recruit__container-item .sales-ratio {
  text-align: center;
}
.recruit__container-item .sales-ratio-desc {
  font-size: 0.875rem;
  font-weight: 500;
}
.recruit__container-item .fs50 {
  font-size: 3.125rem;
  font-weight: 600;
  line-height: 1;
}
.recruit__container-item .fs50.lh18 {
  line-height: 1.8;
}
.recruit__container-item .fs11 {
  font-size: 0.6875rem;
}
.recruit__container-item .achievement {
  margin-top: 10px;
  font-size: 0.875rem;
  color: #707070;
  text-align: center;
}
.recruit__container-item .childcare {
  text-align: center;
}
.recruit__container-item .childcare-desc {
  margin-top: 10px;
  padding: 2px 10px;
  font-size: 0.75rem;
  font-weight: 700;
  background-color: #fff;
  border-radius: 12px;
}

.recruit__container-item-ttl {
  margin-bottom: 10px;
  font-size: 1.25rem;
  font-weight: 500;
  text-align: center;
}

.recruit__container-item-content {
  display: flex;
  justify-content: center;
  gap: 0 20px;
  color: #E31F26;
}
.recruit__container-item-content.gap40 {
  gap: 0 40px;
}

.recruit__container-date-links {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  flex-direction: column;
  margin-top: 40px;
  margin-bottom: 60px;
}
.recruit__container-date-links .btn-media {
  max-width: 630px;
  width: 100%;
  min-width: initial;
}
@media screen and (min-width: 992px) {
  .recruit__container-date-links .btn-media {
    width: calc((100% - 40px) / 2);
  }
}
@media screen and (min-width: 768px) {
  .recruit__container-date-links {
    margin-top: 100px;
    margin-bottom: 100px;
  }
}
@media screen and (min-width: 992px) {
  .recruit__container-date-links {
    flex-direction: row;
  }
}

.recruit__container-member-wrap {
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  padding: 60px 0;
  background-color: #f5f5f5;
}
@media screen and (min-width: 768px) {
  .recruit__container-member-wrap {
    padding: 100px 0;
  }
}

.recruit__container-mneber-head,
.recruit__container-benefits-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  flex-direction: column;
  padding: 0 20px;
}
@media screen and (min-width: 992px) {
  .recruit__container-mneber-head,
  .recruit__container-benefits-head {
    flex-direction: row;
  }
}
.recruit__container-mneber-head .ttl-pattern-2,
.recruit__container-benefits-head .ttl-pattern-2 {
  text-align: center;
}
@media screen and (min-width: 992px) {
  .recruit__container-mneber-head .ttl-pattern-2,
  .recruit__container-benefits-head .ttl-pattern-2 {
    text-align: left;
  }
}

.splide-parent {
  max-width: 1296px;
  width: 100%;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
}
.splide-parent .post-mediatext-card__thumb-img img {
  border-radius: 90px;
}

#recruit__splide {
  width: 100vw;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
}
#recruit__splide .post-mediatext-card__desc {
  font-size: 1rem;
  color: #333;
}

.splide__list {
  padding: 30px 0 !important;
}

.splide__slide {
  width: 300px !important;
  /* gapが24pxの場合（必要ならpadding/marginと調整） */
  box-sizing: border-box;
}

.splide__arrow {
  position: absolute;
  top: 45%;
  /* track中央 */
  transform: translateY(-50%);
  z-index: 10;
  background: transparent;
  border: none;
  padding: 0;
}
@media screen and (min-width: 400px) {
  .splide__arrow {
    top: 50%;
  }
}

.splide__arrow--prev {
  left: 8px;
}
@media screen and (min-width: 1200px), print {
  .splide__arrow--prev {
    left: calc((100vw - 1116px) / 2 - 32px);
  }
}
@media screen and (min-width: 1400px) {
  .splide__arrow--prev {
    left: calc((100vw - 1296px) / 2 - 32px);
  }
}

.splide__arrow--next {
  right: 8px;
}
@media screen and (min-width: 1200px), print {
  .splide__arrow--next {
    right: calc((100vw - 1116px) / 2 - 32px);
  }
}
@media screen and (min-width: 1400px) {
  .splide__arrow--next {
    right: calc((100vw - 1296px) / 2 - 32px);
  }
}

.splide__arrow svg {
  display: none;
}

.splide__arrow--prev::before {
  transform: scaleX(-1);
}

.splide__arrow {
  width: 36px;
  height: 36px;
  background-color: #FEFFFF;
  opacity: 0.7;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  transition: opacity 0.3s;
}

.splide__arrow::before {
  content: "";
  background-image: url(../media/images/icon/icon-slider-arrow.svg);
  width: 16px;
  height: 16px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  margin: auto;
  inset: 0;
}

@media screen and (min-width: 768px) {
  .splide__arrow {
    width: 48px;
    height: 48px;
  }
  .splide__arrow::before {
    width: 20px;
    height: 20px;
  }
}
@media screen and (min-width: 992px) {
  .splide__arrow {
    width: 65px;
    height: 65px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  }
  .splide__arrow::before {
    width: 23px;
    height: 23px;
  }
}
.splide-progress {
  background-color: #fff;
  height: 5px;
}
.splide-progress .splide-progress-bar {
  width: 0;
  height: 100%;
  background-color: #A7A9AC;
  transition: width 1000ms ease;
}

.recruit__container-member-link {
  width: fit-content;
  margin-top: 60px;
  margin-right: auto;
  margin-left: auto;
}

.recruit__container-benefits-wrap {
  padding: 60px 0;
}
@media screen and (min-width: 768px) {
  .recruit__container-benefits-wrap {
    padding: 100px 0;
  }
}

.recruit__container-benefits {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 40px;
}
@media screen and (min-width: 1400px) {
  .recruit__container-benefits {
    gap: 50px 48px;
  }
}

.recruit__container-benefits-item {
  display: flex;
  align-items: center;
  gap: 20px;
  width: 100%;
  padding: 30px;
  font-size: 0.9375rem;
  font-weight: 400;
  border-radius: 8px;
  background: rgba(254, 255, 255, 0.5019607843);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.0509803922);
}
@media screen and (min-width: 768px) {
  .recruit__container-benefits-item {
    width: calc((100% - 20px) / 2);
  }
}
@media screen and (min-width: 1200px), print {
  .recruit__container-benefits-item {
    width: calc((100% - 40px) / 3);
  }
}
@media screen and (min-width: 1400px) {
  .recruit__container-benefits-item {
    width: calc((100% - 100px) / 3);
  }
}

.recruit__container-benefits-item-icon {
  flex: 0 0 18%;
}

.recruit__container-benefits-item-ttl {
  margin-bottom: 5px;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.5;
}

.recruit__container-job-wrap {
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  padding: 100px 20px;
  background-color: #f5f5f5;
  background-image: url("/media/images/recruit/recruit_bg.webp");
  background-repeat: no-repeat;
  background-position: center;
}

.recruit__container-job {
  position: relative;
  display: block;
  max-width: 1075px;
  width: 100%;
  margin: 20px auto 0;
  padding: 20px;
  padding-right: calc(40px + 2em);
  background: linear-gradient(180deg, #ffffff 0%, #f4f4f4 100%);
  box-shadow: 0px 0px 30px 0px rgba(51, 51, 51, 0.1019607843);
  color: #333;
}
@media screen and (min-width: 400px) {
  .recruit__container-job {
    padding: 20px 40px;
    padding-right: calc(60px + 2em);
    margin: 40px auto 0;
  }
}
@media screen and (min-width: 576px) {
  .recruit__container-job {
    padding: 35px 60px;
    padding-right: calc(90px + 2em);
  }
}
.recruit__container-job::before, .recruit__container-job::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 2em;
  height: 2em;
  right: 20px;
  background: no-repeat center center/contain;
  transition: 0.3s;
  transform: translateY(-50%);
}
@media screen and (min-width: 400px) {
  .recruit__container-job::before, .recruit__container-job::after {
    right: 40px;
  }
}
@media screen and (min-width: 576px) {
  .recruit__container-job::before, .recruit__container-job::after {
    right: 60px;
  }
}
.recruit__container-job::before {
  background-image: url("/media/images/icon/icon-arrow-red__md.svg");
}
.recruit__container-job::after {
  background-image: url("/media/images/icon/icon-arrow-white__md.svg");
}
.recruit__container-job:hover::after {
  opacity: 0;
}
.recruit__container-job:hover {
  opacity: 1;
  color: #333;
}

/* 社員一覧 */
.recruit__members-wrap {
  max-width: 1076px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
.recruit__members-wrap .post-mediatext-card__thumb-wrap {
  align-items: flex-start;
}
.recruit__members-wrap .post-mediatext-card__thumb-img {
  width: 144px;
  height: 144px;
  flex-shrink: 0;
  overflow: hidden;
}
.recruit__members-wrap .post-mediatext-card__thumb-img img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 144px;
  object-fit: cover;
}
.recruit__members-wrap .post-mediatext-card__thumb-text {
  margin-bottom: 10px;
  font-size: 1.25rem;
  font-weight: 600;
}
.recruit__members-wrap .post-mediatext-card__desc {
  font-size: 1rem;
  font-weight: 400;
  color: #333;
}
.recruit__members-wrap .post-mediatext-card__ttl {
  display: block;
  overflow: visible;
}

/* 社員紹介 */
.recruit__member-wrap {
  max-width: 1076px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.recruit__member-head {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 30px;
}
@media screen and (min-width: 768px) {
  .recruit__member-head {
    align-items: flex-start;
    flex-direction: row;
  }
}

.recruit__member-thumb {
  flex-shrink: 0;
  width: 250px;
  height: 250px;
  border-radius: 250px;
  overflow: hidden;
}
.recruit__member-thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.recruit__member-head-ttl {
  margin-bottom: 40px;
  line-height: 1.2;
}

.recruit__member-head-name {
  margin-bottom: 10px;
  font-family: "Montserrat", sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
}

.recruit__member-motto-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column-reverse;
  gap: 40px;
  margin-top: 80px;
  margin-bottom: 80px;
  padding: 30px 20px;
  background: linear-gradient(180deg, #ffffff 0%, #f4f4f4 100%);
  box-shadow: 0px 0px 30px 0px rgba(51, 51, 51, 0.1019607843);
  border-radius: 5px;
}
@media screen and (min-width: 576px) {
  .recruit__member-motto-wrap {
    padding: 40px 60px;
  }
}
@media screen and (min-width: 992px) {
  .recruit__member-motto-wrap {
    flex-direction: row;
  }
}

.recruit__member-motto-ttl {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1;
}
.recruit__member-motto-ttl::before {
  display: block;
  content: "My Motto";
  margin-right: 20px;
  padding: 5px 10px;
  width: 90px;
  font-size: 0.875rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  color: #fff;
  text-align: center;
  background-color: #E31F26;
  border-radius: 3px;
  white-space: nowrap;
}
.recruit__member-motto-ttl::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 85px;
  transform: translateY(-50%);
  border-width: 5px 0 5px 10px;
  border-style: solid;
  border-color: transparent transparent transparent #E31F26;
}
.recruit__member-motto-ttl .hash {
  color: #E31F26;
}

.recruit__member-motto-img {
  width: 212px;
  height: auto;
  object-fit: contain;
}

.recruit__member-faq-wrap {
  margin-top: 60px;
}
.recruit__member-faq-wrap.flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  gap: 40px;
}
@media screen and (min-width: 992px) {
  .recruit__member-faq-wrap.flex {
    align-items: flex-start;
    flex-direction: row;
  }
}
.recruit__member-faq-wrap.reverse {
  flex-direction: column;
}
@media screen and (min-width: 992px) {
  .recruit__member-faq-wrap.reverse {
    flex-direction: row-reverse;
  }
}

.recruit__member-question {
  margin-bottom: 10px;
  font-weight: 500;
  color: #E31F26;
}
.recruit__member-question::before {
  content: "Q.";
  margin-right: 5px;
  font-family: "Montserrat", sans-serif;
}

.recruit__member-faq-img {
  max-width: 480px;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.recruit__member-schedule-wrap {
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 30px 20px 40px;
  background: #feffff;
  border-radius: 8px;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1019607843);
}
@media screen and (min-width: 400px) {
  .recruit__member-schedule-wrap {
    padding: 50px 40px 60px;
  }
}
@media screen and (min-width: 576px) {
  .recruit__member-schedule-wrap {
    padding: 50px 60px 60px;
  }
}
@media screen and (min-width: 768px) {
  .recruit__member-schedule-wrap {
    margin-top: 100px;
    margin-bottom: 100px;
  }
}

.recruit__member-schedule-ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 5px 15px;
  font-size: 1.25rem;
  font-weight: 700;
}
.recruit__member-schedule-ttl .eng {
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  color: #E31F26;
}
@media screen and (min-width: 400px) {
  .recruit__member-schedule-ttl {
    flex-direction: row;
  }
}
@media screen and (min-width: 576px) {
  .recruit__member-schedule-ttl {
    justify-content: flex-start;
  }
}

.recruit__member-schedule {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  gap: 20px;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .recruit__member-schedule {
    flex-direction: row;
  }
}

.recruit__member-schedule-inner {
  display: flex;
  flex-wrap: wrap;
  max-width: 400px;
  width: 100%;
}

.recruit__member-schedule-time {
  position: relative;
  width: 70px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  color: #E31F26;
}
.recruit__member-schedule-time::before {
  position: absolute;
  top: 6px;
  right: -6px;
  content: "";
  width: 12px;
  height: 12px;
  background-color: #E31F26;
  border-radius: 12px;
  z-index: 10;
}

.recruit__member-schedule-cont {
  position: relative;
  width: calc(100% - 70px);
  padding-left: 28px;
}
.recruit__member-schedule-cont:last-of-type::before {
  content: none;
}
.recruit__member-schedule-cont:not(:last-of-type) {
  padding-bottom: 20px;
}
.recruit__member-schedule-cont::before {
  position: absolute;
  top: 12px;
  left: -1px;
  content: "";
  height: 100%;
  border-left: 2px solid #DADADA;
}
.recruit__member-schedule-cont .ttl {
  font-weight: 700;
}

/* 募集要項 */
.recruit__job-fv {
  display: block;
  width: 100%;
  min-height: 160px;
  max-height: 400px;
  object-fit: cover;
}

.recruit__job-wrap {
  max-width: 856px;
  width: 100%;
  margin-top: 50px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .recruit__job-wrap {
    margin-top: 100px;
  }
}
.recruit__job-wrap .ttl-pattern-3__jp {
  font-size: 1.25rem;
  font-weight: 700;
}
@media screen and (min-width: 576px) {
  .recruit__job-wrap .ttl-pattern-3__jp {
    font-size: 1.5rem;
  }
}
.recruit__job-wrap .table-line {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .recruit__job-wrap .table-line {
    margin-top: 60px;
  }
}
.recruit__job-wrap .table-line .table-line__th,
.recruit__job-wrap .table-line .table-line__td {
  padding: 20px;
}
.recruit__job-wrap .table-line .table-line__th {
  min-width: 120px;
}
@media screen and (min-width: 768px) {
  .recruit__job-wrap .table-line .table-line__th {
    min-width: 160px;
  }
}
.recruit__job-wrap .table-line .table-line__td {
  padding-left: 20px;
}
@media screen and (min-width: 768px) {
  .recruit__job-wrap .table-line .table-line__td {
    padding-left: 60px;
  }
}
.recruit__job-wrap .round-list__item,
.recruit__job-wrap .ol-standard__item {
  font-weight: 400;
}

.recruit__job-btn {
  margin-top: 60px;
  text-align: center;
}

/* ブロックエディタ */
.block-section h3 {
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  margin-top: 3.75rem;
  margin-bottom: 1rem;
}

.block-section .layout-image-text,
.block-section .layout-text-image {
  display: grid;
  grid-template-columns: mauto;
  grid-template-areas: "area1" "area2" "area3";
}

.block-section .layout-image-text .title,
.block-section .layout-text-image .title {
  grid-area: area1;
}

.block-section .layout-image-text .image,
.block-section .layout-text-image .image {
  grid-area: area3;
}

.block-section .layout-image-text .body,
.block-section .layout-text-image .body {
  grid-area: area2;
  margin-bottom: 1rem;
}

@media screen and (min-width: 992px) {
  .block-section .layout-image-text,
  .block-section .layout-text-image {
    grid-template-rows: minmax(min-content, 2em) auto;
    gap: 0 2.5rem;
    margin-top: 3.75rem;
  }
  .block-section .layout-image-text {
    grid-template-columns: min(45%, 478px) auto;
    grid-template-areas: "area1 area2" "area1 area3";
  }
  .block-section .layout-text-image {
    grid-template-columns: auto min(45%, 478px);
    grid-template-areas: "area2 area1" "area3 area1";
  }
  .block-section .layout-image-text .title,
  .block-section .layout-text-image .title {
    grid-area: area2;
    margin-top: 0;
    margin-bottom: 0.625rem;
  }
  .block-section .layout-image-text .image,
  .block-section .layout-text-image .image {
    grid-area: area1;
  }
  .block-section .layout-image-text .body,
  .block-section .layout-text-image .body {
    grid-area: area3;
  }
}

/*# sourceMappingURL=style-recruit.css.map */
