@charset "UTF-8";
.l-wrapper .recruit-business {
  /* .recruit-business-field */
  /* recruit-business-feature */
  /* recruit-business-img */
  /* recruit-business-textbox */
  /* recruit-business-card */
}
.l-wrapper .recruit-business-field {
  max-width: 1018px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 120px;
}
.l-wrapper .recruit-business-field__text {
  max-width: 777px;
  font-weight: 500;
  margin-left: auto;
  margin-right: auto;
}
.l-wrapper .recruit-business-field__img {
  margin-top: 90px;
}
@media (max-width: 767.98px) {
  .l-wrapper .recruit-business-field {
    margin-bottom: 40px;
  }
  .l-wrapper .recruit-business-field__img {
    margin-top: 49px;
  }
}
.l-wrapper .recruit-business-feature {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 50px;
}
@media (max-width: 767.98px) {
  .l-wrapper .recruit-business-feature {
    margin-bottom: 37.5px;
  }
}
.l-wrapper .recruit-business-img {
  margin-bottom: 50px;
}
@media (max-width: 767.98px) {
  .l-wrapper .recruit-business-img {
    margin-bottom: 25px;
  }
}
.l-wrapper .recruit-business-textbox {
  max-width: 752px;
  margin-left: auto;
  margin-right: auto;
}
.l-wrapper .recruit-business-textbox--medium {
  font-weight: 500;
}
.l-wrapper .recruit-business-textbox--gray {
  color: #595858;
}
.l-wrapper .recruit-business-card {
  display: flex;
  flex-wrap: wrap;
  gap: 48px;
}
.l-wrapper .recruit-business-card--center {
  justify-content: center;
  max-width: 688px;
}
.l-wrapper .recruit-business-card__item--2col {
  width: 320px;
}
.l-wrapper .recruit-business-card__item--3col {
  width: calc(50% - 24px);
}
.l-wrapper .recruit-business-card__img {
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 24px;
  position: relative;
}
.l-wrapper .recruit-business-card__label {
  width: 100%;
  text-align: center;
  font-size: 2rem;
  font-weight: 500;
  color: #fff;
  background-color: #B8000D;
  line-height: 1;
  padding: 12px 0;
  position: absolute;
  bottom: 0;
  left: 0;
}
.l-wrapper .recruit-business-card__title {
  width: 100%;
  text-align: center;
  font-size: 2rem;
  font-weight: 500;
  color: #B8000D;
  margin-bottom: 16px;
}
.l-wrapper .recruit-business-card__lead {
  font-size: 1.6rem;
  color: #B8000D;
  font-weight: 500;
  line-height: 1.8;
  margin-bottom: 16px;
}
.l-wrapper .recruit-business-card__text {
  font-size: 1.5rem;
  margin-bottom: 12px;
}
.l-wrapper .recruit-business-card__list li {
  font-size: 1.3rem;
  padding-left: calc(1em + 10px);
  position: relative;
}
.l-wrapper .recruit-business-card__list li::before {
  content: "▶";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 767.98px) {
  .l-wrapper .recruit-business-card {
    gap: 30px;
    justify-content: center;
  }
  .l-wrapper .recruit-business-card__item--2col, .l-wrapper .recruit-business-card__item--3col {
    width: 100%;
    max-width: 275px;
  }
  .l-wrapper .recruit-business-card__img {
    margin-bottom: 12px;
  }
  .l-wrapper .recruit-business-card__img--sp-wide {
    margin-bottom: 15px;
  }
  .l-wrapper .recruit-business-card__label {
    font-size: 1.6rem;
  }
  .l-wrapper .recruit-business-card__title {
    text-align: left;
    font-size: 1.6rem;
    margin-bottom: 8px;
  }
  .l-wrapper .recruit-business-card__lead {
    margin-bottom: 8px;
  }
  .l-wrapper .recruit-business-card__lead--sp-wide {
    margin-bottom: 10px;
  }
  .l-wrapper .recruit-business-card__text {
    font-size: 1.2rem;
  }
  .l-wrapper .recruit-business-card__list li {
    font-size: 1.1rem;
  }
}
@media (min-width: 1335px) {
  .l-wrapper .recruit-business-card__item--3col {
    width: calc(33.3333333333% - 32px);
  }
}

.l-wrapper .recruit-flow {
  /* .recruit-flow-contents*/
  /* .recruit-flow-figure*/
}
.l-wrapper .recruit-flow-contents {
  padding: 80px 0;
}
.l-wrapper .recruit-flow-contents__section + .recruit-flow-contents__section {
  margin-top: 120px;
}
.l-wrapper .recruit-flow-contents__section--underline {
  border-bottom: 1px solid #B8000D;
  padding-bottom: 100px;
}
@media (max-width: 767.98px) {
  .l-wrapper .recruit-flow-contents {
    padding: 45px 0;
  }
  .l-wrapper .recruit-flow-contents__section + .recruit-flow-contents__section {
    margin-top: 45px;
  }
  .l-wrapper .recruit-flow-contents__section--underline {
    padding-bottom: 45px;
  }
}
.l-wrapper .recruit-flow-figure__section {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.l-wrapper .recruit-flow-figure__group {
  display: flex;
  gap: 10px;
  /* カラー設定 */
}
.l-wrapper .recruit-flow-figure__group--si .recruit-flow-figure__title {
  background-color: #F58A8A;
}
.l-wrapper .recruit-flow-figure__group--si .recruit-flow-figure__title::after {
  background-color: #F58A8A;
}
.l-wrapper .recruit-flow-figure__group--si .recruit-flow-figure__list-item {
  background-color: rgba(245, 138, 138, 0.15);
}
.l-wrapper .recruit-flow-figure__group--si .recruit-flow-figure__head__title {
  color: #E65A5A;
}
.l-wrapper .recruit-flow-figure__group--so .recruit-flow-figure__title {
  background-color: #F59CB4;
}
.l-wrapper .recruit-flow-figure__group--so .recruit-flow-figure__title::after {
  background-color: #F59CB4;
}
.l-wrapper .recruit-flow-figure__group--so .recruit-flow-figure__list-item {
  background-color: rgba(245, 156, 180, 0.15);
}
.l-wrapper .recruit-flow-figure__group--so .recruit-flow-figure__head__title {
  color: #E3698A;
}
.l-wrapper .recruit-flow-figure__group--ps .recruit-flow-figure__title {
  background-color: #90C7ED;
}
.l-wrapper .recruit-flow-figure__group--ps .recruit-flow-figure__title::after {
  background-color: #90C7ED;
}
.l-wrapper .recruit-flow-figure__group--ps .recruit-flow-figure__list-item {
  background-color: rgba(144, 199, 237, 0.15);
}
.l-wrapper .recruit-flow-figure__group--ps .recruit-flow-figure__head__title {
  color: #59A3D7;
}
.l-wrapper .recruit-flow-figure__title {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  padding: 28px 0;
  position: relative;
}
.l-wrapper .recruit-flow-figure__title::before, .l-wrapper .recruit-flow-figure__title::after {
  content: "";
  width: 100%;
  height: 24px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  position: absolute;
  left: 0;
  transform: translateY(100%);
}
.l-wrapper .recruit-flow-figure__title::before {
  background-color: #fff;
  bottom: -10px;
  z-index: 10;
}
.l-wrapper .recruit-flow-figure__title::after {
  bottom: 0.5px;
  z-index: 20;
}
.l-wrapper .recruit-flow-figure__title img {
  width: 30px;
}
.l-wrapper .recruit-flow-figure__list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: calc(100% - 80px - 10px);
}
.l-wrapper .recruit-flow-figure__list-item {
  display: flex;
  padding: 24px 30px;
}
.l-wrapper .recruit-flow-figure__head {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 24px;
  width: 294px;
  position: relative;
}
.l-wrapper .recruit-flow-figure__head::after {
  content: "";
  width: 4px;
  height: calc(100% + 48px);
  border-right: 4px dotted #fff;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.l-wrapper .recruit-flow-figure__head__icon {
  width: 70px;
  height: 70px;
}
.l-wrapper .recruit-flow-figure__head__title {
  font-size: clamp(2rem, 1.3940828402rem + 0.7889546351vw, 2.4rem);
  font-weight: 700;
}
@supports not (font-size: clamp(20 * 0.1rem, 1.3940828402rem + 0.7889546351vw, 24 * 0.1rem)) {
  .l-wrapper .recruit-flow-figure__head__title {
    font-size: 2rem;
  }
}
.l-wrapper .recruit-flow-figure__text {
  display: flex;
  align-items: center;
  font-size: clamp(1.3rem, 0.9655052265rem + 0.6968641115vw, 1.5rem);
  line-height: 1.8;
  font-weight: 500;
  padding: 0 40px;
}
@supports not (font-size: clamp(13 * 0.1rem, 0.9655052265rem + 0.6968641115vw, 15 * 0.1rem)) {
  .l-wrapper .recruit-flow-figure__text {
    font-size: 1.3rem;
  }
}
@media (max-width: 767.98px) {
  .l-wrapper .recruit-flow-figure__title {
    width: 49px;
    align-items: flex-start;
    padding: 50px 0;
  }
  .l-wrapper .recruit-flow-figure__title::before, .l-wrapper .recruit-flow-figure__title::after {
    height: 12px;
  }
  .l-wrapper .recruit-flow-figure__title img {
    width: 32px;
  }
  .l-wrapper .recruit-flow-figure__list {
    width: calc(100% - 49px - 10px);
  }
  .l-wrapper .recruit-flow-figure__list-item {
    flex-direction: column;
    gap: 8px;
    padding: 10px 15px;
  }
  .l-wrapper .recruit-flow-figure__head {
    width: 100%;
    gap: 15px;
    padding-bottom: 14px;
  }
  .l-wrapper .recruit-flow-figure__head::after {
    width: 100%;
    height: 2px;
    border-right: none;
    border-bottom: 2px dotted #fff;
    top: auto;
    bottom: 0;
    left: 0;
  }
  .l-wrapper .recruit-flow-figure__head__icon {
    width: 40px;
    height: 40px;
  }
  .l-wrapper .recruit-flow-figure__text {
    padding: 0;
  }
  .l-wrapper .recruit-flow-figure__text br {
    display: none;
  }
}

