<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/*---------------------------------------
	mv
---------------------------------------*/
#mv {
	position: relative;
	z-index: 1;
}
#mv::before {
	content: 'RENOVATION';
	position: absolute;
	display: block;
	font-family: 'Mukta', sans-serif;
	font-size: 7rem;
	font-weight: 800;
	line-height: 1;
	width: calc(100% + 6px);
	height: 61px;
	bottom: 0;
	left: -6px;
	opacity: 0.2;
	overflow: hidden;
}
#mv .inner {
	padding: 0 20px 50px;
}
.mv_box {
	position: relative;
}
.mv_img {
	position: relative;
	margin-right: -20px;
	margin-bottom: 40px;
	z-index: 0;
}
.mv_img::after {
	content: '';
	position: absolute;
	display: block;
	background: url(../img/bg_strive_b_02.png) repeat top left;
	background-size: 6px 10px;
	width: calc(100% - 10px);
	height: 100%;
	top: 10px;
	right: 0;
	z-index: -1;
}
.mv_img img {
	font-family: 'object-fit: cover;';
	width: 100%;
	height: 300px;
	object-fit: cover;
	object-position: top left;
}
.mv_box_inner {
	position: absolute;
	width: 100%;
	bottom: 30px;
	left: 20px
}
.mv_img_02 {
	margin-bottom: 30px;
}
.mv_txt {
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 3.5rem;
	padding: 0 20px;
	margin-bottom: 30px;
}
.mv_btn_02 {
	margin-bottom: 10px;
}

@media (min-width: 480px) and (max-width: 767px) {
	.mv_img img {
		height: 450px;
	}
}

@media (min-width: 768px) {
	#mv::before {
		font-size: 14rem;
		height: 140px;
		bottom: -18px;
		left: -10px;
	}
	#mv .inner {
		padding: 0 15px 100px;
	}
	.mv_box {
		margin-right: -15px;
		margin-bottom: 80px;
	}
	.mv_box::after {
		top: 20px;
		right: -20px;
	}
	.mv_box_inner {
		width: calc(100% - 40px);
		bottom: 60px;
		left: 40px
	}
	.mv_img {
		width: 100%;
	}
	.mv_img img {
		height: 600px;
	}
	.mv_img_02 {
		margin-bottom: 60px;
	}
	.mv_txt {
		font-size: 3.6rem;
		line-height: 7rem;
		padding: 0 40px;
		margin-bottom: 60px;
	}
}

@media (min-width: 1200px) {
	#mv::before {
		font-size: 20rem;
		height: 200px;
		text-align: right;
		bottom: -28px;
		left: auto;
		right: 0;
	}
	#mv .inner {
		width: 1040px;
		padding: 0 0 100px;
		margin: 0 auto;
	}
	.mv_block {
		position: relative;
	}
	.mv_box {
		width: 60%;
		padding-right: 20px;
		margin: 0;
	}
	.mv_box::after {
		right: 0;
	}
	.mv_box_inner {
		top: 20px;
		left: calc(100vw - (100vw - 1040px) - 505px);
	}
	.mv_img {
		margin-bottom: 0;
	}
	.mv_img::after {
		width: 100%;
		right: -10px;
	}
	.mv_img img {
		height: auto;
	}
	.mv_box_02 {
		position: absolute;
		width: 505px;
		bottom: -40px;
		right: 0;
		margin-top: 0;
	}
	.mv_img_02,
	.mv_img_03 {
		width: 100%;
		padding-left: 0;
	}
	.mv_img_02 {
		margin-bottom: 20px;
	}
	.mv_img_03 {
		margin-bottom: 30px;
	}
	.mv_txt {
		font-size: 2.3rem;
		line-height: 3.6rem;
		text-shadow: 1px 1px 0 #d2d8de,-1px 1px 0 #d2d8de,1px -1px 0 #d2d8de,-1px -1px 0 #d2d8de;
		padding: 0;
		margin-bottom: 15px;
	}
}

@media (min-width: 1400px) {
	#mv .inner {
		width: 1200px;
	}
	.mv_box_inner {
		top: 30px;
		left: calc(100vw - (100vw - 1200px) - 585px);
	}
	.mv_box_02 {
		bottom: -30px;
		width: 585px;
	}
	.mv_img_02 {
		margin-bottom: 30px;
	}
	.mv_img_03 {
		margin-bottom: 40px;
	}
	.mv_txt {
		margin-bottom: 20px;
	}
}

@media (min-width: 1920px) {
	#mv .inner {
		width: 1700px;
	}
	.mv_box_inner {
		width: 800px;
		top: 65px;
		left: 900px;
	}
	.mv_box_02 {
		bottom: 45px;
		width: 800px;
	}
	.mv_img_02 {
		max-width: 688px;
		margin-bottom: 40px;
	}
	.mv_img_03 {
		max-width: 738px;
		margin-bottom: 60px;
	}
	.mv_txt {
		margin-bottom: 60px;
	}
}

/*---------------------------------------
	point
---------------------------------------*/
#point {
	background: #1c1c1c;
}
#point:after {
	content: none;
}
#point .inner {
	padding: 42.5px 20px 15px
}
.point_ttl {
	color: #fff;
	font-size: 2.5rem;
	line-height: 1;
	font-weight: bold;
}
.point_ttl span {
	display: block;
	font-size: 4rem;
	line-height: 4.5rem;
	padding: 25px 0 80px;
}
.point_box_inner {
	position: relative;
	width: 200px;
	z-index: 2;
}
.point_txt {
	position: relative;
	color: #fff;
	font-family: 'Mukta', sans-serif;
	font-size: 2rem;
	font-weight: 800;
	line-height: 1;
	text-align: center;
	margin-bottom: 30px;
	z-index: 1;
}
.point_txt::after {
	content: '';
	position: absolute;
	display: block;
	background: #1c1c1c;
	width: 100px;
	height: 100px;
	top: 50%;
	left: 50%;
	border: 3px solid #fff;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	margin: -50px 0 0 -50px;
	z-index: -1;
}
.point_list {
	position: relative;
	background: #fff;
	padding: 25px;
}
.point_list::after {
	content: '';
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	top: 0;
	right: -27px;
	border-style: solid;
	border-width: 95px 0 95px 27.5px;
	border-color: transparent transparent transparent #ffffff;
}
.point_item {
	position: relative;
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 3.5rem;
	padding-left: 25px;
}
.point_item::before {
	content: 'check';
	position: absolute;
	display: block;
	color: #ac8e18;
	font-family: 'Material Icons';
	font-size: 1.8rem;
	font-weight: normal;
	width: 20px;
	height: 34px;
	top: 50%;
	left: 0;
	margin-top: -17px;
}
.point_box_02 {
	width: 59.7%;
	margin: -285px -15px 0 auto;
}
.point_img_item img {
	font-family: 'object-fit: cover;';
	width: 100%;
	height: 310px;
	object-fit: cover;
	object-position: top left;
}
.point_box_inner_02 {
	position: relative;
	z-index: 0;
}
.point_box_inner_02::after {
	content: '';
	position: absolute;
	display: block;
	background: url(../img/bg_strive_w.png) repeat top left;
	background-size: 8px 8px;
	width: 100%;
	height: 100%;
	top: 15px;
	left: -15px;
	z-index: -1;
}

@media (min-width: 768px) {
	#point .inner {
		padding: 80px 15px 30px;
	}
	.point_ttl {
		font-size: 3rem;
	}
	.point_ttl span {
		font-size: 5.5rem;
		line-height: 1;
		padding: 20px 0 165px;
	}
	.point_box_inner {
		width: 400px;
	}
	.point_txt {
		font-size: 4rem;
		margin-bottom: 30px;
	}
	.point_txt::after {
		width: 200px;
		height: 200px;
		border-radius: 100px;
		-webkit-border-radius: 100px;
		-moz-border-radius: 100px;
		margin: -100px 0 0 -100px;
	}
	.point_list {
		padding: 50px;
	}
	.point_list::after {
		right: -60px;
		border-width: 190px 0 190px 60px;
	}
	.point_item {
		font-size: 3rem;
		line-height: 7rem;
		padding-left: 45px;
	}
	.point_item::before {
		font-size: 3rem;
		width: 30px;
		height: 70px;
		margin-top: -35px;
	}
	.point_box_02 {
		margin: -540px -15px 0 auto;
	}
	.point_img_item img {
		height: 570px;
	}
	.point_box_inner_02::after {
		top: 30px;
		left: -30px;
	}
}

@media (min-width: 1200px) {
	#point .inner {
		padding: 30px 0;
	}
	.point_block {
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-align-items: center;
		align-items: center;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.point_box {
		width: 55.8%;
	}
	.point_ttl span {
		padding: 20px 0 70px;
	}
	.point_box_inner {
		width: 600px;
	}
	.point_txt {
		position: absolute;
		top: 50%;
		left: 39px;
		margin: -20px 0 0;
	}
	.point_list {
		padding-left: 135px;
		margin-left: 100px;
	}
	.point_box_02 {
		width: 44.2%;
		padding-left: 30px;
		margin: 0;
	}
	.point_img_item img {
		height: 650px;
	}
}

_:-ms-lang(x)::-ms-backdrop, .point_item::before {
	margin-top: -40px;
}

