@charset "utf-8";

:root {
  --sec-max-content-width: 1200px;
  --sec-max-content-width-sp: 767px;
  --sec-vw-px: 20px;
}

body.bg_fixed {
    touch-action: none;
    -webkit-overflow-scrolling: none;
    overflow: hidden;
    overscroll-behavior: none;
}

.wrap {
  position: relative;
  overflow: hidden;
}
a{
  transition: all .2s;
}
em{
  font-style: normal;
}
sub{
  vertical-align: baseline;
  font-size: 10px;
}
sup{
  font-size: 10px;
}
.sec {
  position: relative;
  padding: 0 var(--sec-vw-px);
  z-index: 1;
}
.section_inner{
  max-width: var(--sec-max-content-width);
  margin-left: auto;
  margin-right: auto;
  box-sizing: content-box;
}
.list_text li{
  font-size: 1.2rem;
  line-height: 1.5;
  letter-spacing: 0;
}
.list_text li.indent13{
  text-indent: -1.8em;
  padding-left: 1.8em;
}
.text_link{
  color: #00BCD4;
  text-decoration: underline;
}
.btn_01{
  width: 150px;
  margin-top: 0.85em;
  text-align: center;
}
.btn_01 a{
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #00BCD4;
  border-radius: 100vw;
  padding: 0.45em;
  color: #fff;
  font-weight: 900;
}
.btn_01 a:hover{
  opacity: 0.7;
}

@media screen and (min-width: 768px){
	.sp_only{
		display: none !important;
	}
  .btn_01 a{
    box-shadow: 0 3px 10px rgba(0,188,212,0.6);
  }
}
@media screen and (max-width: 767px){
	.pc_only{
		display: none !important;
	}
}
@media print, screen and (min-width: 1201px){
	.forU1200{
		display: none !important;
	}
}
@media screen and (max-width: 1200px){
	.forO1200{
		display: none !important;
	}
}

#header{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 5;
}
#header .header_wrap{
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 70px;
  padding: 10px 40px;
  background: #FFFFFF;
  box-shadow: rgba(0, 0, 0, 0.02) 0px 6px 20px;
}
#header.is-pin .header_wrap{
  position: fixed;
  top: 0;
  left: 0;
  height: 80px;
  animation: slideIn 0.3s forwards;
  background-color: rgba(255, 255, 255, 0.8);
  box-shadow: rgba(0, 0, 0, 0.02) 0px 6px 20px;
}
#header .logo{
  transition: all .2s;
  width: 139px;
}
#header .logo a:hover img{
  opacity: 0.7;
}
#header .contact_btn a{
	display: block;
	width: 150px;
	background: linear-gradient(90deg, #EA6CCF, #4DA3FB);
	border-radius: 100vw;
	box-shadow: 0px 2px 5px 0px rgba( 37, 69, 81,.2);
	padding: 5px 20px;
	color: #fff;
	font-size: 17px;
  font-weight: 900;
  letter-spacing: 0.02em;
	text-align: center;
}
#header .contact_btn a:hover{
  opacity: 0.7;
}
#header .header_nav_btn {
  display: none;
}
#header .header_list_wrap{
    display: flex;
}
#header .header_link_list .link{
  font-size: 1.4rem;
  font-weight: 900;
}
@media screen and (min-width: 768px) {
  #header.is-pin .header_wrap {
    height: 80px;
  }
  #header .header_link_list_wrap{
    display: flex;
    align-items: center;
  }
  #header .header_link_list{
    display: flex;
    gap: 60px;
    margin-right: 60px;
    padding-left: 30px;
  }
  #header .header_link_list li{
    line-height: 1;
  }
  #header .header_link_list .link{
    font-size: min(1.24vw, 1.6rem);
  }
  #header .header_link_list .link.act{
    color: #00BCD4;
  }
  /* #header .contact_btn.over a{
    background: #00BCD4;
  } */
}
@media screen and (max-width: 1070px){
  #header .header_link_list{
    gap: 30px;
  }
}
@media screen and (max-width: 965px){
  #header .header_link_list{
    gap: 20px;
    margin-right: 30px;
  }
}
@media screen and (max-width: 767px) {
  #header .header_wrap{
    padding-left: 20px;
    padding-right: 20px;
  }
  #header.is-pin .header_wrap{
    height: 70px;
  }
  #header .logo{
    width: 98px;
  }
  #header .header_link_list_wrap{
    position: absolute;
    z-index: -1;
    top: 70px;
    width: 100%;
    height: 100vh;
    background: #FFFFFF;
    opacity: 0;
    visibility: hidden;
    transition: all .3s linear;
    left: 0;
    padding: 30px 5.3% 0;
  }
  #header .header_link_list_wrap{
    background: #FFFFFF;
  }
  #header .header_link_list_wrap.active{
    position: fixed;
    opacity: 1;
    visibility: visible;
    z-index: 999;
  }
  #header .header_nav_wrap.active .header_nav_inner {
    overflow: scroll;
    height: calc(100vh - 55px);
  }
  #header .header_nav{
    border: none;
  }
  #header .header_link_list{
    margin-right: 0;
  }
  #header .header_link_list li{
    border-bottom: #D9D9D9 1px solid;
  }
  #header .header_link_list .link{
    display: block;
    position: relative;
    color: #1A1311;
    padding: 22px 20px 22px 0;
    background: url(/common/images/icon_arw_w.svg) no-repeat right 15px center;
    background-size: 15px;
    font-size: 16px;
    font-weight: 900;
    line-height: 1;
  }
  #header .header_link_list .link::before {
    content: "";
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 13px;
    height: 13px;
    border-top: 4px solid #D9D9D9;
    border-right: 4px solid #D9D9D9;
    transform: rotate(45deg);
    border-radius: 2px;
  }
  #header .header_link_list .water img{
    width: 70.5%;
  }
  #header .header_link_list .creative img{
    width: 47.3%;
  }
  #header .header_link_list .location img{
    width: 51.2%;
  }
  #header .header_link_sub_list{
    border-top: #D9D9D9 1px solid;
  }
  #header .header_link_sub_list li{
    margin-left: 35px;
    border-bottom: #D9D9D9 2px dotted;
  }
  #header .header_link_sub_list li:last-child{
    border: none;
  }
  #header .contact_btn{
    margin-top: 20px;
  }
  #header .contact_btn a{
    width: 100%;
    font-size: 16px;
    padding: 22px 10px;
    line-height: 1;
    box-shadow: none;
  }
  /* icon */
  #header .header_link_btn .header_nav_btn_icon{
    height: 21px;
  }
  #header .header_link_btn.active .header_nav_btn_icon{
    height: 35px;
  }
  #header .header_link_btn .header_nav_btn_icon span{
    display: none;
  }
  #header .header_link_btn.active .header_nav_btn_icon .icon{
    display: none;
  }
  #header .header_link_btn.active .header_nav_btn_icon span{
    display: block;
  }#header .header_nav_btn{
    display: block;
    width: 28px;
    height: 25px;
    color: #1A1311;
    cursor: pointer;
  }
  #header .header_nav_btn .img{
    width: 30px;
    margin: 5px auto 0;
  }
  #header .header_nav_btn_icon{
    width: 100%;
    height: 25px;
    position: relative;
  }
  #header .header_nav_btn_icon span{
    display: inline-block;
    transition: all .4s;
    position: absolute;
    right: 0;
    height: 3px;
    border-radius: 3px;
    background: #1A1311;
  }
  #header .header_nav_btn_icon span:nth-of-type(1) {
    top: 0;
    width: 100%;
  }
  #header .header_nav_btn_icon span:nth-of-type(2) {
    top: 10px;
    width: 100%;
  }
  #header .header_nav_btn_icon span:nth-of-type(3) {
    top: 20px;
    width: 100%;
  }
  #header .active .header_nav_btn_icon span:nth-of-type(1) {
    top: 3px;
    left: 0;
    transform: translateY(6px) rotate(135deg);
  }
  #header .active .header_nav_btn_icon span:nth-of-type(2) {
    opacity: 0;
  }
  #header .active .header_nav_btn_icon span:nth-of-type(3){
    top: 15px;
    left: 0;
    transform: translateY(-6px) rotate(-135deg);
  }
}

