@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: .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.6;
	font-weight: 500;
	margin-bottom: 10px;
}
p.column-ttl {
	text-align: center;
	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;
	height: 40px;
	font-weight: 600;
	padding-top: 10px;
	line-height: inherit;
	max-width: none;
}
p.column-txt {
	margin-top: 32px;
	line-height: 1.6;
}
p {
	font-size: 1.4rem;
	line-height: 1.6;
	font-weight: 400;
	letter-spacing: 0.12em;
}
li, span, th, td {
	letter-spacing: .2rem;
	font-weight: 400;
}
section {
	max-width: 1280px;
}

/*SP Layout
===================================*/
@media all and (max-width: 768px) {
	h2:before {
		width: 40px;
		height: 40px;
	}
	h2 {
		margin-bottom: 10px;
		font-size: 2.4rem;
		line-height: 3.2rem;
		height: 48px;
	}
	p.column-ttl {
		margin-bottom: 0;
		font-size: 2.4rem;
		line-height: 3.2rem;
		height: 72px;
	}
	th, td {
		font-size: 1.4rem;
	}
	#nat {
		padding-top: 70px;
		margin-top: -70px;
	}
	p {
		word-break: break-all;
	}
	p.column-txt {
		line-height: 2.4rem;
	}
}

/*PC Layout
===================================*/
@media all and (min-width: 769px) {
	#nat {
		padding-top: 130px;
		margin-top: -130px;
	}
	.spElement {
		display: none;
	}
}


/* main
------------------------------------------------------ */
.technology-main-bg {
	background-size: cover;
	width: 100vw;
	margin: 0 calc(50% - 50vw);
	position: relative;
  height: auto;
}
.main-lead{
  position: relative;
}
h1 {
	text-align: left;
	position: relative;
	left: 0;
	bottom: 45%;
	font-size: 2.6rem;
	line-height: 1.5;
	letter-spacing: .8rem;
	width: 90vw;
	max-width: 1280px;
	margin: 0 auto;
}
h1 span {
	font-size: 7.2rem;
	letter-spacing: 1.4rem;
	background: -webkit-linear-gradient(-90deg, #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;
	margin-top: 4px;
}

/*SP Layout
===================================*/
@media all and (max-width: 768px) {
	.technology-main-bg{
    padding: 60px 0;
		width: 100%;
		margin: 0 auto;
  }
  h1 {
		font-size: 2rem;
		line-height: 1.5;
		position: static;
		letter-spacing: 0.2em;
		width: 100%;
	}
	h1 span {
		font-size: 4rem;
		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;
	}
	.main-lead {
		max-width: 1480px;
		margin: 80px auto;
		position: static;
	}
	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;
  }
}


