@charset "UTF-8";

/* ========================
   パンフレット
======================== */

.pamph_bnrArea {
  margin: 120px auto 0;
  text-align: center;
  width: 90%;
}

.pamph_bnrArea a {
  transition: 0.5s;
}

.pamph_bnrArea a:hover {
  opacity: 0.7;
}

@media screen and (max-width: 1024px) {
  .pamph_bnrArea {
    margin-top: 60px;
  }
}

/* ========================
   2026採用ページ：共通
======================== */
.rec_visionArea,
.rec_careerArea,
.rec_faqArea {
  margin-top: 120px;
}

.rec_visionArea-inner,
.rec_careerArea-inner,
.rec_faqArea-inner {
  margin: 120px auto;
  width: calc((100% / 12) * 8);
}

.rec-leadTitle,
.rec-subTitle {
  font-size: 2.8rem;
  letter-spacing: 4px;
  padding-bottom: 24px;
  position: relative;
  text-align: center;
}

.rec-leadTitle::after,
.rec-subTitle::after {
  background: #f0bdbb;
  bottom: 0;
  content: "";
  height: 4px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 80px;
}

.rec-introText {
  line-height: 2.25;
  margin-top: 60px;
  text-align: center;
}

.rec-introText p + p {
  margin-top: 24px;
}

/* ========================
   私たちが目指す美容師像
======================== */

.rec_visionAxisList {
  display: flex;
  justify-content: space-between;
  margin-top: 80px;
}

.rec_visionAxisList > li {
  background: #f7f6f8;
  padding: 48px;
  text-align: center;
  width: 48%;
}

.rec_visionAxisImage {
  aspect-ratio: 3 / 2;
  display: block;
  object-fit: cover;
  width: 100%;
}

.rec_visionAxisList .number {
  color: #f0bdbb;
  font-family: "Cormorant Garamond", serif;
  font-size: 4.8rem;
  line-height: 1;
  margin-top: 32px;
}

.rec_visionAxisList .title {
  font-size: 2.2rem;
  letter-spacing: 2px;
  margin-top: 16px;
}

.rec_visionAxisList .text {
  margin-top: 24px;
  text-align: left;
}

.rec-linkBtn {
  border-bottom: 1px solid #cbc7cb;
  display: inline-block;
  margin-top: 32px;
  padding: 12px 32px 12px 8px;
  position: relative;
  transition: opacity 0.3s;
}

.rec-linkBtn::after {
  border-color: transparent transparent transparent #f0bdbb;
  border-style: solid;
  border-width: 4.5px 0 4.5px 7px;
  content: "";
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
}

.rec-linkBtn:hover {
  opacity: 0.7;
}

.rec_skillArea {
  margin-top: 120px;
}

.rec_skillList {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 60px;
}

.rec_skillList > div {
  align-items: center;
  border: 1px solid #cbc7cb;
  display: flex;
  min-height: 90px;
}

.rec_skillList dt {
  color: #f0bdbb;
  font-size: 1.8rem;
  padding: 20px;
  text-align: center;
  width: 42%;
}

.rec_skillList dd {
  border-left: 1px solid #cbc7cb;
  padding: 20px;
  width: 58%;
  margin-left: 0;
  text-align: center;
}

/* ========================
   教育体制：カリキュラム
======================== */

.rec_curriculumArea-inner-curriculum .curriculum_table-inner {
  background: #f7f6f8;
  padding: 48px 56px;
}

.rec_curriculumArea-inner-curriculum .curriculum_table-inner .year {
  color: #f0bdbb;
  font-size: 2rem;
}

.curriculum_table-inner .stepTitle {
  font-size: 2.2rem;
  letter-spacing: 2px;
  margin-bottom: 24px;
  text-align: center;
}

.curriculum_table-inner .stepText + .stepText {
  margin-top: 16px;
}

.curriculum_table-inner .learningTitle {
  color: #f0bdbb;
  font-size: 1.6rem;
  margin-top: 28px;
}

