@charset "utf-8";

/* ****************************************************************************

　目次

-------------------------------------------------------------------------------

　01. モジュール

******************************************************************************* */
/* ==

　01. モジュール

=============================================================================== */
/* スライダ―
------------------------------------------------------------------------------- */
.topVisual01 {
	position: relative;
}
.topVisual01_loading {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 80px;
	height: 80px;
	margin: -40px 0 0 -40px;
	background: url(/common/images/rn04/svg/loading_ico01.svg) center center no-repeat;
	background-size: contain;
}
.topVisual01_in {
	transition: opacity .5s;
	opacity: 0;
}
.topVisual01_in.swiper-container-initialized {
	opacity: 1;
}
.topVisual01_item {
	position: relative;
}
.topVisual01_item img {
	width: 100%;
}
.topVisual01_btn {
	display: block;
	position: absolute;
	right: 100px;
	bottom: 48px;
	line-height: 1;
	color: #fff;
	font-size: 134%;
	font-weight: 500;
	text-decoration: none;
	z-index: 1;
}
.topVisual01_btn-cc {
	color: #000;
}
.topVisual01_btn::after {
	content: "";
	display: inline-block;
	width: 22px;
	height: 22px;
	margin: 0 0 0 10px;
	background: url(/tochikatsu/d-room/common/images/rn03/svg/ico_arw01.svg) center center no-repeat;
	vertical-align: -0.3em;
}
.topVisual01_page {
	position: absolute;
	bottom: 48px;
	left: 100px;
	line-height: 8px;
}
.topVisual01_page .swiper-pagination-bullet {
	display: inline-block;
	width: 8px;
	height: 8px;
	margin: 0 8px 0 0;
	border-radius: 0;
	background: #fff;
	opacity: .6;
}
.topVisual01_page .swiper-pagination-bullet-active {
	opacity: 1;
}
@media only screen and (max-width: 1300px) {
	.topVisual01_page {
		bottom: 28px;
		left: 60px;
	}
	.topVisual01_btn {
		right: 60px;
		bottom: 28px;
	}
}
/* リード
------------------------------------------------------------------------------- */
.topLead01 {
	margin: 0;
	/*padding: 60px 70px 170px;*/
	padding: 60px 20px 170px;
	background: url(../../images/news_bg01.jpg) center bottom no-repeat;
	background-size: 100% auto;
	overflow: hidden;
}
.topLead01_in {
	max-width: 1239px;
	margin: 0 auto;
}
.topLead01_tit {
	line-height: 1.6;
	margin: 150px 0 25px;
	font-size: 250%;
	font-weight: 700;
	text-align: center;
}
.topLead01_txt {
	line-height: 2;
	margin: 0;
	font-size: 134%;
	font-weight: 400;
	text-align: center;
}
.topLead01_btn {
	display: block;
	max-width: 152px;
	line-height: 62px;
	margin: 37px auto 0;
	padding: 0 0 2px;
	border-radius: 4px;
	background-color: #fff;
	color: #CC3B33;
	font-size: 134%;
	font-weight: 700;
	text-align: center;
	text-decoration: none;
	transition: all .3s;
}
.d_hover .topLead01_btn:hover {
	background-color: #CC3B33;
	color: #fff;
}
/* ピックアップ
------------------------------------------------------------------------------- */
.topNews01 {
	position: relative;
}
.topNews01_in {
	transition: opacity .5s;
	opacity: 0;
}
.topNews01_in.swiper-container-initialized {
	opacity: 1;
}
.topNews01_item {
	border: 1px solid #E5E4E0;
	background-color: #fff;
	box-sizing: border-box;
}
.topNews01_wrap {
	display: block;
	display: -webkit-box;
	display: flex;
	justify-content: space-between;
	text-decoration: none;
}
.topNews01_wrap[target=_blank]::after {
	content: "";
	display: block;
	position: absolute;
	right: 10px;
	bottom: 10px;
	width: 11px;
	height: 11px;
	background: url(/tochikatsu/d-room/common/images/rn03/svg/ico_blank02.svg) center center no-repeat;
	background-size: contain;
}
.topNews01_img {
	width: 34.1%;
	max-width: 136px;
}
.topNews01_info {
	width: 65.586%;
	padding: 15px 20px 0;
	box-sizing: border-box;
}
.topNews01_tit {
	line-height: 1.6;
	margin: 0 0 7px;
	font-size: 134%;
	font-weight: 700;
}
.topNews01_txt {
	line-height: 1.6;
	margin: 0;
	font-size: 100%;
	font-weight: 400;
}
.topNews01_page {
	right: 0;
	bottom: -24px;
	left: 0;
	height: 8px;
	text-align: center;
}
.topNews01_page .swiper-pagination-bullet {
	display: inline-block;
	width: 8px;
	height: 8px;
	margin: 0 4px;
	border-radius: 0;
	background: #CCCAC8;
}
.topNews01_page .swiper-pagination-bullet-active {
	background: #000;
}
.topNews01_btn {
	position: absolute;
	top: 50%;
	width: 44px;
	height: 44px;
	margin: -22px 0 0;
	z-index: 2;
	cursor: pointer;
	transition: opacity .5s;
	opacity: 0;
}
.topNews01_btn-show {
	opacity: 1;
}
.topNews01_btn-prev {
	left: -68px;
}
.topNews01_btn-next {
	right: -68px;
}
.topNews01_btn::before {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 24px;
	height: 24px;
	margin: -12px 0 0 -12px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}
