@charset "UTF-8";
/* =============================================
   メインビジュアルメッセージ
============================================= */
.breadcrumb__list--no-border {
  border-bottom: 0;
}

.recruit-hero {
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: 56% 50%;
  background-size: cover;
  background-image: url(../images/recruit/hero.png);
}

.recruit-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(90deg, #fff 8%, rgba(255, 255, 255, 0.45) 52%, rgba(255, 255, 255, 0) 100%);
}

.recruit-hero .container {
  position: relative;
  z-index: 1;
  padding-top: 5.1428571429rem;
  padding-bottom: 2.8571428571rem;
}

.recruit-hero__catch {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #333;
}

.recruit-hero__sub {
  font-size: 1rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
  color: #38748b;
}

/* =============================================
   タイトル＋本文の2カラムレイアウト
============================================= */
.recruit-block__head {
  margin-bottom: 2.5rem;
}

/* =============================================
   Top Message
============================================= */
.recruit-message {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.recruit-message__catch {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-bottom: 1.5rem;
}

.recruit-message__desc__text {
  font-size: 1rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
}

.recruit-message__desc__text:not(:last-child) {
  margin-bottom: 1.8125rem;
}

.recruit-message__profile {
  order: -1;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.recruit-message__photo {
  width: 15.8125rem;
  max-width: 100%;
  height: 18.75rem;
  overflow: hidden;
}

.recruit-message__photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.recruit-message__name {
  margin-top: 0.625rem;
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-align: center;
}

.recruit-message__role {
  font-size: 1rem;
}

/* =============================================
   リンクバナー（部門メッセージ・会社情報）
============================================= */
.link-banner {
  display: flex;
  margin-top: 5rem;
  color: #fff;
  overflow: hidden;
}

.link-banner--company {
  margin-top: 0;
}

.link-banner:hover {
  color: #fff;
  opacity: 1;
}

.link-banner__picture {
  height: 9.2857142857rem;
  overflow: hidden;
}

.link-banner__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.link-banner__body {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background-color: #222;
  row-gap: 0.2857142857rem;
  padding: 1.2857142857rem 1.0714285714rem;
}

.link-banner__ttl {
  font-size: 1.1428571429rem;
  font-weight: 500;
  line-height: 1.33;
}

.link-banner__sub {
  margin-top: 0.4285714286rem;
  font-size: 0.7142857143rem;
  line-height: 1.625;
  letter-spacing: 0.05em;
}

.link-banner__more {
  margin-left: auto;
  font-size: 0.8571428571rem;
}

.link-banner__more.textlink-pattern-1 {
  padding-top: 0.3571428571rem;
  padding-right: 2.5rem;
  padding-bottom: 0.3571428571rem;
}

.link-banner__more.textlink-pattern-1__white::before {
  width: 1.7142857143rem;
  height: 1.7142857143rem;
  background-color: rgba(255, 255, 255, 0.3);
}

.link-banner__more.textlink-pattern-1__white::after {
  right: 0.5714285714rem;
  width: 0.5714285714rem;
  height: 0.4285714286rem;
}

/* =============================================
   区切り線
============================================= */
.recruit-divider {
  margin: 0;
  border: none;
  border-top: 1px solid #dadada;
}

/* =============================================
   About Us 数値カード
============================================= */
.stat-cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem 1.125rem;
  list-style: none;
  padding: 0;
  margin: 0;
}

.stat-card {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 8.3125rem;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 0.1875rem;
  overflow: hidden;
}

.stat-card__inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.stat-card__label {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.625;
}

.stat-card__value {
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 0.875rem;
       column-gap: 0.875rem;
  font-family: "Figtree", sans-serif, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 500;
}

.stat-card__num {
  font-size: 2.125rem;
  line-height: 1.35;
  letter-spacing: 0.05em;
}

.stat-card__unit {
  font-size: 1.25rem;
  letter-spacing: 0.05em;
}

.stat-card__colon {
  font-size: 1.5rem;
  font-weight: 700;
}

.stat-card__note {
  font-size: 0.6875rem;
  line-height: 1.625;
}

.stat-card__icon-inline {
  width: auto;
}

.stat-card__icon--founded {
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 50%;
  width: 9.3125rem;
  height: auto;
  transform: translate(-50%, -50%);
}

/* =============================================
   About Us 紹介カード（オフィス・働き方）
============================================= */
.info-cards {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  margin-top: 2.5rem;
}

.info-card {
  display: flex;
  flex-direction: column;
}

.info-card__img {
  height: 13.75rem;
  margin-bottom: 1rem;
  background-color: #8f99a3;
  overflow: hidden;
}

.info-card__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.info-card__ttl {
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.4;
  margin-bottom: 0.75rem;
}

.info-card__text {
  width: 100%;
  font-size: 1rem;
  line-height: 1.625;
  letter-spacing: 0.03em;
}

.info-card__more {
  margin-top: auto;
  text-align: right;
}

/* =============================================
   Recruitment Details
============================================= */
.recruit-detail {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}

.recruit-detail.lazyloaded {
  background: linear-gradient(97deg, rgba(34, 34, 34, 0.85) 0%, rgba(34, 34, 34, 0.96) 100%), url(../images/recruit/recruitment-bg.jpg) no-repeat center center/cover;
}

.recruit-detail__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  gap: 1.7142857143rem 3.4285714286rem;
}

