@charset "utf-8";
/*----------------------------------------------------------------------------------------

	index.css トップページ用のCSS(パソコン)

----------------------------------------------------------------------------------------*/

/* メインビジュアル //
///////////////////////////////////////////////////////////////////*/

#mv {
	margin-bottom: 60px;
	position: relative;
	z-index: 0;
}
#mv > .character {
	margin: auto;
	padding: 0 10px;
	max-width: 1300px;
	height: 302px;
	position: absolute;
	right: 0;
	bottom: -56px;
	left: 0;
	z-index: 2;
	text-align: right;
	pointer-events: none;
}

/* スライダー ///
---------------------------------------------- */
#mv > .slider {
	height: 520px;
}
#mv > .slider img {
	opacity: 0;
}
#mv > .slider:not(.slick-initialized) {
	overflow: hidden;
}
#mv > .slider:not(.slick-initialized) .slide:not(:first-child) {
	display: none;
}

/* 左右移動ボタン ///
---------------------------------------------- */
#mv .slick-arrow {
	width: calc((100% - 980px)/2);
	height: 520px;
	position: absolute;
	top: 0;
	z-index: 1;
	cursor: pointer;
	transition: background 0.2s;
}
#mv .slick-arrow:hover {
	background-color: rgba(255,255,255,0.2);
}
#mv .slick-arrow i {
	box-sizing: border-box;
	margin: auto;
	width: 50px;
	height: 50px;
	background-color: var(--acc2);
	border-radius: 3px;
	position: absolute;
	top: 0;
	bottom: 0;
	color: #fff;
	font-size: 18px;
	line-height: 50px;
	text-align: center;
}
#mv .slick-arrow.next {
	right: 0;
}
#mv .slick-arrow.next i {
	padding-left: 3px;
	left: -20px;
}
#mv .slick-arrow.prev {
	left: 0;
}
#mv .slick-arrow.prev i {
	padding-right: 3px;
	right: -20px;
}

/* ドット ///
---------------------------------------------- */
#mv .slick-dots {
	width: 100%;
	display: flex;
	position: absolute;
	bottom: -28px;
	justify-content: center;
}
#mv .slick-dots button {
	width: 10px;
	height: 10px;
	background-color: #dbdce3;
	border: none;
	border-radius: 5px;
	display: block;
	outline: none;
	overflow: hidden;
	text-indent: -200%;
	cursor: pointer;
}
#mv .slick-dots .slick-active button {
	background-color: var(--acc2);
}
#mv .slick-dots li:not(:last-child) {
	margin-right: 9px;
}

/* 入居率 //
///////////////////////////////////////////////////////////////////*/

#nyukyo{
	padding: 50px 0;
}
#nyukyo > div {
	border: 1px solid #d0cec9;
	background-color: #fff;
	box-shadow: inset 0 0 0px 5px #e9e6e0;
	display: flex;
}
#nyukyo header {
	margin: 10px;
	background-color: var(--acc1);
	width: 530px;
	height: 107px;
	display: flex;
	color: #fff;
	line-height: 1;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
#nyukyo header .title {
	font-size: 3.2rem;
	font-weight: 700;
}
#nyukyo header p {
	margin-top: 10px;
	font-size: 1.4rem;
}
#nyukyo header + div {
	width: calc(100% - 540px);
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 700;
}
#nyukyo header + div p:nth-of-type(1) {
	margin-right: 33px;
	color: #444;
	font-size: 2.8rem;
}
#nyukyo header + div p:nth-of-type(2) {
	color: var(--acc4);
	font-size: 7rem;
	line-height: 110px;
}
#nyukyo header + div p:nth-of-type(2) span{
	font-size: 5rem;
}

/* 何でもご相談ください！ //
///////////////////////////////////////////////////////////////////*/

#catch {
	margin-bottom: 70px;
	padding: 58px 0;
}
#catch .title {
	margin-bottom: 40px;
	display: flex;
	flex-direction: column;
	align-items: center;
	font-size: 3.4rem;
	line-height: 1;
	color: var(--acc1);
}
#catch .title span:nth-of-type(2) {
	margin-top: 15px;
	color:var(--acc4);
}
#catch .logo {
	text-align: center;
}
#catch .logo img {
	margin-right: 40px;
}
#catch .logo i {
	display: block;
	font-size: 1.6rem;
	line-height: 1;
}
#catch .contact {
	margin: 30px auto 0;
	width: 980px;
	display: flex;
	justify-content: space-between;
}
#catch .contact > .unei {
	width: 460px;
}
#catch .contact .tel {
	color:#444;
	font-size: 4.3rem;
	line-height: 40px;
	text-align: center;
}
#catch .contact .tel a {
	color: var(--acc1);
	font-weight: 700;
	pointer-events: none;
}
#catch .contact .tel a::before {
	margin-right: 4px;
	position: relative;
	top: -2px;
	font-size: 4rem;
}

