/* =============================================
   about.css - 保育士人材バンクとはページ
   ============================================= */

/* main：背景 */
.about-lower main {
  background: url('../img/pink-bg.jpg') center top / cover;
  width: 100vw;
  padding: 118px 0 150px 0;
}

/* =============================================
   下層ページ共通レイアウト
   ============================================= */

.about-lower .lower-page-title {
  display: flex;
  padding: 100px 0 70px 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

.about-lower .lower-page-title-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: -8px;
}

.about-lower .lower-page-title-container img {
  height: 100px;
  width: 100px;
}

.about-lower .lower-page-subtitle {
  color: #9E6A41;
  text-align: center;
  font-family: "Baloo Tamma 2", sans-serif;
  font-size: 32px;
  font-weight: 800;
  letter-spacing: 1.6px;
}

.about-lower .lower-page-heading {
  color: #6F380B;
  text-align: center;
  font-family: "Potta One", sans-serif;
  font-size: 40px;
  font-weight: 400;
  letter-spacing: 2px;
}

.about-lower .lower-page-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.about-lower .lower-page-inner {
  display: flex;
  width: 1040px;
  flex-direction: column;
  align-items: center;
  gap: 100px;
}

.about-lower .white-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: auto;
  padding: 60px 40px;
  border-radius: 30px;
  background: #FFF;
}

.about-lower .white-container-area {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 800px;
  gap: 50px;
}

.about-lower .container-title {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding-bottom: 30px;
  margin-left: -60px;
}

.about-lower .container-title img {
  width: 50px;
  height: 80px;
  aspect-ratio: 5/8;
}

.about-lower .container-title-textbox {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.about-lower .container-title-text {
  color: #754620;
  text-align: center;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 32px;
  font-weight: 800;
}

.about-lower .container-title-underline {
  display: inline-block;
  height: 3px;
  background: #754620;
  border-radius: 2px;
  width: 100%;
  margin-top: -2px;
}

/* =============================================
   保育士さんの就職支援 セクション
   ============================================= */

.about-lower-section-title {
  color: #574B38;
  text-align: center;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 26px;
  font-weight: 500;
  margin: 0;
}

.about-lower-text {
  color: #6F380B;
  text-align: center;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 36px;
  margin: 0;
}

.about-lower-accent {
  color: #6F380B;
  text-align: center;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 36px;
  margin: 0;
}

.about-lower-matching-img {
  width: 600px;
  height: auto;
}

.about-lower-content-group {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  width: 100%;
}

/* =============================================
   登録リードテキスト
   ============================================= */

.about-lower-register-lead {
  color: #6F380B;
  text-align: center;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 24px;
  font-weight: 800;
  margin: -20px 0 0;
}

/* =============================================
   チェックリスト
   ============================================= */

.about-lower-check-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: flex-start;
  list-style: none;
  margin: 0;
  padding: 0;
}

.about-lower-check-list li {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #6F380B;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
}

.about-lower-check-list li::before {
  content: "";
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  background: url("../img/howto-check.svg") center / contain no-repeat;
}

/* =============================================
   STEP ボックス
   ============================================= */

.about-lower-steps {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  width: 100%;
}

.about-lower-step-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  padding: 20px 30px;
  border-radius: 30px;
  background: #FFF2E7;
  width: 100%;
}

.about-lower-step-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  width: 100%;
}

.about-lower-step-label {
  color: #6F380B;
  text-align: center;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 24px;
  font-weight: 800;
  margin: 0;
  line-height: 1;
}

.about-lower-step-underline {
  height: 1px;
  background: #6F380B;
  width: 100%;
  opacity: 0.3;
}

.about-lower-step-title {
  color: #6F380B;
  text-align: center;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 24px;
  font-weight: 800;
  line-height: 30px;
  letter-spacing: 1.2px;
  margin: 0;
}

