@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.png");
	background-size: contain;
	background-position: center top;
}
.bouble {
	background-size: 100% auto;
	background-repeat: repeat-y;
	background-position: center top;
	padding-bottom: 140px;
	padding-top: 130px;
}
.bouble_01{
	background-image: url("../images/bg_bouble_01_pc.png");
}
.bouble_02{
	background-image: url("../images/bg_bouble_02_pc.png");
}
.bouble_03{
	background-image: url("../images/bg_bouble_03_pc.png");
}
h2 {
	max-width: 300px;
	margin-left: auto;
	margin-right: auto;
}
p.catch {
	text-align: center;
	font-size: 38px;
	font-weight: bold;
	line-height: 1.68em;
	font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
p.catch.small {
	font-size: 34px;
}
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{
	position: absolute;
	width: 100%;
	height: 80px;
	top: 0;
	left: 0;
	z-index: 2000;
	background-color: #fff;
	box-shadow: 0px 2px 3px rgba(0,0,0,0.15);
}
header .header-wrap{
	height: 80px;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}
header .header-wrap a{
	max-width: 251px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}



/*--- メインイメージ ---*/
.mainimage {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	margin-top: 80px;
}
.mainimage .main_logo{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 22%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.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%;
	text-align: center;
}
.root .content p {
	display: inline-block;
	min-height: 1px;
}
.root .content p img {
	width: auto;
	height: 80px;
	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: 1200px auto;
	background-position: center top;
}
.concept{
	margin-bottom: 130px;
}
.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;
	margin-top: 32px;
}
.top_block_01 hr {
	width: 100%;
	height: 1px;
	padding: 0;
	margin: 100px 0 80px;
	border: none;
	background-color: #999;
}



/*--- デザイン ---*/
.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;
}


/*--- アクセス ---*/
.access h3 {
	background-image: url("../images/root_bg_small.png");
	background-position: left top;
    padding: 20px 0;
}
.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%;
	background-image: url("../images/root_bg_small.png");
	background-position: center;
    background-repeat: no-repeat;
    padding: 24px 0;
}
.point h3 img {
	display: block;
	width: auto;
    height: 50px;
	margin-left: auto;
	margin-right: auto;
}
.point .white_box{
	padding: 60px 40px;
}
.point .point_catch {
	text-align: center;
	font-weight: bold;
	font-size: 26px;
	margin-top: 30px;
	margin-bottom: 45px;
	letter-spacing: 0.05em;
	position: relative;
}
.point .point_catch:after{
	display: block;
    content: "";
    position: absolute;
    bottom: -10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 160px;
    height: 4px;
    background-color: #a68f5c;
    border-radius: 20px;
}
.point .txt_box {
	margin: 35px 4% 0 4%;
	border: 2px solid #a68f5c;
	padding: 40px 20px;
}
.point .pho_box {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 45px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.point .pho_box .pho_block {
	width: 31.9%;
}
.point .pho_box .pho_block .cap {
	font-size: 14px;
	margin-top: 2px;
	text-align: center;
}
.point .txt_box .point_txt_box{
	display: grid;
	justify-content: center;
}
.point .txt_box .point_txt_box p.img{
	margin: 0 0 20px 0;
}
.point .txt_box .point_txt_box p.img:last-child{
	margin: 0;
}
.point .txt_box .point_txt_box p.img img{
	width: auto;
}
.point .movie{
	text-align: center;
}
.point .movie p.mov{
	max-width: 430px;
    width: 84%;
    margin-left: auto;
    margin-right: auto;
	margin-top: 60px;
	margin-bottom: 30px;
}
.point .movie video{
	width: 96%;
	cursor: pointer;
}
.point .flex_box{
	display: flex;
	justify-content:space-between;
	align-items: center;
	flex-wrap: wrap;
	margin-top: -4%;
}
.point .flex_box p.image{
	width: 48%;
	margin-top: 4%;
}
.point .support .flex_box{
	margin-top: 4%;
}
.point .support .txt_box .image,
.point .support .txt_box .text{
	width: 48%;
}
.point .support .txt_box .text h4{
	font-size: 28px;
	margin-bottom: 30px;
	text-align: center;
	font-weight: bold;
}
.point .support .txt_box .text p{
	font-size: 17px;
    line-height: 1.8em;
}



/*--- ライフインフォメーション ---*/
.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_block .bnr-tx{
	margin: 30px 0 20px 0;
	text-align: center;
	font-size: 34px;
	font-weight: bold;
    line-height: 1.68em;
	color: red;
}
.footer_block .bnr{
	display: flex;
	justify-content: space-between;
}
.footer_block .bnr p{
	width: 32%;
}


/*--- フッター ---*/
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;
	line-height: 1.6;
}
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;
}