/*---------------------------------------
	about
---------------------------------------*/
#about::before {
	content: 'ABOUT';
}
.about_block {
	position: relative;
}
.about_block::after {
	content: '';
	position: absolute;
	display: block;
	background: url("../img/img_about_06.png") no-repeat bottom center;
	background-size: 277px 77.5px;
	width: 277px;
	height: 77.5px;
	bottom: -127.5px;
	left: 50%;
	margin-left: -138.5px;
}
.about_img {
	width: 67.2%;
}
.about_img_02 {
	width: 67.2%;
}
.about_img_03 {
	width: 44.6%;
}
.about_img_04 {
	width: 63.3%;
}
.about_img_05 {
	width: 44.8%;
	margin: 0 auto 10px;
}
.about_img_06 {
	max-width: 675px;
	margin: 0 auto 60px;
}

@media (max-width: 767px) {
	.about_img {
		margin: 0 auto 7.5px 10px;
	}
	.about_img_02 {
		margin-left: auto;
	}
	.about_img_03 {
		margin: -30px auto 0 0;
	}
	.about_img_04 {
		margin: -40px 10px 10px auto;
	}
}

@media (min-width: 768px) {
	.about_block::after {
		background-size: 544px 155px;
		width: 544px;
		height: 155px;
		bottom: -215px;
		margin-left: -272px;
	}
	.about_box {
		position: relative;
	}
	.about_img {
		position: absolute;
		width: 32.9%;
		top: 9%;
		left: 5%;
	}
	.about_img_02 {
		position: absolute;
		width: 30.7%;
		top: 0;
		right: 8%;
	}
	.about_img_03 {
		position: absolute;
		width: 23.6%;
		bottom: 8%;
		left: 9%;
	}
	.about_img_04 {
		position: absolute;
		width: 34.8%;
		bottom: 10%;
		right: 0;
	}
	.about_img_05 {
		width: 30.6%;
		padding-top: 60px;
		margin-bottom: 50px;
	}
	.about_img_06 {
		margin-bottom: 40px;
	}
}

@media (min-width: 768px) {
	.about_block::after {
		background-size: 544px 155px;
		width: 544px;
		height: 155px;
		bottom: -235px;
		margin-left: -272px;
	}
	.about_box {
		position: relative;
	}
	.about_img {
		position: absolute;
		width: 32.9%;
		top: 9%;
		left: 5%;
	}
	.about_img_02 {
		position: absolute;
		width: 30.7%;
		top: 0;
		right: 8%;
	}
	.about_img_03 {
		position: absolute;
		width: 23.6%;
		bottom: 8%;
		left: 9%;
	}
	.about_img_04 {
		position: absolute;
		width: 34.8%;
		bottom: 10%;
		right: 0;
	}
	.about_img_05 {
		width: 30.6%;
		padding-top: 60px;
		margin-bottom: 55px;
	}
	.about_img_06 {
		margin-bottom: 60px;
	}
}

@media (min-width: 1200px) {
	.about_img {
		width: 322px;
		top: 50px;
		left: 70px;
	}
	.about_img_02 {
		width: 302px;
		right: 80px;
	}
	.about_img_03 {
		width: 231px;
		bottom: 40px;
		left: 120px;
	}
	.about_img_04 {
		width: 347px;
		bottom: 60px;
		right: 0;
	}
	.about_img_05 {
		width: 300px;
		padding-top: 80px;
	}
}

@media (min-width: 1400px) {
	.about_img {
		left: 155px;
	}
	.about_img_02 {
		right: 165px;
	}
	.about_img_03 {
		left: 200px;
	}
	.about_img_04 {
		right: 45px;
	}
}

/*---------------------------------------
	refa_characteristic
---------------------------------------*/
#refa_characteristic .inner {
	padding-top: 87.5px;
}
.refa_characteristic_box {
	padding: 5px;
}
.refa_characteristic_box_inner {
	background: #fff;
	height: 100%;
	padding: 20px 15px;
}
.refa_characteristic_img {
	margin: 0 auto 10px;
}
.refa_characteristic_box:first-child .refa_characteristic_img {
	width: 29.7%;
}
.refa_characteristic_box:nth-child(2) .refa_characteristic_img {
	width: 49.2%;
}
.refa_characteristic_box:nth-child(3) .refa_characteristic_img {
	width: 29.8%;
}
.refa_characteristic_box:last-child .refa_characteristic_img {
	width: 35.9%;
}
.refa_characteristic_ttl {
	background: #1c1c1c;
	color: #fff;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1;
	text-align: center;
	padding: 10px 0;
	margin-bottom: 20px;
}

@media (max-width: 767px) {
	.refa_characteristic_box:nth-last-child(n+2) {
		margin-bottom: 30px;
	}
}

@media (min-width: 768px) {
	#refa_characteristic .inner {
		padding-top: 165px;
	}
	.refa_characteristic_block {
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.refa_characteristic_box {
		width: 49%;
		padding: 10px;
	}
	.refa_characteristic_box:nth-last-child(n+3) {
		margin-bottom: 30px;
	}
	.refa_characteristic_box_inner {
		padding: 20px 30px;
	}
	.refa_characteristic_img {
		margin-bottom: 20px;
	}
	.refa_characteristic_box:first-child .refa_characteristic_img {
		width: 33.5%;
	}
	.refa_characteristic_box:nth-child(2) .refa_characteristic_img {
		width: 55.6%;
	}
	.refa_characteristic_box:nth-child(3) .refa_characteristic_img {
		width: 35%;
	}
	.refa_characteristic_box:last-child .refa_characteristic_img {
		width: 40%;
	}
	.refa_characteristic_ttl {
		font-size: 2.4rem;
		padding: 15px 0;
		margin-bottom: 30px;
	}
}

@media (min-width: 1200px) {
	.refa_characteristic_box {
		width: 23.3%;
	}
	.refa_characteristic_box:nth-last-child(n+3) {
		margin-bottom: 0;
	}
	.refa_characteristic_box:first-child .refa_characteristic_img {
		width: 33.5%;
	}
	.refa_characteristic_box_inner {
		padding: 20px 10px;
	}
}

@media (min-width: 1400px) {
	.refa_characteristic_box_inner {
		padding: 20px 30px;
	}
}

@media (min-width: 1920px) {
	#refa_characteristic .inner {
		width: 1700px;
	}
}

_:-ms-lang(x)::-ms-backdrop, .refa_characteristic_ttl {
	padding: 20px 0 10px;
}

/*---------------------------------------
	price
---------------------------------------*/
#price::before {
	content: 'PRICE';
}
.price_box {
	background: #fff;
	color: #ac8e18;
	text-align: center;
	border: 3px solid #ac8e18;
	padding: 25px 0;
	margin-bottom: 40px;
}
.price_txt {
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1;
}
.price_txt_02 {
	font-size: 2.5rem;
	font-weight: bold;
	line-height: 1;
}
.price_txt_02 span {
	font-size: 1.4rem;
}
#price .sec-txt {
	margin-bottom: 15px;
}
.price_box_02 {
	margin-bottom: 40px;
}
.price_ttl {
	background: #1c1c1c;
	color: #fff;
	font-weight: bold;
	line-height: 1;
	text-align: center;
	padding: 12.5px 0;
}
.price_detail_box {
	background: #fff;
	text-align: center;
	padding: 20px 35px 25px;
}
.price_txt_03 {
	margin-bottom: 15px;
}
.price_list_02 {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 90.2%;
	border: 1px solid #1c1c1c;
	margin: 0 auto;
}
.price_list_02:nth-last-child(n+3) {
	margin-bottom: 2px;
}
.price_list_02:nth-child(4) {
	margin-bottom: 25px;
}
.price_list_02 dt,
.price_list_02 dd {
	line-height: 1;
	padding: 7.5px 10px;
}
.price_list_02 dt {
	background: #1c1c1c;
	color: #fff;
	width: 34.8%;
}
.price_list_02 dd {
	text-align: left;
	width: 65.2%;
}
.price_txt_04 {
	color: #ac8e18;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1;
	padding-bottom: 7.5px;
	border-bottom: 3px solid #ac8e18;
}
.price_block_02 {
	background: #fff;
	border: 3px solid #1c1c1c;
	padding: 40px 20px;
}
.price_box_03 {
	margin-bottom: 30px;
}
.price_box_inner_03 {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 30px;
}
.price_img_02 {
	width: 35.1%;
}
.price_img_03 {
	width: 63.4%;
}
.price_box_inner_04 {
	border:2px solid #1c1c1c;
	padding: 15px 15px 20px;
}
.price_ttl_02 {
	background: #1c1c1c;
	color: #fff;
	font-weight: bold;
	line-height: 1;
	text-align: center;
	padding: 12.5px;
	margin-bottom: 15px;
}

@media (max-width: 767px) {
	.price_txt {
		margin-bottom: 15px;
	}
	.price_box_inner_04:nth-last-child(n+2) {
		margin-bottom: 30px;
	}
}