.recruit-detail__head {
  flex-shrink: 0;
}

.recruit-detail__lead {
  margin-top: 1.875rem;
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #fff;
}

.ttl-recruit-white .ttl-pattern-2__eng,
.ttl-recruit-white .ttl-pattern-2__sub {
  color: #fff;
}

.recruit-detail__entry {
  display: flex;
  flex-direction: column;
  width: min(100%, 320px);
  gap: 1.25rem;
  margin-top: 2.5rem;
}

.entry-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 4.9375rem;
  padding: 1.125rem 1.5rem;
  border: 1px solid #fff;
  border-radius: 0.1875rem;
  color: #fff;
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  transition: 0.3s;
}

.entry-btn__icon {
  position: relative;
  flex-shrink: 0;
  width: 1.875rem;
  height: 1.875rem;
  background-color: rgba(255, 255, 255, 0.3);
  border: 1px solid #fff;
  border-radius: 50%;
  transition: 0.3s;
}

.entry-btn__icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0.625rem;
  height: 0.5rem;
  -webkit-mask: url(../images/common/icon-arrow-only-small.svg) no-repeat center center/contain;
          mask: url(../images/common/icon-arrow-only-small.svg) no-repeat center center/contain;
  background-color: #fff;
  transition: 0.3s;
}