@keyframes slideIn{
  from {
    transform: translateY(-100%);
    opacity: 0;
    }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

#footer{
  background-color: #171717;
}
#footer .footer_wrap{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 260px;
  color: #B3B3B3;
}
#footer .sns_block ul{
  display: flex;
  align-items: center;
}
#footer .sns_block ul li{
  max-width: 40px;
  margin-right: 40px;
}
#footer .sns_block ul li:last-child{
  margin-right: 0;
}
#footer .sns_block ul li a:hover img{
  opacity: 0.7;
}
#footer .nav_block{
  margin-top: 2em;
}
#footer .nav_block ul{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px 60px;
}
#footer .nav_block ul li{
  text-align: center;
  font-size: 1.6rem;
}
#footer .nav_block a{
  color: #B3B3B3;
}
#footer .nav_block a:hover{
  text-decoration: underline;
}
#footer .copyright{
  margin-top: 2em;
  color: #5D5D5D;
}
#page_top{
  display: none;
	position: fixed;
  bottom: min(5.1875vw, 83px);
  right: min(5.1875vw, 83px);
  width: 60px;
  height: 60px;
  z-index: 5;
}
#page_top a{
  position: relative;
  display: block;
  background-color: #00BCD4;
  border-radius: 100vw;
  width: 100%;
  height: 100%;
}
#page_top a:hover{
  opacity: 0.7;
}
#page_top a::after{
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 18px;
  height: 10px;
  background: url(/en/our-business/industrial/textile-printing/images/f_arrow_white.svg) no-repeat center / contain;
  margin: auto;
}
@media screen and (max-width: 767px) {
  #footer .footer_wrap{
    height: 217px;
  }
  #footer .nav_block ul{
    display: grid;
    gap: 0.5em 1.25em;
  }
  #footer .nav_block ul > li{
    font-size: 1.2rem;
    text-align: center;
  }
  #footer .copyright{
    margin-top: 25px;
  }
  #page_top{
    position: fixed;
    bottom: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
  }
  #page_top a::after{
    width: 11px;
    height: 6px;
  }
}

.kv_fit_content{
  position: relative;
  overflow: hidden;
}
#kv_fit_bg{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: -1;
}
#kv_fit_bg .slick-list,
#kv_fit_bg .slick-track,
#kv_fit_bg .kv_bg_slide,
#kv_fit_bg .bg_slide_list,
#kv_fit_bg .item{
  height: 100%;
}
#kv_fit_bg .item:nth-of-type(1){
  background: url(/en/our-business/industrial/textile-printing/images/kv_02.jpg) no-repeat center top / cover;
}
#kv_fit_bg .item:nth-of-type(2){
  background: url(/en/our-business/industrial/textile-printing/images/kv_03.jpg) no-repeat center top / cover;
}
#kv_fit_bg .item:nth-of-type(3){
  background: url(/en/our-business/industrial/textile-printing/images/kv_01.jpg) no-repeat center top / cover;
}

#kv{
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100vh;
}
#kv .lead{
  margin-bottom: 30px;
  font-size: 2rem;
  line-height: 1.5;
  text-align: center;
  font-weight: 900;
}
#kv .movie_wrap{
  margin-top: 30px;
  text-align: center;
}
#kv .movie_wrap .icon_play{
  position: relative;
  display: block;
  width: 70px;
  height: 70px;
  margin: 0 auto;
  background-color: #00BCD4;
  border-radius: 100vw;
  cursor: pointer;
}
#kv .movie_wrap .icon_play::before{
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 7px 13px;
  border-color: transparent transparent transparent #fff;
  margin: auto;
}
.icon_play::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  z-index: -1;
  background: inherit;
  -webkit-animation: ripple 4s cubic-bezier(0.3, 0, 0.1, 1) infinite;
  animation: ripple 4s cubic-bezier(0.3, 0, 0.1, 1) infinite;
}
#kv .movie_wrap .icon_play:hover{
  opacity: 0.7;
}
#kv .movie_wrap p{
  margin-top: 9px;
  color: #00BCD4;
  font-size: 1.4rem;
  font-weight: 900;
  font-family: 'YuGothic','Yu Gothic','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','メイリオ', 'Meiryo','ＭＳ ゴシック',sans-serif;
  line-height: 1;
}
#kv .bc-player-H1xnbuFqdb_default .vjs-big-play-button{
  background-color: rgba(0,212,0212,.45);
}
/*230803add*/
#kv .sp-movie-area{
  width: 20vw;
  max-width: 300px;
  margin-top: 8vh;
  margin-bottom: -13vh;
  margin-left: 5vw;
  position: absolute;
  bottom: 16vh;
}
#kv .sp-movie-area{
  padding: 30px;
  background: rgba(255,255,255,0.5);
  border-radius: 1rem;
}
#kv .sp-movie-area .lead{
  margin-bottom: 0;
  font-size: 150%;
  color: #333;
  margin-top: 1.75rem;
}
#kv .sp-movie-area .special_movie {
  position: relative;
  cursor: pointer;
}
#kv .sp-movie-area .special_movie .icon_play {
    position: absolute;
    display: block;
    width: 70px;
    height: 70px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    background-color: #00BCD4;
    background-color: rgba(0, 188, 212, 0.8);
    border-radius: 100vw;
    cursor: pointer;
    z-index: 100;
}
#kv .sp-movie-area .special_movie:hover .icon_play {
  opacity: 0.7;
}
#kv .sp-movie-area figure {
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.8);
}
@-webkit-keyframes ripple {
  0% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    opacity: 0;
  }
  60% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(1.6, 1.6);
            transform: scale(1.6, 1.6);
    opacity: 0;
  }
}
@keyframes ripple {
  0% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    opacity: 0;
  }
  60% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(1.6, 1.6);
            transform: scale(1.6, 1.6);
    opacity: 0;
  }
}

