/*spのdetail関連を非表示ココカラ*/
#sp_head_close {
	display: none;
}
/*spのdetail関連を非表示ココマデ*/
section#mv {
	background-image: url("../../common/images/company/main_vis.png");
	background-position: center;
    background-size: cover;
	background-repeat: no-repeat;
	height: 150px;
	position: relative;
	width: 100%;
}
#mv h1 {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.mv_ttl img {
    width: 220px;
    height: auto;
    margin: 50px auto 0;
}
section#company_area01 {
    background-color: #fff;
	position: relative;
	width: 100%;
}
#company_area01_head {
	text-align: center;
	margin-bottom: 20px;
}
section#company_area01 .inner {
	/*padding: 100px 50px;*/
}
.company_area01_table {
	box-sizing: border-box;
	margin: auto;
	width: 100%;
}
.company_area01_table table {
	box-sizing: border-box;
	width: 100%;
}
.company_area01_table tr {
	display: flex;
	flex-direction: row;
	/*align-items: center;*/
}
.company_area01_table tr th {
	background-color: #e3ebf7;
	border-bottom: solid 3px #fff;
	box-sizing: border-box;
	color: #434343;
	font-size: 16px;
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: center;
	/*padding: 25px 65px;*/
	width: 30%;
}
.company_area01_table tr:last-child th {
	border-bottom: solid 3px #e3ebf7;
}
.company_area01_table tr th div {

}
.company_area01_table tr:last-child td::after {
	bottom: 3.4px;
}
.company_area01_table tr td {
	box-sizing: border-box;
	color: #626262;
	font-size: 16px;
	max-width: 533px;
	padding: 10px;
	position: relative;
	line-height: 27px;
	width: 70%;
	border-bottom: solid 3px #000;
	border-image: linear-gradient(to right, #d8e1ed 0%, #e6f3fc 100%);
	border-image-slice: 1;
}
.company_area01_table tr:first-child td {
	border-top: solid 3px #000;
	border-image: linear-gradient(to right, #d8e1ed 0%, #e6f3fc 100%);
	border-image-slice: 1;
}
.company_area01_table tr td::after {
/*	background-image: url("../../common/images/company/company_area01_table_line.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: '';
	display: block;
	height: 3px;
	position: absolute;
	bottom: -1.5px;
	left: -1px;
	width: 533px;*/
}
.company_area01_table ul {
	display: flex;
	flex-wrap: wrap;
}
.company_area01_table ul > li::after {
	content: '・';
	display: inline-block;
	font-size: 16px;	
}
.company_area01_table ul > li:nth-last-of-type(1)::after {
	content: '';	
}
/*.company_area01_table ul > li::after {
	content: '・';
	display: inline-block;
	font-size: 16px;
}
.company_area01_table ul > li:nth-last-of-child(1)::after {
	content: '';
}*/
section#company_area02 {
	position: relative;
	width: 100%;
	background-image: url("../../common/images/company/company_area02_bg.jpg");
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: cover;
}
section#company_area02 .inner {
	padding: 100px 0 0;
}
#company_area02_head {
	margin-bottom: 50px;
	text-align: center;
}
/* Tab Style */
.company_area01_01_tab_btn_list {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin: auto auto 0;
	justify-content: center;
	width: 100%;
}
.company_area01_tab01_btn:first-child {
	margin: 10px;
}
.company_area01_tab01_btn.btn01.tab.active a {
	background-image: url("../../common/images/company/company_area02_1_btn_active.png");
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: cover;
}
.company_area01_tab01_btn.btn01.tab {
	background-image: url("../../common/images/company/company_area02_1_btn.png");
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: cover;
}
.company_area01_tab01_btn:last-child {
	margin: 10px;
}
.company_area01_tab01_btn:last-child a {
	background-image: url("../../common/images/company/company_area02_2_btn.png");
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: cover;
}
.company_area01_tab01_btn.btn02.tab.active a {
	background-image: url("../../common/images/company/company_area02_2_btn_active.png");
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: cover;
}
.company_area01_tab01_btn a {
	display: block;
	height: 53px;
	width: 153px;
}
.company_area01_tab01_btn img {
	cursor: pointer;
	height: 53px;
	vertical-align: bottom;
	width: 153px;
}

