@charset "UTF-8";


/*================================================
* mainVisual
================================================*/
#mainVisual {
  padding-bottom: 14rem;
}

#mainVisual::after {
  position: absolute;
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  display: inline-block;
  background-image: url(../images/mv_radius.png);
  width: 117px;
  height: 117px;
  bottom: -1px;
  right: 0;
  z-index: 1;
}

#mainVisual .mv_scroll {
  position: absolute;
  left: 4rem;
  bottom: 2.7rem;
  opacity: .5;
  z-index: 1;
  transform: translate(-50%, -50%) rotate(270deg);
  line-height: 1;
}

#mainVisual .mv_scroll::before {
  position: absolute;
  content: "";
  width: 14rem;
  height: 1px;
  top: 50%;
  right: -15.6rem;
  transform: translateY(-50%);
  background: #CFCFCF;
}

#mainVisual .mv_scroll span {
  font-size: var(--p-ss);
  color: #CFCFCF;
}

#mainVisual .bg_slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border-radius: 0 0 0 8rem;
  overflow: hidden;
}



#mainVisual .bg_slide .swiper-slide img {
  height: 1489px;
  overflow: hidden;
  object-fit: cover;
  object-position: 100% 0%;
  transform: scale(1);
  transition: none;

  object-fit: cover;
  pointer-events: none;
  -webkit-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
}



#mainVisual .wrap--sm {
  position: relative;
  padding-bottom: 0rem;
  min-width: unset;
}

#mainVisual .bg_slide .swiper-slide-active img,
#mainVisual .bg_slide .swiper-slide-duplicate-active img,
#mainVisual .bg_slide .swiper-slide-prev img {
  animation: topAnim 10s linear;
}


@keyframes topAnim {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(1.2);
  }
}



.mv_txt {
  padding-top: 22.7rem;
  position: relative;
  z-index: 1;
}

.mv_txt img {
  width: 18rem;
  margin-left: auto;
  display: block;
}

.mv_catch {
  color: var(--t-white);
  padding-top: 8rem;
  padding-bottom: 0rem;
  position: relative;
  z-index: 1;
}

.mv_catch p {
  font-size: var(--lead-s);
  margin-top: 4rem;
  letter-spacing: 0.05em;
  padding-right: 49rem;
}




.mv_news {
  position: relative;
  top: -8rem;
}

.mv_news-wrap {
  width: 52.4rem;
  backdrop-filter: blur(18px);
  background: rgb(255 255 255 / 50%);
  padding: 1.6rem 5.8rem 0.8rem 2.8rem;
  border-radius: 3.2rem;
  border-top: 1px solid rgb(255 255 255 / 70%);
  position: relative;
  z-index: 1;
  margin-left: auto;
  height: 9.6rem;
}

.news_swiper {
  height: 100%;
}

.news_swiper .swiper-slide {
  overflow: hidden;
}

.news_swiper .swiper-slide .news_meta {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 1.6rem;
  margin-bottom: 0.8rem;
  font-weight: 700;
  font-size: var(--p-ss);
}

.news_swiper .swiper-slide .news_meta .date {
  margin-top: 2px;
}

.news_swiper .swiper-slide .news_meta .cat {
  line-height: 1;
  padding: 0.8rem 1.6rem;
  background: var(--t-white);
  border-radius: 100px;
}

.news_swiper .swiper-slide .ttl {
  color: var(--t-blue);
  font-size: var(--p-s);
  font-weight: 700;
  transition: .4s;
}

.news_swiper .swiper-slide a:hover .ttl {
  color: var(--t-blue2);
}

.mv_news-wrap .swiper-button-prev::after,
.mv_news-wrap .swiper-button-next::after {
  content: none;
}

.mv_news-wrap .swiper-button-prev,
.mv_news-wrap .swiper-button-next {
  right: 2.8rem;
  left: auto;
  top: auto;
  bottom: 2rem;
  width: 2rem;
  height: 2rem;
  margin: 0;
}

.mv_news-wrap .swiper-button-next {
  bottom: auto;
  top: 2rem;
}

.mv_news-wrap .swiper-button-prev::before,
.mv_news-wrap .swiper-button-next::before {
  position: absolute;
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  display: inline-block;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: .4s;
}