@media screen and (max-width: 767px) {
  #kv_fit_bg .item:nth-of-type(1){
    background: url(/en/our-business/industrial/textile-printing/images/kv_01_sp.jpg) no-repeat center top / cover;
  }
  #kv_fit_bg .item:nth-of-type(2){
    background: url(/en/our-business/industrial/textile-printing/images/kv_02_sp.jpg) no-repeat center top / cover;
  }
  #kv_fit_bg .item:nth-of-type(3){
    background: url(/en/our-business/industrial/textile-printing/images/kv_03_sp.jpg) no-repeat center top / cover;
  }
  #kv{
    width: 90%;
    margin: 0 auto;
    top: -2vh;/*230803add*/
  }
  #kv{
    max-width: 100%;
  }
  #kv img{
    height: auto;
  }
  #kv .lead{
    font-size: 1.6rem;
  }
  #kv .kv_ttl{
    width: auto;
    margin-top: min(6.666vw, 25px);
  }
  #kv .movie_wrap{
    margin-top: min(13.333vw, 50px);
    margin-top: min(6.333vw, 50px);/*230803add*/
    margin-bottom: 3vh;/*230803add*/
  }
  /*230803add*/
  #kv .sp-movie-area{
    margin: auto;
    padding: 15px;
    position: initial;
    width: 200px;
    max-width: 40vw;
  }
  #kv .sp-movie-area .lead{
    font-size: 120%;
  }
}
  /*230803add*/
@media screen and (min-width:660px) and ( max-width:900px) {
  #kv .sp-movie-area {
    width: 20vw;
    max-width: 300px;
    margin-top: 8vh;
    margin-bottom: -13vh;
    margin-left: 0;
    position: absolute;
    bottom: 10vh;
  }
  #kv .sp-movie-area .lead{
    font-size: 115%;
  }

}
#concept{
  position: relative;
  padding-top: 5.3%;
  padding-bottom: 12.8%;
}
#concept::before{
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
  width: 100%;
  height: 100%;
  z-index: 1;
}
#concept .section_inner{
  position: relative;
  z-index: 2;
}
#concept .ttl{
  font-size: 3.4rem;
  font-weight: 900;
  text-align: center;
  line-height: 1.4;
}
#concept .ttl em{
  font-size: 6rem;
}
#concept .ttl ruby{
  text-align: start;
  ruby-align: distribute-space;
  ruby-align: space-around;
}
#concept .ttl rt{
  font-size: 1.2rem;
  text-align: inherit;
}
#concept .anclink_list > ul{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3.333%;
  margin-top: 2.5%;
}
#concept .anclink_list > ul li{
  position: relative;
  display: flex;
  padding-top: 100%;
}
#concept .anclink_list > ul li a{
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 100vw;
  padding: 20px;
}
#concept .anclink_list > ul li:nth-of-type(1) a{ box-shadow: rgba(146, 179, 252, 0.3) 0 10px 10px;}
#concept .anclink_list > ul li:nth-of-type(2) a{ box-shadow: rgba(242, 151, 151, 0.3) 0 10px 10px;}
#concept .anclink_list > ul li:nth-of-type(3) a{ box-shadow: rgba(148, 96, 216, 0.3) 0 10px 10px;}
#concept .anclink_list > ul li .main img{
  height: min(5.833vw, 70px);
  min-height: 25px;
}
#concept .anclink_list > ul li a::before{
  content: '';
  background: url(/en/our-business/industrial/textile-printing/images/img_circle.png) no-repeat center center;
  background-size: cover;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition-duration: .3s;
  opacity: 0;
}
#concept .anclink_list>ul li a:hover::before{
  opacity: 1;
}

.item_forearth{
  position: fixed;
  max-width: 383px;
  width: 31.916%;
  margin: 0 auto;
  z-index: 4;
  bottom: 7%;
  left: 0;
  right: 0;
}
.item_forearth.js_fixed{
  position: absolute;
}
@media screen and (min-width: 768px){
  #concept .anclink_list > ul li .sub{
    margin-top: min(1.25vw, 15px);
    font-size: min(1.333vw, 1.7rem);
    line-height: 1.3;
  }
}
@media screen and (max-width: 767px) {
  #concept{
    padding-top: 40px;
    padding-bottom: 48%;
  }
  #concept .ttl{
    font-size:2rem;
    line-height: 1.35;
  }
  #concept .ttl em{
    font-size: 3rem;
  }
  #concept .anclink_list > ul{
    gap: 2.9%;
  }
  #concept .anclink_list > ul li:nth-of-type(1) a{ box-shadow: rgba(146, 179, 252, 0.3) 0 5px 7px;}
  #concept .anclink_list > ul li:nth-of-type(2) a{ box-shadow: rgba(242, 151, 151, 0.3) 0 5px 7px;}
  #concept .anclink_list > ul li:nth-of-type(3) a{ box-shadow: rgba(148, 96, 216, 0.3) 0 5px 7px;}
  #concept .anclink_list > ul li .sub{
    display: none;
  }
  .item_forearth{
    max-width: 72%;
    width: 60%;
    bottom: 3%;
  }
}
/*230803add*/
@media screen and (min-width:660px) and ( max-width:1180px) {
  .item_forearth {
    width: 31.916%;
  }
}


.content{
  position: relative;
  background-color: #fff;
  z-index: 1;
}

