@charset "UTF-8";

/* =========================================
   Recruit Page Styles
========================================= */

/* 基本設定 */
.recruit-section {
  padding: 80px 0;
  font-family: 'M PLUS Rounded 1c', "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
  color: #444;
  line-height: 1.8;
}

.recruit-heading {
  font-size: 36px;
  font-weight: 700;
  color: #eb68a4;
  text-align: center;
  margin-bottom: 40px;
  letter-spacing: 0.1em;
}

.recruit-heading--left {
  text-align: left;
}

/* 全幅背景ピンク（コンテナ内から全幅を強要するハック） */
.recruit-bg-pink {
  background-color: #fcf1f6;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  padding-left: calc(50vw - 50%);
  padding-right: calc(50vw - 50%);
}

/* -----------------------------
   当院について
----------------------------- */
.recruit-about__flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center !important;
  gap: 40px;
  max-width: 90%;
  margin: 0 auto;
}

.recruit-about__text {
  flex: 1 1 50%;
  font-size: 18px;
  font-weight: 500;
  line-height: 2;
}

.recruit-about__text p {
  margin-bottom: 1em;
}

.recruit-about__image {
  flex: 1 1 250px;
  position: relative;
}

.recruit-about__logo {
  margin-bottom: -20px;
  position: relative;
  z-index: 2;
  text-align: left;
}
.recruit-about__logo img {
  max-width: 320px;
}

.recruit-about__photo img {
  width: 100%;
  display: block;
}

/* -----------------------------
   業務内容
----------------------------- */
.recruit-job {
  padding-top: 80px;
  padding-bottom: 80px;
}

.recruit-job__desc {
  text-align: center;
  font-size: 20px;
  margin-bottom: 40px;
  font-weight: 500;
}

.recruit-job__cards {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.recruit-card {
  display: flex;
  background-color: #fff;
  border-radius: 16px;
  padding: 30px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.05);
  align-items: center;
  gap: 40px;
}

.recruit-card__img {
  flex: 0 0 230px;
}
.recruit-card__img img {
  width: 100%;
  height: auto;
  border: none;
  display: block;
}

.recruit-card__body {
  flex: 1;
}

.recruit-card__title {
  font-size: 28px;
  font-weight: 700;
  color: #eb68a4;
  margin-bottom: 15px;
}

.recruit-list {
  list-style: none !important;
  padding: 0 !important;
  margin: 0;
}

.recruit-list li {
  position: relative;
  padding-left: 32px;
  font-size: 19px;
  font-weight: 500;
  margin: 10px 0;
  color: #444;
  list-style-type: none !important;
}

.recruit-list li:last-child {
  margin-bottom: 0;
}

.recruit-list li::before {
  content: "";
  position: absolute;
  left: 0  !important;
  top: 0.4em  !important;
  width: 14px  !important;
  height: 14px  !important;
  background-color: #eb68a4  !important;
  border-radius: 50%;
}

/* -----------------------------
   福利厚生
----------------------------- */
.recruit-welfare {
  padding-top: 80px;
  padding-bottom: 80px;
}

.recruit-welfare__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px 40px;
  list-style: none;
  padding: 0;
  margin: 0 auto;
  max-width: 800px;
}

.recruit-welfare__list li {
  position: relative;
  padding-left: 40px !important;
  font-size: 20px;
  font-weight: 700;
  list-style-type: none  !important;
}

/* 星のアイコン */
.recruit-welfare__list li::before {
  content: "";
  position: absolute;
  left: 0 !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  width: 24px !important;
  height: 24px !important;
  background-image: url('../img/star.png') !important;
  background-size: contain !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  border-radius: 0 !important;
  background-color: #fff !important;
}

/* -----------------------------
   数字で見る
----------------------------- */
.recruit-numbers {
  padding-top: 60px;
  padding-bottom: 80px;
}

.recruit-numbers__header {
  text-align: center;
  margin-bottom: 50px;
}

.recruit-numbers__subtitle {
  display: inline-block;
  font-size: 36px;
  font-weight: 700;
  color: #eb68a4;
  margin-bottom: 12px;
  letter-spacing: 0.1em;
}

.recruit-numbers__title img {
  max-width: 640px;
  display: block;
  margin: 0 auto;
}

/* グリッドでの中央寄せ（2段に3個と2個） */
.recruit-numbers__grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
}

.recruit-number-card {
  background-color: #fff;
  border-radius: 16px;
  padding: 40px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.05);
  text-align: center;
  width: calc(33.333% - 14px);
  min-width: 320px;
  max-width: 260px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.recruit-number-card__icon {
  margin-bottom: 20px;
}
.recruit-number-card__icon img {
  width: auto;
  height: 147px;
  object-fit: contain;
  display: block;
  margin: 0 auto;
}

