@charset "utf-8";
/* Reset */
body, div, dl, dt, dd, ul, li, h1, h2, h3, h4, h5, h6, form, input, textarea, p, th, td {
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}
img {
	border: 0;
	vertical-align: top;
	height: auto;
}
th {
	font-style: normal;
	font-weight: normal;
}
ul {
	list-style: none;
}
th, td {
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
a {
	text-decoration: none;
	color: #286d36;
}
a:hover {
	text-decoration: underline;
}
html {
	height: 100%;
}
input, textarea {
	font-family: inherit;
	border: none;
}
input, textarea {
	width: 100%;
	box-sizing: border-box;
}
/* Style */
body {
	font-family: 'Yu Gothic', 'Meiryo', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Arial, 'ＭＳ Ｐゴシック', 'MS PGothic', Osaka, sans-serif;
	font-size: 16px;
	line-height: 1.5;
	color: #272727;
	background: #dbe9d4;
	height: 100%;
}
body.has-fixed {
	padding-top: 70px;
}
.wrap {
	max-width: 960px;
	margin: 0 auto;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.clear {
	overflow: hidden;
}
.newsRelease, .companyProfile, .services, .contact, .contactError, .contactThanks, .japaneseAbility {
	padding-bottom: 100px;
}
.contentBox {
	background: #fff;
	padding: 30px 20px;
}
h2.titleArea {
	font-size: 32px;
	font-weight: bold;
	margin-bottom: 14px;
}
.btn {
	display: inline-flex;
	background: #286d36;
	font-weight: bold;
}
.btn a {
	color: #fff;
}
.btn a:hover {
	text-decoration: none;
}
.inputTxt {
	width: 50%;
	/*height: 14px;*/
	padding: 6px 12px;
	font-size: 16px;
	border: 1px solid #bababa;
}
.textArea {
	width: 100%px;
	/*height: 170px;*/
	padding: 6px 12px;
	font-size: 16px;
	border: 1px solid #bababa;
}
main {
	min-height: calc(100vh - 233px);
}
/*main img {
	width: 100%;
	height: auto;
}*/
.btn:hover, .btnInput:hover {
	opacity: 0.8;
}
/* Header */
header {
	background: #fff;
}
header.fixed-top {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 99;
}
.headerInner {
	display: flex;
	flex-wrap: wrap;
}
.headerInner nav {
	margin-left: auto;
}
.logoInner {
	padding: 11px 3px;
}
.navInner {
	font-weight: bold;
	display: flex;
}
.navList {
	display: flex;
	flex-wrap: wrap;
}
.navList li a {
	display: block;
	padding: 18px 18px 17px;
	border-bottom: 6px solid transparent;
	color: #272727;
}
.navList li a:hover {
	text-decoration: none;
}
.navList li:hover a, .navList li a.active {
	background: #ececec;
	border-bottom: 6px solid #286d36;
}
.navInner .language {
	padding-top: 18px;
}
.navInner .languageInner {
	height: 22px;
	padding-left: 10px;
	padding-right: 10px;
	border-left: solid 1px #ababab;
}
.language a {
	display: block;
	font-family: Arial, 'Meiryo', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', 'MS PGothic', Osaka, sans-serif;
}
/* Footer add */
footer {
	background: #272727;
	/*height: 160px;*/ /*add*/
}
.footerInner {
	padding: 18px 0 8px;
}
.footerTop {
	display: flex;
	flex-wrap: wrap;
	padding-bottom: 23px;
}
.backTop {
	display: none;
	width: 1006px;
	margin: 0 auto;
	text-align: right;
	position: fixed;
	bottom: 150px;
}
.logoFooter {
	margin-top: 17px;
	margin-left: 5px;
	margin-right: 70px;
	/*padding: 17px 75px 0 0;*/
	width: 27%;
}
.contactInfo {
	color: #fff;
	font-size: 14px;
	line-height: 1.72;
	margin-right: 70px;
	width: 40%;
}
.contactInfo p {
	padding-left: 32px;
}
.contactInfo .address {
	background: url("/common/images/icon_address.png") left 0px top 2px no-repeat;
}
.contactInfo .phone {
	background: url("/common/images/icon_phone.png") left 0px top 1px no-repeat;
}
.contactInfo .email {
	background: url("/common/images/icon_email.png") left 0px top 2px no-repeat;
}
.socialNwBtn {
	display: flex;
	/*margin-top: 22px;*/
	margin-right: 5px;
	/*width: 11%;*/
}
.socialNwBtn p {
	margin-left: 5px;
}
.copyRight {
	color: #666;
	font-size: 12px;
	text-align: center;
	/*margin-top: 13px;*/
}
/* Main Visual */
.mainVisual {
	/*width: 100%;*/
	/*	padding-top: 123px;
	padding-bottom: 124px;
	background: url("/common/images/main_visual.jpg") center no-repeat;*/
}
.mvText {
	/*margin-left: 39px;*/
	/*min-width: 960px;*/
	width: 100%;
	padding-top: 123px;
	/*background: url("/common/images/mv_text.png") center no-repeat;*/
}
/* News Release */
.newsRelease {
	padding-top: 40px;
}
.newsRelease .contentBox {
	padding: 50px 30px 30px;
}
.newsRelease .titleArea {
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 30px;
}
.newsRelease .newsList {
	line-height: 2.75;
}
dl {
	display: table;
	width: 100%;
}
dt, dd {
	display: table-cell;
	vertical-align: middle;
}
.newsRelease .newsList dt {
	width: 132px;
	padding-left: 27px;
	background: url("/common/images/icon_arrorw_right.png") left 0px top 15px no-repeat;
}
.newsRelease .newsList dd {
	/*
	float: left;
	width: 768px;
	*/
}
.new_icon {
	background: #f00015;
	color: #fff;
	font-size: 13px;
	line-height: 1;
	font-weight: bold;
	padding: 2px 5px;
	margin-left: 5px;
	vertical-align: middle;
}
/* Breadcrumbs */
.breadcrumbs {
	padding: 16px 0 26px;
}
.breadcrumbs li {
	font-size: 14px;
	display: inline-block;
}
.breadcrumbs li + li::before {
	content: ">";
	margin-left: 2px;
	margin-right: 6px;
	vertical-align: text-bottom;
}
.vn .breadcrumbs li + li::before, .en .breadcrumbs li + li::before {
	content: "/";
	margin-left: 2px;
	vertical-align: middle;
}
/* Company Profile */
.companyProfile .contentBox {
	padding: 30px 20px;
}
.companyProfile .detail th, td {
	border: 1px solid #bababa;
	padding: 7px 0;
}
.companyProfile .detail th {
	width: 20%;
	background: #ececec;
	padding-left: 20px;
	padding-right: 20px;
	border-right: none;
}
.companyProfile .detail td {
	padding-left: 30px;
	padding-right: 30px;
	border-left: none;
}
.companyProfile .detail td.map {
	padding-top: 30px;
	padding-bottom: 25px;
}
.companyProfile .map iframe {
	border: none;
}
/* Services */
.services .contentBox {
	padding: 40px 40px 20px;
}
.servicesList li {
	/*	overflow: hidden;*/
	border: 8px solid #ececec;
	/*background: #ececec;*/
	margin-bottom: 20px;
	display: flex;
	flex-wrap: wrap;
	padding: 50px 20px 50px 0;
}
.servicesList .frame {
	margin: 8px;
	display: flex;
	background: #fff;
}
.servicesList .text {
	width: 50%;
}
.servicesList .image {
	width: 50%;
}
/*.servicesList .text {
	padding: 43px 0 46px;
}*/
/*
.servicesList .textLeft {
	margin-left: 30px;
}
*/
.servicesList .image {
	text-align: center;
	/*padding: 50px 0;*/
}
.servicesList img {
	width: auto;
}
h3.servicesTitle {
	font-size: 28px;
	margin-bottom: 17px;
	font-weight: bold;
}
/* Strengths */
.strengths {
	padding-bottom: 40px;
}
.strengths .contentBox {
	padding: 30px 20px;
}
h3.strengthsTitle {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 18px;
}
.strengths .pleaseTxt {
	margin-bottom: 26px;
}
.strengthsList li {
	/*overflow: hidden;*/
	padding: 30px 0;
	border-bottom: 1px dotted #000;
	display: flex;
	flex-wrap: wrap;
}
.strengthsList li.first {
	padding-top: 0;
}
.strengthsList li:last-child {
	padding-bottom: 20px;
	border-bottom: none;
}
.strengthsList .image {
	width: 240px;
	margin: 0 20px;
}
.strengthsList .text {
	width: 600px;
	height: 184px;
	margin: 32px 20px 24px;
}
/* Main Technologies */
.mainTechnologies {
	padding-bottom: 40px;
}
.mainTechnologies .contentBox {
	padding: 40px 20px;
}
.mainTechnologies .top {
	padding-bottom: 25px;
	display: flex;
	flex-wrap: wrap;
}
.mainTechnologies .middle {
	padding-top: 25px;
	padding-bottom: 25px;
	border-top: 1px dotted #000;
	display: flex;
	flex-wrap: wrap;
}
.mainTechnologies .bottom {
	padding-top: 25px;
	border-top: 1px dotted #000;
	display: flex;
	flex-wrap: wrap;
}
.mainTechnologies .block {
	width: 459px;
	height: 140px;
	position: relative;
	overflow: hidden;
}
.mainTechnologies .blockL {
	border-right: 1px dotted #000;
}
.mainTechnologies .image {
	width: 85px;
	margin-left: 30px;
}
.mainTechnologies .text {
	width: 304px;
	margin-right: 20px;
	margin-left: 20px;
}
.mainTechnologies .title {
	font-weight: bold;
}
/* Contact */
.contact .contentBox {
	padding: 30px 20px 60px;
}
.contact .detail th, td {
	border: 1px solid #bababa;
	padding-top: 10px;
	padding-bottom: 10px;
}
.contact .detail th {
	width: 23%;
	padding-left: 20px;
	padding-right: 20px;
	background: #ececec;
	border-right: none;
}
.contact .detail td {
	border-left: none;
	padding-left: 20px;
	padding-right: 20px;
}
.contact .pleaseTxt {
	margin-bottom: 15px;
	font-weight: bold;
}
.contact .mess {
	/*text-align: center;*/
	margin: 24px 0;
	font-size: 20px;
}
.contact .formUnderArea {
	text-align: center;
}
.required {
	color: #f00015;
	font-size: 14px;
}
.required-contact {
	color: #fff;
	background-color: #f00015;
	font-size: 14px;
	padding: 0 5px;
	float: right;
}
.placeholder {
	font-size: 14px;
}
.contactThanks .contentBox, .contactError .contentBox {
	padding: 35px 40px;
}
.btnInput {
	display: inline-block;
	background: #286d36;
	font-weight: bold;
	color: #fff;
	font-size: 20px;
	padding: 10px 40px;
	cursor: pointer;
	margin: 0 10px;
	width: auto;
	border-radius: 0;
	-webkit-appearance: none;
	
}
.redInput {
	background: #f8babf;
}
.backBtn {
	background: #666;
}
input:-webkit-autofill:disabled {
	-webkit-text-fill-color: #545454;
	-webkit-box-shadow: 0 0 0px 1000px #ebebe4 inset;
	transition: background-color 5000s ease-in-out 0s;
}
/* Responsive */
.pc {
	/* display: block; */
}
.sp {
	display: none;
}
.mainVisual img {
	width: 100%;
	height: auto;
}
/*.partnerLogo img {
	width: 400px;
	height: auto;
}*/
.p-map {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}
.p-map iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.companyProfile tr.pc {
	display: contents;
}
@media screen and (max-width: 768px) {
	.sp {
		display: block;
	}
	.pc {
		display: none;
	}
	.newsRelease .contentBox {
		padding: 24px 20px 16px;
	}
	.companyProfile tr.pc {
		display: none;
	}
	.wrap {
		width: auto;
		padding: 0 10px;
	}
	.newsRelease, .companyProfile, .strengths, .contact, .contactThanks, .contactError, .services {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.mainTechnologies, .japaneseAbility {
		padding-bottom: 20px;
	}
	dl, dt, dd {
		display: block;
	}
	.footerTop div {
		width: auto;
		padding-top: 17px;
		margin-right: 20px;
	}
	.footerTop .logoFooter {
		margin-top: 0px;
	}
	.footerTop .socialNwBtn {
		margin-left: auto;
		margin-right: auto;
	}
	.footerInner {
		padding: 20px;
	}
	.logoInner img, .logoFooter img, .logoInner a, .logoFooter a {
		/*width: 80%;*/
		line-height: 1;
	}
	.partnerLogo img {
		width: 50%;
		line-height: 1;
	}
	.companyProfile .detail th, .companyProfile .detail td {
		display: block;
		width: auto;
		border: 1px solid #ececec;
	}
	.companyProfile .detail th {
		padding-left: 10px;
		padding-right: 10px;
	}
	.companyProfile .detail td {
		padding-left: 20px;
		padding-right: 20px;
	}
	.breadcrumbs {
		padding-bottom: 0;
	}
	.companyProfile .contentBox, .strengths .contentBox, .services .contentBox, .contact .contentBox, .contactThanks .contentBox, .contactError .contentBox, .mainTechnologies .contentBox {
		padding: 10px;
	}
	.strengthsList li .image, .strengthsList li .text {
		display: block;
		width: 100%;
		height: auto;
	}
	.strengthsList .image {
		text-align: center;
	}
	.strengthsList img {
		width: 80%;
	}
	.strengthsList .text {
		margin: 20px 10px 0;
	}
	.strengthsList li .strengthsTitle {
		text-align: center;
	}
	.contact .detail th, .contact .detail td {
		display: block;
		width: auto;
		border: 1px solid #bababa;
	}
	.contact .detail th {
		padding-left: 10px;
		padding-right: 10px;
	}
	.inputTxt, .textArea {
		width: 100%;
	}
	.contact .detail td {
		padding: 10px;
	}
	.servicesList li {
		padding: 0;
	}
	.servicesList .text, .servicesList .image {
		display: block;
		width: 100%;
	}
	.servicesList .image {
		padding-top: 20px;
	}
	.servicesList img {
		width: 80%;
	}
	.servicesList .text {
		margin: 20px;
	}
	.servicesList .text .servicesTitle {
		text-align: center;
	}
	.servicesList li:last-child {
		margin-bottom: 0;
	}
	.contact .btnInput {
		margin-bottom: 20px;
	}
	.mainTechnologies .middle, .mainTechnologies .bottom {
		border: none;
	}
	.mainTechnologies .blockL {
		border: none;
	}
	.mainTechnologies .block {
		width: 100%;
		height: auto;
		padding: 20px 0;
		border-bottom: 1px dotted #000;
	}
	.mainTechnologies .last {
		border-bottom: none;
	}
	.mainTechnologies .top, .mainTechnologies .middle, .mainTechnologies .bottom {
		padding: 0;
	}
	.mainTechnologies .image {
		width: 20%;
		height: auto;
		margin: 0;
		padding-right: 3%;
	}
	.mainTechnologies img {
		width: 100%;
	}
	.mainTechnologies .text {
		width: 77%;
		height: auto;
		margin: 0;
	}
	.required-contact {
		float: none;
		margin-left: 10px;
	}
	main {
		min-height: calc(100vh - 305px);
	}
}
@media screen and (max-width: 320px) {
	h3.servicesTitle {
		font-size: 24px;
	}
	.logoInner img, .logoInner a {
		width: 90%;
	}
	.logoFooter img, .logoFooter a {
		width: 100%;
	}
}
.headerNav .menuBtn {
	top: 0;
	width: 40px;
	margin-top: 10px;
	margin-right: 10px;
}
.navListSp {
	z-index: 9999;
	top: 48px;
	right: 9px;
	/*left: 9px;*/
	display: none;
}
.headerNav .menuBtn, .navListSp {
	position: absolute;
	background: #272727;
	right: 0;
}
.navListSp li:not(:last-child) {
	border-bottom: 1px solid #fff;
}
.navListSp li a {
	font-size: 87.5%;
	font-weight: 700;
	display: block;
	width: 160px;
	height: 35px;
	padding: 12px 0 0 16px;
	color: #fff;
}
.logoInner a {
	display: block;
}
.img-responsive {
	display: inline-block;
	width: 100%;
	max-width: 100%;
	height: auto;
}
.center {
	display: block;
	margin-left: auto;
	margin-right: auto
}
.partnerLogo {
	height: 100px;
}
.colum1 {
	float: left
}
.partnerName {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100px;
}