@media screen and (min-width: 350px) {
  .d-xs-none {
    display: none;
  }
  .link-banner__picture {
    width: 7.2142857143rem;
    height: 8.2857142857rem;
  }
  .link-banner__ttl {
    font-size: 1.2857142857rem;
  }
  .link-banner__body {
    height: 8.2857142857rem;
  }
}
@media screen and (min-width: 576px) {
  .recruit-hero {
    background-position: center right;
  }
  .recruit-hero::before {
    background: linear-gradient(90deg, #fff 8%, rgba(255, 255, 255, 0.45) 72%, rgba(255, 255, 255, 0) 100%);
  }
  .recruit-hero .container {
    top: -0.9375rem;
  }
  .stat-cards {
    grid-template-columns: repeat(2, 1fr);
  }
  .link-banner__picture {
    width: auto;
  }
}
@media screen and (min-width: 768px) {
  .link-banner {
    flex-direction: row;
    align-items: stretch;
  }
  .link-banner__picture {
    width: 23.6875rem;
    height: auto;
  }
  .link-banner__body {
    justify-content: center;
    row-gap: 0.125rem;
    padding: 1.25rem 1.5rem 1.25rem 1.75rem;
    height: auto;
  }
  .info-cards {
    flex-direction: row;
    gap: 3rem;
    margin-top: 5rem;
  }
  .info-card {
    flex: 1;
    min-width: 0;
  }
  .info-card__img {
    height: 17.5rem;
  }
  .recruit-detail__row {
    flex-direction: row;
  }
}
@media screen and (min-width: 992px) {
  .recruit-hero .container {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .recruit-hero__catch {
    font-size: 2rem;
    line-height: 1.8;
  }
  .link-banner__ttl {
    font-size: 1.5rem;
  }
  .link-banner__sub {
    margin-top: 0.6875rem;
    font-size: 1rem;
  }
  .link-banner__more {
    font-size: 1rem;
  }
  .link-banner__more.textlink-pattern-1 {
    padding-top: 0.625rem;
    padding-right: 3.125rem;
    padding-bottom: 0.625rem;
  }
  .link-banner__more.textlink-pattern-1__white::before {
    width: 2.5rem;
    height: 2.5rem;
  }
  .link-banner__more.textlink-pattern-1__white::after {
    right: 0.8125rem;
    width: 0.875rem;
    height: 0.6875rem;
  }
  .stat-cards {
    grid-template-columns: repeat(3, 1fr);
  }
  .recruit-message {
    flex-direction: row;
    gap: 3.25rem;
  }
  .recruit-message__main {
    flex: 1;
    min-width: 0;
  }
  .recruit-message__profile {
    order: 0;
    flex-shrink: 0;
    width: 15.8125rem;
    align-items: flex-end;
  }
  .recruit-message__name {
    text-align: right;
  }
  .recruit-detail__head {
    flex-shrink: 1;
  }
}
@media screen and (min-width: 1200px), print {
  .recruit-hero {
    display: flex;
    align-items: center;
    min-height: 28.875rem;
  }
  .recruit-hero::before {
    background: linear-gradient(90deg, #fff 5%, rgba(255, 255, 255, 0) 60%);
  }
  .recruit-hero .container {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .recruit-hero__catch {
    font-size: 2.25rem;
  }
  .recruit-hero__sub {
    font-size: 1.25rem;
  }
  .recruit-block__row {
    display: flex;
    align-items: flex-start;
    gap: 5rem;
  }
  .recruit-block__head {
    flex-shrink: 0;
    width: 17.875rem;
    margin-bottom: 0;
  }
  .recruit-block__body {
    flex: 1;
    min-width: 0;
  }
  .recruit-message__catch {
    font-size: 1.875rem;
    margin-bottom: 2.5rem;
  }
  .recruit-detail {
    padding-top: 6.875rem;
    padding-bottom: 6.875rem;
  }
  .recruit-detail__row {
    gap: 2.5rem;
  }
  .recruit-detail__entry {
    flex-direction: row;
    flex-shrink: 0;
    width: auto;
    margin-top: 0;
    gap: 2.5rem;
  }
  .entry-btn {
    width: 24.875rem;
  }
}
@media screen and (min-width: 1400px) {
  .recruit-message__catch {
    font-size: 2rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .entry-btn:hover {
    background-color: #fff;
    color: #222;
    opacity: 1;
  }
  .entry-btn:hover .entry-btn__icon {
    background-color: #333;
  }
  .entry-btn:hover .entry-btn__icon::after {
    background-color: #fff;
  }
  .link-banner__more.textlink-pattern-1__white::before {
    background-color: rgba(255, 255, 255, 0.3);
  }
  .link-banner:hover .link-banner__more.textlink-pattern-1__white::before {
    background-color: rgb(255, 255, 255);
  }
  .link-banner:hover .link-banner__more.textlink-pattern-1__white::after {
    background-color: #B1B1B1;
  }
}/*# sourceMappingURL=style-recruit.css.map */