/*--- 固定フッター ---*/
.footer_float {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: #fff;
	border-top: solid 1px #000;
	z-index: 10;
	padding-top: 20px;
	padding-bottom: 20px;
	display: none;
}
.footer_float .ftr_box {
	display: flex;
	align-items: center;
	justify-content: center;
}
.footer_float .ftr_box .logo{
	width: 20%;
}
.footer_float .ftr_box .cont_text{
	font-weight: bold;
	font-size: 18px;
	margin: 0 1%;
}
.footer_float .ftr_box .tel{
	font-size: 32px;
	font-weight: bold;
	margin: 0 1% 0 0;
}
.footer_float .ftr_box .btn_box a{
	display: block;
	min-width: 120px;
	padding: 6px 10px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
	color: #fff;
	background-color: #FF6685;
}


@media screen and (max-width: 1105px) {
	/*--- 共通 ---*/
	p.catch {
		font-size: 3.4vw;
	}
	p.catch.small {
		font-size: 3.2vw;
	}
	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 .point_catch {
		font-size: 2.9vw;
		margin-top: 2.7vw;
	}
	.point .txt_box {
		padding: 3.6vw 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 .support .txt_box .text h4{
		font-size: 2.6vw;
	}



	/*--- ライフインフォメーション ---*/
	.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;
	}
	
	
	/*--- バナー ---*/
	.footer_block .bnr-tx{
		font-size: 3.2vw;
	}

}