.recruit-number-card__title {
  font-size: 32px;
  font-weight: 700;
  color: #666;
  margin-bottom: 30px;
}

.recruit-number-card__value {
  font-size: 44px;
  font-weight: 800;
  color: #eb68a4;
  line-height: 1.2;
}
.recruit-number-card__value span {
  font-size: 24px;
}

.recruit-number-card__note {
  font-size: 18px;
  font-weight: 700;
  color: #666;
  margin-top: 10px;
}

/* -----------------------------
   レスポンシブ対応
----------------------------- */
@media screen and (max-width: 768px) {
  .recruit-section {
    padding: 50px 20px;
  }


  .recruit-heading {
    font-size: 2.8rem;
    margin-bottom: 30px;
  }

  
  .recruit-about__text {
    font-size: 1.6rem;
    line-height: 1.7;
    margin-bottom: 30px;
  }

  .recruit-about__logo img {
    max-width: 240px;
  }
  
  .recruit-job__desc {
    text-align: left;
    font-size: 1.6rem;
    line-height: 1.6;
  }

  .recruit-card__title {
    font-size: 2.2rem;
    text-align: left;
  }

  .recruit-numbers__title img{
    width: 85%;
  }

  
  .recruit-card {
    flex-direction: column;
    text-align: left;
    gap: 20px;
    padding: 25px 20px;
  }
  
  .recruit-card__img {
    flex: 0 0 auto;
    width: 140px;
    margin: 0 auto;
  }
  
  .recruit-list li {
    font-size: 1.6rem;
    padding-left: 28px;
    margin: 8px 0;
  }

  .recruit-list li::before {
    top: 0.6em !important;
    width: 10px !important;
    height: 10px !important;
  }

  
  .recruit-welfare__list {
    grid-template-columns: 1fr;
    gap: 15px;
    padding: 0 20px;
  }
  
  .recruit-welfare__list li {
    font-size: 1.6rem;
    padding-left: 35px !important;
  }

  .recruit-welfare__list li::before {
    width: 20px !important;
    height: 20px !important;
  }
  
  .recruit-heading--left {
    text-align: center;
  }


  /* 数字で見るの2カラム化 */
  .recruit-number-card {
    width: 100%;
    padding: 30px 20px;
    min-width: 0;
  }

  .recruit-number-card__title {
    font-size: 2.2rem;
    margin-bottom: 20px;
  }
  
  .recruit-number-card__value {
    font-size: 3.2rem;
  }
  .recruit-number-card__value span {
    font-size: 1.8rem;
  }

  .recruit-number-card__note {
    font-size: 1.6rem;
  }

  .recruit-news {
    padding: 40px 20px 60px;
  }

  .recruit-news__heading {
    font-size: 2.4rem;
  }

  .recruit-news__link {
    font-size: 1.7rem;
    line-height: 1.5;
  }

  .more-btn {
    width: 90%;
    padding: 15px 30px;
    font-size: 1.7rem;
  }

}

@media screen and (max-width: 480px) {
  .recruit-number-card {
    width: 100%;
    max-width: none;
  }
}

/* -----------------------------
   採用情報 (ニュースリスト)
----------------------------- */
.recruit-news {
  padding: 80px 0;
}

.recruit-news__heading {
  font-size: 36px;
  font-weight: 700;
  color: #eb68a4;
  margin-bottom: 20px;
  border-bottom: 2px solid #f99fc6;
  padding-bottom: 15px;
  text-align: left;
}

.recruit-news__list {
  display: flex;
  flex-direction: column;
}

.recruit-news__item {
  padding: 20px 0;
  border-bottom: 1px dotted #ccc;
}

.recruit-news__date {
  font-size: 16px;
  color: #666;
  margin-bottom: 8px;
  font-weight: 500;
}

.recruit-news__link {
  font-size: 20px;
  color: #eb68a4;
  text-decoration: underline;
  font-weight: 500;
  transition: opacity 0.3s;
}

.recruit-news__link:hover {
  text-decoration: none;
  opacity: 0.7;
}

@media screen and (max-width: 768px) {
  .recruit-news__heading {
    font-size: 28px;
  }
  .recruit-news__link {
    font-size: 18px;
  }
  .recruit-news {
    padding: 0 40px 80px;
  }
}

.more-btn {
  display: inline-block;
  align-items: center;
  justify-content: center;
  background-color: #eb68a4;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  padding: 20px 50px;
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 5px 15px rgba(81, 132, 22, 0.3);
  margin: 2em auto;
}

.more-btn:hover {
  background-color: #e997bc;
  color: #fff;
  text-decoration: none;
}

.more-btn .arrow {
  margin-left: 10px;
  font-size: 14px;
}

.text-center{
  text-align: center !important;
}

.main-heading, .news-heading{
  border-color: #eb68a4;
}