.curriculum_table-inner .learningText {
  border-top: 1px solid #cbc7cb;
  margin-top: 8px;
  padding-top: 12px;
}

/* ========================
   教育体制：デビュー後の成長支援
======================== */

.rec_growthArea {
  margin-top: 120px;
}

.rec_growthLead {
  font-size: 2.2rem;
  margin-top: 48px;
  text-align: center;
}

.rec_growthArea .curriculum_introText {
  line-height: 2;
  margin: 40px 0 48px;
}

.rec_growthList {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(2, 1fr);
}

.rec_growthList li {
  border-left: 4px solid #f0bdbb;
  padding: 20px 24px;
}

.rec_growthList h3 {
  font-size: 1.8rem;
  margin-bottom: 8px;
}

.rec_growthLinks {
  display: flex;
  gap: 40px;
  justify-content: center;
  margin-top: 40px;
}

/* ========================
   キャリアパス
======================== */

.rec_careerList {
  display: grid;
  gap: 32px;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 80px;
}

.rec_careerList section {
  border: 1px solid #cbc7cb;
  padding: 40px;
}

.rec_careerList section:last-child {
  grid-column: 1 / -1;
}

.rec_careerList h3 {
  background: #f7f6f8;
  font-size: 2rem;
  letter-spacing: 2px;
  margin: -40px -40px 32px;
  padding: 24px;
  text-align: center;
}

.rec_careerList dl div + div {
  border-top: 1px solid #cbc7cb;
  margin-top: 24px;
  padding-top: 24px;
}

.rec_careerList dt {
  color: #f0bdbb;
  font-size: 1.8rem;
  margin-bottom: 8px;
}

.rec_careerList ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.rec_careerList li {
  border-right: 1px solid #cbc7cb;
  padding: 4px 24px;
}

.rec_careerList li:last-child {
  border-right: 0;
}

/* ========================
   よくあるご質問
======================== */

.rec_faqArea-inner details {
  border-bottom: 1px solid #cbc7cb;
}

.rec_faqArea-inner summary {
  cursor: pointer;
  font-size: 1.8rem;
  list-style: none;
  padding: 28px 64px 28px 56px;
  position: relative;
}

.rec_faqArea-inner summary::-webkit-details-marker {
  display: none;
}

.rec_faqArea-inner summary::before {
  color: #f0bdbb;
  content: "Q.";
  font-family: "Cormorant Garamond", serif;
  font-size: 2.4rem;
  left: 8px;
  position: absolute;
  top: 24px;
}

.rec_faqArea-inner summary::after {
  color: #f0bdbb;
  content: "+";
  font-size: 2.8rem;
  font-weight: 300;
  position: absolute;
  right: 16px;
  top: 20px;
}

.rec_faqArea-inner details[open] summary::after {
  content: "−";
}

.rec_faqArea-inner .answer {
  background: #f7f6f8;
  padding: 28px 40px 28px 56px;
  position: relative;
}

.rec_faqArea-inner .answer::before {
  color: #cbc7cb;
  content: "A.";
  font-family: "Cormorant Garamond", serif;
  font-size: 2.4rem;
  left: 16px;
  position: absolute;
  top: 22px;
}

/* ========================
   スタッフの声
======================== */

.rec_voiceArea-inner-item .profile.profileTextOnly {
  justify-content: center;
}

.rec_voiceArea-inner-item .profile.profileTextOnly li.name {
  border-bottom: 4px dotted #cbc7cb;
  padding: 24px 0;
  text-align: center;
  width: 60%;
}

.rec_voiceArea-inner-item .profile.profileTextOnly li.name p {
  padding-left: 0;
}

/* ========================
   ご応募・お問い合わせ
======================== */

.rec_entryArea-links {
  margin: 80px auto 120px;
  width: calc((100% / 12) * 8);
}

.rec_entryArea-links .introText {
  line-height: 2.25;
  text-align: center;
}

