body {
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

img{
	max-width: 100%;
	height: auto;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

hr {
	margin-top: 20px;
	border-top: 1px solid #dcdddd;
}

ul{	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px; }


.clear { clear:both; }


a, a:link, a:active, a:visited {
	color: #ed6c00;
	outline: none;
	border: none;
	text-decoration: underline;
}

a:hover{
  filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}

p {
	color: #3E3A39;
	letter-spacing: 1px;
	font-size: 18px;
	line-height: 34px;
}

a.btn:hover{
	color: #fff;
}

a.btn{
	display: block;
	width: 350px;
	letter-spacing: 2px;
	text-align: center;
	color: #fff;
	font-size: 17px;
	font-weight: bold;
	margin-top: 40px;
	margin-bottom: 40px;
	margin-right: auto;
	margin-left: auto;
	padding: 15px 5px 15px 5px;
	background: url('../img/common/arrow-right-white.svg') no-repeat;
	background-size: 8px 8px;	
	background-position: 20px 23px;
	background-color:#00a384;
	text-decoration: none;
	border-radius: 20px;
	clear: both;
}





@media screen and (max-width: 991px) {
	a.btn{
		width: 100%;
		margin-top: 20px;
		margin-bottom: 30px;
	}
}


/*	header
________________________________________*/


header{
	position: fixed;
	padding: 15px 20px 5px 20px;
	z-index: 4;
	width: 100%;
	margin-bottom: 80px;
}
header .left{
	float: left;
	width: 40%;
}
header .left img{
	width: 220px;
	margin-left: 0;
	/* margin-top: 3px; */

}
header .right{
	float: right;
	width: 60%;
	display: flex;
	justify-content: flex-end;
}


header .right02{
	position: absolute;
	right: 0;

}


.change-color{
	position:fixed;
	width: 100%;
	height: 100px;
	background-color:rgba(255,255,255,0.9);
	z-index: 3;
}


/*	menu
_________________*/

.menu {
	margin: 15px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	position: relative;
	height: 0px;
	float: right;
	position: absolute;
    top: 0;
    right: 15px;
}

.menu a{
	text-decoration: none;
}

.menu > li{
	float: left;
	margin: 25px 0px 0px 45px;
}

.menu > li a{
	font-size: 16px;
	letter-spacing: 1px;
	padding: 10px 0px 10px 15px;
	background: url('../img/common/arrow-right-black.svg') no-repeat;
	background-size: 8px 8px;	
	background-position: 0px;	
	color: #333;
	font-weight: bold;
}
.menu > li a.under{
	background: url('../img/common/arrow-under-black.svg') no-repeat;
	background-size: 8px 8px;	
	background-position: 0px;	
}

.menu > li:last-child a{
	padding: 30px 0px 10px 0px;
	margin-top: -60px;
	text-align: center;
	display: block;
	width: 230px;
	height: 100px;
	background: #c7000b;
	border-radius: 10px;
	color: #fff;
	font-size: 17px;
	letter-spacing: 1px;
}
.menu > li:last-child a:before {
	text-align: center;
	content: "Contact";
	display: block;
	font-size: 12px;
	font-weight: normal;
	line-height: 12px;
	padding-top: 10px;
	padding-bottom: 5px;
	color:#f29a76;
}


ul.menu-second-level {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
}


.menu > li:hover {
	color: #d4987e;
	text-decoration: none;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.menu-second-level li{
	width: 100%;
	display: block;
	margin-bottom: 20px;
	padding: 20px 0px 0px 0px;
	float: none;
	clear: both;
	border-top:1px solid #EFEFEF;
	background: none;
}
.menu-second-level li:last-child{
	border-bottom:1px solid #EFEFEF;
	padding: 20px 0px 20px 0px;
}

.menu-second-level li a{
	background: none;
	margin: 0px 0px 0px 0px;
	padding: 20px 0px 20px 0px;
	font-size: 14px;
	line-height: 18px;
	letter-spacing: 0px;

}


/* floatクリア */
/* .menu:before,
.menu:after {
    content: " ";
    display: table;
}

.menu:after {
    clear: both;
}

.menu {
    *zoom: 1;
} */



.menu > li.menu-single {
    position: relative;
}

li.menu-single ul.menu-second-level {
	padding: 10px 20px 0px 20px;
	position: absolute;
	top: 50px;
	width: 300px;
	background-image: none;
	background-color: #FFFCF6;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
	border-radius: 5px;
}

li.menu-single:hover ul.menu-second-level {
    top: 40px;
    visibility: visible;
    opacity: 1;
}



/*	drawer
_________________*/

.drawer-menu img{
	width: 80%;
}

.drawer-menu li a{
	color: #333;
	text-decoration: none;
}

.drawer-menu li.title{
	letter-spacing: 1px;
	font-size: 15px;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	border-bottom: none;
	border-top: none;
	padding: 15px 20px 10px 20px;
	background: none;
}

.drawer-menu li.title01{
	letter-spacing: 1px;
	font-size: 15px;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	border-bottom: none;
	border-top: none;
	padding: 15px 20px 15px 20px;
	background: #00a384;
	text-align: center;
	color: #fff;
}

.drawer-menu li{
	border-bottom: 1px solid #dcdddd;
	letter-spacing: 0px;
	font-size: 16px;
	font-weight: bold;
	margin: 20px 20px 20px 20px;
	padding: 0px 0px 20px 16px;
	background: url('../img/common/arrow-right-black.svg') no-repeat;
	background-size: 6px 6px;
	background-position: 0px 9px;
}
ul.drawer-menu{
	padding: 10px 0px 10px 0px;
}


@media screen and (max-width: 1250px) {
	.menu > li:last-child a{
		width: 150px;
	}
	.menu > li{
		margin: 25px 0px 0px 30px;
	}
}


@media screen and (max-width: 1060px) {
	.menu > li:last-child a{
		font-size: 16px;
		letter-spacing: 1px;
	}
}





@media screen and (max-width:991px) {
	header{
		position: relative;
	}
	header .left{
		width: 100%;
		/* float: none; */
	}
	header .right {
		display: none;	
	}
}
@media screen and (min-width:992px) {
	.d-menu{
		display: none;
	}
}

@media screen and (max-width:500px) {
	header .left img{
		margin-top: 0px;
	
	}
}



/*	main
________________________________________*/

.home main{
	padding-top: 300px;
	margin-top: -10px;
	height: 1000px;
	background: url('../img/main/home.jpg') no-repeat;
	background-size: 2600px 1000px;	
	background-position: center top;	
	text-align: center;
}

.home main img{
	width: 740px;
	margin-left: 11%;
}

.home main h1{
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}





@media screen and (min-width:1800px) {

.home main img{
	margin-left: 19%;
}

}
@media screen and (max-width:1201px) {
	.home main img{
		width: 60%;
		margin-left: auto;
		margin-right: auto;
	}
}

@media screen and (max-width:991px) {
	.home main{
		padding-top: 240px;
		margin-top: -100px;
		height: 700px;
		background: url('../img/main/home.jpg') no-repeat;
		background-size: 1900px 700px;	
		background-position: center top;
	}
	.home main img{
		margin-left: 10%;
	}
}

@media screen and (max-width:700px) {
	.home main{
		padding-top: 160px;
		height: 500px;
		background: url('../img/main/home-700.jpg') no-repeat;
		background-size: 900px 500px;	
		background-position: center top;
	}

	.home main img{
		width: 65%;
		margin-left: auto;
		background:rgba(255,255,255,0.7);
		padding: 30px 40px 30px 40px;
		border-radius: 10px;
	}
}
@media screen and (max-width:600px) {
	.home main{
		padding-top: 140px;
	}
	.home main img{
		width: 85%;
	}
}
@media screen and (max-width:500px) {
	.home main{
		margin-top: -120px;
		padding-top: 170px;

	}

}

/*	home
________________________________________*/

.home{
	background-color: #f7f8f8;
}

.home .sc01{
	text-align: center;
	margin-top: -70px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 150px;
	width: 1300px;
	background-color: #f7f8f8;
	border-radius: 20px;

}


.home span.title-arrow{
	text-align: center;
	display: block;
	margin-left: auto;
	margin-right: auto;
	font-size: 24px;
	letter-spacing: 1px;
	background: url('../img/common/linearrow-under-black.svg') no-repeat;
	background-size: 18px 90px;	
	background-position: center top;	
	padding-top: 80px;
	margin-top: 30px;
	font-weight: bold;
}

.home span.title-arrow::before{
	text-align: center;
	display: block;
	font-weight: normal;
	line-height: 14px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 14px;
	letter-spacing: 1px;
	color:#999;
}

.home .sc01 span.title-arrow::before{
	content: "Business";
}

.home .sc01 h2{
	margin-top: 50px;
	margin-bottom: 50px;
	font-size: 21px;
	letter-spacing: 1px;
	line-height: 32px;
	font-weight: bold;
}


.home .sc01 .respons-6 a{
	color: #333;
	text-decoration: none;
}

.home .sc01 .respons-6 .inner{
	background-color: #fff;
	border-radius: 20px;
	margin-bottom: 80px;
}
.home .sc01 .respons-6 .inner img{
	border-radius: 20px 20px 0px 0px;
}
.home .sc01 .respons-6 .inner img.btn{
	width: 70px;
	margin-bottom: -30px;
}

.home .sc01 .respons-6 .inner h3{
	font-size: 17px;
	font-weight: bold;
	letter-spacing: 1px;
	margin-top: 30px;
}

.home .sc01 .respons-6 .inner h3::before{
	text-align: center;
	display: block;
	font-size: 13px;
	font-weight: normal;
	line-height: 13px;
	padding-top: 5px;
	padding-bottom: 10px;
	color:#999;
}

.home .sc01 .respons-6 .inner h3.n01::before{
	content: "Car sharing system";
}
.home .sc01 .respons-6 .inner h3.n02::before{
	content: "IoT system development";
}
.home .sc01 .respons-6 .inner h3.n03::before{
	content: "IoT product development";
}
.home .sc01 .respons-6 .inner h3.n04::before{
	content: "Motor control development";
}
.home .sc01 .respons-6 .inner h3.n05::before{
	content: "Manufacturing Equipment";
}

.home .sc02{
	background: url('../img/home/linecross.jpg') no-repeat;
	background-size: 2500px 700px;	
	background-position: center top;	
	background-color: #fff;
	padding-bottom: 140px;
}

.home .sc02 .respons-full{
	width: 50%;
	float: right;
	padding-top: 70px;

}

.home .sc02 .respons-full span.title-img{
	font-size: 15px;
	letter-spacing: 1px;
	font-weight: bold;

}
.home .sc02 .respons-full span.title-img::before{
	content: "About us";
	display: block;
	font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
	font-size: 38px;
	font-weight: bold;
	color: #3E3A39;
	letter-spacing: 0.04em;
	line-height: 1.2;
	padding-top: 5px;
	padding-bottom: 5px;
}

.home .sc02 .respons-full h2{
	margin-top: 40px;
	margin-bottom: 20px;
	padding-bottom: 20px;
	font-size: 25px;
	letter-spacing: 1px;
	line-height: 32px;
	font-weight: bold;
	border-bottom:  1px #dcdddd solid;
}

.home .sc02 .respons-full p{
	letter-spacing: 2px;
}

.home .sc02 img{
	position: absolute;
	border-radius: 20px;
	width: 700px;
	margin-top: -70px;
	margin-left: -150px;
}

.home .sc03{
	padding-top: 40px;
	height: 380px;
	background: url('../img/home/sc03bg.jpg') no-repeat;
	background-size: 2500px 600px;	
	background-position: center top;	
}

.home .sc03 a{
	color: #333;
	text-decoration: none;
}



.home .sc03 .inner .left{
	margin-top: 34px;
	padding: 20px 30px 20px 30px;
	float: left;
	width: 50%;
	background-color: #fff;
	border-radius: 20px 0px 0px 20px;
}

.home .sc03 .inner .left span:not(.ico-cardbtn){
	display: block;
	text-align: center;
	font-size: 22px;
	margin-left: auto;
	margin-right: auto;
	font-weight: bold;
}
.home .sc03 .inner .left span:not(.ico-cardbtn)::before{
	content: "Contact";
	text-align: center;
	display: block;
	font-weight: normal;
	padding-top: 5px;
	padding-bottom: 5px;
	color:#999;
	line-height: 14px;
	font-size: 14px;
	letter-spacing: 1px;
}

.home .sc03 .inner .left .inner02{
	margin-top: 20px;
	background-color: #f7f8f8;
	border-radius: 20px;
	padding: 20px 30px 30px 30px;
}
.home .sc03 .inner .left .inner02 p{
	font-size: 15px;
	line-height: 24px;
}
.home .sc03 .inner .left img{
	width: 70px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: -30px;
}

.home .sc03 .inner .right{
	float: right;
	width: 50%;
}

.home .sc03 .inner .right img{
	border-radius: 20px 20px 20px 0px;
}

.home .sc04{
	background-color: #fff;
}

.home .sc04 .row.margin-top{
	margin-top: 40px;
}

.home .sc04 span.title-arrow::before{
	content: "News";
	line-height: 14px;
	font-size: 14px;
	letter-spacing: 1px;
}


.home .sc04 .wrapper{
	margin-bottom: 40px;
}
.home .sc04 .wrapper img{
	margin-bottom: 10px;
	border-radius: 20px;
	border: #e6e6e6 solid 1px;
}
.home .sc04 a{
	text-decoration: none;
}

span.time{
	font-size: 12px;
	color: #333;
	margin-right: 10px;
	letter-spacing: 1px;
}
span.ctgry{
	font-size: 12px;
	color: #fff;
	background-color: #333;
	padding: 3px 10px 3px 10px;
	border-radius: 5px;

}
.home .sc04 .wrapper h3{
	color: #333;
	font-size: 17px;
	line-height: 26px;
	font-weight: normal;
	margin-top: 10px;
}

@media screen and (max-width:1301px) {
	.home .sc01{
		width: 95%;
	}

}
@media screen and (max-width:1201px) {
	.home .sc01 h2 br{
		display: none;
	}
	.home .sc01 h2{
		text-align: left;
	}
	.home .sc02 img{
		width: 700px;
		margin-top: -70px;
		margin-left: -250px;
	}
	.home .sc03{
		height: 340px;
		background: url('../img/home/sc03bg.jpg') no-repeat;
		background-size: 2500px 600px;		
	}
	.home .sc03 .inner .left{
		margin-top: 14px;
		padding: 10px 20px 10px 20px;
		width: 50%;
	}
	.home .sc03 .inner .left .inner02{
		margin-top: 20px;
		padding: 15px 20px 20px 20px;
	}
	.home .sc03 .inner .right{
		width: 50%;
	}

}

@media screen and (max-width:991px) {
	.home .sc01 h2{
		font-size: 18px;
	}

	.home .sc02{
		padding-bottom: 50px;
	}
	.home .sc02 img{
		position: relative;
		width: 95%;
		margin-top: -70px;
		margin-left: auto;
		margin-right: auto;
	}
	.home .sc02 .respons-full{
		width: 100%;
		float: none;
		padding-top: 30px;
	}
	.home .sc03 .inner .left{
		width: 100%;
		border-radius: 20px 20px 20px 20px;
	}

	.home .sc03 .inner .right{
		display: none;
	}
	.home .sc04 .wrapper img{
		width: 350px;
	}


}


@media screen and (max-width:500px) {
	.home .sc03{
		padding-top: 20px;
	}
	.home .sc04 .wrapper img{
		width: 100%;
	}
	.home .sc04 .wrapper{
		margin-bottom: 20px;
	}
}



/*	footer
________________________________________*/

footer{
	margin-top: 100px;
	background-color: #231815;
	padding-bottom: 30px;
}

footer .f-navi img{
	margin-top: -30px;
	width: 60px;
}
footer .f-navi a.left{
	float: left;
}
footer .f-navi a.right{
	float: right;
}

footer .f-menu{
	margin-top: 50px;
}
footer .f-menu a{
	color: #fff;
	text-decoration: none;
}
footer .f-menu span{
	display: block;
	background-color: #fff;
	border-radius: 15px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	padding:  10px 10px 10px 10px;
	font-size: 15px;
	font-weight: bold;
}

footer .f-menu ul{
	margin-top: 15px;
}

footer .f-menu li{
	margin-bottom: 13px;
	letter-spacing: 1px;
	background: url('../img/common/arrow-right-white.svg') no-repeat;
	background-size: 8px 8px;	
	background-position: 0px;	
	padding-left: 17px;
}

footer .f-copy{
	margin-top: 20px;
	text-align: center;
}
footer .f-copy img{
	width: 210px;
}
footer .f-copy span.name{
	display: block;
	color: #fff;
	font-size: 14px;
}
footer .f-copy span.copy{
	margin-top: 20px;
	display: block;
	width: 240px;
	background-color: #fff;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	font-size: 10px;
	padding: 5px 10px 5px 10px;
	border-radius: 10px;

}

@media screen and (max-width:991px) {
	footer{
		margin-top: 70px;
	}
	footer .f-menu{
		margin-top: 10px;
	}
	footer .f-menu .respons-4{
		margin-top: 40px;
	}
	footer .f-menu span{
		padding:  7px 10px 7px 10px;
	}

}

/*	page
________________________________________*/

.page main{
	padding-top: 140px;
	margin-top: -10px;
	height: 370px;
	background: url('../img/main/01.jpg') no-repeat;
	background-size: 2300px 370px;	
	background-position: center top;
	text-align: center;
}
.page main h1,
.page main span{
	display: block;
	width: 500px;
	background:rgba(255,255,255,0.7);
	padding: 20px 20px 20px 20px;
	border-radius: 10px;
	margin-left: auto;
	margin-right: auto;
	font-size: 26px;
	line-height: 28px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
}
.page main h1::after,
.page main span::after{
	text-align: center;
	display: block;
	font-size: 14px;
	line-height: 14px;
	font-weight: normal;
	padding-top: 5px;
	letter-spacing: 1px;
	color:#666;
}

.page.iot-system main{
	background: url('../img/main/03.jpg') no-repeat;
	background-size: 2300px 370px;	
	background-position: center top;
}
.page.iot-system main{
	background: url('../img/main/02.jpg') no-repeat;
	background-size: 2300px 370px;	
	background-position: center top;
}
.page.iot-product main{
	background: url('../img/main/03.jpg') no-repeat;
	background-size: 2300px 370px;	
	background-position: center top;
}
.page.motor-control main{
	background: url('../img/main/04.jpg') no-repeat;
	background-size: 2300px 370px;	
	background-position: center top;
}
.page.manufacturing-equipment main{
	background: url('../img/main/04.jpg') no-repeat;
	background-size: 2300px 370px;	
	background-position: center top;
}
.page.company main{
	background: url('../img/main/06.jpg') no-repeat;
	background-size: 2300px 370px;	
	background-position: center top;
}
.page.news main{
	background: url('../img/main/07.jpg') no-repeat;
	background-size: 2300px 370px;	
	background-position: center top;
}
.page.vulnerability main,
.page.conformity main,
.page.security-policy main{
	background: url('../img/main/08.jpg') no-repeat;
	background-size: 2300px 370px;	
	background-position: center top;
}
.page.contact main{
	background: url('../img/main/05.jpg') no-repeat;
	background-size: 2300px 370px;	
	background-position: center top;
}

.page.carsharing main h1::after{
	content: "Car sharing system";
}
.page.iot-system main h1::after{
	content: "IoT system development";
}

.page.iot-product main h1::after{
	content: "IoT product development";
}
.page.motor-control main h1::after{
	content: "Motor control development";
}
.page.manufacturing-equipment main h1::after{
	content: "manufacturing-equipment";

	
}
.page.contact main h1::after{
	content: "Contact";
}
.page.company main h1::after{
	content: "Company";
}
.page.news main h1::after,
.page.news main span::after{
	content: "News";
}
.page.vulnerability main h1::after{
	content: "Vulnerability information";
}
.page.security-policy main h1::after{
	content: "Information security policy";
}



@media screen and (max-width:991px) {
	.page main{
		margin-top: -100px;
	}
}
@media screen and (max-width:600px) {
	.page main h1{
		width: 90%;
		font-size: 22px;
	}
}
@media screen and (max-width:500px) {
	.page main h1{
		font-size: 22px;
	}
	.page main{
		margin-top: -110px;
		padding-top: 165px;
	}

}


.page .sc00 {
	margin-top: 50px;
	margin-bottom: 60px;
}
.page .sc00 h2{
	font-size:22px;
	line-height: 32px;
	font-weight:bold;
	text-align: center;
}

.page h3.title{
	font-size: 36px;
	line-height: 42px;
	background: url('../img/page/line-w-green.jpg') no-repeat;
	background-size: 20px 1px;	
	background-position: left top;
	margin-top: 0px;
	padding-top: 10px;
	padding-bottom: 30px;
	margin-bottom: 30px;
	font-weight: bold;
	border-bottom: #dcdddd 1px solid;
}
.page h3.title::before{
	display: block;
	padding-bottom: 10px;
}
.page h3.title small{
	display: block;
	font-size: 18px;
	line-height: 26px;
}

.page.carsharing h3.title::before{
	width: 200px;
	content:"Car Sharing Business";display:block;width:auto;white-space:nowrap;font-family:Arial,"Helvetica Neue","Hiragino Kaku Gothic ProN","Yu Gothic","游ゴシック",sans-serif;font-weight:bold;font-size:15px;letter-spacing:.06em;line-height:1.5;color:#00a384;
}

.page .sc01{
	background-color: #fbfbfb;
	padding-top: 80px;
	padding-bottom: 50px;
}

.page .left{
	width: 55%;
	float: left;
}
.page .right{
	width: 43%;
	float: right;
	margin-top: 30px;
}
.page img.br{
	border-radius: 20px;

}

.page .bloon{
	margin-top: 20px;
}
.page .bloon span {
	margin-right: 10px;
	position: relative;
	display: inline-block;
	padding: 5px 10px;
	min-width: 120px;
	max-width: 100%;
	color: #fff;
	font-size: 14px;
	background: #00a384;
	text-align: center;
	border-radius: 10px;
	font-weight: bold;
  }
  
  .page .bloon span:before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -5px;
	border: 5px solid transparent;
	border-top: 5px solid #00a384;
  }

  .page .inner{
	margin-top: 10px;
	background-color: #fff;
	border-radius: 20px;
	padding: 20px 30px 20px 30px;
  }
  .page .inner p{
	font-size: 15px;
	line-height: 23px;
	margin-bottom: 0px;
  }
  .page .sc02{
	margin-top: 100px;
  }

  .page .sc02 h3.title,
  .page .sc04 h3.title{
		font-size: 30px;
		line-height: 44px;
		text-align: center;
		background: url('../img/page/line-w-green.jpg') no-repeat;
		background-size: 20px 1px;	
		background-position: center top;
		border: none;
  }
.page .sc02 h3.title::before,
.page .sc04 h3.title::before{
	margin-left: auto;
	margin-right: auto;
}
.page.carsharing .sc02 h3.title::before{
	width: 200px;
	content:"Car Sharing System";display:block;width:auto;white-space:nowrap;font-family:Arial,"Helvetica Neue","Hiragino Kaku Gothic ProN","Yu Gothic","游ゴシック",sans-serif;font-weight:bold;font-size:15px;letter-spacing:.06em;line-height:1.5;color:#00a384;
}

.page.carsharing .sc02 .wrapper{
	margin-bottom: 50px;
	background-color:#fbfbfb ;
	border-radius: 20px;
	padding-bottom: 20px;
	padding-right: 40px;
}
.page.carsharing .sc02 .wrapper .left{
	width: 20%;
	float: left;
}
.page.carsharing .sc02 .wrapper .left img{
	width: 180px;
	margin-top: 20px;
}
.page.carsharing .sc02 .wrapper .right{
	width: 80%;
	float: right;
	margin-top: 0px;
}
.page.carsharing .sc02 .wrapper .bloon{
	margin-top: -10px;
}
.page.carsharing .sc02 .wrapper h4{
	margin-top: 20px;
	font-size: 20px;
	line-height: 28px;
	font-weight: bold;
	border-bottom: #dcdddd 1px solid;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.page.carsharing .sc02 .wrapper p{
	line-height: 24px;
}

.page .sc03{
	margin-top: 50px;
	background-color: #fbfbfb;
	padding-top: 80px;
	padding-bottom: 50px;
}
.page .sc03 h3.title{
	font-size: 30px;
	line-height: 44px;
	background: url('../img/page/line-w-green.jpg') no-repeat;
	background-size: 20px 1px;	
	background-position: left top;
}

.page.carsharing .sc03  h3.title::before{
	width: 140px;
	content:"Total Support";display:block;width:auto;white-space:nowrap;font-family:Arial,"Helvetica Neue","Hiragino Kaku Gothic ProN","Yu Gothic","游ゴシック",sans-serif;font-weight:bold;font-size:15px;letter-spacing:.06em;line-height:1.5;color:#00a384;
}

.page .sc04{
	margin-top: 80px;
	padding-bottom: 30px;
}

.page.carsharing .sc04 h3.title::before{
	width: 80px;
	content:"Systems";display:block;width:auto;white-space:nowrap;font-family:Arial,"Helvetica Neue","Hiragino Kaku Gothic ProN","Yu Gothic","游ゴシック",sans-serif;font-weight:bold;font-size:15px;letter-spacing:.06em;line-height:1.5;color:#00a384;
}



@media screen and (max-width:991px) {
	.page .sc00 {
		width: 90%;
		margin-top: 20px;
		margin-bottom: 30px;
		margin-left: auto;
		margin-right: auto;
	}
	.page .sc00 h2{
		font-size:20px;
		line-height: 28px;
		text-align: left;
	}
	.page .sc00 h2 br{
		display: none;
	}
	.page .left{
		width: 100%;
		float: none;
	}
	.page .sc01 .right,
	.page .sc03 .right{
		display: none;
	}
	.page h3.title{
		font-size: 28px;
		line-height: 32px;
	}
	.page h3.title br{
		display: none;
	}
	.page .sc01{
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.page .sc02{
		margin-top: 50px;
	  }
	
	  .page .sc02 h3.title,
	  .page .sc04 h3.title{
			font-size: 30px;
			line-height: 44px;
			text-align: left;
			background: url('../img/page/line-w-green.jpg') no-repeat;
			background-size: 20px 1px;	
			background-position: left top;
	  }
	  .page .sc02 h3.title::before,
	  .page .sc04 h3.title::before{
		  margin-left: 0;
	  }
	.page.carsharing .sc02 .wrapper .left{
		width: 20%;
	}
	.page.carsharing .sc02 .wrapper .left img{
		margin-top: 10px;
	}
	.page.carsharing .sc02 .wrapper .right{
		width: 76%;
		float: right;
		margin-top: 0px;
	} 
	.page .sc03{
		margin-top: 0px;
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.page .sc04{
		margin-top: 50px;
		padding-bottom: 30px;
	}
}

@media screen and (max-width:600px) {
	.page.carsharing .sc02 .wrapper .left{
		display: none;
	}
	.page.carsharing .sc02 .wrapper .right{
		width: 100%;
		float: none;
		padding-left: 40px;
	} 
	.page.carsharing .sc02 .wrapper .bloon{
		padding-top: 30px;
	}

}


@media screen and (max-width:450px) {
	.page .bloon span {
		margin-right: 0px;
		margin-bottom: 10px;
		width: 100%;
	  }

}

/*	iot-system
________________________________________*/

.page.iot-system .sc01 h3.title::before{
	width: 230px;
	content:"IoT system development";display:block;width:auto;white-space:nowrap;font-family:Arial,"Helvetica Neue","Hiragino Kaku Gothic ProN","Yu Gothic","游ゴシック",sans-serif;font-weight:bold;font-size:15px;letter-spacing:.06em;line-height:1.5;color:#00a384;
}
.page.iot-system .sc02 .wrapper .left{
	width: 20%;
	float: left;
}
.page.iot-system .sc02 .wrapper .left img{
	width: 180px;
	margin-top: 20px;
}
.page.iot-system .sc02 .wrapper .right{
	width: 80%;
	float: right;
	margin-top: 0px;
}
.page.iot-system .wrapper .bloon span{
	display: block;
	width: 250px;
	margin-top: 50px;
	margin-bottom: 20px;
	letter-spacing: 1px;
}

.page.iot-system .sc02 .wrapper ul li{
	font-size: 16px;
  font-weight: bold;
  margin-bottom: 20px;
  border-bottom: #dcdddd 1px solid;
  padding-bottom: 20px;
  background: radial-gradient(circle,#00a384 49%,transparent 51%) no-repeat;
  background-size: 5px 5px;
  background-position: left 10px;
  padding-left: 15px;
}

.page.iot-system .sc01 {
	padding-bottom: 60px;
}
.page.iot-system .sc02 {
	margin-top: 30px;
}

.page.iot-system .sc02 .wrapper.block01 img{
	margin-top: 50px;
}
.page.iot-system .sc02 .wrapper.block02 img{
	margin-top: 50px;
}
.page.iot-system .sc02 .wrapper.block03 img{
	margin-top: -10px;
}

.page.iot-system .sc03 h3.title {
	border: none;
	background-position: center top;
	text-align: center;
	padding-bottom: 5px;
  margin-bottom: 0px;
}
.page.iot-system .sc03 h3.title::before{
	width: 210px;
	content:"IoT System Overview";display:block;width:auto;white-space:nowrap;font-family:Arial,"Helvetica Neue","Hiragino Kaku Gothic ProN","Yu Gothic","游ゴシック",sans-serif;font-weight:bold;font-size:15px;letter-spacing:.06em;line-height:1.5;color:#00a384;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.page.iot-system .sc03 h4{
	color: #fff;
	font-size: 20px;
	line-height: 24px;
	padding: 15px 20px 15px 40px;
	border-radius: 10px;
	background: radial-gradient(circle,#fff 49%,transparent 51%) no-repeat;
	background-size: 5px 5px;
	background-position: 20px 25px;
	background-color: #b5b5b6;
	margin-top: 70px;
	font-weight: bold;
	letter-spacing: 1px;
}

.page.iot-system .sc03 .inner-bg-white{
	background-color: #fff;
	border-radius: 10px;
	padding: 25px 40px 25px 40px;
}
.page.iot-system .sc03 .inner-bg-white ul li{
	font-size: 16px;
  font-weight: bold;
  margin-bottom: 20px;
  border-bottom: #dcdddd 1px solid;
  padding-bottom: 20px;
  background: radial-gradient(circle,#00a384 49%,transparent 51%) no-repeat;
  background-size: 5px 5px;
  background-position: left 10px;
  padding-left: 15px;
}
.page.iot-system .sc03 .inner-bg-white ul li:first-child{
	border-top: #dcdddd 1px solid;
	margin-top: 20px;
	padding-top: 20px;
	background-position: left 29px;
}

.page.iot-system .sc04{
	text-align: center;
}

.page.iot-system .sc04 h3.title::before{
	width: 90px;
	content:"Systems";display:block;width:auto;white-space:nowrap;font-family:Arial,"Helvetica Neue","Hiragino Kaku Gothic ProN","Yu Gothic","游ゴシック",sans-serif;font-weight:bold;font-size:15px;letter-spacing:.06em;line-height:1.5;color:#00a384;
}

.page.iot-system .sc04 video{
	margin-top: -30px;
	margin-left: auto;
	margin-right: auto;
	width: 80%;
}

@media screen and (max-width:991px) {
	.page.iot-system .sc01 {
		padding-bottom: 30px;
	}
	.page.iot-system .sc02 {
		margin-top: 10px;
		padding-bottom: 30px;
	}
	.page.iot-system .sc03 h4{
		margin-top: 40px;
	}
	.page.iot-system .sc04 h3.title{
		text-align: center;
		background-position: center top;
	}
	.page.iot-system .sc04 h3.title::before{
		margin-left: auto;
		margin-right: auto;
	}
	.page.iot-system .sc04 video{
		width: 100%;
	}
}

@media screen and (max-width:600px) {
	.page.iot-system .sc02 .wrapper .left{
		display: none;
	}
	.page.iot-system .sc02 .wrapper .right{
		width: 100%;
		float: none;
		margin-top: 0px;
	}
	.page.iot-system .sc03 .inner-bg-white{
		padding: 15px 20px 15px 20px;
	}
}





/*	iot-product
________________________________________*/

.page.iot-product .sc01 h3.title::before{
	width: 230px;
	content:"Telematics Control Unit";display:block;width:auto;white-space:nowrap;font-family:Arial,"Helvetica Neue","Hiragino Kaku Gothic ProN","Yu Gothic","游ゴシック",sans-serif;font-weight:bold;font-size:15px;letter-spacing:.06em;line-height:1.5;color:#00a384;
}

.page.iot-product .sc01 .inner{
	margin-top: 30px;
}

.page.iot-product .sc02 h3.title::before{
	width: 140px;
	content:"Main features";display:block;width:auto;white-space:nowrap;font-family:Arial,"Helvetica Neue","Hiragino Kaku Gothic ProN","Yu Gothic","游ゴシック",sans-serif;font-weight:bold;font-size:15px;letter-spacing:.06em;line-height:1.5;color:#00a384;
}


.page.iot-product .sc02 .respons-6 img{
	margin-top: -110px;
	width: 110px;
}	

.page.iot-product .sc02 .respons-6 .wrapper{
	height: 270px;
	background-color: #fbfbfb;
	border-radius: 20px;
	padding: 20px 30px 20px 30px;
}

.page.iot-product .sc02 h4{
	text-align: center;
	font-weight: bold;
	margin-top: 15px;
	border-bottom: #dcdddd 1px solid;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.page.iot-product .sc02 .respons-4 img{
	margin-top: -90px;
	width: 80px;
}	

.page.iot-product .sc02 .respons-4{
	margin-top: 100px;
}

.page.iot-product .sc02 .respons-4 .wrapper{
	height: 300px;
	background-color: #fbfbfb;
	border-radius: 20px;
	padding: 20px 30px 20px 30px;
}

.page.iot-product .sc03,
.page.iot-product .sc04{
	margin-top: 100px;
	
  }

.page.iot-product .sc03 h3.title,
.page.iot-product .sc04 h3.title{
		font-size: 30px;
		line-height: 44px;
		text-align: center;
		background: url('../img/page/line-w-green.jpg') no-repeat;
		background-size: 20px 1px;	
		background-position: center top;
		border: none;
  }
.page.iot-product .sc03 h3.title::before,
.page.iot-product .sc04 h3.title::before{
	margin-left: auto;
	margin-right: auto;
}
.page.iot-product .sc03 h3.title::before{
	width: 90px;
	content:"Strengths";display:block;width:auto;white-space:nowrap;font-family:Arial,"Helvetica Neue","Hiragino Kaku Gothic ProN","Yu Gothic","游ゴシック",sans-serif;font-weight:bold;font-size:15px;letter-spacing:.06em;line-height:1.5;color:#00a384;
}
.page.iot-product .sc04 h3.title::before{
	width: 170px;
	content:"Product Summary";display:block;width:auto;white-space:nowrap;font-family:Arial,"Helvetica Neue","Hiragino Kaku Gothic ProN","Yu Gothic","游ゴシック",sans-serif;font-weight:bold;font-size:15px;letter-spacing:.06em;line-height:1.5;color:#00a384;
}

.page.iot-product .sc03 ul li{
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 20px;
	border-bottom: #dcdddd 1px solid;
	padding-bottom: 20px;
	background: radial-gradient(circle,#00a384 49%,transparent 51%) no-repeat;
	background-size: 5px 5px;	
	background-position: left 10px;
	padding-left: 15px;
}

.table > tbody > tr > th,
.table > tbody > tr > td{
	font-size: 16px;
	vertical-align: middle;

}
.table > tbody > tr > th{
	background-color: #f9f8f8;
	padding: 30px 30px;
}


@media screen and (max-width:991px) {
	.page.iot-product .sc01 .right{
		display: block;
		width: 100%;
		float: none;
	}
	.page.iot-product .sc02 .respons-6 .wrapper,
	.page.iot-product .sc02 .respons-4 .wrapper{
		height: auto;
	}
	.page.iot-product .sc02 .respons-6 .wrapper{
		margin-bottom: 50px;
	}
	.page.iot-product .sc02 .respons-4{
		margin-top: 30px;
	}
	.page.iot-product .sc02 .respons-4 .wrapper{
		margin-bottom: 70px;
	}

	.page.iot-product .sc03,
	.page.iot-product .sc04{
		margin-top: 50px;
		
	  }


	.table > tbody > tr > th,
	.table > tbody > tr > td{
		display: block;
		width: 100%;
		padding: 20px 20px;
	}
}


.page.motor-control .sc01 h3.title::before{
	width: 260px;
	content:"Motor control development";display:block;width:auto;white-space:nowrap;font-family:Arial,"Helvetica Neue","Hiragino Kaku Gothic ProN","Yu Gothic","游ゴシック",sans-serif;font-weight:bold;font-size:15px;letter-spacing:.06em;line-height:1.5;color:#00a384;
}

.page.motor-control .sc01 .inner{
	margin-top: 30px;

}

.page.motor-control .sc01 ul li{
	font-size: 16px;
	margin-bottom: 20px;
	border-bottom: #dcdddd 1px solid;
	padding-bottom: 20px;
	background: radial-gradient(circle,#00a384 49%,transparent 51%) no-repeat;
	background-size: 5px 5px;	
	background-position: left 10px;
	padding-left: 15px;
}

.page.motor-control .right .wrapper01 .left,
.page.motor-control .right .wrapper01 .right{
	width: 47%;
	margin-top: 0px;
}
.page.motor-control .right .wrapper01 img,
.page.motor-control .right .wrapper02 img {
	margin-top: 15px;
}

.page.motor-control .right .wrapper01 .left img{
	width: 140px;
}
.page.motor-control .right .wrapper01 .right img{
	width: 180px;
}

.page.motor-control .right .wrapper02 span{
	clear: both;
	margin-top: 30px;
}
.page.motor-control .right .wrapper02 .block01 img{
	width: 250px;
}

.page.motor-control .right span{
	margin-right: 10px;
	position: relative;
	display: inline-block;
	padding: 5px 10px;
	width: 100%;
	color: #fff;
	font-size: 15px;
	background: #b5b5b6;
	text-align: center;
	border-radius: 10px;
  }
  
  .page.motor-control .right span:before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -5px;
	border: 5px solid transparent;
	border-top: 5px solid #b5b5b6;
  }


  @media screen and (max-width:991px) {
	.page.motor-control .right{
		display: block;
		width: 100%;
		float: none;
	}
	.page.motor-control .right .wrapper01 .left,
.page.motor-control .right .wrapper01 .right{
	width: 100%;
	margin-bottom: 25px;
}
}

/*	conformity
________________________________________*/

.page.conformity .sc01{
	background: none;
	padding-top: 0px;
	margin-top: 0px;
}

.page.conformity h3{
	border-radius: 10px;
	color: #fff;
	padding: 15px 15px 15px 40px;
	background: radial-gradient(circle,#fff 49%,transparent 51%) no-repeat;
	background-size: 6px 6px;	
	background-position: 20px 25px;
	background-color: #b5b5b6;
	font-size: 22px;
	line-height: 26px;
}
.page.conformity ul li{
	font-size: 16px;
	line-height: 22px;
	margin-bottom: 30px;
	border-bottom: #dcdddd 1px solid;
	padding-bottom: 30px;
}
.page.conformity ul li:first-child{
	border-top: #dcdddd 1px solid;
	margin-top: 30px;
	padding-top: 30px;
}


/*	contact
________________________________________*/

.page.contact h3.margin-bottom{
	margin-bottom: 20px;
}

.page.contact .wrapper{
	border-bottom: #dcdddd 1px solid;
	padding-bottom: 20px;
	margin-bottom: 20px;
	letter-spacing: 1px;
}

.page.contact .wrapper .left{
	width: 12%;
	margin-top: 10px;
	font-size: 18px;
}
.page.contact .wrapper .right{
	width: 88%;
	margin-top: 0px;
	font-size: 18px;
}
.page.contact .wrapper .right strong{
	font-size:26px;
}



.page.contact .wrapper .right span{
	margin-right: 30px;
}

.page.contact .respons-full.margin-top{
	margin-top: 50px;
}


@media screen and (max-width:991px) {
	.page.contact .wrapper .left{
		width: 100%;
		margin-top: 10px;
		font-size: 16px;
	}
	.page.contact .wrapper .right{
		display: block;
		width: 100%;
		margin-top: 5px;
		font-size: 15px;
	}
	.page.contact .wrapper .right strong{
		font-size:20px;
	}
	.page.contact .wrapper .right span{
		margin-right: 30px;
	}

}
@media screen and (max-width:550px) {
	.page.contact .wrapper .right span{
		display: block;
		margin-right: 0px;
		line-height: 24px;
		margin-top: 5px;
	}

}


/*	company
________________________________________*/

.page.company h2{
	font-size: 22px;
	line-height: 28px;
	letter-spacing: 1px;
	text-align: center;
	background: url('../img/page/line-w-green.jpg') no-repeat;
	background-size: 20px 1px;	
	background-position: center top;
	border: none;
	padding-top: 20px;
	font-weight: bold;
}
.page.company h2::before{
margin-left: auto;
margin-right: auto;
padding-bottom: 5px;
}
.page.company h2::before{
	display: block;
}

.page.company .sc01{
	padding-top: 50px;
	background: none;
	text-align: center;
	letter-spacing: 1px;
}

.page.company .sc01 h2::before{
	width: 210px;
	content:"Business philosophy";display:block;width:auto;white-space:nowrap;font-family:Arial,"Helvetica Neue","Hiragino Kaku Gothic ProN","Yu Gothic","游ゴシック",sans-serif;font-weight:bold;font-size:15px;letter-spacing:.06em;line-height:1.5;color:#00a384;
}

.page.company .sc01 h3{
	margin-top: 50px;
	font-size: 50px;
	line-height: 58px;
	font-weight: bold;
}
.page.company .sc01 h4{
	margin-top: 10px;
	font-size: 22px;
	line-height: 28px;
	font-weight: bold;
}
.page.company .sc01 p{
	margin-top: 50px;
	font-size: 18px;
	line-height: 38px;
}

.page.company .sc01 img{
	width: 125px;
	margin-top: 40px;
}

.page.company .sc02{
	margin-top: 40px;
	padding-top: 60px;
	padding-bottom: 60px;
	background-color: #fbfbfb;
}

.page.company .sc02 h2::before{
	width: 150px;
	content:"Company Profile";display:block;width:auto;white-space:nowrap;font-family:Arial,"Helvetica Neue","Hiragino Kaku Gothic ProN","Yu Gothic","游ゴシック",sans-serif;font-weight:bold;font-size:15px;letter-spacing:.06em;line-height:1.5;color:#00a384;
}

.page.company table{
	letter-spacing: 1px;
	margin-top: 50px;
}

.page.company table td{
	background-color: #fff;
}

.page.company .sc03{
	background: none;
	margin-top: 20px;
}

.page.company .sc03 h2::before{
	width: 70px;
	content:"History";display:block;width:auto;white-space:nowrap;font-family:Arial,"Helvetica Neue","Hiragino Kaku Gothic ProN","Yu Gothic","游ゴシック",sans-serif;font-weight:bold;font-size:15px;letter-spacing:.06em;line-height:1.5;color:#00a384;
}

.page.company .sc03 ul{
	margin-top: 50px;
}

.page.company .sc03 ul li{
	font-size: 18px;
	margin-bottom: 23px;
	border-bottom: #dcdddd 1px solid;
	padding-bottom: 20px;
	background: radial-gradient(circle,#00a384 49%,transparent 51%) no-repeat;
	background-size: 5px 5px;	
	background-position: left 10px;
	padding-left: 15px;
}

.page.company .sc04{
	margin-top: 40px;
	margin-bottom: -100px;
	padding-top: 60px;
	padding-bottom: 120px;
	background-color: #fbfbfb;
	text-align: center;
}

.page.company .sc04 h2::before{
	width: 65px;
	content:"Recruit";display:block;width:auto;white-space:nowrap;font-family:Arial,"Helvetica Neue","Hiragino Kaku Gothic ProN","Yu Gothic","游ゴシック",sans-serif;font-weight:bold;font-size:15px;letter-spacing:.06em;line-height:1.5;color:#00a384;
}

.page.company .sc04 h3{
	font-size: 18px;
	margin-top: 30px;
}
.page.company .sc04 .inner{
	margin-top: 20px;
	width: 400px;
	margin-left: auto;
	margin-right: auto;
}
.page.company .sc04 .inner ul{
	font-size: 15px;
	line-height: 24px;
}


@media screen and (max-width:991px) {
	.page.company .sc01 p{
		text-align: left;
	}
	.page.company .sc01 p br{
		display: none;
	}
}

@media screen and (max-width:500px) {
	.page.company .sc01 h3{
		margin-top: 50px;
		font-size: 30px;
		line-height: 38px;
	}
	.page.company .sc01 h4{
		font-size: 18px;
		line-height: 24px;
	}
	.page.company .sc03 ul li{
		font-size: 14px;
		background: radial-gradient(circle,#00a384 49%,transparent 51%) no-repeat;
		background-size: 5px 5px;	
		background-position: left 8px;
	}
	.page.company .sc04 .inner{
		width: 100%;
	}
}



/*	news
________________________________________*/

.page.news .sc01{
	background: none;
	padding-top: 0px;
}

.page.news .respons-9 span.title,
.page.news .respons-3 .title span{
	display: block;
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;	
	letter-spacing: 1px;
	background: radial-gradient(circle,#fff 49%,transparent 51%) no-repeat;
	background-size: 5px 5px;
	background-position: 15px 22px;
	background-color: #00a384;
	padding: 15px 20px 15px 32px;
	color: #fff;
	margin-bottom: 10px;
	border-radius: 10px;
}

.page.news .respons-9 span.title{
	display: block;
	margin-bottom: 30px;
}


.page.news .respons-9 .wrapper{
	clear: both;
	margin-bottom: 30px;

}

.page.news .respons-9 .left{
	width: 40%;
	float: left;
}
.page.news .respons-9 .right{
	width: 56%;
	float: right;
}

.page.news .respons-9 .right p{
	margin-top: 20px;
	font-size: 18px;
	line-height: 26px;
}



.page.news .respons-3 .title ul a{
	display: block;
	font-size: 14px;
	line-height: 18px;
	letter-spacing: 1px;
	background: url('../img/common/arrow-right-green.svg') no-repeat;
	background-size: 7px 7px;
	background-position: 13px 18px;
	background-color: #fff;
	padding: 12px 20px 12px 32px;
	color: #333;
	margin-top: 0px;
	margin-bottom: 5px;
	border: #66bf97 solid 1px;
	text-decoration: none;
	border-radius: 10px;
}
.page.news .respons-3 .title p{
	margin-top: 10px;
	margin-bottom: 20px;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 1px;
}

.page.news .respons-3 .margin-top{
	margin-top: 50px;
}

.page.news .respons-9 .wrapper img,
.page.news .respons-3 img{
	border-radius: 20px;
}



/*	news single
________________________________________*/

.page.news.single .sc01{
	margin-top: 50px;
}

.page.news.single .respons-9{
	margin-top: 0px;
}




.page.news.single h1{
	display: block;
	font-size: 20px;
	line-height: 24px;
	font-weight: bold;	
	letter-spacing: 1px;
	background: radial-gradient(circle,#fff 49%,transparent 51%) no-repeat;
	background-size: 5px 5px;
	background-position: 15px 24px;
	background-color: #00a384;
	padding: 15px 20px 14px 32px;
	color: #fff;
	margin-top: 70px;
	margin-bottom: 10px;
	border-radius: 10px;
	clear: both;
}


.page.news.single h1.title{
	display: block;
	font-size: 20px;
	line-height: 24px;
	font-weight: bold;	
	letter-spacing: 1px;
	background: radial-gradient(circle,#fff 49%,transparent 51%) no-repeat;
	background-size: 5px 5px;
	background-position: 15px 24px;
	background-color: #00a384;
	padding: 15px 20px 14px 32px;
	color: #fff;
	margin-top: 5px;
	margin-bottom: 10px;
	border-radius: 10px;
	clear: both;
}

.page.news.single h2{
	display: block;
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;	
	letter-spacing: 1px;
	background: radial-gradient(circle,#fff 49%,transparent 51%) no-repeat;
	background-size: 5px 5px;
	background-position: 15px 25px;
	background-color: #66bf97;
	padding: 15px 20px 15px 32px;
	color: #fff;
	margin-top: 70px;
	margin-bottom: 10px;
	border-radius: 10px;
	clear: both;

}

.page.news.single h3{
	font-size: 18px;
	line-height: 26px;
	font-weight: bold;	
	letter-spacing: 1px;
	padding: 8px 20px 8px 15px;
	color: #00a384;
	margin-top: 40px;
	margin-bottom: 10px;
	border: #66bf97 solid 1px;
	background-color: #fff;
	border-radius: 10px;
	clear: both;
}
.page.news.single h4{
	font-size: 17px;
	line-height: 26px;
	font-weight: normal;	
	letter-spacing: 1px;
	padding: 8px 20px 8px 15px;
	color: #333;
	margin-top: 40px;
	margin-bottom: 10px;
	border: #c9caca solid 1px;
	background-color: #fff;
	border-radius: 10px;
	clear: both;
}
.page.news.single h5{
	font-size: 16px;
	line-height: 26px;
	font-weight: bold;	
	letter-spacing: 1px;
	padding: 8px 0px 13px 0px;
	color: #333;
	margin-top: 40px;
	margin-bottom: 10px;
	border-bottom: #c9caca solid 1px;
	clear: both;
}
.page.news.single h6{
	font-size: 16px;
	line-height: 26px;
	font-weight: normal;	
	letter-spacing: 1px;
	padding: 8px 0px 13px 0px;
	color: #333;
	margin-top: 40px;
	margin-bottom: 10px;
	border-bottom: #c9caca solid 1px;
	clear: both;
}

.page.news.single p{
	margin-bottom: 20px;
	background-color: none;
}


img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 0px;
	margin: 0 0 20px 10px;
	display: inline;
	}

img.alignleft {
	padding: 0px;
	margin: 0 20px 20px 0;
	display: inline;
	}


img.alignleft.clear {
	padding: 0px;
	margin: 0 20px 20px 0;
	display: block;
	float: none;
	clear: both;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}




.ggmap {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}




@media screen and (max-width:991px) {
	.page.news .respons-9 .right{
		margin-top: 0px;
		display: block;
	}
	.page.news .respons-3{
		margin-top: 50px;
	}
	.page.news .respons-9 .right p{
		margin-top: 10px;
		font-size: 15px;
		line-height: 22px;
	}

}


/*	pagenavi
________________________*/

.wp-pagenavi {
	margin-top: 40px;
	text-align: center;
   	padding: 30px 0px 50px 0px;

}

.wp-pagenavi span {
	color: #777;
	text-decoration: none;
	border: 1px solid #00a384;
	padding: 10px 15px;
	margin: 2px;
	border-radius: 10px;
}

.wp-pagenavi a {
	color: #fff;
	text-decoration: none;
	border: 1px solid #00a384;
	padding: 10px 15px;
	margin: 2px;
}
.wp-pagenavi a {
	border: 1px solid #00a384;
	background-color: #00a384;
	border-radius: 10px;
}

.wp-pagenavi a:hover, .wp-pagenavi span.current {
	border-color: #00a384;
}

.wp-pagenavi span.current {
	font-weight: bold;
}




/* new style */

/* header style */
.menu .sub-menu {
	padding: 10px 20px 0px 20px;
	position: absolute;
	top: 50px;
	width: 300px;
	background-color: #FFFCF6;
	transition: all .2s ease;
	border-radius: 5px;
	visibility: hidden;
	opacity: 0;
	z-index: 999;
}

.menu .menu-item-has-children:hover > .sub-menu {
	/* top: 40px; */
	visibility: visible;
	opacity: 1;
}

.menu .menu-item-has-children > a {
	/* display: inline-block; */
	color: #333;
	font-weight: bold;
	text-decoration: none;
}

.menu .sub-menu li a {
	display: block;
	padding: 10px 15px;
	color: #333;
	text-decoration: none;
}

.menu .sub-menu li a:hover {
	background-color: #eee;
}





/* lang menu */

@media screen and (max-width: 1000px) {

	header{
		padding: 0;
		padding: 15px 20px 5px 20px;
	}

}

.language-switcher {
    display: flex;
    gap: 10px;
    align-items: center;
	position: absolute;
    top: 90px;
    left: 15px;

}
header .right {
	flex-direction: column;
}

.language-switcher a {
    text-decoration: none;
    font-size: 14px;
    color: #333;
	display: flex;
	align-items: center;
	align-items: baseline;
}

.language-switcher img {
    vertical-align: middle;
    margin-right: 5px;
}

.language-switcher li {
  list-style: none;
  margin: 0;
  padding: 0;
}

div.main_title {
	width: 650px;
	margin: 0 auto;
	padding-right: 100px;
}
h2.main_title {
	font-size: clamp(22px, -0.5000rem + 4.6250vw, 72px);
	line-height: 40px;
	font-weight: bold;
	text-align: left;
	line-height: 1.0;
}
p.main_title {
	font-size: clamp(14px, -0.5000rem + 4.6250vw, 26px);
    border-bottom: 1px solid #d0d0cf;
	text-align: left;
	width: fit-content;
}


@media screen and (max-width: 700px) {
    div.main_title {
		padding-right: 0;
        width: 85%;
        margin-left: auto;
        background: rgba(255, 255, 255, 0.7);
        padding: 30px 40px 30px 40px;
        border-radius: 10px;
    }
	.home main h1{
		height: 0;
	}
}

div p.dir_name {
	font-weight: 600;
	text-align: center !important;
	margin: 0px !important;
	line-height: 22px !important;
}



















.menu li.cls-lang-switcher {
  position: relative;
}

.menu li.cls-lang-switcher > a.cls-lang-toggle {
  padding: 8px 12px;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

.menu li.cls-lang-switcher .cls-lang-list {
  visibility: hidden;
  position: absolute;
  top: 100%;
  left: 0;
  list-style: none;
  margin: 10px;
  padding: 10px;
  background-color: #FFFCF6;
  transition: all .2s ease;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
  z-index: 1000;
  border-radius: 5px;
  width: max-content;
}

.menu li.cls-lang-switcher:hover .cls-lang-list {
  visibility: visible;
}

.menu li.cls-lang-switcher .cls-lang-list li {
  padding: 8px 12px;
}
.menu li.cls-lang-switcher .cls-lang-list li:hover {
  background: #f5f5f5;
}










/* manufacturing-equipment */ /*iot systemのコードを参考にした*/

.page.manufacturing-equipment .sc01 h3.title::before{
	width: 230px;
	content:"manufacturing-equipment";display:block;width:auto;white-space:nowrap;font-family:Arial,"Helvetica Neue","Hiragino Kaku Gothic ProN","Yu Gothic","游ゴシック",sans-serif;font-weight:bold;font-size:15px;letter-spacing:.06em;line-height:1.5;color:#1a1a1a;
}
.page.manufacturing-equipment .sc02 .wrapper .left{
	width: 20%;
	float: left;
}
.page.manufacturing-equipment .sc02 .wrapper .left img{
	width: 180px;
	margin-top: 20px;
}
.page.manufacturing-equipment .sc02 .wrapper .right{
	width: 80%;
	float: right;
	margin-top: 0px;
}
.page.manufacturing-equipment .wrapper .bloon span{
	display: block;
	width: 250px;
	margin-top: 50px;
	margin-bottom: 20px;
	letter-spacing: 1px;
}

.page.manufacturing-equipment .sc02 .wrapper ul li{
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 20px;
	border-bottom: #dcdddd 1px solid;
	padding-bottom: 20px;
	background: radial-gradient(circle,#00a384 49%,transparent 51%) no-repeat;
	background-size: 5px 5px;
	background-position: left 10px;
	padding-left: 15px;
}

.page.manufacturing-equipment .sc01 {
	padding-bottom: 60px;
}
.page.manufacturing-equipment .sc02 {
	margin-top: 30px;
}

.page.manufacturing-equipment .sc02 .wrapper.block01 img{
	margin-top: 100px;
}
.page.manufacturing-equipment .sc02 .wrapper.block02 img{
	margin-top: 100px;
}
.page.manufacturing-equipment .sc02 .wrapper.block03 img{
	margin-top: 40px;
}

.page.manufacturing-equipment .sc03 h3.title {
	border: none;
	background-position: center top;
	text-align: center;
	padding-bottom: 5px;
	margin-bottom: 0px;
}
.page.manufacturing-equipment .sc03 h3.title::before{
	width: 210px;
	content:"IoT System Overview";display:block;width:auto;white-space:nowrap;font-family:Arial,"Helvetica Neue","Hiragino Kaku Gothic ProN","Yu Gothic","游ゴシック",sans-serif;font-weight:bold;font-size:15px;letter-spacing:.06em;line-height:1.5;color:#00a384;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}


.page.manufacturing-equipment .sc03 h4{
	color: #fff;
	font-size: 20px;
	line-height: 24px;
	padding: 15px 20px 15px 40px;
	border-radius: 10px;
	background: radial-gradient(circle,#fff 49%,transparent 51%) no-repeat;
	background-size: 5px 5px;
	background-position: 20px 25px;
	background-color: #b5b5b6;
	margin-top: 70px;
	font-weight: bold;
	letter-spacing: 1px;
}

.page.manufacturing-equipment .sc03 .inner-bg-white{
	background-color: #fff;
	border-radius: 10px;
	padding: 25px 40px 25px 40px;
}
.page.manufacturing-equipment .sc03 .inner-bg-white ul li{
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 20px;
	border-bottom: #dcdddd 1px solid;
	padding-bottom: 20px;
	background: radial-gradient(circle,#00a384 49%,transparent 51%) no-repeat;
	background-size: 5px 5px;
	background-position: left 10px;
	padding-left: 15px;
}
.page.manufacturing-equipment .sc03 .inner-bg-white ul li:first-child{
	border-top: #dcdddd 1px solid;
	margin-top: 20px;
	padding-top: 20px;
	background-position: left 29px;
}

.page.manufacturing-equipment .sc04{
	text-align: center;
}

.page.manufacturing-equipment .sc04 h3.title::before{
	width: 90px;
	content:"Systems";display:block;width:auto;white-space:nowrap;font-family:Arial,"Helvetica Neue","Hiragino Kaku Gothic ProN","Yu Gothic","游ゴシック",sans-serif;font-weight:bold;font-size:15px;letter-spacing:.06em;line-height:1.5;color:#00a384;
}

.page.manufacturing-equipment .sc04 video{
	margin-top: -30px;
	margin-left: auto;
	margin-right: auto;
	width: 80%;
}

@media screen and (max-width:991px) {
	.page.manufacturing-equipment .sc01 {
		padding-bottom: 30px;
	}
	.page.manufacturing-equipment .sc02 {
		margin-top: 10px;
		padding-bottom: 30px;
	}
	.page.manufacturing-equipment .sc03 h4{
		margin-top: 40px;
	}
	.page.manufacturing-equipment .sc04 h3.title{
		text-align: center;
		background-position: center top;
	}
	.page.manufacturing-equipment .sc04 h3.title::before{
		margin-left: auto;
		margin-right: auto;
	}
	.page.manufacturing-equipment .sc04 video{
		width: 100%;
	}
}

@media screen and (max-width:600px) {
	.page.manufacturing-equipment .sc02 .wrapper .left{
		display: none;
	}
	.page.manufacturing-equipment .sc02 .wrapper .right{
		width: 100%;
		float: none;
		margin-top: 0px;
	}
	.page.manufacturing-equipment .sc03 .inner-bg-white{
		padding: 15px 20px 15px 20px;
	}
}




/* === 単純アイコンのCSS化（旧SVG: btn-*-white / btn-right-green）=== */
.ico-fbtn,.ico-cardbtn{display:block;position:relative;border-radius:16px}
.ico-fbtn{width:60px;height:60px;margin-top:-30px;background:#fff;box-shadow:0 3px 8px rgba(0,0,0,.12)}
.ico-cardbtn{width:70px;height:70px;margin:0 auto -30px;background:#00a384}
.ico-fbtn::before,.ico-cardbtn::before{content:"";position:absolute;left:50%;top:50%;width:12px;height:12px;border-style:solid;border-width:0 2px 2px 0}
.ico-fbtn::before{border-color:#231815}
.ico-cardbtn::before{border-color:#fff;transform:translate(-65%,-50%) rotate(-45deg)}
.ico-fbtn-left::before{transform:translate(-35%,-50%) rotate(135deg)}
.ico-fbtn-top::before{transform:translate(-50%,-35%) rotate(225deg)}


/* === トップ ヒーロー見出し（CSSテキスト版・旧title.svg）=== */
.home main .hero-copy{display:inline-block;text-align:left;margin-left:11%;font-family:"Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Yu Gothic",sans-serif}
.home main .hero-sub{display:block;font-size:24px;font-weight:500;color:#1a1a1a;letter-spacing:.08em;margin-bottom:14px}
.home main .hero-title{display:block;max-width:520px;font-size:64px;line-height:1.08;font-weight:bold;color:#1a1a1a;letter-spacing:.01em}
@media screen and (max-width:1000px){.home main .hero-sub{font-size:18px}.home main .hero-title{font-size:44px;max-width:360px}}
@media screen and (max-width:767px){.home main .hero-copy{margin-left:8%}.home main .hero-sub{font-size:15px;margin-bottom:8px}.home main .hero-title{font-size:32px;max-width:260px}}


/* === セクション英字見出し（CSSテキスト版）===
   新規ページでは下記の形式を流用してください（SVG画像は不要）:
   .page.<ページ名> .sc01 h3.title::before,
   .page.<ページ名> .sc01 h2::before{
       content:"English Label";
       display:block; width:auto; white-space:nowrap;
       font-family:Arial,"Helvetica Neue","Yu Gothic",sans-serif;
       font-weight:bold; font-size:15px; letter-spacing:.06em; color:#00a384;
   }
=== */
