@charset "UTF-8";

/* ****************************************************
contents.css
トップページ コンテンツスタイル
***************************************************** */


/* ==============================================
   共通コンテンツレイアウト
============================================== */

#homeContents {
	/* コンテンツエリア全体 */
}


/* ==============================================
   MV
============================================== */

#sec_mv img {
	display: block;
	width: 100%;
	height: auto;
}


/* ==============================================
   CTA＋No.1バナー（#sec_cta1）
============================================== */

#sec_cta1 {
	padding: 40px 0 50px;
	text-align: center;
}

#sec_cta1 .cta_lead {
	font-size: 20px;
	line-height: 1.8;
	color: #333;
}

#sec_cta1 .cta_arrow {
	margin: 20px auto 0;
	text-align: center;
}

#sec_cta1 .cta_arrow img {
	width: 167px;
	height: auto;
}

#sec_cta1 .cta_bnr,
.sec_cta_bnr .cta_bnr {
	margin: 15px auto 0;
	width: 928px;
	filter: drop-shadow(8px 6px 0px rgba(0, 0, 0, 0.21));
}

#sec_cta1 .cta_bnr img,
.sec_cta_bnr .cta_bnr img {
	width: 100%;
	height: auto;
}

#sec_cta1 .interview_bnr {
	margin: 40px auto 0;
	width: 1000px;
}

#sec_cta1 .interview_bnr img {
	width: 100%;
	height: auto;
}

/* CTAボタン単体 */
.sec_cta_bnr {
	padding: 50px 0;
	text-align: center;
	background: #fff;
}

/* CTAテキスト＋ボタン（#sec_cta2） */
#sec_cta2 {
	padding: 50px 0 60px;
	text-align: center;
	background: #fff;
}

#sec_cta2 .cta_lead {
	font-size: 20px;
	line-height: 1.9;
	color: #333;
	margin-bottom: 0;
}

#sec_cta2 .cta_arrow {
	margin: 20px auto 0;
	text-align: center;
}

#sec_cta2 .cta_arrow img {
	width: 167px;
	height: auto;
}

#sec_cta2 .cta_bnr {
	margin: 15px auto 0;
	width: 928px;
	filter: drop-shadow(8px 6px 0px rgba(0, 0, 0, 0.21));
}

#sec_cta2 .cta_bnr img {
	width: 100%;
	height: auto;
}


/* ==============================================
   選ばれるポイント（#sec_point）
============================================== */

#sec_point {
	padding-bottom: 70px;
}

.point_ti {
	background: url(../../img3/point_ti_bg_pc.png) no-repeat center bottom;
	padding: 60px 0 20px;
	text-align: center;
}

.point_ti .point_ti_sub {
	font-size: 24px;
	color: #333;
	margin-bottom: 8px;
}

.point_ti h2 {
	font-size: 44px;
	font-weight: bold;
	color: #333;
	line-height: 1.3;
}

.point_inner {
	background: #e7e7e7 url(../../img3/point_bg.png) no-repeat center center;
	background-size: cover;
}

.point_list {
	display: flex;
	flex-direction: column;
	gap: 20px;
	margin: 0 auto;
	width: 1024px;
	padding: 30px 20px 70px;
}

.point_list .col {
	display: flex;
	align-items: center;
	background: #fff;
	border-radius: 100px;
	min-height: 200px;
	overflow: visible;
	background-repeat: no-repeat;
	background-position: left bottom;
	background-size: contain;
}

.point_list .col.il_right {
	background-position: right bottom;
}

.point_list .col1 { background-image: url(../../img3/point_il_1.png); }
.point_list .col2 { background-image: url(../../img3/point_il_2.png); }
.point_list .col3 { background-image: url(../../img3/point_il_3.png); }
.point_list .col4 { background-image: url(../../img3/point_il_4.png); }
.point_list .col5 { background-image: url(../../img3/point_il_5.png); }

.point_list .col .tx {
	padding: 20px 20px 20px 260px;
}

.point_list .col.il_right .tx {
	padding: 20px 260px 20px 60px;
}