@media (min-width: 768px) {
	.price_box {
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-align-items: center;
		align-items: center;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		width: 700px;
		padding: 40px 0;
		margin: 0 auto 60px;
	}
	.price_txt {
		font-size: 2.2rem;
		width: 220px;
	}
	.price_txt_02 {
		font-size: 2.8rem;
		width: 280px;
		padding-left: 40px;
	}
	#price .sec-txt {
		margin-bottom: 40px;
	}
	.price_box_02 {
		max-width: 950px;
		margin: 0 auto 80px;
	}
	.price_img {
		max-width: 670px;
		margin: 0 auto;
	}
	.price_box_inner_02 {
		max-width: 670px;
		margin: 0 auto;
	}
	.price_ttl {
		padding: 15px 0;
	}
	.price_detail_box {
		padding: 30px 55px 40px;
	}
	.price_txt_03 {
		margin-bottom: 20px;
	}
	.price_list_02 {
		width: 89.3%;
	}
	.price_list_02:nth-child(4) {
		margin-bottom: 35px;
	}
	.price_list_02 dt,
	.price_list_02 dd {
		padding: 13px 20px;
	}
	.price_list_02 dt {
		width: 33.3%;
	}
	.price_list_02 dd {
		width: 66.6%;
	}
	.price_txt_04 {
		font-size: 2.4rem;
		width: 350px;
		padding-bottom: 10px;
		margin: 0 auto;
	}
	.price_box_04 {
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.price_box_inner_04 {
		width: 31.5%;
		padding: 20px 20px 30px;
	}
	.price_ttl_02 {
		padding: 12.5px;
		margin-bottom: 30px;
	}
	.price_box_inner_04:first-child .price_ttl_02,
	.price_box_inner_04:last-child .price_ttl_02 {
		padding: 22px 12.5px;
	}
}

@media (min-width: 1200px) {
	.price_box_02 {
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-align-items: center;
		align-items: center;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.price_box_inner {
		width: 52.6%;
	}
	.price_img img {
		font-family: 'object-fit: cover;';
		width: 100%;
		height: 375px;
		object-fit: cover;
	}
	.price_detail_box {
		padding: 26px 55px 38px;
	}
	.price_box_inner_02 {
		width: 47.4%;
	}
	.price_block_02 {
		padding: 20px 60px 60px;
	}
	.price_box_03 {
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		-webkit-align-items: center;
		align-items: center;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-bottom: 0;
	}
	.price_box_inner_03 {
		width: 459px;
		margin-bottom: 0;
	}
	.price_img_02 {
		padding-top: 45px;
	}
	.price_txt_05 {
		width: 46.3%;
	}
	.price_box_inner_04:first-child .price_ttl_02,
	.price_box_inner_04:last-child .price_ttl_02 {
		padding: 12.5px;
	}
}

@media (min-width: 1400px) {
	.price_txt_05 {
		width: 592px;
	}
}

_:-ms-lang(x)::-ms-backdrop, .price_box {
	padding: 45px 0 35px;
}
_:-ms-lang(x)::-ms-backdrop, .price_ttl {
	padding: 20px 0 10px;
}
	_:-ms-lang(x)::-ms-backdrop, .price_list_02 dt, .price_list_02 dd {
	padding: 16px 20px 10px;
}
_:-ms-lang(x)::-ms-backdrop, .price_ttl_02, :first-child.price_box_inner_04 .price_ttl_02, :last-child.price_box_inner_04 .price_ttl_02 {
	padding: 16px 20px 9px;
}

/*---------------------------------------
	renovation
---------------------------------------*/
#renovation::before {
	content: 'RENOVATION';
}
.renovation_txt {
	line-height: 1;
	text-align: center;
	margin-bottom: 30px;
}
.renovation_txt span {
	font-weight: bold;
	border-bottom: 2px solid #1c1c1c;
	padding-bottom: 7.5px;
}
.renovation_block {
	position: relative;
	padding-bottom: 25px;
	margin-bottom: 15px;
}
.renovation_box {
	margin-bottom: 15px;
}
.renovation_img {
	position: relative;
}
.renovation_img::after {
	content: 'BROOKLYN×\AVINTAGE STYLE';
	position: absolute;
	display: block;
	color: #fff;
	font-family: 'Mukta', sans-serif;
	font-size: 3rem;
	font-weight: 800;
	line-height: 3.5rem;
	bottom: 5px;
	left: 10px;
	white-space: pre;
}
.renovation_box_02 {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.renovation_block::after,
.renovation_block_02::after {
	content: '';
	position: absolute;
	display: block;
	background: url("../img/bg_strive_b.png") repeat bottom left;
	background-size: 6px 10px;
	width: 100%;
	height: 10px;
	bottom: 0;
	left: 0;
}
.renovation_box_inner {
	display: -webkit-flex;
	display: flex;
	-webkit-align-content: space-between;
	align-content: space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 59.4%
}
.renovation_box_inner_02 {
	width: 40.6%;
	padding-left: 4%;
}
.renovation_block_02 {
	position: relative;
	padding-bottom: 25px;
}
.renovation_box_03 {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 15px;
}
.renovation_img_05 {
	width: 26.9%;
}
.renovation_img_05 img {
	font-family: 'object-fit: cover;';
	width: 100%;
	object-fit: cover;
	object-position: top right;
}
.renovation_img_06 {
	position: relative;
	width: 68.7%;
}
.renovation_img_06::after {
	content: 'NATURAL×\ARESORTSTYLE';
	position: absolute;
	display: block;
	color: #fff;
	font-family: 'Mukta', sans-serif;
	font-size: 3rem;
	font-weight: 800;
	line-height: 3.5rem;
	top: 5px;
	left: 10px;
	white-space: pre;
}
.renovation_box_04 {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.renovation_img_07,
.renovation_img_08 {
	width: 47.8%;
}

@media (min-width: 768px) {
	.renovation_txt {
		margin-bottom: 80px;
	}
	.renovation_txt span {
		padding-bottom: 10px;
	}
	.renovation_img::after,
	.renovation_img_06::after {
		font-size: 6rem;
		line-height: 7rem;
	}
	.renovation_block {
		padding-bottom: 50px;
		margin-bottom: 30px;
	}
	.renovation_block::after,
	.renovation_block_02::after {
		background-size: 12px 20px;
		height: 20px;
	}
	.renovation_box_03 {
		margin-bottom: 30px;
	}
	.renovation_block_02 {
		padding-bottom: 50px;
	}
}

@media (min-width: 1200px) {
	.renovation_block,
	.renovation_block_02 {
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.renovation_box {
		width: 52.3%;
		margin-bottom: 0;
	}
	.renovation_box_02 {
		width: 45.9%;
	}
	.renovation_box_03 {
		width: 73.3%;
		margin-bottom: 0;
	}
	.renovation_img_05 {
		width: 34.1%;
	}
	.renovation_img_06 {
		width: 63.4%;
	}
	.renovation_box_04 {
		-webkit-align-content: space-between;
		align-content: space-between;
		width: 25%;
	}
	.renovation_img_02,
	.renovation_img_03,
	.renovation_img_07,
	.renovation_img_08 {
		width: 100%;
	}
}

@media (min-width: 1920px) {
	#renovation .inner {
		width: 1700px;
	}
	.renovation_img::after,
	.renovation_img_06::after {
		line-height: 10rem;
	}
	.renovation_img::after {
		content: 'BROOKLYN×VINTAGE STYLE';
		bottom: 0;
		left: 20px;
	}
	.renovation_img_06::after {
		content: 'NATURAL×RESORTSTYLE';
		top: 0;
		left: 40px;
	}
}

/*---------------------------------------
	case
---------------------------------------*/
/*
#case::before {
	content: 'CASE';
}
*/
.case_box {
	padding: 15px 0 10px;
	margin: 0 -20px 40px;
}
.case_box_inner {
	width: 100%;
}
.case_box_inner .slick-slide {
	margin: 0 7.5px;
}
.case_img img,
.case_img video {
	font-family: 'object-fit: cover;';
	width: 100%;
	height: 150px;
	object-fit: cover;
}
.case_box_inner_03 {
	position: fixed;
	display: none;
	text-align: center;
	top: 50px;
	left: 0;
	z-index: 9999;
}
.case_main_img,
.case_main_video {
	position: relative;
	display: none;
	margin: 0 auto;
}
.case_main_img img,
.case_main_video video {
	width: 100%;
}
.case_icon_close {
	position: absolute;
	width: 30px;
	height: 30px;
	top: -30px;
	right: 0;
}
.case_box_02 {
	background: #fff;
	border: 3px solid #1c1c1c;
	padding: 20px;
}
.case_ttl {
	background: #1c1c1c;
	color: #fff;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1;
	text-align: center;
	padding: 15px 0;
	margin-bottom: 20px;
}

@media (max-width: 767px) {
	.case_img_02 {
		margin-bottom: 20px;
	}
}

@media (min-width: 768px) {
	.case_box {
		margin: 0 -15px 60px;
	}
	.case_box_inner {
		width: calc(100% - 110px);
		margin: 0 auto;
	}
	.case_box_inner .slick-slide {
		margin: 0 15px;
	}
	.case_img img,
	.case_img video {
		height: 203px;
	}
	.case_box_inner .slick-next {
		right: -50px;
	}
	.case_box_inner .slick-prev {
		left: -50px;
	}
	.case_box_02 {
		display: -webkit-flex;
		display: flex;
		-webkit-align-items: flex-start;
		align-items: flex-start;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		max-width: 950px;
		margin: 0 auto;
	}
	.case_img_02 {
		width: 41.8%;
		max-width: 950px;
		margin: 0 auto;
	}
	.case_box_inner_02 {
		width: 58.2%;
		padding-left: 20px;
	}
	.case_ttl {
		font-size: 2.4rem;
		margin-bottom: 30px;
	}
}

@media (min-width: 1200px) {
	#case .inner {
		width: 100%;
	}
	.case_box {
		margin: 0 0 60px;
	}
	.case_box_inner {
		width: 930px;
	}
	.case_img img,
	.case_img video {
		height: 142px;
	}
	.case_box_02 {
		padding: 0;
	}
	.case_box_inner_02 {
		padding: 30px;
	}
	.case_ttl {
		font-size: 2.4rem;
		margin-bottom: 30px;
	}
}

@media (min-width: 1400px) {
	.case_box_inner {
		width: 1090px;
	}
	.case_img img,
	.case_img video {
		height: 188px;
	}
}

@media (min-width: 1920px) {
	.case_box_inner {
		width: 1590px;
	}
	.case_img img,
	.case_img video {
		height: 294px;
	}
}

_:-ms-lang(x)::-ms-backdrop, .case_ttl {
	padding: 20px 0 10px;
}

/*---------------------------------------
	cv
---------------------------------------*/
#cv .inner {
	padding: 40px 20px;
}
.cv_img {
	width: 39.1%;
	padding: 10px 15px 0 0;
}
.cv_ttl {
	color: #fff;
	font-size: 3rem;
	font-weight: bold;
	line-height: 3.5rem;
	text-align: center;
	margin-bottom: 40px;
}
.cv_txt {
	color: #fff;
	margin-bottom: 40px;
}