.l-wrapper .recruit-human {
  /* .recruit-human-card*/
}
.l-wrapper .recruit-human-card {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}
.l-wrapper .recruit-human-card__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 300px;
  background-color: #fff;
  border-radius: 10px;
  padding: 30px;
  box-sizing: border-box;
}
.l-wrapper .recruit-human-card__text {
  display: flex;
  align-items: center;
  height: 100px;
  font-size: clamp(1.4rem, 0.3965156794rem + 2.0905923345vw, 2rem);
  font-weight: 500;
  line-height: 1.8;
  text-align: center;
  margin-top: 10px;
}
@supports not (font-size: clamp(14 * 0.1rem, 0.3965156794rem + 2.0905923345vw, 20 * 0.1rem)) {
  .l-wrapper .recruit-human-card__text {
    font-size: 1.4rem;
  }
}
.l-wrapper .recruit-human-card__img {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media (max-width: 767.98px) {
  .l-wrapper .recruit-human-card {
    gap: 15px;
  }
  .l-wrapper .recruit-human-card__item {
    flex-direction: row;
    align-items: center;
    gap: 10px;
    width: 100%;
    padding: 15px;
  }
  .l-wrapper .recruit-human-card__text {
    width: calc(100% - 130px - 10px);
    text-align: left;
  }
  .l-wrapper .recruit-human-card__img {
    width: 130px;
    gap: 0;
  }
}

.l-wrapper .recruit-message {
  /* .recruit-message-container */
  /* .recruit-message-img */
  /* .recruit-message-text */
  /* .recruit-message-signature */
}
.l-wrapper .recruit-message-container {
  display: flex;
  gap: 4.57%;
}
@media (max-width: 767.98px) {
  .l-wrapper .recruit-message-container {
    flex-direction: column;
    gap: 34px;
  }
}
.l-wrapper .recruit-message-img {
  width: 38.51%;
  min-width: 200px;
}
@media (max-width: 767.98px) {
  .l-wrapper .recruit-message-img {
    width: 100%;
  }
}
.l-wrapper .recruit-message-text {
  display: flex;
  flex-direction: column;
  gap: 30px;
  width: 56.92%;
  max-width: 600px;
}
@media (max-width: 767.98px) {
  .l-wrapper .recruit-message-text {
    width: 100%;
  }
}
.l-wrapper .recruit-message-signature {
  text-align: right;
  margin-top: 15px;
}

.l-wrapper .recruit-numbers {
  /* .recruit-numbers-container */
  /* .recruit-numbers-card */
}
.l-wrapper .recruit-numbers-container + .recruit-numbers-container {
  margin-top: 100px;
}
@media (max-width: 767.98px) {
  .l-wrapper .recruit-numbers-container + .recruit-numbers-container {
    margin-top: 60px;
  }
}
.l-wrapper .recruit-numbers-card {
  display: flex;
  flex-wrap: wrap;
  gap: min(40px, 2.083vw);
}
.l-wrapper .recruit-numbers-card__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #fff;
  border-radius: 16px;
  padding: 30px min(30px, 1.5625vw) 40px;
  box-sizing: border-box;
}
.l-wrapper .recruit-numbers-card__item--1col {
  width: 100%;
}
.l-wrapper .recruit-numbers-card__item--2col {
  width: calc(50% - min(40px, 2.083vw) / 2);
}
.l-wrapper .recruit-numbers-card__item--3col {
  width: calc(33.3333333333% - min(40px, 2.083vw) * 2 / 3);
}
.l-wrapper .recruit-numbers-card__item--small {
  width: calc(40% - min(40px, 2.083vw) / 2);
}
.l-wrapper .recruit-numbers-card__item--large {
  width: calc(60% - min(40px, 2.083vw) / 2);
}
.l-wrapper .recruit-numbers-card__title {
  color: #B8000D;
  font-size: clamp(1.4rem, 0.0620209059rem + 2.787456446vw, 2.2rem);
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 40px;
}
@supports not (font-size: clamp(14 * 0.1rem, 0.0620209059rem + 2.787456446vw, 22 * 0.1rem)) {
  .l-wrapper .recruit-numbers-card__title {
    font-size: 1.4rem;
  }
}
.l-wrapper .recruit-numbers-card__img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
}
.l-wrapper .recruit-numbers-card__img img, .l-wrapper .recruit-numbers-card__img picture {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media (max-width: 767.98px) {
  .l-wrapper .recruit-numbers-card {
    gap: 15px;
  }
  .l-wrapper .recruit-numbers-card--sp-order .recruit-numbers-card__item:nth-child(1) {
    order: 1;
  }
  .l-wrapper .recruit-numbers-card--sp-order .recruit-numbers-card__item:nth-child(2) {
    order: 2;
  }
  .l-wrapper .recruit-numbers-card--sp-order .recruit-numbers-card__item:nth-child(3) {
    order: 3;
  }
  .l-wrapper .recruit-numbers-card--sp-order .recruit-numbers-card__item:nth-child(4) {
    order: 5;
  }
  .l-wrapper .recruit-numbers-card--sp-order .recruit-numbers-card__item:nth-child(5) {
    order: 4;
  }
  .l-wrapper .recruit-numbers-card--sp-order .recruit-numbers-card__item:nth-child(6) {
    order: 6;
  }
  .l-wrapper .recruit-numbers-card--sp-order .recruit-numbers-card__item:nth-child(7) {
    order: 7;
  }
  .l-wrapper .recruit-numbers-card__item {
    padding: 15px 5px;
  }
  .l-wrapper .recruit-numbers-card__item--sp-1col {
    width: 100%;
  }
  .l-wrapper .recruit-numbers-card__item--sp-2col {
    width: calc(50% - 7.5px);
  }
  .l-wrapper .recruit-numbers-card__item--sp-3col {
    width: calc(33.3333333333% - 10px);
  }
  .l-wrapper .recruit-numbers-card__title {
    margin-bottom: 15px;
  }
}
.l-wrapper .recruit-numbers-note {
  font-size: clamp(1rem, 0.4982578397rem + 1.0452961672vw, 1.3rem);
  color: #707070;
  margin-top: 40px;
}
@supports not (font-size: clamp(10 * 0.1rem, 0.4982578397rem + 1.0452961672vw, 13 * 0.1rem)) {
  .l-wrapper .recruit-numbers-note {
    font-size: 1rem;
  }
}

.l-wrapper .recruit-outline {
  /* .recruit-outline-tab */
  /* .recruit-outline-icon */
  /* .recruit-outline-induction */
  /* .recruit-outline-add */
}
.l-wrapper .recruit-outline-tab__container {
  display: flex;
  justify-content: center;
  padding: 60px 0;
}
.l-wrapper .recruit-outline-tab__btn {
  width: 33.3333333333%;
  max-width: 340px;
  text-align: center;
  font-size: clamp(1.3rem, 0.4637630662rem + 1.7421602787vw, 1.8rem);
  line-height: 1.4;
  font-weight: 500;
  border: 1px solid #B8000D;
  padding: 16px 10px;
  margin-right: -1px;
  position: relative;
}
@supports not (font-size: clamp(13 * 0.1rem, 0.4637630662rem + 1.7421602787vw, 18 * 0.1rem)) {
  .l-wrapper .recruit-outline-tab__btn {
    font-size: 1.3rem;
  }
}
.l-wrapper .recruit-outline-tab__btn.is-active {
  color: #fff;
  background-color: #B8000D;
}
.l-wrapper .recruit-outline-tab__btn.is-active::after {
  content: "";
  width: 27px;
  height: 12px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  background-color: #B8000D;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 100%);
}
@media (max-width: 767.98px) {
  .l-wrapper .recruit-outline-tab__container {
    gap: 7.5px;
    padding: 45px 0;
  }
  .l-wrapper .recruit-outline-tab__btn {
    width: calc(33.3333333333% - 5px);
    padding: 8px 5px;
  }
}
.l-wrapper .recruit-outline-icon {
  display: block;
  max-width: fit-content;
}
.l-wrapper .recruit-outline-icon--center {
  margin: 0 auto;
}
@media (max-width: 767.98px) {
  .l-wrapper .recruit-outline-icon {
    max-width: 200px;
  }
}
.l-wrapper .recruit-outline-induction {
  color: #B8000D;
  font-size: clamp(1.8rem, 0.4620209059rem + 2.787456446vw, 2.6rem);
  text-align: center;
  font-weight: 700;
  margin-top: 60px;
}
@supports not (font-size: clamp(18 * 0.1rem, 0.4620209059rem + 2.787456446vw, 26 * 0.1rem)) {
  .l-wrapper .recruit-outline-induction {
    font-size: 1.8rem;
  }
}
.l-wrapper .recruit-outline-add {
  padding-top: 80px;
}
.l-wrapper .recruit-outline-add.is-hidden {
  display: none;
}
.l-wrapper .recruit-outline-add__item + .recruit-outline-add__item {
  margin-top: 60px;
}
.l-wrapper .recruit-outline-add__text + .recruit-outline-add__text {
  margin-top: 20px;
}
.l-wrapper .recruit-outline-add__head {
  color: #B8000D;
  font-size: clamp(2rem, 0.3275261324rem + 3.4843205575vw, 3rem);
  font-weight: 700;
  margin-bottom: 16px;
}
@supports not (font-size: clamp(20 * 0.1rem, 0.3275261324rem + 3.4843205575vw, 30 * 0.1rem)) {
  .l-wrapper .recruit-outline-add__head {
    font-size: 2rem;
  }
}
@media (max-width: 767.98px) {
  .l-wrapper .recruit-outline-add {
    padding-top: 50px;
  }
  .l-wrapper .recruit-outline-add__item + .recruit-outline-add__item {
    margin-top: 24px;
  }
  .l-wrapper .recruit-outline-add__text + .recruit-outline-add__text {
    margin-top: 10px;
  }
  .l-wrapper .recruit-outline-add__head {
    margin-bottom: 15px;
  }
}

.l-wrapper .career-contents .recruit-outline-icon.recruit-outline-icon--center {
  padding: 15px 20px;
}

.l-wrapper .recruit-person {
  /* .recruit-person-list */
  /* .recruit-person-head */
  /* .recruit-person-profile */
  /* .recruit-person-schedule */
  /* .recruit-person-faq */
  /* .recruit-person-message */
  /* .recruit-person-other */
}
.l-wrapper .recruit-person-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 80px;
}
.l-wrapper .recruit-person-list__item {
  width: 100%;
  position: relative;
}
.l-wrapper .recruit-person-list__link {
  display: flex;
  width: 100%;
  max-width: 1122px;
  border-radius: 10px;
  margin-left: 0;
  margin-right: auto;
  margin-bottom: 58px;
  overflow: hidden;
  position: relative;
}
.l-wrapper .recruit-person-list__img {
  width: calc(100% - 384px);
}
.l-wrapper .recruit-person-list__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.l-wrapper .recruit-person-list__text {
  width: 384px;
  background-color: #fff;
  padding: 92px 45px;
}
.l-wrapper .recruit-person-list__title {
  font-size: 1.8rem;
  font-weight: 500;
  margin-bottom: 26px;
}
.l-wrapper .recruit-person-list__aside {
  color: #828080;
  line-height: 1.7;
}
.l-wrapper .recruit-person-list__head {
  width: min(50.69vw, 585px);
  pointer-events: none;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media (max-width: 767.98px) {
  .l-wrapper .recruit-person-list {
    gap: 40px;
  }
  .l-wrapper .recruit-person-list__link {
    flex-direction: column;
    margin-right: 0;
    margin-left: 0;
  }
  .l-wrapper .recruit-person-list__img {
    width: 100%;
  }
  .l-wrapper .recruit-person-list__text {
    width: 100%;
    padding: 14px 20px 24px;
    box-sizing: border-box;
  }
  .l-wrapper .recruit-person-list__title {
    position: relative;
  }
  .l-wrapper .recruit-person-list__title::after {
    content: "";
    width: 8px;
    height: 16px;
    background: no-repeat center center/contain;
    background-image: url(../img/recruit/common/icon_card_arrow_black.svg);
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }
  .l-wrapper .recruit-person-list__head {
    width: 265px;
    bottom: 20px;
  }
}
@media (min-width: 1335px) {
  .l-wrapper .recruit-person-list__item:nth-child(even) .recruit-person-list__link {
    flex-direction: row-reverse;
    margin-left: calc(100% - 1122px);
    margin-right: 0;
  }
}
@media (min-width: 768px) {
  .l-wrapper .recruit-person-list__item:nth-child(even) .recruit-person-list__link {
    flex-direction: row-reverse;
    margin-left: auto;
    margin-right: 0;
  }
  .l-wrapper .recruit-person-list__item:nth-child(even) .recruit-person-list__head {
    right: auto;
    left: 0;
  }
}
.l-wrapper .recruit-person-head {
  font-weight: 500;
  margin-bottom: 70px;
}
.l-wrapper .recruit-person-head__title {
  font-size: 2.8rem;
  text-align: center;
  margin-bottom: 22px;
}
.l-wrapper .recruit-person-head__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.l-wrapper .recruit-person-head__group {
  font-size: 1.6rem;
  margin-bottom: 5px;
}
.l-wrapper .recruit-person-head__name {
  font-size: 3.4rem;
  margin-bottom: 11px;
}
.l-wrapper .recruit-person-head__year {
  font-size: 1.4rem;
}
@media (max-width: 767.98px) {
  .l-wrapper .recruit-person-head__title {
    font-size: 1.6rem;
  }
  .l-wrapper .recruit-person-head__group {
    font-size: 1.3rem;
  }
  .l-wrapper .recruit-person-head__name {
    font-size: 2.6rem;
  }
  .l-wrapper .recruit-person-head__year {
    font-size: 1.1rem;
  }
}
.l-wrapper .recruit-person-profile {
  display: flex;
  align-items: center;
  gap: 70px;
  max-width: 1082px;
  font-size: clamp(1.2rem, 0.8655052265rem + 0.6968641115vw, 1.4rem);
  font-weight: 500;
  background-color: #ffecf0;
  border-radius: 15px;
  padding: 40px 50px 40px 80px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 70px;
  box-sizing: border-box;
}
@supports not (font-size: clamp(12 * 0.1rem, 0.8655052265rem + 0.6968641115vw, 14 * 0.1rem)) {
  .l-wrapper .recruit-person-profile {
    font-size: 1.2rem;
  }
}
.l-wrapper .recruit-person-profile__title {
  flex-shrink: 0;
  font-size: 2.5rem;
  text-transform: uppercase;
  color: #B8000D;
}
@media (max-width: 767.98px) {
  .l-wrapper .recruit-person-profile {
    flex-direction: column;
    gap: 10px;
    line-height: 1.8;
    padding: 20px;
  }
  .l-wrapper .recruit-person-profile__title {
    font-size: 1.8rem;
  }
}
.l-wrapper .recruit-person-schedule {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 40px 0 70px;
  margin-bottom: 100px;
}
.l-wrapper .recruit-person-schedule__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 36px;
}
.l-wrapper .recruit-person-schedule__title__en {
  font-size: 2.5rem;
  font-weight: 500;
  color: #B8000D;
}
.l-wrapper .recruit-person-schedule__title__ja {
  font-size: 2.2rem;
  font-weight: 700;
  color: #707070;
}
.l-wrapper .recruit-person-schedule__wrapper {
  display: flex;
  gap: 28px;
}
.l-wrapper .recruit-person-schedule__list {
  width: calc(50% - 14px);
}
.l-wrapper .recruit-person-schedule__list__item {
  display: flex;
  gap: 25px;
  padding-bottom: 24px;
  position: relative;
}
.l-wrapper .recruit-person-schedule__list__item::before {
  content: "";
  width: 14px;
  height: 14px;
  background-color: #B8000D;
  border-radius: 50%;
  position: absolute;
  top: 16px;
  left: 0;
  transform: translateX(-50%);
}
.l-wrapper .recruit-person-schedule__list__item::after {
  content: "";
  width: 1px;
  height: 100%;
  background-color: #B8000D;
  position: absolute;
  bottom: 0;
  left: 0;
}
.l-wrapper .recruit-person-schedule__list__item:first-child::after {
  height: calc(100% - 16px);
}
.l-wrapper .recruit-person-schedule__list__item:last-child::after {
  height: 16px;
  bottom: auto;
  top: 0;
}
.l-wrapper .recruit-person-schedule__time {
  width: 66px;
  flex-shrink: 0;
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 1.8;
  color: #B8000D;
  padding-left: 26px;
  position: relative;
}
.l-wrapper .recruit-person-schedule__head {
  color: #707070;
  font-size: 2rem;
  font-weight: 700;
  text-align: left;
}
.l-wrapper .recruit-person-schedule__text {
  font-size: clamp(1.3rem, 1.1327526132rem + 0.3484320557vw, 1.4rem);
  line-height: 1.8;
}
@supports not (font-size: clamp(13 * 0.1rem, 1.1327526132rem + 0.3484320557vw, 14 * 0.1rem)) {
  .l-wrapper .recruit-person-schedule__text {
    font-size: 1.3rem;
  }
}
@media (max-width: 767.98px) {
  .l-wrapper .recruit-person-schedule {
    padding: 35px 0;
    margin-bottom: 45px;
  }
  .l-wrapper .recruit-person-schedule__title {
    margin-bottom: 30px;
  }
  .l-wrapper .recruit-person-schedule__title__en {
    font-size: 2rem;
  }
  .l-wrapper .recruit-person-schedule__title__ja {
    font-size: 1.5rem;
  }
  .l-wrapper .recruit-person-schedule__wrapper {
    flex-direction: column;
    gap: 0;
  }
  .l-wrapper .recruit-person-schedule__list {
    width: calc(100% - 5px);
    margin-left: 5px;
  }
  .l-wrapper .recruit-person-schedule__list__item {
    padding-bottom: 20px;
  }
  .l-wrapper .recruit-person-schedule__list__item::before {
    width: 10px;
    height: 10px;
    top: 9px;
  }
  .l-wrapper .recruit-person-schedule__list__item br {
    display: none;
  }
  .l-wrapper .recruit-person-schedule__list:last-child .recruit-person-schedule__list__item:first-child::after {
    height: 100%;
  }
  .l-wrapper .recruit-person-schedule__list:first-child .recruit-person-schedule__list__item:last-child::after {
    height: 100%;
  }
  .l-wrapper .recruit-person-schedule__time {
    width: 50px;
    font-size: 1.6rem;
    padding-left: 24.5px;
  }
  .l-wrapper .recruit-person-schedule__head {
    font-size: 1.5rem;
  }
  .l-wrapper .recruit-person-schedule__text {
    line-height: 1.6;
  }
}
.l-wrapper .recruit-person-faq__title {
  max-width: 1155px;
  font-size: 3rem;
  font-weight: 700;
  color: #B8000D;
  line-height: 1.8;
  letter-spacing: 1.5px;
  padding-left: 44px;
  margin: 0 auto 32px;
  position: relative;
  box-sizing: border-box;
}
.l-wrapper .recruit-person-faq__title::before {
  content: "";
  width: 34px;
  height: 3.5px;
  background-color: #B8000D;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.l-wrapper .recruit-person-faq__row {
  display: flex;
  align-items: center;
  gap: 34px;
}
.l-wrapper .recruit-person-faq__row--reverse {
  flex-direction: row-reverse;
}
.l-wrapper .recruit-person-faq__img {
  width: 180px;
  height: 180px;
  flex-shrink: 0;
}
.l-wrapper .recruit-person-faq__text {
  width: calc(100% - 180px - 34px);
  max-width: 830px;
  font-size: clamp(1.3rem, 0.631010453rem + 1.393728223vw, 1.7rem);
  font-weight: 500;
  line-height: 2.1;
  background-color: #fff;
  border-radius: 20px;
  padding: 26px 30px;
  box-sizing: border-box;
}
@supports not (font-size: clamp(13 * 0.1rem, 0.631010453rem + 1.393728223vw, 17 * 0.1rem)) {
  .l-wrapper .recruit-person-faq__text {
    font-size: 1.3rem;
  }
}
@media (max-width: 767.98px) {
  .l-wrapper .recruit-person-faq .c-img-row {
    margin-top: 0;
  }
  .l-wrapper .recruit-person-faq__title {
    font-size: 1.8rem;
    margin-bottom: 15px;
  }
  .l-wrapper .recruit-person-faq__title::before {
    width: 28px;
    height: 1px;
  }
  .l-wrapper .recruit-person-faq__row {
    align-items: flex-start;
    gap: 15px;
  }
  .l-wrapper .recruit-person-faq__img {
    width: 72px;
    height: 72px;
  }
  .l-wrapper .recruit-person-faq__figure {
    width: 100%;
  }
  .l-wrapper .recruit-person-faq__figure img {
    width: 680px;
  }
  .l-wrapper .recruit-person-faq__text {
    width: calc(100% - 72px - 15px);
    line-height: 1.8;
    padding: 15px 20px;
    margin-top: 20px;
  }
}
.l-wrapper .recruit-person-message {
  padding: 90px 0 160px;
}
.l-wrapper .recruit-person-message__container {
  position: relative;
}
.l-wrapper .recruit-person-message__img {
  width: 57.87%;
}
.l-wrapper .recruit-person-message__text {
  width: 45.1%;
  font-size: 1.7rem;
  font-weight: 500;
  background-color: #ffecf0;
  border-radius: 10px;
  padding: 53px 65px;
  position: absolute;
  top: 32%;
  right: 0;
  box-sizing: border-box;
}
@media (max-width: 767.98px) {
  .l-wrapper .recruit-person-message {
    padding: 70px 0;
  }
  .l-wrapper .recruit-person-message__container {
    padding: 0 13px;
  }
  .l-wrapper .recruit-person-message__img {
    width: 87%;
    position: relative;
    z-index: 1;
  }
  .l-wrapper .recruit-person-message__text {
    width: 76%;
    font-size: 1.3rem;
    margin-left: 24%;
    padding: 15px 20px;
    transform: translateY(-15px);
    position: relative;
    bottom: auto;
    right: auto;
    z-index: 1;
  }
}
@media (min-width: 1335px) {
  .l-wrapper .recruit-person-message__container {
    margin: 0 -10px;
  }
  .l-wrapper .recruit-person-message__text {
    font-size: 2rem;
  }
}
.l-wrapper .recruit-person-other {
  padding-bottom: 115px;
  position: relative;
  z-index: 2;
}
.l-wrapper .recruit-person-other::before {
  content: "";
  width: 100%;
  height: calc(100% - 97px);
  background-image: url(../img/recruit/bg_person01.jpg);
  position: absolute;
  top: 97px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
.l-wrapper .recruit-person-other__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 80px;
}
.l-wrapper .recruit-person-other__title__en {
  max-width: 90vw;
  height: 184px;
}
.l-wrapper .recruit-person-other__title__en img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.l-wrapper .recruit-person-other__title__ja {
  font-size: 2.7rem;
  font-weight: 700;
}
@media (max-width: 767.98px) {
  .l-wrapper .recruit-person-other {
    padding-bottom: 5px;
  }
  .l-wrapper .recruit-person-other::before {
    height: calc(100% - 68px);
    top: 68px;
  }
  .l-wrapper .recruit-person-other__title {
    margin-bottom: 35px;
  }
  .l-wrapper .recruit-person-other__title__en {
    height: 98px;
  }
  .l-wrapper .recruit-person-other__title__ja {
    font-size: 1.6rem;
    margin-top: 15px;
  }
}

