@charset "UTF-8";

/* 共通 */
:root{
	--page-main-color:#2985A7;
	--page-sub-color: #FFE100;
	--page-bg-color:#FFF;
	--page-default-font:'Noto Sans JP', serif;
}

/*///////////////////// font-face 読み込み例 ///////////////////////////*/
/*Noto Sans JP 400*/
@font-face {
    font-family: 'Noto Sans JP';
    src: url(/fonts/NotoSansJP-Regular.woff);
    font-weight: 400;
    font-display: swap;
}
/*Noto Sans JP 500*/
@font-face {
    font-family: 'Noto Sans JP';
    src: url(/fonts/NotoSansJP-Medium.woff);
    font-weight: 500;
    font-display: swap;
}
/*Noto Sans JP 700*/
@font-face {
    font-family: 'Noto Sans JP';
    src: url(/fonts/NotoSansJP-Bold.woff);
    font-weight: 700;
    font-display: swap;
}
/*IBM Plex Sans Devanagari 600（woff2化: 329KB ttf → 約20KB）*/
@font-face {
    font-family: 'IBM Plex Sans Devanagari';
    src: url(/fonts/IBMPlexSansDevanagari-SemiBold.woff2) format('woff2');
    font-weight: 600;
    font-display: swap;
}
/*///////////////////// font-face 読み込み例 ///////////////////////////*/

.l-main * {
	font-family: var(--page-default-font);
}
.l-main {
    width: 100%;
    max-width: 100%;
}
.l-main .section__space {
    padding-block: 38px 60px;
}
.l-main .section__ttl {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 41px;
    color: #111;
}
.l-main .section__ttl span {
    font-family: "IBM Plex Sans Devanagari", sans-serif;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 2.8px;
    margin-top: 3px;
}
[class*="section__wrapper--"]{ 
    border-bottom: 1px solid #EDEDED;
}

/* メイン画像 */
.main__bg--catch {
    height: 400px;
}
.main__bg--catch img {
    height: 100%;
    object-fit: cover;
}

/* こんなお悩みありませんか*/
.section__wrapper--worry--01 .content__items--worry--01 {
    border: none;
    background-color: rgba(41, 133, 167, 0.08);
}
.section__wrapper--worry--01  .content__description--worry--01 {
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    line-height: 170%;
    color: #111;
}

/* レスト不動産が選ばれる理由 */
.l-main .section__wrapper--strong--01 {
    background-color: #fff;
}
.l-main .section__wrapper--strong--01 .section__space {
    padding-block: 38px 79px;
}
.l-main .section__wrapper--strong--01 .section__ttl {
    margin-bottom: 59px;
}
.section__wrapper--strong--01 .content__subttl--strong--01 {
    font-size: 26px;
    font-weight: 700;
    line-height: 150%;
    color: #2985A7;
}
.content__description--strong--01 {
    font-size: 16px;
    font-weight: 500;
    line-height: 170%;
    color: #111;
}
.l-main .section__wrapper--strong--01 .content__block--strong--01 .content__list--vertical {
    gap: 92px;
}

/* 他社との違い */
.section__wrapper--read--06 .section__ttl {
    margin-bottom: 69px;
}
.l-main .section__wrapper--read--06 .section__space {
    padding-block: 38px 56px;
}
.section__wrapper--read--06  .content__description--read--06 {
    font-size: 16px;
    font-weight: 500;
    color: #111;
    line-height: 170%;
}
.content__block--read--06--general .content__subttl--read--06 {
    font-size: 19px;
	background-color: #AAAAAA;
}
.content__block--read--06--general .content__list--vertical {
	background-color: rgba(238, 238, 238, 0.5);
}
.general__list .content__icon--chrck {
    border: 1px solid  #111;
}
.content__block--read--06--general .general__lis .content__icon--chrck {
	color: #111;
}

.content__block--read--06--rest .content__subttl--read--06 {
	background-color: #2985A7;
}
.content__block--read--06--rest .content__list--vertical {
	background-color: rgba(238, 245, 248, 0.5);
}
.content__block--read--06--rest .content__icon--chrck {
	color: #2985A7;
}
.content__list--vertical.left__list {
    margin-bottom: 0;
}

