@charset "UTF-8";

/*
 * サイト全体に共通するレイアウト
 * を記載
 */

/* ==========================================================
[ Layout CSS - Contents ]

base setting
container
header
hnav
wrapper
contents
main
keyvisual
pagetitle
sidebar
snav
footer
fnav

========================================================== */

/* ---------------------------------------------
*  base setting
--------------------------------------------- */
body {
	min-width: 1200px;
	line-height: 1.5;
	font-size: 12px;
	font-family: "Hiragino Kaku Gothic ProN", "meiryo", sans-serif;
	color: #000;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: 100%;
	overflow-x: hidden;
}
@media screen and (max-width: 738px) {
	body {
		min-width: 0;
	}
}

/* link
--------------------------------------------- */
a {
	color: inherit;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

/* img
--------------------------------------------- */
img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}

/* clearfix
--------------------------------------------- */
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

/* responsive
--------------------------------------------- */
.pc_only {
	display: block;
}
.sp_only {
	display: none;
}
a.pc_only,
br.pc_only,
img.pc_only,
span.pc_only {
	display: inline;
}
a.sp_only,
br.sp_only,
img.sp_only,
span.sp_only {
	display: none;
}
@media screen and (max-width: 738px) {
	.pc_only {
		display: none;
	}
	.sp_only {
		display: block;
	}
	a.pc_only,
	br.pc_only,
	img.pc_only,
	span.pc_only {
		display: none;
	}
	a.sp_only,
	br.sp_only,
	img.sp_only,
	span.sp_only {
		display: inline;
	}
}

/* other
--------------------------------------------- */
/* hover_opacity */
.hover_opacity:hover {
	opacity: 0.5;
}

/* ---------------------------------------------
*  container
--------------------------------------------- */
.container {
	width: 980px;
	box-sizing: border-box;
	margin-left: auto;
	margin-right: auto;
}
.container:after {
	content: "";
	display: block;
	clear: both;
}
@media screen and (max-width: 738px) {
	.container {
		width: auto;
	}
}

/*  skin
--------------------------------------------- */
.container.skin_width_874 {
	width: 874px;
	min-width: 874px;
}
.container.skin_width_995 {
	width: 995px;
	min-width: 995px;
}
.container.skin_width_1200 {
	width: 1200px;
	min-width: 1200px;
}
@media screen and (max-width: 738px) {
	.container.skin_width_874,
	.container.skin_width_995,
	.container.skin_width_1200 {
		width: auto;
		min-width: 0;
	}
}

/* ---------------------------------------------
*  header
--------------------------------------------- */
.header {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 10000;
	width: 100%;
	min-width: 1200px;
	background-color: #fff;
}
.header:before,
.header:after {
	content: "";
	position: absolute;
	display: block;
}
.header:before {
	bottom: -29px;
	left: 50%;
	width: 79px;
	height: 0;
	padding-top: 29px;
	background: url(/img/pc/common/header_arrow.png) 0 0 no-repeat;
	background-size: contain;
	margin-left: -495px;
}
.header:after {
	right: 0;
	bottom: -26px;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 29px;
	background: url(/img/pc/common/header_line.png) 0 0 repeat-x;
}
@media screen and (max-width: 738px) {
	.header {
		min-width: 0;
	}
	.header:before {
		left: 0;
		bottom: -18.2%;
		width: 13.907%;
		padding-top: 4.845%;
		background-image: url(/img/sp/common/header_arrow.png);
		margin-left: 4.76%;
	}
	.header:after {
		bottom: -27px;
		width: 100%;
		height: 30px;
		background-image: url(/img/sp/common/header_line.png);
	}
}

/*  skin
--------------------------------------------- */
.skin_header_lower_open .header {
	height: 94%;
}
.skin_header_lower_open .header .pc_only,
.skin_header_lower_open .header .sp_only {
	height: 100%;
	overflow: hidden;
}
.skin_header_lower_open .header:before {
	z-index: 9999;
}
.skin_header_lower_open .header:after {
	z-index: 9000;
}
@media screen and (max-width: 738px) {
	.skin_header_lower_open .header:before {
		display: none;
	}
}

/*  container
--------------------------------------------- */
.header .container {
	position: relative;
}

