.home #main{
	background: url(../images/common/main_bg.jpg);
	background-size: cover;
	text-align: center;
	padding-top: 30px;
}
@media screen and (max-width: 750px) {
	.home #main{
		padding-top: 10px;
	}
	.home #main .in{
		width: 100%;
	}
}

.home #map_search{

}
.home #map_search .in{
	box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
}
.home #map_search .sec_ttl_w{
	position: absolute;
	top: 50px;
	left: 50px;
}
.home #map_search .map_w{
	padding: 40px 0 110px;
	text-align: center;
}
.areabox {
	position: absolute;
	letter-spacing: -0.10em;
}
.areabox h3 {
	letter-spacing: normal;
	font-size: 2rem;
	padding-bottom: 0.4em;
	font-weight: 500;
	text-align: left;
}
.areabox p {
	line-height: 0;
	margin: 0.5em 0 !important;
	display: table;
}
.areabox span {
	letter-spacing: normal;
	border-right: 1px solid #777;
	line-height: 0;
	display: inline-block;
	padding: 0 0.5em;
}
.areabox p span:first-child {
	border-left: 1px solid #777;
}
.areabox span a {
	color: #777;
	font-size: 1.3rem;
	line-height: 1;
	display: inline-block;
}
#area06,#area07,#area08,#area09 {
	text-align: right;
}
#area01 {
	top: 208px;
	left: 990px;
}
#area01 h3 {
	color: #718cc7;
	background: url("../images/home/bg_area01.png") no-repeat scroll left bottom ;
}
#area02 {
	top: 282px;
	left: 920px;
}
#area02 h3 {
	color: #6f9bb6;
	background: url("../images/home/bg_area02.png") no-repeat scroll left bottom ;
}
#area03 {
	top: 392px;
	left: 800px;
}
#area03 h3 {
	color: #6bb392;
	background: url("../images/home/bg_area03.png") no-repeat scroll left bottom ;
}
#area04 {
	top: 420px;
    left: 619px;
}
#area04 h3 {
	color: #f0bf70;
	background: url("../images/home/bg_area04.png") no-repeat scroll left bottom ;
}
#area05 {
	top: 380px;
	left: 430px;
}
#area05 h3 {
	color: #a76295;
	background: url("../images/home/bg_area05.png") no-repeat scroll left bottom ;
}
#area06 {
	top: 160px;
	right: 495px;
}
#area06 h3 {
	color: #cc6975;
	background: url("../images/home/bg_area06.png") no-repeat scroll right bottom ;
}
#area07 {
	top: 153px;
	right: 668px;
}
#area07 h3 {
	color: #b38967;
	background: url("../images/home/bg_area07.png") no-repeat scroll right bottom ;
}
#area08 {
	top: 234px;
	right: 910px;
}
#area08 h3 {
	color: #e99aa6;
	background: url("../images/home/bg_area08.png") no-repeat scroll right bottom ;
}
#area09 {
	bottom: 0px;
	right: 575px;
}
#area09 h3 {
	color: #cc6975;
	background: url("../images/home/bg_area09.png") no-repeat scroll right bottom ;
}
@media screen and (max-width: 750px) {
	.home #map_search .sec_ttl_w{
		position: static;
	}
	.home #map_search .in{
		box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.1);
		border-radius: 20px;
	}
	.home #map_search .search_area_box .search_area_box_i{
		box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
		padding: 20px;
		border-radius: 15px;
		margin-bottom: 10px;
	}
	.home #map_search .search_area_box_i dt{
		font-size: 1.6rem;
		position: relative;
	}
	.home #map_search .search_area_box_i dt:after{
		content: "";
		width: 6px;
		height: 6px;
		border-top: #222a85 2px solid;
		border-right: #222a85 2px solid;
		display: block;
		position: absolute;
		right: 0;
		top: 30%;
		transform: rotate(135deg) translate(0px, 0%);
	}
	.home #map_search .search_area_box_i dd{
		margin-top: 20px;
		display: none;
	}
	.home #map_search .search_area_box_i dd li {
		border-left: 1px solid #333;
		margin-bottom: 6px;
		width: 33%;
		text-align: center;
		box-sizing: border-box;
	}
	.home #map_search .search_area_box_i dd li:nth-of-type(3n) {
		border-right: 1px solid #333;
	}
}

