@charset "UTF-8";

#top #main_content > .wrapper {
	padding: 0;
}


/* =============================================
共通
============================================= */

#top_greeting,
#top_box_menu,
#new_item,
#recommend_item,
#top_news {
	margin-bottom: 50px;
}

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

	/*スマホのみ*/
	#top_news .inner,
	#top_greeting .inner,
	#top_box_menu .inner {
		padding: 0 2.5%;
	}
}


/* =============================================
メインビジュアル
============================================= */

#top_mv {
	margin-bottom: 18px;
}

#top_mv.normal {
	max-width: 1200px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

#top_mv.normal img {
	max-width: 100%;
	height: auto;
}

#top_mv.cover {
	width: 100%;
	background: no-repeat center center;
	background-size: cover;
}

#top_mv.full,
#top_mv.full img {
	width: 100%;
}

#top_mv.sp_img img.mv_sp {
	display: none;
}

#top_mv.cover p {
	display: none;
}

#top_mv.cover a {
	display: block;
	height: 100%;
}

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

	/*スマホのみ*/
	#top_mv,
	#top_mv.normal {
		width: auto;
		margin-top: 12px;
		margin-bottom: 12px;
	}

	#top_mv.cover {
		width: 100%;
		background: none !important;
		height: auto !important;
	}

	#top_mv.sp_img img {
		display: none;
	}

	#top_mv.sp_img img.mv_sp {
		display: inline;
		width: 100%;
	}
}

#top_mv a:hover img {
	opacity: 1;
}


/*スライダー*/

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

	/*PCのみ*/
	#top_slider {
		min-width: 1200px;
	}
}

#top_slider.slider-pro {
	display: none;
}

#top_slider.slider-pro .sp-buttons {
	padding-top: 10px;
	font-size: 0;
}

#top_slider.slider-pro .sp-button {
	border: none;
	margin: 0 5px;
	background-color: #ccc;
	width: 10px;
	height: 10px;
}

#top_slider.slider-pro .sp-selected-button {
	background-color: #5a5a5a;
}

#top_slider.slider-pro .sp-arrows {
	margin-top: -30px;
}

#top_slider.slider-pro .sp-arrow {
	width: 30px;
	height: 60px;
	opacity: 0.8;
}

#top_slider.slider-pro .sp-arrow:before {
	transform: skew(0deg, 0deg);
	position: absolute;
	font-family: icon_set_v1 !important;
	speak: none !important;
	font-style: normal !important;
	font-weight: normal !important;
	font-variant: normal !important;
	text-transform: none !important;
	line-height: 1 !important;
	-webkit-font-smoothing: antialiased !important;
	-moz-osx-font-smoothing: grayscale !important;
	font-size: 32px;
	width: auto;
	height: auto;
	background-color: transparent;
	color: #fff;
	content: '\e84e';
	top: 3px;
	left: 0;
}

#top_slider.slider-pro.arrows_white .sp-arrow:before {
	color: #fff;
}

#top_slider.slider-pro.arrows_black .sp-arrow:before {
	color: #000;
}

#top_slider.slider-pro .sp-arrow:after {
	display: none;
}

#top_slider.slider-pro .sp-next-arrow {
	transform: rotate(0deg);
}

#top_slider.slider-pro .sp-previous-arrow:before {
	content: '\e84e';
}

#top_slider.slider-pro .sp-next-arrow:before {
	content: '\e851';
}

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

	/*スマホのみ*/
	#top_slider.slider-pro {
		margin-bottom: 2px;
	}

	#top_slider.slider-pro .sp-buttons {
		padding-top: 8px;
	}

	#top_slider.slider-pro .sp-arrow {
		width: 20px;
	}

	#top_slider.slider-pro .sp-arrow:before {
		font-size: 22px;
		top: 7px;
	}

	#top_slider.slider-pro.sp-horizontal .sp-previous-arrow {
		left: 6px;
	}

	#top_slider.slider-pro.sp-horizontal .sp-next-arrow {
		right: 6px;
	}

	#top_slider.slider-pro.sp-horizontal .sp-next-arrow:before {
		left: -1px;
	}
}


/* =============================================
ごあいさつ
============================================= */

#top_greeting .img {
	float: right;
	margin-left: 34px;
	margin-bottom: 30px;
}

#top_greeting .img img {
	width: 260px;
	height: auto;
}

#top_greeting .img .cap {
	margin-top: 8px;
	font-size: 13px;
	width: 260px;
}

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

	/*スマホのみ*/
	#top_greeting .img {
		float: none;
		margin-left: 0;
		margin-bottom: 14px;
		text-align: center;
	}

	#top_greeting .img img {
		width: auto;
	}

	#top_greeting .img .cap {
		width: auto;
		text-align: left;
	}
}

#top_greeting .signature {
	text-align: right;
	font-weight: bold;
	font-size: 17px;
	margin-top: 28px;
}


/* =============================================
新着物件 おすすめ物件
============================================= */
@media only screen and (max-width: 767px) {

	/*スマホのみ*/
	#main #normal_widget_fudo_top_r-2 h2,
	#main #normal_widget_fudo_top_r-3 h2 {
		margin-left: 2.5%;
		margin-right: 2.5%;
	}
}


/* =============================================
ウィジェット
============================================= */

#main div.widget_con {
	margin-bottom: 60px;
}

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

	/*スマホのみ*/
	#main div.widget_con h2 {
		margin-left: 2.5%;
		margin-right: 2.5%;
	}
}

/* =============================================
お知らせ
============================================= */

#main #top_news h2:not(.no_deco) {
	margin-bottom: 16px;
	text-align: left;
}

#top_news .inner {
	text-align: right;
}

#top_news .inner .no_post {
	text-align: left;
	margin-top: 28px;
}

#top_news #top_news_list {
	text-align: center;
	margin-top: 20px;
}