/* introduction
------------------------------------------------------ */
.intro-bg {
	width: 100vw;
	margin: 0 calc(50% - 50vw);
	background: url(images/contents-bg.png) no-repeat;
	background-size: cover;
	padding: 80px 0;
}
.intro-lead-flex {
	display: flex;
	justify-content: space-between;
}
.intro-lead {
	width: 54%;
	margin: 0;
}
.intro-lead h2 {
	text-align: left;
}
.intro-lead p {
	font-size: 2rem;
	font-weight: 500;
	margin-bottom: 40px;
}
.intro-lead .sec-lead {
	font-size: 1.6rem;
	font-weight: 400;
	width: 100%;
	margin-bottom: 0;
}
.intro-flex-right {
	width: 40%;
	height: fit-content;
}
.production-list {
	display: flex;
	margin: 40px auto 0;
	flex-wrap: wrap;
	gap: 40px;
}
.intro-content {
	background-color: rgb(255,255,255,1.0);
	padding: 40px;
	width: calc(50% - 100px);
}
.intro-content-ttl {
	font-size: 1.6rem;
	font-weight: 500;
	margin-bottom: 16px;
}
.intro-content-ttl span {
	font-size: 2.4rem;
	font-weight: 500;
	display: block;
	margin-top: 8px;
}
.intro-content-txt {
	font-size: 1.4rem;
}
.intro-content-txt::before {
	content: "";
	display: block;
	width: 30%;
	height: 1px;
	min-width: 80px;
	background: -webkit-linear-gradient(-360deg, #9CC701 0%, #11540B 100%);
    -webkit-text-fill-color: transparent;
	position: relative;
	top: 0;
	margin-bottom: 16px;
}

/*SP Layout
===================================*/
@media all and (max-width: 768px) {
	.intro-bg {
		padding: 40px 0;
	}
	.intro-lead-flex {
		display: block;
	}
	.intro-lead {
		width: 90%;
		margin: 0 auto;
	}
	.intro-lead h2 {
		height: auto;
		text-align: center;
	}
	.intro-lead p {
		font-size: 1.8rem;
		margin-bottom: 20px;
		text-align: center;
	}
	.intro-lead .sec-lead {
		font-size: 1.5rem;
		text-align: left;
	}
	.intro-flex {
		display: block;
		margin: 40px auto;
	}
	.intro-flex-left {
    width: 90%;
		margin: 0 auto;
	}
	.intro-flex-right {
		width: 90%;
		max-width: 480px;
		margin: 40px auto 0;
		height: auto;
	}
	.production-list {
		display: block;
	}
	.intro-content {
		padding: 16px 20px;
		width: calc(90% - 40px);
		margin: 0 auto 20px;
	}
	.intro-content-ttl {
		font-size: 1.4rem;
	}
	.intro-content-ttl span {
		font-size: 2rem;
		margin-top: 4px;
	}
}


/* service
------------------------------------------------------ */
.service-bg {
	background: url(images/saverservice-bg.jpg) no-repeat;
	background-size: cover;
	width: 100vw;
	margin: 0 calc(50% - 50vw);
	padding: 180px 0;
	background-position: bottom;
}
.service .sec-ttl {
	width: 30%;
}
.service .sec-ttl .sub-ttl {
	font-size: 2rem;
	text-align: center;
	font-weight: 400;
	margin-bottom: 20px;
}
.service h2 {
	background: #333;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	line-height: 1.4;
	font-weight: 400;
	height: auto;
}
.service h2::before{
	content: "";
	width: 70px;
	height: 70px;
	display: block;
	background: url(images/saver-logo.png) 0% 0% / contain no-repeat;
	margin: 0 auto 20px;
}
.service-ttl {
	line-height: 3.2rem;
	letter-spacing: .3rem;
	text-align: center;
	font-weight: 400;
	font-size: min(1.8vw, 30px);
}
.service-ttl span {
	color: #204D17;
	display: block;
	margin: 10px auto;
	font-size: 1.2rem;
}
.service-txt {
	width: 75%;
	margin: 0 auto;
}

/*SP Layout
===================================*/
@media all and (max-width: 768px) {
	.service-bg {
		padding: 60px 0 140px;
	}
	.service .sec-ttl {
		width: 90%;
		margin: 0 auto 40px;
	}
	.service .sec-ttl .sub-ttl {
		font-size: 1.8rem;
	}
	.service h2::before{
		width: 40px;
		height: 40px;
	}
	.service-ttl {
		text-align: left;
		font-size: 1.6rem;
		margin: 0 auto;
		position: relative;
		line-height: 2rem;
	}
	.service-ttl span {
		margin-top: 0;
		margin-bottom: 0;
	}
	.service-txt {
		width: 95%;
		margin-left: 0;
	}
	.service-content-wrap {
		background: rgba(255,255,255,.8);
		padding: 20px 0;
		width: 90%;
		margin: 0 auto;
	}
	.service-content-item {
		width: 90%;
		border-bottom: .5px solid #707070;
		margin: 0 auto;
		padding-top: 16px;
		padding-bottom: 16px;
	}
	.service-content-item:nth-child(4) {
		border-bottom: 0;
	}
	.service-ttl:after {
		content: '';
		background: url(images/acordion-arrow.png) no-repeat;
		background-size: contain;
		width: 20px;
		height: 10px;
		display: inline-block;
		position: absolute;
		right: 10px;
		top: 20px;
	}
	.service-ttl.is-active:after {
		transform: scale(1, -1);
	}
}

/*PC Layout
===================================*/
@media print, screen and (min-width: 769px) {
	.service-content-wrap {
		display: flex;
		flex-wrap: wrap;
		width: 68%;
		justify-content: space-between;
	}
	.service-content-item {
		width: 49%;
		padding: 60px 0 40px;
		margin-bottom: 20px;
	}
	.service {
		display: flex;
		align-items: center;
		justify-content: space-between;
		max-width: 1480px;
	}
	.service-content-item {
		background: #fff;
	}
	.service h2:before {
		margin-bottom: 20px;
	}
}


/* technology
------------------------------------------------------ */
.technology-bg {
	background: url(images/rtc-technology-bg.jpg) no-repeat;
	background-size: cover;
	width: 100vw;
	margin: 0 calc(50% - 50vw);
	padding: 80px 0;
}
.technology-img {
	margin-bottom: 20px;
}
.technology-link-wrap-bg {
	background: #fff;
	max-width: 1480px;
	margin: 0 auto;
}
.technology-link-wrap-bg {
	background: #fff;
	max-width: 1480px;
	margin: 0 auto;
	padding: 80px 0;
}
.technology-link-wrap {
	width: 100%;
	margin: 0 auto;
}
.technology-txt {
	width: 90%;
	margin: 0 auto;
	font-size: 1.7rem;
	line-height: 1.6;
}
.technology-link-content p {
	font-size: 2.0rem;
}
.technology-link-content p.column-ttl {
	font-size: min(2.4vw, 36px);
}
.technology-link-content a {
	margin-right: auto;
	margin-left: auto;
}

/*SP Layout
===================================*/
@media all and (max-width: 768px) {
	.sec-lead {
		width: 90%;
		margin: 0 auto 20px;
		font-size: 1.5rem;
		line-height: 2.4rem;
	}
	.technology-txt {
		margin-bottom: 20px;
		font-size: 1.5rem;
		line-height: 2.4rem;
	}
	.technology-bg {
		padding: 40px 0;
	}
	.technology-link-wrap {
		width: 90%;
	}
	.technology-link-wrap-bg {
		margin-top: 36px;
		padding: 56px 0;
	}
	.technology-link-content p {
		font-size: 1.6rem;
	}
	.technology-link-content p.column-ttl {
		font-size: 2.4rem;
	}
}

/*PC Layout
===================================*/
@media print, screen and (min-width: 769px) {
	.sec-lead {
		width: 70%;
		margin: 0 auto;
		text-align: left;
		font-size: 1.7rem;
		line-height: 1.6;
	}
	.technology-wrap {
		display: flex;
		justify-content: space-between;
		max-width: 980px;
		margin: 50px auto;
	}
	.technology-item {
		width: 48%;
	}
	.technology-link-wrap .technology-img, .technology-link-content {
		width: 48%;
	}
	.technology-link-content {
		width: 80%;
	}
	.technology-link-wrap {
		display: flex;
		justify-content: center;
	}
}


/* solution
------------------------------------------------------ */
.solution-bg {
	background: url(images/contents-bg.png) no-repeat;
	width: 100vw;
	margin: 0 calc(50% - 50vw);
	padding: 80px 0;
	background-size: cover;
}
.solution-wrap {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	justify-content: center;
	max-width: 980px;
	margin: 60px auto 10px;
}
.solution-item {
	margin-bottom: 20px;
	position: relative;
}
.solution-txt-bg {
	background: url(images/hukidashi01-new.png) no-repeat;
	background-size: contain;
	padding: 30px;
	min-height: 190px;
	padding-top: 33px;
}
.solution-txt {
	margin-top: 10px;
}
.solution-lead02 {
	background: #F7F7F7;
	padding: 20px 0;
	max-width: 980px;
	margin: 10px auto 30px;
}
.solution-lead02 p {
	width: 80%;
	margin: 0 auto;
}
.solution-bg {
	position: relative;
}
.solution-bg02 {
	position: absolute;
	z-index: 1;
	top: 14%;
}
section.solution {
	z-index: 3;
	position: relative;
}

/*PC Layout
===================================*/
@media print, screen and (min-width: 769px) {
	.solution-item {
		width: 29%;
	}
	.solution-item {
		margin: 20px;
	}
	.solution-lead02 {
		padding: 30px 0;
		margin: 10px auto 40px;
	}
	.solution-item:nth-child(4) .solution-txt-bg, .solution-item:nth-child(5) .solution-txt-bg, .solution-item:nth-child(6) .solution-txt-bg {
		background: url(images/hukidashi02-new.png) no-repeat;
		background-size: contain;
		padding-top: 60px;
	}
	.solution-wrap-bg {
		background: url(images/solution-bg02.png) no-repeat;
		background-size: 100% auto;
		width: 100vw;
		margin: 0 calc(50% - 50vw);
		background-position: bottom;
		padding-bottom: 60px;
		padding-top: 10px;
		margin-top: 30px;
	}
	.solution-txt-bg {
		padding-bottom: 0;
	}
}

/*Tablet Layout
===================================*/
@media print, screen and (max-width: 923px) {
	.solution-txt-bg {
		padding-top: 16px;
	}
	.solution-item:nth-child(4) .solution-txt-bg, .solution-item:nth-child(5) .solution-txt-bg, .solution-item:nth-child(6) .solution-txt-bg {
		padding-top: 40px;
	}
	.solution-txt03 {
		margin-top: 20px;
	}
	.solution-img-upper {
		position: relative;
		top: -30px;
	}
	.solution-txt {
		margin-top: 10px;
	}
	.solution-txt-bg {
		background: url(images/hukidashi01.png) no-repeat;
		background-size: contain;
		padding: 20px;
	}
	.solution-item:nth-child(4) .solution-txt-bg, .solution-item:nth-child(5) .solution-txt-bg, .solution-item:nth-child(6) .solution-txt-bg {
		background: url(images/hukidashi02.png) no-repeat;
		background-size: contain;
	}
}

/*SP Layout
===================================*/
@media all and (max-width: 768px) {
	.solution-item {
		width: 48%;
	}
	.solution-wrap {
		justify-content: space-between;
		width: 85%;
	}
	.solution-item:nth-child(1):before, .solution-item:nth-child(2):before, .solution-item:nth-child(3):before, .solution-item:nth-child(4):before, .solution-item:nth-child(5):before {
		width: 30px;
		height: 30px;
		top: -10px;
		left: -6px;
	}
	.solution-lead02 {
		padding: 40px 0;
		margin-bottom: 0;
	}
	.solution-bg {
		padding: 40px 0;
	}
	.solution-txt03 {
		margin-top: 10px;
	}
	.solution-img-upper {
		top: 0;
	}
	.solution-item:nth-child(4) .solution-txt-bg, .solution-item:nth-child(5) .solution-txt-bg, .solution-item:nth-child(6) .solution-txt-bg {
		padding-top: 20px;
		background: #fff;
	}
}


/* structure
------------------------------------------------------ */
section.structure {
	max-width: 1280px;
	margin: 120px auto 0;
}
.h2-bg {
	background: url(images/structure-ttl-bg.png) no-repeat;
	background-size: 100% auto;
	width: 95vw;
	margin: 0 calc(50% - 50vw);
	padding: 24px 0;
	height: 80px;
	margin-bottom: 50px;
}
.h2-bg h2.add-bg {
	max-width: 750px;
	margin: 0 auto;
	line-height: 130px;
	text-align: center;
	font-weight: 400;
	background: #fff;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.structure-wrap {
	margin-bottom: 50px;
}
.structure-supplement-wrap {
	background: #fff;
	max-width: 1020px;
	margin: 0 auto;
	padding: 20px 0;
}
.structure-contents {
	width: 100vw;
	margin: 0 calc(50% - 50vw);
	background: url(images/contents-bg02.png) no-repeat;
	padding-bottom: 0;
	padding-top: 60px;
}
.structure-contents h3 {
	background: linear-gradient(-360deg, #9CC701 0%, #11540B 100%);
	background: -webkit-linear-gradient(-360deg, #9CC701 0%, #11540B 100%);
	color: #fff;
	width: 90%;
	max-width: 980px;
	margin: 30px auto;
	padding: 20px;
	font-weight: 400;
}
.structure-supplement-ttl {
	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-size: 2rem;
	margin-bottom: 10px;
	width: 94%;
	margin: 0 auto 10px;
}
.structure-supplement-txt {
	width: 94%;
	margin: 0 auto;
}
.structure-supplement-ttl:before {
	content: '';
	background: url(images/structure-icon01.png) no-repeat;
	background-size: contain;
	width: 45px;
	height: 45px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}
.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: 6px 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: 14px;
	display: inline-block;
}
.more-link p {
	font-size: 1.5rem;
	letter-spacing: .3rem;
	line-height: 2;
}
.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;
}
.sturucture-txt span {
	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;
	display: block;
	font-size: 2rem;
	margin-bottom: 4px;
}
.sturucture-txt span:before {
	content: '';
	background: url(images/arrow02.png) no-repeat;
	background-size: contain;
	width: 20px;
	height: 20px;
	display: inline-block;
	vertical-align: middle;
}
.ice-h5:before {
	content: '';
	background: url(images/ice-num01.png) no-repeat;
	background-size: contain;
	width: 40px;
	height: 40px;
	vertical-align: middle;
	display: inline-block;
	margin-right: 10px;
}
.nat-h5:before {
	content: '';
	background: url(images/nat-num01.png) no-repeat;
	background-size: contain;
	width: 40px;
	height: 40px;
	vertical-align: middle;
	display: inline-block;
	margin-right: 10px;
}
.h4lead {
	text-align: center;
}
.structure h2 {
	height: 80px;
	line-height: 1;
}
.structure .sec-lead {
	margin-bottom: 40px;
	text-align: center;
}
.structure-lead02-wrap {
	background: #fff;
	width: 90%;
	margin: 30px auto;
	padding: 30px;
	max-width: 800px;
	margin-bottom: 0;
	padding-bottom: 80px;
}
.structure-lead02 {
	width: 80%;
	margin: 0 auto;
}
.v4-wrap a {
	margin-left: auto;
	margin-right: auto;
}

/*SP Layout
===================================*/
@media all and (max-width: 768px) {
	section.structure {
		margin-top: 80px;
	}
	.structure-contents {
		padding-top: 0;
		background: url(images/contents-bg.png) no-repeat;
		padding-bottom: 30px;
	}
	.h2-bg {
		background: url(images/structure-ttl-bg-sp.png) no-repeat;
		background-position: center;
		height: 60px;
		padding: 0;
		margin-bottom: 30px;
		background-size: 100% auto;
	}
	.h2-bg h2.add-bg {
		line-height: 60px;
		font-size: 1.6rem;
	}
	.structure-wrap {
		width: 90%;
		margin: 20px auto;
	}
	.structure-contents h3 {
		font-size: 1.6rem;
	}
	.structure-img {
		margin-bottom: 20px;
		width: 70%;
		margin: 0 auto 20px;
	}
	.more-link {
		font-size: 1.4rem;
	}
	.nat-h5:before {
		width: 30px;
		height: 30px;
	}
	.sturucture-txt span {
		margin: 10px 0 6px;
	}
	.structure-supplement-ttl {
		font-size: 1.8rem;
	}
	h4 {
		padding: 10px 20px;
	}
	.structure-contents h3 {
		padding: 10px 20px;
	}
	.ice-h5:before {
		width: 30px;
		height: 30px;
	}
	.sturucture-txt span:before {
		vertical-align: bottom;
	}
	.structure-contents .scrolldown2 {
		bottom: -4px;
	}
	.structure-contents .scroll-icon2 {
		bottom: 6px;
	}
}

/*PC Layout
===================================*/
@media print, screen and (min-width: 769px) {
	.h2-bg h2.add-bg {
		font-size: min(1.6vw, 26px);
	}
	.structure-wrap {
		display: flex;
		max-width: 980px;
		margin: 50px auto;
		justify-content: space-between;
	}
	.structure-contents h3 {
		font-size: min(1.6vw, 26px);
	}
	.structure-img {
		width: 40%;
	}
	.sturucture-contents {
		width: 52%;
	}
	.structure-contents .scrolldown2 {
		bottom: -25px;
	}
	.structure-contents .scroll-icon2 {
		bottom: -15px;
	}
}

.v4-bg-img {
	width: 100vw;
	margin: 0 calc(50% - 50vw);
	position: relative;
	z-index: -1;
}
.v4-content-bg {
	background: #fff;
	padding: 80px 0;
	/* width: 95vw; */
	margin: 0 auto;
	margin-top: -400px;
}
.v4-subttl {
	text-align: center;
	font-size: min(2.4vw, 36px);
	line-height: 1.5;
	margin-bottom: 30px;
	font-weight: 500;
}
.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: 30px;
	text-align: center;
}
section.v4 {
	width: 90%;
	padding-bottom: 40px;
}
.v4-wrap {
	max-width: 1080px;
}
.v4-txt {
	display: block;
	margin: 0 auto;
	font-size: 17px;
}

