@charset "UTF-8";


.forpc { display: block; }
.forsp { display: none; }
.forpcinline { display: inline; }
.forspinline { display: none; }

.subContents {
	width: 1080px;
	text-align: left;
	margin: 0 auto;
}

.h-type01 {
	color: #040000;
	font-size: 2.4rem;
	font-weight: bold;
	margin: 0 0 50px;
}
.h-type01 span {
	padding: 0 0 0 15px;
	position: relative;
}
.h-type01 span::before {
	content: "";
	width: 8px;
	height: 8px;
	background: #e6211a;
	border-radius: 50%;
	position: absolute;
	top: calc(50% - .2rem);
	left: 0;
}
.h-type02 {
	font-size: 1.67rem;
	margin: 0 0 15px;
	padding: 0 0 10px;
	border-bottom: solid 1px #d97673;
}

section {
	padding: 50px 0;
}

header {
	width: 100%;
	padding: 40px 0 20px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 2;
}
header.scrl {
	background: rgba(204,204,204,1);
}
header > div {
	width: 980px;
	margin: 0 auto;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}
header .logo {
	width: 70px;
}
header .logo img {
	width: 100%;
}
header #menu-trigger {
	display: none;
}
header nav {
	width: calc(100% - 180px);
}
header nav ul {
	font-weight: bold;
	display: flex;
	justify-content: space-between;
}
header nav ul li a {
	color: #040000;
	text-decoration: none;
}
header nav ul li a:hover {
	color: #e6211a;
}

#mainv {
	background: url(../images/common/bg_do.svg) no-repeat right -80px top -140px, linear-gradient(to bottom, rgba(204,204,204,1) 0%,rgba(204,204,204,1) 100vh,rgba(255,255,255,1) 100vh,rgba(255,255,255,1) 100%);
	position: relative;
}
#mainv .maincopy {
	width: 100%;
	height: calc(100vh - 50px);
	position: relative;
}
#mainv .maincopy h1 {
	width: 100%;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
#mainv .maincopy h1 img {
}
#mainv .maincopy h1 span {
	padding-left: 100px;
	position: relative;
}
#mainv .maincopy h1 span::before {
	content: "";
	width: 43px;
	height: 224px;
	background: url(../images/main_s_01.png) no-repeat;
	background-size: 100% auto;
	position: absolute;
	top: -120px;
	left: 0;
}

#mainv #technology {
	padding-top: 100px;
	position: relative;
}
#mainv #technology .techlead {
	position: relative;
}
#mainv #technology .techlead::after {
	content: "";
	width: 270px;
	height: 48px;
	background: url(../images/technology_h_01.png) no-repeat;
	position: absolute;
	top: 0;
	right: 0;
}
#mainv #technology .techlead h2 {
	margin-bottom: 100px;
}
#mainv #technology .techlead .mainCopy {
	text-align: center;
	margin-bottom: 50px;
}
#mainv #technology .techlead .mainCopy .lead {
	border-bottom: solid 1px #f2908c;
	margin-bottom: 20px;
	padding: 0 50px 5px;
	display: inline-block;
}
#mainv #technology .techlead .mainCopy .subtit {
	margin-bottom: 60px;
}
#mainv #technology ul li {
	margin: 0 0 60px;
	position: relative;
}
#mainv #technology ul li figure {
	width: 65%;
	height: 430px;
}
#mainv #technology ul li:nth-child(odd) figure { margin-left: auto; }
#mainv #technology ul li:nth-child(even) figure { margin-right: auto; }

#mainv #technology ul li figure img {
	width: 100%;
	height: 430px;
	object-fit: cover;
}
#mainv #technology ul li .text {
	width: 55%;
	height: 300px;
	text-align: left;
	position: absolute;
	top: 65px;
	display: flex;
	align-items: center;
}
#mainv #technology ul li:nth-child(odd) .text { background: #ccc; left: 0; padding-left: calc(50vw - 540px); }
#mainv #technology ul li:nth-child(even) .text { background: #f2f2f2; right: 0; padding-left: 9%; }

#mainv #technology ul li .text p {
	line-height: 2.2;
}