.topNews01_btn-prev::before {
	background-image: url(/tochikatsu/d-room/common/images/rn03/svg/ico_arw05.svg);
}
.topNews01_btn-next::before {
	background-image: url(/tochikatsu/d-room/common/images/rn03/svg/ico_arw06.svg);
}

@media only screen and (max-width: 1360px) {
	.topNews01_btn {
		width: 30px;
		height: 30px;
		margin: -15px 0 0;
		background-color: rgba(204, 202, 200, .9);
	}
	.topNews01_btn-prev {
		left: -15px;
	}
	.topNews01_btn-next {
		right: -15px;
	}
}
@media only screen and (max-width: 1250px) {
	.topNews01_info {
		padding: 10px 15px 0;
	}
	.topNews01_tit {
		margin: 0 0 5px;
		font-size: 125%;
		letter-spacing: -0.02em;
	}
	.topNews01_txt {
		font-size: 92%;
	}
}
@media only screen and (max-width: 1100px) {
	.topNews01_info {
		/*padding: 6px 9px 0;*/
	}
	.topNews01_tit {
		margin: 0 0 3px;
		font-size: 117%;
		letter-spacing: -0.02em;
	}
	.topNews01_txt {
		font-size: 84%;
		letter-spacing: -0.02em;
	}
}
@media only screen and (max-width: 980px) {
	.topNews01_tit {
		font-size: 109%;
	}
}
/* 理由
------------------------------------------------------------------------------- */
.topReason01 {
	margin: 0;
	padding: 100px 15px;
	background-color: #F5F4F0;
}
.topReason01_in {
	max-width: 1240px;
	margin: 0 auto;
}
.topReason01_tit {
	line-height: 1.6;
	margin: 0 0 40px;
	font-size: 250%;
	font-weight: 700;
}
.topReason01_list {
	display: -webkit-box;
	display: flex;
	justify-content: space-between;
}
.topReason01_item {
	position: relative;
	width: 24.032%;
	padding: 36px 30px 38px;
	background-color: #fff;
	box-sizing: border-box;
}
.topReason01_num {
	position: absolute;
	top: 0;
	left: 0;
	width: 48px;
	line-height: 48px;
	background-color: #CC3B33;
	color: #fff;
	font-family: 'Roboto', sans-serif;
	font-size: 184%;
	font-weight: 400;
	text-align: center;
}
.topReason01_img {
	display: block;
	text-align: center;
}
.topReason01_stit {
	display: -webkit-box;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 58px;
	line-height: 1.6;
	margin: 15px 0 17px;
	font-size: 150%;
	font-weight: 700;
	text-align: center;
}
.topReason01_txt {
	line-height: 1.6;
	margin: 0;
	font-size: 134%;
	font-weight: 400;
}
.topReason01_btn {
	display: block;
	max-width: 150px;
	line-height: 60px;
	margin: 36px auto 0;
	padding: 0 0 2px;
	border-radius: 4px;
	border: 1px solid #CC3B33;
	color: #CC3B33;
	font-size: 134%;
	font-weight: 700;
	text-align: center;
	text-decoration: none;
	transition: all .3s;
}
.d_hover .topReason01_btn:hover {
	background-color: #CC3B33;
	color: #fff;
}
/* 商品ラインナップ
------------------------------------------------------------------------------- */
.topLineup01 {
	padding: 100px 15px;
}
.topLineup01_in {
	display: -webkit-box;
	display: flex;
	align-items: center;
	justify-content: space-between;
	max-width: 1300px;
	margin: 0 auto;
	padding: 60px;
	background-color: #F5F4F0;
	box-sizing: border-box;
}
.topLineup01_info {
	width: 35%;
	padding: 0 0 0 1%;
	box-sizing: border-box;
}
.topLineup01_img {
	width: 63%;
}
.topLineup01_tit {
	line-height: 1.1;
	margin: 0 0 30px;
	font-size: 250%;
	font-weight: 700;
}
.topLineup01_logo {
	max-width: 220px;
	margin: 0 0 20px;
}
.topLineup01_logo img {
	width: 100%;
}
.topLineup01_txt {
	max-width: 350px;
	line-height: 1.6;
	margin: 0;
	font-size: 134%;
}
.topLineup01_btn {
	display: block;
	max-width: 150px;
	line-height: 60px;
	margin: 30px 0 0;
	padding: 0 0 2px;
	border: 1px solid #CC3B33;
	border-radius: 4px;
	background-color: #fff;
	color: #CC3B33;
	font-size: 134%;
	font-weight: 700;
	text-align: center;
	text-decoration: none;
	transition: all .3s;
}
.d_hover .topLineup01_btn:hover {
	background-color: #CC3B33;
	color: #fff;
}
/* 投資用不動産
------------------------------------------------------------------------------- */
.topToushi01 {
	margin: 0 0 100px;
	padding: 0 15px;
}
.topToushi01 a {
	display: block;
	max-width: 1300px;
	margin: 0 auto;
}
/* 施工事例
------------------------------------------------------------------------------- */
.topCase01 {
	margin: 0;
	padding: 100px 15px 144px;
	background-color: #F5F4F0;
	box-sizing: border-box;
	overflow: hidden;
}
.topCase01_in {
	max-width: 1240px;
	margin: 0 auto;
}
.topCase01_head {
	position: relative;
	margin: 0 0 40px;
}
.topCase01_tit {
	line-height: 1.6;
	margin: 0;
	font-size: 250%;
	font-weight: 700;
}
.topCase01_body {
	position: relative;
}
.topCase01_loading {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 80px;
	height: 80px;
	margin: -40px 0 0 -40px;
	background: url(/common/images/rn04/svg/loading_ico01.svg) center center no-repeat;
	background-size: contain;
}
.topCase01_area {
	transition: opacity .5s;
	opacity: 0;
}
.topCase01_area.swiper-container-initialized {
	opacity: 1;
}
.topCase01_btn {
	display: block;
	position: absolute;
	top: 15px;
	right: 0;
	line-height: 1;
	margin: 0;
	color: #CC3B33;
	font-size: 134%;
	font-weight: 500;
	text-decoration: none;
}
.topCase01_btn::after {
	content: "";
	display: inline-block;
	width: 22px;
	height: 22px;
	margin: 0 0 0 10px;
	background: url(/tochikatsu/d-room/common/images/rn03/svg/ico_arw02.svg) center center no-repeat;
	background-size: contain;
	vertical-align: -0.3em;
}
.topCase01_item {
	background-color: #fff;
}
.topCase01_wrap {
	display: block;
	padding: 6%;
	text-decoration: none;
}
.topCase01_wrap.fnFade:hover {
    opacity: 0.8;
}
.topCase01_img {
	display: block;
}
.topCase01_txt {
	line-height: 1.6;
	margin: 15px 0 30px;
	color: #1D222C;
	font-size: 150%;
	font-weight: 500;
}
.topCase01_tag1 {
	margin: 15px 0 0;
	letter-spacing: -0.5em;
}
.topCase01_tag1 li {
	display: inline-block;
	position: relative;
	line-height: 28px;
	margin: 5px 5px 0 0;
	padding: 0 15px 3px 43px;
	border: 1px solid #E5E4E0;
	border-radius: 20px;
	color: #CC3B33;
	font-size: 100%;
	font-weight: 700;
	vertical-align: top;
	letter-spacing: normal;
}
.topCase01_tag1 li::before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 15px;
	width: 22px;
	height: 22px;
	margin: -12px 0 0;
	background-position: center center;
	background-repeat: no-repeat;
}
.topCase01_tag1 .topCase01_t1::before {
	background-image: url(/tochikatsu/d-room/common/images/rn03/svg/ico_tag01.svg);
}
.topCase01_tag1 .topCase01_t2::before {
	background-image: url(/tochikatsu/d-room/common/images/rn03/svg/ico_tag02.svg);
}
.topCase01_tag2 {
	margin: 7px 0 0;
	letter-spacing: -0.5em;
}
.topCase01_tag2 li {
	display: inline-block;
	position: relative;
	line-height: 29px;
	margin: 5px 5px 0 0;
	padding: 0 15px 2px;
	border-radius: 20px;
	background-color: #E5E4E0;
	font-size: 100%;
	font-weight: 700;
	vertical-align: top;
	letter-spacing: normal;
}
.topCase01_page {
	right: 0;
	bottom: -24px;
	left: 0;
	height: 8px;
	text-align: center;
}
.topCase01_page .swiper-pagination-bullet {
	display: inline-block;
	width: 8px;
	height: 8px;
	margin: 0 4px;
	border-radius: 0;
	background: #CCCAC8;
}
.topCase01_page .swiper-pagination-bullet-active {
	background: #000;
}
.topCase01_btn2 {
	position: absolute;
	top: 50%;
	width: 44px;
	height: 44px;
	margin: -22px 0 0;
	z-index: 2;
	cursor: pointer;
	transition: opacity .5s;
	opacity: 0;
}
.topCase01_btn2-show {
	opacity: 1;
}
.topCase01_btn2-prev {
	left: -68px;
}
.topCase01_btn2-next {
	right: -68px;
}
.topCase01_btn2::before {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 24px;
	height: 24px;
	margin: -12px 0 0 -12px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}
