@charset "UTF-8";

/*-----------------------------------

	company_block

-----------------------------------*/
#company_block{
	padding: 0 0 10.5vw;
}

/*company_box*/
#company_block .company_box{
	padding: 4.1vw 0 0;
	font-family: var(--flwshippori);
}
#company_block .company_box .table_box{
	margin: 2.3vw auto 0;
}
#company_block .company_box .table_box table{
	width: 100%;
}
#company_block .company_box .table_box table tr:nth-child(even){
	background: var(--sClr5);
}
#company_block .company_box .table_box table tr td{
	padding: 11px 0;
	width: calc(100% - 180px);
	font-size: 14px;
	font-weight: 500;
	color: var(--sClr1);
	line-height: 2;
}
#company_block .company_box .table_box table tr td:first-child{
	padding-left: 23px;
	width: 180px;
}

@media screen and (max-width: 840px) {
}
@media screen and (max-width: 640px) {
	#company_block .company_box .table_box table tr td:first-child{
		width: 110px;
	}
	#company_block .company_box .table_box table tr td{
		width: calc(100% - 110px);
	}
}

/*history_box*/
#company_block .history_box{
	padding: 5vw 0 0;
	font-family: var(--flwshippori);
}
#company_block .history_box .table_box{
	margin: 3vw auto 0;
}
#company_block .history_box .table_box table{
	width: 100%;
}
#company_block .history_box .table_box table tr td{
	padding: 0 0 20px;
	width: calc(100% - 150px);
	font-size: 14px;
	font-weight: 500;
	color: var(--sClr1);
	line-height: 2;
}
#company_block .history_box .table_box table tr td:first-child{
	width: 150px;
	padding-right: 13px;
	box-sizing: border-box;
	position: relative;
}
#company_block .history_box .table_box table tr td:first-child::before,
#company_block .history_box .table_box table tr:not(:last-child) td:first-child::after{
	content: "";
	position: absolute;
	margin: auto;
}
#company_block .history_box .table_box table tr td:first-child::before{
	width: 13px;
	height: 13px;
	border-radius: 50%;
	background: var(--mClr7);
	top: 8px;
	right: 0;
	z-index: 2;
}
#company_block .history_box .table_box table tr:not(:last-child) td:first-child::after{
	top: 25px;
	bottom: 0;
	right: 4px;
	background: var(--sClr6);
	height: 99%;
	width: 5px;
	z-index: 1;
}
#company_block .history_box .table_box table tr td:last-child{
	padding-left: 25px;
}

@media screen and (max-width: 840px) {
}
@media screen and (max-width: 640px) {
	#company_block .history_box .table_box table tr td:first-child{
		width: 135px;
	}
	#company_block .history_box .table_box table tr td:last-child{
		width: calc(100% - 135px);
		padding-left: 15px;
	}
}

/*map_box*/
#company_block .access_box{
	padding: 6.6vw 0 0;
}
#company_block .access_box .map_box{
	width: 100%;
	height: 450px;
	background: #F6F4F8;
}

@media screen and (max-width: 840px) {
}
@media screen and (max-width: 640px) {
	#company_block .access_box .map_box{
		height: 220px;
	}
}

/*factory_box*/
#company_block .factory_box{
	padding: 9.6vw 0 0;
}
#company_block .factory_box .factory_wrap {
	margin: 3.8vw auto 3.1vw;
	gap: 40px 3.33%;
}
#company_block .factory_box .factory_wrap .box {
	width: 48.33%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#company_block .factory_box .factory_wrap .box .image {
	width: 48.3%;
	border-radius: 5px;
	overflow: hidden;
}
#company_block .factory_box .factory_wrap .box .text {
	width: 47.1%;
	font-family: var(--fGothic);
}
#company_block .factory_box .factory_wrap .box .text h3 {
	font-size: 16px;
	font-weight: 500;
	color: var(--mClr1);
	margin-bottom: 15px;
}
#company_block .factory_box .factory_wrap .box .text .address {
	font-size: 13px;
	line-height: 1.69;
	margin-bottom: 20px;
}
#company_block .factory_box .factory_wrap .box .text .details {
	display: flex;
	align-items: center;
	gap: 0 10px;
	font-family: var(--fSerif);
	font-size: 13px;
}
#company_block .factory_box .factory_wrap .box .text .details .maplink {
	width: 118px;
	background: var(--sClr2);
	color: var(--sClr3);
	padding: 15px 0;
	border-radius: 5px;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 5px;
}
#company_block .factory_box .factory_wrap .box .text .details .maplink::before {
	content: "";
	width: 12px;
	height: 15px;
	background: url(../img/index/icon_map.svg) no-repeat center/contain;
	display: block;
}
#company_block .factory_box .factory_wrap .box .text .details ul li {
	line-height: 1.6;
}
#company_block .factory_box .factory_wrap .box .text .details ul li span {
	font-size: 10px;
}