#catch .contact .eigyo {
	margin-top: 10px;
	width: 490px;
	font-size: 1.4rem;
	line-height: 1;
	text-align: center;
}
#catch .contact > .btn01 {
	width: 490px;
	height: auto;
	background-color: rgba(0,0,0,0);
	display: block;
}
#catch .btn01 a {
	margin-left: 33px;
	width: 400px;
	display: block;
	font-size: 2.2rem;
	line-height: 70px;
	color: #573603;
}
#catch .btn01 a::before {
	margin-right: 10px;
	font-size: 2.2rem;
}

/* お知らせ //
///////////////////////////////////////////////////////////////////*/

#oshirase {
	margin-bottom: 100px;
}
#oshirase > div {
	border: 1px solid #ccc;
	display: flex;
}
#oshirase .bg_stripe {
    background: url("../images/common/stripe2.png") repeat top left / 6px;
}
#oshirase header {
	margin: 2px;
	margin-right: 0;
	width: 307px;
	height: 172px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
}
#oshirase header .title {
	margin-top: 50px;
	color: #fff;
	font-size: 3rem;
	font-weight: 700;
	line-height: 1;
}
#oshirase header .btn01 {
	margin-bottom: 27px;
	width: 165px;
	height: 32px;
}
#oshirase header .btn01 a {
	font-size: 1.4rem;
}
#oshirase header .btn01 a::after {
	margin-left: 12px;
}
#oshirase .posts {
	padding: 2px 3px 0;
	width: calc(100% - 307px);
	height: 176px;
	border-bottom: 2px solid #fff;
	overflow: auto;
}
#oshirase .post:not(:last-child) {
	border-bottom: 1px solid #ccc;
}
#oshirase .post > a {
	padding-bottom: 3px;
	width: 100%;
	min-height: 56px;
	display: table;
	font-size: 1.6rem;
	font-feature-settings: 'palt';
}
#oshirase .post:nth-child(even) > a {
	padding-bottom: 1px;
	min-height: 58px;
}
#oshirase .post:nth-child(3n) > a {
	padding-bottom: 0;
}
#oshirase .post > a:hover {
	background-color: #f5f5f5;
}
#oshirase .post > a > * {
	display: table-cell;
	line-height: 1.5;
	vertical-align: middle;
}
#oshirase .post > a > time {
	padding-left: 45px;
	width: 149px;
	color: var(--acc3);
	font-weight: 500;
}

/* 賃貸管理サービス //
///////////////////////////////////////////////////////////////////*/

#kanri {
	padding-bottom: 100px;
}
#kanri > div > header {
	margin-bottom: 24px;
	text-align: center;
	line-height: 1;
}
#kanri .title {
	color: var(--acc1);
	font-size: 3.8rem;
}
#kanri .title img{
	height: 38px;
}
#kanri .title + p {
	margin: 20px 0 50px;
	color: var(--acc4);
	font-size: 2.4rem;
	font-weight: 500;
	line-height: 1;
	text-align: center;
}
#kanri li > a {
	display: flex;
}
#kanri li + li {
	margin-top: 50px;
}
#kanri li div {
	padding-left: 20px;
	padding-right: 20px;
	width: 540px;
	background-color: #f7f5f0;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
}
#kanri .subtitle {
	margin-bottom: 22px;
	padding-top: 6px;
	border-bottom: 1px solid #444;
	color: var(--acc1);
	font-size: 3rem;
	font-weight: 700;
	line-height: 84px;
	text-align: center;
}
#kanri li div p {
	padding-left: 12px;
	padding-right: 12px;
	line-height: 30px;
	text-align: justify;
}
#kanri li div p .percent {
	display: inline-block;
}
#kanri li div .icon-a {
	margin: auto auto 30px;
	width: 220px;
	padding-bottom: 3px;
	background-color: var(--acc1);
	border-radius: 44px;
	color: #fff;
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 41px;
	text-align: center;
}
#kanri li div .icon-a::after {
	margin-left: 18px;
}
/* 写真と文章の入れ替え */
#kanri li:nth-of-type(2n) > a {
	flex-direction: row-reverse;
}

