@charset "utf-8";

body {
    background-color: #F1F1F1;
}
html {
    scroll-padding-top: 120px;
}
.l-page * {
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    box-sizing: border-box;
    color: #3D5464;
}
#contents {
    width: 100%;
    padding: 0;
    background-color: #fff;
}
.l-page a:hover {
    color: #fff;
    opacity: 1;
}
.pg__inner {
    width: 1080px;
    margin: 0 auto;
    position: relative;
}
.l-page a {
    text-decoration: none;
    transition: .3s;
    cursor: pointer;
}

[class^="cmn__ttl--"] {
    text-align: center;
    margin-bottom: 44px;
}
.cmn__more a{
    width: 310px;
    height: 60px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #78C1D4;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    position: relative;
    border-radius: 30px;
    padding-right: 0;
    letter-spacing: 2px;
    border: 2px solid #78C1D4;
}
.cmn__more a:after {
    content: "";
    background: url(../images/top/btn__arrow.webp) no-repeat center top;
    position: absolute;
    width: 40px;
    height: 40px;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transition: .3s;
}
.cmn__more a:hover {
    border: 2px solid #78C1D4;
    background-color: #fff;
    color: #78C1D4;
}
.cmn__more a:hover:after {
    background: url(../images/top/btn__arrow_on.webp) no-repeat center top;
    transition: .3s;
}
/*-------------------------------------------------------------------------

-------------------------------------------------------------------------*/

.mv__area {
    background: url(../images/top/main__bg.webp) no-repeat center bottom;
    height: 680px;
    position: relative;
    margin-bottom: 0px;
    width: 100%;
    display: flex;
    align-items: center;
}
.main__inner {
    width: 1090px;
    margin: 0 auto;
    position: relative;
}
.scroll-indicator {
    position: absolute;
    bottom: -150px;
    left: 50%;
    transform: translateX(-50%);
    animation: bounce 2s infinite;
    z-index: 10;
}
@keyframes bounce {
    0%, 100% {
        transform: translate(-50%, 0);
    }
    50% {
        transform: translate(-50%, 10px);
    }
}
/*-------------------------------------------------------------------------
明石市で明石不動産売却買取センターが
選ばれる6つの理由
-------------------------------------------------------------------------*/
.cmn__section--reason {
    padding: 100px 0;
    background: url(../images/top/reasons__bg.webp) no-repeat center top -61px;
}
.reason__list {
    display: flex;
    flex-wrap: wrap;
    gap: 39px 29px;
}
.reason__item {
    width: 340px;
}
.reason__img {
    margin-bottom: 16px;
}
.reason__text {
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1.5px;
    line-height: 1.6;
}
    .reason__text .color-orange {
        color: #F6A060;
        letter-spacing: 1.5px;
    }
    .reason__text .font-big {
        font-size: 24px;
        line-height: 1.1;
        letter-spacing: 2.4px;
    }

