@charset "UTF-8";

body {
    overflow-x: hidden;
    margin: 0;
}
.l-contents * {
    font-family: "NotoSansJP", sans-serif;
}
.l-contents a {
    transition: .3s;
}
.l-contents {
    background: #F4F4F4;
}

.l-main {
    margin-bottom: 0;
    padding-bottom: 0;
    width: 100%;
}
.l-contents a:hover,
.l-contents button:hover {
    opacity: 1;
}
.pg__inner{
    width: 1080px;
    margin: 0 auto;
    position: relative;
    z-index: 0;
}
.main__inner {
    width: 1140px;
    margin: 0 auto;
    position: relative;
    z-index: 0;
}
.l-contents .ui-full-screen {
    margin-bottom: 0;
    height: 655px;
}
[class*=cmn__section--] {
    position: relative;
    padding: 140px 0;
}

/*---------------------------------------------------
メイン（KVスライダー詳細は top-slider.css）
-----------------------------------------------------*/
.mv-slider--hidden {
    display: none;
}

.mainview__block {
    position: absolute;
    top: 155px;
}
.main__wrap {
    margin-bottom: 70px;
}
/*---------------------------------------------------
トピックス
-----------------------------------------------------*/
.main__topics {
    position: absolute;
    right: 106px;
    bottom: 37px;
    z-index: 2;
    width: 418px;
    padding: 8px 15px 8px;
    border-radius: 14px;
    background: #16606f;
    box-sizing: border-box;
}

.main__topics-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 8px;
}

.main__topics-ttl {
    margin: 0;
    font-size: 21px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 1.24px;
    color: #fff;
}

.main__topics-more {
    display: inline-flex;
    align-items: center;
    gap: 16px;
    font-size: 10px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.62px;
    color: #fff;
    text-decoration: none;
    white-space: nowrap;
    margin-right: 4px;
    margin-top: 5px;
}

.main__topics-more:hover {
    opacity: 0.8;
}

.main__topics-more-icon {
    display: block;
    width: 11px;
    height: 11px;
}

.main__topics-body {
    display: flex;
    align-items: center;
    gap: 31px;
    min-width: 0;
    padding: 0 6px;
}

.main__topics-date {
    flex-shrink: 0;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.2;
    color: #fff;
    white-space: nowrap;
}

.main__topics-sep {
    flex-shrink: 0;
    width: 1px;
    height: 20px;
    background: #fff;
}

.main__topics-link {
    flex: 1;
    min-width: 0;
    overflow: hidden;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4;
    color: #fff;
    text-decoration: none;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.main__topics-link:hover {
    opacity: 0.8;
}

/*---------------------------------------------------
検索（条件・地図・沿線）
-----------------------------------------------------*/
.cmn__section--search {
    padding: 80px 0 62px;
}

.cmn__search__head {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 9px;
}

.cmn__search__ttl {
    position: absolute;
    left: 50%;
    top: -102px;
    z-index: 0;
    margin: 0;
    transform: translateX(-50%);
    line-height: 0;
}

.cmn__search__ttl-img {
    display: block;
    width: 425px;
    height: auto;
}

.cmn__search__sub {
    position: relative;
    z-index: 1;
    margin: 0 0 18px;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.4;
    color: #000;
    white-space: nowrap;
}

.cmn__search__list {
    display: flex;
    justify-content: space-between;
    gap: 18px;
}

.cmn__search__card {
    position: relative;
    display: block;
    overflow: hidden;
    flex: 1;
    width: 349px;
    height: 140px;
    background: #101d4b;
    box-shadow: 3px 3px 6px rgba(32, 24, 21, 0.25);
    text-decoration: none;
    color: #fff;
}

.cmn__search__card-img {
    position: absolute;
    top: 0;
    right: -1px;
    width: 155px;
    height: 101%;
    overflow: hidden;
    clip-path: polygon(28% 0, 100% 0, 100% 100%, 0 100%);
}

.cmn__search__card-img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform 0.4s ease;
}

.cmn__search__card:hover .cmn__search__card-img img {
    transform: scale(1.08);
}