.point_list .col .tx h3 {
	font-size: 30px;
	font-weight: bold;
	color: #e83820;
	line-height: 1.4;
	margin-bottom: 10px;
}

.point_list .col .tx p {
	font-size: 20px;
	color: #333;
	line-height: 1.7;
}


/* ==============================================
   お客様の声（#sec_voice）
============================================== */

/* リードエリア（白背景） */
.voice_lead {
	padding: 50px 0 0;
	text-align: center;
	background: #fff;
}

.voice_lead .voice_lead_catch {
	font-size: 26px;
	font-weight: bold;
	color: #3aab4c;
	line-height: 1.6;
	margin-bottom: 12px;
}

.voice_lead .voice_lead_tx {
	font-size: 24px;
	color: #333;
	line-height: 1.7;
	margin-bottom: 20px;
}

.voice_lead .voice_tit_arrow {
	margin: 0 auto 30px;
}

.voice_lead .voice_tit_arrow img {
	width: 160px;
	height: auto;
}

/* スライダーエリア（背景画像） */
.voice_slider_wrap {
	background: url(../../img3/voice_bg.png) no-repeat center center;
	background-size: cover;
	padding: 50px 0 60px;
	text-align: center;
}

/* 見出し */
.sec_voice_h2 {
	margin-bottom: 30px;
	padding-top: 60px;
	background: url(../../img3/sec_voice_h2.png) no-repeat top center;
	font-size: 30px;
	font-weight: bold;
	color: #333;
	text-align: center;
}

/* スライダー */
#slideVoice {
	margin: 0 auto;
	width: 90%;
}

#slideVoice .inBox {
	margin: 10px 10px 20px;
	padding: 20px;
	background: #fff;
	border-radius: 12px;
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
	text-align: left;
	min-height:307px;
}

#slideVoice .inBox .inBox_head {
	display: flex;
	align-items: flex-start;
	gap: 16px;
	margin-bottom: 14px;
}

#slideVoice .inBox .inBox_head .ph {
	flex: 0 0 120px;
	border: 3px solid #ffd803;
	border-radius: 4px;
	overflow: hidden;
}

#slideVoice .inBox .inBox_head .ph img {
	width: 100%;
	height: auto;
	display: block;
}

#slideVoice .inBox .inBox_head .meta {
	flex: 1;
}

#slideVoice .inBox .inBox_head .meta .tit {
	font-size: 18px;
	font-weight: bold;
	color: #333;
	line-height: 1.5;
	margin-bottom: 6px;
}

#slideVoice .inBox .inBox_head .meta .name {
	font-size: 16px;
	color: #555;
}

#slideVoice .inBox .tx {
	font-size: 15px;
	color: #333;
	line-height: 1.8;
}

.slick-dots li.slick-active button {
	border: 1px solid #f18200 !important;
	background-color: #f18200 !important;
}

/* 詳しくみるボタン */
.voice_btn a {
	display: block;
	margin: 70px auto 0;
	padding: 0.6em 0;
	width: 13em;
	font-size: 22px;
	font-weight: bold;
	color: #333;
	text-align: center;
	background: #ffd803 url(../../img3/btn_arrow.png) no-repeat right 20px center;
	background-size: 17px auto;
	border-radius: 40px;
	text-decoration: none;
	box-shadow: 5px 5px 0px rgba(0, 0, 0, 0.2);
}

.voice_btn a:hover {
	background-color: #ffe033;
}


/* ==============================================
   提携住宅会社（#sec_partnership）
============================================== */

#sec_partnership {
	padding: 0 0 60px;
	background: #fff;
	text-align: center;
}

/* 見出し */
.sec_partnership_h2 {
	padding: 20px 0 30px;
	font-size: 50px;
	font-weight: bold;
	color: #3aab4c;
	text-align: center;
	line-height: 1.3;
}

/* スライダー */
#slidePartnership {
	width: 100%;
}

#slidePartnership .inBox {
	padding: 0 15px;
}

#slidePartnership .inBox a {
	display: block;
	text-decoration: none;
}

#slidePartnership .inBox a:hover {
	opacity: 0.85;
}

