﻿.top-contents {
  overflow: hidden;
}

.top-inner {
  max-width: 1372px;
  padding: 0 38px;
  margin: 0 auto;
}

.top-slider .slick-slider {
  margin: 0;
}
.top-slider__dots {
  margin-right: 10px;
}
.top-slider__dots .slick-dots {
  position: relative;
  bottom: auto;
  display: flex;
  gap: 8px;
  width: auto;
  padding: 0;
  margin: 0;
  list-style: none;
}
.top-slider__dots .slick-dots li {
  width: 4px;
  height: 4px;
  padding: 0;
  margin: 0;
}
.top-slider__dots .slick-dots button {
  width: 4px;
  height: 4px;
  padding: 0;
  font-size: 0;
  background-color: #999;
  border: none;
  transition: background-color 0.2s;
}
.top-slider__dots .slick-dots button::before {
  display: none;
}
.top-slider__dots .slick-dots button:hover {
  background-color: #999;
}
.top-slider__dots .slick-dots li.slick-active button {
  background-color: #0068b7;
}
.top-slider__pause {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  order: 3;
  width: 12px;
  height: 12px;
  padding: 0;
  cursor: pointer;
  background: none;
  border: 0;
}
.top-slider__pause:hover {
  opacity: 0.8;
}
.top-slider__pause-icn {
  position: absolute;
  width: 12px;
  height: 12px;
}
.top-slider__pause-icn.is-pause {
  display: block;
}
.top-slider__pause-icn.is-pause::before, .top-slider__pause-icn.is-pause::after {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 2px;
  content: "";
  background-color: #999;
}
.top-slider__pause-icn.is-pause::before {
  left: 2px;
}
.top-slider__pause-icn.is-pause::after {
  right: 2px;
}
.top-slider__pause-icn.is-play {
  display: none;
  width: 0;
  height: 0;
  margin-left: 2px;
  background: none;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 10px solid #999;
}
.top-slider__pause.is-paused .top-slider__pause-icn.is-pause {
  display: none;
}
.top-slider__pause.is-paused .top-slider__pause-icn.is-play {
  display: block;
}
.top-slider__pause:not(.is-paused) .top-slider__pause-icn.is-pause {
  display: block;
}
.top-slider__pause:not(.is-paused) .top-slider__pause-icn.is-play {
  display: none;
}
.top-slider__arrows {
  display: contents;
  gap: 0;
}
.top-slider__arrows .slick-arrow {
  position: relative;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 12px;
  height: 12px;
  padding: 0;
  font-size: 0;
  color: transparent;
  cursor: pointer;
  background: none;
  border: 0;
  opacity: 1;
  transform: none;
}
.top-slider__arrows .slick-arrow::before {
  position: absolute;
  width: 6px;
  height: 6px;
  content: "";
  border-right: 2px solid #999;
  border-bottom: 2px solid #999;
  opacity: 1;
}
.top-slider__arrows .slick-prev {
  order: 2;
}
.top-slider__arrows .slick-prev::before {
  transform: rotate(135deg);
}
.top-slider__arrows .slick-next {
  order: 4;
}
.top-slider__arrows .slick-next::before {
  transform: rotate(-45deg);
}
.top-slider__controls-row {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: flex-end;
}

.top-section {
  padding: 88px 0 80px;
}

.top-hdg small {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #0068b7;
  letter-spacing: 0.1em;
}
.top-hdg span {
  display: block;
  margin-top: 16px;
  font-family: "Roboto", sans-serif;
  font-size: 64px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 5px;
}

.top-hdg--s {
  display: flex;
  gap: 8px;
  align-items: center;
  margin-bottom: 32px;
  font-size: 32px;
  font-weight: 700;
  color: #0068b7;
}
.top-hdg--s::before {
  flex-shrink: 0;
  width: 8px;
  height: 8px;
  content: "";
  background-color: #0068b7;
  border-radius: 2px;
}

.top-cols {
  display: flex;
  gap: 40px;
  justify-content: space-between;
}

