.renew-about {
  padding-bottom: 60px;
  @media only screen and (min-width: 768px) {
    padding-bottom: 100px;
  }
}
.renew-p-about-top-lead {
  position: relative;
  overflow: hidden;
  padding-bottom: 14px;
  .renew-p-about-top-lead__row {
    position: relative;
  }
  .renew-p-about-top-lead__col {
    &.-main {
      position: relative;
      padding: 32px 0;
      color: var(--color-dark-text-wf1);
      &::before {
        content: '';
        position: absolute;
        top: 0;
        left: -18px;
        right: -18px;
        background-image: var(--gradient-dark-bg-yy02);
        height: calc(100% + 19.6vw);
      }
    }
    &.-aside {
      display: flex;
      justify-content: center;
      padding: 0 14px;
    }
  }
  .renew-p-about-top-lead__heading {
    font-size: 2rem;
    line-height: 1.6;
    font-family: var(--font-family-medium);
    font-weight: var(--font-weight-medium);
    position: relative;
    margin-bottom: 16px;
  }
  .renew-p-about-top-lead__p {
    font-size: 1.4rem;
    line-height: 2;
    position: relative;
  }
  .renew-p-about-top-lead__pic {
    position: relative;
    display: block;
    width: auto;
  }
  @media only screen and (min-width: 768px) {
    padding: 60px 0;
    &::before {
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: calc(50% - 176px);
      background-image: var(--gradient-dark-bg-yy01);
    }
    .renew-p-about-top-lead__row {
      display: flex;
      align-items: center;
    }
    .renew-p-about-top-lead__col {
      &.-main {
        padding-top: 0;
        padding-bottom: 4px;
        width: 656px;
        &::before {
          display: none;
        }
      }
      &.-aside {
        display: block;
        flex-shrink: 0;
        width: 488px;
        padding: 0;
        margin-left: 10px;
      }
    }
    .renew-p-about-top-lead__heading {
      font-size: 3.4rem;
      line-height: 1.6;
      margin-left: -2px;
      margin-bottom: 18px;
      width: 570px;
    }
    .renew-p-about-top-lead__p {
      font-size: 1.6rem;
      line-height: 2;
      width: 570px;
    }
  }
}

.renew-p-about-top-main {
  padding-top: 60px;
  padding-bottom: 60px;
  .renew-p-about-top-main__bg {
    background: var(--gradient-light-bg-yg01);
  }
  .renew-p-about-top-main__bg + .renew-p-about-top-main__bg {
    margin-top: 80px;
  }
  .renew-p-about-top-main__container {
    display: flex;
    flex-direction: column;
    padding-bottom: 56px;
  }
  .renew-p-about-top-main__img {
    height: 50.666667vw;
    padding-left: 32px;
    margin-top: -20px;
    img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: 50% 30%;
    }
    &.-reverse {
      padding-left: 0;
      padding-right: 32px;
    }
  }
  .renew-p-about-top-main__text {
    background-color: #fff;
    padding-left: 18px;
    padding-right: 18px;
    padding-top: 22px;
    padding-bottom: 40px;
  }
  .renew-p-about-top-main__heading {
    font-size: 2.2rem;
    line-height: 1.6;
    font-family: var(--font-family-medium);
    font-weight: var(--font-weight-medium);
    margin-bottom: 21px;
  }
  .renew-p-about-top-main__sub {
    font-size: 1.6rem;
    line-height: 1.6;
    font-family: var(--font-family-medium);
    font-weight: var(--font-weight-medium);
    margin-bottom: 8px;
  }
  .renew-p-about-top-main__p {
    font-size: 1.4rem;
    line-height: 2;
  }
  .renew-p-about-top-main__btn {
    text-align: right;
    margin-top: 30px;
  }
  @media only screen and (min-width: 768px) {
    padding-top: 160px;
    padding-bottom: 160px;
    overflow: hidden;
    .renew-p-about-top-main__bg {
      min-height: 500px;
    }
    .renew-p-about-top-main__bg + .renew-p-about-top-main__bg {
      margin-top: 180px;
    }
    .renew-p-about-top-main__container {
      display: block;
      position: relative;
      width: 1280px;
      margin: 0 auto;
      padding-bottom: 0;
      padding-top: 52px;
    }

    .renew-p-about-top-main__img {
      height: 540px;
      padding-left: 0;
      margin-top: 0;
      position: absolute;
      top: -20px;
      left: 50%;
      transform: translateX(-197px);
      z-index: 1;
      width: 886px;
      img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        box-shadow: var(--shadow-light-02);
      }
      &.-reverse {
        margin-top: 0;
        padding-right: 0;
        left: auto;
        right: 50%;
        transform: translateX(197px);
        img {
          object-position: right center;
        }
      }
    }
    .renew-p-about-top-main__inner {
      display: flex;
      &.-reverse {
        justify-content: flex-end;
      }
    }
    .renew-p-about-top-main__text {
      padding-top: 50px;
      padding-bottom: 60px;
      padding-left: 60px;
      padding-right: 60px;
      max-height: 397px;
      width: 625px;
      z-index: 2;
    }
    .renew-p-about-top-main__heading {
      font-size: 3.2rem;
      line-height: 1.6;
      margin-bottom: 24px;
    }
    .renew-p-about-top-main__sub {
      font-size: 2rem;
      line-height: 1.6;
      margin-bottom: 9px;
    }
    .renew-p-about-top-main__p {
      font-size: 1.6rem;
      line-height: 2;
    }
  }
}

