.achievement {
  padding: 84px 0 50px;
  overflow-x: clip;
  @media screen and (min-width: 769px) {
    padding: 220px 25px 50px;
  }
}
:where(.achievement) {
  .achievement__title {
    margin: 0 auto 33px auto;
    @media screen and (min-width: 769px) {
      margin: 0 auto 33px auto;
      max-width: 961px;
    }
  }
  .achievement__list {
    place-content: center;
    @media screen and (min-width: 769px) {
      display: grid;
      gap: 25px;
      grid-template-columns: 520px 520px;
      grid-template-rows: 330px 35px 180px;
      margin-bottom: 57px;
    }
    @media screen and (max-width: 1067px) {
      grid-template-columns: 1fr 1fr;
    }
    @media screen and (max-width: 768px) {
      padding: 0 21px;
      gap: 20px;
      display: flex;
      flex-direction: column;
      margin-bottom: 23px;
    }
  }
  .achievement__item {
    position: relative;
    background: #FFF;
    border-radius: 27px;
    padding: 15px 27px 29px 27px;
    border: 1.5px solid #007CA9;
    @media screen and (min-width: 769px) {
      padding: 25px 45px 49px 45px;
      border: 2px solid #007CA9;
    }
  }
  .achievement__item:first-child {
    grid-column: 1 / 2;
    grid-row: 1 / 2;
  }
  .achievement__item:nth-child(2) {
    grid-column: 2 / 3;
    grid-row: 1 / 3;
  }
  .achievement__item:nth-child(3) {
    grid-column: 1 / 2;
    grid-row: 2 / 4;
  }
  .achievement__item:nth-child(4) {
    grid-column: 2 / 3;
    grid-row: 3 / 4;
  }
  .achievement__item-univ {
    font-weight: bold;
    @media screen and (min-width: 769px) {
      font-size: calc(var(--rem) * 14);
      letter-spacing: 0.7px;
      line-height: 30px;
    }
    @media screen and (max-width: 1067px) {
      font-size: calc(var(--rem) * 11);
      letter-spacing: 0.55px;
      line-height: 23px;
      white-space: nowrap;
    }
  }
  .achievement__item-type {
    text-align: center;
    font-weight: bold;
    font-size: calc(var(--rem) * 12);
    letter-spacing: 0.6px;
    margin-bottom: 10px;
    @media screen and (min-width: 769px) {
      font-size: calc(var(--rem) * 16);
      letter-spacing: 0.8px;
      margin-bottom: 13px;
    }
  }
  .achievement__item-univ-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
  }
  .achievement__item-line {
    display: block;
    height: 1px;
    width: 100%;
    background: #89E2FF;
    margin-bottom: 13px;
    @media screen and (min-width: 769px) {
      height: 1.5px;
      margin-bottom: 23px;
    }
  }
  .achievement__item-text {
    font-weight: bold;
    @media screen and (min-width: 769px) {
      font-size: calc(var(--rem) * 14);
      letter-spacing: 0.7px;
      line-height: 30px;
    }
    @media screen and (max-width: 1067px) {
      font-size: calc(var(--rem) * 11);
      letter-spacing: 0.55px;
      line-height: 20px;
    }
  }
  .achievement__item-etc {
    position: absolute;
    font-weight: bold;
    font-size: calc(var(--rem) * 6.5);
    letter-spacing: 0.325px;
    bottom: 15px;
    right: 42px;
    @media screen and (min-width: 769px) {
      font-size: calc(var(--rem) * 10);
      letter-spacing: 0.5px;
      bottom: 30px;
      right: 63px;
    }
  }
  .achievement__inner {
    position: relative;
    margin-bottom: 40px;
    @media screen and (min-width: 769px) {
      margin-bottom: 60px;
    }
  }
  .achievement__deco {
    position: absolute;
    bottom: 30px;
    z-index: -1;
    left: -25px;
  }
  .achievement__annotation {
    font-weight: bold;
    text-align: center;
    font-size: calc(var(--rem) * 11);
    letter-spacing: 0.88px;
    @media screen and (min-width: 769px) {
      font-size: calc(var(--rem) * 15);
      letter-spacing: 1.2px;
    }
  }

  .message {
    @media screen and (min-width: 769px) {
      max-width: 746px;
      margin: 0 auto 115px auto;
    }
    @media screen and (max-width: 1067px) {
      padding: 0 25px;
      margin: 0 auto 80px auto;
    }
  }

  .voice {
    position: relative;
    @media screen and (min-width: 769px) {
      padding-left: 81px;
    }
    @media screen and (max-width: 768px) {
      padding: 0 25px;
    }
  }
  .voice__list {
    @media screen and (max-width: 768px) {
      margin: 0 0 0 -11px;
    }
  }
  .voice__title-wrap {
    display: flex;
    @media screen and (max-width: 768px) {
      flex-direction: column;
      gap: 10px;
      margin-bottom: 30px;
    }
    @media screen and (min-width: 769px) {
      gap: 40px;
      align-items: flex-end;
      margin-bottom: 70px;
    }
  }
  .voice__title {
    font-weight: bold;
    font-family: "century-gothic", sans-serif;
    font-size: calc(var(--rem) * 48);
    letter-spacing: 2.4px;
    line-height: 40px;
    @media screen and (min-width: 769px) {
      font-size: calc(var(--rem) * 79);
      letter-spacing: 4px;
      line-height: 70px;
    }
  }
  .voice__sub-title {
    font-weight: bold;
    font-size: calc(var(--rem) * 17);
    letter-spacing: 0.85px;
    @media screen and (min-width: 769px) {
      font-size: calc(var(--rem) * 20);
      letter-spacing: 1px;
    }
  }

  .voice__icon {
    @media screen and (max-width: 768px) {
      width: 100px;
    }
    @media screen and (min-width: 769px) {
      width: 136px;
    }
  }
  .voice__head {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
    @media screen and (min-width: 769px) {
      gap: 34px;
      margin-bottom: 40px;
      align-items: center;
    }
  }
  .voice__lead {
    font-weight: 600;
    font-size: calc(var(--rem) * 16);
    letter-spacing: 1.44px;
    margin-bottom: 8px;
    @media screen and (max-width: 768px) {
      line-height: 24px;
    }
    @media screen and (min-width: 769px) {
      font-size: calc(var(--rem) * 30);
      letter-spacing: 2.4px;
      margin-bottom: 11px;
    }
  }
  .voice__name {
    font-weight: 600;
    font-size: calc(var(--rem) * 12);
    letter-spacing: 0.96px;
    @media screen and (min-width: 769px) {
      font-size: calc(var(--rem) * 18);
      letter-spacing: 1.44px;
    }
  }
  .voice__item {
    display: flex;
  }
  .voice__text {
    font-weight: 600;
    color: #454545;
    line-height: 24px;
    font-size: calc(var(--rem) * 12);
    letter-spacing: 0.6px;
    @media screen and (min-width: 769px) {
      line-height: 25px;
    }
    .underline {
      background: linear-gradient(transparent 64%, #FCFFDA 2%);
    }
    .strong {
      color: #007CA9;
    }
  }
  .voice__item + .voice__item {
    margin-top: 50px;
    @media screen and (min-width: 769px) {
      margin-top: 100px;
    }
  }
  .voice__num {
    writing-mode: vertical-rl; 
    font-weight: 600;
    font-family: "century-gothic", sans-serif;
    font-size: calc(var(--rem) * 10);
    letter-spacing: 0.5px;
    @media screen and (max-width: 768px) {
      padding-right: 9px;
      border-right: 1px solid #007CA9;
      margin-right: 18px;
    }
    @media screen and (min-width: 769px) {
      font-size: calc(var(--rem) * 17);
      letter-spacing: 0.85px;
      padding-right: 19px;
      padding-top: 18px;
      border-right: 1px solid #007CA9;
    }
  }
  .voice__content {
    @media screen and (min-width: 769px) {
    padding-left: 44px;
    }
  }
  .voice__bg-circle {
    position: absolute;
    z-index: -1;
    @media screen and (max-width: 768px) {
      bottom: calc(var(--vw) * 550);
      left: calc(var(--vw) * -250);
      width: 150vw;
    }
    @media screen and (min-width: 769px) {
      width: calc(var(--vw) * 946);
      left: -400px;
      bottom: -250px;
    }
  }
  .voice__bg-circle-2 {
    position: absolute;
    z-index: -1;
    transform: scale(-1, 1);
    @media screen and (max-width: 768px) {
      top: calc(var(--vw) * 500);
      right: calc(var(--vw) * -250);
      width: 150vw;
    }
    @media screen and (min-width: 769px) {
      width: calc(var(--vw) * 946);
      right: -400px;
      bottom: 500px;
    }
  }
}