.home #can {}
.home #can .sec_ttl_w{
	margin-bottom: 25px;
}
.home #can .can_w {
}
.home #can .can_w .imgarea {
	flex-shrink: 0;
	border-radius: 15px;
	overflow: hidden;
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
	margin-right: 40px;
}
.home #can .can_w:nth-of-type(2n) .imgarea{
	margin-left: 40px;
	margin-right: 0;
}
.home #can .can_w{
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 50px;
}
.home #can .can_w:nth-of-type(2n){
	flex-direction: row-reverse;
}
.home #can .can_w:nth-last-of-type(1){
	margin-bottom: 0;
}
.home #can .can_i{
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
	width: 31%;
	border-radius: 15px;
	position: relative;
}
.home #can .can_i .num{
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
	font-size: 2.2rem;
	border-radius: 100%;
	position: absolute;
	left: 50%;
	top:-20px;
	transform: translate(-50%,0);
}
.home #can .can_i .txtarea{
	padding: 45px 25px 25px;
}
.home #can .can_i .txtarea .sub_ttl{
	font-size: 2.0rem;
	font-weight: 600;
	text-align: center;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #888;
}
.home #can .can_i .imgarea{
	border-radius:0 0 15px 15px;
	overflow: hidden;
}
@media screen and (max-width: 750px) {
	.home #can .can_i{
		width: 100%;
		margin-bottom: 40px;
	}
	.home #can .can_i:nth-last-of-type(1){
		margin-bottom: 0;
	}
	.home #can .can_w .imgarea{
		margin-top: 30px;
	}
	.home #can .can_w:nth-of-type(2n) .imgarea {
		margin-left: 0;
		margin-right: 0;
	}
}

.home #secret{}
.home #secret .secret_w{
	padding:0 40px;
}
.home #secret .secret_w .secret_i{
	padding: 40px 0;
	width: 100%;
	box-sizing: border-box;
	padding-right: 40px;
	padding-bottom: 40px;
	border-bottom: 1px solid #e2e2e2;
}
.home #secret .secret_w .secret_i .imgarea{
	flex-shrink: 0;
	width: 70px;
	text-align: center;
	margin-right: 30px;
}
.home #secret .secret_w .txtarea .sub_ttl {
	font-size: 2.2rem;
	font-weight: 600;
	margin-bottom: 15px;
	line-height: 1.25;
}
.home #secret .secret_w .txtarea .txt{
	margin-bottom: 10px;
}
.home #secret .secret_w .txtarea .txt:nth-last-of-type(1){
	margin-bottom: 0;
}
.home #secret .secret_w .txtarea ul{
	margin-bottom: 20px;
	justify-content: space-between;
}
.home #secret .secret_w .txtarea ul li{
	background: #f0f0f0;
	margin-bottom: 10px;
	padding:10px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	border-radius: 5px;
	width: 49.5%;
}
.home #secret .secret_w .txtarea ul li:before{
	content: "";
	width: 10px;
	height: 10px;
	background: #222a85;
	display: block;
	flex-shrink: 0;
	margin-right: 10px;
	border-radius: 100px;
}
@media screen and (max-width: 750px) {
	.home #can .can_w .imgarea {
		margin-right: 0px;
	}
	.home #secret .secret_w{
		padding: 30px;
	}
	.home #secret .secret_w .secret_i{
		width: 100%;
		padding-right:0;
		padding-bottom: 30px;
		border-right: 0px;
		padding-top: 20px;
	}
	.home #secret .secret_w .secret_i:nth-of-type(2n){
		padding-left: 0;
	}
	.home #secret .secret_w .secret_i .imgarea{
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
	}
	.home #secret .secret_w .txtarea .sub_ttl{
		text-align: center;
	}
	.home #secret .secret_w .secret_i:nth-last-of-type(2){
		border-bottom: 1px solid #e2e2e2;
		padding-bottom: 30px;
	}
	.home #secret .secret_w .txtarea ul li{
		width: 100%;
		line-height: 1.5;
	}
}