/*mission*/
.renew-p-about-mission-step {
  overflow: hidden;
  background-color: var(--color-light-bg-wf1);
  box-shadow: var(--shadow-light-02);
  &:nth-child(n + 2) {
    margin-top: 20px;
  }
  .renew-p-about-mission-step__heading {
    position: relative;
    display: flex;
    align-items: center;
    height: 92px;
    margin-bottom: 0;
    padding: 0 14px;
    background-color: var(--color-dark-bg-y04);
    color: var(--color-dark-text-wf1);
    &::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      border-width: 92px 92px 0 0;
      border-top-color: rgba(138, 125, 42, .2);
    }
  }
  .renew-p-about-mission-step__heading-sub {
    position: relative;
    display: flex;
    flex: {
      direction: column;
      shrink: 0;
    }
    justify-content: center;
    width: 39px;
    height: 62px;
    margin-right: 14px;
    padding-right: 14px;
    border-right: solid 1px var(--color-dark-border-wf1);
  }
  .renew-p-about-mission-step__heading-main {
    font-size: 1.6rem;
    line-height: 1.6;
    font-family: var(--font-family-medium);
    font-weight: var(--font-weight-medium);
    position: relative;
    flex-grow: 1;
  }
  .renew-p-about-mission-step__p {
    font-size: 1.4rem;
    line-height: 2;
    padding-top: 14px;
    padding-left: 13px;
    padding-right: 13px;
    padding-bottom: 24px;
  }
  @media only screen and (min-width: 768px) {
    &:nth-child(n + 2) {
      margin-top: 30px;
    }
    .renew-p-about-mission-step__heading {
      height: 90px;
      padding: 0 30px;
      font-family: var(--font-family-medium);
      font-weight: var(--font-weight-medium);
      &::before {
        border-width: 90px 90px 0 0;
      }
    }
    .renew-p-about-mission-step__heading-sub {
      width: 64px;
      margin-right: 29px;
      padding-right: 30px;
    }
    .renew-p-about-mission-step__heading-main {
      font-size: 2.0rem;
    }
    .renew-p-about-mission-step__p {
      font-size: 1.6rem;
      padding-top: 28px;
      padding-left: 29px;
      padding-right: 29px;
      padding-bottom: 31px;
    }
  }
}

.renew-p-about-mission-lead {
  background: linear-gradient(135deg, rgba(162, 152, 87, 0.08) 0%, rgba(93, 126, 106, 0.08) 100%);
  margin-top: 34px;
  padding-top: 60px;
  padding-bottom: 46px;
  padding-left: 14px;
  padding-right: 14px;
  .renew-p-about-mission-lead__p {
    font-size: 1.4rem;
    line-height: 2.375;
    margin-top: 30px;
  }
  @media only screen and (min-width: 768px) {
    margin-top: 51px;
    padding-top: 120px;
    padding-bottom: 111px;
    padding-left: 0;
    padding-right: 0;
    .renew-c-container {
      padding-left: 160px;
    }
    .renew-p-about-mission-lead__logo {
      max-width: 488px;
    }
    .renew-p-about-mission-lead__p {
      font-size: 1.6rem;
      line-height: 2.375;
      width: 738px;
      margin-top: 50px;
    }
  }
}