/* header_upper
--------------------------------------------- */
.header_upper {
	position: relative;
	z-index: 100;
	padding-top: 30px;
}
@media screen and (max-width: 738px) {
	.header_upper {
		padding: 4.4% 0 0;
	}
}

/* -- header_logo -- */
.header_logo {
	position: relative;
	z-index: 100;
	width: 308px;
	margin: 0 0 0 348px;
}
@media screen and (max-width: 738px) {
	.header_logo {
		width: 51%;
		padding-bottom: 3.75%;
		margin: 0 auto;
	}
}

/* item_logo */
.header_logo .item_logo {
	width: 100%;
	padding-top: 36px;
	background-image: url(/img/pc/common/logo_header.png);
}
@media screen and (max-width: 738px) {
	.header_logo .item_logo {
		padding-top: 34.01%;
		background-image: url(/img/sp/common/logo_header.png);
	}
}

/* -- header_text -- */
.header_text_wrapper {
	position: absolute;
	top: -30px;
	left: -7px;
	z-index: 100;
	width: 98px;
	cursor: pointer;
}
.header_text_wrapper:after {
	content: "";
	position: absolute;
	bottom: -29px;
	left: 0;
	width: 98px;
	height: 0;
	padding-top: 29px;
	background: transparent;
}
.skin_header_lower_open .header_text_wrapper:after {
	display: none;
}
.header_text {
	padding-top: 87px;
	background-image: url(/img/pc/common/btn_header_product.png);
}
@media screen and (max-width: 738px) {
	.header_text_wrapper {
		top: auto;
		bottom: 0;
		left: 0;
		width: 16.407%;
		margin-left: 3.6%;
		cursor: pointer;
	}
	.header_text_wrapper:after {
		bottom: -16.47%;
		width: 100%;
		padding-top: 25.72%;
	}
	.header_text {
		padding-top: 156.2%;
		background-image: url(/img/sp/common/btn_header_product.png);
		background-size: contain;
	}
}

/* -- hnav -- */
.hnav {
	position: relative;
	top: -28px;
}
@media screen and (max-width: 738px) {
	.hnav {
		position: absolute;
		top: 0;
		right: 0;
		left: 0;
		width: 100%;
	}
}

/* hnav_button */
@media screen and (max-width: 738px) {
	.hnav_button {
		width: 12.1875%;
		padding-top: 16.25%;
		background: url(/img/sp/common/btn_menu.png) 0 0 no-repeat;
		margin: 0.47% 7.033% 0 auto;
	}
}

/* hnav_lists */
.hnav_lists {
	padding-left: 130px;
	overflow: hidden;
}
.hnav_lists .item_list {
	float: left;
	margin-left: 32px;
}
.hnav_lists .item_list:first-child {
	margin-left: 0;
}
.hnav_lists .item_link {
	display: block;
	padding-top: 21px;
}
.hnav_lists .item_link:hover {
	text-decoration: none;
}
@media screen and (max-width: 738px) {
	.hnav_lists {
		position: fixed;
		right: 0;
		left: 0;
		box-sizing: border-box;
		display: none;
		width: 100%;
		padding: 15px;
		box-shadow: 2px 2px 6px rgba(0,0,0,0.2);
		background-color: #fff;
	}
	.hnav_lists .item_list {
		float: none;
		margin-left: 0;
	}
	.hnav_lists .item_link {
		display: block;
		width: auto;
		background: url(../img/sp/common/icon_arrow_right.png) no-repeat left 0.4em;
		padding-top: 0;
		padding-left: 15px;
		color: #393939;
		font-size: 133.334%;
		text-decoration: none;
	}
}