.entryLinkList {
  display: flex;
  gap: 32px;
  justify-content: center;
  margin-top: 48px;
}

.entryLinkList li {
  width: 48%;
}

.entryLinkList .entryLink {
  background: #f0bdbb;
  color: #fff;
  display: block;
  font-size: 1.8rem;
  letter-spacing: 2px;
  padding: 24px 48px 24px 24px;
  position: relative;
  text-align: center;
  transition: opacity 0.3s;
}

.entryLinkList .entryLink.line {
  background: #06c755;
}

.entryLinkList .entryLink::after {
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  content: "";
  height: 10px;
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  width: 10px;
}

.entryLinkList .entryLink:hover {
  opacity: 0.7;
}

/* ========================
   タブレット
======================== */

@media screen and (max-width: 1024px) {
  .rec_visionArea,
  .rec_careerArea,
  .rec_faqArea {
    margin-top: 60px;
  }

  .rec_visionArea-inner,
  .rec_careerArea-inner,
  .rec_faqArea-inner {
    margin: 60px auto;
    width: calc((100% / 12) * 10);
  }

  .rec_visionAxisList > li {
    padding: 32px;
  }

  .rec_entryArea-links {
    margin: 60px auto;
    width: calc((100% / 12) * 10);
  }
}

/* ========================
   スマートフォン
======================== */

@media screen and (max-width: 767px) {
  .rec_visionArea-inner,
  .rec_careerArea-inner,
  .rec_faqArea-inner {
    width: 90%;
  }

  .rec_growthArea {
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
  }

  .rec_curriculumArea-inner-curriculum .curriculum_introText {
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
  }

  .rec-leadTitle,
  .rec-subTitle {
    font-size: 2.2rem;
    letter-spacing: 2px;
  }

  .rec-introText {
    text-align: left;
  }

  .rec_growthArea .curriculum_introText {
    line-height: 1.9;
    margin: 32px 0 40px;
  }

  .rec_visionAxisList,
  .rec_growthLinks {
    display: block;
  }

  .rec_visionAxisList > li {
    padding: 32px 24px;
    width: 100%;
  }

  .rec_visionAxisList > li + li {
    margin-top: 24px;
  }

  .rec_skillList,
  .rec_growthList,
  .rec_careerList {
    grid-template-columns: 1fr;
  }

  .rec_skillList dt {
    padding: 16px 8px;
    font-size: 14px;
  }

  .rec_skillList dd {
    padding: 16px 12px;
  }

  .rec_curriculumArea-inner-curriculum .curriculum_table-inner {
    padding: 32px 24px;
  }

  .rec_growthLinks .rec-linkBtn {
    display: block;
  }

  .rec_careerList section,
  .rec_careerList section:last-child {
    grid-column: auto;
    padding: 28px 24px;
  }

  .rec_careerList h3 {
    margin: -28px -24px 24px;
  }

  .rec_careerList ul {
    display: block;
  }

  .rec_careerList li {
    border-bottom: 1px solid #cbc7cb;
    border-right: 0;
    padding: 12px 0;
  }

  .rec_faqArea-inner summary {
    font-size: 1.6rem;
    padding: 24px 40px 24px 40px;
  }

  .rec_faqArea-inner summary::before {
    left: 0;
    top: 20px;
  }

  .rec_faqArea-inner summary::after {
    right: 4px;
    top: 16px;
  }

  .rec_faqArea-inner .answer {
    padding: 24px 20px 24px 44px;
  }

  .rec_voiceArea-inner-item .profile.profileTextOnly li.name {
    width: 100%;
  }

  .rec_entryArea-links {
    width: 90%;
  }

  .entryLinkList {
    display: block;
  }

  .entryLinkList li {
    width: 100%;
  }

  .entryLinkList li + li {
    margin-top: 16px;
  }

  .entryLinkList .entryLink {
    font-size: 1.6rem;
  }
}
