@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: 35px;
	padding: 30px;
	background: #f5f5f5;
	mix-blend-mode: multiply;
}

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

.box_border {
	overflow: hidden;
	margin-bottom: 35px;
	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;
}

.entry_body dl dt {
	font-family: 'Noto Serif JP', serif;
	font-size: 18px;
	font-weight: 600;
}

.entry_body .row {
	margin: 0 -15px;
}
.entry_body .row > div {
	padding: 0 15px 30px;
}

.tbl_fixed th,
.tbl_fixed td {
	text-align: center !important;
}

.page_message {
	position: relative;
	margin-bottom: 100px;
}
.page_message_img {
	margin: 0 -100px;
}
.page_message_detail {
	position: relative;
	margin: -90px 0 0;
	padding: 55px 70px 0;
	background: url(/shared/img/pc/bg.jpg) repeat 0 0;
	text-align: center;
}
.page_message_img_ttl {
	margin: 0 0 20px !important;
	padding: 0 !important;
	background: none !important;
	color: #222 !important;
	font-size: 28px !important;
}
.page_message_img_ttl::before {
	display: none;
}
.page_message_img_txt {
}

.page_flow_list {
	position: relative;
	margin: 40px 0 60px !important;
	padding-left: 120px;
}
.page_flow_list::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 120px;
	width: 14px;
	height: 100%;
	margin-left: -7px;
	background: #eee;
	mix-blend-mode: multiply;
}
.page_flow_list > li {
	position: relative;
	padding: 0 0 60px 0 !important;
	list-style: none !important;
}
.page_flow_list > li:last-child {
	padding-bottom: 30px;
}
.page_flow_list > li::before {
	display: none;
}
.page_flow_list_icon {
	display: block;
	position: absolute;
	top: 0;
	left: -120px;
	z-index: 10;
	width: 100px;
	height: 36px;
	background: #294475;
	line-height: 34px;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}
.page_flow_list_icon::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 100%;
	border-width: 5px 0 5px 10px;
	border-style: solid;
	border-color: transparent transparent transparent #294475;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.page_flow_list .box {
	position: relative;
	padding-left: 70px;
}
.page_flow_list .box::before,
.page_flow_list .box::after {
	content: '';
	display: block;
	position: absolute;
	top: 15px;
}
.page_flow_list .box::before {
	top: 14px;
	left: -4px;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #294475;
}
.page_flow_list .box::after {
	position: absolute;
	top: 17px;
	left: 5px;
	width: 50px;
	border-bottom: 1px dashed #bbb;
}
.page_flow_list .box_right {
	width: 300px;
}
.page_flow_list .box dt {
	margin: 4px 0 15px;
	line-height: 1.3;
	font-size: 22px;
	font-weight: bold;
}

.page_feature {
	margin-bottom: 100px;
}
.page_feature_list {
}
.page_feature_list_item {
	margin: 0 0 60px !important;
	padding: 0 !important;
}
.page_feature_list_item:last-child {
	margin: 0;
}
.page_feature_list_item::before {
	display: none !important;
}
.page_feature_list_img {
	float: right;
	margin: 0 -100px 0 0;
}
.page_feature_list_item:nth-child(even) .page_feature_list_img {
	float: left;
	margin: 0 0 0 -100px;
}
.page_feature_list_detail {
	float: left;
	width: 400px;
	padding-top: 30px;
}
.page_feature_list_item:nth-child(even) .page_feature_list_detail {
	float: right;
}
.page_feature_list_ttl {
	margin: 0 0 20px !important;
	padding: 0 !important;
	background: none !important;
	color: #222 !important;
	font-size: 32px !important;
}
.page_feature_list_ttl::before {
	display: none;
}
.page_feature_list_txt {
}

.page_movie {
	position: relative;
	padding: 0 40px;
	text-align: center;
}
.page_movie::before {
	content: '';
	position: absolute;
	top: -180px;
	right: -150px;
	z-index: -100;
	width: 586px;
	height: 589px;
	background: url(/shared/img/page/concept/img10.png) no-repeat 0 0;
}
.page_movie_ttl {
	margin: 0 0 35px !important;
	padding: 0 !important;
	background: none !important;
	text-align: center;
}
.page_movie_ttl::before {
	display: none;
}

.page_movie_embed {
	position: relative;
	width: 100%;
	margin-bottom: 30px;
	padding: 56.25% 0 0 0;
}
.page_movie_embed iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.page_price {
}
.page_price_ttl {
	margin: 0 0 30px !important;
	padding: 0 !important;
	background: none !important;
	text-align: center;
}
.page_price_ttl::before {
	display: none;
}
.page_price_tbl {
	width: calc(100% + 6px);
	margin: 0 -3px 20px;
	table-layout: fixed;
	border-collapse: separate;
	border-spacing: 3px;
}
.page_price_tbl th,
.page_price_tbl td {
	padding: 17px 15px 15px;
	font-weight: bold;
	text-align: center !important;
	border: none !important;
	vertical-align: middle;
}
.page_price_tbl th {
	background: rgba(64, 55, 45, 0.15) !important;
	font-size: 16px;
}
.page_price_tbl td {
	background: rgba(0, 0, 0, 0.08) !important;
	color: #be3c13;
	font-size: 17px;
}
.page_price_tbl thead th {
	background: #40372d !important;
	color: #fff;
}
.page_price_txt {
	margin-bottom: 30px;
	line-height: 1.866;
	font-size: 15px;
	letter-spacing: 0.05em;
}

.tbl_qa {
	width: 100%;
	margin-bottom: 30px;
	padding: 0;
	border-collapse: collapse;
	border-spacing: 0;
}
.tbl_qa th,
.tbl_qa td {
	background: none !important;
	border: none !important;
}
.tbl_qa th {
	width: 5%;
	padding: 20px;
}
.tbl_qa td {
	padding: 20px 20px 20px 0;
	vertical-align: middle;
}
.tbl_qa tr:nth-child(2n-1) td {
	font-size: 18px;
	font-weight: bold;
}
.tbl_qa tr:nth-child(2n) {
	background: #f5f5f5;
	mix-blend-mode: multiply;
}
.tbl_qa tr:nth-child(2n) th {
	vertical-align: top;
}
.q_icon {
	display: inline-block;
	width: 46px;
	height: 46px;
	border-radius: 50%;
	background: #284271;
	line-height: 44px;
	color: #fff;
	font-family: 'Noto Serif JP', serif;
	font-size: 20px;
	font-weight: 600;
	text-align: center;
}
.a_icon {
	display: inline-block;
	width: 46px;
	height: 46px;
	border-radius: 50%;
	background: #65772d;
	line-height: 44px;
	color: #fff;
	font-family: 'Noto Serif JP', serif;
	font-size: 20px;
	font-weight: 600;
	text-align: center;
}

.page_btn a {
	display: inline-block;
	min-width: 250px;
	height: 50px;
	padding: 0 30px;
	background: #284271;
	line-height: 50px;
	color: #fff;
	font-weight: bold;
	text-align: center;
}



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

.page-price .page_feature_list_detail {
	padding: 0;
}
.page-price .page_feature_list_txt {
	line-height: 2;
}