/* 
▼ 共通パーツ - 2025.09.05 ▼
----------------------------------------- */
.l-top-inner {
  margin: 0 auto;
  max-width: 112.2rem;
  padding: 0 5rem;
  position: relative;
  text-align: left;
  -webkit-font-smoothing: antialiased;
}

.c-top-sec-ttl {
  font-weight: 700;
  font-size: 4.65rem;
  /* line-height: 56px; */
  color: #333333;
  height: 9rem;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  gap: 6rem;
}

.c-top-sec-ttl::after {
  content: '';
  display: inline-block;
  width: 100%;
  height: 1px;
  background: #000;
  flex: 1;
}

.c-top-sec-head {
  min-width: fit-content;
}

.c-top-sec-head__eng {
  font-weight: 700;
  font-size: 3.05rem;
  line-height: 1.2;
  color: #FF0000;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  height: 9rem;
}

.c-top-sec-head__ja {
  font-size: 2.4rem;
  font-weight: 900;
  line-height: 1.2;
}

.c-top-sec-head__text {
  font-size: 1.7rem;
  font-weight: 400;
  line-height: 1.76;
  margin-top: 1em;
  font-family: 'Noto Sans JP';
  font-feature-settings: "palt";
}

.c-top-sec-head__lead {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.15;
  margin-top: 1.3rem;
  font-family: "Noto Sans JP", sans-serif;
}

.c-box-shadow {
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}

.c-clip {
  clip-path: polygon(5.5rem 0, 100% 0, 100% 100%, 0 100%, 0 5.5rem);
  display: block;
}

#top section img {
  width: 100%;
  max-width: 100%;
  display: block;
}

@media screen and (max-width: 1024px) {
  .l-top-inner {
    padding: 0 4rem;
    /* max-width: 55rem; */
  }
}

@media screen and (max-width: 767px) {
  #top {
    overflow: hidden;
  }
}

@media screen and (max-width: 599px) {
  .l-top-inner {
    padding: 0 6.36vw;
  }

  .c-top-sec-ttl {
    font-size: 2.6rem;
    height: 5rem;
    gap: 2rem;
  }

  .c-top-sec-head__eng {
    font-size: 2.3rem;
    height: 5rem;
  }

  .c-top-sec-head__ja {
    font-size: 1.8rem;
    margin-top: 0.5rem;
  }

  .c-top-sec-head__text {
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 1.7;
    margin-top: 1em;
  }

  .c-clip {
    clip-path: polygon(4.5rem 0, 100% 0, 100% 100%, 0 100%, 0 4.5rem);
  }
}

/* 
▲ 共通パーツ 2025.09.05 ▲
----------------------------------------- */
/* 
▼ mv - 2025.09.05 ▼
----------------------------------------- */
.mv {
  width: 100%;
  height: 100vh;
  position: relative;
}

.mv__inner {
  width: 100%;
  height: 100%;
  background: #fff;
  clip-path: polygon(0 0, 100% 0, 100% 91.2%, 0 100%);
}

.mv__img {
  height: 100vh;
  position: relative;
}