.feature_navi_wrap{
  position: relative;
}
.feature_block{
  padding-top: 100px;
}
.feature_block .feature_detail_area{
  margin-top: 100px;
}
.feature_block .list_text{
  margin-top: 20px;
}
.feature_block .feature_clumn01{
  margin-top: 100px;
}
.feature_block .feature_clumn02{
  margin-top: 80px;
}
.feature_block .feature_clumn01.row_center,
.feature_block .feature_clumn02.row_center{
  align-items: center;
}
.feature_block .detail .ttl{
  font-size: 3.6rem;
  font-weight: 900;
  line-height: 1.3;
}
.feature_block .detail .exp{
  margin-top: 1em;
}
.feature_block .detail .exp p{
  font-size: 1.8rem;
}
.feature_block .detail .exp p + p{
  margin-top: 1em;
}
.feature_block .movie_area .movie_slide{
  opacity: 0;
}

.movie_scroll_wrap{
  position: relative;
  width: calc(100% + 40px);
  height: 47.4vw;
  margin-top: 100px;
  margin-left: -20px;
  background: rgb(245,236,243);
  background: linear-gradient(-45deg, rgba(227,240,247,1) 0%, rgba(245,236,243,1) 100%);
}
.movie_scroll_wrap .movie_list{
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  align-items: center;
  width: 100%;
  transition: all .3s linear;
  opacity: 0;
}
.movie_scroll_wrap .movie_list.slick-initialized {
  opacity: 1
}
.movie_scroll_wrap .movie_list li{
  margin: 0 4vw;
}
.movie_scroll_wrap .movie_thumbnail{
  position: relative;
}
.movie_scroll_wrap .movie_thumbnail .icon_play{
  position: absolute;
  display: block;
  width: 70px;
  height: 70px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background-color:rgba(0, 188, 212, 0.8);
  border-radius: 100vw;
  cursor: pointer;
  z-index: 100;
}
.movie_scroll_wrap .movie_thumbnail .icon_play::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 7px 13px;
  border-color: transparent transparent transparent #fff;
  margin: auto;
}
#feature_water .movie_scroll_wrap{
  margin-top: 0;
}
@media screen and (min-width: 768px){
  .movie_scroll_wrap .movie_list li.movie_thumbnail{
    cursor: pointer;
  }
  .movie_scroll_wrap .movie_list li.movie_thumbnail:hover{
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  .movie_scroll_wrap{
    width: calc(100% + 40px);
    height: 0 !important;
    margin-top: 40px;
    padding-top: 71.2%;
  }
}


@media screen and (min-width: 768px){
  .feature_block .feature_clumn01{
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .feature_block .feature_clumn01 .ph{
    width: 42.466vw;
    margin-left: calc((50% - 50vw) + 10px);
  }
  .feature_block .feature_clumn01 .detail{
    width: 50%;
  }
  .feature_block .feature_clumn02{
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    align-items: center;
  }
  .feature_block .feature_clumn02 .ph{
    width: 28.933vw;
    margin-right: calc((50% - 50vw) + 10px);
  }
  .feature_block .feature_clumn02 .detail{
    width: 69.166%;
  }
}
@media screen and (max-width: 767px) {
  .feature_block{
    padding-top: 60px;
  }
  .feature_block .heading img{
    margin: 0 auto;
  }
  .feature_block:not(#feature_water) .heading img{
    width: auto;
    max-height: 36px;
  }
  .feature_block .feature_clumn01{
    margin-top: 60px;
  }
  .feature_block .feature_clumn01 .ph{
    width: calc(100% + 40px);
    margin-left: -20px;
  }
  .feature_block .feature_clumn02{
    margin-top: 30px;
  }
  .feature_block .detail{
    margin-top: 2em;
  }
  .feature_block .detail .ttl{
    font-size: 2.6rem;
    text-align: center;
  }
  .feature_block .detail .exp{
    margin-top: 2em;
  }
  .feature_block .detail .exp .img{
    margin: 2em 0;
  }
}


#feature_water .center_img_area{
  max-width: 899px;
  margin: 90px auto 0;
}
#feature_water .center_img_area .ttl,
#feature_water .bg_area{
  width: calc(100% + 40px);
  margin-left: -20px;
}
#feature_water .bg_area .ttl{
  font-size: 3.6rem;
  font-weight: 900;
  line-height: 1.415;
  margin-bottom: 20px;
}
#feature_water .bg_area .exp p{
  font-size: 1.8rem;
}
#feature_water .center_img_area .icon_info{
  margin-top: 9px;
}
#feature_water .center_img_area .icon_info img{
  width: 330px;
  margin-left: auto;
}
#feature_water.feature_block .center_img_area .list_text{
  margin-top: 10px;
}
#feature_water .bg_area .center_img_area{
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  #feature_water .bg_area{
    background: url(/en/our-business/industrial/textile-printing/images/feature_water_bg.png) no-repeat center bottom;
    background-size: cover;
    margin-top: 1%;
  }
  #feature_water .bg_area .text_block{
    max-width: 679px;
    margin-left: auto;
    margin-right: 14%;
    padding-top: 12%;
    padding-bottom: 15%;
  }
}
@media only screen and (max-width: 899px){
	.scroll_area{
		overflow-x: scroll;
    margin-bottom: 10px;
	}
	.scroll_area .img{
		width: 899px;
	}
}
@media screen and (max-width: 767px) {
  #feature_water .bg_area{
    margin-top: 50px;
  }
  #feature_water .center_img_area .ttl,
  #feature_water .bg_area .ttl{
    font-size: 2rem;
    text-align: center;
  }
  #feature_water .bg_area .ttl{
    margin-bottom: 30px;
  }
  #feature_water .bg_area .center_img_area,
  #feature_water .bg_area .text_block .sp_inner{
    padding: 0 var(--sec-vw-px);
  }
  #feature_water .center_img_area{
    margin-top: 85px;
  }
  #feature_water .bg_area .center_img_area{
    margin-bottom: 50px;
  }
  #feature_water .center_img_area .icon_info img{
    width: 215px;
    padding: 0 5px 0 0;
  }
  #feature_water .bg_area .text_block{
    background: url(/en/our-business/industrial/textile-printing/images/feature_water_bg_sp.png) no-repeat center bottom;
    background-size: cover;
    padding-bottom: 25%;
  }
}


