@font-face {
	font-family: 'design_plus';
	font-style: normal;
	font-weight: normal;
	font-display: swap;
	src: url('../fonts/design_plus.eot?v=1.2');
	src: url('../fonts/design_plus.eot?v=1.2#iefix') format('embedded-opentype'),
	url('../fonts/design_plus.woff?v=1.2') format('woff'),
	url('../fonts/design_plus.ttf?v=1.2') format('truetype'),
	url('../fonts/design_plus.svg?v=1.2#design_plus') format('svg');
}

/* ========================================
   基本設定
   ======================================== */
html {
	color: #222;
	font-size: 62.5%;
	line-height: 1.6;
	overflow-y: scroll;
}
body {
	position: relative;
	font-size: 1.6rem;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro','メイリオ', 'Meiryo', '游ゴシック', 'Yu Gothic', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	-webkit-font-smoothing: antialiased;
}

::-moz-selection {
	background: #b3d4fc;
	text-shadow: none;
}

::selection {
	background: #b3d4fc;
	text-shadow: none;
}

/*　イメージ　*/
img { 
	border: none;
	vertical-align: bottom;
    image-rendering: -webkit-optimize-contrast;
}

/*　リンク　*/
a {
	color: #1F579A;
	text-decoration: underline;
}
a:hover {
	color: #AAA;
	text-decoration: none;
}
a:visited {
	color: #1F579A;
}

a:focus {
	outline: medium none;
}

/*　仕切り線　*/
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 4rem 0;
	padding: 0;
}

/*　テキストエリア　*/
textarea {
	resize: vertical;
}

/*　テーブル　*/
table {
	margin: 0px 0px 5px;
}
th {
	padding: 6px;
	color: #1B2A52;
	text-align: left;
	vertical-align: top;
}
td {
	padding: 6px;
}

/*　リスト　*/
ul {
	padding-left: 20px;
}


/* ========================================
   メイン
   ======================================== */
#content {
	position: relative;
	display: flex;
	flex-flow: column;
	min-height: 85vh;
	min-width: 1080px;
	overflow: hidden;
}
.load #content {
	display: none;
}
.wrap {
	position: relative;
	width: 1000px;
	margin: 0 auto;
}
main {
	width: 1000px;
	margin: 30px auto 50px;
}
main h1 {
	margin: 0 calc(50% - 50vw) 40px;
	padding: 20px calc(50vw - 50%);
	color: #c62d33;
	text-align: center;
	background: #f2f0eb;
}
main h1 span {
	display: block;
	font-size: 1.5rem;
	color: #222;
}


/* ========================================
   ヘッダー
   ======================================== */
header {
	position: relative;
	display: flex;
	justify-content: space-between;
	width: 1000px;
	margin: 10px auto 0;
}
header h1 {
	margin: 0;
	padding: 0;
}
header nav {
	position: relative;
	top: 10px;
}

header nav ul {
	display: flex;
	margin: 0;
	padding: 0;
}

header nav li {
	position: relative;
	display: inline-block;
	margin: 0 42px;
	text-align: center;
	transition: all 0.4s;
}
header nav li:hover {
	opacity: 0.5;
}
header nav li::after {
	content:"";
	position: absolute;
	top: 10px;
	right: -42px;
	display: inline-block;
	width: 1px;
	height: 20px;
	background: #CCC;
}
header nav li a {
	color: #222;
	text-decoration: none;
}
header nav li a:hover,
header nav li a:visited {
	color: #222;
}
header nav li a span {
	display: block;
	margin-top: -2px;
	font-size: 1.1rem;
	color: #c62d33;
}


/* ========================================
   フッター
   ======================================== */
footer {
	margin-top: auto;
	padding: 20px 0 0;
	font-size: 1.4rem;
	background: #f2f0eb;
}
footer .list {
	position: relative;
	display: flex;
	justify-content: space-between;
	width: 1000px;
	margin: 0 auto;
}
footer .list h1 {
	margin: -10px 0 0;
	padding: 0;
}
footer .list p {
	margin: 0;
	padding: 0;
}

footer .list ul {
	display: flex;
	margin: 10px 0 0;
	padding: 0;
}
footer .list li {
	margin-left: 8px;
}
footer .list li:after {
	margin-left: 8px;
	content: '/';
}
footer .list li:last-child::after  {
	margin-left: 0;
	content: '';
}
footer .list li a,
footer .list li a:hover,
footer .list li a:visited {
	color: #222;
}

/*　コピーライト　*/
footer p:last-child {
	margin: 22px 0 0;
	padding: 18px 0 16px;
	color: #222;
	font-size: 1.4rem;
	text-align: center;
	background: #FFF;
}

/*　ページトップへ戻る　*/
#return_top {
	display: none;
	position: fixed;
	bottom: 30px;
	right: 30px;
	z-index: 200;
}
#return_top a { 
	display: block;
	width: 56px;
	height: 56px;
	text-decoration: none;
	background: rgba(198,45,51,.3);
}
#return_top a:before {
	font-family: 'design_plus';
	color: #fff; 
	font-size: 1.6rem;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -0.8em 0 0 -0.5em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
#return_top a:before {
	content: '\e911';
}
#return_top a span {
	display: none;
}


/* ========================================
   初期表示
   ======================================== */