/*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;
		margin-top: 0;
	}
	.v4-txt {
		margin: 0 auto;
		font-size: 1.6rem;
	}
	.technology-area-ttl-bg {
		width: 100vw;
		margin: 0 calc(50% - 50vw);
		padding: 10px 0;
	}
	.v4-content-bg {
		/* width: 94vw; */
		margin: 0 auto;
		margin-top: 0;
		padding: 0;
	}
	.view-btn {
		margin: 20px auto;
		width: 70%;
		padding: 20px 0;
	}
	p.system-item02-ttl, .system-item02-subttl, .system-item02-txt {
		font-size: 1.4rem;
		text-align: left;
	}
	.v4-wrap {
		padding: 56px 0;
		width: 90%;
		margin: 0 auto;
	}
	.technology-area2 {
		margin-bottom: 40px;
	}
	.v4-subttl {
		font-size: 2rem;
	}
	.v4-bg {
		padding-top: 64px;
	}
	section.v4 {
		width: 100%;
	}
	.scrolldown-v4 {
		position: relative;
		top: -21px;
	}
	.scroll-icon-v4 {
		position: relative;
		top: -35px;
	}
}

/*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: 17px;
		letter-spacing: .2rem;
		line-height: 1.6;
	}
	.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.6vw, 26px);
		line-height: 1.5;
	}
	.system-item-txt {
		line-height: 3.2rem;
		width: 85%;
		margin-bottom: 30px;
		font-size: min(1vw, 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.6vw, 26px);
		line-height: 1.5;
	}
	.technology-area-list-system {
		padding-bottom: 60px;
	}
	.technology-area-list.last {
		margin-top: -230px;
	}
	.v4-content-bg {
		margin-top: 0;
	}
	.v4-wrap .column-ttl {
		font-weight: 600;
	}
	.v4-wrap .more-link p {
		margin-left: 0;
	}
	.v4-bg {
		margin-top: 384px;
	}
}


/* アコーディオン
------------------------------------------------------ */
@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;
	}
}
.scrolldown2 {
	position: relative;
	left: 50%;
	bottom: -10px;
	height: 50px;
	margin-top: 0;
	z-index: 999;
}
.scroll02 {
	margin-top: -80px;
}
.scrolldown2::after {
	content: "";
	position: absolute;
	top: 0;
	width: 1px;
	height: 60px;
	background: #707070;
	animation: pathmove 1.4s ease-in-out infinite;
	opacity: 0;
}
.scroll-icon {
	width: 10%;
	max-width: 30px;
	margin: -54px auto 30px;
	position: relative;
}
.scroll-icon2 {
	width: 10%;
	max-width: 30px;
	margin: 0 auto -80px;
	position: relative;
	z-index: 999;
}