.renew-p-about-mission-list {
  &:nth-of-type(n + 2) {
    margin-top: 36px;
  }
  .renew-p-about-mission-list__title {
    font-size: 1.6rem;
    line-height: 1.6;
    font-family: var(--font-family-medium);
    font-weight: var(--font-weight-medium);
    margin-bottom: 10px;
    text-indent: -1.4em;
    padding-left: 1.4em;
  }
  .renew-p-about-mission-list__detail {
    position: relative;
    padding-left: 20px;
    padding-bottom: 33px;
    &::after {
      content: '';
      width: 30px;
      height: 1px;
      background-color: var(--color-dark-bg-k21);
      position: absolute;
      bottom: 0;
      left: 0;
    }
    li {
      font-size: 1.4rem;
      line-height: 2;
      position: relative;
      padding-left: 18px;
      &::before {
        content: "";
        position: absolute;
        left: 2px;
        top: 11px;
        width: 8px;
        height: 8px;
        border: solid 2px #a29857;
        border-radius: 50%;
      }
    }
  }
  @media only screen and (min-width: 768px) {
    &:nth-of-type(n + 2) {
      margin-top: 52px;
    }
    .renew-p-about-mission-list__title {
      font-size: 2rem;
      margin-bottom: 26px;
    }
    .renew-p-about-mission-list__detail {
      padding-left: 32px;
      padding-bottom: 55px;
      &::after {
        width: 45px;
      }
      li {
        font-size: 1.6rem;
      }
      li::before {
        left: -1px;
        width: 10px;
        height: 10px;
      }
    }
  }
}
.renew-p-about-mission-list-inner {
  background-color: var(--color-light-bg-wf1);
  padding: 30px 14px 40px;
  box-shadow: var(--shadow-light-01);
  @media only screen and (min-width: 768px) {
    padding: 44px 50px 50px;
  }
}

.renew-p-about-mission-list-section {
  background: var(--gradient-light-bg-yg01);
  padding-top: 50px;
  padding-bottom: 60px;
  @media only screen and (min-width: 768px) {
    padding-top: 80px;
    padding-bottom: 100px;
  }
}



/*message*/
.renew-p-about-message-main {
  .renew-p-about-message-main__heading {
    font-size: 1.8rem;
    line-height: 1.6;
    font-family: var(--font-family-medium);
    font-weight: var(--font-weight-medium);
    margin-top: 16px;
    margin-bottom: 14px;
  }
  .renew-p-about-message-main__caption {
    font-size: 1.2rem;
    text-align: right;
    margin-top: 7px;
    &.-big {
      font-size: 1.6rem;
      line-height: 2;
      font-family: var(--font-family-medium);
      font-weight: var(--font-weight-medium);
      margin-left: 5px;
    }
  }
  .renew-p-about-message-main__text01 {
    font-size: 1.4rem;
    line-height: 2;
    padding-top: 25px;
  }
  .renew-p-about-message-main__text02 {
    font-size: 1.4rem;
    line-height: 2;
    padding-bottom: 24px;
    border-bottom: #e3e3e3 1px solid;
  }
  @media only screen and (min-width: 768px) {
    .renew-p-about-message-main__heading {
      font-size: 2.8rem;
      margin-top: 30px;
      margin-bottom: 40px;
    }
    .renew-p-about-message-main__flex {
      display: flex;
      flex-direction: row-reverse;
      justify-content: space-between;
    }
    .renew-p-about-message-main__img {
      width: 465px;
    }
    .renew-p-about-message-main__text01 {
      font-size: 1.6rem;
      width: 465px;
      padding-top: 0;
      margin-top: -9px;
    }
    .renew-p-about-message-main__text02 {
      font-size: 1.6rem;
      padding-bottom: 52px;
    }
    .renew-p-about-message-main__caption {
      font-size: 1.4rem;
      margin-top: 5px;
      &.-big {
        font-size: 1.8rem;
        margin-left: 3px;
      }
    }
  }
}


/*advantage*/
.renew-p-about-advantage-client {
  padding-bottom: 50px;
  .renew-p-about-advantage-client__heading {
    font-size: 1.8rem;
    line-height: 1.6;
    font-family: var(--font-family-medium);
    font-weight: var(--font-weight-medium);
    margin-bottom: 8px;
    text-align: center;
  }
  @media only screen and (min-width: 768px) {
    padding-bottom: 65px;
    .renew-p-about-advantage-client__heading {
      font-size: 2.8rem;
      line-height: 1.6;
      margin-bottom: 27px;
    }
    .renew-c-list-clients {
      margin-left: -24px;
      margin-right: -33px;
      li {
        height: 103px;
      }
      img {
        transform: scale(0.435);
      }
    }
  }
}