.mv img {
  width: 100%;
  max-width: 100%;
  display: block;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.mv__caption {
  font-size: 1.8rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  position: absolute;
  width: 38.6rem;
  margin: 0 auto;
  left: 50%;
  transform: translateX(-50%);
  /* top: 86.2rem; */
  top: 86vh;
  /* top: 39vw; */
}

.mv__cover {
  width: 100%;
  max-width: 133.4rem;
  padding: 0 5rem;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  /* top: 48rem; */
  top: min(48rem, 48vh);
}

.mv__cover--2 {
  top: min(48rem, 48vh); /* 最初のmv__coverと同じ */
  left: 50%; /* 最初のmv__coverと同じ */
  transform: translate(-50%, -50%); /* 最初のmv__coverと同じ */
}

.mv__lead {
  font-size: 6rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  line-height: 1.28;
  color: #444444;
}

.mv__lead span {
  color: #FF0000;
}

.mv__text {
  font-size: 2.05rem;
  font-family: "Noto Serif JP", serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.66;
  color: #333333;
  margin-top: 6rem;
}

@media screen and (max-width: 1024px) {
  .mv {
    height: 98vh;
  }

  .mv__inner {
    clip-path: polygon(0 0, 100% 0, 100% 95%, 0 100%);
  }

  .mv__cover {
    padding: 0 2.5vw;
    max-width: fit-content;
    background: rgba(255, 255, 255, 48%);
    left: 2.5vw;
    top: 40rem;
    transform: unset;
    padding: 4rem 3rem;
  }

  .mv__lead {
    font-size: 5rem;
  }

  .mv__text {
    font-size: 1.9rem;
    margin-top: 4rem;
  }
}

@media screen and (max-width: 599px) {
  .mv {
    height: 65.3rem;
  }

  .mv__swiper {
    height: 100%;
  }

  .mv__img {
    height: 100%;
  }

  .mv img {
    object-position: 60% top;
  }

  .mv__caption {
    font-size: 1.4rem;
    width: 31.3rem;
    top: 65vh;
  }


  .mv__cover {
    padding: 0 2.5vw;
    max-width: fit-content;
    background: rgba(255, 255, 255, 48%);
    transform: unset;

    left: 3.82vw;
    top: 25.9rem;
    padding: 2.3rem 2rem 2rem;
  }

  .mv__cover--2 {
    top: 23.6rem;
  }

  .mv__lead {
    font-size: 2rem;
    line-height: 1.4;
    color: #444444;
  }

  .mv__text {
    font-size: 1.9rem;
    margin-top: 4rem;
  }

  .mv__text {
    font-size: 1rem;
    margin-top: 1.2rem;
  }
}

/* 
▲ mv - 2025.09.05 ▲
----------------------------------------- */
/* 
▼ top-nav - 2025.09.05 ▼
----------------------------------------- */
.top-navi .verdy_bn {
  margin-top: 1rem;
}

.top-navi .sub-navi {
  width: 24rem;
}

@media screen and (max-width: 1024px) {
  .top-navi {
    height: auto;
    min-height: auto;
    padding: .8rem 0;
    top: 0;
  }
}

@media screen and (max-width: 599px) {
  .top-navi {
    width: 11.4rem;
    left: 3.82vw;
  }

  .top-navi h1 .logo {
    width: 6.8rem;
  }
}



/* 
▲ top-nav 2025.09.05 ▲
----------------------------------------- */

/* 
▼ introduction - 2025.09.05 ▼
----------------------------------------- */
.introduction {
  padding-top: 18.5rem;
}

.introduction__text {
  font-weight: 400;
  font-size: 1.7rem;
  line-height: 2.12;
}

.introduction .txt p.catch {
  margin-bottom: 5.5rem;
}

@media screen and (max-width: 1024px) {
  .introduction .txt p.catch {
    font-size: clamp(2.6rem, 7.2vw, 5.6rem);
  }
}

@media screen and (max-width: 599px) {
  .introduction.page-content {
    padding-top: 5rem;
  }

  .introduction .txt p.catch {
    margin-bottom: 3rem;
  }

  .introduction .btn-wrap-e {
    margin-top: 4rem;
  }
}

/* 
▲ introduction 2025.09.05 ▲
----------------------------------------- */

/* 
▼ top-service - 2025.09.05 ▼
----------------------------------------- */
.top-service {
  padding-top: 7.3rem;
}

.top-service__head {
  display: flex;
  justify-content: space-between;
  gap: 4rem;
}

.top-service__img {
  max-width: 43.2rem;
}

.top-service__btn {
  margin-top: 4.5rem;
}

.top-service__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.8rem;
  margin-top: 10.3rem;
}

.top-service__item-inner {
  padding: 5.6rem 0.7rem 6.2rem;
  background: #fff;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.top-service__item-head {
  padding: 0 2rem 0 3.7rem;
}

.top-service__text {
  font-weight: 900;
  font-size: 1.6rem;
  line-height: 1.56;
  height: 15.8rem;
  width: fit-content;
  margin: 0 auto;
}

.top-service__text::before {
  content: '';
  display: block;
  width: 100%;
  max-width: 17.2rem;
  height: 2px;
  background: #f00000;
  margin: 0 auto 3.5rem;
}

.top-service__ttl {
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 1.2;
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
  gap: 1rem;
  color: #F01E1E;
}

.top-service__ttl span {
  font-size: 2.5rem;
  font-family: "Noto Serif JP", serif;
  text-transform: capitalize;
  display: block;
}

.top-service__img {
  margin-top: 4rem;
  min-height: 28rem;
}

.top-service__img img {
  height: 100%;
  object-fit: cover;
}

.top-service__list-img {
  margin-top: 4rem;
}