#top_news #news_post_wrapper {
	border: 1px solid #CCCCCC;
	padding: 32px 36px;
	text-align: left;
}

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

	/*スマホのみ*/
	#top_news #top_news_list:before {
		margin-top: -5px;
	}

	#top_news .inner .no_post {
		margin-top: 50px;
	}

	#top_news #news_post_wrapper {
		padding: 16px 18px;
	}
}

#top_news.height_fix #news_post_wrapper {
	overflow: auto;
}

#top_news.h100 #news_post_wrapper {
	height: 100px;
}

#top_news.h200 #news_post_wrapper {
	height: 200px;
}

#top_news.h300 #news_post_wrapper {
	height: 300px;
}

#top_news.h400 #news_post_wrapper {
	height: 400px;
}

#top_news.h500 #news_post_wrapper {
	height: 500px;
}

#top_news.h700 #news_post_wrapper {
	height: 700px;
}

#top_news.h1000 #news_post_wrapper {
	height: 1000px;
}


/* =============================================
ボックスメニュー
============================================= */

#top_box_menu ul {
	display: flex;
	flex-wrap: wrap;
	/*
	justify-content: space-between;
*/
}

#top_box_menu.large ul {
	margin-top: -1.5%;
}

#top_box_menu.small ul {
	margin-top: -1.5%;
}

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

	/*スマホのみ*/
	#top_box_menu.large ul,
	#top_box_menu.small ul {
		margin: 0;
	}
}

#top_box_menu li {
	border: 1px solid #CCCCCC;
}

#top_box_menu.large li {
	width: 49.2%;
	margin-top: 1.5%;
	margin-left: 1.5%;
}

#top_box_menu.large li:first-child,
#top_box_menu.large li:nth-child(2n+1) {
	margin-left: 0;
}

#top_box_menu.small li {
	width: 32.3%;
	margin-top: 1.5%;
	margin-left: 1.5%;
}

#top_box_menu.small li:first-child,
#top_box_menu.small li:nth-child(3n+1) {
	margin-left: 0;
}

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

	/*スマホのみ*/
	#top_box_menu.large li,
	#top_box_menu.small li {
		width: 100%;
		margin-left: 0;
	}

	#top_box_menu.large li:first-child,
	#top_box_menu.small li:first-child {
		margin-top: 0;
	}
}

#top_box_menu.large li .inner_s {
	padding: 14px;
}

#top_box_menu.large li a .inner_s {
	padding: 11px;
}

#top_box_menu.small li .inner_s {
	padding: 12px;
}

#top_box_menu.small li a .inner_s {
	padding: 10px;
}

#top_box_menu li a {
	display: block;
	text-decoration: none;
	position: relative;
	height: 100%;
	border: solid #FFF;
}

#top_box_menu li a:hover {
	border-color: #CCC;
}

#top_box_menu.large li a {
	border-width: 3px;
}

#top_box_menu.small li a {
	border-width: 2px;
}

#top_box_menu li a:before {
	position: absolute;
	font-family: icon_set_v1 !important;
	speak: none !important;
	font-style: normal !important;
	font-weight: normal !important;
	font-variant: normal !important;
	text-transform: none !important;
	line-height: 1 !important;
	-webkit-font-smoothing: antialiased !important;
	-moz-osx-font-smoothing: grayscale !important;
	content: '\e916';
	color: #898989;
}

#top_box_menu.large li a:before {
	font-size: 16px;
	top: 50%;
	right: 9px;
	margin-top: -8px;
}

#top_box_menu.small li a:before {
	font-size: 13px;
	top: 50%;
	right: 5px;
	margin-top: -6px;
}

#top_box_menu li a:hover {
	background-color: #EEEEEE;
}

#top_box_menu li a:hover:before {
	color: #575757;
}

#top_box_menu li h3 {
	font-weight: bold;
	line-height: 1.3;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

#top_box_menu.large li h3 {
	font-size: 18px;
}

#top_box_menu.small li h3 {
	font-size: 16px;
}

#top_box_menu.large li h3 + .inner_box {
	margin-top: 10px;
}

#top_box_menu.small li h3 + .inner_box {
	margin-top: 8px;
}

#top_box_menu li .inner_box {
	display: table;
	border-collapse: collapse;
	width: 100%;
}

#top_box_menu li .inner_box_s {
	display: table-row;
}

#top_box_menu li .img,
#top_box_menu li .txt {
	display: table-cell;
	vertical-align: top;
	text-align: left;
}

#top_box_menu.large li .txt {
	font-size: 14px;
	line-height: 1.6;
}

#top_box_menu.small li .txt {
	font-size: 13px;
	line-height: 1.55;
}

#top_box_menu.large li a .txt {
	padding-right: 14px;
}

#top_box_menu.small li a .txt {
	padding-right: 6px;
}

#top_box_menu.large li .img {
	width: 144px;
}

#top_box_menu.small li .img {
	width: 101px;
}

#top_box_menu.large li .img img {
	width: 130px;
	height: 130px;
}

#top_box_menu.small li .img img {
	width: 90px;
	height: 90px;
}

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

	/*スマホのみ*/
	#top_box_menu.small li h3 {
		font-size: 17px;
	}

	#top_box_menu.large li .txt,
	#top_box_menu.small li .txt {
		font-size: 14px;
	}

}




/* ============================================================
Customize
============================================================ */
/* 768＜ --------------------------- */
@media print,
screen and (min-width: 768px) {

	#top #content,
	#top #main {
		width: 100%;
		max-width: 100%;
		margin-bottom: 0;
		}
	#top #main_content {
		max-width: none;
		padding: 0;
		margin-bottom: 0;
		}

} /* end 768＜ */
/* ＞767 --------------------------- */
@media screen and (max-width: 767px) {

	#top #content,
	#top #main,
	#top #main_content {
		padding-bottom: 0;
		margin-bottom: 0;
		}

} /* end ＞767 */



