@charset 'UTF-8';
/*************
/* 100%表示用
*************/
/* 基本設定 */
#page-main {
  width: 100%;
}
#page-main img {
  max-width: 100%;
  height: auto;
}
/* 背景色の上下padding */
.p_bk{
	padding: 5.375rem 0;
}
@media screen and (min-width: 768px){
	.p_bk{
		padding: 6.375rem 0;
	}
}
@media screen and (min-width: 992px){
	.p_bk{
		padding: 7.375rem 0;
	}
}
@media screen and (min-width: 1400px){
	.p_bk{
		padding: 9.375rem 0;
	}
}
/* 背景色の上下padding + footer上のmarginをなくす */
.pm_bk{
	padding: 5.375rem 0;
	margin-bottom: -5rem;
}
@media screen and (min-width: 768px){
	.pm_bk{
		padding: 6.375rem 0;
		margin-bottom: -7.5rem;
	}
}
@media screen and (min-width: 992px){
	.pm_bk{
		padding: 7.375rem 0;
		margin-bottom: -8.5rem;
	}
}
@media screen and (min-width: 1400px){
	.pm_bk{
		padding: 9.375rem 0;
		margin-bottom: -10.58rem;
	}
}

/* 見出し */
@media screen and (min-width: 1400px){
	#page-main .c-title1{
		margin-bottom: 1.8rem;
	}	
}
/* text */
.p_txt{
	margin-bottom: 0;
}
.p_en_tit{
	font-family: "Jost", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	font-size: 1.058rem;
	letter-spacing: 0.02em;
	margin-bottom: 1.317rem;
}
.p_bigtxt{
	font-size: 1.435rem;
	letter-spacing: 0.03em;
	line-height: 1.5;
	font-weight: 400;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hidragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	margin-bottom: 2rem;
}
.p_bigtxt30{
	font-size: 1.435rem;
	letter-spacing: 0.03em;
	line-height: 1.5;
	font-weight: 400;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hidragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	margin-bottom: 2.205rem;
}
.p_middtxt{
	font-size: 1.029rem;
	letter-spacing: 0.02em;
	line-height: 1.6;
	font-weight: 400;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hidragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	margin-bottom: 1.523rem;
}
.txt20{
	font-size: 1.076rem;
	letter-spacing: 0.02em;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hidragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	line-height: 1.6;
	margin-bottom: 1.529rem;
}
@media screen and (min-width: 768px){
	.p_en_tit{
		margin-bottom: 1.817rem;
	}
	.p_middtxt{
		font-size: 1.329rem;
		margin-bottom: 1.923rem;
	}
	.p_bigtxt{
		font-size: 1.735rem;
		margin-bottom: 3rem;
	}
	.p_bigtxt30{
		font-size: 1.535rem;
		margin-bottom: 2.705rem;
	}
	.txt20{
		font-size: 1.176rem;
		margin-bottom: 2.029rem;
	}
}
@media screen and (min-width: 992px){
	.p_bigtxt30{
		font-size: 1.635rem;
		margin-bottom: 3.205rem;
	}
}
@media screen and (min-width: 1400px){
	.p_en_tit{
		margin-bottom: 2.317rem;
	}
	.p_middtxt{
		font-size: 1.529rem;
		margin-bottom: 2.723rem;
	}
	.p_bigtxt{
		font-size: 2.235rem;
		margin-bottom: 4rem;
	}
	.p_bigtxt30{
		font-size: 1.764rem;
		margin-bottom: 4.205rem;
	}
	.txt20{
		margin-bottom: 2.529rem;
	}
}


