[data-aos="fade-left"] {
  -webkit-transform: translate3d(30px, 0, 0);
  transform: translate3d(30px, 0, 0);
}

@media screen and (max-width: 1023px) {
  .topPage {
    margin-bottom: 0px;
    overflow-x: hidden;
  }
}

.topMainv {
  position: relative;
  height: 100vh;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.topMainvImg {
  height: calc(100vh - 84px);
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("../img/home/mainv.webp");
  background-size: cover;
  background-position: center;
  -webkit-transform: translateY(84px);
  transform: translateY(84px);
}
_::-webkit-full-page-media, _:future, :root .topMainvImg {
  background-image: url("../img/home/mainv.jp2");
}

@media screen and (max-width: 1023px) {
  .topMainvImg {
    height: 100vh;
    background-image: url("../img/home/mainv-sp.webp");
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  _::-webkit-full-page-media, _:future, :root .topMainvImg {
    background-image: url("../img/home/mainv-sp.jp2");
  }
}

.topMainvInfo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  margin-top: 84px;
}

@media all and (-ms-high-contrast: none) {
  .topMainvInfo {
    margin-top: 15%;
  }
}

@media screen and (max-width: 1023px) {
  .topMainvInfo {
    width: 86%;
    margin: 0 auto;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-top: 20%;
  }
}

@media screen and (max-width: 767px) {
  .topMainvInfo {
    width: 86%;
    margin: 0 auto;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-top: 15%;
  }
}

.topMainvInfoInner {
  margin: 0 auto;
  margin-left: 19%;
  width: 100%;
  position: relative;
}

@media all and (-ms-high-contrast: none) {
  .topMainvInfoInner {
    height: 100%;
  }
}

@media screen and (max-width: 1580px) {
  .topMainvInfoInner {
    margin-left: 10%;
  }
}

@media screen and (max-width: 1200px) {
  .topMainvInfoInner {
    margin-left: 5%;
  }
}

@media screen and (max-width: 1023px) {
  .topMainvInfoInner {
    margin-left: 0%;
  }
}

.topMainvTtl {
  margin-top: 40px;
  text-align: left;
}

@media screen and (max-width: 1023px) {
  .topMainvTtl {
width: 80%;
  }
}

.topMainvTxt {
  font-size: 18px;
  color: #7d7d7d;
  margin: 40px 0px 0 0;
  width: 520px;
  text-align: left;
  letter-spacing: 0px;
  line-height: 2.2;
}

@media screen and (max-width: 1300px) {
  .topMainvTxt {
    width: 400px;
  }
}

@media screen and (max-width: 1023px) {
  .topMainvTxt {
    font-size: 15px;
    letter-spacing: 0;
    width: 100%;
    margin: 10px 0px 0 0;
  }
}

@media screen and (max-width: 767px) {
  .topMainvTxt {
    font-size: 12px;
  }
}

.scrollCover {
  position: relative;
  margin-top: 75px;
}

@media screen and (max-width: 1200px) {
  .scrollCover {
    margin-top: 40px;
    margin-left: 40px;
  }
}

@media screen and (max-width: 1023px) {
  .scrollCover {
    margin-left: 0px;
  }
}

@media all and (-ms-high-contrast: none) {
  .scrollCover {
    position: absolute;
    bottom: -40px;
    margin-bottom: 0;
  }
}

.scrollTxt {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 14px;
  color: #7d7d7d;
}

@media screen and (max-width: 1023px) {
  .scrollTxt {
    font-size: 10px;
  }
}

.scrollTxt:after {
  content: "";
  position: relative;
  display: inline-block;
  background-image: url(../img/common/scroll-arrow.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 34px;
  height: 39px;
  margin-top: 10px;
}

@media screen and (max-width: 1023px) {
  .scrollTxt:after {
    width: 17px;
    height: 20px;
    margin-top: 5px;
  }
}

.scrollCircle {
  position: absolute;
  border-radius: 50%;
  border: 1px solid #7d7d7d;
  width: 110px;
  height: 110px;
  top: 40%;
  left: -38px;
  -webkit-transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-animation: scrollAction 1.5s infinite;
  animation: scrollAction 1.5s infinite;
}

@media screen and (max-width: 1023px) {
  .scrollCircle {
    width: 55px;
    height: 55px;
    top: 54%;
    left: -20px;
  }
}

@media all and (-ms-high-contrast: none) {
  .scrollCircle {
    bottom: -20%;
    -webkit-animation: none;
    animation: none;
  }
}

@-webkit-keyframes scrollAction {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  85% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

@keyframes scrollAction {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  85% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

.companyImg img {
  border-radius: 0 20px 0 20px;
}

.Advantage{
  position: relative;
}

.c-btn-advantage {
  top: 25px;
  right: 0;
  position: absolute;
}

.c-btn-advantageInner {
margin-top: 40px;
}

@media screen and (max-width: 1023px) {
  .c-btn-advantage {
    position: relative;
    top: 40px;
  }
  .c-btn-advantageInner {
    margin-top: 20px;
    }
}

.AdvantageInfoAreaWrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.AdvantageInfoArea {
  position: relative;
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 600px;
}

@media screen and (max-width: 1310px) {
  .AdvantageInfoArea {
    height: 40vw;
  }
}

@media screen and (max-width: 767px) {
  .AdvantageInfoArea {
    display: block;
    height: auto;
  }
  .AdvantageInfoArea .smallSecInfoCover {
    padding-top: 255px;
  }
}

.AdvantageInfoArea + .AdvantageInfoArea {
  margin-top: 80px;
}

@media screen and (max-width: 1023px) {
  .AdvantageInfoArea + .AdvantageInfoArea {
    margin-top: 53px;
  }
}

.AdvantageInfoArea .smallSecImg-Advantage {
  position: absolute;
  left: calc(-1 * (50vw - 600px));
  top: 0;
}

@media screen and (max-width: 1580px) {
  .AdvantageInfoArea .smallSecImg-Advantage {
    width: calc(100% - 420px);
  }
}

@media screen and (max-width: 1310px) {
  .AdvantageInfoArea .smallSecImg-Advantage {
    width: 60%;
  }
}

@media screen and (max-width: 1200px) {
  .AdvantageInfoArea .smallSecImg-Advantage {
    left: -8vw;
  }
}

@media screen and (max-width: 767px) {
  .AdvantageInfoArea .smallSecImg-Advantage {
    width: 100%;
    max-height: 250px;
    left: -8vw;
    top: 0;
  }
  .AdvantageInfoArea .smallSecImg-Advantage img {
    max-height: 250px;
    display: inline-block;
  }
}

.AdvantageInfoArea .smallSecImg-Advantage img {
  border-radius: 0 20px 20px 0;
}

.AdvantageInfoArea .bgTxt {
  right: -26%;
  top: 0%;
  letter-spacing: 6px;
  font-size: 140px;
  color: #ededed;
  font-weight: bold;
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
  position: absolute;
  white-space: nowrap;
}

@media screen and (max-width: 1850px) {
  .AdvantageInfoArea .bgTxt {
    right: -15%;
  }
}

@media screen and (max-width: 1580px) {
  .AdvantageInfoArea .bgTxt {
    right: 0%;
    line-height: 1;
  }
}

@media screen and (max-width: 1023px) {
  .AdvantageInfoArea .bgTxt {
    font-size: 70px;
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
    right: auto;
    left: 0;
    top: auto;
    bottom: -20px;
    letter-spacing: 4px;
  }
}

@media screen and (max-width: 767px) {
  .AdvantageInfoArea .bgTxt {
    font-size: 70px;
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
    right: -12%;
    left: auto;
    top: 34%;
    bottom: auto;
    letter-spacing: 4px;
  }
}

.AdvantageInfoArea:nth-child(2n-1) {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.AdvantageInfoArea:nth-child(2n-1) .smallSecImg-Advantage {
  position: absolute;
  left: auto;
  right: calc(-1 * (50vw - 600px));
}

.AdvantageInfoArea:nth-child(2n-1) .smallSecImg-Advantage img {
  border-radius: 40px 0 0 40px;
}

@media screen and (max-width: 1200px) {
  .AdvantageInfoArea:nth-child(2n-1) .smallSecImg-Advantage {
    right: -8vw;
  }
}

@media screen and (max-width: 767px) {
  .AdvantageInfoArea:nth-child(2n-1) .smallSecImg-Advantage {
    right: -8vw;
    top: 0;
    text-align: right;
  }
}

.AdvantageInfoArea:nth-child(2n-1) .bgTxt {
  right: auto;
  left: -25%;
}

@media screen and (max-width: 1580px) {
  .AdvantageInfoArea:nth-child(2n-1) .bgTxt {
    left: 0;
  }
}

@media screen and (max-width: 1023px) {
  .AdvantageInfoArea:nth-child(2n-1) .bgTxt {
    right: 0;
    left: auto;
  }
}

@media screen and (max-width: 767px) {
  .AdvantageInfoArea:nth-child(2n-1) .bgTxt {
    right: auto;
    left: -25%;
  }
}

.bg3d_01 {
  position: absolute;
  top: -130px;
  left: 23%;
  z-index: -1;
  width: 281px;
}

@media screen and (max-width: 1023px) {
  .bg3d_01 {
    width: 140px;
    top: -130px;
    left: 50%;
  }
}

.bg3d_02 {
  position: absolute;
  bottom: -125px;
  right: 2%;
  z-index: -2;
  width: 361px;
  display: inline-block;
}

@media screen and (max-width: 1200px) {
  .bg3d_02 {
    right: 17%;
  }
}

@media screen and (max-width: 1023px) {
  .bg3d_02 {
    width: 180px;
    bottom: -60px;
    right: -6%;
  }
}

.section-technology {
  margin-top: 180px;
  position: relative;
  z-index: 2;
  overflow: hidden;
}

@media screen and (max-width: 1023px) {
  .section-technology {
    margin-top: 91px;
  }
}

.c-btn-tec {
  top: 0;
  right: 0;
  position: absolute;
  padding-right: 60px;
}

.c-btn-tec::after {
  display: none;
}

@media screen and (max-width: 1023px) {
  .c-btn-tec {
    display: inline-block;
    position: relative;
  }
}

@media screen and (max-width: 1023px) {
  .c-btn-tecCover {
    text-align: center;
    display: block;
  }
}

.smallSecTtl-tec {
  font-size: 24px;
}

.smallSecTtl-tec span {
  display: inline-block;
  font-size: 30px;
  margin-right: 10px;
}

@media screen and (max-width: 1023px) {
  .smallSecTtl-tec span {
    font-size: 23px;
  }
}

@media screen and (max-width: 1023px) {
  .smallSecTtl-tec {
    font-size: 20px;
  }
}

.bannerArea {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  margin-top: 185px;
}

@media screen and (max-width: 1310px) {
  .bannerArea {
    display: block;
  }
}

.bg3d_03 {
  position: absolute;
  top: -100px;
  left: 20%;
  z-index: -1;
  width: 305px;
}

@media screen and (max-width: 1023px) {
  .bg3d_03 {
    width: 152px;
    top: -56px;
    left: 2%;
  }
}

.bg3d_04 {
  position: absolute;
  bottom: -350px;
  right: 6%;
  z-index: -1;
  width: 463px;
}

@media screen and (max-width: 1023px) {
  .bg3d_04 {
    width: 230px;
    bottom: -240px;
    right: -2%;
  }
}

.bannerItem {
  width: calc((100% - 10px) / 2);
  background-color: #f9f9f9;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 75px 0;
  border-radius: 40px 0 0 0;
  position: relative;
}

.bannerImg {
  position: absolute;
  top: 109px;
  left: 107px;
  width: 220px;
}

.bannerItem .bannerImg {
  -webkit-transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}

@media screen and (max-width: 1310px) {
  .bannerItem {
    width: 92vw;
    margin: 0 0 0 auto;
  }
}

@media screen and (max-width: 1023px) {
  .bannerItem {
    display: block;
    padding: 30px 0 20px;
    padding-left: 9%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}

.bannerItem::before {
  content: "";
  display: inline-block;
  background-image: url(../img/common/arrow-more.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 24px;
  height: 21px;
  position: absolute;
  right: 71px;
  bottom: 72px;
}

@media screen and (max-width: 1023px) {
  .bannerItem::before {
    right: 36px;
    bottom: 40px;
    width: 17px;
    height: 15px;
  }
}

.bannerItem::after {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 65px;
  height: 65px;
  border: 1px solid #7d7d7d;
  position: absolute;
  right: 50px;
  bottom: 50px;
  -webkit-transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
}

@media screen and (max-width: 1023px) {
  .bannerItem::after {
    width: 40px;
    height: 40px;
    right: 24px;
    bottom: 28px;
  }
}

.bannerItem:hover {
  -webkit-transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
}

.bannerItem:hover .bannerImg {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}

@media screen and (max-width: 1023px) {
  .bannerItem:hover .bannerImg {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.bannerItem:hover::after {
  -webkit-transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  width: 100px;
  height: 100px;
  -webkit-transform: translate(18px, 18px);
  transform: translate(18px, 18px);
}

@media screen and (max-width: 1023px) {
  .bannerItem:hover::after {
    width: 40px;
    height: 40px;
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
}

.bannerItem-machinery {
  -webkit-transform: translateY(100px);
  transform: translateY(100px);
  border-radius: 0 0 40px 0;
}

@media screen and (max-width: 1310px) {
  .bannerItem-machinery {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    margin: 0 auto 10px 0;
    border-radius: 0 20px 0 0;
  }
}

.bannerInfo {
  padding: 0 30px 30px 0px;
  margin: 0 0 0 auto;
  width: 40%;
}

@media screen and (max-width: 1850px) {
  .bannerInfo {
    width: 60%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}

@media screen and (max-width: 1023px) {
  .bannerInfo {
    width: 100%;
    padding: 0 10px 10px 0px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}

.infoBlockTxt-banner {
  padding-right: 150px;
}

@media screen and (max-width: 1850px) {
  .infoBlockTxt-banner {
    padding-right: 120px;
  }
}

@media screen and (max-width: 1023px) {
  .infoBlockTxt-banner {
    padding-right: 0;
    width: 38%;
    line-height: 1.9;
  }
}

@media screen and (max-width: 1850px) {
  .bannerImg {
    left: 50px;
    width: 20%;
  }
}

@media screen and (max-width: 1023px) {
  .bannerImg {
    width: 25%;
    top: auto;
    bottom: 10%;
    right: 97px;
    left: auto;
  }
}

.bannerImg_02 {
  width: 295px;
  top: 128px;
  left: 70px;
}

@media screen and (max-width: 1850px) {
  .bannerImg_02 {
    left: 30px;
    width: 30%;
  }
}

@media screen and (max-width: 1023px) {
  .bannerImg_02 {
    width: 30%;
    top: auto;
    bottom: 12%;
    left: auto;
    right: 83px;
  }
}

.company {
  margin-top: 300px;
  margin-bottom: 206px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

@media screen and (max-width: 1023px) {
  .company {
    display: block;
    margin-top: 80px;
    margin-bottom: 70px;
  }
}

@media screen and (max-width: 1023px) {
  .infoBlockTxt-company {
    margin-top: 230px;
  }
}

.c-btn-company {
  margin-top: 35px;
}

@media screen and (max-width: 1023px) {
  .c-btn-company {
    margin-top: 3px;
    padding-right: 40px;
  }
  .c-btn-company::after {
    display: none;
  }
}

.bg3d_05 {
  position: absolute;
  bottom: -180px;
  left: -9%;
  z-index: -1;
  width: 287px;
}

@media screen and (max-width: 1023px) {
  .bg3d_05 {
    bottom: -119px;
    left: -16%;
    z-index: -1;
    width: 144px;
  }
}

.companyInfoCover {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
  width: 415px;
}

@media screen and (max-width: 1023px) {
  .companyInfoCover {
    width: 100%;
  }
}

.companyImg {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  width: 995px;
}

@media screen and (max-width: 1580px) {
  .companyImg {
    width: 50%;
    padding-right: 40px;
  }
}

@media screen and (max-width: 1023px) {
  .companyImg {
    width: 100%;
    padding-right: 0px;
    position: absolute;
    top: 118px;
    max-height: 175px;
  }
  .companyImg img {
    max-height: 175px;
  }
}

.slick-slider {
  -webkit-transform: translateX(calc((100vw - 1520px) / 2));
  transform: translateX(calc((100vw - 1520px) / 2));
  margin-top: 115px;
  margin-bottom: 345px;
}

@media screen and (max-width: 1580px) {
  .slick-slider {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@media screen and (max-width: 1023px) {
  .slick-slider {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    margin-top: 35px;
    margin-bottom: 130px;
  }
}

.slick-list {
  overflow: visible !important;
  width: 630px;
  margin: 0 auto;
  padding: 0 !important;
}

@media screen and (max-width: 1023px) {
  .slick-list {
    overflow: hidden;
    width: 100vw;
  }
}

.technologySlider__item {
  position: relative;
  width: 630px !important;
  margin-right: 50px;
  -webkit-transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}

@media screen and (max-width: 1023px) {
  .technologySlider__item {
    width: 100vw !important;
    margin: 0 auto;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  .technologySlider__item .c-btn-tec {
    margin-top: 20px;
  }
  .technologySlider__item .smallSecTtlTxt,
  .technologySlider__item .c-btn-tec {
    -webkit-transform: scale(1);
    transform: scale(1);
    padding-right: 30px;
    letter-spacing: 1px;
  }
  .technologySlider__item .smallSecTtlTxt::before,
  .technologySlider__item .c-btn-tec::before {
    right: 0px;
  }
}

@media screen and (max-width: 1023px) {
  .technologySlider__itemInner {
    background-color: #f9f9f9;
    width: 84%;
    margin: 0 auto;
    border-radius: 20px 0 20px 20px;
  }
}

.technologySliderInfo {
  position: relative;
  margin-top: 30px;
  padding-left: 20px;
}

@media screen and (max-width: 1023px) {
  .technologySliderInfo {
    width: 70vw;
    margin: 0 auto;
    padding: 28px 25px 20px;
  }
}

@media screen and (max-width: 1023px) {
  .technologySliderImg {
    width: 84vw;
    margin: 0 auto;
  }
  .technologySliderImg img {
    border-radius: 20px 0 20px 0;
  }
}

.slick-track {
  width: 3000px !important;
}

@media screen and (max-width: 1023px) {
  .slick-track {
    width: unset;
  }
}

.slick-current.technologySlider__item {
  -webkit-transform: scale(1.35);
  transform: scale(1.35);
  -webkit-transform-origin: top left;
  transform-origin: top left;
  margin-right: 260px;
  -webkit-transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
}

.slick-current.technologySlider__item .smallSecTtlTxt,
.slick-current.technologySlider__item .c-btn-tec {
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transform-origin: top left;
  transform-origin: top left;
}

@media screen and (max-width: 1023px) {
  .slick-current.technologySlider__item {
    margin-right: 0px;
    -webkit-transform: scale(1) translateX(0%);
    transform: scale(1) translateX(0%);
  }
  .slick-current.technologySlider__item .c-btn-tec {
    margin-top: 20px;
  }
  .slick-current.technologySlider__item .smallSecTtlTxt,
  .slick-current.technologySlider__item .c-btn-tec {
    -webkit-transform: scale(1);
    transform: scale(1);
    padding-right: 30px;
    letter-spacing: 1px;
  }
  .slick-current.technologySlider__item .smallSecTtlTxt::before,
  .slick-current.technologySlider__item .c-btn-tec::before {
    right: 0px;
  }
}

.slick-prev,
.slick-next {
  z-index: 1;
  width: 44px;
  height: 74px;
  top: calc(50% - 22px);
  position: absolute;
}

.slick-prev {
  left: calc(1520px - 80px);
  bottom: -150px;
  font-size: 0;
  top: auto;
}

@media screen and (max-width: 1580px) {
  .slick-prev {
    left: calc(100% - 180px);
  }
}

@media screen and (max-width: 1023px) {
  .slick-prev {
    left: calc(50%);
  }
}

.slick-next {
  left: calc(1520px - 0px);
  bottom: -150px;
  font-size: 0px;
  top: auto;
}

@media screen and (max-width: 1580px) {
  .slick-next {
    left: calc(100% - 100px);
  }
}

@media screen and (max-width: 1200px) {
  .slick-prev,
  .slick-next {
    bottom: -300px;
  }
}

@media screen and (max-width: 1023px) {
  .slick-next {
    left: calc(50% + 64px);
  }
}

@media screen and (max-width: 1023px) {
  .slick-prev,
  .slick-next {
    bottom: -115px;
  }
}

.slick-prev::before,
.slick-next::before {
  content: "";
  display: inline-block;
  background-image: url(../img/common/arrow-more.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 24px;
  height: 21px;
  position: absolute;
  right: 71px;
  bottom: 72px;
}

@media screen and (max-width: 1023px) {
  .slick-prev::before,
  .slick-next::before {
    width: 19px;
    height: 16px;
    right: 67px;
    bottom: 69px;
  }
}

.slick-prev::after,
.slick-next::after {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 65px;
  height: 65px;
  border: 1px solid #7d7d7d;
  position: absolute;
  right: 50px;
  bottom: 50px;
  -webkit-transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
}

@media screen and (max-width: 1023px) {
  .slick-prev::after,
  .slick-next::after {
    width: 50px;
    height: 50px;
  }
}

.slick-prev:hover::after,
.slick-next:hover::after {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
}

@media screen and (max-width: 1023px) {
  .slick-prev:hover::after,
  .slick-next:hover::after {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.slick-prev::before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

@media all and (-ms-high-contrast: none) {
  .slick-prev,
  .slick-next {
    position: relative;
    left: 0px;
    right: auto;
    top: auto;
    bottom: 0px;
  }
}