@media screen and (max-width: 768px) {    
	/*--- 共通 ---*/
	.cloth {
		background-size: 208vw auto;
	}
	.bouble {
		padding-bottom: 5vw;
		padding-top: 5vw;
	}
	p.catch {
		font-size: 3.6vw;
	}
	p.catch.small {
		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 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 .pho_box {
		width: 100%;
		margin-top: 5.8vw;
	}
	.point .pho_box .pho_block .cap {
		font-size: 2vw;
		margin-top: 0.3vw;
	}



	/*--- ライフインフォメーション ---*/
	.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;
	}


	/** 固定フッター **/
	.footer_float_sp {
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
		background-color: #FF6685;
		z-index: 10;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.txt_contact {
		color: #fff;
		font-size: 16px;
		text-align: center;
		letter-spacing: 0.08em;
	}
}



@media screen and (max-width: 420px) {
	/*--- 共通 ---*/
	.content {
		width: 94%;
	}
	.bouble {
		background-size: contain;
		background-repeat: repeat-y;
		background-position: center top;
	}
	.bouble_01 {
		background-image: none;
	}
	.bouble_02 {
		background-image: none;
	}
	.bouble_03 {
		background-image: none;
	}
	h2 {
		max-width: none;
		width: 80%;
	}
	p.catch {
		font-size: 7vw;
	}
	p.catch .big {
		font-size: 8.3vw;
		vertical-align: -0.8vw;
	}
	p.catch.small {
		font-size: 7vw;
	}
	h2 + p.catch {
		margin-top: 5.8vw;
	}
	.white_box {
		margin-top: 20px;
		padding: 10px;
	}
	.point .white_box{
		padding: 10px;
	}


	/*--- ヘッダー ---*/
	header {
		height: 60px;
	}

	header .header-wrap {
		height: 60px;
	}

	header .header-wrap a {
		width: 50%;
	}



	/*--- メインイメージ ---*/
	.mainimage {
		margin-top: 60px;
	}
	.mainimage .main_logo{
		width: 50%;
	}
	.mainimage_txt {
		font-size: 2.6vw;
		margin-top: 1vw;
	}



	/*--- 行動提起 ---*/
	.head_block {
		padding-top: 5vw;
		padding-bottom: 5vw;
	}
	.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: 0;
	}
	.root .content p img {
		width: 100%;
		height: auto;
		display: block;
	}



	/*--- お問い合わせボタン ---*/
	.inq_box {
		padding-top: 5vw;
		padding-bottom: 5vw;
	}
	.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;
		margin-bottom: 40px;
	}
	.pho_bg {
		background-image: url("../images/concept_bg_01_sp.png");
		background-size: contain;
		background-position: center top 5%;
	}
	.concept .logo {
		max-width: none;
		width: 55%;
		margin-top: 6.4vw;
		margin-bottom: 6.4vw;
	}
	.concept .txt01 {
		font-size: 5vw;
		margin-top: 5.3vw;
	}
	.top_block_01 hr {
		margin: 10.4vw 0 8.4vw;
	}



	/*--- デザイン ---*/
	.design .img01 {
		width: 100%;
		margin-top: 10px;
	}
	.design .img02 {
		margin-top: 20px;
	}
	.design .img03 .img03-inner {
		width: 100%;
	}
	.design .img03 .img03-inner.left {
		margin-bottom: 40px;
	}


	/*--- アクセス ---*/
	.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 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: 5vw;
	}
	.point h3 img {
		height: 50px;
	}
	.point .point_catch {
		font-size: 6vw;
	}
	.point .support .point_catch{
		margin-bottom: 30px;
	}
	.point hr {
		width: 22.5%;
		height: 5px;
		padding: 0;
		border: none;
		margin: 5.3vw auto 0px;
		background-color: #a58f5c;
	}
	.point .txt_box {
		margin: 20px 0 0 0;
		padding: 10px;
	}
	.point .txt_box .point_block {
		display: block;
	}
	.point .txt_box .point_block .point_txt_box {
		padding: 0;
	}
	.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 .txt_box .point_txt_box p.img {
		margin: 0 0 10px 0;
	}
	.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 .pho_box {
		max-width: none;
		width: 100%;
		margin-top: 30px;
		display: block;
	}
	.point .pho_box .pho_block {
		width: 100%;
	}
	.point .pho_box .pho_block + .pho_block {
		margin-top: 7.7vw;
	}
	.point .pho_box .pho_block .cap {
		font-size: 5vw;
		margin-top: 0.6vw;
	}
	.point .movie p.mov {
		width: 100%;
		margin-top: 30px;
	}
	.point .movie video{
		width: 100%;
	}
	.point .flex_box {
		display: block;
		margin-top: -6%;
	}
	.point .flex_box p.image {
		width: 100%;
		margin-top: 6%;
	}
	.point .support .txt_box {
		display: block;
	}
	.point .support .txt_box .image,
	.point .support .txt_box .text {
		width: 100%;
	}
	.point .support .txt_box .text h4 {
		font-size: 6vw;
		margin-top: 20px;
		margin-bottom: 10px;
	}
	.point .support .txt_box .text p {
		font-size: 5vw;
	}
	
	

	/*--- ライフインフォメーション ---*/
	.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: 5vw;
		margin-top: 1vw;
	}
	
	
	/*--- バナー ---*/
	.footer_block .bnr-tx{
		font-size: 5.2vw;
	}
	
	
	/*--- フッター ---*/
	footer .footer_block {
		padding: 9.2vw 0;
	}
	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;}}