#feature_creative{
  background-color: #F5F5F5;
}
#feature_creative .pic_area > ul{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: min(18.666vw, 28px);
}
#feature_creative .thumbnail_slide .slick-track {
  transform: unset !important;
  display: flex;
}
#feature_creative .main_slide,
#feature_creative .thumbnail_slide{
  opacity: 0;
}
#feature_creative .main_slide.slick-initialized,
#feature_creative .thumbnail_slide.slick-initialized {
  opacity: 1
}
#feature_creative .thumbnail_slide{
  margin-top: 20px;
}
#feature_creative .thumbnail_slide li{
  margin: 0 0.785%;
  opacity: .3;
  transition: opacity .3s linear;
  cursor: pointer;
}
#feature_creative .thumbnail_slide li:first-child{
  margin-left: 0;
}
#feature_creative .thumbnail_slide li:last-child{
  margin-right: 0;
}
#feature_creative .thumbnail_slide .slick-current {
  opacity: 1;
}
#feature_creative .creative_type_area{
  margin-top: 90px;
}
#feature_creative .creative_type_area .ttl{
  font-size: 3.6rem;
  font-weight: 900;
  line-height: 1.3;
  text-align: center;
}
#feature_creative .creative_type_box .hd{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 38px;
  background-color: #595959;
  padding: 0.35em;
  color: #fff;
  font-size: 2rem;
  font-weight: 900;
  line-height: 1;
}
#feature_creative .creative_type_box:nth-of-type(2) .hd{
	background: linear-gradient(90deg, #EA6CCF, #4DA3FB);
}
#feature_creative .creative_type_box .data{
  margin-top: 20px;
}
#feature_creative .creative_type_box .exp{
  /* line-height: 1.375; */
}
@media screen and (min-width: 768px){
  #feature_creative .pic_area{
    margin: 100px -20px 0;
  }
  #feature_creative .creative_type_area .flex{
    display: flex;
    justify-content: space-between;
    margin-top: 70px;
  }
  #feature_creative .creative_type_box{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 47%;
  }
  #feature_creative .creative_type_box .data,
  #feature_creative .creative_type_box figure{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100%;
  }
  #feature_creative .creative_type_box img{
    margin: 0 auto;
  }
  #feature_creative .creative_type_box:nth-of-type(1) img{
    max-width: 362px;
  }
  #feature_creative .creative_type_box:nth-of-type(2) img{
    max-width: 384px;
  }
  #feature_creative .creative_type_box .exp{
    text-align: center;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  #feature_creative .pic_area{
    margin-top: 25px;
  }
  #feature_creative .pic_area > ul{
    grid-template-columns: repeat(2, 1fr);
    gap: 13px;
  }
  #feature_creative .thumbnail_slide li{
    margin: 0 3px;
  }
  #feature_creative .creative_type_area{
    margin-top: 30px;
  }
  #feature_creative .creative_type_area .ttl{
    font-size: 2rem;
  }
  #feature_creative .creative_type_box{
    margin-top: 30px;
  }
  #feature_creative .creative_type_box .data{
    margin-top: 15px;
  }
  #feature_creative .creative_type_box .exp{
    padding: 0 var(--sec-vw-px);
    font-size: 1.6rem;
  }
  #feature_creative .creative_type_area .flex{
    width: calc(100% + 40px);
    margin-left: -20px;
  }
}

@media screen and (min-width: 768px){
  #feature_navi{
    position: absolute;
    top: 50px;
    right: 10px;
    display: flex;
    flex-direction: column;
    gap: 30px;
    align-items: center;
    z-index: 2;
    transition: all .3s linear;
  }
  #feature_navi ul{
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 30px;
    align-items: center;
  }
  #feature_navi .prev,
  #feature_navi .next{
    width: 20px;
    height: 12px;
    background: url(/en/our-business/industrial/textile-printing/images/arrow_blue.svg) no-repeat center / contain;
    cursor: pointer;
  }
  #feature_navi .prev{
    pointer-events: none;
    opacity: 0.2;
  }
  #feature_navi .next{
    transform: rotate(180deg);
  }
  #feature_navi li{
    display: flex;
  }
  #feature_navi li a{
    position: relative;
    display: flex;
    border-radius: 100vw;
    opacity: 1;
  }
  #feature_navi li:not(.current) a{
    width: 20px;
    height: 20px;
    background-color: #D9D9D9;
  }
  #feature_navi li.current a{
    width: 90px;
    height: 90px;
    background-color: #fff;
  }
  #feature_navi li:hover{
    opacity: 0.7;
  }
  #feature_navi li.current a::before{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    width: 80%;
    height: auto;
    margin: auto;
  }
  #feature_navi li.current a::after{
    content: '';
    position: absolute;
    top: -5px;
    right: -5px;
    bottom: -5px;
    left: -5px;
    display: block;
    background: linear-gradient(to bottom, #EA6CCF 0%, #4DA3FB 100%);
    border-radius: 100vw;
    z-index: -1;
  }
  #feature_navi li:nth-of-type(1).current a::before{
    background: url(/en/our-business/industrial/textile-printing/images/feature_water_text_02.svg) no-repeat center / contain;
  }
  #feature_navi li:nth-of-type(2).current a::before{
    background: url(/en/our-business/industrial/textile-printing/images/concept_creativefree.svg) no-repeat center / 85% auto;
  }
  #feature_navi li:nth-of-type(3).current a::before{
    background: url(/en/our-business/industrial/textile-printing/images/concept_locationfrree.svg) no-repeat center / 85% auto;
  }
}
@media screen and (max-width: 1366px) {
  #feature_navi{
    zoom: 0.8;
  }
}
@media screen and (max-width: 767px) {
  #feature_navi{
    display: none;
  }
}


#contact{
  position: relative;
  height: 0;
  background: url(/en/our-business/industrial/textile-printing/images/contact_bg.png) no-repeat left top / 100%;
  padding-top: 31.8%;
}
#contact .contact_btn{
  position: absolute;
  width: 31vw;
  right: 14vw;
  bottom: 9.67vw;
}
#contact .contact_btn a{
  height: min(4vw, 83px);
  box-shadow: 2px 6px 10px rgba(20,11,11,0.9);
  font-size: min(1.066vw, 2rem);
}
@media screen and (max-width: 767px) {
  #contact{
    background: url(/en/our-business/industrial/textile-printing/images/contact_bg_sp.png) no-repeat left top / 100%;
    padding-top: 53%;
    bottom: -1px;
  }
  #contact .contact_btn{
    width: 58.666%;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
  }
  #contact .contact_btn a{
    height: 60px;
    font-size: 1.6rem;
  }
}