/**************************
/* モデルハウス
**************************/
.model_all{
	width: 86%;
	max-width: 1540px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0;
}
.model_all li{
	list-style: none;
}
.model_all li:first-child{
	margin-bottom: 2rem;
}
.model_all li a{
	display: block;
	position: relative;
}
.model_img.zoom{
	position: relative;
	border-radius: 0.588rem;
	overflow: hidden;
}
.model_img::after{
	position: absolute;
	content: "";
	background-color: rgba(0,0,0,0.15);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.model_txtArea{
	width: 55%;
	position: absolute;
	content: "";
	top: calc(50% + 1.73rem);
	left: 50%;
	transform: translate(-50%,-50%);
	text-align: center;
}
.model_txtArea .arrow{
	width: 40px;
	height: 40px;
	display: inline-block;
	position: relative;
	border-radius: 50%;
	border: 1px solid #fff;
	margin-top: 1.73rem;
}
.model_txtArea .arrow::after{
	position: absolute;
	content: "";
	width: 13px;
	height: 11px;
	background-image: url("../images/arrow_w.svg");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
@media screen and (min-width: 768px){
	.model_all{
		display: flex;
		justify-content: space-between;
	}
	.model_all li{
		width: calc((100% - 2.5rem)/2);
	}
	.model_all li:first-child{
		margin-bottom: 0;
	}
}
@media screen and (min-width: 992px){
	.model_txtArea{
		top: calc(50% + 2.23rem);
	}
	.model_txtArea .arrow{
		width: 50px;
		height: 50px;
		margin-top: 2.23rem;
	}
	.model_txtArea .arrow::after{
		width: 16px;
	}
}
@media screen and (min-width: 1200px){
	.model_all li{
		width: calc((100% - 3.529rem)/2);
	}
	.model_txtArea{
		width: 41.89%;
		max-width: 310px;
	}
}
@media screen and (min-width: 1400px){
	.model_txtArea{
		top: calc(50% + 3.23rem);
	}
	.model_txtArea .arrow{
		width: 60px;
		height: 60px;
		margin-top: 3.23rem;
	}
}


/**************************
/* モデルハウス　詳細
**************************/
.model_main{
	position: relative;
	padding: 4.91rem 0;
	margin-bottom: 4.91rem;
}
.model_main::before{
	position: absolute;
	content: "";
	background-color: #fff;
	border-radius: 0 0 0.588rem 0.588rem;
	width: 94.44%;
	height: 100%;
	display: block;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}
.model_main_flex{
	position: relative;
}
.model_main_txtArea{
	width: 86%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 4rem;
}
.model_main_txtArea .vm{
	margin-top: 2.88rem;
}
.model_main_img{
	width: 93%;
	margin-left: auto;
	border-radius: 0.588rem 0 0 0.588rem;
	overflow: hidden;
}
@media screen and (min-width: 768px){
	.model_main{
		padding: 6.91rem 0;
		margin-bottom: 6.91rem;
	}
	.model_main_flex{
		display: flex;
		width: 93%;
		margin-left: auto;
		align-items: flex-start;
		justify-content: space-between;
	}
	.model_main_txtArea{
		width: 42.419%;
		margin: 0;
	}
	.model_main_txtArea .vm{
		margin-top: 3.88rem;
	}
	.model_main_img{
		width: 50.9%;
		margin-left: unset;
	}
}
@media screen and (min-width: 992px){
	.model_main{
		padding: 8.41rem 0;
		margin-bottom: 8.41rem;
	}
	.model_main_txtArea{
		width: 37.419%;
	}
	.model_main_img{
		width: 52.9%;
	}
}
@media screen and (min-width: 1400px){
	.model_main{
		padding: 9.41rem 0;
		margin-bottom: 9.41rem;
	}
	.model_main_txtArea .vm{
		margin-top: 4.88rem;
	}
}
@media screen and (min-width: 1600px){
	.model_main_flex{
		align-items: center;
	}
}
@media screen and (min-width: 1920px){
	.model_main_flex{
		width: 84.11%;
	}
}
.model_br{
	display: none;
}
@media screen and (min-width: 768px) and (max-width: 1676px){
	.model_br{
		display: block;
	}
}
/* モデルハウスの見どころ */
.midokoro_block{
	margin-top: 2.22rem;
	margin-bottom: 4.91rem;;
}
.midokoro_block li{
	list-style: none;
	margin-top: 3rem;
}
.midokoro_block li:first-child{
	margin-top: 0;
}
.midokoro_img{
	border-radius: 0.588rem;
	overflow: hidden;
	margin-bottom: 1.73rem;
}
.midokoro_txtArea .p_middtxt{
	margin-bottom: 1.117rem;
}
@media screen and (min-width: 768px){
	.midokoro_block{
		display: flex;
		flex-wrap: wrap;
		margin-top: 3.33rem;
		margin-bottom: 6.41rem;
	}
	.midokoro_block li{
		width: calc((100% - 2rem)/3);
		margin-right: 1rem;
	}
	.midokoro_block li:nth-child(3n){
		margin-right: 0;
	}
	.midokoro_block li:nth-child(2),
	.midokoro_block li:nth-child(3){
		margin-top: 0;
	}
}
@media screen and (min-width: 992px){
	.midokoro_block{
		margin-top: 3.94rem;
		margin-bottom: 8.41rem;
	}
	.midokoro_block li{
		width: calc((100% - 4rem)/3);
		margin-right: 2rem;
	}
}
@media screen and (min-width: 1400px){
	.midokoro_block{
		margin-top: 4.44rem;
		margin-bottom: 9.41rem;
	}
	.midokoro_img{
		margin-bottom: 1.73rem;
	}
}
@media screen and (min-width: 1600px){
	.midokoro_block li{
		width: calc((100% - 5.17rem)/3);
		margin-right: 2.58rem;
	}
}
@media screen and (max-width: 575px){
	.midokoro_txtArea .p_middtxt{
		font-size: 1.229rem;
	}
}
/* 設計士インタビュー */
.model_interview{
	margin-bottom: 4.91rem;
}
.model_interview .p_en_tit{
	margin-bottom: 1rem;
}
.model_interview_block{
	margin-bottom: 0;
}
.model_interview_block li{
	list-style: none;
	background-color: #fff;
	border-radius: 0.588rem;
	padding: 2.029rem 0;
}
.model_interview_block li:first-child{
	margin-bottom: 1.532rem;
}
.model_interview_flex{
	width: 87%;
	max-width: 1130px;
	margin-right: auto;
	margin-left: auto;
}
.model_interview_img{
	border-radius: 0.588rem;
	overflow: hidden;
	margin-bottom: 1.5rem;
}
.model_interview_tit{
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hidragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 1.194rem;
	font-weight: 400;
	line-height: 1.6;
	margin-bottom: 1rem;
}
@media screen and (min-width: 768px){
	.model_interview{
		margin-bottom: 6.41rem;
	}
	.model_interview .p_en_tit{
		margin-bottom: 1.2rem;
	}
	.model_interview_block li{
		padding: 2.529rem 0;
	}
	.model_interview_block li:first-child{
		margin-bottom: 1.832rem;
	}
	.model_interview_flex{
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
	}
	.model_interview_img{
		margin-bottom: 0;
		width: 39.82%;
	}
	.model_interview_txtArea{
		width: 53.7%;
	}
	.model_interview_tit{
		margin-bottom: 1.247rem;
	}
}
@media screen and (min-width: 992px){
	.model_interview{
		margin-bottom: 8.41rem;
	}
	.model_interview_block li{
		padding: 3.029rem 0;
	}
	.model_interview_block li:first-child{
		margin-bottom: 2.132rem;
	}
	.model_interview_flex{
		align-items: center;
	}
	.model_interview_img{
		margin-bottom: 0;
		width: 37.82%;
	}
	.model_interview_txtArea{
		width: 55.09%;
	}
	.model_interview_tit{
		margin-bottom: 1.547rem;
	}
}
@media screen and (min-width: 1200px){
	.model_interview_tit{
		font-size: 1.294rem;
	}
}	
@media screen and (min-width: 1400px){
	.model_interview{
		margin-bottom: 9.41rem;
	}
	.model_interview_block li{
		padding: 3.529rem 0;
	}
	.model_interview_block li:first-child{
		margin-bottom: 2.352rem;
	}
	.model_interview_tit{
		margin-bottom: 1.747rem;
	}
}
/* gazou */
.model_para{
	margin-bottom: 4.91rem;
}
@media screen and (min-width: 768px){
	.model_para{
		margin-bottom: 6.41rem;
	}
}
@media screen and (min-width: 992px){
	.model_para{
		margin-bottom: 8.41rem;
	}
}
@media screen and (min-width: 1400px){
	.model_para{
		margin-bottom: 9.41rem;
	}
}
/* information */
.model_info{
	padding-bottom: 4.91rem;
}
.model_info_img{
	border-radius: 0.588rem;
	overflow: hidden;
	margin-bottom: 3rem;
}
.model_info_tit{
	font-size: 1.435rem;
	line-height: 1.5;
	letter-spacing: 0.03em;
	font-weight: 400;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	margin-bottom: 1.417rem;
}
.model_detail{
	font-size: 0.88rem;
	line-height: 2.3;
	margin-top: 2.235rem;
	margin-bottom: 3.105rem;
}
@media screen and (min-width: 768px){
	.model_info{
		padding-bottom: 6.41rem;
	}
	.model_info_flex{
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
	}
	.model_info_img{
		width: 40.07%;
		margin-bottom: 0;
	}
	.model_info_txtArea{
		width: 50.61%;
		align-self: center;
	}
	.model_info_txtArea .p_txt{
		width: 100%;
		max-width: 541px;
	}
	.model_info_tit{
		font-size: 1.735rem;
		margin-bottom: 1.617rem;
	}
}
@media screen and (min-width: 992px){
	.model_info{
		padding-bottom: 8.41rem;
	}
	.model_info_img{
		width: 43.07%;
	}
	.model_info_txtArea{
		width: 44.61%;
	}
	.model_info_tit{
		font-size: 2.035rem;
		margin-bottom: 1.717rem;
	}
}
@media screen and (min-width: 1400px){
	.model_info{
		padding-bottom: 9.41rem;
	}
	.model_info_tit{
		font-size: 2.235rem;
		margin-bottom: 1.917rem;
	}
	.model_detail{
		margin-bottom: 4.105rem;
	}
}
/* メリット */
.model_merit{
	padding: 4.91rem 0;
	margin-bottom: 4.91rem;
}
.model_merit .midokoro_block{
	margin-bottom: 0;
}
@media screen and (min-width: 768px){
	.model_merit{
		padding: 6.41rem 0;
		margin-bottom: 6.41rem;
	}
}
@media screen and (min-width: 992px){
	.model_merit{
		padding: 8.41rem 0;
		margin-bottom: 8.41rem;
	}
}
@media screen and (min-width: 1400px){
	.model_merit{
		padding: 9.41rem 0;
		margin-bottom: 9.41rem;
	}
}
/* 来場のメリット */
.model_visiting{
	padding: 0 0 4.91rem;
}
.model_visiting_box{
	background-color: #fff;
	border-radius: 0.588rem;
	margin-top: 2.382rem;
}
.model_visiting_block{
	margin-bottom: 0;
}
.model_visiting_block li{
	list-style: none;
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	padding: 2rem 0;
}
.model_visiting_block li:first-child,
.model_visiting_block li:nth-child(2){
	border-bottom: 1px solid rgba(169,169,169,0.25);
}
.model_visiting_icon{
	width: 32.13%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 1.194rem;
}
.model_visiting_tit{
	text-align: center;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	letter-spacing: 0.02em;
	line-height: 1.8;
	font-size: 1.294rem;
	margin-bottom: 0.735rem;
}
.model_visiting_block li .p_txt{
	text-align: justify;
}
@media screen and (min-width: 768px){
	.model_visiting{
		padding: 0 0 6.41rem;
	}
	.model_visiting_box{
		margin-top: 3.382rem;
	}
	.model_visiting_block{
		display: flex;
	}
	.model_visiting_block li{
		width: calc(100% / 3);
		margin-right: 0;
		margin-left: 0;
		padding: 1.176rem 1.441rem 1.441rem;
	}
	.model_visiting_block li:first-child,
	.model_visiting_block li:nth-child(2){	
		margin-bottom: 0;
		border-bottom: none;
		border-right: 1px solid rgba(169,169,169,0.25);
	}
}
@media screen and (min-width: 992px){
	.model_visiting{
		padding: 0 0 8.41rem;
	}
	.model_visiting_box{
		padding: 2.941rem 0;
		margin-top: 3.882rem;
	}
	.model_visiting_block li{
		padding: 1.176rem 2.941rem 2.941rem;
	}
	.model_visiting_icon{
		margin-bottom: 1.694rem;
	}
	.model_visiting_tit{
		margin-bottom: 1.235rem;
	}
}
@media screen and (min-width: 1400px){
	.model_visiting_box{
		margin-top: 4.382rem;
	}
	.model_visiting{
		padding: 0 0 9.41rem;
	}
}
/* slider */
.model_slider{
	margin-bottom: 4.91rem;
}
@media screen and (min-width: 768px){
	.model_slider{
		margin-bottom: 6.41rem;
	}
}
@media screen and (min-width: 992px){
	.model_slider{
		margin-bottom: 8.41rem;
	}
}
@media screen and (min-width: 1400px){
	.model_slider{
		margin-bottom: 9.41rem;
	}
}
/* アクセスマップ */
.model_accessmap{
	padding-bottom: 4.91rem;
}
.model_accessmap .youtube{
	margin-top: 2.364rem;
}
@media screen and (min-width: 768px){
	.model_accessmap{
		padding-bottom: 6.41rem;
	}
	.model_accessmap .youtube{
		padding-top: 45%;
		margin-top: 3.364rem;
	}
}
@media screen and (min-width: 992px){
	.model_accessmap{
		padding-bottom: 8.41rem;
	}
	.model_accessmap .youtube{
		padding-top: 0;
		margin-top: 3.864rem;
		width: 100%;
		height: 100%;
		aspect-ratio: 45 / 17;
	}
}
@media screen and (min-width: 1400px){
	.model_accessmap{
		padding-bottom: 9.41rem;
	}
	.model_accessmap .youtube{
		margin-top: 4.364rem;
	}
}
/* button */
.model_btn{
	width: 86%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 4.91rem;
}
.model_btn .vm:first-child{
	margin-bottom: 1rem;
}
@media screen and (min-width: 768px){
	.model_btn{
		display: flex;
		justify-content: center;
		margin-bottom: 6.41rem;
	}
	.model_btn .vm:first-child{
		margin-right: 1.5rem;
		margin-bottom: 0;
	}
}
@media screen and (min-width: 992px){
	.model_btn{
		margin-bottom: 8.41rem;
	}
	.model_btn .vm:first-child{
		margin-right: 2rem;
	}
}
@media screen and (min-width: 1400px){
	.model_btn{
		margin-bottom: 9.41rem;
	}
}
/* ご来場予約フォーム */
.model_contact{
	width: 86%;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 5.375rem;
	margin-bottom: -5rem;
}
.contact_txtArea{
	margin-bottom: 2.205rem;
}
.contact_txtArea .p_en_tit{
	margin-bottom: 1.229rem;
}
.form_txt{
	margin-bottom: 0.57rem;
}
.form_txt2{
	margin-bottom: 0;
}
.form_txt2 span{
	font-weight: bold;
	color: #c40000;
	letter-spacing: 0.1em;
}
@media screen and (min-width: 768px){
	.model_contact{
		padding-bottom: 6.375rem;
		margin-bottom: -7.5rem;
	}
	.contact_txtArea{
		margin-bottom: 3.205rem;
	}
	.form_txt, .form_txt2{
		text-align: center;
	}
}
@media screen and (min-width: 992px){
	.model_contact{
		width: 75%;
		max-width: 1000px;
		padding-bottom: 7.375rem;
		margin-bottom: -8.5rem;
	}
	.contact_txtArea{
		margin-bottom: 3.705rem;
	}
}
@media screen and (min-width: 1400px){
	.model_contact{
		padding-bottom: 9.375rem;
		margin-bottom: -10.58rem;
	}
	.contact_txtArea{
		margin-bottom: 4.205rem;
	}
	.contact_txtArea .p_en_tit{
		margin-bottom: 1.729rem;
	}
}


/**************************
/* 性能について
**************************/
.spec_comparison{
	background-color: #fff;
	padding: 1rem;
	margin-top: 2.5rem;
}
.spec_main_small{
	margin-bottom: 0;
	margin-top: 1rem;
	font-size: 0.88rem;
}
@media screen and (min-width: 768px){
	.spec_comparison{
		padding: 1.7rem;
		margin-top: 3.5rem;
	}
}
@media screen and (min-width: 992px){
	.spec_comparison{
		padding: 2rem;
		margin-top: 4rem;
	}
}
@media screen and (min-width: 1400px){
	.spec_comparison{
		padding: 2.7rem;
		margin-top: 4.5rem;
	}
}
@media screen and (max-width: 479px){
	.spec_main .c-title1{
		font-feature-settings: "palt";
		letter-spacing: 0.1em;
	}
}
/* エーベンハウスが可能な性能と品質水準 */
.spec_anchor{
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 4.76rem;
}
.spec_anchor li{
	position: relative;
	list-style: none;
	width: 50%;
}
.spec_anchor li:nth-child(1)::before,
.spec_anchor li:nth-child(2)::before{
	position: absolute;
	content: "";
	background-color: rgba(255,255,255,0.25);
	width: 100%;
	height: 1px;
	bottom: 0;
	left: 0;
}
.spec_anchor li:nth-child(2n)::after{
	position: absolute;
	content: "";
	background-color: rgba(255,255,255,0.25);
	width: 1px;
	height: 100%;
	top: 0;
	left: 0;
}
.spec_anchor li a{
	background-color: #32362b;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 2rem 0 1.5rem;
	transition: .3s;
}
.spec_anchor li a:hover{
	text-decoration: none;
	background-color: rgba(50,54,43,0.9);
}
.spec_anchor_inner{
	display: flex;
	flex-direction: column;
	align-items: center;
}
.spec_anchor_bk{
	display: inline-block;
	background-color: #fff;
	color: #32362b;
	border-radius: 20px;
	padding: 1px 20px;
	font-size: 0.8rem;
	letter-spacing: 0.03em;
	margin-bottom: 0.8rem;
}
.spec_anchor_tit{
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hidragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	line-height: 1.6;
	font-size: 1.129rem;
	letter-spacing: 0.03em;
	color: #fff;
	text-align: center;
	margin-bottom: 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	min-height: 55px;
}
.spec_anchor .arrow{
	width: 40px;
	height: 40px;
	display: inline-block;
	border-radius: 50%;
	border: 1px solid #fff;
	position: relative;
	margin-top: 0.8rem;
}
.spec_anchor .arrow::after{
	position: absolute;
	content: "";
	width: 14px;
	height: 11px;
	background-image: url("../images/arrow_w.svg");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%) rotate(90deg);
}
@media screen and (min-width: 768px){
	.spec_anchor{
		margin-bottom: 7.76rem;
	}
	.spec_anchor li{
		width: 25%;
	}
	.spec_anchor li:not(:first-child)::after{
		position: absolute;
		content: "";
		background-color: rgba(255,255,255,0.25);
		width: 1px;
		height: 100%;
		top: 0;
		left: 0;
	}
	.spec_anchor li:nth-child(1)::before,
	.spec_anchor li:nth-child(2)::before{
		content: none;
	}
}
@media screen and (min-width: 992px){
	.spec_anchor{
		margin-bottom: 9rem;
	}
	.spec_anchor li a{
		padding: 2.35rem 2.23rem 1.88rem;
	}
	.spec_anchor_inner{
		width: 100%;
		max-width: 220px;
		height: 100%;
		aspect-ratio: 22 / 23;
		justify-content: space-between;
	}
	.spec_anchor_bk{
		font-size: 0.88rem;
		margin-bottom: 0;
		padding: 2px 25px;
	}
	.spec_anchor_tit{
		font-size: 1.329rem;
	}
	.spec_anchor .arrow{
		width: 50px;
		height: 50px;
		margin-top: 0;
	}
	.spec_anchor .arrow::after{
		width: 16px;
	}
}
@media screen and (min-width: 1400px){
	.spec_anchor{
		margin-bottom: 11.76rem;
	}
	.spec_anchor_tit{
		font-size: 1.529rem;
	}
	.spec_anchor_bk{
		font-size: 0.94rem;
		padding: 4px 30px;
	}
}
.spec_con{
	margin-bottom: 0;
}
.spec_con li{
	list-style: none;
	margin-bottom: 4.5rem;
}
.spec_con li:last-child{
	margin-bottom: 0;
}
.spec_con_img{
	border-radius: 0.588rem;
	overflow: hidden;
	margin-bottom: 1.5rem;
}
.spec_con .p_bigtxt{
	margin-bottom: 0.7rem;
}
.more{
	width: 100%;
	max-width: 360px;
	height: 60px;
	border-radius: 50px;
	color: #f5f9ed;
	background-color: #282d27;
	border: 1px solid rgba(40,45,39,0.75);
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	transition: .3s;
	margin-top: 2.3rem;
}
.more:hover{
	text-decoration: none;
	color: #282d27;
	background-color: #f5f9ed;
}
.more .plus{
	position: absolute;
	top: 50%;
	right: 11.11%;
	transform: translateY(-50%);
	width: 13px;
	height: 13px;
}
.more .plus::before{
	position: absolute;
	content: "";
	width: 100%;
	height: 1px;
	top: 50%;
	left: 0;
	background-color: rgba(245,249,237,0.75);
	transform: translateY(-50%);
}
.more .plus::after{
	position: absolute;
	content: "";
	width: 1px;
	height: 100%;
	top: 50%;
	left: calc(50% - 1px);
	background-color: rgba(245,249,237,0.75);
	transform: translate(-50%,-50%);	
}
.more:hover .plus::before,
.more:hover .plus::after{
	background-color: rgba(40,45,39,0.75);
}
@media screen and (min-width: 768px){
	.spec_con li{
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
		margin-bottom: 6.5rem;
	}
	.spec_con li:nth-child(odd){
		flex-direction: row-reverse;
	}
	.spec_con_img{
		width: 50%;
	}
	.spec_con_txtArea{
		width: 45%;
	}
	.spec_con .p_bigtxt{
		margin-bottom: 1.564rem;
	}
	.more{
		margin-top: 2.8rem;
	}
}
@media screen and (min-width: 992px){
	.spec_con_img{
		width: 47.69%;
	}
	.spec_con_txtArea{
		width: 42%;
		max-width: 540px;
	}
	.spec_con .p_bigtxt{
		margin-bottom: 2rem;
	}
	.more{
		margin-top: 3.6rem;
	}
}
@media screen and (min-width: 1400px){
	.spec_con li{
		margin-bottom: 7.058rem;
	}
	.spec_con .p_bigtxt{
		margin-bottom: 2.564rem;
	}
	.more{
		margin-top: 4.6rem;
	}
}
/* modal */
.st_modal{
    display: none;
    height: 100vh;
    position: fixed;
	bottom: 0;
	right: 0;
	left: 0;
    top: 0;
    width: 100%;
	z-index: 999999;
}
.modal__bg{
    background: rgba(0,0,0,0.7);
    height: 100vh;
    position: absolute;
    width: 100%;
}
.modal__content{
    background: #fff;
    left: 50%;
    padding: 2.5rem 0;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 86%;
	max-width: 1300px;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	max-height: 80%;
	border-radius: 0.588rem;
}
.modal__content a{
	display: block;
	position: absolute;
	text-decoration: none;
	width: 15px;
	height: 15px;
	top: 20px;
	right: 20px;
}
.modal__content_inner{
	width: 84%;
	max-width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
.modal__content_inner .p_bigtxt{
	margin-bottom: 0.7647rem;
}
@media screen and (min-width: 768px){
	.modal__content{
		padding: 4rem 0;
	}
	.modal__content a{
		width: 20px;
		height: 20px;
		top: 30px;
		right: 30px;
	}
}
@media screen and (min-width: 992px){
	.modal__content{
		padding: 5rem 0;
	}
	.modal__content a{
		width: 25px;
		height: 25px;
		top: 40px;
		right: 40px;
	}
}
@media screen and (min-width: 1200px){
	.modal__content a{
		width: 30px;
		height: 30px;
		top: 50px;
		right: 50px;
	}
}
@media screen and (min-width: 1400px){
	.modal__content{
		padding: 5.8rem 0;
	}
	.modal__content a{
		width: 40px;
		height: 40px;
		top: 60px;
		right: 60px;
	}
}	
/* spec1 modal */
.dannetsu .table{
	margin-bottom: 0;
}
.dannetsu .table-bordered th, .dannetsu .table-bordered td{
	font-weight: 500;
	font-size: 0.94rem;
	line-height: 1.6;
	text-align: center;
	vertical-align: middle;
	border: none;
	position: relative;
}
.dannetsu .table-bordered th{
	background-color: #282d27;
	color: #fff;
}
.dannetsu .table-bordered tr:first-child th:first-child{
	width: 30%;
}
.dannetsu .table-bordered tr:first-child th:nth-child(2){
	width: 70%;
}
.dannetsu .table-bordered tr:first-child th:first-child::after{
	position: absolute;
	content: "";
	background-color: rgba(255,255,255,0.25);
	width: 1px;
	height: 100%;
	right: 0;
	top: 0;	
}
.dannetsu .table-bordered td::after{
	position: absolute;
	content: "";
	background-color: rgba(185,185,185,0.25);
	width: 100%;
	height: 1px;
	left: 0;
	bottom: 0;
}
.dannetsu .table-bordered tr td:first-child::before{
	position: absolute;
	content: "";
	background-color: rgba(185,185,185,0.25);
	width: 1px;
	height: 100%;
	right: 0;
	top: 0;	
}
.dannetsu .bk{
	background-color: #f6faee;
}
.logo_flex{
	display: flex;
	justify-content: center;
}
.logo_flex div{
	width: calc((100% - 10px)/2);
}
.logo_flex div:first-child{
	margin-right: 10px;
}
@media screen and (min-width: 768px){
	.dannetsu .table-bordered th, .dannetsu .table-bordered td{
		padding: 1rem;
	}
	.logo_flex{
		width: 70%;
		margin: 0 auto;
	}
	.logo_flex div{
		width: calc((100% - 2rem)/2);
		max-width: 150px;
	}
	.logo_flex div:first-child{
		margin-right: 2rem;
	}
}
@media screen and (min-width: 992px){
	.logo_flex div:first-child{
		margin-right: 3rem;
	}
}
/* spec3 modal */
.taishin_img{
	position: relative;
}
.taishin_img::after{
	position: absolute;
	content: "";
	background-image: url("../images/page/spec_taishin_level.svg");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	width: 40px;
	height: 40px;
	right: -1.2rem;
	bottom: 1.5rem;
	display: block;
}
@media screen and (min-width: 576px){
	.taishin_img::after{
		width: 55px;
		height: 55px;
		bottom: 2rem;
	}
}
@media screen and (min-width: 768px){
	.taishin_img::after{
		width: 70px;
		height: 70px;
		bottom: 3.3rem;
	}
}
@media screen and (min-width: 992px){
	.taishin_img::after{
		width: 90px;
		height: 90px;
		right: -1.5rem;
		bottom: 4.7rem;
	}
}
@media screen and (min-width: 1200px){
	.taishin_img::after{
		width: 110px;
		height: 110px;
		right: -2rem;
		bottom: 4rem;
	}
}
@media screen and (min-width: 1400px){
	.taishin_img::after{
		width: 135px;
		height: 135px;
		right: -3rem;
		bottom: 4.5rem;
	}
}
/* spec4 modal */
.spec_sozai_box{
	background-color: #f5f9ed;
	border-radius: 0.588rem;
	padding: 1.941rem 0 2.529rem;
}
.spec_sozai_box .tit{
	margin-bottom: 1.32rem;
}
.spec_sozai{
	width: 86%;
	max-width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0;
}
.spec_sozai li{
	list-style: none;
	background-color: #5a9333;
	color: #fff;
	border-radius: 5px;
	padding: 0.6rem 1rem;
	margin-bottom: 10px;
}
.spec_sozai li:last-child{
	margin-bottom: 0;
}
.spec_sozai_flex{
	display: flex;
}
.spec_sozai_flex .no{
	font-size: 1.329rem;
	letter-spacing: 0.02em;
	line-height: 1;
	width: 18px;
	margin-right: 3px;
}
.spec_sozai_flex .txt{
	font-size: 0.94rem;
	line-height: 1.5;
}
@media screen and (min-width: 768px){
	.spec_sozai_box{
		padding: 2.441rem 0 3.029rem;
	}
	.spec_sozai_box .tit{
		margin-bottom: 1.82rem;
	}
	.spec_sozai{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.spec_sozai li{
		width: calc((100% - 10px)/2);
		display: flex;
		align-items: center;
	}
	.spec_sozai li:nth-last-child(2){
		margin-bottom: 0;
	}
}
@media screen and (min-width: 992px){
	.spec_sozai li{
		width: calc((100% - 1.17rem)/2);
		border-radius: 30px;
		padding: 0.43rem 1.3rem;
		margin-bottom: 1.5rem;
	}
	.spec_sozai_flex .no{
		font-size: 1.529rem;
		margin-right: 5px;
	}
	.spec_sozai_flex .txt{
		font-size: 1rem;
		padding-top: 2px;
	}
}
@media screen and (min-width: 1200px){
	.spec_sozai li{
		margin-bottom: 1.76rem;
	}
}
@media screen and (min-width: 1400px){
	.spec_sozai_box{
		padding: 2.941rem 0 3.529rem;
	}
	.spec_sozai_box .tit{
		margin-bottom: 2.32rem;
	}
	.spec_sozai li{
		padding: 0.43rem 1.47rem;
	}
}
/* 全棟標準仕様 */
.specification{
	margin-bottom: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.specification li{
	list-style: none;
	width: calc((100% - 1rem)/2);
	margin-right: 1rem;
	margin-bottom: 1.5rem;
}
.specification li:last-child{
	margin-bottom: 0;
}
.specification li:nth-child(2n){
	margin-right: 0;
}
.spec_img{
	border-radius: 0.588rem;
	overflow: hidden;
	margin-bottom: 0.8rem;
}
.specifi_txt{
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hidragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	letter-spacing: 0.02em;
	line-height: 1.5;
	font-size: 1rem;
	margin-bottom: 0;
}
@media screen and (min-width: 768px){
	.specification li{
		width: calc((100% - 3rem)/3);
		margin-right: 1.5rem;
		margin-bottom: 2rem;
	}
	.specification li:nth-child(2n){
		margin-right: 1.5rem;
	}
	.specification li:nth-child(3n){
		margin-right: 0;
	}
	.specification li:nth-last-child(2){
		margin-bottom: 0;
	}
	.spec_img{
		margin-bottom: 1rem;
	}
}
@media screen and (min-width: 992px){
	.specification li{
		width: calc((100% - 4.117rem)/3);
		margin-right: 2.05rem;
		margin-bottom: 2.5rem;
	}
	.specification li:nth-child(2n){
		margin-right: 2.05rem;
	}
	.specification li:nth-child(3n){
		margin-right: 0;
	}
	.spec_img{
		margin-bottom: 1.5rem;
	}
	.specifi_txt{
		font-size: 1.176rem;
		text-align: center;
	}
}
@media screen and (min-width: 1400px){
	.specification li{
		margin-bottom: 3.129rem;
	}
	.spec_img{
		margin-bottom: 2.05rem;
	}
	.specifi_txt{
		font-size: 1.176rem;
		text-align: center;
	}
}


/**************************
/* 木づきの家　共通
**************************/
.kizuki_flex{
	margin-bottom: 5.411rem;
}
.kizuki_img{
	width: 93%;
	margin-right: auto;
	border-radius: 0 0.588rem 0.588rem 0;
	overflow: hidden;
	margin-bottom: 3rem;
}
.kizuki_txtArea{
	width: 86%;
	margin-right: auto;
	margin-left: auto;
}
.kizuki_txtArea .p_bigtxt{
	margin-bottom: 1.811rem;
}
@media screen and (min-width: 768px){
	.kizuki_flex{
		width: 93%;
		margin-right: auto;
		display: flex;
		align-items: flex-start;
		margin-bottom: 6.411rem;
	}
	.kizuki_img{
		width: 48.98%;
		margin-bottom: 0;
	}
	.kizuki_txtArea{
		width: 41.81%;
		margin: 0;
		align-self: center;
	}
	.kizuki_txtArea_inner{
		width: 100%;
		max-width: 580px;
	}
}
@media screen and (min-width: 992px){
	.kizuki_flex{
		align-items: center;
		margin-bottom: 7.411rem;
	}
	.kizuki_txtArea .p_bigtxt{
		margin-bottom: 2.311rem;
	}
}
@media screen and (min-width: 1400px){
	.kizuki_flex{
		margin-bottom: 9.411rem;
	}
	.kizuki_txtArea .p_bigtxt{
		margin-bottom: 3.311rem;
	}
}
/* 間取り */
.madori{
	margin-bottom: 0;
}
.madori li{
	list-style: none;
	margin-top: 1rem;
}
.madori li:first-child{
	margin-top: 0;
}
@media screen and (min-width: 768px){
	.madori{
		display: flex;
		justify-content: center;
	}
	.madori li{
		width: calc((100% - 1.94rem)/2);
		margin-top: 0;
	}
	.madori li:last-child{
		margin-left: 1.9rem;
	}
}
@media screen and (min-width: 992px){
	.madori li{
		width: calc((100% - 2.44rem)/2);
	}
	.madori li:last-child{
		margin-left: 2.4rem;
	}
}
@media screen and (min-width: 1400px){
	.madori li{
		width: calc((100% - 2.94rem)/2);
	}
	.madori li:last-child{
		margin-left: 2.9rem;
	}
}
/* 住宅性能 */
.kizuki_spec{
	padding-bottom: 0 !important;
}
.kizuki_scroll{
	width: 100%;
	overflow: scroll;
	margin-top: 2.25rem;
}
.kizuki_table{
	margin-bottom: 0;
	text-align: center;
	line-height: 1.5;
	font-size: 0.88rem;
	min-width: 600px;
}
.kizuki_table > li{
	list-style: none;
	position: relative;
	height: 55px;
}
.kizuki_table > li:nth-child(odd){
	background-color: #f5f9ed;
}
.kizuki_table > li:last-child::before{
	position: absolute;
	content: "";
	background-color: rgba(184,184,184,0.25);
	width: 100%;
	height: 1px;
	left: 0;
	bottom: 0;
}
.kizuki_table > li::after{
	position: absolute;
	content: "";
	background-color: rgba(184,184,184,0.25);
	width: 100%;
	height: 1px;
	top: 0;
	left: 0;
}
.kizuki_table_line{
	margin-bottom: 0;
	display: flex;
	height: 100%;
}
.kizuki_table_line > li{
	list-style: none;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}
.kizuki_table_line > li:first-child{
	width: 28.66%;
}
.kizuki_table_line > li:nth-child(2){
	width: 19.68%;
}
.kizuki_table_line > li:nth-child(3){
	width: 51.66%;
}
.kizuki_table_line > li:not(:first-child)::after{
	position: absolute;
	content: "";
	background-color: rgba(184,184,184,0.25);
	width: 1px;
	height: 100%;
	top: 0;
	left: 0;
}
.kizuki_table_line > li > ul{
	margin-bottom: 0;
	display: flex;
	width: 100%;
	height: 100%;
}
.kizuki_table_line > li > ul > li{
	position: relative;
	list-style: none;
	width: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.kizuki_table_line > li > ul > li:not(:first-child)::after{
	position: absolute;
	content: "";
	background-color: rgba(184,184,184,0.25);
	width: 1px;
	height: 100%;
	top: 0;
	left: 0;
}
@media screen and (min-width: 768px){
	.kizuki_scroll{
		margin-top: 3rem;
	}
	.kizuki_table{
		min-width: unset;
	}
}
@media screen and (min-width: 992px){
	.kizuki_scroll{
		margin-top: 3.25rem;
	}
	.kizuki_table{
		font-size: 0.94rem;
	}
	.kizuki_table_line > li:first-child{
		width: 36.66%;
	}
	.kizuki_table_line > li:nth-child(2){
		width: 21.68%;
	}
	.kizuki_table_line > li:nth-child(3){
		width: 41.66%;
	}
}
@media screen and (min-width: 1200px){
	.kizuki_table{
		font-size: 0.88rem;
	}
	.kizuki_table > li{
		height: 65px;
	}
}
@media screen and (min-width: 1400px){
	.kizuki_scroll{
		margin-top: 3.5rem;
	}
	.kizuki_table{
		font-size: 1rem;
	}
	.kizuki_table > li{
		height: 74px;
	}
}


/**************************
/* お問い合わせ
**************************/
.contact_block{
	width: 86%;
	margin-right: auto;
	margin-left: auto;
}
@media screen and (min-width: 768px){
	.contact_block{
		width: 75%;
		max-width: 1000px;
	}
}


/**************************
/* 会社概要
**************************/
.company .p_en_tit{
	margin-bottom: 1.017rem;
}
@media screen and (min-width: 768px){
	.company .p_en_tit{
		margin-bottom: 1.317rem;
	}
}
@media screen and (min-width: 992px){
	.company .p_en_tit{
		margin-bottom: 1.517rem;
	}
}
.co_main{
	padding: 4.91rem 0;
}
#page-main .company .co_main .c-title1{
	margin-bottom: 4.282rem;
}
.co_main .p_bigtxt{
	margin-bottom: 1.3rem;
}
@media screen and (min-width: 768px){
	.co_main{
		padding: 6.41rem 0;
	}
	#page-main .company .co_main .c-title1{
		margin-bottom: 4.782rem;
	}
	.co_main .p_bigtxt{
		margin-bottom: 1.8rem;
	}
}
@media screen and (min-width: 992px){
	.co_main{
		padding: 8.41rem 0;
	}
}
@media screen and (min-width: 1400px){
	.co_main{
		padding: 9.41rem 0;
	}
	#page-main .company .co_main .c-title1{
		margin-bottom: 5.282rem;
	}
	.co_main .p_bigtxt{
		margin-bottom: 2rem;
	}
}
.symbol_flex{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin-top: 3.91rem;
}
.symbol_img{
	width: 30%;
	margin-bottom: 1.5rem;
}
.symbol_txtArea{
	text-align: center;
}
@media screen and (min-width: 576px){
	.symbol_flex{
		justify-content: center;
	}
	.symbol_img{
		width: 20%;
		margin-bottom: 0;
	}
	.symbol_txtArea{
		width: 75%;
	}
}
@media screen and (min-width: 768px){
	.symbol_flex{
		flex-direction: row;
		justify-content: center;
		margin-top: 4.41rem;
	}
	.symbol_img{
		width: 90px;
		margin-right: 2.5rem;
	}
	.symbol_txtArea{
		width: auto;
		text-align: left;
	}
}
@media screen and (min-width: 1200px){
	.symbol_img{
		width: 100px;
	}
}
.co_message{
	padding-bottom: 4.91rem;
}
.co_message .container_1540{
	background-color: #fff;
	border-radius: 0.588rem;
	padding: 4rem 0;
}
.co_message_inner{
	width: 86%;
	max-width: 1200px;
	margin-right: auto;
	margin-left: auto;
}
.m_txt{
	margin-bottom: 1rem;
}
.m_txt:last-child{
	margin-bottom: 0;
}
.co_sing{
	width: 200px;
}
.co_message_img{
	border-radius: 0.588rem;
	overflow: hidden;
	margin-top: 4rem;
}
@media screen and (min-width: 768px){
	.co_message{
		padding-bottom: 6.41rem;
	}
	.co_message_inner{
		display: flex;
		align-items: flex-start;
		justify-content: space-between;
	}
	.co_message_img{
		width: 40%;
		margin-top: 0;
	}
	.co_message_txtArea{
		width: 55%;
	}
	.co_sing{
		margin-top: 2.5rem;
	}
}
@media screen and (min-width: 992px){
	.co_message{
		padding-bottom: 8.41rem;
	}
	.co_message .container_1540{
		padding: 6.5rem 0;
	}
	.co_message_img{
		width: 30%;
	}
	.co_message_txtArea{
		width: 62%;
	}
	.co_sing{
		margin-top: 3.5rem;
	}
}
@media screen and (min-width: 1200px){
	.co_sing{
		width: 250px;
	}
}
@media screen and (min-width: 1400px){
	.co_message{
		padding-bottom: 9.41rem;
	}
	.co_message .container_1540{
		padding: 6.5rem 0;
	}
	.co_message_img{
		width: 35%;
	}
	#page-main .co_message_img img{
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.co_message_txtArea{
		width: 58%;
	}
	.co_sing{
		margin-top: 3.5rem;
	}
}
.co_rinen{
	width: 80%;
	margin-top: 2.029rem;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0;
}
.co_rinen li{
	list-style: none;
	margin-bottom: 1rem;
}
.co_rinen li:last-child{
	margin-bottom: 0;
}
.co_rinen_inner{
	width: 100%;
	height: 100%;
	aspect-ratio: 1 / 1;
	background-color: #fff;
	border-radius: 50%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
}
.rinen_icon{
	width: 22%;
	margin-bottom: 1.5rem;
}
.rinen_en{
	color: #5a9333;
	font-weight: 400;
	font-size: 1.6rem;
	line-height: 1;
}
.rinen_txt{
	font-size: 1.15rem;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hidragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	line-height: 1.6;
	margin-bottom: 1rem;
}
@media screen and (min-width: 768px){
	.co_rinen{
		width: 100%;
		max-width: 1000px;
		display: flex;
		justify-content: space-between;
	}
	.co_rinen li{
		width: calc((100% - 2rem)/3);
		margin-bottom: 0;
	}
	.rinen_icon{
		margin-bottom: 1rem;
	}
	.rinen_en{
		margin-bottom: 0.6rem;
	}
}
@media screen and (min-width: 992px){
	.co_rinen{
		margin-top: 2.529rem;
		margin-bottom: 1.5rem;
	}
	.co_rinen li{
		width: calc((100% - 4rem)/3);
	}
	.rinen_en{
		margin-bottom: 1rem;
	}
	.rinen_txt{
		margin-bottom: 1.5rem;
	}
}
@media screen and (min-width: 1400px){
	.co_rinen{
		margin-top: 3.029rem;
	}
}


.outline{
	padding-top: 4.91rem;
	margin-bottom: 4.91rem;
}
@media screen and (min-width: 768px){
	.outline{
		padding-top: 6.41rem;
		margin-bottom: 6.41rem;
	}
}
@media screen and (min-width: 992px){
	.outline{
		padding-top: 8.41rem;
		margin-bottom: 8.41rem;
	}
}
@media screen and (min-width: 1400px){
	.outline{
		padding-top: 9.41rem;
		margin-bottom: 9.41rem;
	}
}
@media screen and (min-width: 768px){
	.co_access .youtube{
		padding-top: 45%;
	}
}
@media screen and (min-width: 992px){
	.co_access .youtube{
		padding-top: 0;
		width: 100%;
		height: 100%;
		aspect-ratio: 45 / 17;
	}
}
.co_history .p_bigtxt{
	text-align: center;
}
.co_history ul{
	margin-bottom: 0;
	position: relative;
	width: 100%;
}
.co_history ul::before{
	position: absolute;
	content: "";
	width: 1px;
	height: calc(100% - 5.5rem);
	background-color: rgba(184,184,184,0.25);
	top: 0.5rem;
	left: 4px;
	display: block;
}
.co_history ul li{
	list-style: none;
	position: relative;
	padding: 0 0 2.5rem 2.5rem;
}
.co_history ul li:last-child{
	padding-bottom: 0;
}
.co_history ul li::after{
	position: absolute;
	content: "";
	width: 9px;
	height: 9px;
	top: 0.5rem;
	left: 0;
	background-color: #5a9433;
	border-radius: 50%;
}
.timeline_date{
	margin-bottom: 0.5rem;
}
@media screen and (min-width: 416px){
	.co_history ul::before{
		height: calc(100% - 3.7rem);
	}
}
@media screen and (min-width: 768px){
	.co_history{
		display: flex;
	}
	.co_history .p_bigtxt{
		flex-shrink: 0;
		margin-right: 7rem;
		text-align: left;
	}
}
@media screen and (min-width: 992px){
	.co_history .p_bigtxt{
		margin-right: 10rem;
	}
	.co_history ul::before{
		height: calc(100% - 1.6rem);
		left: calc(3rem + 63px);
	}
	.co_history ul li{
		display: flex;
		padding: 0 0 2.5rem 0;
	}
	.co_history ul li::after{
		width: 11px;
		height: 11px;
		left: calc((63px + 3rem) - 5px);
	}
	.timeline_date{
		margin-bottom: 0;
		width: 63px;
		margin-right: 3rem;
	}
	.timeline_content{
		margin-left: 3rem;
	}
}
@media screen and (min-width: 1200px){
	.co_history ul::before{
		left: calc(3rem + 77px);
	}
	.co_history ul li::after{
		left: calc((77px + 3rem) - 5px);
	}
	.timeline_date{
		width: 77px;
	}
}
@media screen and (min-width: 1400px){
	.co_history .p_bigtxt{
		margin-right: 14rem;
	}
}


/**************************
/* コンセプト
**************************/
.concept .p_bigtxt{
	margin-bottom: 4.41rem;
}
.concept_block{
	margin-bottom: 0;
}
.concept_block > li{
	list-style: none;
	margin-bottom: 4rem;
}
.concept_block > li:last-child{
	margin-bottom: 0;
}
.concept_img{
	width: 93%;
	overflow: hidden;
	margin-bottom: 2rem;
}
.concept_block > li:nth-child(odd) .concept_img{
	border-radius: 0 0.588rem 0.588rem 0;
	margin-right: auto;
}
.concept_block > li:nth-child(even) .concept_img{
	border-radius: 0.588rem 0 0 0.588rem;
	margin-left: auto;
}
.concept_txtArea{
	width: 86%;
	margin-right: auto;
	margin-left: auto;
}
.concept_lineup{
	margin-top: 2rem;
	margin-bottom: 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 100%;
}
.concept_lineup > li{
	list-style: none;
	margin-top: 10px;
	width: calc((100% - 10px)/2);
}
.concept_lineup > li:nth-child(1),
.concept_lineup > li:nth-child(2){
	margin-top: 0;
}
.co_vm{
	background-color: #282d27;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 40px;
	border-radius: 40px;
	font-size: 0.88rem;
	border: 1px solid rgba(40, 45, 39, 0.5);
	transition: .3s;
}
.co_vm .f-eng{
	font-weight: 400;
	letter-spacing: 0.02em;
}
.co_vm:hover{
	background-color: transparent;
	color: #282d27;
	text-decoration: none;
}
@media screen and (min-width: 547px){
	.concept_lineup{
		max-width: 470px;
	}
}
@media screen and (min-width: 768px){
	.concept .p_bigtxt{
		margin-bottom: 5.91rem;
	}
	.concept_block > li{
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
		width: 93%;
		margin-bottom: 6rem;
	}
	.concept_block > li:nth-child(even){
		flex-direction: row-reverse;
		margin-left: auto;
	}
	.concept_img{
		width: 50%;
		margin: 0;
	}
	.concept_block > li:nth-child(odd) .concept_img{
		border-radius: 0 0.588rem 0.588rem 0;
	}
	.concept_block > li:nth-child(even) .concept_img{
		margin-left: 0;
	}
	.concept_txtArea{
		width: 45%;
		margin: 0;
	}
}
@media screen and (min-width: 992px){
	.concept_block > li{
		align-items: center;
	}
	.concept_img{
		width: 55%;
	}
	.concept_txtArea{
		width: 38%;
	}
}
@media screen and (min-width: 1200px){
	.concept .p_bigtxt{
		margin-bottom: 6.41rem;
	}
	.co_vm{
		width: 100%;
		height: 50px;
		border-radius: 50px;
	}
}
@media screen and (min-width: 1400px){
	.concept .p_bigtxt{
		margin-bottom: 8rem;
	}
	.concept_block > li{
		margin-bottom: 8rem;
	}
}
@media screen and (min-width: 1800px){
	.concept_block > li{
		align-items: center;
		width: 84.11%;
	}
	.concept_img{
		width: 60%;
	}
	.concept_txtArea{
		width: 32%;
	}
	.concept_lineup{
		max-width: 420px;
	}
	.concept_lineup > li{
		width: calc((100% - 15px)/2);
		margin-top: 15px;
	}
}


/**************************
/* プライバシーポリシー
**************************/
.privacy-area{
	margin-bottom: 4.375rem;
}
.privacy-con {
	margin-bottom: 2rem;
}
.privacy-con:last-child{
	margin-bottom: 0;
}
.privacy-con-inner {
  margin-bottom: 20px;
}
.privacy-list {
  margin-left: 20px;
  margin-bottom: 15px
}
.privacy-list li {
  margin-left: 20px;
  list-style: disc;
}
.privacy-list li:first-child {
  list-style: none;
  margin-left: 0;
}
@media screen and (min-width: 768px){
	.privacy-con{
		margin-bottom: 2.5rem;
	}
}
.indices {
  margin-left: 20px;
}
.indices li {
  list-style: none;
  padding-left: 1.3em;
  text-indent: -1.3em;
  margin-bottom: 10px;
}
.indices li.annotation {
  padding-left: 2.9em;
  text-indent: -2.9em;
  margin-bottom: 5px;
}
.indices li:last-child {
  margin-bottom: 0;
}


/**************************
/* オンライン相談会
**************************/
.online_main{
	padding: 4.91rem 0 3.91rem;
}
@media screen and (min-width: 768px){
	.online_main{
		padding: 6.41rem 0 4.41rem;
	}
}
@media screen and (min-width: 992px){
	.online_main{
		padding: 8.41rem 0 6.41rem;
	}
}
@media screen and (min-width: 1400px){
	.online_main{
		padding: 9.41rem 0 6.41rem;
	}
}
/* こんなお悩みございませんか？ */
.online_about{
	padding-bottom: 3.91rem;
}
.online_about > .p_en_tit{
	margin-bottom: 1rem;
}
.online_about_box{
	background-color: #fff;
	border-radius: 0.588rem;
}
.online_about_box ul{
	margin-bottom: 0;
}
.online_about_box ul li{
	list-style: none;
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding: 3rem 0 2rem;
}
.online_about_box ul li:first-child, .online_about_box ul li:nth-child(2), .online_about_box ul li:nth-child(3){
	border-bottom: 1px solid rgba(169,169,169,0.25);
}
.online_about_box .p_en_tit{
	font-size: 0.88rem;
	text-align: center;
	margin-bottom: 0.817rem;
}
.online_about_icon{
	width: 32.13%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 1.3rem;
}
.online_about_txt{
	font-size: 1.094rem;
	letter-spacing: 0.03em;
	line-height: 1.5;
	font-weight: 400;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hidragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	margin-bottom: 0;
}
@media screen and (min-width: 768px){
	.online_about{
		padding-bottom: 4.41rem;
	}
	.online_about > .p_en_tit{
		margin-bottom: 1.2rem;
	}
	.online_about_box ul{
		display: flex;
		flex-wrap: wrap;
	}
	.online_about_box ul li{
		width: calc(100% / 2);
		margin-right: 0;
		margin-left: 0;
		padding: 3rem 1.441rem 2.5rem;
	}
	.online_about_box ul li:first-child, .online_about_box ul li:nth-child(2){
		margin-bottom: 0;
	}
	.online_about_box ul li:first-child{
		border-right: 1px solid rgba(169,169,169,0.25);
	}
	.online_about_box ul li:nth-child(3){
		margin-bottom: 0;
		border-bottom: none;
		border-right: 1px solid rgba(169,169,169,0.25);
	}
}
@media screen and (min-width: 992px){
	.online_about{
		padding-bottom: 6.41rem;
	}
	.online_about_box{
		padding: 2.941rem 0;
	}
	.online_about_box ul li{
		width: calc(100% / 4);
		padding: 0 1.176rem;
	}
	.online_about_box ul li:first-child, .online_about_box ul li:nth-child(2){
		border-bottom: none;
	}
	.online_about_box ul li:nth-child(2){
		border-right: 1px solid rgba(169,169,169,0.25);
	}
	.online_about_icon{
		margin-bottom: 1.694rem;
	}
	.online_about_txt{
		font-size: 1.094rem;
	}
}
@media screen and (min-width: 1200px){
	.online_about_txt{
		font-size: 1rem;
	}
}
@media screen and (min-width: 1400px){
	.online_about{
		padding-bottom: 7.41rem;
	}
	.online_about_box .p_en_tit{
		margin-bottom: 1.317rem;
	}
	.online_about_txt{
		font-size: 1.094rem;
	}
}
/* オンライン相談参加方法 */
.online_how{
	padding-bottom: 4.91rem;
}
.online_how > .p_en_tit{
	margin-bottom: 1rem;
}
.online_how ul{
	margin-bottom: 0;
}
.online_how ul li{
	list-style: none;
}
.online_how ul li:first-child{
	margin-bottom: 3rem;
}
.online_how_img{
	border-radius: 0.588rem;
	overflow: hidden;
	margin-bottom: 1.5rem;
}
.online_how ul li .p_bigtxt30{
	margin-bottom: 1rem;
}
.how_box {
	border-radius: 0.588rem;
	background-color: #fff;
	padding: 1rem 1.5rem;
	margin-top: 3rem;
	font-size: 0.88rem;
	width: 100%;
	max-width: 800px;
	margin-right: auto;
	margin-left: auto;
}
@media screen and (min-width: 768px){
	.online_how{
		padding-bottom: 6.41rem;
	}
	.online_how > .p_en_tit{
		margin-bottom: 1.2rem;
	}
	.online_how ul{
		display: flex;
		justify-content: space-between;
	}
	.online_how ul li{
		width: calc((100% - 2rem)/2);
	}
	.online_how ul li:first-child{
		margin-bottom: 0;
	}
	.how_box{
		text-align: center;
		font-size: 0.94rem;
		margin-top: 4rem;
		padding: 1.5rem;
	}
	.how_box .p_txt{
		display: inline-block;
		text-align: left;
	}
}
@media screen and (min-width: 992px){
	.online_how{
		padding-bottom: 8.41rem;
	}
	.online_how ul li{
		width: calc((100% - 3rem)/2);
	}
	.online_how_img{
		margin-bottom: 2rem;
	}
	.online_how ul li .p_bigtxt30{
		margin-bottom: 1.5rem;
	}
}
@media screen and (min-width: 1400px){
	.online_how{
		padding-bottom: 9.41rem;
	}
}
/* お申し込み方法 */
.online_flow{
	padding: 4.91rem 0;
}
.online_flow > .p_en_tit{
	margin-bottom: 1rem;
}
.online_flow_block{
	margin-bottom: 0;
}
.online_flow_block li{
	list-style: none;
	border-bottom: 1px solid rgba(0,0,0,0.2);
	padding-bottom: 2rem;
	margin-bottom: 2rem;
}
.online_flow_block li:last-child{
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}
.online_flow_block li .no{
	background-color: #5a9433;
	color: #fff;
	width: 70px;
	height: 70px;
	letter-spacing: 0.02em;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	line-height: 1;
	font-size: 1.3rem;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 1.5rem;
}
.online_flow_block li .no span{
	font-size: 0.7rem;
	margin-bottom: 0.2rem;
}
.online_flow_block li .vm{
	margin: 2rem 0;
}
.app_flex{
	display: flex;
	margin-bottom: 2rem;
}
.app_flex a{
	display: block;
	height: 50px;
}
.app_flex a:first-child{
	margin-right: 10px;
}
#page-main .app_flex a img{
	width: 100%;
	height: 100%;
	display: block;
}
@media screen and (min-width: 768px){
	.online_flow{
		padding: 6.41rem 0;
	}
	.online_flow > .p_en_tit{
		margin-bottom: 1.2rem;
	}
	.online_flow_block{
		position: relative;
		max-width: 660px;
		margin-right: auto;
		margin-left: auto;
	}
	.online_flow_block::before{
		position: absolute;
		content: "";
		width: 1px;
		height: calc(100% - 26rem);
		background-color: rgba(0,0,0,0.2);
		top: 0;
		left: 50px;
	}
	.online_flow_block li{
		display: flex;
		align-items: flex-start;
		border: none;
		margin-bottom: 0;
		padding-bottom: 4rem;
	}
	.online_flow_block li .no{
		width: 100px;
		height: 100px;
		font-size: 1.7rem;
		margin: 0;
		flex-shrink: 0;
		margin-right: 4rem;
		position: relative;
	}
	.online_flow_block li .no span{
		font-size: 0.88rem;
	}
	.online_flow_block li .txtArea{
		width: 100%;
		align-self: center;
	}
}
@media screen and (min-width: 992px){
	.online_flow{
		padding: 8.41rem 0;
	}
	.online_flow_block{
		max-width: 850px;
	}
	.online_flow_block::before{
		left: 65px;
	}
	.online_flow_block li .no{
		width: 130px;
		height: 130px;
		font-size: 2rem;
	}
	.online_flow_block li .no span{
		font-size: 0.9rem;
		margin-bottom: 0.5rem;
	}
	.app_flex a{
		height: 55px;
	}
}
@media screen and (min-width: 1200px){
	.online_flow_block{
		max-width: 1030px;
	}
	.online_flow_block::before{
		left: 75px;
	}
	.online_flow_block li .no{
		width: 150px;
		height: 150px;
	}
}
@media screen and (min-width: 1400px){
	.online_flow{
		padding: 9.41rem 0;
	}
	.online_flow_block{
		max-width: 100%;
	}
	.online_flow_block::before{
		height: calc(100% - 22rem);
	}
}
.contact_block > .p_en_tit{
	margin-bottom: 1rem;
}
@media screen and (min-width: 768px){
	.contact_block > .p_en_tit{
		margin-bottom: 1.2rem;
	}
}


/**************************
/* 採用情報
**************************/
.recruit_main{
	margin-bottom: 3.91rem;
}
@media screen and (min-width: 768px){
	.recruit_main{
		margin-bottom: 5.41rem;
	}
}
@media screen and (min-width: 992px){
	.recruit_main{
		margin-bottom: 6.41rem;
	}
}
@media screen and (min-width: 1400px){
	.recruit_main{
		margin-bottom: 8.41rem;
	}
}

.recruit_block{
	position: relative;
	padding: 3.91rem 0;
	margin-bottom: 4.91rem;
}
.recruit_block::before{
	position: absolute;
	content: "";
	width: 94.44%;
	height: 100%;
	background-color: #fff;
	border-radius: 0.588rem;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}
.recruit_flex{
	position: relative;
	margin-bottom: 0;
}
.recruit_flex > li{
	list-style: none;
	margin-bottom: 4rem;
}
.recruit_flex > li:last-child{
	margin-bottom: 0;
}
.recruit_img{
	width: 93%;
	margin-right: auto;
	border-radius: 0 0.855rem 0.855rem 0;
	overflow: hidden;
	margin-bottom: 2.5rem;
}
.recruit_flex > li:nth-child(2) .recruit_img{
	margin-right: 0;
	margin-left: auto;
	border-radius: 0.855rem 0 0 0.855rem;
}
.recruit_txtArea{
	width: 80%;
	margin-right: auto;
	margin-left: auto;
}
.recruit_txtArea .p_bigtxt{
	margin-bottom: 1.5rem;
}
.recruit_txtArea ul{
	margin-bottom: 1rem;
	background-color: #f6faee;
	border-radius: 0.588rem;
	padding: 1.5rem 2rem;
}
.recruit_txtArea ul li{
	list-style: none;
	padding-left: 1.2rem;
	position: relative;
}
.recruit_txtArea ul li::before{
	position: absolute;
	content: "";
	background-image: url("../images/page/check.svg");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	width: 11px;
	height: 11px;
	top: 7px;
	left: 0;
	display: block;
}
@media screen and (min-width: 768px){
	.recruit_block{
		padding: 6.41rem 0;
		margin-bottom: 6.41rem;
	}
	.recruit_flex > li{
		display: flex;
		align-items: flex-start;
		justify-content: space-between;
		width: 91.33%;
		margin-right: auto;
		margin-bottom: 5.88rem;
	}
	.recruit_flex > li:nth-child(2){
		flex-direction: row-reverse;
		margin-right: 0;
		margin-left: auto;
	}
	.recruit_img{
		width: 50%;
		margin-bottom: 0;
	}
	.recruit_txtArea{
		width: 43%;
		margin: 0;
		align-self: center;
	}
	.recruit_txtArea ul{
		padding: 1.5rem 2.5rem;
	}
}
@media screen and (min-width: 992px){
	.recruit_block{
		padding: 8.41rem 0;
		margin-bottom: 8.41rem;
	}
	.recruit_flex > li{
		width: 90.22%;
	}
	.recruit_img{
		width: 55%;
	}
	.recruit_txtArea{
		width: 36%;
	}
}
@media screen and (min-width: 1200px){
	.recruit_txtArea .p_bigtxt{
		margin-bottom: 2.5rem;
	}
	.recruit_txtArea ul{
		padding: 1.8rem 2.8rem;
		margin-bottom: 2rem;
	}
	.recruit_txtArea ul li{
		padding-left: 1.3rem;
	}
	.recruit_txtArea ul li::before{
		width: 13px;
		height: 13px;
		top: 8px;
	}
}
@media screen and (min-width: 1400px){
	.recruit_block{
		padding: 9.41rem 0;
		margin-bottom: 9.41rem;
	}
	.recruit_img{
		width: 57%;
	}
	.recruit_txtArea{
		width: 34%;
	}
}
@media screen and (min-width: 1600px){
	.recruit_flex > li{
		width: 89.22%;
	}
	.recruit_img{
		width: 60%;
	}
	.recruit_txtArea{
		width: 31%;
	}
}
@media screen and (min-width: 1800px){
	.recruit_flex > li{
		width: 84.44%;
	}
	.recruit_img{
		width: 60.526%;
	}
	.recruit_txtArea{
		width: 28.947%;
		max-width: 440px;
	}
}
/* 募集職種 */
.recruit_job_block{
	margin-bottom: 4.91rem;
}
.recruit_job_block .c-title1{
	margin-bottom: 2rem;
}
.recruit_job .nav-tabs{
	border-bottom: none;
	margin-bottom: 2rem;
}
.recruit_job .nav-tabs .nav-item{
	margin-bottom: 0;
}
.recruit_job .nav-tabs .nav-item:first-child{
	margin-right: 5px;
}
.recruit_job .nav-tabs .nav-link{
	border: 1px solid rgba(51, 54, 43, 0.5);
	border-radius: 0.588rem;
	color: #33362b;
}
.recruit_job .nav-tabs .nav-link.active, .recruit_job .nav-tabs .nav-item.show .nav-link{
	background-color: #33362b;
	color: #fff;
}
.recruit_job .p_bigtxt{
	margin-bottom: 1rem;
}
@media screen and (min-width: 768px){
	.recruit_job_block{
		margin-bottom: 6.41rem;
	}
	.recruit_job_block .c-title1{
		margin-bottom: 3rem;
	}
	.recruit_job .nav-tabs{
		justify-content: space-between;
		margin-bottom: 4rem;
	}
	.recruit_job .nav-link{
		padding: 0.8rem 1rem;
	}
	.recruit_job .nav-tabs .nav-link{
		border-radius: 50px;
	}
	.recruit_job .nav-fill > .nav-link, .recruit_job .nav-fill .nav-item{
		margin: 0;
		flex: unset;
		width: calc((100% - 1rem)/2);
	}
	.recruit_job .nav-tabs .nav-item:first-child{
		margin-right: 0;
	}
	.recruit_job .p_bigtxt{
		margin-bottom: 2rem;
	}
}
@media screen and (min-width: 992px){
	.recruit_job_block{
		margin-bottom: 8.41rem;
	}
	.recruit_job .nav-link{
		padding: 1rem;
	}
}
@media screen and (min-width: 1200px){
	.recruit_job .nav-link{
		padding: 0.8rem;
	}
}
@media screen and (min-width: 1400px){
	.recruit_job_block{
		margin-bottom: 9.41rem;
	}
	#page-main .recruit_job_block .c-title1{
		margin-bottom: 4rem;
	}
}


