/*
LINE PROJECT
Copyright [C] LINE PROJECT All rights reserved.
*/

/********************************************************************************

		INNER_COMPANY

*********************************************************************************/

.inner_item {
	margin: 0 40px 0 0;
}
.inner_item:nth-child(2n) {
	margin-right: 0;
}
.inner_item:last-child {
	margin-bottom: 0;
}
.inner_item img {
	width: 450px;
	margin-bottom: 15px;
}
.inner_item a .item_title {
	position: relative;
	font-size: 17px;
	letter-spacing: 1px;
	padding-left: 15px;
}
.inner_item a .item_title:before {
	content: "";
	position: absolute;
	top: 6px;
	left: 0;
	background: url(../img/common/arrow.svg) no-repeat;
	width: 8px;
	height: 12px;
}
#company .inner_item a:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	background: url(../img/company/hover.svg) no-repeat;
	width: 450px;
	height: 150px;
	opacity: 0;
	z-index: 999;
	-webkit-transition: opacity 0.4s
	-moz-transition: opacity 0.4s;
	transition: opacity 0.4s;
}
#company .inner_item a:hover:after {
	opacity: 1;
}

@media screen and (max-width: 980px) {

.inner_item {
	margin: 0 0 60px 0;
}

}

/********************************************************************************

		CI_COMPANY

*********************************************************************************/

.item_wrap iframe {
	width: 840px;
	height: 473px;
}

@media screen and (max-width: 980px) {

.item_wrap iframe {
	width: 510px;
	height: 287px;
}

}

/********************************************************************************

		OUTLINE_COMPANY

*********************************************************************************/

.company_info:not(:last-child) {
	margin-bottom: 40px;
}
.info_title {
	color: #fff;
	background: #376ab2;
	width: 100px;
	height: 25px;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 1px;
	box-sizing: border-box;
	padding: 3px 9px;
	margin-bottom: 12px;
}
.info_detail p {
	font-size: 15px;
	letter-spacing: 1px;
	margin-bottom: 10px;
}

/********************************************************************************

		ABOUT_COMPANY

*********************************************************************************/

#logo_mark_svg {
	width: 300px;
	height: 300px;
	margin: 50px auto 100px auto;
}
#logo_mark_svg svg {
	width: 300px;
	height: 300px;
}
#company .item_wrap h4 {
	color: #376ab2;
	font-size: 24px;
	letter-spacing: 2px;
	padding-bottom: 4px;
	margin: 0 0 20px 0;
	border-bottom: 2px solid #376ab2;
}
#vision {
	margin-bottom: 80px;
}
#vision p {
	font-size: 18px;
	font-weight: normal;
	line-height: 36px;
	letter-spacing: 1px;
}
#guideline {
	margin-bottom: 80px;
}
#guideline .guideline_item {
	margin-bottom: 40px;
}
#guideline .guideline_item:nth-child(2) .title p {
	margin-top: 40px;
}
#guideline .title p {
	background: #376ab2;
	width: 160px;
	color: #fff;
	font-size: 15px;
	letter-spacing: 1px;
	text-align: center;
	padding: 4px 0;
	margin-bottom: 10px;
}
#guideline .text p {
	font-size: 16px;
	font-weight: normal;
	line-height: 32px;
	letter-spacing: 0.5px;
}
#signature p {
	font-size: 14px;
	letter-spacing: 0.5px;
	text-align: right;
}