.top-service__nav {
  margin-top: 3rem;
  padding: 0 1.6rem;
}

.top-service__link {
  font-size: 1.7rem;
  font-weight: 900;
  line-height: 1.5;
  color: #222222;
  display: flex;
}

.top-service__link::before {
  content: '▶';
  display: inline-block;
}

@media screen and (max-width: 1024px) {
  .top-service__list {
    gap: 1.8rem;
  }

  .top-service__item-head {
    padding: 0 1rem 0 1.8rem;
  }

  .top-service__text {
    font-size: 1.4rem;
  }

  .top-service__text::before {
    height: 1px;
  }

  .top-service__ttl {
    font-size: 1.4rem;
  }

  .top-service__ttl span {
    font-size: 2.3rem;
  }

  .top-service__link {
    font-size: 1.5rem;
  }

}

@media screen and (max-width: 767px) {
  .top-service__head {
    flex-direction: column;
    gap: 2rem;
  }

  .top-service__btn {
    display: none;
  }

  .top-service__img {
    margin-top: 0;
    min-height: auto;
    max-width: 100%;
  }

  .top-service__list {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    margin-top: 4.9rem;
  }

  .top-service__item-inner {
    padding: 4rem 0.7rem 5rem;
  }

  .top-service__text {
    font-size: 1.6rem;
    line-height: 1.56;
    height: auto;
    max-width: 35.2rem;
  }

  .top-service__text::before {
    display: none;
  }

  .top-service__ttl {
    font-size: 1.5rem;
    margin-top: 2.5rem;
  }

  .top-service__ttl span {
    font-size: 2.5rem;
  }

  .top-service__link {
    font-size: 1.7rem;
  }
}

@media screen and (max-width: 599px) {
  .top-service {
    padding-top: 1rem;
  }
}

/* 
▲ top-service 2025.09.05 ▲
----------------------------------------- */

/* 
▼ top-project - 2025.09.05 ▼
----------------------------------------- */
.top-project {
  padding-top: 8.5rem;
}

.top-project__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
}

.top-project__head-logo {
  max-width: 56.7rem;
}

.top-project__body {
  display: flex;
  gap: 1.3rem;
  margin-top: 5.8rem;
}

.top-project__item {
  width: 50%;
  max-width: 50.6rem;
  filter: drop-shadow(4px 4px 21px rgba(0, 0, 0, 0.25));
}

.top-project__link {
  transition: all .2s;
  position: relative;
}

.top-project__link::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.35), rgba(255, 255, 255, 0.35));
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: all .2s;
}

.top-project__link:hover::before {
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .top-project {
    padding: 6rem 0;
  }

  .top-project__head {
    flex-direction: column-reverse;
    align-items: flex-start;
    gap: 1rem;
    margin-top: 5rem;
  }

  .top-project__head-logo {
    width: 52%;
    min-width: 25.3rem;
  }

  .top-project__body {
    flex-direction: column;
    display: flex;
    gap: 3.3rem;
    margin-top: 5.8rem;
  }

  .top-project__item {
    width: 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 599px) {
  .top-project__body {
    margin-top: 3rem;
  }
}

/* 
▲ top-project 2025.09.05 ▲
----------------------------------------- */

/* 
▼ top-case - 2025.09.05 ▼
----------------------------------------- */
.top-case {
  padding: 11.1rem 0 5rem;
}

.top-case__row {
  display: flex;
  /* align-items: flex-end; */
  justify-content: space-between;
  gap: 4rem;
}

.top-case__head .c-top-sec-head {
  padding-top: 3.5rem;
}

.top-case__btn {
  margin-top: 11.1rem;
}

.top-case__img {
  max-width: 67.3rem;
  min-height: 36rem;
}

.top-case__img img {
  height: 100%;
  object-fit: cover;
}

@media screen and (max-width: 767px) {
  .top-case {
    background: #d8211f;
    color: #fff;
    padding: 1rem 0 0;
  }

  .top-case .c-top-sec-ttl {
    color: #fff;
  }

  .top-case .c-top-sec-ttl::after {
    background: #fff;
  }

  .top-case__row {
    flex-direction: column;
    align-items: center;
    gap: 2rem;
  }

  .top-case__head {
    min-width: auto;
    width: 100%;
  }

  .top-case__img {
    min-height: auto;
    max-width: 100vw;
    height: auto;
    margin: 0 calc(-50vw - 50%);
  }

  .top-case__img img {
    clip-path: unset;
  }

  .top-case__btn {
    margin-top: 3rem;
    display: flex;
    justify-content: flex-end;
  }

  .top-case__btn a p {
    background: #fff !important;
    color: #d8211f;
  }

  .top-case__btn a p::after {
    border-color: transparent transparent transparent #d8211f;
  }
}

@media screen and (max-width: 599px) {
  .top-case__img {
    height: 30rem;
  }
}

/* 
▲ top-case 2025.09.05 ▲
----------------------------------------- */

/* 
▼ top-clients - 2025.09.05 ▼
----------------------------------------- */
.top-clients {
  padding: 8.3rem 0 7rem;
  background: #fff;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  position: relative;
}

.top-clients__sec-ttl {
  font-size: 2.5rem;
  font-weight: 600;
}

.top-clients__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 5.6rem 2.1rem;
  margin-top: 3.2rem;
}

