.root#index .noAttention {
  height: 90px;
}
.root#index .attention {
  margin-top: 90px;
  background-color: #3b5ca9;
  padding: 6px 0;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .root#index .attention {
    margin-top: 60px;
    padding: 6px 20px;
  }
}
.root#index .attention__text {
  margin: 0 auto;
  display: inline-block;
  line-height: 1;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .root#index .attention__text {
    text-align: left;
  }
}
.root#index .attention__text > a {
  text-align: center;
  color: #fff;
  text-decoration: underline;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0;
}
.root#index .attention__text > a:hover {
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  .root#index .attention__text > a {
    text-align: left;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1;
  }
}
.root#index .mv {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .root#index .mv {
    width: 100%;
    overflow: hidden;
  }
}
.root#index .mv__texts {
  position: absolute;
  bottom: 10%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: 1030px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .root#index .mv__texts {
    width: calc(100% - 20px);
    bottom: 30px;
    left: 20px;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.root#index .mv__texts__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 767px) {
  .root#index .mv__texts__inner {
    display: block;
  }
}
.root#index .mv__texts__inner__subCopy {
  position: relative;
  margin-bottom: 5px;
  margin-right: 80px;
}
@media only screen and (max-width: 767px) {
  .root#index .mv__texts__inner__subCopy {
    margin-bottom: 15px;
    margin-right: 0;
  }
}
.root#index .mv__texts__inner__subCopy::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 7px;
  height: 105%;
  background-color: #fff;
  border-radius: 2px;
}
@media only screen and (max-width: 767px) {
  .root#index .mv__texts__inner__subCopy::before {
    width: 4px;
    height: 65px;
  }
}
.root#index .mv__texts__inner__subCopy > p {
  color: #fff;
  padding-left: 30px;
  line-height: 2.3333333333;
  font-weight: 600;
  font-size: min(1.3vw, 18px);
}
@media only screen and (max-width: 767px) {
  .root#index .mv__texts__inner__subCopy > p {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.7142857143;
    padding-left: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .root#index .mv__texts__inner__subCopy__english {
    line-height: 1.2 !important;
  }
}
.root#index .mv__texts__inner__mainCopy > p {
  font-weight: 600;
  line-height: 1.25;
  color: #fff;
  letter-spacing: 0;
  font-size: min(4vw, 56px);
}
@media only screen and (max-width: 767px) {
  .root#index .mv__texts__inner__mainCopy > p {
    font-size: 32px;
    font-size: 3.2rem;
    line-height: 1.3529411765;
  }
}
.root#index .news {
  padding: 100px 0;
}
@media only screen and (max-width: 767px) {
  .root#index .news {
    padding: 60px 0;
  }
}
.root#index .news__title {
  text-align: left;
  padding-left: 30px;
  position: relative;
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .root#index .news__title {
    padding-left: 0;
    margin-bottom: 30px;
    text-align: center;
  }
}
.root#index .news__title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background-color: #3b5ca9;
  border-radius: 2px;
}
@media only screen and (max-width: 767px) {
  .root#index .news__title::before {
    display: none;
  }
}
.root#index .news__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  .root#index .news__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-bottom: 40px;
  }
}
.root#index .news__wrapper__item {
  width: calc(50% - 50px);
}
@media only screen and (max-width: 767px) {
  .root#index .news__wrapper__item {
    width: 100%;
    margin-bottom: 40px;
  }
  .root#index .news__wrapper__item:first-child {
    margin-bottom: 0;
  }
}
.root#index .news__wrapper__item__title {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: bold;
  color: #3b5ca9;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .root#index .news__wrapper__item__title {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .root#index .news__wrapper__item__list {
    margin-bottom: 40px;
  }
  .root#index .news__wrapper__item__list:nth-child(2) {
    margin-bottom: 0;
  }
}
.root#index .news__wrapper__item__list__item__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
}
.root#index .news__wrapper__item__list__item__head > span:nth-child(1) {
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 0;
  color: #475876;
  margin-right: 20px;
  line-height: 26px;
}
.root#index .news__wrapper__item__list__item__head > span:nth-child(2) {
  display: inline-block;
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 0;
  color: #475876;
  min-width: 96px;
  background-color: #f4f5f9;
  border-radius: 20px;
  line-height: 26px;
  text-align: center;
}
.root#index .news__wrapper__item__list > li {
  padding-top: 25px;
  padding-bottom: 20px;
  border-bottom: 1px solid #dadada;
}
@media only screen and (max-width: 767px) {
  .root#index .news__wrapper__item__list > li {
    padding-top: 20px;
  }
}
.root#index .news__wrapper__item__list > li:first-child {
  padding-top: 0;
}
.root#index .news__wrapper__item__list > li > a {
  font-size: 16px;
  font-size: 1.6rem;
  color: #3b5ca9;
  text-decoration: underline;
  line-height: 1.75;
}
.root#index .news__wrapper__item__list > li > a:hover {
  text-decoration: none;
}
.root#index .news__link {
  text-align: center;
}
.root#index .news__link > a {
  border: 1px solid #3b5ca9;
  text-decoration: underline;
}
.root#index .news__link > a:hover {
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  .root#index .news__link > a {
    line-height: 60px;
    height: 60px;
  }
  .root#index .news__link > a::after {
    top: 50%;
    right: 20px;
    -webkit-transform: rotate(45deg) translateY(-50%);
            transform: rotate(45deg) translateY(-50%);
  }
}
.root#index .reason {
  padding: 100px 0;
  background-color: #f4f5f9;
  border-radius: 70px 0 0 0;
}
@media only screen and (max-width: 767px) {
  .root#index .reason {
    padding: 60px 0;
  }
}
.root#index .reason__title {
  text-align: left;
  padding-left: 30px;
  position: relative;
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .root#index .reason__title {
    padding-left: 0;
    margin-bottom: 30px;
    text-align: center;
  }
}
.root#index .reason__title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background-color: #3b5ca9;
  border-radius: 2px;
}
@media only screen and (max-width: 767px) {
  .root#index .reason__title::before {
    display: none;
  }
}
.root#index .reason__desc {
  color: #475876;
  margin-bottom: 45px;
}
@media only screen and (max-width: 767px) {
  .root#index .reason__desc {
    margin-bottom: 40px;
  }
}
.root#index .reason__linkList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.root#index .reason__linkList__item {
  width: calc(50% - 30px);
  margin-bottom: 50px;
}
@media screen and (max-width: 900px) {
  .root#index .reason__linkList__item {
    width: calc(50% - 10px);
  }
}
@media only screen and (max-width: 767px) {
  .root#index .reason__linkList__item {
    width: 100%;
    margin-bottom: 30px;
  }
}
.root#index .reason__linkList__item:nth-last-child(1) {
  margin-bottom: 0;
}
.root#index .reason__linkList__item:nth-last-child(2) {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .root#index .reason__linkList__item:nth-last-child(2) {
    margin-bottom: 30px;
  }
}
.root#index .reason__linkList__item > a {
  overflow: hidden;
  display: inline-block;
  border-radius: 20px;
  position: relative;
}
.root#index .reason__linkList__item > a:hover {
  opacity: 1;
}
.root#index .reason__linkList__item > a:hover > span {
  background-color: rgba(255, 255, 255, 0.9);
  color: #3b5ca9;
}
.root#index .reason__linkList__item > a:hover > span::before {
  border: 1px solid #3b5ca9;
}
.root#index .reason__linkList__item > a:hover > span::after {
  border-color: #3b5ca9;
}
.root#index .reason__linkList__item > a > span {
  position: absolute;
  left: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 90px;
  color: #fff;
  background-color: rgba(59, 92, 169, 0.9);
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: clamp(1rem, 1.6vw, 18px);
}
@media only screen and (max-width: 767px) {
  .root#index .reason__linkList__item > a > span {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.root#index .reason__linkList__item > a > span > strong {
  font-size: 22px;
  font-size: 2.2rem;
  text-decoration: underline;
  font-weight: bold;
  font-size: clamp(1rem, 2.1vw, 22px);
}
@media only screen and (max-width: 767px) {
  .root#index .reason__linkList__item > a > span > strong {
    font-size: 20px;
    font-size: 2rem;
  }
}
.root#index .reason__linkList__item > a > span::before {
  content: "";
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 45px;
  height: 45px;
  border: solid 1px #fff;
  border-radius: 50%;
}
@media screen and (max-width: 900px) {
  .root#index .reason__linkList__item > a > span::before {
    width: 36px;
    height: 36px;
    right: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .root#index .reason__linkList__item > a > span::before {
    width: 36px;
    height: 36px;
    right: 20px;
  }
}
.root#index .reason__linkList__item > a > span::after {
  content: "";
  width: 11px;
  height: 11px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  position: absolute;
  top: 50%;
  right: 50px;
}
@media screen and (max-width: 900px) {
  .root#index .reason__linkList__item > a > span::after {
    right: 35px;
  }
}
@media only screen and (max-width: 767px) {
  .root#index .reason__linkList__item > a > span::after {
    right: 35px;
  }
}
.root#index .patentAttorney {
  padding: 100px 0;
}
@media only screen and (max-width: 767px) {
  .root#index .patentAttorney {
    padding: 60px 0;
  }
}
.root#index .patentAttorney__title {
  text-align: left;
  padding-left: 30px;
  position: relative;
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .root#index .patentAttorney__title {
    padding-left: 0;
    margin-bottom: 30px;
    text-align: center;
  }
}
.root#index .patentAttorney__title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background-color: #3b5ca9;
  border-radius: 2px;
}
@media only screen and (max-width: 767px) {
  .root#index .patentAttorney__title::before {
    display: none;
  }
}
.root#index .patentAttorney__visual {
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 40px;
}
.root#index .patentAttorney__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 1000px) {
  .root#index .patentAttorney__wrapper {
    margin-bottom: 30px;
  }
}
.root#index .patentAttorney__wrapper__desc {
  color: #475876;
  margin-right: 20px;
}
@media screen and (max-width: 1000px) {
  .root#index .patentAttorney__wrapper__desc {
    margin-right: 0;
  }
}
@media screen and (max-width: 1000px) {
  .root#index .patentAttorney__wrapper__pcLink {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .root#index .patentAttorney__wrapper__pcLink {
    display: none !important;
  }
}
.root#index .patentAttorney__wrapper__spLink {
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .root#index .patentAttorney__wrapper__spLink {
    display: block !important;
  }
}
@media only screen and (max-width: 767px) {
  .root#index .patentAttorney__wrapper__spLink > a {
    line-height: 60px;
    height: 60px;
  }
  .root#index .patentAttorney__wrapper__spLink > a::after {
    top: 50%;
    right: 20px;
    -webkit-transform: rotate(45deg) translateY(-50%);
            transform: rotate(45deg) translateY(-50%);
  }
}
.root#index .patentAttorney__tagLinkList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  gap: 20px 25px;
}
@media screen and (max-width: 1000px) {
  .root#index .patentAttorney__tagLinkList {
    gap: 20px;
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .root#index .patentAttorney__tagLinkList {
    gap: 20px;
    margin-bottom: 40px;
  }
}
.root#index .patentAttorney__tagLinkList__item {
  padding-right: 0 !important;
}
.root#index .patentAttorney__tagLinkList__item a {
  line-height: 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 269px;
}
@media screen and (max-width: 1000px) {
  .root#index .patentAttorney__tagLinkList__item {
    width: calc(50% - 10px);
  }
}
@media only screen and (max-width: 767px) {
  .root#index .patentAttorney__tagLinkList__item {
    width: calc(50% - 10px);
  }
}
.root#index .patentAttorney__tagLinkList__item .c-btn {
  border: 2px solid #3b5ca9;
  font-weight: bold;
}
.root#index .patentAttorney__tagLinkList__item .c-btn::after {
  top: 50%;
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
}
@media screen and (max-width: 1000px) {
  .root#index .patentAttorney__tagLinkList__item .c-btn {
    width: 100%;
    height: 50px;
    line-height: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .root#index .patentAttorney__tagLinkList__item .c-btn:hover {
    opacity: 1 !important;
  }
  .root#index .patentAttorney__tagLinkList__item .c-btn::after {
    right: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .root#index .patentAttorney__tagLinkList__item .c-btn {
    width: 100%;
    height: 50px;
    line-height: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .root#index .patentAttorney__tagLinkList__item .c-btn:hover {
    opacity: 1 !important;
  }
  .root#index .patentAttorney__tagLinkList__item .c-btn::after {
    right: 20px;
  }
}
.root#index .patentAttorney__tagLinkList__item .c-btn > span {
  font-weight: bold;
}
.root#index .about {
  padding-bottom: 100px;
}
@media only screen and (max-width: 767px) {
  .root#index .about {
    padding-bottom: 60px;
  }
}
.root#index .about__container {
  padding: 100px 0;
  background-color: #f4f5f9;
  max-width: 100%;
  width: 1276px;
  margin: 0 auto;
  border-radius: 70px;
}
@media only screen and (max-width: 767px) {
  .root#index .about__container {
    width: 100%;
    padding: 60px 0;
    border-radius: 0 70px 70px 0;
  }
}
.root#index .about__container__title {
  text-align: left;
  padding-left: 30px;
  position: relative;
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .root#index .about__container__title {
    padding-left: 0;
    text-align: center;
    margin: 0 -20px 30px;
  }
}
.root#index .about__container__title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background-color: #3b5ca9;
  border-radius: 2px;
}
@media only screen and (max-width: 767px) {
  .root#index .about__container__title::before {
    display: none;
  }
}
.root#index .about__container__linkList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 25px;
}
@media only screen and (max-width: 767px) {
  .root#index .about__container__linkList {
    display: block;
  }
}
.root#index .about__container__linkList > li {
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .root#index .about__container__linkList > li {
    width: 100%;
    margin-bottom: 30px;
  }
  .root#index .about__container__linkList > li:last-child {
    margin-bottom: 0;
  }
}
.root#index .about__container__linkList > li > a {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  display: inline-block;
}
.root#index .about__container__linkList > li > a:hover > span {
  text-decoration: none;
}
.root#index .about__container__linkList > li > a > span {
  font-size: clamp(1rem, 1.32vw, 18px);
  position: absolute;
  left: 50%;
  bottom: 20px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #fff;
  text-decoration: underline;
  font-weight: bold;
  white-space: nowrap;
}
@media only screen and (max-width: 767px) {
  .root#index .about__container__linkList > li > a > span {
    font-size: 20px;
  }
}
.root#index .recruit {
  padding: 95px 0 120px;
  background-color: #3b5ca9;
  border-radius: 70px 0 0 0;
}
@media only screen and (max-width: 767px) {
  .root#index .recruit {
    padding: 60px 0;
    border-radius: 70px 0 0 0;
  }
}
.root#index .recruit__title {
  text-align: left;
  padding-left: 30px;
  position: relative;
  margin-bottom: 40px;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .root#index .recruit__title {
    text-align: center;
    margin-bottom: 30px;
    padding-left: 0;
  }
}
.root#index .recruit__title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background-color: #fff;
  border-radius: 2px;
}
@media only screen and (max-width: 767px) {
  .root#index .recruit__title::before {
    display: none;
  }
}
.root#index .recruit__desc {
  color: #fff;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .root#index .recruit__desc {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.75;
  }
}
.root#index .recruit__visual {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .root#index .recruit__visual {
    border-radius: 0;
    margin: 0 -20px;
    text-align: center;
  }
}
.root#index .recruit__visual img {
  border-radius: 20px;
}
@media (max-width: 1024px) {
  .root#index .recruit__visual img {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .root#index .recruit__visual img {
    border-radius: 0;
  }
}
.root#index .recruit__visual__link {
  position: absolute;
  right: 40px;
  bottom: 20px;
  background-color: rgba(255, 255, 255, 0.9);
  border: 2px solid #3b5ca9;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 400px;
  height: 100px;
  line-height: 100px;
  border-radius: 50px;
  font-size: 18px;
  font-size: 1.8rem;
  color: #3b5ca9;
}
@media (max-width: 1024px) {
  .root#index .recruit__visual__link {
    position: relative;
    right: -50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: auto;
    max-width: 310px;
    line-height: 80px;
    height: 80px;
    background-color: rgb(255, 255, 255);
  }
}
@media only screen and (max-width: 767px) {
  .root#index .recruit__visual__link {
    position: relative;
    right: auto;
    bottom: auto;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.root#index .recruit__visual__link:hover {
  color: #3b5ca9;
  opacity: 1;
  background-color: rgb(255, 255, 255);
}
.root#index .recruit__visual__link::after {
  position: absolute;
  border: none;
  width: 19px;
  height: 19px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
  right: 35px;
  background-image: url("/assets/images/common/square.png");
  background-size: cover;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 767px) {
  .root .smallBtnText {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.mv__slider__item {
  padding-right: 0 !important;
}

@media only screen and (max-width: 767px) {
  html[lang=en] .root#index .reason__linkList__item > a > span {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 767px) {
  html[lang=en] .root#index .reason__linkList__item > a > span > strong {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

html[lang=zh-cn] .mv {
  height: auto !important;
}