@charset "utf-8";

/*Noto Sans JP 400*/
@font-face {
    font-family: 'Noto Sans JP';
    src: url(/fonts/NotoSansJP-Regular.woff2);
    font-weight: 400;
    font-display: swap;
}
/*Noto Sans JP 400*/
@font-face {
    font-family: 'Noto Sans JP';
    src: url(/fonts/NotoSansJP-Medium.woff2);
    font-weight: 500;
    font-display: swap;
}

body {
	/*スマホで勝手に文字が大きくなる対策*/
	-webkit-text-size-adjust: 100%;
}
html {
    scroll-behavior: smooth;
    scroll-padding-top: 174px;
}

.l-main *{
	font-family: 'メイリオ', 'Meiryo','ＭＳ ゴシック','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
}
.l-main {
    background-color: #FAFAFA;
}
.l-main .section__ttl {
    margin-bottom: 36px;
}
.l-main .section__ttl span {
    font-size: 12px;
    letter-spacing: 0.25em;
    margin-top: 11px;
    color: #C90;
    font-weight: 400;
}
.main__bg img {
    height: 500px;
    width: 100%;
    object-fit: cover;
    display: flex;
    justify-content: center;
    align-items: center;
}

/*-------------ご実家こんな状況ではありませんか？------------*/
.content__subttl--case--02 {
    color: #DE7826;
    font-weight: 700;
    text-align: center;
}
.section__wrapper--case--02 {
    padding-bottom: 88px;
}
.content__description--case--02 {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 16px;
    line-height: 1.7;
}
/*-------------お問い合わせ------------*/
[class*="section__wrapper--"].section__wrapper--contact--01 {
    background-color: #DE7524;
}
.l-main .section__wrapper--contact--01 .section__ttl,
.l-main .section__wrapper--contact--01 .section__ttl span {
    color: #fff;
}
.content__txt--tel {
    color: #fff;
    font-family: 'Noto Sans JP', sans-serif;
}
[class*="section__wrapper--contact--"] .content__btn--contact--mail a {
    background-color: #fff;
    color: #DE7524;
    padding-right: 8px;
}
.content__icon--mail {
    color: #DE7524;
}
[class*="section__wrapper--contact--"] .content__icon--btn--01 {
    color: #DE7524;
}
[class*="section__wrapper--contact--"] [class*="content__btn--contact--"] a,
[class*="content__wrap--contact--"] [class*="content__txt--contact--"] {
    font-family: 'Noto Sans JP', sans-serif;
}
.satei-icon {
    position: absolute;
    left: 50px;
}
[class*="section__wrapper--contact--"] .content__btn--contact--mail:last-of-type a {
    padding-left: 25px;
}
/*-------------空き家を放置する3つのデメリット------------*/
.content__subttl--flow--03 {
    color: #DE7826;
    font-weight: 700;
}
.content__subttl--flow--03::before {
    background-color: #DE7524;
    color: #fff;
}
.content__items--flow--03 {
    border-top: 1px solid #DBDBDB;
}

.section__wrapper--matrix--10 {
    padding-bottom: 88px;
}
.content__subttl--matrix--10 {
    text-align: center;
    color: #DE7524;
    font-weight: 700;
}
.content__description--matrix--10 {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 16px;
    line-height: 2;
}
.ai__banner--matrix--10 {
    text-align: center;
}
.section__wrapper--matrix--10 .content__list--vertical {
    margin-bottom: 35px;
}
.content__description--flow--03 {
    font-size: 16px;
    font-family: 'Noto Sans JP', sans-serif;
    line-height: 1.75;
}
/*-------------Estateが選ばれる理由------------*/
.section__wrapper--strong--04 .section__space {
    padding-bottom: 96px;
}
.content__img--strong--04 {
    z-index: 0;
}
.content__wrap--strong--04 .content__subttl--strong--04 {
    font-size: 20px;
    color: #DE7826;
    font-weight: 700;
}
.content__description--strong--04 {
    font-size: 16px;
    font-family: 'Noto Sans JP', sans-serif;
}
.content__items__inner--strong--04 {
    align-items: center;
}

/*-------------FAQ------------*/
.content__subttl--faq--02 {
    color: #263238;
    font-weight: 700;
}
[class*="content__subttl--faq--"]::before, [class*="content__description--faq--"]::before {
    border: 1px solid #DE7524;
    font-family: 'Noto Sans JP', sans-serif;
}
[class*="content__subttl--faq--"]::before {
    color: #DE7524;
    font-weight: 400;
}
.content__description--faq--02::before {
    background: #DE7524;
    padding: 3px 0 4px;
}
[class*="content__description--faq--"].content__description--faq--02 {
    font-size: 16px;
    font-family: 'Noto Sans JP', sans-serif;
}

/*-------------会社概要------------*/
.content__subttl--company--02 {
    font-weight: 700;
    font-family: 'Noto Sans JP', sans-serif;
    color: #263238;
}
.content__wrap--under .content__items--company--02 dt {
    font-size: 16px;
    font-weight: 700;
    width: 96px;
    position: relative;
}
.content__wrap--under .content__items--company--02:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 110px;
    height: 1px;
    background-color: #DE7826;
}
.content__wrap--under .content__items--company--02 dd {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 16px;
    line-height: 1.5;
    width: 476px;
}

.content__btn--company--02,
.content__wrap--uper .content__btn--company--02 a {
    margin: 0;
    margin-left: auto;
    height: 40px;
}

.swiper-button-next,
.swiper-button-prev{
    transition: .3s;
}
.swiper-button-next:hover,
.swiper-button-prev:hover {
    background-color: #DE7524;
    border-color: #DE7524;
    color: #fff;
}
.swiper-button-next:hover [class*="content__icon--slider--01"],
.swiper-button-prev:hover [class*="content__icon--slider--01"] {
    color: #fff;
}
.content__wrap--uper .content__btn--company--02 a,
[class*="content__btn--"] [class*="content__icon--btn--"] {
    transition: .3s;
}
.content__wrap--uper .content__btn--company--02 a:hover {
    background-color: #DE7524;
    color: #fff;
    opacity: 1;
}
.content__wrap--uper .content__btn--company--02 a:hover [class*="content__icon--btn--01"] {
    color: #fff;
}