@charset "UTF-8";

/* ==================================================
  学生ページ　固有のスタイル
    ─ 共通見出し
    ─ KV（一部）
    ─ 社会人力
    ─ 就活生応援制度
    ─ インタビュー（タイトル）
    ─ 求人を探す（一部）
================================================== */
/* ------------ 共通見出し ------------ */
.students-title-plus {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  position: relative;
  width: fit-content;
  margin: 0 auto;
}

/* 両端の飾り */
.students-title-plus span {
  display: inline-block;
  position: relative;
  padding: 0 15px;
  font-size: 20px;
}

/* \\両端の飾り// */
.students-title-plus::before,
.students-title-plus::after,
.students-title-plus span::before,
.students-title-plus span::after {
  content: "";
  position: absolute;
  background-color: var(--color-base);
  height: 3px;
  border-radius: 5px;
}

.students-title-plus::before {
  top: 13px;
  width: 23px;
  left: -18px;
  rotate: 70deg;
}

.students-title-plus::after {
  top: 13px;
  width: 23px;
  right: -18px;
  rotate: -70deg;
}

.students-title-plus span::before {
  top: 19px;
  width: 14px;
  left: -21px;
  rotate: 48deg;
}

.students-title-plus span::after {
  top: 19px;
  width: 14px;
  right: -21px;
  rotate: -48deg;
}

.students-title h2 {
  font-size: 32px;
  font-weight: bold;
  color: var(--color-orange);
  text-align: center;
  margin-top: 5px;
  line-height: 1.3;
}

@media screen and (max-width: 767px) {
  .students-title-plus span {
    font-size: 18px;
    padding: 0 5px;
  }
}

/* ------------ KV（一部） ------------ */
.kv-catch .kv-red {
  color: var(--color-orange);
}

@media screen and (max-width: 1080px) {
  .kv::before {
    bottom: 30%;
    top: auto;
  }

  .kv-image img {
    object-position: 50% 10%;
  }
}

@media screen and (max-width: 600px) and (min-width: 481px) {

  /* 画像見切れ防止 */
  .kv-image img {
    height: auto;
  }
}

/* ------------ 社会人力 ------------ */
.skill {
  padding-top: 64px;
  padding-bottom: 80px;
}

@media screen and (max-width: 767px) {
  .skill {
    padding-top: 40px;
    padding-bottom: 52px;
  }
}

/* SPナビ */
.sp-skill-nav {
  display: none;
}