@media screen and (max-width:1080px) {
	#mainv #technology ul li {
		width: 1080px;
		margin: 0 auto;
	}
}

#products {
	padding-bottom: 80px;
}
#products ul {
	margin: 0 20px;
	display: flex;
	justify-content: space-evenly;
}
#products ul li {
	text-align: center;
}
#products ul li h3 {
	margin: 0 0 20px;
}
#products ul li h3 img {
	width: auto;
	height: 46px;
}
#products ul li .btn {
	margin: 20px 0 0 0;
	width: 280px;
	display: inline-block;
}
#products ul li .btn a {
	color: #fff;
	text-align: center;
	text-decoration: none;
	padding: 20px 0;
	display: block;
}
#products ul li:nth-child(1) .btn a { background: #4154a3; }
#products ul li:nth-child(2) .btn a { background: #f48676; }
#products ul li:nth-child(3) .btn a { background: #4bb1af; }

#customers {
	color: #fff;
	background: #666;
	padding: 80px 0;
}
#customers .subContents {
	padding-bottom: 60px;
	position: relative;
}
#customers .subContents::after {
	content: "";
	width: 355px;
	height: 37px;
	background: url(../images/customers_h_01.png) no-repeat;
	position: absolute;
	bottom: 0;
	right: 0;
}
#customers .h-type01 {
	color: #fff;
	text-align: center;
	margin-bottom: 10px;
}
#customers .subtit {
	text-align: center;
	margin-bottom: 50px;
}
#customers ul {
	margin: 0 200px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#customers ul li {
	margin-bottom: 10px;
}
#customers ul li:nth-child(3n-2) { width: 12em; }
#customers ul li:nth-child(3n-1) { width: 17em; }
#customers ul li:nth-child(3n)   { width: 12em; }

#sns {
	background: #b3b3b3;
	padding: 80px 0;
}
#sns .subContents {
	width: 980px;
	position: relative;
}
#sns .subContents::after {
	content: "";
	width: 297px;
	height: 37px;
	background: url(../images/sns_h_01.png) no-repeat;
	position: absolute;
	bottom: 15px;
	left: 20px;
}
#sns .btn {
	position: relative;
}
#sns .btn a {
	color: #fff;
	text-align: center;
	text-decoration: none;
	line-height: 2.0;
	padding: 45px 0 40px 50px;
	display: block;
	opacity:1.0;
}
#sns .btn a span {
	font-size: 280%;
	font-weight: bold;
}
#sns .btn::before {
	content: "";
	width: 104px;
	height: 82px;
	background: url(../images/common/logo.svg) no-repeat;
	background-size: 100% auto;
	position: absolute;
	top: 50px;
	left: 110px;
}
#sns .honbun {
	margin: 0px 80px 80px;
}
#sns ul {
	margin-right: 30px;
	height		: 50px;
	display: flex;
	justify-content: flex-end;
}
#sns ul li {
	margin-left: 30px;
}
#sns ul li img {
	width: auto;
	height: 30px;
}


#profile {
}
#profile .subContents {
	position: relative;
}
#profile .subContents::after {
	content: "";
	width: 390px;
	height: 47px;
	background: url(../images/profile_h_01.png) no-repeat;
	position: absolute;
	top: 0;
	right: 0;
}
#profile .subContents > div {
	display: flex;
	justify-content: space-between;
}
#profile .subContents > div dl {
	width: 50%;
}
#profile .subContents > div dl:first-of-type { border-right: solid 1px #e6211a; padding-right: 60px; }
#profile .subContents > div dl:last-of-type { padding-left: 60px; }

#profile .subContents > div dt:not(:first-of-type) {
	margin: 1.5em 0 0 0;
}

