@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');
html {
	overflow-x: hidden;
}
body {
	overflow-x: hidden;
	position: relative;
}
h2 {
	text-align: center;
	letter-spacing: .4rem;
	position: relative;
	overflow: hidden;
	margin: 0 auto;
}
p {
	font-size: 1.6rem;
	line-height: 2.6rem;
}
.section-lead {
	font-size: 1.6vw;
	margin-bottom: 50px;
	text-align: center;
	font-weight: 400;
	line-height: 3.6rem;
	letter-spacing: .4rem;
}
.section-lead span {
	font-size: 2rem;
}
.text-fadein span {
	display: inline-block;
	position: relative;
}
.text-fadein span:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: #ffffff;
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}
.text-fadein.active span:before {
	width: 0%;
}

/*SP Layout
===================================*/
@media all and (max-width: 768px) {
	h2:before {
		width: 40px;
		height: 40px;
		margin-bottom: 0;
	}
	h2 {
		margin-bottom: 50px;
		font-size: 1.8rem;
		line-height: 4rem;
		margin-bottom: 0;
	}
	h2 span {
		font-size: 1.8rem;
		line-height: 4rem;
	}
	.section-lead {
		font-size: 1.4rem;
		line-height: 2.4rem;
		margin: 20px auto;
		margin-top: 10px;
		letter-spacing: .2rem;
	}
	p {
		font-size: 1.4rem;
		line-height: 2rem;
	}
	.section-lead span {
		font-size: 1.1rem;
	}
}

/*PC Layout
===================================*/
@media all and (min-width: 769px) {
	main {
		margin-top: 120px;
	}
	.breadcrumb {
		margin-top: -30px;
	}
	.section-lead {
		font-size: min(1.6vw, 26px);
		line-height: 1.5;
		width: 90%;
		margin: 0 auto 50px;
	}
	.section-lead span {
		font-size: min(1vw, 16px);
		letter-spacing: .2rem;
		line-height: 1.6;
	}
	h2 {
		text-align: center;
		letter-spacing: .4rem;
		font-size: min(3vw, 36px);
		line-height: 1.5;
	}
	h2 span {
		letter-spacing: .4rem;
		font-size: min(3vw, 36px);
		line-height: 1.5;
		text-align: center;
	}
}


/* common
------------------------------------------------------ */
.common-ttl-wrap {
	display: flex;
	justify-content: space-between;
	width: 100vw;
	margin: 0 calc(50% - 50vw);
	margin-bottom: 60px;
	align-items: end;
}
.common-ttl-txt-bg {
	background: url(images/ttl-bg.png) no-repeat;
	background-size: cover;
	width: 45%;
	padding-left: 200px;
	background-position: center left;
	position: relative;
	height: 200px;
}
.common-ttl-img {
	width: 55%;
}
.common-ttl, .common-ttl 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;
	font-size: 4rem;
	line-height: 5.6rem;
	position: absolute;
	top: 0;
	left: 0;
	height: 56px;
	bottom: 0;
	margin: auto;
	width: 65%;
	right: 0;
	max-width: 600px;
}

/*SP Layout
===================================*/
@media all and (max-width: 768px) {
	.common-ttl, .common-ttl span {
		font-size: 1.4rem;
		line-height: 1rem;
		left: 15%;
		height: 20px;
		padding-top: 18px;
		width: 80%;
	}
	.common-ttl-txt-bg {
		width: 60%;
		height: 70px;
		padding: 0;
		background-size: contain;
		background-position: bottom;
	}
	.common-ttl-img {
		width: 48%;
	}
	.common-ttl-wrap {
		margin-bottom: 10px;
		margin-top: 100px;
	}
}

/*PC Layout
===================================*/
@media all and (min-width: 769px) {
	.common-ttl, .common-ttl span {
		line-height: 1.5;
		font-size: min(4vw, 36px);
	}
	.common-ttl-wrap {
		max-width: 1480px;
		margin: 0 auto 60px;
		overflow-x: hidden;
	}
}


