html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}

li {
	list-style-type: none;
}

blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

img {
	vertical-align: bottom;
}
@charset "utf-8";

/*common
----------------------------------------------------*/
/* 設定 */
*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html{
	font-size: 62.5%;
	margin: 0;
	padding: 0;
}
body {
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: 500;
	font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	color: #333333;
	line-height: 1.5;
	letter-spacing: 0.025em;
}
@media only screen and (min-width: 768px) {
	body {
		font-size: 15px;
		font-size: 1.5rem;
	}
}
img {
	max-width: 100%;
	border: 0;
	vertical-align:bottom;
}
.object-fit-img {
  object-fit: cover;
  object-position: bottom;
  font-family: 'object-fit: cover; object-position: bottom;'
}
a { text-decoration: none; color: #333333; -webkit-transition: .3s ease-in-out; transition: .3s ease-in-out; }
a:hover { text-decoration: none; color: #333333; }
ul, li { list-style: none;}

/* float */
.fLeft { float: left !important;}
.fRight { float: right !important;}

/* clearfix */
.cf:after {
    content: "";
    display: block;
    clear: both;
}

/* align */
.cen   { text-align: center !important; }
.left  { text-align: left !important; }
.right { text-align: right !important; }

/* text-indent */
.indent {
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
}

/* font-weight */
.bold {
	font-weight: bold;
}

/* font-size */
.txt_yellow { color: #9f8c31; }

/* margin,padding */
.mb0 { margin-bottom: 0 !important; }
.mb20 { margin-bottom: 20px !important; }
.mb30 { margin-bottom: 30px !important; }
.mb50 { margin-bottom: 50px !important; }
.mr10 { margin-right: 10px !important; }

/* web font */
.teko {
	font-family: 'Teko', sans-serif;
}

/* layout
----------------------------------------------------*/
.sp { display: none !important;}
.sp_br { display: block !important; }
@media only screen and (max-width: 768px) {
	.sp { display: block !important;}
	.pc { display: none !important;}
}
@media only screen and (min-width: 768px) {
	.sp_br { display: none !important; }
}
 @keyframes anime1 {
	 0% {
	 opacity: 0;
	}
	 100% {
	 opacity: 1;
	}
}

/* site_container */
#site_container {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
}

/* header */
#headArea {
	width: 100%;
}
.header_content {
	width: 96%;
	max-width: 1020px;
	margin: 10px auto;
}
.header_logo h1,
.h_tel {
	display: none;
}
.header_logo h2 {
	width: 220px;
}
header p.menu {
	width: 60px;
	height: 60px;
	padding: 0;
	right: 0;
	top: 0;
	position: fixed;
	border: none;
	background: #2352a7;
	display: block;
	z-index: 110;
}
header p.menu .menu-trigger, header p.menu .menu-trigger span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
header p.menu .menu-trigger {
	position: relative;
	width: 60px;
	height: 60px;
}
header p.menu .menu-trigger span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	border-radius: 4px;
}
header p.menu .menu-trigger span:nth-of-type(1) {
	top: 17px;
	left: 20px;
	width: 20px;
	background: #fff;
}
header p.menu .menu-trigger span:nth-of-type(2) {
	top: 24px;
	left: 20px;
	width: 20px;
	background: #fff;
}
header p.menu .menu-trigger span:nth-of-type(3) {
	top: 31px;
	left: 20px;
	width: 20px;
	background: #fff;
}
#m-trigger01, #m-trigger02 {
	top: 37px;
	left: 0;
	width: 100%;
	font-size: 1.0rem;
	text-align: center;
	color: #fff;
}
#m-trigger03 {
	color: #fff;
}
header p.menu .menu-trigger span.show {
	display: block;
}
header p.menu .menu-trigger span.hide {
	display: none;
}
header p.menu .menu-trigger.active span:nth-of-type(1) {
	-webkit-transform: translateY(6px) rotate(-45deg);
	transform: translateY(6px) rotate(-45deg);
	left: 20px;
}
header p.menu .menu-trigger.active span:nth-of-type(2) {
	opacity: 0;
	width: 20px;
}
header p.menu .menu-trigger.active span:nth-of-type(3) {
	-webkit-transform: translateY(-8px) rotate(45deg);
	transform: translateY(-8px) rotate(45deg);
	width: 20px;
	left: 20px;
}
.dl-menu {
	display:none;
	width:100%;
	position:fixed;
	padding: 15px 10px;
	top:60px;
	right:0;
	z-index:99;
	background-color: #fff;
	padding-bottom:20px;
	box-shadow:0px 0px 13px 5px #e0dfdf;
}
.dl-menu .dlContact {
	margin:0 auto 20px;
	width:100%;
}
.dl-menu ul.dl01{
	margin:0 auto 10px;
	width:100%;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	}
.dl-menu ul.dl01 li {
	background: #f8f7f7;
	width: 50%;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	}
