@charset "utf-8";

/*-------------------------------
	ページ内リンク
-------------------------------*/

.C-Pagelink__item{
	width: 22rem;
}

@media screen and (min-width:769px) , print{

}
@media screen and (max-width:1240px) and (min-width: 769px){

}
@media screen and (max-width:1100px) and (min-width: 769px){

}
@media screen and (max-width:960px) and (min-width: 769px){

}
@media screen and (max-width:768px){

	.C-Pagelink{
		margin-bottom: 7rem;
		gap: 2.2rem 2.9rem;
		justify-content: space-between;
	}
	.C-Pagelink__item{
		width: calc((100% - 2.9rem) / 2);
	}
	.C-Pagelink__item a{
		font-size: 1.2rem;
	}
	.C-Pagelink__item.-arrow a::after{
		right: .9rem;
	}

}



/*-------------------------------
	会社概要
-------------------------------*/

.Company-wrap{
	padding-bottom: 2.5rem;
}
.Company{
	padding-top: var(--padding-top);
	margin-top: calc(var(--padding-top) * -1);
}
.Company .C-Title{
	margin-bottom: 4.5rem;
}
.Company-table{
	width: 100%;
}
.Company-table__item{
	width: 100%;
}
.Company-table__item:not(:last-child){
	border-bottom: 2px solid var(--subcolor);
}
.Company-table__item-title{
	border-right: 2px solid var(--subcolor);
	width: 15rem;
	padding-left: 3.8rem;
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
	line-height: calc(3 / 1.6);
	font-weight: 700;
	background: #e6e6e6;
	vertical-align: middle;
}
.Company-table__item-body{
	width: calc(100% - 15rem);
	padding-left: 3.6rem;
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
}
.Company-table__item-text{
	line-height: calc(3 / 1.6);
}

@media screen and (min-width:769px) , print{

}
@media screen and (max-width:1240px) and (min-width: 769px){

}
@media screen and (max-width:1100px) and (min-width: 769px){

}
@media screen and (max-width:960px) and (min-width: 769px){

}
@media screen and (max-width:768px){

	.Company-wrap{
		padding-bottom: 2.2rem;
	}
	.Company .C-Title{
		margin-bottom: 3.2rem;
	}
	.Company-table__item-title{
		width: 10rem;
		padding-left: 2rem;
		padding-top: 1.4rem;
		padding-bottom: 1.2rem;
		line-height: calc(2 / 1.3);
		letter-spacing: .15em;
	}
	.Company-table__item-body{
		width: calc(100% - 10rem);
		padding-left: 1.8rem;
		padding-top: 1.4rem;
		padding-bottom: 1.2rem;
	}
	.Company-table__item-text{
		line-height: calc(2 / 1.3);
		letter-spacing: .15em;
	}

}



/*-------------------------------
	Housisの想い
-------------------------------*/