@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) {
	.scroll-icon2 {
		margin: 0 auto -50px;
	}
	.solution-txt-bg {
		background: #fff;
		padding: 20px;
		min-height: 220px;
	}
	.solution-item {
		display: flex;
		flex-direction: column;
	}
	.solution-item:nth-child(1), .solution-item:nth-child(2), .solution-item:nth-child(3) {
		display: flex;
		flex-direction: column-reverse;
	}
	.solution-item img {
		margin-bottom: -10px;
		z-index: 4;
		position: relative;
	}
	.scrolldown2 {
		margin-top: 0;
	}
	.structure h2 {
		height: 48px;
	}
	.structure-lead02-wrap {
		width: 80%;
	}
	.structure-lead02 {
		width: 100%;
	}
	.structure-lead02-wrap {
		padding-bottom: 30px;
	}
}

/*SP Layout
===================================*/
@media all and (min-width: 769px) {
	.scroll-icon2 {
		margin: 0 auto -16px;
	}
}

@media screen and (min-width:768px) and ( max-width:1024px) {
	.sec-lead {
		width: 80%;
	}
	.technology-bg {
		padding: 40px 0;
	}
	.scroll-icon2 {
		z-index: 99;
	}
	.h2-bg {
		height: 40px;
	}
	.h2-bg h2.add-bg {
		line-height: 60px;
	}
	.structure-wrap {
		width: 90%;
	}
	.v4-img {
		margin-top: 0;
	}
	.v4-content-bg {
		padding: 40px 0;
	}
}


