.hero-slider .l-lr{
margin-right: auto;
    margin-left: auto;
    width: 100%;
    position: absolute;
    bottom: 20vh;
    left: 0;
	z-index:5;
}

.hero-slider .l-lr p {
      line-height:1.1;
}
.hero-slider {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 0;
}

.hero-slider .swiper-slide {
  overflow: hidden;
  color: #fff;
}

.hero-slider .swiper-container {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.hero-slider .slide-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background-size: cover;
  background-position: center;
}

.hero-style {
  height: 100vh;
  transition:all .4s ease;
}

.hero-style .slide-title p {
  font-size: 8rem;
  line-height: 1;
  color: #ffffff;
  margin: 0 0 40px;
  transition:all .4s ease;
}

.hero-style .slide-text h2 {
  font-size: 2rem;
  line-height: 1.25;
  letter-spacing: normal;
  color: #ffffff;
  transition:all .4s ease;
}

#mv_scroll {
    position: absolute;
    bottom: 0;
    left: 50%;
    z-index: 5;
}

#mv_item .mainTrigger {
    color: #e0e0e0;
}

#mv_item  .mainTrigger:after {
    color:var(--main-r);
}

/*scroll*/
.scroll-line {
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 1px;
    height: 80px;
    overflow: hidden;
    background-color: gray;
}

.scroll-line::after {
    content: "SCROLL";
    position: absolute;
    top: 0;
    left: 5px;
    color: var(--main-r);
    letter-spacing: .2em;
    writing-mode: vertical-lr;
    text-decoration: none;
    text-transform: uppercase;
}

@keyframes scrolldown {
    0% {
        transform: translateY(-100%);
    }

    100% {
        transform: translateY(100%);
    }
}

#top_services .flex-l ul {
    position: relative;
    width: 100%;
    height: calc(600 / var(--width) * 100vw);
}

#top_services .flex-l ul li {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transform: translatex(-20px);
    transition: opacity 0.45s cubic-bezier(0.65, 0, 0.35, 1), visibility 0.45s cubic-bezier(0.65, 0, 0.35, 1), transform 0.45s cubic-bezier(0.65, 0, 0.35, 1);
}

#top_services .flex-l ul li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.is-business-show {
    opacity: 1 !important;
    transition: all 0.5s ease-in;
    transform: none !important;
}

.js-business-txt {
    border-bottom: 1px solid #B1B1B1;
    transition: all .3s;
}

.js-business-txt:first-child {
    border-top: 1px solid #B1B1B1;
}

.js-business-txt a {
    position: relative;
    font-size: calc(16 / var(--width) * 100vw);
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0 2rem;
    padding-top:5rem;
    padding-bottom:5rem;
	font-size:2.5rem;
}

.js-business-txt a svg {
    width: 20px;
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    transition: all .3s;
}

.js-business-txt a svg .btn-allow {
    fill: var(--main);
}

.js-business-txt a:hover svg {
    right: 20px;
}

.js-business-txt a:hover {
    padding-left: 40px;
}

.js-business-txt:hover {
    border-bottom: 1px solid gray;
}

#top_services .sec-title,
#top_services .sec-title-en{
	color:var(--main-r);
}

#top_services .sec-title:before {
    background:var(--main-r);
}

#top_news .l-flex{
	justify-content: space-between;
}

.circle{
    display: inline-block;
    vertical-align: middle;
    margin-left: 1rem;
}

#top_news .learn-more{
    margin-bottom: 5rem;
}

@media screen and (max-width:1600px) {

}

@media screen and (max-width:1400px) {
.hero-style .slide-title p {
    font-size: 7rem;
}
}

@media screen and (max-width:1200px) {
.js-business-txt a {
    padding-top: 4rem;
    padding-bottom: 4rem;
    font-size: 2rem;
}
.hero-style .slide-title p {
        font-size: 6rem;
    }
}

@media screen and (max-width:960px) {
.hero-style .slide-title p {
        font-size: 5rem;
    }
.hero-style .slide-text h2 {
    font-size: 1.8rem;
}
#top_news .learn-more{
    margin-bottom: 3rem;
}
#top_services .flex-l ul {
    height: 40rem;
}
.js-business-txt a {
        padding-top: 3rem;
        padding-bottom: 3rem;
        font-size: 1.8rem;
    }
}

@media screen and (max-width:767px) {
  .slide-image__item.current {
    transform: translateX(0);
  }
.hero-style .slide-title p {
font-size: 3rem;
        margin: 0 0 20px;
        line-height: 1.1;
    }
    .hero-style .slide-text h2 {
        font-size: 13px;
    }
.hero-slider .l-lr {
        bottom: 35vh;
        width: 90%;
}
#top_services .flex-l ul {
        height: 30rem;
    }
.js-business-txt a {
        padding-top: 2rem;
        padding-bottom: 2rem;
        font-size: 1.4rem;
    }
.js-business-txt a svg {
    width: 8px;
    right: 2rem;
}
}