.dl-menu ul.dl01 li a {
	display: block;
	font-size: 1.3rem;
	padding: 12px 5px 12px 28px;
	position: relative;
	text-align: left;
	text-decoration: none;
	color: #362e2b;
	background: url(../images/logo-y.png) no-repeat 10px 12px;
	background-size: 14px 16px; 
	letter-spacing: 0;
	line-height: 1.4;
}
p.nav-close {
	clear: both;
	max-width: 160px;
	margin: 0 auto;
	background:#2352a7;
	text-align:center;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	font-size:1.3rem;
	text-decoration:none;
	color:#fff;
	padding:10px;
	display:block;
	font-weight: 500;
	line-height: 1.2;
	cursor:pointer;
}
#globalNav {
	display: none;
}
@media only screen and (min-width: 960px) {
	.header_content {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.header_logo {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	.header_logo h1 {
		display: block;
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		padding: 5px 0 0 20px;
		border-left: 1px solid #c2c2c2;
		font-size: 1.3rem;
	}
	.header_logo h2 {
		-webkit-box-ordinal-group: 1;
		-ms-flex-order: 0;
		order: 0;
		margin-left: 0;
		margin-right: 20px;
		width: 266px;
	}
	.h_tel {
		display: block;
	}
	.reception_time {
		padding-left: 30px;
		font-size: 1.3rem;
		font-weight: bold;
	}
	.h_tel_num {
		padding-left: 30px;
		background: url(../images/tel_icn.png) no-repeat 0 3px;
		background-size: 25px 25px;
		font-size: 2.5rem;
		font-weight: bold;
		color: #2352a7;
		line-height: 1.3;
	}
	header p.menu,
	.dl-menu {
		display: none;
	}
	#globalNav {
		display: block;
		/* margin-bottom: 10px; */
		width: 100%;
		border-top: 1px solid #e5e5e5;
		/* border-bottom: 1px solid #e5e5e5; */
	}
	.blobal_nav ul {
		width: 100%;
		max-width: 1020px;
		margin: 0 auto;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.blobal_nav ul li a {
		position: relative;
		height: 60px;
		padding: 0 15px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		font-weight: bold;
	}
	.blobal_nav ul li a::after {
		display: block;
		content: "";
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 6px;
		background: #2352a7;
		opacity: 0;
		-webkit-transition: .3s ease-in-out;
		transition: .3s ease-in-out;
	}
	.blobal_nav ul li a:hover::after {
		opacity: 100;
	}
	.blobal_nav ul li:first-of-type a,
	.blobal_nav ul li:last-of-type a {
		padding: 0;
		width: 60px;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.blobal_nav ul li:last-child a {
		background: #2352a7;
	}
	.blobal_nav ul li:last-child a:hover {
		background: #8ba9e1;
	}
	.blobal_nav ul li:last-of-type a::after {
		opacity: 0;
	}
}


#accessMap {
	width: 100%;
}
#accessMap iframe {
	display: block;
	width: 100%;
	height: 400px;
}
@media only screen and (min-width: 1025px) {
	#accessMap iframe {
		height: 600px;
	}
}

#footerContact {
	width: 100%;
	padding: 5rem 0;
	background: url(../images/contact_sec_bg.jpg) no-repeat center;
	background-size: cover;
}
.f_contact_col {
	width: 96%;
	max-width: 1020px;
	margin: 0 auto;
	padding: 3rem;
	border: 3px solid #ffffff;
	color: #ffffff;
	text-align: center;
}
.f_contact_col h2 {
	margin-bottom: 25px;
	font-size: 1.8rem;
	font-weight: bold;
	color: #ffffff;
	line-height: 1.2;
}
.f_contact_col h2 span {
	font-size: 1.4rem;
	font-weight: normal;
	color: #6f8fc9;
}
.f_contact_inner {
	width: 100%;
}
.f_contact_tel {
	margin: 25px 0 10px;
	text-align: center;
}
.f_contact_tel span {
	display: inline-block;
	padding: 0 0 0 45px;
	background: url(../images/tel_icn_wht.png) no-repeat 0 center;
	font-size: 2.4rem;
	font-weight: bold;
}
.f_contact_inner a.f_contact_btn {
	display: block;
	margin: 0 auto;
	padding: 15px;
	background: #2352a7;
	text-align: center;
}
.f_contact_inner a.f_contact_btn span {
	display: inline-block;
	padding: 0 0 0 30px;
	background: url(../images/mail_icn.png) no-repeat 0 center;
	font-size: 1.5rem;
	font-weight: bold;
	color: #ffffff;
	line-height: 1.0;
}
@media only screen and (min-width: 768px) {
	.f_contact_col h2 {
		font-size: 2.6rem;
	}
	.f_contact_col h2 span {
		font-size: 2.0rem;
	}
	.f_contact_col p {
		line-height: 2.0;
	}
	.f_contact_inner {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		width: 96%;
		margin: 30px auto 0;
	}
	.f_contact_tel {
		margin: 0 30px;
		text-align: center;
	}
	.f_contact_tel span {
		font-size: 3.0rem;
		line-height: 1.8;
	}
	.f_contact_inner a.f_contact_btn {
		margin: 0 30px;
		padding: 15px 40px 10px;
	}
	.f_contact_inner a.f_contact_btn:hover {
		background: #8ba9e1;
	}
	.f_contact_inner a.f_contact_btn span {
		padding: 0 0 0 40px;
		font-size: 1.4rem;
		line-height: 1.0;
	}
}
@media only screen and (min-width: 1025px) {
	.f_contact_inner {
		width: 80%;
	}
	.f_contact_tel span {
		font-size: 4.0rem;
	}
	.f_contact_inner a.f_contact_btn span {
		font-size: 1.8rem;
	}
}

#footerArea {
	width: 100%;
}
.footerInner {
	width: 96%;
	max-width: 1020px;
	margin: 0 auto;
	padding: 30px 0;
}
.footer_box {
	margin-bottom: 20px;
}
.f_logo {
	margin-bottom: 10px;
	width: 200px;
}
.footerNav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.footer_nav {
	width: 50%;
}
.f_link {
	margin-bottom: 10px;
	padding: 0 0 0 20px;
	position: relative;
	font-weight: bold;
}
.f_link::before {
	display: block;
	content: "";
	width: 10px;
	height: 1px;
	background: #2352a7;
	position: absolute;
	top: 50%;
	left: 0;
}
.footer_nav ul {
	margin: 0 0 20px 20px;
}
.footer_nav ul li {
	margin-bottom: 5px;
}
.footerNav a:hover {
	color: #2352a7;
}
#copy {
	width: 100%;
	padding: 5px 0;
	background: #f2f2f2;
	border-top: 1px solid #e5e5e5;
	font-size: 1.0rem;
	text-align: center;
}

@media only screen and (min-width: 640px) {
	.f_logo {
		width: 266px;
	}
	.footer_nav {
		width: 23%;
	}
	.footer_nav:last-of-type {
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
	}
}
@media only screen and (min-width: 960px) {
	.footerInner {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.footer_box {
		width: 300px;
	}
	.footerNav {
		width: calc( 100% - 320px );
	}
	.footer_nav ul li {
		margin-bottom: 10px;
		font-size: 1.4rem;
	}
}

#pageTop {
	position: fixed;
	width: 35px;
	height: 35px;
	bottom: 0px;
	right: 0px;
	color: transparent;
	text-shadow: none;
	font: 0/0 a;
	z-index: 50;
}
@media only screen and (min-width: 768px) {
	#pageTop {
		width: 50px;
		height: 50px;
		bottom: 50px;
		right: 25px;
	}
}
#pageTop a {
	display: block;
	width: 100%;
	height: 100%;
	background: url(../images/pagetop.png) no-repeat center top;
	background-size: contain;
}