.top-clients__item {
  aspect-ratio: 251/110;
  max-width: 25.1rem;
}

.top-clients__item img {
  height: 100%;
  object-fit: contain;
}

@media screen and (max-width: 599px) {
  .top-clients {
    padding: 9rem 0;
    background: none;
    box-shadow: none;
  }

  .top-clients__sec-ttl {
    text-align: center;
  }

  .top-clients__list {
    display: grid;
    grid-template-columns: repeat(2, auto);
    justify-content: center;
    gap: 1.8rem 1.2rem;
    margin-top: 4.5rem;
  }

  .top-clients__item {
    aspect-ratio: 148/65;
    max-width: 14.8rem;
  }

}

/* 
▲ top-clients 2025.09.05 ▲
----------------------------------------- */

/* 
▼ growth - 2025.09.05 ▼
----------------------------------------- */
.growth {
  padding: 9.8rem 0 23rem;
}

.growth__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4rem;
  margin-top: 6.8rem;
}

.growth__box-wrap {
  width: auto;
}

.growth .box {
  background: #fff;
  clip-path: polygon(5.5rem 0, 100% 0, 100% 100%, 0 100%, 0 5.5rem);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 4rem 4.5rem;
  text-align: center;
  width: auto;
  height: 100%;
}

.growth .box:nth-of-type(2) {
  margin: 0;
}

.growth .box img {
  width: 11rem;
}

.growth .box .btn-wrap-c {
  max-width: 22.8rem;
  margin: 0 auto;
}

.growth .box .button {
  width: 100%;
}

.growth .box .button p {
  font-size: 2.1rem;
  width: 100%;
  padding: 1.2rem 0;
}

.growth .box .button p::after {
  border-width: 7px 0 7px 14px;
  top: 52%;
  transform: translateY(-50%);
  /* left: 72%; */
  margin: 0;
}

.growth .box h3 {
  font-family: "Noto Serif JP", serif;
  font-weight: 900;
  font-size: 2.5rem;
  color: #222222;
  margin-top: 3rem;
}

.growth h3+p {
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 1.2;
  color: #222222;
  margin-top: 1rem;
}

@media screen and (max-width: 1024px) {
  .growth__list {
    gap: 2rem;
  }

  .growth .box {
    /* clip-path: polygon(30px 0, 100% 0, 100% 100%, 0 100%, 0 20px); */
    padding: 3rem 2.5rem;
    /* width: calc((100% - 30px) / 3); */
  }

  .growth .box h3 {
    font-size: 2rem;
  }

  .growth h3+p {
    font-size: 1.2rem;
  }

  .growth .box .button p {
    font-size: 1.8rem;
    padding: 1rem 0;
  }

  .growth .box .button p::after {
    border-width: 6px 0 6px 6px;
  }
}

@media screen and (max-width: 599px) {
  .growth {
    padding: 4rem 0;
  }

  .growth__list {
    grid-template-columns: repeat(1, 1fr);
    gap: 1rem;
    margin-top: 3rem;
  }

  .growth .box {
    clip-path: polygon(4.5rem 0, 100% 0, 100% 100%, 0 100%, 0 4.5rem);
    padding: 2rem 2rem 3rem;
    height: auto;
    justify-content: flex-start;
    margin: 0;
  }

  .growth .box img {
    width: 9rem;
  }

  .growth .box h3 {
    font-size: 3rem;
    margin-top: 0.5rem;
  }

  .growth .box .button p {
    font-size: 1.6rem;
    width: 15rem;
    margin: 0.5remrem auto 0;
  }

  .growth .box .btn-wrap-c {
    max-width: fit-content;
  }
}

