@charset "UTF-8";

/* oem
---------------------------------------------------------------------------*/
header {
	margin-bottom: 0;
}

#mainContents {
	max-width: 100%;
}

.sec-title {
	margin-bottom: 25px;
	font-size: 23px;
	letter-spacing: 0.04em;
}

section p {
	color: #454545;
	font-size: 16px;
	line-height: 1.8;
	letter-spacing: 0.1em;
}

section p:last-of-type {
	margin-bottom: 0 !important;
}

.title-set strong {
	display: block;
	margin-bottom: 6px;
	color: #000000;
	font-size: 22px;
	font-weight: bold;
	letter-spacing: 0.15em;
}


/* .img-main
---------------------------------------------------------------------------*/
.img-main {
	width: 100%;
}

.img-main a:hover {
	opacity: 0.8;
}

.img-main img {
	width: 100%;
	height: auto;
	-webkit-backface-visibility: hidden;
	image-rendering: -webkit-optimize-contrast;
}


/* .sec-lead
---------------------------------------------------------------------------*/
.sec-lead {
	margin-bottom: 80px;
	padding-top: 80px;
	text-align: center;
}

.sec-lead h1 {
	margin-bottom: 45px;
	color: #000000;
	font-size: 30px;
	font-weight: 500;
	letter-spacing: 0.1em;
}

.sec-lead p {
	color: #000000;
	line-height: 2.1;
}


/* .sec-point
---------------------------------------------------------------------------*/
.sec-point {
	width: 100%;
	margin-bottom: 90px;
}

.sec-point .inner {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	width: 1030px;
	margin: 0 auto 50px;
	transform: translateX(15px);
}

.sec-point .inner figure {
	width: 479px;
	min-width: 479px;
}

.sec-point .inner figure img {
	display: block;
	margin-bottom: 2px;
}

.sec-point .inner figure img:last-of-type {
	margin-bottom: 0;
}

.sec-point .inner .txt {
	padding: 0 0 0 50px;
}

.sec-point .inner h2 {
	margin-bottom: 24px;
	color: #000000;
	font-size: 24px;
	font-weight: 500;
	line-height: 1.65;
	letter-spacing: 0.14em;
}

.sec-point .inner p {
	white-space: nowrap;
}


/* .sec-type
---------------------------------------------------------------------------*/
.sec-type {
	display: -webkit-box;
	display: flex;
	justify-content: space-between;
	width: 1024px;
	margin: 0 auto 150px;
}

.sec-type .inner {
	box-sizing: border-box;
	border: 1px solid #D9D9D9;
	width: 486px;
	padding: 50px;
}

.sec-type .inner figure {
	margin-bottom: 38px;
}

.sec-type .inner h2 {
	margin-bottom: 24px;
	text-align: center;
}

.sec-type .inner h2 strong {
	padding-right: 8px;
	font-size: 20px;
	letter-spacing: 0.08em;
}

.sec-type .inner h2 em {
	color: #454545;
	font-size: 16px;
	letter-spacing: 0.04em;
}

.sec-type .inner p {
	font-size: 14px;
	line-height: 2;
	text-align: justify;
}


/* .sec-workflow
---------------------------------------------------------------------------*/
.sec-workflow {
	width: 1308px;
	margin: 0 auto 125px;
}

.flow-list {
	display: -webkit-box;
	display: flex;
	justify-content: space-between;
}

.flow-list .inner {
	box-sizing: border-box;
	border: 1px solid #D9D9D9;
	width: 237px;
	padding: 30px 24px 24px;
}

.flow-list .inner h3 {
	margin-bottom: 20px;
	font-size: 16px;
	letter-spacing: 0.1em;
	text-align: center;
	white-space: nowrap;
}

.flow-list .inner p {
	font-size: 13px;
	line-height: 1.9;
	letter-spacing: 0.03em;
	text-align: justify;
}