/*-------------------------
     layout
---------------------------*/
.container01 {
	width: 98%;
	max-width: 1020px;
	margin: 0 auto 50px;
}
.container02 {
	margin-bottom: 40px;
}
.cont02 {
	width: 100%;
	margin: 0 auto 40px;
}
@media only screen and (min-width: 768px) {
	.container01 {
		margin: 0 auto 60px;
	}
	.container02 {
		margin-bottom: 50px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.cont02 {
		width: 48%;
		margin: 0;
	}
}

.title01 {
	margin: 0 auto 25px;
	padding: 0 0 15px;
	font-size: 1.6rem;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0.1em;
	position: relative;
}
.title01::before {
	display: block;
	content: "";
	position: absolute;
	bottom: 0;
	left: calc( 50% - 15px );
	width: 30px;
	height: 3px;
	background: #2352a7;
}
@media only screen and (min-width: 768px) {
	.title01 {
		padding: 0 0 20px;
		font-size: 2.3rem;
	}
}
.title02 {
	margin: 0 auto 20px;
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.0;
	letter-spacing: 0.1em;
}
.title02 span {
	font-size: 1.2rem;
	font-weight: normal;
	color: #2352a7;
	letter-spacing: 1;
}
@media only screen and (min-width: 768px) {
	.title02 {
		margin: 0 auto 25px;
		font-size: 2.3rem;
		line-height: 1.2;
	}
	.title02 span {
		font-size: 2.0rem;
	}
}
.title03 {
	margin-bottom: 25px;
	padding-left: 12px;
	border-left: 2px solid #2352a7;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.0;
}
@media only screen and (min-width: 768px) {
	.title03 {
		font-size: 2.0rem;
	}
}
.title04 {
	width: 100%;
	padding: 15px;
	background: #eef1f5;
	color: #2352a7;
	font-size: 1.4rem;
}
@media only screen and (min-width: 768px) {
	.title04 {
		font-size: 1.6rem;
	}
}
.link_btn {
	position: relative;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 240px;
	height: 44px;
	border: 2px solid #2352a7;
	background: #2352a7;
	font-size: 1.3rem;
	font-weight: bold;
	color: #ffffff;
}
.link_btn::before {
	display: block;
	content: "";
	position: absolute;
	top: calc( 50% - 5px );
	left: calc( 100% - 20px );
	width: 10px;
	height: 10px;
	border-top: 3px solid #ffffff;
	border-right: 3px solid #ffffff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.link_btn:hover {
	background: #ffffff;
	color: #2352a7;
}
.link_btn:hover::before {
	border-top: 3px solid #2352a7;
	border-right: 3px solid #2352a7;
}


/* top page */
.sp-layer {
	width: 180px;
	padding: 15px 20px;
	border: 2px solid #ffffff;
	color: #ffffff;
	top: 75% !important;
	left: calc( 50% - 90px ) !important;
	font-size: 1.6rem;
	font-weight: bold;
	text-align: center;
	 -webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.sp-slide a img {
	 -webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.sp-slide a:hover img {
	opacity: 0.7;
}
.sp-slide a:hover .sp-layer {
	background: #ffffff;
	color: #2352a7;
}
@media only screen and (max-width: 767px) {
	.sp-layer {
		display: none;
	}
}
#indexArea {
	width: 100%;
	margin-top: 10px;
	padding: 30px 0 0;
	border-top: 1px solid #e5e5e5;
}
.index_project {
	width: 100%;
	margin-bottom: 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.index_project_box {
	width: 48%;
	max-width: 240px;
	margin: 0 auto 20px;
}
.index_project_img {
	width: 100%;
	margin-bottom: 10px;
}
.index_project_title span {
	display: inline-block;
	padding: 2px 5px;
	border: 1px solid #d1d1d1;
	font-size: 1.0rem;
	font-weight: bold;
	color: #2352a7;
}
@media only screen and (min-width: 768px) {
	.index_project {
		margin-bottom: 30px;
	}
	.index_project_box {
		width: 24%;
		max-width: 240px;
	}
	.index_project_box a {
		display: block;
	}
	.index_project_box a:hover {
		opacity: 0.7;
	}	
}
.index_about_col {
	margin-bottom: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.index_about_img {
	margin-bottom: 20px;
}
.index_about_logo {
	margin-bottom: 10px;
}
.index_about_tel {
	margin: 5px 0;
	padding-left: 35px;
	background: url(../images/tel_icn_gray.png) no-repeat 0 center;
	background-size: 28px;
	font-size: 2.5rem;
	font-weight: bold;
	line-height: 1.2;
}
@media only screen and (min-width: 960px) {
	.index_about_col {
		margin-bottom: 25px;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.index_about_img {
		width: 190px;
		margin-bottom: 0;
	}
	.index_about_box {
		width: calc( 100% - 205px );
	}
	.index_about_tel {
		font-size: 3.0rem;
	}
}
@media only screen and (min-width: 1020px) {
	.index_about_tel {
		font-size: 3.2rem;
	}
}
.index_news_list {
	width: 96%;
	margin: 0 auto 15px;
	border-top: 1px solid #d9d9d9;
}
.index_news_list li {
	border-bottom: 1px dotted #d9d9d9;
}
.index_news_list li a {
	display: block;
	padding: 10px 0;
}
.index_news_list li a span {
	display: block;
	margin: 0 0 5px;
	color: #a2a2a2;
}
@media only screen and (min-width: 960px) {
	.index_news_list li a {
		padding: 15px 10px;
	}
	.index_news_list li a span {
		display: inline-block;
		margin: 0 20px 0 0;
	}
	.index_news_list li a:hover {
		background: #eef1f5;
	}
}


/* sub page */
/*----------------------
    common layout
------------------------*/
#pageMv {
	width: 100%;
	height: 130px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.contact {
	background: url(../images/contact_mv_img.jpg) no-repeat center;
	background-size: cover;
}
.privacy {
	background: url(../images/privacy_mv_img.jpg) no-repeat center;
	background-size: cover;
}
.about {
	background: url(../images/about_mv_img.jpg) no-repeat center;
	background-size: cover;
}
.renovation {
	background: url(../images/renovation_mv_img.jpg) no-repeat center;
	background-size: cover;
}
.construction {
	background: url(../images/construction_mv_img.jpg) no-repeat center;
	background-size: cover;
}
.equipment {
	background: url(../images/equipment_mv_img.jpg) no-repeat center;
	background-size: cover;
}
.page_title {
	font-size: 2.0rem;
	font-weight: bold;
	color: #ffffff;
	letter-spacing: 0.3em;
	text-align: center;
	line-height: 1.2;
}
.page_title span {
	font-size: 1.5rem;
	font-weight: normal;
	letter-spacing: 0.2em;
}
@media only screen and (min-width: 768px) {
	#pageMv {
		height: 172px;
	}
	.page_title {
		font-size: 2.6rem;
		letter-spacing: 0.4em;
		line-height: 1.2;
	}
	.page_title span {
		font-size: 2.0rem;
	}
}
#pankuzuArea {
	width: 100%;
	margin-bottom: 25px;
	background: #eef1f5;
}
.pankuzu {
	width: 98%;
	max-width: 1020px;
	margin: 0 auto;
	padding: 5px 0;
	font-size: 1.3rem;
	color: #5f5f5f;
}
.pankuzu a {
	display: inline-block;
	margin-right: 5px;
	color: #5f5f5f;
}
.pankuzu a:hover {
	font-weight: bold;
	color: #2352a7;
}
.pankuzu span {
	display: inline-block;
	margin-left: 5px;
}
@media only screen and (min-width: 768px) {
	#pankuzuArea {
		margin-bottom: 40px;
	}
}



/* contact */
.contact_tel_num {
	margin: 0 auto 10px;
	text-align: center;
}
.contact_tel_num span {
	display: inline-block;
	padding-left: 35px;
	background: url(../images/tel_icn.png) no-repeat 0 center;
	background-size: 30px 30px;
	font-size: 3.0rem;
	font-weight: bold;
	line-height: 1.1;
}
.contact_reception {
	margin: 0 auto;
	text-align: center;
}
.contact_reception span {
	display: inline-block;
	padding: 15px 20px;
	background: #eef1f5;
	text-align: center;
}
@media only screen and (min-width: 768px) {
	.contact_tel_num span {
		padding-left: 45px;
		background: url(../images/tel_icn.png) no-repeat 0 center;
		background-size: 35px 35px;
		font-size: 4.0rem;
	}
	.contact_reception span {
		padding: 15px 45px;
	}
}
.contactFlow {
	width: 96%;
	max-width: 780px;
	margin: 0 auto 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.contact_flow {
	width: 30%;
	padding: 15px 0;
	border: 2px solid #e5e5e5;
	font-size: 1.0rem;
	font-weight: bold;
	color: #bdbfc2;
	text-align: center;
}
.contact_flow.active {
	border: none;
	background: #2352a7;
	color: #ffffff;
}
.contact_flow_arr {
	width: 5%;
	text-align: center;
	position: relative;
}
.contact_flow_arr::before {
	display: block;
	content: "";
	position: absolute;
	top: calc( 50% - 7px );
	left: calc( 50% - 7px );
	width: 10px;
	height: 10px;
	border-top: 3px solid #666666;
	border-right: 3px solid #666666;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
@media only screen and (min-width: 768px) {
	.contact_flow {
		font-size: 1.5rem;
	}
}
#contactForm {
	width: 100%;
}
.contact_form {
	width: 100%;
	margin-bottom: 30px;
	border-collapse: collapse;
	border-spacing: 0;
}
.contact_form th {
	text-align: left;
	vertical-align: top;
	font-weight: bold;
}
.contact_form th.required {
	position: relative;
}
.contact_form th.required:after {
	display: block;
	content: "必須";
	position: absolute;
	top: 15px;
	right: 0;
	padding: 1px 10px;
	background: #2352a7;
	font-size: 1.0rem;
	font-weight: normal;
	color: #ffffff;
}
input, button, textarea, select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:#737e91;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:#737e91;
}
::placeholder{ /* Others */
 color:#737e91
}
.contact_form td input[type='text'],
.contact_form td textarea {
	font: 12px/15px sans-serif;
	width: 100%;
	padding: 15px 10px;
	transition: 0.3s;
	letter-spacing: 1px;
	color: #aaaaaa;
	border: 1px solid #dee3eb;
	border-radius: 4px;
}
.wid01 {
	width: 60%;
	max-width: 340px;
}

@media only screen and (max-width: 767px) {
	.contact_form th,
	.contact_form td {
		display: block;
		width: 100%;
	}
	.contact_form th {
		margin-top: -1px;
		padding: 15px 0 5px;
		border-top: 1px solid #e3e9f3;
	}
	.contact_form td {
		padding: 5px 0 15px;
		border-bottom: 1px solid #e3e9f3;
	}
}
@media only screen and (min-width: 768px) {
	.contact_form th,
	.contact_form td {
		padding-top: 20px;
		padding-bottom: 20px;
		border-top: 1px solid #e3e9f3;
		border-bottom: 1px solid #e3e9f3;
	}
	.contact_form th {
		width: 280px;
		padding-right: 32px;
	}
	.contact_form th.required:after {
		top: 20px;
		right: 32px;
		padding: 1px 10px;
		font-size: 1.2rem;
	}
}

.pp_check {
	margin: 0 auto 40px;
	text-align: center;
}
.pp_check label {
	position: relative;
	padding: 0 0 0 25px;
	cursor: pointer;
}
.pp_check .check_box {
	position: relative;
	margin: 0 1rem 0 0;
	cursor: pointer;
}
.pp_check .check_box:before {
	position: absolute;
	z-index: 1;
	top: -12px;
	left: -17px;
	width: 15px;
	height: 10px;
	content: '';
	-webkit-transition: -webkit-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
	        transition:         transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
	-webkit-transform: rotate(-45deg) scale(0, 0);
	        transform: rotate(-45deg) scale(0, 0);
	border: 2px solid #2352a7;
	border-top-style: none;
	border-right-style: none;
}
.pp_check .check_box:checked:before {
	-webkit-transform: rotate(-45deg) scale(1, 1);
	        transform: rotate(-45deg) scale(1, 1);
}
.pp_check .check_box:after {
	position: absolute;
	top: -15px;
	left: -20px;
	width: 20px;
	height: 20px;
	content: '';
	cursor: pointer;
	border: 1px solid #dee3eb;
	background: #ffffff;
}
.btn_area {
	margin: 0 auto 30px;
	text-align: center;
}
.btn_area p {
    display: inline-block;
    margin: 0 20px 20px;
}
#contactForm p.btn_submit input,
#contactForm p.btn_return input {
    cursor: pointer;
    /*width: 300px;*/
    padding: 15px 25px;
    border: 2px solid #2352a7;
    background: #2352a7;
    color: #ffffff;
    font-size: 1.4rem;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0.1em;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
@media only screen and (min-width: 769px) {
	#contactForm p.btn_submit input,
	#contactForm p.btn_return input {
		width: 350px;
		padding: 20px;
		font-size: 1.8rem;
	}
	#contactForm p.btn_submit:hover input,
	#contactForm p.btn_return:hover input {
		background: #ffffff;
		color: #2352a7;
	}
}