@media (max-width:1199px) {
	.cv_img_02 {
		display: none;
	}
}

@media (max-width: 767px) {
	.cv_img {
		float: left;
	}
}

@media (min-width: 768px) {
	#cv .inner {
		padding: 70px 15px 60px;
	}
	.cv_block {
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-align-items: center;
		align-items: center;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.cv_img {
		width: 30%;
	}
	.cv_box {
		width: 70%;
	}
	.cv_ttl {
		font-size: 4rem;
		line-height: 5rem;
	}
	.cv_txt {
		text-align: center;
		margin-bottom: 50px;
	}
	.btn_cv {
		width: 400px;
		margin: 0 auto;
	}
}

@media (min-width: 1200px) {
	#cv .inner {
		padding: 40px 0;
	}
	.cv_block {
		-webkit-align-items: flex-end;
		align-items: flex-end;
	}
	.cv_img {
		width: 16.9%;
	}
	.cv_box {
		width: 61.8%;
		padding: 0 25px 0 75px;
	}
	.cv_img_02 {
		width: 20.3%;
	}
	.btn_cv {
		width: 500px;
	}
}

@media (min-width: 1400px) {
	.cv_img_02 {
		width: 21.3%;
	}
}

/*---------------------------------------
	function
---------------------------------------*/
#function::before {
	content: 'FUNCTION';
}
.function_contents_list {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 20px 20px 36px;
	margin-bottom: 50px;
}
.function_contents_item {
	position: relative;
	width: 20.3%;
}
.function_contents_item:nth-last-child(n+5) {
	margin-bottom: 36px;
}
.function_contents_ttl {
	position: absolute;
	background: #1c1c1c;
	color: #fff;
	font-weight: bold;
	text-align: center;
	width: 60px;
	bottom: -16px;
	left: 0;
	z-index: 0;
}
.kitchen_img {
	padding: 12.5px 7.5px 16px 9px;
}
.bath_img {
	padding: 10.5px 8.5px 13.5px 9px;
}
.wash_img {
	padding: 12.5px 11px 18px 12.5px;
}
.toilet_img {
	padding: 10.5px 18.5px 12px 19px;
}
.wallpaper_img {
	padding: 15.5px 7px 15.5px 11px;
}
.flooring_img {
	padding: 17.5px 7.5px 19.5px 8px;
}
.foinery_img {
	padding: 8.5px 19.5px 10px 19px;
}
.shelf_img {
	padding: 10px 20px 12.5px;
}
#toilet .function_main_img img {
	font-family: 'object-fit: cover;';
	width: 100%;
	height: 217px;
	object-fit: cover;
	object-position: bottom center;
}
#toilet .function_detail_img_item img {
	font-family: 'object-fit: cover;';
	width: 100%;
	height: 33px;
	object-fit: cover;
	object-position: bottom center;
}

@media (min-width: 768px) {
	.function_contents_list {
		padding-bottom: 41px;
		margin-bottom: 120px;
	}
	.function_contents_item:nth-last-child(n+5) {
		margin-bottom: 41px;
	}
	.function_contents_item .function_img::after {
		width: 120px;
		height: 120px;
		border-radius: 60px;
		-webkit-border-radius: 60px;
		-moz-border-radius: 60px;
		left: 50%;
		margin-left: -60px;
	}
	.function_contents_ttl {
		width: 100px;
		bottom: -19px;
		left: 20px;
		margin: 0 auto;
	}
	.function_contents_item .function_img {
		width: 120px;
		margin: 0 auto;
	}
	.function_contents_item .kitchen_img {
		padding: 25px 15px 32px 18px;
	}
	.function_contents_item .bath_img {
		padding: 21px 17px 27px 18px;
	}
	.function_contents_item .wash_img {
		padding: 26px 22px 36px 25px;
	}
	.function_contents_item .toilet_img {
		padding: 19px 37px 26px 38px;
	}
	.function_contents_item .wallpaper_img {
		padding: 31px 14px 31px 22px;
	}
	.function_contents_item .flooring_img {
		padding: 40px 15px 39px 16px;
	}
	.function_contents_item .foinery_img {
		padding: 16px 39px 21px 38px;
	}
	.function_contents_item .shelf_img {
		padding: 20px 40px 25px;
	}
	#toilet .function_main_img img {
		height: 482px;
	}
	#toilet .function_detail_img_item img {
		height: 73px;
	}
}

@media (min-width: 1200px) {
	.function_contents_box {
		width: 1040px;
		margin: 0 auto;
	}
	.function_contents_list {
		padding: 10px;
	}
	.function_contents_item:nth-last-child(n+5) {
		margin-bottom: 0;
	}
	.function_contents_item {
		width: 120px;
		height: 100%;
		margin-bottom: 21px;
	}
	.function_contents_ttl {
		left: 10px;
	}
	.function_contents_item .function_img {
		width: 120px;
		margin: 0 auto;
	}
	.kitchen_img,
	.function_contents_item .kitchen_img {
		padding: 25px 15px 29px 18px;
	}
	.bath_img {
		padding: 21px 17px 27px 18px;
	}
	.wash_img {
		padding: 26px 22px 36px 25px;
	}
	.toilet_img {
		padding: 17px 37px 28px 38px;
	}
	.wallpaper_img {
		padding: 31px 14px 31px 22px;
	}
	.flooring_img {
		padding: 40px 15px 39px 16px;
	}
	.foinery_img {
		padding: 13px 39px 24px 38px;
	}
	.shelf_img {
		padding: 20px 40px 25px;
	}
	#toilet .function_main_img img {
		height: 298px;
	}
	#toilet .function_detail_img_item img {
		height: 36px;
	}
}

@media (min-width: 1400px) {
	#function .inner {
		width: 100%;
	}
	.function_contents_box {
		width: 1200px;
	}
	.function_contents_list {
		padding: 20px;
	}
	#toilet .function_main_img img {
		height: 299px;
	}
	#toilet .function_detail_img_item img {
		height: 45px;
	}
}

_:-ms-lang(x)::-ms-backdrop, .function_contents_ttl {
	padding-top: 5px;
}

/*---------------------------------------
	standard
---------------------------------------*/
.standard_block {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.standard_box {
	width: 49.6%;
}
.standard_box:nth-last-child(n+4) {
	margin-bottom: 20px;
}
.standard_box:last-child {
	margin-top: 40px;
}
.standart_box_inner {
	height: 100%;
	border: 3px solid #161616;
}
.standard_ttl {
	background: #161616;
	color: #fff;
	font-weight: bold;
	text-align: center;
	padding: 10px 0;
}
.standard_box:nth-child(5) .standard_ttl {
	padding: 22px 0;
}
.standard_detail_box {
	padding: 15px 12.5px;
}
.standard_img {
	margin-bottom: 15px;
}
.standard_img_02 {
	text-align: center;
	width: 78.2%;
	margin: 0 auto;
}

@media (max-width: 767px) {
	.standard_box:last-child {
		margin-left: auto;
		margin-right: auto;
	}
}

@media (min-width: 768px) {
	.standard_box {
		width: 32.8%;
	}
	.standard_box:nth-last-child(n+4) {
		margin-bottom: 60px;
	}
	.standard_box:last-child {
		margin-top: 100px;
	}
	.standard_box:nth-child(1) .standard_ttl,
	.standard_box:nth-child(2) .standard_ttl {
		padding: 22px 0;
	}
}

@media (min-width: 1200px) {
	.standard_box {
		width: 30%;
	}
	.standard_box:nth-child(1) .standard_ttl,
	.standard_box:nth-child(2) .standard_ttl,
	.standard_box:nth-child(5) .standard_ttl {
		padding: 10px 0;
	}
	.standard_detail_box {
		padding: 20px 40px 35px;
	}
	.standard_img {
		margin-bottom: 20px;
	}
}

@media (min-width: 1400px) {
	.standard_box {
		width: 360px;
	}
}


/*---------------------------------------
	option
---------------------------------------*/
.option_img {
	padding: 17px 7.5px 9px 7.5px;
}

@media (min-width: 1200px) {
	#option .inner {
		width: 100%;
	}
	.option_img {
		padding: 34px 15px 18px 15px;
	}
}