.l-wrapper .recruit-project {
  /* .recruit-project-list */
  /* .recruit-project-head */
  /* .recruit-project-detail */
  /* .recruit-project-member */
  /* .recruit-project-article */
  /* .recruit-project-other */
}
.l-wrapper .recruit-project-list {
  display: flex;
  flex-direction: column;
  gap: 80px;
}
.l-wrapper .recruit-project-list__item {
  position: relative;
}
.l-wrapper .recruit-project-list__link {
  display: block;
  height: 358px;
  margin-bottom: 108px;
  position: relative;
}
.l-wrapper .recruit-project-list__img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.l-wrapper .recruit-project-list__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.l-wrapper .recruit-project-list__title {
  width: 100%;
  color: #fff;
  font-size: clamp(1.5rem, -0.6742160279rem + 4.5296167247vw, 2.8rem);
  text-align: center;
  line-height: 1.8;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@supports not (font-size: clamp(15 * 0.1rem, -0.6742160279rem + 4.5296167247vw, 28 * 0.1rem)) {
  .l-wrapper .recruit-project-list__title {
    font-size: 1.5rem;
  }
}
.l-wrapper .recruit-project-list__head {
  width: auto;
  height: 135px;
  position: absolute;
  bottom: 0;
  right: 45px;
}
.l-wrapper .recruit-project-list__head img {
  width: auto;
  height: 100%;
}
@media (max-width: 767.98px) {
  .l-wrapper .recruit-project-list {
    gap: 45px;
  }
  .l-wrapper .recruit-project-list__link {
    height: 0;
    padding-bottom: 54.2%;
    margin-bottom: 51px;
  }
  .l-wrapper .recruit-project-list__img {
    position: absolute;
    top: 0;
    left: 0;
  }
  .l-wrapper .recruit-project-list__head {
    height: 71px;
    right: 25px;
  }
}
.l-wrapper .recruit-project-head {
  margin-top: 60px;
  margin-bottom: 60px;
}
.l-wrapper .recruit-project-head__title {
  font-size: clamp(2.3rem, 0.7947735192rem + 3.1358885017vw, 3.2rem);
  font-weight: 500;
  text-align: center;
  line-height: 1.8;
  margin-bottom: 20px;
}
@supports not (font-size: clamp(23 * 0.1rem, 0.7947735192rem + 3.1358885017vw, 32 * 0.1rem)) {
  .l-wrapper .recruit-project-head__title {
    font-size: 2.3rem;
  }
}
.l-wrapper .recruit-project-head__text {
  font-size: clamp(1.3rem, 0.1292682927rem + 2.4390243902vw, 2rem);
  text-align: center;
}
@supports not (font-size: clamp(13 * 0.1rem, 0.1292682927rem + 2.4390243902vw, 20 * 0.1rem)) {
  .l-wrapper .recruit-project-head__text {
    font-size: 1.3rem;
  }
}
@media (max-width: 767.98px) {
  .l-wrapper .recruit-project-head {
    margin-top: 45px;
    margin-bottom: 45px;
  }
  .l-wrapper .recruit-project-head__title {
    margin-bottom: 15px;
  }
}
.l-wrapper .recruit-project-detail {
  max-width: 822px;
  background-color: rgba(238, 238, 238, 0.9);
  padding: 50px 81px;
  margin: 0 auto 110px;
  box-sizing: border-box;
}
.l-wrapper .recruit-project-detail__title {
  font-size: clamp(1.7rem, 1.1982578397rem + 1.0452961672vw, 2rem);
  font-weight: 700;
  text-align: center;
  margin-bottom: 30px;
}
@supports not (font-size: clamp(17 * 0.1rem, 1.1982578397rem + 1.0452961672vw, 20 * 0.1rem)) {
  .l-wrapper .recruit-project-detail__title {
    font-size: 1.7rem;
  }
}
.l-wrapper .recruit-project-detail__text {
  font-size: clamp(1.3rem, 0.9655052265rem + 0.6968641115vw, 1.5rem);
  margin-bottom: 40px;
}
@supports not (font-size: clamp(13 * 0.1rem, 0.9655052265rem + 0.6968641115vw, 15 * 0.1rem)) {
  .l-wrapper .recruit-project-detail__text {
    font-size: 1.3rem;
  }
}
.l-wrapper .recruit-project-detail__table {
  display: flex;
  flex-direction: column;
  gap: 20px;
  line-height: 1.8;
  background-color: #fff;
  padding: 30px 36px 30px;
}
.l-wrapper .recruit-project-detail__table-line {
  display: flex;
  gap: 30px;
  font-size: clamp(1.4rem, 0.731010453rem + 1.393728223vw, 1.8rem);
}
@supports not (font-size: clamp(14 * 0.1rem, 0.731010453rem + 1.393728223vw, 18 * 0.1rem)) {
  .l-wrapper .recruit-project-detail__table-line {
    font-size: 1.4rem;
  }
}
.l-wrapper .recruit-project-detail__table-head {
  flex-shrink: 0;
  width: 162px;
  color: #B8000D;
  font-weight: 700;
}
.l-wrapper .recruit-project-detail__table-text {
  font-weight: 500;
}
@media (max-width: 767.98px) {
  .l-wrapper .recruit-project-detail {
    padding: 45px 15px;
    margin: 0 auto 45px;
  }
  .l-wrapper .recruit-project-detail__title {
    margin-bottom: 15px;
  }
  .l-wrapper .recruit-project-detail__text {
    font-weight: 500;
    margin-bottom: 30px;
  }
  .l-wrapper .recruit-project-detail__table {
    gap: 15px;
    padding: 15px;
  }
  .l-wrapper .recruit-project-detail__table-line {
    flex-direction: column;
    gap: 0;
  }
  .l-wrapper .recruit-project-detail__row {
    display: flex;
  }
}
.l-wrapper .recruit-project-member {
  margin-bottom: 160px;
}
.l-wrapper .recruit-project-member__title {
  height: 110px;
  text-align: center;
  margin-bottom: 66px;
}
.l-wrapper .recruit-project-member__title img {
  display: inline-block;
  width: auto;
  height: 100%;
}
.l-wrapper .recruit-project-member__list {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin: 0 auto;
}
.l-wrapper .recruit-project-member__list-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 285px;
}
.l-wrapper .recruit-project-member__icon {
  width: 170px;
  height: 170px;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 15px;
}
.l-wrapper .recruit-project-member__name {
  font-size: clamp(2rem, -0.0069686411rem + 4.181184669vw, 3.2rem);
  line-height: 1.5;
  font-weight: 500;
  margin-bottom: 15px;
}
@supports not (font-size: clamp(20 * 0.1rem, -0.0069686411rem + 4.181184669vw, 32 * 0.1rem)) {
  .l-wrapper .recruit-project-member__name {
    font-size: 2rem;
  }
}
.l-wrapper .recruit-project-member__aside {
  font-size: clamp(1.1rem, 0.5982578397rem + 1.0452961672vw, 1.4rem);
  font-weight: 500;
  line-height: 1.5;
}
@supports not (font-size: clamp(11 * 0.1rem, 0.5982578397rem + 1.0452961672vw, 14 * 0.1rem)) {
  .l-wrapper .recruit-project-member__aside {
    font-size: 1.1rem;
  }
}
@media (max-width: 767.98px) {
  .l-wrapper .recruit-project-member {
    margin-bottom: 45px;
  }
  .l-wrapper .recruit-project-member__title {
    height: 86px;
    margin-bottom: 30px;
  }
  .l-wrapper .recruit-project-member__list {
    flex-wrap: wrap;
    gap: 30px 23px;
    max-width: 303px;
  }
  .l-wrapper .recruit-project-member__list-item {
    gap: 0;
    width: 140px;
    padding: 0 10px;
    box-sizing: border-box;
  }
  .l-wrapper .recruit-project-member__icon {
    width: 100px;
    height: 100px;
    margin-bottom: 10px;
  }
  .l-wrapper .recruit-project-member__name {
    margin-bottom: 0;
  }
  .l-wrapper .recruit-project-member__aside {
    text-align: center;
  }
}
.l-wrapper .recruit-project-article {
  gap: 110px;
  padding-top: 100px;
  padding-bottom: 100px;
}
.l-wrapper .recruit-project-article__head {
  color: #B8000D;
  font-size: clamp(2rem, 0.6620209059rem + 2.787456446vw, 2.8rem);
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
  margin-bottom: 48px;
}
@supports not (font-size: clamp(20 * 0.1rem, 0.6620209059rem + 2.787456446vw, 28 * 0.1rem)) {
  .l-wrapper .recruit-project-article__head {
    font-size: 2rem;
  }
}
.l-wrapper .recruit-project-article__head--compact {
  margin-bottom: 24px;
}
.l-wrapper .recruit-project-article__text {
  display: flex;
  flex-direction: column;
  gap: 26px;
  font-size: clamp(1.3rem, 0.9655052265rem + 0.6968641115vw, 1.5rem);
  max-width: 826px;
  margin-left: auto;
  margin-right: auto;
}
@supports not (font-size: clamp(13 * 0.1rem, 0.9655052265rem + 0.6968641115vw, 15 * 0.1rem)) {
  .l-wrapper .recruit-project-article__text {
    font-size: 1.3rem;
  }
}
.l-wrapper .recruit-project-article__img {
  margin-top: 45px;
}
.l-wrapper .recruit-project-article__row {
  display: flex;
  align-items: flex-start;
  gap: min(3.125vw, 60px);
}
.l-wrapper .recruit-project-article__row--reverse {
  flex-direction: row-reverse;
}
.l-wrapper .recruit-project-article__row-item {
  width: 50%;
}
@media (max-width: 767.98px) {
  .l-wrapper .recruit-project-article {
    gap: 60px;
    padding: 45px 15px;
  }
  .l-wrapper .recruit-project-article__head {
    margin-bottom: 25px;
  }
  .l-wrapper .recruit-project-article__head--compact {
    margin-bottom: 25px;
  }
  .l-wrapper .recruit-project-article__text {
    gap: 13px;
    line-height: 1.8;
  }
  .l-wrapper .recruit-project-article__img {
    margin-top: 35px;
  }
  .l-wrapper .recruit-project-article__row {
    flex-direction: column;
    gap: 35px;
  }
  .l-wrapper .recruit-project-article__row-item {
    width: 100%;
  }
}
.l-wrapper .recruit-project-other {
  padding: 120px 0;
}
.l-wrapper .recruit-project-other__title {
  margin-bottom: 63px;
}
.l-wrapper .recruit-project-other__title-en {
  width: auto;
  height: 196px;
  text-align: center;
}
.l-wrapper .recruit-project-other__title-en img {
  display: inline-block;
  width: auto;
  height: 100%;
}
.l-wrapper .recruit-project-other__title-ja {
  font-size: clamp(1.6rem, -0.2397212544rem + 3.8327526132vw, 2.7rem);
  text-align: center;
  font-weight: 700;
}
@supports not (font-size: clamp(16 * 0.1rem, -0.2397212544rem + 3.8327526132vw, 27 * 0.1rem)) {
  .l-wrapper .recruit-project-other__title-ja {
    font-size: 1.6rem;
  }
}
@media (max-width: 767.98px) {
  .l-wrapper .recruit-project-other {
    padding: 80px 0;
  }
  .l-wrapper .recruit-project-other__title {
    margin-bottom: 50px;
  }
  .l-wrapper .recruit-project-other__title-en {
    height: 90px;
    margin-bottom: 12px;
  }
}

