.pageCompany__lead {
  padding-block: 7.3vw 10rem;
}
.pageCompany__lead-title {
  font-weight: 700;
  line-height: 181.818%;
  font-size: clamp(1.375rem, 1.155rem + 0.94vw, 2rem);
}
.pageCompany__lead-text {
  margin-top: 1.25rem;
  font-weight: 400;
  line-height: 2;
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  .pageCompany__lead {
    width: fit-content;
    padding-block: 3.5rem 5rem;
  }
  .pageCompany__lead-container {
    padding-inline: 1.2rem;
  }
  .pageCompany__lead-title {
    line-height: 154.545%;
  }
  .pageCompany__lead-text {
    margin-top: 0.25rem;
  }
}

.sectionMove {
  position: relative;
  overflow-x: clip;
  padding-bottom: 5rem;
}
.sectionMove__container {
  display: flex;
  gap: 3.5rem;
  align-items: stretch;
  justify-content: space-between;
}
.sectionMove__card {
  display: block;
}
.sectionMove__card img {
  width: 100%;
}
.sectionMove__card-titles {
  display: flex;
  column-gap: 1rem;
  align-items: center;
  width: fit-content;
  margin-top: 1.2rem;
  position: relative;
}
.sectionMove__card-title {
  font-size: 1rem;
  font-weight: 700;
  line-height: 154.545%;
  width: fit-content;
}

.sectionMove__card-blue {
  display: inline-block;
  aspect-ratio: 1 / 1;
  width: 2rem;
  height: 2rem;
  position: relative;
  transition: right .4s;
}

.sectionMove__card-blue::before {
  content: "";
  display: inline-block;
  background-color: var(--linkBlue);
  width: 100%;
  height: 100%;
  border-radius: 50%;
  transition: transform .4s;
  transform-origin: left;
}
.sectionMove__card-blue::after {
  content: "";
  background: url(../../images/common/icon-arrow-left--white.svg) no-repeat center center / contain;
  width: 0.75rem;
  height: 0.75rem;
  aspect-ratio: 1 / 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: left .4s;
}


@media (hover:hover) {
  .sectionMove__card:hover .sectionMove__card-blue::before {
    transform: scale(1.25);
  }
  .sectionMove__card:hover .sectionMove__card-blue::after {
    left: 62.5%;
  }
}
.sectionMove__card:focus-visible .sectionMove__card-blue::before {
  transform: scale(1.25);
}

.sectionMove__bg {
  position: relative;
  width: 100%;
  bottom: 0;
  z-index: -1;

  .line-1 {
    position: absolute;
    bottom: -7vw;
    left: 0;
  }
  .line-2 {
    position: absolute;
    bottom: 10vw;
    left: 0;
  }
}

@media screen and (max-width: 768px) {
  .sectionMove {
    padding-bottom: 2.5rem;
  }
  .sectionMove__container {
    gap: 1.25rem;
  }
  .sectionMove__card-titles {
    justify-content: space-between;
    width: 100%;
    right: 0;
    margin-top: 1rem;
  }
  .sectionMove__card-blue {
    width: 1.5rem;
    height: 1.5rem;
  }
}
/* ================== */
/* KADODEについて */
/* ================== */
.about {
  padding-top: 5rem;
  position: relative;
  overflow-x: clip;
}

.about__contents {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 5rem;
}

.about__content {
  display: flex;
  gap: 13.75%;
}
.about__content:first-of-type {
  margin-top: 5rem;
}

.about__titles {
  flex: 0 1 13.125%;
}
.about__details {
  flex: 1;
}
.about__line--gray {
  margin: 0;
  padding: 0;
  border: none;
  height: 1px;
  background-color: #E7E7E7;
}
.about__title-en {
  font-family: var(--familyPoppins);
  display: block;
  color: var(--textRed-2);
  font-size: clamp(1.375rem, 1.155rem + 0.94vw, 2rem);
  font-weight: 600;
  line-height: 1;
}
.about__title-ja {
  display: block;
  color: var(--textRed-2);
  font-size: 1rem;
  font-weight: 600;
  line-height: 2;
}
.about__title {
  line-height: 184.615%;
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 184.615%;
}
.about__text {
  font-weight: 400;
  line-height: 2;
  margin-top: 0.5rem;
}
.about__bg {
  position: absolute;
  width: 100%;
  bottom: -14vw;
  z-index: -1;

  .animationLine-svg {
    z-index: -1;
  }

  .items {
    position: absolute;
  }
  .item-1 {
    width: 19vw;
    top: 3.5vw;
    left: 4vw;
    z-index: 0;
  }
  .item-2 {
    width: 19vw;
    top: 3.5vw;
    left: 4vw;
    z-index: -2;
  }
  .item-3 {
    width: 5.6vw;
    top: 14.5vw;
    left: 24.9vw;
    z-index: 0;
  }
  .item-4 {
    width: 5.5vw;
    top: 14.5vw;
    left: 25vw;
    z-index: -2;
  }
  .item-5 {
    width: 22vw;
    top: 28.5vw;
    right: 0;
    z-index: 0;
  }
}

.about__float-item {
  position: absolute;
  z-index: -1;

  &.float-1 {
    width: max(1.875rem, 2.0833vw);
    top: 20.5vw;
    right: 6.5vw;
  }
  &.float-2 {
    width: max(0.5rem, 0.56vw);
    top: 27vw;
    right: 22vw;
  }
  &.float-3 {
    width: max(8.9375rem, 9.93056vw);
    top: 30.5vw;
    right: 9vw;
  }
  &.float-4 {
    width: max(1.25rem, 1.389vw);
    bottom: 14.5vw;
    left: 31vw;
  }
}

@media screen and (max-width: 768px) {
  .about {
    padding-top: 2.5rem;
  }
  .about__contents {
    row-gap: 2.5rem;
  }
  .about__content {
    display: block;
  }
  .about__content:first-of-type {
    margin-top: 3rem;
  }
  .about__title {
    font-size: 1.2rem;
    line-height: 1.5455;
    margin-top: 0.5rem;
  }
}
/* ================== */
/* 6つの約束 */
/* ================== */
.value {
  padding-block: 5rem 10rem;
  overflow-x: clip;
}
.value__contents {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
}
.valueCard {
  padding: 2.5rem;
  background-color: #F7F7F7;
}
.valueCard__titles {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.valueCard__title-ja {
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 181.818%;
}
.valueCard__title-en {
  color: var(--colorBlack-2);
  font-family: var(--familyPoppins);
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 2;
}
.valueList {
  display: flex;
  align-items: flex-start;
  gap: 1.5rem;
  margin-top: 1rem;
}
.valueList__icon {
  display: inline-block;
  width: 2.5rem;
}
.valueList__title {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 188.889%;
}
.valueList__text {
  color: var(--colorBlack-2);
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 171.429%;
  margin-top: 0.25rem;
}

@media screen and (max-width: 768px) {
  .value {
    padding-block: 2.5rem 5rem;
  }
  .value__contents {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
  .valueCard {
    padding: 1rem;
  }
  .valueCard__titles {
    flex-direction: column;
    gap: 0;
    justify-content: flex-start;
  }
  .valueCard__title-ja,
  .valueCard__title-en {
    display: block;
    width: 100%;
  }
  .valueList {
    gap: 1rem;
  }
}