@charset "utf-8";


body {
    overflow-x: hidden;
}

@font-face {
    font-family: 'Zen Old Mincho';
    src: url(/fonts/ZenOldMincho-Regular.ttf);
    font-weight: 400;
    font-display: swap;
}
@font-face {
    font-family: 'Zen Old Mincho';
    src: url(/fonts/ZenOldMincho-Medium.ttf);
    font-weight: 500;
    font-display: swap;
}
@font-face {
    font-family: 'Zen Old Mincho';
    src: url(/fonts/ZenOldMincho-SemiBold.ttf);
    font-weight: 600;
    font-display: swap;
}
@font-face {
    font-family: 'Zen Old Mincho';
    src: url(/fonts/ZenOldMincho-Bold.ttf);
    font-weight: 700;
    font-display: swap;
}
.l-page * {
    font-family: "Zen Old Mincho", serif;
    box-sizing: border-box;
}
.l-page a {
    transition: .3s;
}
.l-main {
    padding-bottom: 0;
}
#contents {
    width: 100%;
    padding: 0;
    background-color: #fff;
}
.pg__contents,
.pg__inner {
    width: 1140px;
    margin: 0 auto;
    position: relative;
}
/*---------------------------------------------------

-----------------------------------------------------*/
[class^="cmn__section--"] {
    position: relative;
    margin-bottom: 80px;
}
[class^="cmn__ttl--"] {
    font-size: 30px;
    font-weight: 600;
    text-align: center;
    line-height: 1.2;
    margin-bottom: 40px;
    color: #5EBA88;
    letter-spacing: 0.2rem;
}

/*---------------------------------------------------
TOP
-----------------------------------------------------*/

.mv_img {
	width: 100%;
	height: 466px;
    margin-bottom: 60px;
}
.mv_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
/*---------------------------------------------------
こんなお悩みありませんか？
-----------------------------------------------------*/

.trouble__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px 25px;
    margin-right: 15px;
}
.trouble__item__ttl {
    position: absolute;

}
.trouble__img__wrap {
    position: relative;
}
.trouble__item__ttl {
    position: absolute;
    right: -20px;
    top: 15px;
    background-color: #fff;
    font-size: 20px;
    color: #455946;
    font-weight: 500;
    writing-mode: vertical-rl;
    padding: 18px 18px 15px 12px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    letter-spacing: 0.25rem;
    line-height: 1.3;
}
.trouble__num {
    position: absolute;
    left: 10px;
    top: 10px;
    width: 62px;
    height: 63px;
    border-radius: 50%;
    background-color: #8E8E8E;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1.6px;
    text-align: center;
    line-height: 1.2;
    padding: 7px 8px 8px 11px;
}
    .trouble__num span {
        font-size: 24px;
        font-weight: 600;
        letter-spacing: 2.4px;
        display: block;
        line-height: 1.1;
    }
/*---------------------------------------------------
そのお悩み解決します！
-----------------------------------------------------*/
.solution__item:not(:last-child){
    margin-bottom: 30px;
}
.solution__item {
    display: flex;
    align-items: center;
    gap: 0 20px;
}
.solution__img {
    width: 540px;
}
.solution__box {
    width: 581px;
}
.solution__item:nth-child(2) .solution__box {
	width: 580px;
}
.solution__box__ttl {
    color: #F8B525;
    font-size: 20px;
    margin-bottom: 8px;
}
.solution__box__text {
    font-size: 16px;
    color: #455946;
    letter-spacing: 1.59px;
    line-height: 1.8;
}

/*---------------------------------------------------
お客様の声
-----------------------------------------------------*/

.customer__item {
    border: 1px solid #E8E8E8;
    border-radius: 25px;
    display: flex;
    align-items: center;
    padding: 20px;
    gap: 0 20px;
}
.customer__item:not(:last-child){
    margin-bottom: 29px;
}
.customer__img {
    width: 361px;
}
.customer__box {
    width: 719px;
}
.customer__name {
    color: #5EBA88;
    font-size: 20px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-bottom: 8px;
}
.customer__comment {
    font-size: 16px;
    color: #455946;
    line-height: 1.8;
    letter-spacing: 1.6px;
}

/*---------------------------------------------------
空き家を売却するメリット
-----------------------------------------------------*/
.cmn__ttl--merit {
	margin-bottom: 77px;
}
[class^="merit__item--"] {
    position: relative;
    z-index: 0;
}
[class^="merit__item--"]:before {
    content: "";
    width: 420px;
    height: 259px;
    position: absolute;
    bottom: -50px;
    display: block;
    z-index: -1;
}
.merit__item--01:before {
    background: url(../images/merit__img01.webp);
    background-repeat: no-repeat;
}
.merit__item--02:before {
    background: url(../images/merit__img02.webp);
    background-repeat: no-repeat;
    bottom: -50px;
}
.merit__item--03:before {
    background: url(../images/merit__img03.webp);
    background-repeat: no-repeat;
}