/*-------------------------------------------------------------------------
ご売却応援祭
-------------------------------------------------------------------------*/
.cmn__section--campaign {
    padding: 76px 0 68px;
    z-index: 1;
    position: relative;
}
.cmn__section--campaign:before {
    content: "";
    background: url(../images/top/campaign__bg.webp) no-repeat center top;
    position: absolute;
    width: 110%;
    height: 656px;
    top: -1px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.cmn__ttl--campaign {
	margin-bottom: 30px;
}
.campaign__list {
    display: flex;
    justify-content: center;
    gap: 0 68px;
}
.campaign__item {
    position: relative;
}
    .campaign__item:not(:last-child):after {
        content: url(../images/top/or.webp);
        position: absolute;
        top: 100px;
        right: -62px;
        width: 54px;
        height: 79px;
    }
.campaign__img {
    margin-bottom: 6px;
}
.campaign__text {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 2.5px;
}
    .campaign__text .color-blue {
        color: #1CA3C7;
        letter-spacing: 2px;
    }
    .campaign__text .font-big {
        font-size: 26px;
        letter-spacing: 0;
    }


/*-------------------------------------------------------------------------
明石市の不動産売却・買取なら明石不動産売却買取センター
-------------------------------------------------------------------------*/
.cmn__section--about {
    padding: 108px 0;
    background: url(../images/top/about__bg.webp) no-repeat center top -203px;
}
.cmn__ttl--about {
    margin-bottom: 26px;
    padding-left: 10px;
}
.about__text:not(:last-child){
    margin-bottom: 31px;
}
.about__text {
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    letter-spacing: 1.8px;
    line-height: 1.7;
}
.about__text span.underline {
    background:linear-gradient(transparent 60%, #FFF5C1 60%);
}

/*-------------------------------------------------------------------------
不動産売却・買取に精通したスタッフが、お客様のお悩みを一気に解決いたします
-------------------------------------------------------------------------*/
.cmn__section--staff {
    padding: 75px 0 70px;
    z-index: 1;
    position: relative;
}
.cmn__section--staff:before {
    content: "";
    background: url(../images/top/staff__bg.webp) no-repeat center top;
    position: absolute;
    width: 100%;
    height: 1477px;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.cmn__ttl--staff {
    margin-bottom: 43px;
}

.staff__list {
    display: flex;
    flex-wrap: wrap;
    gap: 0 32px;
    margin-bottom: 40px;
}
.staff__item {
    width: 524px;
    display: flex;
    align-items: center;
    gap: 0 21px;
}
.staff__item:nth-child(1),
.staff__item:nth-child(2){
	height: 198px;
	margin-bottom: 23px;
}
.staff__item:nth-child(3),
.staff__item:nth-child(4){
	height: 164px;
	margin-bottom: 40px;
}
.staff__box {
    width: 340px;
}
.staff__box__ttl {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 7px;
    letter-spacing: 2.2px;
    line-height: 1.45;
}
.staff__box__text {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: 1.7px;
}

.staff__bottom__wrap {
    position: relative;
}
.staff__catch__wrap {
    background: url(/images/top/staff__catch__bg.webp) no-repeat center top;
    width: 526px;
    height: 499px;
    padding: 44px 48px 50px 54px;
}
.staff__catch__ttl {
    text-align: center;
    margin-bottom: 20px;
    font-size: 30px;
    font-weight: 900;
    color: #F6A060;
    letter-spacing: 2.5px;
}
.staff__catch__text {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.8;
}
.staff__catch__text:not(:last-child){
    margin-bottom: 14px;
}
.contents__slider {
    position: absolute;
    right: 0;
    top: 66px;
}
.staff__img__wrap {
    width: 590px;
    overflow: hidden;
    position: relative;
}
.staff__img__list {
    margin-bottom: 40px;
}

.staff__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    overflow: hidden;
}
.staff__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .3s;
}
    .staff__img__item a:hover .staff__img img{
        transform:scale(1.1);
        transition:0.3s;
    }
.contents__slider:before {
    content: "";
    background: url(../images/top/staff__comment.webp) no-repeat center top;
    position: absolute;
    width: 199px;
    height: 127px;
    top: -82px;
    right: 0px;
    z-index: 2;
}

/* 1の倍数（1,4,7…） */
.staff__img__item:nth-child(3n+1) .staff__img {
    width: 188px;
    height: 214px;
    -webkit-mask-image: url(../images/top/staff__mask01.webp);
    -webkit-mask-size: cover;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-image: url(../images/top/staff__mask01.webp);
    mask-size: inherit;
    mask-repeat: no-repeat;
    mask-position: center;
}
.staff__img__item:nth-child(3n+1) .staff__img img {
    -webkit-mask-image: url(../images/top/staff__mask01.webp);
    -webkit-mask-size: cover;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-image: url(../images/top/staff__mask01.webp);
    mask-size: inherit;
    mask-repeat: no-repeat;
    mask-position: center;

}

/* 2の倍数（2,5,8…） */
.staff__img__item:nth-child(3n+2) .staff__img {
    width: 198px;
    height: 210px;
    -webkit-mask-image: url(../images/top/staff__mask02.webp);
    -webkit-mask-size: cover;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-image: url(../images/top/staff__mask02.webp);
    mask-size: inherit;
    mask-repeat: no-repeat;
    mask-position: center;
}
.staff__img__item:nth-child(3n+2) .staff__img img {
    -webkit-mask-image: url(../images/top/staff__mask02.webp);
    -webkit-mask-size: cover;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-image: url(../images/top/staff__mask02.webp);
    mask-size: inherit;
    mask-repeat: no-repeat;
    mask-position: center;
}

.staff__img__item:nth-child(odd) {
    margin-top: 81px;
}
.staff__img__item:nth-child(3n+3) .staff__img {
    width: 193px;
    height: 213px;
    -webkit-mask-image: url(../images/top/staff__mask03.webp);
    -webkit-mask-size: cover;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-image: url(../images/top/staff__mask03.webp);
    mask-size: inherit;
    mask-repeat: no-repeat;
    mask-position: center;
}
.staff__img__item:nth-child(3n+3) .staff__img img {
    -webkit-mask-image: url(../images/top/staff__mask03.webp);
    -webkit-mask-size: cover;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-image: url(../images/top/staff__mask03.webp);
    mask-size: inherit;
    mask-repeat: no-repeat;
    mask-position: center;
}
.staff__name {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
}
.staff__more a{
    width: 310px;
    height: 60px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #78C1D4;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    position: relative;
    border-radius: 30px;
    padding-right: 25px;
    letter-spacing: 2px;
    border: 2px solid #78C1D4;
}
.staff__more a:after {
    content: "";
    background: url(../images/top/btn__arrow.webp) no-repeat center top;
    position: absolute;
    width: 40px;
    height: 40px;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transition: .3s;
}
.staff__more a:hover {
    border: 2px solid #78C1D4;
    background-color: #fff;
    color: #78C1D4;
}
.staff__more a:hover:after {
    background: url(../images/top/btn__arrow_on.webp) no-repeat center top;
    transition: .3s;
}

.l-page .staff__bottom__wrap .swiper-pagination{
    bottom: 75px;
    z-index: 0;
    width: 80px;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    left: 0;
    right: 0;
}

/*-------------------------------------------------------------------------
明石市の人気エリア紹介
-------------------------------------------------------------------------*/
.cmn__section--area {
    padding: 135px 0 82px;
    position: relative;
    background: url(../images/top/area__bg.webp) no-repeat center top -128px;
}

[class^="area__item--"] {
    display: flex;
    align-items: center;
    gap: 0 30px;
    padding: 40px 0 40px;
    position: relative;
}
[class^="area__item--"]:after {
    content: "";
    background: url(../images/top/area__line.webp) no-repeat center top;
    position: absolute;
    width:1080px;
    height: 1px;
    bottom: 0px;
}
[class^="area__item--"]:first-child:before {
    content: "";
    background: url(../images/top/area__line.webp) no-repeat center top;
    position: absolute;
    width:1080px;
    height: 1px;
    top: -5px;
}
.area__block {
    width: 540px;
}
.area__block__ttl {
    height: 60px;
    width: fit-content;
    display: flex;
    align-items: center;
    background-color: #78C1D4;
    color: #fff;
    font-size: 30px;
    font-weight: 500;
    padding: 0 20px;
    border-radius: 10px;
    margin-bottom: 15px;
    letter-spacing: 3px;
}
.area__block__text {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1.8px;
    line-height: 2;
}


/*-------------------------------------------------------------------------
人気エリア別坪単価・地価相場
-------------------------------------------------------------------------*/
.cmn__section--price {
    padding: 75px 0 70px;
    z-index: 1;
    position: relative;
}
.cmn__section--price:before {
    content: "";
    background: url(../images/top/price__bg.webp) no-repeat center top;
    position: absolute;
    width: 100%;
    height: 765px;
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.price__box {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    border: 1px solid #D0D9E2;
    border-radius: 30px;
    overflow: hidden;
}
.price__box th,
.price__box td {
    text-align: center;
}
.price__box th {
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    background: url(../images/top/table__ttl__bg.webp) no-repeat center top;
    height: 58px;
    background-size: cover;
}
.price__ttl--area {
    border-radius: 30px 0 0 0;
}
.price__ttl--chika {
    border-radius: 0 30px 0 0 ;
}
.price__box td {
    width: 360px;
    height: 68.5px;
    font-size: 24px;
    font-weight: 500;
    background-color: #fff;
    border: 1px solid #D0D9E2;
}
.price__box tr:first-child th:first-child {
    border-top-left-radius: 30px;
}
.price__box tr:first-child th:last-child {
    border-top-right-radius: 30px;
}
.price__box tr:last-child td:first-child {
    border-bottom-left-radius: 30px;
}
.price__box tr:last-child td:last-child {
    border-bottom-right-radius: 30px;
}
.price__ttl--area,
.price__ttl--tsubo {
    border-right: 1px solid #fff;
}

/*-------------------------------------------------------------------------
売却実績
-------------------------------------------------------------------------*/
.contents__bottom {
    background: url(../images/top/achievement__bg.webp) no-repeat center top 0;
    padding: 75px 0 70px;
}
.cmn__section--achievement {
    position: relative;
    padding: 57px 0;
}
.cmn__ttl--achievement {
	margin-bottom: 46px;
}
.tab__list {
    width: 762px;
    display: flex;
    justify-content: space-between;
    background-color: #F2F4F6;
    padding: 5px;
    border-radius: 30px;
    margin: 0 auto 30px;
}
.tab__item {
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 49px;
    border-radius: 30px;
    color: #7E9DBA;
    font-size: 24px;
    font-weight: bold;
    cursor: pointer;
    letter-spacing: 2px;
}
.cmn__section--achievement .tab__item {width: 190px;padding: 0;}
.cmn__section--achievement .tab__item.is-active {width: 190px;padding: 0;}
    .tab__item.is-active {
        background-color: #7E9DBA;
        color: #fff;
    }
.tab__content {
    display: none;
}
.tab__content.is-active {
    display: block;
}

.achievement__list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 40px 32px;
    margin-bottom: 40px;
}
.achievement__item {
    width: 246px;
}
.achievement__img {
    width: 246px;
    height: 164px;
    border-radius: 30px;
    margin-bottom: 8px;
    overflow:hidden;
}
    .achievement__img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 30px;
        transition: .3s;
    }
    .achievement__item a:hover .achievement__img img{
        transform:scale(1.1);
        transition:0.3s;
    }