/* ================================================
MV
================================================ */
/* 768＜ --------------------------- */
@media print,
screen and (min-width: 768px) {

	#top_mv {
		width: 100%;
		min-height: 675px;
		aspect-ratio: 1800 / 810;
		overflow: hidden;
		position: relative;
		}
	#top_mv::before,
	#top_mv::after {
		display: block;
		z-index: 2;
		position: absolute;
		content: '';
		}
	#top_mv::before {
		width: 22.7%;
		max-width: 410px;
		aspect-ratio: 410 / 198;
		top: -1px;
		left: -1px;
		background: url(../img/mv_frame01.png) no-repeat 0 0 / contain;
		}
	#top_mv::after {
		width: 29.8%;
		max-width: 538px;
		aspect-ratio: 538 / 378;
		bottom: -1px;
		right: -1px;
		background: url(../img/mv_frame02.png) no-repeat 0 0 / contain;
		}
	#top_mv #top_slider {
		width: 100% !important;
		height: auto !important;
		aspect-ratio: 1800 / 810;
		margin: auto;
		position: relative;
		}
	#top_mv .sp-slide a img {
		transition: 0.3s;
		}
	#top_mv .sp-slide a:hover img {
		opacity: 0.8;
		}


} /* end 768＜ */
/* 768＜1500 --------------------------- */
@media (min-width: 768px) and (max-width: 1500px) {

	#top_mv {
		overflow: hidden;
		position: relative;
		}
	#top_mv #top_slider {
		margin: auto !important;
		position: absolute;
		left: -50%;
		right: -50%;
		}

} /* end 768＜1500 */
/* ＜980 --------------------------- */
@media screen and (min-width: 980px) {

	#top_mv {
		min-height: 675px;
		}
	#top_mv #top_slider {
		min-width: 1500px;
		min-height: 675px;
		}

} /* end ＞980 */
/* 768＜979 --------------------------- */
@media (min-width: 768px) and (max-width: 979px) {

	#top_mv {
		min-height: 540px;
		}
	#top_mv #top_slider {
		min-width: 1200px;
		min-height: 540px;
		}

} /* end 768＜979 */
/* ＞767 --------------------------- */
@media screen and (max-width: 767px) {

	#top_mv {
		margin: 0;
		}

} /* end ＞767 */



/* ================================================
すみよしホームが選ばれる理由
================================================ */
/* 768＜ --------------------------- */
@media print,
screen and (min-width: 768px) {

	#ct_reason {
		padding: 60px 0 90px;
		}
	#ct_reason h2 {
		font-size: 54px;
		font-family: fot-chiaro-std, sans-serif;
		font-weight: 700;
		line-height: 1.2;
		text-align: center;
		}
	#ct_reason h2::before {
		width: 66px;
		height: 58px;
		margin-right: 12px;
		display: inline-block;
		position: relative;
		bottom: -8px;
		background: url(../img/reason_icn.png) no-repeat 0 0 / contain;
		content: '';
		}
	#ct_reason h2 em {
		color: #e47023;
		}
	#ct_reason h2+p {
		margin-top: 30px;
		font-size: 18px;
		text-align: center;
		}
	#ct_reason p em {
		color: #e47023;
		font-weight: 500;
		}
	#ct_reason p .kei {
		width: 60px;
		height: 1px;
		padding-top: 1px;
		margin: 0 0 0.3em 10px;
		display: inline-block;
		overflow: hidden;
		background-color: #333;
		opacity: 0.7;
		}
	#ct_reason ul {
		width: 100%;
		max-width: 1200px;
		padding: 0 30px;
		margin: 30px auto 0;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-around;
		}
	#ct_reason li {
		width: 240px;
		margin: 0 6px 30px;
		}
	#ct_reason li figure {
		width: 240px;
		height: 240px;
		position: relative;
		}
	#ct_reason figure::before {
		width: 240px;
		height: 240px;
		display: block;
		z-index: -1;
		position: absolute;
		top: 0;
		left: 0;
		background: #f1f2f5 url(../img/bg_grey.png) repeat 0 0;
		border-radius: 50%;
		content: '';
		}
	#ct_reason figure img {
		margin: auto;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		}
	#ct_reason li:nth-of-type(2) img {
		left: -24px;
		}
	#ct_reason li p {
		margin-top: 24px;
		font-size: 26px;
		font-family: fot-chiaro-std, sans-serif;
		font-weight: 700;
		line-height: 1.2;
		text-align: center;
		}
	#ct_reason li:nth-of-type(1) p em {
		margin: 0 -0.4em;
		font-size: 20px;
		}
	#ct_reason li:nth-of-type(4) p {
		margin-top: 12px;
		}
	#ct_reason .btn a {
		width: 100%;
		padding: 24px 15px 24px 0;
		max-width: 360px;
		margin: 0 auto;
		display: block;
		position: relative;
		background-color: #e47023;
		border-radius: 3px;
		transition: 0.3s;
		color: #fff;
		font-size: 21px;
		font-family: source-han-serif-jp-subset, sans-serif;
		font-weight: 500;
		text-decoration: none;
		text-align: center;
		}
	#ct_reason .btn a::before {
		width: 11px;
		height: 11px;
		margin: auto;
		display: block;
		position: absolute;
		top: 0;
		bottom: 0;
		right: 20px;
		border-top: 1px solid #fff;
		border-right: 1px solid #fff;
		transform: rotate(45deg);
		content: '';
		}
	#ct_reason .btn a:hover {
		opacity: 0.7;
		}

} /* end 768＜ */
/* ＞767 --------------------------- */
@media screen and (max-width: 767px) {

	#ct_reason {
		padding: 60px 0;
		}
	#ct_reason h2 {
		padding: 0 3%;
		font-size: 36px;
		font-family: fot-chiaro-std, sans-serif;
		font-weight: 700;
		line-height: 1.2;
		text-align: center;
		}
	#ct_reason h2::before {
		width: 52px;
		height: 46px;
		margin: 0 auto 12px;
		display: block;
		background: url(../img/reason_icn.png) no-repeat 0 0 / contain;
		content: '';
		}
	#ct_reason h2 em {
		color: #e47023;
		}
	#ct_reason h2+p {
		padding: 0 6%;
		margin-top: 24px;
		font-size: 16px;
		text-align: center;
		}
	#ct_reason p em {
		color: #e47023;
		font-weight: 500;
		}
	#ct_reason p .kei {
		width: 60px;
		height: 1px;
		padding-top: 1px;
		margin: 0 0 0.3em 10px;
		display: inline-block;
		overflow: hidden;
		background-color: #333;
		opacity: 0.7;
		}
	#ct_reason ul {
		width: 100%;
		padding: 0 1.5%;
		margin: 30px auto 0;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-around;
		}
	#ct_reason li {
		width: 45%;
		margin: 0 6px 20px;
		}
	#ct_reason li figure {
		width: 100%;
		min-width: 150px;
		max-width: 240px;
		aspect-ratio: 1 / 1;
		margin: 0 auto;
		position: relative;
		}
	#ct_reason figure::before {
		width: 100%;
		min-width: 150px;
		max-width: 240px;
		aspect-ratio: 1 / 1;
		display: block;
		z-index: -1;
		position: absolute;
		top: 0;
		left: 0;
		background: #f1f2f5 url(../img/bg_grey.png) repeat 0 0;
		border-radius: 50%;
		content: '';
		}
	#ct_reason figure img {
		margin: auto;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		}
	#ct_reason li:nth-of-type(2) img {
		left: -15px;
		}
	#ct_reason li p {
		margin-top: 15px;
		font-size: 20px;
		font-family: fot-chiaro-std, sans-serif;
		font-weight: 700;
		line-height: 1.2;
		text-align: center;
		}
	#ct_reason li:nth-of-type(1) p em {
		margin: 0 -0.4em;
		font-size: 15px;
		}
	#ct_reason .btn {
		margin-top: 24px;
		}
	#ct_reason .btn a {
		width: 100%;
		max-width: 300px;
		padding: 18px 15px 18px 0;
		margin: 0 auto;
		display: block;
		position: relative;
		background-color: #e47023;
		border-radius: 3px;
		transition: 0.3s;
		color: #fff;
		font-size: 17px;
		font-family: source-han-serif-jp-subset, sans-serif;
		font-weight: 500;
		text-decoration: none;
		text-align: center;
		}
	#ct_reason .btn a::before {
		width: 9px;
		height: 9px;
		margin: auto;
		display: block;
		position: absolute;
		top: 0;
		bottom: 0;
		right: 20px;
		border-top: 1px solid #fff;
		border-right: 1px solid #fff;
		transform: rotate(45deg);
		content: '';
		}

} /* end ＞767 */



