@charset "UTF-8";

body {
	overflow-x: hidden;
}

#manufacture {
	margin-top: 0;
	font-size: 20px;
	line-height: 1.5;

	font-family:
	   Hiragino Sans,
	   "ヒラギノ角ゴシック",
	   Hiragino Kaku Gothic ProN,
	   "ヒラギノ角ゴ ProN W3",
	   Roboto,
	   "Droid Sans",
	   /*YuGothic,
	   "游ゴシック",*/
	   Meiryo,
	   "メイリオ",
	   Verdana,
	   "ＭＳ Ｐゴシック",
	   sans-serif;
}

#manufacture img {
	width: auto;
	display: inline;
}

#manufacture a, #manufacture a:hover, #manufacture a:active {
	color: #000;
	text-decoration: none;
	transition: all .2s;
}

#manufacture .pc {
	display: inherit;
}

#manufacture .sp {
	display: none;
}

#manufacture .bold {
	font-weight: bold;
}

#manufacture .inner {
	width: 950px;
	margin: 0 auto;
	padding: 80px 0;
	text-align: center;
}

#manufacture h3 {
	margin-bottom: 40px;
}

#manufacture .inner>p {
	margin-bottom: 30px;
}

#manufacture p.note {
	font-size: 16px;
	margin-bottom: 0;
	text-align: justify;
	text-justify: inter-ideograph;
}

#manufacture .contentHead {
	width: 100%;
}

#manufacture .contentHead .inner {
	padding-top: 25px;
	padding-bottom: 40px;
}

#manufacture .contentHead h2 {
	background-image: url(../img/mainvisual_pc.png);
	background-repeat: no-repeat;
	background-position: center;
	width: 100%;
	min-width: 950px;
	max-width: 1500px;
	height: 493px;
	display: block;
	margin: 0 auto;
	/* テキスト非表示 */
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}

#manufacture .contentHead .inner p {
	line-height: 2.3;
	margin-bottom: 0;
	text-align: justify;
	text-justify: inter-ideograph;
}

#manufacture nav {
	background: #043564;
	margin: 0;
	padding: 0;
}

#manufacture nav .inner {
	padding: 0;
	background: #fff;
}

#manufacture nav ul {
	display: inline-block;
	font-size: 0;
	margin: 0 auto;
	width: 100%;
	vertical-align: top;
}

#manufacture nav ul li {
	display: inline-block;
	width: 33.3%;
	line-height: 110px;
	height: 110px;
	text-align: center;
	border-left: 1px solid #fff;
	background-color: #043564;
	margin: 0;
}

#manufacture nav ul li:nth-child(3) {
	border-right: 1px solid #fff;
}

#manufacture nav ul li:hover {
	opacity: 0.8;
}

#manufacture nav ul li a {
	width: 100%;
	height:100%;
	display: block;
	vertical-align: top;
	background-repeat: no-repeat;
	background-size: auto;
	background-position: center;
	position: relative;
	/* テキスト非表示 */
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}

#manufacture nav ul li:nth-child(1) a {
	background-image: url(../img/img_nav_01_pc.png);
}

#manufacture nav ul li:nth-child(2) a {
	background-image: url(../img/img_nav_02_pc.png);
}

#manufacture nav ul li:nth-child(3) a {
	background-image: url(../img/img_nav_03_pc.png);
}

#manufacture .sec01 {
	background: url(../img/bg_sec01.png);
}

#manufacture .sec01 .inner {
	padding-top: 30px;
	padding-bottom: 60px;
}

#manufacture .sec01 dl {
	display: block;
	position: relative;
	background: url(../img/bg_sec01_fig_pc.png) no-repeat;
	width: 1126px;
	height: 577px;
	margin-left: -44px;
	margin-bottom: 50px;
}

#manufacture .sec01 dt {
	position: absolute;
	color: #fff;
}

#manufacture .sec01 dt:nth-of-type(1) {
	top: 193px;
	left: 594px;
}

#manufacture .sec01 dt:nth-of-type(2) {
	top: 153px;
	left: 324px;
}

#manufacture .sec01 dt:nth-of-type(3) {
	top: 491px;
	left: 337px;
}

#manufacture .sec01 dd {
	position: absolute;
}

#manufacture .sec01 dd:nth-of-type(1) {
	top: 45px;
	left: 670px;
}

#manufacture .sec01 dd:nth-of-type(2) {
	top: 227px;
	left: 155px;
}

#manufacture .sec01 dd:nth-of-type(3) {
	top: 363px;
	left: 535px;
}

#manufacture .sec02 {}

#manufacture .sec02 ul {
	display: inline-block;
	font-size: 0;
	margin: 0 auto;
	width: 100%;
}

#manufacture .sec02 ul li {
	font-size: 20px;
	display: inline-block;
	text-align: center;
	margin: 0 10px 0 0;
	vertical-align: top;
	background: #fff;
	position: relative;
}

#manufacture .sec02 ul li:nth-child(4n) {
	margin-right: 0;
}

#manufacture .sec02 ul li::before {
	content: "";
	position: absolute;
	z-index: -1;
	width: 100%;
	height: 100%;
	display: block;
	background: #cccccc;
	bottom: -4px;
	right: -4px;
}

#manufacture .sec02 ul li a {
	display: block;
	width: 230px;
	height: 230px;
	background-repeat: no-repeat;
	background-size: 230px auto;
	background-position: center top;
}

#manufacture .sec02 ul li:nth-child(1) a {
	background-image: url(../img/img_sec02_01.jpg);
}

#manufacture .sec02 ul li:nth-child(2) a {
	background-image: url(../img/img_sec02_02.jpg);
}

#manufacture .sec02 ul li:nth-child(3) a {
	background-image: url(../img/img_sec02_03.jpg);
}