/**************************
/* アフターサポート
**************************/
.bk_inner.after{
	margin-bottom: 0;
}
.after_check{
	margin-top: 4.91rem;
}
.after_check_box{
	background-color: #fff;
	border-radius: 0.588rem;
	padding: 2rem;
	margin-top: 2.5rem;
}
.after_check_box ul{
	margin-bottom: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.after_check_box ul li{
	list-style: none;
	width: calc((100% - 1rem)/3);
	margin-bottom: 0.5rem;
}
.after_check_box ul li:first-child{
	width: 100%;
	margin-bottom: 2rem;
}
.after_check_box ul li:first-child a{
	display: block;
	width: 50%;
	margin-right: auto;
	margin-left: auto;
}
.after_check_box ul li:last-child{
	margin-bottom: 0;
}
@media screen and (min-width: 768px){
	.after_check{
		margin-top: 6.41rem;
	}
	.after_check .p_en_tit{
		margin-bottom: 1.317rem;
	}
	.after_check .p_bigtxt{
		margin-bottom: 1.5rem;
	}
	.after_check_box{
		padding: 3rem 0;
	}
	.after_check_box ul{
		width: 86%;
		margin-right: auto;
		margin-left: auto;
		justify-content: center;
	}
	.after_check_box ul li{
		width: calc((100% - 3rem)/4);
		margin-right: 1rem;
		margin-bottom: 1rem;
	}
	.after_check_box ul li:first-child{
		width: calc((100% - 3rem)/4);
		margin-bottom: 1rem;
	}
	.after_check_box ul li:first-child a{
		width: 100%;
		margin: 0;
	}
	.after_check_box ul li:nth-child(4), .after_check_box ul li:last-child{
		margin-right: 0;
	}
	.after_check_box ul li:nth-last-child(2), .after_check_box ul li:nth-last-child(3){
		margin-bottom: 0;
	}
}
@media screen and (min-width: 992px){
	.after_check{
		margin-top: 7.41rem;
	}
	.after_check_box ul{
		justify-content: space-between;
	}
	.after_check_box ul li, .after_check_box ul li:first-child{
		width: calc((100% - 3rem)/7);
		margin: 0;
	}
}
@media screen and (min-width: 1200px){
	.after_check .p_bigtxt{
		margin-bottom: 2rem;
	}
	.after_check_box{
		margin-top: 3rem;
	}
}
@media screen and (min-width: 1400px){
	.after_check .p_en_tit{
		margin-bottom: 1.817rem;
	}
	.after_check_box ul li, .after_check_box ul li:first-child{
		width: calc((100% - 6rem)/7);
	}
}
/* 保証について */
.hosyo_block{
	margin-top: 3rem;
	margin-bottom: 0;
}
.hosyo_block li{
	list-style: none;
	margin-bottom: 4rem;
}
.hosyo_block li:last-child{
	margin-bottom: 0;
}
.hosyo_img{
	background-color: #f6faee;
	border-radius: 0.588rem;
	text-align: center;
	padding: 2rem;
	margin-bottom: 2.5rem;
}
#page-main .hosyo_img img{
	filter: drop-shadow(3px 3px 5px rgba(0,0,0,0.2));
}
.hosyo_txtArea .p_bigtxt30{
	margin-bottom: 1.5rem;
}
@media screen and (min-width: 768px){
	.hosyo_block{
		margin-top: 5rem;
	}
	.hosyo_block li{
		display: flex;
		align-items: flex-start;
		justify-content: space-between;
		margin-bottom: 5rem;
	}
	.hosyo_block li:nth-child(2n){
		flex-direction: row-reverse;
	}
	.hosyo_img{
		margin-bottom: 0;
		width: 40%;
	}
	.hosyo_txtArea{
		width: 53%;
		align-self: center;
	}
}
@media screen and (min-width: 992px){
	.hosyo_block li{
		display: flex;
		align-items: flex-start;
		justify-content: space-between;
		margin-bottom: 5rem;
	}
	.hosyo_block li:nth-child(2n){
		flex-direction: row-reverse;
	}
	.hosyo_img{
		margin-bottom: 0;
		width: 45%;
	}
	.hosyo_txtArea{
		width: 48%;
	}
}
@media screen and (min-width: 1400px){
	.hosyo_txtArea .p_bigtxt30{
		margin-bottom: 2.5rem;
	}
	.hosyo_img{
		padding: 3rem 2rem;
	}
}