.home #flow{}
.home #flow .flow_w{
	justify-content: space-between;
}
.home #flow .flow_i{
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
	width: 100%;
	padding: 25px;
	box-sizing: border-box;
	position: relative;
	margin-bottom: 20px;
}
.home #flow .flow_i:nth-last-of-type(1){
	margin-bottom: 0;
}
/*.home #flow .flow_i:after{
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 7.5px 0 7.5px 10px;
	border-color: transparent transparent transparent #222a85;
	top: 100%;
	left: 50%;
	transform: translate(-50%,-50%);
}*/
.home #flow .flow_i:nth-last-of-type(1):after{
	display: none;
}
.home #flow .flow_i .imgarea{
	flex-shrink: 0;
	width: 60px;
	text-align: center;
	margin-right: 20px;
}
.home #flow .flow_i .txtarea{

}
.home #flow .flow_i .txtarea .num{
	display: table;
	padding: 5px 10px;
	border-radius: 100px;
	line-height: 1;
	font-size: 1.5rem;
	margin-bottom: 15px;
}
.home #flow .flow_i .txtarea .sub_ttl{
	font-size: 1.8rem;
	font-weight: 600;
	margin-bottom: 10px;
	line-height: 1;
}
.home #flow .flow_i .txtarea .txt{
	font-size: 1.4rem;
	letter-spacing: 1px;
}
@media screen and (max-width: 750px) {
	.home #flow .flow_i{
		width: 100%;
		margin-bottom: 30px;
	}
	.home #flow .flow_i:nth-last-of-type(1){
		margin-bottom: 0;
	}
}

.home #voice{
	background: url(../images/common/main_bg.jpg);
	background-size: cover;
}
.home #voice .voice_w{
	justify-content: space-between;
}
.home #voice .voice_i{
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
	width: 49%;
	padding: 25px;
	box-sizing: border-box;
	position: relative;
	margin-bottom: 20px;
}
.home #voice .voice_i .imgarea{
	flex-shrink: 0;
	margin-right: 30px;
}
.home #voice .voice_i .txtarea .attribute{
	display: table;
	padding: 5px 10px;
	line-height: 1;
	margin-bottom: 15px;
}
@media screen and (max-width: 750px) {
	.home #voice .voice_i {
			width: 100%;
	}
		.home #voice .voice_i .imgarea {
			flex-shrink: 0;
			margin-right: 0;
			width: 100%;
			text-align: center;
		}
		.home #voice .voice_i .txtarea .attribute{
			margin-right: auto;
			margin-left: auto;
		}
}


.home #news{
}
.home #news .news_w{
	border: 1px solid #e2e2e2;
	padding: 30px;
}
.home #news .news_w h2{
	font-size: 2.2rem;
	font-weight: 600;
	margin-bottom: 10px;
}
.home #news .news_lis_w{

}
.home #news .news_row{
	padding: 10px 0;
	border-bottom: 1px solid #e2e2e2;
}
.home #news .news_row:nth-last-of-type(1){
	border-bottom: 0px solid #e2e2e2;
}
.home #news .news_row dd{
	margin-right: 10px;
	flex-shrink: 0;
}
@media screen and (max-width: 750px) {
	.home #news .news_row {
		padding: 15px 0;
	}
	.home #news .news_row dd {
		margin-bottom: 5px;
		flex-shrink: 0;
	}
}

.column_lis_w{
}
.column_i{
	width: 31%;
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
    box-sizing: border-box;
    position: relative;
    margin-bottom: 20px;
	overflow: hidden;
	margin-bottom: 30px;
	margin-right: 42px;
}
.column_i:nth-of-type(3n){
	margin-right: 0;
}
.column_i .imgarea{
	height: 200px;
	width: 100%;
}
.column_i .imgarea img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.column_i .txtarea{
	padding: 20px;
}
.column_i .txtarea .date{
	opacity: 0.6;
}
.column_i .txtarea h2{
	font-weight: 600;
}
@media screen and (max-width: 750px) {
	.column_i {
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
	}
}


.case_w{
	justify-content: space-between;
}
.case_i{
	width: 31%;
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
    box-sizing: border-box;
    position: relative;
    margin-bottom: 20px;
	overflow: hidden;
}
.case_i .imgarea{
	height: 200px;
	width: 100%;
}
.case_i .imgarea img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.case_i .price{
	text-align: center;
	font-family: 2.0rem;
	font-weight: 600;
}
.case_i .price .l_txt{
	font-size: 2.4rem;
}
.case_i .case_meta_w{
	padding: 20px;
}
.case_i .case_meta_i{
	background: #f0f0f0;
	margin-bottom: 5px;
	padding: 10px;
}
.case_i .case_meta_i dt{
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px solid #c1c1c1;
}
@media screen and (max-width: 750px) {
	.case_i {
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
	}
}