/* main
------------------------------------------------------ */
.technology-main-bg {
	background-size: cover;
	width: 100vw;
	margin: 0 calc(50% - 50vw);
	position: relative;
	overflow: hidden;
	height: auto;
	padding: 80px 0;
}
.main-lead {
	position: relative;
}
h1 {
	color: #333;
	text-align: left;
	left: 100px;
	top: 23%;
	font-size: 2.6rem;
	line-height: 1.5;
	position: relative;
}
h1 span {
	background: -webkit-linear-gradient(-360deg, #9CC701 0%, #11540B 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 7.2rem;
	text-align: left;
	display: block;
	line-height: 1;
	letter-spacing: .6rem;

	padding: 16px 0;
}
h1 span::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;
}
.page-subttl {
	color: #333;
	text-align: left;
	left: 100px;
	font-size: 2.4rem;
	line-height: 1.6;
	margin-top: 16px;
	position: relative;
}
.main-img-wrap {
	display: flex;
	justify-content: space-between;
	margin-top: -240px;
	position: absolute;
	bottom: 0;
	max-width: 1480px;
	right: 0;
	left: 0;
	margin: auto;
}

/*SP Layout
===================================*/
@media all and (max-width: 768px) {
	.technology-main-bg {
		padding: 60px 0;
		width: 100%;
		margin: 0 auto;
	}
	.main-lead {
	}
	h1 {
		font-size: 2.2rem;
		left: 0;
	}
	h1 span {
		font-size: 4.4rem;
	}
	h1 span::after {
		width: 60vw;
	}
	.page-subttl {
		left: 0;
		line-height: 1.5;
		width: 100%;
		font-size: 2rem;
	}
	.main-img-wrap {
		flex-wrap: wrap;
		position: relative;
		margin-top: 0;
	}
	.main-img {
		width: 50%;
	}
}

/*PC Layout
===================================*/
@media print, screen and (min-width: 769px) {
	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;
	}
	.main-lead {
		max-width: 1480px;
	}
	h1, .page-subttl {
		position: relative;
	}
}

/*SP Layout
===================================*/
@media all and (max-width: 768px) {}

/*PC Layout
===================================*/
@media print, screen and (min-width: 769px) {}


/* about
------------------------------------------------------ */
.about-wrap {
	display: flex;
	justify-content: space-between;
	background: url(images/bg01.png) no-repeat;
	background-size: 60% auto;
	background-position: right top;
}
.about-bg {
	background: url(images/bg05.png) no-repeat;
	background-size: cover;
	width: 100vw;
	margin: 0 calc(50% - 50vw);
	padding-bottom: 160px;
	padding-top: 100px;
}
.about-bg-color {
	background: #fff;
	max-width: 1480px;
	margin: 0 auto;
}
.about {
	background: #fff;
	max-width: 1480px;
}
.about-ttl, .about-ttl 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;
}

/*SP Layout
===================================*/
@media all and (max-width: 768px) {
	.about-wrap {
		flex-direction: column;
	}
	.about-ttl {
		font-size: 1.8rem;
		width: 85%;
		margin: 10px auto 20px;
		font-weight: 400;
	}
	.about-ttl span {
		font-size: 1.8rem;
		margin: 10px auto 20px;
		font-weight: 400;
	}
	.about-txt, .about-img {
		width: 90%;
		margin: 0 auto;
	}
	.about-content-bg {
		width: 94vw;
		margin: 0 calc(50% - 50vw);
		margin-top: -200px;
		padding: 0;
	}
	.about-bg-img {
		padding-top: 80px;
	}
	.view-btn {
		margin: 20px auto;
		width: 70%;
	}
	.about h2:before {
		margin-top: 0;
	}
	.about-wrap {
		background: none;
		margin-top: 20px;
	}
	.about {
		background: url(images/bg01.png) no-repeat;
		background-size: 133%;
		background-position: top;
	}
	.about-bg {
		padding-top: 20px;
		padding-bottom: 80px;
	}
	.about h2, .about h2 span {
		padding-top: 20px;
		font-weight: 400;
	}
	.about-txt {
		width: 85%;
		margin-bottom: 20px;
		font-weight: 400;
		line-height: 2.4rem;
	}
}

