@charset "utf-8";
/* CSS Document */

body {
	background-color: #fff;
	color: #000;
}
img {
	vertical-align: bottom;
	width: 100%;
	display: block;
}
h1,
h2,
h3,
h4,
h5,
h6,
div,
p,
li,
dt,
dd,
th,
td {
	font-size: 16px;
	line-height: 1.5em;
	color: #000;
}

a {
	color: #000;
}



/*--- リンクロールオーバー ---*/
a.txt-link,
a.txt-link:hover,
a.img-link img,
a.img-link:hover img,
a.block-link > p,
a.block-link > div,
a.block-link > ul > li,
a.block-link > dl > dt,
a.block-link > dl > dd,
a.block-link > span,
a.block-link > hr,
a.block-link:hover > p,
a.block-link:hover > div,
a.block-link:hover > ul > li,
a.block-link:hover > dl > dt,
a.block-link:hover > dl > dd,
a.block-link:hover > span,
a.block-link:hover > hr {
	transition-property: opacity;
	transition-duration:.4s;
}
a.txt-link {
	opacity: 1;
  color: #000;
  text-decoration: none;
}
a.txt-link:hover {
	opacity: 0.5;
}
a.img-link img {
	opacity: 1;
}
a.img-link:hover img {
	opacity: 0.5;
}
a.block-link > p,
a.block-link > div,
a.block-link > ul > li,
a.block-link > dl > dt,
a.block-link > dl > dd,
a.block-link > span,
a.block-link > hr {
	opacity: 1;
}
a.block-link:hover > p,
a.block-link:hover > div,
a.block-link:hover > ul > li,
a.block-link:hover > dl > dt,
a.block-link:hover > dl > dd,
a.block-link:hover > span,
a.block-link:hover > hr {
	opacity: 0.5;
}



