.is-responsive .main-contents,
.is-responsive .container-inner {
	padding-top: 0;
}

.main-visual {
	width: 100%;
	background: url(../images/bg-mv.jpg) no-repeat 50% 50% / cover;
	text-align: center;
	position: relative;
	z-index: 100;
}
.main-visual img {
	max-width: 1430px;
	width: 100%;
	height: auto;
}

.page-navigation {
	max-width: 850px;
	width: 90%;
	height: 13vw;
	padding: 30px 10px;
	margin: -30px auto 0;
	border-radius: 20px 20px 0 0;
	background-color: #fff;
	box-shadow: 0 -11px 20px -11px rgba(0, 0, 0, 0.4);
	position: relative;
	z-index: 150;
	box-sizing: border-box;
}
@media (min-width: 768px) {
	.page-navigation {
		width: 100%;
		height: 95px;
		padding: 30px 20px 0;
	}
}

.page-navigation .menu {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.page-navigation .menu li {
	margin: 0 1vw;
	font-size: 3.5333vw;
	line-height: 1;
}
@media (min-width: 768px) {
	.page-navigation .menu li {
		margin: 0 37px;
		font-size: 17px;
	}
}

.page-navigation .menu a:link {
	color: #000;
}

.page-navigation .menu a:visited {
	color: #000;
}

.page-navigation .menu a:hover {
	color: #000;
}

.page-navigation .menu a:focus {
	color: #000;
}

.lead-section {
	padding: 2vw 0 10vw;
	text-align: center;
}
@media (min-width: 768px) {
	.lead-section {
		padding: 12px 0 74px;
	}
}

.lead-section h2 {
	margin-bottom: 6vw;
}
@media (min-width: 768px) {
	.lead-section h2 {
		margin-bottom: 46px;
	}
}
.lead-section h2 img {
	max-width: 720px;
	width: 100%;
	height: auto;
}

.lead-text01 {
	margin-bottom: 19px;
	font-size: 5.333vw;
	line-height: 1;
}
@media (min-width: 768px) {
	.lead-text01 {
		font-size: 30px;
	}
}

.lead-text02 {
	margin-bottom: 24px;
	font-size: 5.6667vw;
	line-height: 1;
}
@media (min-width: 768px) {
	.lead-text02 {
		font-size: 40px;
	}
}

.lead-text03 {
	font-size: 3.6vw;
	line-height: 1.7647;
}
@media (min-width: 768px) {
	.lead-text03 {
		font-size: 17px;
	}
	.lead-text03 .pc-hide {
		display: none;
	}
}

.living-section {
	margin: 0 auto;
}
.living-section h2 {
	font-size: 7.3333vw;
	text-align: center;
}
@media (min-width: 768px) {
	.living-section h2 {
		font-size: 45px;
	}
}

.living-section h2 span {
	padding: 0 70px;
	background: url(../images/bg-title01.png) no-repeat 50% 50% / 35vw auto;
	font-size: 5.7333vw;
	color: #902314;
	font-weight: 500;
	text-align: center;
	display: inline-block;
}
@media (min-width: 768px) {
	.living-section h2 span {
		padding: 0 70px;
		background-size: 220px auto;
		font-size: 33px;
	}
}

.living-section h2 + p {
	margin-bottom: 4vw;
	font-size: 3.6vw;
	text-align: center;
}
@media (min-width: 768px) {
	.living-section h2 + p {
		margin-bottom: 30px;
		font-size: 17px;
	}
}

.living-style-block {
	max-width: 1100px;
	width: 96%;
	margin: 0 auto 18vw;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	box-sizing: border-box;
}
@media (min-width: 768px) {
	.living-style-block {
		width: 100%;
		padding: 0 2%;
		margin-bottom: 135px;
	}
}
@media (min-width: 1191px) {
	.living-style-block {
		padding: 0;
	}
}

.living-style-block_title {
	width: 100%;
	padding-left: 16vw;
	margin-bottom: 4vw;
	background-repeat: no-repeat;
	background-position: 0 50%;
	background-size: 14vw auto;
	font-size: 4vw;
	font-weight: normal;
	order: 2;
	box-sizing: border-box;
}
@media (min-width: 768px) {
	.living-style-block_title {
		width: 47.3636%;
		padding-left: 100px;
		margin-top: 40px;
		margin-bottom: 0;
		background-size: auto;
		font-size: 24px;
	}
}
@media (min-width: 1191px) {
	.living-style-block_title {
		padding-left: 120px;
		font-size: 27px;
	}
}
.living-style-block_title span {
	width: 100%;
	border-bottom: 2px solid;
	font-size: 6.1333vw;
	display: block;
}
@media (min-width: 768px) {
	.living-style-block_title span {
		font-size: 34px;
	}
}
@media (min-width: 1025px) {
	.living-style-block_title span {
		font-size: 36px;
	}
}
.living-style-block_description {
	width: 100%;
	font-size: 3.6vw;
	line-height: 1.7647;
	order: 3;
	box-sizing: border-box;
}
@media (min-width: 768px) {
	.living-style-block_description {
		width: 49.0909%;
		font-size: 17px;
	}
}
.living-style-block_image {
	width: 100%;
	margin-bottom: 4vw;
	order: 1;
	position: relative;
}
@media (min-width: 768px) {
	.living-style-block_image {
		margin-bottom: 30px;
		display: block;
	}
}
.living-style-block_image img {
	max-width: none;
	width: 100%;
	height: auto;
	vertical-align: top;
}
@media (min-width: 768px) {
	.living-style-block_abs {
		position: absolute;
	}
}

.living-style-block_balloon {
	padding: 15px;
	font-size: 15px;
	line-height: 1.6;
	position: absolute;
	box-sizing: border-box;
}

.living-style01 .living-style-block_title {
	background-image: url(../images/num01.png);
}

.living-style01 .living-style-block_title span {
	border-bottom-color: #c45d4c;
}

.living-style01 .living-style-block_image {
	margin-bottom: 6.6667vw;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: flex-end;
}
@media (min-width: 768px) {
	.living-style01 .living-style-block_image {
		margin-bottom: 48px;
		display: block;
	}
}
.living-style01 .living-style-block_image img {
	order: 1;
}
@media (min-width: 768px) {
	.living-style01 .living-style-block_image img {
		width: 81.8181%;
	}
}
.living-style01 .living-style-block_image img.living-style-block_abs {
	order: 3;
}
@media (min-width: 768px) {
	.living-style01 .living-style-block_image img.living-style-block_abs {
		width: 342px;
		position: absolute;
		bottom: -20px;
		right: 0;
	}
}
.living-style01 .living-style-block_balloon {
	width: 245px;
	height: 117px;
	margin: 6.6667vw 0;
	background: url(../images/balloon01.png) no-repeat 50% 50%;
	position: relative;
	order: 2;
}
@media (min-width: 768px) {
	.living-style01 .living-style-block_balloon {
		margin: 0;
		position: absolute;
		top: 254px;
		right: -20px;
	}
}

.living-style02 .living-style-block_title {
	background-image: url(../images/num02.png);
}

.living-style02 .living-style-block_title span {
	border-bottom-color: #d6bda8;
}

.living-style03 .living-style-block_title {
	background-image: url(../images/num03.png);
}

.living-style03 .living-style-block_title span {
	border-bottom-color: #98b4be;
}

.living-style-block2 {
	width: 100%;
	padding: 6.6667vw 0 8vw;
	margin-bottom: 10.6667vw;
	background-color: rgba(228, 227, 225, 0.4);
	box-sizing: border-box;
}
@media (min-width: 768px) {
	.living-style-block2 {
		padding: 50px 2% 60px;
		margin-bottom: 80px;
	}
}
@media (min-width: 1191px) {
	.living-style-block2 {
		padding: 50px 0 60px;
	}
}
.living-style-block2_inner {
	max-width: 1100px;
	width: 96%;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}
@media (min-width: 768px) {
	.living-style-block2_inner {
		width: 100%;
		flex-direction: row;
	}
}
.living-style-block2_title {
	width: 100%;
	padding-left: 16vw;
	margin-bottom: 5.333vw;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 14vw auto;
	font-size: 7.06667vw;
	line-height: 1.3488;
	font-weight: 500;
	box-sizing: border-box;
}
.living-style-block2_title .sp-hide {
	display: none;
}
@media (min-width: 768px) {
	.living-style-block2_title {
		width: 23.6364%;
		padding-top: 110px;
		padding-left: 0;
		margin-bottom: 0;
		background-size: auto;
		font-size: 38px;
	}
	.living-style-block2_title .sp-hide {
		display: inline;
	}
}
@media (min-width: 1025px) {
	.living-style-block2_title {
		font-size: 43px;
	}
}
.living-style-block2_title span {
	width: 100%;
	padding-top: 2.9333vw;
	margin-top: 2vw;
	border-top: 2px solid;
	font-size: 4.1333vw;
	line-height: 1.6667;
	display: block;
}
@media (min-width: 768px) {
	.living-style-block2_title span {
		padding-top: 22px;
		margin-top: 15px;
		font-size: 18px;
	}
}
@media (min-width: 1025px) {
	.living-style-block2_title span {
		font-size: 21px;
	}
}

.living-style-block2_sub-title {
	font-size: 6.1333vw;
	line-height: 1.5556;
	font-weight: normal;
	order: 3;
}
.living-style-block2_sub-title .sp-hide {
	display: none;
}
@media (min-width: 768px) {
	.living-style-block2_sub-title {
		font-size: 34px;
	}
	.living-style-block2_sub-title .sp-hide {
		display: inline;
	}
}
@media (min-width: 1191px) {
	.living-style-block2_sub-title {
		font-size: 36px;
	}
}

.living-style-block2_description {
	font-size: 3.6vw;
	line-height: 1.7647;
	order: 4;
}
@media (min-width: 768px) {
	.living-style-block2_description {
		font-size: 17px;
	}
}

.living-style-block2_image {
	width: 100%;
	margin-bottom: 6.6667vw;
	position: relative;
}
@media (min-width: 768px) {
	.living-style-block2_image {
		width: 72.2773%;
		padding-top: 10px;
		margin-bottom: 50px;
	}
}

.living-style-block2_image img {
	max-width: none;
	width: 100%;
	height: auto;
	vertical-align: top;
}

@media (min-width: 768px) {
	.living-style-block2_abs {
		width: 100%;
		position: absolute;
	}
}

.living-style-block2_balloon {
	width: 245px;
	height: 117px;
	padding: 15px;
	font-size: 15px;
	line-height: 1.6;
	box-sizing: border-box;
}
@media (min-width: 768px) {
	.living-style-block2_balloon {
		width: 20.588vw;
		height: 9.8319vw;
		padding: 1.2vw;
		font-size: 11px;
		position: absolute;
	}
}
@media (min-width: 980px) {
	.living-style-block2_balloon {
		font-size: 13px;
	}
}
@media (min-width: 1191px) {
	.living-style-block2_balloon {
		width: 245px;
		height: 117px;
		padding: 15px;
		font-size: 15px;
		position: absolute;
	}
}

@media (min-width: 768px) {
	.left-title .living-style-block2_title {
		order: 1;
	}

	.left-title .living-style-block2_image {
		order: 2;
	}

	.right-title .living-style-block2_title {
		order: 2;
	}

	.right-title .living-style-block2_image {
		order: 1;
	}
}

.living-style04 .living-style-block2_title {
	background-image: url(../images/num04.png);
}
@media (min-width: 768px) {
	.living-style04 .living-style-block2_title br {
		display: none;
	}
}
@media (min-width: 1025px) {
	.living-style04 .living-style-block2_title br {
		display: inline;
	}
}
.living-style04 .living-style-block2_title span {
	border-top-color: #9a5a1a;
}
.living-style04 .living-style-block2_sub-title {
	width: 100%;
	margin-bottom: 4vw;
}
@media (min-width: 768px) {
	.living-style04 .living-style-block2_sub-title {
		width: 40vw;
		padding-top: 2.92969vw;
		padding-left: 22vw;
		margin-bottom: 0;
	}
}
@media (min-width: 1191px) {
	.living-style04 .living-style-block2_sub-title {
		width: 480px;
		padding-top: 0;
		padding-left: 236px;
	}
}
.living-style04 .living-style-block2_description {
	width: 100%;
}
@media (min-width: 768px) {
	.living-style04 .living-style-block2_description {
		width: 34vw;
		padding-top: 2.92969vw;
	}
}
@media (min-width: 1191px) {
	.living-style04 .living-style-block2_description {
		width: 380px;
		padding-top: 0;
	}
}
.living-style04 .living-style-block2_abs {
	width: 50vw;
	margin: 4vw auto;
	display: block;
}
@media (min-width: 768px) {
	.living-style04 .living-style-block2_abs {
		width: 21.2891vw;
		margin: 0;
		left: -10px;
		bottom: -70px;
	}
}
@media (min-width: 1191px) {
	.living-style04 .living-style-block2_abs {
		width: 218px;
		left: -50px;
	}
}
.living-style04 .living-style-block2_balloon {
	margin: 0 auto;
	padding-top: 40px;
	background: url(../images/balloon02.png) no-repeat 50% 50% / cover;
}
@media (min-width: 768px) {
	.living-style04 .living-style-block2_balloon {
		padding-top: 3.90625vw;
		margin: 0;
		left: -10px;
		bottom: -15.2343vw;
	}
	.living-style04 .living-style-block2_balloon br {
		display: none;
	}
}
@media (min-width: 1191px) {
	.living-style04 .living-style-block2_balloon {
		padding-top: 40px;
		left: -50px;
		bottom: -156px;
	}
	.living-style04 .living-style-block2_balloon br {
		display: inline;
	}
}
.living-style05 .living-style-block2_title {
	background-image: url(../images/num05.png);
}
@media (min-width: 768px) {
	.living-style05 .living-style-block2_title br {
		display: none;
	}
}
@media (min-width: 1025px) {
	.living-style05 .living-style-block2_title br {
		display: inline;
	}
}
.living-style05 .living-style-block2_title span {
	border-top-color: #a91319;
}
.living-style05 .living-style-block2_sub-title {
	width: 100%;
	margin-bottom: 4vw;
}
@media (min-width: 768px) {
	.living-style05 .living-style-block2_sub-title {
		width: 26vw;
		margin-bottom: 0;
	}
}
@media (min-width: 1191px) {
	.living-style05 .living-style-block2_sub-title {
		width: 300px;
		margin-bottom: 0;
	}
}
.living-style05 .living-style-block2_description {
	width: 100%;
}
@media (min-width: 768px) {
	.living-style05 .living-style-block2_description {
		width: 46vw;
		padding-right: 22vw;
	}
}
@media (min-width: 1191px) {
	.living-style05 .living-style-block2_description {
		width: 560px;
		padding-right: 236px;
	}
}
.living-style05 .living-style-block2_abs {
	width: 50vw;
	margin: 4vw auto;
	display: block;
}
@media (min-width: 768px) {
	.living-style05 .living-style-block2_abs {
		width: 21.38672vw;
		margin: 0;
		right: -15px;
		bottom: -5.836vw;
	}
}
@media (min-width: 1191px) {
	.living-style05 .living-style-block2_abs {
		width: 219px;
		right: -50px;
		bottom: -70px;
	}
}

.living-style05 .living-style-block2_balloon {
	padding-top: 40px;
	margin: 0 auto;
	background: url(../images/balloon03.png) no-repeat 50% 50% / cover;
}
@media (min-width: 768px) {
	.living-style05 .living-style-block2_balloon {
		padding-top: 3.90625vw;
		right: -15px;
	}
	.living-style05 .living-style-block2_balloon br {
		display: none;
	}
}
@media (min-width: 1191px) {
	.living-style05 .living-style-block2_balloon {
		padding-top: 40px;
		right: -50px;
	}
	.living-style05 .living-style-block2_balloon br {
		display: inline;
	}
}

.living-style-wrap {
	max-width: 1100px;
	width: 100%;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}
@media (min-width: 768px) {
	.living-style-wrap {
		flex-direction: row;
	}
}

.living-style-block3 {
	width: 96%;
	margin: 0 auto 10.6667vw;
	display: flex;
	flex-direction: column;
}
@media (min-width: 768px) {
	.living-style-block3 {
		width: 43.6364%;
		margin-bottom: 80px;
	}
}

.living-style-block3_title {
	width: 100%;
	padding: 0.6667vw 0 0.6667vw 12vw;
	margin-bottom: 2.4vw;
	background-repeat: no-repeat;
	background-position: 0 50%;
	background-size: 9vw;
	font-size: 6vw;
	font-weight: 500;
	order: 1;
	box-sizing: border-box;
}
@media (min-width: 768px) {
	.living-style-block3_title {
		height: 55px;
		padding: 5px 0 5px 80px;
		margin-bottom: 18px;
		background-size: auto;
		font-size: 32px;
	}
}
@media (min-width: 1025px) {
	.living-style-block3_title {
		font-size: 35px;
	}
}
.living-style-block3_title span {
	height: 100%;
	padding-left: 4vw;
	border-left: 2px solid rgba(0, 0, 0, 0.2);
	display: flex;
	justify-content: flex-start;
	align-items: center;
	box-sizing: border-box;
}
@media (min-width: 768px) {
	.living-style-block3_title span {
		padding-left: 30px;
	}
}
.living-style-block3_image {
	margin-bottom: 3vw;
	order: 2;
}
@media (min-width: 768px) {
	.living-style-block3_image {
		margin-bottom: 22px;
	}
}
.living-style-block3_image img {
	max-width: none;
	width: 100%;
	height: auto;
	vertical-align: top;
}

.living-style-block3_sub-title {
	margin-bottom: 2.6667vw;
	font-size: 5.7333vw;
	line-height: 1.5455;
	font-weight: 200;
	order: 3;
}
.living-style-block3_sub-title .sp-hide {
	display: none;
}
@media (min-width: 768px) {
	.living-style-block3_sub-title {
		height: 18.4vw;
		margin-bottom: 7px;
		font-size: 31px;
	}
	.living-style-block3_sub-title .sp-hide {
		display: inline;
	}
}
@media (min-width: 1025px) {
	.living-style-block3_sub-title {
		height: 102px;
		font-size: 33px;
	}
}

.living-style-block3_description {
	font-size: 3.6vw;
	line-height: 1.7647;
	order: 4;
}
.living-style-block3_description .sp-hide {
	display: none;
}
@media (min-width: 768px) {
	.living-style-block3_description {
		font-size: 17px;
	}
	.living-style-block3_description {
		display: inline;
	}
}

.living-style06 .living-style-block3_title {
	background-image: url(../images/num06.png);
}
@media (min-width: 768px) {
	.living-style06 .living-style-block3_sub-title br {
		display: none;
	}
}
@media (min-width: 1025px) {
	.living-style06 .living-style-block3_sub-title br {
		display: inline;
	}
}
.living-style07 .living-style-block3_title {
	background-image: url(../images/num07.png);
}
.living-style08 .living-style-block3_title {
	background-image: url(../images/num08.png);
}
.living-style09 .living-style-block3_title {
	background-image: url(../images/num09.png);
}
.living-style10 .living-style-block3_title {
	background-image: url(../images/num10.png);
}
.living-style11 .living-style-block3_title {
	background-image: url(../images/num11.png);
}

.plan-section {
	width: 100%;
	padding: 11.3333vw 2%;
	background: url(../images/bg-plan.jpg) repeat 50% 50%;
	box-sizing: border-box;
}
@media (min-width: 768px) {
	.plan-section {
		padding: 84px 2%;
	}
}
@media (min-width: 1191px) {
	.plan-section {
		padding: 84px 0;
	}
}
.plan-section .section-inner {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}
@media (min-width: 768px) {
	.plan-section .section-inner {
		flex-direction: row;
	}
}
.plan-meta {
	width: 70%;
	margin: 0 auto 5.333vw;
	order: 1;
}
@media (min-width: 768px) {
	.plan-meta {
		width: 306px;
		margin: 0 0 0 40px;
	}
}
.plan-meta li {
	width: 100%;
	margin-bottom: 1.3333vw;
	font-size: 3.6vw;
	line-height: 1;
	letter-spacing: -0.01em;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
@media (min-width: 768px) {
	.plan-meta li {
		margin-bottom: 10px;
		font-size: 17px;
	}
}
.plan-meta_border {
	width: 16vw;
	margin: 0 0.5em;
	display: inline-block;
	overflow: hidden;
}
@media (min-width: 768px) {
	.plan-meta_border {
		width: 68px;
	}
}
.plan-meta_border::before {
	content: '・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・';
	display: inline-block;
}

.plan-meta li.plan-meta_item3 {
	padding-bottom: 1.0667vw;
	margin-bottom: 1.6vw;
	border-bottom: 1px solid #232323;
}
@media (min-width: 768px) {
	.plan-meta li.plan-meta_item3 {
		padding-bottom: 8px;
		margin-bottom: 12px;
	}
}
.plan-meta_item3 .plan-meta_border {
	width: 20.5vw;
}
@media (min-width: 768px) {
	.plan-meta_item3 .plan-meta_border {
		width: 87px;
	}
}
.plan-meta_item4 .plan-meta_border {
	width: 6.5vw;
}
@media (min-width: 768px) {
	.plan-meta_item4 .plan-meta_border {
		width: 20px;
	}
}
.plan01 {
	width: 90%;
	margin: 0 auto 6.6667vw;
	order: 3;
}
@media (min-width: 768px) {
	.plan01 {
		width: 49.0833%;
		margin: 0;
	}
}
.plan01 img {
	max-width: none;
	width: 100%;
	height: auto;
}
.plan02 {
	width: 90%;
	margin: 0 auto 6.6667vw;
	order: 4;
}
@media (min-width: 768px) {
	.plan02 {
		width: 47.25%;
		margin: 0;
	}
}
.plan02 img {
	max-width: none;
	width: 100%;
	height: auto;
}
.plan03 {
	width: 60%;
	margin: 0 auto;
	order: 2;
}
@media (min-width: 768px) {
	.plan03 {
		width: 24.6667%;
		margin: 0 22.5% 30px 0;
		order: 2;
	}
}
.plan03 img {
	max-width: none;
	width: 100%;
	height: auto;
}

.movie-section {
	padding: 20vw 2%;
	text-align: center;
}
@media (min-width: 768px) {
	.movie-section {
		padding: 152px 2%;
	}
}
@media (min-width: 1025px) {
	.movie-section {
		padding: 152px 0;
	}
}

.movie-section img {
	max-width: 1100px;
	width: 100%;
	height: auto;
}

.banner {
	padding: 0 2% 20vw;
	text-align: center;
}
@media (min-width: 768px) {
	.banner {
		padding: 0 2% 153px;
	}
}
@media (min-width: 1025px) {
	.banner {
		padding: 0 0 153px;
	}
}
.banner img {
	max-width: 1100px;
	width: 100%;
	height: auto;
}

.group-section {
	max-width: 1100px;
	width: 96%;
	padding-bottom: 80vw;
	margin: 0 auto 13.3333vw;
	background: url(../images/img-group.jpg) no-repeat 50% 100%;
	background-size: 100% auto;
	box-sizing: border-box;
}
@media (min-width: 768px) {
	.group-section {
		padding-right: 36.3636%;
		padding-bottom: 0;
		margin: 0 auto 100px;
		background-position: 100% 100%;
		background-size: 30.6364% auto;
	}
}
@media (min-width: 1025px) {
	.group-section {
		width: 100%;
		padding-right: 400px;
	}
}

.group-section h3 {
	padding-left: 3.6vw;
	margin-bottom: 4vw;
	font-size: 4.8vw;
	font-weight: 200;
	line-height: 1.5556;
	position: relative;
}
@media (min-width: 768px) {
	.group-section h3 {
		width: calc(136.3636% + 32px);
		padding-left: 27px;
		margin-bottom: 12px;
		font-size: 32px;
	}
	.group-section h3 br {
		display: none;
	}
}
@media (min-width: 1025px) {
	.group-section h3 {
		width: 100%;
		font-size: 36px;
	}
	.group-section h3 br {
		display: inline;
	}
}
.group-section h3::before {
	width: 0.6667vw;
	height: 12vw;
	margin-top: -6vw;
	background-color: #0062a7;
	content: '\0020';
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
}
@media (min-width: 768px) {
	.group-section h3::before {
		width: 5px;
		height: 90px;
		margin-top: -45px;
	}
}
.group-section p {
	margin-bottom: 1em;
	font-size: 3.6vw;
	line-height: 1.76471;
}
@media (min-width: 768px) {
	.group-section p {
		font-size: 17px;
	}
}
.group-section p:last-of-type {
	margin-bottom: 0;
}

.blog-section {
	max-width: 1100px;
	width: 100%;
	padding: 10vw 2% 85vw;
	margin: 0 auto 20.6667vw;
	background: rgba(245, 231, 190, 0.4) url(../images/img-blog.jpg) no-repeat 50% 100%;
	box-sizing: border-box;
}
@media (min-width: 768px) {
	.blog-section {
		padding: 0 0 85vw;
		margin: 0 auto 155px;
		background-size: 100% auto;
	}
}
@media (min-width: 1025px) {
	.blog-section {
		height: 330px;
		padding: 0 424px 0 0;
		background-size: 424px auto;
		background-position: 100% 50%;
	}
}
.blog-section h3 {
	padding: 2.1333vw 4.4vw 0 2vw;
	margin-bottom: 5.3333vw;
	font-size: 4.8vw;
	line-height: 1.7;
	text-indent: 0.5em;
	box-sizing: border-box;
}
@media (min-width: 768px) {
	.blog-section h3 {
		padding: 16px 33px 0 15px;
		margin-bottom: 15px;
		font-size: 29px;
		line-height: 1.4;
	}
}
@media (min-width: 1025px) {
	.blog-section h3 {
		margin-bottom: 9px;
		font-size: 32px;
	}
}
.blog-section h3 span {
	font-size: 4.1333vw;
	font-weight: normal;
}
@media (min-width: 768px) {
	.blog-section h3 span {
		font-size: 18px;
	}
}
@media (min-width: 1025px) {
	.blog-section h3 span {
		font-size: 21px;
	}
}
.blog-section h3 span em {
	font-size: 4.5333vw;
	color: #902314;
	font-weight: bold;
	font-style: normal;
}
@media (min-width: 768px) {
	.blog-section h3 span em {
		font-size: 21px;
	}
}
@media (min-width: 1025px) {
	.blog-section h3 span em {
		font-size: 24px;
	}
}
.blog-section p {
	padding: 0 4vw;
	margin-bottom: 4vw;
	font-size: 3.6vw;
	line-height: 1.76471;
}
@media (min-width: 768px) {
	.blog-section p {
		padding: 0 30px;
		margin-bottom: 30px;
		font-size: 17px;
	}
}
.blog-section .btn {
	width: 95%;
	height: 13.333vw;
	margin: 0 auto;
	background-color: #fff;
	border: 1px solid #902314;
}
@media (min-width: 768px) {
	.blog-section .btn {
		width: 426px;
		height: 65px;
	}
}
.blog-section .btn a {
	width: 100%;
	height: 100%;
	background: url(../images/arrow.png) no-repeat 12px 50%;
	font-size: 4.1333vw;
	color: #902314;
	line-height: 1;
	display: flex;
	justify-content: center;
	align-items: center;
}
@media (min-width: 768px) {
	.blog-section .btn a {
		font-size: 21px;
	}
}

.renovation-section-block {
	max-width: 980px;
	width: 96%;
	margin: 0 auto 100px;
}
@media (min-width: 768px) {
	.renovation-section-block {
		width: 100%;
	}
}
.renovation-section-ttl {
	margin: 0 0 4.5333vw;
	padding: 0 0 0 2.6667vw;
	border-left: 5px solid #0061a6;
	line-height: 1.2;
	font-weight: 700;
	font-size: 5.06667vw;
}
@media (min-width: 768px) {
	.renovation-section-ttl {
		margin: 0 0 34px;
		padding: 0 0 0 20px;
		font-size: 28px;
	}
}

.renovation-gmap-block__map {
	height: 90vw;
	margin: 0 0 2.6667vw;
}
@media (min-width: 768px) {
	.renovation-gmap-block__map {
		height: 450px;
		margin: 0 0 7px;
	}
}
.renovation-gmap-block__map iframe {
	width: 100%;
	height: 100%;
}

.renovation-gmap-block__address {
	width: 100%;
	margin-bottom: 3px;
	line-height: 1.4375;
}
@media (min-width: 768px) {
	.renovation-gmap-block__address {
		float: left;
		width: 750px;
		margin-bottom: 3px;
	}
}

.renovation-gmap-block__link {
	width: 100%;
}
@media (min-width: 768px) {
	.renovation-gmap-block__link {
		float: right;
		width: 230px;
		text-align: right;
	}
}
.renovation-gmap-block__link a {
	margin-bottom: 4vw;
	display: inline-block;
	padding: 0 0 0 11px;
	line-height: 1.2;
	background: url(/common/img/arrow_right_blue.png) 0 .3em no-repeat;
}
@media (min-width: 768px) {
	.renovation-gmap-block__link a {
		margin: 0 15px;
	}
}
.renovation-gmap-block__link a span {
	display: inline-block;
	padding: 0 15px 0 0;
	line-height: 1.2;
	background: url(/common/img/icon_blank_blue.png) 100% .3em no-repeat;
}
.renovation-gmap-block__tel {
	font-size: 5.2vw;
	clear: both;
}
@media (min-width: 768px) {
	.renovation-gmap-block__tel {
		font-size: 26px;
	}
}
@media (min-width: 1025px) {
	.renovation-gmap-block__tel {
		font-size: 29px;
	}
}
.renovation-gmap-block__tel a {
	color: #000;
}
@media (min-width: 768px) {
	.renovation-gmap-block__tel a {
		pointer-events: none;
		cursor: default;
	}
}
.renovation-gmap-block__tel span {
	font-size: 3.46667vw;
}
@media (min-width: 768px) {
	.renovation-gmap-block__tel span {
		font-size: 16px;
	}
}

.b-contact {
	max-width: 980px;
	width: 96%;
	position: relative;
	z-index: 1000;
	margin: 0 auto 8vw;
	box-shadow: rgba(189,189,189,0.5) 0 2px 5px 0
}
@media (min-width: 768px) {
	.b-contact {
		margin: 0 auto 60px;
	}
}
.b-contact .img-woman {
	position: absolute;
	bottom: 0;
	left: 38px;
	height: 191px
}
.b-contact a:hover img {
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha(opacity=100)"
}
.b-contact.b-contact_type_member .box-copy {
	width: 410px;
	margin: 12px 0 0 0;
}
.b-contact.b-contact_type_member .box-copy .txt {
	margin: 0 0 8px 0
}
.b-contact.b-contact_type_member .box-copy .ttl {
	margin: 0 0 13px 0
}
.b-contact.b-contact_type_member .box.box-mail {
	margin: 42px 0 42px 45px;
}
.ie8 .b-contact {
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
	border-bottom: 2px solid #eee;
	box-sizing: border-box;
}
.b-contact__item,.b-contact__real-estate-item {
	padding: 3.3333vw 9.6667vw;
	background: #f2f2f2
}
@media (min-width: 768px) {
	.b-contact__item,.b-contact__real-estate-item {
		padding: 25px 50px 22px 205px;
	}
}
.b-contact__item .copy,.b-contact__real-estate-item .copy {
	float: none;
	width: 100%;
	margin: 0 auto 6.6667vw;
	text-align: center;
}
@media (min-width: 768px) {
	.b-contact__item .copy,.b-contact__real-estate-item .copy {
		float: left;
		width: 160px;
		margin-bottom: 0;
	}
}
.b-contact__item .box,.b-contact__real-estate-item .box {
	width: 100%;
	margin: 0 auto 6.6667vw;
	float: none;
}
@media (min-width: 768px) {
	.b-contact__item .box,.b-contact__real-estate-item .box {
		float: left;
		width: 270px;
		margin: 0;
	}
}
.b-contact__item .box.box-tel img {
	max-width: none;
	width: 100%;
	height: auto;
}
.b-contact__item .box.box-mail, .b-contact__real-estate-item .box.box-mail {
	margin: 0;
}
@media (min-width: 768px) {
	.b-contact__item .box.box-mail, .b-contact__real-estate-item .box.box-mail {
		margin: 0 0 0 20px;
	}
}
.b-contact__item .box__ttl,.b-contact__real-estate-item .box__ttl {
	margin: 0 0 5px 0;
	line-height: 1.25;
}
@media (max-width: 768px) {
	.b-contact__item:before, .b-contact__real-estate-item:before {
		display: none;
	}
}
.b-contact__item .box-btn,.b-contact__real-estate-item .box-btn {
	text-align: center;
}
.b-contact__item .box-btn a,.b-contact__real-estate-item .box-btn a {
	display: block;
	padding: 16px 0 11px 0;
	background: #0061a6;
	box-shadow: #bdbdbd 0 2px 2px 0;
	transition: all .3s ease 0s;
	color: #fff;
	font-weight: bold;
}
.b-contact__item .box-btn a:hover,.b-contact__real-estate-item .box-btn a:hover {
	background: #238bc8
}
.ie8 .b-contact__item,.ie8 .b-contact__real-estate-item {
	padding: 25px 40px 22px 210px;
}
.b-contact__question,.b-contact__real-estate-question {
	padding: 3.3333vw 9.6667vw;
	background: #e6e6e6;
}
@media (min-width: 768px) {
	.b-contact__question,.b-contact__real-estate-question {
		padding: 13px 50px 13px 205px;
	}
}
.b-contact__question .txt,.b-contact__real-estate-question .txt {
	display: inline-block;
	padding: 0;
	margin-bottom: 2.6667vw;
}
@media (min-width: 768px) {
	.b-contact__question .txt,.b-contact__real-estate-question .txt {
		padding: 0 18px 0 0;
		margin-bottom: 0;
	}
}
.b-contact__question .link,.b-contact__real-estate-question .link {
	white-space: nowrap;
	display: inline-block;
	padding: 0 0 0 11px;
	line-height: 1.2;
	background: url(/common/img/arrow_right_blue.png) no-repeat 0 0.3em;
}
.b-contact__question .link:hover,.b-contact__real-estate-question .link:hover {
	text-decoration: underline;
}
.ie8 .b-contact__question,.ie8 .b-contact__real-estate-question {
	padding: 13px 40px 13px 210px;
}
.b-contact__real-estate-item {
	background: #e1f0fa;
}
.b-contact__refre-item .copy {
	padding: 0;
}
.b-contact__refre-item .box {
	width: auto;
}
.b-contact__refre-item .box.box-tel {
	width: 100%;
}
.b-contact__refre-item .box.box-tel img {
	max-width: none;
	width: 100%;
	height: auto;
}
@media (min-width: 768px) {
	.b-contact__refre-item .box.box-tel {
		width: 370px;
	}
}
.b-contact__refre-item .box.box-mail {
	width: 160px;
	margin: 0 0 0 30px;
}
.b-contact__refre-item .box-tel__renovation {
	float: left;
	width: 162px;
	padding: 0 20px 0 0;
}
.b-contact__refre-item .box-tel__renovation .ttl {
	line-height: 1.25;
}
.b-contact__refre-item .box-tel__building {
	float: left;
	width: 168px;
	border-left: 1px solid #ccc;
	padding: 0 0 0 18px;
}
.b-contact__refre-item .box-tel__building .ttl {
	line-height: 1.25;
}
.ie8 .b-contact__real-estate-item {
	padding: 25px 40px 22px 210px;
}
.b-contact__real-estate-question {
	background: #d2e8f7;
}

.b-contact__item, .b-contact__real-estate-item, .b-contact__refre-item, .b-group-contact__item {
	background: #e1f0fa;
}
.b-contact__question, .b-contact__real-estate-question, .b-contact__refre-question {
	background: #d2e8f7;
}


.group-header-item-home a {
    background: url(../../img/txt_nav_home_o.png) no-repeat 0 0;
}
.group-header-item-feature a {
    background: url(../../img/txt_nav_feature_o.png) no-repeat 0 0;
}
.group-header-item-work a {
    background: url(../../img/txt_nav_work_o.png) no-repeat 0 0;
}
.group-header-item-company a {
    background: url(../../img/txt_nav_company_o.png) no-repeat 0 0;
}
.group-header-item-recuit a {
    background: url(../../img/txt_nav_recruit_o.png) no-repeat 0 0;
}
.group-header-item-member a {
    background: url(../../img/txt_nav_member_o.png) no-repeat 0 0;
}
