@charset "utf-8";

/* ================================================================================
	Additional
================================================================================ */
.box {
	margin-bottom: 40px;
}
.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: #f5f2ef;
}
.box_color h4 {
	margin-bottom: 0.8em !important;
}

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

.box_border {
	overflow: hidden;
	margin-bottom: 40px;
	padding: 35px;
	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 {
	padding: 0 !important;
	border: none !important;
	background: none !important;
	font-weight: 600;
}
.reset_ttl::before {
	display: none;
}
h2.reset_ttl {
	margin-bottom: 40px !important;
	font-size: 36px;
	color: #111 !important;
}
h3.reset_ttl {
	font-size: 26px;
}
h4.reset_ttl {
	font-size: 22px;
}

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

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

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

.entry_body dl dt {
	margin-bottom: 5px;
	font-family: 'Noto Serif JP', serif;
	font-size: 20px;
	font-weight: 600;
}
.entry_body dl dd {
	margin-bottom: 10px;
}

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

.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: #f5f2ef;
	transform: translateX(-50%);
}
.bg_wrap :first-child {
	margin-top: 0 !important;
}
.bg_wrap :last-child {
	margin-bottom: 0 !important;
}

.box_lead {
	margin: 90px 0 45px;
	text-align: center;
}
.box_lead h2 {
	margin: 0 0 15px !important;
	padding: 0 !important;
	background: none !important;
	line-height: 1 !important;
	color: #111 !important;
	font-size: 36px;
	font-weight: 600;
}
.box_lead p {
	font-size: 18px;
	letter-spacing: 0.1em;
}

.box_concept {
	position: relative;
	margin-bottom: 60px;
}
.box_concept_detail {
	position: relative;
	z-index: 10;
	margin: -80px 100px 0;
	padding: 45px 50px 40px;
	background: #fff;
}
.box_concept_detail h4 {
	margin-bottom: 0.8em !important;
	padding: 0 !important;
	font-size: 22px;
}
.box_concept_detail h4::before {
	display: none;
}

.box_message_group {
	margin-bottom: 90px;
}
.box_message {
	position: relative;
	z-index: 10;
	margin-bottom: 70px;
	padding-bottom: 70px;
}
.box_message::before {
	content: '';
	position: absolute;
	top: 100px;
	right: -100%;
	bottom: 0;
	left: -70px;
	z-index: -10;
	background: #e8edf2;
}
.box_message:nth-child(even)::before {
	right: -70px;
	left: -100%;
}
.box_message .box_text {
	padding-top: 25px;
}
.box_message .box_right {
	margin: 0 0 0 50px;
}
.box_message .box_left {
	margin: 0 50px 0 0;
}
.box_message h3 {
	margin: 0 0 45px !important;
	padding: 0 !important;
	border: none !important;
	background: none !important;
	line-height: 50px !important;
	color: #111 !important;
	font-size: 20px !important;
}
.box_message h3 .num {
	display: inline-block;
	width: 50px;
	height: 50px;
	margin-right: 10px;
	border-radius: 50%;
	background: #113b6d;
	color: #fff;
	text-align: center;
}
.box_message h3:before {
	display: none;
}
.box_message dl dt {
	font-size: 18px;
}

.entry_btn {
	margin-top: 25px;
	text-align: center;
}
.entry_btn a {
	display: inline-block;
	position: relative;
	width: 580px;
	height: 60px;
	background: #111;
	line-height: 60px;
	color: #fff !important;
	font-size: 17px;
	font-weight: bold;
	text-align: center;
	text-decoration: none !important;
	letter-spacing: 0.1em;
}


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

/* よくある質問 */
.tbl_qa {
	width: 100%;
	margin-bottom: 10px;
	padding: 0;
	border-collapse: collapse;
	border-spacing: 0;
}
.tbl_qa th,
.tbl_qa td {
	border: none !important;
	background: none !important;
}
.tbl_qa th {
	width: 5%;
	padding: 20px 0 20px 20px !important;
}
.tbl_qa td {
	padding: 20px !important;
	vertical-align: middle !important;
}
.tbl_qa tr:nth-child(2n-1) td {
	font-size: 18px;
	font-weight: 700;
}
.tbl_qa tr:nth-child(2n) {
	background: #f5f2ef;
}
.tbl_qa tr:nth-child(2n) th {
	vertical-align: top;
}
.tbl_qa_icon {
	display: inline-block;
	width: 46px;
	height: 46px;
	border-radius: 50%;
	background: #214f83;
	line-height: 46px;
	color: #fff;
	font-family: 'Lora', serif;
	font-size: 20px;
	font-weight: 600;
	text-align: center;
}
.tbl_qa tr:nth-child(2n) .tbl_qa_icon {
	background: #c39e24;
}