/* ================================================
ご案内の流れ
================================================ */
/* 768＜ --------------------------- */
@media print,
screen and (min-width: 768px) {

	#ct_flow {
		padding: 60px 0 180px;
		position: relative;
		background: #f1f2f5 url(../img/bg_grey.png) repeat 0 0;
		}
	#ct_flow::before {
		width: 100%;
		max-width: 1054px;
		height: 148px;
		margin: auto;
		display: block;
		z-index: 1;
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		background: url(../img/flow_bg.png) no-repeat center bottom;
		content: '';
		}
	#ct_flow>* {
		position: relative;
		z-index: 2;
		}
	#ct_flow h2 {
		font-size: 54px;
		font-family: fot-chiaro-std, sans-serif;
		font-weight: 700;
		text-align: center;
		}
	#ct_flow h2 span {
		color: #e47023;
		}
	#ct_flow h3 {
		margin-top: 21px;
		font-size: 24px;
		text-align: center;
		}
	#ct_flow h3 em {
		color: #e47023;
		font-weight: 500;
		}
	#ct_flow p {
		margin-top: 15px;
		font-size: 17px;
		text-align: center;
		}
	#ct_flow .btn {
		width: 100%;
		max-width: 1200px;
		padding: 0 30px;
		margin: 30px auto 0;
		display: flex;
		justify-content: space-between;
		}
	#ct_flow .btn li {
		width: 32%;
		}
	#ct_flow .btn a {
		padding: 24px 12px 24px 0;
		display: block;
		position: relative;
		background-color: #e47023;
		border-radius: 3px;
		transition: 0.3s;
		color: #fff;
		font-size: 20px;
		font-size: clamp(15px, 1.95vw, 20px);
		font-family: source-han-serif-jp-subset, sans-serif;
		font-weight: 500;
		text-decoration: none;
		text-align: center;
		}
	#ct_flow .btn a:hover {
		background-color: #ec9b65;
		}
	#ct_flow .btn a::before {
		width: 11px;
		height: 11px;
		margin: auto;
		display: block;
		position: absolute;
		top: 0;
		bottom: 0;
		right: 24px;
		border-top: 1px solid #fff;
		border-right: 1px solid #fff;
		transform: rotate(45deg);
		content: '';
		}

} /* end 768＜ */
/* ＞767 --------------------------- */
@media screen and (max-width: 767px) {

	#ct_flow {
		padding: 60px 0 120px;
		position: relative;
		background: #f1f2f5 url(../img/bg_grey.png) repeat 0 0;
		}
	#ct_flow::before {
		width: 100%;
		height: 80px;
		margin: auto;
		display: block;
		z-index: 1;
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		background: url(../img/flow_bg.png) no-repeat center bottom / auto 80px;
		content: '';
		}
	#ct_flow>* {
		position: relative;
		z-index: 2;
		}
	#ct_flow h2 {
		font-size: 36px;
		font-family: fot-chiaro-std, sans-serif;
		font-weight: 700;
		text-align: center;
		}
	#ct_flow h2 span {
		color: #e47023;
		}
	#ct_flow h3 {
		padding: 0 4%;
		margin-top: 21px;
		font-size: 18px;
		text-align: center;
		}
	#ct_flow h3 em {
		color: #e47023;
		font-weight: 500;
		}
	#ct_flow p {
		padding: 0 6%;
		margin-top: 15px;
		font-size: 15px;
		text-align: center;
		}
	#ct_flow .btn {
		width: 100%;
		max-width: 300px;
		margin: 30px auto 0;
		}
	#ct_flow .btn li+li {
		margin-top: 15px;
		}
	#ct_flow .btn a {
		padding: 18px 12px 18px 0;
		display: block;
		position: relative;
		background-color: #e47023;
		border-radius: 3px;
		transition: 0.3s;
		color: #fff;
		font-size: 17px;
		font-family: source-han-serif-jp-subset, sans-serif;
		font-weight: 500;
		text-decoration: none;
		text-align: center;
		}
	#ct_flow .btn a:hover {
		background-color: #ec9b65;
		}
	#ct_flow .btn a::before {
		width: 11px;
		height: 11px;
		margin: auto;
		display: block;
		position: absolute;
		top: 0;
		bottom: 0;
		right: 24px;
		border-top: 1px solid #fff;
		border-right: 1px solid #fff;
		transform: rotate(45deg);
		content: '';
		}

} /* end ＞767 */