.Concept{
	padding-bottom: 2.5rem;
}
.Concept .C-Title{
	margin-bottom: 4.5rem;
}
.Concept-list{
	width: 100%;
	margin-bottom: 5rem;
	display: flex;
	align-items: center;
	justify-content: center;
}
.Concept-list__item{
	width: 18rem;
	height: 18rem;
	border-radius: 50%;
	background: #231815;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	position: relative;
}
.Concept-list__item:last-child{
	background: var(--maincolor);
	color: var(--subcolor);
}
.Concept-list__item:not(:last-child){
	padding-top: 1.5rem;
	margin-right: 5.2rem;
}
.Concept-list__item:not(:last-child)::before,
.Concept-list__item:not(:last-child)::after{
	background: var(--subcolor);
	content: "";
	display: block;
	position: absolute;
	right: calc((5.2rem / 2) * -1);
	top: 50%;
}
.Concept-list__item:nth-of-type(1)::before,
.Concept-list__item:nth-of-type(1)::after{
	width: 2.1rem;
	height: .4rem;
}
.Concept-list__item:nth-of-type(1)::before{
	transform: translateX(50%);
}
.Concept-list__item:nth-of-type(1)::after{
	transform: translateX(50%) rotate(90deg);
}
.Concept-list__item:nth-of-type(2)::before,
.Concept-list__item:nth-of-type(2)::after{
	width: 1.4rem;
	height: .4rem;
}
.Concept-list__item:nth-of-type(2)::before{
	transform: translate(50%,-100%);
}
.Concept-list__item:nth-of-type(2)::after{
	transform: translate(50%,100%);
}
.Concept-list__item-en{
	font-family: var(--en);
	font-size: 2.7rem;
	letter-spacing: .15em;
	padding-left: .15em;
	font-weight: 700;
	line-height: 1;
	display: block;
}
.Concept-list__item:not(:last-child) .Concept-list__item-en::after{
	background: var(--maincolor);
	content: "";
	display: block;
	width: 9rem;
	height: 2px;
	margin: 1.5rem auto;
}
.Concept-list__item-jp{
	font-size: 1.4rem;
	font-weight: 700;
	letter-spacing: .1em;
	line-height: 1;
	display: block;
}
.Concept-block{
	border-top: 2px solid var(--subcolor);
	border-bottom: 2px solid var(--subcolor);
	background: var(--graycolor);
	width: 100%;
	padding-top: 4.5rem;
	padding-bottom: 4.2rem;
}
.Concept-block__title{
	font-size: 2.6rem;
	margin-bottom: 2.5rem;
	line-height: 1.5;
	letter-spacing: .1em;
	font-weight: 700;
	width: fit-content;
	text-align: center;
	display: block;
	position: relative;
	z-index: 5000;
	margin-left: auto;
    margin-right: auto;
}
.Concept-block__title::before{
	background: var(--maincolor);
	content: "";
	display: block;
	width: 5rem;
	height: 5rem;
	border-radius: 50%;
	position: absolute;
	left: -2.5rem;
	top: 50%;
	transform: translateY(calc(-50% - 1rem));
	z-index: -1;
}
.Concept-block__title span{
	line-height: 1;
	display: block;
}
.Concept-block__text{
	text-align: center;
}

@media screen and (min-width:769px) , print{

}
@media screen and (max-width:1240px) and (min-width: 769px){

}
@media screen and (max-width:1100px) and (min-width: 769px){

}
@media screen and (max-width:960px) and (min-width: 769px){

}
@media screen and (max-width:768px){

	.Concept{
		padding-bottom: 1.5rem;
	}
	.Concept .C-Title{
		margin-bottom: 2.8rem;
	}
	.Concept-list{
		margin-bottom: 2.5rem;
	}
	.Concept-list__item{
		width: 9.7rem;
		height: 9.7rem;
	}
	.Concept-list__item:not(:last-child){
		padding-top: .6rem;
		margin-right: 2.7rem;
	}
	.Concept-list__item:not(:last-child)::before,
	.Concept-list__item:not(:last-child)::after{
		right: calc((2.7rem / 2) * -1);
	}
	.Concept-list__item:nth-of-type(1)::before,
	.Concept-list__item:nth-of-type(1)::after{
		width: 1.1rem;
		height: 2px;
	}
	.Concept-list__item:nth-of-type(2)::before,
	.Concept-list__item:nth-of-type(2)::after{
		width: .8rem;
		height: 2px;
	}
	.Concept-list__item-en{
		font-size: 1.5rem;
	}
	.Concept-list__item .Concept-list__item-en{
		font-size: 1.7rem;
	}
	.Concept-list__item:not(:last-child) .Concept-list__item-en::after{
		width: 4.9rem;
		height: 1px;
		margin: .6rem auto .7rem;
	}
	.Concept-list__item-jp{
		font-size: .8rem;
	}
	.Concept-block{
		padding: 4.5rem 1.8rem 4.2rem;
	}
	.Concept-block__title{
		font-size: 2.1rem;
		margin-bottom: 1.2rem;
		text-indent: .5em;
	}
	.Concept-block__title::before{
		width: 3.5rem;
		height: 3.5rem;
		left: -1.2rem;
		top: 0;
		transform: translateY(-1rem);
	}
	.Concept-block__title span{
		line-height: calc(3.2 / 2.1);
	}

}



/*-------------------------------
	代表メッセージ
-------------------------------*/