.completeArea {
	width: 90%;
	margin: 25px auto 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	 flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.completeArea p {
	margin-bottom: 25px;
}
.completeArea a {
	display: block;
	width: 70%;
	max-width: 350px;
	margin: 0 auto;
	padding: 10px 0;
	background: #2352a7;
	border: 2px solid #2352a7;
	text-align: center;
	font-size: 1.5rem;
	font-weight: bold;
	color: #ffffff;
}
@media only screen and (min-width: 769px) {
	.completeArea {
		margin: 40px auto 60px;
	}
	.completeArea p {
		margin-bottom: 40px;
	}
	.completeArea a {
		padding: 20px 0;
		font-size: 1.8rem;
	}
	.completeArea a:hover {
		background: #ffffff;
		color: #2352a7;
	}
}


/* privacy policy */
.privacy_col {
	margin-bottom: 25px;
	padding-bottom: 25px;
	border-bottom: 1px solid #e3e9f3;
}
@media only screen and (min-width: 768px) {
	.privacy_col {
		margin-bottom: 50px;
		padding-bottom: 50px;
	}
}


/* news */
.news_archive_wrap {
	width: 260px;
	margin: 0 auto 40px;
	padding: 15px;
	background: #eef1f5;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	 flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.cp_ipselect {
	overflow: hidden;
	width: 228px;
	margin: 0.5em auto;
	text-align: center;
}
.cp_ipselect select {
	width: 100%;
	padding-right: 1em;
	cursor: pointer;
	text-indent: 0.01px;
	text-overflow: ellipsis;
	border: none;
	outline: none;
	background: transparent;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
}
.cp_ipselect select::-ms-expand {
    display: none;
}
.cp_ipselect.cp_sl01 {
	position: relative;
	border: 1px solid #e3e9f3;
	border-radius: 2px;
	background: #ffffff;
}
.cp_ipselect.cp_sl01::before {
	position: absolute;
	top: calc( 50% - 3px );
	right: 0.9em;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #666666;
	pointer-events: none;
}
.cp_ipselect.cp_sl01 select {
	padding: 12px 38px 12px 12px;
	color: #666666;
}
@media only screen and (min-width: 550px) {
	.news_archive_wrap {
		width: 545px;
		padding: 25px;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
}
.news_list {
	width: 100%;
	margin: 0 auto 40px;
	border-top: 1px solid #e3e9f3;
}
.news_list li {
	border-bottom: 1px solid #e3e9f3;
}
.news_list li a {
	display: block;
	width: 100%;
	padding: 10px 15px;
}
.news_col {
	display: block;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.news_date {
	margin-right: 40px;
}
.news_cat {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 85px;
	height: 26px;
	background: #315dad;
	font-size: 1.0rem;
	color: #ffffff;
	text-align: center;
}
.news_list_titl {
	display: block;
	margin-top: 5px;
}
@media only screen and (min-width: 768px) {
	.news_list li a {
		padding: 20px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		background: url(../images/news_icon.png) no-repeat 98% center #ffffff;
	}
	.news_list li a:hover {
		background: url(../images/news_icon.png) no-repeat 99% center #eef1f5;
	}
	.news_col {
		width: 250px;
	}
	.news_cat {
		width: 95px;
		font-size: 1.3rem;
	}
}
#pager {
	width: 100%;
	margin: 0 auto 60px;
	text-align: center;
}
#pager a,
#pager span {
	margin: 0 5px;
	width: 25px;
	height: 25px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border: 1px solid #2352a7;
	font-weight: bold;
}
#pager a {
	color: #2352a7;
}
#pager span {
	background: #2352a7;
	color: #ffffff;
}
#pager a.prev,
#pager a.next,
#pager span.dots {
	border: none;
	background: none;
	color: #2352a7;
}
@media only screen and (min-width: 768px) {
	#pager a,
	#pager span {
		width: 40px;
		height: 40px;
	}
	#pager a:hover {
		background: #2352a7;
		color: #ffffff;
	}
}


