.front-page {
  overflow: hidden;
}

.headline {
  margin-bottom: calc(8px * 5);
  text-align: center;
}

@media screen and (max-width: 959px) {
  .headline {
    margin-bottom: calc((8px * 5) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .headline {
    margin-bottom: calc((8px * 5) * 0.5);
  }
}

.headline__sub {
  margin-bottom: 12px;
  color: #1A5CB9;
  font-size: 7.2rem;
  font-family: "Cormorant Garamond", sans-serif;
  line-height: 1.2;
}

@media screen and (max-width: 1279px) {
  .headline__sub {
    font-size: 6.4rem;
  }
}

@media screen and (max-width: 959px) {
  .headline__sub {
    font-size: 5.6rem;
  }
}

@media screen and (max-width: 767px) {
  .headline__sub {
    font-size: 4.8rem;
  }
}

@media screen and (max-width: 519px) {
  .headline__sub {
    font-size: 4rem;
  }
}

.headline__main {
  font-size: 2.4rem;
  line-height: 1.2;
}

@media screen and (max-width: 959px) {
  .headline__main {
    font-size: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .headline__main {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 519px) {
  .headline__main {
    font-size: 1.6rem;
  }
}

.headline.--news {
  text-align: left;
}

@media screen and (max-width: 959px) {
  .headline.--news {
    text-align: center;
  }
}

.hero {
  margin-bottom: calc(8px * 8);
}

@media screen and (max-width: 959px) {
  .hero {
    margin-bottom: calc((8px * 8) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .hero {
    margin-bottom: calc((8px * 8) * 0.5);
  }
}

@media screen and (max-width: 1279px) {
  .hero {
    height: auto;
  }
}

.hero .hero-slider {
  line-height: 0;
}

.hero .hero-slider .slick-list {
  margin-bottom: 24px;
}

@media screen and (max-width: 767px) {
  .hero .hero-slider .slick-list {
    margin-bottom: 16px;
  }
}

.hero .hero-slider .slick-list img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
}

.hero .hero-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
}

@media screen and (max-width: 767px) {
  .hero .hero-dots {
    gap: 12px;
  }
}

.hero .hero-dots > li button {
  display: block;
  width: 12px;
  height: 12px;
  font-size: 0;
  background: #c3c3c3;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

@media screen and (max-width: 767px) {
  .hero .hero-dots > li button {
    width: 8px;
    height: 8px;
  }
}

.hero .hero-dots > li button:hover {
  background: #1A5CB9;
}

.hero .hero-dots > li.slick-active button {
  background: #1A5CB9;
}

.seminar .seminar-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 24px;
  margin-bottom: calc(8px * 5);
}

@media screen and (max-width: 959px) {
  .seminar .seminar-list {
    margin-bottom: calc((8px * 5) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .seminar .seminar-list {
    margin-bottom: calc((8px * 5) * 0.5);
  }
}

@media screen and (max-width: 959px) {
  .seminar .seminar-list {
    gap: 24px 16px;
  }
}

.seminar .seminar-list__item {
  width: calc((100% / 3) - (24px * 2 / 3));
}

@media screen and (max-width: 959px) {
  .seminar .seminar-list__item {
    width: calc((100% / 3) - (16px * 2 / 3));
  }
}

@media screen and (max-width: 767px) {
  .seminar .seminar-list__item {
    width: 100%;
  }
}

.seminar .seminar-list__item .seminar-vsl {
  margin-bottom: 24px;
}

@media screen and (max-width: 959px) {
  .seminar .seminar-list__item .seminar-vsl {
    margin-bottom: 16px;
  }
}

.seminar .seminar-list__item .seminar-vsl a {
  display: block;
  aspect-ratio: 10 / 3.5;
  background: #f3f3f3;
}

.seminar .seminar-list__item .seminar-vsl a img {
  -o-object-fit: contain;
  object-fit: contain;
  height: 100%;
}

.seminar .seminar-list__item .seminar-vsl a:hover {
  opacity: 0.8;
}

.seminar .seminar-list__item .seminar-dtl .seminar-dtl-ttl {
  margin-bottom: 12px;
}

.seminar .seminar-list__item .seminar-dtl .seminar-dtl-ttl a {
  font-size: 2rem;
  line-height: 1.4;
  text-decoration: underline;
  overflow: hidden;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
}

@media screen and (max-width: 959px) {
  .seminar .seminar-list__item .seminar-dtl .seminar-dtl-ttl a {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 519px) {
  .seminar .seminar-list__item .seminar-dtl .seminar-dtl-ttl a {
    font-size: 1.6rem;
  }
}

.seminar .seminar-list__item .seminar-dtl .seminar-dtl-ttl a:hover {
  color: #1A5CB9;
  text-decoration: none;
}

.seminar .seminar-list__item .seminar-dtl .seminar-dtl-date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}

.seminar .seminar-list__item .seminar-dtl .seminar-dtl-date dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 72px;
  height: 24px;
  border: solid 1px #868686;
  color: #868686;
  font-size: 1.2rem;
  line-height: 1;
}

@media screen and (max-width: 959px) {
  .seminar .seminar-list__item .seminar-dtl .seminar-dtl-date dt {
    width: 64px;
  }
}

@media screen and (max-width: 519px) {
  .seminar .seminar-list__item .seminar-dtl .seminar-dtl-date dt {
    width: 56px;
  }
}

.seminar .seminar-list__item .seminar-dtl .seminar-dtl-date dd {
  width: calc(100% - 80px);
  color: #868686;
  font-size: 1.4rem;
  line-height: 1.4;
}

@media screen and (max-width: 959px) {
  .seminar .seminar-list__item .seminar-dtl .seminar-dtl-date dd {
    width: calc(100% - 72px);
  }
}

@media screen and (max-width: 519px) {
  .seminar .seminar-list__item .seminar-dtl .seminar-dtl-date dd {
    width: calc(100% - 64px);
  }
}

.news .news-unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 64px;
}

@media screen and (max-width: 1279px) {
  .news .news-unit {
    gap: 56px;
  }
}

@media screen and (max-width: 1023px) {
  .news .news-unit {
    gap: 48px;
  }
}

@media screen and (max-width: 959px) {
  .news .news-unit {
    gap: 0;
  }
}

.news .news-unit__head {
  width: 200px;
}

@media screen and (max-width: 959px) {
  .news .news-unit__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    width: 100%;
  }
}

.news .news-unit__dtl {
  width: calc(100% - 264px);
}

@media screen and (max-width: 1279px) {
  .news .news-unit__dtl {
    width: calc(100% - 256px);
  }
}

@media screen and (max-width: 1023px) {
  .news .news-unit__dtl {
    width: calc(100% - 248px);
  }
}

@media screen and (max-width: 959px) {
  .news .news-unit__dtl {
    width: 100%;
  }
}

.news .news-list {
  padding-top: 32px;
}

@media screen and (max-width: 959px) {
  .news .news-list {
    margin-bottom: calc(8px * 5);
  }
}

@media screen and (max-width: 959px) and (max-width: 959px) {
  .news .news-list {
    margin-bottom: calc((8px * 5) * 0.75);
  }
}

@media screen and (max-width: 959px) and (max-width: 519px) {
  .news .news-list {
    margin-bottom: calc((8px * 5) * 0.5);
  }
}

@media screen and (max-width: 767px) {
  .news .news-list {
    padding-top: 24px;
  }
}

.news .news-list__item {
  padding: 0 8px;
}

.news .news-list__item:not(:nth-last-of-type(1)) {
  margin-bottom: calc(8px * 4);
  padding-bottom: calc(8px * 4);
  border-bottom: dashed 1px #c3c3c3;
}

@media screen and (max-width: 959px) {
  .news .news-list__item:not(:nth-last-of-type(1)) {
    margin-bottom: calc((8px * 4) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .news .news-list__item:not(:nth-last-of-type(1)) {
    margin-bottom: calc((8px * 4) * 0.5);
  }
}

@media screen and (max-width: 959px) {
  .news .news-list__item:not(:nth-last-of-type(1)) {
    padding-bottom: calc((8px * 4) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .news .news-list__item:not(:nth-last-of-type(1)) {
    padding-bottom: calc((8px * 4) * 0.5);
  }
}

@media screen and (max-width: 959px) {
  .news .news-list__item:nth-last-of-type(1) {
    padding-bottom: calc(8px * 4);
    border-bottom: dashed 1px #c3c3c3;
  }
}

@media screen and (max-width: 959px) and (max-width: 959px) {
  .news .news-list__item:nth-last-of-type(1) {
    padding-bottom: calc((8px * 4) * 0.75);
  }
}

@media screen and (max-width: 959px) and (max-width: 519px) {
  .news .news-list__item:nth-last-of-type(1) {
    padding-bottom: calc((8px * 4) * 0.5);
  }
}

.news .news-list__item .news-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
  margin-bottom: 10px;
}

.news .news-list__item .news-meta__date {
  line-height: 1.4;
}

.news .news-list__item .news-meta__cate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 24px;
  padding: 0 20px;
  border: solid 1px #252525;
  border-radius: 1px;
  font-size: 1.2rem;
}

@media screen and (max-width: 1023px) {
  .news .news-list__item .news-meta__cate {
    padding: 0 16px;
  }
}

@media screen and (max-width: 767px) {
  .news .news-list__item .news-meta__cate {
    padding: 0 12px;
  }
}

.news .news-list__item .news-meta__cate.--conference {
  border-color: #1A5CB9;
  color: #1A5CB9;
}

.news .news-list__item .news-meta__cate.--conference:hover {
  background: #1A5CB9;
  color: #fff;
}

.news .news-list__item .news-meta__cate.--seminar {
  border-color: #f2881d;
  color: #f2881d;
}

.news .news-list__item .news-meta__cate.--seminar:hover {
  background: #f2881d;
  color: #fff;
}

.news .news-list__item .news-meta__cate.--committee {
  border-color: #31918e;
  color: #31918e;
}

.news .news-list__item .news-meta__cate.--committee:hover {
  background: #31918e;
  color: #fff;
}

.news .news-list__item .news-meta__cate.--public {
  border-color: #868686;
  color: #868686;
}

.news .news-list__item .news-meta__cate.--public:hover {
  background: #868686;
  color: #fff;
}

.news .news-list__item .news-meta__cate.--membersroom {
  border-color: #8d49c7;
  color: #8d49c7;
}

.news .news-list__item .news-meta__cate.--membersroom:hover {
  background: #8d49c7;
  color: #fff;
}

.news .news-list__item .news-ttl a {
  text-decoration: underline;
}

.news .news-list__item .news-ttl a:hover {
  color: #1A5CB9;
  text-decoration: none;
}

.news .bnr-certificate {
  max-width: 1000px;
  margin: 0 auto;
}

.news .bnr-certificate:hover {
  opacity: 0.8;
}

.journal {
  position: relative;
  padding-bottom: 64px;
}

.journal::before {
  content: 'Journal';
  position: absolute;
  top: calc(50% + 0.2em);
  left: -1.4em;
  z-index: -1;
  color: #E1EEFD;
  font-size: 12.0rem;
  -webkit-transform: rotateZ(90deg) translateY(-50%);
  transform: rotateZ(90deg) translateY(-50%);
  -webkit-transform-origin: top center;
  transform-origin: top center;
}

.journal::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -2;
  width: 100%;
  height: calc(100% - 44px);
  background: #F5F9FD;
}

.journal .journal-unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 40px;
}

@media screen and (max-width: 959px) {
  .journal .journal-unit {
    gap: 28px;
  }
}

@media screen and (max-width: 767px) {
  .journal .journal-unit {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
  }
}

.journal .journal-unit__vsl {
  width: 360px;
}

@media screen and (max-width: 767px) {
  .journal .journal-unit__vsl {
    max-width: 360px;
    width: 100%;
    margin-inline: auto;
  }
}

@media screen and (max-width: 519px) {
  .journal .journal-unit__vsl {
    width: 90%;
  }
}

.journal .journal-unit__dtl {
  width: calc(100% - 400px);
}

@media screen and (max-width: 959px) {
  .journal .journal-unit__dtl {
    width: calc(100% - 388px);
  }
}

@media screen and (max-width: 767px) {
  .journal .journal-unit__dtl {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .journal .journal-unit__dtl .txt {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .journal .journal-unit__dtl .btn {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.journal .journal-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
  font-family: "Cormorant Garamond", sans-serif;
}

@media screen and (max-width: 767px) {
  .journal .journal-ttl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0;
    margin-bottom: 4px;
  }
}

.journal .journal-ttl em {
  margin-right: 12px;
  font-size: 4rem;
  line-height: 1.2;
}

@media screen and (max-width: 959px) {
  .journal .journal-ttl em {
    font-size: 3.6rem;
  }
}

@media screen and (max-width: 767px) {
  .journal .journal-ttl em {
    font-size: 3.2rem;
  }
}

.journal .journal-link {
  padding-top: calc(8px * 3);
  border-top: dashed 1px #1A5CB9;
}

@media screen and (max-width: 959px) {
  .journal .journal-link {
    padding-top: calc((8px * 3) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .journal .journal-link {
    padding-top: calc((8px * 3) * 0.5);
  }
}

.journal .journal-link .journal-link-txt {
  margin-bottom: 12px;
  font-size: 1.2rem;
}

@media screen and (max-width: 767px) {
  .journal .journal-link .journal-link-txt {
    text-align: center;
  }
}

.journal .journal-link .journal-link-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  width: 100%;
  max-width: 200px;
  height: 56px;
  background: #fff;
}

@media screen and (max-width: 767px) {
  .journal .journal-link .journal-link-btn {
    margin-inline: auto;
  }
}

.journal .journal-link .journal-link-btn::after {
  content: '';
  position: absolute;
  right: 6px;
  bottom: 6px;
  width: 8px;
  aspect-ratio: 1/1;
  background: -webkit-gradient(linear, left top, right bottom, color-stop(50%, transparent), color-stop(50%, #252525));
  background: linear-gradient(to bottom right, transparent 50%, #252525 50%);
}

.journal .journal-link .journal-link-btn img {
  max-width: 88px;
}

.site-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1px;
}

.site-link__item {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  width: calc((100% / 3) - (1px * 2 / 3));
  aspect-ratio: 2/1;
}

@media screen and (max-width: 959px) {
  .site-link__item {
    width: calc((100% / 2) - (1px * 1 / 2));
  }
}

.site-link__item .site-link-name {
  margin-bottom: 12px;
  color: #fff;
  font-size: 2.8rem;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 1279px) {
  .site-link__item .site-link-name {
    font-size: 2.4rem;
    letter-spacing: 0.1em;
  }
}

@media screen and (max-width: 959px) {
  .site-link__item .site-link-name {
    margin-bottom: 9px;
    font-size: 2rem;
    letter-spacing: 0.05em;
  }
}

@media screen and (max-width: 767px) {
  .site-link__item .site-link-name {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 519px) {
  .site-link__item .site-link-name {
    margin-bottom: 6px;
    font-size: 1.4rem;
    letter-spacing: 0;
  }
}

.site-link__item .site-link-more {
  position: relative;
  padding-left: 32px;
  color: #fff;
}

@media screen and (max-width: 959px) {
  .site-link__item .site-link-more {
    padding-left: 24px;
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 519px) {
  .site-link__item .site-link-more {
    padding-left: 20px;
    font-size: 1.2rem;
  }
}

.site-link__item .site-link-more::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 20px;
  aspect-ratio: 1/1;
  background: #fff;
  -webkit-mask-image: url("/img/general/icon/arrow-circle.svg");
  mask-image: url("/img/general/icon/arrow-circle.svg");
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 959px) {
  .site-link__item .site-link-more::before {
    width: 16px;
  }
}

@media screen and (max-width: 519px) {
  .site-link__item .site-link-more::before {
    width: 12px;
  }
}

.site-link__item .site-link-img {
  position: absolute;
  top: 0;
  left: 0%;
  z-index: -1;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.site-link__item:hover {
  opacity: 0.8;
}

.site-link__item:hover .site-link-img {
  scale: 1.05;
}

.sns-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 32px;
  padding: 32px 40px;
  background: #1A5CB9;
}

@media screen and (max-width: 1279px) {
  .sns-link {
    padding: 24px 32px;
  }
}

@media screen and (max-width: 1023px) {
  .sns-link {
    gap: 24px;
  }
}

@media screen and (max-width: 959px) {
  .sns-link {
    gap: 16px;
  }
}

@media screen and (max-width: 519px) {
  .sns-link {
    padding: 20px 16px;
  }
}

.sns-link__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  width: calc((100% / 3) - (32px * 2 / 3));
  max-width: 240px;
  height: 72px;
  background: #fff;
}

@media screen and (max-width: 1023px) {
  .sns-link__item {
    width: calc((100% / 3) - (24px * 2 / 3));
  }
}

@media screen and (max-width: 959px) {
  .sns-link__item {
    width: calc((100% / 3) - (16px * 2 / 3));
  }
}

@media screen and (max-width: 767px) {
  .sns-link__item {
    width: calc((100% / 2) - (16px * 1 / 2));
    max-width: 300px;
    height: 64px;
  }
}

@media screen and (max-width: 519px) {
  .sns-link__item {
    width: 100%;
  }
}

.sns-link__item::after {
  content: '';
  position: absolute;
  right: 6px;
  bottom: 6px;
  width: 8px;
  aspect-ratio: 1/1;
  background: -webkit-gradient(linear, left top, right bottom, color-stop(50%, transparent), color-stop(50%, #252525));
  background: linear-gradient(to bottom right, transparent 50%, #252525 50%);
}

.sns-link__item img {
  max-width: 180px;
}

@media screen and (max-width: 767px) {
  .sns-link__item img {
    max-width: 160px;
  }
}

.sns-link__item.--youtube::after {
  background: -webkit-gradient(linear, left top, right bottom, color-stop(50%, transparent), color-stop(50%, #dd3899));
  background: linear-gradient(to bottom right, transparent 50%, #dd3899 50%);
}

.sns-link__item.--insta::after {
  background: -webkit-gradient(linear, left top, right bottom, color-stop(50%, transparent), color-stop(50%, #dd3899));
  background: linear-gradient(to bottom right, transparent 50%, #dd3899 50%);
}

.sns-link__item.--facebook::after {
  background: -webkit-gradient(linear, left top, right bottom, color-stop(50%, transparent), color-stop(50%, #125cc3));
  background: linear-gradient(to bottom right, transparent 50%, #125cc3 50%);
}

.other-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 40px;
  padding: calc(8px * 5);
}

@media screen and (max-width: 959px) {
  .other-link {
    padding: calc((8px * 5) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .other-link {
    padding: calc((8px * 5) * 0.5);
  }
}

@media screen and (max-width: 1279px) {
  .other-link {
    gap: 32px;
  }
}

@media screen and (max-width: 959px) {
  .other-link {
    gap: 24px;
  }
}

@media screen and (max-width: 767px) {
  .other-link {
    gap: 16px;
  }
}

.other-link__item {
  width: calc((100% / 2) - (40px * 1 / 2));
  max-width: 400px;
}

@media screen and (max-width: 1279px) {
  .other-link__item {
    width: calc((100% / 2) - (32px * 1 / 2));
  }
}

@media screen and (max-width: 959px) {
  .other-link__item {
    width: calc((100% / 2) - (24px * 1 / 2));
    max-width: 300px;
  }
}

@media screen and (max-width: 767px) {
  .other-link__item {
    width: 100%;
  }
}

/*# sourceMappingURL=../../../maps/general/pages/top.css.map */