/* communication
------------------------------------------------------ */
.communication {
	width: 100%;
	max-width: 1280px;
}
.communication-wrap {
	display: flex;
	justify-content: space-between;
	max-width: 1280px;
	margin: 0 auto 100px;
}
.communication-item {
	width: 27%;
	background: url(images/communication-bg02.png) no-repeat;
	background-size: cover;
	background-position: center;
	padding: 36px;
	border-radius: 20px;
}
.communication-icon {
	width: 60%;
	margin: 30px auto;
	height: 110px;
}
.communication-item-ttl {
	font-size: 5rem;
	text-align: center;
	line-height: 5.8rem;
}
.communication-item p {
	color: #fff;
}
.communication-item-ttl span {
	display: block;
}
.original-mcu-ttl {
	font-size: 2.6vw;
	line-height: 5.4rem;
	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;
	text-align: center;
	margin-bottom: 30px;
}
.original-mcu-subttl {
	font-size: 1.8vw;
	margin-bottom: 20px;
	text-align: center;
	line-height: 2.2vw;
	letter-spacing: .2rem;
	font-weight: 400;
}
.original-mcu-txt {
	text-align: center;
	font-size: 1.1vw;
	line-height: 1.6vw;
	font-weight: 400;
}
.original-mcu-wrap {
	background: url(images/bg02.png) no-repeat;
	background-size: cover;
	background-position: center;
}
.communication .common-ttl:after {
	content: '';
	background: url(images/ttl-icon01.png) no-repeat;
	background-size: contain;
	width: 25px;
	height: 35px;
	display: inline-block;
	vertical-align: middle;
	margin-left: 4px;
}
.communication-item-txt {
	font-size: 1.4rem;
	line-height: 2.2rem;
}