/**************************
/* コストパフォーマンス
**************************/
#page-main .cost .c-title1{
	margin-bottom: 2.04rem;
}
.cost .p_txt{
	text-align: left;
}
.p_txt.first{
	margin-bottom: 1.64rem;
}
.cost_main_box{
	background-color: #fff;
	border-radius: 0.588rem;
	padding: 2.5rem 0;
	margin-top: 3.5rem;
}
.cost_main_box ul{
	margin-bottom: 0;
	width: 86%;
	margin-right: auto;
	margin-left: auto;
}
.cost_main_box ul li{
	list-style: none;
}
.cost_main_box ul li:first-child{
	margin-bottom: 2.5rem;
	padding-bottom: 2.3rem;
	border-bottom: 1px solid rgba(139,139,139,0.25);
}
.cost_main_box ul li:first-child .cost_img{
	margin-bottom: 2.44rem;
}
.cost_main_box ul li:nth-child(2) .cost_img{
	margin-bottom: 3rem;
}
.cost_bigtxt{
	font-size: 1.094rem;
	letter-spacing: 0.03em;
	line-height: 1.8;
	margin-bottom: 0;
	font-weight: 400;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	text-align: center;
}
.cost_bigtxt .red{
	color: #cd3725;
}
.cost_small_txt{
	font-size: 0.88rem;
	line-height: 1.7;
	letter-spacing: 0;
	margin-bottom: 0;
}
@media screen and (min-width: 768px){
	#page-main .cost .c-title1{
		margin-bottom: 2.54rem;
	}
	.cost .p_txt{
		text-align: center;
	}
	.cost_main_box{
		margin-top: 4rem;
	}
	.cost_main_box ul li:nth-child(2) .cost_img{
		margin-bottom: 3.83rem;
	}
	.cost_bigtxt{
		font-size: 1.294rem;
	}
}
@media screen and (min-width: 992px){
	.cost_main_box{
		padding: 4rem 0;
	}
	.cost_main_box ul{
		width: 76.92%;
		max-width: 1000px;
	}	
	.cost_main_box ul li:first-child{
		margin-bottom: 4rem;
		padding-bottom: 3.3rem;
	}
	.cost_main_box ul li:nth-child(2) .cost_img{
		margin-bottom: 4.83rem;
	}
}
@media screen and (min-width: 1400px){
	#page-main .cost .c-title1{
		margin-bottom: 3.04rem;
	}
	.p_txt.first{
		margin-bottom: 1.64rem;
	}
	.cost_main_box{
		margin-top: 5.38rem;
		padding: 5.88rem 0;
	}
	.cost_main_box ul li:first-child{
		margin-bottom: 5.88rem;
		padding-bottom: 5.28rem;
	}
}
@media screen and (max-width: 479px){
	.spec_main.cost .c-title1{
		font-feature-settings: unset;
		font-size: 1.84rem;
	}
}
.br-768_991{
	display: none;
}
@media screen and (min-width: 768px) and (max-width: 991px){
	.br-768_991{
		display: block;
	}
}