/* 外観写真 */
#slidePartnership .inBox .ph {
	margin: 0;
	overflow: hidden;
	line-height: 0;
	border-radius: 10px;
}

#slidePartnership .inBox .ph img {
	width: 100%;
	height: 220px;
	object-fit: cover;
	display: block;
}

/* ロゴ */
#slidePartnership .inBox .logo {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 14px 10px;
	min-height: 80px;
}

#slidePartnership .inBox .logo img {
	width: auto;
	height: auto;
}

/* 提携住宅会社一覧をみるボタン */
.partnership_btn a {
	display: block;
	margin: 40px auto 0;
	padding: 0.6em 3em 0.6em 1.5em;
	width: auto;
	display: inline-block;
	font-size: 22px;
	font-weight: bold;
	color: #333;
	text-align: center;
	background: #ffd803 url(../../img3/btn_arrow.png) no-repeat right 20px center;
	background-size: 17px auto;
	border-radius: 40px;
	text-decoration: none;
	box-shadow: 5px 5px 0px rgba(0, 0, 0, 0.2);
}

.partnership_btn a:hover {
	background-color: #ffe033;
}

/* ==============================================
   スタッフ紹介（#sec_staff）
============================================== */

#sec_staff {
	background: url(../../img3/staff_bg.png) no-repeat center center;
	background-size: cover;
	padding: 70px 0 100px;
	text-align: center;
}

.sec_staff_h2 {
	margin-bottom: 40px;
	padding-top: 50px;
	background: url(../../img3/sec_staff_h2.png) no-repeat top center;
	font-size: 30px;
	font-weight: bold;
	color: #333;
	text-align: center;
}

.staff_list {
	display: flex;
	flex-direction: column;
	gap: 30px;
	margin: 0 auto;
	width: 900px;
}

.staff_list .card {
	display: flex;
	align-items: flex-start;
	background: #fff;
	border-radius: 10px;
	padding: 20px;
	box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.12);
	text-align: left;
}

.staff_list .card .ph {
	flex: 0 0 240px;
	margin-right: 30px;
}

.staff_list .card .ph img {
	width: 240px;
	height: auto;
	border-radius: 10px;
	display: block;
}

.staff_list .card .tx {
	flex: 1;
	padding-top: 10px;
}

.staff_list .card .tx .role_name {
	font-size: 26px;
	font-weight: bold;
	color: #333;
	margin-bottom: 16px;
	line-height: 1.4;
}

.staff_list .card .tx .comment {
	font-size: 18px;
	color: #333;
	line-height: 1.8;
}