.cmn__search__card-body {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: baseline;
    justify-content: center;
    gap: 7px;
    width: 42%;
    height: 100%;
    padding: 18px 20px 18px 26px;
    box-sizing: border-box;
}
.cmn__search__card-body:after {
    content: '';
    background: url(/images/top/search-arrow.svg);
    position: absolute;
    right: -30px;
    top: 60px;
    width: 10px;
    height: 24px;
}
.cmn__search__card-icon img {
    display: block;
    width: auto;
    height: 58px;
}
.cmn__search__card:nth-child(2) .cmn__search__card-icon img {
    height: 53px;
}
.cmn__search__card-icon {
    padding-left: 13px;
}
.cmn__search__card-text {
    display: block;
}

.cmn__search__card-en {
    display: block;
    color: #fff;
    font-size: 11px;
}

.cmn__search__card-label {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.04em;
    color: #fff;
    white-space: nowrap;
}

.cmn__search__card-arrow {
    display: block;
    width: 10px;
    height: 24px;
}

/*---------------------------------------------------
人気条件から探す
-----------------------------------------------------*/
.cmn__section--kodawari {
    padding: 0 0 40px;
}

.cmn__kodawari__ttl {
    margin: 0 0 20px;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.4;
    color: #000;
    text-align: center;
}

.cmn__kodawari__list {
    display: flex;
    justify-content: space-between;
    gap: 9px;
}

.cmn__kodawari__card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 14px;
    width: 209px;
    height: 184px;
    padding: 16px 12px 9px 12px;
    border-radius: 16px;
    box-shadow: 3px 9px 8px rgba(32, 24, 21, 0.15);
    box-sizing: border-box;
    text-decoration: none;
    color: #000;
    transition: opacity 0.25s ease, transform 0.25s ease;
    border: 1px solid transparent;
    background: linear-gradient(#F1F1F1, #F1F1F1) padding-box, linear-gradient(
141deg, #C9C9C9 0%, #EFEFEF 100%) border-box;
}

.cmn__kodawari__card:hover {
    opacity: 0.85;
    transform: translateY(-2px);
}

.cmn__kodawari__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 100%;
    height: 78px;
}

.cmn__kodawari__icon img {
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 78px;
}

.cmn__kodawari__card span {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
    color: #000;
}

/*---------------------------------------------------
新着物件
-----------------------------------------------------*/
.cmn__section--newbkn {
    padding: 0 0 95px;
}

.cmn__section--pricebkn {
    padding: 0 0 140px;
}
.cmn__bkn .pg__inner {
    display: flex;
    gap: 24px;
    margin-bottom: 17px;
    justify-content: space-between;
}

.cmn__bkn__head {
    display: flex;
    align-items: baseline;
    gap: 22px;
    margin-top: 12px;
}

.cmn__bkn__ttl {
    flex-shrink: 0;
    margin: 0;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.4;
    color: #071a45;
    white-space: nowrap;
}

.cmn__bkn__lead {
    flex: 1;
    margin: 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4;
    color: #000;
}

.cmn__bkn__more {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    height: 46px;
    padding: 0 18px 0 20px;
    border: 1px solid #000;
    border-radius: 8px;
    box-sizing: border-box;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.06em;
    color: #000;
    text-decoration: none;
    white-space: nowrap;
}

.cmn__bkn__more:hover {
    opacity: 0.8;
}

.cmn__bkn__more-icon {
    display: block;
    width: 18px;
    height: 18px;
    flex-shrink: 0;
}

.cmn__bkn__slider-wrap {
    position: relative;
    width: 100%;
}

.cmn__bkn__slider-wrap--align-start .cmn__bkn__slider {
    box-sizing: border-box;
    padding-left: max(0px, calc((100% - 1080px) / 2));
}

.cmn__bkn__slider {
    width: 100%;
    overflow: visible;
}

.cmn__bkn__slider .swiper-wrapper {
    align-items: flex-start;
}

.cmn__bkn__slider .swiper-slide {
    width: 333px;
}

.cmn__bkn__card {
    display: block;
    width: 333px;
    text-decoration: none;
    color: #000;
}

.cmn__bkn__thumb {
    position: relative;
    width: 333px;
    height: 161px;
    margin: 0 auto 5px;
    overflow: hidden;
    border: 3px solid transparent;
    background: linear-gradient(#fff, #fff) padding-box, linear-gradient(
180deg, #C9C9C9 0%, #EFEFEF 100%) border-box;
}

.cmn__bkn__thumb img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform 0.4s ease;
}