[class^="merit__item--"]:nth-child(odd):before {
    left: 0;
}
[class^="merit__item--"]:nth-child(even):before {
    right: 0;
}
.cmn__section--merit .merit__list .merit__item--02 {
	margin-bottom: 70px;
}
[class^="merit__item--"]:not(:last-child){
    margin-bottom: 72px;
}
[class^="merit__item--"]:nth-child(odd) .merit__box {
    width: 810px;
    margin-left: auto;
    border-radius: 15px 0 0 0;
    border-right: none;
}
[class^="merit__item--"]:nth-child(even) .merit__box {
    width: 810px;
    border-radius: 0 15px 0 0;
    border-left: none;
}
.merit__item--01 .merit__box {
	padding-bottom: 20px;
}
.merit__box {
    border: 1px solid #5EBA88;
    padding: 23px 28px 20px 29px;
    background-color: #fff;
    border-bottom: none;
}
.merit__box__ttl {
    font-size: 20px;
    color: #5EBA88;
    margin-bottom: 8px;
}
.merit__box__text {
    font-size: 16px;
    line-height: 1.8;
    letter-spacing: 1.6px;
}


/*---------------------------------------------------
スタッフブログ
-----------------------------------------------------*/
.cmn__ttl--blog {
	margin-bottom: 50px;
}
.blog__top {
    margin-bottom: 30px;
}
.blog__top a{
    display: flex;
    align-items: center;
    gap: 0 20px;
    border: 1px solid #E8E8E8;
    border-radius: 25px;
    padding: 20px 20px 18px;
}
.blog__top__img {
    width: 240px;
    height: 174px;
    border-radius: 15px;
    overflow:hidden;
}
    .blog__top__img img {
        width: 240px;
        height: 174px;
        object-fit: cover;
        transition: .3s;
    }
    .blog__top a:hover .blog__top__img img{
        transform:scale(1.1);
        transition:0.3s;
    }
.blog__top__info {
    width: 838px;
}

.blog__top__date {
    color: #5EBA88;
    font-size: 16px;
    margin-bottom: 5px;
}
.blog__top__text {
    color: #455946;
    font-size: 16px;
    letter-spacing: 1.6px;
    white-space: normal;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-height: 1.2;
}

.blog__item a {
    width: 226px;
    display: block;
}
    .blog__item a:hover .blog__img img{
        transform:scale(1.1);
        transition:0.3s;
    }
.blog__img {
    width: 226px;
    height: 163px;
    border-radius: 15px;
    overflow:hidden;
    margin-bottom: 10px;
}
    .blog__img img {
        width: 226px;
        height: 163px;
        object-fit: cover;
        transition: .3s;
    }
.blog__date {
    color: #5EBA88;
    font-size: 12px;
    line-height: 1.3;
    margin-bottom: 5px;
}
.blog__text {
    color: #455946;
    font-size: 16px;
    letter-spacing: 1.6px;
    white-space: normal;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-height: 1.2;
}

.blog__slider {
    overflow-x: hidden;
}
.slide-pagination__wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 15px;
    height: 40px;
    margin: 36px auto 0;
    width: max-content;
}
.swiper-pagination-bullets.swiper-pagination-horizontal {
    display: flex;
    align-items: center;
    width: auto;
    position: static;
    z-index: 1;
}
.swiper-button-next,
.swiper-button-prev {
    width: 40px;
    height: 40px;
    position: static;
    margin-top: initial;
    display: contents;
}
    .swiper-button-next::after,
    .swiper-button-prev::after {
        content: unset;
    }

    .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background-color: #D9D9D9;
        margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 5px) !important;
        opacity: 1;
    }
    .swiper-pagination-bullet-active {
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background-color: #F8B525;
        opacity: 1;
    }

.blog__more {
    width: 260px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background-color: #F8B525;
    font-size: 14px;
    font-weight: 500;
    border-radius: 5px;
    margin: 30px auto 0;
}



/*---------------------------------------------------
お問い合わせ
-----------------------------------------------------*/

.cmn__section--contact {
    background: url(../images/contact__bg.webp) no-repeat center top 0;
    position: relative;
    height: 421px;
    margin-bottom: 0;
    padding: 80px 0;
}
.contact__block {
    width: 636px;
    background-color: #fff;
    border-radius: 15px;
    padding: 60px 40px;
    margin: 0 auto;
}
.contact__inner {
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 0 30px;
}
.contact__tel {
    color: #5EBA88;
    font-size: 30px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 3px;
    margin-bottom: 4px;
}
.contact__eigyo {
    color: #5EBA88;
    font-size: 12px;
    text-align: center;
}

.contact__right a {
    width: 260px;
    height: 65px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFF;
    font-size: 16px;
    position: relative;
    background-color: #5EBA88;
    padding-left: 30px;
}
.contact__right a:before {
    content: "";
    background: url(../images/contact__icon.svg);
    width: 20px;
    height: 16px;
    position: absolute;
    display: block;
    left: 70px;
}