.cmn-btn {
  margin-top: 48px;
  text-align: center;
}
.cmn-btn a {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 480px;
  max-width: 100%;
  height: 80px;
  font-size: 16px;
  font-weight: 500;
  color: #0068b7;
  text-decoration: none;
  letter-spacing: 0.1em;
  background-color: transparent;
  border: 1px solid #0068b7;
  border-radius: 8px;
  transition: background-color 0.8s ease-in-out, color 0.8s ease-in-out;
}
.cmn-btn a::after {
  position: absolute;
  top: 50%;
  right: 24px;
  display: block;
  width: 28px;
  height: 6px;
  content: "";
  background-image: url("../image/common/arrow-link.png");
  background-repeat: no-repeat;
  background-size: contain;
  transition: background-image 0.8s ease-in-out;
  transform: translateY(-50%);
}
.cmn-btn a:hover {
  color: #fff;
  background-color: #0068b7;
}
.cmn-btn a:hover::after {
  background-image: url("../image/common/arrow-link_wh.png");
}

.top-card {
  width: 306px;
}
.top-card a {
  display: block;
  color: #333;
  text-decoration: none;
}
.top-card figure {
  margin: 0;
  overflow: hidden;
}
.top-card figure img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  transition: transform 0.8s ease-in-out;
}
.top-card a:hover {
  color: #0068b7;
}
.top-card a:hover figure img {
  transform: scale(1.05);
}
.top-card__date {
  margin-top: 12px;
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #999;
  letter-spacing: 0.05em;
}
.top-card__ttl {
  margin-top: 8px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6;
  transition: color 0.8s ease-in-out;
}

.top-mv {
  display: flex;
  gap: 4px;
  width: 100%;
  min-width: 1200px;
  padding: 0 38px;
}
.top-mv__item {
  position: relative;
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: center;
  height: 620px;
  overflow: hidden;
  text-decoration: none;
}
.top-mv__item::after {
  position: absolute;
  inset: 0;
  z-index: 1;
  content: "";
  background-color: rgba(255, 255, 255, 0.3);
  transition: background-color 0.6s ease-in-out;
}
.top-mv__item:hover::after {
  background-color: rgba(0, 104, 183, 0.3);
}
.top-mv__img {
  position: absolute;
  inset: 0;
}
.top-mv__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s ease-in-out;
}
.top-mv__item:hover .top-mv__img img {
  transform: scale(1.05);
}
.top-mv__ttl {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
}
.top-mv__ttl small {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  color: #0068b7;
  text-align: center;
  letter-spacing: 0.05em;
}
.top-mv__ttl span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 3px 16px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3333333333;
  color: #fff;
  white-space: nowrap;
  background-color: #0068b7;
}
.top-mv__arrow {
  position: absolute;
  right: 32px;
  bottom: 32px;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
}
.top-mv__arrow::before {
  position: absolute;
  inset: 0;
  content: "";
  background-color: #fff;
  border-radius: 50%;
  transition: transform 0.8s ease-in-out, background-color 0.8s ease-in-out;
}
.top-mv__arrow::after {
  position: relative;
  display: block;
  width: 28px;
  height: 6px;
  content: "";
  background-image: url("../image/common/arrow-link.png");
  background-repeat: no-repeat;
  background-size: contain;
  transition: background-image 0.8s ease-in-out;
}
.top-mv__item:hover .top-mv__arrow::before {
  background-color: #0068b7;
  transform: scale(1.2);
}
.top-mv__item:hover .top-mv__arrow::after {
  background-image: url("../image/common/arrow-link_wh.png");
}