/* news_detail */
#newsArea {
	width: 95%;
	max-width: 1020px;
	margin: 0 auto 40px;
	border-top: 1px solid #e3e9f3;
	border-bottom: 1px solid #e3e9f3;
}
.newsTitle {
	margin-bottom: 20px;
	padding: 15px 0;
	border-bottom: 1px solid #e3e9f3;
}
.newsTitle h2 {
	margin-bottom: 5px;
	font-size: 1.8rem;
	font-weight: bold;
}
.news_area_date {
	margin-bottom: 15px;
}
.news_container p {
	margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
	#newsArea {
		padding-bottom: 15px;
	}
	.newsTitle {
		padding: 20px 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.newsTitle h2 {
		width: calc( 100% - 120px );
		font-size: 2.0rem;
	}
	.news_area_date {
		margin-bottom: 20px;
	}
	.news_container p {
		margin-bottom: 30px;
	}
}
@media only screen and (min-width: 1025px) {
	.newsTitle h2 {
		font-size: 2.5rem;
	}	
}
#newsLink {
	width: 95%;
	max-width: 560px;
	margin: 0 auto 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
#newsLink a {
	display: block;
	position: relative;
}
.news_link {
	width: 28%;
	max-width: 140px;
	padding: 10px;
	border: 2px solid #dcdcdc;
	font-weight: bold;
}
.prev_btn {
	text-align: right;
}
.prev_btn::before {
	display: block;
	content: "";
	position: absolute;
	top: calc( 50% - 4px );
	left: 10px;
	width: 8px;
	height: 8px;
	border-top: 2px solid #315dad;
	border-left: 2px solid #315dad;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.next_btn::before {
	display: block;
	content: "";
	position: absolute;
	top: calc( 50% - 4px );
	right: 10px;
	width: 8px;
	height: 8px;
	border-top: 2px solid #315dad;
	border-left: 2px solid #315dad;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.news_list_btn {
	width: 40%;
	max-width: 180px;
	padding: 10px;
	border: 2px solid #000000;
	background: url(../images/news_list_icon.png) no-repeat 10px center;
	font-weight: bold;
	text-align: center;
}
@media only screen and (min-width: 768px) {
	#newsLink {
		margin-bottom: 80px;
	}
	#newsLink a:hover {
		background-color: #dcdcdc;
	}
	.prev_btn:hover::before {
		left: 15px;
	}
	.next_btn:hover::before {
		right: 15px;
	}
}