#manufacture .sec02 ul li:nth-child(4) a {
	background-image: url(../img/img_sec02_04.jpg);
}

#manufacture .sec02 ul li a:hover {
	opacity: 0.8;
}

#manufacture .sec02 ul li p {
	position: absolute;
	bottom: 0;
	left: 0;
	line-height: 56px;
	font-weight: bold;
	width: 100%;
	color: #fff;
	text-align: center;
	display: inline-block;
}

#manufacture .sec02 ul li:nth-of-type(1) p {
	background: #1dc0fc;
}

#manufacture .sec02 ul li:nth-of-type(2) p {
	background: #1ac797;
}

#manufacture .sec02 ul li:nth-of-type(3) p {
	background: #fd7b6e;
}

#manufacture .sec02 ul li:nth-of-type(4) p {
	background: #fda42d;
}

#manufacture .sec02 ul li p::before {
	content: "";
	position: absolute;
	right: 10px;
	top: 50%;
	background: url(../img/img_arrow_white.png) no-repeat;
	margin-top: -8px;
	display: block;
	width: 13px;
	height: 16px;
}

#manufacture .sec03 {
	background: #1dc0fc;
}

#manufacture .sec04 .inner {
	padding-bottom: 70px;
}

#manufacture .sec03 .inner>p {
	color: #fff;
}

#manufacture .sec03 ul {
	display: inline-block;
	font-size: 0;
	margin: 0 auto;
	text-align: left;
}

#manufacture .sec03 ul li {
	font-size: 20px;
	display: inline-block;
	text-align: center;
	margin: 0 10px 10px 0;
	vertical-align: top;
	position: relative;
	line-height: 100px;
	background: #23a5cd;
}

#manufacture .sec03 ul li::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	display: block;
	background: #23a5cd;
	bottom: -4px;
	right: -4px;
}

#manufacture .sec03 ul li:nth-child(5n) {
	margin-right: 0;
}

#manufacture .sec03 ul li a {
	display: block;
	position: relative;
	width: 180px;
	height: 100px;
	color: #000;
	background: #fff;
	text-decoration: none;
}

#manufacture .sec03 ul li a:hover {
	opacity: 0.8;
}

#manufacture .sec03 ul li a::before {
	content: "";
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -8px;
	background-image: url(../img/img_arrow_gray.png);
	background-repeat: no-repeat;
	display: block;
	width: 13px;
	height: 16px;
}

#manufacture .sec03 ul li p {
	margin-left: -15px;
}

#manufacture .sec04 {}

#manufacture .sec04 .inner {
	padding-bottom: 55px;
}

#manufacture .sec04 ul {
	display: inline-block;
	font-size: 0;
	margin: 0 auto;
	width: 100%;
}

#manufacture .sec04 ul li {
	display: inline-block;
	text-align: center;
	margin: 0 25px 25px 0;
	background: #cccccc;
	position: relative;
}

#manufacture .sec04 ul li:nth-child(3n) {
	margin-right: 0;
}

#manufacture .sec04 ul li::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	display: block;
	background: #cccccc;
	bottom: -4px;
	right: -4px;
}

#manufacture .sec04 ul li a {
	width: 300px;
	height: 300px;
	display: block;
	position: relative;
	vertical-align: top;
	background-repeat: no-repeat;
	background-size: auto;
	background-position: center 38%;
	position: relative;
	background-color: #fff;
	border: 2px solid black;
	color: #000;
	text-decoration: none;
}

#manufacture .sec04 ul li:nth-of-type(1) a {
	background-image: url(../img/img_sec04_01.png);
}

#manufacture .sec04 ul li:nth-of-type(2) a {
	background-image: url(../img/img_sec04_02.png);
}

#manufacture .sec04 ul li:nth-of-type(3) a {
	background-image: url(../img/img_sec04_03.png);
}

#manufacture .sec04 ul li:nth-of-type(4) a {
	background-image: url(../img/img_sec04_04.png);
}

#manufacture .sec04 ul li:nth-of-type(5) a {
	background-image: url(../img/img_sec04_05.png);
}

#manufacture .sec04 ul li:nth-of-type(6) a {
	background-image: url(../img/img_sec04_06.png);
}

#manufacture .sec04 ul li a:hover {
	opacity: 0.8;
}

#manufacture .sec04 ul li p {
	position: absolute;
	bottom: 25px;
	left: 0;
	width: 100%;
	text-align: center;
	display: inline-block;
	font-size: 24px;
	line-height: 1.2;
	font-weight: bold;
}

#manufacture .sec05 {
	border-top: 3px dashed #000;
}

#manufacture .sec05 .inner {
	padding-top: 60px;
	padding-bottom: 00px;
}

#manufacture .sec05 p {
	text-align: justify;
	text-justify: inter-ideograph;
}

#manufacture .sec05 .link {
	margin: 0 auto;
	display: inline-block;
	background: #fff;
	position: relative;
}

#manufacture .sec05 .link::before {
	content: "";
	position: absolute;
	z-index: -1;
	width: 100%;
	height: 100%;
	display: block;
	background: #cccccc;
	bottom: -5px;
	right: -5px;
}

#manufacture .sec05 .link a {
	display: block;
	font-size: 22px;
	line-height: 1.55;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	background: #1dc0fc;
	padding: 20px 90px;
	position: relative;
}

#manufacture .sec05 .link a:hover {
	opacity: 0.8;
}

#manufacture .sec05 .link a::before {
	content: "";
	position: absolute;
	right: 20px;
	top: 50%;
	margin-top: -8px;
	background-image: url(../img/img_arrow_white.png);
	background-repeat: no-repeat;
	display: block;
	width: 13px;
	height: 16px;
}