/*SP Layout
===================================*/
@media all and (max-width: 768px) {
	.original-mcu-ttl {
		font-size: 1.8rem;
		margin-bottom: 0;
		line-height: 1.4rem;
	}
	.original-mcu-subttl {
		font-size: 1.8rem;
		margin-bottom: 10px;
		line-height: 2.6rem;
	}
	.communication-wrap {
		flex-wrap: wrap;
		justify-content: space-around;
		margin-bottom: 30px;
	}
	.communication-item {
		width: 100vw;
		margin: 0 calc(50% - 50vw);
		border-radius: 0;
	}
	.communication-icon {
		width: 60%;
		margin-top: 10px;
		padding-bottom: 20px;
		margin-bottom: 0;
	}
	.communication-item {
		padding: 14px 10px 20px;
		margin-bottom: 10px;
	}
	.communication-item-ttl {
		font-size: 2rem;
		margin-bottom: 0;
		position: relative;
	}
	.communication-item-ttl span {
		font-size: 1.2rem;
		line-height: 1.4rem;
	}
	.communication-item:nth-child(2) {
		border-radius: 0;
	}
	.communication-item-ttl:after {
		content: '+';
		background-size: contain;
		display: inline-block;
		position: absolute;
		top: 4px;
		right: 20px;
		font-size: 3rem;
	}
	.communication-item-ttl.is-active:after {
		content: 'ー';
		font-size: 2rem;
	}
	.original-mcu-wrap {
		padding-bottom: 30px;
		width: 100vw;
		margin: 0 calc(50% - 50vw);
		padding-top: 80px;
		margin-top: -90px;
	}
	.communication .common-ttl:after {
		width: 16px;
		height: 20px;
		vertical-align: middle;
	}
	.communication .common-ttl {
		height: 34px;
		padding-top: 20px;
	}
	.communication-item p {
		line-height: 3.6rem;
	}
	.communication-item-txt {
		line-height: 2rem!important;
		width: 90%;
		margin: 40px auto 0;
	}
	.original-mcu-txt {
		font-size: 1.4rem;
		line-height: 2.4rem;
		font-effect: 400px;
	}
}

