.l-article {
  overflow: hidden;
}

.l-main {
  overflow: hidden;
}

.l-container {
  overflow: unset;
}

#splash {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 9999999;
  text-align: center;
  color: #fff;
}

.top-fv {
  width: 100%;
  height: 80vh;
  min-height: 500px;
  position: relative;
  margin: 0 0 10vh;
}
@media screen and (min-width: 960px) {
  .top-fv {
    margin: 0 0 20vh;
    min-height: 700px;
  }
}
.top-fv::before, .top-fv::after {
  content: "";
  display: block;
  width: 130%;
  aspect-ratio: 6/1;
  position: absolute;
  top: 80%;
  left: 50%;
  background-image: url("./../img/front-page/color-base.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .top-fv::before, .top-fv::after {
    top: 100%;
  }
}
.top-fv::before {
  background-position: top center;
  -webkit-mask-image: url("./../img/front-page/line-revert.svg");
          mask-image: url("./../img/front-page/line-revert.svg");
  -webkit-transform: translate(-50%, -80%);
          transform: translate(-50%, -80%);
}
.top-fv::after {
  background-position: bottom center;
  -webkit-mask-image: url("./../img/front-page/line.svg");
          mask-image: url("./../img/front-page/line.svg");
  -webkit-transform: translate(-50%, -70%);
          transform: translate(-50%, -70%);
}
@media screen and (min-width: 768px) {
  .top-fv::after {
    -webkit-transform: translate(-50%, -70%);
            transform: translate(-50%, -70%);
  }
}
.top-fv__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 90%;
  height: 100%;
  margin: 0 0 0 auto;
  border-radius: 30px 0 0 30px;
  background-image: url("./../img/front-page/color-base.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .top-fv__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.top-fv__content {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 60px 0 60px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .top-fv__content {
    width: 33%;
    padding: 160px 0;
  }
}
.top-fv__content img {
  display: block;
  width: 60%;
  max-width: 260px;
}
.top-fv__img {
  width: 100%;
  height: 100%;
  position: relative;
}
@media screen and (min-width: 768px) {
  .top-fv__img {
    width: 67%;
  }
}
.top-fv__img-text {
  width: 90%;
  max-width: 630px;
  position: absolute;
  z-index: 1;
  top: 80%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-3.5deg);
          transform: translate(-50%, -50%) rotate(-3.5deg);
  -webkit-filter: drop-shadow(0 0 4px #ffffff);
          filter: drop-shadow(0 0 4px #ffffff);
}
@media screen and (min-width: 768px) {
  .top-fv__img-text {
    left: 0;
    top: 50%;
    -webkit-transform: translate(-60%, -50%) rotate(-3.5deg);
            transform: translate(-60%, -50%) rotate(-3.5deg);
  }
}
.top-fv__img-content {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.top-about {
  padding: 0 0 20px;
}
@media screen and (min-width: 768px) {
  .top-about {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.top-about__content {
  position: relative;
  padding: 20vw 0 0;
  margin: 0 10% 50px;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .top-about__content {
    padding: 200px 0 0;
    width: 50%;
  }
}
@media screen and (min-width: 960px) {
  .top-about__content {
    padding: 300px 0 0;
  }
}
.top-about__content::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url("./../img/front-page/color-base.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-mask-image: url("./../img/front-page/about-text.svg");
          mask-image: url("./../img/front-page/about-text.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center top;
          mask-position: center top;
  -webkit-mask-size: contain;
          mask-size: contain;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  aspect-ratio: 6/1;
}
@media screen and (min-width: 768px) {
  .top-about__content::before {
    width: 80vw;
    max-width: 1200px;
  }
}
.top-about__content p {
  font-size: 1.6rem;
}
.top-about__img {
  position: relative;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .top-about__img {
    width: 50%;
  }
}
.top-about__img::before {
  content: "";
  width: 80%;
  height: 60%;
  display: block;
  background-image: url("./../img/front-page/color-base.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: -1;
  position: absolute;
  bottom: -20px;
  left: -20px;
}
.top-about__img img {
  display: block;
  width: 100%;
}
.top-about__btn {
  margin: 40px 0 0;
}
@media screen and (min-width: 960px) {
  .top-about__btn {
    margin: 80px 0 0;
  }
}

.top-service {
  padding: 130px 0 20px;
}
@media screen and (min-width: 768px) {
  .top-service__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.top-service__img {
  position: relative;
  z-index: 0;
  margin: 0 5%;
}
@media screen and (min-width: 768px) {
  .top-service__img {
    width: 50%;
    min-height: 250px;
  }
}
.top-service__img::before {
  content: "";
  display: block;
  position: absolute;
  background-image: url("./../img/front-page/color-base.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 75vw;
  height: 50%;
  left: 33%;
  bottom: -80px;
  z-index: -2;
}
@media screen and (min-width: 768px) {
  .top-service__img::before {
    bottom: -20px;
  }
}
.top-service__img::after {
  content: "";
  display: block;
  position: absolute;
  background-image: url("./../img/front-page/color-base.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-mask-image: url("./../img/front-page/line-2.svg");
          mask-image: url("./../img/front-page/line-2.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  width: 75vw;
  height: 50%;
  left: 50%;
  bottom: -60px;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .top-service__img::after {
    bottom: 20px;
    left: 180%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}
.top-service__content {
  position: relative;
  margin: 0 10% 50px;
}
@media screen and (min-width: 768px) {
  .top-service__content {
    width: 50%;
  }
}
.top-service__head img {
  display: block;
  -webkit-mask-image: url("./../img/front-page/service-text.svg");
          mask-image: url("./../img/front-page/service-text.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: top center;
          mask-position: top center;
  -webkit-mask-size: contain;
          mask-size: contain;
  max-width: 430px;
  aspect-ratio: 6/1;
}
.top-service__text {
  text-align: right;
  color: #ff0906;
  font-size: 1.8rem;
  font-weight: 500;
  margin: 40px 0 0;
}
.top-service__list {
  margin: 150px auto 0;
  width: 90%;
  max-width: 1200px;
  display: grid;
  gap: 60px 0;
}
@media screen and (min-width: 768px) {
  .top-service__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.top-service-item {
  padding: 0 5%;
}
@media screen and (min-width: 768px) {
  .top-service-item {
    padding: 0 15%;
  }
  .top-service-item:not(:last-child) {
    border-right: 1px #ff0906 solid;
  }
}
.top-service-item-head {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 30px;
  text-align: center;
  color: #ff0906;
}
@media screen and (min-width: 768px) {
  .top-service-item-head {
    margin: 0 auto 60px;
  }
}
.top-service-item-head__jp {
  display: block;
  font-size: 2em;
  font-weight: 500;
}
.top-service-item-head__en {
  font-family: "Inter", sans-serif;
  margin: 20px 0 0;
  display: block;
}
.top-service-item__h4 {
  color: #ff0906;
  font-size: 1.5em;
  font-weight: 500;
  margin: 30px 0 18px;
}
@media screen and (min-width: 768px) {
  .top-service-item__h4 {
    margin: 60px 0 35px;
  }
}
.top-service-item__h4::before {
  content: "";
  display: inline-block;
  width: 1em;
  aspect-ratio: 1/1;
  background-color: #ff0906;
  margin-right: 0.5em;
}
.top-service-item__text {
  padding-left: 2em;
  font-size: 1.6rem;
}
.top-service-item__btn {
  margin: 20px 0 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (min-width: 768px) {
  .top-service-item__btn {
    margin: 40px 0 0;
  }
}
.top-service-item__media {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 50px 0;
}
@media screen and (min-width: 768px) {
  .top-service-item__media {
    margin: 100px 0;
  }
}
.top-service-item__sumijob {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 60px auto 0;
  background-color: #ffffff;
  border-radius: 100vh;
  -webkit-box-shadow: rgba(42, 42, 42, 0.25) 0 0 14px;
          box-shadow: rgba(42, 42, 42, 0.25) 0 0 14px;
  border-radius: 1px #e9e9e9 solid;
  padding: 30px;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 380px;
}
.top-service-item__sumijob::before {
  content: "";
  display: block;
  width: 210px;
  height: 65px;
  background-image: url("./../img/front-page/sumijob.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.top-contact {
  position: relative;
  margin: 110px auto 0;
  width: 90%;
  max-width: 1200px;
  display: grid;
  gap: 60px;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .top-contact {
    grid-template-columns: repeat(2, 1fr);
  }
}
.top-contact::before, .top-contact::after {
  content: "";
  display: block;
  width: 130vw;
  aspect-ratio: 6/1;
  position: absolute;
  top: 40%;
  left: 50%;
  background-image: url("./../img/front-page/color-base.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
  z-index: -1;
  opacity: 0.12;
}
@media screen and (min-width: 768px) {
  .top-contact::before, .top-contact::after {
    top: 80%;
  }
}
.top-contact::before {
  background-position: top center;
  -webkit-mask-image: url("./../img/front-page/line-revert.svg");
          mask-image: url("./../img/front-page/line-revert.svg");
  -webkit-transform: translate(-50%, -70%);
          transform: translate(-50%, -70%);
  -webkit-transform: translate(-50%, -80%);
          transform: translate(-50%, -80%);
}
.top-contact::after {
  background-position: bottom center;
  -webkit-mask-image: url("./../img/front-page/line.svg");
          mask-image: url("./../img/front-page/line.svg");
  -webkit-transform: translate(-50%, -70%);
          transform: translate(-50%, -70%);
}
@media screen and (min-width: 768px) {
  .top-contact::after {
    -webkit-transform: translate(-50%, -70%);
            transform: translate(-50%, -70%);
  }
}
.top-contact__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.top-contact-head {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 60px;
  text-align: center;
  color: #ff0906;
}
.top-contact-head__jp {
  display: block;
  font-size: 2em;
  font-weight: 500;
}
.top-contact-head__en {
  font-family: "Inter", sans-serif;
  margin: 20px 0 0;
  display: block;
}
.top-contact__comment {
  aspect-ratio: 5/1;
  width: 100%;
  max-width: 500px;
  -webkit-transform: rotate(-3.5deg);
          transform: rotate(-3.5deg);
  margin: 0 auto 0;
  background-color: #ff0906;
  -webkit-mask-image: url("./../img/front-page/contact-comment.svg");
          mask-image: url("./../img/front-page/contact-comment.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
}
@media screen and (min-width: 768px) {
  .top-contact__comment {
    margin: 50px auto 0;
  }
}
.top-contact-tel {
  border-radius: 14px;
  border: 1px #ff0906 solid;
  padding: 40px 0 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #ff0906;
  gap: 8px;
  background-color: #ffffff;
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .top-contact-tel {
    gap: 40px;
    padding: 50px 0;
  }
}
.top-contact-tel__text {
  font-size: 1.5em;
  font-weight: 500;
  text-align: center;
}
.top-contact-tel__num {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-family: "ABeeZee", sans-serif;
  gap: 0.5em;
  font-size: 1.5em;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .top-contact-tel__num {
    font-size: 2em;
  }
}
@media screen and (min-width: 1200px) {
  .top-contact-tel__num {
    font-size: 3em;
  }
}
.top-contact-tel__num::before {
  content: "";
  display: block;
  width: 1em;
  aspect-ratio: 1/1;
  background-color: #ff0906;
  -webkit-mask-image: url("./../img/common/icon_tel.svg");
          mask-image: url("./../img/common/icon_tel.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
}
.top-contact-form {
  border-radius: 14px;
  border: 1px #ff0906 solid;
  padding: 40px 40px 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #ffffff;
  gap: 8px;
  background-image: url("./../img/front-page/color-base.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  max-width: 500px;
  margin: 24px auto 0;
}
@media screen and (min-width: 768px) {
  .top-contact-form {
    gap: 40px;
    padding: 50px 0;
  }
}
.top-contact-form__text {
  font-size: 1.5em;
  font-weight: 500;
  text-align: center;
}
.top-contact-form__btn {
  display: block;
  padding: 25px;
  font-size: 1.1em;
  width: 100%;
  text-align: center;
  max-width: 250px;
  border-radius: 100vh;
  border: 1px #ffffff solid;
  background-image: url("./../img/front-page/color-base.jpg");
  background-repeat: no-repeat;
  background-position: 30% 50%;
  background-size: 150%;
}

.top-recruit {
  margin: 130px 0 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  gap: 30px 0;
}
@media screen and (min-width: 768px) {
  .top-recruit {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.top-recruit__gallery {
  position: relative;
  aspect-ratio: 1/1;
}
@media screen and (min-width: 768px) {
  .top-recruit__gallery {
    width: 50%;
  }
}
.top-recruit__content {
  margin: 0 5%;
  position: relative;
}
@media screen and (min-width: 768px) {
  .top-recruit__content {
    margin: 0 5%;
    width: 40%;
    padding: 300px 5% 0;
  }
}
.top-recruit__content p {
  font-size: 1.6rem;
}
.top-recruit__img {
  position: absolute;
  display: block;
}
.top-recruit__img--1 {
  top: 0;
  left: 0;
  width: 80%;
}
.top-recruit__img--2 {
  width: 40%;
  left: 5%;
  top: 40%;
}
.top-recruit__img--3 {
  width: 40%;
  left: 50%;
  top: 20%;
}
.top-recruit__bg {
  position: absolute;
  aspect-ratio: 1/1;
  background-image: url("./../img/front-page/color-base.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 40%;
  top: 50%;
  left: 40%;
}
.top-recruit__title {
  aspect-ratio: 6/1;
  width: 100%;
  max-width: 430px;
  background-image: url("./../img/front-page/color-base.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-mask-image: url("./../img/front-page/recruit-text.svg");
          mask-image: url("./../img/front-page/recruit-text.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  margin: 0 0 50px;
}
@media screen and (min-width: 768px) {
  .top-recruit__title {
    position: absolute;
    left: 0;
    top: 100px;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    margin: 0;
  }
}
.top-recruit-head {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 60px;
  text-align: center;
  color: #ff0906;
}
.top-recruit-head__jp {
  display: block;
  font-size: 2em;
  font-weight: 500;
}
.top-recruit-head__en {
  font-family: "Inter", sans-serif;
  margin: 20px 0 0;
  display: block;
}
.top-recruit__btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 20px 0 0;
}
@media screen and (min-width: 768px) {
  .top-recruit__btn {
    margin: 60px 0 0;
  }
}

.top-links {
  display: grid;
  gap: 5px;
  width: 95%;
  margin: 80px auto 0;
}
@media screen and (min-width: 768px) {
  .top-links {
    grid-template-columns: repeat(3, 1fr);
  }
}
.top-links-item {
  position: relative;
  aspect-ratio: 5/3;
  overflow: hidden;
  border-radius: 10px;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (min-width: 768px) {
  .top-links-item {
    aspect-ratio: 5/4;
  }
}
.top-links-item__img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  -o-object-position: top center;
     object-position: top center;
}
.top-links-item__area {
  background-color: rgba(42, 42, 42, 0.46);
  color: #ffffff;
  padding: 10px 20px 5px;
  width: 100%;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .top-links-item__area {
    padding: 60px 20px 30px;
  }
}
.top-links-item__jp {
  font-size: 1.25em;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .top-links-item__jp {
    font-size: 2em;
  }
}
.top-links-item__en {
  font-family: "Inter", sans-serif;
}