@charset "UTF-8";

.sidebar_wrap {
  padding: 4rem 2.4rem;
}

.sidebar_wrap .sidebar .list {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}

.sidebar_wrap .sidebar .list .item a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 3.8rem;
  padding: 0 2.4rem;
  color: #0486bd;
  background-image: linear-gradient(to right, #0a84e2 0%, #0f93dd 10%, #1ab8d1 35%, #00a5d9 60%, #1ad1b2 100%);
  border-radius: 2.1rem;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.05em;
  position: relative;
  z-index: 0;
}

.sidebar_wrap .sidebar .list .item a::before {
  content: '';
  width: calc(100% - 0.4rem);
  height: calc(100% - 0.4rem);
  background-color: #fff;
  border-radius: 2.1rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: -1;
}

.sidebar_wrap .sidebar .list .item a::after {
  content: '';
  width: 1.2rem;
  aspect-ratio: 12 / 10;
  background-image: url(../img/recruit/nav_arrow.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}

.lower_main .sec {
  padding-left: 2.4rem;
  padding-right: 2.4rem;
}

#strengths {
  position: relative;
  z-index: 1;
}

#strengths::before {
  content: '';
  width: 100%;
  aspect-ratio: 375 / 1437;
  background-image: url(../img/recruit/strength_bg-sp.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}

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

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

#strengths .content_wrap .content {
  padding: 3.2rem 2.4rem;
  background-color: #fff;
  border-radius: 0.8rem;
}

#strengths .content_wrap .content .ttl {
  padding-bottom: 0.8rem;
  margin-bottom: 2.4rem;
  color: #00a5d9;
  border-bottom: 1px solid #00a5d9;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

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

#career-up {
  padding-left: 0;
  padding-right: 0;
}

#career-up .slider_wrap {
  z-index: -1;
}

#career-up .content_wrap {
  width: calc(100% - 4.8rem);
  margin: -3.2rem auto 0;
  padding: 3.2rem 2rem;
  background-color: #e4f7fc;
  border-radius: 0.8rem;
  position: relative;
  z-index: 1;
}

#career-up .content_wrap .ttl {
  padding-bottom: 0.8rem;
  margin-bottom: 2.4rem;
  color: #00a5d9;
  border-bottom: 1px solid #00a5d9;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

#career-up .content_wrap .text_wrap {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  margin-bottom: 2.4rem;
}

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

#career-up .content_wrap .list {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  margin-bottom: 2.4rem;
}

#career-up .content_wrap .list .item {
  padding-left: 1.4rem;
  position: relative;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.1em;
}

#career-up .content_wrap .list .item::before {
  content: '';
  width: 0.6rem;
  aspect-ratio: 1/1;
  background-color: #00a5d9;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 1.2rem;
}

#career-up .content_wrap .list .item b {
  font-weight: 700;
  color: #00a5d9;
}

#career-up .content_wrap .primary_btn {
  font-size: 1.6rem;
  padding-left: 3.2rem;
  justify-content: flex-start;
}

#requirements.sec {
  padding-left: 0.8rem;
  padding-right: 0.8rem;
}

#requirements .catch_text {
  padding: 0 1.6rem;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.1em;
  margin-bottom: 3.2rem;
}

#requirements .tab_wrap {
  display: flex;
  gap: 0.4rem;
  position: relative;
  bottom: -0.1rem;
  z-index: 1;
}

#requirements .tab_wrap .tab {
  display: flex;
  align-items: center;
  height: 5.2rem;
  padding: 0 0.8rem;
  color: #fff;
  background-color: #02a5d9;
  border: 0.1rem solid #02a5d9;
  border-top: 0.4rem solid #02a5d9;
  border-bottom: none;
  border-radius: 0.4rem 0.4rem 0 0;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.1em;
  cursor: pointer;
  transition: all 0.4s;
}

#requirements .tab_wrap .tab.active {
  background-color: #fff;
  color: #02a5d9;
}

#requirements .content_wrap {
  background-color: #fff;
  border: 1px solid #00a5d9;
  border-radius: 0 0.8rem 0 0;
  position: relative;
}

#requirements .content_wrap .content {
  padding: 4rem 1.6rem;
}

#requirements .content_wrap .content:not(.active) {
  width: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

#requirements .content_wrap .content .content_list {
  visibility: hidden;
  opacity: 0;
  filter: blur(10px);
  transition: all 0.4s;
}

#requirements .content_wrap .content.active .content_list {
  border: 1px solid #00a5d9;
  border-top: none;
  visibility: visible;
  opacity: 1;
  filter: blur(0);
}

#requirements .content_wrap .content .ttl_wrap {
  background-color: #e4f7fc;
  border-top: 1px solid #00a5d9;
  border-bottom: 1px solid #00a5d9;
  padding: 1.6rem;
}

#requirements .content_wrap .content .ttl_wrap .ttl {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
}

#requirements .content_wrap .content .text_wrap {
  padding: 1.6rem;
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}

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

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

#requirements .content_wrap .content .text_wrap .list .item {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  padding-left: 1.4rem;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.1em;
  position: relative;
}

#requirements .content_wrap .content .text_wrap .list .item::before {
  content: '';
  width: 0.6rem;
  aspect-ratio: 1/1;
  background-color: #00a5d9;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 1.2rem;
}

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

#requirements .content_wrap .content .text_wrap .data_ttl {
  color: #00a5d9;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.1em;
}