_:-ms-lang(x)::-ms-backdrop, :nth-child(1).standard_box .standard_ttl, :nth-child(2).standard_box .standard_ttl, :nth-child(5).standard_box .standard_ttl, .standard_ttl {
	padding: 12px 0 8px;
}

/*---------------------------------------
	cv2
---------------------------------------*/
#cv2 .inner {
	padding: 40px 20px;
}
.cv2_img {
	width: 33.4%;
	padding: 22.5px 0 0 6px;
}
.cv2_ttl {
	color: #fff;
	font-size: 3rem;
	font-weight: bold;
	line-height: 3.5rem;
	text-align: center;
	margin-bottom: 40px;
}
.cv2_txt {
	color: #fff;
	margin-bottom: 40px;
}

@media (max-width: 767px) {
	.cv2_img {
		float: right;
	}
}

@media (min-width: 768px) {
	#cv2 .inner {
		padding: 70px 15px 60px;
	}
	.cv2_block {
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-align-items: center;
		align-items: center;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.cv2_img {
		width: 22%;
		-webkit-order: 2;
		-ms-flex-order: 2;
		order: 2;
	}
	.cv2_box {
		width: 78%;
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1;
	}
	.cv2_ttl {
		font-size: 4rem;
		line-height: 5rem;
	}
	.cv2_txt {
		text-align: center;
		margin-bottom: 50px;
	}
	.btn_cv2 {
		width: 400px;
		margin: 0 auto;
	}
}

@media (min-width: 1200px) {
	.cv2_ttl {
		padding-right: 22%;
	}
	.cv2_block {
		-webkit-align-items: flex-end;
		align-items: flex-end;
		margin-top: -30px;
	}
	.btn_cv2 {
		width: 500px;
	}
}

/*---------------------------------------
	characteristic
---------------------------------------*/
.characteristic_box {
	padding: 10px;
}
.characteristic_box:nth-last-child(n+2) {
	margin-bottom: 40px;
}
.characteristic_box_inner {
	background: #fff;
	padding: 30px 10px;
}
.characteristic_ttl {
	position: relative;
	background: #161616;
	color: #fff;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1;
	text-align: right;
	padding: 10px 37.5px;
	margin-bottom: 20px;
	z-index: 0;
}
.characteristic_ttl::before {
	content: '';
	position: absolute;
	display: block;
	background: #fff;
	background-size: 50px 50px;
	width: 50px;
	height: 50px;
	top: 50%;
	left: 25.5px;
	border-radius: 25px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	margin-top: -25px;
	z-index: -1
}
.characteristic_ttl::after {
	content: '';
	position: absolute;
	display: block;
	top: 50%;
	left: 38px;
	z-index: -1
}
.characteristic_box:first-child .characteristic_ttl::after {
	background: url("../img/icon_tool.png") no-repeat center top;
	background-size: 26.5px 32.5px;
	width: 26.5px;
	height: 32.5px;
	margin-top: -16.25px;
}
.characteristic_box:last-child .characteristic_ttl::after {
	background: url("../img/icon_search.png") no-repeat center top;
	background-size: 28px 29.5px;
	width: 28px;
	height: 29.5px;
	margin-top: -14.75px;
}
.characteristic_img {
	width: 67.8%;
	margin: 0 auto 20px;
}
.characteristic_txt_02 {
	font-weight: bold;
	text-align: center;
	width: 67.8%;
	border: 3px solid #1c1c1c;
	padding: 10px 0;
	margin: 0 auto 20px;
}

@media (min-width: 768px) {
	.characteristic_box {
		padding: 20px;
	}
	.characteristic_box:nth-last-child(n+2) {
		margin-bottom: 60px;
	}
	.characteristic_box_inner {
		padding: 60px 40px;
	}
	.characteristic_ttl {
		font-size: 2.4rem;
		text-align: center;
		padding: 20px 0 20px 80px;
		margin-bottom: 60px;
	}
	.characteristic_ttl::before {
		background-size: 80px 80px;
		width: 80px;
		height: 80px;
		left: 50%;
		border-radius: 40px;
		-webkit-border-radius: 40px;
		-moz-border-radius: 40px;
		margin-top: -40px;
		margin-left: -180px;
	}
	.characteristic_ttl::after {
		left: 50%;
	}
	.characteristic_box:first-child .characteristic_ttl::after {
		background-size: 42px 52px;
		width: 42px;
		height: 52px;
		margin-top: -26px;
		margin-left: -162px;
	}
	.characteristic_box:last-child .characteristic_ttl::after {
		background-size: 49px 52px;
		width: 49px;
		height: 52px;
		margin-top: -26px;
		margin-left: -162px;
	}
	.characteristic_img {
		text-align: center;
		margin-bottom: 40px;
	}
	.characteristic_txt_02 {
		margin-bottom: 40px;
	}
}

@media (min-width: 1200px) {
	.characteristic_detail_box {
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		-webkit-align-items: flex-start;
		align-items: flex-start;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.characteristic_img {
		width: 37%;
		margin: 0;
	}
	.characteristic_detail_box_inner {
		width: 59.2%;
	}
	.characteristic_txt_02 {
		width: 50%;
		padding: 15px 0;
		margin: 0 auto 30px 0;
	}
}

_:-ms-lang(x)::-ms-backdrop, .characteristic_ttl {
	padding: 27px 0 13px 80px;
}
_:-ms-lang(x)::-ms-backdrop, .characteristic_txt_02 {
	padding: 20px 0 10px;
}

/*---------------------------------------
	showroom
---------------------------------------*/
#showroom::before {
	content: 'SHOWROOM';
}
.showroom_block {
	margin-bottom: 40px;
}
.showroom_box_02 {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.showroom_box_inner {
	display: -webkit-flex;
	display: flex;
	-webkit-align-content: space-between;
	align-content: space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 60%;
}
.showroom_box_inner_02 {
	width: 37%;
}
.showroom_block_02 {
	padding: 10px;
}
.showroom_block_inner {
	background: #fff;
}
.showroom_movie video{
	font-family: 'object-fit: cover;';
	width: 100%;
	height: 230px;
	object-fit: cover;
}
.showroom_img_05 {
	width: 58.7%;
	padding: 0 10px 0 5px;
}
.showroom_box_04 {
	padding: 0 10px 50px;
}
.showroom_txt {
	margin-bottom: 30px;
}

@media (max-width:1199px) {
	.showroom_box {
		margin-bottom: 20px;
	}
	.showroom_box_03 {
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-align-items: center;
		align-items: center;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-bottom: 20px;
	}
	.showroom_movie {
		width: 41.3%;
	}
}

@media (min-width: 768px) {
	#showroom .sec-txt {
		margin-bottom: 80px;
	}
	.showroom_block {
		margin-bottom: 80px;
	}
	.showroom_movie video{
		height: 460px;
	}
}

@media (min-width: 1200px) {
	.showroom_block {
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		-webkit-align-items: center;
		align-items: center;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.showroom_box {
		width: 52.3%;
	}
	.showroom_box_02 {
		width: 46%;
	}
	.showroom_block_02 {
		width: 950px;
		padding: 20px;
		margin: 0 auto;
	}
	.showroom_img_02,
	.showroom_img_03 {
		width: 100%;
	}
	.showroom_block_inner {
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-align-items: center;
		align-items: center;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.showroom_box_03 {
		position: relative;
		width: 260px;
		height: 460px;
	}
	.showroom_img_05 {
		position: absolute;
		width: 343px;
		top: -40px;
		right: -395px;
		padding: 0;
	}
	.showroom_box_04 {
		width: 71.4%;
		height: 100%;
		padding: 65px 50px 0;
	}
	#showroom .link-blue {
		text-align: right;
	}
}

@media (min-width: 1920px) {
	#showroom .inner {
		width: 1720px;
	}
}

