@charset 'UTF-8';
/* 基本設定 */
#page-main {
  width: 100%;
}
#page-main a img {
  transition: .3s;
}
#page-main a .img-scale img {
	transition: .6s;
}
#page-main a:hover img {
  opacity: 0.6;
}

/* ================================================================================================ */
/* 共通
--------------------------------------------------------------------------------------------------- */
/***************font***************/
@media screen and (max-width: 1199px){
	.sp-fsize-10{
		font-size: 1rem;
	}
	.sp-fsize-20{
		font-size: 2rem;
	}
}
@media screen and (min-width: 1200px){
	.pc-fsize-12{
		font-size: 1.2rem;
	}
	.pc-fsize-16{
		font-size: 1.6rem;
	}
	.pc-fsize-22{
		font-size: 2.2rem;
	}
	.pc-fsize-24{
		font-size: 2.4rem;
	}
}
/***************table***************/
.common-table th{
	padding-right: 1rem;
}
@media screen and (max-width: 575px){
	.ct-230-sp-160-110 th{
		width: 11rem;
	}
	.ct-230-sp-160-110 td{
		width: calc(100% - 11rem);
	}
}
@media screen and (min-width:576px) and (max-width:1199px){
	.ct-230-sp-160-110 th{
		width: 16rem;
	}
	.ct-230-sp-160-110 td{
		width: calc(100% - 16rem);
	}
}
@media screen and (max-width: 1199px){
	.common-table th,.common-table td{
		padding-top: 1.6rem;
		padding-bottom: 1.6rem;
	}
	.ct-230-sp-110 th{
		width: 11rem;
	}
	.ct-230-sp-110 td{
		width: calc(100% - 11rem);
	}
}
@media screen and (min-width: 1200px){
	.common-table th,.common-table td{
		padding-top: 2.51rem;
		padding-bottom: 2.51rem;
	}
	.common-table.ct-h-60 th,.common-table.ct-h-60 td{
		padding-top: 1.51rem;
		padding-bottom: 1.51rem;
	}
	.ct-230-sp-110 th,.ct-230-sp-160-110 th{
		width: 23rem;
	}
	.ct-230-sp-110 td,.ct-230-sp-160-110 td{
		width: calc(100% - 23rem);
	}
	.ct-230-sp-160-120 th{
		width: 23rem;
	}
	.ct-230-sp-160-120 td{
		width: calc(100% - 23rem);
	}
}
/***************decoration***************/
.c-a6b3ab{
	color: #aaa;
}
.bc-a6b3ab{
	background-color: #aaa;
}
.bd-1-46674f-s{
	border: 1px #313131 solid;
}
.bd-1-a6b3ab-s{
	border: 1px #aaa solid;
}
.bdt-1-374209-s{
	border-top: 1px rgba(55,66,9,0.25) solid;
}
/***************font***************/
.common-sub-ttl{
	line-height: 1.5;
}
@media screen and (max-width: 1199px){
	.common-sub-ttl{
		font-size: 2rem;
	}
}
@media screen and (min-width: 1200px){
	.common-sub-ttl{
		font-size: 2.4rem;
	}
}

/* ================================================ */
/* 注文住宅※振り分けページ共通のため注意
------------------------------------------------------ */
.page-custom-built-house-item>a{
	display: block;
	color: #fff;
	text-decoration: none;
}
.page-custom-built-house-item-img{
	position: relative;
}
.page-custom-built-house-item-img-ttl{
	position: absolute;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
	background-color: rgba(0,0,0,0.30);
	top: 0;
	left: 0;
	flex-wrap: wrap;
}
@media screen and (min-width: 768px){
	.page-custom-built-house-wrap{
		display: flex;
	}
	.page-custom-built-house-item{
		width: calc(100% / 3);
	}
}
@media screen and (min-width:768px) and (max-width:1199px){
	.page-custom-built-house-wrap{
		margin-right: -0.8rem;
		margin-left: -0.8rem;
	}
	.page-custom-built-house-item{
		padding-right: 0.8rem;
		padding-left: 0.8rem;
	}
}
@media screen and (max-width: 1199px){
	.page-custom-built-house-item-img{
		margin-bottom: 1.6rem;
	}
	.page-custom-built-house-item-img-ttl .efont{
		font-size: 2.4rem;
	}
}
@media screen and (min-width: 1200px){
	.page-custom-built-house-wrap{
		margin-right: -2.4rem;
		margin-left: -2.4rem;
	}
	.page-custom-built-house-item{
		padding-right: 2.4rem;
		padding-left: 2.4rem;
	}
	.page-custom-built-house-item-img{
		margin-bottom: 3.2rem;
	}
	.page-custom-built-house-item-img-ttl .efont{
		font-size: 3.2rem;
	}
	.page-custom-built-house-item-img-ttl .txtmin{
		font-size: 1.6rem;
	}
}

