@charset "utf-8";

/* ページカラー */
:root {
	--page-main-color: #EE6F48;
	--page-sub-color: #FD6900;
}
.l-main * {
	font-family: 'メイリオ', 'Meiryo', 'ＭＳ ゴシック', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
}
.l-main {
	width: 100%;
	max-width: 100%;
}

.l-main .section__ttl {
	font-weight: 700;
	margin-bottom: 42px;
}
.l-main .section__ttl span {
	font-weight: 400;
	color: var(--page-main-color);
	letter-spacing: 2.8px;
	margin-top: 2px;
}


/*---------------------------------------
お問い合わせ
---------------------------------------*/
.section__wrapper--contact--02.top_contact {
	background: url('/pg-owner/images/bg_contact01.webp') no-repeat center center / cover;
	height: 435px;
	display: block;
}
.section__wrapper--contact--02.bottom_contact {
	background: url('/pg-owner/images/bg_contact02.webp') no-repeat center center / cover;
	height: 322px;
	display: block;
}
.l-main .section__wrapper--contact--02 .section__space {
	padding-block: 61px;
}
.l-main .section__wrapper--contact--02 .section__ttl,
.l-main .section__wrapper--contact--02 .section__ttl span {
	color: #fff;
}
.section__wrapper--contact--02.bottom_contact .section__ttl {
    margin-bottom: 38px;
}
.content__description--contact--02 {
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 2;
    margin-bottom: 13px;
	font-weight: 700;
}
.l-main .section__wrapper--contact--02 .content__block--contact--02 {
	margin-top: 6px;
}
.l-main .section__wrapper--contact--02 .content__txt--tel {
	font-size: 40px;
	font-weight: 700;
	color: #fff;
}
.l-main .section__wrapper--contact--02 .content__btn--contact--mail a {
	font-size: 18px;
	font-weight: 700;
	background-color: #fff;
	color: var(--page-sub-color);
	justify-content: flex-start;
    padding-left: 49px;
}
.l-main .section__wrapper--contact--02 .content__block--contact--02 .content__icon--tel use {
	width: 26px;
	height: 26px;
	display: block;
}
.l-main .section__wrapper--contact--02 .content__icon--tel {
	color: #fff;
}
.l-main .section__wrapper--contact--02 .content__icon--mail,
.l-main .section__wrapper--contact--02 .content__icon--btn--01 {
	color: var(--page-sub-color);
	top: -5px;
}
.l-main .section__wrapper--contact--02 .content__icon--btn--02 {
	color: #fff;
}



/*---------------------------------------
こんなお悩みありませんか？
---------------------------------------*/
.l-main .section__wrapper--worry--02 {
	background-color: #fff;
}
.l-main .section__wrapper--worry--02 .section__space {
	padding-block: 60px;
}
.l-main .section__wrapper--worry--02 .section__ttl {
	font-size: 26px;
	margin-bottom: 39px;
}
.l-main .section__wrapper--worry--02 .content__block--worry--02 {
	align-items: flex-start;
}
.l-main .section__wrapper--worry--02 .content__list--vertical {
	flex: 1;
	min-width: 0;
}
.l-main .section__wrapper--worry--02 .content__items--worry--02 {
	padding: 18px 0 16px;
	border-color: #DBDBDB;
}
.l-main .section__wrapper--worry--02 .content__items__inner--worry--02 {
	gap: 8px;
	align-items: center;
}
.l-main .section__wrapper--worry--02 .content__icon--chrck {
	border-color: var(--page-main-color);
	color: var(--page-main-color);
}
.l-main .section__wrapper--worry--02 .content__icon--chrck use {
	color: var(--page-main-color);
}
.content__description--worry--02 {
	flex: 1;
	font-size: 16px;
	font-weight: 700;
	line-height: 200%;
	color: #333;
}


/*---------------------------------------
弊社の強みで解決します
---------------------------------------*/
.l-main .section__wrapper--strong--03 {
    background: #FFFCF0;
}
.l-main .section__wrapper--strong--03 .section__space {
	padding-block: 61px;
}
.l-main .section__wrapper--strong--03 .content__subttl--strong--03 {
	font-size: 20px;
	font-weight: 700;
	color: var(--page-main-color);
}
.section__wrapper--strong--03 .content__description--strong--03 {
	font-size: 16px;
	font-weight: 400;
	line-height: 175%;
}
.l-main .section__wrapper--strong--03 .content__items__inner--strong--03 {
	border: none;
}

/*---------------------------------------
賃貸管理業務の内容
---------------------------------------*/
.l-main .section__wrapper--business--04 {
    background-color: #fff;
}
.l-main .section__wrapper--business--04 .section__space {
	padding-block: 65px 61px;
}
.section__wrapper--business--04 .section__ttl {
    margin-bottom: 39px;
}
.section__wrapper--business--04 .content__subttl--business--04 {
    font-weight: 700;
    color: var(--page-main-color);
    margin-bottom: 9px;
}
.section__wrapper--business--04 .content__description--business--04 {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.7;
    color: #333;
}
.section__wrapper--business--04 .content__items--business--04 {
    padding-bottom: 13px;
    margin-bottom: 20px;
    border-bottom: 1px solid #DBDBDB;
}
.business__right {
    display: flex;
    max-height: 530px;
    height: 530px;
}
.business__right .content__list--vertical.business__right__list {
    width: 579px;
}


/*---------------------------------------
ご利用の流れ
---------------------------------------*/
.l-main .section__wrapper--flow--02 {  
    background: #FFFCF0;
}

.l-main .section__wrapper--flow--02 .section__space {
	padding-block: 61px;
}
.l-main .section__wrapper--flow--02 .section__ttl {
    margin-bottom: 37px;
}
.content__items__inner--flow--02 {
    width: 735px;
}
.l-main .section__wrapper--flow--02 .content__subttl--flow--02 {
	font-size: 20px;
	font-weight: 700;
	color: #333;
}
.l-main .section__wrapper--flow--02 .content__description--flow--02 {
	font-size: 16px;
	font-weight: 400;
	line-height: 175%;
}