.renew-p-about-advantage-desc {
  padding-top: 39px;
  padding-bottom: 48px;
  .renew-p-about-advantage-desc__text {
    font-size: 1.6rem;
    line-height: 2.25;
    &:first-of-type {
      margin-bottom: 20px;
    }
  }
  @media only screen and (min-width: 768px) {
    padding-top: 65px;
    padding-bottom: 90px;
    .renew-p-about-advantage-desc__text {
      font-size: 1.8rem;
      line-height: 2.44;
      padding-left: 63px;
      &:first-of-type {
        margin-bottom: 16px;
      }
    }
  }
}
.renew-p-about-advantage-desc__text:lang(ja) {
      letter-spacing: .05em;
}

.renew-p-about-advantage-lead {
  position: relative;
  background: linear-gradient(90deg, #a29857 0%, #ada46c 39%, #a29857 100%);
  text-align: center;
  padding-top: 78px;
  padding-bottom: 72px;
  margin-top: 24px;
  overflow: hidden;
  &::after {
    position: absolute;
    content: '';
    display: inline-block;
    background-image: url(/hubfs/46113112/about/advantage/lead_pic01.png);
    background-size: cover;
    background-position: center;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    height: 838px;
    transform: translateY(25px);
    margin: auto;
    z-index: 1;
  }
  .renew-p-about-advantage-lead__heading {
    font-family: var(--font-family-medium);
    font-weight: var(--font-weight-medium);
    font-size: 2.8rem;
    color: var(--color-dark-text-wf1);
    line-height: 0.9;
    &.-x {
      font-size: 2.1rem;
      line-height: 1.8;
      margin-top: -7px;
      margin-bottom: -28px;
      display: block;
    }
    &.-en {
      letter-spacing: 0;
    }
    &.-ja {
      letter-spacing: 0.03em;
      margin-left: -3px;
      margin-right: -3px;
    }
  }
  .renew-p-about-advantage-lead__heading-wrap {
    margin-bottom: 15px;
  }
  .renew-p-about-advantage-lead__text {
    font-family: var(--font-family-medium);
    font-weight: var(--font-weight-medium);
    font-size: 1.6rem;
    line-height: 2;
    letter-spacing: 0.14em;
    color: var(--color-dark-text-wf1);
  }
  @media only screen and (min-width: 768px) {
    padding-top: 166px;
    padding-bottom: 155px;
    margin-top: 50px;
    &::after {
      width: 1256px;
      height: 1030px;
    }
    .renew-p-about-advantage-lead__heading {
      font-size: 5.4rem;
      margin-bottom: 0;
      &.-x {
        font-size: 4rem;
        padding-left: 14px;
        padding-right: 16px;
        margin-top: 1px;
        margin-bottom: 0;
        display: inline;
      }
    }
    .renew-p-about-advantage-lead__heading-wrap {
      display: inline-flex;
      align-items: center;
      margin-top: -10px;
      margin-bottom: 37px;
    }
    .renew-p-about-advantage-lead__text {
      font-size: 2rem;
      letter-spacing: 0.28em;
    }
  }
}

.renew-p-about-advantage-link-area {
  background: var(--gradient-light-bg-yg01);
  padding-top: 60px;
  padding-bottom: 77px;
  @media only screen and (min-width: 768px) {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}


.renew-p-about-advantage-value {
  padding-top: 49px;
  .renew-p-about-advantage-value__block {
    margin-bottom: 60px;
  }
  .renew-p-about-advantage-value__heading {
    display: block;
    &.-en01 {
      width: 240px;
    }
    &.-en02 {
      width: 232px;
    }
    &.-en03 {
      width: 250px;
    }
    &.-en04 {
      width: 267px;
    }
    &.-en05 {
      width: 300px;
    }
  }
  .renew-p-about-advantage-value__text-wrap {
    background: var(--gradient-light-bg-yg01);
    padding-bottom: 53px;
    margin-left: -18px;
    margin-right: -18px;
    margin-top: -55px;
    &.-en01 {
      padding-top: 79px;
    }
    &.-en02 {
      padding-top: 105px;
      margin-top: -82px;
    }
    &.-en03 {
      padding-top: 108px;
      margin-top: -86px;
    }
    &.-en04 {
      padding-top: 105px;
      margin-top: -84px;
    }
    &.-en05 {
      padding-top: 106px;
      margin-top: -85px;
    }
  }
  .renew-p-about-advantage-value__text {
    font-size: 1.4rem;
    line-height: 2;
    padding-left: 18px;
    padding-right: 18px;
  }
  @media only screen and (min-width: 768px) {
    padding-top: 85px;
    .renew-p-about-advantage-value__block {
      position: relative;
      margin-bottom: 100px;
      &::before {
        content: '';
        background: var(--gradient-light-bg-yg01);
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: calc(50% - 216px);
        height: 500px;
      }
    }
    .renew-p-about-advantage-value__flex {
      display: flex;
      align-items: center;
      height: 500px;
    }
    .renew-p-about-advantage-value__heading {
      &.-en01 {
        width: 336px;
      }
      &.-en02 {
        width: 325px;
      }
      &.-en03 {
        width: 344px;
      }
      &.-en04 {
        width: 372px;
      }
      &.-en05 {
        width: 418px;
      }
    }
    .renew-p-about-advantage-value__heading-wrap {
      width: 50%;
      padding-left: 111px;
    }
    .renew-p-about-advantage-value__text-wrap {
      width: 50%;
      background: none;
      padding: 0;
      margin: 0;
      padding-bottom: 13px;
      &.-en01,
      &.-en02,
      &.-en03,
      &.-en04,
      &.-en05 {
        padding-top: 0;
        margin-top: 0;
      }
    }
    .renew-p-about-advantage-value__text {
      font-size: 1.6rem;
      line-height: 1.8125;
      letter-spacing: 0.18em;
      width: 495px;
      padding: 0;
    }
    .renew-p-about-advantage-value__block.-reverse {
      &::before {
        content: '';
        left: 0;
        right: calc(50% - 216px);
      }
      .renew-p-about-advantage-value__flex {
        flex-direction: row-reverse;
      }
      .renew-p-about-advantage-value__text {
        margin-left: auto;
        margin-right: 0;
      }
      .renew-p-about-advantage-value__heading-wrap {
        padding-left: 119px;
      }
    }
  }
}

.renew-p-about-advantage-link-area {
  background: linear-gradient(135deg, rgba(162, 152, 87, 0.08) 0%, rgba(93, 126, 106, 0.08) 100%);
  padding-top: 60px;
  padding-bottom: 77px;
  @media only screen and (min-width: 768px) {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

.renew-c-grid-link {
  .renew-c-grid-link__card {
    position: relative;
    width: 100%;
    margin-bottom: 50px;
    &:last-of-type {
      margin-bottom: 0;
    }
    img {
      width: 100%;
    }
    .renew-c-effect-mouseover {
      &:has(+ .renew-c-button-more:hover) {
        .renew-c-effect-mouseover__img {
          opacity: 0.8;
          transform: scale(1.05);
        }
        .renew-c-effect-mouseover__card {
          box-shadow: 0 6px 8px 0 rgba(0, 0, 0, .12);
        }
      }
      &:hover + .renew-c-button-more.-color-dark {
        background-color: #a29857;
        transition: 300ms ease;
        transition-property: background-color;
      }
    }
  }
  .renew-c-grid-link__visual {
    display: block;
    position: relative;
    box-shadow: 0 6px 8px 0 rgba(0, 0, 0, .12);
  }
  .renew-c-grid-link__heading {
    font-size: 2.2rem;
    line-height: 1.4;
    @include font-medium;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    color: #fff;
    text-align: center;
  }
  .renew-c-grid-link__heading-sub {
    font-size: 1.2rem;
    line-height: 2;
    font-family: var(--font-family-regular);
    padding-bottom: 17px;
  }
  .renew-c-button-more {
    position: absolute;
    bottom: -17px;
    right: 10px;
    transition: 300ms ease;
  }
  &.-col2 {
    .renew-c-grid-link__heading {
      font-size: 2.2rem;
      line-height: 2.2727272727;
    }
  }
  @media only screen and (min-width: 768px) {
    .renew-c-grid-link__inner {
      display: flex;
      justify-content: space-between;
    }
    .renew-c-grid-link__card {
      margin-bottom: 0;
    }
    .renew-c-grid-link__heading {
      font-size: 2.4rem;
      line-height: 1.4;
    }
    .renew-c-grid-link__heading-sub {
      font-size: 1.6rem;
      line-height: 2;
      letter-spacing: .2em;
      padding-bottom: 15px;
      padding-top: 9px;
    }
    &.-col4 {
      .renew-c-grid-link__card {
        width: 256px;
        .renew-c-grid-link__heading {
          font-size: 2rem;
          line-height: 2.5;
        }
      }
    }
    &.-col3 {
      .renew-c-grid-link__card {
        width: 383px;
      }
    }
    &.-col2 {
      .renew-c-grid-link__card {
        width: 575px;
      }
      .renew-c-grid-link__heading {
        font-size: 3rem;
        line-height: 1.6666666667;
      }
    }
  }
}