/* 
▲ growth 2025.09.05 ▲
----------------------------------------- */

/* 
▼ top-numbers - 2025.09.05 ▼
----------------------------------------- */
.top-numbers {
  padding-top: 8.2rem;
}

.top-numbers .c-top-sec-ttl {
  text-transform: none;
}

.top-numbers__head br {
  display: none;
}

.top-numbers__list {
  margin-top: 7rem;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
}

.top-numbers__item {
  max-width: 20rem;
  text-align: center;
}

.top-numbers__item:nth-child(1) {
  max-width: 24.4rem;
}

.top-numbers__ttl {
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.2;
}

.top-numbers__img {
  margin-top: 3.6rem;
  height: 25.1rem;
}

.top-numbers__text {
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.2;
  margin-top: 5rem;
}

.top-numbers__text .number {
  font-size: 4.8rem;
  font-weight: 900;
  font-family: "Roboto", sans-serif;
  display: inline-block;
  color: #F01E1E;
  margin-right: 0.3rem;
}

.top-numbers__text .number.--space {
  margin: 0 0.2em;
}

.top-numbers__text .percent {
  margin-left: 0.1em;
}

.top-numbers__btn-wrap {
  margin-top: 4.5rem;
  display: flex;
}

@media screen and (max-width: 1024px) {
  .top-numbers__text {
    font-size: 2.3rem;
  }

  .top-numbers__ttl {
    font-size: 2.3rem;
  }

  .top-numbers__text .number {
    font-size: 4rem;
  }
}

@media screen and (max-width: 767px) {
  .top-numbers {
    padding-top: 0;
  }

  .top-numbers__head {
    text-align: center;
    padding: 4.7rem 0;
    background: #fff;
    margin: 0 calc(-50vw - 50%);
  }

  .top-numbers__head br {
    display: block;
  }

  .top-numbers .c-top-sec-ttl {
    height: auto;
    line-height: 1.2;
    justify-content: center;
  }

  .top-numbers .c-top-sec-ttl::after {
    display: none;
  }

  .top-numbers .c-top-sec-head__lead {
    margin-top: 3rem;
  }
}

@media screen and (max-width: 599px) {
  .top-numbers__list {
    margin-top: 4.7rem;
    flex-direction: column;
    gap: 4rem;
  }

  .top-numbers__item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 1rem 2rem;
    max-width: 100%;
  }

  .top-numbers__item:nth-child(1) {
    max-width: 100%;
  }

  .top-numbers__ttl {
    font-size: 2rem;
    text-align: center;
    width: 100%;
  }

  .top-numbers__img {
    margin-top: 2rem;
    max-width: 16rem;
    height: auto;
  }

  .top-numbers__text {
    font-size: 2rem;
    text-align: left;
    width: calc(100% - 18rem);
    line-height: 1.6;
    margin-top: -3rem;
  }

  .top-numbers__text .number.--space {
    margin: 0;
  }
}

/* 
▲ top-numbers 2025.09.05 ▲
----------------------------------------- */

/* 
▼ top-recruit - 2025.09.05 ▼
----------------------------------------- */
.top-recruit {
  padding-top: 2.6rem;
}

.top-recruit__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1.8rem;
}

.top-recruit__head {
  /* max-width: 38.8rem; */
  min-width: auto;
  width: 47%;
}

.top-recruit__head .c-top-sec-head__eng {
  text-transform: unset;
}

.top-recruit__head .c-top-sec-head__eng br {
  display: none;
}

.top-recruit__head span {
  display: inline-block;
}

.top-recruit__text {
  font-size: 1.7rem;
  line-height: 2.12;
  padding-top: 2rem;
  flex: 1;
  position: relative;
  left: 4rem;
}

.top-recruit__links {
  margin-top: 5.2rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.8rem;
}

.top-recruit__link-text {
  font-size: 2rem;
  font-weight: 600;
  padding-top: 1rem;
  display: flex;
  align-items: center;
  gap: 0.4em;
}

.top-recruit__link-text::before {
  content: '▷';
  display: inline-block;
  font-size: 1.7rem;
}

@media screen and (max-width: 1024px) {
  .top-recruit__row {
    flex-direction: column;
    align-items: flex-start;
    gap: 4rem;
  }

  .top-recruit__head {
    width: 100%;
  }

  .top-recruit__head .c-top-sec-head__eng {
    height: auto;
  }

  .c-top-sec-head__lead {
    margin-top: 4rem;
  }

  .top-recruit__text {
    left: auto;
    padding-top: 0;
  }
}

