@charset "utf-8";

/* =============================== */
/* 会社案内 */
/* =============================== */

/* メインビジュアル */
/* -------------------------------------------------- */

#pageTitle {
	background-image: url(../../img/company/head_pc.jpg);
}



/* パンくず例外 */
/* -------------------------------------------------- */

#bc li {
	color: #fff;
}

#bc li:after {
	background: url(../../img/common/bc_arrow_white_pc.png) no-repeat center center;
}

/* 代表挨拶 */
/* -------------------------------------------------- */

#cmpMesseage {
	width: 100%;
	padding: 0 10px;
	overflow: hidden;
	position: relative;
	z-index: -1;
	margin-top: -120px;
}

#cmpMesseage:after {
	position: absolute;
	z-index: -2;
	display: block;
	content: "";
	width: 110vw;
	height: 720px;
	top: 7.5vw;
	left: -5vw;
	background-color: #164677;
	transform: rotate(-15deg); 
}

#cmpMesseageInner {
	width: 100%;
	height: 740px;
	max-width: 1100px;
	margin: 0 auto;
}

#cmpMesseagePh {
	width: 465px;
	float: left;
}

#cmpMesseagePhInner {
	display: table-cell;
	height: 740px;
	vertical-align: bottom;
}

#cmpMesseagePhInner img {
	width: 100%;
	height: auto;
}

#cmpMesseageBody {
	vertical-align: top;
	padding-top: 160px;
	color: #fff;
	width: 630px;
	float: right;
}

#cmpMesseageBodyTit {
	margin-bottom: 30px;
}

#cmpMesseageBodyTxt {
	font-size: 1.4rem;
	line-height: 1.714;
	letter-spacing: 0.100em;
	margin-bottom: 30px;
}

#cmpMesseageBodyTxtRole {
	font-size: 1.3rem;
	line-height: 1;
	text-align: right;
	margin-bottom: 10px;
}

#cmpMesseageBodyTxtName {
	font-size: 1.8rem;
	line-height: 1;
	text-align: right;
}

@media all and (min-width: 1600px) {
	#cmpMesseageBody {
		padding-top: 225px;
	}
}

@media all and (max-width: 1249px) {
	#cmpMesseage:after {
		width: 120vw;
		top: 9vw;
		left: -7vw;
	}
	
	#cmpMesseageInner {
		max-width: 900px;
	}
	
	#cmpMesseageBody {
		width: 500px;
		padding-top: 140px;
	}
	
	#cmpMesseagePh {
		width: 400px;
		padding: 0 30px;
	}
}


/* 経営の基本理念 */
/* -------------------------------------------------- */

#cmpPrinciple {
	background: url(../../img/company/ph2_pc.jpg) no-repeat center center / cover;
	padding: 210px 0 200px 150px;
	color: #fff;
	margin-bottom: 80px;
}

#cmpPrincipleLead {
	font-size: 1.7rem;
	font-weight: 500;
	line-height: 1;
	letter-spacing: 0.300em;
	position: relative;
	margin-bottom: 60px;
}

#cmpPrincipleLead:after {
	position: absolute;
	display: inline-block;
	content: "";
	width: 92px;
	height: 1px;
	background-color: #fff;
	top: 0.5em;
	margin-left: 0.5em;
}

#cmpPrincipleHead {
	font-size: 7.3rem;
	line-height: 1.2;
	letter-spacing: 0;
	font-style: italic;
	margin-bottom: 60px;
}

#cmpPrincipleBody {
	font-size: 1.8rem;
	line-height: 1.667;
	letter-spacing: 0.180em;
}


/* 地域未来牽引企業 */
/* -------------------------------------------------- */

#cmpRegional {
	width: 100%;
	border: solid 1px #004098;
	padding: 70px 150px 50px;
	margin-bottom: 80px;
}

#cmpRegionalLogo {
	text-align: center;
	margin-bottom: 45px;
}

#cmpRegionalBody {
	font-size: 1.6rem;
	line-height: 1.625;
	letter-spacing: 0.100em;
	text-align: left;
	margin-bottom: 2em;
}

#cmpRegionalLink {
	text-align: right;
}

#cmpRegionalLink a {
	font-size: 1.6rem;
	line-height: 1;
	letter-spacing: 0.100em;
	color: #004098;
	background: url(../../img/common/ic_outsite_pc.png) no-repeat right 1px center;
	background-size: 16px auto;
	padding-right: 1.5em;
}

#cmpRegionalLink a:hover {
	text-decoration: underline;
}


/* 会社概要 */
/* -------------------------------------------------- */

#cmpProfile {
	margin-bottom: 100px;
}

#cmpProfileTit {
	margin-bottom: 35px;
}

#cmpProfileInner {
	display: table;
	width: 100%;
}

#cmpProfileData {
	display: table-cell;
	vertical-align: top;
	width: 100%;
	max-width: 905px;
}

#cmpProfileData table {
	width: 786px;
}

#cmpProfileData table tr th {
	padding: 24px 50px;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1;
	letter-spacing: 0.100em;
	text-align: left;
	width: 262px;
	border-top: solid 1px #7d7d7d;
}
	#cmpProfileData table tr:last-child th {
		border-bottom: solid 1px #7d7d7d;
	}

