@charset "UTF-8";
/* ===========================================
 * 賃貸ステートメントサイト top
 * ======================================== */
/* ---------------------------------------------
*   section / layout
--------------------------------------------- */
/* sec_lead */
.statement_container .sec_lead .sec_lead_mv {
	overflow: hidden;
}
.statement_container .sec_lead .sec_lead_mv > img {
	width: 100%;
	-webkit-animation: zoom-out 3s ease-in-out 0s 1 normal both;
	        animation: zoom-out 3s ease-in-out 0s 1 normal both;
}
.statement_container .sec_lead .sec_lead_header {
	margin-top: 10.667vw;
	padding: 0 6.4vw;
	font-size: 9.067vw;
	font-weight: bold;
	line-height: 1.2;
}
.statement_container .sec_lead .sec_lead_body {
	margin-top: 10.667vw;
	padding: 0 6.4vw;
}
.statement_container .sec_lead .sec_lead_logo {
	margin-top: 12vw;
	text-align: center;
}
.statement_container .sec_lead .sec_lead_logo > img {
	width: 56vw;
	height: 16vw;
}

/* catchblock */
.statement_container .catchblock {
	position: relative;
	margin-top: 16vw;
	padding: 16vw 6.4vw 0 8.533vw;
}
.statement_container .catchblock::before {
	content: "";
	display: inline-block;
	position: absolute;
	top: 0;
	left: 8.533vw;
	width: calc(50% - 8.267vw);
	height: 0.533vw;
	background-color: #910d53;
}
.statement_container .catchblock::after {
	content: "";
	display: inline-block;
	position: absolute;
	top: 0;
	right: 8.533vw;
	width: calc(50% - 8.267vw);
	height: 0.533vw;
	background-color: #01437d;
}

/* ---------------------------------------------
*   module
--------------------------------------------- */
/* desc */
.statement_container .desc .desc_text {
	margin-top: 12.8vw;
	font-size: 4.267vw;
	font-weight: bold;
	line-height: 2;
}
.statement_container .desc .desc_text:first-child {
	margin-top: 0;
}

/* catch */
.statement_container .catch {
	font-size: 4.8vw;
	font-weight: bold;
	line-height: 1.7;
}

/* card */
.statement_container .card {
	display: block;
}
.statement_container .card .card_obj {
	overflow: hidden;
}
.statement_container .card .card_obj > img {
	width: 100%;
}
.statement_container .card .card_title {
	margin-top: 8vw;
	padding: 0 6.133vw;
}
.statement_container .card .card_title:first-child {
	margin-top: 0;
}
.statement_container .card .card_title > img {
	width: 100%;
}
.statement_container .card .card_text {
	margin-top: 8vw;
	font-size: 4.267vw;
	line-height: 1.5;
}
.statement_container .card .card_text:first-child {
	margin-top: 0;
}
.statement_container .card .card_link {
	margin-top: 6.933vw;
	text-align: right;
}
.statement_container .card .card_linkitem {
	position: relative;
	display: inline-block;
	padding-bottom: 1.067vw;
	padding-right: 3.2vw;
	color: #000;
	font-size: 3.2vw;
	font-weight: bold;
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.statement_container .card .card_linkitem::before {
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	width: 13.333vw;
	height: 1.867vw;
	background-image: url("../img/common/icon_arrow_link.svg");
	background-repeat: no-repeat;
	background-size: contain;
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}