.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: 340px;
	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: 16px;
	top: 22px;
	display: inline-block;
}
.more-link p {
	font-size: 1.6rem;
	letter-spacing: 0.04em;
	line-height: 2;
	text-align: center;
	font-weight: 500;
}

.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;
}
    .technology-link-content .more-link p{
        margin-left: 0;
    }

/*SP*/
@media print, screen and (max-width: 768px) {
	.more-link {
		padding: 10px 0;
		width: 90%;
		max-width: 100%;
		margin: 30px auto 0;
	}
	.more-link p {
		font-size: 1.6rem;
	}
}
@media screen and (min-width:768px) and ( max-width:1024px) {
    .more-link{
        width: 100%;
    }
    .technology-link-wrap{
        width: 90%;
    }
}
@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);
  }
}


/* subsidy
------------------------------------------------------ */
.subsidy-bg {
	width: 100vw;
	margin: 0 calc(50% - 50vw) 160px;
	background: url(images/contents-bg.png) no-repeat;
	background-size: cover;
	padding: 80px 0;
}
.subsidy {
	width: 90%;
	max-width: 1280px;
	margin: 0 auto;
}
.subsidy-ttl {
	text-align: center;
	margin-bottom: 40px;
}
.subsidy-ttl h2 {
	background: #333333;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	display: flex;
	justify-content: center;
	height: auto;
}
.subsidy h2::before {
	content: "";
	background: url(images/payments-icon.svg) center center / contain no-repeat;
	display: block;
	width: 48px;
	height: auto;
	margin-right: 16px;
	flex-shrink: 0;
}
.subsidy-ttl p {
	font-size: 2rem;
	text-align: center;
}
.subsidy-feature {
	background-color: #FFFFFF;
	padding: 24px;
	width: calc(100% - 48px);
	margin-bottom: 40px;
}
.subsidy-feature-content {
	padding: 16px 0;
}
.subsidy-feature-content:nth-child(-n+2) {
	border-bottom: 1px dashed #777777;
}
.subsidy-feature-content:nth-child(1) {
	padding-top: 0;
}
.subsidy-feature-content:nth-child(3) {
	padding-bottom: 0;
}
.subsidy-feature-ttl {
	font-size: 2rem;
	font-weight: 500;
	display: flex;
	align-items: center;
}
.subsidy-feature-ttl::before{
	content: "";
	background: url(images/check-icon.svg) center center / contain no-repeat;
	width: 32px;
	height: 32px;
	padding: 4px;
	display: block;
	margin-right: 8px;
	flex-shrink: 0;
}
.subsidy-feature-txt {
	margin-top: 8px;
	margin-left: 48px;
	font-size: 1.6rem;
}
.subsidy h3 {
	font-size: 2.8rem;
	font-weight: 600;
	line-height: 1.4;
	letter-spacing: 0.12em;
	margin-bottom: 20px;
	text-align: center;
}
.step-content {
	background-color: #FFFFFF;
	padding: 24px 16px;
	width: calc(100% - 32px);
	display: flex;
	align-items: center;
	margin-bottom: 40px;
	position: relative;
}
.step-content:nth-child(-n+4)::after {
	content: "";
	background: url(images/flow-icon.svg) center center / contain no-repeat;
	width: 48px;
	height: 48px;
	position: absolute;
	bottom: -30px;
	left: 48px;
}
.step-number {
	margin-right: 16px;
	padding: 8px;
	width: calc(120px - 16px);
	flex-shrink: 0;
}
.step-number-top {
	font-size: 1.4rem;
	line-height: 1.2;
	text-align: center;
	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;
}
.step-number-bottom {
	font-size: 3.2rem;
	line-height: 1.2;
	letter-spacing: 0.04em;
	text-align: center;
	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;
}
.step-ttl {
	font-size: 2rem;
	font-weight: 500;
	line-height: 1.4;
	margin-bottom: 16px;
}

/*SP Layout
===================================*/
@media all and (max-width: 768px) {
	.subsidy-bg {
		margin-bottom: 80px;
	}
	.subsidy-ttl {
		margin-bottom: 20px;
	}
	.subsidy-ttl h2 {
		text-align: left;
		letter-spacing: .04em;
	}
	.subsidy-ttl p {
		font-size: 1.4rem;
		text-align: left;
	}
	.subsidy-feature {
		padding: 20px;
		width: calc(100% - 40px);
	}
	.subsidy-feature-ttl {
		font-size: 1.6rem;
		font-weight: 500;
	}
	.subsidy-feature-txt {
		font-size: 1.4rem;
	}
	.subsidy h3 {
		font-size: 2rem;
		margin-bottom: 20px;
	}
	.step-content {
		padding: 20px 16px;
	}
	.step-number {
		width: calc(60px - 16px);
	}
	.step-ttl {
		font-size: 1.8rem;
	}
	.step-content:nth-child(-n+4)::after {
		left: 24px;
	}
}