@charset "utf-8";
/* CSS Document */

.mainTitle .titleBk {
	background-image: url(../images/company/title_bk.jpg);
}
.titleWrap {
	background: linear-gradient(90deg, #5d8aa9 0%, #5d8aa9 30%, rgba(255,255,255,.0) 30%, rgba(255,255,255,.0) 100%);
}
.titleWrap .title {
	background: #5d8aa9;
}
.companyContents >div {
	margin-top: 70px;
}
.companyContents >div:first-child {
	margin-top: 0;
}
@media (max-width: 767px) {
	.companyContents >div {
	margin-top: 40px;
}
.companyContents >div:first-child {
	margin-top: 15px;
}
}
/*-------------------------------------------------------------
					message
---------------------------------------------------------------*/

.messege .txt {
	font-size: 1.125em;
	line-height: 1.77;
	margin: 1.875em 0px;
	text-align: center;
}
.messege .ceo {
	display: block;
	text-align: right;
	margin-bottom: 1.875em;
}
@media (max-width: 767px) {
	.messege .txt {
	margin: 1.25em 0px;
}
	.messege .ceo img{
		height: 20px;
	}
}
/*-------------------------------------------------------------
					company
---------------------------------------------------------------*/
.company {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-ms-flex-pack: justify;
	-webkit-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
.company .sttl {
	width: 100%;
	margin-bottom: 1.875em;
}
.company .pic{
	width: 36.6%;
	text-align: center;
}
.company .desc {
	width: 58.1%;
}
.company .desc table {
	width: 100%;
}
.company tr {
	border-top: #d1dce2 1px dashed;
}
.company tr:first-child {
	border-top: none;
}
.company th {
	width: 30%;
	padding: 1em 0;
	color: #5d8aa9;
	font-weight: 700;
	vertical-align: text-top;
}
.company td {
	padding: 1em 0;
}

@media (max-width: 767px) {
	.company .pic{
	width: 100%;
}
	.company .desc {
		width: 100%;
	}
.company th {
	width: 100%;
	display: block;
	padding: 0.8em 0 0.5em;
}
.company td {
	padding: 0 0 0.8em;
	display: block;
}
}
/*-------------------------------------------------------------
					company
---------------------------------------------------------------*/
.history .historyList {
	margin-top: 1.875em;
}
.history .items {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: stretch;
	-ms-align-items: stretch;
	align-items: stretch;
}
.history .year {
	width: 100px;;
	text-align: center;
	position: relative;
	color: #ffffff;
	padding: 2em 0 1em;
}
.historyList .items:first-child .year {
	padding: 1em 0;
}
.history .year:after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	bottom: -10px;
	left: 0;
	border-style: solid;
	border-width: 10px 50px 0 50px;
	z-index: 1;
}
.history .items dl {
	width: 91%;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	padding: 1em 0 1em 2em;
}
.history .items dt {
	width: 5%;
	color: #5d8aa9;
	font-weight: 700;
	padding: 1em 0;
}
.history .items dd {
	width: 91%;
	padding: 1em 0 0;
}
@media (max-width: 767px) {

.history .year {
	width: 70px;
	padding: 2em 0 1em;
}
.historyList .items:first-child .year {
	padding: 1em 0;
}
.history .year:after {
	border-width: 10px 30px 0 30px;
}
.history .items dl {
	width: 91%;
	padding: 0.5em 0 0.5em 0.8em;
}
.history .items dt {
	width: 100%;
	color: #5d8aa9;
	font-weight: 700;
	padding: 0;
}
.history .items dd {
	width: 100%;
	padding: 0 0 0.5em;;
}
}

/**----------------------------------------------*/
.historyList .items:nth-child(5n) .year {
	background: #bfbfbf;
}
.historyList .items:nth-child(5n) .year:after {
	border-color: #bfbfbf transparent transparent transparent;
}
.historyList .items:nth-child(5n+1) .year {
	background: #101246;
}
.historyList .items:nth-child(5n+1) .year:after {
	border-color: #101246 transparent transparent transparent;
}
.historyList .items:nth-child(5n+2) .year {
	background: #5d8aa9;
}
.historyList .items:nth-child(5n+2) .year:after {
	border-color: #5d8aa9 transparent transparent transparent;
}
.historyList .items:nth-child(5n+3) .year {
	background: #a4bac5;
}
.historyList .items:nth-child(5n+3) .year:after {
	border-color: #a4bac5 transparent transparent transparent;
}
.historyList .items:nth-child(5n+4) .year {
	background: #898989;
}
.historyList .items:nth-child(5n+4) .year:after {
	border-color: #898989 transparent transparent transparent;
}
.historyList .items:last-child .year:after {
	border-color: #fff transparent transparent transparent;
}
/*-------------------------------------------------------------
					access
---------------------------------------------------------------*/
.access .items {
	margin-top: 1.875em;
	text-align: center;
}
.access .items h4{
	color: #101246;
	font-weight: 700;
	position: relative;
	display: inline-block;
	margin-bottom: 0.5em;
}
.access .items h4::before{
	content: '';
	background: #F8ED3D;
	border-radius: 50px;
	width: 8px;
	height: 8px;
	position: absolute;
	top: 50%;
	left: -15px;
	margin-top: -4px;
}
.access .items .ad{
	margin-bottom: 1.25em;
}
.access  .map{
position: relative;
padding-bottom: 32%;
height: 0;
overflow: hidden;
}
.access  .map iframe {
position: absolute;
top: 0;
left: 0;
width: 100% !important;
height: 100% !important;
}