/**************************
/* 資料請求
**************************/
.catalog_main{
	margin-bottom: 4.423rem;
}
.catalog_main .p_bigtxt{
	margin-bottom: 0.564rem;
}
.catalog_box{
	background-color: #fff;
	border-radius: 0.588rem;
	padding: 1.941rem 0 2.529rem;
}
.catalog_box .tit{
	margin-bottom: 1.32rem;
}
@media screen and (min-width: 768px){
	.catalog_main{
		margin-bottom: 5.423rem;
	}
	.catalog_box{
		padding: 2.441rem 0 3.029rem;
	}
	.catalog_box .tit{
		margin-bottom: 1.82rem;
	}
	.catalog_box .spec_sozai li:nth-last-child(2){
		margin-bottom: 10px;
	}
}
@media screen and (min-width: 992px){
	.catalog_main{
		margin-bottom: 6.423rem;
	}
	.catalog_box .spec_sozai li:nth-last-child(2){
		margin-bottom: 1.5rem;
	}
}
@media screen and (min-width: 1200px){
	.catalog_main .p_bigtxt{
		margin-bottom: 0.764rem;
	}
	.catalog_box .spec_sozai li:nth-last-child(2){
		margin-bottom: 1.76rem;
	}
}
@media screen and (min-width: 1400px){
	.catalog_main{
		margin-bottom: 8.423rem;
	}
	.catalog_box{
		padding: 2.441rem 0 3.029rem;
	}
	.catalog_box .tit{
		margin-bottom: 2.32rem;
	}
}