.top-topics .top-inner {
  display: flex;
  gap: 24px;
  align-items: flex-start;
}
.top-topics__head {
  flex: 0 0 280px;
}
.top-topics__body {
  display: flex;
  flex: 1 1 996px;
  flex-direction: column;
  gap: 0;
  min-width: 0;
}
.top-topics__slider-wrap {
  position: relative;
  width: calc(100% + 50vw - 648px);
}
.top-topics__list {
  margin: 0;
  overflow: hidden;
}
.top-topics__list:not(:has(.slick-list)) {
  display: flex;
}
.top-topics__list .slick-list {
  overflow: visible;
}
.top-topics__list .top-card {
  width: 306px;
  max-width: 100%;
  margin-right: 24px;
}
.top-topics__gradient {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 72px;
  pointer-events: none;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), #fff);
}
.top-topics__controls {
  margin-top: 24px;
}
.top-topics__controls-row {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: flex-end;
}

.top-application {
  background-color: #e5f0f7;
}
.top-application .top-col:first-child {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.top-application__lead {
  margin-top: 24px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
  color: #333;
}
.top-application__contact {
  position: relative;
  display: flex;
  gap: 17px;
  align-items: center;
  justify-content: center;
  width: 416px;
  height: 184px;
  overflow: hidden;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  letter-spacing: 0.02em;
  background-color: #0068b7;
  background-image: url(../image/top/application-contact.jpg);
  background-position: center;
  background-size: 100%;
  transition: background-size 0.8s ease-in-out;
}
.top-application__contact::before {
  position: absolute;
  inset: 0;
  content: "";
  background-color: #0068b7;
  opacity: 0.9;
  transition: opacity 0.8s ease-in-out;
}
.top-application__contact::after {
  position: absolute;
  right: 16px;
  bottom: 16px;
  z-index: 1;
  display: block;
  width: 28px;
  height: 6px;
  content: "";
  background-image: url("../image/common/arrow-link_wh.png");
  background-repeat: no-repeat;
  background-size: contain;
  transform: translateZ(0);
}
.top-application__contact:hover {
  background-size: 120%;
}
.top-application__contact:hover::before {
  opacity: 0.75;
}
.top-application__contact i {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 48px;
}
.top-application__contact i img {
  display: block;
  max-width: 100%;
}
.top-application__contact span {
  position: relative;
  z-index: 1;
  white-space: nowrap;
}
.top-application__list {
  display: flex;
  gap: 16px;
  margin-top: 34px;
}
.top-application__item {
  position: relative;
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 16px;
  align-items: center;
  justify-content: center;
  padding: 32px 16px;
  text-decoration: none;
  background-color: #fff;
  border: 2px solid #fff;
  transition: border-color 0.8s ease-in-out, color 0.8s ease-in-out;
}
.top-application__item::after {
  position: absolute;
  right: 16px;
  bottom: 16px;
  z-index: 1;
  display: block;
  width: 28px;
  height: 6px;
  content: "";
  background-image: url("../image/common/arrow-link.png");
  background-repeat: no-repeat;
  background-size: contain;
  transform: translateZ(0);
}
.top-application__item:hover {
  color: #0068b7;
  border-color: #0068b7;
}
.top-application__item i {
  display: flex;
  align-items: center;
  justify-content: center;
}
.top-application__item i img {
  display: block;
  height: 48px;
}
.top-application__item span {
  font-size: 16px;
  font-weight: 700;
  white-space: nowrap;
}

.top-about__cards {
  display: flex;
  gap: 24px;
  justify-content: space-between;
  margin-top: 56px;
}
.top-about__card {
  position: relative;
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: center;
  height: 480px;
  padding: 40px 0;
  overflow: hidden;
  color: #fff;
  text-decoration: none;
}
.top-about__card-bg {
  position: absolute;
  inset: 0;
}
.top-about__card-bg::after {
  position: absolute;
  inset: 0;
  content: "";
  background-color: #0068b7;
  opacity: 0.9;
}
.top-about__card-bg img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
.top-about__card-ico {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
}
.top-about__card-ico img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}
.top-about__card-body {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
  width: 554px;
  max-width: 100%;
  margin-top: 24px;
  text-align: center;
}
.top-about__card-body strong {
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
}
.top-about__card-body p {
  font-size: 16px;
  font-weight: 700;
  line-height: 2;
  color: #fff;
  letter-spacing: 0.02em;
}

