@charset "utf-8";
/* CSS Document */
.page_header { background-image: url(../img/company/main.jpg?20230309); }
.page_header .page_header_title h1::before {
	content: 'COMPANY';
	font-family:'PT Sans';
}
@media screen and (max-width: 760px) {
	.page_header { background-image: url(../img/company/main_sp.jpg?20230309); }
}


/* -------------------------------- */
/* トップメッセージ */
/* -------------------------------- */
.topmsg {
	max-width: 100%;
	width: 790px;
	margin: 100px auto 0;
}
.topmsg h2 {
	text-align: center;
	margin-bottom: 45px;
}
.topmsg h2::before {
	content: '';
	display: block;
	width: 60px;
	height: 56px;
	margin: 0 auto 15px;
	background-image: url(/wp-content/themes/fukuyama/assets/img/company/icon_03.svg);
}
@media screen and (max-width: 767px) {
	.topmsg {
		margin-top: 10%;
	}
	.topmsg h2 {
		margin-bottom: 5%;
		font-size: 7vw;
	}
	.topmsg h2::before {
		width: 12vw;
		max-width: 60px;
		height: calc(12vw * 0.9333333333333);
		max-height: 56px;
		background-size: contain;
	}
}

.topmsg p {
	line-height: 2;
}
.topmsg .top_name {
	margin-top: 45px;
	justify-content: flex-end;
}
.topmsg .mincho {
	font-size: 24px;
	font-weight: bold;
	margin-left: 15px;
}
@media screen and (max-width: 767px) {
	.topmsg p,
	.topmsg .top_name {
		font-size: 3.8vw;
	}
	.topmsg p {
		line-height: 1.8;
	}
	.topmsg .top_name {
		margin-top: 5%;
	}
	.topmsg .mincho {
		font-size: 4.8vw;
	}
}



/* -------------------------------- */
/* 企業理念 */
/* -------------------------------- */
.philosophy .bg_wrap {
	background-image: url(/wp-content/themes/fukuyama/assets/img/company/bg001.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center bottom;
	text-align: center;
	padding: 305px 0 340px;
}
.philosophy h2::before {
	content: 'PHILOSOPHY';
	font-family:'PT Sans';
}
.philosophy .mincho {
	font-size: 36px;
	font-weight: bold;
	line-height: 1.8;
}
@media screen  and (max-width: 767px) {
	.philosophy .bg_wrap {
		padding: 15% 3% 40%;
	}
	.philosophy .mincho {
		font-size: 5vw;
	}
}

.philosophy .sub_content {
	padding-top: 40px;
	padding-bottom: 40px;
}
.philosophy .sub_content dl {
	display: flex;
	align-items: center;
	font-weight: bold;
}
.philosophy .sub_content dt {
	margin-right: 20px;
}
.philosophy .sub_content dt::before {
	content: '';
	display: block;
	margin: 0 auto 10px;
	background-size: contain;
}
.philosophy .sub_content dd {
	line-height: 1.7;
}
.philosophy .mission {
	padding-right: 20px;
	margin-right: 25px;
	border-right: 1px solid #dedede;
}
.philosophy .mission dt::before {
	width: 48px;
	height: 40px;
	background-image: url(/wp-content/themes/fukuyama/assets/img/company/icon_01.svg);
	background-repeat: no-repeat;
}
.philosophy .promise dt::before {
	width: 44px;
	height: 40px;
	background-image: url(/wp-content/themes/fukuyama/assets/img/company/icon_02.svg);
	background-repeat: no-repeat;
}
.philosophy .promise li {
	list-style: none;
	display: flex;
	align-items: center;
	line-height: 1.2;
}
.philosophy .promise .num {
	color: #b50000;
	font-size: 26px;
	font-style: italic;
	font-weight: normal;
	margin-right: 10px;
}
@media screen and (max-width: 1040px) {
	.philosophy .sub_content {
		display: block;
	}
	.philosophy .mission {
		padding-right: 0;
		margin-right: 0;
		border-right: none;
		margin-bottom: 30px;
	}
}
@media screen and (max-width: 767px) {
	.philosophy .sub_content {
		padding: 40px 20px;
	}
	.philosophy .sub_content dl {
		display: block;
	}
	.philosophy .sub_content dt {
		text-align: center;
		margin-bottom: 20px;
	}
}


/* -------------------------------- */
/* 会社概要 */
/* -------------------------------- */
.about {
	background-color: #f7f7f7;
	padding: 100px 0;
}
.about h2::before {
	content: 'ABOUT';
	font-family:'PT Sans';
}

@media screen and (max-width: 767px) {
	.about {
		padding: 15% 0;
	}
}


.about .table_area {
	background-color: #FFFFFF;
	border: solid 2px #1d1d1d;
	padding: 46px;
}
.about .about_table {
	border-collapse: collapse;
	width: 100%;
}
.about .about_table th,
.about .about_table td {
	text-align: left;
	vertical-align: text-top;
	padding: 20px 0;
	border-bottom: solid 1px #dedede;
}
.about .about_table th {
	width: 145px;
}
.about .about_table td {
	padding-left: 20px;
	line-height: 1.6;
}
.about .about_table a {
	color: #1d1d1d;
}
.about .about_table a:hover {
	color: #e70000;
}

.about .about_table a .st0 {
	fill: #e70000;
}

.about .about_table a span {
	margin-left: 13px;
}

.about .about_table .lh2 {
	line-height: 2;
}
.about .about_table tr:last-child th,
.about .about_table tr:last-child td {
	border-bottom: none;
}
@media screen and (max-width: 767px) {
	.about .table_area {
		padding: 20px;
	}
	.about .about_table th,
	.about .about_table td {
		display: block;
	}
	.about .about_table th {
		border-bottom: none;
		padding-bottom: 10px;
	}
	.about .about_table td {
		padding-left: 0;
		padding-top: 0;
		font-size: 3.8vw;
	}

}