/*--- 共通 ---*/
.content {
	max-width: 980px;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
.cloth {
	background-image: url("../images/bg_cloth.jpg");
	background-size: 1600px auto;
	background-position: center top;
}
.bouble {
	background-image: url("../images/bg_bouble_pc.png");
	background-size: 1200px auto;
	background-repeat: repeat-y;
	background-position: center top;
	padding-bottom: 140px;
	padding-top: 130px;
}
h2 {
	max-width: 213px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
p.catch {
	text-align: center;
	font-size: 38px;
	font-weight: bold;
	line-height: 1.68em;
	letter-spacing: 0.1em;
}
p.catch .big {
	font-size: 54px;
	vertical-align: -6px;
}
h2 + p.catch {
	margin-top: 32px;
}
.white_box {
	background-color: #fff;
	padding: 80px 40px;
	margin-top: 42px;
	box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.2);
}



/*--- ヘッダー ---*/
header {
	padding: 18px 0;
}
header h1 {
	max-width: 251px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}



/*--- メインイメージ ---*/
.mainimage {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.mainimage_txt {
	font-size: 10px;
	text-align: right;
	margin-top: 3px;
}



/*--- 行動提起 ---*/
.head_block {
	padding-top: 84px;
	padding-bottom: 80px;
}
.head_block .txt01 {
	width: 98.4%;
	margin-left: auto;
	margin-right: auto;
}



/*--- ルート ---*/
.root {
	background-image: url("../images/root_bg.png");
	background-position: left top;
	padding-top: 42px;
	padding-bottom: 48px;
}
.root .content .txt_box {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.root .content p {
	display: inline-block;
	min-height: 1px;
}
.root .content p img {
	width: auto;
	height: 59px;
	min-height: 1px;
}



/*--- お問い合わせボタン ---*/
.inq_box {
	padding-top: 65px;
	padding-bottom: 70px;
}
.inq_box .txt {
	max-width: 547px;
	width: 84%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 38px;
}
.inq_box .btn_box {
	width: 100%;
}
.inq_box .btn_box p {
	width: 50%;
	margin: 0 auto;
}



/*--- コンセプト ---*/
.pho_bg {
	background-image: url("../images/concept_bg_01_pc.png");
	background-repeat: no-repeat;
	background-size: 1400px auto;
	background-position: center top;
}
.concept .logo {
	max-width: 405px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 24px;
	margin-bottom: 40px;
}
.concept .txt01 {
	text-align: center;
	font-size: 17px;
	line-height: 1.8em;
	color: #666;
	margin-top: 32px;
}
.top_block_01 hr {
	width: 100%;
	height: 1px;
	padding: 0;
	margin: 100px 0 80px;
	border: none;
	background-color: #999;
}



/*--- デザイン ---*/
.design h2 {
	max-width: 273px;
}
.design .img01 {
	max-width: 735px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 48px;
}
.design .img02 {
	max-width: 735px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 34px;
}
.design .img02 img.img-map{
	max-width:100%;
	height:auto;
}
.design .img03{
	max-width: 735px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 60px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.design .img03 .img03-inner{
	width: 48%;
}
.design .img03 figcaption{
	font-size: 19px;
	text-align: center;
	margin: 15px 0;
}
.design .img03 .img-link img{
	width: 80%;
	margin: 0 auto;
}
.real_btn_box p{
	width: 50%;
    margin: 60px auto 0 auto;
}


/*--- アクセス ---*/
.access h3 {
	max-width: 500px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;

}
.access .spacer {
	max-width: 72px;
	width: 100%;
	height: 5px;
	background-color: #a68f5c;	
	margin: 30px auto;
}
.access .txt01 {
	font-size: 19px;
	text-align: center;
	font-weight: bold;
	line-height: 42px;
}
.access .txt01 .big {
	font-size: 27px;
}
.access .pho_box {
	max-width: 690px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 45px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.access .pho_box .pho_block {
	width: 31.9%;
}
.access .pho_box .pho_block .cap {
	font-size: 14px;
	margin-top: 2px;
}
.access hr.dot {
	width: 100%;
	height: 0;
	padding: 0;
	margin: 50px auto;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 1px dashed #999;
}
.access .txt02 {
	max-width: 455px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: -2%;
}
.access .chart {
	max-width: 705px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 58px;
}
.access .chart_txt {
	max-width: 712px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	font-size: 12px;
	margin-top: -3em;
}
.access .chart_txt .title {
	font-size: 14px;
	font-weight: bold;
	line-height: 1.8em;
}


/*--- ポイント ---*/
.point section + section {
	margin-top: 65px;
}
.point h3 {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	background-color: #a58f5c;
}
.point h3 img {
	display: block;
	max-width: 234px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.point .point_catch {
	text-align: center;
	font-weight: bold;
	font-size: 32px;
	margin-top: 30px;
	color: #a58f5c;
	letter-spacing: 0.1em;
}
.point .txt_box {
	border: 1px solid #a68f5c;
	padding: 40px 20px 28px;
	margin-top: 35px;
}
.point .txt_box .point_block {
	max-width: 760px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.point .txt_box .point_block .point_txt_box {
	width: 65.8%;
}
.point .txt_box .point_block .point_txt_box p,
.point .txt_box .point_block .point_txt_box img {
	min-height: 1px;
}
.point .txt_box .point_block .pho {
	width: 32.5%;
}
.point .txt_box .sub_txt {
	max-width: 760px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	font-size: 12px;
	margin-top: 20px;
}

.point .white_box_txt {
	font-size: 12px;
	text-align: right;
	margin-top: 14px;
}

.point #point01 .txt_box .point_block .point_txt_box img {
	width: auto;
	height: 54px;
}
.point #point01 .txt_box .point_block .point_txt_box p + p {
	margin-top: 28px;
}
.point #point02 .txt_box .point_block .point_txt_box img {
	width: auto;
	height: 38px;
}
.point #point02 .txt_box .point_block .point_txt_box p:first-child {
	margin-top: 17px;
}
.point #point02 .txt_box .point_block .point_txt_box p + p {
	margin-top: 34px;
}
.point #point03 .txt_box .point_block .point_txt_box img {
	width: auto;
	height: 37px;
}
.point #point03 .txt_box .point_block .point_txt_box p:first-child {
	margin-top: 22px;
}
.point #point03 .txt_box .point_block .point_txt_box p + p {
	margin-top: 26px;
}
.point #point04 .txt_box .point_block .point_txt_box img {
	width: auto;
	height: 31px;
}
.point #point04 .txt_box .point_block .point_txt_box p:first-child {
	margin-top: 0px;
}
.point #point04 .txt_box .point_block .point_txt_box p + p {
	margin-top: 25px;
}
.point #point05 .txt_box .point_block .point_txt_box .txt01 {
	font-size: 22px;
	line-height: 1.5em;
	font-weight: bold;
	padding-top: 8px;
}
.point #point05 .txt_box .point_block .point_txt_box .txt02 {
	font-size: 15px;
	margin-top: 14px;
}