/*---------------------------------------
	planning
---------------------------------------*/
#planning::before {
	content: 'PLANNING';
}
.planning_block {
	padding: 10px;
}
.planning_block_inner {
	background: #fff;
	padding: 35px 10px 20px;
}
.planning_ttl {
	position: relative;
	color: #fff;
	font-weight: bold;
	text-align: center;
	margin-bottom: 35px;
	z-index: 0;
}
.planning_ttl::before {
	content: '';
	position: absolute;
	display: block;
	background: url(../img/img_ttl_b.png) no-repeat center center;
	background-size: 280.5px 40px;
	width: 280.5px;
	height: 40px;
	top: -8.5px;
	left: 50%;
	margin-left: -140.25px;
	z-index: -1;
}
.planning_box_inner {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 15px;
}
.planning_img {
	width: 39.5%;
}
.planning_img:first-child {
	padding-right: 4.5px;
}
.planning_img:nth-child(2) {
	padding-left: 4.5px;
}
.planning_img_02 {
	width: 21%;
	padding-left: 7px;
}
.planning_box_inner_02 {
	margin-bottom: 25px;
}
.planning_list {
	padding-left: 21.5px;
}
.planning_list li {
	position: relative;
}
.planning_list li::before {
	content: 'check';
	position: absolute;
	display: block;
	font-family: 'Material Icons';
	font-size: 1.8rem;
	width: 20px;
	height: 34px;
	top: -5px;
	left: -21.5px;
}
.planning_box_02 {
	margin-bottom: 27.5px;
}
.planning_box_inner_03:nth-last-child(n+2),
.planning_box_inner_04:nth-last-child(n+2){
	margin-bottom: 20px;
}
.planning_txt {
	position: relative;
	width: 232.5px;
	border: 2px solid #1c1c1c;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding: 12.5px 20px;
}
.planning_box_inner_03 .planning_txt {
	background: #e5e9ec;
}
.planning_box_inner_04 .planning_txt {
	background: #fff;
}
.planning_txt::before {
	content: '';
	position: absolute;
	display: block;
	width: 40px;
	height: 40px;
	top: 50%;
	margin-top: -20px;
}
.planning_box_inner_03 .planning_txt::before {
	background: url("../img/img_planning_02.png") no-repeat top left;
	background-size: 40px 40px;
	left: -63px;
}
.planning_box_inner_04 .planning_txt::before {
	background: url("../img/img_planning_03.png") no-repeat top left;
	background-size: 40px 40px;
	right: -63px;
}
.planning_txt::after {
	content: '';
	position: absolute;
	display: block;
	width: 13px;
	height: 9px;
	top: 50%;
	margin-top: -7.5px;
}
.planning_box_inner_03 .planning_txt::after {
	background: url("../img/img_balloon.png") no-repeat top left;
	background-size: 13px 9px;
	left: -13px;
}
.planning_box_inner_04 .planning_txt::after {
	background: url("../img/img_balloon_02.png") no-repeat top left;
	background-size: 13px 9px;
	right: -13px;
}
.planning_img_03 {
	margin-bottom: 20px;
}
.planning_box_inner_05 {
	border: 2px solid #1c1c1c;
	border-top: none;
}
.planning_ttl_02 {
	background: #1c1c1c;
	color: #fff;
	line-height: 1;
	text-align: center;
	padding: 10px 0;
}
.planning_detail_box {
	padding: 20px 25px;
}
.planning_txt_02 {
	margin-bottom: 25px;
}
.planning_txt_03 {
	line-height: 1;
	text-align: center;
	margin-bottom: 15px;
}
.planning_list_02 {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0 7.5px;
	margin-bottom: 1px;
}
.planning_list_02 dt {
	background: #1c1c1c;
	color: #fff;
	line-height: 1;
	text-align: center;
	width: 35%;
	padding: 9px 0;
}
.planning_list_02 dd {
	line-height: 1;
	width: 65%;
	border: 1px solid #1c1c1c;
	padding: 9px 10px;
}

@media (max-width: 767px) {
	.planning_box_inner_03 .planning_txt {
		margin-left: calc(100% - 232.5px);
	}
	.planning_box_inner_04 .planning_txt {
		margin-right: calc(100% - 232.5px);
	}
}

@media (min-width: 768px) {
	.planning_block {
		padding: 20px;
	}
	.planning_block_inner {
		padding: 50px 40px 60px;
	}
	.planning_ttl {
		margin-bottom: 50px;
	}
	.planning_ttl::before {
		background-size: 400px 50px;
		width: 400px;
		height: 50px;
		top: -10.5px;
		margin-left: -200px;
	}
	.planning_box_inner_02 {
		margin-bottom: 65px;
	}
	.planning_list {
		padding-left: 25px;
	}
	.planning_list li::before {
		top: 0;
		left: -25px;
	}
	.planning_box_02 {
		margin-bottom: 60px;
	}
	.planning_box_inner_03:nth-last-child(n+2),
	.planning_box_inner_04:nth-last-child(n+2){
		margin-bottom: 30px;
	}
	.planning_txt {
		width: 62.5%;
		padding: 30px 35px;
		margin: 0 auto;
	}
	.planning_txt::before {
		width: 80px;
		height: 80px;
		margin-top: -40px;
	}
	.planning_box_inner_03 .planning_txt::before {
		background-size: 80px 80px;
		left: -113px;
	}
	.planning_box_inner_04 .planning_txt::before {
		background-size: 80px 80px;
		right: -113px;
	}
	.planning_txt::after {
		width: 26px;
		height: 18px;
		margin-top: -13px;
	}
	.planning_box_inner_03 .planning_txt::after {
		background-size: 26px 18px;
		left: -26px;
	}
	.planning_box_inner_04 .planning_txt::after {
		background-size: 26px 18px;
		right: -26px;
	}
	.planning_img_03 {
		text-align: center;
	}
	.planning_ttl_02 {
		padding: 15px 0;
	}
	.planning_detail_box {
		padding: 25px 35px;
	}
	.planning_txt_02 {
		margin-bottom: 35px;
	}
	.planning_txt_03 {
		font-weight: bold;
		margin-bottom: 20px;
	}
	.planning_list_02 {
		padding: 0 40px;
	}
	.planning_list_02 dt {
		padding: 12px 0;
	}
	.planning_list_02 dd {
		padding: 12px 25px;
	}
}

@media (min-width: 1200px) {
	.planning_block_inner {
		padding: 50px 15px 60px;
	}
	.planning_box {
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-align-items: center;
		align-items: center;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.planning_box_inner {
		width: 59%;
	}
	.planning_box_inner_02 {
		width: 41%;
	}
	.planning_box_03 {
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.planning_img_03 {
		width: 500px;
		margin-bottom: 0;
	}
	.planning_box_inner_05 {
		width: 450px;
	}
}

@media (min-width: 1400px) {
	.planning_block_inner {
		padding: 50px 40px 60px;
	}
}

_:-ms-lang(x)::-ms-backdrop, .planning_ttl::before {
	top: -12.5px;
}
_:-ms-lang(x)::-ms-backdrop, .planning_list li::before {
	top: -3px;
}
_:-ms-lang(x)::-ms-backdrop, .planning_ttl_02 {
	padding: 18px 0 12px;
}
_:-ms-lang(x)::-ms-backdrop, .planning_list_02 dt {
	padding: 15px 0 7px;
}
_:-ms-lang(x)::-ms-backdrop, .planning_list_02 dd {
	padding: 15px 25px 7px;
}

/*---------------------------------------
	voice
---------------------------------------*/
.voice_block {
	position: relative;
	padding: 0 32.5px;
}
.voice_box_inner {
	border: 2px solid #1c1c1c;
	padding: 20px 15px;
}
.voice_ttl {
	position: relative;
	background: #1c1c1c;
	color: #fff;
	font-weight: bold;
	padding: 10px 15px 10px 60px;
	margin-bottom: 20px;
}
.voice_ttl::before {
	content: '';
	position: absolute;
	display: block;
	bottom: -1px;
}
.voice_box_01 .voice_ttl::before {
	background: url("../img/img_voice.png");
	background-size: 38.5px 71px;
	width: 38.5px;
	height: 71px;
	left: 10px;
}
.voice_box_02 .voice_ttl::before {
	background: url("../img/img_voice_02.png");
	background-size: 43.7px 71px;
	width: 43.7px;
	height: 71px;
	left: 8px;
}
.voice_box_03 .voice_ttl::before {
	background: url("../img/img_voice_03.png");
	background-size: 48.1px 71px;
	width: 48.1px;
	height: 71px;
	left: 7px;
}
.voice_block .slick-prev {
	left: 5px;
}
.voice_block .slick-next {
	right: 5px;
}

@media (max-width: 767px) {
	.voice_box{
		padding: 0 10px;
	}
}

@media (min-width: 768px) {
	.voice_block {
		padding: 0 70px;
		margin: 0 -10px;
	}
	.voice_box {
		padding: 0 10px;
	}
	.voice_ttl {
		font-size: 1.6rem;
	}
}

@media (min-width: 1200px) {
	.voice_block {
		padding: 0 70px;
	}
	.voice_box_inner {
		padding: 40px 15px;
	}
	.voice_ttl {
		padding: 15px 5px 15px 65px;
		margin-bottom: 30px;
	}
	.voice_box_01 .voice_ttl::before {
		background-size: 42px 78px;
		width: 42px;
		height: 78px;
		left: 15px;
	}
	.voice_box_02 .voice_ttl::before {
		background-size: 41px 68px;
		width: 41px;
		height: 68px;
		left: 15px;
	}
	.voice_box_03 .voice_ttl::before {
		background-size: 51px 76px;
		width: 51px;
		height: 76px;
	}
	.voice_block .slick-prev {
		left: 10px;
	}
	.voice_block .slick-next {
		right: 10px;
	}
}

@media (min-width: 1400px) {
	.voice_block {
		padding: 0 100px;
	}
	.voice_box_inner {
		padding: 40px 30px;
	}
}

@media (min-width: 1920px) {
	#voice .inner {
		width: 1720px;
	}
	.voice_block {
		padding: 0 90px;
	}
	.voice_ttl {
		line-height: 1;
		padding: 20px 10px 20px 76px;
	}
}

_:-ms-lang(x)::-ms-backdrop, .voice_ttl {
	padding: 25px 10px 16px 76px;
}

/*---------------------------------------
	flow
---------------------------------------*/
#flow::before {
	content: 'FLOW';
}
.flow_block {
	margin-bottom: 50px;
}
.flow_block_inner {
	position: relative;
}
.flow_block_inner::after {
	position: absolute;
	display: block;
	font-family: 'Material Icons';
}
.flow_box {
	padding: 5px;
}
.flow_inner_box {
	background: #fff;
	padding: 7.5px 7.5px 20px;
}
.flow_ttl {
	background: #161616;
	color: #fff;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1;
	text-align: center;
	padding: 10px 0;
	margin-bottom: 20px;
}
.flow_detail_box,
.flow_detail_box_02,
.flow_detail_box_03 {
	padding: 0 5px;
}
.flow_ttl_02 {
	font-size: 3rem;
	font-weight: bold;
	line-height: 3.5rem;
	margin-bottom: 30px;
}
.flow_txt_02 {
	font-weight: bold;
}

