@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+2:wght@200&family=Noto+Sans+JP:wght@100;300;400;500&display=swap');
body{
	overflow-x: hidden;
}
h1 {
	font-family: 'Noto Sans JP', sans-serif;
	color: #333;
	font-size: 2.4rem;
	font-weight: 400;
	line-height: 3;
	position: relative;
	text-align: center;
	margin-bottom: 16px;
	height: fit-content;
	padding-bottom: 16px;
	letter-spacing: .4rem;
}
h2{
	letter-spacing: .4rem;
	font-size: min(2.4vw,36px);
	background: linear-gradient(-360deg, #9CC701 0%, #11540B 100%);
	background: -webkit-linear-gradient(-360deg, #9CC701 0%, #11540B 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	line-height: 1.3;
	margin-bottom: 20px;
}
p{
	font-size: 1.3rem;
  	line-height: 2rem;
	font-weight: 400;
	letter-spacing: .2rem;
}
li,span,th,td{
	letter-spacing: .2rem;
	font-weight: 400;
}
/* h2:before{
	content: '';
	background: url(images/saver-logo.png) no-repeat;
	background-size: contain;
	width: 80px;
	height: 80px;
	display: block;
	margin: 0 0 20px;
} */
.more-link{
	position:relative;
    /*ボタンの形状*/
	color:#fff;
 	padding: 10px 30px;	
	display:block;
  	text-decoration: none;
  	outline: none;
  /*アニメーションの指定*/
	transition:all 0.3s ease-in-out;
	width: 90%;
	max-width: 300px;
	padding: 14px 0;
	text-align: center;
	margin-bottom: 10px;
	background: linear-gradient(-360deg, #9CC701 0%, #11540B 100%);
  	background: -webkit-linear-gradient(-360deg, #9CC701 0%, #11540B 100%);
}
.more-link p:after{
	content: '';
	background: url(images/arrow.png) no-repeat;
	background-size: contain;
	width: 20px;
	height: 30px;
	position: absolute;
	right: 28px;
	top: 22px;
	display: inline-block;
}
.more-link p{
	font-size: 1.5rem;
	letter-spacing: .3rem;
	margin-left: 26px;
	line-height: 2;
}
/*hoverした際の背景の形状*/
.more-link:hover{
	background:#333;
	color: #fff;
	border-color:transparent;
	opacity: 1;
}

/*線の設定*/
.more-link::before,
.more-link::after {
	content:'';
  /*絶対配置で線の位置を決める*/   
	position:absolute;
	border:solid #fff;
	width:0;
	height:0;
  /*アニメーションの指定*/
	transition:all 0.3s ease-in-out;
}
/*線の位置と形状*/
.more-link::before{
	top:3px;
	left:6px;
	border-width:1px 0 0 0;
}
/*線の位置と形状*/
.more-link::after{
	bottom:3px;
	right:6px;
	border-width:0 0 1px 0;
}
/*hoverした際の線の形状*/
.more-link:hover::before,
.more-link:hover::after{
	width:calc(10% + 50px);
	height:calc(10% + 20px);
	border-color:#fff;
}
.scroll-icon {
	width: 10%;
	max-width: 30px;
	margin: 0px auto -60px;
	position: relative;
}
.scrolldown1{
    /*描画位置※位置は適宜調整してください*/
	position:relative;
	left:50%;
	bottom:-11px;
    /*全体の高さ*/
  	height:50px;
	margin-top: -60px;
}
/* 線の描写 */
.scrolldown1::after{
  	content: "";
    /*描画位置*/
	position: absolute;
	top: 0;
    /*線の形状*/
	width: 1px;
	height: 60px;
	background: #707070;
    /*線の動き1.4秒かけて動く。永遠にループ*/
	animation: pathmove 1.4s ease-in-out infinite;
	opacity:0;
}
.r-1q9bdsx {
    	border-radius: 0!important;
}

	/*高さ・位置・透過が変化して線が上から下に動く*/
@keyframes pathmove{
  0%{
    height:0;
    top:0;
    opacity: 0;
  }
  30%{
    height:30px;
    opacity: 1;
  }
  100%{
    height:0;
    top:50px;
    opacity: 0;
  }
}
/*SP Layout
===================================*/
@media all and (max-width: 768px) {
	h1 {
		font-size: 1.6rem;
		line-height: 2.4;
		top: 5%;
		margin-bottom: 24px;
	}
	h2:before{
		width: 40px;
		height: 40px;
	}
	h2{
		margin-bottom: 20px;
		font-size: 2.6rem;
		line-height: 3.2rem;
	}
	/* h2:before{
		width: 50px;
		height: 50px;
		margin-bottom: 6px;
	} */
	th,td{
		font-size: 1.4rem;
	}
	.more-link{
		margin-top: 30px;
	}
	.more-link{
    		max-width: 70%;
    		margin-bottom: 30px;
		padding: 10px 0;
		margin-top: 10px;
	}
	.more-link p{
		font-size: 1.4rem;
	}
	.scrolldown1{
		bottom: -40px;
	}
	.scroll-icon {
		margin: 30px auto -50px;
	}
}
/*PC Layout
===================================*/
@media all and (min-width: 769px) {
	.scrolldown1{
	/*描画位置※位置は適宜調整してください*/
		position:relative;
		left:50%;
		bottom:-11px;
	/*全体の高さ*/
		height:50px;
		margin-top: -60px;
	}
	/* 線の描写 */
	.scrolldown1::after{
		content: "";
		/*描画位置*/
		position: absolute;
		top: 0;
		/*線の形状*/
		width: 1px;
		height: 60px;
		background: #707070;
		/*線の動き1.4秒かけて動く。永遠にループ*/
		animation: pathmove 1.4s ease-in-out infinite;
		opacity:0;
	}
	.spElement {
		display: none;
	}
}
/* main
------------------------------------------------------ */
.technology-main-bg{
	background-size: cover;
	width: 100vw;
	margin: 0 calc(50% - 50vw);
	position: relative;
}
/* h2{
	color: #fff;
	text-align: left;
	position: absolute;
	left: 100px;
	bottom: 45%;
	letter-spacing: .6rem;
	font-size: min(5vw,80px);
  line-height: 1;
} */
.page-subttl{
	color: #fff;
	text-align: left;
	bottom: 40%;
	left: 100px;
	position: absolute;
	font-weight: 400;
}
.main-bg{
	height: 295px;
	display: flex;
	justify-content: center;
	align-items: center;
}
h1 span{
	font-size: 5.6rem;
	font-weight: 500;
}
h1::after{
	content: "";
	display: block;
	width: 30vw;
	max-width: 400px;
	height: 2px;
	background: -webkit-linear-gradient(-360deg, #9CC701 0%, #11540B 100%);
    -webkit-text-fill-color: transparent;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}


/*SP Layout
===================================*/
@media all and (max-width: 768px) {
	/* h2{
		font-size: 3.6rem;
		line-height: 3.6rem;
		left: 30px;
		top: 5%;
	} */
	.page-subttl{
		left: 30px;
		top: 39%;
	}
	.main-bg{
		height: 200px;
		width: 100vw;
    margin: 0 calc(50% - 50vw);
	}
	h1 span{
		font-size: 2.8rem;
	}
	h1::after{
		width: 60vw;
		max-width: 250px;
	}
}
/*PC Layout
===================================*/
@media print, screen and (min-width: 769px) {
	main{
		margin-top: 140px;
	}
	.breadcrumb{
		margin-top: -50px;
	}
	.page-subttl{
		font-size: min(1.8vw,26px);
		line-height: 1.5;
	}
	/* h2,.page-subttl{
		position: relative;
	} */
	.main-lead{
		max-width: 1480px;
		margin: 0 auto;
		position: absolute;
		top: 25%;
		right: 0;
		left: 0;
		margin: auto;
	}
	.technology-main-bg{
		background-size: cover;
		width: auto;
		margin: 0 calc(50% - 50vw);
		position: relative;
		overflow: hidden;
		height: 85vh;
	}
	video{
		vertical-align: bottom;
		-o-object-fit: cover;
		object-fit: cover;
		position: absolute;
		height: 100%;
		width: 100%;
		bottom: 0;
		left: 0;
		object-position: bottom;
	}
	
}


/* style
------------------------------------------------------ */
.style-slide-item.slick-slide{
	margin: 10px;
}
.style{
	max-width: 1080px;
}
.style-left {
	width: 32%;
}
.style-right {
	width: 60%;
	margin-top: 72px;
}
.style-ttl {
	background: #333;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.style-sub-ttl {
	font-size: 1.6rem;
	line-height: 2.4rem;
	margin-bottom: 16px;
}
.style-bg{
	/* background: url(images/style-bg.png) no-repeat; */
	background: linear-gradient(180deg, rgba(147, 191, 51, 0) 20%, rgba(147, 191, 51, 0.6) 100%);;
	background-size: cover;
	padding: 60px 0;
	width: 100vw;
	margin: 0 calc(50% - 50vw);
}
.style-wrap-bg {
	background: linear-gradient(180deg, #fff 0%, #fff 70%, transparent 70%, transparent 100%);
	width: 90%;
	margin: 0 auto;
	padding: 60px 0;
}
.style-slide{
	width: 100vw;
	margin: 0 calc(50% - 50vw);
	margin-top: 30px;
}

/*SP Layout
===================================*/
@media print, screen and (max-width: 768px) {
	.style-wrap-bg{
		width: 95vw;
		margin: 0 calc(50% - 50vw);
		margin-left: auto;
		padding-bottom: 0;
		background: linear-gradient(180deg, #fff 0%, #fff 80%, transparent 80%, transparent 100%);
	}
	.style{
		width: 90%;
	}
	.style-left {
		width: 100%;
	}
	.style-right {
		width: 100%;
		margin-top: 0;
	}
	.style-ttl {
		font-size: 1.6rem;
		margin-bottom: 20px;
		font-weight: 500;
	}
	.style-bg{
		padding-bottom: 30px;
	}
	.style-slide{
		width: 200vw;
	}
}

/*PC Layout
===================================*/
@media print, screen and (min-width: 769px) {
	.style-wrap{
		display: flex;
		justify-content: space-between;
	}
	.style-ttl{
		width: 23%;
		font-size: 2rem;
    		line-height: 1.6;
		margin-right: 50px;
	}
	.style-txt{
		width: 100%;
		line-height: 1.9;
	}
	.style .more-link{
		margin-top: 60px;
	}
}


/* technology
------------------------------------------------------ */
.technology-area-ttl-bg{
	background: url(images/sec-ttl-bg.jpg) no-repeat;
	background-size: cover;
	padding: 60px 0;
	width: 94vw;
	margin: 0 calc(50% - 50vw);
}
.technology-area-ttl{
	color: #fff;
	text-align: left;
	margin-left: 7%;
	line-height: 4.4rem;
	font-weight: 400;
	font-size: min(3vw,40px);
	max-width: 1080px;
	margin: 0 auto;
}
.technology-area-ttl:before{
	content: none;
}
.technology-area-subttl{
	background: transparent linear-gradient(107deg, #9CC701 0%, #11540B 100%) 0% 0% no-repeat padding-box;
	color: #C1BCBC;
	padding: 30px 0;
	width: 48vw;
	margin: 0 calc(50% - 50vw);
}
.technology-area-subttl p{
	font-size: min(2.8vw,36px);
	font-family: 'M PLUS 2', sans-serif;
	letter-spacing: .4rem;
	text-align: center;
}
.technology-area-list{
	background: #F7F7F7;
	clip-path: polygon(10% 0, 100% 0, 100% 90%, 0 90%);
	width: 56vw;
	height: 200px;
	margin: 0 calc(50% - 50vw);
	margin-top: -206px;
	padding-top: 30px;
	margin-bottom: 60px;
}
.technology-area-list li:nth-child(1):before{
	content: '';
	background: url(images/list-num01.png) no-repeat;
	background-size: contain;
	width: 45px;
	height: 45px;
	display: inline-block;
     /*vertical-align: middle;*/
	margin-right: 10px;
	position: absolute;
	left: 0;
	top: 0;
}
.technology-area-list li:nth-child(2):before{
	content: '';
	background: url(images/list-num02.png) no-repeat;
	background-size: contain;
	width: 45px;
	height: 45px;
	display: inline-block;
	/*vertical-align: middle;*/
	margin-right: 10px;
	position: absolute;
	left: 0;
	top: 0;
}
.technology-area-list li:nth-child(3):before{
	content: '';
	background: url(images/list-num03.png) no-repeat;
	background-size: contain;
	width: 45px;
	height: 45px;
	display: inline-block;
	/*vertical-align: middle;*/
	margin-right: 10px;
	position: absolute;
	left: 0;
	top: 0;	
}
.technology-area-list li:nth-child(4):before{
	content: '';
	background: url(images/list-num04.png) no-repeat;
	background-size: contain;
	width: 45px;
	height: 45px;
	display: inline-block;
	/*vertical-align: middle;*/
	margin-right: 10px;
	position: absolute;
	left: 0;
	top: 0;	
}
.technology-area-list li:nth-child(5):before{
	content: '';
	background: url(images/list-num05.png) no-repeat;
	background-size: contain;
	width: 45px;
	height: 45px;
	display: inline-block;
  	/*vertical-align: middle;*/
	margin-right: 10px;
	position: absolute;
	left: 0;
	top: 0;
	
}

.technology-content-bg {
  	background: url(images/technology-bg.jpg) no-repeat;
	background-size: cover;
	width: 100vw;
	margin: 0 calc(50% - 50vw);
	padding: 100px 0;
}

/*
.technology h3{
	margin-bottom: 60px;
	margin-top: 40px;
}
*/
.technology-area-list li {
	width: 70%;
	margin: 0 auto 16px;
	font-size: 2.2rem;
	line-height: 3.2rem;
	color: #204D17;
	padding-left:2.2em;
	/*text-indent:-2.3em;*/
	font-weight: 400;
	position: relative;
}

.provision-wrap {
  display: flex;
	justify-content: space-between;
	align-items: center;
}
.provision-img {
    	position: relative;
}
.provision-ttl {
	background: #333;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.graph01{
	width: 40%;
	position: absolute;
	top: 8px;
	left: 0;
	right: 0;
	margin: auto;
}
.graph02{
	width: 36%;
	position: absolute;
	top: 34px;
	right: 22px;
}
.graph03{
	width: 30.5%;
	position: absolute;
	top: 208px;
	right: 14px;
}
.graph04{
	width: 36%;
	position: absolute;
	top: 336px;
	right: 72px;
}
.graph05{
	width: 36%;
	position: absolute;
	top: 336px;
	left: 72px;
}
.graph06{
	width: 30.5%;
	position: absolute;
	top: 208px;
	left: 14px;
}
.graph07{
	width: 36%;
	position: absolute;
	top: 34px;
	left: 22px;
}
.graph08{
	width: 25%;
	position: absolute;
	top: 36%;
	left: 0;
	right: 0;
	margin: auto;
}
.provision-txt {
	background-color: rgb(256, 256, 256, 0.5);
	padding: 10px 20px;
}

/*吹き出し*/
.provision-wrap{
	position: relative;
}
.technology-area-list.list-secure li {
  	margin-top: 40px;
}
.technology-area-list.list-voice li {
    	margin-top: 20px;
}
#graph-img01,#graph-img02,#graph-img03,#graph-img04,#graph-img05,#graph-img06,#graph-img07{
	display: none;
}
.fukidashi a:hover{
	opacity: 1;
}

/*SP Layout
===================================*/
@media all and (max-width: 768px) {
	.technology-content-bg{
		margin-top: -100px;
		margin: 0 calc(50% - 50vw);
		padding: 0;
		padding-top: 60px;
		background-position: center;
	}
	.technology-area-subttl p{
		font-size: 1.6rem;
		text-align: left;
		margin-left: 30px;
	}
	.technology-area-ttl{
		margin-left: 20px;
		font-size: 1.8rem;
		margin-bottom: 0;
		letter-spacing: .2rem;
	}
	.technology-area-list li{
		font-size: 1.2rem;
		line-height: 1.7rem;
		width: 70%;
		margin: 0 auto;
		margin-bottom: 10px;
	}
	.technology-area-subttl{
		width: 100vw;
		padding-bottom: 170px;
		padding: 10px 0 140px;
	}
	.technology h2{
		text-align: left;
		color: #fff;
		width: 90%;
		margin: 0 auto 10px;
		font-size: 2.4rem;
	}
	.provision-wrap{
		flex-direction: column;
	}
	.provision-ttl{
		font-size: 1.8rem;
		width: 90%;
		margin: 0 auto 20px;
		line-height: 1.6;
		font-weight: 500;
	}
	.provision-txt{
		width: calc(90% - 40px);
		margin: 20px auto 40px;
	}
	.provision-img{
		width: 80%;
		margin: 0 auto 20px;
		width: 300px;
		height: 300px;
	}
	.technology-area-list{
		margin-top: -120px;
		width: 100vw;
		height: 120px;
		margin-bottom: 20px;
	}
	.technology h2:before{
  		margin: 0 auto 2px 0;
	}
    	.graph01{
        	top: 10px;
    	}
    	.graph02{
		top: 24px;
		right: 14px;
	}
	.graph03{
		top: 119.5px;
		right: 10px;
	}
	.graph04{
		top: 190px;
		right: 41px;
	}
	.graph05{
		top: 190px;
		left: 41px;
	}
	.graph06{
		top: 119.5px;
		left: 10px;
	}
	.graph07 {
		top: 24px;
		left: 14px;
	}	
	.technology-area-list li:nth-child(1):before {
		width: 25px;
		height: 25px;
		margin-right: 5px;
	}
	.technology-area-list li:nth-child(2):before {
		width: 25px;
		height: 25px;
		margin-right: 5px;
	}
	.technology-area-list li:nth-child(3):before { 
		width: 25px;
		height: 25px;
		margin-right: 5px;
	}
	.technology-area-list li:nth-child(4):before {
		width: 25px;
		height: 25px;
		margin-right: 5px;
	}
	.technology-area-list li:nth-child(5):before {
		width: 25px;
		height: 25px;
		margin-right: 5px;
	}
	.fukidashi {
		padding-top: 320px;
	}
	.technology-area-list.list-secure {
		padding-top: 10px;
		margin-top: -110px;
	}
	.fukidashi01,.fukidashi02,.fukidashi03,.fukidashi04,.fukidashi05,.fukidashi06,.fukidashi07 {
		/*display: none;*/
		width: 90%;
		position: absolute;
		bottom: -30px;
		left: 0;
		font-weight: bold;
 	}
	.technology .more-link {
		margin-left: 5%;
	}

}
/*PC Layout
===================================*/
@media print, screen and (min-width: 769px) {
	.provision-img {
		width: 48%;
	}
	.provision-content-wrap {
		width: 45%;
		position: relative;
	}
	.provision-img {
		width: 540px;
		height: 540px;
	}
	.provision-txt {
		font-size: min(1vw,16px);
		letter-spacing: .2rem;
		line-height: 1.8;
		margin-bottom: 80px;
	}
	.provision-ttl {
		letter-spacing: .3rem;
		padding: 10px 0;	
		font-size: 2rem;
		line-height: 1.3;
	}
	.provision-wrap {
		width: 80%;
		margin: 0 auto;
		max-width: 1080px;
	}
	.fukidashi01,.fukidashi02,.fukidashi03,.fukidashi04,.fukidashi05,.fukidashi06,.fukidashi07 {
		/*display: none;*/
		width: 90%;
		position: absolute;
		bottom: -30px;
		left: 0;
		font-weight: bold;
 	}
	.technology h2 {
		font-size: min(3vw,50px);
		margin-bottom: 20px;
	}
	.technology-area-list {
  		margin-left: auto;
	}
	.technology-area-list li {
		font-size: min(1.6vw,22px);
		line-height: 1.5;
	}
	.technology-area-ttl {
		font-size: min(3vw,36px);
		line-height: 1.3;
	}
	#graph01:hover,#graph02:hover,#graph03:hover,#graph04:hover,#graph05:hover,#graph06:hover,#graph07:hover {
    		/*transform: scale(1.2,1.2);
    		transition: .5s all;*/
		opacity: 1;
		z-index: 999;
	}
	.technology-area-subttl {
		width: 100vw;
	}
	.technology-area-subttl p {
		max-width: 1280px;
		margin: 0 auto;
		text-align: left;
	}
    	#graph01:hover, #graph02:hover, #graph03:hover, #graph04:hover, #graph05:hover, #graph06:hover, #graph07:hover {
		transform: scale(1.2, 1.2);
		transition: .3s all;
		opacity: 1;
		z-index: 999;
	}
}

/* rtc
------------------------------------------------------ */
.rtc-bg {
	background: url(images/rtc-bg.png) no-repeat;
	background-size: cover;
	background-position: top;
	width: 100vw;
	margin: 0 calc(50% - 50vw);
	padding-top: 80px;
}
.rtc {
	max-width: 1080px;
	margin: 0 auto;
}
.rtc-img-wrap {
	margin-bottom: 20px;
}
.rtc-lead02 {
	text-align: center;
	margin-bottom: 30px;
}

/*SP Layout
===================================*/
@media all and (max-width: 768px) {
	.rtc {
		width: 90%;
	}
	.rtc .sec-lead {
		width: 90%;
	}
	.rtc-img-wrap-bg {
		width: 94vw;
		margin: 0 calc(50% - 50vw);
		margin-left: auto;
		background: #fff;
		padding: 30px 0 10px;
	}
	.rtc-img-wrap {
		width: 90%;
		margin: 0 0 30px auto;
	}
	.rtc-bg {
		padding-bottom: 20px;
		padding-top: 40px;
	}
	.rtc-img {
		margin-bottom: 10px;
	}
}
/*PC Layout
===================================*/
@media print, screen and (min-width: 769px) {
	.rtc-img-wrap {
		display: flex;
	}
	.rtc-lead-wrap {
		display: flex;
		margin: 20px 0;
	}
	.more-link {
		width: 50%;
	}
	.rtc-lead02 {
		font-size: min(1.1vw,18px);
		line-height: 1.5;
	}
	.rtc-bg {
		max-height: 340px;
    		margin-bottom: 340px;
		padding-bottom: 30px;
	}
	.rtc .sec-lead {
		width: 50%;
		margin-right: 30px;
	}
}

/* v4
------------------------------------------------------ */
.v4-bg {
	/*background: url(images/v4-bg.jpg) no-repeat;*/
	background-size: cover;
	width: 100vw;
	margin: 0 calc(50% - 50vw);
	position: relative;
}
.v4-overlay {
	background: url(images/overlay.png) no-repeat;
	background-size: cover;
	padding: 80px 0;
}
/* .v4-bg video {
	width: 100%;
	height: auto;
	vertical-align: bottom;
	-o-object-fit: cover;
	object-fit: cover;
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	z-index: -1;
	opacity: .12;
} */
.v4-bg img{
	width: 100%;
	height: 100%;
	vertical-align: bottom;
	-o-object-fit: cover;
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	opacity: .12;
}
.v4-bg .v4-img img {
	position: relative;
	opacity: 1;
}
.v4 h2 {
	text-align: center;
	margin-bottom: 20px;
}
.v4 h2:before {
	content: none;
}
.v4 .sec-lead {
	font-size: 2rem;
	text-align: center;
	width: 100%;
	margin-bottom: 0;
	background: #333;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.v4 .sec-ttl {
	text-align: center;
}
.v4-ttl-bg {
	background: url(images/v4-icon.png) no-repeat;
	background-size: contain;
	background-position: center;
}
.v4-wrap {
	display: flex;
	justify-content: space-between;
	max-width: 1080px;
	margin: 30px auto;
	align-items: center;
}
.v4-content {
	margin-bottom: 10px;
	padding: 16px 24px;
	background-color: rgb(256,256,256,0.5);
	display: flex;
}
.v4-content-no {
	font-size: 2.7rem;
	margin-top: 4px;
	margin-right: 16px;
	color: #333;
}
.v4-content-intro {
	font-size: 1.4rem;
	line-height: 2.8rem;
}
.v4-content-ttl {
	font-size: 1.6rem;
	margin-bottom: 16px;
}
.v4-content-ttl span {
	font-size: 2rem;
	font-weight: 500;
	margin-left: 4px;
}
.v4-content-ttl::before {
	content: "“";
	font-size: 1.6rem;
	color: #333;
	margin-right: 4px;
}
.v4-content-ttl span::after {
	content: "”";
	font-size: 1.6rem;
	color: #333;
	font-family: 'Noto Sans JP',sans-serif;
	font-weight: 400;
	margin-left: 4px;
}
.v4-content-desc::before {
	content: "";
	display: block;
	width: 30%;
	max-width: 200px;
	height: 1px;
	background: -webkit-linear-gradient(-360deg, #9CC701 0%, #11540B 100%);
    -webkit-text-fill-color: transparent;
	position: relative;
	top: 0;
	margin-bottom: 16px;
}
.services-button-bg {
	max-width: 1080px;
	margin: 0 auto;
}
/*SP Layout
===================================*/
@media all and (max-width: 768px) {
	.v4-overlay {
		padding: 60px 0;
	}
	.v4-wrap {
		flex-direction: column-reverse;
		width: 90%;
		margin: 0 auto;
	}
	.v4 .sec-ttl {
		font-size: 1.4rem;
    line-height: 2.4rem;
		margin-bottom: 20px;
	}
	.v4 h2 {
		margin-bottom: 10px;
	}
	video {
		object-position: left;
	}
	.v4-ttl-bg {
		width: 95%;
		margin: 0 auto;
	}
	.v4 .sec-lead {
		font-size: 1.6rem;
		font-weight: 500;
	}
	.v4-content {
		display: block;
	}
	.v4-content-no {
		margin: 8px auto 16px;
	}
	.v4-content-intro {
		margin-bottom: 4px;
		line-height: 2rem;
		font-size: 1.3rem;
	}
	.v4-content-ttl {
		font-size: 1.4rem;
	}
	.v4-content-ttl span {
		font-size: 1.8rem;
		display: block;
		margin-top: 4px;
		text-align: left;
	}

	.services-button-bg {
		width: 90%;
		margin-top: 40px;
	}
}
/*PC Layout
===================================*/
@media print, screen and (min-width: 769px) {
	.v4 .sec-ttl {
		font-size: 1.6rem;
		line-height: 1.5;
	}
	.v4-img,.v4-content-wrap {
		width: 32%;
	}
	.v4-content-wrap {
		width: 64%;
	}
	.v4-txt {
		width: 50%;
		margin-bottom: 30px;
		line-height: 2;
	}
}

@media screen and (min-width:768px) and ( max-width:1024px){
    .v4-bg {
        	margin-top: 80px;
    }
    .scroll-icon {
		margin: 60px auto -140px;
	}
    .scrolldown1 {
		bottom: -70px;
	}
}


/* development
------------------------------------------------------ */
.development {
	max-width: 1080px;
	padding: 80px 0;
}
.sec-wrap h2 {
	margin-top: 50px;
}
.sec-wrap h2 span {
	display: block;
}
.sec-bg01 {
	background: url(images/bg-left.png) no-repeat;
	background-size: cover;
	width: 100vw;
	margin: 0 calc(50% - 50vw) 100px;
	padding: 50px 0 0 30px;
	background-position: right;
}
.sec-bg02 {
	background: url(images/bg-right.png) no-repeat;
	background-size: cover;
	width: 100vw;
	margin: 0 calc(50% - 50vw) 100px;
	padding: 50px 30px 0 0;
	/*margin-left: auto;*/
	background-position: left;
}
.sec-lead {
	margin-bottom: 30px;
	width: 80%;
	background: #333;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 2rem;
}
.development-txt {
	margin-bottom: 24px;
	font-size: 1.4rem;
	line-height: 2.4rem;
}
/* .sec-slide-item {
	margin: 6px;
	overflow: visible;
} */
.sec-slide-img {
	width: 90%;
	margin: 0 auto 30px;
	height: 225px;
}
/* .sec-slide-ttl {
	color: #fff;
	width: 90%;
	margin: 0 auto;
	font-size: min(1.4vw,20px);
	line-height: 1.5;
	min-height: 80px;
} */
/* .sec-slide-txt {
	color: #fff;
	width: 90%;
	margin: 0 auto 40px;
	line-height: 1.3;
	min-height: 120px;
} */
.slick-dots {
	width: 74%;
	margin: 0 auto;
	background: #DEDEDE;
	border-radius: 30px;
	height: 14px!important;
}
.slick-dots li button:before {
	font-family: 'slick';
	font-size: 6px;
	line-height: 20px;
	position: absolute;
	top: 0;
	left: 0;
	width: 120px;
	height: 20px;
	content: ''!important;
	text-align: center;
	opacity: .25;
	color: black;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	background: #DEDEDE;
	border-radius: 30px;
}
.slick-dots li.slick-active button:before {
	background: linear-gradient(-360deg, #9CC701 0%, #11540B 100%)!important;
    	background: -webkit-linear-gradient(-360deg, #9CC701 0%, #11540B 100%)!important;		
}


.slick-dots {
	bottom: 0!important;
}
.slick-dots li {
	width: 120px!important;
	margin: 0 2px!important;
	height: 8px!important;
	bottom: 11px!important;
	border-radius: 30px;
}
.slick-dots li button {
	width: 120px!important;
	padding: 0!important;
	height: 10px!important;
	border-radius: 30px;
}
.slick-dots li button:before {
	height: 10px!important;
}
/* .slide-item-link {
	background: #333;
	display: block;
	padding-top: 20px;
	height: 100%;
} */

.development-bg-wrap {
	position: relative;
}
.development .more-link {
  margin-top: 40px;
}
/* .sec-item-slider {
	display: flex;
} */

.development-bg {
	width: 100vw;
	margin: 0 calc(50% - 50vw);
	/* background: url(images/development-bg.png) no-repeat; */
	background: linear-gradient(180deg, rgba(147, 191, 51, 0) 20%, rgba(147, 191, 51, 0.6) 100%);
	background-size: cover;
	padding-top: 40px;
	padding-bottom: 80px;
}
.development-link {
	width: 90%;
	max-width: 1080px;
	margin: 0 auto 40px;
}
.development-link-ttl {
	font-size: 2.4rem;
	line-height: 1.6;
	font-weight: 400;
	letter-spacing: .16em;
	margin-bottom: 16px;
}
.development-link-txt {
	font-size: 1.4rem;
	margin-bottom: 16px;
}
.development-link-wrap {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
}
.development-link-wrap a {
	width: 30%;
	max-width: 340px;
	background-color: #fff;
	padding-right: 16px;
}
.development-link-item {
	display: flex;
	align-items: center;
	gap: 16px;
}
.development-link-item-img {
	width: 125px;
	height: 80px;
	object-fit: cover;
}
.development-link-item-img img {
	width: 125px;
	height: 100%;
	max-width: none;
	object-fit: cover;
}

/*SP Layout
===================================*/
@media all and (max-width: 768px) {
	.sec-bg01 {
		width: 100vw;
		padding: 20px 0 0 30px;
	}
	.sec-lead {
		font-size: 1.6rem;
		margin-bottom: 0;
		line-height: 2rem;
		font-weight: 500;
	}
	.sec-wrap h2 {
    		margin-top: 20px;
	}
	/* .sec-slide-ttl {
		font-size: 1.6rem;
		min-height: 50px;
	} */
	/* .sec-slide-txt {
		font-size: 1.3rem;
		min-height: 130px;
		margin-bottom: 30px;
	} */
	.sec-bg01,.sec-bg02 {
		width: 100vw;
		background: url(images/bg01.png) no-repeat;
		margin-bottom: 50px;
	}
	/* .sec-item-slider-bg {
		background: #fff;
		padding: 3rem 0 3rem 3rem;
	} */
	.slick-list {
		padding: 0px 50px 0 0!important;
	}
	.sec-bg02 {
		position: relative;
	}
	.slick-dots li {
		width: 60px!important;
	}
	.slick-dots li button {
		width: 60px!important;
	}

	.slick-dots li button:before {
    		width: 60px;
	}
	.slick-dots {
		width: 95%;
		bottom: -15px!important;
	}
	.sec-bg02 .sec-wrap {
		width: 95%;
    		margin-left: auto;
		display: -webkit-box;
		display: -moz-box;
		display: box;
		-webkit-box-orient: vertical;
		-moz-box-orient: vertical;
		box-orient: vertical;
	}
	
	.sec-bg02 {
		order: 2;
		-webkit-box-ordinal-group: 2;
		-moz-box-ordinal-group: 2;
		box-ordinal-group: 2;
	}
	.sec-bg02 .sec-item {
		order: 1;
		-webkit-box-ordinal-group: 1;
		-moz-box-ordinal-group: 1;
		box-ordinal-group: 1;
	}
	
	.development-link p:after {
		top: 16px;
		height: 15px;
	}
	.development {
		padding: 40px 0;
	}
	/* .sec-slide-item {
		min-width: 90%;
    		max-width: 90%;
	} */

	.development-bg {
		padding-bottom: 40px;
	}
	.development-link-ttl {
		font-size: 2rem;
	}
	.development-link-wrap {
		display: block;
	}
	.development-link-wrap a {
		display: block;
		width: calc(100% - 16px);
		max-width: none;
		margin-bottom: 8px;
		border-bottom: 1px solid #888;
	}
}
/*PC Layout
===================================*/
@media print, screen and (min-width: 769px) {
	.sec-wrap {
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
		position: relative;
	}
	.sec-item {
		width: 30%;
	}
	/* .sec-item-slider-bg {
		max-width: 1080px;
	} */
	.development-bg-wrap {
		margin: 0 auto;
		max-width: 1080px;
	}
	/* .sec-item-slider-bg {
		background: #fff;
		padding: 5rem 0 5rem 5rem;
		margin: 0 auto;
		max-width: 1980px;
		margin-right: calc(50% - 50vw);
	}	 */
	.sec-bg02 {
		width: 55vw;
		max-width: 1080px;
		margin: 0 calc(50% - 50vw);
		margin-right: auto;
	}
	/* .sec-item-slider {
		max-width: 1980px;
		margin: 0 auto;
		margin-right: calc(50% - 50vw);	
	} */
	
	.sec-bg02 {
		background: #fff;
    		padding: 10rem 10rem 8rem 0;
	}
	.sec01,.sec02,.sec03,.sec04 {
		position: relative;
	}
	.sec01 img.slide-arrow.prev-arrow.slick-arrow,.sec03 img.slide-arrow.prev-arrow.slick-arrow {
		width: 80px;
		position: absolute;
		left: 0;
		top: 44%;
	}
	.sec01 img.slide-arrow.next-arrow.slick-arrow,.sec03 img.slide-arrow.next-arrow.slick-arrow {
		width: 80px;
		position: absolute;
		left: 100px;
		top: 44%;
	}
	.sec02 img.slide-arrow.prev-arrow.slick-arrow,.sec04 img.slide-arrow.prev-arrow.slick-arrow {
		width: 80px;
		position: absolute;
		left: auto!important;
		right: 300px!important;
		top: 45%;
	}
	.sec02 img.slide-arrow.next-arrow.slick-arrow,.sec04 img.slide-arrow.next-arrow.slick-arrow {
		width: 80px;
		position: absolute;
		left: auto!important;
		right: 200px!important;
		top: 45%;
	}
	.slick-list.draggable {
    		padding: 0 80px 0 0!important;
	}
	.sec-bg02 .slick-list.draggable {
    		padding: 0 0 0 80px!important;
	}
	/* .sec-slide-item {
		min-width: 25%;
		max-width: 25%;
	} */
	/* .slide-item-link:hover {
		background: linear-gradient(-360deg, #9CC701 0%, #11540B 100%);
    		background: -webkit-linear-gradient(-360deg, #9CC701 0%, #11540B 100%);	
		transform: scale(1.1);
		z-index: 999;
		opacity: 1;
	} */
}
@media screen and (max-width:640px) {
  	.slider {
    		width: 100%;
  	}
}


/* news-tab
------------------------------------------------------ */
.news-tab-bg {
	width: 100vw;
	margin: 0 calc(50% - 50vw) 60px;
	background: url(images/news-tab-bg.png) no-repeat;
	background-size: cover;
	padding: 16px 0;
}
.news-tab-wrap {
	display: flex;
	max-width: 1080px;
	width: 90%;
	margin: 0 auto;
}
.news-tab-item {
	margin-right: 10px;
}
.news-tab-item a {
	background: #fff;
	padding: 4px 14px;
}
.news-tab-item a.current {
	background: linear-gradient(107deg, rgb(156, 199, 1) 0%, rgb(17, 84, 11) 100%) 0% 0% no-repeat padding-box padding-box transparent;
	color: #fff;
}
.news-tab-item a:hover {
	background: linear-gradient(107deg, rgb(156, 199, 1) 0%, rgb(17, 84, 11) 100%) 0% 0% no-repeat padding-box padding-box transparent;
	color: #fff;
	opacity: 1;
}

/*SP Layout
===================================*/
@media all and (max-width: 768px) {
	.news-tab-bg {
		padding: 20px 0;
		margin-bottom: 10px;
		margin-top: 20px;
	}
	.news-tab-wrap {
		flex-wrap: wrap;
		justify-content: space-between;
		width: 80%;
		margin: 0 auto;
	}
	.news-tab-item {
		width: 48%;
		margin-right: 0;
		margin-bottom: 10px;
	}
	.news-tab-item a {
		width: 100%;
		display: block;
		text-align: center;
		padding: 4px 0;
		font-size: 1.2rem;
	}
	.news {
		margin-top: 40px;
	}
}
/*PC Layout
===================================*/
@media print, screen and (min-width: 769px) {
}


/* news-wrap
------------------------------------------------------ */
.news {
	max-width: 1080px;
}
.news-article-link {
	display: flex;
	padding: 30px 0;
	position: relative;
	transition: 0.5s;
}
.news-article-link:after {
	content: '';
	background: url(images/link-arrow.png) no-repeat;
	background-size: contain;
	width: 20px;
	height: 6px;
	position: absolute;
	right: 10px;
	top: 40%;
}

.news-item {
	margin: 0 auto;
	border-bottom: 1px solid #B7B6B6;
}
.news-date {
	color: #747474;
	letter-spacing: .1rem;
}
.news-tag {
	background: linear-gradient(107deg, rgb(156, 199, 1) 0%, rgb(17, 84, 11) 100%) 0% 0% no-repeat padding-box padding-box transparent;
	color: #fff;
	letter-spacing: .1rem;
	font-size: 1.2rem;
	padding: 0 10px;
	margin: 0 10px;
	height: 22px;
}
.news-ttl {
	max-width: 62%;
	display: inline-block;
}
.news-date-tag {
	display: flex;
}
.pagenation {
	display: flex;
	justify-content: center;
	margin: 30px auto 80px;
}
.pagenation li {
	margin: 10px;
}
.pagenation li a {
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	border-radius: 50%;
	border: 1px solid #333;
	display: block;
	color: #333;
	font-size: 1.4rem;
	letter-spacing: inherit;
}
.pagenation li a.current {
	background: #333333;
	color: #fff;
}
.pagenation li a:hover {
	background: #333333;
	color: #fff;
	opacity: 1;
}
.news-article-link:hover .news-ttl {
	border-bottom: .5px solid #333;
}

.news-article-link:hover:after {
	right: 0;
	transition: 0.5s;
}
.recruit-bnr {
	width: 90%;
	max-width: 800px;
	margin: 100px auto 60px;
	display: block;
}
.news-wrap {
	margin-bottom: 60px;
}

/*SP Layout
===================================*/
@media all and (max-width: 768px) {
	.news-article-link {
		flex-direction: column;
		padding: 20px 0;
	}
	.news-date,.news-ttl {
		font-size: 1.4rem;
	}
	.news-ttl {
		margin-top: 10px;
	}
	.news-tag {
		font-size: 1.2rem;
		height: 24px;
	}
	.news-ttl {
		max-width: 85%;
	}
	.recruit-bnr {
		margin-top: 40px;
		width: 100vw;
		margin: 0 calc(50% - 50vw);
	}
}
/*PC Layout
===================================*/
@media print, screen and (min-width: 769px) {
	.news-date-tag {
		width: 30%;
	}
	.news-ttl {
  		margin-left: 10px;
	}
	nav#global_nav ul li:not(:nth-child(9)) a::after {
		content: none;
	}
}




/* tab
------------------------------------------------------ */
/* .tab-group-wrap {
	max-width: 1080px;
	margin: 0 auto;
} */
/* .tab-group {
	display: flex;
	justify-content: center;
	margin-right: calc(50% - 50vw);
	background: url(images/development-bg.png) no-repeat;
	background-size: cover;
} */
/* .tab {
  	flex-grow: 1;
	padding: 15px 0 15px 25px;  
	list-style:none;
	border-right:solid 1px #CCC;
	cursor:pointer;
	font-size: 1.2rem;
	line-height: 1.3;
	color: #333333;
}
.tab span {
	font-size: 1.8rem;
} */
/* .panel-group {
  	border-top:none;
} */
/* .panel {
  	display:none;
} */
/* .tab.is-active {
	background:#333333;
	color:#FFF;
	transition: all 0.2s ease-out;
} */
/* .panel.is-show {
  	display:block;
} */



/*SP Layout
===================================*/
@media all and (max-width: 768px) {
	/* .tab-group {
		width: 100vw;
    		margin: 0 calc(50% - 50vw);
		justify-content: flex-start;
		margin-top: 20px;
		overflow-x: scroll;
	} */
	/* .tab {
		min-width: 40%;
    		max-width: 40%;
		padding-left: 10px;
	} */
	/* .tab span {
    		font-size: 1.5rem;
	} */
}

/* sns
------------------------------------------------------ */
.sns {
	max-width: 1080px;
	margin-top: 60px;
	margin-bottom: 40px;
}
.sns-item {
	width: 100%;
	margin-bottom: 20px;
    	border-radius: 10px;
}
.sns-item span,.sns-item iframe {
	width: 100%!important;
}
.sns-item .row {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.insta_media {
    width: 100%;
}
.sns-item:last-child {
    overflow-y: scroll;
}
.insta-prof-wrap {
    display: flex;
    position: relative;
    align-items: center;
}

.insta-icon {
    width: 20%;
    margin-right: 4px;
}
.insta-prof-txt {
    width: 60%;
    text-align: left;
    line-height: 1;
}
.insta-prof-txt span {
    display: block;
}
.insta-prof-view {
    position: absolute;
    right: 10px;
    top: 20%;
    background: #0095F7;
    color: #fff;
    padding: 2px 4px;
    border-radius: 4px;
    letter-spacing: .01rem;
    text-align: center;
    line-height: 1.2;
}
.insta-view-link {
    color: #0095F7;
    padding-bottom: 6px;
    margin-top: 6px;
    border-bottom: 1px solid #f0f0f0;
    margin-bottom: 6px;
    display: block;
    font-weight: 600;
    letter-spacing: .1rem;
}
.caption {
    margin-bottom: 10px;
    letter-spacing: .1rem;
}
.sns-item:last-child {
    border: 1px solid #f0f0f0;
    padding: 0 10px;
    max-height: 500px;
    overflow: hidden;
    overflow-y: scroll;
    border-radius: 10px;
}


/*SP Layout
===================================*/
@media all and (max-width: 768px) {
    .insta-prof-view {
		padding: 6px;
		top: 20%;
        	width: 28%;
    	}
    	.insta-view-link {
     	font-size: 1.4rem;
    	}
    	.insta-prof-txt {
    		font-size: 1rem;
	}
	.insta-prof-txt span {
		font-size: 1.3rem;
		letter-spacing: .1rem;
	}
    	.sns-item {
     	height: auto;
    	}
    	.sns-item:last-child {
    		width: 95%;
	}
}

/*PC Layout
===================================*/
@media all and (min-width: 769px) {
	.sns-container {
		display: flex;
		justify-content: space-between;
	}
	.sns-item {
		width: 30%;
		height: 500px;
		overflow: hidden;
	}
}


@media screen and (min-width:768px) and ( max-width:1024px){
	.more-link {
    width: 100%;
	}
	.rtc-bg {
		margin-bottom: 180px;
	}
	.v4-txt {
		width: 100%;
	}
	/* .sec-slide-item {
		min-width: 33%;
	} */
	.sec-slide-img {
		height: 160px;
	}
	/* .sec-slide-ttl {
		min-height: 40px;
		font-size: 1.4rem;
	} */
	.sec-slide-img {
		margin-bottom: 20px;
	}
	/* .sec-slide-txt {
		min-height: 140px;
	} */

	.provision-img {
		width: 350px;
		height: 350px;
	}
	.graph02 {
		top: 30px;
		right: 12px;
	}
	.graph03 {
		top: 145px;
		right: 4px;
	}
	.graph04 {
		top: 230px;
		right: 45px;
	}
	.graph05 {
		top: 230px;
		left: 45px;
	}
	.graph06 {
		top: 145px;
		left: 4px;
	}
	.graph07 {
		top: 30px;
		left: 12px;
	}
	.news-date-tag {
		width: 100%;
	}
	.news-ttl {
		margin-left: 0;
	}
	.news-article-link {
		flex-wrap: wrap;
	}
  /* .main-bg video {
		height: auto;
		top: 70px;
  } */
	.insta-prof-wrap {
		padding-bottom: 30px;
	}
	.insta-prof-view {
		bottom: -26px;
		width: 80%;
		margin: auto;
		right: 0;
		left: 0;
		height: 20px;
	}
	.insta-prof-view br {
		display: none;
	}
}

h2 {
	font-weight: 300;
	text-align: left;
}

/*Tablet Layout
===================================*/
@media all and (min-width: 899px) {
	.tabElement {
		display: none;
	}
}

.fadeUp {
  animation-name:fadeUpAnime;
  animation-duration:1.0s;
  animation-fill-mode:forwards;
  opacity:0;
}
@keyframes fadeUpAnime{
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}