.cmn__bkn__card:hover .cmn__bkn__thumb img {
    transform: scale(1.08);
}

.cmn__bkn__badge {
    position: absolute;
    top: 0;
    right: 0;
    padding: 6px 14px;
    background: #3d3429;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.4;
    color: #fff;
    white-space: nowrap;
}

.cmn__bkn__name {
    margin: 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.cmn__bkn__price {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    gap: 0 8px;
    justify-content: flex-end;
}

.cmn__bkn__price-label {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4;
    color: #000;
}

.cmn__bkn__price-body {
    display: inline-flex;
    align-items: baseline;
    gap: 0;
    line-height: 1;
}

.cmn__bkn__price-num span.price{
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    color: #e65700;
}

.cmn__bkn__price-num {
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    color: #000;
}

.cmn__bkn__price-tax {
    font-size: 12px;
    font-weight: 300;
    line-height: 1;
    color: #000;
}

.cmn__bkn__nav {
    position: absolute;
    top: 59px;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 43px;
    height: 43px;
    padding: 0;
    border: none;
    background: transparent;
    cursor: pointer;
    transition: opacity 0.25s ease;
}

.cmn__bkn__nav:hover {
    opacity: 0.8;
}

.cmn__bkn__nav img {
    display: block;
    width: 43px;
    height: 43px;
}

.cmn__bkn__nav--prev {
    left: max(20px, calc(50% - 556px));
}

.cmn__bkn__nav--next {
    right: max(20px, calc(50% - 566px));
}

.cmn__bkn__nav.swiper-button-disabled {
    opacity: 0.35;
    cursor: default;
    pointer-events: none;
}

.cmn__bkn__nav[hidden] {
    display: none;
}

/*---------------------------------------------------
施工事例
-----------------------------------------------------*/
.cmn__section--blog {
    padding: 74px 0 70px;
    background: #071a45;
    overflow: hidden;
    margin-top: 40px;
}

.cmn__blog__head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 5px;
}

.cmn__blog__head-main {
    position: relative;
    flex: 1;
    min-height: 100px;
    text-align: center;
}
.cmn__blog__slider-wrap .cmn__bkn__nav {
    top: 110px;
}
.cmn__blog__watermark {
    position: absolute;
    top: -18px;
    left: 290px;
    display: block;
    width: 189px;
    height: auto;
    opacity: 0.1;
    pointer-events: none;
}

.cmn__blog__head-text {
    position: relative;
    z-index: 1;
}

.cmn__blog__ttl {
    margin: 0 0 10px;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.4;
    color: #fff;
}

.cmn__blog__lead {
    margin: 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4;
    color: #fff;
}

.cmn__blog__more {
    display: inline-flex;
    align-items: center;
    gap: 20px;
    flex-shrink: 0;
    min-width: 140px;
    height: 46px;
    margin-top: 38px;
    padding: 0 12px 0 20px;
    border: 1px solid #000;
    border-radius: 8px;
    box-sizing: border-box;
    background: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.06em;
    color: #000;
    text-decoration: none;
    white-space: nowrap;
}

.cmn__blog__more:hover {
    opacity: 0.85;
}

.cmn__blog__more-icon {
    display: block;
    width: 18px;
    height: 18px;
    flex-shrink: 0;
}

.cmn__blog__slider-wrap {
    position: relative;
    width: 100%;
}

.cmn__blog__slider {
    width: 100%;
    overflow: visible;
    padding-bottom: 39px;
}

.cmn__blog__slider .swiper-wrapper {
    align-items: flex-start;
}

.cmn__blog__slider .swiper-slide {
    width: 469px;
    height: auto;
}

.cmn__blog__card {
    display: block;
    width: 469px;
    text-decoration: none;
    color: #fff;
}

.cmn__blog__thumb {
    position: relative;
    width: 469px;
    height: 267px;
    overflow: hidden;
}

.cmn__blog__thumb img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform 0.4s ease;
}

.cmn__blog__card:hover .cmn__blog__thumb img {
    transform: scale(1.08);
}

.cmn__blog__caption {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 16px 18px;
    box-sizing: border-box;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.55) 100%);
}