.mv_news-wrap .swiper-button-prev::before {
  background-image: url(../images/news_arrow_prev.png);
}

.mv_news-wrap .swiper-button-prev:hover::before {
  background-image: url(../images/news_arrow_prev_hover.png);
}

.mv_news-wrap .swiper-button-next::before {
  background-image: url(../images/news_arrow_next.png);
}

.mv_news-wrap .swiper-button-next:hover::before {
  background-image: url(../images/news_arrow_next_hover.png);
}

@media screen and (max-width:1023px) {
  #mainVisual {
    padding-bottom: 0;
  }

  #mainVisual::after {
    bottom: 5.96rem;
  }

  #mainVisual .mv_scroll {
    left: 2.2rem;
    bottom: 20rem;
    opacity: .8;
  }

  #mainVisual .bg_slide .swiper-slide img {
    height: 1008px;
  }

  #mainVisual .wrap--sm {
    width: 70%;
    min-width: 300px;
    word-break: break-word;
    padding-bottom: 0;
  }

  .mv_txt {
    width: 86%;
    padding-top: 17.5rem;
  }

  .mv_txt img {
    width: 12rem;
  }

  .mv_catch {
    padding-top: 11.7rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    padding-bottom: 4rem;
  }

  .mv_catch h2 {
    font-size: var(--lv4-e-ttl);
  }

  .mv_catch p {
    margin-top: 3.6rem;
    padding-right: 0;
  }


  .mv_news {
    top: 0;
    width: 86%;
  }

  .mv_news-wrap {
    width: 100%;
    right: auto;
    position: relative;
    min-height: 13.4rem;
    padding: 1.6rem 8.9rem 2rem 3rem;
    border-radius: 2.4rem;
    z-index: 2;
    top: 0;
  }

  .news_swiper .swiper-slide .news_meta {
    margin-bottom: 1.5rem;
    flex-wrap: wrap;
    gap: 0.4rem 1.6rem;
  }

  .mv_news-wrap .swiper-button-prev,
  .mv_news-wrap .swiper-button-next {
    right: 3.2rem;
    width: 3rem;
    height: 3rem;
  }

  .mv_news-wrap .swiper-button-prev {
    bottom: 3rem;
  }

  .mv_news-wrap .swiper-button-prev::before {
    background-image: url(../images/news_arrow_prev_hover.png);
  }

  .mv_news-wrap .swiper-button-next::before {
    background-image: url(../images/news_arrow_next_hover.png);
  }

}


/*================================================
* topAbout
================================================*/
#topAbout {
  padding-top: 14.7rem;
  padding-bottom: calc(39.1rem + 10rem);
  z-index: 1;
  margin: 0 auto;
  border-radius: 9.6rem 0 0 0;
  overflow: hidden;

  padding-left: 6.7rem;
}

#topAbout::before {
  position: absolute;
  content: "";
  width: calc(100% - 7.2rem);
  height: 100%;
  background: var(--t-bg);
  top: 0;
  left: 7.2rem;
  border-radius: 9.6rem 0 0 0;
}


.topAbout_inner {
  display: flex;
  align-items: start;
  justify-content: space-between;
  margin: 0 auto;
  position: relative;
  width: 83%;
}

.topAbout_txt {
  position: relative;
  z-index: 1;
  width: 54%;
  padding-right: 6rem;
}

.topAbout_txt h2 {
  margin-bottom: 3rem;
}

.topAbout_txt p {
  width: 81.4%;
  font-size: var(--p-m);
  line-height: 2.1;
}

.topAbout_txt .c_btn-box {
  margin-top: 7rem;
}


.topAbout_img {
  width: 53.8%;
  max-width: 64rem;
  position: absolute;
  z-index: 1;
  right: 0;
  top: 12.4rem;
}

.topAbout_img img {
  filter: drop-shadow(0 0 2rem rgba(0, 0, 0, 0.25));
}

.topAbout_img::before {
  position: absolute;
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  display: inline-block;
  background-image: url(../images/about_bg.svg);
  width: 198.6%;
  height: auto;
  padding-bottom: 142.4%;
  top: 61%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: all 2.4s ease;
  transition-delay: 1s;
  pointer-events: none;
}

.topAbout_img.on::before {
  opacity: 1;
}