/* お問い合わせ */
.l-main .section__wrapper--contact--03 {
    background: url(../images/bg_contact.webp) no-repeat center center / cover;
}
.l-main .section__wrapper--contact--03 .section__ttl {
    margin-bottom: 41px;
}
.l-main .section__wrapper--contact--03 .section__ttl span {
    width: 110px;
    margin: 0 auto;
}
.l-main .section__wrapper--contact--03 .content__wrap--contact--03 {
    justify-content: flex-start;
    gap: 20px;
}
.l-main .section__wrapper--contact--03 .content__ttl--contact--03 {
    color: #ABABAB;
}
.l-main .section__wrapper--contact--03 .content__btn--contact--mail a {
    font-size: 16px;
    font-weight: 500;
    background-color: #236CB1;
    padding-left: 15px;
    padding-left: 15px;
    justify-content: flex-start;
}
.l-main .section__wrapper--contact--03 .content__btn--contact--line  a {
    font-size: 16px;
    font-weight: 500;
    padding-left: 15px;
    justify-content: flex-start;
}
.section__wrapper--contact--03 [class*="content__block--contact--"] .content__txt--tel {
    font-size: 32px;
}
.l-main .section__wrapper--contact--03 .content__btn--contact--satei a {
    font-size: 16px;
    font-weight: 500;
    background: #2985A7;
    justify-content: flex-start;
    padding-left: 55px;
}
.content__icon--satei {
    position: absolute;
    width: 19px;
    height: 23px;
    left: 20px;
}
.l-main .section__wrapper--contact--03 .content__block--contact--03 [class*="content__icon--btn--"] {
    right: 15px;
}

/* 売却の流れ */
.section__wrapper--flow--02 .section__space {
    padding-block: 38px 61px;
}
.section__wrapper--flow--02 .content__items--flow--02::before {
    border: none;
    background-color: #2985A7;
    color: #fff;
}
.content__items__inner--flow--02 {
    width: 735px;
}
.section__wrapper--flow--02 .content__subttl--flow--02 {
    font-size: 26px;
    font-weight: 700;
    color: #2985A7;
}
.section__wrapper--flow--02 .content__description--flow--02 {
    font-size: 16px;
    font-weight: 500;
    color: #111;
}
.content__block--flow--02 {
    position: relative;
    width: 1140px;
    margin: 0 auto;
}
.content__block--flow--02:before {
    content: "";
    position: absolute;
    background: url(../images/img_flow.webp) no-repeat center center / cover;
    width: 680px;
    height: 604px;
    display: block;
    left: -389px;
}
/* どんな案件でもお任せください */
.section__wrapper--worry--04 {
    background-color: #fff;
}
.section__wrapper--worry--04 .section__space {
    padding-block: 38px 35px;
}
.section__wrapper--worry--04 .content__subttl--worry--04 {
    font-weight: 700;
    color: #2985A7;
}
.content__description--worry--04 {
    font-size: 13px;
    font-weight: 500;
    line-height: 150%; 
    color: #111;
}


/* お客様の声 */
.l-main .section__wrapper--customer--01 {
    background-color: #fff;
}
.l-main .section__wrapper--customer--01 .section__space {
    padding-block: 38px 60px;
}
.l-main .section__wrapper--customer--01 .section__ttl  {
    margin-bottom: 35px;
}
.card__wrap--customer--01.is-static .card__list--customer--01 {
    display: flex;
    justify-content: center;
    width: var(--screen-size);
    margin: 0 auto;
    transform: none !important;  
}
.card__wrap--customer--01.is-static .card__items--customer--01:not(:last-child) {
    margin-right: 30px !important;
}
.card__subttl--customer--01 {
    font-size: 16px;
    font-weight: 700;
    color: #2951A7;
    margin-bottom: 7px;
}
.l-main .section__wrapper--customer--01 .content__btn--customer--01 a {
    font-size: 16px;
}
.l-main .section__wrapper--customer--01 .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 0px);
}
.content__btn--customer--01 {
    margin-top: 40px;
}