/* hnav_lists item_list - skin */
.hnav_lists .item_list.item_01 .item_link {
	width: 84px;
	background-image: url(/img/pc/common/nav_safety.png);
}
.hnav_lists .item_list.item_02 .item_link {
	width: 72px;
	background-image: url(/img/pc/common/nav_factory-tour.png);
}
.hnav_lists .item_list.item_03 {
	margin-left: 370px;
}
.hnav_lists .item_list.item_03 .item_link {
	width: 72px;
	background-image: url(/img/pc/common/nav_company.png);
}
.hnav_lists .item_list.item_04 .item_link {
	width: 72px;
	background-image: url(/img/pc/common/nav_recruit.png);
}
.hnav_lists .item_list.item_05 {
	margin-left: 30px;
}
.hnav_lists .item_list.item_05 .item_link {
	width: 101px;
	background-image: url(/img/pc/common/nav_contact.png);
}
@media screen and (max-width: 738px) {
	.hnav_lists .item_list.item_01 .item_link,
	.hnav_lists .item_list.item_02 .item_link,
	.hnav_lists .item_list.item_03 .item_link,
	.hnav_lists .item_list.item_04 .item_link,
	.hnav_lists .item_list.item_05 .item_link,
	.hnav_lists .item_list.item_06 .item_link {
		display: block;
		width: auto;
		background: url(../img/sp/common/arrow_gnav.png) left center no-repeat;
		padding: 8px 0 8px 15px;
		color: #393939;
		font-size: 133.334%;
		text-decoration: none;
	}
	.hnav_lists .item_list.item_03 {
		margin-left: 0;
	}
	.hnav_lists .item_list.item_05 {
		margin-left: 0;
	}
}

/*  header_lower
--------------------------------------------- */
.header_lower {
	position: relative;
	border-top: 4px solid #f51e00;
}
.header_lower_inner {
	display: none;
}

/* -- skin -- */
.skin_header_lower_open .header_lower {
	height: 100%;
	overflow: scroll;
}
.windows.skin_header_lower_open .header_lower {
	margin-right: -16px;
}

/* -- item_lineup -- */
.header_lower .item_lineup {
	padding-bottom: 5px;
	overflow: hidden;
	border-top: 1px solid #f51e00;
	border-bottom: 1px solid #f51e00;
	background: #fff;
	margin-top: 1px;
}
.header_lower .item_lineup:last-of-type {
	border-bottom: 0;
}

/* -- item_lineup_head -- */
.header_lower .item_lineup_head {
	position: relative;
	z-index: 100;
	margin-bottom: -19px;
}
.header_lower .item_lineup_head .item_title {
	display: inline-block;
	padding: 0 5px;
	color: #fff;
	font-size: 133.334%;
	background-color: #f51e00;
}
@media screen and (max-width: 738px) {
	.header_lower .item_lineup_head {
		width: 90.5%;
		font-size: 108.334%;
		font-size: 108.34%;
		margin: 0 auto -3.3%;
	}
	.header_lower .item_lineup_head .item_title {
		padding: 1.297% 5.24%;
	}
}

/* -- item_lineup_body -- */
/* item_link_row */
.header_lower .item_link_row {
	overflow: hidden;
}
.header_lower .item_link {
	float: left;
	display: block;
	box-sizing: border-box;
	width: 199px;
	padding: 20px 10px 16px;
	border-top: 1px dashed #646464;
	border-right: 1px dashed #646464;
	border-bottom: 1px dashed #646464;
}
.header_lower .item_link:nth-child(-n+5) {
	border-top: 0;
}
.header_lower .item_link:nth-child(5n+1) {
	border-left: 1px dashed #646464;
}
.header_lower .item_link:last-child {
	border-right: 1px dashed #646464;
}
.header_lower .item_link:hover {
	text-decoration: none;
}
@media screen and (max-width: 738px) {
	.header_lower .item_link {
		position: relative;
		width: 50%;
		padding: 3.596% 2.033% 4%;
		border-top: 0;
		border-right: 0;
	}
	.header_lower .item_link:nth-child(2n+1):before {
		content: "";
		position: absolute;
		top: 0;
		right: -0.5px;
		width: 0;
		height: 100%;
		border-right: 1px dashed #646464;
	}
	.header_lower .item_link:nth-child(5n+1) {
		border-left: 0;
	}
	.header_lower .item_link:last-child {
		border-right: 0;
	}
}

/* item_link_inner */
.header_lower .item_link_inner {
	display: block;
}

/* item_image_wrapper */
.header_lower .item_link .item_image_wrapper {
	display: table;
	table-layout: fixed;
	width: 100%;
}
.header_lower .item_link .item_image {
	display: table-cell;
	vertical-align: middle;
	height: 160px;
	text-align: center;
}
.header_lower .item_link .item_image img {
	display: inline-block;
	max-height: 160px;
	margin: 0 auto;
}
@media screen and (max-width: 738px) {
	.header_lower .item_link .item_image img {
		width: 100%;
		max-height: none;
	}
}