@media screen and (max-width:1023px) {
  #topAbout {
    width: 100%;
    padding: 0rem 0 12.9rem 0;
    border-radius: 0;
    background: transparent;
    overflow: inherit;
    margin-top: -4rem;
  }

  #topAbout::before {
    left: 14%;
    width: 86%;
    top: -2rem;
  }

  .topAbout_inner {
    flex-wrap: wrap;
    flex-direction: column-reverse;
    width: 100%;
    /* padding-top: 9rem; */
    padding-top: 14rem;
  }


  .topAbout_img {
    width: 86%;
    position: static;
    margin: 0 auto;
  }

  .topAbout_img::before {
    background-image: url(../images/about_bg_sp.svg);
    width: 100vw;
    padding-bottom: 168.1vw;
    top: 30%;
  }

  .topAbout_txt {
    margin: 4rem auto 0;
    width: 86%;
    padding: 0;
  }

  .topAbout_txt p {
    width: 100%;
  }

  .topAbout_txt .c_btn-box {
    margin-top: 3.8rem;
  }
}

/*================================================
* 
================================================*/
#topSolutions {
  margin-top: -14rem;
  z-index: 1;
}

.topSolutions_inner {
  display: grid;
  gap: 1.6rem;
  grid-template-columns: repeat(5, 1fr);
  align-items: stretch;
  margin-top: 8rem;
  margin-bottom: 8rem;
  position: relative;
  z-index: 1;
}

.topSolutions_inner .topSolutions_card {
  display: block;
  border-radius: 2.4rem;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;

}

.topSolutions_inner .topSolutions_card:hover {
  border-radius: 2.4rem 0 2.4rem 0;
}

.topSolutions_inner .topSolutions_card .solutions_img {
  transition: .4s;
  width: 100%;
  overflow: hidden;
  object-fit: cover;
  aspect-ratio: 274/193;
  margin-top: -3rem;
  position: relative;
  display: block;
  z-index: -1;
}

.topSolutions_inner .topSolutions_card .solutions_img img {
  overflow: hidden;
  object-fit: cover;
  height: 100%;
}

.topSolutions_inner .topSolutions_card:hover .solutions_img {
  transform: scale(1.15);
}

.topSolutions_inner .topSolutions_card .c_btn-arrow {
  position: absolute;
  bottom: 0.8rem;
  right: 0.8rem;
  width: 4rem;
  height: 4rem;
}

.topSolutions_inner .topSolutions_card>div {
  background: var(--t-blue);
  color: var(--t-white);
  font-size: 2.4rem;
  padding: 3rem 2rem 4rem;
  transition: .4s;
  flex-grow: 1;
  word-break: break-word;
}

.topSolutions_inner .topSolutions_card:hover>div {
  border-radius: 2.4rem 0 2.4rem 0;
  background: var(--t-white);
}

.topSolutions_inner .topSolutions_card>div span {
  display: block;
  font-weight: 700;
  line-height: 1.6;
}

.topSolutions_inner .topSolutions_card>div .en {
  font-size: 1.8rem;
  color: var(--t-blue2);
  font-weight: 400;
  letter-spacing: 0.02em;
  margin-bottom: 1rem;
}

.topSolutions_inner .topSolutions_card:hover>div span {
  color: var(--t-blue);
}

@media screen and (max-width:1023px) {
  #topSolutions {
    margin-top: 0;
  }

  #topSolutions h2 {
    margin-bottom: 2.8rem;
  }

  #topSolutions .lead {
    line-height: 2.1;
  }

  .topSolutions_inner {
    display: grid;
    gap: 1.6rem;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 3.8rem;
    margin-bottom: 4.8rem;
  }

  .topSolutions_inner .topSolutions_card>div {
    font-size: 2rem;
    padding: 3.5rem 2.4rem 1.7rem;
    min-height: 18.1rem;
  }

  .topSolutions_inner .topSolutions_card>div .en {
    font-size: 1.6rem;
    margin-bottom: 0.5rem;
  }

  .topSolutions_inner .topSolutions_card .solutions_img {
    aspect-ratio: 281/125;
    min-height: 15.5rem;
    margin-top: -3rem;
  }

  .topSolutions_inner .topSolutions_card .solutions_img img {
    object-position: center bottom;
  }
}

/*================================================
* 
================================================*/
#topCase {
  padding-bottom: 12.9rem;
}