@media screen and (max-width: 1080px) {
  .sp-skill-nav {
    display: block;
  }

  .skill-nav-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    justify-content: center;
    gap: 24px;
    max-width: 450px;
    margin: 30px auto 0;
  }

  .skill-nav-list li {
    flex: 1;
    border-radius: 10px;
    border: 2px solid var(--color-primary);
    line-height: 1.25;
    text-align: center;
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 1;
    gap: 0;
    position: relative;
  }

  .skill-nav-list li::after {
    content: "";
    position: absolute;
    width: 20px;
    height: 12px;
    background: var(--color-black-blown);
    clip-path: polygon(100% 0, 0 0, 50% 100%);
    left: 50%;
    bottom: 13px;
    transform: translateX(-50%);
  }

  .skill-nav-list li a {
    color: var(--color-black-blown);
    font-weight: bold;
    position: relative;
    padding: 10px 0 32px 0;
    display: block;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.skill-list {
  margin-top: 32px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.skill-list li {
  background-color: #fff;
  border-radius: 16px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  gap: 0;
}

.skill-list-image {
  position: relative;
}

.skill-list-image img {
  border-radius: 16px 16px 0 0;
  width: 100%;
}

.skill-list-text {
  padding: 16px 24px 40px;
}

.skill-list-text h3 {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 10px;
  color: var(--color-secondary);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}

.skill-list-text h3 span.num {
  font-family: var(--font-roboto);
  font-weight: 900;
  font-size: 30px;
  color: #F39800;
  padding-bottom: 3px;
}

.skill-list-text p {
  text-align: left;
}

.skill-list-text p span.bold {
  font-weight: bold;
}

.skill-to-help {
  position: relative;
  z-index: 1;
  padding: 0 24px 24px 24px;
}

.skill-to-help::before {
  content: "";
  display: block;
  position: absolute;
  background: url(/lp_common/lp_common_img/line.webp) no-repeat center / cover;
  width: calc(100% - 32px);
  aspect-ratio: 626 / 17;
  top: -16px;
  left: 16px;
  transform: translateY(-100%);
}

.skill-to-help h4 {
  font-weight: bold;
  text-align: center;
  width: fit-content;
  margin: 0 auto 13px auto;
  background: linear-gradient(transparent 60%, rgba(255, 181, 56, 0.8) 0%);
}

.skill-note {
  font-size: 12px;
}

@media screen and (max-width: 1080px) {
  .skill-list {
    grid-template-columns: 1fr;
    margin: 43px auto 0;
    max-width: 500px;
  }

  .skill-list-text {
    padding: 16px 20px 40px;
  }

  .skill-to-help {
    padding: 0 20px 24px 20px;
  }
}

/* 採用担当に聞きました */
.recruiter-comment {
  margin-top: 74px;
  padding: 67px 30px 40px 30px;
  border-radius: 16px;
  border: 3px solid var(--color-secondary);
}

.recruiter-comment-title p {
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  position: relative;
}

.recruiter-comment-title p::before {
  content: "";
  display: block;
  position: absolute;
  background: url(/lp_common/lp_common_img/deco01.webp) no-repeat center / contain;
  width: 30px;
  aspect-ratio: 65 / 32;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
}

.recruiter-comment-title h3 {
  background-color: var(--color-secondary);
  color: #fff;
  font-weight: bold;
  font-size: 24px;
  line-height: 44px;
  padding: 0 15px;
  text-align: center;
  width: fit-content;
  margin: 14px auto 0;
}

.recruiter-comment-cnt {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 40px;
  max-width: 760px;
  margin: 13px auto 0;
  position: relative;
  z-index: 1;
}

.recruiter-comment-image {
  width: 192px;
  flex-shrink: 0;
}

.recruiter-comment-image p {
  text-align: center;
  font-size: 20px;
}

.recruiter-comment-text {
  line-height: 1.8;
  padding: 37px 32px;
  background-color: var(--color-transparent);
  border-radius: 16px;
  margin-bottom: 30px;
  position: relative;
}

.recruiter-comment-text::before {
  background-color: var(--color-transparent);
  content: '';
  position: absolute;
  clip-path: polygon(100% 0, 0 50%, 100% 100%);
  width: 44px;
  height: 51px;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
  left: -30px;
}

@media screen and (max-width: 767px) {
  .recruiter-comment {
    margin-top: 64px;
    padding: 57px 20px 40px 20px;
    border-radius: 6px;
  }

  .recruiter-comment-title p {
    font-size: 20px;
  }

  .recruiter-comment-title p::before {
    width: 21px;
    top: -15px;
  }

  .recruiter-comment-title h3 {
    background-color: transparent;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    padding: 0;
    font-size: 22px;
  }

  .recruiter-comment-title h3 span {
    background-color: var(--color-secondary);
    padding: 0 10px;
    width: fit-content;
  }

  .recruiter-comment-cnt {
    margin: 24px auto 0;
    flex-direction: column;
    align-items: center;
  }

  .recruiter-comment-image {
    display: flex;
    flex-direction: column-reverse;
  }

  .recruiter-comment-image img {
    margin-top: -20px;
  }

  .recruiter-comment-text {
    font-size: 18px;
    line-height: 2;
    padding: 28px 22px;
    margin: 0;
  }

  .recruiter-comment-text::before {
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    width: 51px;
    height: 42px;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
  }
}

/* ------------ 就活生応援制度 ------------ */
.jobsupport {
  padding-block: 80px;
  background-color: rgba(236, 225, 179, .3);
}

.jobsupport-catch {
  margin: 30px auto 24px;
  max-width: 650px;
  font-size: 18px;
  line-height: 1.6;
}

.jobsupport-item {
  background-color: #fff;
  border-radius: 16px;
  padding: 40px 0;
}

.jobsupport-item:nth-of-type(2) {
  margin-top: 40px;
}

.jobsupport-item h3 {
  color: #fff;
  font-weight: bold;
  font-size: 24px;
  line-height: 44px;
  text-align: center;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.jobsupport-item h3 span:not(.sp-break) {
  background-color: var(--color-blown);
  padding: 0 15px;
  width: fit-content;
}

.jobsupport-item-cnt {
  display: flex;
  gap: 32px;
  align-items: center;
  max-width: 880px;
  margin: 30px auto 0;
  padding: 0 30px;
}

.jobsupport-item-text {
  display: flex;
  flex-direction: column;
  gap: 30px;
  font-size: 18px;
  line-height: 1.6;
  flex: 1;
}

.jobsupport-item-cnt picture {
  max-width: min(320px, 40%);
}

.jobsupport-item-cnt img {
  border-radius: 16px;
}

.jobsupport-item-catch {
  margin: 30px auto 24px;
  max-width: 700px;
  font-size: 18px;
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  .jobsupport {
    padding-top: 55px;
    padding-bottom: 48px;
  }

  .jobsupport-catch {
    margin: 24px auto 40px;
  }

  .jobsupport-item h3 {
    line-height: 40px;
    font-size: 20px;
  }

  .jobsupport-item h3 span:not(.sp-break) {
    padding: 0;
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 8px;
  }

  .jobsupport-item h3 span.sp-break {
    background-color: var(--color-blown);
    padding: 0 10px;
    width: fit-content;
  }

  .jobsupport-item-cnt {
    gap: 16px;
    margin: 20px auto 0;
    padding: 0 20px;
    flex-direction: column-reverse;
  }

  .jobsupport-item-cnt picture {
    max-width: 500px;
  }

  .jobsupport-item-catch {
    margin: 16px auto 32px;
    padding: 0 20px;
  }
}

/* キャリアステップ */
.career-step {
  padding: 0 30px;
}

.career-step h4 {
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  width: fit-content;
  margin: 0 auto 20px auto;
  background: linear-gradient(transparent 60%, rgba(255, 181, 56, 0.5) 0%);
}

.career-step-list {
  display: grid;
  grid-template-areas:
    "A B C E"
    "A B D F";
  gap: 27px;
  justify-content: center;
  max-width: 880px;
  margin: 0 auto;
}

.career-step-list li:nth-child(1) {
  grid-area: A;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.career-step-list li:nth-child(2) {
  grid-area: B;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.career-step-list li:nth-child(3) {
  grid-area: C;
}

.career-step-list li:nth-child(4) {
  grid-area: D;
}

.career-step-list li:nth-child(5) {
  grid-area: E;
}

.career-step-list li:nth-child(6) {
  grid-area: F;
}

.career-step-list li {
  border-radius: 16px;
  background-color: #F4F4F4;
  padding: 24px 20px 35px 20px;
  position: relative;
}

.career-step-list li:not(:first-child)::after {
  content: "\E894";
  font-family: recop-iconfonts;
  color: var(--color-primary);
  font-size: 40px;
  line-height: 1;
  display: block;
  position: absolute;
  top: 50%;
  left: -3px;
  transform: translate(-100%, -30%) rotate(-90deg);
}

.career-step-year {
  font-size: 18px;
  font-weight: bold;
  background-color: #E0D6C4;
  border-radius: 24px;
  line-height: 42px;
  padding: 0 18px;
  width: fit-content;
  margin: 0 auto 16px auto;
}

.career-step-position {
  font-size: 20px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .career-step {
    padding: 0 16px;
  }

  .career-step h4 {
    background: transparent;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3px;
  }

  .career-step h4 span {
    background: linear-gradient(transparent 50%, rgba(255, 181, 56, 0.5) 0%);
    width: fit-content;
    line-height: 1.3;
    padding-bottom: 2px;
  }

  .career-step-list {
  grid-template-areas:
    "A A"
    "B B"
    "C D"
    "E F";
    gap: 37px 10px;
  }

  .career-step-list li {
    padding: 32px 18px;
  }

  .career-step-list li:not(:first-child)::after {
    top: 0;
    right: 50%;
    height: 37px;
    text-align: center;
    transform: translate(50%, -100%) rotate(0deg);
  }

  .career-step-year {
    margin: 0 auto 16px 0;
  }

  .career-step-position {
    justify-content: flex-start;
  }

  .career-step-list li:nth-child(3), 
  .career-step-list li:nth-child(4), 
  .career-step-list li:nth-child(5),
  .career-step-list li:nth-child(6) {
    padding: 20px 10px;
  }

  .career-step-list li:nth-child(3) .career-step-year, 
  .career-step-list li:nth-child(4) .career-step-year, 
  .career-step-list li:nth-child(5) .career-step-year,
  .career-step-list li:nth-child(6) .career-step-year {
    margin: 0 auto 16px;
    font-size: 16px;
    padding: 0 8px;
  }

  .career-step-list li:nth-child(3) .career-step-position,
  .career-step-list li:nth-child(4) .career-step-position,
  .career-step-list li:nth-child(5) .career-step-position,
  .career-step-list li:nth-child(6) .career-step-position {
    justify-content: center;
    line-height: 1.3;
  }
}

/* ------------ インタビュー（タイトル） ------------ */
.interview h2 {
  border-bottom: 2px dashed var(--color-yellow);
  width: fit-content;
  margin: 0 auto;
  padding-bottom: 20px;
  font-size: 32px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .interview {
    padding: 48px 0 4px 0;
  }

  .interview h2 {
    font-size: 28px;
    padding-bottom: 14px;
    width: 100%;
  }
}

/* ------------ 求人を探す（一部） ------------ */
/* PCのみ */
@media screen and (min-width: 1021px) {
  .job-category:nth-of-type(3) .job-list {
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
  }

  .job-category:nth-of-type(3) .job-list li {
    padding: 20px 24px 30px 24px;
  }

  .job-category:nth-of-type(3) .job-list-title-text {
    font-size: 20px;
    line-height: 45px;
  }

  .job-category:nth-of-type(3) .job-list-title img {
    width: 45px;
    height: 45px;
  }

  .job-category:nth-of-type(3) .job-btn {
    font-size: 16px;
    padding: 0 45px 0 20px;
    height: 66px;
  }

  .job-category:nth-of-type(3) .job-btn::after {
    right: 16px;
  }

  /* ドライグロッサリー */
  .job-category:nth-of-type(3) .job-list-title-text.long {
    padding-left: 0px;
    text-align: center;
  }
}