@media screen and (max-width: 599px) {
  .top-recruit__head {
    margin-top: 2.5rem;
  }

  .top-recruit__head .c-top-sec-head__eng {
    font-size: 3rem;
    line-height: 1.4;
  }

  .top-recruit__head .c-top-sec-head__eng br {
    display: block;
  }

  .top-recruit__links {
    grid-template-columns: repeat(1, 1fr);
    place-items: center;
    gap: 0;
    margin-top: 4rem;
  }

  .top-recruit__link {
    margin: 0 calc(-50vw - 50%);
    max-width: 100vw;
  }

  .top-recruit__link-text {
    padding: 1rem 0;
    justify-content: center;
  }
}

/* 
▲ top-recruit 2025.09.05 ▲
----------------------------------------- */

/* 
▼ top-news - 2025.09.05 ▼
----------------------------------------- */
.top-news {
  padding-top: 4.6rem;
}

.top-news__list {
  margin-top: 5.4rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4.2rem;
}

.top-news__list .box {
  width: auto;
  margin: 0;
  clip-path: polygon(5rem 0, 100% 0, 100% 100%, 0 100%, 0 4rem);
}

.top-news__list .box:nth-of-type(3n-1) {
  margin: 0;
}

.top-news__list .img {
  aspect-ratio: 314/286;
  height: auto;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.top-news__list .img img {
  height: 100%;
  object-fit: cover;
}

.top-news__list .date {
  font-family: 'Roboto';
  font-weight: 600;
  font-size: 2rem;
  color: #8A83A8;
}

.top-news__list .txt {
  padding: 0;
  margin-top: 2rem;
}

.top-news__list .ttl {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.2;
  margin: 1rem 0 0 0;
  /* height: 8.4rem; */
  /* max-height: calc(1.2em * 3); */
}

.top-news__btn-wrap {
  display: flex;
  margin-top: 3.5rem;
}

@media screen and (max-width: 1024px) {
  .top-news__list {
    gap: 3.2rem;
  }

  .top-news__list .date {
    font-size: 1.8rem;
  }

  .top-news__list .ttl {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 599px) {
  .top-news {
    padding-top: 3.6rem;
  }

  .top-news__list {
    margin-top: 3.3rem;
    grid-template-columns: repeat(1, 1fr);
    gap: 3.6rem;
  }

  .top-news__list .box {
    clip-path: polygon(3.5rem 0, 100% 0, 100% 100%, 0 100%, 0 3.5rem);
  }

  .top-news__btn-wrap {
    margin-top: 5rem;
  }
}

/* 
▲ top-news 2025.09.05 ▲
----------------------------------------- */

/* 
▼ top-partner - 2025.09.05 ▼
----------------------------------------- */
.top-partner__body {
  display: flex;
  justify-content: space-between;
  gap: 3rem;
  margin-top: 2.8rem;
}

.top-partner__item {
  max-width: 45.5rem;
  display: flex;
  flex-direction: column;
}

.top-partner__ttl {
  font-size: 3.05rem;
  font-weight: 700;
  line-height: 1.2;
  color: #333333;
  margin-top: 3rem;
}

.top-partner__text {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.2;
  margin: 2rem 0;
}

.top-partner .btn-wrap-e {
  margin-top: auto;
}

@media screen and (max-width: 1024px) {
  .top-partner__ttl {
    font-size: 2.8rem;
  }
}

@media screen and (max-width: 599px) {
  .top-partner {
    padding-top: 10rem;
  }

  .top-partner__body {
    flex-direction: column;
    gap: 5.6rem;
  }

  .top-partner__ttl {
    font-size: 2.3rem;
    margin-top: 2rem;
  }

  .top-partner__text {
    font-size: 1.5rem;
    margin: 1.6rem 0;
  }

  .top-partner .btn-wrap-e {
    margin-top: 3rem;
  }
}

/* 
▲ top-partner 2025.09.05 ▲
----------------------------------------- */

/* 
▼ footer - 2025.09.05 ▼
----------------------------------------- */
.footer-content h1 img {
  max-width: 29rem;
  margin: 0 auto;
}

.footer-sns img {
  display: inline-block;
}

/* 
▲ footer 2025.09.05 ▲
----------------------------------------- */