/*PC Layout
===================================*/
@media print, screen and (min-width: 769px) {
	.about-content-wrap {
		width: 40%;
		margin-top: 40px;
	}
	.about-img {
		width: 56%;
	}
	.about-txt {
		font-size: 1.6rem;
		letter-spacing: .2rem;
		line-height: 1.8;
	}
	.about-ttl, .about-ttl span {
		padding: 10px 0;
		font-size: min(1.8vw, 28px);
		line-height: 1.2;
	}
	.about-wrap {
		width: 80%;
		margin: 0 auto 100px;
	}
	.about {
		padding: 0 60px 100px;
		background: url(images/bg01.png) no-repeat;
		background-size: 65% auto;
		background-position: top right;
	}
	.about h2, .about h2 span {
		margin-bottom: 100px;
		font-weight: 400;
	}
	.about-bg {
		margin-bottom: 140px;
		padding-bottom: 140px;
	}
	.about-bg-color {
		width: 90%;
	}
}


/* communication
------------------------------------------------------ */
.communication {
	width: 100%;
	max-width: 1980px;
}
.communication-wrap {
	display: flex;
	justify-content: space-between;
	max-width: 1480px;
	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: 0;
		line-height: 1.8rem;
	}
	.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;
	}
}

/*PC Layout
===================================*/
@media print, screen and (min-width: 769px) {
	.original-mcu-wrap {
		padding: 260px 140px 120px;
		margin-top: -300px;
		margin-bottom: 160px;
		height: 260px;
		max-width: 1080px;
		margin-left: auto;
		margin-right: auto;
	}
	.communication h3 {
		height: 120px;
	}
	.communication-item-txt {
		font-size: min(1vw, 16px);
		letter-spacing: .2rem;
		line-height: 1.6;
	}
}


/* audio
------------------------------------------------------ */
.audio-wrap {
	display: flex;
	justify-content: space-between;
	margin-bottom: 40px;
}
.audio-item {
	width: 32%;
	background: url(images/communication-bg01.png) no-repeat;
	background-size: cover;
	background-position: center;
	padding: 30px 0;
}
.audio-icon {
	width: 40%;
	margin: 10px auto;
	max-width: 80px;
	height: 60px;
}
.audio-item-ttl {
	font-size: 2.6rem;
	text-align: center;
	line-height: 5.4rem;
}
.audio-item-ttl span {
	display: block;
}
.audio-img {
	width: 100vw;
	margin: 0 calc(50% - 50vw) 30px;
}
.audio .common-ttl:after {
	content: '';
	background: url(images/ttl-icon02.png) no-repeat;
	background-size: contain;
	width: 40px;
	height: 30px;
	display: inline-block;
	vertical-align: middle;
	margin-left: 4px;
}