/*--- ライフインフォメーション ---*/
.lifeinfo h2 {
	max-width: 342px;
}
.lifeinfo .root_box {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 45px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.lifeinfo .root_box .root_block {
	width: 48%;
}
.lifeinfo .category {
	color: #d5773c;
	margin-left: -0.6em;
}
.lifeinfo .list + .category {
	margin-top: 12px;
}
.lifeinfo .list {
	margin-top: 0px;
}
.lifeinfo .list li {
	color: #453f35;
}
.lifeinfo .category,
.lifeinfo .list li {
	font-size: 14px;
}

.lifeinfo .list_txt {
	font-size: 11px;
	margin-top: 10px;
}
.lifeinfo .pho_box {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 45px;
	display: flex;
	flex-wrap: wrap;
}
.lifeinfo .pho_box .pho_block {
	width: 23.1%;
	margin-left: 2.53%;
}
.lifeinfo .pho_box .pho_block .cap {
	font-size: 14px;
	margin-top: 3px;
}
.lifeinfo .pho_box .pho_block:nth-child(4n+1) {
	margin-left: 0%;
}
.lifeinfo .pho_box .pho_block:nth-child(n+5) {
	margin-top: 35px;
}



/*--- フッター ---*/
footer {
	border-top: 8px solid #f7f7f7;
}
footer .footer_block {
	padding: 40px 0;
}
footer hr {
	width: 100%;
	height: 1px;
	padding: 0;
	margin: 0 auto;
	border: none;
	background-color: #999;
}
footer .footer01 p {
	font-size: 12px;
}
footer .footer02 {
	text-align: center;
}
footer .footer02 .txt01 {
	display: inline-block;
	text-align: left;
	font-size: 12px;
}
footer .footer02 .logo {
	max-width: 316px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 16px;
}
footer .footer02 .zip {
	font-size: 16px;
	margin-top: 22px;
}
footer .footer02 .tel {
	font-size: 16px;
}
footer .footer03 {
	text-align: center;
}
footer .footer03 .txt01 {
	font-size: 16px;
}
footer .footer03 .tel {
	font-size: 46px;
	margin-top: -5px;
}
footer .footer03 .txt02 {
	font-size: 16px;
	margin-top: 2px;
}
footer .footer03 .link {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
footer .footer03 .link li {
	font-size: 16px;
}
footer .footer03 .link li a {
	text-decoration: underline;
}
footer .footer03 .link li + li {
	margin-left: 30px;
}


/** 2023619追加説明会のバナー **/
#briefing_bnr {
    max-width: 735px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
	padding-top: 70px;
}




@media screen and (max-width: 1105px) {
	/*--- 共通 ---*/
	p.catch {
		font-size: 3.4vw;
	}
	p.catch .big {
		font-size: 4.9vw;
		vertical-align: -0.5vw;
	}



	/*--- ルート ---*/
	.root {
		padding-top: 3.8vw;
		padding-bottom: 4.3vw;
	}
	.root .content p img {
		height: 5.4vw;
	}



	/*--- コンセプト ---*/
	.pho_bg {
		background-size: 126.7vw auto;
	}
	.concept .logo {
		max-width: none;
		width: 36.65vw;
		margin-top: 2.2vw;
		margin-bottom: 3.65vw;
	}
	.concept .txt01 {
		font-size: 1.6vw;
		margin-top: 32px;
	}
	.top_block_01 hr {
		margin: 9vw 0 7.2vw;
	}



	/*--- ポイント ---*/
	.point section + section {
		margin-top: 5.9vw;
	}
	.point h3 img {
		max-width: none;
		width: 21.2vw;
	}
	.point .point_catch {
		font-size: 2.9vw;
		margin-top: 2.7vw;
	}
	.point .txt_box {
		padding: 3.6vw 2.5vw 2.5vw;
		margin-top: 35px;
	}
	.point .txt_box .point_block .pho {
		width: 32.5%;
	}
	.point .txt_box .sub_txt {
		font-size: 1.1vw;
		margin-top: 1.8vw;
	}

	.point .white_box_txt {
		font-size: 1.1vw;
		margin-top: 1.3vw;
	}

	.point #point01 .txt_box .point_block .point_txt_box img {
		height: 4.9vw;
	}
	.point #point01 .txt_box .point_block .point_txt_box p + p {
		margin-top: 2.5vw;
	}
	.point #point02 .txt_box .point_block .point_txt_box img {
		height: 3.4vw;
	}
	.point #point02 .txt_box .point_block .point_txt_box p:first-child {
		margin-top: 2vw;
	}
	.point #point02 .txt_box .point_block .point_txt_box p + p {
		margin-top: 3.1vw;
	}
	.point #point03 .txt_box .point_block .point_txt_box img {
		height: 3.4vw;
	}
	.point #point03 .txt_box .point_block .point_txt_box p:first-child {
		margin-top: 2vw;
	}
	.point #point03 .txt_box .point_block .point_txt_box p + p {
		margin-top: 2.4vw;
	}
	.point #point04 .txt_box .point_block .point_txt_box img {
		height: 2.8vw;
	}
	.point #point04 .txt_box .point_block .point_txt_box p + p {
		margin-top: 2.3vw;
	}
	.point #point05 .txt_box .point_block .point_txt_box .txt01 {
		font-size: 2.2vw;
		padding-top: 0.7vw;
	}
	.point #point05 .txt_box .point_block .point_txt_box .txt02 {
		font-size: 1.5vw;
		margin-top: 1.3vw;
	}




	/*--- ライフインフォメーション ---*/
	.lifeinfo .root_box .root_block {
		width: 49%;
	}
	.lifeinfo .list + .category {
		margin-top: 1.1vw;
	}
	.lifeinfo .category,
	.lifeinfo .list li {
		font-size: 1.23vw;
	}
	.lifeinfo .list_txt {
		font-size: 1vw;
		margin-top: 0.9vw;
	}
	.lifeinfo .pho_box .pho_block .cap {
		font-size: 1.3vw;
		margin-top: 0.3vw;
	}
	.lifeinfo .pho_box .pho_block:nth-child(n+5) {
		margin-top: 3.15vw;
	}

}