/**************************
/* 2階建て・平屋　振り分け
**************************/
.model_all.style li{
	margin-top: 2rem;
}
.model_all.style li:first-child{
	margin-top: 0;
}
@media screen and (min-width: 768px){
	.model_all.style{
		flex-direction: column;
		width: 65%;
	}
	.model_all.style li{
		width: 100%;
		margin-top: 4rem;
	}
	.style .model_txtArea{
		top: calc(50% + 2.23rem);
	}
	.style .model_txtArea .arrow{
		width: 60px;
		height: 60px;
		margin-top: 2.23rem;
	}
	.style .model_txtArea .arrow::after{
		width: 16px;
	}
}
@media screen and (min-width: 992px){
	.model_all.style{
		flex-direction: row;
		width: 86%;
	}
	.model_all.style li{
		width: calc((100% - 4rem)/3);
		margin-top: 0;
	}
	.style .model_txtArea{
		top: calc(50% + 1.73rem);
	}
	.style .model_txtArea .arrow{
		width: 40px;
		height: 40px;
		margin-top: 1.73rem;
	}
	.style .model_txtArea .arrow::after{
		width: 13px;
	}
}
@media screen and (min-width: 1200px){
	.style .model_txtArea{
		width: 50%;
	}
}
@media screen and (min-width: 1400px){
	.style .model_txtArea{
		width: 50%;
	}
	.style .model_txtArea .arrow{
		width: 50px;
		height: 50px;
	}
	.style .model_txtArea .arrow::after{
		width: 16px;
	}
}
@media screen and (min-width: 1600px){
	.style .model_txtArea{
		top: calc(50% + 2.23rem);
	}
	.style .model_txtArea .arrow{
		width: 60px;
		height: 60px;
		margin-top: 2.23rem;
	}
}