/*SP Layout
===================================*/
@media all and (max-width: 768px) {
	.audio-wrap {
		flex-direction: column;
		margin-bottom: 30px;
	}
	.audio-item {
		width: 100vw;
		margin: 0 calc(50% - 50vw) 10px;
		padding: 10px 0;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.audio-icon {
		width: 15%;
		margin: 4px 10px 4px 20px;
		max-width: 40px;
		height: 30px;
	}
	.audio-item-ttl {
		width: 15%;
		font-size: 1.5rem;
		line-height: 3rem;
		font-weight: 400;
	}
	.audio-item-txt {
		width: 68%;
		font-weight: 400;
	}
	.audio .common-ttl:after {
		width: 30px;
		height: 20px;
		margin-left: 4px;
	}
	.audio .common-ttl.eng {
		padding-top: 8px;
	}
	.audio-img {
		margin-bottom: 0;
	}
}

/*PC Layout
===================================*/
@media print, screen and (min-width: 769px) {
	.audio-item {
		border-radius: 20px;
	}
	.audio-item-ttl {
		margin-bottom: 0;
		font-size: min(1.6vw, 26px);
		line-height: 1.8;
	}
	.audio-item-txt {
		text-align: center;
		font-size: min(1vw, 16px);
		letter-spacing: .2rem;
		line-height: 1.4;
	}
	.audio {
		width: 90%;
		max-width: 1280px;
	}
}


/* k8s
------------------------------------------------------ */
.k8s .common-ttl:after {
	content: '';
	background: url(images/ttl-icon03.png) no-repeat;
	background-size: contain;
	width: 35px;
	height: 45px;
	display: inline-block;
	vertical-align: middle;
	margin-left: 4px;
	margin-bottom: 6px;
}
.k8s-img {
	max-width: 1280px;
	margin: 0 auto 80px;
}

/*SP Layout
===================================*/
@media all and (max-width: 768px) {
	.k8s-img {
		width: 100vw;
		margin: 0 calc(50% - 50vw);
	}
	.k8s .common-ttl.eng {
		padding-top: 0;
	}
}

/*PC Layout
===================================*/
@media print, screen and (min-width: 769px) {
	section.k8s {
		width: 100%;
	}
}


/* sdk
------------------------------------------------------ */
.sdk-wrap-bg {
	position: relative;
	margin-bottom: 60px;
}
.sdk-item-ttl {
	font-size: 1.6vw;
	margin-bottom: 10px;
	line-height: 4rem;
	font-weight: 400;
}
.sdk-item-txt {
	width: 80%;
	margin: 0 auto;
	font-weight: 400;
}
.sdk-icon {
	width: 20%;
	margin: 0 auto 20px;
}
.sdk-img01 {
	width: 22%;
	position: absolute;
	bottom: -80px;
	left: -100px;
}
.sdk-img02 {
	width: 22%;
	position: absolute;
	bottom: -36px;
	right: -120px;
}
.support-item {
	margin-bottom: 10px;
}
.support-ttl {
	background: #333;
	color: #fff;
	padding: 18px;
	width: 60%;
	max-width: 340px;
	clip-path: polygon(0% 0, 90% 0, 100% 100%, 0 100%);
	margin-right: 20px;
	padding-left: 50px;
	font-weight: 400;
	font-size: 2rem;
}
.sdk .common-ttl:after {
	content: '';
	background: url(images/ttl-icon04.png) no-repeat;
	background-size: contain;
	width: 36px;
	height: 36px;
	display: inline-block;
	vertical-align: middle;
	margin-left: 4px;
	margin-top: -6px;
}

/*SP Layout
===================================*/
@media all and (max-width: 768px) {
	.sdk-txt-wrap {
		display: flex;
		align-items: center;
	}
	.sdk-wrap {
		width: 100vw;
		margin: 0 calc(50% - 50vw);
	}
	.sdk-item-ttl {
		width: 75%;
		font-size: 1.4rem;
		margin-bottom: 0;
	}
	.sdk-item-ttl:after {
		content: '+';
		display: inline-block;
		font-size: 1.6vw;
		position: absolute;
		top: 40px;
		right: 20px;
		font-size: 2.6rem;
		font-weight: 100;
	}
	.sdk-item-ttl.is-active:after {
		content: 'ー';
		display: inline-block;
		font-size: 2.2rem;
		width: 20px;
		height: 20px;
		position: absolute;
		top: 40px;
		right: 22px;
	}
	.sdk-icon {
		width: 13%;
		margin: 0 10px 0;
	}
	.sdk-item-txt {
		width: 75%;
		margin-left: 18%;
	}
	.sdk-item {
		background: url(images/communication-bg01.png) no-repeat;
		background-size: cover;
		background-position: center;
		margin-bottom: 10px;
		padding: 20px 0;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		position: relative;
	}
	.menu {
		cursor: pointer;
		user-select: none;
		line-height: 2rem;
	}
	.contents {
		line-height: 0;
		height: 0;
		overflow: hidden;
		opacity: 0;
		transition-duration: 0.4s;
	}
	.contents.is-open {
		line-height: normal;
		height: auto;
		opacity: 1;
		font-weight: 400;
	}
	.sdk-wrap-bg {
		margin-bottom: 100px;
	}
	.sdk-img02 {
		width: 35%;
		position: absolute;
		bottom: -130px;
		right: 0;
	}
	.sdk-img01 {
		width: 30%;
		position: absolute;
		bottom: -140px;
		right: 90px;
		z-index: 3;
		left: auto;
	}
	.sdk .common-ttl:after {
		width: 26px;
		height: 20px;
	}
	.sdk .common-ttl {
		height: 34px;
		line-height: 1.8rem;
		padding-top: 0;
	}
	.k8s .common-ttl:after {
		height: 20px;
	}
	.support-ttl {
		padding: 4px;
		margin-right: 20px;
		padding-left: 20px;
		font-size: 1.2rem;
		width: 48%;
		margin-bottom: 10px;
	}
}

/*PC Layout
===================================*/
@media print, screen and (min-width: 769px) {
	.sdk-wrap-bg {
		background: url(images/communication-bg01.png) no-repeat;
		background-size: cover;
		padding: 80px;
		max-width: 880px;
		margin: 0 auto 100px;
		background-position: center;
		border-radius: 30px;
	}
	.sdk-wrap {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		max-width: 1080px;
		margin: 0 auto;
	}
	.sdk-item {
		width: 44%;
		padding: 30px 20px;
		position: relative;
	}
	.sdk-item:nth-child(1), .sdk-item:nth-child(2) {
		border-bottom: .5px solid #000;
	}
	.sdk-item:nth-child(1):after {
		content: '';
		background: #333;
		width: 0.5px;
		height: 95%;
		display: inline-block;
		position: absolute;
		right: -20px;
		top: 0;
		margin-left: 10px;
	}
	.sdk-item:nth-child(3):after {
		content: '';
		background: #333;
		width: 0.5px;
		height: 95%;
		display: inline-block;
		position: absolute;
		right: -20px;
		bottom: 0;
		margin-left: 10px;
	}
	.sdk-item-ttl {
		text-align: center;
		font-size: min(1.6vw, 26px);
		line-height: 1.2;
	}
	.support-item {
		display: flex;
		align-items: center;
		margin-bottom: 10px;
	}
	.support-wrap {
		width: 90%;
		margin: 0 auto;
	}
	.sdk h3 {
		height: 120px;
	}
	.support-txt {
		font-size: 2rem;
	}
	.sdk-item-txt {
		font-size: min(1vw, 16px);
		letter-spacing: .2rem;
		line-height: 1.6;
	}
}


/* function
------------------------------------------------------ */
.function-bg {
	padding: 80px 0;
	background: url(images/bg01.png) no-repeat;
	background-size: 60% auto;
	background-position: right top;
}
.function h2, .function h2 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;
	line-height: 5rem;
	font-weight: 400;
}
.function p {
	text-align: center;
	margin: 30px auto;
	font-size: 2rem;
	font-weight: 400;
}
.function-img {
	margin: 0 auto;
	max-width: 1280px;
}