/* .sec-project
---------------------------------------------------------------------------*/
.sec-project {
	width: 1308px;
	margin: 0 auto 20px;
}

.oem-project-list {
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
}

.oem-project-list article {
	position: relative;
	width: 236px;
	margin: 0 32px 45px 0;
	cursor: pointer;
	transition: .15s ease-out;
}

.oem-project-list article:nth-of-type(5n) {
	margin-right: 0;
}

.oem-project-list article:hover {
	opacity: 0.8;
}

.oem-project-list article figure {
	margin-bottom: 20px;
}

.oem-project-list article figure.noimg {
	position: relative;
	width: 100%;
}

.oem-project-list article figure.noimg:before {
	display: block;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	box-sizing: border-box;
	border: 1px solid #E6E6E6;
	width: 100%;
	height: 100%;
	z-index: 2;
	pointer-events: none;
}

.oem-project-list article figure.noimg img {
	width: 100%;
	height: auto;
	-webkit-backface-visibility: hidden;
	image-rendering: -webkit-optimize-contrast;
}

#oemContents .oem-project-list article .category {
	position: absolute;
	top: 0;
	left: -14px;
	font-size: 10px;
	font-weight: 400 !important;
	letter-spacing: 0.1em;
	font-feature-settings: 'palt' 0;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	white-space: nowrap;
	transform-origin: left top;
	transform: scale(0.9);
}

.oem-project-list article h3 {
	margin-bottom: 5px;
	font-size: 14px;
	line-height: 1.6;
	letter-spacing: 0.06em;
}

.oem-project-list article h4 {
	color: #888888;
	font-size: 11px;
	line-height: 1.6;
	letter-spacing: 0.06em;
}


/* .modal-oem-wrap
---------------------------------------------------------------------------*/
.modal-oem-wrap {
	display: -webkit-box;
	display: flex;
	position: fixed;
	top: 0;
	left: 0;
	background-color: #FFFFFF;
	width: 100%;
	height: 100%;
	z-index: -999;
	opacity: 0;
}

.modal-oem-close {
	position: absolute;
	top: 15px;
	left: 15px;
	padding: 20px;
	z-index: 10;
	transition: .15s ease-out;
	cursor: pointer;
}

.modal-oem-close:hover {
	opacity: 0.5;
}

.modal-oem-close img {
	width: 40px;
	height: auto;
}

/* .modal-oem-wrap .txt
------------------------------------*/
.modal-oem-wrap .txt {
	order: 1;
	position: relative;
	width: 400px;
	min-width: 400px;
	height: 100%;
	min-height: 700px;
	color: #000000;
}

.modal-oem-wrap .txt-inner {
	position: relative;
	height: 100%;
	display: none;
	opacity: 0;
}

.modal-oem-wrap .txt-inner-s {
	position: absolute;
	top: 50%;
	left: 45px;
	transform: translateY(-50%);
	box-sizing: border-box;
	width: calc(100% - 85px);
	max-height: calc(100vh - 260px);
	padding-right: 30px;
	overflow-y: scroll;
}