/* ================================================ */
/* 各商品ページ共通
------------------------------------------------------ */
/***************first***************/
@media screen and (max-width: 575px){
	.page-cbh-child-concept-img{
		margin-bottom: 2.4rem;
	}
}
@media screen and (min-width: 576px){
	.page-cbh-child-concept-wrap{
		display: flex;
		align-items: center;
	}
	.page-cbh-child-concept-img{
		width: 50%;
	}
	.page-cbh-child-concept-txt{
		width: 50%;
		padding-left: 5%;
	}
}
@media screen and (max-width: 1199px){
	.pccct-ttl{
		font-size: 2.4rem;
	}
	.pccct-ttl .txtmin{
		font-size: 1.3rem;
	}
}
@media screen and (min-width: 1200px){
	.pccct-ttl{
		font-size: 3.2rem;
	}
	.pccct-ttl .txtmin{
		font-size: 1.5rem;
	}
}
/***************共通タイトル部分***************/
@media screen and (min-width: 992px){
	.common-page-cbh-child-ttl-wrap{
		display: grid;
	}
}
@media screen and (min-width:992px) and (max-width:1199px){
	.common-page-cbh-child-ttl-wrap{
		grid-template-columns: 38rem 1fr;
	}
}
@media screen and (min-width: 1200px){
	.common-page-cbh-child-ttl-wrap{
		grid-template-columns: 56rem 1fr;
	}
}
/***************fourth***************/
@media screen and (max-width: 991px){
	.page-cbh-child-price-ttl-main{
		margin-bottom: 2.4rem;
	}
}
@media screen and (min-width: 992px){
	.page-cbh-child-price-ttl-caption-wrap{
		padding-top: 0.6rem;
	}
}
/*house-icon*/
.page-cbh-child-price-house-icon-wrap{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.page-cbh-child-price-house-icon-item{
	width: 100%;
	border-left: 1px #313131 solid;
	position: relative;
	padding-top: 0.8rem;
}
.page-cbh-child-price-house-icon-item::before{
	content: " ";
	display: block;
	height: 1px;
	position: absolute;
	right: 0;
	background-color: #313131;
	transform: rotate(-10deg);
}
.pccshii-tsubo{
	line-height: 1;
}
.pccshii-price{
	line-height: 1;
}
@media screen and (max-width: 575px){
	.page-cbh-child-price-house-icon-item{
		width: calc((100% / 3) - 1rem);
	}
	.page-cbh-child-price-house-icon-item:nth-of-type(-n+3){
		margin-bottom: 4rem;
	}
}
@media screen and (min-width: 576px){
	.page-cbh-child-price-house-icon-item{
		width: calc(20% - 3.2rem);
	}
}
@media screen and (max-width: 767px){
	.page-cbh-child-price-house-icon-item::before{
		top: -0.8rem;
	}
}
@media screen and (min-width:768px) and (max-width:1199px){
	.page-cbh-child-price-house-icon-item::before{
		top: -1.4rem;
	}
}
@media screen and (max-width: 1199px){
	.page-cbh-child-price-house-icon-item{
		margin-right: 0.5rem;
		margin-left: 0.5rem;
		max-width: 16rem;
	}
	.page-cbh-child-price-house-icon-item::before{
		width: calc(100% + 1rem);
	}
	.pccshii-tsubo-num{
		font-size: 3.2rem;
	}
	.pccshii-tsubo-unit{
		font-size: 1.6rem;
	}
	.pccshii-price-num{
		font-size: 2rem;
	}
	.pccshii-price-unit{
		font-size: 1.4rem;
	}
}
@media screen and (min-width: 1200px){
	.page-cbh-child-price-house-icon-item{
		margin-right: 1.6rem;
		margin-left: 1.6rem;
		max-width: 20rem;
	}
	.page-cbh-child-price-house-icon-item::before{
		width: calc(100% + 1.6rem);
		top: -1.6rem;
	}
	.pccshii-tsubo-num{
		font-size: 4.8rem;
	}
	.pccshii-tsubo-unit{
		font-size: 2.4rem;
	}
	.pccshii-price-num{
		font-size: 3.2rem;
	}
	.pccshii-price-unit{
		font-size: 1.6rem;
	}
}
/*price*/
.page-cbh-child-price-list{
	display: flex;
	flex-wrap: wrap;
	margin-right: -0.2rem;
	margin-left: -0.2rem;
}
.page-cbh-child-price-list li{
	list-style: none;
	padding-right: 0.2rem;
	padding-left: 0.2rem;
	margin-bottom: 0.4rem;
}
.page-cbh-child-price-list li>.bc-fff{
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 1;
}
.pccpl-tsubo{
	padding-right: 1em;
	margin-right: 1em;
	border-right: 1px #313131 solid;
}
@media screen and (max-width: 575px){
	.page-cbh-child-price-list li{
		width: 50%;
	}
}
@media screen and (min-width: 576px){
	.page-cbh-child-price-list li{
		width: calc(100% / 3);
	}
}
@media screen and (max-width: 1199px){
	.page-cbh-child-price-list-wrap{
		max-width: 86rem;
	}
	.page-cbh-child-price-list li{
		font-size: 1.4rem;
	}
	.page-cbh-child-price-list li>.bc-fff{
		min-height: 4rem;
	}
}
@media screen and (min-width: 1200px){
	.page-cbh-child-price-list-wrap{
		max-width: 116rem;
	}
	.page-cbh-child-price-list li{
		font-size: 1.8rem;
	}
	.page-cbh-child-price-list li>.bc-fff{
		min-height: 4.8rem;
	}
}
/* ================================================================================================ */
/* ハイスペック・スタンダード・平屋
--------------------------------------------------------------------------------------------------- */
/***************first***************/
/*list*/
.page-cbh-child-first-spec{
	display: flex;
	flex-wrap: wrap;
	margin-right: -0.2rem;
	margin-left: -0.2rem;
}
.page-cbh-child-first-spec-inner{
	display: flex;
}
.page-cbh-child-first-spec-item{
	width: calc(100% / 3);
	padding-right: 0.2em;
	padding-left: 0.2rem;
}
.pccfsw-50 .page-cbh-child-first-spec-item{
	width: 50%;
}
.page-cbh-child-first-spec-item .bc-eeefea{
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.pccfsi-ttl{
	width: 100%;
}
@media screen and (max-width: 1199px){
	.page-cbh-child-first-spec-item .bc-eeefea{
		min-height: 12rem;
	}
	.pccfsi-ttl{
		margin-bottom: 0.4rem;
		font-size: 1.6rem;
	}
}
@media screen and (min-width: 1200px){
	.page-cbh-child-first-spec-item .bc-eeefea{
		min-height: 16rem;
	}
	.pccfsi-ttl{
		margin-bottom: 0.8rem;
		font-size: 2rem;
	}
}
/***************second***************/
.page-cbh-child-spec-list{
	display: flex;
	flex-wrap: wrap;
	margin-right: -0.2rem;
	margin-left: -0.2rem;
}
.page-cbh-child-spec-list>li{
	list-style: none;
	padding-right: 0.2em;
	padding-left: 0.2rem;
	margin-bottom: 0.4rem;
}
.page-cbh-child-spec-list li>div{
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.pccsl-child-list{
	list-style: none;
	font-size: 0.75em;
	margin-top: 0.625em;
}
.pccsl-child-list li{
	list-style: none;
	line-height: 1.5;
}
@media screen and (max-width: 575px){
	.page-cbh-child-spec-list>li{
		width: 50%;
	}
}
@media screen and (min-width:576px) and (max-width:991px){
	.page-cbh-child-spec-list>li{
		width: calc(100% / 3);
	}
}
@media screen and (min-width: 992px){
	.page-cbh-child-spec-list>li{
		width: 20%;
	}
}
@media screen and (max-width: 1199px){
	.pccfsi-ttl{
		font-size: 1.6rem;
	}
	.page-cbh-child-spec-list li>div{
		min-height: 9.6rem;
	}
}
@media screen and (min-width: 1200px){
	.page-cbh-child-spec-list li>div{
		font-size: 1.6rem;
	}
	.page-cbh-child-spec-list li>div{
		min-height: 12rem;
	}
}
/***************third***************/
/*pagenation*/
.page-cbh-child-equipment-swiper-pagenation-wrap{
	max-width: 24rem;
}
.page-cbh-child-equipment-swiper-pagenation{
	display: flex;
	justify-content: center;
}
.page-cbh-child-equipment-swiper-pagenation span{
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	height: 1.2rem;
	width: 2.4rem;
}
.page-cbh-child-equipment-swiper-pagenation span::before{
	content: " ";
	display: block;
	width: 1.2rem;
	height: 0.3rem;
	background-color: #aaa;
	transition: .3s;
	border-radius: 0.15rem	
}
.page-cbh-child-equipment-swiper-pagenation span.swiper-pagination-bullet-active::before{
	content: " ";
	display: block;
	width: 1.2rem;
	height: 1.2rem;
	background-color: #313131;
	border-radius: 50%;
}
/***************fifth***************/
.page-cbh-child-guarantee-list{
	margin-right: -0.2rem;
	margin-left: -0.2rem;
	display: flex;
	flex-wrap: wrap;
}
.page-cbh-child-guarantee-list li{
	list-style: none;
	padding-right: 0.2rem;
	padding-left: 0.2rem;
	margin-bottom: 0.4rem;
}
.page-cbh-child-guarantee-list li>div{
	display: flex;
	justify-content: center;
	align-items: center;
}
@media screen and (max-width: 575px){
	.page-cbh-child-guarantee-list li{
		width: 50%;
	}
}
@media screen and (min-width: 576px){
	.page-cbh-child-guarantee-list li{
		width: 25%;
	}
}
@media screen and (max-width: 991px){
	.page-cbh-child-guarantee-ttl{
		margin-bottom: 3.2rem;
	}
}
@media screen and (min-width:992px) and (max-width:1199px){
	.page-cbh-child-guarantee-list{
		padding-top: 0.5rem;
	}
}
@media screen and (max-width: 1199px){
	.page-cbh-child-guarantee-list li{
		line-height: 4rem;
	}
}
@media screen and (min-width: 1200px){
	.page-cbh-child-guarantee-list{
		padding-top: 1rem;
	}
	.page-cbh-child-guarantee-list li{
		line-height: 5rem;
	}
}

/* ================================================================================================ */
/* KAJITORU
--------------------------------------------------------------------------------------------------- */
/***************first***************/
/*video*/
.page-kajitoru-mov video{
	max-width: 100%;
	height: auto;
	display: block;
	margin-bottom: 0.4rem;
}
/*image*/
.page-kajitoru-image-wrap{
	display: flex;
	flex-wrap: wrap;
}
.page-kajitoru-image-main{
	width: 40%;
	padding-right: 0.4rem;
}
.page-kajitoru-image-main img{
	-o-object-fit: cover;
	   object-fit: cover;
	max-height: 72rem;
}
.page-kajitoru-image-sub{
	width: 60%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: -0.4rem;
}
.page-kajitoru-image-sub-item{
	width: calc(50% - 0.2rem);
	margin-bottom: 0.4rem;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.page-kajitoru-image-sub-item:first-of-type{
	background-image: url("../images/page/plannning/kajitoru/page-kajitoru-image02.webp");
}
.page-kajitoru-image-sub-item:nth-of-type(2){
	background-image: url("../images/page/plannning/kajitoru/page-kajitoru-image03.webp");
}
.page-kajitoru-image-sub-item:nth-of-type(3){
	background-image: url("../images/page/plannning/kajitoru/page-kajitoru-image04.webp");
}
.page-kajitoru-image-sub-item:nth-of-type(4){
	background-image: url("../images/page/plannning/kajitoru/page-kajitoru-image05.webp");
}
/***************second***************/
.page-kajitoru-price-item-ttl{
	min-height: 4.8rem;
	margin-bottom: 0.4rem;
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 1;
}
.page-kajitoru-price-item-ttl .pccpl-tsubo{
	border-right-color: #fff;
}
.page-kajitoru-price-item .page-cbh-child-price-list li{
	width: 100%;
}
.page-kajitoru-price-item-ttl span,.page-kajitoru-price-item .page-cbh-child-price-list li .bc-fff span{
	min-width: 8rem;
}
@media screen and (min-width: 576px){
	.page-kajitoru-price-wrap{
		display: flex;
		margin-right: -0.2rem;
		margin-left: -0.2rem;
		flex-wrap: wrap;
	}
	.page-kajitoru-price-item{
		width: 50%;
		padding-right: 0.2rem;
		padding-left: 0.2rem;
	}
}
/***************fourth***************/
.page-kajitoru-equipment-wrap{
	display: flex;
	flex-wrap: wrap;
	margin-right: -3.2rem;
	margin-left: -3.2rem;
}
.page-kajitoru-equipment-item{
	width: 25%;
	padding-right: 3.2rem;
	padding-left: 3.2rem;
}
@media screen and (max-width: 767px){
	.page-kajitoru-equipment-item{
		width: 50%;
	}
}
@media screen and (min-width: 768px){
	.page-kajitoru-equipment-item{
		width: 25%;
	}
}
@media screen and (max-width: 1199px){
	.page-kajitoru-equipment-wrap{
		margin-right: -1rem;
		margin-left: -1rem;
	}
	.page-kajitoru-equipment-item{
		padding-right: 1rem;
		padding-left: 1rem;
	}
}
@media screen and (min-width: 1200px){
	.page-kajitoru-equipment-wrap{
		margin-right: -3.2rem;
		margin-left: -3.2rem;
	}
	.page-kajitoru-equipment-item{
		padding-right: 3.2rem;
		padding-left: 3.2rem;
	}
}
/***************fifth***************/
.page-kajitoru-plan-price-wrap{
	display: flex;
	margin-right: -3.2rem;
	margin-left: -3.2rem;
	flex-wrap: wrap;
}
.page-kajitoru-plan-price-item{
	padding-left: 3.2rem;
	padding-right: 3.2rem;
}
.page-kajitoru-plan-price-item-txt{
	border-top: 1px #eee solid;
	border-bottom: 1px #eee solid;
}
.page-kajitoru-plan-price-item-txt{
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 1;
	padding-top: 1.6rem;
	padding-bottom: 1.6rem;
	letter-spacing: 0.05em;
}
.pkppi-ttl{
	padding-right: 1.2em;
}
.pkppi-main{
	padding-left: 1.2em;
	border-left: 1px #eee solid;
}
.pkppi-main-num{
	font-size: 1.8em;
	padding-right: 0.1em;
}
@media screen and (max-width: 575px){
	.page-kajitoru-plan-price-item{
		width: 100%;
	}
}
@media screen and (min-width: 576px){
	.page-kajitoru-plan-price-item{
		width: 50%;
	}
}
@media screen and (max-width: 1199px){
	.page-kajitoru-plan-price-wrap{
		margin-right: -1rem;
		margin-left: -1rem;
	}
	.page-kajitoru-plan-price-item{
		padding-right: 1rem;
		padding-left: 1rem;
		margin-bottom: 3.2rem;
	}
	.page-kajitoru-plan-price-item-txt{
		font-size: 1.6rem;
	}
}
@media screen and (min-width: 1200px){
	.page-kajitoru-plan-price-wrap{
		margin-right: -3.2rem;
		margin-left: -3.2rem;
	}
	.page-kajitoru-plan-price-item{
		padding-right: 3.2rem;
		padding-left: 3.2rem;
		margin-bottom: 6.4rem;
	}
	.page-kajitoru-plan-price-item-txt{
		font-size: 2.4rem;
	}
}

/* ================================================================================================ */
/* frame
--------------------------------------------------------------------------------------------------- */
/***************second***************/
.page-frame-star-container{
	max-width: 120rem;
}
.page-frame-star-wrap{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.page-frame-star-item .bc-fff{
	padding: 3.2rem;
	border-radius: 2rem;
}
.page-frame-star-item .txtmin{
	margin-bottom: 1.6rem;
}
@media screen and (max-width: 575px){
	.page-frame-star-item{
		width: 50%;
	}
	.page-frame-star-item:last-of-type{
		margin-top: 1.6rem;
	}
}
@media screen and (min-width: 576px){
	.page-frame-star-item{
		width: calc(100% / 3);
	}
}
@media screen and (max-width: 1199px){
	.page-frame-star-wrap{
		margin-right: -0.8rem;
		margin-left: -0.8rem;
	}
	.page-frame-star-item{
		padding-right: 0.8rem;
		padding-left: 0.8rem;
	}
}
@media screen and (min-width: 1200px){
	.page-frame-star-wrap{
		margin-right: -1.6rem;
		margin-left: -1.6rem;
	}
	.page-frame-star-item{
		padding-right: 1.6rem;
		padding-left: 1.6rem;
	}
}
/***************fourth***************/
.common-scroll-swiper{
	overflow: hidden;
}
.common-scroll-swiper .swiper-wrapper{
	transition-timing-function: linear;
}

/* ================================================================================================ */
/* プライバシーポリシー
--------------------------------------------------------------------------------------------------- */
.page-policy-txt{
	display: flex;
}
.ppt-no{
	width: 26px;
	display: block;
	text-align: center;
}
.ppt-main{
	width: calc(100% - 26px);
	display: block;
}
.pl-26{
	padding-left: 26px;
}

/* ================================================================================================ */
/* 採用情報
--------------------------------------------------------------------------------------------------- */
/*concept*/
.prcit-ttl{
	line-height: 1.5;
}
@media screen and (max-width: 767px){
	.page-recruitment-concept-item-img{
		margin-bottom: 2.4rem;
	}
}
@media screen and (min-width: 768px){
	.page-recruitment-concept-item{
		display: flex;
	}
	.page-recruitment-concept-item-img{
		width: 50%;
		padding-right: 2.5%;
	}
	.page-recruitment-concept-item-img.pc-prci-order-2{
		padding-left: 2.5%;
		padding-right: 0;
	}
	.page-recruitment-concept-item-txt{
		width: 50%;
		padding-left: 2.5%;
	}
	.page-recruitment-concept-item-txt.pc-prci-order-1{
		padding-right: 2.5%;
		padding-left: 0;
	}
	.pc-prci-order-1{
		order: 1;
	}
	.pc-prci-order-2{
		order: 2;
	}
}
@media screen and (min-width: 992px){
	.page-recruitment-concept-item{
		align-items: center;
	}
}
@media screen and (max-width: 1199px){
	.prcit-ttl{
		font-size: 2rem;
		margin-bottom: 1.6rem;
	}
}
@media screen and (min-width: 1200px){
	.prcit-ttl{
		font-size: 3.2rem;
		margin-bottom: 3.2rem;
	}
}
/*tel*/
.page-recruitment-tel{
	line-height: 1;
	padding-top: 0.7em;
	margin-bottom: 0.8em;
}
.page-recruitment-tel a.c-46674f:hover{
	color: #313131;
}
.prt-main{
	font-size: 1.4em;
}
@media screen and (max-width: 1199px){
	.page-recruitment-tel{
		font-size: 2.4rem;
	}
}
@media screen and (min-width: 1200px){
	.page-recruitment-tel{
		font-size: 4rem;
	}
}