.modal_wrap .modal_inner {
  position: fixed;
  z-index: 10001;
  display: none;
  width: calc(100% - 80px);
  max-width: 1200px;
  margin: 0;
  text-align: center;
  background: #fff;
  box-sizing: border-box;
  overflow: auto;
  text-align: center;
  -webkit-overflow-scrolling: touch;
}
.modal_wrap .modal_close {
  position: fixed;
  top: min(3.125vw, 50px);
  right: min(3.125vw, 50px);
  display: block;
  width: 60px;
  height: 60px;
  background: transparent;
  cursor: pointer;
}
.modal_wrap .modal_close::before,
.modal_wrap .modal_close::after{
  content: '';
  position: absolute;
  height: 2px;
  width: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin-top: -1px;
  background: #fff;
  border-radius: 5px;
  margin: auto;
}
.modal_wrap .modal_close::before{
  transform: rotate(45deg);
}
.modal_wrap .modal_close::after{
  transform: rotate(-45deg);
}
.modal_wrap .modal_bg {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 6666;
  display: none;
  width: 100%;
  height: 120%;
  background-color: rgba(0,0,0,0.7);
  z-index: 10000;
  overflow: auto;
  text-align: center;
  -webkit-overflow-scrolling: touch;
}
@media screen and (max-width: 767px) {
  .modal_wrap .modal_inner{
    width: 100%;
    max-width: calc(100% - 40px);
    margin: auto;
  }
  .modal_wrap .modal_close {
    top: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
  }
}

.vjs-control-bar{
  display: none !important;
}

/* feature_tec */
#feature_tec.feature_block{
  padding-top: 0;
  margin-top: 100px;
}
#feature_tec .catch_area {
  background: #15153E url(/en/our-business/industrial/textile-printing/images/living_bg.png) no-repeat center top;
  background-size: cover;
  padding-top: 184px;
  padding-bottom: 197px;
}
#feature_tec .heading{
  margin-bottom: 20px;
}
#feature_tec .catch{
  text-align: center;
  color: #FFFFFF;
  font-size: 1.8rem;
}
#feature_tec .heading{
  font-weight: 900;
}
#feature_tec .ttl{
  font-weight: 900;
  text-align: center;
  font-size: 6rem;
  color: #FFFFFF;
  margin-bottom: 60px;
}
#feature_tec .sub{
  font-size: 3.6rem;
  display: block;
  color: #FFFFFF;
}
#feature_tec .core_tec{
  padding-top: 220px;
  padding-bottom: 80px;
  border-bottom: #73739A 1px solid;
  background: url(/en/our-business/industrial/textile-printing/images/core_tec_bg.jpg) no-repeat center top;
  background-size: cover;
  position: relative;
}
#feature_tec .core_tec .movie{
  cursor: pointer;
  filter: drop-shadow(10px 10px 40px rgba(162,203,209,0.5));
}
#feature_tec .core_tec .core_tec_movie_area{
  text-align: center;
}
#feature_tec .core_tec .core_tec_movie{
  display: inline-block;
  position: relative;
}
#feature_tec .core_tec .core_tec_movie:hover .icon_play{
  opacity: 0.7;
}
#feature_tec .core_tec .icon_play{
  position: absolute;
  display: block;
  width: 70px;
  height: 70px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background-color: #00BCD4;
  border-radius: 100vw;
  cursor: pointer;
  z-index: 100;
}
#feature_tec .core_tec .icon_play::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 7px 13px;
  border-color: transparent transparent transparent #fff;
  margin: auto;
}
#feature_tec .core_tec .img{
  position: absolute;
  top: -125px;
  right: 0;
  left: 0;
  margin: auto;
}
#feature_tec .technology{
  padding-top: 55px;
  padding-bottom: 105px;
  background: #15153E;
}
#feature_tec .technology_item_area{
  margin-bottom: 95px;
}
#feature_tec .technology_item_area .item_block{
  margin-bottom: 45px;
}
#feature_tec .technology_item_area .detail{
  color: #FFFFFF;
}
#feature_tec .technology_item_area .detail .head{
  font-size: 3.2rem;
  font-weight: 900;
  line-height: 1.29;
  margin-bottom: 20px;
}
#feature_tec .technology_item_area .detail .text{
  font-size: 1.8rem;
}
#feature_tec .technology_item_area .detail .note{
  font-size: 1.4rem;
}
#feature_tec .technology_list .img{
  margin-bottom: 25px;
}
#feature_tec .technology_list .text{
  color: #FFFFFF;
  text-align: center;
  margin-bottom: 30px;
  line-height: 1.625;
  font-size: 1.8rem;
}
#feature_tec .technology_list .text sup{
  font-size: 1.6rem;
}
#feature_tec .technology_list .text span{
  font-size: 1.2rem;
  line-height: 1.5;
  display: inline-block;
  margin-top: 5px;
}
#feature_tec .technology_list .btn{
  width: 59%;
}
#feature_tec .technology_list .btn a{
  display: block;
  color: #FFFFFF;
  text-align: center;
  line-height: 0.8;
  padding: 18px 5px 21px ;
  border: #FFFFFF 1px solid;
  border-radius: 30px;
  cursor: pointer;
}
#feature_tec .technology_list .btn a:hover{
  background: #FFFFFF;
  color: #1A1311;
}
/*202504add*/
#feature_tec .technology .ttl {
  position: relative;
  margin-bottom: 80px;
}
#feature_tec .technology .ttl .ttl_head-notes {
  position: absolute;
  right: 0;
  display: block;
  width: 100%;
  font-size: 1.6rem;
  font-weight: normal;
}
@media screen and (min-width: 768px) {
  #feature_tec .core_tec .img{
    max-width: 975px;
    width: 65%;
  }
  #feature_tec .em{
    font-size: 7rem;
  }
  #feature_tec .core_tec .movie{
    width: 632px;
    margin: auto;
  }
  #feature_tec .technology_item_area .item_block{
    display: flex;
    column-gap: 45px;
  }
  #feature_tec .technology_item_area .img{
    width: 38%;
  }
  #feature_tec .technology_item_area .detail{
    width: 51%;
  }
  #feature_tec .technology_list{
    display: flex;
    gap: 60px 3.3%;
    flex-wrap: wrap;
  }
  #feature_tec .technology_list .list_item{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 31%;
  }
  #feature_tec .technology_list .btn{
    margin-top: auto;
  }
  /*202504add*/
  #feature_tec .technology .ttl .ttl_head-notes {
        text-align: right;
    }
}
@media screen and (max-width: 767px) {
  #feature_tec .sp_section_inner{
    padding: 0 var(--sec-vw-px);
  }
  #feature_tec .catch_area{
    padding-top: 80px;
    padding-bottom: 85px;
    background: #15153E url(/en/our-business/industrial/textile-printing/images/living_bg_sp.png) no-repeat center top;
    background-size: cover;
  }
  #feature_tec .catch_area .heading{
    width: 60%;
    margin: 0 auto 20px;
  }
  #feature_tec .catch_area .heading img{
    max-width: 100%;
    max-height: none;
    height: auto;
  }
  #feature_tec .catch_area .section_inner,
  #feature_tec .technology .section_inner {
    padding: 0 var(--sec-vw-px);
  }
  #feature_tec .core_tec{
    padding-top: 70px;
    padding-bottom: 0;
    background: #15153E url(/en/our-business/industrial/textile-printing/images/core_tec_bg_sp.jpg) no-repeat center top;
    background-size: contain;
    border: none;
  }
  #feature_tec .core_tec .img{
    width: 90%;
    top: -45px;
  }
  #feature_tec .sub{
    font-size: 1.4rem;
  }
  #feature_tec .ttl,
  #feature_tec .ttl .em{
    font-size: 3rem;
  }
  #feature_tec .ttl{
    margin-bottom: 40px;
  }
  #feature_tec .core_tec .movie{
    padding-bottom: 40px;
    border-bottom: #73739A 1px solid;
  }
  #feature_tec .technology{
    padding-top: 40px;
    padding-bottom: 60px;
  }
  #feature_tec .technology .ttl{
    font-size: 2.4rem;
  }
  #feature_tec .technology_item_area .detail .head{
    font-size: 2.3rem;
  }
  #feature_tec .technology_list .list_item:not(:last-child){
    margin-bottom: 50px;
  }
  #feature_tec .technology_list .text,
  #feature_tec .technology_list .btn a{
    font-size: 1.6rem;
  }
  #feature_tec .technology_list .btn a{
    border: #FFFFFF 2px solid;
  }
  #feature_tec .technology_list .btn{
    width: 65%;
    margin: auto;
  }
}