.topCase01_btn2-prev::before {
	background-image: url(/tochikatsu/d-room/common/images/rn03/svg/ico_arw05.svg);
}
.topCase01_btn2-next::before {
	background-image: url(/tochikatsu/d-room/common/images/rn03/svg/ico_arw06.svg);
}
@media only screen and (max-width: 1360px) {
	.topCase01_btn2 {
		width: 30px;
		height: 30px;
		margin: -15px 0 0;
		background-color: rgba(204, 202, 200, .9);
	}
	.topCase01_btn2-prev {
		left: -15px;
	}
	.topCase01_btn2-next {
		right: -15px;
	}
}
@media only screen and (max-width: 1250px) {
	.topCase01_tag1 li {
		font-size: 92%;
	}
	.topCase01_tag2 li {
		font-size: 92%;
	}
}
/* 関連情報
------------------------------------------------------------------------------- */
.topRelate01 {
	margin: 0;
	padding: 100px 15px 0;
	background-color: #fff;
}
.topRelate01_in {
	max-width: 1240px;
	margin: 0 auto;
}
.topRelate01_item {
	display: -webkit-box;
	display: flex;
	justify-content: space-between;
	margin: 57px 0 0;
}
.topRelate01_item:first-child {
	margin-top: 0;
}
.topRelate01_item-reverse {
	flex-direction: row-reverse;
}
.topRelate01_info {
	display: -webkit-box;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 48.065%;
}
.topRelate01_tit {
	line-height: 1.6;
	margin: 0 0 26px;
	font-size: 200%;
	font-weight: 700;
}
.topRelate01_txt {
	line-height: 1.6;
	margin: 0;
	font-size: 134%;
	font-weight: 500;
}
.topRelate01_btn {
	display: block;
	max-width: 150px;
	line-height: 60px;
	margin: 36px 0 0;
	padding: 0 0 2px;
	border-radius: 4px;
	border: 1px solid #CC3B33;
	color: #CC3B33;
	font-size: 134%;
	font-weight: 700;
	text-align: center;
	text-decoration: none;
	transition: all .3s;
}
.d_hover .topRelate01_btn:hover {
	background-color: #CC3B33;
	color: #fff;
}
.topRelate01_img {
	width: 48.065%;
	max-width: 596px;
}
/* 関連バナー
------------------------------------------------------------------------------- */
.topBnr01 {
	padding: 100px 15px 90px;
}
.topBnr01_list {
	display: -webkit-box;
	display: flex;
	justify-content: center;
	max-width: 1240px;
	margin: 0 auto;
}
.topBnr01_item {
	width: 24.033%;
	max-width: 298px;
	margin: 0 1.289% 0 0;
}
.topBnr01_item:last-child {
	margin-right: 0;
}
.topBnr01_item a {
	display: block;
	color: #807F7D;
	text-decoration: none;
}
.topBnr01_item span {
	display: block;
}
.topBnr01_item p {
	line-height: 1.6;
	margin: 15px 0 0;
	font-size: 100%;
	font-weight: 500;
	text-align: center;
}
/* お知らせ
------------------------------------------------------------------------------- */
.topNote01 {
	color: #f00;
	line-height: 2;
	text-align: center;
	font-weight: 500;
	font-size: 117%;
	margin: 0;
	padding: 60px 20px 0;
}