/* ================================================
ごあいさつ
================================================ */
/* 768＜ --------------------------- */
@media print,
screen and (min-width: 768px) {

	#ct_message {
		padding: 45px 0 60px;
		position: relative;
		overflow: hidden;
		}
	#ct_message .wrap {
		width: 100%;
		max-width: 1200px;
		min-height: 975px;
		padding-right: 30px;
		margin: 0 auto;
		}
	#ct_message .txt {
		width: 60%;
		max-width: 600px;
		padding-top: 210px;
		margin-left: auto;
		position: relative;
		}
	#ct_message .txt::before {
		width: 964px;
		height: 944px;
		margin: auto;
		display: block;
		z-index: -1;
		position: absolute;
		top: 30px;
		left: -1020px;
		background: url(../img/message_img01.jpg) no-repeat 0 0;
		content: '';
		}
	#ct_message .txt::after {
		width: 322px;
		height: 434px;
		margin: auto;
		display: block;
		z-index: -1;
		position: absolute;
		top: -20px;
		right: -200px;
		background: url(../img/message_img02.jpg) no-repeat 0 0 / contain;
		content: '';
		}
	#ct_message h2 {
		position: relative;
		font-size: 39px;
		font-family: fot-chiaro-std, sans-serif;
		font-weight: 700;
		line-height: 1.3;
		}
	#ct_message h2::before {
		width: 298px;
		height: 100px;
		display: block;
		top: -120px;
		left: 0;
		position: absolute;
		background: url(../img/message_hl.png) no-repeat 0 0;
		content: '';
		}
	#ct_message p {
		margin-top: 30px;
		font-size: 17px;
		}
	#ct_message p em {
		color: #e47023;
		font-weight: 500;
		}
	#ct_message p.sign {
		font-size: 20px;
		text-align: right;
		}

} /* end 768＜ */
/* ＞767 --------------------------- */
@media screen and (max-width: 767px) {

	#ct_message {
		padding: 75px 0 105px;
		position: relative;
		overflow: hidden;
		}
	#ct_message .wrap {
		width: 100%;
		margin: 0 auto;
		}
	#ct_message .txt {
		width: 100%;
		padding: 120px 6% 480px;
		position: relative;
		}
	#ct_message .txt::before {
		width: 490px;
		height: 480px;
		margin: auto;
		display: block;
		z-index: -1;
		position: absolute;
		bottom: 0;
		left: -25%;
		right: 0;
		background: url(../img/message_img01.jpg) no-repeat 0 0 / contain;
		content: '';
		}
	#ct_message .txt::after {
		width: 208px;
		height: 280px;
		margin: auto;
		display: block;
		z-index: -1;
		position: absolute;
		top: -45px;
		right: -85px;
		background: url(../img/message_img02.jpg) no-repeat 0 0 / contain;
		content: '';
		}
	#ct_message h2 {
		position: relative;
		font-size: 30px;
		font-family: fot-chiaro-std, sans-serif;
		font-weight: 700;
		line-height: 1.3;
		}
	#ct_message h2::before {
		width: 209px;
		height: 70px;
		display: block;
		top: -90px;
		left: 0;
		position: absolute;
		background: url(../img/message_hl.png) no-repeat 0 0 / contain;
		content: '';
		}
	#ct_message p {
		margin-top: 30px;
		font-size: 15px;
		}
	#ct_message p em {
		color: #e47023;
		font-weight: 500;
		}
	#ct_message p.sign {
		font-size: 16px;
		text-align: right;
		}

} /* end ＞767 */