/* item_text */
.header_lower .item_link .item_text {
	display: block;
	line-height: 1.25;
	text-align: center;
}
@media screen and (max-width: 738px) {
	.header_lower .item_link .item_text {
		font-size: 83.334%;
		margin-top: 1%;
	}
}

/* skin */
.windows .header_lower .item_link .item_text {
	margin-top: 6px;
}

/* -- item_button -- */
.header .item_button {
	display: none;
}

/* item_button_inner */
.header .item_button_inner {
	position: absolute;
	right: 0;
	bottom: -25px;
	z-index: 9999;
	width: 63px;
	padding-top: 18px;
	background-image: url(/img/pc/common/btn_header_close.png);
	cursor: pointer;
}
@media screen and (max-width: 738px) {
	.header .item_button_inner {
		right: 10px;
		bottom: -29px;
		width: 15.314%;
		padding-top: 4.22%;
		background-image: url(/img/sp/common/btn_header_close.png);
	}
}

/* skin */
.skin_header_lower_open .header .item_button {
	display: block;
}


/* ---------------------------------------------
*  wrapper
--------------------------------------------- */
/*.wrapper {}*/

/* ---------------------------------------------
*  contents
--------------------------------------------- */
.contents {
	margin-top: 30px;
}
@media screen and (max-width: 738px) {
	.contents {
		margin-top: 8%;
	}
}

/*  skin
--------------------------------------------- */
.contents.skin_has_sidebar {
	position: relative;
	margin-top: 30px;
}
@media screen and (max-width: 738px) {
	.contents.skin_has_sidebar {
		padding-left: 0;
	}
}

/* ---------------------------------------------
*  main
--------------------------------------------- */
.skin_has_sidebar .main {
	margin-left: 272px;
}
@media screen and (max-width: 738px) {
	.skin_has_sidebar .main {
		margin-left: 0;
	}
}

/* ---------------------------------------------
*  keyvisual
--------------------------------------------- */
.keyvisual {
	border-bottom: 2px solid #f51e00;
	background-color: #eef0f0;
}
@media screen and (max-width: 738px) {
	.keyvisual {
		border-bottom-width: 1px;
	}
}

/*  skin
--------------------------------------------- */
.keyvisual.skin_bg_blue {
	background-color: #8ca5c8;
}

/* -- item_image -- */
.keyvisual .item_image {
	display: block;
	text-align: center;
}

/* skin */
.keyvisual.skin_bg_blue .item_image {
	text-align: center;
}

/* ---------------------------------------------
*  pagetitle
--------------------------------------------- */
.pagetitle {
	padding-top: 6px;
}

/*  item_title
--------------------------------------------- */
.pagetitle .item_title {
	font-size: 258.334%;
	text-align: center;
}
@media screen and (max-width: 738px) {
	.pagetitle .item_title {
		font-size: 208.334%;
	}
}

/* ---------------------------------------------
*  sidebar
--------------------------------------------- */
.sidebar {
	float: left;
	position: relative;
	z-index: 8000;
	box-sizing: border-box;
	width: 218px;
	padding: 0 15px;
	border-bottom: 3px solid #f51e00;
	background-color: #fff;
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
}
.sidebar:before {
	content: "";
	position: absolute;
	top: 2px;
	left: 2px;
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 21px 21px 0 0;
	border-color: #f51e00 transparent transparent transparent;
}
@media screen and (max-width: 738px) {
	.sidebar {
		display: none;
	}
}

/*  skin
--------------------------------------------- */
/* -- skin_factory-tour -- */
/* item_lists_sub */
.sidebar.skin_factory-tour .item_lists_sub {
	width: 190px;
}

/* -- skin_fixed -- */
.sidebar.skin_fixed {
	position: fixed;
	top: 0;
	margin-top: 138px;
}


/* ---------------------------------------------
*  snav
--------------------------------------------- */
/* snav_lists
--------------------------------------------- */
/* -- item_list -- */
.snav_lists .item_list {
	border-top: 1px solid #e6e6e6;
}
.snav_lists .item_list:first-child {
	border-top: 0;
}

/* item_link */
.snav_lists .item_link {
	box-sizing: border-box;
	display: block;
	padding: 19px 0 17px;
	line-height: 1;
	font-size: 150%;
	text-align: right;
}
.snav_lists .item_list:first-child .item_link {
	padding-top: 15px;
}
.snav_lists .item_list:last-child .item_link {
	padding-bottom: 17px;
}

