@charset "utf-8";

/* ================================================================================
	Additional
================================================================================ */
.box {
	margin-bottom: 30px;
}
.box::after {
	content: '';
	display: block;
	clear: both;
}

.box_left {
	float: left;
	margin: 0 35px 35px 0;
}

.box_right {
	float: right;
	margin: 0 0 35px 35px;
}

.box_text {
	overflow: hidden;
}

.box_color {
	overflow: hidden;
	margin-bottom: 40px;
	padding: 30px;
	background: #f5f5f5;
}

.box_color_success {
	overflow: hidden;
	margin-bottom: 40px;
	padding: 30px;
	background: #d4edda;
}

.box_border {
	overflow: hidden;
	margin-bottom: 40px;
	padding: 30px;
	border: 3px solid #444;
}

.color_green {
	color: #28a745;
}

.color_red {
	color: #dc3545;
}

.img_frame {
	overflow: hidden;
	padding: 2px;
	border: 2px solid #ddd;
	vertical-align: top;
}

.reset_ttl {
}


/* =============================================== */
/** Project */
/* =============================================== */

.map_wrap iframe {
	width: 100%;
	height: 450px;
	vertical-align: top;
}

.img_shadow img {
	box-shadow: 10px 10px #fafac5;
}

.bg_wrap {
	position: relative;
	z-index: 1;
	margin: 130px 0;
	padding: 130px 0;
}
.bg_wrap::before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;
	z-index: -100;
	width: 100vw;
	background: #fff;
	transform: translateX(-50%);
}
.bg_wrap :first-child {
	margin-top: 0 !important;
}
.bg_wrap :last-child {
	margin-bottom: 0 !important;
}

.section_inner {
	width: 1200px;
	margin: 0 auto;
}

.contents_main_ttl {
	background: none !important;
	color: #000 !important;
	font-size: 33px !important;
	padding: 0 !important;
}
.contents_main_ttl::before {
	display: none;
}

.contents_set_ttl {
	margin-bottom: 56px;
	line-height: 1;
	text-align: center;
}
.contents_set_ttl_en {
	display: block;
	margin-bottom: 12px;
	font-family: 'Marcellus', serif;
	font-size: 50px;
	letter-spacing: 0.03em;
}
.contents_set_ttl_ja {
	background: none !important;
	color: #000 !important;
	font-size: 22px !important;
	padding: 0 !important;
	margin: 0 !important;
}
.contents_set_ttl_ja::before {
	display: none;
}

.contnets_feature_group {
	margin: 0 0 120px;
}
.contnets_feature {
	display: flex;
	position: relative;
	gap: 60px;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 90px;
}
.contnets_feature:last-child {
	margin: 0;
}
.contnets_feature:nth-child(even) {
	flex-direction: row-reverse;
}
.contnets_feature_img {
	width: 680px;
}
.contnets_feature_detail {
	width: 460px;
}
.contnets_feature_num {
	position: absolute;
	top: -23px;
	right: 0;
	z-index: -1;
	line-height: 1;
	color: #efefef;
	font-family: 'BebasKai', sans-serif;
	font-size: 130px;
}
.contnets_feature:nth-child(even) .contnets_feature_num {
	right: auto;
	left: 350px;
}
.contnets_feature_ttl {
	margin: 0 0 23px !important;
	padding: 0 !important;
	border: none !important;
	line-height: 1.4 !important;
	font-size: 30px !important;
}
.contnets_feature_detail p {
	line-height: 2;
	font-size: 15px;
}

.box.-line {
	margin-bottom: 80px;
	padding-bottom: 80px;
	border-bottom: 1px solid #888;
}
.box.-line.last {
	margin: none;
	padding: none;
	border: none;
}
.box.-line .box_left {
	margin-right: 70px;
}
.box.-line .box_right {
	margin-left: 70px;
}
.box.-line .contents_set_ttl {
	margin-bottom: 18px;
	line-height: 1;
	text-align: left;
}
.box.-line .contents_set_ttl_en {
	display: block;
	position: relative;
	margin-bottom: 9px;
	padding-left: 30px;
	font-family: 'Marcellus', serif;
	font-size: 22px;
	letter-spacing: 0.03em;
}
.box.-line .contents_set_ttl_en::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	z-index: -100;
	width: 16px;
	height: 2px;
	margin-top: -1px;
	background: #333;
}
.box.-line .contents_set_ttl_ja {
	margin: 0 !important;
	padding: 0 !important;
	background: none !important;
	color: #000 !important;
	font-size: 34px !important;
}
.box.-line .box_text {
	line-height: 2;
	font-size: 15px;
}

.contents_message {
	display: flex;
	position: relative;
	flex-direction: row-reverse;
	width: 100%;
	margin: 100px 0 130px;
	padding: 90px 0;
}
.contents_message::before {
	content: '';
	position: absolute;
	z-index: -100;
	background: #fff;

	inset: 0 0 0 calc(50% - 130px);
}
.contents_message_inner {
	flex: 0 0 auto;
	width: 50%;
	max-width: 100%;
}
.contents_message_detail {
	float: left;
	width: 600px;
	min-height: 550px;
	padding: 54px 0 60px 80px;
}
.contents_message_ttl {
	margin-bottom: 33px;
	line-height: 1;
}
.contents_message_ttl_en {
	display: block;
	margin-bottom: 28px;
	font-family: 'Marcellus', serif;
	font-size: 50px;
	letter-spacing: 0.05em;
}
.contents_message_ttl_jp {
	margin: 0 !important;
	padding: 0 !important;
	background: none !important;
	color: #000 !important;
	font-size: 23px !important;
}
.contents_message_ttl_jp::before {
	display: none;
}
.contents_message_txt {
	line-height: 2;
	font-size: 15px;
}
.contents_message_img {
	flex: 0 0 auto;
	width: 50%;
	max-width: 100%;
}
.contents_message_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.movie_wrap {
	overflow: hidden;
	width: 100%;
	aspect-ratio: 16 / 9;
}
.movie_wrap iframe {
	display: block;
	width: 100%;
	height: 100%;
}

/* =============================================== */
/** Page */
/* =============================================== */

/* 配線工事 */
.page-wiring .l-content_inner {
	width: auto;
}
/* 一般電気工事 */
.page-general .l-content_inner {
	width: auto;
}