.cmn__blog__caption-en {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    gap: 0 8px;
    margin: 0 0 4px;
    line-height: 1.2;
    color: #fff;
    font-size: 30px;
    font-weight: 600;
}
.cmn__blog__caption-jp {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}

.cmn__blog__pagination {
    bottom: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.cmn__blog__pagination .swiper-pagination-bullet {
    width: 11px;
    height: 11px;
    margin: 0 !important;
    background: #808080;
    opacity: 1;
}

.cmn__blog__pagination .swiper-pagination-bullet-active {
    background: #C9C9C9;
}

/*---------------------------------------------------
フジなびを登録するメリット
-----------------------------------------------------*/
.cmn__section--merit {
    padding: 160px 0 105px;
    background: #fff;
}
.cmn__section--merit .pg__inner {
    width: 1120px;
}
.cmn__merit__head {
    position: relative;
    margin-bottom: 43px;
    text-align: center;
}

.cmn__merit__watermark {
    display: block;
    position: absolute;
    left: 276px;
    top: -93px;
}

.cmn__merit__ttl {
    position: relative;
    z-index: 1;
    margin: 0 0 21px;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.4;
    color: #000;
}

.cmn__merit__lead {
    position: relative;
    z-index: 1;
    margin: 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 0.1em;
    color: #000;
}

.cmn__merit__list {
    display: flex;
    align-items: stretch;
}

[class*=cmn__merit__item--] {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
    min-width: 0;
    padding: 20px 12px 0 12px;
    border-right: 1px solid #c9c9c9;
    box-sizing: border-box;
    text-align: center;
}
.cmn__merit__item--01 {
    padding: 20px 19px 0 13px;
}
.cmn__merit__item--02 {
    padding: 24px 35px 0 35px;
}
.cmn__merit__item--03 {
    padding: 20px 25px 0 29px;
}
.cmn__merit__item--04 {
    padding: 26px 25px 0 27px;
}
.cmn__merit__item--05 {
    padding: 18px 0px 0 0px;
}
.cmn__merit__item--06 {
    padding: 26px 20px 0 25px;
}

[class*=cmn__merit__item--]:first-child {
    border-left: 1px solid #c9c9c9;
}
[class*=cmn__merit__icon--] {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
}
.cmn__merit__icon--02 {
    margin-bottom: 20px;
}
.cmn__merit__icon--04 {
    margin-bottom: 7px;
    padding-right: 0px;
}
.cmn__merit__icon--06 {
    margin-bottom: 24px;
}
[class*=cmn__merit__icon--] img {
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 108px;
}

.cmn__merit__text {
    margin: 0;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
    color: #000;
    width: 190px;
}

.cmn__merit__accent {
    color: #e65700;
}

.cmn__merit__note {
    font-size: 12px;
    font-weight: 700;
    line-height: 1.4;
    color: #000;
    width: 200px;
}

/*---------------------------------------------------
スタッフ紹介・買取査定バナー
-----------------------------------------------------*/
.cmn__section--staff {
    padding: 75px 0 63px;
    background: #f4f4f4;
}

.cmn__section--staff .pg__inner {
    display: flex;
    align-items: flex-start;
    gap: 24px;
    width: 1140px;
}

.cmn__staff {
}

.cmn__staff__head {
    position: relative;
    margin-bottom: 28px;
    padding-left: 10px;
}

.cmn__staff__watermark {
    position: absolute;
    top: -66px;
    right: 0px;
    display: block;
    width: 283px;
    height: auto;
    pointer-events: none;
    opacity: 0.15;
}

.cmn__staff__ttl {
    position: relative;
    z-index: 1;
    margin: 0 0 10px;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.4;
    color: #000;
}

.cmn__staff__intro {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
}

.cmn__staff__lead {
    flex: 1;
    margin: 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.6;
    color: #000;
}

.cmn__staff__more {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
    width: 163px;
    height: 43px;
    padding: 0 14px 0 13px;
    border: 1px solid #c9c9c9;
    border-radius: 5px;
    box-sizing: border-box;
    background: #c9c9c9;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    color: #1a1a1a;
    text-decoration: none;
    white-space: nowrap;
    margin-top: 5px;
    transition: background-color 0.3s, color 0.3s, border-color 0.3s;
}
.cmn__staff__more:after {
    position: absolute;
    content: '〉';
    font-size: 13px;
    color: #1a1a1a;
    right: 7px;
    transition: color 0.3s;
}
.cmn__staff__more:hover {
    background: #1a1a1a;
    border-color: #1a1a1a;
    color: #fff;
    opacity: 1;
}
.cmn__staff__more:hover:after{
    color: #fff;
}
.cmn__staff__more-icon {
    display: block;
    width: 14px;
    height: 14px;
    flex-shrink: 0;
}

.cmn__staff__list {
    display: flex;
    gap: 16px;
    width: 555px;
}

.cmn__staff__item {
    flex: 1;
    min-width: 0;
    text-align: center;
}

.cmn__staff__photo {
    width: 117px;
    margin: 0 auto 12px;
    position: relative;
}
.cmn__staff__photo:after {
    content: '';
    background: #E3E3E3;
    position:absolute;
    width: 117px;
    height: 117px;
    border-radius: 50%;
    z-index: -1;
    left: 0;
    bottom: 0;
}
.cmn__staff__name {
    margin: 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4;
    color: #1a1a1a;
}

.cmn__satei {
    flex-shrink: 0;
    width: 578px;
    border-radius: 8px;
    overflow: hidden;
    background: #071a45 url("/images/top/satei-banner.webp") right center / cover no-repeat;
    position: absolute;
    right: -70px;
    top: 40px;
}

.cmn__satei__inner {
    min-height: 292px;
    padding: 24px 28px 22px 18px;
    box-sizing: border-box;
}

.cmn__satei__top {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    gap: 7px;
    margin-bottom: 10px;
    position: relative;
    padding-left: 153px;
    border-bottom: 1px solid #fff;
    width: 376px;
    padding-bottom: 10px;
}
.cmn__satei__top:before {
    content: '';
    background: url("/images/top/satei-banner-icon.svg") no-repeat center center / contain;
    position: absolute;
    top: -4px;
    left: 4px;
    width: 134px;
    height: 92px;
}

.cmn__satei__icon {
    display: block;
    width: 134px;
    height: auto;
    flex-shrink: 0;
}

.cmn__satei__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin: 4px 0 0;
    padding: 0;
    list-style: none;
    width: 155px;
}

