/* カスタムスタイル */
.l-main {
    width: 100%;
    max-width: 100%;
    background-color: #FFF;
}
.l-main *{
    font-family: "Noto Sans JP";
    color: #333;
}
/*///////////////////// font-face ///////////////////////////*/
@font-face {
    font-family: 'Noto Sans JP';
    src: url(/fonts/NotoSansJP-Regular.woff2);
    font-weight: 400;
    font-display: swap;
}
@font-face {
    font-family: 'Noto Sans JP';
    src: url(/fonts/NotoSansJP-Medium.woff2);
    font-weight: 500;
    font-display: swap;
}
@font-face {
    font-family: 'Noto Sans JP';
    src: url(/fonts/NotoSansJP-Bold.woff2);
    font-weight: 700;
    font-display: swap;
}
@font-face {
    font-family: 'Noto Sans JP';
    src: url(/fonts/NotoSansJP-Bold.woff2);
    font-weight: 800;
    font-display: swap;
}
/*///////////////////// font-face ///////////////////////////*/
/*  共通・打ち消し  */
.section__ttl {
    font-size: 40px;
    font-style: normal;
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 40px;
}
.l-main .title__highlight{
    color: #00369A;
    font-size: 40px;
    font-style: normal;
    font-weight: 800;
    line-height: 1.1;
    display: inline;
    letter-spacing: 0;
}
.section__ttl div{
    color: #071445;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 800;
    line-height: 1.5;
    border-radius: 0 20px;
    width: 143px;
    height: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 18px;
    padding-left: 18px;
    position: relative;
}
    .section__ttl div::before{
        content: "";
        position: absolute;
        top: 16px;
        left: 25px;
        width: 12px;
        height: 12px;
        background: url(../images/plus.webp) no-repeat center / cover;
    }
/*  メイン画像  */
.main__bg{
    padding: 0;
}
.main__bg--catch{
    height: 400px;
}
    .main__bg--catch img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

/*  お悩みありませんか  */
.section__wrapper--read--01 {
    background: url(../images/bg_img.webp) no-repeat center / cover;
    padding: 0;
}

.section__wrapper--read--01 .section__ttl div{
    background: #FFF;
}
.content__txt--read--01 {
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 2.0;
}

/*   各種サポート    */
.section__wrapper--strong--08 {
    background: #FFF;
}

.section__wrapper--strong--08 .section__ttl div{
    background: #E9ECF6;
}

.support__catchtxt{
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 2.0;
}
.section__wrapper--strong--08 .content__list--vertical {
    margin-top: 40px;
    gap: 28px;
}

.content__subttl--strong--08 {
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.7;
}
.content__subttl--strong--08 span{
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2;
    background: #00369A;
    width: 87px;
    height: 30px;
}
.content__description--strong--08 {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 2.0;
}
.content__items--strong--08 .content__count--strong--08 {
    right: -7px;
    bottom: -22px;
}
.content__count--strong--08::after{
    color: #00369A;
    line-height: normal;
}

/*  不動産プラスの強み  */
[class*="section__wrapper--"].section__wrapper--strong--03 {
    background: #E8F4FA;
    padding: 80px 0 85px;
}

.section__wrapper--strong--03 .section__ttl div{
    background: #FFF;
}
.section__wrapper--strong--03 .section__ttl div::before{
    top: 15px;
    left: 31px;
}

.section__wrapper--strong--03 .content__list--vertical {
    gap: 37px;
}

.content__items__inner--strong--03 {
    padding: 59px 60px 58px;
}

.content__subttl--strong--03 {
    color: #00369A;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 18px;
}
.content__description--strong--03 {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.7;
}

/*  一括査定サイトと弊社査定のメリット・デメリット  */
.section__wrapper--matrix--07 {
    background: #FFF;
}

.section__wrapper--matrix--07 .section__ttl div{
    background: #E9ECF6;
    width: 185px;
}

.content__catch--matrix--07 {
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 2.0;
}
.content__wrap--matrix--07 {
    margin-top: 30px;
}
.content__block--matrix--07 {
    background: #ECEFF1;
}
.content__block--matrix--07:not(:first-of-type){
    background: #E8F4FA;
}

.content__subttl--matrix--07 {
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.5;
}
.content__inner--matrix--07 {
    width: 467px;
    height: 210px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0;
}
.merit__inner{
    background: #FEFBDD;
}
.content__inner--matrix--07:last-of-type{
    background: #FFF;
}
.section__wrapper--matrix--07 .content__txt--matrix--07 {
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 20px;
}
.merit__ttl{
    color: #FE6601;
}
.demerit__ttl{
    color: #7D7D7D;
}
.content__inner--matrix--07 .content__list--horizontal {
    justify-content: flex-start;
    max-width: 406px;
    gap: 6px;
}
.general__merit{
    width: 326px;
}
.general__demerit{
    width: 406px;
}
.we__merit{
    width: 374px;
}
.we__demerit{
    width: 390px;
}

