@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;
}
h2 {
	text-align: center;
	letter-spacing: 0.12em;
	line-height: 1.6;
	font-size: min(2.4vw, 36px);
}
h2:before {
	content: '';
	background: url(images/saver-logo.png) no-repeat;
	background-size: contain;
	width: 70px;
	height: 70px;
	display: block;
	margin: 0 auto 20px;
}
p {
	font-size: 1.5rem;
	line-height: 1.6;
	font-weight: 400;
	letter-spacing: 0.12em;
}
li, span, th, td {
	letter-spacing: 0.12em;
	font-weight: 400;
}
.spElement {
	display: none;
}

/*SP Layout
===================================*/
@media all and (max-width: 768px) {
	.spElement {
		display: block;
	}
	h2:before {
		width: 40px;
		height: 40px;
	}
	h2 {
		margin-bottom: 50px;
		font-size: 2.6rem;
	}
	h1:before {
		width: 50px;
		height: 50px;
		margin-bottom: 6px;
	}
	th, td {
		font-size: 1.4rem;
	}
	p {
		font-size: 1.4rem;
	}
	.breadcrumb {
		display: flex;
	}
}


/* main
------------------------------------------------------ */
.technology-main-bg {
	background-size: cover;
	width: 100vw;
	margin: 0 calc(50% - 50vw);
	position: relative;
	height: auto;
	padding: 80px 0;
}
.main-lead{
	position: relative;
}
h1 {
	text-align: left;
	position: relative;
	left: 0;
	bottom: 45%;
	font-size: 2.6rem;
	line-height: 1.5;
	letter-spacing: .12em;
	width: 90vw;
	max-width: 1280px;
	margin: auto;
}
h1 span {
	font-size: 7.2rem;
	letter-spacing: 1.4rem;
	background: -webkit-linear-gradient(-360deg, #9CC701 0%, #11540B 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	padding-bottom: 16px;
	line-height: 1.2;
}
h1 span::after{
	content: "";
	display: block;
	width: 30vw;
	max-width: 400px;
	height: 2px;
	position: absolute;
	background: -webkit-linear-gradient(-360deg, #9CC701 0%, #11540B 100%);
	-webkit-text-fill-color: transparent;
}

/*SP Layout
===================================*/
@media all and (max-width: 768px) {
	.main-lead {
		padding: 20px;
	}
	h1 {
		font-size: 1.8rem;
		line-height: 1.2;
		position: static;
		letter-spacing: 0.2em;
	}
	h1 span {
		font-size: 3.6rem;
		line-height: 1;
		display: block;
		padding-bottom: 0;
		letter-spacing: 0.2em;
	}
	h1 span::after {
		width: 60vw;
		margin-top: 4px;
	}
}

/*PC Layout
===================================*/
@media print, screen and (min-width: 769px) {
	main {
		margin-top: 140px;
	}
	.breadcrumb {
		margin-top: -50px;
	}
	.page-subttl {
		font-size: 2.4rem;
		line-height: 1.5;
	}
	.main-lead {
		max-width: 1480px;
		margin: 0 auto;
		top: 25%;
		right: 0;
		left: 0;
		margin: auto;
	}
	.technology-main-bg {
		background-size: cover;
		width: auto;
		margin: 0 calc(50% - 50vw);
		overflow: hidden;
		background-position: top;
	}
	video {
		vertical-align: bottom;
		-o-object-fit: cover;
		object-fit: cover;
		position: absolute;
		height: 100%;
		width: 100%;
		bottom: 0;
		left: 0;
		object-position: bottom;
	}
}
@media print, screen and (max-width: 900px) {
  main {
    margin-top: 70px;
  }
}


/* feature
------------------------------------------------------ */
.feature-bg {
	background: url(images/feature-bg.png) no-repeat;
	background-size: cover;
	position: relative;
	width: 100vw;
	margin: 0 calc(50% - 50vw);
	padding: 100px 0;
	background-position: top;
}
.feature h2 {
	margin-bottom: 40px;
}
.feature-lead {
	font-size: min(1.6vw, 26px);
	line-height: 2.8rem;
	text-align: center;
	font-weight: 400;
	margin-bottom: 20px;
	letter-spacing: .4rem;
}
.feature .more-link {
	margin: 0 auto 60px;
}
.feature-img01 {
	position: absolute;
	width: 23%;
	left: 0;
	margin-top: 75px;
	max-width: 340px;
}
.feature-img02 {
	position: absolute;
	width: 23%;
	right: 0;
	margin-top: 75px;
	max-width: 340px;
}
.feature-content-item {
	margin-bottom: 40px;
}
.feature-ttl {
	font-size: 2.8rem;
	line-height: 3.2rem;
	letter-spacing: .3rem;
	margin-bottom: 4px;
	font-weight: 400;
}
.feature-ttl span {
	color: #204D17;
	margin-left: 4px;
}
.feature-txt span {
	font-weight: 600;
}
.feature {
	padding: 40px 120px;
}
.feature-lead span {
	display: block;
	font-size: 1.8rem;
	font-weight: 400;
	margin-top: 20px;
	line-height: 2.6rem;
}

/*SP Layout
===================================*/
@media all and (max-width: 768px) {
	.feature-bg {
		padding-top: 0;
		margin-top: -30px;
		padding-bottom: 30px;
	}
	.feature-img02, .feature-img01 {
		position: relative;
	}
	.feature {
		padding: 20px 0;
		width: 85%;
	}
	.feature h2 {
		margin-bottom: 40px;
	}
	.feature-lead {
		font-size: 1.8rem;
	}
	.feature-lead span {
		font-size: 1.3rem;
		line-height: 2rem;
	}
	.feature-content-item {
		margin-bottom: 40px;
	}
	.feature-ttl {
		font-size: 1.8rem;
	}
	.feature-ttl span {
		font-size: 1rem;
	}
	.feature-txt span {
		font-size: 1.5rem;
	}
}

/*PC Layout
===================================*/
@media print, screen and (min-width: 769px) {
	.feature {
		width: 40%;
		margin-top: -70px;
		padding-top: 180px;
	}
	.feature-txt {
		font-size: min(1.2vw, 16px);
		letter-spacing: .2rem;
		line-height: 1.6;
	}
	.feature-txt span {
		font-size: min(1.2vw, 16px);
	}
	.feature h2 {
		font-size: min(3vw, 50px);
	}
	.feature-lead span {
		font-size: min(1.2vw, 16px);
		letter-spacing: .2rem;
		line-height: 1.6;
	}
	.feature-lead, .feature-ttl {
		font-size: min(1.8vw, 26px);
		line-height: 1.5;
	}
}


/* technology
------------------------------------------------------ */
.technology h2 {
	font-size: 2.4rem;
	line-height: 1.4;
}
.technology h2 span {
	font-size: min(3vw, 50px);
	line-height: 1.4;
}
.technology-bg-img {
	width: 100vw;
	margin: 0 calc(50% - 50vw);
	z-index: -1;
	position: relative;
}
.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: block;
	margin-right: 10px;
	position: relative;
	flex-shrink: 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: block;
	margin-right: 10px;
	position: relative;
	flex-shrink: 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: block;
	margin-right: 10px;
	position: relative;
	flex-shrink: 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: block;
	margin-right: 10px;
	position: relative;
	flex-shrink: 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: block;
	margin-right: 10px;
	position: relative;
	flex-shrink: 0;
}
.technology-content-bg {
	background: #fff;
	padding: 30px 0 80px;
	width: 94vw;
	margin: -360px calc(50% - 50vw) 0;
}
.technology h2 {
	margin-bottom: 60px;
	margin-top: 40px;
}
.technology-area-list li {
	width: 75%;
	margin: 0 auto 16px;
	font-size: min(1.6vw, 22px);
	line-height: 1.5;
	color: #204D17;
	font-weight: 400;
	position: relative;
	display: flex;
	align-items: center;
}
.provision-wrap {
	display: flex;
	justify-content: space-between;
}
.provision-img {
	position: relative;
}
.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-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 h2 span {
		letter-spacing: 0.04em;
	}
	.technology-content-bg {
		margin-top: -100px;
		width: 94vw;
		margin: 0 calc(50% - 50vw);
		padding: 0;
		margin-top: -200px;
		padding-top: 60px;
	}
	.technology-area-subttl p {
		font-size: 1.6rem;
		text-align: left;
		margin-left: 30px;
	}
	.technology-area-ttl {
		width: 90%;
		margin: 0 auto;
		font-size: 1.8rem;
		letter-spacing: .12em;
		line-height: 1.6;
	}
	.technology-area-list li {
		font-size: 1.4rem;
		line-height: 1.4;
		width: 70%;
		margin: 0 auto;
		margin-bottom: 8px;
	}
	.technology-area-list.list-secure li {
    margin-top: 20px;
	}
	.technology-area-subttl {
		width: 100vw;
		padding-bottom: 170px;
		padding: 10px 0 140px;
	}
	.technology h2 {
		text-align: left;
		color: #fff;
		margin-bottom: -130px;
		font-size: 1.6rem;
	}
	.technology h2 span {
		font-size: 2.6rem;
	}
	.provision-wrap {
		flex-direction: column-reverse;
		margin-bottom: 200px;
	}
	.provision-ttl {
		font-size: 1.8rem;
		color: #204D17;
		width: 90%;
		margin: 0 auto 20px;
	}
	.provision-txt {
		width: 90%;
		margin: 0 auto 8px;
	}
	.provision-img {
		width: 80%;
		margin: 0 auto 20px;
		width: 300px;
		height: 300px;
	}
	.technology-area-list {
		margin-top: -120px;
		width: 100vw;
		height: auto;
		margin-bottom: 20px;
		padding: 20px 0;
		clip-path: polygon(10% 0, 100% 0, 100% 100%, 0 100%);
	}
	.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: 24px;
		height: 24px;
		margin-right: 4px;
	}
	.technology-area-list li:nth-child(2):before {
		width: 24px;
		height: 24px;
		margin-right: 4px;
	}
	.technology-area-list li:nth-child(3):before {
		width: 24px;
		height: 24px;
		margin-right: 4px;
	}
	.technology-area-list li:nth-child(4):before {
		width: 24px;
		height: 24px;
		margin-right: 4px;
	}
	.technology-area-list li:nth-child(5):before {
		width: 24px;
		height: 24px;
		margin-right: 4px;
	}
	.fukidashi {
		padding-top: 320px;
	}
	.technology-area-list.list-secure {
		padding-top: 10px;
		margin-top: -110px;
	}
	.fukidashi01, .fukidashi02, .fukidashi03, .fukidashi04, .fukidashi05, .fukidashi06, .fukidashi07 {
		width: 90%;
		position: absolute;
		bottom: -190px;
		left: 0;
		font-weight: bold;
		right: 0;
		margin: auto;
		z-index: -1;
	}
}