/* ================================================
ご案内の流れ
================================================ */
/* 768＜ --------------------------- */
@media print,
screen and (min-width: 768px) {

	#ct_faq {
		padding: 72px 30px;
		background: #f1f2f5 url(../img/bg_grey.png) repeat 0 0;
		}
	#ct_faq .btn {
		width: 100%;
		max-width: 900px;
		margin: 0 auto;
		}
	#ct_faq .btn a {
		width: 100%;
		padding: 32px 0 32px 420px;
		display: block;
		position: relative;
		background-color: #e47023;
		border-radius: 3px;
		transition: 0.3s;
		color: #fff;
		font-size: 24px;
		font-family: source-han-serif-jp-subset, sans-serif;
		font-weight: 500;
		text-decoration: none;
		text-align: center;
		}
	#ct_faq .btn a:hover {
		background-color: #ec9b65;
		}
	#ct_faq .btn a::before {
		width: 474px;
		height: 212px;
		display: block;
		position: absolute;
		bottom: 0;
		left: 15px;
		background: url(../img/faq_img.png) no-repeat 0 0;
		content: '';
		}
	#ct_faq .btn a::after {
		width: 11px;
		height: 11px;
		margin: auto;
		display: block;
		position: absolute;
		top: 0;
		bottom: 0;
		right: 30px;
		border-top: 1px solid #fff;
		border-right: 1px solid #fff;
		transform: rotate(45deg);
		content: '';
		}

} /* end 768＜ */
/* ＞767 --------------------------- */
@media screen and (max-width: 767px) {

	#ct_faq {
		padding: 42px 0 30px;
		background: #f1f2f5 url(../img/bg_grey.png) repeat 0 0;
		}
	#ct_faq .btn {
		width: 100%;
		margin: 0 auto;
		}
	#ct_faq .btn a {
		width: 100%;
		max-width: 300px;
		height: 64px;
		padding-top: 17px;
		margin: 0 auto;
		display: block;
		position: relative;
		background-color: #e47023;
		border-radius: 3px;
		transition: 0.3s;
		color: #fff;
		font-size: 17px;
		font-family: source-han-serif-jp-subset, sans-serif;
		font-weight: 500;
		text-decoration: none;
		text-align: center;
		}
	#ct_faq .btn a::before {
		width: 268px;
		height: 120px;
		margin: auto;
		display: block;
		position: absolute;
		top: -120px;
		left: 0;
		right: 0;
		background: url(../img/faq_img.png) no-repeat 0 0 / contain;
		content: '';
		}
	#ct_faq .btn a::after {
		width: 11px;
		height: 11px;
		margin: auto;
		display: block;
		position: absolute;
		top: 0;
		bottom: 0;
		right: 30px;
		border-top: 1px solid #fff;
		border-right: 1px solid #fff;
		transform: rotate(45deg);
		content: '';
		}

} /* end ＞767 */



/* ================================================
LINEでご相談
================================================ */
/* 768＜ --------------------------- */
@media print,
screen and (min-width: 768px) {

	#ct_line {
		padding: 90px 30px;
		background-color: #4cc764;
		}
	#ct_line h2 {
		width: 100%;
		max-width: 680px;
		padding-left: 105px;
		margin: 0 auto;
		position: relative;
		color: #fff;
		font-size: 51px;
		font-family: fot-chiaro-std, sans-serif;
		font-weight: 700;
		line-height: 1.2;
		text-align: center;
		}
	#ct_line h2::before {
		width: 90px;
		height: 86px;
		display: block;
		position: absolute;
		top: 15px;
		left: 24px;
		background: url(../img/line_icn.png) no-repeat 0 0 / contain;
		content: '';
		}
	#ct_line h2+p {
		margin-top: 24px;
		color: #fff;
		font-size: 18px;
		text-align: center;
		}
	#ct_line h2+p .kei {
		width: 60px;
		height: 1px;
		padding-top: 1px;
		margin: 0 0 0.3em 10px;
		display: inline-block;
		overflow: hidden;
		background-color: #fff;
		opacity: 0.7;
		}
	#ct_line .btn {
		margin-top: 30px;
		}
	#ct_line .btn a {
		width: 100%;
		padding: 24px 15px 24px 0;
		max-width: 360px;
		margin: 0 auto;
		display: block;
		position: relative;
		background-color: #fff;
		border-radius: 3px;
		transition: 0.3s;
		color: #4cc764;
		font-size: 21px;
		font-family: source-han-serif-jp-subset, sans-serif;
		font-weight: 500;
		text-decoration: none;
		text-align: center;
		}
	#ct_line .btn a::before {
		width: 11px;
		height: 11px;
		margin: auto;
		display: block;
		position: absolute;
		top: 0;
		bottom: 0;
		right: 20px;
		border-top: 1px solid #4cc764;
		border-right: 1px solid #4cc764;
		transform: rotate(45deg);
		content: '';
		}
	#ct_line .btn a:hover {
		opacity: 0.7;
		}

} /* end 768＜ */
/* ＞767 --------------------------- */
@media screen and (max-width: 767px) {

	#ct_line {
		padding: 105px 0 60px;
		background-color: #4cc764;
		}
	#ct_line h2 {
		width: 100%;
		padding: 0 4%;
		margin: 0 auto;
		position: relative;
		color: #fff;
		font-size: 30px;
		font-family: fot-chiaro-std, sans-serif;
		font-weight: 700;
		line-height: 1.2;
		text-align: center;
		}
	#ct_line h2::before {
		width: 63px;
		height: 60px;
		margin: auto;
		display: block;
		position: absolute;
		top: -63px;
		left: 0;
		right: 0;
		background: url(../img/line_icn.png) no-repeat 0 0 / contain;
		content: '';
		}
	#ct_line h2+p {
		padding: 0 6%;
		margin-top: 24px;
		color: #fff;
		font-size: 15px;
		text-align: center;
		}
	#ct_line h2+p .kei {
		width: 60px;
		height: 1px;
		padding-top: 1px;
		margin: 0 0 0.3em 10px;
		display: inline-block;
		overflow: hidden;
		background-color: #fff;
		opacity: 0.7;
		}
	#ct_line .btn {
		margin-top: 30px;
		}
	#ct_line .btn a {
		width: 100%;
		max-width: 300px;
		padding: 18px 12px 18px 0;
		margin: 0 auto;
		display: block;
		position: relative;
		background-color: #fff;
		border-radius: 3px;
		transition: 0.3s;
		color: #4cc764;
		font-size: 17px;
		font-family: source-han-serif-jp-subset, sans-serif;
		font-weight: 500;
		text-decoration: none;
		text-align: center;
		}
	#ct_line .btn a::before {
		width: 11px;
		height: 11px;
		margin: auto;
		display: block;
		position: absolute;
		top: 0;
		bottom: 0;
		right: 20px;
		border-top: 1px solid #4cc764;
		border-right: 1px solid #4cc764;
		transform: rotate(45deg);
		content: '';
		}

} /* end ＞767 */