/**************************
/* デザイン・資金計画　共通
**************************/
.page_flex{
	margin-bottom: 0;
	padding: 4.91rem 0;
}
.page_flex li{
	margin-bottom: 4rem;
	list-style: none;
}
.page_flex li:last-child{
	margin-bottom: 0;
}
.page_flex_img{
	margin-bottom: 2.5rem;
	border-radius: 0.588rem;
	overflow: hidden;
}
@media screen and (min-width: 768px){
	.page_flex{
		padding: 6.41rem 0;
	}
	.page_flex li{
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
		margin-bottom: 5rem;
	}
	.page_flex li:nth-child(2n){
		flex-direction: row-reverse;
	}
	.page_flex_img{
		width: 45%;
		margin-bottom: 0;
	}
	.page_flex_txtArea{
		width: 50%;
		align-self: center;
	}
}
@media screen and (min-width: 992px){
	.page_flex{
		padding: 8.41rem 0;
	}
	.page_flex li{
		margin-bottom: 7rem;
	}
	.page_flex_img{
		width: 50%;
		margin-bottom: 0;
	}
	.page_flex_txtArea{
		width: 43%;
	}	
}
@media screen and (min-width: 1400px){
	.page_flex{
		padding: 9.41rem 0;
	}
	.page_flex li{
		margin-bottom: 8rem;
	}
	.page_flex_img{
		width: 53%;
	}
	.page_flex_txtArea{
		width: 40%;
		display: flex;
		justify-content: center;
	}	
	.page_flex_txtArea .inner{
		width: 100%;
		max-width: 480px;
	}
}
/* 資金計画 */
.plan_main{
	padding-top: 4.91rem;
}
@media screen and (min-width: 768px){
	.plan_main{
		padding-top: 6.41rem;
	}
}
@media screen and (min-width: 992px){
	.plan_main{
		padding-top: 8.41rem;
	}
}
@media screen and (min-width: 1400px){
	.plan_main{
		padding-top: 9.41rem;
	}
}


