@charset "UTF-8";
.lower_ttl .en {
  height: 7.6rem;
}

#environment .sec_ttl .ja {
  letter-spacing: normal;
}

#environment .content_wrap {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  padding: 0 0.8rem;
}

#environment .content_wrap .content {
  background-color: #fff;
  padding: 2.4rem 1.6rem;
  border: 1px solid #00a5d9;
  border-radius: 0.8rem;
}

#environment .content_wrap .content .icon_wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 12.8rem;
  aspect-ratio: 1 / 1;
  margin: 0 auto 1.6rem;
  background-image: url(../img/career-up/environment_icon_bg.svg);
  background-size: cover;
  position: relative;
  z-index: 0;
}

#environment .content_wrap .content .icon_wrap .icon {
  width: 6.4rem;
}

#environment .content_wrap .content .icon_wrap .text {
  white-space: nowrap;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

#environment .content_wrap .content .catch {
  text-align: center;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #00a5d9;
  margin-bottom: 1.6rem;
}

#environment .content_wrap .content .text {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.1em;
}

#training {
  background-image: url(../img/career-up/training_bg-sp.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#training .catch_text {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.1em;
  margin-bottom: 2.4rem;
}

#training .content_wrap {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}

#training .content_wrap .content {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}

#training .content_wrap .content .time {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15.2rem;
  height: 3.2rem;
  color: #fff;
  background-image: linear-gradient(to right, #0a84e2 0%, #0f93dd 10%, #1ab8d1 35%, #00a5d9 60%, #1ad1b2 100%);
  border-radius: 3.2rem;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.1em;
}

#training .content_wrap .content .text_wrap {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  padding-left: 2.4rem;
}

#training .content_wrap .content .ttl {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  color: #0486bd;
}

#training .content_wrap .content .text_wrap .text {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.1em;
}

#career-path .catch_text {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.1em;
  margin-bottom: 2.4rem;
}

#career-path .content_wrap {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  width: calc(100% - 1.6rem);
  margin: 0 auto;
  padding: 3.2rem 1.6rem;
  background-color: #fff;
  border-radius: 1.6rem;
}

#career-path .content_wrap .content_ttl {
  padding-left: 1.4rem;
  color: #0486bd;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
  position: relative;
}

#career-path .content_wrap .content_ttl::before {
  content: '';
  width: 0.6rem;
  aspect-ratio: 6/31;
  background-image: url(../img/common/ttl_bar.svg);
  background-size: cover;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

#career-path .content_wrap .data_wrap {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}

#career-path .content_wrap .data_wrap .data {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}

#career-path .content_wrap .data_wrap .data .ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 12.4rem;
  height: 3.2rem;
  color: #00a5d9;
  background-color: #e4f7fc;
  border-radius: 1.6rem;
  font-size: 1.6rem;
  font-weight: 500;
}

#career-path .content_wrap .data_wrap .data .text {
  padding-left: 1.6rem;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.1em;
}

#interview .tab_wrap {
  display: flex;
  gap: 0.8rem;
  width: calc(100% - 1.6rem);
  margin: 0 auto;
  position: relative;
  bottom: -0.2rem;
  z-index: 1;
}

#interview .tab_wrap .tab {
  position: relative;
  cursor: pointer;
}

#interview .tab_wrap .tab .active {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

#interview .tab_wrap .tab.active .active {
  opacity: 1;
}

.interview_wrap {
  width: calc(100% - 0.8rem);
  margin-left: auto;
  background-color: #fff;
  border: 1px solid #00a5d9;
  border-radius: 0 0.8rem 0 0;
  position: relative;
}

.interview_wrap .interview_content {
  padding: 4rem 2.4rem 3.2rem 1.6rem;
  transition: all 0.4s;
}