#cmpProfileData table tr td {
	padding: 24px 50px;
	font-size: 1.6rem;
	line-height: 1;
	letter-spacing: 0.100em;
	text-align: left;
	border-top: solid 1px #cfcfcf;
}
	#cmpProfileData table tr:last-child td {
		border-bottom: solid 1px #cfcfcf;
	}

#cmpProfilePaper {
	display: table-cell;
	vertical-align: top;
}

#cmpProfilePaperFig {
	margin-bottom: 24px;
}

#cmpProfilePaperLink {
	width: 275px; 
	margin: 0 auto 0 0;
}

#cmpProfilePaperLink.uniBtn a {
	padding: 15px 0;
}

@media all and (max-width: 1199px) {
	#cmpProfileData table {
		width: 95%;
		max-width: 786px;
	}
}


/* 事業所紹介 */
/* -------------------------------------------------- */

#cmpOffice {
	margin-bottom: 100px;
}

#cmpOfficeTit {
	margin-bottom: 50px;
}

#cmpOfficeList1 ul {
	letter-spacing: -.4em;
	margin-left: -20px;
	margin-right: -20px;
}

#cmpOfficeList1 ul li {
	letter-spacing: normal;
	display: inline-block;
	vertical-align: top;
	margin: 0 20px 40px;
	width: calc(50% - 20px*2);
	border: solid 1px #cfcfcf;
	padding: 30px;
}


/* タイポグラフィ */
.cmpOfficeName {
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.150em;
	display: inline-block;
	margin-right: 1em;
	margin-bottom: 0.5em;
}

.cmpOfficeArea {
	font-family: 'Asap', sans-serif;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.160em;
	color: #aaaaaa;
	display: inline-block;
}

.cmpOfficeAddress {
	font-size: 1.4rem;
	line-height: 1;
	letter-spacing: 0.100em;
	margin-bottom: 0.5em;
	white-space: nowrap;
}

.cmpOfficeTel {
	font-size: 1.6rem;
	line-height: 1;
	letter-spacing: 0.100em;
	display: inline-block;
	margin-right: 1.25em;
	margin-bottom: 15px;
}

.cmpOfficeTel:before {
	display: inline-block;
	content: "";
	width: 15px;
	height: 19px;
	background: url(../../img/common/ic_tel_pc.png) no-repeat right center;
	background-size: 15px auto;
	vertical-align: middle;
	margin-right: 5px;
}

.cmpOfficeFax {
	font-size: 1.6rem;
	line-height: 1;
	letter-spacing: 0.100em;
	display: inline-block;
}

.cmpOfficeFax:before {
	display: inline-block;
	content: "";
	width: 19px;
	height: 19px;
	background: url(../../img/common/ic_fax_pc.png) no-repeat right center;
	background-size: 19px auto;
	vertical-align: middle;
	margin-right: 5px;
}

.cmpOfficeMap iframe {
	width: 100%;
}

#cmpOfficeList2  ul {
	letter-spacing: -.4em;
	margin-left: -7.5px;
	margin-right: -7.5px;
}

#cmpOfficeList2 ul li {
	letter-spacing: normal;
	display: inline-block;
	vertical-align: top;
	margin: 0 7.5px;
	width: 370px;
	border: solid 1px #cfcfcf;
	padding: 30px;
}

#cmpOfficeList2 ul li:nth-child(2) {
	width: 430px;
}

#cmpOfficeList2 .cmpOfficeTel {
	margin-bottom: 0;
}

@media all and (max-width: 1299px) {
	#cmpOfficeList2 ul li {
		width: calc(33.33% - 7.5px*2);
		padding: 15px;
	}
	
	#cmpOfficeList2 ul li:nth-child(2) {
		width: calc(33.33% - 7.5px*2);
	}
	
	.cmpOfficeAddress {
		white-space: normal;
	}
}


/* 沿　革 */
/* -------------------------------------------------- */

#cmpHistory {
	margin-bottom: 80px;
}

#cmpHistoryTit {
	margin-bottom: 40px;
}

#cmpHistoryTable table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0px 30px;
}

#cmpHistoryTable table tr th {
	border: solid 2px #cfcfcf;
	border-right: none;
	padding: 10px 0;
	width: 200px;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1;
	letter-spacing: 0.100em;
	text-align: left;
}

.cmpHistoryThinner {
	padding: 30px 0 30px 40px;
	border-right: solid 1px #cfcfcf;
}

#cmpHistoryTable table tr td {
	border: solid 2px #cfcfcf;
	border-left: none;
	font-size: 1.6rem;
	line-height: 1.5;
	letter-spacing: 0.100em;
	text-align: center;
	padding-right: 200px;
	vertical-align: middle;
	position: relative;
}

#cmpHistoryTable table tr td:after {
	position: absolute;
	display: inline-block;
	content: "";
	width: 160px;
	height: 18px;
	bottom: -18px;
	left: calc(50% - 200px/2 - 160px/2);
	background: #fff url(../../img/company/arrow1_pc.png) no-repeat center center;
	background-size: 72px auto;
}

#cmpHistoryTable table tr:last-child td:after {
	background-color: inherit;
	background-image: none;
}


/*アニメーション調整*/
#cmpProfileInner,
#cmpOfficeList1,
#cmpHistoryTable {
	-webkit-transition-delay: 1s;
	transition-delay: 1s;
}