#requirements .primary_btn {
  margin-top: 40px;
}

#flow .content_wrap {
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
}

#flow .content_wrap .content {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}

#flow .content_wrap .content .ttl {
  color: #00a5d9;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
  position: relative;
  padding-left: 1.4rem;
}

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

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

#flow .content_wrap .content .list .item {
  display: flex;
  gap: 2.4rem;
}

#flow .content_wrap .content .list .item .num_wrap {
  position: relative;
  z-index: 0;
}

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

#flow .content_wrap .content .list .item .num_wrap .num {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 6.4rem;
  aspect-ratio: 1 / 1;
  color: #00a5d9;
  background-color: #f1fafa;
  border: 1px solid #00a5d9;
  border-radius: 50%;
  font-size: 1.6rem;
  font-weight: 300;
}

#flow .content_wrap .content .list .item .num_wrap .num span {
  font-size: 3.2rem;
  font-weight: 300;
}

#flow .content_wrap .content .list .item .text_wrap {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}

#flow .content_wrap .content .list .item:not(:last-child) .text_wrap {
  padding-bottom: 3.2rem;
}

#flow .content_wrap .content .list .item .text_wrap .flow_ttl {
  color: #00b3e6;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.1em;
}

#flow .content_wrap .content .list .item .text_wrap .flow_text {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.1em;
}

@media (min-width: 768px) {
  .flex_wrap {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    gap: 3.2rem;
    width: 100%;
  }

  .main_content {
    width: calc(104.8rem - 3.2rem);
    padding-left: 10rem;
  }

  .sidebar_wrap {
    width: 30.2rem;
    padding: 6rem 2.4rem 0 0;
  }

  .sidebar_wrap .sidebar {
    padding: 3.2rem 1.2rem;
    background-image: linear-gradient(to right, #0a84e2 0%, #0f93dd 10%, #1ab8d1 35%, #00a5d9 60%, #1ad1b2 100%);
    border-radius: 1.6rem;
    position: sticky;
    top: 13.2rem;
    z-index: 1;
  }

  .sidebar_wrap .sidebar::before {
    content: '';
    width: calc(100% - 0.4rem);
    height: calc(100% - 0.4rem);
    background-color: #fff;
    border-radius: 1.6rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: -1;
  }

  .sidebar_wrap .sidebar .list .item a {
    padding: 0 1.6rem;
    transition: all 0.4s;
  }

  .sidebar_wrap .sidebar .list .item a:hover {
    color: #fff;
    font-weight: 700;
  }

  .sidebar_wrap .sidebar .list .item:first-child a {
    padding: 0.8rem;
    text-align: center;
  }

  .sidebar_wrap .sidebar .list .item a::before {
    transition: all 0.4s;
  }

  .sidebar_wrap .sidebar .list .item a:hover::before {
    filter: blur(10px);
    opacity: 0;
    visibility: hidden;
  }

  .sidebar_wrap .sidebar .list .item a::after {
    display: none;
  }

  #strengths {
    z-index: 0;
  }

  #strengths::before {
    width: 117.6rem;
    aspect-ratio: 1176 / 1023;
    background-image: url(../img/recruit/strength_bg-pc.svg);
    z-index: -1;
  }

  #career-up .slider_wrap {
    border-radius: 1.6rem;
    overflow: hidden;
  }

  #career-up .content_wrap {
    width: 73.6rem;
  }

  #career-up .content_wrap .text_wrap .text {
    font-size: 1.8rem;
  }

  #career-up .content_wrap .list .item {
    font-size: 1.8rem;
  }

  #career-up .content_wrap .primary_btn {
    font-size: 1.8rem;
    justify-content: center;
    padding: 0;
  }

  #requirements.sec {
    padding-left: 0;
    padding-right: 0;
  }

  #requirements .catch_text {
    margin-bottom: 3.2rem;
    font-size: 1.8rem;
    padding: 0 2.4rem;
  }

  #requirements .tab_wrap {
    gap: 0.8rem;
  }

  #requirements .tab_wrap .tab {
    padding: 0 1.6rem;
    font-size: 1.8rem;
  }

  #requirements .content_wrap .content {
    padding: 4.8rem;
  }

  #requirements .content_wrap .content.active .content_list {
    border: none;
    border-bottom: 1px solid #00a5d9;
  }

  #requirements .content_wrap .content.active .content_list .content_item {
    display: flex;
    border: 1px solid #00a5d9;
    border-bottom: none;
  }

  #requirements .content_wrap .content .ttl_wrap {
    width: 19.2rem;
    text-align: center;
    font-size: 1.8rem;
    padding: 1.2rem;
    border: none;
    border-right: 1px solid #00a5d9;
  }

  #requirements .content_wrap .content .text_wrap {
    width: calc(100% - 19.2rem);
    padding: 1.2rem 2.4rem 1.2rem 4.8rem;
  }

  #requirements .content_wrap .content .text_wrap .text {
    letter-spacing: normal;
    font-size: 1.8rem;
  }

  #requirements .content_wrap .content .text_wrap .list .item {
    font-size: 1.8rem;
    letter-spacing: normal;
  }

  #flow .content_wrap .content .text {
    font-size: 1.8rem;
    letter-spacing: normal;
  }

  #flow .content_wrap .content .list .item .text_wrap .flow_ttl,
  #flow .content_wrap .content .list .item .text_wrap .flow_text {
    letter-spacing: normal;
  }
}