.top-tablist-cols, .top-knowledge .top-seminar .top-seminar__cols, .top-news .top-cols {
  gap: 64px;
}
.top-tablist-cols > .top-col:first-child, .top-knowledge .top-seminar .top-seminar__cols > .top-col:first-child, .top-news .top-cols > .top-col:first-child {
  flex: 0 0 240px;
}
.top-tablist-cols > .top-col:last-child, .top-knowledge .top-seminar .top-seminar__cols > .top-col:last-child, .top-news .top-cols > .top-col:last-child {
  flex: 0 0 1000px;
}

.top-tablist__nav {
  margin-top: 32px;
}
.top-tablist__nav ul {
  display: flex;
  flex-direction: column;
  gap: 0;
  padding: 0;
  margin: 0;
  list-style: none;
}
.top-tablist__nav li {
  border-bottom: 1px solid #cecece;
}
.top-tablist__nav button {
  display: block;
  width: 100%;
  padding: 16px 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #999;
  text-align: left;
  cursor: pointer;
  background: none;
  border: none;
  transition: color 0.8s ease-in-out;
}
.top-tablist__nav button:hover, .top-tablist__nav button.is-current {
  font-weight: 700;
  color: #0068b7;
}
.top-tablist__nav button.is-current {
  position: relative;
}
.top-tablist__nav button.is-current::before {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 2px;
  content: "";
  background-color: #0068b7;
}

.top-tablist__content {
  min-height: 320px;
}

.top-tabnav, .top-knowledge .top-seminar .top-seminar__tabnav, .top-news__tabnav {
  padding: 24px;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.top-tabnav ul, .top-knowledge .top-seminar .top-seminar__tabnav ul, .top-news__tabnav ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 0;
  margin: 0;
  list-style: none;
}
.top-tabnav button, .top-knowledge .top-seminar .top-seminar__tabnav button, .top-news__tabnav button {
  position: relative;
  display: block;
  width: 100%;
  padding: 12px 12px 12px 40px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-align: left;
  letter-spacing: 5px;
  cursor: pointer;
  background: none;
  border: none;
  border-radius: 0;
  transition: color 0.2s, background-color 0.2s;
}
.top-tabnav button::before, .top-knowledge .top-seminar .top-seminar__tabnav button::before, .top-news__tabnav button::before {
  position: absolute;
  top: 50%;
  left: 24px;
  width: 8px;
  height: 8px;
  content: "";
  transform: translateY(-50%);
}
.top-tabnav button.is-current, .top-knowledge .top-seminar .top-seminar__tabnav button.is-current, .top-news__tabnav button.is-current {
  background-color: #fff;
}
.top-tabnav--news {
  margin-top: 52px;
  background-color: #f5f5f5;
}
.top-tabnav--news button::before {
  background-color: #00518f;
}
.top-tabnav--news button[data-dot=main]::before {
  background-color: #0068b7;
}
.top-tabnav--news button[data-dot=main].is-current {
  color: #0068b7;
}
.top-tabnav--news button[data-dot=law]::before {
  background-color: #85278d;
}
.top-tabnav--news button[data-dot=law].is-current {
  color: #85278d;
}
.top-tabnav--news button[data-dot=test]::before {
  background-color: #b83939;
}
.top-tabnav--news button[data-dot=test].is-current {
  color: #b83939;
}
.top-tabnav--news button[data-dot=other]::before {
  background-color: #333;
}
.top-tabnav--news button[data-dot=other].is-current {
  color: #333;
}
.top-tabnav--seminar button::before {
  background-color: #00518f;
}
.top-tabnav--seminar button[data-dot=online]::before {
  background-color: #d4352f;
}
.top-tabnav--seminar button[data-dot=online].is-current {
  color: #d4352f;
}
.top-tabnav--seminar button[data-dot=kanto]::before {
  background-color: #0068b7;
}
.top-tabnav--seminar button[data-dot=kanto].is-current {
  color: #0068b7;
}
.top-tabnav--seminar button[data-dot=kansai]::before {
  background-color: #51acbf;
}
.top-tabnav--seminar button[data-dot=kansai].is-current {
  color: #51acbf;
}
.top-tabnav--seminar button[data-dot=chubu]::before {
  background-color: #febd3f;
}
.top-tabnav--seminar button[data-dot=chubu].is-current {
  color: #febd3f;
}
.top-tabnav--seminar button[data-dot=otherarea]::before {
  background-color: #bf7373;
}
.top-tabnav--seminar button[data-dot=otherarea].is-current {
  color: #bf7373;
}
.top-tabnav--seminar button[data-dot=overseas]::before {
  background-color: #60b284;
}
.top-tabnav--seminar button[data-dot=overseas].is-current {
  color: #60b284;
}