/**************************
/* 素材について
**************************/
.material_main{
	padding: 4.91rem 0;
}
.material_img{
	border-radius: 0.588rem;
	overflow: hidden;
	margin-bottom: 3rem;
}
@media screen and (min-width: 768px){
	.material_main{
		padding: 6.41rem 0;
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
	}
	.material_img{
		width: 40%;
		margin-bottom: 0;
	}
	.material_txtArea{
		width: 53%;
		align-self: center;
	}
}
@media screen and (min-width: 992px){
	.material_main{
		padding: 8.41rem 0;
	}
	.material_img{
		width: 50%;
	}
	.material_txtArea{
		width: 43%;
	}
}
@media screen and (min-width: 1400px){
	.material_main{
		padding: 9.41rem 0;
	}
	.material_img{
		width: 43%;
	}
	.material_txtArea{
		width: 45%;
	}
	.material_txtArea .p_txt{
		width: 100%;
		max-width: 500px;
	}
}
.material_block{
	padding-bottom: 4.91rem;
}
.material_box{
	background-color: #fff;
	border-radius: 0.588rem;
	padding: 1.941rem 0 2.529rem;
}
.material_box:first-child{
	margin-bottom: 2.5rem;
}
.material_box .tit{
	margin-bottom: 1.32rem;
}
@media screen and (min-width: 768px){
	.material_block{
		padding-bottom: 6.41rem;
		width: 70%;
		margin-right: auto;
		margin-left: auto;
	}
	.material_box{
		padding: 2.441rem 0 3.029rem;
		text-align: center;
	}
	.material_box .tit{
		margin-bottom: 1.82rem;
	}
	.material_box .spec_sozai{
		display: block;
	}
	.material_box .spec_sozai li{
		text-align: left;
		width: auto;
		border-radius: 30px;
		padding: 0.6rem 1.5rem;
	}
	.material_box .spec_sozai li:nth-last-child(2){
		margin-bottom: 10px;
	}
}
@media screen and (min-width: 992px){
	.material_block{
		display: flex;
		justify-content: space-between;
		width: 100%;
		margin: 0;
		padding-bottom: 8.41rem;
	}
	.material_box{
		width: calc((100% - 2rem)/2);
	}
	.material_box:first-child{
		margin-bottom: 0;
	}
	.material_box .spec_sozai{
		width: 88%;
		max-width: 480px;
	}
	.material_box .spec_sozai li:nth-last-child(2){
		margin-bottom: 1.5rem;
	}
	.material_box .spec_sozai_flex .txt{
		font-size: 0.98rem;
	}
}
@media screen and (min-width: 1200px){
	.material_box .spec_sozai li{
		padding: 0.6rem 1.3rem;
	}
	.material_box .spec_sozai li:nth-last-child(2){
		margin-bottom: 1.76rem;
	}
	.material_box .spec_sozai_flex .txt{
		font-size: 0.88rem;
	}
}
@media screen and (min-width: 1400px){
	.material_block{
		padding-bottom: 9.41rem;
	}
	.material_box{
		width: calc((100% - 4rem)/2);
	}
	.material_box .tit{
		margin-bottom: 2.32rem;
	}
	.material_box .spec_sozai{
		width: 86%;
		max-width: 480px;
	}
	.material_box .spec_sozai li{
		padding: 0.6rem 1.5rem;
	}
	.material_box .spec_sozai_flex .txt{
		font-size: 1rem;
	}
}


/**************************
/* LINEで簡単相談
**************************/
.line_block{
	padding: 4.91rem 0;
}
.line_method{
	background-color: #fff;
	border-radius: 0.588rem;
	padding: 3rem 0;
}
.line_method .inner{
	width: 86%;
	max-width: 700px;
	margin-right: auto;
	margin-left: auto;
}
.line_btn{
	margin-top: 2rem;
	text-align: center;
}
.line_btn a{
	display: inline-block;
}
.line_notes{
	background-color: #32362b;
	color: #fff;
	padding: 1.5rem;
	font-size: 0.88rem;
	margin-top: 2rem;
	border-radius: 0.588rem;
}
@media screen and (min-width: 768px){
	.line_block{
		padding: 6.41rem 0;
	}
	.line_main .txt20{
		font-size: 1.535rem;
		margin-bottom: 2.705rem;
	}
	.line_method{
		padding: 4rem 0;
	}
	.line_method .p_bigtxt30{
		font-size: 1.635rem;
		margin-bottom: 3.205rem;
	}
	.line_notes{
		padding: 2rem 1.5rem;
		margin-top: 3rem;
	}
}
@media screen and (min-width: 992px){
	.line_block{
		padding: 8.41rem 0;
	}
	.line_main .txt20{
		font-size: 1.764rem;
		margin-bottom: 4.205rem;
	}
}
@media screen and (min-width: 1400px){
	.line_block{
		padding: 9.41rem 0;
	}
	.line_method{
		padding: 5rem 0 6rem;
	}
	.line_notes{
		margin-top: 3.5rem;
	}
}


/**************************
/* スタッフ紹介
**************************/
.staff_container{
	padding: 4.91rem 0;
}
.staff_block{
	margin-bottom: 0;
}
.staff_block > li{
	list-style: none;
	margin-bottom: 3rem;
}
.staff_img{
	border-radius: 0.588rem;
	overflow: hidden;
	margin-bottom: 2rem;
}
.qualification{
	margin-bottom: 1.5rem;
}
.qualification li{
	list-style: none;
	font-size: 0.88rem;
	line-height: 1.6;
	display: flex;
	align-items: flex-start;
	margin-bottom: 0.5rem;
}
.qualification li:last-child{
	margin-bottom: 0;
}
.staff_yaku{
	margin-bottom: 1rem;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.qualification li .tit{
	width: 60px;
}
.qualification li .txt{
	width: calc(100% - 60px);
}
.staff_name{
	font-size: 1.64rem;
	font-weight: 400;
	line-height: 1.2;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	letter-spacing: 0.03em;
	margin-bottom: 2rem;
}
.staff_name .f-eng{
	font-size: 1rem;
	margin-left: 1rem;
	color: #616560;
}
@media screen and (min-width: 768px){
	.staff_container{
		padding: 6.41rem 0;
	}
	.staff_block{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.staff_block > li{
		width: calc((100% - 4rem)/2);
		margin-bottom: 5rem;
	}
	.staff_block > li:nth-last-child(2){
		margin-bottom: 0;
	}
}
@media screen and (min-width: 992px){
	.staff_container{
		padding: 8.41rem 0;
	}
}
@media screen and (min-width: 1400px){
	.staff_container{
		padding: 9.41rem 0;
	}
}


/**************************
/* 家づくりの流れ
**************************/
.flow{
	padding: 4.91rem 0;
}
.flow_main{
	margin-bottom: 4rem;
}
.flow_block{
	margin-bottom: 0;
	position: relative;
	width: 100%;
	max-width: 420px;
	margin-right: auto;
	margin-left: auto;
}
.flow_block::before{
	position: absolute;
	content: "";
	width: 1px;
	height: calc(100% - 13rem);
	top: 0;
	left: 25px;
	background-color: rgba(90, 147, 51, 0.5);
}
.flow_block li{
	margin-top: 3rem;
	display: flex;
}
.flow_block li:first-child{
	margin-top: 0;
}
.flow_block li .no{
	font-size: 1.2rem;
	background-color: #5a9333;
	color: #fff;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	margin-right: 2rem;
	position: relative;
}
.flow_con{
	width: 100%;
	padding-top: 0.8rem;
}
.flow_con .p_bigtxt30{
	margin-bottom: 1.3rem;
}
@media screen and (min-width: 576px){
	.flow_block{
		max-width: 100%;
	}
	.flow_block::before{
		height: calc(100% - 9rem);
	}
}
@media screen and (min-width: 768px){
	.flow{
		padding: 6.41rem 0;
	}
	.flow_main{
		margin-bottom: 5rem;
	}
	.flow_block::before{
		left: 40px;
		height: calc(100% - 6rem);
	}
	.flow_block li{
		margin-top: 3.5rem;
	}
	.flow_block li .no{
		width: 80px;
		height: 80px;
		margin-right: 3.5rem;
		font-size: 1.4rem;
	}
	.flow_con{
		padding-top: 1.7rem;
	}
}
@media screen and (min-width: 992px){
	.flow{
		padding: 8.41rem 0;
	}
	.flow_main{
		margin-bottom: 7rem;
	}
	.flow_block::before{
		height: calc(100% - 7rem);
	}
	.flow_block li{
		margin-top: 4rem;
	}
}
@media screen and (min-width: 1200px){
	.flow_block::before{
		left: 50px;
	}
	.flow_block li{
		margin-top: 5rem;
	}
	.flow_block li .no{
		width: 100px;
		height: 100px;
		font-size: 1.5rem;
	}
}
@media screen and (min-width: 1400px){
	.flow{
		padding: 9.41rem 0;
	}
	.flow_main{
		margin-bottom: 8rem;
	}
}