.Message{
	padding-bottom: 2.5rem;
	overflow-x: hidden;
}
.Message-block{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.Message-block__body{
	width: calc(100% - 23.8rem);
	padding-right: 4.8rem;
}
.Message-block__text{
	margin-bottom: 2.2rem;
}
.Message-block__name{
	width: 100%;
	font-size: 1.4rem;
	line-height: 1;
	font-weight: 700;
	display: flex;
	align-items: baseline;
	justify-content: flex-start;
}
.Message-block__name span{
	font-size: 1.8rem;
	margin-left: 1em;
	line-height: 1;
	display: block;
}
.Message-block__image{
	width: 23.8rem;
	position: relative;
	z-index: 5000;
}
.Message-block__image::before{
	background: var(--maincolor);
	content: "";
	display: block;
	width: 10rem;
	height: 10rem;
	border-radius: 50%;
	position: absolute;
	right: -3rem;
	top: -3rem;
	z-index: -1;
}
.Message-block__image img{
	width: 100%;
}

@media screen and (min-width:769px) , print{

}
@media screen and (max-width:1240px) and (min-width: 769px){

}
@media screen and (max-width:1100px) and (min-width: 769px){

}
@media screen and (max-width:960px) and (min-width: 769px){

}
@media screen and (max-width:768px){

	.Message{
		padding-bottom: 1.2rem;
	}
	.Message-block{
		flex-direction: column-reverse;
	}
	.Message-block__body{
		width: 100%;
		padding-right: 0;
	}
	.Message-block__text{
		margin-bottom: 2.6rem;
	}
	.Message-block__name{
		font-size: 1.1rem;
	}
	.Message-block__name span{
		font-size: 1.4rem;
	}
	.Message-block__image{
		width: 19rem;
		margin-bottom: 2.2rem;
		margin-left: auto;
		margin-right: auto;
	}
	.Message-block__image::before{
		width: 5.8rem;
		height: 5.8rem;
		right: -1.9rem;
		top: -1.6rem;
	}

}



/*-------------------------------
	理念・ビジョン
-------------------------------*/

.Vision{
	padding-bottom: 2.5rem;
}
.Vision .C-Title{
	margin-bottom: 4.5rem;
}
.Vision-block-wrap__inner{
	margin-bottom: 3.2rem;
}
.Vision-block{
	border-left: .8rem solid var(--subcolor);
	background: var(--graycolor);
	padding-left: 3.6rem;
	padding-right: 4rem;
}
.Vision-block:not(:last-child){
	margin-bottom: 2rem;
}
.Vision-block{
	padding-top: 1.1rem;
	padding-bottom: 1.1rem;
}
.Vision-block__item{
	padding: 2.2rem .6rem;
}
.Vision-block__item:not(:last-child){
	border-bottom: 2px solid var(--subcolor);
}
.Vision-block__item-title{
	font-size: 1.6rem;
	margin-bottom: 1.8rem;
	padding-left: 2.6rem;
	font-weight: 700;
	line-height: 1;
	position: relative;
}
.Vision-block__item-title::before{
	background: var(--maincolor);
	content: "";
	display: block;
	width: 1.6rem;
	height: 1.6rem;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 0;
}
.Vision-block__item-text{
	font-size: 2rem;
	line-height: 1.5;
	letter-spacing: .1em;
	font-weight: 700;
}
.Vision-block.-large{
	padding-top: .5rem;
	padding-bottom: 1rem;
}
.Vision-block.-large .Vision-block__item-title{
	margin-bottom: 1rem;
}
.Vision-block.-large .Vision-block__item-text{
	font-size: 2.6rem;
}

.Vision-block__corporate{
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.Vision-block__corporate a{
	font-weight: 700;
	line-height: 1;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	opacity: 1 !important;
}
.Vision-block__corporate-text{
	padding-right: .8rem;
	line-height: 1;
	display: block;
}

@media screen and (min-width:769px) , print{

}
@media screen and (max-width:1240px) and (min-width: 769px){

}
@media screen and (max-width:1100px) and (min-width: 769px){

}
@media screen and (max-width:960px) and (min-width: 769px){

}
@media screen and (max-width:768px){

	.Vision{
		padding-bottom: 1.2rem;
	}
	.Vision .C-Title{
		margin-bottom: 3rem;
	}
	.Vision-block-wrap__inner{
		margin-bottom: 2.6rem;
	}
	.Vision-block{
		border-left: .6rem solid var(--subcolor);
		padding-left: 1.6rem;
		padding-right: 2.2rem;
	}
	.Vision-block:not(:last-child){
		margin-bottom: 1.7rem;
	}
	.Vision-block{
		padding-top: .8rem;
		padding-bottom: .2rem;
	}
	.Vision-block__item{
		padding: 1.8rem 0 1.6rem;
	}
	.Vision-block__item-title{
		font-size: var(--font-size);
		margin-bottom: 1rem;
		padding-left: 2.4rem;
	}
	.Vision-block__item-title::before{
		width: 1.3rem;
		height: 1.3rem;
	}
	.Vision-block__item-text{
		font-size: 1.5rem;
		line-height: calc(2.8 / 1.5);
	}
	.Vision-block.-large{
		padding-top: .2rem;
		padding-bottom: 0;
	}
	.Vision-block.-large .Vision-block__item-text{
		font-size: 1.7rem;
		line-height: calc(2.7 / 1.7);
	}

	.Vision-block__corporate-text{
		padding-right: .8rem;
	}
	.Vision-block__corporate .C-Arrow{
		width: 2.5rem;
		height: 2.5rem;
	}
	.Vision-block__corporate .C-Arrow::after{
		width: .9rem;
		height: .5rem;
	}

}



/*-------------------------------
	SDGsの取り組み
-------------------------------*/

.Sdgs{
	padding-bottom: 2.5rem;
}
.Sdgs__text{
	margin-bottom: 3.8rem;
	line-height: calc(3.6 / 1.6);
}
.Sdgs-block{
	background: var(--graycolor);
	padding: 3rem 5rem 2.8rem;
}
.Sdgs-block:not(:last-child){
	margin-bottom: 2rem;
}
.Sdgs-block__header{
	width: 100%;
	padding-left: .4rem;
	padding-right: .4rem;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.Sdgs-block__header-mark{
	width: 8.3rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.Sdgs-block__header-mark-image{
	width: 8.3rem;
}
.Sdgs-block__header-mark-image img{
	width: 100%;
}
.Sdgs-block__header-title{
	width: calc(100% - 8.3rem);
	font-size: 2rem;
	letter-spacing: .1em;
	padding-left: 2.5rem;
	font-weight: 700;
	line-height: calc(3.4 / 2);
}
.Sdgs-block__body{
	border-top: 2px solid var(--subcolor);
	margin-top: 2rem;
	padding-top: 1.6rem;
}

.Sdgs-block__header-mark:has(.Sdgs-block__header-mark-image:nth-of-type(2)){
	width: calc((8.3rem * 2) + 1rem);
}
.Sdgs-block__header-mark:has(.Sdgs-block__header-mark-image:nth-of-type(2)) + .Sdgs-block__header-title{
	width: calc(100% - ((8.3rem * 2) + 1rem));
}

@media screen and (min-width:769px) , print{

}
@media screen and (max-width:1240px) and (min-width: 769px){

}
@media screen and (max-width:1100px) and (min-width: 769px){

}
@media screen and (max-width:960px) and (min-width: 769px){

}
@media screen and (max-width:768px){

	.Sdgs{
		padding-bottom: 2rem;
	}
	.Sdgs .C-Title{
		margin-bottom: 2.2rem;
	}
	.Sdgs__text{
		margin-bottom: 2.4rem;
		line-height: calc(3.6 / 1.6);
		padding-left: 1.8rem;
		padding-right: 1.8rem;
	}
	.Sdgs-block{
		padding: 1.4rem 2rem;
	}
	.Sdgs-block:not(:last-child){
		margin-bottom: 1.6rem;
	}
	.Sdgs-block__header{
		padding-left: 0;
		padding-right: 2.8rem;
		position: relative;
	}
	.Sdgs-block__header::before,
	.Sdgs-block__header::after{
		transition: var(--transition);
		background: var(--subcolor);
		content: "";
		display: block;
		width: 1.4rem;
		height: 1px;
		position: absolute;
		right: 0;
		top: 50%;
	}
	.Sdgs-block__header::after{
		transform: rotate(90deg);
	}
	.Sdgs-block__header.-on::after{
		transform: rotate(0deg);
	}
	.Sdgs-block__header-mark{
		width: 5.3rem;
	}
	.Sdgs-block__header-mark-image{
		width: 5.3rem;
	}
	.Sdgs-block__header-title{
		width: calc(100% - 5.3rem);
		font-size: 1.3rem;
		padding-left: 1.4rem;
		line-height: calc(2.1 / 1.3);
	}
	.Sdgs-block__body{
		margin-top: 1rem;
		padding-top: 1.6rem;
		display: none;
	}

	.Sdgs-block__header-mark:has(.Sdgs-block__header-mark-image:nth-of-type(2)){
		width: calc((5.3rem * 2) + .6rem);
	}
	.Sdgs-block__header-mark:has(.Sdgs-block__header-mark-image:nth-of-type(2)) + .Sdgs-block__header-title{
		width: calc(100% - ((5.3rem * 2) + .6rem));
	}

}



/*-------------------------------
	よくあるご質問
-------------------------------*/

.Faq .C-Title{
	margin-bottom: 4.5rem;
}
.Faq-block:not(:last-child){
	margin-bottom: 5.8rem;
}
.Faq-block__header{
	width: 100%;
	margin-bottom: 2.7rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.Faq-block__header-title{
	width: calc(100% - 13.4rem);
	font-size: 2.6rem;
	padding-left: 3rem;
	font-weight: 700;
	letter-spacing: .1em;
	line-height: calc(3.4 / 2.6);
	position: relative;
}
.Faq-block__header-title::before{
	background: var(--maincolor);
	content: "";
	display: block;
	width: 1.6rem;
	height: 1.6rem;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: .4em;
}
.Faq-block__header-button{
	border: 2px solid var(--subcolor);
	transition: var(--transition);
	width: 13.4rem;
	height: 4rem;
	border-radius: .8rem;
	font-weight: 700;
	letter-spacing: .1em;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}
.Faq-block__header-button:hover{
	background: var(--subcolor);
	color: #fff;
}
.Faq-block__item{
	background: var(--graycolor);
	padding: 2.6rem 3rem 2.6rem 2.5rem;
	cursor: pointer;
}
.Faq-block__item:not(:last-child){
	margin-bottom: .9rem;
}
.Faq-block__item-header{
	width: 100%;
	padding-right: 4.6rem;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.Faq-block__item-header::before,
.Faq-block__item-header::after{
	transition: var(--transition);
	background: var(--subcolor);
	content: "";
	display: block;
	width: 1.6rem;
	height: 2px;
	position: absolute;
	right: 0;
	top: 1em;
	transform: translateY(-50%);
}
.Faq-block__item-header::after{
	transform: translateY(-50%) rotate(90deg);
}
.Faq-block__item-header.-on::after{
	transform: translateY(-50%) rotate(0deg);
}
.Faq-block__item-title{
	width: 100%;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.5;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
}
.Faq-block__item-title::before{
	font-family: var(--en);
	content: "Q";
	font-size: 3.2rem;
	margin-right: 1rem;
	line-height: 1;
	font-weight: 700;
	display: block;
}
.Faq-block__item-body{
	display: none;
}
.Faq-block__item-text{
	padding-top: 1.2rem;
	padding-left: 2.5rem;
}
.Faq-block__item-text span a,
.Faq-block__item-text a{
	text-decoration: underline;
}

@media screen and (min-width:769px) , print{

}
@media screen and (max-width:1240px) and (min-width: 769px){

}
@media screen and (max-width:1100px) and (min-width: 769px){

}
@media screen and (max-width:960px) and (min-width: 769px){

}
@media screen and (max-width:768px){

	.Faq .C-Title{
		margin-bottom: 3rem;
	}
	.Faq-block:not(:last-child){
		margin-bottom: 5.4rem;
	}
	.Faq-block__header{
		margin-bottom: 2.4rem;
	}
	.Faq-block__header-title{
		width: calc(100% - 9.8rem);
		font-size: 1.8rem;
		padding-left: 2rem;
		padding-right: 2.6rem;
		line-height: calc(2.4 / 1.8);
	}
	.Faq-block__header-title::before{
		width: 1.1rem;
		height: 1.1rem;
	}
	.Faq-block__header-button{
		width: 9.8rem;
		height: 2.7rem;
		border-radius: .6rem;
		font-size: 1.1rem;
	}
	.Faq-block__item{
		padding: 2rem 1.4rem 1.4rem 2rem;
	}
	.Faq-block__item:not(:last-child){
		margin-bottom: 1rem;
	}
	.Faq-block__item-header{
		padding-right: 3rem;
	}
	.Faq-block__item-header::before,
	.Faq-block__item-header::after{
		width: 1.4rem;
	}
	.Faq-block__item-title{
		font-size: 1.4rem;
	}
	.Faq-block__item-title::before{
		font-size: 2.6rem;
		margin-right: .8rem;
	}
	.Faq-block__item-body{
		display: none;
	}
	.Faq-block__item-text{
		padding-left: 0;
	}

}