@media (max-width: 767px) {
	.flow_block_inner:nth-last-child(n+2) {
		margin-bottom: 45px;
	}
	.flow_block_inner:nth-last-child(n+2)::after {
		content: 'expand_more';
		font-size: 4.4rem;
		width: 44px;
		height: 74px;
		bottom: -60px;
		left: 50%;
		margin-left: -22px;
	}
	.flow_detail_box_02 {
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-align-items: center;
		align-items: center;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.flow_detail_box_03 {
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-align-items: center;
		align-items: center;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.flow_detail_box_02 .flow_txt,
	.flow_detail_box_03 .flow_txt {
		width: 56%;
	}
	.flow_img,
	.flow_img_02 {
		width: 44%;
	}
	.flow_img {
		padding-left: 15px;
	}
	.flow_img_02 {
		padding: 0 10px 0 25px;
	}
	.flow_block_02 {
		overflow: hidden;
	}
	.flow_space {
		float: right;
		height: 190px;
	}
	.flow_img_03 {
		float: right;
		width: 40%;
		clear: both;
		margin-left: 15px;
	}
}

@media (min-width: 768px) {
	.flow_block {
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		-webkit-align-items: flex-start;
		align-items: flex-start;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-bottom: 80px;
	}
	.flow_block_inner {
		width: 29.4%;
	}
	.flow_block_inner:nth-last-child(n+4) {
		margin-bottom: 60px;
	}
	.flow_block_inner:nth-child(1) {
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1;
	}
	.flow_block_inner:nth-child(2) {
		-webkit-order: 2;
		-ms-flex-order: 2;
		order: 2;
	}
	.flow_block_inner:nth-child(3) {
		-webkit-order: 3;
		-ms-flex-order: 3;
		order: 3;
	}
	.flow_block_inner:nth-child(4) {
		-webkit-order: 6;
		-ms-flex-order: 6;
		order: 6;
	}
	.flow_block_inner:nth-child(5) {
		-webkit-order: 5;
		-ms-flex-order: 5;
		order: 5;
	}
	.flow_block_inner:nth-child(6) {
		-webkit-order: 4;
		-ms-flex-order: 4;
		order: 4;
	}
	.flow_block_inner:nth-child(1)::after,
	.flow_block_inner:nth-child(2)::after {
		content: 'chevron_right';
		font-size: 6rem;
		width: 60px;
		height: 99px;
		top: 50%;
		right: -52px;
		margin-top: -49.5px;
	}
	.flow_block_inner:nth-child(3)::after {
		content: 'expand_more';
		font-size: 6rem;
		width: 66px;
		height: 99px;
		bottom: -80px;
		left: 50%;
		margin-left: -33px;
	}
	.flow_block_inner:nth-child(5)::after,
	.flow_block_inner:nth-child(6)::after {
		content: 'chevron_left';
		font-size: 6rem;
		width: 60px;
		height: 99px;
		top: 50%;
		right: -52px;
		margin-top: -49.5px;
	}
	.flow_box {
		padding: 10px;
	}
	.flow_inner_box {
		padding: 10px 10px 30px;
	}
	.flow_ttl {
		font-size: 2rem;
		padding: 20px 0;
		margin-bottom: 30px;
	}
	.flow_detail_box,
	.flow_detail_box_02,
	.flow_detail_box_03 {
		padding: 0;
	}
	.flow_detail_box_02,
	.flow_detail_box_03 {
		position: relative;
	}
	.flow_img,
	.flow_img_02 {
		position: absolute;
		left: 50%;
	}
	.flow_img {
		max-width: 150px;
		bottom: -30px;
		margin-left: -75px;
	}
	.flow_img_02 {
		max-width: 145px;
		bottom: -5px;
		margin-left: -72.5px;
	}
	.flow_block_02 {
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-align-items: flex-end;
		align-items: flex-end;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		padding: 0 60px;
	}
	.flow_img_03 {
		padding-left: 20px;
		-webkit-order: 2;
		-ms-flex-order: 2;
		order: 2;
	}
	.flow_box_02 {
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1;
		margin-bottom: 20px;
	}
	.flow_ttl_02 {
		font-size: 4rem;
		line-height: 6.6rem;
		margin-bottom: 50px;
	}
}

@media (min-width: 1200px) {
	.flow_block {
		margin-bottom: 80px;
	}
	.flow_block_inner {
		width: 30%;
	}
	.flow_block_inner:nth-child(1)::after,
	.flow_block_inner:nth-child(2)::after,
	.flow_block_inner:nth-child(5)::after,
	.flow_block_inner:nth-child(6)::after {
		right: -55px;
	}
	.flow_inner_box {
		padding: 15px 15px 30px;
	}
	.flow_ttl {
		font-size: 2.4rem;
	}
	.flow_block_02 {
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-align-items: flex-end;
		align-items: flex-end;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		padding: 0 135px 0 120px;
	}
	.flow_img_03 {
		width: 32%;
	}
	.flow_box_02 {
		width: 68%;
		margin-bottom: 0;
	}
}

@media (min-width: 1400px) {
	.flow_block_inner {
		width: 360px;
	}
	.flow_block_inner:nth-child(1)::after,
	.flow_block_inner:nth-child(2)::after {
		right: -60px;
	}
	.flow_block_inner:nth-child(5)::after,
	.flow_block_inner:nth-child(6)::after {
		left: 100%;
	}
}

_:-ms-lang(x)::-ms-backdrop, .flow_ttl {
	padding: 24px 0 16px;
}

/*---------------------------------------
	faq
---------------------------------------*/
/*
#faq::before {
	content: 'Q&amp;A';
}
*/
.faq_block {
	border-top: 2px solid #1c1c1c;
}
.faq_box dt,
.faq_box dd {
	position: relative;
	border-bottom: 2px solid #1c1c1c;
}
.faq_box dt {
	padding: 22.5px 55.5px 22.5px 38px;
}
.faq_box dd {
	padding: 22.5px 55.5px 40px 38px;
}
.faq_box dt {
	font-weight: bold;
	cursor: pointer;
}
.faq_box dt::before,
.faq_box dd::before {
	position: absolute;
	display: block;
	font-family: 'Mukta', sans-serif;
	font-size: 3.5rem;
	font-weight: 800;
	line-height: 1;
	top: 15px;
	left: 0;
	pointer-events: none;
}
.faq_box dt::before {
	content: 'Q';
}
.faq_box dd::before {
	content: 'A';
}

@media (max-width: 767px) {
	#faq .inner {
		padding-right: 0;
	}
	.faq_box dd {
		display: none;
	}
	.faq_box dt::after {
		content: 'expand_more';
		position: absolute;
		display: block;
		font-family: 'Material Icons';
		font-size: 4.4rem;
		width: 44px;
		height: 74px;
		top: 50%;
		right: 20px;
		margin-top: -37px;
		pointer-events: none;
	}
}

@media (min-width: 768px) {
	.faq_box dt {
		padding: 20px 10px 20px 60px;
	}
	.faq_box dd {
		padding: 20px 10px 60px 60px;
	}
	.faq_box:last-child dd {
		border-bottom: 0;
	}
	.faq_box dt::before,
	.faq_box dd::before {
		font-size: 5rem;
		top: 10px;
	}
}

@media (min-width: 1200px) {
	#faq .inner {
		width: 950px;
		margin: 0 auto;
	}
}

_:-ms-lang(x)::-ms-backdrop, .faq_box dt {
	padding: 24px 10px 16px 60px;
}