/* ================================================
お問い合わせ
================================================ */
/* 768＜ --------------------------- */
@media print,
screen and (min-width: 768px) {

	#ct_contact {
		width: 100%;
		max-width: 1020px;
		padding: 60px 30px;
		margin: 0 auto;
		}
	#ct_contact h2 {
		font-size: 48px;
		font-family: fot-chiaro-std, sans-serif;
		font-weight: 700;
		text-align: center;
		}
	#ct_contact h2 span {
		color: #e47023;
		}
	#ct_contact h2+p {
		margin-top: 24px;
		font-size: 18px;
		text-align: center;
		}
	#ct_contact h2+p em {
		color: #e47023;
		font-weight: 500;
		}
	#ct_contact .wrap {
		margin-top: 30px;
		display: flex;
		justify-content: space-between;
		}
	/* tel */
	#ct_contact .tel {
		min-width: 380px;
		padding: 12px 30px 0 0;
		}
	#ct_contact .tel p {
		width: 100%;
		max-width: 406px;
		aspect-ratio: 406 / 92;
		padding-top: 5%;
		margin: 0 auto -8px;
		background: url(../img/contact_tel_hl.png) no-repeat 0 0 / contain;
		color: #e47023;
		font-size: 20px;
		text-align: center;
		}
	#ct_contact .tel .tel_link {
		color: #e47023;
		font-size: 54px;
		font-size: clamp(40px, 5.2vw, 54px);
		font-family: fot-chiaro-std, sans-serif;
		font-weight: 700;
		}
	#ct_contact .tel .tel_link a {
		color: #e47023;
		text-decoration: none;
		}
	#ct_contact .tel .tel_link::before {
		width: 36px;
		height: 36px;
		margin-right: 12px;
		display: inline-block;
		position: relative;
		bottom: -2px;
		background: url(../../common/img/icn_tel.png) no-repeat 0 0 / contain;
		content: '';
		}
	/* other */
	#ct_contact .other {
		width: 50%;
		max-width: 480px;
		}
	#ct_contact .other .btn_line {
		margin-top: 15px;
		}
	#ct_contact .other .btn_form a,
	#ct_contact .other .btn_line a {
		padding: 24px 0;
		display: block;
		position: relative;
		border-radius: 3px;
		transition: 0.3s;
		color: #fff;
		font-size: 20px;
		font-size: clamp(16px, 2.08vw, 20px);
		font-family: source-han-serif-jp-subset, sans-serif;
		font-weight: 500;
		text-decoration: none;
		text-align: center;
		}
	#ct_contact .other .btn_form a {
		background-color: #e47023;
		}
	#ct_contact .other .btn_line a {
		background-color: #4cc764;
		}
	#ct_contact .other .btn_form a:hover,
	#ct_contact .other .btn_line a:hover {
		opacity: 0.7;
		}
	#ct_contact .other .btn_form a::before,
	#ct_contact .other .btn_line a::before {
		width: 11px;
		height: 11px;
		margin: auto;
		display: block;
		position: absolute;
		top: 0;
		bottom: 0;
		right: 24px;
		border-top: 1px solid #fff;
		border-right: 1px solid #fff;
		transform: rotate(45deg);
		content: '';
		}

} /* end 768＜ */
/* ＞767 --------------------------- */
@media screen and (max-width: 767px) {

	#ct_contact {
		width: 100%;
		max-width: 1020px;
		padding: 60px 6%;
		margin: 0 auto;
		}
	#ct_contact h2 {
		font-size: 36px;
		font-family: fot-chiaro-std, sans-serif;
		font-weight: 700;
		text-align: center;
		}
	#ct_contact h2 span {
		color: #e47023;
		}
	#ct_contact h2+p {
		margin-top: 24px;
		font-size: 15px;
		text-align: center;
		}
	#ct_contact h2+p em {
		color: #e47023;
		font-weight: 500;
		}
	#ct_contact .wrap {
		margin-top: 30px;
		}
	/* tel */
	#ct_contact .tel {
		padding-top: 12px;
		text-align: center;
		}
	#ct_contact .tel p {
		width: 300px;
		height: 68px;
		padding-top: 14px;
		margin: 0 auto -8px;
		background: url(../img/contact_tel_hl.png) no-repeat 0 0 / contain;
		color: #e47023;
		font-size: 16px;
		}
	#ct_contact .tel .tel_link {
		color: #e47023;
		font-size: 36px;
		font-family: fot-chiaro-std, sans-serif;
		font-weight: 700;
		}
	#ct_contact .tel .tel_link a {
		color: #e47023;
		text-decoration: none;
		}
	#ct_contact .tel .tel_link::before {
		width: 28px;
		height: 28px;
		margin-right: 12px;
		display: inline-block;
		position: relative;
		bottom: -2px;
		background: url(../../common/img/icn_tel.png) no-repeat 0 0 / contain;
		content: '';
		}
	/* other */
	#ct_contact .other {
		width: 100%;
		max-width: 300px;
		margin: 18px auto 0;
		}
	#ct_contact .other .btn_line {
		margin-top: 15px;
		}
	#ct_contact .other .btn_form a,
	#ct_contact .other .btn_line a {
		padding: 18px 12px 18px 0;
		display: block;
		position: relative;
		border-radius: 3px;
		transition: 0.3s;
		color: #fff;
		font-size: 17px;
		font-family: source-han-serif-jp-subset, sans-serif;
		font-weight: 500;
		text-decoration: none;
		text-align: center;
		}
	#ct_contact .other .btn_form a {
		background-color: #e47023;
		}
	#ct_contact .other .btn_line a {
		background-color: #4cc764;
		}
	#ct_contact .other .btn_form a:hover,
	#ct_contact .other .btn_line a:hover {
		opacity: 0.7;
		}
	#ct_contact .other .btn_form a::before,
	#ct_contact .other .btn_line a::before {
		width: 9px;
		height: 9px;
		margin: auto;
		display: block;
		position: absolute;
		top: 0;
		bottom: 0;
		right: 15px;
		border-top: 1px solid #fff;
		border-right: 1px solid #fff;
		transform: rotate(45deg);
		content: '';
		}

} /* end ＞767 */