.content__icon--matrix--07 {
    padding: 9px 3px 6px 8px;
}
.merit__icon{
    border: 1px solid #FE6601;
}
.content__inner--matrix--07:last-of-type .demerit__icon{
    border: 1px solid #7D7D7D;
}
.content__description--matrix--07 {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 2.0;
}

/*  売却実績    */
[class*="section__wrapper--"].section__wrapper--blog--01 {
    background: #E8F4FA;
}

.section__wrapper--blog--01 .section__inner {
    width: 100%;
}
.section__wrapper--blog--01 .section__ttl div{
    background: #FFF;
    width: 207px;
}

.card__items--blog--01 {
    height: 343px;
}

.card__img--blog--01 {
    margin-bottom: 15px;
    width: 280px;
    height: 210px;
}
.card__date--blog--01 {
    color: #FFF;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 2.0;
    background: #071445;
    width: 81px;
    height: 26px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.card__subttl--blog--01 {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.7;
    margin-bottom: 5px;
}
.card__description--blog--01 {
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.7;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    align-self: stretch;
}
.swiper__wrap--pagination {
    margin: 0 auto 48px;
}

.content__btn--blog--01 a{
    color: #333;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 2.0;
    border: 1px solid #333;
    background: #FFF;
}
    .content__btn--blog--01 a:hover{
        opacity: .7;
        color: #333;
    }

.swiper__wrap--pagination .swiper-pagination{
    bottom: 1px;
    left: 0;
    gap: 0;
}
.swiper-button-prev, 
.swiper-button-next{
    border: 1px solid #00369A;
}
.swiper__wrap--pagination .swiper-pagination-bullet{
    background: #00369A;
}
/*  よくある質問    */
[class*="section__wrapper--"].section__wrapper--faq--01 {
    background: #FFF;
    padding: 80px 0 77px;
}

.section__wrapper--faq--01 .section__ttl div{
    background: #E9ECF6;
}
.section__wrapper--faq--01 .section__ttl div::before{
    left: 20px;
}

.content__subttl--faq--01 {
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.7;
}
[class*="content__subttl--faq--"]::before,
[class*="content__description--faq--"]::before{
    border: 1px solid #00369A;
    color: #00369A;
}
[class*="content__subttl--faq--"]::before{
    padding-top: 2px;
}

.content__description--faq--01 {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 2.0;
}
[class*="content__description--faq--"]::before{
    background: #00369A;
    color: #FFF;
}

[class*="content__icon--faq--"]:before,
[class*="content__icon--faq--"]:after{
    background-color: #00369A;
}
/*  　お問い合わせ    */
[class*="section__wrapper--"].section__wrapper--contact--03 {
    background: #00369A;
    padding: 58px 0 62px;
}

.section__wrapper--contact--03 .section__ttl {
    color: #FFF;
}
.section__wrapper--contact--03 .section__ttl div{
    background: #E9ECF6;
}
.section__wrapper--contact--03 .content__wrap--contact--03 {
    gap: 30px;
}
.content__block--contact--03 {
    width: 360px;
    height: 170px;
    border-radius: 4px;
}
.content__ttl--contact--03 {
    margin-bottom: 25px;
    color: #ABABAB;
}
.content__block--contact--03:not(:first-of-type) .content__ttl--contact--03{
    margin-bottom: 9px;
}
.content__block--contact--03 .content__btn--contact--tel {
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.0;
    align-items: center;
    gap: 8px;
}
.content__icon--tel {
    width: 26px;
    height: 26px;
}
    .content__icon--tel img{
        width: 100%;
        height: 100%;
    }
.content__txt--tel {
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.0;
}
.content__info--contact--03 {
    display: flex;
    flex-wrap: wrap;
    gap: 0 16px;
    margin-top: 6px;
    justify-content: center;
}
[class*="content__wrap--contact--"] .content__txt--contact--03 {
    color: #ABABAB;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4;
}

[class*="section__wrapper--contact--"] [class*="content__btn--contact--"].content__btn--contact--mail a{
    background: linear-gradient(190deg, #F9CA11 -43.63%, #F4AA0C 82.24%);
}

[class*="section__wrapper--contact--"] [class*="content__btn--contact--"].content__btn--contact--line a{
    background: linear-gradient(90deg, #70D906 0%, #06C755 100%);
}

[class*="section__wrapper--contact--"] [class*="content__btn--contact--"]{
    height: 40px;
}
[class*="section__wrapper--contact--"] [class*="content__btn--contact--"] a:hover{
    opacity: .7;
}