/*SP Layout
===================================*/
@media all and (max-width: 768px) {
	.function-img {
		overflow-x: auto;
	}
	.function-img img {
		min-width: 800px;
	}
	.function-bg {
		background-size: 120%;
		background-position: top;
		margin-top: 50px;
	}
	.function p {
		margin: 0 auto;
		margin-bottom: 40px;
		font-size: 1.4rem;
	}
	.function h2, .function h2 span {
		margin-top: -90px;
		font-size: 2rem;
		line-height: 4rem;
	}
}

/*PC Layout
===================================*/
@media print, screen and (min-width: 769px) {
	.function-bg {
		padding-bottom: 140px;
	}
	.function p {
		font-size: min(1.6vw, 26px);
		line-height: 1.5;
	}
}


/* case
------------------------------------------------------ */
.case-bg {
	padding: 80px 0;
	background: url(images/communication-bg01.png) no-repeat;
	background-size: cover;
	width: 100vw;
	margin: 0 calc(50% - 50vw);
	background-position: center;
}
.case h2, .case h2 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;
	line-height: 5rem;
	font-weight: 400;
}
.case p {
	text-align: center;
	margin: 30px auto;
	font-size: 1.6vw;
	font-weight: 400;
	letter-spacing: .4rem;
	margin-bottom: 60px;
}
.case-flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.case-slider-item {
	margin: 20px;
	width: 42%;
}
.other-case-flex {
	display: flex;
	justify-content: center;
}
.other-case-content {
	width: 17%;
	background-color: #fff;
	padding: 20px;
	border-radius: 10px;
	margin: 0 10px;
}
.other-case-flex .other-case-content p {
	font-size: 1.6rem;
	text-align: left;
	margin: 8px auto;
	height: 48px;
	display: flex;
	align-items: center;
	letter-spacing: .2rem;
}
.other-case-content ul::before {
	content: "";
	display: block;
	width: 50%;
	height: 1px;
	background: -webkit-linear-gradient(-360deg, #9CC701 0%, #11540B 100%);
    -webkit-text-fill-color: transparent;
	position: relative;
	top: 0;
	margin-bottom: 8px;
}
.other-case-content ul li::before {
	content: "・";
	margin-right: 4px;
}
.slick-dots li button:before {
	color: #fff!important;
	opacity: 1!important;
}
.slick-dots li.slick-active button:before {
	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;
}
.slick-dots {
	bottom: -40px!important;
}

@media all and (max-width: 990px) {
	.other-case-flex {
		flex-wrap: wrap;
	}
	.other-case-content {
		width: 240px;
		margin: 10px;
	}
}

/*SP Layout
===================================*/
@media all and (max-width: 768px) {
	.case p {
		margin: 0 auto 20px;
		font-size: 1.4rem;
		letter-spacing: .2rem;
	}
	.case-bg {
		padding-top: 30px;
	}
	.case-slider-item {
		margin: 0 auto 20px;
		width: 90%;
	}
	.case h2, .case h2 span {
		font-size: 2rem;
		line-height: 4rem;
	}
	.case-flex {
		display: block;
	}
	.other-case p {
		font-size: 1.6rem;
	}
	.other-case {
		margin-top: 40px;
	}
	.other-case-flex {
		display: block;
	}
	.other-case-content {
		width: 80%;
		padding: 10px 20px;
		margin: 0 auto 10px;
	}
	.other-case-flex .other-case-content p {
		height: auto;
	}
	.other-case-content ul li {
		font-size: 1.4rem;
	}
	.slick-dots li button:before {
		font-size: 16px!important;
	}
}

/*PC Layout
===================================*/
@media print, screen and (min-width: 769px) {
}


/* sales
------------------------------------------------------ */
.sales-bg {
	padding: 80px 0;
	width: 100vw;
	margin: 0 calc(50% - 50vw);
	background-position: center;
}
.sales h2, .sales h2 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;
	line-height: 5rem;
	font-weight: 400;
}
.sales p {
	text-align: center;
	margin: 30px auto;
	font-size: 1.6vw;
	font-weight: 400;
	letter-spacing: .4rem;
	margin-bottom: 60px;
}
.sales-item {
	background: #F7F7F7;
	padding: 30px 0 24px;
	margin-bottom: 20px;
}
.sales-wrap {
	width: 90%;
	max-width: 1280px;
	margin: 30px auto;
}
.sales-item p {
	margin: 0 auto;
	text-align: left;
	padding-left: 30px;
}
.sales-item p:before {
	content: '';
	background: url(images/sales-method-icon.png) no-repeat;
	background-size: contain;
	width: 50px;
	height: 50px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}