@media screen and (max-width: 768px) {    
	/*--- 共通 ---*/
	.cloth {
		background-size: 208vw auto;
	}
	.bouble {
		padding-bottom: 18vw;
		padding-top: 17vw;
	}
	p.catch {
		font-size: 3.6vw;
	}
	p.catch .big {
		font-size: 5.3vw;
		vertical-align: -0.8vw;
	}



	/*--- メインイメージ ---*/
	.mainimage_txt {
		text-align: center;
	}



	/*--- お問い合わせボタン ---*/
	.inq_box {
		padding-top: 8.4vw;
		padding-bottom: 9vw;
	}
	.inq_box .txt {
		margin-bottom: 5vw;
	}



	/*--- コンセプト ---*/
	.concept {
		padding-top: 16vw;
		margin-top: -16vw;
	}
	.pho_bg {
		background-repeat: no-repeat;
		background-size: 100vw auto;
		background-position: center 0vw
	}
	.concept .logo {
		margin-top: 4vw;
		margin-bottom: 6vw;
	}
	.concept .txt01 {
		font-size: 2.2vw;
		margin-top: 4.2vw;
	}
	.top_block_01 hr {
		margin: 13vw 0 10vw;
	}



	/*--- デザイン ---*/



	/*--- アクセス ---*/
	.access h3 {
		max-width: none;
		width: 64vw;
	}
	.access .spacer {
		max-width: none;
		width: 9.4vw;
		margin: 4vw auto;
	}
	.access .txt01 {
		font-size: 2.5vw;
		line-height: 5.5vw;
	}
	.access .txt01 .big {
		font-size: 3.5vw;
	}
	.access .pho_box {
		width: 100%;
		margin-top: 5.8vw;
	}
	.access .pho_box .pho_block .cap {
		font-size: 2vw;
		margin-top: 0.3vw;
	}
	.access hr.dot {
		margin: 6.5vw auto;
	}
	.access .txt02 {
		max-width: none;
		width: 60vw;
		margin-top: -2%;
	}
	.access .chart {
		margin-top: 7.5vw;
	}
	.access .chart_txt {
		font-size: 1.6vw;
		margin-top: -1.5em;
	}
	.access .chart_txt .title {
		font-size: 1.8vw;
	}


	/*--- ポイント ---*/
	.point .txt_box .sub_txt {
		font-size: 1.5vw;
		margin-top: 2.5vw;
	}

	.point .white_box_txt {
		font-size: 2vw;
		text-align: left;
		margin-top: 1.8vw;
	}
	.point #point05 .txt_box .point_block .point_txt_box .txt01 {
		font-size: 2.8vw;
		padding-top: 8px;
	}
	.point #point05 .txt_box .point_block .point_txt_box .txt02 {
		font-size: 2vw;
		margin-top: 1.8vw;
	}



	/*--- ライフインフォメーション ---*/
	.lifeinfo .root_box {
		margin-top: 6VW;
		display: block;
	}
	.lifeinfo .root_box .root_block {
		width: 100%;
	}
	.lifeinfo .list + .category,
	.lifeinfo .root_box .root_block + .root_block {
		margin-top: 2.5vw;
	}
	.lifeinfo .category,
	.lifeinfo .list li {
		font-size: 2.2vw;
	}
	.lifeinfo .list_txt {
		font-size: 1.8vw;
		margin-top: 3.5vw;
	}
	.lifeinfo .pho_box {
		margin-top: 6vw;
	}
	.lifeinfo .pho_box .pho_block {
		width: 31%;
	}
	.lifeinfo .pho_box .pho_block,
	.lifeinfo .pho_box .pho_block:nth-child(4n+1) {
		margin-left: 3.5%;
	}
	.lifeinfo .pho_box .pho_block:nth-child(3n+1) {
		margin-left: 0%;
	}
	.lifeinfo .pho_box .pho_block:nth-child(n+4),
	.lifeinfo .pho_box .pho_block:nth-child(n+5) {
		margin-top: 4.0vw;
	}
	.lifeinfo .pho_box .pho_block .cap {
		font-size: 2vw;
		margin-top: 0.8vw;
	}





	/** 2023619追加説明会のバナー **/
	#briefing_bnr {
		padding-top: 8.4vw;
	}






}