/* ==============================================
/* ==============================================
   SP対応 @media (max-width: 480px)
============================================== */

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

	/* CTA＋No.1バナー（SP）
	---------------------------------------------- */
	#sec_cta1 {
		padding: 30px 0 40px;
	}

	#sec_cta1 .cta_lead {
		margin: 0 5%;
		font-size: 16px;
	}

	#sec_cta1 .cta_arrow img {
		width: 80px;
	}

	#sec_cta1 .cta_bnr,
	.sec_cta_bnr .cta_bnr {
		width: 90%;
	}

	#sec_cta1 .interview_bnr {
		width: 90%;
	}

	.sec_cta_bnr {
		padding: 30px 0 40px;
	}

	/* CTAテキスト＋ボタン（SP）
	---------------------------------------------- */
	#sec_cta2 {
		padding: 40px 0 50px;
	}

	#sec_cta2 .cta_lead {
		margin: 0 5%;
		font-size: 15px;
	}

	#sec_cta2 .cta_arrow img {
		width: 80px;
	}

	#sec_cta2 .cta_bnr {
		width: 90%;
	}


	/* 選ばれるポイント（SP）
	---------------------------------------------- */
	#sec_point {
		padding-bottom: 40px;
	}

	.point_ti {
		background: url(../../img3/point_ti_bg_sp.png) no-repeat center top;
		background-size: cover;
		padding: 15px 5% 10px;
	}

	.point_ti .point_ti_sub {
		font-size: 4.0vw;
		line-height: 1.4;
		margin-bottom: 2px;
	}

	.point_ti h2 {
		font-size: 5.0vw;
	}

	.point_inner {
		background-image: none;
		background-color: #e7e7e7;
		padding: 20px 5%;
	}

	.point_list {
		gap: 15px;
		width: auto;
		padding: 0px 0 30px;
	}

	.point_list .col {
		align-items: flex-start;
		border-radius: 30px;
		min-height: 200px;
		background-size: 37% auto;
	}

	.point_list .col.il_right {
		background-position: right -10% bottom;
		background-size: 44% auto;
	}

	.point_list .col .tx {
		padding: 0;
	}

	.point_list .col.il_right .tx {
		padding: 0;
	}

	.point_list .col .tx h3 {
		padding: 20px 5% 0;
		font-size: 5vw;
	}

	.point_list .col .tx p {
		padding: 0 5% 20px 40%;
		font-size: 4.5vw;
	}

	.point_list .col.il_right .tx p {
		padding: 0 35% 50px 5%;
	}


	/* お客様の声（SP）
	---------------------------------------------- */
	.voice_lead {
		padding: 40px 5% 0;
	}

	.voice_lead .voice_lead_catch {
		font-size: 6vw;
	}

	.voice_lead .voice_lead_tx {
		font-size: 4vw;
	}

	.voice_lead .voice_tit_arrow img {
		width: 120px;
	}

	.voice_slider_wrap {
		padding: 40px 0 50px;
	}

	.sec_voice_h2 {
		font-size: 26px;
		padding-top: 70px;
	}

	#slideVoice {
		width: 100%;
	}

	#slideVoice .inBox {
		margin: 10px 6px 20px;
		padding: 16px;
	}

	#slideVoice .inBox .inBox_head .ph {
		flex: 0 0 90px;
	}

	#slideVoice .inBox .inBox_head .meta .tit {
		font-size: 15px;
	}

	#slideVoice .inBox .inBox_head .meta .name {
		font-size: 14px;
	}

	#slideVoice .inBox .tx {
		font-size: 14px;
	}

	.voice_btn a {
		font-size: 18px;
	}


	/* 提携住宅会社（SP）
	---------------------------------------------- */
	#sec_partnership {
		padding-bottom: 50px;
	}

	.sec_partnership_h2 {
		font-size: 26px;
		padding: 20px 5% 20px;
	}

	#slidePartnership .inBox {
		padding: 0 8px;
	}

	#slidePartnership .inBox .ph img {
		height: auto;
		aspect-ratio: 4 / 3;
	}

	#slidePartnership .inBox .logo img {
		max-height: none;
		height: auto;
	}

	.partnership_btn a {
		font-size: 18px;
	}


	/* スタッフ紹介（SP）
	---------------------------------------------- */
	#sec_staff {
		padding: 40px 0 50px;
	}

	.sec_staff_h2 {
		font-size: 24px;
		padding-top: 50px;
		margin-bottom: 30px;
	}

	.staff_list {
		width: 90%;
		gap: 20px;
	}

	.staff_list .card .ph {
		flex: 0 0 35%;
		margin-right:15px;
	}

	.staff_list .card .ph img {
		width: 100%;
	}

	.staff_list .card .tx .role_name {
		font-size: 4vw;
		margin-bottom: 7px;
	}

	.staff_list .card .tx .comment {
		font-size: 3.2vw;
	}

}

/* ==============================================
   お知らせ・スタッフブログ（.sec_blog）
============================================== */

.sec_blog {
	padding: 70px 0 80px;
	background: #fff;
}

.sec_blog h2 {
	margin-bottom: 30px;
	padding-top: 65px;
	background: url(../../img3/sec_blog_h2.png) no-repeat top center;
	font-size: 30px;
	font-weight: bold;
	color: #333;
	text-align: center;
}

.blog_list {
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto;
	justify-content: space-between;
	width: 980px;
}

.blog_list a {
	display: block;
	margin-bottom: 30px;
	border: 2px solid #d2cdb9;
	border-radius: 10px;
	width: 48%;
	color: #333;
	text-decoration: none;
}

