@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: 35px;
	background: #f2f2f2;
}

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

.box_border {
	overflow: hidden;
	overflow: hidden;
	margin-bottom: 40px;
	padding: 35px;
	border: 1px solid #888;
}

.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 {
	vertical-align: top;
}

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

.entry_body hr {
	border-top: 1px solid #aaa;
}

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

.box_ttl {
	margin: 100px 0 50px;
	line-height: 1;
	text-align: center;
}
.box_ttl_en {
	display: block;
	margin-bottom: 10px;
	font-family: 'Roboto', sans-serif;
	font-size: 42px;
}
.box_ttl_ja {
	margin: 0 !important;
	padding: 0 !important;
	border: none !important;
	font-size: 16px !important;
	letter-spacing: 0.05em !important;
}

.page_sub_ttl {
	text-align: center !important;
	margin: 80px 0 40px !important;
	padding: 0 !important;
	border: none !important;
	background: none !important;
	font-size: 26px !important;
	letter-spacing: 0.05em !important;
}

.page_lead {
	text-align: center;
	margin-bottom: 50px;
}

.tbl_std {
	width: calc(100% + 4px);
	width: 100%;
	margin: 0 -2px 58px;
	border-collapse: separate;
	border-spacing: 2px;
	letter-spacing: 0.04em;
}
.tbl_std th,
.tbl_std td {
	padding: 13px 21px 15px !important;
	border: none !important;
	font-size: 18px !important;
}
.tbl_std th {
	width: 300px !important;
	background: #333 !important;
	color: #fff;
	font-weight: 700;
}
.tbl_std td {
	background: #f7f7f7 !important;
}

.tbl_underline th,
.tbl_underline td {
	padding: 15px 0 !important;
}
.tbl_underline th {
	width: 25% !important;
	padding-right: 15px !important;
}

.page_message {
	position: relative;
	margin-bottom: 170px;
}
.page_message_img {
}
.page_message_detail {
	overflow: hidden;
	position: absolute;
	right: 80px;
	bottom: -85px;
	z-index: 100;
	width: 620px;
	height: 320px;
	padding: 50px 60px;
	background: #fff;
	-webkit-box-shadow: 0 0 60px rgba(0, 0, 0, 0.15);
	box-shadow: 0 0 60px rgba(0, 0, 0, 0.15);
}
.page_message_detail h2 {
	margin: 0 0 18px !important;
	padding: 0 !important;
	border: none !important;
	font-size: 23px !important;
}

.page_feature_group {
	margin-bottom: 80px;
}
.page_feature {
	position: relative;
	margin-bottom: 50px;
}
.page_feature::before {
	content: '';
	position: absolute;
	top: 80px;
	right: calc(50% - 190px);
	bottom: 0;
	left: 0;
	z-index: -100;
	background: #e8e8e8;
}
.page_feature_group .page_feature:nth-child(2)::before {
	left: calc(50% - 190px);
	bottom: 0;
	right: 0;
}
.page_feature_img {
	float: right;
}
.page_feature_group .page_feature:nth-child(2) .page_feature_img {
	float: left;
}
.page_feature_detail {
	float: left;
	width: 410px;
	min-height: 545px;
	padding: 135px 0 65px 70px;
	line-height: 1.933;
}
.page_feature_group .page_feature:nth-child(2) .page_feature_detail {
	float: right;
	padding: 135px 70px 65px 0;
}
.page_feature_detail h2 {
	margin: 0 0 15px !important;
	padding: 0 !important;
	border: none !important;
	background: none !important;
	line-height: 1.4 !important;
	font-size: 25px !important;
}
.page_feature_detail h3 {
	margin: 0 0 15px !important;
	padding: 0 !important;
	border: none !important;
	background: none !important;
	line-height: 1.4 !important;
	font-size: 18px !important;
}


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

/* ご契約の流れ */
.page-flow .page_feature_detail {
	min-height: 485px;
}

/* プロフィール */
.page-profile {
	letter-spacing: 0.1em;
}
.page-profile .box_left {
	margin-right: 80px;
}
.page-profile .tbl_underline th,
.page-profile .tbl_underline td {
	line-height: 1.6 !important;
}

/* コンセプト */
.page_service_list {
	display: -ms-flexbox;
	display: flex;
	margin: 0 -56px 80px !important;
	text-align: center;
}
.page_service_list_item {
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	width: 25%;
	max-width: 25%;
	margin: 0 !important;
	padding: 0 56px !important;
}
.page_service_list_img {
	width: 210px;
	margin-bottom: 24px;
}
.page_service_list_txt {
	line-height: 1;
	text-align: center;
}
.page_service_list_txt_en {
	display: block;
	margin-bottom: 10px;
	font-family: 'Roboto', sans-serif;
	font-size: 25px;
	letter-spacing: 0.05em;
}
.page_service_list_txt_jp {
	font-weight: 700;
	letter-spacing: 0.06em;
}
.img_ttl {
	margin: 70px 0 40px !important;
	padding: 0 !important;
	background: none !important;
	line-height: 1 !important;
}
