#reasons .sec-fv {
  margin-bottom: 140px;
}
@media screen and (max-width: 768px) {
  #reasons .sec-fv {
    margin-bottom: 100px;
  }
}
#reasons .sec-anchor {
  background: var(--blue-mid);
  padding-inline: 24px;
  border-radius: 24px;
}
#reasons .anchor-inner {
  max-width: 1004px;
  margin-inline: auto;
  padding-block: 80px 106px;
}
#reasons .anchor-head {
  position: relative;
  color: var(--white);
  font-size: clamp(12px, 3vw, 32px);
  letter-spacing: 0.05em;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  #reasons .anchor-head {
    font-size: 2.4rem;
  }
}
#reasons .anchor-head::before {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 100%;
  height: 2px;
  background: var(--white);
  z-index: 1;
}
#reasons .anchor-list {
  display: flex;
  gap: 25px;
  container-type: inline-size;
}
@media screen and (max-width: 768px) {
  #reasons .anchor-list {
    flex-direction: column;
    gap: 54px;
  }
}
#reasons .anchor-list-item {
  position: relative;
  width: calc((100% - 50px) / 3);
  background: var(--white);
  padding: 2.4cqw 2.4cqw 6.4cqw;
  border-radius: 24px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  #reasons .anchor-list-item {
    width: 100%;
    padding: 22px 22px 56px;
  }
}
#reasons .anchor-list-item .anchor-item-head {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 16px;
}
#reasons .anchor-list-item .anchor-item-head .en {
  font-family: var(--crimson);
  font-size: 2cqw;
  font-weight: 700;
  line-height: 1;
  color: var(--blue);
}
@media screen and (max-width: 768px) {
  #reasons .anchor-list-item .anchor-item-head .en {
    font-size: 1.8rem;
  }
}
#reasons .anchor-list-item .anchor-item-head .num {
  font-family: var(--crimson);
  font-size: 4cqw;
  font-weight: 700;
  line-height: 1;
  color: var(--blue);
}
@media screen and (max-width: 768px) {
  #reasons .anchor-list-item .anchor-item-head .num {
    font-size: 3.2rem;
  }
}
#reasons .anchor-list-item img {
  display: block;
  max-width: 222px;
  margin-inline: auto;
  margin-bottom: 16px;
}
#reasons .anchor-list-item .text {
  width: fit-content;
  font-size: 2cqw;
  font-weight: 700;
  color: var(--blue);
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  #reasons .anchor-list-item .text {
    font-size: 1.8rem;
  }
}
#reasons .anchor-list-item .anchor-link {
  position: absolute;
  background: linear-gradient(90deg, rgb(91, 199, 195) 0%, rgb(25, 50, 186) 100%);
  max-width: 162px;
  width: 19.8cqw;
  z-index: 1;
  aspect-ratio: 198/62;
  border-radius: 16px;
  border: 2px solid var(--white);
  left: 50%;
  translate: -50% 0;
  padding-left: 32px;
  bottom: -2.4cqw;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #reasons .anchor-list-item .anchor-link {
    width: 100%;
    bottom: -30px;
  }
}
#reasons .anchor-list-item .anchor-link::before {
  content: "";
  position: absolute;
  background: url(/career/assets/img/about-us/reasons/arrow-downward_w.svg) no-repeat;
  background-size: contain;
  width: 10px;
  height: 14px;
  top: 50%;
  translate: 0 -50%;
  right: 30px;
  z-index: 1;
  transition: ease 300ms top;
}
#reasons .anchor-list-item .anchor-link span {
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: var(--white);
}
@media (any-hover: hover) {
  #reasons .anchor-list-item .anchor-link:hover::before {
    top: 55%;
  }
}
#reasons .content-wrap {
  margin-block: 196px 220px;
}
@media screen and (max-width: 768px) {
  #reasons .content-wrap {
    margin-block: 98px 100px;
  }
}
#reasons .sec-point {
  position: relative;
}
#reasons .sec-point::before {
  content: "";
  position: absolute;
  background: url(/career/assets/img/common/bg-gradation-light.png) no-repeat;
  background-size: contain;
  width: 878px;
  aspect-ratio: 878/1055;
  top: 110px;
  right: -298px;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  #reasons .sec-point::before {
    display: none;
  }
}
#reasons .sec-point#point02::before {
  right: initial;
  left: -220px;
}
#reasons .sec-point + .sec-point {
  margin-top: 168px;
}
@media screen and (max-width: 768px) {
  #reasons .sec-point + .sec-point {
    margin-top: 62px;
  }
}
#reasons .sec-point .point-head {
  position: relative;
  display: flex;
  border-bottom: 2px solid var(--blue);
  gap: 30px;
  align-items: center;
  margin-bottom: 68px;
  padding-bottom: 8px;
}
@media screen and (max-width: 768px) {
  #reasons .sec-point .point-head {
    margin-bottom: 32px;
  }
}
#reasons .sec-point .heading-unit {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
#reasons .sec-point .heading-unit .en {
  font-family: var(--crimson);
  font-size: 1.8cqw;
  font-weight: 700;
  color: var(--blue);
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #reasons .sec-point .heading-unit .en {
    font-size: 1.8rem;
  }
}
#reasons .sec-point .heading-unit .num {
  font-family: var(--crimson);
  font-size: 3.6cqw;
  font-weight: 700;
  color: var(--blue);
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #reasons .sec-point .heading-unit .num {
    font-size: 3.2rem;
  }
}
#reasons .sec-point .sec-heading {
  font-size: 3.2cqw;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  #reasons .sec-point .sec-heading {
    font-size: 2rem;
  }
}
#reasons .sec-point .point-deco {
  font-family: var(--crimson);
  font-size: 12cqw;
  font-weight: 700;
  color: #659CFC;
  margin-left: auto;
  line-height: 0.6;
  opacity: 0.2;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  #reasons .sec-point .point-deco {
    position: absolute;
    writing-mode: vertical-lr;
    right: 5px;
    top: 60px;
  }
}
#reasons .sec-point .point-intro {
  display: flex;
  gap: 6.4cqw;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  #reasons .sec-point .point-intro {
    flex-direction: column-reverse;
    margin-bottom: 48px;
  }
}
#reasons .sec-point .point-intro-unit .head {
  font-size: 4cqw;
  font-weight: 700;
  color: var(--blue);
  line-height: 2;
  letter-spacing: 0.1em;
  margin-bottom: 48px;
}
@media screen and (max-width: 768px) {
  #reasons .sec-point .point-intro-unit .head {
    font-size: 2.8rem;
    margin-bottom: 32px;
  }
}
#reasons .sec-point .point-img {
  position: relative;
  max-width: 480px;
  width: 48cqw;
  height: 100%;
  object-fit: contain;
  top: 10px;
}
@media screen and (max-width: 768px) {
  #reasons .sec-point .point-img {
    max-width: initial;
    width: 100%;
  }
}
#reasons .point-column {
  position: relative;
  background: var(--blue);
  border-radius: 24px;
  padding: 6.4cqw;
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  #reasons .point-column {
    flex-direction: column;
  }
}
#reasons .point-column.link {
  padding: 6.4cqw 6.4cqw 10.4cqw;
}
@media screen and (max-width: 768px) {
  #reasons .point-column.link {
    padding: 32px 24px 90px;
  }
}
#reasons .point-column .point-column-img {
  max-width: 324px;
  width: 32.4cqw;
  height: 100%;
  aspect-ratio: 1;
}
@media screen and (max-width: 768px) {
  #reasons .point-column .point-column-img {
    max-width: initial;
    width: 100%;
  }
}
#reasons .point-column .point-column-unit {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
#reasons .point-column .column-head {
  color: var(--blue);
  line-height: 1.7;
  font-size: 2cqw;
}
@media screen and (max-width: 768px) {
  #reasons .point-column .column-head {
    font-size: 1.6rem;
  }
}
#reasons .point-column .column-text {
  color: var(--white);
  font-size: 1.6cqw;
  letter-spacing: 0.1em;
  line-height: 1.89;
}
@media screen and (max-width: 768px) {
  #reasons .point-column .column-text {
    font-size: 1.4rem;
  }
}
#reasons .point-column .column-text-strong {
  color: var(--white);
  font-size: 2.4cqw;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  #reasons .point-column .column-text-strong {
    font-size: 1.8rem;
  }
}
#reasons .point-column .column-link {
  position: absolute;
  background: linear-gradient(90deg, rgb(91, 199, 195) 0%, rgb(25, 50, 186) 100%);
  max-width: 393px;
  width: 44cqw;
  z-index: 1;
  aspect-ratio: 393/120;
  border-radius: 16px;
  left: 50%;
  translate: -50% 0;
  bottom: -59px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #reasons .point-column .column-link {
    max-width: 280px;
    bottom: -42px;
    width: 85.63%;
  }
}
#reasons .point-column .column-link::before {
  content: "";
  position: absolute;
  background: url(/career/assets/img/common/arrow_white.svg) no-repeat;
  background-size: contain;
  width: 18px;
  height: 10px;
  top: 50%;
  translate: 0 -50%;
  right: 40px;
  z-index: 1;
  transition: ease 300ms top;
}
@media screen and (max-width: 768px) {
  #reasons .point-column .column-link::before {
    right: 28px;
  }
}
#reasons .point-column .column-link span {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: var(--white);
  padding-inline: 40px;
}
@media screen and (max-width: 768px) {
  #reasons .point-column .column-link span {
    font-size: 1.8rem;
    padding-inline: 24px;
  }
}