.modal-oem-wrap .txt-inner-s::-webkit-scrollbar { width: 1px; }
.modal-oem-wrap .txt-inner-s::-webkit-scrollbar-track { border-radius: 1px; background: #FFFFFF; }
.modal-oem-wrap .txt-inner-s::-webkit-scrollbar-thumb { border-radius: 1px; background: #DBDBDB; }

#oemContents .modal-oem-wrap .txt .year {
	margin-bottom: 16px;
	font-size: 13px;
	font-weight: 400 !important;
	letter-spacing: 0.12em;
}

.modal-oem-wrap .txt h3 {
	margin-bottom: 20px;
	font-size: 22px;
	line-height: 1.6;
	letter-spacing: 0.06em;
}

.modal-oem-wrap .txt > div p {
	color: #000000;
	font-size: 14px;
	line-height: 2;
	text-align: justify;
	word-break: break-all;
}

.modal-oem-wrap .txt dl {
	margin-top: 45px;
}

.modal-oem-wrap .txt dl > div {
	display: -webkit-box;
	display: flex;
	border-bottom: 1px solid #D9D9D9;
	margin-bottom: 11px;
	padding-bottom: 10px;
	font-size: 13px;
	line-height: 1.6;
	letter-spacing: 0.08em;
}

.modal-oem-wrap .txt dl > div:last-of-type {
	margin-bottom: 0;
}

.modal-oem-wrap .txt dt {
	box-sizing: border-box;
	width: 100px;
	min-width: 100px;
	padding: 0 10px 0 2px;
}

/* .modal-oem-wrap .img
------------------------------------*/
.modal-oem-wrap .img {
	order: 2;
	width: 100%;
	height: 100%;
	overflow-x: auto;
	position: relative;
}

.modal-oem-wrap .img::-webkit-scrollbar { width: 1px; }
.modal-oem-wrap .img::-webkit-scrollbar-track { border-radius: 1px; background: #FFFFFF; }
.modal-oem-wrap .img::-webkit-scrollbar-thumb { border-radius: 1px; background: #FFFFFF; }

.modal-oem-wrap .img figure {
	display: none;
	opacity: 0;
}

.modal-oem-wrap .img img {
	display: block;
	width: 100%;
	height: auto;
	margin-bottom: 10px;
	-webkit-backface-visibility: hidden;
	image-rendering: -webkit-optimize-contrast;
}

.modal-oem-wrap .img img:last-child {
	margin-bottom: 0;
}

/* .modal-oem-wrap nav
------------------------------------*/
.modal-oem-wrap nav {
	order: 3;
	box-sizing: border-box;
	width: 330px;
	min-width: 330px;
	height: 100%;
	padding: 175px 30px 55px 40px;
	overflow-x: auto;
	position: relative;
	opacity: 0;
	display: block !important;
}

.modal-oem-wrap nav::-webkit-scrollbar { width: 2px; }
.modal-oem-wrap nav::-webkit-scrollbar-track { border-radius: 2px; background: #FFFFFF; }
.modal-oem-wrap nav::-webkit-scrollbar-thumb { border-radius: 2px; background: #DEDEDE; }

.modal-oem-wrap nav li {
	margin-bottom: 5px;
	font-size: 12px;
	line-height: 1.6;
	letter-spacing: 0.06em;
}

.modal-oem-wrap nav li strong {
	display: inline-block;
	padding: 5px 5px 5px 0;
	color: #000000;
	transition: .15s ease-out;
	cursor: pointer;
	opacity: 0.5;
}

.modal-oem-wrap nav li span {
	border-bottom: 1px solid #000000;
}

.modal-oem-wrap nav li.current strong,
.modal-oem-wrap nav li strong:hover {
	opacity: 1;
}

/* .nav-post
------------------------------------*/
.nav-post {
	position: absolute;
	top: 40px;
	right: 40px;
	z-index: 10;
}

.nav-post > div {
	margin-bottom: 13px;
	cursor: pointer;
	transition: .15s ease-out;
}

.nav-post > div:hover { opacity: 0.5; }
.nav-post .prev { transform: rotate(-90deg); }
.nav-post .next { transform: rotate(90deg); }

/* media query
-----------------------------------*/
@media (max-height: 800px) {
	.modal-oem-close {
		top: 10px;
		left: 10px;
	}
	.modal-oem-close img {
		width: 35px;
	}
	.modal-oem-wrap .txt-inner-s {
		position: absolute;
		top: inherit;
		bottom: 60px;
		max-height: calc(100vh - 180px);
		transform: translateY(0);
	}
}


/* .sec-order-form
---------------------------------------------------------------------------*/
.sec-order-form {
	border-top: 1px solid #E6E6E6;
	width: 100%;
	padding: 150px 0 50px;
}

.sec-order-form .inner {
	width: 910px;
	margin: 0 auto;
	text-align: center;
}

.sec-order-form .inner > p {
	font-size: 18px;
	line-height: 2.1;
	letter-spacing: 0.14em;
	text-align: center;
}

/* .form-wrap
------------------------------------*/
.form-wrap {
	margin-top: 40px;
	text-align: left;
}

.form-wrap dl {
	width: 100%;
	line-height: 1.7;
}

.form-wrap dl div {
	display: flex;
	margin-bottom: 22px;
}

.form-wrap dl div:last-of-type {
	margin-bottom: 0;
}

.form-wrap dt {
	position: relative;
	box-sizing: border-box;
	width: 230px;
	min-width: 230px;
	padding: 14px 45px 0 0;
	color: #000000;
	font-size: 14px;
	letter-spacing: 0.04em;
	text-align: justify;
}

.form-wrap dt.left {
	text-align: left;
	white-space: nowrap;
}

.form-wrap dt.pt {
	padding-top: 2px;
}

.form-wrap .file {
	padding-top: 5px;
}

.form-wrap .file dt {
	padding-top: 3px;
}

.form-wrap dt span {
	display: block;
	margin-top: 6px;
	font-size: 12px;
	letter-spacing: 0.1em;
}

.form-wrap dt i {
	display: block;
	position: absolute;
	top: 10px;
	right: 0;
	background-color: #C40018;
	padding: 2px 12px 3px 14px;
	color: #FFFFFF;
	font-size: 15px;
	text-align: center;
}

.form-wrap dd {
	position: relative;
	width: calc(100% - 230px);
}

.form-wrap dd.size-s {
	width: 170px;
}

.form-wrap dd.dd-radio {
	padding: 13px 0 0;
}

.form-wrap dd.dd-radio.pb {
	padding-bottom: 13px;
}

.form-wrap dd em {
	display: inline-block;
	white-space: nowrap;
}

.form-wrap dd.size-m em {
	margin-left: 5px;
	transform: translateY(15px);
}

.form-wrap dd p {
	margin-top: 10px;
	font-size: 13px;
	letter-spacing: 0.05em;
}

.form-wrap label {
	cursor: pointer;
	transition: .15s ease-out;
}

.form-wrap label:hover {
	opacity: 0.7;
}

.form-wrap .dd-file > span:nth-of-type(2) {
	position: absolute;
	top: 11px;
	left: 180px;
}

.form-wrap .dd-file > span:nth-of-type(2) input {
	position: relative;
	margin-left: -4px;
	font-size: 13px;
	transform: translateY(-2px);
	cursor: pointer;
}

.form-wrap .dd-file > span:nth-of-type(2) input[type=file]::file-selector-button,
.form-wrap .dd-file > span:nth-of-type(2) input[type=file]::-webkit-file-upload-button {
	height: 29px;
	opacity: 0;
}

.form-wrap .dd-file > span:nth-of-type(2) input:before {
	display: block;
	content: '';
	position: absolute;
	top: 0;
	left: 7px;
	background-color: #C7514B;
	border-radius: 2px;
	width: 93px;
	height: 100%;
	z-index: 1;
}

.form-wrap .dd-file > span:nth-of-type(2) input:after {
	display: block;
	content: '添付ファイル';
	position: absolute;
	top: 5.5px;
	left: 18px;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0.1em;
	z-index: 2;
}

_::-webkit-full-page-media, _:future, .form-wrap .dd-file > span:nth-of-type(2) input {
	width: 210px;
	margin-left: 14px;
	transform: translateY(2px);
}

_::-webkit-full-page-media, _:future, .form-wrap .dd-file > span:nth-of-type(2) input:before {
	top: -6.5px;
	left: -8px;
	width: 89px;
	height: 28px;
}

_::-webkit-full-page-media, _:future, .form-wrap .dd-file > span:nth-of-type(2) input:after {
	top: -1px;
	left: 1px;
	letter-spacing: 0.08em;
	font-weight: normal;
}

.form-wrap .dd-file > span:nth-of-type(2) .wpcf7-not-valid-tip {
	display: inline-block;
	margin: 0 0 0 -10px;
  transform: translateY(-2px);
}

_::-webkit-full-page-media, _:future, .form-wrap .dd-file > span:nth-of-type(2) .wpcf7-not-valid-tip {
	transform: translateY(0);
}

/* input
------------------------------------*/
.wpcf7-form-control-wrap {
	display: inline-block;
	position: relative;
	width: 100%;
}

.form-wrap input[type="text"],
.form-wrap input[type="email"],
.form-wrap input[type="tel"],
.form-wrap input[type="url"],
.form-wrap textarea,
.btn-select .customSelect {
	display: inline-block;
	box-sizing: border-box;
	background-color: #FFFFFF;
	border: 1px solid #E7E7E7;
	border-radius: 0;
	width: 100%;
	height: 48px;
	padding: 10px 18px;
	font-size: 14px;
	letter-spacing: 0.08em;
}

.form-wrap dd.size-m .wpcf7-form-control-wrap {
	width: 240px;
}

.form-wrap dd.size-m .wpcf7-form-control-wrap input {
	text-align: right;
}

.form-wrap .wpcf7-radio input[type="radio"] {
	display: block;
	content: '';
	position: absolute;
	top: 4px;
	left: 0;
	box-sizing: border-box;
	background-color: #FFFFFF;
	border: 1px solid #E7E7E7;
	border-radius: 50%;
	width: 16px;
	height: 16px;
	cursor: pointer;
}

_::-webkit-full-page-media, _:future, :root .form-wrap .wpcf7-radio input[type="radio"] {
	top: 3px;
}

.form-wrap .wpcf7-radio input[type="radio"]:before {
	display: block;
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	background-color: #C7514B;
	border-radius: 50%;
	width: 8px;
	height: 8px;
	opacity: 0;
	transition: .1s ease-out;
}

.form-wrap .wpcf7-radio input[type="radio"]:checked:before {
	opacity: 1;
}

.form-wrap .wpcf7-radio label {
	display: inline-block;
	position: relative;
	padding: 0 0 0 23px;
	font-size: 14px;
	letter-spacing: 0.02em;
	white-space: nowrap;
}

.form-wrap .wpcf7-list-item {
	display: inline-block;
	margin-right: 18px;
}

.form-wrap dd.vertical .wpcf7-list-item {
	display: block;
	margin-bottom: 12px;
}

.form-wrap dd.dd-size .wpcf7-list-item:first-of-type {
	margin-bottom: 20px;
}

.form-wrap dd.vertical .wpcf7-list-item:last-of-type {
	margin-bottom: 0;
}

.form-wrap dd.dd-size .wpcf7-list-item:first-of-type .wpcf7-list-item-label {
	opacity: 0;
}

.form-wrap dd.dd-size em {
	padding: 0 6px 0 3px;
	font-size: 14px;
	transform: translateY(12px);
}

.form-wrap dd.dd-size em:first-of-type {
	padding-left: 0;
	font-size: 15px;
}

.form-wrap dd.dd-size em i {
	font-size: 12px;
	font-style: normal;
}

.form-wrap dd.dd-size .div-size {
	position: absolute;
	top: 8px;
	left: 24px;
}

.form-wrap dd.dd-size .div-size input[type="text"] {
	width: 54px;
	height: 32px;
	padding: 8px 7px;
	text-align: right;
	letter-spacing: 0.06em;
}

.form-wrap dd.dd-schedule .wpcf7-form-control-wrap {
	width: 74px;
}

.form-wrap dd.dd-schedule .wpcf7-form-control-wrap input {
	text-align: right;
}

.form-wrap dd.dd-schedule i {
	display: inline-block;
	margin: 0 10px 0 5px;
	font-size: 14px;
	font-style: normal;
	transform: translateY(29px);
}

.form-wrap dd.other .wpcf7-list-item:last-of-type {
	display: block;
	margin-top: 15px;
}

.form-wrap .dd-radio.other > span:nth-of-type(2) {
	position: absolute;
	top: 48px;
  left: 80px;
  width: calc(100% - 80px);
}

.form-wrap .dd-radio.other input[type="text"] {
	height: 32px;
	padding: 8px 12px;
}

.form-wrap .btn-select {
	white-space: nowrap;
}

.form-wrap .btn-select .wpcf7-select {
	top: 0 !important;
	left: 0 !important;
	padding-top: 12px;
	letter-spacing: 0;
	cursor: pointer;
	z-index: 1;
}

.form-wrap .btn-select .customSelect {
	width: 240px;
	padding-right: 40px;
}

.form-wrap .btn-select .wpcf7-select .customSelectInner {
	position: relative;
	width: 100% !important;
	z-index: 0;
}

.form-wrap .btn-select .wpcf7-select .customSelectInner:after {
	display: block;
	content: '';
	position: absolute;
	top: 8px;
	right: -24px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 7px 4px 0 4px;
	border-color: #000000 transparent transparent transparent;
}

.form-wrap textarea {
	height: 400px;
	padding: 20px 22px;
}

/* .form-main
------------------------------------*/
.form-main {
	padding: 0 75px;
}

/* .form-sub
------------------------------------*/
.form-sub {
	background-color: #FCFCF9;
	margin-top: 90px;
	padding: 75px;
}

.form-sub > p {
	font-size: 15px;
	letter-spacing: 0.08em;
}

.form-sub dl {
	border-top: 1px solid rgba(220, 220, 220, 0.5);
	margin-top: 20px;
	padding-top: 40px;
}

/* .btn-submit
------------------------------------*/
.btn-submit {
	margin: 35px auto 0;
	text-align: center;
}

.btn-submit input {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display: inline-block;
	box-sizing: border-box;
	background: #000000;
	border: none;
	border-radius: 0;
	height: auto;
	padding: 19px 48px 19px 50px;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0.2em;
	transition: .15s ease-out;
}

.btn-submit input:hover {
	opacity: 0.7;
}

/* error
------------------------------------*/
.form-wrap .txt-error,
.wpcf7-not-valid-tip,
.txt-response,
.wpcf7-response-output {
	display: block;
	color: #C7514B;
}

.form-wrap .txt-error,
.wpcf7-not-valid-tip {
	margin: 10px 0 0;
	padding: 0;
	font-size: 12px;
	line-height: 1.4;
	letter-spacing: 0.1em;
	white-space: nowrap;
}

.screen-reader-response {
	display: none;
}

.txt-response,
.wpcf7-response-output {
	display: inline-block;
	border-bottom: 1px solid #C7514B;
	margin: 35px 0 0;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.6;
	letter-spacing: 0.14em;
	text-align: center;
}

.response .wpcf7-response-output {
	margin: 25px 0 30px;
}

.wpcf7-form {
	margin-top: -180px;
	padding-top: 180px;
}

.wpcf7 .wpcf7-not-valid {
	background: #FFFBE6 !important;
}

.dd-file .wpcf7-not-valid {
	background: none !important;
}


/* media query
---------------------------------------------------------------------------*/
@media (max-width: 1420px) {
	.sec-workflow,
	.sec-project {
		box-sizing: border-box;
		width: 100%;
		padding: 0 50px;
	}
	.flow-list .inner {
		width: 18%;
	}
	.flow-list .inner h3 {
		font-size: 15px;
	}
	.oem-project-list article {
		width: 18%;
		margin-right: 2.5%;
	}
	.oem-project-list article:nth-of-type(5n) {
		margin-right: 0;
	}
	.oem-project-list article img {
		width: 100%;
		height: auto;
		-webkit-backface-visibility: hidden;
		image-rendering: -webkit-optimize-contrast;
	}
}