/*PC Layout
===================================*/
@media print, screen and (min-width: 769px) {
	.provision-img {
		width: 48%;
	}
	.provision-content-wrap {
		width: 45%;
		position: relative;
	}
	.provision-img {
		margin-top: -90px;
		width: 540px;
		height: 540px;
	}
	.provision-txt {
		font-size: min(1.2vw, 16px);
		letter-spacing: .2rem;
		line-height: 1.8;
	}
	.provision-ttl {
		letter-spacing: .3rem;
		color: #204D17;
		padding: 10px 0;
		font-size: min(1.8vw, 26px);
		line-height: 1.5;
	}
	.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;
		z-index: 999;
	}
	.technology-area-list {
		margin-left: auto;
	}
	.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: .3s all;
		opacity: 1;
		z-index: 999;
	}
	.technology-area-subttl {
		width: 100vw;
	}
	.technology-area-subttl p {
		max-width: 1280px;
		margin: 0 auto;
		text-align: left;
	}
	.technology-content-bg {
		margin-top: -35%;
		margin-bottom: 140px;
	}
}


/* video
------------------------------------------------------ */
.video-lead {
	text-align: center;
	font-size: min(1.6vw, 36px);
	line-height: 2vw;
	letter-spacing: .3rem;
	margin-bottom: 60px;
	margin-top: 60px;
}
.video-feature-wrap {
	margin-bottom: 20px;
	max-width: 980px;
	margin: 0 auto 20px;
}
.video-feature-ttl {
	margin-bottom: 30px;
}
.video-feature-ttl span {
	font-size: 2.8rem;
	display: inline-block;
	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;
	font-weight: 400;
	line-height: 3rem;
	margin-right: 10px;
	vertical-align: bottom;
}
.video-feature-item-subttl {
	background: transparent linear-gradient(91deg, #9CC701 0%, #11540B 100%) 0% 0% no-repeat padding-box;
	color: #fff;
	padding: 20px 0;
	position: relative;
}
.ttl-bg01:before {
	content: '';
	background: url(images/distribution-icon01.png) no-repeat;
	background-size: contain;
	width: 120px;
	height: 100px;
	display: inline-block;
	position: absolute;
	bottom: -10px;
	left: -14px;
}
.ttl-bg02:before {
	content: '';
	background: url(images/distribution-icon02.png) no-repeat;
	background-size: contain;
	width: 120px;
	height: 90px;
	display: inline-block;
	position: absolute;
	bottom: 0;
	left: -10px;
}
.ttl-bg03:before {
	content: '';
	background: url(images/distribution-icon03.png) no-repeat;
	background-size: contain;
	width: 160px;
	height: 110px;
	display: inline-block;
	position: absolute;
	bottom: -24px;
	left: -14px;
}
.ttl-bg04:before {
	content: '';
	background: url(images/distribution-icon04.png) no-repeat;
	background-size: contain;
	width: 140px;
	height: 140px;
	display: inline-block;
	position: absolute;
	bottom: -28px;
	left: -20px;
}
.video-feature-item-subttl p {
	text-align: center;
	font-size: 1.8rem;
}
.video-feature-item-txt p {
	font-size: 1.8rem;
	line-height: 2.6rem;
}
.video-feature-item-txt {
	background: #f7f7f7;
	padding: 20px;
}
.video-table-wrap {
	position: relative;
}
.video-table {
	width: 90%;
	margin: 0 auto 80px;
	position: absolute;
	z-index: 2;
	max-width: 980px;
	right: 0;
	left: 0;
}
.video-table th, .video-table td {
	padding: 20px 0;
	width: 50%;
}
.video-table td {
	border: 1px solid #707070;
}
.video-table th {
	background: transparent linear-gradient(91deg, #9CC701 0%, #11540B 100%) 0% 0% no-repeat padding-box;
	color: #fff;
	padding: 30px 0;
}
.video-table td {
	padding: 26px 20px;
	background-color: #fff;
	text-align: center;
}
.video-table-ttl {
	width: 90%;
	font-size: 2.8rem;
	margin: 60px auto 20px;
	max-width: 980px;
}
.video-area-bg {
	background-color: #f7f7f7;
	width: 100vw;
	background-size: cover;
	margin: 0 calc(50% - 50vw);
	background: linear-gradient(180deg, rgba(247, 247, 247, 0), rgba(247, 247, 247, 1.0));
}
table th, table td {
	vertical-align: middle;
}

/*SP Layout
===================================*/
@media all and (max-width: 768px) {
	.video-lead {
		font-size: 1.3rem;
		line-height: 2rem;
		letter-spacing: 0.1rem;
		margin: 20px 0;
	}
	.video-feature-ttl span {
		font-size: 1.6rem;
	width: 100%;
	}
	.video-table-ttl {
		font-size: 1.8rem;
		margin-top: 0;
		width: 90%;
	}
	.video-table-wrap {
		width: 90%;
		margin: 0 auto;
	}
	.video-flow-txt-bg {
		width: 50%;
	}
	.video-flow-txt-item {
		background: #f7f7f7;
		margin-bottom: 30px;
	}
	.video-table-wrap {
		overflow-x: scroll;
	}
	.video-table {
		border-collapse: collapse;
		white-space: nowrap;
		position: relative;
		margin-bottom: 50px;
	}
	.video-feature-item-txt p {
		font-size: 1.4rem;
		line-height: 2.4rem;
	}
	.video-img {
		margin-bottom: 30px;
	}
	.video-feature-ttl, .video-feature-ttl span {
		line-height: 30px;
	}
	.video-feature-ttl {
		margin-bottom: 10px;
	}
	.video-feature-item-subttl p {
		text-align: left;
		margin-left: 30px;
		font-size: 1.6rem;
		position: relative;
	}
	.video-feature-item-subttl p:after {
		content: '＋';
		position: absolute;
		right: 30px;
		font-size: 2rem;
	}
	.video-feature-item-subttl.is-active p:after {
		content: 'ー';
		position: absolute;
		right: 30px;
		font-size: 2.2rem;
	}
	.video-feature-item-subttl.ttl-bg03.menu.js-menu p:after, .video-feature-item-subttl.ttl-bg04.menu.js-menu p:after {
		top: 10px;
	}
	.video-feature-item-txt {
		padding-bottom: 0;
		padding: 10px;
	}
	.video-feature-item-txt.is-open {
		padding-bottom: 20px;
		margin-bottom: 20px;
	}
	.video-feature-wrap {
		margin-bottom: 0;
	}
	.video-table th {
		padding: 18px 0;
	}
	.video-table td {
		padding: 18px 10px;
	}
}

/*PC Layout
===================================*/
@media print, screen and (min-width: 769px) {
	.video-feature-wrap {
		display: flex;
	}
	.video-feature-item-subttl {
		width: 35%;
		height: 60px;
	}
	.video-feature-item-txt {
		width: 65%;
	}
	.video-feature-ttl {
		margin-top: 80px;
		max-width: 980px;
		margin: 80px auto 20px;
		font-size: min(1.2vw, 16px);
		letter-spacing: .2rem;
		line-height: 35px;
	}
	table th, table td {
		font-size: 1.8rem;
	}
	.video-flow-txt {
		display: flex;
		width: 65%;
		justify-content: space-between;
	}
	.video-flow-txt-item {
		text-align: center;
		font-size: 1.8rem;
		width: 48%;
		line-height: 2.8rem;
	}
	.ttl-bg01 p, .ttl-bg02 p {
		line-height: 60px;
	}
	.ttl-bg03 p {
		padding-top: 18px;
		line-height: 2.6rem;
	}
	.video-feature-item-subttl.ttl-bg03 {
		height: 80px;
	}
	.ttl-bg04 {
		height: auto;
	}
	.ttl-bg04 p {
		line-height: 26px;
		text-align: left;
		padding-left: 40px;
		padding-top: 20px;
	}
	.feature-txt01 p {
		line-height: 60px;
	}
	.feature-txt02 p {
		padding-top: 10px;
	}
	.video-wrap {
		width: 100vw;
		margin: 0 calc(50% - 50vw);
	}
	.video-img {
		width: 90%;
		max-width: 1080px;
		margin: 0 auto;
	}
	.video-flow-txt-bg {
		background: #f7f7f7;
		max-width: 1180px;
		padding: 60px;
		border-radius: 80px;
		margin: -75px auto 80px;
	}
	.video-lead, .video-feature-ttl span {
		font-size: min(1.8vw, 26px);
		line-height: 1.5;
	}
	.video-table-ttl {
		font-size: min(1.6vw, 26px);
		line-height: 1.5;
	}
	.video-table-wrap {
		height: 500px;
	}
}


/* sound
------------------------------------------------------ */
.sound-ttl-wrap {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 30px;
	max-width: 980px;
	margin: 0 auto 30px;
}
.sound-table {
	max-width: 980px;
	margin: 0 auto 60px;
}
.sound-icon {
	width: 14%;
	max-width: 120px;
}
.sound-txt-content {
	width: 84%;
}
.sound-table th, .sound-table td {
	padding: 20px;
	text-align: center;
	width: 33%;
}
.sound-img-wrap {
	display: flex;
	justify-content: space-between;
	max-width: 980px;
	margin: 0 auto 160px;
}
.sound-ttl {
	font-size: 2.8rem;
	display: inline-block;
	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;
	padding: 10px 0;
	line-height: 2vw;
}
.sound-txt {
	font-size: 1.8rem;
	line-height: 2.6rem;
}
.sound-table th, .sound-table td {
	border: 1px solid #707070;
}
.sound-table th {
	border-top: none;
}
.sound-table tr:first-child {
	background: linear-gradient(-360deg, #9CC701 0%, #11540B 100%);
	background: -webkit-linear-gradient(-360deg, #9CC701 0%, #11540B 100%);
	color: #fff;
}
.sound-table {
	margin-bottom: 60px;
}
.sound-table tr td:first-child {
	background: #F4F4F4;
}
.sound-img-wrap {
	margin-bottom: 160px;
}

/*SP Layout
===================================*/
@media all and (max-width: 768px) {
	.sound-table-wrap {
		overflow: scroll;
		margin-bottom: 40px;
	}
	.sound-table {
		border-collapse: collapse;
		white-space: nowrap;
	}
	.sound-img-wrap {
		width: 100vw;
		margin: 0 calc(50% - 50vw) 80px;
	}
	.sound-img img {
		height: 180px;
		object-fit: cover;
	}
	.sound-txt-content {
		width: calc(100% - 90px);
	}
	.sound-ttl {
		font-size: 1.8rem;
		line-height: 5vw;
		line-height: 1.4;
		height: 60px;
		margin-top: 6px;
		display: flex;
		align-items: center;
	}
	.sound-txt {
		font-size: 1.4rem;
		width: 86vw;
		margin: 0 calc(50% - 52vw);
		line-height: 2.4rem;
		margin-top: 10px;
	}
	.sound-ttl-wrap {
		align-items: flex-start;
	}
	.sound-icon {
		margin-top: 6px;
		width: 80px;
	}
	.sound-table th {
		padding: 10px 0;
	}
	.sound-table td {
		padding: 10px 20px;
	}
}

/*PC Layout
===================================*/
@media print, screen and (min-width: 769px) {
	.sound-img {
		width: 49%;
	}
	.sound-ttl {
		font-size: min(1.8vw, 26px);
		line-height: 1.5;
	}
	.sound-txt {
		font-size: min(1.2vw, 16px);
		letter-spacing: .2rem;
		line-height: 1.6;
	}
}


/* latency
------------------------------------------------------ */
.latency-flow-graphic {
	display: flex;
	justify-content: space-between;
	max-width: 1080px;
	margin: 0 auto;
}
.latency-flow-graphic-item-txt {
	text-align: center;
}
.latency-flow-txt-bg {
	background: #f7f7f7;
	padding: 20px;
	border-radius: 100px;
	margin-bottom: 50px;
	padding-top: 25px;
	margin-top: -90px
}
.latency-feature-ttl {
	background: transparent linear-gradient(91deg, #9CC701 0%, #11540B 100%) 0% 0% no-repeat padding-box;
	color: #fff;
	padding: 10px;
	height: 40px;
	font-size: 1.8rem;
	line-height: 2rem;
}
.latency-flow-txt-item {
	font-size: 1.5rem;
	line-height: 1.8vw;
	text-align: center;
}
.latency-feature-txt {
	background: #f7f7f7;
	padding: 30px;
	font-size: 1.8rem;
	line-height: 2.2rem;
	min-height: 80px;
}
.latency-lead {
	text-align: center;
	font-size: min(1.6vw, 36px);
	line-height: 2vw;
	letter-spacing: .3rem;
	margin-bottom: 60px;
	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;
	padding: 10px 0;
}
.latency-lead:before {
	content: '';
	background: url(images/latency-lead-before.png) no-repeat;
	background-size: contain;
	width: 80%;
	height: 11px;
	display: block;
	margin: 0 0 20px auto;
}
.latency-lead:after {
	content: '';
	background: url(images/latency-lead-after.png) no-repeat;
	background-size: contain;
	width: 80%;
	height: 11px;
	display: block;
	margin: 20px auto 0 0;
}
.latency-flow-graphic-item-txt span {
	display: inline-block;
	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;
	padding: 10px 0;
}
.latency-feature-item {
	background: #f7f7f7;
}
.latency-img {
	margin: 40px auto;
}
.arrow02 {
	width: 2%;
	margin-top: 50px;
}

/*SP Layout
===================================*/
@media all and (max-width: 768px) {
	.latency-lead {
		font-size: 1.6rem;
		line-height: 2.6rem;
		letter-spacing: .1rem;
		margin: 20px auto;
	}
	.latency-lead:before, .latency-lead:after {
		width: 300px;
	}
	.latency-feature-wrap {
		width: 100vw;
		margin: 0 calc(50% - 50vw);
	}
	.latency-feature-ttl {
		font-size: 1.5rem;
		padding: 10px 0 10px 40px;
		width: calc(100% - 40px);
	}
	.latency-feature-txt {
		font-size: 1.4rem;
		min-height: 40px;
		padding: 20px;
	}
	.latency-feature-item:nth-child(1) .latency-feature-ttl, .latency-feature-item:nth-child(2) .latency-feature-ttl {
		line-height: 40px;
	}
}

/*PC Layout
===================================*/
@media print, screen and (min-width: 769px) {
	.latency-flow-graphic-item-txt {
		font-size: 2.2rem;
	}
	.latency-flow-graphic-item-txt span {
		display: block;
		font-size: 4rem;
		margin-bottom: 20px;
	}
	.latency-flow-txt {
		display: flex;
		justify-content: space-between;
		width: 90%;
		margin: 0 auto;
		max-width: 1080px;
	}
	.latency-feature-wrap {
		display: flex;
		justify-content: space-between;
		margin-bottom: 40px;
		max-width: 1048px;
		margin: 0 auto 40px;
	}
	.latency-feature-item {
		width: 32%;
	}
	.latency-feature-item:nth-child(1) .latency-feature-ttl, .latency-feature-item:nth-child(2) .latency-feature-ttl {
		line-height: 40px;
		font-size: min(1.4vw, 16px);
		letter-spacing: .2rem;
	}
	.latency-feature-ttl {
		clip-path: polygon(0 0, 85% 0, 100% 100%, 0 100%);
		margin-top: -20px;
		padding-left: 30px;
		font-size: min(1.4vw, 16px);
		letter-spacing: .2rem;
	}
	.latency-wrap {
		width: 100vw;
		margin: 0 calc(50% - 50vw);
	}
	.latency-feature-txt {
		font-size: min(1.2vw, 16px);
		letter-spacing: .2rem;
	}
	.latency-img {
		width: 90%;
		max-width: 1080px;
		margin: 0 auto;
	}
	.latency-flow-txt-bg {
		width: 90%;
		max-width: 1280px;
		margin: -40px auto 50px;
		padding: 30px 20px;
	}
	.latency-flow-txt-item {
		font-size: 1.8rem;
		line-height: 2.8rem;
		width: 33%;
	}
	.latency-flow-graphic-item {
		width: 30%;
	}
	.latency-lead {
		font-size: min(1.6vw, 26px);
		line-height: 1.5;
	}
}


/* livevideo
------------------------------------------------------ */
.livevideo-lead {
	text-align: center;
	font-size: min(1.8vw, 36px);
	line-height: 2vw;
	letter-spacing: .3rem;
	margin-bottom: 60px;
}
.youtube-wrap {
	display: flex;
	justify-content: space-between;
	margin-bottom: 100px;
}
.youtube-img {
	width: 40%;
}
.youtube-txt {
	width: 60%;
	background: #f7f7f7;
	position: relative;
}
.youtube-txt p {
	text-align: center;
	position: absolute;
	top: 28%;
	right: 0;
	left: 0;
	margin: auto;
	font-size: 2.2rem;
	font-weight: 400;
}
.youtube-txt p:before {
	content: '';
	background: url(images/youtube-logo.png) no-repeat;
	background-size: contain;
	display: inline-block;
	width: 100px;
	height: 78px;
	vertical-align: middle;
	margin-right: 15px;
}
.relaysystem-ttl {
	margin-bottom: 30px;
}
.relaysystem-subttl {
	font-size: 2.8rem;
	line-height: 3.2rem;
	letter-spacing: .3rem;
	margin-bottom: 60px;
}

/*SP Layout
===================================*/
@media all and (max-width: 768px) {
	.livevideo-lead {
		font-size: 1.4rem;
		line-height: 2.6rem;
		letter-spacing: .1rem;
		margin-bottom: 0;
		text-align: left;
	}
	.relaysystem-subttl {
		font-size: 1.4rem;
		line-height: 2.6rem;
		letter-spacing: .1rem;
	}
}

/*PC Layout
===================================*/
@media print, screen and (min-width: 769px) {
	.livevideo-lead {
		font-size: min(1.6vw, 26px);
		line-height: 1.5;
	}
}


/* relaysystem
------------------------------------------------------ */
.relaysystem-app-item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: #f7f7f7;
	margin-bottom: 10px;
	padding: 20px 0;
}
.relaysystem-app-icon {
	width: 15%;
	margin-left: 20px;
}
.relaysystem-app-txtcontent {
	width: 70%;
}
.relaysystem-app-ttl {
	margin-bottom: 10px;
}
.relaysystem-ttl {
	font-size: 2.8rem;
	margin-bottom: 20px;
	margin-top: 80px;
}
.relaysystem-ttl:after {
	content: '';
	background: url(images/ttl-bb.png) no-repeat;
	background-size: 100% auto;
	width: 1080px;
	height: 30px;
	display: block;
	margin-top: 24px;
}
.relaysystem-app-txt {
	width: 90%;
}
.technology-area {
	max-width: 980px;
	position: relative;
}
.relaysystem-img {
	margin-bottom: 8px;
}

/*SP Layout
===================================*/
@media all and (max-width: 768px) {
	.relaysystem-ttl {
		font-size: 1.5rem;
		margin-top: 40px;
	}
	.relaysystem-ttl:after {
		width: 300px;
		height: 10px;
		margin-top: 10px;
	}
	.youtube-txt p:before {
		width: 60px;
		height: 30px;
		margin-right: 0;
	}
	.youtube-txt p {
		font-size: 1.4rem;
	}
	.relaysystem-app-item {
		margin: 0;
		width: 90%;
		margin: 0 auto;
		padding: 20px 0;
	}
	.relaysystem-app-item:not(:last-child) {
		border-bottom: .25px solid #707070;
	}
	.julius-bg {
		width: 100vw;
		margin: 0 calc(50% - 50vw);
		padding: 20px 0;
	}
	.relaysystem-app-wrap {
		background: #f7f7f7;
		margin-bottom: 60px;
	}
	.relaysystem-app-ttl {
		margin-bottom: 2px;
		font-weight: 500;
	}
	.relaysystem-app-icon {
		margin-left: 0;
	}
	.relaysystem-app-txtcontent {
		width: 80%;
	}
	.technology-area, .technology-area2 {
		padding-top: 70px;
		margin-top: -70px;
	}
}

/*PC Layout
===================================*/
@media print, screen and (min-width: 769px) {
	.relaysystem-app-wrap {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		max-width: 1280px;
		margin: 0 auto;
	}
	.relaysystem-app-item {
		width: 32.4%;
		padding: 40px 0 30px;
	}
	.relaysystem-app-ttl {
		font-size: min(1.8vw, 2rem);
		margin-bottom: 10px;
	}
	.technology-area {
		margin-bottom: 200px;
		max-width: 1080px;
	}
	.relaysystem-ttl {
		margin: 80px auto 20px;
		font-size: min(1.8vw, 26px);
		line-height: 1.5;
		letter-spacing: .3rem;
	}
	.relaysystem-subttl {
		font-size: min(1.8vw, 26px);
		line-height: 1.5;
		letter-spacing: .3rem;
	}
	.relaysystem-app-txt {
		font-size: min(1.2vw, 16px);
		letter-spacing: .2rem;
		line-height: 1.6;
	}
	.technology-area, .technology-area2 {
		padding-top: 140px;
		margin-top: -140px;
	}
}


/* security
------------------------------------------------------ */
.security-lead {
	text-align: center;
	font-size: min(1.6vw, 36px);
	line-height: 2vw;
	letter-spacing: .3rem;
	margin-bottom: 60px;
}
.security-item {
	position: relative;
	padding: 30px;
}
.security-wrap-bg {
	background: #f7f7f7;
	margin-bottom: 10px;
	max-width: 900px;
	margin: 0 auto;
}
.security-img {
	margin-bottom: 80px;
}
.security-icon {
	position: absolute;
	width: 100px;
	left: 100px;
	top: 26px;
}
.security-item-ttl01 {
	border-radius: 6px;
	margin-top: 100px;
}
.security-item-ttl02 {
	border-radius: 30px;
}
.security-item-txt01:before {
	content: '';
	background: url(images/security-num01.png) no-repeat;
	background-size: contain;
	width: 40px;
	height: 40px;
	display: inline-block;
	margin-right: 8px;
	margin-bottom: -16px;
}
.security-item-txt02:before {
	content: '';
	background: url(images/security-num02.png) no-repeat;
	background-size: contain;
	width: 40px;
	height: 40px;
	display: inline-block;
	margin-right: 8px;
	margin-bottom: -16px;
}
.security-item-txt03:before {
	content: '';
	background: url(images/security-num03.png) no-repeat;
	background-size: contain;
	width: 40px;
	height: 40px;
	display: inline-block;
	margin-right: 8px;
	margin-bottom: -16px;
}
.security-item-txt04:before {
	content: '';
	background: url(images/security-num04.png) no-repeat;
	background-size: contain;
	width: 40px;
	height: 40px;
	display: inline-block;
	margin-right: 8px;
	margin-bottom: -16px;
}
.security-item-txt01, .security-item-txt02, .security-item-txt03, .security-item-txt04 {
	padding-left: 1em;
	text-indent: -3em;
	font-size: 2rem;
	line-height: 2.8rem;
	margin-bottom: 30px;
}
.system-item-ttl {
	font-weight: 400;
}

/*SP Layout
===================================*/
@media all and (max-width: 768px) {
	.security-lead {
		font-size: 1.4rem;
		line-height: 1.4;
		letter-spacing: 0.1rem;
		text-align: left;
	}
	.security-item-txt01, .security-item-txt02 {
		font-size: 1.3rem;
		line-height: 1.4;
		width: 85%;
		margin: 0 auto;
		letter-spacing: .1rem;
	}
	.security-item-txt01 {
		margin-bottom: 20px;
	}
	.security-wrap-bg {
		width: 100vw;
		margin: 0 calc(50% - 50vw);
		padding: 20px 0;
		margin-bottom: 40px;
	}
	.security-item {
		padding: 2px 30px;
	}
	.security-item-ttl {
		width: 50%;
		margin: 0 auto;
	}
}

/*PC Layout
===================================*/
@media print, screen and (min-width: 769px) {
	.secutiry-item-txt {
		width: 90%;
		position: relative;
		margin: 0 auto;
	}
	.security-item-txt01, .security-item-txt02, .security-item-txt03, .security-item-txt04 {
		font-size: min(1.2vw, 16px);
		letter-spacing: .2rem;
		line-height: 1.6;
	}
	.security-lead {
		font-size: min(1.6vw, 26px);
		line-height: 1.5;
	}
}


/* system
------------------------------------------------------ */
.system-icon {
	width: 26%;
	margin: 30px auto 20px;
}
.system-item-ttl, p.system-item02-ttl {
	text-align: center;
	font-size: 2.8rem;
	line-height: 3.2rem;
	letter-spacing: .3rem;
	margin-bottom: 10px;
}
.system-item-ttl, .system-item-txt {
	width: 90%;
	margin: 0 auto 10px;
}
.system-item-txt {
	font-size: 1.8rem;
	line-height: 1.8vw;
}
.system-item02-subttl {
	font-size: 1.8rem;
	line-height: 1.8vw;
	background: #333;
	color: #fff;
	padding: 10px;
	width: 60%;
	clip-path: polygon(0% 0, 90% 0, 100% 100%, 0 100%);
	margin-bottom: 4px;
	font-weight: 200;
}
.system-item02-txt {
	font-size: 1.8rem;
	margin-bottom: 20px;
	line-height: 2.8rem;
}
.system-wrap-bg {
	background: #F7F7F7;
	width: 100vw;
	margin: 0 calc(50% - 50vw);
	padding-bottom: 100px;
	position: relative;
}
.system-item {
	background: #fff;
	margin-bottom: 20px;
}
p.system-item02-ttl {
	font-size: 1.5rem;
	margin: 40px auto 20px;
	text-align: left;
}

/*SP Layout
===================================*/
@media all and (max-width: 768px) {
	.system-item {
		display: flex;
		align-items: center;
		padding: 10px 0;
		flex-wrap: wrap;
		margin-bottom: 0;
		padding-bottom: 0;
	}
	.system-wrap-bg {
		margin-top: 0;
		padding: 20px 0;
		display: none;
	}
	.system-item-ttl, .system-item-txt {
		font-size: 1.4rem;
		line-height: 2.4rem;
		width: 100%;
		letter-spacing: 0.1rem;
	}
	.system-icon {
		width: 15%;
		margin-left: -25px;
		margin-right: 12px;
		margin-top: 0;
	}
	.system-txt-wrap {
		width: 85%;
	}
	.system-item-ttl {
		text-align: left;
		;
		text-align: left;
		font-weight: 500;
		margin-bottom: 6px;
	}
	.system-wrap {
		width: 90%;
		margin-left: auto;
	}
	.system-item:after {
		content: '';
		background: #707070;
		width: 270px;
		height: .5px;
		display: block;
		margin: 10px auto;
	}
	.system-item:nth-child(5):after {
		display: none;
	}
	.system-item02-ttl {
		font-size: 1.6rem;
		text-align: left;
		margin-top: 30px;
	}
	.system-item02-txt {
		width: 90%;
		line-height: 1.6;
	}
	.security-item-txt01:before, .security-item-txt02:before, .security-item-txt03:before, .security-item-txt04:before {
		width: 30px;
		height: 30px;
	}
	.security-icon {
		right: 0;
		left: 0;
		margin: auto;
		width: 65px;
	}
	.system-bg {
		background: #F7F7F7;
		padding: 40px 0;
		width: 100vw;
		margin: 0 calc(50% - 50vw);
		margin-top: -40px;
	}
	.system-item:first-child {
		padding-top: 20px;
	}
	.system-item:nth-child(5) {
		padding-bottom: 20px;
	}
}

/*PC Layout
===================================*/
@media print, screen and (min-width: 769px) {
	.system-wrap {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		max-width: 900px;
		margin: 0 auto;
	}
	.system-item, .system-item02 {
		width: 49%;
		min-height: 440px;
	}
	.system-item02 {
		margin-top: 30px;
		width: 47%;
	}
	.system-item-ttl, p.system-item02-ttl {
		font-size: min(1.8vw, 26px);
		line-height: 1.5;
	}
	.system-item02-txt {
		font-size: min(1.2vw, 16px);
		letter-spacing: .2rem;
		line-height: 1.6;
	}
	.system-wrap-bg {
		background: #F7F7F7;
		width: 100vw;
		margin: 0 calc(50% - 50vw);
		padding-bottom: 100px;
		position: relative;
		height: 1260px;
		z-index: -1;
		margin-top: -1260px;
	}
}


/* v4-bg
------------------------------------------------------ */
.v4-bg h2 {
	margin-bottom: 60px;
	font-size: min(1.8vw, 20px);
	font-size: 2.4rem;
}
.v4-bg h2 span {
	font-size: min(3vw, 50px);
	line-height: 1.4;
}
.v4-bg-img {
	width: 100vw;
	margin: 0 calc(50% - 50vw);
	position: relative;
	z-index: -1;
}
.v4-content-bg {
	background: #fff;
	padding: 100px 0;
	width: 95vw;
	margin: 0 calc(50% - 50vw);
	margin-top: -400px;
}
.view-btn {
	background: linear-gradient(-360deg, #9CC701 0%, #11540B 100%);
	background: -webkit-linear-gradient(-360deg, #9CC701 0%, #11540B 100%);
	font-size: 1.3rem;
	line-height: 1.8vw;
	color: #fff;
	margin: 20px 0px;
	padding: 10px;
	display: block;
	width: 60%;
	border-radius: 0;
	text-align: center;
}
section.v4 {
	width: 100%;
}
.v4-wrap {
	display: flex;
	justify-content: space-between;
	max-width: 1080px;
}

/*SP Layout
===================================*/
@media all and (max-width: 768px) {
	.v4-wrap {
		flex-direction: column-reverse;
	}
	.v4-ttl {
		font-size: 1.8rem;
		color: #204D17;
		width: 90%;
		margin: 40px auto 20px;
		line-height: 1.4;
	}
	.v4-txt, .v4-img {
		width: 90%;
		margin: 0 auto;
	}
	.technology-area-ttl-bg {
		width: 100vw;
		margin: 0 calc(50% - 50vw);
		padding: 20px 0;
	}
	.v4 h2 {
		margin-bottom: -220px;
		color: #fff;
		text-align: left;
		font-size: 1.6rem;
	}
	.v4-bg h2 span {
		font-size: 2.6rem;
	}
	.v4-content-bg {
		width: 94vw;
		margin: 0 calc(50% - 50vw);
		margin-top: -180px;
		padding: 0;
	}
	.v4-bg-img {
		padding-top: 80px;
	}
	.view-btn {
		margin: 20px auto;
		width: 70%;
		padding: 20px 0;
	}
	.v4 h2:before {
		margin-top: 0;
		margin-left: 0;
		margin-bottom: 0;
	}
	p.system-item02-ttl, .system-item02-subttl, .system-item02-txt {
		font-size: 1.4rem;
		text-align: left;
	}
	.v4-wrap {
		margin-top: 0;
	}
	.technology-area2 {
		margin-bottom: 40px;
	}
	section.v4 {
		margin-top: 30px;
	}
}

/*PC Layout
===================================*/
@media print, screen and (min-width: 769px) {
	.v4-img, .v4-content-wrap {
		width: 48%;
	}
	.v4-img {
		margin-top: -100px;
	}
	.v4-txt {
		font-size: min(1.2vw, 16px);
		letter-spacing: .2rem;
		line-height: 1.6;
		width: 80%;
	}
	.v4-ttl {
		font-size: 2.8rem;
		line-height: 3.2rem;
		letter-spacing: .3rem;
		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;
		padding: 10px 0;
		font-size: min(1.8vw, 26px);
		line-height: 1.5;
	}
	.system-item-txt {
		line-height: 3.2rem;
		width: 85%;
		margin-bottom: 30px;
		font-size: min(1.2vw, 16px);
		letter-spacing: .2rem;
		line-height: 1.6;
	}
	.v4-wrap {
		width: 80%;
		margin: 0 auto;
	}
	.system-item-ttl {
		margin-bottom: 20px;
		width: 85%;
		font-size: min(1.8vw, 26px);
		line-height: 1.5;
	}
	.technology-area-list-system {
		padding-bottom: 60px;
	}
	.technology-area-list.last {
		margin-top: -230px;
	}
	.v4-content-bg {
		margin-top: -30%;
	}
}


/* アコーディオン
------------------------------------------------------ */
@media print, screen and (max-width: 768px) {
	.menu {
		cursor: pointer;
		user-select: none;
	}
	.contents {
		height: 0;
		overflow: hidden;
		opacity: 0;
		transition-duration: 0.4s;
	}
	.contents.is-open {
		height: auto;
		opacity: 1;
	}
}
.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: 10px 0;
	text-align: center;
	margin-bottom: 10px;
	background: linear-gradient(-360deg, #9CC701 0%, #11540B 100%);
	background: -webkit-linear-gradient(-360deg, #9CC701 0%, #11540B 100%);
	margin-top: 30px;
}
.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;
	line-height: 2;
	text-align: center;
}
.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;
}
.more-link:hover::before, .more-link:hover::after {
	width: calc(10% + 50px);
	height: calc(10% + 20px);
	border-color: #fff;
}

@media print, screen and (max-width: 768px) {
.more-link {
		padding: 10px 0;
		width: 90%;
		max-width: 100%;
		margin: 30px auto 0;
	}
}

@media screen and (min-width:768px) and ( max-width:1024px) {
	.feature {
		padding-top: 0;
	}
	.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;
	}
	.technology-content-bg {
		margin-bottom: 0;
	}
	.technology-area-list li:nth-child(1):before, .technology-area-list li:nth-child(2):before, .technology-area-list li:nth-child(3):before, .technology-area-list li:nth-child(4):before {
		width: 35px;
		height: 35px;
	}
	.technology-area-ttl, .technology-area-subttl p {
		margin-left: 20px;
	}
	.technology-area-ttl-bg {
		padding: 40px 0;
	}
	.technology-area-list li {
		line-height: 2;
	}
	.technology-area-list li {
		padding-left: 40px;
	}
	.technology-area-list {
		margin-bottom: 0;
	}
	.relaysystem-app-item {
		width: 48%;
	}
	.technology-area {
		margin-bottom: 60px;
	}
	.julius-list-txt, .julius-custom-item-txt, .service-txt {
		font-size: 1.4rem;
	}
	.julius-flow-item, .julius-custom-item-ttl, .video-flow-txt-item, .ttl-bg01 p, .ttl-bg02 p, .ttl-bg03 p, .feature-txt02 p, .feature-txt01 p, .feature-txt03 p, .video-feature-item-txt p, .ttl-bg04 p, .latency-flow-graphic-item-txt, .latency-flow-txt-item, .video-table td, .video-table th {
		font-size: 1.4rem;
	}
	.technology-area-ttl {
		font-size: 2rem;
	}
	.technology-area-subttl p, .service-ttl {
		font-size: 1.8rem;
	}
	.security-icon {
		width: 80px;
		left: 20px;
	}
	.secutiry-item-txt:before {
		left: -25px;
	}
	.security-item-txt01, .security-item-txt02, .security-item-txt03, .security-item-txt04 {
		padding-left: 4em;
		text-indent: -4em;
	}
	.system-item, .system-item02 {
		min-height: 200px;
	}
	.video-feature-ttl span {
		line-height: 2.8;
	}
}

@media print, screen and (min-width: 1024px) {
	.tabElement1024 {
		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);
  }
}