/* ================================================
オフィス写真
================================================ */
/* 768＜ --------------------------- */
@media print,
screen and (min-width: 768px) {

	#ct_office {
		width: 100%;
		max-width: 1320px;
		aspect-ratio: 1320 / 600;
		margin: 0 auto;
		background: url(../img/office_img_pc.jpg) no-repeat center center / contain;
		}
	#ct_office_02 {
		width: 100%;
		max-width: 1166px;
		aspect-ratio: 1166 / 360;
		margin: 30px auto 0;
		background: url(../img/office_img02.jpg) no-repeat center center / contain;
		}

} /* end 768＜ */
/* ＞767 --------------------------- */
@media screen and (max-width: 767px) {

	#ct_office {
		width: 88%;
		aspect-ratio: 1050 / 830;
		margin: 0 auto;
		background: url(../img/office_img_sp.jpg) no-repeat center center / contain;
		}
	#ct_office_02 {
		width: 88%;
		aspect-ratio: 1166 / 360;
		margin: 24px auto 0;
		background: url(../img/office_img02.jpg) no-repeat center center / contain;
		}

} /* end ＞767 */



/* ================================================
お知らせ
================================================ */
/* 768＜ --------------------------- */
@media print,
screen and (min-width: 768px) {

	#top_news {
		padding: 60px 30px 90px;
		margin: 75px 0 0;
		position: relative;
		background: #f1f2f5 url(../img/bg_grey.png) repeat 0 0;
		}
	#top_news .inner {
		width: 100%;
		max-width: 840px;
		margin: 0 auto;
		position: relative;
		}
	#main #top_news h2:not(.no_deco) {
		margin-bottom: 30px;
		font-size: 42px;
		font-family: fot-chiaro-std, sans-serif;
		font-weight: 700;
		}
	#main #top_news h2:not(.no_deco) span {
		color: #e47023;
		}
	#top_news #news_post_wrapper {
		padding: 0;
		border: none;
		}

	/* ymd */
	/* con */
	#news_post_wrapper li p.ymd,
	#news_post_wrapper li p.con a {
		font-size: 16px;
		}

	/* slug */
	#news_post_wrapper li p.slug span {
		padding: 10px 3px;
		background-color: #e47023;
		border: none;
		color: #fff;
		}

	/* more */
	#top_news #top_news_list {
		width: 165px;
		margin-top: 0;
		position: absolute;
		top: 12px;
		right: 0;
		}
	#top_news #top_news_list a {
		width: 100%;
		padding: 12px 12px 12px 0;
		display: block;
		position: relative;
		background-color: #e47023;
		border-radius: 3px;
		transition: 0.3s;
		color: #fff;
		font-size: 14px;
		font-family: source-han-serif-jp-subset, sans-serif;
		font-weight: 500;
		text-decoration: none;
		text-align: center;
		}
	#top_news #top_news_list a:hover {
		opacity: 0.7;
		}
	#top_news #top_news_list a::before {
		width: 7px;
		height: 7px;
		margin: auto;
		display: block;
		position: absolute;
		top: 0;
		bottom: 0;
		right: 12px;
		border-top: 1px solid #fff;
		border-right: 1px solid #fff;
		transform: rotate(45deg);
		content: '';
		}

} /* end 768＜ */
/* ＞767 --------------------------- */
@media screen and (max-width: 767px) {

	#top_news {
		padding: 60px 6%;
		margin: 60px 0 0;
		position: relative;
		background: #f1f2f5 url(../img/bg_grey.png) repeat 0 0;
		}
	#top_news .inner {
		width: 100%;
		margin: 0 auto;
		position: relative;
		}
	#main #top_news h2:not(.no_deco) {
		margin-bottom: 30px;
		font-size: 33px;
		font-family: fot-chiaro-std, sans-serif;
		font-weight: 700;
		}
	#main #top_news h2:not(.no_deco) span {
		color: #e47023;
		}
	#top_news #news_post_wrapper {
		padding: 0;
		border: none;
		}

	/* slug */
	#news_post_wrapper li p.slug span {
		padding: 6px 6px 7px;
		position: relative;
		top: -3px;
		background-color: #e47023;
		border: none;
		color: #fff;
		font-size: 12px;
		}

	/* more */
	#top_news #top_news_list {
		width: 100%;
		max-width: 160px;
		margin: 42px auto 0;
		}
	#top_news #top_news_list a {
		width: 100%;
		padding: 10px 12px 10px 0;
		display: block;
		position: relative;
		background-color: #e47023;
		border-radius: 3px;
		transition: 0.3s;
		color: #fff;
		font-size: 14px;
		font-family: source-han-serif-jp-subset, sans-serif;
		font-weight: 500;
		text-decoration: none;
		text-align: center;
		}
	#top_news #top_news_list a::before {
		width: 7px;
		height: 7px;
		margin: auto;
		display: block;
		position: absolute;
		top: 0;
		bottom: 0;
		right: 12px;
		border-top: 1px solid #fff;
		border-right: 1px solid #fff;
		transform: rotate(45deg);
		content: '';
		}

} /* end ＞767 */



/* ================================================
すまいステップ バナー
================================================ */
/* 768＜ --------------------------- */
@media print,
screen and (min-width: 768px) {

	#ct_sumai-step {
		padding: 36px 0;
		text-align: center;
		}

} /* end 768＜ */
/* ＞767 --------------------------- */
@media screen and (max-width: 767px) {

	#ct_sumai-step {
		padding: 36px 6%;
		text-align: center;
		}
	#ct_sumai-step img {
		max-width: 300px;
		}

} /* end ＞767 */
