@charset "utf-8";
/* Copyright 2018 FSFIELD All Rights Reserved. */

/* ------------------------------------------------------------

会社概要・共通

------------------------------------------------------------ */

/* グローバルナビアクティブ
---------------------------------------------- */
#nav_global ul li.g01 > a{background:url(../img/nav_global01.jpg) no-repeat 0 -100px;}

/* コンテンツ
---------------------------------------------- */
.wrap_company01{margin-bottom: 60px;}

.wrap_company01:last-of-type{margin-bottom: 0;}

/* ------------------------------------------------------------

代表挨拶・経営方針

------------------------------------------------------------ */

/* 代表挨拶
---------------------------------------------- */
.company01{
	display:-webkit-flex;/*--safari用--*/
	display:flex;
	-webkit-justify-content:space-between;/*--safari用--*/
	justify-content:space-between;
	margin-bottom: 80px;
}

.company_txt01 p{margin-bottom: 15px;}

.company_txt01 p:last-of-type{margin-bottom: 0;}

/* 経営方針
---------------------------------------------- */
.company02{
	border: 1px solid #2768BC;
	padding: 30px 25px;
}

/* 品質方針
---------------------------------------------- */
.company03{
	display:-webkit-flex;/*--safari用--*/
	display:flex;
	-webkit-justify-content:space-between;/*--safari用--*/
	justify-content:space-between;
}

.company_inner01{
	width: 580px;
	padding: 30px;
	border: 1px solid #2768BC;
	text-align: center;
}

.list_company01 li{
	background: url("../img/bg_type01.gif") repeat 0 0;
	padding: 25px 0;
	color: #FFF;
	font-weight: bold;
	margin-bottom: 20px;
}

.list_company01 li:last-child{margin-bottom: 0;}


/* ------------------------------------------------------------

会社概要・アクセス

------------------------------------------------------------ */

/* table
---------------------------------------------- */
.table_overview01{width: 100%;}

.table_overview01 tr:last-of-type th{border-bottom: 1px solid #2768BC;}

.table_overview01 th{
	background: #2768BC;
	border: 1px solid #2768BC;
	border-bottom: 1px solid #FFF;
	color: #FFF;
	font-weight: bold;
	font-size: 1.8rem;
	vertical-align: middle;
	padding: 20px;
}

.table_overview01 td{
	border: 1px solid #2768BC;
	padding: 20px;
}

/* googlemap
---------------------------------------------- */
.map:hover{opacity: 0.8;}

/* ------------------------------------------------------------

110年の歴史

------------------------------------------------------------ */

.history_lead{
	display:-webkit-flex;/*--safari用--*/
	display:flex;
	-webkit-justify-content:space-between;/*--safari用--*/
	justify-content:space-between;
	position: relative;
}

.history_lead::after{
	content: "";
	display: block;
	background: url("../img/btn_scroll01.png") no-repeat 0 0;
	width: 30px;
	height: 133px;
	position: absolute;
	left: 50%;
	bottom: -110px;
}

.history_lead_inner{
	background: #D7E3F2;
	width: 710px;
	padding: 90px 30px;
	margin-top: 80px;
	line-height: 2;
}

/* 年表共通
---------------------------------------------- */
.history{
	width: 1200px;
	margin:  0 auto;
}

.history_inner{
	display:-webkit-flex;/*--safari用--*/
	display:flex;
	-webkit-justify-content:space-between;/*--safari用--*/
	justify-content:space-between;
	padding-bottom: 40px;
}

.inner_l,
.inner_r{width: 520px;}

.inner_c{
	width: 100px;
	position: relative;
}

.inner_c.time_first{margin-top: 110px;}

.inner_c.time_last::before{display: none;}

.inner_c::before{
	content:"";
	display: block;
	background: #FFF;
	width: 2px;
	height: calc(100% + 40px);
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -2px;
}

.inner_c::after{
	content:"";
	display: block;
	background: url("../img/ico_square01.png") no-repeat 0 0;
	width: 35px;
	height: 35px;
	position: absolute;
	top: -18px;
	left: 50%;
	margin-left: -18px;
}

.time{
	background: #2768BC;
	padding: 30px 15px 20px;
	color: #FFF;
	font-weight: bold;
	position: relative;
}

.time.time_left::before{
	content: "";
	display: block;
	background: #2768BC;
	width: 40px;
	height: 2px;
	position: absolute;
	top: 0;
	left: -30px;
}

.time.time_right::after{
	content: "";
	display: block;
	background: #2768BC;
	width: 40px;
	height: 2px;
	position: absolute;
	top: 0;
	right: -30px;
}

.time.time_both::before{
	content: "";
	display: block;
	background: #2768BC;
	width: 40px;
	height: 2px;
	position: absolute;
	top: 0;
	left: -30px;
}

.time.time_both::after{
	content: "";
	display: block;
	background: #2768BC;
	width: 40px;
	height: 2px;
	position: absolute;
	top: 0;
	right: -30px;
}

.history_photo01{
	display:-webkit-flex;/*--safari用--*/
	display:flex;
	-webkit-justify-content:space-between;/*--safari用--*/
	justify-content:space-between;
}

.detail{
	background: rgba(215,227,242, 0.7);
	padding: 30px;
}

/* 明治
---------------------------------------------- */
#wrap_history01{
	background: url("../company/img/bg_history01.jpg") no-repeat center;
	background-size: cover;
	background-attachment: fixed;
	padding: 80px 0;
	min-height: 500px;
}

#wrap_history01 h3{
	text-align: center;
	margin-bottom: 60px;
}

/* 大正
---------------------------------------------- */
#wrap_history02{
	background: url("../company/img/bg_history02.jpg") no-repeat center;
	background-size: cover;
	background-attachment: fixed;
	padding: 80px 0;
	min-height: 500px;
}

#wrap_history02 h3{
	text-align: center;
	margin-bottom: 60px;
}

/* 昭和
---------------------------------------------- */
#wrap_history03{
	background: url("../company/img/bg_history03.jpg") no-repeat center;
	background-size: cover;
	background-attachment: fixed;
	padding: 80px 0;
	min-height: 500px;
}

#wrap_history03 h3{
	text-align: center;
	margin-bottom: 60px;
}

/* 平成
---------------------------------------------- */
#wrap_history04{
	background: url("../company/img/bg_history04.jpg") no-repeat center;
	background-size: cover;
	background-attachment: fixed;
	padding: 80px 0;
	min-height: 500px;
}

#wrap_history04 h3{
	text-align: center;
	margin-bottom: 60px;
}

/* 令和
---------------------------------------------- */
#wrap_history05{
	background: url("../company/img/bg_history05.jpg") no-repeat center;
	background-size: cover;
	background-attachment: fixed;
	padding: 80px 0;
	min-height: 500px;
}

#wrap_history05 h3{
	text-align: center;
	margin-bottom: 60px;
}