/* 当社の強み //
///////////////////////////////////////////////////////////////////*/

#tsuyomi {
	padding: 76px 80px 70px;
	background-color: var(--acc1);
}
#tsuyomi header {
	margin-bottom: 52px;
	color: #fff;
	text-align: center;
}
#tsuyomi .title {
	margin-bottom: 28px;
	font-size: 3.8rem;
}
#tsuyomi header p {
	padding-right: 22px;
	font-size: 2.4rem;
	line-height: 3.6rem;
}
#tsuyomi header p span {
	display: block;
}
#tsuyomi .points {
	display: flex;
	justify-content: space-between;
}
#tsuyomi .points li {
	color: #fff;
	font-size: 2.8rem;
	font-weight: 700;
	font-feature-settings: 'palt';
}
#tsuyomi .points li:nth-child(2) {
	padding: 0 15px 0 20px;
}
#tsuyomi .points li:nth-child(2) i img {
	margin-top: -4px;
}
#tsuyomi .points li:nth-child(3) i img {
	margin-top: 3px;
}
#tsuyomi .points li:nth-child(4) {
	padding-right: 10px;
}
#tsuyomi .points i {
	margin-bottom: 17px;
	height: 141px;
	display: block;
	text-align: center;
}
#tsuyomi .points li > img {
	margin-right: 12px;
}
#tsuyomi .btn01 {
	margin: 60px auto 0;
	height: 52px;
	width: 316px;
}
#tsuyomi .btn01 a::after {
	margin-left: 15px;
}

/* 管理物件空室情報 //
///////////////////////////////////////////////////////////////////*/

#bukken {
	padding-top: 98px;
}
#bukken .title {
	margin-bottom: 58px;
	color: var(--acc1);
	font-size: 3.8rem;
	text-align: center;
}
#bukken > div > .bukkens {
	display: flex;
	flex-wrap: wrap;
}
#bukken .btn01 {
	margin: 50px auto 0;
	width: 316px;
	height: 52px;
}
#bukken .btn01 a {
	background-color: var(--acc1);
	font-size: 1.8rem;
	color: #fff;
}
#bukken .btn01 a::after {
	margin-left: 18px;
}

/* 収益物件売却情報 //
///////////////////////////////////////////////////////////////////*/

#revenue {
	padding-top: 98px;
}
#revenue .title {
	margin-bottom: 58px;
	color: var(--acc1);
	font-size: 3.8rem;
	text-align: center;
}
#revenue > div > .bukkens {
	display: flex;
	flex-wrap: wrap;
}
#revenue .btn01 {
	margin: 50px auto 0;
	width: 316px;
	height: 52px;
}
#revenue .btn01 a {
	background-color: var(--acc1);
	font-size: 1.8rem;
	color: #fff;
}
#revenue .btn01 a::after {
	margin-left: 18px;
}

/* コンテンツ //
///////////////////////////////////////////////////////////////////*/

#contents {
	margin: 120px 0;
}

/* 事例紹介バナー ///
---------------------------------------------- */
#contents .bnr_jirei {
	margin: 0 auto;
	width: 1080px;
	height: 260px;
}

/* 2カラム ///
---------------------------------------------- */
#contents > .col2 {
	margin-top: 60px;
	display: flex;
	justify-content: space-between;
}

/* スタッフブログ ///
---------------------------------------------- */
#staffblog {
	width: 510px;
}
#staffblog > header {
	padding: 0 20px 0 18px;
	height: 62px;
	background-color: var(--acc1);
	display: flex;
	color: #fff;
	align-items: center;
	justify-content: space-between;
}
#staffblog > header .title {
	font-size: 2.2rem;
}
#staffblog > header .more {
	font-size: 1.4rem;
}
#staffblog > header .more a::after {
	margin-left: 7px;
	font-size: 1.2rem;
}
#staffblog > div {
	height: 158px;
	border: 1px solid #ccc;
	border-top: none;
	overflow-y: auto;
}
#staffblog .blog:not(:last-child) {
	border-bottom: 1px dotted #ccc;
}
#staffblog .blog > a {
	padding: 14px 8px;
	display: block;
	font-size: 1.6rem;
	line-height: 1.582;
	transition: background 0.2s;
}
#staffblog .blog > a:hover {
	background-color: #f9f9f9;
}
#staffblog .blog time {
	color: var(--acc3);
	font-weight: 500;
}