#philosophy {
}
#philosophy .subContents {
	position: relative;
}
#philosophy .subContents::after {
	content: "";
	width: 509px;
	height: 47px;
	background: url(../images/philosophy_h_01.png) no-repeat;
	position: absolute;
	top: 0;
	right: 0;
}
#philosophy .honbun {
	margin-bottom: 50px;
}
#philosophy .honbun p {
	line-height: 2.5;
}
#philosophy .honbun .midashi {
	color: #040000;
	font-weight: bold;
	font-size: 2.33rem;
	font-feature-settings: "palt";
	margin-bottom: 10px;
}
#philosophy .image {
	display: flex;
	align-items: flex-end;
}
#philosophy .image figure {
	width: 720px;
	margin-right: 50px;
}
#philosophy .image > div {
	width: calc(100% - 770px);
}
#philosophy .image > div img {
	width: 68px;
}
#philosophy .image > div p {
	margin-top: 20px;
}

#history {
}
#history .subContents {
	position: relative;
}
#history .subContents::after {
	content: "";
	width: 416px;
	height: 47px;
	background: url(../images/history_h_01.png) no-repeat;
	position: absolute;
	top: 0;
	right: 0;
}
#history dl {
	margin-top: 50px;
}
#history dl dt {
	float: left;
}
#history dl dd {
	padding: 0 0 0 150px;
}

#access {
}
#access .subContents {
	position: relative;
}
#access .subContents::after {
	content: "";
	width: 160px;
	height: 36px;
	background: url(../images/access_h_01.png) no-repeat;
	position: absolute;
	top: 0;
	right: 0;
}
#access .btn {
	text-align: right;
	margin: 20px 0 20px 0;
}
#access .btn a {
	color: #fff;
	text-decoration: none;
	background: #e6211a;
	padding: 10px 80px;
	display: inline-block;
}
#access iframe {
	width: 100%;
	height: 400px;
}

#information {
}
#information .subContents {
	position: relative;
}
#information .subContents::after {
	content: "";
	width: 268px;
	height: 37px;
	background: url(../images/information_h_01.png) no-repeat;
	position: absolute;
	top: 0;
	right: 0;
}

footer {
	background: #ccc url(../images/common/bg_do.svg) no-repeat right -35vw top -35vw;
	background-size: 80vw auto;
	padding: 150px 0 50px;
}
footer .subContents > div {
	display: flex;
	margin: 0 20px 0px;
}
footer .subContents > div .logo {
	width: 70px;
	margin-left: 70px;
}
footer .subContents > div .links {
	width: 300px;
	margin-left: 80px;
}
footer .subContents > div .links a {
	color: #4d4d4d;
}
footer .subContents > div .address {
	width: 540px;
}

footer .logo2 {
	position: relative;
	width: 228px;
	left: 740px;
	top: -120px;
}

footer .copyright {
	text-align: center;
}