/*  skin
--------------------------------------------- */
/* -- item_lists_sub -- */
.sidebar.skin_factory-tour .item_lists_sub {
	letter-spacing: -0.4em;
}

/* item_list_sub */
.sidebar.skin_factory-tour .item_lists_sub .item_list_sub {
	display: inline-block;
	letter-spacing: normal;
}
.sidebar.skin_factory-tour .item_list.item_list_01 .item_list_02,
.sidebar.skin_factory-tour .item_list.item_list_04 .item_list_02 {
	margin-left: 17px;
}
.sidebar.skin_factory-tour .item_list.item_list_02 .item_list_02,
.sidebar.skin_factory-tour .item_list.item_list_02 .item_list_03,
.sidebar.skin_factory-tour .item_list.item_list_03 .item_list_02,
.sidebar.skin_factory-tour .item_list.item_list_03 .item_list_03 {
	margin-left: 5px;
}

/* item_link_sub */
.sidebar.skin_factory-tour .item_lists_sub .item_link_sub {
	position: relative;
	display: block;
	padding: 18px 0;
	font-size: 150%;
}
.sidebar.skin_factory-tour .item_lists_sub .item_link_sub:hover {
	text-decoration: none;
}
.sidebar.skin_factory-tour .item_lists_sub .item_link_sub:after {
	position: absolute;
	bottom: -1px;
	right: 0;
	bottom: 20px;
	left: 0;
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background-color: #000;
}
.sidebar.skin_factory-tour .item_lists_sub .item_link_sub:hover:after {
	display: none;
}

/* ---------------------------------------------
*  footer
--------------------------------------------- */
.footer {
	border-bottom: 4px solid #f51e00;
	margin-top: 70px;
}
@media screen and (max-width: 738px) {
	.footer {
		border-bottom: 0;
		margin-top: 10.938%;
	}
}

/*  footer_right
--------------------------------------------- */
.footer_right {
	float: right;
	letter-spacing: -0.4em;
}
@media screen and (max-width: 738px) {
	.footer_right {
		float: none;
		text-align: right;
		padding-right: 5.625%;
		border-bottom: 4px solid #f51e00;
	}
}

/* -- item_copyright -- */
.footer .item_copyright {
	display: inline-block;
	vertical-align: middle;
	letter-spacing: normal;
	font-size: 75%;
	margin-right: 14px;
}

/* -- item_pagetop -- */
.footer .item_pagetop {
	display: inline-block;
	vertical-align: middle;
	letter-spacing: normal;
}
@media screen and (max-width: 738px) {
	.footer .item_pagetop {
		width: 12.5%;
	}
}

/* item_button */
.footer .item_pagetop .item_button {
	width: 51px;
	padding-top: 31px;
	background-color: #f51e00;
	background-image: url(/img/sp/common/arrow_totop.png);
	background-position: center center;
	background-size: 34px auto;
}
@media screen and (max-width: 738px) {
	.footer .item_pagetop .item_button {
		width: auto;
		padding-top: 61.05%;
		background-size: 43.589% auto;
	}
}

/*  fnav
--------------------------------------------- */
.fnav {
	float: left;
	padding-top: 6px;
}
@media screen and (max-width: 738px) {
	.fnav {
		float: none;
		padding-top: 0;
		padding-right: 5.625%;
	}
}

/* -- fnav_lists -- */
.fnav_lists {
	overflow: hidden;
}
@media screen and (max-width: 738px) {
	.fnav_lists {
		text-align: right;
		padding-top: 3%;
	}
}

/* item_list */
.fnav_lists .item_list {
	float: left;
	margin-left: 35px;
}
.fnav_lists .item_list:first-child {
	margin-left: 0;
}
@media screen and (max-width: 738px) {
	.fnav_lists .item_list {
		float: none;
		display: inline-block;
	}
}

/* item_link */
.fnav_lists .item_link {
	position: relative;
	display: block;
	line-height: 1;
	font-size: 125%;
	padding: 5px 0 5px 12px;
	background: url(/img/pc/common/icon_line.png) 0 0 no-repeat;
}
.fnav_lists .item_link:hover {
	text-decoration: none;
}