/* feature_spec */
#feature_spec .heading{
  text-align: center;
}
#feature_spec .heading span{
  font-weight: 900;
}
#feature_spec .heading .sub{
  display: block;
  font-size: 3.4rem;
}
#feature_spec .heading .item{
  display: inline-block;
  font-size: 7rem;
}
#feature_spec .heading .img{
  margin-left: 33px;
  margin-right: 35px;
}
#feature_spec .text_area{
  margin-top: 20px;
}
#feature_spec .text_area .text:not(:last-child){
  margin-bottom: 30px;
}
#feature_spec .text_area .note{
  margin-top: 65px;
  font-size: 1.4rem;
}
#feature_spec .spec_list_area{
  margin-top: 100px;
}
#feature_spec .spec_area{
  margin-bottom: 70px;
}
#feature_spec .spec_area .spec_list{
  display: flex;
  align-items: center;
  border-top: #1A1311 1px solid;
  padding: 10px 10px 10px 20px;
  font-size: 1.4rem;
}
#feature_spec .spec_area .spec_list .head{
  width: 24%;
}
#feature_spec .spec_area .spec_list .text{
  font-size: 1.6rem;
}
#feature_spec .spec_area .note{
  margin-top: 80px;
  font-size: 1.4rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #feature_spec .text_area{
    text-align: center;
  }
  #feature_spec .spec_list_area{
    display: flex;
    column-gap: 80px;
  }
  #feature_spec .spec_area .spec_list_block{
    width: 47%;
    border-bottom: #1A1311 1px solid;
  }
  #feature_spec .text_area .text{
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  #feature_spec .heading .sub{
    font-size: 2rem;
  }
  #feature_spec .heading .item{
    font-size: 4rem;
    display: block;
  }
  #feature_spec .heading .img{
    margin-left: 15px;
    margin-right: 17px;
  }
  #feature_spec .text_area{
    margin-top: 30px;
  }
  #feature_spec .text_area .text{
    font-size: 1.8rem;
  }
  #feature_spec .text_area .note{
    margin-top: 70px;
  }
  #feature_spec .spec_area{
    margin-bottom: 40px;
  }
  #feature_spec .spec_list_area{
    margin-top: 30px;
    border-bottom: #1A1311 1px solid;
  }
  #feature_spec .spec_area .spec_list{
    padding: 10px 0;
  }
  #feature_spec .spec_area .spec_list .head,
  #feature_spec .spec_area .spec_list .text{
    width: 50%;
  }
  #feature_spec .spec_area .note{
    margin-top: 40px;
  }
}


/* feature_catalog */
#feature_catalog{
  padding-bottom: 140px;
  margin-bottom: 80px;
  background: url(/en/our-business/industrial/textile-printing/images/catalog_bg.png) no-repeat left bottom;
  background-size: contain;
}
#feature_catalog .ttl{
  font-size: 3.4rem;
  font-weight: 900;
  text-align: center;
  margin-bottom: 35px;
}
#feature_catalog .catalog_dl_area{
  width: 79.6%;
  display: flex;
  justify-content: center;
  column-gap: 108px;
  margin: auto;
}
#feature_catalog .catalog_dl_block {
  width: 44.3%;
}
#feature_catalog .catalog_dl_block a:hover{
  opacity: 0.7;
}
#feature_catalog .catalog_dl_block .item{
  font-weight: 900;
  font-size: 2.4rem;
  text-align: center;
  letter-spacing: 0.024em;
  line-height: 1.25;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  #feature_catalog{
    padding-bottom: 50px;
    margin-bottom: 40px;
    background: url(/en/our-business/industrial/textile-printing/images/catalog_bg_sp.png) no-repeat left bottom;
    background-size: contain;
  }
  #feature_catalog .ttl {
    font-size: 2.4rem;
    margin-bottom: 15px;
  }
  #feature_catalog .catalog_dl_area{
    width: 89.3%;
    column-gap: 20px;
  }
  #feature_catalog .catalog_dl_block{
    /* width: 47%; */
    width: 60%;
  }
  #feature_catalog .catalog_dl_block .item{
    font-size: 1.4rem;
    margin-top: 5px;
  }
}