#topCase h2 {
  margin-bottom: 4rem;
}

#topCase .case_list {
  width: calc(74.8672% + 3.2rem);
  margin: 0 auto 6rem;
  min-width: 1020px;
}

#topCase .case_list .swiper-slide:nth-child(4),
#topCase .case_list .swiper-slide:nth-child(5),
#topCase .case_list .swiper-slide:nth-child(6),
#topCase .case_list .swiper-slide:nth-child(7),
#topCase .case_list .swiper-slide:nth-child(8),
#topCase .case_list .swiper-slide:nth-child(9) {
  display: none;
}

#topCase .case_list .case_swiper {
  overflow: unset;
}

#topCase .case_list .swiper-wrapper {
  justify-content: center;
  align-items: stretch;
}



#topCase .case_list .case_card {
  border-radius: 1.6rem;
  width: calc(32% + 1.6rem);
  padding: 2rem 1.6rem;
  height: auto;
}

#topCase .case_list .case_card .thumbnail {
  aspect-ratio: 356/254;
  overflow: hidden;
}

@media screen and (max-width:1023px) {
  #topCase h2 {
    margin-bottom: 1.8rem;
  }

  #topCase .case_list {
    margin-bottom: 1.8rem;
    width: calc(100% - 1.4rem);
    margin-right: 0;
    position: relative;
    padding-bottom: 30px;
    min-width: unset;
  }

  #topCase .case_list .case_swiper {
    overflow: hidden;
  }

  #topCase .case_list .swiper-wrapper {
    justify-content: start;
    align-items: stretch;
  }

  #topCase .case_list .swiper-slide:nth-child(4),
  #topCase .case_list .swiper-slide:nth-child(5),
  #topCase .case_list .swiper-slide:nth-child(6),
  #topCase .case_list .swiper-slide:nth-child(7),
  #topCase .case_list .swiper-slide:nth-child(8),
  #topCase .case_list .swiper-slide:nth-child(9) {
    display: block;
  }

  #topCase .case_list .case_card,
  #topCase .case_list .case_card:nth-of-type(2) {
    min-width: 29rem;
    width: 84.5%;
    margin-right: -1rem;
    height: auto;
  }

  #topCase .case_list .case_card:nth-of-type(2) {
    margin-left: 0;
  }

  #topCase .case_list .case_card a {
    height: 100%;
  }

  #topCase swiper-pagination.case_pagination,
  .case_list .swiper-pagination.case_pagination {
    bottom: 0;
    left: -1.4rem;
  }

  #topCase .swiper-pagination.case_pagination .swiper-pagination-bullet,
  .case_list .swiper-pagination.case_pagination .swiper-pagination-bullet {
    width: 1rem;
    height: 1rem;
  }

  #topCase .swiper-pagination.case_pagination .swiper-pagination-bullet-active,
  .case_list .swiper-pagination.case_pagination .swiper-pagination-bullet-active {
    background: var(--t-blue2);
  }

}

/*================================================
* topWhy
================================================*/
#topWhy {
  padding-bottom: 27.6rem;
}

#topWhy::before {
  position: absolute;
  content: "";
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
  vertical-align: middle;
  display: inline-block;
  background-image: url(../images/why_bg.webp);
  width: 100vw;
  height: 108rem;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  border-radius: 0 0 0 9.6rem;

  opacity: 0;
  transition: all 2.4s ease;
  transition-delay: 0.2s;
  z-index: -1;
}

#topWhy::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 110rem;
  bottom: 0;
  left: 0;
  background: #F9FAFB;
  background: linear-gradient(180deg, rgba(249, 250, 251, 1) 0%, rgba(249, 250, 251, 0.25) 15%, rgba(249, 250, 251, 0) 25%, rgba(249, 250, 251, 0) 100%);
  opacity: 0;
  transition: all 2.4s ease;
  transition-delay: 0.2s;
  z-index: -1;
}

#topWhy.on::before,
#topWhy.on::after {
  opacity: 1;
}

#topWhy .lead {
  text-align: center;
  margin: 4rem auto 7rem;
  font-weight: 700;
  line-height: 2.1;
}

