@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes arrow-link-line {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
  }
  49.99% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
  }
  50% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
  }
  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
  }
}
@keyframes arrow-link-line-reverse {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
  }
  49.99% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
  }
  50% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
  }
  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
  }
}
@keyframes opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.topTtl {
  padding-left: 9.9305555556vw;
  width: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .topTtl {
    padding-left: 6.4vw;
  }
}
.topTtl.reverse {
  padding-left: 0;
  padding-right: 13.5416666667vw;
  margin-left: 0;
  align-items: flex-end;
}
@media (max-width: 767px) {
  .topTtl.reverse {
    padding-right: 6.4vw;
  }
}
.topTtl.reverse .ja:after {
  right: auto;
  left: calc(-100vw - clamp(24px, 1.6666666667vw, 24px * 1.05));
}
@media (max-width: 767px) {
  .topTtl.reverse .ja:after {
    left: -103.7333333333vw;
  }
}
.topTtl.reverse.m-fadein {
  -webkit-transform: translate3d(0, 4.1666666667vw, 0);
  transform: translate3d(0, 4.1666666667vw, 0);
  will-change: opacity, transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
@media (max-width: 767px) {
  .topTtl.reverse.m-fadein {
    -webkit-transform: translate3d(0, 13.3333333333vw, 0);
    transform: translate3d(0, 13.3333333333vw, 0);
  }
}
.topTtl.reverse.m-fadein.is_show {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.topTtl .ja {
  font-weight: 700;
  font-size: clamp(40px, 2.7777777778vw, 40px * 1.05);
  line-height: 1.45;
  position: relative;
  width: fit-content;
}
@media (max-width: 767px) {
  .topTtl .ja {
    font-size: 8vw;
    line-height: 1.4333333333;
  }
}
.topTtl .ja:after {
  content: "";
  display: block;
  width: 100vw;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 50%;
  right: calc(-100vw - clamp(24px, 1.6666666667vw, 24px * 1.05));
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .topTtl .ja:after {
    right: -103.7333333333vw;
  }
}
.topTtl .en {
  margin-top: clamp(4px, 0.2777777778vw, 4px * 1.05);
  font-family: "Roboto Condensed", sans-serif;
  color: rgba(91, 82, 147, 0.2);
  font-size: clamp(20px, 1.3888888889vw, 20px * 1.05);
  line-height: 1.15;
  text-transform: uppercase;
  width: fit-content;
}
@media (max-width: 767px) {
  .topTtl .en {
    margin-top: 1.0666666667vw;
    font-size: 6.4vw;
    line-height: 1.1666666667;
  }
}

.top-mv {
  position: relative;
  aspect-ratio: 1440/810;
}
@media (max-width: 600px) {
  .top-mv {
    aspect-ratio: 375/307;
  }
}
.top-mv:before {
  content: "";
  display: block;
  width: 22.7777777778vw;
  aspect-ratio: 328/266;
  clip-path: polygon(0 0, 0% 100%, 100% 100%);
  background-color: #fff;
  position: absolute;
  left: 0;
  bottom: -0.2083333333vw;
  pointer-events: none;
  z-index: 100;
}
@media (max-width: 600px) {
  .top-mv:before {
    content: none;
  }
}
.top-mv:after {
  content: "";
  display: block;
  width: 22.7777777778vw;
  aspect-ratio: 328/266;
  clip-path: polygon(0 0, 100% 0, 100% 100%);
  background-color: #fff;
  position: absolute;
  right: 0;
  top: 0;
  pointer-events: none;
  z-index: 100;
}
@media (max-width: 600px) {
  .top-mv:after {
    content: none;
  }
}
.top-mv video {
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 600px) {
  .top-mv video {
    width: auto;
    height: 81.8666666667vw;
    left: calc(50% + 18vw);
  }
}

.top-about {
  padding-top: 7.0833333333vw;
  padding-bottom: 11.5277777778vw;
  position: relative;
}
@media (max-width: 767px) {
  .top-about {
    padding-top: 27.2vw;
    padding-bottom: 20vw;
  }
}
.top-about .descWrap {
  margin-top: 2.6388888889vw;
  margin-left: 13.2638888889vw;
  width: clamp(549px, 38.125vw, 549px * 1.05);
  transition-delay: 0.15s;
}
@media (max-width: 767px) {
  .top-about .descWrap {
    margin-top: 8vw;
    margin-left: auto;
    margin-right: auto;
    width: 87.2vw;
    transition-delay: 0s;
  }
}
.top-about .descWrap .desc {
  font-size: clamp(15px, 1.0416666667vw, 15px * 1.05);
  line-height: 2;
  margin-top: 1.6666666667vw;
}
@media (max-width: 767px) {
  .top-about .descWrap .desc {
    font-size: 4vw;
    margin-top: 6.4vw;
  }
}
.top-about .descWrap .desc:first-of-type {
  margin-top: 0;
}
.top-about .descWrap .m-arrowLink {
  margin-top: clamp(44px, 3.0555555556vw, 44px * 1.05);
  margin-left: auto;
  font-weight: 600;
  font-size: clamp(15px, 1.0416666667vw, 15px * 1.05);
  line-height: 1.2;
  width: clamp(269px, 18.6805555556vw, 269px * 1.05);
  transform: translateX(clamp(73px, 5.0694444444vw, 73px * 1.05));
}
@media (max-width: 767px) {
  .top-about .descWrap .m-arrowLink {
    margin-top: 21.3333333333vw;
    margin-left: 0;
    line-height: 1.15;
    font-size: 5.3333333333vw;
    width: 72vw;
    transform: none;
  }
}
.top-about .deco .rect {
  display: block;
  width: 73.6805555556vw;
  aspect-ratio: 1061/868;
  background-image: url(../../img/common/deco_rect4.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
  position: absolute;
  top: 0;
  left: 15.6944444444vw;
  z-index: -1;
}
@media (max-width: 767px) {
  .top-about .deco .rect {
    width: 204.8vw;
    aspect-ratio: 768/1063;
    background-image: url(../../img/common/deco_rect4-sp.svg);
    left: -46.6666666667vw;
  }
}
.top-about .deco .circle {
  display: block;
  width: 45.8333333333vw;
  aspect-ratio: 660/1034;
  position: absolute;
  bottom: 0;
  right: -4.7916666667vw;
  background-image: url(../../img/common/deco_circle-double.webp);
  background-repeat: no-repeat;
  background-position: 50% 0%;
  background-size: contain;
  z-index: -1;
}
@media (max-width: 767px) {
  .top-about .deco .circle {
    width: 121.0666666667vw;
    bottom: auto;
    top: -32.8vw;
    right: -63.7333333333vw;
    opacity: 0.6;
  }
}

.top-message {
  padding-top: 6.9444444444vw;
  padding-bottom: 0.625vw;
  position: relative;
}
@media (max-width: 767px) {
  .top-message {
    padding-top: 26.6666666667vw;
    padding-bottom: 0;
  }
}
.top-message:before {
  content: "";
  display: block;
  width: 50.7638888889vw;
  aspect-ratio: 1462/1462;
  background-image: url(../../img/common/deco_circle.webp);
  background-repeat: no-repeat;
  background-position: 50% 0%;
  background-size: contain;
  position: absolute;
  top: 1.4583333333vw;
  left: -14.8611111111vw;
  opacity: 0.3;
  z-index: -1;
}
@media (max-width: 767px) {
  .top-message:before {
    width: 122.4vw;
    top: 21.6vw;
    left: -46.4vw;
    transform: none;
  }
}
.top-message__wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 2.5vw;
}
@media (max-width: 820px) {
  .top-message__wrap {
    display: block;
  }
}
@media (max-width: 767px) {
  .top-message__wrap {
    margin-top: 12.2666666667vw;
  }
}
.top-message__wrap .txtWrap {
  width: clamp(529px, 36.7361111111vw, 529px * 1.05);
  padding-left: 9.9305555556vw;
}
@media (max-width: 767px) {
  .top-message__wrap .txtWrap {
    width: 100%;
    box-sizing: border-box;
    padding-left: 6.4vw;
  }
}
.top-message__wrap .txtWrap .ttl {
  font-weight: 700;
  font-size: clamp(36px, 2.5vw, 36px * 1.05);
  line-height: 1.4444444444;
}
@media (max-width: 767px) {
  .top-message__wrap .txtWrap .ttl {
    font-size: 6.4vw;
    line-height: 1.4583333333;
  }
}
.top-message__wrap .txtWrap .desc {
  margin-top: 2.5vw;
  line-height: 2;
  font-size: clamp(15px, 1.0416666667vw, 15px * 1.05);
}
@media (max-width: 767px) {
  .top-message__wrap .txtWrap .desc {
    margin-top: 9.6vw;
    font-size: 4vw;
  }
}
.top-message__wrap .txtWrap .m-arrowLink {
  margin-top: clamp(154px, 10.6944444444vw, 154px * 1.05);
  margin-left: auto;
  font-weight: 600;
  font-size: clamp(15px, 1.0416666667vw, 15px * 1.05);
  line-height: 1.2;
  width: clamp(266px, 18.4722222222vw, 266px * 1.05);
  transform: translateX(clamp(25px, 1.7361111111vw, 25px * 1.05));
}
@media (max-width: 1200px) {
  .top-message__wrap .txtWrap .m-arrowLink {
    margin-top: clamp(44px, 3.0555555556vw, 44px * 1.05);
  }
}
@media (max-width: 1024px) {
  .top-message__wrap .txtWrap .m-arrowLink {
    margin-left: 0;
    transform: none;
  }
}
@media (max-width: 767px) {
  .top-message__wrap .txtWrap .m-arrowLink {
    margin-top: 13.3333333333vw;
    line-height: 1.15;
    font-size: 5.3333333333vw;
    width: 49.6vw;
  }
}
.top-message__wrap picture {
  display: block;
  width: calc(100% - 9.9305555556vw - clamp(529px, 36.7361111111vw, 529px * 1.05));
  max-width: 53.4027777778vw;
  aspect-ratio: 769/522;
  position: relative;
  z-index: -1;
}
@media (max-width: 820px) {
  .top-message__wrap picture {
    width: 83.3333333333vw;
    margin-left: auto;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .top-message__wrap picture {
    width: 93.8666666667vw;
    aspect-ratio: 704/538;
    transform: translateY(-12.5333333333vw);
  }
}
.top-message__wrap picture img {
  display: block;
  width: 118.0754226268%;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
@media (max-width: 820px) {
  .top-message__wrap picture img {
    width: 100%;
  }
}

.top-business {
  padding-top: 6.9444444444vw;
}
@media (max-width: 767px) {
  .top-business {
    padding-top: 26.6666666667vw;
  }
}
.top-business .desc {
  font-size: clamp(15px, 1.0416666667vw, 15px * 1.05);
  line-height: 2;
  margin-top: 2.0833333333vw;
  padding-left: 9.9305555556vw;
}
@media (max-width: 767px) {
  .top-business .desc {
    font-size: 4vw;
    margin-top: 9.0666666667vw;
    padding-left: 6.4vw;
    padding-right: 6.4vw;
  }
}
.top-business .list {
  margin: 2.5vw auto 0;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .top-business .list {
    margin: 11.2vw 0 0;
    display: block;
  }
}
.top-business .list > li {
  width: clamp(363px, 25.2083333333vw, 363px * 1.05);
  aspect-ratio: 363/365;
  clip-path: polygon(23% 0%, 100% 0%, 77% 100%, 0% 100%);
  position: relative;
  display: flex;
  flex-direction: column;
  background-repeat: no-repeat;
  background-size: 96.1432506887% auto;
}
@media (max-width: 1024px) {
  .top-business .list > li {
    width: 25.2083333333vw;
  }
}
@media (max-width: 767px) {
  .top-business .list > li {
    width: 73.6vw;
    aspect-ratio: 276/291;
    clip-path: polygon(24% 0%, 100% 0%, 76% 100%, 0% 100%);
  }
}
.top-business .list > li:before {
  content: "";
  width: 1px;
  height: 100%;
  background-color: #D9D9D9;
  position: absolute;
  top: 0;
  left: 11.5%;
  transform: skew(-12.85deg);
}
@media (max-width: 767px) {
  .top-business .list > li:before {
    left: 12.1%;
    transform: skew(-12.8deg);
  }
}
.top-business .list > li:first-of-type {
  margin-right: calc(clamp(90px, 6.25vw, 90px * 1.05) * -1);
  border-top: 1px solid #D9D9D9;
  background-image: url(../../img/top/img_business01.webp);
  background-position: 0% 100%;
}
@media (max-width: 1024px) {
  .top-business .list > li:first-of-type {
    margin-right: -6.25vw;
  }
}
@media (max-width: 767px) {
  .top-business .list > li:first-of-type {
    margin-left: 5.8666666667vw;
    margin-right: 0;
  }
}
.top-business .list > li:first-of-type .txt {
  padding-top: clamp(10px, 0.6944444444vw, 10px * 1.05);
  padding-left: clamp(107px, 7.4305555556vw, 107px * 1.05);
}
@media (max-width: 1024px) {
  .top-business .list > li:first-of-type .txt {
    padding-top: 0.6944444444vw;
    padding-left: 7.4305555556vw;
  }
}
@media (max-width: 767px) {
  .top-business .list > li:first-of-type .txt {
    padding-top: 2.6666666667vw;
    padding-left: 24vw;
  }
}
.top-business .list > li:nth-of-type(2) {
  margin-right: calc(clamp(30px, 2.0833333333vw, 30px * 1.05) * -1);
  margin-top: clamp(100px, 6.9444444444vw, 100px * 1.05);
  border-bottom: 1px solid #D9D9D9;
  background-image: url(../../img/top/img_business02.webp);
  background-position: 0% 0%;
}
@media (max-width: 1024px) {
  .top-business .list > li:nth-of-type(2) {
    margin-right: -2.0833333333vw;
    margin-top: 6.9444444444vw;
  }
}
@media (max-width: 767px) {
  .top-business .list > li:nth-of-type(2) {
    margin-right: 0;
    margin-top: -17.0666666667vw;
    margin-left: 17.0666666667vw;
  }
}
.top-business .list > li:nth-of-type(2) .txt {
  margin-top: auto;
  padding-bottom: clamp(10px, 0.6944444444vw, 10px * 1.05);
  padding-left: clamp(36px, 2.5vw, 36px * 1.05);
}
@media (max-width: 1024px) {
  .top-business .list > li:nth-of-type(2) .txt {
    padding-bottom: 0.6944444444vw;
    padding-left: 2.5vw;
  }
}
@media (max-width: 767px) {
  .top-business .list > li:nth-of-type(2) .txt {
    padding-bottom: 2.6666666667vw;
    padding-left: 9.6vw;
  }
}
.top-business .list > li:nth-of-type(3) {
  margin-left: calc(clamp(30px, 2.0833333333vw, 30px * 1.05) * -1);
  border-top: 1px solid #D9D9D9;
  background-image: url(../../img/top/img_business03.webp);
  background-position: 0% 100%;
}
@media (max-width: 1024px) {
  .top-business .list > li:nth-of-type(3) {
    margin-left: -2.0833333333vw;
  }
}
@media (max-width: 767px) {
  .top-business .list > li:nth-of-type(3) {
    margin-top: 8vw;
    margin-left: 6.1333333333vw;
  }
}
.top-business .list > li:nth-of-type(3) .txt {
  padding-top: clamp(10px, 0.6944444444vw, 10px * 1.05);
  padding-left: clamp(107px, 7.4305555556vw, 107px * 1.05);
  letter-spacing: -0.08em;
}
@media (max-width: 1024px) {
  .top-business .list > li:nth-of-type(3) .txt {
    padding-top: 0.6944444444vw;
    padding-left: 7.4305555556vw;
  }
}
@media (max-width: 767px) {
  .top-business .list > li:nth-of-type(3) .txt {
    padding-top: 2.6666666667vw;
    padding-left: 17.0666666667vw;
    letter-spacing: -0.12em;
  }
}
.top-business .list > li:last-of-type {
  margin-left: calc(clamp(90px, 6.25vw, 90px * 1.05) * -1);
  margin-top: clamp(100px, 6.9444444444vw, 100px * 1.05);
  border-bottom: 1px solid #D9D9D9;
  background-image: url(../../img/top/img_business04.webp);
  background-position: 0% 0%;
}
@media (max-width: 1024px) {
  .top-business .list > li:last-of-type {
    margin-left: -6.25vw;
    margin-top: 6.9444444444vw;
  }
}
@media (max-width: 767px) {
  .top-business .list > li:last-of-type {
    margin-right: 0;
    margin-top: -17.0666666667vw;
    margin-left: 17.0666666667vw;
  }
}
.top-business .list > li:last-of-type .txt {
  margin-top: auto;
  padding-bottom: clamp(10px, 0.6944444444vw, 10px * 1.05);
  padding-left: clamp(36px, 2.5vw, 36px * 1.05);
}
@media (max-width: 1024px) {
  .top-business .list > li:last-of-type .txt {
    padding-bottom: 0.6944444444vw;
    padding-left: 2.5vw;
  }
}
@media (max-width: 767px) {
  .top-business .list > li:last-of-type .txt {
    padding-bottom: 2.6666666667vw;
    padding-left: 9.6vw;
  }
}
.top-business .list > li .txt {
  font-size: clamp(20px, 1.3888888889vw, 20px * 1.05);
  letter-spacing: -0.03em;
  line-height: 2;
}
@media (max-width: 1024px) {
  .top-business .list > li .txt {
    font-size: 1.3888888889vw;
  }
}
@media (max-width: 767px) {
  .top-business .list > li .txt {
    font-size: 4.8vw;
  }
}
.top-business .m-arrowLink {
  margin: 4.4444444444vw auto 0;
  font-weight: 600;
  font-size: clamp(15px, 1.0416666667vw, 15px * 1.05);
  line-height: 1.2;
  width: clamp(297px, 20.625vw, 297px * 1.05);
}
@media (max-width: 767px) {
  .top-business .m-arrowLink {
    margin-top: 17.0666666667vw;
    line-height: 1.15;
    font-size: 5.3333333333vw;
    width: 82.1333333333vw;
  }
}

.top-nav {
  padding-top: 6.9444444444vw;
}
@media (max-width: 767px) {
  .top-nav {
    padding-top: 25.3333333333vw;
  }
}
.top-nav .list {
  height: clamp(351px, 24.375vw, 351px * 1.05);
  position: relative;
}
@media (max-width: 767px) {
  .top-nav .list {
    height: auto;
  }
}
.top-nav .list > li {
  width: 53.0555555556%;
  height: 100%;
  position: absolute;
  overflow: hidden;
}
@media (max-width: 767px) {
  .top-nav .list > li {
    position: static;
    width: 104vw;
    aspect-ratio: 390/345;
  }
}
.top-nav .list > li:first-of-type {
  top: 0;
  left: 0;
  clip-path: polygon(0 0, 100% 0%, 87.3% 100%, 0% 100%);
}
@media (max-width: 767px) {
  .top-nav .list > li:first-of-type {
    clip-path: polygon(0 0, 100% 0%, 78.7% 100%, 0% 100%);
  }
}
.top-nav .list > li:last-of-type {
  top: 0;
  right: 0;
  clip-path: polygon(12.7% 0, 100% 0%, 100% 100%, 0% 100%);
}
@media (max-width: 767px) {
  .top-nav .list > li:last-of-type {
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 21.3% 100%);
    margin-top: 4.2666666667vw;
    margin-left: -4vw;
  }
}
.top-nav .list > li a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: clamp(24px, 1.6666666667vw, 24px * 1.05);
  width: 100%;
  height: 100%;
  position: relative;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .top-nav .list > li a {
    gap: 6.4vw;
  }
}
.top-nav .list > li a:hover:before {
  transform: scale(1.1);
}
@media (max-width: 767px) {
  .top-nav .list > li a:hover:before {
    transform: none;
  }
}
.top-nav .list > li a:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  transition: 0.3s ease-in-out;
  z-index: -1;
  pointer-events: none;
}
.top-nav .list > li a.company {
  padding-right: 6.7361111111vw;
}
@media (max-width: 767px) {
  .top-nav .list > li a.company {
    padding-right: 4vw;
  }
}
.top-nav .list > li a.company:before {
  background-image: url(../../img/top/bg_nav01.webp);
}
@media (max-width: 767px) {
  .top-nav .list > li a.company:before {
    background-position: 68% 50%;
  }
}
.top-nav .list > li a.company .ja {
  filter: drop-shadow(0 0 clamp(16px, 1.1111111111vw, 16px * 1.05) #5B5293);
}
@media (max-width: 767px) {
  .top-nav .list > li a.company .ja {
    filter: drop-shadow(0 0 4.2666666667vw #5B5293);
  }
}
.top-nav .list > li a.recruit {
  padding-left: 6.7361111111vw;
}
@media (max-width: 767px) {
  .top-nav .list > li a.recruit {
    padding-left: 4vw;
  }
}
.top-nav .list > li a.recruit:before {
  background-image: url(../../img/top/bg_nav02.webp);
}
@media (max-width: 767px) {
  .top-nav .list > li a.recruit:before {
    background-position: 39% 50%;
  }
}
.top-nav .list > li a.recruit .ja {
  filter: drop-shadow(0 0 clamp(16px, 1.1111111111vw, 16px * 1.05) rgba(203, 71, 23, 0.7));
}
@media (max-width: 767px) {
  .top-nav .list > li a.recruit .ja {
    filter: drop-shadow(0 0 4.2666666667vw #5B5293);
  }
}
.top-nav .list > li a .ja {
  color: #fff;
  font-weight: 700;
  font-size: clamp(32px, 2.2222222222vw, 32px * 1.05);
  line-height: 1.4375;
}
@media (max-width: 767px) {
  .top-nav .list > li a .ja {
    font-size: 6.9333333333vw;
    line-height: 1.4615384615;
  }
}
.top-nav .list > li a .en {
  color: rgba(255, 255, 255, 0.7);
  font-size: clamp(20px, 1.3888888889vw, 20px * 1.05);
  line-height: 1.15;
  font-family: "Roboto Condensed", sans-serif;
}
@media (max-width: 767px) {
  .top-nav .list > li a .en {
    font-size: 5.3333333333vw;
    line-height: 1.15;
  }
}

.top-news {
  padding-top: 6.9444444444vw;
  padding-bottom: 6.9444444444vw;
}
@media (max-width: 767px) {
  .top-news {
    padding-top: 26.6666666667vw;
    padding-bottom: 26.6666666667vw;
  }
}
.top-news .topTtl {
  padding-right: calc((100% - clamp(808px, 56.1111111111vw, 808px * 1.05)) / 2);
}
@media (max-width: 767px) {
  .top-news .topTtl {
    padding-right: 6.4vw;
  }
}
.top-news .m-articleList {
  margin: 3.9583333333vw auto 0;
}
@media (max-width: 767px) {
  .top-news .m-articleList {
    margin-top: 11.2vw;
  }
}
.top-news .linkWrap {
  margin: 2.6388888889vw auto 0;
  width: clamp(860px, 59.7222222222vw, 860px * 1.05);
}
@media (max-width: 767px) {
  .top-news .linkWrap {
    margin-top: 11.7333333333vw;
    width: 91.4666666667vw;
  }
}
.top-news .m-arrowLink {
  margin-left: auto;
  font-weight: 600;
  font-size: clamp(15px, 1.0416666667vw, 15px * 1.05);
  line-height: 1.2;
  width: clamp(243px, 16.875vw, 243px * 1.05);
}
@media (max-width: 767px) {
  .top-news .m-arrowLink {
    line-height: 0.72;
    font-size: 4vw;
    width: 64.8vw;
  }
}

/*# sourceMappingURL=top.css.map */
