@charset "UTF-8";
.card_list {
  list-style: none;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
@media screen and (max-width: 1200px) {
  .card_list {
    flex-direction: column;
    gap: 60px;
  }
}

.mindset {
  background: #F7F7F7;
  border-radius: 10px;
  width: 100%;
}
.mindset .wrap {
  padding-top: 70px;
  padding-bottom: 80px;
}
@media screen and (max-width: 750px) {
  .mindset .wrap {
    padding-top: 50px;
  }
}
.mindset .mindset_inner {
  margin: 0 auto;
  text-align: center;
  line-height: 2.2;
  color: #121212;
}

h2.tl_mid {
  margin-bottom: 80px;
}
@media screen and (max-width: 750px) {
  h2.tl_mid {
    margin-bottom: 60px;
    font-size: 18px;
  }
}

.mindset_card {
  position: relative;
  background-color: #FFF;
  width: 33.3333333333%;
}
.mindset_card .number {
  z-index: 1;
  vertical-align: middle;
  line-height: 1.25em;
  position: absolute;
  font-size: 22px;
  font-weight: bold;
  color: #FFF;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background-color: #C60309;
  position: absolute;
  top: -32px;
  left: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mindset_card .image {
  width: 100%;
  margin-top: 30px;
  display: flex;
  justify-content: center;
}
.mindset_card .image img {
  width: 184px;
  height: 176px;
}
.mindset_card .text {
  padding: 10px 26px 20px;
}
.mindset_card .text h3 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 8px;
  color: #C60309;
}
.mindset_card .text p {
  font-size: 16px;
  line-height: 1.8;
  color: #121212;
}
@media screen and (max-width: 1200px) {
  .mindset_card {
    flex-direction: column;
    width: 100%;
  }
  .mindset_card .text {
    padding-bottom: 54px;
  }
  .mindset_card .text h3 {
    font-size: 18px;
  }
  .mindset_card .text p {
    font-size: 14px;
    text-align: left;
  }
}

.mindset_card::before {
  white-space: pre;
  content: "前提\a条件";
  vertical-align: middle;
  line-height: 1.25em;
  position: absolute;
  font-size: 14px;
  font-weight: bold;
  color: #FFF;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background-color: #121212;
  position: absolute;
  top: -32px;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.job_description h2.tl_mid {
  margin-bottom: 30px;
}
.job_description .wrap {
  padding-top: 120px;
  padding-bottom: 130px;
}
@media screen and (max-width: 750px) {
  .job_description .wrap {
    padding-top: 60px;
    padding-bottom: 90px;
  }
}

.user_voice {
  background-color: #FBFBFB;
}
.user_voice .wrap {
  padding-top: 60px;
}
@media screen and (max-width: 750px) {
  .user_voice .wrap {
    padding-top: 46px;
  }
}
.user_voice h2 {
  font-weight: 700;
  font-size: 32px;
  line-height: 1.5;
  color: #C60309;
  text-align: center;
  margin-bottom: 20px;
}
.user_voice h2 span {
  display: block;
}
@media screen and (max-width: 750px) {
  .user_voice h2 {
    font-size: clamp(14px, 36 / 750 * 100dvw, 36px);
  }
}
.user_voice .voice_intro {
  text-align: center;
  margin-bottom: 24px;
  max-width: 540px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 750px) {
  .user_voice .voice_intro {
    font-size: 14px;
  }
}
.user_voice p {
  font-size: 16px;
  color: #969696;
}
@media screen and (max-width: 750px) {
  .user_voice p {
    font-size: 18px;
    letter-spacing: -0.01em;
  }
}
@media screen and (max-width: 750px) and (max-width: 750px) {
  .user_voice p {
    font-size: clamp(14px, 36 / 750 * 100dvw, 36px);
  }
}
.user_voice .voice_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
  margin-top: 30px;
}
.user_voice .voice_list .voice_card {
  display: flex;
  height: auto;
  min-height: 0;
  gap: 24px;
  background-color: #FFF;
  width: auto;
  padding: 40px 30px;
}
@media screen and (max-width: 960px) {
  .user_voice .voice_list .voice_card {
    display: flex;
    flex-direction: column;
    gap: 0px;
  }
}
@media screen and (max-width: 750px) {
  .user_voice .voice_list .voice_card {
    gap: 30px;
  }
}
.user_voice .voice_list .voice_card .Ttl_voice {
  font-size: 22px;
  font-weight: bold;
  color: #121212;
}
.user_voice .voice_list .voice_card .Ttl_voice span {
  border-bottom: #C60309 2px solid;
  margin-bottom: 20px;
}
.user_voice .voice_list .voice_card .Ttl_voice .user_name {
  font-size: 16px;
  color: #969696;
}
.user_voice .voice_list .voice_card .voice_image img {
  width: 140px;
  height: 166px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 960px) {
  .user_voice .voice_list .voice_card .voice_image {
    display: flex;
    justify-content: center;
  }
}
.user_voice .voice_list .voice_card .voice_text {
  font-size: 16px;
  line-height: 1.8;
  color: #121212;
  z-index: 1;
}
@media screen and (max-width: 750px) {
  .user_voice .voice_list {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
  .user_voice .voice_list .voice_card {
    position: relative;
    flex-direction: column;
    height: auto;
    min-height: 0;
  }
  .user_voice .voice_list .voice_card .voice_image {
    display: block;
  }
  .user_voice .voice_list .voice_card .voice_image img {
    width: 104px;
    height: 112px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .user_voice .voice_list .voice_card .Ttl_voice {
    width: calc(100% - 160px);
    position: absolute;
    top: 40px;
    right: 20px;
    line-height: 1.6;
  }
  .user_voice .voice_list .voice_card span {
    font-size: 18px;
  }
  .user_voice .voice_list .voice_card .user_name {
    font-size: 14px;
  }
}

/* schedule section */
.schedule {
  background-color: #FBFBFB;
}

.schedule .schedule_inner {
  padding: 80px 0;
}
@media screen and (max-width: 750px) {
  .schedule .schedule_inner {
    padding: 50px 0;
  }
}
.schedule_block {
  margin: 48px 0;
}
@media screen and (max-width: 750px) {
  .schedule_block {
    margin: 24px 0;
  }
}
.schedule_block__header {
  background-color: #FCF2F1;
  border-left: 4px solid #C60309;
  padding: 20px 24px;
}
.schedule_block__header h3 {
  font-size: 24px;
  font-weight: 700;
  color: #C60309;
}
@media screen and (max-width: 750px) {
  .schedule_block__header h3 {
    font-size: 18px;
  }
}
.schedule_block__body {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(24px, 5vw, 60px);
  padding: 40px clamp(20px, 6vw, 80px);
  background-color: #FFFFFF;
}
@media screen and (max-width: 750px) {
  .schedule_block__body {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 24px 20px;
  }
  /* タイムラインと画像の子要素をフラット化して並べ替え */
  .schedule_block__body .schedule_timeline,
  .schedule_block__body .schedule_images {
    display: contents;
  }
  /* 並び順: アイテム1 → 画像1 → アイテム2 → 画像2 → 残りアイテム */
  .schedule_block__body .schedule_timeline .schedule_item:nth-of-type(1) { order: 10; }
  .schedule_block__body .schedule_images .schedule_image:nth-of-type(1) { order: 15; }
  .schedule_block__body .schedule_timeline .schedule_item:nth-of-type(2) { order: 20; }
  .schedule_block__body .schedule_images .schedule_image:nth-of-type(2) { order: 25; }
  .schedule_block__body .schedule_timeline .schedule_item:nth-of-type(n+3) { order: 30; }
}
.schedule_timeline {
  display: grid;
  row-gap: 76px;
}
.schedule_item {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto auto;
  -moz-column-gap: 18px;
       column-gap: 18px;
}
.schedule_item .time_chip {
  grid-row: 1 / 2;
  align-self: center;
  padding: 2px 24px;
  background-color: #C60309;
  color: #FFFFFF;
  font-family: "Jost", "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 20px;
  border-radius: 30px;
}
.schedule_item__title {
  grid-column: 2 / 3;
  font-size: 24px;
  font-weight: 700;
  color: #121212;
  align-self: center;
}
.schedule_item__desc {
  grid-column: 2 / 3;
  margin-top: 14px;
  font-size: 16px;
  color: #121212;
}
.schedule_item__desc .mb0 {
  margin-bottom: 0;
}
@media screen and (max-width: 750px) {
  .schedule_item__title {
    font-size: 18px;
  }
  .schedule_item__desc {
    font-size: 14px;
    grid-column: 1 / -1;

  }
}
.schedule_images {
  display: grid;
  row-gap: 84px;
}
.schedule_image img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 750px) {
  #read-box {
    position: relative;
  }
  #read-box input {
    display: none;
  }
  #read-box .more-gradient {
    position: absolute;
    z-index: 2;
    bottom: 0;
    width: 100%;
    height: 100px;
    background: linear-gradient(to top, #FBFBFB 30%, transparent 100%);
  }
  #read-box .more-view {
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
    width: 180px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    z-index: 3;
    font-size: 22px;
    font-family: "Jost", sans-serif;
    font-weight: 600;
    color: #121212;
  }
  #read-box .voice_list {
    overflow: hidden;
    width: 100%;
  }
  #read-box input:checked ~ .white-gradient {
    background: none;
  }
  #read-box input:checked ~ .more-view {
    display: none;
  }
  #read-box input:checked ~ .voice_list {
    height: auto;
  }
}/*# sourceMappingURL=recruit.css.map */

/* training section */
.training {
  background-color: #F7F7F7;
}
.training .wrap {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media screen and (max-width: 750px) {
  .training .wrap {
    padding-top: 50px;
    padding-bottom: 60px;
  }
}
.training_inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 40px;
}
@media screen and (max-width: 900px) {
  .training_inner {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
.training_text .tl_mid {
  margin-bottom: 40px;
}
.training_text .text_block h3 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 8px;
  color: #121212;
}
@media screen and (max-width: 750px) {
  .training_text .text_block h3 {
    font-size: 16px;
  }
}
.training_text .text_block p {
  font-size: 16px;
  line-height: 2;
  color: #121212;
}
@media screen and (max-width: 750px) {
  .training_text .text_block p {
    font-size: 14px;
  }
}
.training_image img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

/* info_box 左寄せバリエーション */
.info_box--left {
  text-align: left;
}
.info_box--left h4 {
  justify-content: flex-start;
}