.about-lower-step-text {
  color: #5C4635;
  text-align: center;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  margin: 0;
  width: 100%;
}

.about-lower-step-text strong {
  font-weight: 500;
}

.about-lower-step-arrow {
  display: flex;
  justify-content: center;
  align-items: center;
}

.about-lower-step-arrow img {
  width: 27px;
  height: 24px;
}

/* =============================================
   アクセス セクション
   ============================================= */

.about-lower-map {
  width: 100%;
  height: auto;
}

.about-lower-contact-box {
  border: 1px solid #6F380B;
  border-radius: 10px;
  overflow: hidden;
  width: auto;
}

.about-lower-contact-box__header {
  background: #6F380B;
  color: #FFF;
  text-align: center;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 18px;
  font-weight: 800;
  padding: 6px 0;
  line-height: 1.5;
}

.about-lower-contact-box__body {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  padding: 20px 30px 24px;
  text-align: center;
  background: #FFF;
}

.about-lower-contact-box__org {
  color: #6F380B;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 18px;
  font-weight: 800;
  line-height: 24px;
  margin: 0;
}

.about-lower-contact-box__org a {
  color: #6F380B;
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: opacity 0.2s;
}

.about-lower-contact-box__org a:hover {
  opacity: 0.7;
}

.about-lower-contact-box__address {
  color: #6F380B;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  line-height: 24px;
  margin: 0;
}

.about-lower-contact-box__tel {
  color: #6F380B;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
  margin: 0;
}

.about-lower-contact-box__hours {
  color: #6F380B;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  margin: 0;
}

/* =============================================
   Responsive：タブレット (max-width: 1040px)
   ============================================= */

@media (max-width: 1040px) {
  .about-lower .lower-page-inner {
    width: calc(100% - 48px);
  }

  .about-lower .white-container-area {
    width: 100%;
  }

  .about-lower-matching-img {
    width: 100%;
    max-width: 500px;
  }
}

/* =============================================
   Responsive：SP (max-width: 768px)
   ============================================= */

@media (max-width: 768px) {
  .about-lower main {
    padding: 70px 0 80px;
  }

  .about-lower .lower-page-title {
    padding: 48px 0 36px;
  }

  .about-lower .lower-page-title-container img {
    width: 70px;
    height: 70px;
  }

  .about-lower .lower-page-subtitle {
    font-size: 24px;
    font-weight: 800;
    letter-spacing: 1.6px;
  }

  .about-lower .lower-page-heading {
    font-size: 32px;
    letter-spacing: 1px;
  }

  .about-lower .lower-page-inner {
    width: calc(100% - 32px);
    gap: 40px;
  }

  .about-lower .white-container {
    padding: 32px 20px;
    border-radius: 20px;
  }

  .about-lower .white-container-area {
    width: 100%;
    gap: 36px;
  }

  .about-lower .container-title {
    flex-direction: column;
    margin-left: 0;
  }

  .about-lower .container-title img {
    width: 40px;
    height: auto;
  }

  .about-lower .container-title-text {
    font-size: 22px;
  }

  .about-lower-section-title {
    font-size: 20px;
  }

  .about-lower-text {
    font-size: 15px;
    line-height: 28px;
  }

  .about-lower-accent {
    font-size: 15px;
  }

  .about-lower-check-list li {
    font-size: 16px;
  }

  .about-lower-step-box {
    padding: 16px 20px;
    gap: 16px;
    border-radius: 20px;
  }

  .about-lower-step-label,
  .about-lower-step-title {
    font-size: 20px;
  }

  .about-lower-step-text {
    font-size: 15px;
    line-height: 26px;
  }

  .about-lower-contact-box {
    width: 100%;
    max-width: 418px;
  }

  .about-lower-contact-box__body {
    padding: 16px 20px;
  }

  .about-lower-contact-box__tel {
    font-size: 20px;
  }

  .about-lower-contact-box__hours {
    font-size: 15px;
  }
}