/* modal_technology_list */
.modal_wrap #modal_technology_list.modal_inner{
  width: 53%;
  max-width: 640px;
  border-radius: 20px;
  overflow: visible;
  /* padding: 40px 0; */
}
#modal_technology_list .slide{
  /* margin: 0 40px; */
  text-align: left;
}
#modal_technology_list .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 100;
  cursor: pointer;
}
#modal_technology_list .slick-arrow.slick-disabled{
  display: none !important;
}
#modal_technology_list .slick-prev {
  left: -30px;
}
#modal_technology_list .slick-next {
  right: -30px;
}
#modal_technology_list .slide .slide_inner{
  padding: 40px;
}
#modal_technology_list .slide .ttl{
  font-weight: 900;
  margin-bottom: 20px;
}
#modal_technology_list .slide .catch{
  font-size: 2.5rem;
  line-height: 1.4;
  margin: 20px 0;
}
#modal_technology_list .slide .catch sup{
  font-size: 2.4rem;
  line-height: 1;
  vertical-align: text-top;
}
#modal_technology_list .slide .text{
  font-size: 1.7rem;
  line-height: 1.85;
}
#modal_technology_list .slide .note{
  font-size: 1.3rem;
  line-height: 1.3;
  margin-top: 10px;
}
#modal_technology_list .slick-slide {
  height: 651px;
  overflow-y: auto;
  border-radius: 20px;
}
#modal_technology_list .bg_gray{
  background: #F5F5F5;
}
#modal_technology_list .bg_inner{
  padding: 35px 0;
}
#modal_technology_list .modal_open{
  display: block;
  cursor: pointer;
  position: relative;
}
#modal_technology_list .modal_open:hover{
  opacity: 0.7;
}
#modal_technology_list .icon_play{
  position: absolute;
  display: block;
  width: 70px;
  height: 70px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background-color: #00BCD4;
  border-radius: 100vw;
  cursor: pointer;
  z-index: 100;
}
#modal_technology_list .icon_play::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 7px 13px;
  border-color: transparent transparent transparent #fff;
  margin: auto;
}
#modal_technology_list .modal_02{
  margin-top: 55px;
}
#modal_technology_list .modal_02 .text {
  line-height: 1.4;
  margin-top: 10px;
}

@media screen and (min-width: 768px) {
  #modal_technology_list .img_list_area{
    display: flex;
  }
  #modal_technology_list .modal_01{
    width: 78%;
    margin: auto;
    column-gap: 9%;
  }
  #modal_technology_list .modal_02{
    column-gap: 5%;
  }
  #modal_technology_list .modal_02 .item_area{
    width: 30%;
  }
  #modal_technology_list .modal_02 .text{
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .modal_wrap #modal_technology_list.modal_inner{
    width: 89%;
  }
  #modal_technology_list .slick-slide {
    height: 75vh;
  }
  #modal_technology_list .slide .slide_inner{
    padding: 30px;
  }
  #modal_technology_list .slick-arrow{
    width: 50px;
  }
  #modal_technology_list .slick-prev{
    left: -20px;
  }
  #modal_technology_list .slick-next{
    right: -20px;
  }
  #modal_technology_list .slide .ttl{
    font-size: 1.6rem;
  }
  #modal_technology_list .slide .catch{
    font-size: 2rem;
    margin-bottom: 20px;
  }
  #modal_technology_list .modal_01 .img{
    margin: auto;
  }
  #modal_technology_list .modal_01 .img_01{
    width: 62%;
    margin-bottom: 40px;
  }
  #modal_technology_list .modal_01 .img_02{
    width: 70%;
  }
  #modal_technology_list .modal_02 .item_area{
    display: flex;
    column-gap: 5.4%;
    margin-bottom: 15px;
  }
  #modal_technology_list .modal_02 .item_area:last-child{
    margin-bottom: 0;
  }
  #modal_technology_list .modal_02 .img{
    width: 40%;
  }
  #modal_technology_list .modal_02 .text{
    width: 50%;
  }
}

/* @media screen and (min-width: 768px) {
  .modal_wrap #modal_core_tec_movie.modal_inner{
    max-width: 960px;
  }
} */

/*EFFECT*/
.js_effect .eft1,
.js_effect .eft2,
.js_effect .eft3,
.js_effect .eft4{
    opacity: 0;
    transform: translateY(25px);
    transition-property: opacity, transform;
    transition-duration: .8s;
    transition-timing-function: ease-out;
}
.js_effect .eft1{
    transition-delay: 0s;
}
.js_effect .eft2{
    transition-delay: .2s;
}
.js_effect .eft3{
    transition-delay: .4s;
}
.js_effect .eft4{
    transition-delay: .6s;
}
.js_effect .eft5{
    transition-delay: .8s;
}
.js_effect .eft6{
    transition-delay: .10s;
}
.js_effect .eft7{
    transition-delay: .12s;
}
.js_effect .eftslide1{
  opacity: 0;
  transition-property: opacity, transform;
  transition-duration: .8s;
  transition-timing-function: ease-out;
}
.js_effect .eftslide1{
    transition-delay: 0;
}

/*EFFECT show*/
.js_effect.js_effect_show .eft1,
.js_effect.js_effect_show .eft2,
.js_effect.js_effect_show .eft3,
.js_effect.js_effect_show .eft4,
.js_effect.js_effect_show .eft5,
.js_effect.js_effect_show .eft6,
.js_effect.js_effect_show .eft7{
  opacity: 1;
  transform: translateY(0);
}
.js_effect.js_effect_show .eftslide1{
  opacity: 1;
}

@media print, screen and (min-width: 768px) {
    /*EFFECT*/
    .rvs.js_effect .eft2{
        transition-delay: .6s;
    }
    .rvs.js_effect .eft3{
        transition-delay: .4s;
    }
    .rvs.js_effect .eft4{
        transition-delay: .2s;
    }
    .js_effect .eftslide1{
      transform: translateX(100px);
    }
    /*EFFECT show*/
    .js_effect.js_effect_show .eftslide1{
      transform: translateX(0);
    }
}

@media screen and (max-width:767px) {
    /*EFFECT*/
    .rvs.js_effect .eft2{
        transition-delay: .2s;
    }
    .rvs.js_effect .eft3{
        transition-delay: .4s;
    }
    .rvs.js_effect .eft4{
        transition-delay: .6s;
    }
    .js_effect .eftslide1{
      transform: translateY(25px);
    }
    /*EFFECT show*/
    .js_effect.js_effect_show .eftslide1{
      transform: translateY(0);
    }
}