.l-wrapper .c-overlay {
  position: relative;
}
.l-wrapper .c-overlay::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: opacity 0.3s ease-in;
  z-index: 1;
}
@media not all and (pointer: coarse) {
  .l-wrapper .c-overlay:hover::after {
    opacity: 1;
  }
}

.l-wrapper .recruit-top {
  /* .recruit-top 汎用クラス */
  /* .recruit-top-mainvisual */
  /* .recruit-top-contents */
  /* .recruit-top-menu */
  /* .recruit-top-card */
  /* .recruit-top-news */
  /* .recruit-top-slider */
  /* .recruit-top-links */
}
.l-wrapper .recruit-top__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 2.7rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 55px;
}
.l-wrapper .recruit-top__title img {
  display: block;
  width: auto;
  height: 158px;
}
.l-wrapper .recruit-top__title p {
  letter-spacing: 3.24px;
}
.l-wrapper .recruit-top__title--about p {
  margin-top: 5px;
}
.l-wrapper .recruit-top__title--work p {
  margin-top: -10px;
}
.l-wrapper .recruit-top__title--person p {
  margin-top: -35px;
}
.l-wrapper .recruit-top__title--environment p {
  margin-top: -35px;
}
.l-wrapper .recruit-top__title--movies p {
  margin-top: -10px;
}
@media (max-width: 767.98px) {
  .l-wrapper .recruit-top__title {
    margin-bottom: 33px;
    font-size: 1.6rem;
    padding-top: 0;
  }
  .l-wrapper .recruit-top__title img {
    height: 84px;
  }
  .l-wrapper .recruit-top__title p {
    letter-spacing: 1.6px;
  }
  .l-wrapper .recruit-top__title--about p {
    margin-top: -5px;
  }
  .l-wrapper .recruit-top__title--person p {
    margin-top: -20px;
  }
  .l-wrapper .recruit-top__title--environment p {
    margin-top: 0;
  }
}
@media (min-width: 1335px) {
  .l-wrapper .recruit-top__title {
    padding-top: 30px;
  }
}
.l-wrapper .recruit-top-mainvisual {
  position: relative;
  aspect-ratio: 0.7708119219;
}
@supports not (aspect-ratio: 0.7708119219) {
  .l-wrapper .recruit-top-mainvisual {
    position: relative;
    padding-top: 129.7333333333%;
  }
  .l-wrapper .recruit-top-mainvisual > * {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
.l-wrapper .recruit-top-mainvisual__copy {
  position: absolute;
  z-index: 100;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 767.98px) {
  .l-wrapper .recruit-top-mainvisual__copy img {
    width: 21.2vw;
    height: 67vw;
  }
}
@media (min-width: 768px) {
  .l-wrapper .recruit-top-mainvisual {
    aspect-ratio: 2.5498007968;
  }
  @supports not (aspect-ratio: 2.5498007968) {
    .l-wrapper .recruit-top-mainvisual {
      position: relative;
      padding-top: 39.21875%;
    }
    .l-wrapper .recruit-top-mainvisual > * {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
  .l-wrapper .recruit-top-mainvisual__copy img {
    width: 53.2vw;
    height: 3.4vw;
  }
}
.l-wrapper .recruit-top-contents {
  margin-top: 100px;
}
.l-wrapper .recruit-top-contents__item {
  padding-bottom: 100px;
  position: relative;
  z-index: 1;
}
.l-wrapper .recruit-top-contents__item + .recruit-top-contents__item {
  padding-top: 120px;
}
.l-wrapper .recruit-top-contents__item::before {
  content: "";
  width: 100%;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
.l-wrapper .recruit-top-contents__item--about::before {
  height: calc(100% - 93px);
  top: 93px;
  background-color: #e9f6f5;
}
.l-wrapper .recruit-top-contents__item--work::before {
  height: calc(100% - 230px);
  top: 230px;
  background-color: #fff4ed;
}
.l-wrapper .recruit-top-contents__item--person::before {
  height: calc(100% - 222px);
  top: 222px;
  background-color: #ffecf0;
  background-image: url(../img/recruit/bg_person01.jpg);
}
.l-wrapper .recruit-top-contents__item--environment::before {
  height: calc(100% - 245px);
  top: 245px;
  background-color: #f2f8ff;
}
.l-wrapper .recruit-top-contents__item--movies::before {
  height: calc(100% - 240px);
  top: 240px;
  background-color: #d5f4eb;
}
@media (max-width: 767.98px) {
  .l-wrapper .recruit-top-contents__item {
    padding-bottom: 50px;
  }
  .l-wrapper .recruit-top-contents__item + .recruit-top-contents__item {
    padding-top: 50px;
  }
  .l-wrapper .recruit-top-contents__item--about::before {
    height: calc(100% - 50px);
    top: 50px;
  }
  .l-wrapper .recruit-top-contents__item--work::before {
    height: calc(100% - 100px);
    top: 100px;
  }
  .l-wrapper .recruit-top-contents__item--person::before {
    height: calc(100% - 90px);
    top: 90px;
  }
  .l-wrapper .recruit-top-contents__item--environment::before {
    height: calc(100% - 100px);
    top: 100px;
  }
  .l-wrapper .recruit-top-contents__item--movies {
    padding-bottom: 110px;
  }
  .l-wrapper .recruit-top-contents__item--movies::before {
    height: calc(100% - 100px);
    top: 105px;
  }
}
.l-wrapper .recruit-top-menu {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 15px;
}
.l-wrapper .recruit-top-menu--environment {
  margin-bottom: 80px;
}
.l-wrapper .recruit-top-menu__item {
  overflow: hidden;
  position: relative;
}
.l-wrapper .recruit-top-menu__item--1col {
  width: 100%;
  height: 307px;
}
.l-wrapper .recruit-top-menu__item--2col {
  width: calc(50% - 7.5px);
  height: 212px;
  aspect-ratio: 2.6839622642;
}
@supports not (aspect-ratio: 2.6839622642) {
  .l-wrapper .recruit-top-menu__item--2col {
    position: relative;
    padding-top: 37.2583479789%;
  }
  .l-wrapper .recruit-top-menu__item--2col > * {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
.l-wrapper .recruit-top-menu__link {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: no-repeat center center/cover;
  border-radius: 16px;
  overflow: hidden;
}
.l-wrapper .recruit-top-menu__link--blue {
  background-image: url(../img/recruit/bnr_about02.jpg);
  position: relative;
}
.l-wrapper .recruit-top-menu__link--blue::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #98b9e6;
  mix-blend-mode: multiply;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s ease-in;
}
@media not all and (pointer: coarse) {
  .l-wrapper .recruit-top-menu__link--blue:hover::after {
    opacity: 1;
  }
}
.l-wrapper .recruit-top-menu__link--beige {
  background-image: url(../img/recruit/bnr_about03.jpg);
  position: relative;
}
.l-wrapper .recruit-top-menu__link--beige::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #caa696;
  mix-blend-mode: multiply;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s ease-in;
}
@media not all and (pointer: coarse) {
  .l-wrapper .recruit-top-menu__link--beige:hover::after {
    opacity: 1;
  }
}
.l-wrapper .recruit-top-menu__link-en {
  text-align: center;
  font-size: 2.8rem;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}
.l-wrapper .recruit-top-menu__link-ja {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 2.25px;
  padding-bottom: 45px;
  position: relative;
}
.l-wrapper .recruit-top-menu__link-ja::after {
  content: "";
  display: block;
  width: 57px;
  height: 15px;
  background: no-repeat center center/contain;
  background-image: url(../img/recruit/common/icon_btn_arrow_black.svg);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: left 0.3s ease-in;
}
.l-wrapper .recruit-top-menu__link img, .l-wrapper .recruit-top-menu__link picture {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
@media (min-width: 1335px) {
  .l-wrapper .recruit-top-menu__link:hover .recruit-top-menu__link-ja::after {
    left: calc(50% + 20px);
  }
}
.l-wrapper .recruit-top-menu__btn {
  display: inline-flex;
  flex-direction: column;
  text-align: center;
  background-color: #fff;
  border-radius: 16px;
  padding: 14px 30px 14px 20px;
  box-sizing: border-box;
  position: absolute;
  bottom: 25px;
  left: 25px;
}
.l-wrapper .recruit-top-menu__btn::after {
  content: "";
  display: block;
  width: 10px;
  height: 18px;
  background: no-repeat center center/contain;
  background-image: url(../img/recruit/common/icon_arrow_black.svg);
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.l-wrapper .recruit-top-menu__btn-en {
  font-size: 2.5rem;
  letter-spacing: 1.25px;
  text-transform: uppercase;
}
.l-wrapper .recruit-top-menu__btn-ja {
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 1.5px;
}
.l-wrapper .recruit-top-menu__btn--large {
  width: 320px;
}
.l-wrapper .recruit-top-menu__btn--small {
  width: 246px;
}
@media (max-width: 767.98px) {
  .l-wrapper .recruit-top-menu {
    gap: 6px;
  }
  .l-wrapper .recruit-top-menu__item--1col {
    height: 172px;
  }
  .l-wrapper .recruit-top-menu__item--2col {
    width: calc(50% - 3px);
    height: 165px;
    aspect-ratio: 1.0303030303;
  }
  @supports not (aspect-ratio: 1.0303030303) {
    .l-wrapper .recruit-top-menu__item--2col {
      position: relative;
      padding-top: 97.0588235294%;
    }
    .l-wrapper .recruit-top-menu__item--2col > * {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
  .l-wrapper .recruit-top-menu__link--blue {
    background-image: url(../img/recruit/bnr_about02_sp.jpg);
  }
  .l-wrapper .recruit-top-menu__link--beige {
    background-image: url(../img/recruit/bnr_about03_sp.jpg);
  }
  .l-wrapper .recruit-top-menu__link-en {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 52px;
    font-size: 2rem;
    line-height: 1.3;
  }
  .l-wrapper .recruit-top-menu__link-ja {
    font-size: 1.1rem;
    padding-bottom: 31px;
  }
  .l-wrapper .recruit-top-menu__link-ja::after {
    width: 32px;
    height: 8.5px;
    background-image: url(../img/recruit/common/icon_btn_arrow_black_sp.svg);
  }
  .l-wrapper .recruit-top-menu__btn {
    padding: 10px 17.5px 10px 10px;
    bottom: 10px;
    left: 10px;
  }
  .l-wrapper .recruit-top-menu__btn::after {
    width: 7px;
    height: 13px;
    background-image: url(../img/recruit/common/icon_arrow_black_sp.svg);
    right: 12.5px;
  }
  .l-wrapper .recruit-top-menu__btn-en {
    font-size: 1.8rem;
    line-height: 1.3;
  }
  .l-wrapper .recruit-top-menu__btn-ja {
    font-size: 1.1rem;
    letter-spacing: 0;
  }
  .l-wrapper .recruit-top-menu__btn--large {
    width: 207px;
  }
  .l-wrapper .recruit-top-menu__btn--small {
    width: 150px;
    left: 50%;
    transform: translateX(-50%);
  }
  .l-wrapper .recruit-top-menu__btn--small::after {
    right: 7px;
  }
}
.l-wrapper .recruit-top-card {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: min(3.03vw, 35px);
  margin-bottom: 46px;
}
@media (min-width: 1335px) {
  .l-wrapper .recruit-top-card__item--1st {
    transform: rotate(-2.5deg);
  }
  .l-wrapper .recruit-top-card__item--2nd {
    transform: rotate(1deg);
  }
  .l-wrapper .recruit-top-card__item--3rd {
    transform: rotate(3deg);
  }
}
.l-wrapper .recruit-top-card__link {
  display: block;
  width: 100%;
  background-color: #fff;
  border-radius: 12px;
  overflow: hidden;
}
.l-wrapper .recruit-top-card__img {
  width: 100%;
}
.l-wrapper .recruit-top-card__img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.l-wrapper .recruit-top-card__body {
  padding: 16px min(1.73vw, 20px) 8px min(1.73vw, 20px);
  position: relative;
}
.l-wrapper .recruit-top-card__title {
  padding-right: 16px;
  margin-bottom: 8px;
  position: relative;
  font-size: clamp(1.4rem, 1.25rem + 0.1953125vw, 1.5rem);
}
@supports not (font-size: clamp(14 * 0.1rem, 1.25rem + 0.1953125vw, 15 * 0.1rem)) {
  .l-wrapper .recruit-top-card__title {
    font-size: 1.4rem;
  }
}
.l-wrapper .recruit-top-card__title::after {
  content: "";
  width: 8px;
  height: 16px;
  background: no-repeat center center/contain;
  background-image: url(../img/recruit/common/icon_card_arrow_black.svg);
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.l-wrapper .recruit-top-card__aside {
  font-size: 1.3rem;
  color: #828080;
}
@media (max-width: 767.98px) {
  .l-wrapper .recruit-top-card {
    grid-template-columns: 100%;
    width: calc(100% - 90px);
    margin-left: 45px;
    margin-left: 45px;
  }
  .l-wrapper .recruit-top-card__body {
    padding: 15px 10px;
  }
  .l-wrapper .recruit-top-card__title {
    line-height: 1.4;
    position: inherit;
  }
  .l-wrapper .recruit-top-card__title::after {
    width: 4.5px;
    height: 10px;
  }
  .l-wrapper .recruit-top-card__aside {
    font-size: 1.2rem;
    line-height: 1.3;
  }
}
.l-wrapper .recruit-top-news {
  padding-top: 62px;
  padding-bottom: 43px;
}
.l-wrapper .recruit-top-slider {
  display: flex;
  justify-content: center;
  margin-top: 60px;
}
.l-wrapper .recruit-top-slider__wrapper {
  position: relative;
  background-color: #fff;
  border-radius: 15px;
  box-sizing: border-box;
  padding: 80px 150px 30px;
}
.l-wrapper .recruit-top-slider__title {
  font-size: clamp(1.6rem, 1.2655052265rem + 0.6968641115vw, 1.8rem);
  font-weight: 500;
  text-align: center;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  margin-top: -50px;
  margin-bottom: 30px;
}
@supports not (font-size: clamp(16 * 0.1rem, 1.2655052265rem + 0.6968641115vw, 18 * 0.1rem)) {
  .l-wrapper .recruit-top-slider__title {
    font-size: 1.6rem;
  }
}
@media (max-width: 767.98px) {
  .l-wrapper .recruit-top-slider__wrapper {
    width: calc(100% - 40px);
    padding: 25px 20px;
  }
  .l-wrapper .recruit-top-slider__title {
    letter-spacing: 2.4px;
    margin-top: 0;
    margin-bottom: 25px;
  }
}
.l-wrapper .recruit-top-links {
  width: min(95.14%, 1098px);
  margin: 100px auto 0;
}
.l-wrapper .recruit-top-links__container {
  display: flex;
  justify-content: center;
  gap: 30px;
}
.l-wrapper .recruit-top-links__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 120px;
  max-width: 534px;
  font-size: 2.4rem;
  font-weight: 700;
  color: #fff;
  border-radius: 10px;
  text-transform: uppercase;
  padding: 0 40px;
}
.l-wrapper .recruit-top-links__btn--red {
  background-color: #DC143C;
}
@media not all and (pointer: coarse) {
  .l-wrapper .recruit-top-links__btn--red:hover {
    background-color: #AD102F;
  }
}
.l-wrapper .recruit-top-links__btn--purple {
  background-color: #442892;
}
@media not all and (pointer: coarse) {
  .l-wrapper .recruit-top-links__btn--purple:hover {
    background-color: #311D68;
  }
}
@media (max-width: 767.98px) {
  .l-wrapper .recruit-top-links {
    display: none;
  }
}

/* 動画で知る */
.l-wrapper .recruit-responsive-slider {
  position: relative;
}
@media (max-width: 767.98px) {
  .l-wrapper .recruit-responsive-slider::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 101vw;
    background-color: #fff;
    height: 71.7vw;
  }
}
@media (min-width: 768px) {
  .l-wrapper .recruit-responsive-slider {
    background-color: #fff;
    padding: 80px 0 60px;
  }
}

.l-wrapper .recruit-training {
  /* .recruit-training-lead */
  /* .recruit-training-lead */
  /* .recruit-training-meister */
  /* .recruit-training-action */
}
.l-wrapper .recruit-training__text {
  width: 100%;
  margin-bottom: 48px;
}
.l-wrapper .recruit-training__img {
  width: 100%;
}
@media (max-width: 767.98px) {
  .l-wrapper .recruit-training__text {
    margin-bottom: 25px;
  }
  .l-wrapper .recruit-training__img {
    width: calc(100vw - var(--inner-propotion) * 2 - 30px);
  }
  .l-wrapper .recruit-training__img img {
    height: auto;
  }
  .l-wrapper .recruit-training__img--01 img {
    width: max(660px, 100%);
  }
  .l-wrapper .recruit-training__img--02 img {
    width: max(787px, 100%);
  }
  .l-wrapper .recruit-training__img--03 img {
    width: max(410px, 100%);
  }
  .l-wrapper .recruit-training__img--04 img {
    width: max(470px, 100%);
  }
  .l-wrapper .recruit-training__img--05 img {
    width: max(680px, 100%);
  }
}
.l-wrapper .recruit-training-lead {
  text-align: center;
  font-weight: 500;
}
@media (max-width: 767.98px) {
  .l-wrapper .recruit-training-lead {
    text-align: left;
  }
}
.l-wrapper .recruit-training-global {
  display: flex;
  gap: 30px;
  width: 100%;
}
.l-wrapper .recruit-training-global__text {
  width: 33%;
}
.l-wrapper .recruit-training-global__img {
  width: calc(67% - 30px);
}
@media (max-width: 767.98px) {
  .l-wrapper .recruit-training-global {
    flex-direction: column;
    gap: 20px;
  }
  .l-wrapper .recruit-training-global__text, .l-wrapper .recruit-training-global__img {
    width: 100%;
  }
}
.l-wrapper .recruit-training-meister {
  display: flex;
  gap: 48px;
  width: 100%;
}
.l-wrapper .recruit-training-meister__text {
  width: 32%;
}
.l-wrapper .recruit-training-meister__img {
  width: calc(68% - 48px);
}
@media (max-width: 767.98px) {
  .l-wrapper .recruit-training-meister {
    flex-direction: column;
    gap: 25px;
  }
  .l-wrapper .recruit-training-meister__text, .l-wrapper .recruit-training-meister__img {
    width: 100%;
  }
}
.l-wrapper .recruit-training-action {
  display: flex;
  flex-wrap: wrap;
  gap: min(30px, 1.56vw);
}
.l-wrapper .recruit-training-action__item {
  width: calc(25% - min(30px, 1.56vw) * 3 / 4);
  background-color: rgba(238, 238, 238, 0.9);
  border-radius: 16px;
  padding: 30px;
  box-sizing: border-box;
}
.l-wrapper .recruit-training-action__item:nth-child(n+5) {
  width: calc(33.3333333333% - min(30px, 1.56vw) * 2 / 3);
}
.l-wrapper .recruit-training-action__title {
  color: #B8000D;
  font-size: clamp(1.4rem, 0.0620209059rem + 2.787456446vw, 2.2rem);
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  margin: 0 -10px 30px;
}
@supports not (font-size: clamp(14 * 0.1rem, 0.0620209059rem + 2.787456446vw, 22 * 0.1rem)) {
  .l-wrapper .recruit-training-action__title {
    font-size: 1.4rem;
  }
}
.l-wrapper .recruit-training-action__img {
  width: 100%;
  height: 120px;
  margin-bottom: 30px;
}
.l-wrapper .recruit-training-action__img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.l-wrapper .recruit-training-action__text {
  font-size: clamp(1.2rem, 0.6982578397rem + 1.0452961672vw, 1.5rem);
  line-height: 1.8;
}
@supports not (font-size: clamp(12 * 0.1rem, 0.6982578397rem + 1.0452961672vw, 15 * 0.1rem)) {
  .l-wrapper .recruit-training-action__text {
    font-size: 1.2rem;
  }
}
.l-wrapper .recruit-training-action__note {
  color: #707070;
  font-size: clamp(1rem, 0.4982578397rem + 1.0452961672vw, 1.3rem);
  font-weight: 400;
  line-height: 1.8;
}
@supports not (font-size: clamp(10 * 0.1rem, 0.4982578397rem + 1.0452961672vw, 13 * 0.1rem)) {
  .l-wrapper .recruit-training-action__note {
    font-size: 1rem;
  }
}
.l-wrapper .recruit-training-action__column {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: -20px;
  margin-bottom: 30px;
}
.l-wrapper .recruit-training-action__row {
  display: flex;
  align-items: center;
  gap: 15px;
}
.l-wrapper .recruit-training-action__font {
  color: #B8000D;
  line-height: 1.1;
}
.l-wrapper .recruit-training-action__font--large {
  font-size: clamp(4rem, -2.6898954704rem + 13.93728223vw, 8rem);
  font-weight: 500;
}
@supports not (font-size: clamp(40 * 0.1rem, -2.6898954704rem + 13.93728223vw, 80 * 0.1rem)) {
  .l-wrapper .recruit-training-action__font--large {
    font-size: 4rem;
  }
}
.l-wrapper .recruit-training-action__font--small {
  font-size: clamp(2rem, -1.3449477352rem + 6.968641115vw, 4rem);
  font-weight: 700;
}
@supports not (font-size: clamp(20 * 0.1rem, -1.3449477352rem + 6.968641115vw, 40 * 0.1rem)) {
  .l-wrapper .recruit-training-action__font--small {
    font-size: 2rem;
  }
}
@media (max-width: 767.98px) {
  .l-wrapper .recruit-training-action {
    gap: 15px;
  }
  .l-wrapper .recruit-training-action__item {
    width: calc(50% - 7.5px);
    padding: 15px;
  }
  .l-wrapper .recruit-training-action__item:nth-child(n+5) {
    width: calc(50% - 7.5px);
  }
  .l-wrapper .recruit-training-action__item:last-child {
    width: 100%;
  }
  .l-wrapper .recruit-training-action__item:last-child .recruit-training-action__column {
    flex-direction: row;
    justify-content: center;
    gap: 40px;
    margin-bottom: 10px;
  }
  .l-wrapper .recruit-training-action__item:last-child .recruit-training-action__text {
    text-align: center;
  }
  .l-wrapper .recruit-training-action__title {
    margin-bottom: 15px;
  }
  .l-wrapper .recruit-training-action__img {
    height: 72px;
    margin-bottom: 5px;
  }
  .l-wrapper .recruit-training-action__column {
    margin-bottom: 15px;
  }
}
@media (min-width: 1335px) {
  .l-wrapper .recruit-training-action__column {
    min-height: 141px;
  }
}

.l-wrapper .recruit-welfare {
  /* .recruit-welfare-container */
  /* .recruit-welfare-card */
}
.l-wrapper .recruit-welfare-container + .recruit-welfare-container {
  margin-top: 120px;
}
@media (max-width: 767.98px) {
  .l-wrapper .recruit-welfare-container + .recruit-welfare-container {
    margin-top: 54px;
  }
}
.l-wrapper .recruit-welfare-card {
  display: flex;
  flex-wrap: wrap;
  gap: min(30px, 1.5625vw);
}
.l-wrapper .recruit-welfare-card__item {
  display: flex;
  gap: min(40px, 2.0833vw);
  width: calc(50% - min(30px, 1.5625vw) / 2);
  background-color: #fff;
  border-radius: 20px;
  padding: 30px min(30px, 1.5625vw);
  box-sizing: border-box;
}
.l-wrapper .recruit-welfare-card__icon {
  width: min(140px, 7.2917vw);
}
.l-wrapper .recruit-welfare-card__body {
  width: calc(100% - (min(140px, 7.2917vw) + min(40px, 2.0833vw)));
}
.l-wrapper .recruit-welfare-card__title {
  color: #B8000D;
  font-size: clamp(1.5rem, -0.6742160279rem + 4.5296167247vw, 2.8rem);
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 16px;
}
@supports not (font-size: clamp(15 * 0.1rem, -0.6742160279rem + 4.5296167247vw, 28 * 0.1rem)) {
  .l-wrapper .recruit-welfare-card__title {
    font-size: 1.5rem;
  }
}
.l-wrapper .recruit-welfare-card__text {
  font-size: clamp(1.2rem, 0.531010453rem + 1.393728223vw, 1.6rem);
  font-weight: 500;
  line-height: 1.8;
}
@supports not (font-size: clamp(12 * 0.1rem, 0.531010453rem + 1.393728223vw, 16 * 0.1rem)) {
  .l-wrapper .recruit-welfare-card__text {
    font-size: 1.2rem;
  }
}
@media (max-width: 767.98px) {
  .l-wrapper .recruit-welfare-card {
    gap: 15px;
  }
  .l-wrapper .recruit-welfare-card__item {
    width: 100%;
    gap: 20px;
    border-radius: 10px;
    padding: 15px;
  }
  .l-wrapper .recruit-welfare-card__icon {
    width: max(70px, 9.333vw);
  }
  .l-wrapper .recruit-welfare-card__body {
    width: calc(100% - (max(70px, 9.333vw) + 20px));
  }
  .l-wrapper .recruit-welfare-card__title {
    margin-bottom: 8px;
  }
}