.top-news__tabcontent {
  min-height: 320px;
}
.top-news .cmn-btn {
  margin-top: 40px;
}

.top-newslist {
  display: none;
}
.top-newslist.is-active {
  display: block;
}
.top-newslist__item {
  display: flex;
  gap: 24px;
  align-items: center;
  justify-content: space-between;
  padding: 16px 0 10px 16px;
  text-decoration: none;
  letter-spacing: 0.15em;
  border-bottom: 1px solid #cecece;
  transition: background-color 0.8s ease-in-out;
}
.top-newslist__item:first-child {
  border-top: 1px solid #cecece;
}
.top-newslist__item:hover {
  background-color: #e5f0f7;
}
.top-newslist__item-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 12px;
  min-width: 0;
}
.top-newslist__item-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 8px;
  align-items: center;
}
.top-newslist__item-date {
  margin-right: 6px;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  color: #999;
  white-space: nowrap;
}
.top-newslist__item-icn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 128px;
  padding: 9px 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 500;
  color: #0068b7;
  letter-spacing: 5px;
  white-space: nowrap;
  background-color: #fff;
  border: 1px solid #0068b7;
  border-radius: 7px;
}
.top-newslist__item-icn.is-law {
  color: #85278d;
  border-color: #85278d;
}
.top-newslist__item-icn.is-test {
  color: #b83939;
  border-color: #b83939;
}
.top-newslist__item-icn.is-other {
  color: #333;
  border-color: #333;
}
.top-newslist__item-icn.is-kanto {
  color: #fff;
  background-color: #0068b7;
  border-color: #0068b7;
}
.top-newslist__item-icn.is-kansai {
  color: #fff;
  background-color: #51acbf;
  border-color: #51acbf;
}
.top-newslist__item-icn.is-chubu {
  color: #fff;
  background-color: #febd3f;
  border-color: #febd3f;
}
.top-newslist__item-icn.is-otherarea {
  color: #fff;
  background-color: #bf7373;
  border-color: #bf7373;
}
.top-newslist__item-icn.is-overseas {
  color: #fff;
  background-color: #60b284;
  border-color: #60b284;
}
.top-newslist__item-icn.is-online {
  color: #fff;
  background-color: #d4352f;
  border-color: #d4352f;
}
.top-newslist--seminar .top-newslist__item:hover {
  background-color: #fff;
}
.top-newslist__item-ttl {
  display: -webkit-box;
  max-height: 1.6em;
  overflow: hidden;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.top-knowledge {
  background-color: #e5f0f7;
}
.top-knowledge__block {
  margin-top: 55px;
}
.top-knowledge__block + .top-knowledge__block {
  margin-top: 80px;
}
.top-knowledge .top-cols {
  gap: 30px;
}
.top-knowledge .top-cols > .top-col:first-child {
  flex: 0 1 736px;
}
.top-knowledge .top-cols > .top-col:last-child {
  flex: 0 1 504px;
}
.top-knowledge .cmn-btn {
  margin-top: 40px;
}
.top-knowledge__imgwrap {
  position: relative;
}
.top-knowledge__img {
  position: relative;
  width: 100%;
  aspect-ratio: 736/618;
  overflow: hidden;
}
.top-knowledge__img-item {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 0;
  object-fit: cover;
  transition: opacity 0.6s ease-in-out;
}
.top-knowledge__img-item.is-current {
  z-index: 1;
  opacity: 1;
}
.top-knowledge__list {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.top-knowledge__list-item {
  padding: 24px 0 15px;
  border-bottom: 1px solid #cecece;
}
.top-knowledge__list-item:first-child {
  padding-top: 0;
}
.top-knowledge__list-item a {
  position: relative;
  display: flex;
  gap: 24px;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 15px;
  color: #333;
  text-decoration: none;
  transition: color 0.8s ease-in-out;
}
.top-knowledge__list-item a::after {
  position: absolute;
  top: 10px;
  right: 0;
  z-index: 1;
  display: block;
  width: 48px;
  height: 48px;
  content: "";
  background: #fff url("../image/common/arrow-link.png") no-repeat 50% 50%/28px;
  border-radius: 50%;
  transition: background 0.8s ease-in-out;
}
.top-knowledge__list-item a:hover {
  color: #0068b7;
}
.top-knowledge__list-item a:hover::after {
  background-color: #0068b7;
  background-image: url("../image/common/arrow-link_wh.png");
}
.top-knowledge__link-text {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.top-knowledge__link-text small {
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #999;
  letter-spacing: 0;
}
.top-knowledge__link-text span {
  font-size: 24px;
  font-weight: 700;
}
.top-knowledge__link-arrow {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
}
.top-knowledge__link-arrow img {
  display: block;
  width: 100%;
  height: 100%;
}
.top-knowledge__slider, .top-knowledge__seminar {
  min-height: 200px;
}
.top-knowledge__slider-wrap {
  position: relative;
}
.top-knowledge__slider {
  margin: 0;
}
.top-knowledge__slider:not(:has(.slick-list)) {
  display: flex;
}
.top-knowledge__slider .slick-list {
  overflow: visible;
}
.top-knowledge__slider .top-card {
  width: 306px;
  max-width: 100%;
  padding: 0 12px;
  margin: 0;
}
.top-knowledge__slider-gradient {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 72px;
  pointer-events: none;
}
.top-knowledge__slider-gradient--left {
  left: calc(50% - 50vw);
  background: linear-gradient(to right, #e5f0f7, transparent);
}
.top-knowledge__slider-gradient--right {
  right: calc(50% - 50vw);
  background: linear-gradient(to left, #e5f0f7, transparent);
}
.top-knowledge__slider-controls {
  margin-top: -46px;
  margin-bottom: 34px;
}
.top-knowledge .top-seminar .top-seminar__tabcontent {
  min-height: 320px;
}

.top-relationship {
  padding: 80px 0;
  margin-top: 134px;
  background-color: #f5f5f5;
}
.top-relationship__slider-wrap {
  position: relative;
  width: 100%;
  overflow: visible;
}
.top-relationship__list {
  margin: 0;
  overflow: visible;
}
.top-relationship__list:not(:has(.slick-list)) {
  display: flex;
}
.top-relationship__list .slick-list {
  overflow: visible;
}
.top-relationship__list .slick-slide {
  width: 196px;
  padding: 8px;
  margin: 0 12px;
}
.top-relationship__slider-controls {
  margin-top: -14px;
  margin-bottom: 34px;
}
.top-relationship__controls-row {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: flex-end;
}
.top-relationship__item {
  display: block;
  width: 196px;
  padding: 8px;
  margin: 0 12px;
  text-decoration: none;
  background-color: #fff;
}
.top-relationship__item img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}
.top-relationship__controls {
  margin-top: 24px;
}
@media (max-width: 1372px) {
  .top-topics__slider-wrap {
    width: calc(100% + 38px);
  }
  .top-knowledge__slider-gradient--left {
    left: -38px;
  }
  .top-knowledge__slider-gradient--right {
    right: -38px;
  }
}