.cmn__satei__tag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 23px;
    padding: 0 7px;
    border-radius: 4px;
    background: #fff;
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    color: #000;
    white-space: nowrap;
}

.cmn__satei__catch {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.4;
    color: #fff;
}

.cmn__satei__stats {
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
    gap: 4px 7px;
    margin-bottom: 14px;
}

.cmn__satei__stats-lead {
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    color: #fff;
}

.cmn__satei__stats-num {
    display: flex;
    align-items: baseline;
    gap: 9px;
    margin: 0;
}

.cmn__satei__stats-value {
    font-size: 48px;
    font-weight: 700;
    font-style: italic;
    line-height: 1;
    letter-spacing: -0.04em;
    color: #fff;
}

.cmn__satei__stats-unit {
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
}

.cmn__satei__stats-note {
}

.cmn__satei__stats-note-text {
    margin: 0 0 0px;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.4;
    color: #fff;
}

.cmn__satei__stats-copy {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
    color: #fff;
}

.cmn__satei__cta {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    width: 379px;
    height: 53px;
    padding: 0 48px 0 5px;
    border: 1px solid #e3e3e3;
    border-radius: 8px;
    box-sizing: border-box;
    background: #e3e3e3;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.14em;
    color: #1a1a1a;
    text-decoration: none;
    margin-left: 4px;
    position: relative;
    transition: background-color 0.3s, color 0.3s, border-color 0.3s;
}

.cmn__satei__cta:after {
    position: absolute;
    content: '〉';
    font-size: 16px;
    color: #1a1a1a;
    right: 72px;
    transition: color 0.3s;
}

.cmn__satei__cta:hover {
    background: #1a1a1a;
    border-color: #1a1a1a;
    color: #fff;
    opacity: 1;
}

.cmn__satei__cta:hover::after {
    color: #fff;
}

.cmn__satei__cta-icon {
    display: block;
    width: 18px;
    height: 18px;
    flex-shrink: 0;
}