.content-area {
	margin: auto;
	text-align: center;
    width: 100%;
}
.content-area .content {
	display: none;
	padding: 50px 0;
	position: relative;
}
.content-area .content.show {
    display: block;
}
.staff_area01_tab01_01,
.staff_area01_tab01_02 {
	height: 100%;
	margin: auto auto 50px;
	width: 850px;
}
/* tabの中身style */
.history {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
}
.history .left_box,
.history .right_box {
	position: relative;
	width: 90%;
	margin: 0 auto;
}
.history .left_box {
	/*margin-right: 20px;*/
}
.history .right_box {
	/*margin-left: 20px;*/
}
.history .left_box::before,
.history .right_box::before {
	border-left: solid 2px #013e98;
	content: '';
	display: block;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.history_box_wrap {
	padding-left: 20px;
	position: relative;
}
.history_box_wrap::before {

}
.history_box {
	padding: 15px;
}
.history_box.shape-navy {
	position: relative;
}
.history_box.shape-navy::before{
	border-bottom: solid 2px #013e98;
	content: '';
	display: block;
	height: 2px;
	position: absolute;
	top: 38px;
	left: -20px;
	width: 30px;
}
.history_box.--bg_transparent {
	background-color: rgba(255, 255, 255, .6);
}
.history_box.--bg_transparent .history_box_head {
	border-bottom: solid 2px #8eb6e4;
}
.history_box_head {
	align-items: center;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	margin-bottom: 10px;
}
.history_box_head p:first-child {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	justify-content: space-around;
}

.history_box_head p span.history-year {
	color: #013e98;
	font-size: 30px;
	font-style: italic;
	font-weight: 700;
    letter-spacing: 3px;
}
.history_box_head p span.history-year_detail {
	color: #71757a;
	font-size: 16px;
	font-weight: normal;
	margin-left: 20px;
}
.history_box_head .history-year ~ span {
	color: #013e98;
	font-size: 14px;
	font-weight: bold;
}
.history-year_sub_txt {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-around;
}
.history_box_head p.history-year_sub_txt span {
	font-size: 16px;
	font-weight: bold;
}
.history_box_head p.history-year_sub_txt::before {
/*	border-bottom: solid 1px #434343;
	content: '';
	display: inline-block;
	height: 1px;
	margin-right: 15px;
	vertical-align: 5px;*/
}
.history_box_read p {
	font-size: 14px;
	font-weight: normal;
	text-align: left;
	line-height: 24px;
}
.history_box_read p.catch {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
}
.history_box_read .appeal_point {
	background-color: rgba(255, 255, 255, .6);
	margin-top: 20px;
	padding: 20px 45px;
}
.history_box_read .appeal_point p {
	font-size: 16px;
	font-weight: bold;
}
.history_box_read .appeal_point p span {
	font-size: 24px;
	transform: scaleX(.7);
	color: #013e98;
}
.history_box_read figure {
	padding-top: 15px;
	text-align: left;
}

.--font-futura {
	/*Futura PT 代替フォント*/
	font-family: 'Didact Gothic', sans-serif;
    font-style: normal;
}



section#company_area03 {
	background-image: url("../../common/images/company/company_area03_bg.jpg");
	background-position: calc((2560px - 100vw) / -2) -16px;
	background-repeat: no-repeat;
	position: relative;
	width: 100%;
	padding-bottom: 40px;
}
#company_area03_head {
	margin-bottom: 30px;
	text-align: center;
}
section#company_area03 .inner {
	padding-top: 40px;
}
.company_area03_img {
	text-align: center;
}
.company_area03_img img {
	width: 100%;
}


/* renovationページ、reasonページでも使ってる共通Class */
.--color-navy {
	color: #013e98;
}
.--color-gray {
	color: #71757a;
}
.--color-dark-gray {
	color: #434343;
}
@media (orientation: portrait){
 
	/*デバイスが縦向きの場合の記述*/
/*	.history_box_head p.history-year_sub_txt::before {
		width: 20px
	}*/
	.history_box_head {
		justify-content: space-between;
	}
	.year-line {
		border-bottom: solid 1px #434343;
		width: 30px;
	}
}

@media (orientation: landscape){
 
	/*デバイスが横向きの場合の記述*/
	.history_box_head {
		justify-content: flex-start;
	}
	.history_box_head p.history-year_sub_txt::before {
	    border-bottom: solid 1px #434343;
	    content: '';
	    display: inline-block;
	    height: 1px;
	    margin: 0 15px;
	    vertical-align: 5px;
	    width: 60px;
	}
}