/*---------------------------------------
	contact
---------------------------------------*/
#contact .inner {
	padding: 0 0 40px;
}
.contact_block {
	position: relative;
	padding: 50px 20px;
}
.contact_block::after {
	content: '';
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 70px 50vw 0 50vw;
	border-color: #002444 transparent transparent transparent;
	bottom: -70px;
	left: 0;
}
.contact_box {
	background: url("../img/bg_strive_g.png") repeat top left;
	background-size: 4px 4px;
	padding: 5px;
}
.contact_box:nth-last-child(n+2) {
	margin-bottom: 40px;
}
.contact_box_inner {
	background: #fff;
	padding: 25px 15px 20px;
}
.contact_ttl {
	position: relative;
	color: #fff;
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
	margin-bottom: 20px;
	z-index: 0;
}
.contact_ttl::after {
	content: '';
	position: absolute;
	display: block;
	background: url(../img/img_ttl_b.png) no-repeat center center;
	background-size: 280.5px 40px;
	width: 280.5px;
	height: 40px;
	top: -6.5px;
	left: 50%;
	margin-left: -140.25px;
	z-index: -1;
}
.contact_detail_box {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.contact_txt {
	width: 56%;
}
.contact_img {
	text-align: center;
	width: 40.1%;
}
.contact_block_02 {
	padding: 120px 20px 0;
}
.contact_box_02 {
	padding: 10px;
}
.contact_box_inner_02 {
	background: #fff;
	padding: 40px 32.5px;
}
.contact_list {
	margin-bottom: 15px;
}
.contact_ttl_02 {
	font-weight: bold;
	line-height: 1.8rem;
}
.contact_required {
	background: #ac8e18;
	color: #fff;
	font-size: 1rem;
	vertical-align: text-bottom;
	padding: 2.5px 5px;
	margin-left: 20px;
}
.contact_content {
	position: relative;
}
.contact_content label {
	display: block;
}
.contact_radio{
	width: 0;
	height: 0;
}
.contact_radio + label{
	position: relative;
	padding-left: 25px;
	margin-top: -25px;
}
.contact_radio + label::before{
	content: "";
	display: block;
	position: absolute;
	background: #fff;
	top: 5px;
	left: 0;
	width: 12px;
	height: 12px;
	border: 1px solid #1D1D1D;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}
.contact_radio:checked + label::after{
	content: "";
	display: block;
	position: absolute;
	top: 7px;
	left: 2px;
	width: 8px;
	height: 8px;
	background: #002444;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}
.contact_input,
.contact_textarea {
	background: #d2d8de;
	width: 100%;
	padding: 4px;
}
input[type=text].post {
	max-width: 150px;
}
.contact_select_box {
	width: 150px;
	margin-bottom: 5px;
	text-align: center;
}
.contact_select_box.contact_select_box_state {
	width: 100%;
}
.contact_select_box 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;
}
.contact_select_box select::-ms-expand {
	display: none;
}
.contact_select_box {
	position: relative;
	background: #d2d8de;
}
.contact_select_box::before {
	position: absolute;
	top: 0.8em;
	right: 0.9em;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #1c1c1c;
	pointer-events: none;
}
.contact_select_box select {
	padding: 4px 38px 4px 4px;
	color: #1c1c1c;
}
.contact_privacy {
	position: relative;
	text-align: center;
	margin-bottom: 20px;
}
.contact_check label {
	position: relative;
}
.contact_check{
	width: 0;
	height: 0;
}
.contact_check_txt{
	position: relative;
	padding-left: 20px;
}
.contact_check_txt::before{
	content: "";
	display: block;
	position: absolute;
	top: 4px;
	left: 0;
	width: 10px;
	height: 10px;
	border: 1px solid #1D1D1D;
}
.contact_check:checked + .contact_check_txt::after{
	content: "";
	display: block;
	position: absolute;
	top: 4px;
	left: 3px;
	width: 4px;
	height: 8px;
	transform: rotate(40deg);
	border-bottom: 2px solid #002444;
	border-right: 2px solid #002444;
}
.contact_check_txt a {
	color: #1c1c1c;
	text-decoration: underline;
}
.contact_privacy_box {
	position: fixed;
	display: none;
	background: #fff;
	width: 80%;
	height: 70%;
	top: 10%;
	left: 10%;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	padding: 40px 20px;
	z-index: 9999;
}
.privacy_icon_close {
	position: absolute;
	width: 30px;
	height: 30px;
	top: 10px;
	right: 10px;
}
.contact_privacy_contents {
	margin-bottom: 20px;
}
.contact_privacy_box_inner {
	text-align: left;
	height: 100%;
	overflow-y: scroll;
}
.contact_privacy_contents dt {
	font-weight: bold;
	margin-bottom: 5px;
}
.formError {
	top: 0!important;
	left: 0!important;
}
.overlay {
	position: fixed;
	display: none;
	background: rgba(0, 0, 0, 0.7);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 9998;
}
/* line */
.contact_line {
	padding: 25px 20px 0;
  width: 100%;
}

.contact_line_inr {
  padding: 15px;
  background-color: #fff;
}
.contact_line_ttl {
  padding: 0 0 15px;
	font-size: 2.5rem;
	font-weight: bold;
	line-height: 1.5;
	text-align: center;
}
/* -- font-size  --*/
.contact_line_ttl  {
  font-size: 14px;
}
@media screen and (min-width: 375px) {
  .contact_line_ttl  {
    font-size: calc(1.7857142857vw + 11.3035714286px);
  }
}
@media screen and (min-width: 767px) {
  .contact_line_ttl  {
    font-size: 25px;
  }
}
/* -- end font-size  --*/
@media (max-width: 767px) {
	.contact_ttl_02 {
		margin-bottom: 5px;
	}
	.contact_textarea::placeholder {
		font-size: 1.4rem;
		line-height: 1.6;
	}
}

@media (min-width: 768px) {
	#contact .inner {
		padding-bottom: 80px;
	}
	.contact_block::after {
		border-width: 100px 50vw 0 50vw;
		bottom: -100px;
	}
	.contact_block {
		padding: 60px 15px;
	}
	.contact_box {
		padding: 10px;
	}
	.contact_box_inner {
		height: 100%;
		padding: 50px 40px 40px;
	}
	.contact_ttl {
		font-size: 2.4rem;
		margin-bottom: 40px;
	}
	.contact_ttl::after {
		background-size: 400px 50px;
		width: 400px;
		height: 50px;
		top: -6.5px;
		margin-left: -200px;
	}
	.contact_txt {
		width: 68.4%;
	}
	.contact_img {
		width: 27.6%;
	}
	.contact_block_02 {
		max-width: 950px;
		padding: 180px 15px 0;
		margin: 0 auto;
	}
	.contact_box_02 {
		padding: 20px;
	}
	.contact_box_inner_02 {
		padding: 80px 75px 60px;
	}
	.contact_list {
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		-webkit-align-items: flex-start;
		align-items: flex-start;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-bottom: 10px;
	}
	.contact_ttl_02 {
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		-webkit-flex-wrap: wrap;
		line-height: 2.8rem;
		flex-wrap: wrap;
		width: 220px;
		padding: 6px 0;
	}
	.contact_ttl_02 span.contact_required {
		font-size: 1.4rem;
		line-height: 2.3rem;
		width: 40px;
		margin-left: 20px;
	}
	.contact_content {
		width: calc(100% - 257px);
	}
	.contact_radio + label {
		line-height: 2.5rem;
	}
	.contact_radio + label::before{
		top: 5px;
		width: 16px;
		height: 16px;
	}
	.contact_radio:checked + label::after{
		top: 8px;
		left: 3px;
		width: 10px;
		height: 10px;
	}
	.contact_input {
		max-width: 400px;
	}
	.contact_input,
	.contact_textarea {
		padding: 5.5px;
	}
	.contact_privacy {
		padding: 0;
	}
	.contact_privacy .formError {
		left: 30%!important;
	}
	.contact_check_txt{
		padding-left: 20px;
	}
	.contact_check_txt::before{
		top: 5px;
		width: 14px;
		height: 14px;
	}
	.contact_check:checked + .contact_check_txt::after{
		top: 5px;
		left: 4px;
		width: 6px;
		height: 11px;
	}
  .contact_line {
    max-width: 600px;
    padding: 50px 15px 0;
    margin: 0 auto;
  }
  .contact_line_inr {
    padding: 20px;
  }
  .contact_line_ttl {
    padding-bottom: 20px;
  }
}

@media (min-width: 1200px) {
	#contact .inner {
		width: 100%;
	}
	.contact_block_inner {
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		width: 1040px;
		margin: 0 auto;
	}
	.contact_box {
		width: 48.3%;
	}
	.contact_box:nth-last-child(n+2) {
		margin-bottom: 0;
	}
	.contact_privacy_box {
		padding: 60px 40px;
	}
}

@media (min-width: 1400px) {
	.contact_block_inner {
		width: 1200px;
	}
}

_:-ms-lang(x)::-ms-backdrop, .contact_ttl::after {
	top: -9.5px;
}
_:-ms-lang(x)::-ms-backdrop, .contact_required {
	padding: 5px 5px 0;
}
_:-ms-lang(x)::-ms-backdrop, .contact_radio + label::before{
	top: 1px;
}
_:-ms-lang(x)::-ms-backdrop, .contact_radio:checked + label::after{
	top: 4px;
}
_:-ms-lang(x)::-ms-backdrop, .contact_list:nth-child(8) {
	margin-bottom: 25px;
}
</pre></body></html>