/* FOR smartphone landscape
***************************************************************************/
@media screen and (max-width:756px) {

	.forpc { display: none; }
	.forsp { display: block; }
	.forpcinline { display: none; }
	.forspinline { display: inline; }
	img { width: 100%; }

	.subContents {
		width: 100vw;
		padding: 0 5vw;
	}

	.h-type01 {
		font-size: 1.8rem;
		margin: 0 0 4vw;
	}
	.h-type01 span {
	}
	.h-type01 span::before {
	}
	.h-type02 {
		font-size: 1.6rem;
		line-height: 1.5;
	}

	section {
		padding: 5vw 0;
	}

	header {
		padding: 3vw 5vw;
		box-sizing: border-box;
	}
	header.scrl {
	}
	header > div {
		width: 100%;
		display: block;
		position: relative;
	}
	header .logo {
		width: 15vw;
		margin-bottom: 2vw;
	}
	header #menu-trigger,
	header #menu-trigger span {
		display: inline-block;
		transition: all .4s;
		box-sizing: border-box;
	}
	header #menu-trigger {
		width: 10vw;
		height: 7vw;
		background: none;
		border: none;
		appearance: none;
		cursor: pointer;
		position: absolute;
		top: 2vw;
		right: 0;
	}
	header #menu-trigger span {
		position: absolute;
		left: 0;
		width: 100%;
		height: 3px;
		background-color: #4d4d4d;
	}
	header #menu-trigger span:nth-of-type(1) {
		top: 0;
	}
	header #menu-trigger span:nth-of-type(2) {
		top: 3vw;
	}
	header #menu-trigger span:nth-of-type(3) {
		bottom: 0;
	}

	header #menu-trigger.active span:nth-of-type(1) {
		transform: translateY(3vw) rotate(-45deg);
	}
	header #menu-trigger.active span:nth-of-type(2) {
		opacity: 0;
	}
	header #menu-trigger.active span:nth-of-type(3) {
		transform: translateY(-3vw) rotate(45deg);
	}

	header nav {
		width: 100vw;
		margin: 0 -5vw;
		display: none;
	}
	header nav ul {
		text-align: left;
		background: #fff;
		display: block;
	}
	header nav ul li a {
		color: #040000;
		font-weight: normal;
		text-decoration: none;
		border-bottom: solid 1px #666;
		padding: 5px 5vw;
		display: block;
		position: relative;
	}
	header nav ul li a:hover {
		color: #040000;
	}
	header nav ul li a::after {
		content: "";
		width: 6px;
		height: 6px;
		border-top: solid 1px #040000;
		border-right: solid 1px #040000;
		position: absolute;
		top: calc(50% - .2em);
		right: 5vw;
		transform: rotate(45deg);
	}
	#mainv {
		background: url(../images/common/bg_do.svg) no-repeat right -10px top -30px, linear-gradient(to bottom, rgba(204,204,204,1) 0%,rgba(204,204,204,1) 50vh,rgba(255,255,255,1) 50vh,rgba(255,255,255,1) 100%);
	}
	#mainv .maincopy {
		width: 100%;
		height: calc(50vh - 20px);
		position: relative;
	}
	#mainv .maincopy h1 {
		width: 80%;
	}
	#mainv .maincopy h1 img {
	}
	#mainv .maincopy h1 span {
		padding-left: 0;
	}
	#mainv .maincopy h1 span::before {
		width: 15px;
		height: 78px;
		top: -40px;
		left: -25px;
	}
	#mainv #technology {
		padding-top: 10vw;
		position: relative;
	}
	#mainv #technology .techlead {
	}
	#mainv #technology .techlead::after {
		width: 137px;
		height: 24px;
		background-size: 100% auto;
		top: 3vw;
		right: 5vw;
	}
	#mainv #technology .techlead h2 {
		margin-bottom: 10vw;
	}
	#mainv #technology .techlead .mainCopy {
		margin-bottom: 5vw;
	}
	#mainv #technology .techlead .mainCopy .lead {
		padding: 0 10vw 5px;
	}
	#mainv #technology .techlead .mainCopy .subtit {
		margin-bottom: 10vw;
	}
	#mainv #technology ul li {
		width: 100vw;
		margin: 0 0 10vw;
		padding: 0 5vw;
		position: relative;
	}
	#mainv #technology ul li figure {
		width: 100%;
		height: auto;
	}
	#mainv #technology ul li:nth-child(odd) figure { margin-left: 0; }
	#mainv #technology ul li:nth-child(even) figure { margin-right: 0; }

	#mainv #technology ul li figure img {
		width: 100%;
		height: auto;
	}
	#mainv #technology ul li .text {
		width: 100%;
		height: auto;
		text-align: left;
		position: static;
		display: block;
	}
	#mainv #technology ul li:nth-child(odd) .text { background: #fff; padding: 5vw 0; }
	#mainv #technology ul li:nth-child(even) .text { background: #fff; padding: 5vw 0; }

	#mainv #technology ul li .text p {
		line-height: 2;
	}


	#products {
		padding-bottom: 10vw;
	}
	#products ul {
		margin: 0;
		display: block;
	}
	#products ul li {
		width: 100%;
		margin-bottom: 10vw;
	}
	#products ul li h3 {
		text-align: center;
		margin: 0 0 5vw;
	}
	#products ul li h3 img {
		width: auto;
		height: 46px;
	}
	#products ul li .btn {
		margin: 10px 0 0 0;
	}
	#products ul li .btn a {
		padding: 10px 0;
	}

	#customers {
		padding: 10vw 0;
	}
	#customers .subContents {
		padding-bottom: 40px;
		position: relative;
	}
	#customers .subContents::after {
		width: 179px;
		height: 18px;
		background-size: 100% auto;
		right: 5vw;
	}
	#customers .h-type01 {
		font-size: 1.5rem;
		text-align: left;
	}
	#customers .subtit {
		margin-bottom: 5vw;
	}
	#customers ul {
		margin: 0;
		display: flex;
	}
	#customers ul li {
		margin-bottom: 0;
	}
	#customers ul li:nth-child(3n-2) { width: 50%; }
	#customers ul li:nth-child(3n-1) { width: 50%; }
	#customers ul li:nth-child(3n)   { width: 50%; }

	#sns {
		padding: 10vw 0;
	}
	#sns .subContents {
		width: 100%;
		padding-bottom: 10vw;
	}
	#sns .subContents::after {
		width: 149px;
		height: 19px;
		background-size: 100% auto;
		left: 5vw;
	}
	#sns .btn {
	}
	#sns .btn a {
		background: #b3b3b3;
		padding: 110px 5vw 5vw;
		display: block;
	}
	#sns .btn a span {
		font-size: 170%;
	}
	#sns .btn::before {
		top: 20px;
		left: 50%;
		transform: translateX(-50%);
	}
	#sns .honbun {
		margin: 5vw 0 5vw;
	}
	#sns ul {
		margin: 0 auto;
		display: flex;
		justify-content: center;
	}
	#sns ul li {
		margin: 0 2.5vw;
	}
	#sns ul li img {
		height: 30px;
	}


	#profile {
	}
	#profile .subContents {
	}
	#profile .subContents::after {
		width: 196px;
		height: 29px;
		background-size: 100% auto;
		top: 2vw;
		right: 5vw;
	}
	#profile .subContents > div {
		display: block;
	}
	#profile .subContents > div dl {
		width: 100%;
	}
	#profile .subContents > div dl:first-of-type { border-right: none; padding-right: 0; }
	#profile .subContents > div dl:last-of-type { padding-left: 0; }

	#profile .subContents > div dt:not(:first-of-type) {
		margin: 1.5em 0 0 0;
	}
	#profile .subContents > div dt {
		margin: 1.5em 0 0 0;
	}

	#philosophy {
	}
	#philosophy .subContents {
		padding-top: 7vw;
	}
	#philosophy .subContents::after {
		width: 259px;
		height: 25px;
		background-size: 100% auto;
		top: 0;
		right: 5vw;
	}
	#philosophy .honbun {
		margin-bottom: 5vw;
	}
	#philosophy .honbun p {
		line-height: 2;
	}
	#philosophy .honbun .midashi {
		font-size: 2rem;
	}
	#philosophy .image {
		display: block;
	}
	#philosophy .image figure {
		width: 100%;
		margin: 0 0 2vw;
	}
	#philosophy .image > div {
		width: 100%;
	}
	#philosophy .image > div img {
		display: none;
	}
	#philosophy .image > div p {
		margin-top: 0;
	}

	#history {
	}
	#history .subContents {
	}
	#history .subContents::after {
		width: 216px;
		height: 25px;
		background-size: 100% auto;
		top: 3vw;
		right: 5vw;
	}
	#history dl {
		margin-top: 5vw;
	}
	#history dl dt {
	}
	#history dl dd {
		padding: 0 0 0 5em;
	}

	#access {
	}
	#access .subContents {
	}
	#access .subContents::after {
		width: 80px;
		height: 18px;
		background-size: 100% auto;
		top: 3vw;
		right: 5vw;
	}
	#access .btn {
	}
	#access .btn a {
	}
	#access iframe {
	}
	#information .subContents::after {
		width: 140px;
		height: 20px;
		background-size: 100% auto;
		top: 3vw;
		right: 5vw;
	}

	footer {
		background: #ccc url(../images/common/bg_do.svg) no-repeat right -5vw top -5vw;
		background-size: 80vw auto;
		padding: 10vw 0 30px;
	}
	footer .subContents > div {
		display: block;
		margin: 0 0 50px;
	}
	footer .subContents > div .logo {
		width: 110px;
		margin: 0 0 5vw 0;
	}
	footer .subContents > div .links {
		display: none;
	}
	footer .subContents > div .address {
		width: 100%;
	}
footer .copyright {
	text-align: center;
}


}