#company_block .line_box{
	padding: 6.9vw 0 0;
	text-align: center;
	font-family: var(--flwzen);
}
#company_block .line_box .line_ttl{
	margin: 0 auto 1.6vw;
}
#company_block .line_box .txt{
	font-size: 15px;
	line-height: 2;
}
#company_block .line_box .txt_2{
	font-size: 24px;
	line-height: 2;
}

@media screen and (max-width: 1150px) {
	#company_block .factory_box .factory_wrap .box .text h3 {
		font-size: 1.39vw;
	}
	#company_block .factory_box .factory_wrap .box .text .address {
		font-size: 1.13vw;
	}
	#company_block .factory_box .factory_wrap .box .text .details {
		gap: 0 0.87vw;
		font-size: 1.13vw;
	}
	#company_block .factory_box .factory_wrap .box .text .details .maplink {
		width: 10.26vw;
		gap: 0.43vw;
	}
	#company_block .factory_box .factory_wrap .box .text .details .maplink::before {
		width: 1.04vw;
		height: 1.3vw;
	}
	#company_block .factory_box .factory_wrap .box .text .details ul li span {
		font-size: 0.87vw;
	}
}
@media screen and (max-width: 840px) {
	#company_block .factory_box .factory_wrap .box {
		width: max(500px,70%);
	}
	#company_block .factory_box .factory_wrap .box .text h3 {
		font-size: 16px;
	}
	#company_block .factory_box .factory_wrap .box .text .address {
		font-size: 13px;
	}
	#company_block .factory_box .factory_wrap .box .text .details {
		gap: 0 10px;
		font-size: 13px;
	}
	#company_block .factory_box .factory_wrap .box .text .details .maplink {
		width: 118px;
		gap: 5px;
	}
	#company_block .factory_box .factory_wrap .box .text .details .maplink::before {
		width: 12px;
		height: 15px;
	}
	#company_block .factory_box .factory_wrap .box .text .details ul li span {
		font-size: 10px;
	}
}
@media screen and (max-width: 640px) {
	#company_block .factory_box .factory_wrap {
		gap: 20px 0;
	}
	#company_block .factory_box .factory_wrap .box .text h3 {
		font-size: 13px;
		margin-bottom: 5px;
	}
	#company_block .factory_box .factory_wrap .box .text .address {
		font-size: 10px;
		margin-bottom: 10px;
	}
	#company_block .factory_box .factory_wrap .box .text .details {
		font-size: 10px;
		flex-direction: column;
		align-items: normal;
		gap: 5px 0;
	}
	#company_block .factory_box .factory_wrap .box .text .details .maplink {
		width: 120px;
		padding: 8px 0;
		gap: 5px;
	}
	#company_block .factory_box .factory_wrap .box .text .details .maplink::before {
		width: 12px;
		height: 15px;
	}
	
	#company_block .line_box .txt{
		font-size: 14px;
	}
	#company_block .line_box .txt_2{
		font-size: 17px;
	}
}

/*safety_box*/
#company_block .safety_box{
	padding: 13.4vw 0 0;
}
#company_block .safety_box .ttl_box{
	background: url("../img/company/safety_img.jpg")no-repeat center/cover;
	height: 465px;
	position: relative;
	z-index: 1;
}
#company_block .safety_box .ttl_box::before{
	content: "";
	position: absolute;
	height: 100%;
	width: 100%;
	background: rgba(17, 17, 17, 0.35);
	z-index: 2;
}
#company_block .safety_box .ttl_box .h3_ttl{
	color: var(--sClr3);
	font-size: 42px;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	height: 88px;
	z-index: 3;
}
#company_block .safety_box .ttl_box .h3_ttl span{
	color: var(--sClr3);
	font-size: 20px;
}
#company_block .safety_box .pattern{
	margin: 5.6vw auto 0;
}

@media screen and (max-width: 840px){
}
@media screen and (max-width: 640px){
	#company_block .safety_box .ttl_box .h3_ttl{
		font-size: 24px;
		height: 52px;
	}
	#company_block .safety_box .ttl_box .h3_ttl span{
		font-size: 14px;
	}
	#company_block .safety_box .ttl_box{
		height: 220px;
	}
}