.achievement__ttl {
    font-size: 18px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.cmn__section--achievement .cmn__more a {
	padding-right: 0;
}

/*-------------------------------------------------------------------------
直近の購入希望者様
-------------------------------------------------------------------------*/
.cmn__section--purchase {
    padding: 45px 0 113px;
}
.cmn__section--purchase .tab__list {
    width: 950px;
    display: flex;
    justify-content: space-between;
    background-color: #F2F4F6;
    padding: 5px;
    border-radius: 30px;
    margin: 0 auto 30px;
}
.cmn__section--purchase .tab__item {
    padding: 0;
    width: 174px;
}
.cmn__section--purchase .tab__item:first-child{
    padding: 0;
}
.cmn__section--purchase .tab__item.is-active {padding: 0 0 0 5px;width: 174px;}

.purchase__box {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    border: 1px solid #D0D9E2;
    border-radius: 30px;
    overflow: hidden;
}
.purchase__box th,
.purchase__box td {
    text-align: center;
}
.purchase__box th {
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    background-size: cover;
    height: 58px;
}
    .purchase__box th.ttl--type {
        background: url(../images/top/ttl--date__bg.webp) no-repeat center top;
    }
    .purchase__box th.ttl--date {
        background: url(../images/top/ttl--price__bg.webp) no-repeat center top;
    }
    .purchase__box th.ttl--price {
        background: url(../images/top/ttl--area__bg.webp) no-repeat center top;
    }
    .purchase__box th.ttl--square {
        background: url(../images/top/ttl--square__bg.webp) no-repeat center top;
    }
    .purchase__box th.ttl--area {
        background: url(../images/top/ttl--area__bg.webp) no-repeat center top;
    }
    .purchase__box th.ttl--station {
        background: url(../images/top/ttl--station__bg.webp) no-repeat center top;
    }
    .purchase__box th.ttl--madori {
        background: url(../images/top/ttl--madori__bg.webp) no-repeat center top;
    }

.purchase__box td {
    height: 69px;
    font-size: 18px;
    font-weight: 500;
    background-color: #fff;
    border: 1px solid #D0D9E2;
}
.purchase__box td.wd-140 {
    width: 140px;
}
.purchase__box td.wd-209 {
    width: 209px;
}
.purchase__box td.wd-313 {
    width: 313px;
}
.purchase__box tr:first-child th:first-child {
    border-top-left-radius: 30px;
}
.purchase__box tr:first-child th:last-child {
    border-top-right-radius: 30px;
}
.purchase__box tr:last-child td:first-child {
    border-bottom-left-radius: 30px;
}
.purchase__box tr:last-child td:last-child {
    border-bottom-right-radius: 30px;
}
.purchase__ttl__wrap th:not(:last-child) {
    border-right: 1px solid #fff;
}

/*-------------------------------------------------------------------------
不動産売却・買取のことならどんなことでもご相談を承ります
-------------------------------------------------------------------------*/
.cmn__section--contact {
    padding: 85px 0;
    position: relative;
}
.cmn__section--contact:before {
    content: "";
    background: url(../images/top/contact__bg.webp) no-repeat center top;
    position: absolute;
    width: 1121px;
    height: 589px;
    top: -15px;
    left: 50.4%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.cmn__ttl--contact {
    margin-bottom: 40px;
}
.company__contact {
    display: flex;
    justify-content: center;
    gap: 0 37px;
    position: relative;
    padding-bottom: 40px;
    width: 723px;
    margin: 0 auto 51px;
    padding-left: 44px;
}
    .company__contact:after {
        content: url(../images/top/contact__line.webp);
        position: absolute;
        left: 0;
        bottom: -7px;
        width: 723px;
        height: 11px;
    }
.company__tel {
    font-size: 42px;
    font-weight: 900;
    color: #1CA3C7;
    position: relative;
    letter-spacing: 4px;
    line-height: 1.5;
}
    .company__tel:before {
        content: url(../images/top/company__tel__icon.webp);
        position: absolute;
        top: 5px;
        left: -42px;
        width: 35px;
        height: 35px;
    }
.company__mail {
    width: 357px;
    height: 65px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #1CA3C7;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    position: relative;
    border-radius: 39px;
    padding-left: 40px;
    letter-spacing: 1px;
    border: 2px solid #1CA3C7;
}
    .l-page .company__mail:hover {
        border: 2px solid #1CA3C7;
        background-color: #fff;
        color: #1CA3C7;
    }
    .company__mail:before {
        content: url(../images/top/company__mail__icon.webp);
        position: absolute;
        left: 64px;
        width: 35px;
        height: 35px;
        transition: .3s;
    }
    .company__mail:hover:before {
        content: url(../images/top/company__mail__icon_on.webp);
        transition: .3s;
    }

.homepage__wrap__ttl {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
}
.homepage__list {
    display: flex;
    justify-content: center;
    gap: 0 12px;
}
[class^="hp__item--"] a {
    width: 171px;
    height: 56px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    border-radius: 10px;
}
.hp__item--suumo a {
    background-color: #93CE59;
    border: 2px solid #93CE59;
}
.hp__item--suumo a:hover {
    border: 2px solid #93CE59;
    background-color: #fff;
    color: #93CE59;
}
.hp__item--homes a {
    background-color: #F68F49;
    border: 2px solid #F68F49;
}
.hp__item--homes a:hover {
    border: 2px solid #F68F49;
    background-color: #fff;
    color: #F68F49;
}

.hp__item--athome a {
    background-color: #DE5858;
    border: 2px solid #DE5858;
}
.hp__item--athome a:hover {
    border: 2px solid #DE5858;
    background-color: #fff;
    color: #DE5858;
}

.hp__item--ielove a {
    background-color: #558CCC;
    border: 2px solid #558CCC;
}
.hp__item--ielove a:hover {
    border: 2px solid #558CCC;
    background-color: #fff;
    color: #558CCC;
}

.hp__item--company a {
    background-color: #5CC2BB;
    border: 2px solid #5CC2BB;
}
.hp__item--company a:hover {
    border: 2px solid #5CC2BB;
    background-color: #fff;
    color: #5CC2BB;
}


/*-------------------------------------------------------------------------
お客様の声
-------------------------------------------------------------------------*/
.cmn__section--customer {
    padding: 123px 0 100px;
}
.cmn__ttl--customer {
    margin-bottom: 46px;
    padding-left: 20px;
}
.customer__list {
    display: flex;
    justify-content: center;
    gap: 0 32px;
    margin-bottom: 45px;
}
.customer__item {
    width: 246px;
}
.customer__img {
    width: 246px;
    height: 328px;
    margin-bottom: 8px;
    border-radius: 30px;
    overflow:hidden;
}
    .customer__img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 30px;
        transition: .3s;
    }
    .customer__item a:hover .customer__img img{
        transform:scale(1.1);
        transition:0.3s;
    }

.customer__name {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.customer__comment {
    font-size: 16px;
    font-weight: 500;
    white-space: normal;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.cmn__section--customer .cmn__more a {
	padding-right: 25px;
}

/*-------------------------------------------------------------------------
更新情報
-------------------------------------------------------------------------*/
.cmn__section--news {
    padding: 106px 0 150px;
    background: url(../images/top/news__bg.webp) no-repeat center top 0;
    height: 850px;
}

.news__wrap {
    max-height: 452px;
    margin-bottom: 40px;
    overflow-y: hidden;
}
.news__list {
    margin-bottom: 40px;
    max-height: 452px;
    width: 940px;
    margin: 0 auto;
}
.news__item:first-child {
    padding-top: 0;
}
.news__item {
    padding: 30px 0 40px;
    background-image: linear-gradient(to right, #D0D9E2 60%, transparent 60%);
    background-size: 10px 1px;
    background-repeat: repeat-x;
    background-position: bottom;
}
.news__item:last-child {
	background:none;
	padding-bottom: 0;
}
.news__block {
    display: flex;
    align-items: center;
    gap: 0 30px;
    margin-bottom: 20px;
}
.news__date {
    font-size: 18px;
    font-weight: bold;
}
.news__title {
    font-size: 18px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.simplebar-track.simplebar-vertical {
	right: -35px;
	width: 8px;
	top: 0px;
	background: #fff;
	border-radius: 6px;
}
.simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background: #78C1D4;
	opacity: 1;
	border-radius: 5px;
	width: 8px;
}

/*-------------------------------------------------------------------------
ブログ
-------------------------------------------------------------------------*/
.cmn__section--blog {
    padding: 130px 0 102px;
    position: relative;
}
.cmn__section--blog:before {
    content: "";
    background: url(../images/top/blog__bg.webp) no-repeat center top;
    position: absolute;
    width: 100%;
    height: 861px;
    top: 28px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.cmn__ttl--blog {margin-bottom: 38px;}
.cmn__section--blog .tab__list {
    width: 665px;
    margin: 0 auto 40px;
    background-color: #fff;
}
.cmn__section--blog .tab__item {
    padding: 0px 30px 0 20px;
}
.cmn__section--blog .tab__item:first-child {
    padding: 0 16px 0 35px;
}
.cmn__section--blog .tab__item.is-active {
    padding: 0 52px;
}
.blog__info,
.blog__item {
    width: 246px;
}
.blog__list {
    padding-bottom: 30px;
}
.no-swiper .blog__list {
    display: flex;
    justify-content: center;
    gap: 0 32px;
}
.blog__img {
    width: 246px;
    height: 164px;
    margin-bottom: 10px;
    overflow:hidden;
    border-radius: 30px;
}
    .blog__img img{
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 30px;
        transition: .3s;
    }
    .blog__item a:hover img{
        transform:scale(1.1);
	    transition:0.3s;
    }
.blog__tag__list {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
}
.blog__tag__item a {
    background-color: #DBE8EE;
    border-radius: 3px;
    padding: 4px 8px; /* 上下にも少し余白を */
    display: inline-block; /* ← flexをやめてブロック扱いに */
    font-size: 16px;
    font-weight: bold;
    line-height: 1.4; /* 行間を調整 */
    max-width: 100%; /* 長文でもはみ出さないように */
    box-sizing: border-box;
}
.blog__tag__item a:hover {
    color: #3D5464;
}
.blog__name {
    font-size: 18px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 5px;
}
.blog__comment {
    font-size: 16px;
    font-weight: 500;
    white-space: normal;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin-bottom: 7px;
}
.blog__date {
    text-align: right;
    font-size: 14px;
}

.swiper-button-prev {right: 50px;left: auto;}
.swiper-button-next {
    right: 0;
}
.swiper-button-next,
.swiper-button-prev {
    width: 40px;
    height: 40px;
    top: 30px;
    z-index: 1;
}
.swiper-button-prev::after {
    transform: rotate(180deg);
}
.swiper-button-prev::after,
.swiper-button-next::after {
    content: "";
    position: absolute;
    background: url(/images/top/icon_swiper_arrow.webp) no-repeat center / cover;
    width: 40px;
    height: 40px;
	transition: transform 0.3s ease, background 0.3s ease;
}

.swiper-button-prev:hover::after {
    background: url(/images/top/btn__arrow_on.webp) no-repeat center top / cover;
    transform: rotate(180deg);
}
.swiper-button-next:hover::after {
    background: url(/images/top/btn__arrow_on.webp) no-repeat center top / cover;
}
.l-page .swiper-pagination{
    bottom: 26px;
    z-index: 0;
    right: 105px;
    left: auto;
    display: flex;
    justify-content: flex-end;
}
.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #E6EAEE;
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 3px) !important;
    opacity: 1;
}
.swiper-pagination-bullet-active {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #78C1D4;
    opacity: 1;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
	margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 5px) !important;
}
.blog__inner {
    margin-bottom: 30px;
}
.blog__more__wrap {
    display: flex;
    justify-content: center;
    position: relative;
}
.blog__more__wrap .cmn__more a {
	padding-right: 5px;
}
.bottom__tag__list {
    display: flex;
    background-color: #DBE8EE;
    padding: 0 17px;
    width: 1080px;
    height: 43px;
    align-items: center;
    justify-content: center;
    gap: 0 16.3px;
}
.bottom__tag__item a {
    font-size: 16px;
    font-weight: bold;
    position: relative;
}
.bottom__tag__item a:hover {
    color: #3D5464;
}
    .bottom__tag__item a:before{
        background: #3D5464;
        content: '';
        width: 100%;
        height: 2px;
        position: absolute;
        left: 0;
        bottom: -5px;
        transform-origin: left top;
        transform: scale(0, 1);
        transition: transform .3s;
    }
.bottom__tag__item a:hover::before {
    transform-origin: left top;
    transform: scale(1, 1);
}

/*-------------------------------------------------------------------------
こんな質問が寄せられています！
-------------------------------------------------------------------------*/
.cmn__section--qa {
    padding: 100px 0 67px;
    background: url(../images/top/qa__bg.webp) no-repeat center top -45px;
}
.cmn__ttl--qa {
	padding-right: 40px;
}
.qa__wrap {
    counter-reset: number 0;
}
[class^="qa__item--"] {
    padding: 41px 0 38px;
    background-image: linear-gradient(to right, #D0D9E2 60%, transparent 60%);
    background-size: 10px 1px;
    background-repeat: repeat-x;
    background-position: bottom;
}
[class^="qa__item--"]:first-child {
    padding-top: 0;
}
.qa__block__ttl {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 19px;
    position: relative;
    padding-left: 90px;
    letter-spacing: 2.3px;
}
.qa__block__ttl:before {
    counter-increment: number 1;
    content: "Q" counter(number);
    position: absolute;
    top: -3px;
    left: 0;
    width: 72px;
    height: 39px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #7E9DBA;
    border-radius: 20px;
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    letter-spacing: 0px;
}
.qa__block__text {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1.8px;
    line-height: 1.8;
}