.blog_list a:hover {
	border: 2px solid #f18200;
}

.blog_list .col {
	display: flex;
	justify-content: space-between;
	padding: 10px 20px 10px 10px;
}

.blog_list .col .ph {
	width: 138px;
	height: 98px;
	border: 1px solid #ccc;
}

.blog_list .col .tx {
	width: 280px;
}

.blog_list .col .tx .day {
	font-size: 12px;
}

.blog_list .col .tx .tit {
	font-size: 14px;
	color: #f18200;
}

.blog_list .col .tx .txt {
	font-size: 12px;
}

.blog_list .col .tx .txt span {
	color: #f18200;
}

.blog_btn {
	text-align: center;
}

.blog_btn a {
	display: inline-block;
	margin: 20px auto 0;
	padding: 0.6em 3em 0.6em 1.5em;
	font-size: 22px;
	font-weight: bold;
	color: #333;
	text-align: center;
	background: #ffd803 url(../../img3/btn_arrow.png) no-repeat right 20px center;
	background-size: 17px auto;
	border-radius: 40px;
	text-decoration: none;
	box-shadow: 5px 5px 0px rgba(0, 0, 0, 0.2);
}

.blog_btn a:hover {
	background-color: #ffe033;
}


/* ==============================================
   店舗紹介（.sec_tenpo）
============================================== */

.sec_tenpo {
	padding: 40px 0 80px;
	background: #fff;
}

.sec_tenpo h2 {
	margin-bottom: 30px;
	padding-top: 65px;
	background: url(../../img3/sec_tenpo_h2.png) no-repeat top center;
	font-size: 30px;
	font-weight: bold;
	color: #333;
	text-align: center;
}

.sec_tenpo h3 {
	margin: 0 auto 30px;
	width: 800px;
	font-size: 26px;
	font-weight: bold;
	border-bottom: 3px double #c90e25;
	text-align: left;
}

.tenpo_ph {
	margin-bottom: 30px;
	text-align: center;
}

.tenpo_ph img {
	max-width: 100%;
}

.tenpo_info {
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto 50px;
	padding: 20px 30px 30px;
	width: 740px;
	border: 2px solid #e7e3d7;
	border-radius: 10px;
}

.tenpo_info dt {
	padding: 15px 0;
	width: 30%;
	border-bottom: 2px solid #ffd803;
	text-align: center;
	font-weight: bold;
}

.tenpo_info dd {
	padding: 15px 0;
	width: 70%;
	border-bottom: 2px solid #e7e3d7;
	text-indent: 2em;
}

.sec_tenpo .map {
	margin: 0 auto;
	width: 800px;
}

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

	/* お知らせ・スタッフブログ（SP）
	---------------------------------------------- */
	.sec_blog {
		padding: 50px 0 60px;
	}

	.sec_blog h2 {
		padding-top: 55px;
		font-size: 24px;
		margin-bottom: 20px;
	}

	.blog_list {
		flex-direction: column;
		margin: 0 auto;
		width: 90%;
	}

	.blog_list a {
		margin-bottom: 20px;
		width: 100%;
	}

	.blog_list .col .ph {
		width: 25%;
		height: 80px;
	}

	.blog_list .col .tx {
		width: 70%;
	}

	.blog_btn a {
		font-size: 18px;
	}


	/* 店舗紹介（SP）
	---------------------------------------------- */
	.sec_tenpo {
		padding: 40px 0 60px;
	}

	.sec_tenpo h2 {
		padding-top: 55px;
		font-size: 24px;
	}

	.sec_tenpo h3 {
		margin: 0 auto 20px;
		width: 90%;
		font-size: 20px;
	}

	.tenpo_ph img {
		width: 90%;
	}

	.tenpo_info {
		margin: 0 auto 40px;
		padding: 20px 5%;
		width: 90%;
		box-sizing: border-box;
		font-size: 14px;
	}

	.tenpo_info dd {
		text-indent: 0;
	}

	.sec_tenpo .map {
		margin: 0 auto;
		width: 90%;
	}


}