.start {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #FFF;
	display: none;
	z-index: 9000;
}
.start #f_logo {
	position: fixed;
	left: 50%;
	top: 45%;
	display: none;
	z-index: 9999;
}
.start #f_logo h1,
.start #f_logo h2 {
	margin: 0;
	padding: 0;
	transform: translate(-50%, -50%);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.start #f_logo h1 {
	margin-bottom: -30px;
	text-align: center;
}

.start img {
	image-rendering: -webkit-optimize-contrast;
}

/* ========================================
   スライダー
   ======================================== */
#bg-slider {
	position: relative;
	width: 1000px;
	height: 600px;
	visibility: hidden;
	background: url("../img/slider1.jpg") center center no-repeat;
}


/* ========================================
   会社案内
   ======================================== */
#company h2 {
	margin: 0;
	color: #c62d33;
}

/*　コピー　*/
#company #needs {
	display: flex;
	justify-content: space-between;
	margin-bottom: 60px;
}

#company #needs .text span {
	font-weight: bold;
	color: #c62d33;
}

#company #needs .photo {
	margin-left: 36px;
	text-align: center;
}
#company #needs .photo div:last-child {
	margin-top: 20px;
}

/*　事業内容　*/
#company h3 {
	margin: 0;
	color: #c62d33;
	text-align: center;
}
#company #business h4 {
	display: inline-block;
	margin: 20px 0 0;
	padding: 5px;
	color: #FFF;
	background: #c62d33;
}
#company #business img {
	margin: -5px 0 20px;
}

/*　概要・マップ　*/
#company #map {
	display: flex;
	justify-content: space-between;
	margin-top: 60px;
}
#company #map #summary div {
	display: flex;
	margin-top: -1px;
	border-top: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
}
#company #map #summary div h4 {
	width: 150px;
	margin: 0;
	padding: 10px;
	background: #F0F0F0;
}
#company #map #summary div p {
	margin: 0;
	padding: 10px;
}


/* ========================================
   カタログ
   ======================================== */
#catalog h2 {
	margin-bottom: 30px;
	color: #c62d33;
	text-align: center;
}

/*　オリジナル　*/
#catalog #original {
	display: flex;
	justify-content: space-between;
	margin-bottom: 80px;
}
#catalog #original div {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 220px;
}
#catalog #original h3 {
	margin: 7px 0 4px;
	padding: 0;
	color: #c62d33;
}
#catalog #original p {
	margin: 0 0 10px;
	padding: 0;
}
#catalog #original img {
	border: 1px solid #CCC;
}
#catalog #original a {
	display: block;
	width: 220px;
	margin: auto 0 10px;
	padding: 4px;
	color: #FFF;
	text-align: center;
	text-decoration: none;
	background: #c62d33;
	border-radius: 30px;
	transition: all 0.3s;
}
#catalog #original a:hover {
	background: #CCC;
}
#catalog #original a span {
	font-size: 1.3rem;
}
#catalog #original .end {
	position: absolute;
	left: 50px;
	top: 120px;
	padding: 7px;
	font-weight: bold;
	text-align: center;
	color: #FFF;
	background: #c62d33;
}


/*　メーカー　*/
#catalog #manufacturer {
	display: flex;
	justify-content: space-between;
}
#catalog #manufacturer div {
	display: flex;
	flex-direction: column;
	width: 220px;
}
#catalog #manufacturer h3 {
	margin: 7px 0 4px;
	padding: 0;
	color: #c62d33;
}
#catalog #manufacturer p {
	margin: 0 0 5px;
	padding: 0;
}
#catalog #manufacturer img {
	border: 1px solid #CCC;
}
#catalog #manufacturer a {
	margin-top: auto;
	font-size: 1.2rem;
}


/* ========================================
   リクルート
   ======================================== */
#recruit .bg {
	padding: 30px;
	background: url("../recruit/img/bg.jpg") bottom center no-repeat;
}
#recruit h2 {
	width: 200px;
	margin: 0;
	padding: 4px;
	font-size: 1.8rem;
	color: #FFF;
	text-align: center;
	background: #c62d33;
	border-radius: 30px;
}
#recruit p {
	margin: 8px 0 30px;
	padding-left: 20px;
}
#recruit p:last-child {
	margin: 8px 0 0;
}


/* ========================================
   お問合せ
   ======================================== */
#contact p {
	text-align: center;
}

#contact #form {
	width: 700px;
	margin: 30px auto 0;
	
}
#contact #form div {
	display: flex;
	margin-top: -1px;
	border-top: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
}

#contact #form label {
	display: flex;
	align-items: center;
	width: 250px;
	padding: 15px;
	background: #f2f0eb;
}
#contact #form label span {
	font-size: 1.3rem;
	color: #c62d33;
}

#contact #form input {
	width: 430px;
	margin: 10px;
	padding: 8px;
	border: 1px solid #AAA;
}

#contact #form input[type=checkbox] {
	position: relative;
	top: 12px;
	width: auto;
}
#contact #form .check {
	display: block;
	margin-top: 16px;
}

#contact #form select {
	margin: 10px;
	padding: 8px;
	border: 1px solid #AAA;
}

#contact #form textarea {
	width: 430px;
	height: 200px;
	margin: 10px;
	padding: 8px;
	border: 1px solid #AAA;
}

#contact #form #button {
	width: 200px;
	height: 40px;
	margin-top: 20px;
	color: #FFF;
	font-size: 1.6rem;
	font-weight: bold;
	border: none;
	background: #c62d33;
	border-radius: 30px;
}
#contact #form input[type=submit] {
	
}