@media screen and (max-width: 420px) {
	/*--- 共通 ---*/
	.content {
		width: 94%;
	}
	.bouble {
		background-image: url("../images/bg_bouble_sp.png");
		background-size: contain;
		background-repeat: repeat-y;
		background-position: center top;
	}
	h2 {
		max-width: none;
		width: 46vw;
	}
	p.catch {
		font-size: 6.0vw;
	}
	p.catch .big {
		font-size: 8.3vw;
		vertical-align: -0.8vw;
	}
	h2 + p.catch {
		margin-top: 5.8vw;
	}
	.white_box {
		padding: 8.6vw 2.8vw;
		margin-top: 42px;
	}



	/*--- ヘッダー ---*/
	header {
		padding: 2.4vw 0;
	}
	header h1 {
		max-width: none;
		width: 50.7%;
	}



	/*--- メインイメージ ---*/
	.mainimage_txt {
		font-size: 2.6vw;
		margin-top: 1vw;
	}



	/*--- 行動提起 ---*/
	.head_block {
		padding-top: 10.9vw;
		padding-bottom: 10.3vw;
	}
	.head_block .txt01 {
		width: 98.7%;
	}



	/*--- ルート ---*/
	.root {
		padding-top: 7vw;
		padding-bottom: 7.6vw;
		text-align: center;
	}
	.root .content .txt_box {
		width: 95%;
		margin-left: auto;
		margin-right: auto;
	}
	.root .content p + p {
		margin-top: 4.3vw;
	}
	.root .content p img {
		height: 10.6vw;
		display: block;
	}



	/*--- お問い合わせボタン ---*/
	.inq_box {
		padding-top: 9.6vw;
		padding-bottom: 11.7vw;
	}
	.inq_box .txt {
		max-width: none;
		width: 90.4%;
		margin-bottom: 6.7vw;
	}
	.inq_box .btn_box p {
		width: 93.6%;
	}



	/*--- コンセプト ---*/
	.concept {
		padding-top: 0vw;
		margin-top: 0vw;
	}
	.pho_bg {
		background-image: url("../images/concept_bg_01_sp.png");
		background-size: contain;
		background-position: center top;
	}
	.concept .logo {
		max-width: none;
		width: 86%;
		margin-top: 6.4vw;
		margin-bottom: 6.4vw;
	}
	.concept .txt01 {
		font-size: 4vw;
		margin-top: 5.3vw;
	}
	.top_block_01 hr {
		margin: 10.4vw 0 8.4vw;
	}



	/*--- デザイン ---*/
	.design h2 {
		max-width: none;
		width: 59.1vw;
	}
	.design .img01 {
		width: 94%;
		margin-top: 9.7vw;
	}
	.design .img02 {
		margin-top: 9vw;
	}
	.design .img03 .img03-inner {
		width: 100%;
	}
	.design .img03 .img03-inner.left {
		margin-bottom: 40px;
	}
	.real_btn_box p {
		width: 93.6%;
		margin: 30px auto 0 auto;
	}
	

	/*--- アクセス ---*/
	.access h3 {
		max-width: none;
		width: 76.7%;

	}
	.access .spacer {
		width: 20vw;
		height: 5px;
		margin: 5.3vw auto;
	}
	.access .txt01 {
		font-size: 3.9vw;
		line-height: 7.5vw;
	}
	.access .txt01 .big {
		font-size: 5.3vw;
	}
	.access .pho_box {
		max-width: none;
		width: 68%;
		margin-top: 12vw;
		display: block;
	}
	.access .pho_box .pho_block {
		width: 100%;
	}
	.access .pho_box .pho_block + .pho_block {
		margin-top: 7.7vw;
	}
	.access .pho_box .pho_block .cap {
		font-size: 3.7vw;
		margin-top: 0.6vw;
	}
	.access hr.dot {
		margin: 13.3vw auto;
	}
	.access .chart {
		margin-top: 5.3vw;
	}
	.access .chart_txt {
		font-size: 3.2vw;
		margin-top: 0em;
	}
	.access .chart_txt .title {
		font-size: 3.6vw;
	}



	/*--- ポイント ---*/
	.point section + section {
		margin-top: 9vw;
	}
	.point h3 img {
		max-width: none;
		width: 60%;
	}
	.point .point_catch {
		font-size: 5.2vw;
		margin-top: 5.7vw;
	}
	.point hr {
		width: 22.5%;
		height: 5px;
		padding: 0;
		border: none;
		margin: 5.3vw auto 0px;
		background-color: #a58f5c;
	}
	.point .txt_box {
		border: none;
		padding: 0;
		margin-top: 35px;
	}
	.point .txt_box .point_block {
		display: block;
	}
	.point .txt_box .point_block .point_txt_box {
		width: 100%;
	}
	.point .txt_box .point_block .pho {
		width: 68%;
		margin-left: auto;
		margin-right: auto;
		margin-top: 7.3vw;
	}
	.point .txt_box .sub_txt {
		font-size: 3.2vw;
		margin-top: 5.6vw;
	}

	.point .white_box_txt {
		width: 94.6%;
		margin-left: auto;
		margin-right: auto;
		font-size: 3.2vw;
		text-align: justify;
		margin-top: 5.8vw;
	}

	.point #point01 .txt_box .point_block .point_txt_box {
		margin-top: -5vw;
	}
	.point #point01 .txt_box .point_block .point_txt_box img {
		height: 9.8vw;
	}
	.point #point01 .txt_box .point_block .point_txt_box p + p {
		margin-top: 3.7vw;
	}
	.point #point02 .txt_box .point_block .point_txt_box img {
		height: 6.6vw;
	}
	.point #point02 .txt_box .point_block .point_txt_box p:first-child {
		margin-top: -3vw;
	}
	.point #point02 .txt_box .point_block .point_txt_box p + p {
		margin-top: 4.5vw;
	}
	.point #point03 .txt_box .point_block .point_txt_box img {
		height: 6.8vw;
	}
	.point #point03 .txt_box .point_block .point_txt_box p:first-child {
		margin-top: -3vw;
	}
	.point #point03 .txt_box .point_block .point_txt_box p + p {
		margin-top: 4vw;
	}
	.point #point04 .txt_box .point_block .point_txt_box img {
		height: 5.5vw;
	}
	.point #point04 .txt_box .point_block .point_txt_box p:first-child {
		margin-top: -3vw;
	}
	.point #point04 .txt_box .point_block .point_txt_box p + p {
		margin-top: 3.7vw;
	}
	.point #point05 .txt_box .point_block .point_txt_box .txt01 {
		font-size: 4.3vw;
		padding-top: 0px;
		margin-top: -3vw;
	}
	.point #point05 .txt_box .point_block .point_txt_box .txt02 {
		font-size: 3.7vw;
		margin-top: 4vw;
	}



	/*--- ライフインフォメーション ---*/
	.lifeinfo h2 {
		max-width: none;
		width: 74vw;
	}
	.lifeinfo .root_box {
		margin-top: 2.2vw;
		display: block;
	}
	.lifeinfo .root_box .root_block {
		width: 100%;
	}
	.lifeinfo .list + .category,
	.lifeinfo .root_box .root_block + .root_block {
		margin-top: 2.0vw;
	}
	.lifeinfo .category,
	.lifeinfo .list li {
		font-size: 2.8vw;
	}
	.lifeinfo .list_txt {
		font-size: 2.8vw;
		margin-top: 3.5vw;
	}
	.lifeinfo .pho_box {
		margin-top: 6vw;
	}
	.lifeinfo .pho_box .pho_block {
		width: 48%;
	}
	.lifeinfo .pho_box .pho_block,
	.lifeinfo .pho_box .pho_block:nth-child(4n+1),
	.lifeinfo .pho_box .pho_block:nth-child(3n+1) {
		margin-left: 4%;
	}
	.lifeinfo .pho_box .pho_block:nth-child(2n+1) {
		margin-left: 0%;
	}
	.lifeinfo .pho_box .pho_block:nth-child(n+3),
	.lifeinfo .pho_box .pho_block:nth-child(n+4),
	.lifeinfo .pho_box .pho_block:nth-child(n+5) {
		margin-top: 5.8vw;
	}
	.lifeinfo .pho_box .pho_block .cap {
		font-size: 3.5vw;
		margin-top: 1vw;
	}



	/*--- フッター ---*/
	footer .footer_block {
		padding: 9.2vw 0;
	}
	footer .footer01 p {
		font-size: 3.5vw;
	}
	footer .footer02 .txt01 {
		font-size: 3.5vw;
	}
	footer .footer02 .logo {
		max-width: none;
		width: 89vw;
		margin-top: 4vw;
	}
	footer .footer02 .zip {
		font-size: 3.5vw;
		margin-top: 4.2vw;
	}
	footer .footer02 .tel {
		font-size: 3.5vw;
	}
	footer .footer03 .txt01 {
		font-size: 3.7vw;
	}
	footer .footer03 .tel {
		font-size: 12vw;
		margin-top: -1vw;
	}
	footer .footer03 .txt02 {
		font-size: 3.7vw;
		margin-top: 0.5vw;
	}
	footer .footer03 .link {
		margin-top: 8vw;
	}
	footer .footer03 .link li {
		font-size: 3.7vw;
	}
	footer .footer03 .link li + li {
		margin-left: 8vw;
	}




	
	/** 2023619追加説明会のバナー **/
	#briefing_bnr {
		padding-top: 11.7vw;
	}





}


@-ms-viewport{width:device-width;}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg{display:none !important;}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block{display:none !important;}
@media (max-width:420px){.hidden-xs{display:none !important;}}
@media (min-width:420px) and (max-width:770px){.hidden-sm{display:none !important;}}
@media (min-width:770px){.hidden-md{display:none !important;}}