.sales-item p {
	letter-spacing: .4rem;
}

/*SP Layout
===================================*/
@media all and (max-width: 768px) {
	.sales-wrap {
		width: 100%;
	}
	.sales-item p span {
		display: block;
		font-size: 1.2rem;
	}
	.sales-item p {
		position: relative;
		padding-left: 60px;
	}
	.sales-item p:before {
		position: absolute;
		top: 15%;
		left: 10px;
		width: 40px;
		height: 40px;
	}
	.sales p {
		font-size: 1.4rem;
		margin: 0;
		letter-spacing: .2rem;
	}
	.sales-item {
		padding: 20px 0 20px;
		margin-bottom: 10px;
	}
	.sales h2, .sales h2 span {
		font-size: 2rem;
		line-height: 4rem;
	}
	.sales-bg {
		padding-bottom: 0;
	}
}

/*PC Layout
===================================*/
@media print, screen and (min-width: 769px) {
	.sales-item {
		border-radius: 60px;
	}
	.sales-item p span {
		font-size: 1.6vw;
		margin-right: 20px;
	}
	.case p {
		font-size: min(1.6vw, 26px);
		line-height: 1.5;
	}
	.sales p {
		font-size: min(1.6vw, 26px);
		line-height: 1.5;
	}
}


/* スクロールバー 
------------------------------------------------------ */
.function-img::-webkit-scrollbar {
 display: none;
}