/* work_detail */
#workArea {
	width: 95%;
	margin: 0 auto 40px;
	border-top: 1px solid #e3e9f3;
	border-bottom: 1px solid #e3e9f3;
}
@media only screen and (min-width: 768px) {
	#workArea {
		width: 98%;
		max-width: 1020px;
	}
}
.workTitle {
	margin-bottom: 20px;
	padding: 15px 0;
	border-bottom: 1px solid #e3e9f3;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.workTitle h2 {
	font-size: 1.6rem;
	font-weight: bold;
}
.work_date {
	font-size: 1.0rem;
	color: #929292;
}
.work_cat {
	display: inline-block;
	padding: 5px;
	border: 1px solid #d1d1d1;
	color: #2352a7;
	font-size: 1.2rem;
	font-weight: bold;
}
.work_col p {
	margin-bottom: 30px;
}
.work_col p img {
	max-width: 100%;
	height: auto;
}
@media only screen and (min-width: 768px) {
	.workTitle h2 {
		font-size: 2.0rem;
	}
	.work_date {
		font-size: 1.4rem;
	}
}
.workdetail_inner {
	width: 100%;
	margin: 0 auto 50px;
}
@media only screen and (min-width: 768px) {
	.workdetail_inner {
		width: 32%;
		max-width: 320px;
		margin: 0 0 50px;
	}
}