@media screen and (max-width:1023px) {
  #topWhy {
    padding-bottom: 22.4rem;
  }

  #topWhy::before {
    background-image: url(../images/why_bg_sp.webp);
    height: 286vw;
    z-index: -1;
  }

  #topWhy::after {
    height: 286vw;
  }

  #topWhy .lead {
    margin: 5rem auto 4rem;
  }
}

/*================================================
* topMagazine
================================================*/
#topMagazine {
  padding-bottom: 14.9rem;
}

#topMagazine::before {
  position: absolute;
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  display: inline-block;
  background-image: url(../images/mag_bg.svg);
  width: 100vw;
  height: 38.5vw;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

#topMagazine .lead {
  margin: 3rem auto 6rem;
  text-align: center;
}



.mag_list {
  width: calc(74.8672% + 3.2rem);
  margin: 0 auto 6rem;
  min-width: 1000px;
}

.mag_list .mag_swiper {
  overflow: unset;
}

.mag_list .swiper-wrapper {
  justify-content: center;
  align-items: stretch;
}



.mag_list .mag_card {
  border-radius: 1.6rem;
  overflow: hidden;
  width: calc(32% + 1.6rem);
  padding: 2rem 1.6rem;
  height: auto;
}


.mag_list .mag_card a {
  height: 100%;
  display: block;
  background: var(--t-white);
  box-shadow: 0 0 2rem 0 rgb(0 0 0 / 10%);
  border-radius: 2.4rem;
  overflow: hidden;
  display: flex;
  align-items: start;
  flex-wrap: wrap;
  padding: 2.4rem;
  gap: 0 2.4rem;
  position: relative;
}

.mag_list .mag_card a i {
  position: absolute;
  bottom: 1.6rem;
  right: 2.4rem;
}

.mag_list .mag_card .thumbnail {
  width: 10rem;
}

.mag_list .mag_card .thumbnail img {
  height: auto;
}

.mag_list .mag_card .meta {
  width: calc(100% - 12.4rem);
}

.mag_list .mag_card .meta span {
  display: block;
}

.mag_list .mag_card .meta .cat {
  font-size: var(--p-ss);
  font-weight: 700;
  color: var(--t-white);
  background: var(--a-1);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.8rem 1.6rem;
  line-height: 1;
  border-radius: 0.8rem;
}

.mag_list .mag_card .meta .ttl {
  font-size: 2rem;
  font-weight: 700;
  margin: 1.6rem 0 0;
  line-height: 1.6;
  transition: .4s;
}

.mag_list .mag_card a:hover .meta .ttl {
  color: var(--t-blue);
}

.mag_list .mag_card a .tag {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: start;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 2rem;
}

.mag_list .mag_card a .tag span {
  font-size: var(--p-ss);
  font-weight: 700;
  position: relative;
  padding-left: 1.5rem;
}

.mag_list .mag_card a .tag span::before {
  position: absolute;
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  display: inline-block;
  background-image: url(../images/icon_tag_p.png);
  width: 1rem;
  height: 1rem;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.mag_list .mag_card a .date {
  font-size: var(--p-ss);
  font-weight: 700;
  color: var(--a-1);
  padding-right: 3rem;
  word-break: break-word;
  width: 100%;
  margin-top: 1rem;
  padding-top: 2rem;
  border-top: 1px solid var(--t-gray4);
}

@media screen and (max-width:1023px) {

  #topMagazine {
    padding-top: 12.9rem;
  }

  #topMagazine::before {
    background-image: url(../images/mag_bg_sp.svg);
    width: 100vw;
    height: 135.34vw;
    top: 25%;
  }

  #topMagazine .lead {
    margin: 4rem auto 2.8rem;
    text-align: center;
  }

  #topMagazine .mag_list {
    position: relative;
    padding-bottom: 30px;
  }

  .mag_list {
    margin-bottom: 2.8rem;
  }

  .mag_list {
    width: calc(100% - 1rem);
    margin-left: auto;
    min-width: unset;
  }

  .mag_list .mag_swiper {
    overflow: hidden;
  }

  .mag_list .swiper-wrapper {
    justify-content: start;
    align-items: stretch;
  }

  .mag_list .mag_card,
  .mag_list .mag_card:nth-of-type(2) {
    min-width: 29rem;
    width: 84.5%;
    margin-right: -1rem;
    height: auto;
  }

  .mag_list .mag_card a {
    flex-wrap: wrap;
  }

  .mag_list .swiper-pagination.mag_pagination {
    bottom: 0;
  }

  .mag_list .swiper-pagination.mag_pagination .swiper-pagination-bullet {
    width: 1rem;
    height: 1rem;
  }

  .mag_list .swiper-pagination.mag_pagination .swiper-pagination-bullet-active {
    background: var(--t-blue2);
  }
}