@media screen and (min-width:768px) and ( max-width:1024px) {
	.technology-main-bg {
		height: 45vh;
	}
	.common-ttl, .common-ttl span {
		font-size: 2rem;
	}
	.common-ttl-txt-bg {
		height: 120px;
	}
	.communication h3 {
		height: 60px;
	}
	.about-bg {
		margin-bottom: 60px;
	}
	.common-ttl-wrap {
		margin-bottom: 40px;
	}
	.communication-item {
		padding: 20px;
	}
	.communication-icon {
		width: 80%;
		margin-bottom: 10px;
	}
	.communication-item-ttl {
		font-size: 4rem;
	}
	.communication-item-txt {
		font: 1.2rem;
	}
	.communication-item-ttl span {
		line-height: 1.4;
		margin: 10px auto;
	}
	.original-mcu-wrap {
		padding-bottom: 0;
		margin-bottom: 60px;
	}
	.audio .common-ttl {
		height: 30px;
	}
	.sdk h3 {
		height: 60px;
	}
	.sdk-wrap-bg {
		padding: 40px;
	}
	.sdk-item {
		width: 40%;
	}
	.sdk-img01 {
		left: -60px;
	}
	.sdk-img02 {
		right: -70px;
	}
	.support-ttl {
		padding: 10px 0 10px 10px;
		font-size: 1.4rem;
	}
	.support-txt {
		font-size: 1.4rem;
	}
	.function-bg {
		padding-bottom: 60px;
	}
	.case p, .sales p {
		margin: 10px auto 20px;
	}
	.sales-item {
		padding: 10px 0 10px;
	}
	.sales-item p:before {
		width: 34px;
		height: 34px;
	}
	.sdk .common-ttl:after {
		width: 26px;
		height: 26px;
	}
	.section-lead {
		margin-bottom: 20px;
	}
}

@media screen and (min-width:1025px) and ( max-width:1380px) {
	.sdk h3 {
		width: 84%;
	}
}
@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);
  }
}