.top-kv {
  position: sticky;
  top: 0;
  height: 100vh;
  overflow: hidden;
}
.top-kv__txt {
  position: absolute;
  left: 4.5%;
  bottom: 86px;
  width: 87.75%;
  text-align: center;
}
@media (min-width: 768px) {
  .top-kv__txt {
    left: 50%;
    width: 79%;
    transform: translateX(-50%);
  }
}
.top-kv__txt img {
  width: 100%;
}
.top-kv__slide {
  height: 100vh;
}
.top-kv__slide .splide__track, .top-kv__slide .splide__list, .top-kv__slide .splide__slide {
  height: 100vh;
}
.top-kv__slide .splide__slide img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.top-kv__slide.is-static {
  visibility: visible;
}
.top-kv__slide.is-static .splide__slide {
  width: 100%;
}
.top-lead {
  position: relative;
  grid-template-rows: 1fr;
  container-type: inline-size;
  overflow: hidden;
}
.top-lead::before {
  content: "";
  position: relative;
  display: block;
  margin-bottom: -1px;
  mask-image: url("../images/common/bg_sect_01_sp.svg");
  mask-position: center top;
  mask-repeat: no-repeat;
  mask-size: cover;
  background-color: #fff;
  height: 14vw;
}
@media (min-width: 768px) {
  .top-lead::before {
    mask-image: url("../images/common/bg_sect_01.svg");
    mask-size: 2000px auto;
    height: 300px;
  }
}
@media (min-width: 2000px) {
  .top-lead::before {
    mask-size: 100% auto;
    height: 15cqw;
  }
}
.top-lead__inner {
  background-color: #fff;
  padding: 60px 20px 0;
}
@media (min-width: 768px) {
  .top-lead__inner {
    padding: 0 20px;
  }
}
.top-lead__ttl {
  margin-bottom: 50px;
  font-size: 8.25vw;
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
}
@media (min-width: 400px) {
  .top-lead__ttl {
    font-size: 2.125rem;
  }
}
@media (min-width: 768px) {
  .top-lead__ttl {
    margin-bottom: 56px;
    font-size: 3.5rem;
  }
}
.top-lead__ttl span {
  color: #0080CB;
}
.top-lead__txt {
  font-size: 1rem;
  line-height: 1.8;
  font-weight: 500;
  text-align: center;
}
@media (min-width: 768px) {
  .top-lead__txt {
    font-size: 1.125rem;
  }
}
.top-lead__txt + .top-lead__txt {
  margin: 24px 0 0 0;
}
@media (min-width: 768px) {
  .top-lead__txt + .top-lead__txt {
    margin: 32px 0 0 0;
  }
}
.top-lead__slide {
  position: relative;
  padding-top: 60px;
  background-color: #fff;
  overflow: hidden;
}
@media (min-width: 768px) {
  .top-lead__slide {
    padding-top: 80px;
  }
}
.top-lead__seeing {
  position: absolute;
  top: 93px;
  right: 10px;
  width: 100px;
  height: auto;
  z-index: 999;
  transform: scale(1);
  transition: transform 0.3s ease-in-out;
}
@media (min-width: 768px) {
  .top-lead__seeing {
    right: 20px;
    width: 130px;
  }
}
.top-lead__seeing.is-fixed {
  position: fixed;
  top: auto;
  bottom: 10px;
  right: 10px;
}
@media (min-width: 768px) {
  .top-lead__seeing.is-fixed {
    bottom: 20px;
    right: 20px;
  }
}
.top-lead__seeing a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 0;
  line-height: 0;
}
@media (any-hover: hover) {
  .top-lead__seeing a:hover {
    transform: scale(1.05);
  }
}
.top-recruit {
  position: relative;
  padding-top: 65px;
  background-color: #fff;
}
@media (min-width: 768px) {
  .top-recruit {
    padding-top: 90px;
  }
}
.top-recruit__inner {
  margin-inline: auto;
  max-width: 1240px;
  padding: 0 20px;
}
.top-recruit__heading {
  text-align: center;
}
.top-recruit__ttl {
  font-size: 2.5rem;
  line-height: 1.5;
  font-weight: 700;
}
.top-recruit__en {
  margin-top: 4px;
  color: #019CD5;
  font-size: 0.875rem;
  line-height: 1;
  font-weight: 400;
  font-family: "Krona One", sans-serif;
  text-align: center;
}
@media (min-width: 768px) {
  .top-recruit__en {
    font-size: 1.25rem;
    margin-top: 8px;
  }
}
.top-recruit__list {
  display: grid;
  grid-template-columns: 1fr;
  grid-auto-rows: 1fr;
  gap: 10px 20px;
  margin-top: 30px;
}
@media (min-width: 768px) {
  .top-recruit__list {
    grid-template-columns: repeat(3, 1fr);
    margin-top: 40px;
  }
}
.top-recruit__list-item {
  position: relative;
  display: flex;
}
.top-recruit__list-item-arrow {
  position: absolute;
  bottom: 10px;
  right: 10px;
  display: grid;
  place-content: center;
  border-radius: 40px;
  width: 40px;
  height: 40px;
  background-color: #fff;
  font-size: 0;
  line-height: 0;
  z-index: 5;
}
.top-recruit__list-item-arrow-inner {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
  width: 18px;
  height: 18px;
  overflow: hidden;
}
.top-recruit__list-item-arrow-inner::before {
  content: "";
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
  mask-image: url("../images/common/icon_arrow_01.svg");
  mask-repeat: no-repeat;
  mask-size: contain;
  transition: transform 0.3s ease-in-out;
  transform: translateX(0);
  background-color: #0080CB;
}
.top-recruit__list-item-arrow-inner::after {
  content: "";
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
  mask-image: url("../images/common/icon_arrow_01.svg");
  mask-repeat: no-repeat;
  mask-size: contain;
  transition: transform 0.3s ease-in-out;
  transform: translateX(0);
  background-color: #0080CB;
}
.top-recruit__list-item-arrow-inner--ex::before, .top-recruit__list-item-arrow-inner--ex::after {
  mask-image: url("../images/common/icon_content_window.svg");
}
.top-recruit__list-item-txt {
  position: relative;
  z-index: 5;
  color: #fff;
  font-size: 1.5rem;
  line-height: 1.3;
  font-weight: 700;
}
.top-recruit__list-item a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 10px;
  border: 2px solid transparent;
  width: 100%;
  height: 100%;
  padding: 49px 60px 49px 30px;
  background-color: #fff;
  text-decoration: none;
  overflow: hidden;
  transition: opacity 0.3s ease-in-out, background-color 0.3s ease-in-out;
}
@media (min-width: 768px) {
  .top-recruit__list-item a {
    padding: 69px 60px 69px 30px;
  }
}
@media (any-hover: hover) {
  .top-recruit__list-item a:hover .top-recruit__list-item-arrow-inner:not(.top-recruit__list-item-arrow-inner--ex)::before, .top-recruit__list-item a:hover .top-recruit__list-item-arrow-inner:not(.top-recruit__list-item-arrow-inner--ex)::after {
    transform: translateX(calc(100% + 8px));
  }
}
@media (any-hover: hover) {
  .top-recruit__list-item--gradu a:hover::before, .top-recruit__list-item--career a:hover::before, .top-recruit__list-item--limited a:hover::before {
    opacity: 0;
  }
}
@media (any-hover: none) {
  .top-recruit__list-item--gradu a .top-recruit__list-item-txt, .top-recruit__list-item--career a .top-recruit__list-item-txt, .top-recruit__list-item--limited a .top-recruit__list-item-txt {
    color: #fff;
  }
  .top-recruit__list-item--gradu a::before, .top-recruit__list-item--career a::before, .top-recruit__list-item--limited a::before {
    opacity: 0;
  }
}
.top-recruit__list-item--gradu a::before, .top-recruit__list-item--career a::before, .top-recruit__list-item--limited a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #0080CB;
  z-index: 3;
  transition: opacity 0.3s ease-in-out, background-color 0.3s ease-in-out;
}
.top-recruit__list-item--gradu a::after, .top-recruit__list-item--career a::after, .top-recruit__list-item--limited a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../images/common/recruit_bg_01@2x.jpg");
  z-index: 2;
  transition: opacity 0.3s ease-in-out, background-color 0.3s ease-in-out;
}
.top-recruit__list-item--career a::after {
  background-image: url("../images/common/recruit_bg_02@2x.jpg");
}
.top-recruit__list-item--limited a::after {
  background-image: url("../images/common/recruit_bg_03@2x.jpg");
}
.top-about {
  position: relative;
  padding: 100px 0 0;
  background-color: #fff;
}
@media (min-width: 768px) {
  .top-about {
    padding: 160px 0 0;
  }
}
.top-about::before {
  content: "";
  position: relative;
  display: block;
  margin-bottom: -1px;
  mask-image: url("../images/common/bg_sect_01_sp.svg");
  mask-position: center top;
  mask-repeat: no-repeat;
  mask-size: cover;
  background-color: #0080CB;
  height: 14vw;
}
@media (min-width: 768px) {
  .top-about::before {
    mask-image: url("../images/common/bg_sect_01.svg");
    mask-size: 2000px auto;
    height: 260px;
  }
}
@media (min-width: 2000px) {
  .top-about::before {
    mask-size: 100% auto;
    height: 13cqw;
  }
}
.top-about::after {
  content: "";
  position: relative;
  display: block;
  margin-top: -1px;
  mask-image: url("../images/common/bg_sect_02_sp.svg");
  mask-position: center bottom;
  mask-repeat: no-repeat;
  mask-size: cover;
  background-color: #0080CB;
  height: 14vw;
}
@media (min-width: 768px) {
  .top-about::after {
    mask-size: 2000px auto;
    mask-image: url("../images/common/bg_sect_02.svg");
    height: 260px;
  }
}
@media (min-width: 2000px) {
  .top-about::after {
    mask-size: 100% auto;
    height: 13cqw;
  }
}
.top-about__inner {
  background-color: #0080CB;
}
.top-about__content {
  margin: 0 auto;
  max-width: 1240px;
  padding: 40px 20px;
}
@media (min-width: 768px) {
  .top-about__content {
    padding: 0 20px;
  }
}
.top-about__heading {
  color: #fff;
  text-align: right;
}
.top-about__ttl {
  font-size: 2.5rem;
  line-height: 1.5;
  font-weight: 700;
}
@media (min-width: 768px) {
  .top-about__ttl {
    font-size: 3.125rem;
    line-height: 1;
  }
}
.top-about__en {
  margin-top: 5px;
  font-size: 0.875rem;
  line-height: 1;
  font-weight: 400;
  font-family: "Krona One", sans-serif;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .top-about__en {
    margin-top: 16px;
    font-size: 1.25rem;
  }
}
.top-about__links-list {
  margin-top: 40px;
}
@media (min-width: 768px) {
  .top-about__links-list {
    display: flex;
    align-items: flex-start;
    gap: 30px;
    margin-top: -30px;
  }
}
.top-about__links-list-item {
  flex: 1 1 calc(100% - 32px);
  max-width: calc(100% - 32px);
}
@media (min-width: 768px) {
  .top-about__links-list-item {
    flex: 1 1 calc(50% - 15px);
    max-width: calc(50% - 15px);
  }
}
.top-about__links-list-item a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
}
@media (any-hover: hover) {
  .top-about__links-list-item a:hover .top-about__links-list-item-img {
    transform: scale(1.05);
  }
  .top-about__links-list-item a:hover .top-about__links-list-item-arrow-inner::before, .top-about__links-list-item a:hover .top-about__links-list-item-arrow-inner::after {
    transform: translateX(calc(100% + 10px));
  }
}
.top-about__links-list-item--business {
  margin: 10px 0 0 auto;
}
@media (min-width: 768px) {
  .top-about__links-list-item--business {
    margin: 80px 0 0 0;
  }
}
.top-about__links-list-item-img {
  transform: scale(1);
  transition: transform 0.3s ease-in-out;
}
.top-about__links-list-item-img img {
  width: 100%;
}
.top-about__links-list-item-txt--business {
  position: absolute;
  bottom: 18px;
  left: 19px;
}
@media (min-width: 768px) {
  .top-about__links-list-item-txt--business {
    bottom: 28px;
    left: 30px;
  }
}
.top-about__links-list-item-txt--business p {
  color: #fff;
  font-size: 1.625rem;
  line-height: 1.1;
  font-weight: 700;
}
@media (min-width: 768px) {
  .top-about__links-list-item-txt--business p {
    font-size: 2.5rem;
  }
}
.top-about__links-list-item-txt--business p span {
  margin-left: 5px;
  font-size: 0.75rem;
  line-height: 1.2;
  font-weight: 500;
}
@media (min-width: 768px) {
  .top-about__links-list-item-txt--business p span {
    margin-left: 8px;
    font-size: 1rem;
  }
}
.top-about__links-list-item-arrow {
  position: absolute;
  bottom: 10px;
  right: 10px;
  display: grid;
  place-content: center;
  border-radius: 40px;
  width: 40px;
  height: 40px;
  background-color: #fff;
  font-size: 0;
  line-height: 0;
  z-index: 5;
}
@media (min-width: 768px) {
  .top-about__links-list-item-arrow {
    bottom: 20px;
    right: 20px;
    border-radius: 60px;
    width: 60px;
    height: 60px;
  }
}
.top-about__links-list-item-arrow-inner {
  display: flex;
  gap: 10px;
  justify-content: flex-end;
  width: 18px;
  height: 19px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .top-about__links-list-item-arrow-inner {
    width: 26px;
    height: 29px;
  }
}
.top-about__links-list-item-arrow-inner::before, .top-about__links-list-item-arrow-inner::after {
  content: "";
  flex: 0 0 18px;
  width: 18px;
  height: 19px;
  mask-image: url("../images/common/icon_arrow_01.svg");
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  background-color: #0080CB;
  transition: transform 0.3s ease-in-out;
  transform: translateX(0);
}
@media (min-width: 768px) {
  .top-about__links-list-item-arrow-inner::before, .top-about__links-list-item-arrow-inner::after {
    flex: 0 0 26px;
    width: 26px;
    height: 29px;
  }
}
.top-story {
  position: relative;
  padding-top: 80px;
  background-color: #fff;
}
@media (min-width: 768px) {
  .top-story {
    padding-top: 160px;
  }
}
.top-story__inner {
  margin: 0 auto;
  width: 100%;
  max-width: 1240px;
  padding: 0 20px;
}
@media (min-width: 768px) {
  .top-story__heading-group {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
  }
}
@media (min-width: 1025px) {
  .top-story__heading-group {
    flex-wrap: nowrap;
  }
}
.top-story__ttl {
  font-size: 2.5rem;
  line-height: 1.2;
  font-weight: 700;
}
@media (min-width: 768px) {
  .top-story__ttl {
    font-size: 3.125rem;
    line-height: 1;
  }
}
.top-story__en {
  margin-top: 5px;
  color: #0080CB;
  font-family: "Krona One", sans-serif;
  font-size: 0.875rem;
  line-height: 1;
  font-weight: 400;
}
@media (min-width: 768px) {
  .top-story__en {
    margin-top: 16px;
    font-size: 1.25rem;
  }
}
.top-story__txt {
  margin-top: 30px;
  font-size: 1.125rem;
  line-height: 1.8;
  font-weight: 700;
}
@media (min-width: 768px) {
  .top-story__txt {
    flex: 0 0 100%;
    font-size: 1.25rem;
  }
}
@media (min-width: 1025px) {
  .top-story__txt {
    flex: 0 0 auto;
    text-align: right;
  }
}
.top-story__link {
  margin-top: 40px;
  border-radius: 10px;
  overflow: hidden;
}
.top-story__link a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
@media (any-hover: hover) {
  .top-story__link a:hover .top-story__link-img {
    transform: scale(1.05);
  }
  .top-story__link a:hover .top-story__link-arrow-inner::before, .top-story__link a:hover .top-story__link-arrow-inner::after {
    transform: translateX(calc(100% + 10px));
  }
}
.top-story__link-img {
  transform: scale(1);
  transition: transform 0.3s ease-in-out;
}
.top-story__link-txt-wrapper {
  position: absolute;
  top: 30px;
  left: 20px;
}
@media (min-width: 768px) {
  .top-story__link-txt-wrapper {
    top: 50%;
    left: 80px;
    transform: translate(0, -50%);
  }
}
.top-story__link-ttl {
  color: #fff;
  font-family: "Krona One", sans-serif;
  font-size: 3.25rem;
  line-height: 1.05;
  font-weight: 400;
  text-transform: uppercase;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .top-story__link-ttl {
    font-size: 5.625rem;
  }
}
.top-story__link-txt {
  display: inline-block;
  margin-top: 6px;
  background-color: #fff;
  padding: 4px 10px;
  color: #0080CB;
  font-size: 1.125rem;
  line-height: 1;
  font-weight: 700;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .top-story__link-txt {
    margin-top: 15px;
    font-size: 1.5rem;
  }
}
.top-story__link-arrow {
  position: absolute;
  bottom: 10px;
  right: 10px;
  display: grid;
  place-content: center;
  border-radius: 40px;
  width: 40px;
  height: 40px;
  background-color: #fff;
  font-size: 0;
  line-height: 0;
  z-index: 5;
}
@media (min-width: 768px) {
  .top-story__link-arrow {
    bottom: 21px;
    right: 21px;
    border-radius: 60px;
    width: 60px;
    height: 60px;
  }
}
.top-story__link-arrow-inner {
  display: flex;
  gap: 10px;
  justify-content: flex-end;
  width: 18px;
  height: 19px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .top-story__link-arrow-inner {
    width: 26px;
    height: 29px;
  }
}
.top-story__link-arrow-inner::before, .top-story__link-arrow-inner::after {
  content: "";
  flex: 0 0 18px;
  width: 18px;
  height: 19px;
  mask-image: url("../images/common/icon_arrow_01.svg");
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  background-color: #0080CB;
  transition: transform 0.3s ease-in-out;
  transform: translateX(0);
}
@media (min-width: 768px) {
  .top-story__link-arrow-inner::before, .top-story__link-arrow-inner::after {
    flex: 0 0 26px;
    width: 26px;
    height: 29px;
  }
}
.top-special {
  position: relative;
  padding-bottom: 60px;
  background-color: #0080CB;
}
@media (min-width: 768px) {
  .top-special {
    padding-bottom: 80px;
  }
}
.top-special::after {
  content: "";
  position: relative;
  display: block;
  margin-top: -1px;
  mask-image: url("../images/common/bg_sect_02_sp.svg");
  mask-position: center bottom;
  mask-repeat: no-repeat;
  mask-size: cover;
  background-color: #fff;
  height: 14vw;
}
@media (min-width: 768px) {
  .top-special::after {
    mask-size: 2000px auto;
    mask-image: url("../images/common/bg_sect_02.svg");
    height: 260px;
  }
}
@media (min-width: 2000px) {
  .top-special::after {
    mask-size: 100% auto;
    height: 13cqw;
  }
}
.top-special {
  container-type: inline-size;
}
.top-special__inner {
  background-color: #fff;
  padding: 80px 0 60px;
}
@media (min-width: 768px) {
  .top-special__inner {
    padding-top: 160px;
  }
}
.top-special__box {
  border-radius: 20px;
  margin-inline: 10px;
  background-color: #0080CB;
  padding: 60px 20px;
  max-width: 1560px;
}
@media (min-width: 768px) {
  .top-special__box {
    border-radius: 40px;
    margin-inline: auto;
    padding: 100px 20px;
  }
}
.top-special__content {
  margin-inline: auto;
  max-width: 1200px;
}
.top-special__heading {
  text-align: center;
}
.top-special__ttl {
  color: #fff;
  font-size: 7.75vw;
  line-height: 1;
  font-weight: 700;
}
@media (min-width: 400px) {
  .top-special__ttl {
    font-size: 2rem;
  }
}
@media (min-width: 768px) {
  .top-special__ttl {
    font-size: 3.125rem;
  }
}
.top-special__en {
  margin-top: 10px;
  font-size: 0.875rem;
  line-height: 1;
  font-weight: 400;
  color: #fff;
  font-family: "Krona One", sans-serif;
}
@media (min-width: 768px) {
  .top-special__en {
    margin-top: 16px;
    font-size: 1.25rem;
  }
}
.top-special__links-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  margin-top: 40px;
}
@media (min-width: 768px) {
  .top-special__links-list {
    grid-template-columns: 64.1666666667% 1fr;
    gap: 30px;
    margin-top: 60px;
  }
}
.top-special__links-list-item a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
}
@media (any-hover: hover) {
  .top-special__links-list-item a:hover img {
    transform: scale(1.05);
  }
  .top-special__links-list-item a:hover .top-special__links-list-item-arrow-inner:not(.top-special__links-list-item-arrow-inner--ex)::before, .top-special__links-list-item a:hover .top-special__links-list-item-arrow-inner:not(.top-special__links-list-item-arrow-inner--ex)::after {
    transform: translateX(calc(100% + 10px));
  }
}
.top-special__links-list-item a img {
  transform: scale(1);
  transition: transform 0.3s ease-in-out;
  width: 100%;
}
.top-special__links-list-item--truth a {
  border: 2px solid #019CD5;
}
.top-special__links-list-item-arrow--link {
  position: absolute;
  bottom: 10px;
  right: 10px;
  display: grid;
  place-content: center;
  border-radius: 40px;
  width: 40px;
  height: 40px;
  background-color: #fff;
  font-size: 0;
  line-height: 0;
  z-index: 5;
}
@media (min-width: 768px) {
  .top-special__links-list-item-arrow--link {
    bottom: 10px;
    right: 10px;
    border-radius: 40px;
    width: 40px;
    height: 40px;
  }
}
.top-special__links-list-item-arrow--link .top-special__links-list-item-arrow-inner {
  display: flex;
  gap: 10px;
  justify-content: flex-end;
  width: 18px;
  height: 19px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .top-special__links-list-item-arrow--link .top-special__links-list-item-arrow-inner {
    width: 18px;
    height: 19px;
  }
}
.top-special__links-list-item-arrow--link .top-special__links-list-item-arrow-inner::before, .top-special__links-list-item-arrow--link .top-special__links-list-item-arrow-inner::after {
  content: "";
  flex: 0 0 18px;
  width: 18px;
  height: 19px;
  mask-image: url("../images/common/icon_arrow_01.svg");
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  background-color: #0080CB;
  transition: transform 0.3s ease-in-out;
  transform: translateX(0);
}
@media (min-width: 768px) {
  .top-special__links-list-item-arrow--link .top-special__links-list-item-arrow-inner::before, .top-special__links-list-item-arrow--link .top-special__links-list-item-arrow-inner::after {
    flex: 0 0 18px;
    width: 18px;
    height: 19px;
  }
}
.top-special__links-list-item-arrow--ex-link {
  position: absolute;
  bottom: 10px;
  right: 10px;
  display: grid;
  place-content: center;
  border-radius: 40px;
  width: 40px;
  height: 40px;
  background-color: #0080CB;
  font-size: 0;
  line-height: 0;
  z-index: 5;
}
@media (min-width: 768px) {
  .top-special__links-list-item-arrow--ex-link {
    bottom: 10px;
    right: 10px;
    border-radius: 40px;
    width: 40px;
    height: 40px;
  }
}
.top-special__links-list-item-arrow--ex-link .top-special__links-list-item-arrow-inner {
  display: flex;
  gap: 10px;
  justify-content: flex-end;
  width: 18px;
  height: 19px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .top-special__links-list-item-arrow--ex-link .top-special__links-list-item-arrow-inner {
    width: 18px;
    height: 19px;
  }
}
.top-special__links-list-item-arrow--ex-link .top-special__links-list-item-arrow-inner::before, .top-special__links-list-item-arrow--ex-link .top-special__links-list-item-arrow-inner::after {
  content: "";
  flex: 0 0 18px;
  width: 18px;
  height: 19px;
  mask-image: url("../images/common/icon_content_window.svg");
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  background-color: #fff;
  transition: transform 0.3s ease-in-out;
  transform: translateX(0);
}
@media (min-width: 768px) {
  .top-special__links-list-item-arrow--ex-link .top-special__links-list-item-arrow-inner::before, .top-special__links-list-item-arrow--ex-link .top-special__links-list-item-arrow-inner::after {
    flex: 0 0 18px;
    width: 18px;
    height: 19px;
  }
}