/*================================================
* topLink
================================================*/
#topLink {
  padding: 13.9rem 0 14.9rem;
  border-radius: 0 12rem 0 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
}


.topLink_inner {
  display: flex;
  align-items: start;
  justify-content: center;
  flex-wrap: wrap;
  gap: 3.2rem;
}

.topLink_card {
  width: 54.4rem;
  width: calc((100% - 3.2rem)/2);
  display: block;
  border-radius: 2.4rem;
  overflow: hidden;
  position: relative;
}

.topLink_card .topLink_card-txt {
  position: absolute;
  z-index: 1;
  top: 4rem;
  right: 4rem;
  color: var(--t-white);
  font-size: var(--lv3-j-ttl);
  font-weight: 400;
  line-height: 1;
}

.topLink_card i {
  position: absolute;
  z-index: 1;
  bottom: 4rem;
  right: 4rem;
  width: 4rem;
  height: 4rem;
}

.topLink_card img {
  overflow: hidden;
  object-fit: cover;
  transition: .4s;
}

.topLink_card:hover img {
  transform: scale(1.15);
}

.topLink_middle {
  width: 100%;
  border-radius: 2.4rem;
  overflow: clip;
  aspect-ratio: 16 / 9;
  /* max-height: 520px;
  min-height: 400px; */
}


.topLink_under {
  width: 100%;
  padding: 3.2rem 0;
  background: var(--t-gray4);
  border-radius: 2.4rem;
}

.topLink_under-wrap {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 3.2rem;
  margin-bottom: 6rem;
}

.topLink_under-card {
  padding: 3rem;
  width: 28.6%;
  background: var(--t-white);
  border-radius: 1.6rem;
  display: grid;
  place-content: center;
  position: relative;
}

.topLink_under-card.card01 img {
  width: 69%;
  margin: 0 auto;
}

.topLink_under-card.card02 img {
  width: 97%;
  margin: 0 auto;
}

.topLink_under-card i {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
}

@media screen and (max-width:1023px) {
  #topLink {
    border-radius: 0 7.2rem 0 0;
    padding: 6.4rem 0 6.4rem;
    background: linear-gradient(180deg, rgba(239, 239, 239, 1) 0%, rgba(239, 239, 239, 0) 100%);
  }


  .topLink_inner {
    gap: 1.6rem;
  }

  .topLink_card {
    width: 100%;
  }

  .topLink_card .topLink_card-txt {
    top: 2.4rem;
    right: 2.4rem;
  }

  .topLink_card i {
    bottom: 2.4rem;
    right: 2.4rem;
  }

  .topLink_middle {
    aspect-ratio: 16/9;
    min-height: unset;
    max-height: unset;
  }

  .topLink_under-wrap {
    gap: 1.6rem;
    padding: 1.6rem;
    margin-top: 1rem;
    margin-bottom: 2rem;
  }

  .topLink_under-card {
    width: 47.6%;
    padding: 1.5rem 0;
  }

  .topLink_under-card.card01 img {
    width: 56.2%;
  }

  .topLink_under-card.card02 img {
    width: 79%;
  }

  .topLink_under-card i {
    width: 1.5rem;
    height: 1.5rem;
    bottom: 0.5rem;
    right: 0.5rem;
  }
}

/*================================================
* 
================================================*/

@media screen and (max-width:1023px) {}

/*================================================
* 
================================================*/


@media screen and (max-width:1023px) {}

/*================================================
* 
================================================*/

@media screen and (max-width:1023px) {}

/*================================================
* 
================================================*/


@media screen and (max-width:1023px) {}

/*================================================
* 
================================================*/

@media screen and (max-width:1023px) {}

/*================================================
* 
================================================*/


@media screen and (max-width:1023px) {}

/*================================================
* 
================================================*/

@media screen and (max-width:1023px) {}

/*================================================
* 
================================================*/


@media screen and (max-width:1023px) {}