.interview_wrap .interview_content:not(.active) {
  opacity: 0;
  visibility: hidden;
  filter: blur(10px);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.interview_wrap .img_wrap {
  padding-bottom: 4.6rem;
  margin-bottom: 1.6rem;
  position: relative;
}

.interview_wrap .img_wrap .img {
  width: calc(100% - 0.8rem);
  margin-left: auto;
}

.interview_wrap .img_wrap .ttl {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 0.6rem 2.4rem;
  color: #fff;
  background-image: linear-gradient(to right, #0486bd 0%, #00a5d9 50%, #3fc8ef 100%);
  border-radius: 0 0.8rem 0.8rem 0;
  position: absolute;
  left: 0;
  bottom: 0;
}

.interview_wrap .img_wrap .ttl::before {
  content: '';
  display: block;
  width: 0.8rem;
  aspect-ratio: 1/1;
  background-color: #0486bd;
  clip-path: polygon(0% 100%, 100% 0, 100% 100%);
  position: absolute;
  left: 0;
  top: -0.7rem;
}

.interview_wrap .img_wrap .ttl .job {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

.interview_wrap .img_wrap .ttl .data {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.1em;
}

.interview_wrap .faq_wrap {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}

.interview_wrap .faq_wrap .faq_item {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

.interview_wrap .faq_wrap .faq_item .question {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  padding: 0.8rem 2.4rem 0.8rem 1.6rem;
  border-radius: 0.8rem;
  color: #fff;
  background-color: #00a5d9;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
}

.interview_wrap .faq_wrap .faq_item .answer {
  display: flex;
  gap: 0.8rem;
  padding: 0.8rem 2.4rem 0.8rem 1.6rem;
  border-radius: 0.8rem;
  background-color: #e4f7fc;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
}

.interview_wrap .faq_wrap .faq_item .icon {
  width: 3.2rem;
  min-width: 3.2rem;
}

#schedule .list {
  display: flex;
  flex-direction: column;
}

#schedule .list .item {
  display: flex;
  gap: 2.4rem;
}

#schedule .list .item .circle_wrap {
  padding-top: 0.5rem;
  position: relative;
  z-index: 1;
}

#schedule .list .item .circle_wrap .circle {
  width: 2rem;
  aspect-ratio: 1 / 1;
  background-image: linear-gradient(to bottom, #0a84e2 0%, #0f93dd 10%, #1ab8d1 35%, #00a5d9 60%, #1ad1b2 100%);
  border-radius: 50%;
}

#schedule .list .item:not(:last-child) .circle_wrap::before {
  content: '';
  display: block;
  width: 2px;
  height: 100%;
  background-image: linear-gradient(to bottom, #0a84e2 0%, #0f93dd 10%, #1ab8d1 35%, #00a5d9 60%, #1ad1b2 100%);
  position: absolute;
  top: 0.5rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

#schedule .list .item .text_wrap {
  display: flex;
  flex-direction: column;
  padding-bottom: 2.4rem;
}

#schedule .list .item .text_wrap .time {
  color: #00a5d9;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.1em;
}

#schedule .list .item .text_wrap .text {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.1em;
}

@media (min-width: 768px) {
  .lower_ttl .en {
    height: 9.8rem;
  }

  #environment .content_wrap {
    flex-direction: row;
    gap: 0.8rem;
    width: 131.2rem;
    padding: 0;
    margin: 0 auto;
  }

  #environment .content_wrap .content {
    width: calc(100% / 3 - (0.8rem / 3));
    padding: 2.4rem 2.4rem 3.2rem;
  }

  #environment .content_wrap .content .icon_wrap {
    width: 12.8rem;
  }

  #environment .content_wrap .content .text {
    font-size: 1.8rem;
    line-height: 2;
    letter-spacing: normal;
  }

  #training {
    background-image: url(../img/career-up/training_bg-pc.svg);
  }

  #training .catch_text {
    font-size: 1.8rem;
    line-height: 2;
    padding: 0 2.4rem;
  }

  #training .content_wrap {
    gap: 4.8rem;
  }

  #training .content_wrap .content {
    flex-direction: row;
    gap: 3.2rem;
  }

  #training .content_wrap .content:nth-child(2) {
    padding-left: 8.6rem;
  }

  #training .content_wrap .content .time {
    width: 19.2rem;
    height: 4.2rem;
    font-size: 1.8rem;
  }

  #training .content_wrap .content .text_wrap {
    padding-left: 0;
    gap: 0.8rem;
  }

  #training .content_wrap .content .text_wrap .ttl {
    font-size: 2.4rem;
  }

  #training .content_wrap .content .text_wrap .text {
    font-size: 1.8rem;
  }

  #career-path .catch_text {
    font-size: 1.8rem;
    line-height: 2;
    padding: 0 2.4rem;
  }

  #career-path .content_wrap {
    width: 107.2rem;
    margin: 0 auto;
    padding: 4rem;
  }

  #career-path .content_wrap .data_wrap .data .ttl {
    font-size: 1.8rem;
  }

  #career-path .content_wrap .data_wrap .data .text {
    width: 86.6rem;
    font-size: 1.8rem;
    letter-spacing: normal;
  }

  #interview .tab_wrap {
    left: -0.1rem;
  }

  #interview .tab_wrap,
  .interview_wrap {
    width: 92.8rem;
    margin: 0 auto;
  }

  #interview .tab_wrap .tab {
    width: 22.4rem;
  }

  .interview_wrap .interview_content {
    padding: 4rem 6.4rem;
  }

  .interview_wrap .img_wrap {
    width: 60.8rem;
    margin: 0 auto 2.4rem;
    padding-bottom: 0;
  }

  .interview_wrap .img_wrap .ttl {
    width: 32.8rem;
    bottom: 1.6rem;
  }

  #schedule .list {
    width: 99.2rem;
    margin: 0 auto;
  }

  #schedule .list .item {
    gap: 0;
  }

  #schedule .list .item .circle_wrap {
    padding-top: 0.8rem;
    order: 2;
  }

  #schedule .list .item:not(:last-child) .circle_wrap::before {
    top: 0.8rem;
  }

  #schedule .list .item .text_wrap {
    display: contents;
  }

  #schedule .list .item .text_wrap .time {
    width: 9.8rem;
    margin-right: 0.8rem;
    font-size: 2.4rem;
    order: 1;
  }

  #schedule .list .item .text_wrap .text {
    padding: 0.4rem 0 2.2rem;
    margin-left: 2.4rem;
    font-size: 1.8rem;
    order: 3;
  }
}