/* about */
.policy_area {
	width: 96%;
	max-width: 740px;
	margin: 0 auto 50px;
	padding: 25px 0;
	border: 3px solid #eef1f5;
	text-align: center;
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 2.5;
}
.policy_area p {
	font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
}
@media only screen and (min-width: 768px) {
	.policy_area {
		margin: 0 auto 80px;
		font-size: 2.5rem;
	}
}
.greeting_area {
	width: 100%;
	margin: 0 auto 50px;
}
.greeting_txt {
	width: 90%;
	margin: 0 auto;
}
.greeting_txt p {
	margin-bottom: 20px;
	line-height: 2.0;
}
.oner_name {
	font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
	text-align: right;
	font-size: 1.6rem;
}
.oner_name span {
	font-size: 1.2rem;
}
.greeting_img {
	width: 260px;
	margin: 0 auto;
	text-align: center;
}
.greeting_img img {
	max-width: 100%;
}
@media only screen and (min-width: 768px) {
	.greeting_area {
		margin: 0 auto 80px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.greeting_txt {
		width: calc( 100% - 300px );
		margin: 0 auto;
	}
	.greeting_img {
		margin: 0;
	}
	.oner_name {
		font-size: 2.2rem;
	}
	.oner_name span {
		font-size: 1.5rem;
	}	
}
.about_tab {
	width: 96%;
	max-width: 840px;
	margin: 0 auto;
	border-collapse: collapse;
	border-spacing: 0;
}
.about_tab th {
	text-align: left;
	font-weight: bold;
	color: #2352a7;
}
.about_tab td {
}
@media only screen and (max-width: 767px) {
	.about_tab th,
	.about_tab td {
		display: block;
		width: 100%;
		padding: 15px 10px;
	}
	.about_tab tr:first-of-type th {
		border-top: 1px solid #cdcdcd;
	}
	.about_tab td {
		padding: 0 10px 15px;
		border-bottom: 1px solid #cdcdcd;
	}
}
@media only screen and (min-width: 768px) {
	.about_tab th,
	.about_tab td {
		padding: 20px 0;
		border-bottom: 1px solid #cdcdcd;
	}
	.about_tab th {
		width: 20%;
		max-width: 230px;
	}
	.about_tab tr:first-of-type th,
	.about_tab tr:first-of-type td {
		border-top: 1px solid #cdcdcd;
	}
}


/* renovation */
.cont_box {
	width: 96%;
	margin: 0 auto 50px;
}
.renovation_box {
	position: relative;
}
.renovation_box::after {
	display: block;
	content: "";
	width: 100%;
	height: 30vh;
	background: url(../images/renov_img01.jpg) no-repeat center;
	background-size: cover;
}
.service_title {
	margin-bottom: 25px;
	font-size: 2.0rem;
	font-weight: bold;
	color: #2352a7;
	letter-spacing: 0.15em;
}
.service_title span {
	font-size: 1.2rem;
	color: #d4ddec;
	letter-spacing: 0.2em;
}
.cont_box p {
	margin-bottom: 20px;
	font-size: 1.5rem;
	line-height: 1.8;
}
@media only screen and (min-width: 768px) {
	.cont_box {
		width: 100%;
		margin: 0 auto 100px;
		padding: 30px 0;
	}
	.renovation_box::after {
		display: block;
		content: "";
		position: absolute;
		top: 0;
		right: 0;
		width: 55%;
		height: 30vh;
		background: url(../images/renov_img01.jpg) no-repeat center;
		background-size: cover;
		z-index: -1;
	}
	.service_title {
		margin-bottom: 35px;
		font-size: 2.5rem;
		font-weight: bold;
		color: #2352a7;
	}
	.service_title span {
		font-size: 1.6rem;
		color: #d4ddec;
		letter-spacing: 0.2em;
	}
	.cont_box p {
		margin-bottom: 20px;
		font-size: 1.6rem;
	}
}
@media only screen and (min-width: 1024px) {
	.renovation_box::after {
		width: 600px;
		height: 400px;
	}
	.service_title {
		margin-bottom: 50px;
		font-size: 3.0rem;
		font-weight: bold;
		color: #2352a7;
	}
	.service_title span {
		font-size: 2.0rem;
		color: #d4ddec;
		letter-spacing: 0.2em;
	}
	.cont_box p {
		margin-bottom: 30px;
		font-size: 1.8rem;
	}
}
.reason_area {
	width: 90%;
	margin: 0 auto;
}
.reason_inner {
	width: 100%;
	margin: 0 auto 50px;
}
.reason_img {
	width: 100%;
	margin-bottom: 20px;
	text-align: center;
}
.reason_img img {
	max-width: 100%;
}
.reason_title {
	margin-bottom: 15px;
	padding: 30px 0 15px;
	border-bottom: 1px solid #e5e5e5;
	font-size: 1.6rem;
	font-weight: bold;
	text-align: center;
	position: relative;
}
.reason_title::before {
	display: block;
	content: "";
	width: 100%;
	height: 20px;
	position: absolute;
	top: 0;
}
.reason_title.reason01::before {
	background: url(../images/reason_num01.png) no-repeat center;
	background-size: auto 20px;
}
.reason_title.reason02::before {
	background: url(../images/reason_num02.png) no-repeat center;
	background-size: auto 20px;
}
.reason_title.reason03::before {
	background: url(../images/reason_num03.png) no-repeat center;
	background-size: auto 20px;
}
@media only screen and (min-width: 768px) {
	.reason_area {
		width: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.reason_inner {
		width: 32%;
		max-width: 320px;
		margin: 0 0 50px;
	}
}
@media only screen and (min-width: 1024px) {
	.reason_title {
		margin-bottom: 20px;
		padding: 35px 0 20px;
		font-size: 1.8rem;
	}
}
.renov_name {
	margin-bottom: 10px;
	font-size: 1.6rem;
	font-weight: bold;
	text-align: center;
}
.renov_cat {
	display: inline-block;
	padding: 0 3px;
	background: #eef1f5;
	font-size: 1.0rem;
}
.service_detail_txt p {
	margin-bottom: 5px;
}
.renov_price {
	color: #2352a7;
}
@media only screen and (min-width: 768px) {
	.renov_cat {
		margin-right: 10px;
		font-size: 1.2rem;
	}
}
@media only screen and (min-width: 1024px) {
	.renov_name {
		margin-bottom: 15px;
		font-size: 1.8rem;
	}
}
.flow_area {
	width: 100%;
	position: relative;
}
.flow_area::before {
	display: block;
	content: "";
	position: absolute;
	top: 0;
	left: 30px;
	width: 2px;
	height: 100%;
	background: #eef1f5;
	z-index: -1;
}
.flow_col {
	margin-bottom: 25px;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.flow_num {
	width: 64px;
}
.flow_box {
	width: calc( 100% - 80px );
	padding: 20px 0 30px;
	border-bottom: 1px solid #e5e5e5;
}
.flow_title {
	margin-bottom: 20px;
	font-size: 1.8rem;
	font-weight: bold;
}
.flow_inner p {
	margin-bottom: 25px;
}
.flow_contact {
	margin: 25px 0 20px;
}
.flow_tel {
	display: block;
    margin: 0 0 10px;
    padding: 5px 0 0 45px;
    background: url(../images/tel_icn.png) no-repeat 0 center;
    font-size: 2.5rem;
    font-weight: bold;
    color: #2352a7;
}
.flow_contact a {
	display: block;
	width: 90%;
	max-width: 325px;
	background: #2352a7;
	text-align: center;
}
.flow_contact a span {
	display: inline-block;
	padding: 0 0 0 30px;
	background: url(../images/mail_icn.png) no-repeat 0 center;
	color: #ffffff;
	font-weight: bold;
	line-height: 50px;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
@media only screen and (min-width: 768px) {
	.flow_col {
		margin-bottom: 35px;
	}
	.flow_box {
		padding: 0 0 40px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.flow_inner {
		width: 60%;
	}
	.flow_img {
		width: 38%;
	}
	.flow_title {
		margin-top: 25px;
		margin-bottom: 30px;
	}
	.flow_inner p {
		margin-bottom: 0;
	}
	.flow_contact {
		margin: 25px 0 0;
	}
	.flow_tel {
		font-size: 3.0rem;
	}
}
@media only screen and (min-width: 1024px) {
	.flow_inner {
		width: calc( 100% - 350px );
	}
	.flow_img {
		width: 320px;
	}
	.flow_title {
		font-size: 2.0rem;
	}
	.flow_contact {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.flow_contact a {
		height: 50px;
	}
	.flow_contact a:hover {
		background: #8ba9e1;
	}
}

.faq_area {
	width: 100%;
}
.faq_col {
	width: 100%;
	margin-bottom: 20px;
	padding: 15px 20px 20px;
	border: 1px solid #e5e5e5;
}
.faq_title {
	margin-bottom: 20px;
	padding: 12px 0 15px 40px;
	border-bottom: 1px solid #e5e5e5;
	font-size: 1.4rem;
	font-weight: bold;
	position: relative;
}
.faq_title::before {
	display: block;
	content: "Q";
	position: absolute;
	top: 0;
	left: 10px;
	font-size: 3.0rem;
	font-family: 'Teko', sans-serif;
	color: #2352a7;
}
.faq_title::after {
	display: block;
	content: "";
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 30px;
	height: 1px;
	background: #2352a7;
}
@media only screen and (min-width: 768px) {
	.faq_area {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.faq_col {
		width: 49%;
		padding: 20px 25px 25px;
	}
}

.service_contact {
	width: 100%;
	padding: 20px;
	background: #eef1f5;
}
.serv_contact_title {
	margin-bottom: 20px;
	font-size: 1.5rem;
	font-weight: bold;
	color: #2352a7;
	text-align: center;
}
.service_contact p {
	margin-bottom: 20px;
	padding: 15px 0;
	border-top: 1px solid #d2d2d2;
	border-bottom: 1px solid #d2d2d2;
	text-align: center;
}
.service_contact_inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.serv_contact_logo {
	margin-bottom: 10px;
}
a.service_contact_btn {
	display: block;
	width: 80%;
	max-width: 325px;
	height: 50px;
	background: #2352a7;
	text-align: center;
}
.service_contact_btn span {
	display: inline-block;
	padding: 0 0 0 30px;
	background: url(../images/mail_icn.png) no-repeat 0 center;
	color: #ffffff;
	font-weight: bold;
	line-height: 50px;
}

@media only screen and (min-width: 768px) {
	.serv_contact_title {
		font-size: 2.2rem;
	}
	.service_contact_inner {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.serv_contact_logo {
	    display: block;
	    width: 250px;
		margin-bottom: 10px;
		margin-right: 20px;
	}
	.service_contact_btn {
		margin-left: 20px;
	}
	a.service_contact_btn:hover {
		background: #8ba9e1;
	}
}


/* construction */
.construction_box {
	position: relative;
}
.construction_box::after {
	display: block;
	content: "";
	width: 100%;
	height: 30vh;
	background: url(../images/construction_img01.jpg) no-repeat center;
	background-size: cover;
}
@media only screen and (min-width: 768px) {
	.construction_box::after {
		display: block;
		content: "";
		position: absolute;
		top: 0;
		right: 0;
		width: 55%;
		height: 30vh;
		background: url(../images/construction_img01.jpg) no-repeat center;
		background-size: cover;
		z-index: -1;
	}
}
@media only screen and (min-width: 1024px) {
	.construction_box::after {
		width: 600px;
		height: 400px;
	}
}
.const_area {
	width: 90%;
	margin: 0 auto 30px;
}
.const_img {
	margin: 0 auto;
	text-align: center;
}
.const_box {
	width: 100%;
	padding: 30px;
	background: #f2f2f2;
}
.const_pol_num {
	display: block;
	margin-bottom: 25px;
	padding-bottom: 10px;
	position: relative;
}
.const_pol_num img {
	height: 25px;
	width: auto;
}
.const_pol_num::after {
	display: block;
	content: "";
	width: 30px;
	height: 1px;
	background: #2352a7;
	position: absolute;
	left: 0;
	top: 100%;
}
.const_box h3 {
	margin-bottom: 15px;
	font-size: 1.5rem;
	font-weight: bold;
}

@media only screen and (min-width: 640px) {
	.construction_col {
		width: 100%;
	}
	.const_area {
		width: 100%;
		margin: 0 auto 20px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.const_img {
		width: 45%;
	}
	.cost_pl02 .const_img {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}
	.const_box {
		width: 55%;
		padding: 20px;
	}
	.cost_pl02 .const_box {
		-webkit-box-ordinal-group: 1;
		-ms-flex-order: 0;
		order: 0;
	}
	.const_box h3 {
		font-size: 1.6rem;
	}
}
@media only screen and (min-width: 1024px) {
	.const_img {
		width: 450px;
	}
	.const_box {
		width: calc( 100% - 450px );
		padding: 35px;
	}
	.const_pol_num {
		margin-bottom: 30px;
	}
	.const_box h3 {
		margin-bottom: 30px;
		font-size: 2.0rem;
	}
}


/* equipment */
.equip_title {
	margin-bottom: 15px;
	padding: 5px 0 5px 35px;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	font-size: 1.4rem;
	font-weight: bold;
}
.equip_title span {
	display: inline-block;
	padding: 5px 0 5px 10px;
	border-left: 1px solid #e5e5e5;
}
.equip01 {
	background: url(../images/reason_num01.png) no-repeat 10px center;
	background-size: 18px auto;
}
.equip02 {
	background: url(../images/reason_num02.png) no-repeat 10px center;
	background-size: 18px auto;
}
.equip03 {
	background: url(../images/reason_num03.png) no-repeat 10px center;
	background-size: 18px auto;
}
@media only screen and (min-width: 960px) {
	.equip_title {
		padding: 5px 10px 5px 45px;
		font-size: 1.8rem;
	}
	.equip_title span {
		padding: 5px 0 5px 15px;
	}
	.equip01 {
		background: url(../images/reason_num01.png) no-repeat 10px center;
		background-size: 22px auto;
	}
	.equip02 {
		background: url(../images/reason_num02.png) no-repeat 10px center;
		background-size: 22px auto;
	}
	.equip03 {
		background: url(../images/reason_num03.png) no-repeat 10px center;
		background-size: 22px auto;
	}
}

.equip_area {
	width: 100%;
	border: 1px solid #eef1f5;
}
.equip_inner {
	width: 100%;
	padding: 20px;
}
.equip_inner02 {
	border-top: 1px solid #eef1f5;
	border-bottom: 1px solid #eef1f5;
}
.equip_inner p {
	margin-bottom: 15px;
	font-weight: bold;
}
.equip_inner ul li {
	display: block;
	margin: 0 0 5px;
	padding: 0 0 0 10px;
	position: relative;
	font-size: 1.1rem;
}
.equip_inner ul li::after {
	display: block;
	content: "";
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #2352a7;
	position: absolute;
	top: 7px;
	left: 0;
}
@media only screen and (min-width: 768px) {
	.equip_area {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.equip_inner {
		width: 33.3333333%;
		padding: 25px;
	}
	.equip_inner02 {
		border-top: none;
		border-bottom: none;
		border-left: 1px solid #eef1f5;
		border-right: 1px solid #eef1f5;
	}
	.equip_inner p {
		margin-bottom: 25px;
	}
	.equip_inner ul li {
		font-size: 1.4rem;
	}
}







