@charset "UTF-8";


body {
    background-color: #FFFFFF;
    overflow-x: hidden;
}
.l-contents * {
    box-sizing: border-box;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    color: #071423;
}
.l-main {
    width: 100%;
    padding-bottom: 0;
    position: relative;
    background: #EFEFEF;
}

.l-contents a {
    transition: .3s;
}

.l-contents a:hover,
.l-contents button:hover {
    opacity: 1;
}

.pg__inner,
.main__inner {
    width: 1140px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.l-contents .ui-full-screen {
    margin-bottom: 0;
}

[class*=cmn__section--] {
    padding: 120px 0;
    position: relative;
}

[class*=cmn__ttl--] {
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    letter-spacing: 2.25px;
    line-height: 1.7;
    font-family: "Zen Kaku Gothic New", sans-serif;
}
/*---------------------------------------------------
メイン
-----------------------------------------------------*/
.main__wrap {
    position: relative;
    height: 627px;
    margin-bottom: 100px;
}
.main__slider,
.main__img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 627px;
    overflow: hidden;
}
.main__slider .swiper,
.main__slider .swiper-wrapper,
.main__slider .swiper-slide,
.mv-slider__items {
    width: 100%;
    height: 100%;
}
.main__img img,
.mv-slider__items img {
    display: block;
    width: 100%;
    height: 627px;
    object-fit: cover;
}
.main__catch {
    position: absolute;
    top: 100px;
    left: 0;
    z-index: 1;
}

/*-----簡易検索------*/
.main__search__wrap {
    position: absolute;
    right: 0;
    bottom: -60px;
    left: 0;
    z-index: 2;
    width: 1140px;
    margin: 0 auto;
}
.main__search__topttl {
    color: #fff;
    font-size: 25px;
    font-weight: 500;
    letter-spacing: 1.2px;
    margin-bottom: 23px;
}
.main__search {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    width: 100%;
    padding: 50px 60px 55px;
    background-color: #ffffff;
    border-radius: 12px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.16);
}

.main__search__fields {
    display: flex;
    gap: 14px;
    align-items: flex-end;
}

.main__search__item {
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-items: flex-start;
}

.main__search__ttl {
    display: flex;
    gap: 10px;
    align-items: center;
}

.main__search__icn {
    display: block;
    width: 22px;
    height: 22px;
    overflow: hidden;
}

.main__search__icn img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.main__search__ttl-txt {
    color: #071423;
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
}

.main__search__select-wrap {
    position: relative;
    width: 200px;
}

.main__search__select-wrap--sm {
    width: 166px;
}

.main__search__select-wrap::after {
    position: absolute;
    top: 50%;
    right: 26px;
    width: 7px;
    height: 11px;
    background: url("/images/top/icn-select-arw.svg") center / contain no-repeat;
    transform: translateY(-50%) rotate(90deg);
    content: "";
    pointer-events: none;
}

.main__search__select {
    display: block;
    width: 100%;
    height: 55px;
    padding: 0 40px 0 20px;
    appearance: none;
    border: 1px solid #071423;
    background-color: #f5f5f5;
    color: #071423;
    font-size: 15px;
    font-weight: 400;
    line-height: 1;
    cursor: pointer;
}

.main__search__select:focus {
    outline: 2px solid #2872e9;
    outline-offset: -2px;
}

.main__search__price {
    display: flex;
    gap: 5px;
    align-items: center;
}

.main__search__tilde {
    color: #071423;
    font-size: 26px;
    font-weight: 300;
    line-height: 1;
}

.main__search__sep {
    display: block;
    flex-shrink: 0;
    width: 18px;
    height: 36px;
}

.main__search__sep img {
    display: block;
    width: 100%;
    height: 100%;
}

.main__search__btn {
    display: inline-flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    width: 150px;
    height: 55px;
    padding: 0;
    border: 1px solid #071423;
    background-color: #071423;
    color: #ffffff;
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
    white-space: nowrap;
    cursor: pointer;
    transition: background-color 0.25s ease, color 0.25s ease;
}

.main__search__btn:hover {
    background-color: #ffffff;
    color: #071423;
}

/*---------------------------------------------------
おすすめ物件
-----------------------------------------------------*/
.cmn__section--recommend {
    padding: 80px 0 120px;
    overflow: hidden;
}

.cmn__section--recommend__bg-ttl {
    position: absolute;
    top: -75px;
    left: -429px;
    z-index: 0;
    margin: 0;
    color: #ffffff;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 210px;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1;
    white-space: nowrap;
    pointer-events: none;
    padding: 0;
}

.cmn__section--recommend .pg__inner {
    z-index: 1;
}

.cmn__ttl--recommend {
    position: relative;
    z-index: 1;
    margin: 0 0 20px;
    color: #071423;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 36px;
    font-weight: 700;
    letter-spacing: 0.07em;
    line-height: 1.7;
    text-align: center;
}

.recommend__contents {
    display: flex;
    flex-direction: column;
    gap: 30px;
    align-items: center;
}

.recommend__list {
    display: grid;
    grid-template-columns: repeat(3, 356px);
    gap: 35px;
    width: 1138px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.bkn-card {
    display: flex;
    flex-direction: column;
    gap: 28px;
    align-items: center;
    width: 356px;
    padding-bottom: 35px;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 8px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.16);
}
.bkn__label {
    position: absolute;
    left: 10px;
    top: 10px;
    background-color: #071423;
    color: #ffffff;
    font-size: 15px;
    font-weight: 500;
    width: 54px;
    height: 27px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}
.bkn-card__img {
    position: relative;
    width: 100%;
    height: 238px;
    overflow: hidden;
}

.bkn-card__img-link {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.bkn-card__img-link img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.bkn-card__img-link:hover img {
    transform: scale(1.08);
}

.bkn-card__img::after {
    position: absolute;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.1);
    content: "";
    pointer-events: none;
}

.bkn-favorite__button {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    padding: 0;
    border: none;
    background: url(/images/top/icon-favorite.svg) no-repeat center / cover;
    cursor: pointer;
}
.bkn-favorite__button.is-checked {
    background: url(/images/top/icon-favorite-on.svg) no-repeat center / cover;
}



.bkn-card__info {
    display: flex;
    flex-direction: column;
    gap: 22px;
    width: 296px;
    color: inherit;
    text-decoration: none;
}

.bkn-card__name {
    margin: 0;
    overflow: hidden;
    color: #071423;
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.bkn-card__meta {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.bkn-card__spec,
.bkn-card__traffic {
    margin: 0;
    color: #626263;
    font-size: 13px;
    font-weight: 400;
    line-height: 1;
}

.bkn-card__traffic {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.bkn-card__price-row {
    display: flex;
    gap: 16px;
    align-items: center;
}

.bkn-card__price {
    margin: 0;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.1;
    white-space: nowrap;
    font-family: "Geist", sans-serif;
}
.bkn-card__price span {
    font-size: 27px;
    font-family: "Geist", sans-serif;
    font-weight: 700;
}
.bkn-card__yield {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 30px;
    margin: 0;
    padding: 0 10px;
    background-color: #e5eaf0;
    color: #071423;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
}

.recommend__more {
    display: inline-flex;
    gap: 20px;
    align-items: center;
    color: #071423;
    text-decoration: none;
}

.recommend__more-txt {
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
}

.recommend__more-arw {
    display: block;
    width: 54px;
    height: 54px;
}

.recommend__more-arw img {
    display: block;
    width: 100%;
    height: 100%;
    transition: filter 0.25s ease;
}

.recommend__more:hover .recommend__more-arw img {
    filter: invert(1);
}

.rimawari__attention {
    font-size: 15px;
    color: #071423;
    margin: 20px 0 30px;
    position: relative;
    line-height: 1.8;
    font-weight: 500;
    text-align: center;
}
/*---------------------------------------------------
会員登録
-----------------------------------------------------*/
.cmn__section--member {
    display: flex;
    flex-direction: column;
    gap: 40px;
    align-items: center;
    padding: 0 0 120px;
    overflow: hidden;
}

.member__top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 43px;
}

.member__line {
    flex-shrink: 0;
    width: 370px;
    height: 1px;
    margin-top: 60px;
    background-color: #7e7e7e;
}

.member__body {
    display: flex;
    gap: 90px;
    align-items: center;
    min-width: 0;
}

.member__text {
    align-items: flex-start;
    flex-shrink: 0;
    width: 396px;
}

.member__ttl {
    margin: 0 0 38px;
    color: #071423;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 36px;
    font-weight: 700;
    letter-spacing: 0.07em;
    line-height: 1.7;
    position: relative;
}
.member__ttl:before {
    content: "";
    position: absolute;
    left: -380px;
    bottom: 62px;
    width: 350px;
    height: 1px;
    background-color: #071423;
}

.member__lead {
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
}

.member__lead p {
    margin: 0;
    color: #071423;
    font-size: 15px;
    font-weight: 700;
    line-height: 2.2;
}

.member__count-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}

.member__count-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 25px 35px;
    background-color: #ffffff;
}

.member__count-label {
    display: flex;
    gap: 20px;
    align-items: center;
}

.member__count-icn {
    display: block;
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    overflow: hidden;
}

.member__count-icn img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.member__count-txt {
    width: 117px;
    color: #071423;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.5;
}

.member__count-num {
    display: flex;
    gap: 3px;
    align-items: flex-end;
    margin: 0;
    color: #071423;
    white-space: nowrap;
}

.member__count-value {
    font-size: 31px;
    font-weight: 700;
    line-height: 1;
}

.member__count-unit {
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
}

.member__count-item--accent .member__count-txt,
.member__count-item--accent .member__count-num * {
    color: #2872e9;
}

.member__visual {
    position: absolute;
    top: 0;
    right: -390px;
    flex-shrink: 0;
    width: 1044px;
    height: 548px;
    overflow: hidden;
}
.member__btn {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 300px;
    height: 67px;
    padding: 0 40px 0 30px;
    border: 1px solid #071423;
    background-color: #071423;
    color: #ffffff;
    text-decoration: none;
    margin: 0 auto;
    transition: background-color 0.25s ease, color 0.25s ease;
}

.member__btn-txt {
    font-size: 15px;
    font-weight: 500;
    white-space: nowrap;
    color: inherit;
    transition: color 0.25s ease;
}

.member__btn-arw {
    position: absolute;
    top: 50%;
    right: 30px;
    display: block;
    width: 6px;
    height: 10px;
    transform: translateY(-50%);
}

.member__btn-arw img {
    display: block;
    width: 100%;
    height: 100%;
    filter: brightness(0) invert(1);
    transition: filter 0.25s ease;
}

.member__btn:hover {
    background-color: #ffffff;
    color: #071423;
}

.member__btn:hover .member__btn-arw img {
    filter: none;
}

/*---------------------------------------------------
物件を探す
-----------------------------------------------------*/
.cmn__section--search {
    position: relative;
    padding: 120px 0;
    overflow: hidden;
    background: url("/images/top/search__bg.webp") center / cover no-repeat;
}

.search-method {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

.search-method__list {
    display: flex;
    gap: 35px;
    align-items: flex-start;
}

.search-method__item {
    position: relative;
    display: block;
    width: 256px;
    height: 394px;
    overflow: hidden;
    color: inherit;
    text-decoration: none;
}

.search-method__item--02 {
    margin-top: 20px;
}

.search-method__item--03 {
    margin-top: 40px;
}

.search-method__img {
    position: absolute;
    top: 0;
    left: 0;
    width: 246px;
    height: 374px;
    overflow: hidden;
}

.search-method__img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1);
    transition: transform 0.6s ease;
}

.search-method__item:hover .search-method__img img {
    transform: scale(1.08);
}

.search-method__label {
    position: absolute;
    top: 261px;
    left: 71px;
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    justify-content: center;
    width: 185px;
    height: 133px;
    padding: 26px 30px 34px 30px;
    background-color: #071423;
    clip-path: polygon(15px 0,100% 0,100% calc(100% - 15px),calc(100% - 15px) 100%,0 100%,0 15px);
}

.search-method__icn {
    display: block;
    width: 38px;
    height: 38px;
    overflow: hidden;
}

.search-method__icn img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.search-method__txt {
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
}

.search-method__headline {
    display: flex;
    flex-direction: column;
    gap: 30px;
    align-items: flex-start;
    flex-shrink: 0;
}

.search-method__ttl {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
    margin: 0;
}

.search-method__ttl-jp {
    color: #071423;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 36px;
    font-weight: 700;
    letter-spacing: 0.07em;
    line-height: 1.7;
}

.search-method__ttl-en {
    color: #626263;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1;
}

.search-method__lead {
    margin: 0;
    color: #071423;
    font-size: 15px;
    font-weight: 700;
    line-height: 2.2;
}


/*---------------------------------------------------
新着物件
-----------------------------------------------------*/
.cmn__section--new {
    padding: 120px 0 120px;
    overflow: hidden;
}

.cmn__section--new__bg-ttl {
    position: absolute;
    top: -75px;
    left: -79px;
    z-index: 0;
    margin: 0;
    color: #ffffff;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 210px;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1;
    white-space: nowrap;
    pointer-events: none;
    padding: 0;
}

.cmn__section--new .pg__inner {
    z-index: 1;
}

.cmn__ttl--new {
    position: relative;
    z-index: 1;
    margin: 0 0 20px;
    color: #071423;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 36px;
    font-weight: 700;
    letter-spacing: 0.07em;
    line-height: 1.7;
    text-align: center;
}

.new__contents {
    display: flex;
    flex-direction: column;
    gap: 30px;
    align-items: center;
}

.new__list {
    display: grid;
    grid-template-columns: repeat(3, 356px);
    gap: 35px;
    width: 1138px;
    margin: 0;
    padding: 0;
    list-style: none;
}

/*---------------------------------------------------
KEIAIのアパート経営の強み
-----------------------------------------------------*/
.cmn__section--strong {
    position: relative;
    padding: 120px 0;
    overflow: hidden;
    background: url("/images/top/strong__bg.webp") center / cover no-repeat;
}
.cmn__section--strong * {
    color: #fff;
}

.cmn__section--strong .pg__inner {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: 35px;
    align-items: center;
}

.strong__ttl {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    margin: 0;
    color: #ffffff;
    text-align: center;
}

.strong__ttl-jp {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 36px;
    font-weight: 700;
    letter-spacing: 0.07em;
    line-height: 1.7;
}

.strong__ttl-en {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1;
}

.strong__list {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 1140px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.strong__item {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    width: 258px;
}

.strong__icn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 200px;
    height: 200px;
    background-color: #ffffff;
    border-radius: 50%;
}

.strong__icn img {
    display: block;
    width: 110px;
    height: 110px;
    object-fit: contain;
}

.strong__txt {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 100%;
    color: #ffffff;
}

.strong__item-ttl {
    margin: 0;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
}

.strong__item-desc {
    margin: 0;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.7;
}

@media screen and (max-width: 1199px) {
    .cmn__section--strong {
        padding: 80px 20px;
    }

    .strong__ttl-jp {
        font-size: 28px;
    }

    .strong__list {
        flex-wrap: wrap;
        justify-content: center;
        gap: 40px 24px;
        width: 100%;
    }

    .strong__item {
        width: calc(50% - 12px);
        max-width: 258px;
    }
}

/*---------------------------------------------------
会員登録メリット
-----------------------------------------------------*/
.cmn__section--merit {
    overflow: hidden;
    background-color: #ffffff;
}


.merit__main {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    gap: 40px;
    align-items: flex-start;
    width: 1140px;
    margin: 0 auto;
}
.merit__main:after {
    content: '';
    background: url("/images/top/merit__img.webp") center / cover no-repeat;
    position: absolute;
    z-index: -1;
    width: 941px;
    height: 889px;
    content: "";
    right: -390px;
    top: -120px;
}

.merit__ttl {
    margin: 0;
    color: #071423;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 36px;
    font-weight: 700;
    letter-spacing: 0.07em;
    line-height: 1.7;
}

.merit__panel {
    display: flex;
    flex-direction: column;
    gap: 30px;
    align-items: flex-start;
    padding: 70px 0;
    position: relative;
    z-index: 0;
}
.merit__panel:before {
    background: #EFEFEF;
    position: absolute;
    z-index: -1;
    width: 1070px;
    height: 487px;
    content: "";
    left: -390px;
    top: 0;
}

.merit__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px 60px;
    width: 610px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.merit__item {
    display: flex;
    gap: 18px;
    align-items: center;
    width: 100%;
    color: #071423;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
}

.merit__item::before {
    flex-shrink: 0;
    width: 26px;
    height: 26px;
    background: url("/images/top/check-icon.svg") center / contain no-repeat;
    content: "";
}

.merit__line {
    width: 100%;
    height: 1px;
    margin: 0;
    border: none;
    background-color: #abb7bc;
}

.merit__cta {
    display: flex;
    flex-direction: column;
    gap: 25px;
    align-items: flex-start;
    width: 100%;
}

.merit__lead {
    margin: 0;
    color: #071423;
    font-size: 15px;
    font-weight: 700;
    line-height: 2.2;
}

.merit__btns {
    display: flex;
    gap: 10px;
    align-items: center;
    width: 100%;
}

.merit__btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 300px;
    height: 67px;
    padding: 0 40px 0 30px;
    border: 1px solid #071423;
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
    text-decoration: none;
    white-space: nowrap;
    transition: background-color 0.25s ease, color 0.25s ease;
}

.merit__btn::after {
    position: absolute;
    top: 50%;
    right: 30px;
    width: 6px;
    height: 10px;
    background: url("/images/top/icn-select-arw.svg") center / contain no-repeat;
    transform: translateY(-50%);
    transition: filter 0.25s ease;
    content: "";
}

.merit__btn--primary {
    background-color: #071423;
    color: #ffffff;
}

.merit__btn--primary::after {
    filter: brightness(0) invert(1);
}

.merit__btn--primary:hover {
    background-color: #ffffff;
    color: #071423;
}

.merit__btn--primary:hover::after {
    filter: none;
}

.merit__btn--secondary {
    background-color: #ffffff;
    color: #071423;
}

.merit__btn--secondary:hover {
    background-color: #071423;
    color: #ffffff;
}

.merit__btn--secondary:hover::after {
    filter: brightness(0) invert(1);
}

.merit__visual {
    position: relative;
    z-index: 1;
    flex-shrink: 0;
    width: 941px;
    height: 889px;
    overflow: hidden;
}

.merit__img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: bottom;
}

.merit__visual::after {
    position: absolute;
    inset: 0;
    background-color: rgba(135, 135, 135, 0.4);
    mix-blend-mode: overlay;
    content: "";
    pointer-events: none;
}

.merit__visual-ttl {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
    margin: 0;
    color: #ffffff;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 210px;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1;
    white-space: nowrap;
    opacity: 0.3;
    pointer-events: none;
    transform: translate(20%, 10%);
}


/*---------------------------------------------------
お知らせ
-----------------------------------------------------*/
.cmn__section--news {
    background-color: #ffffff;
}

.cmn__section--news .pg__inner {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 40px;
}

.news__head {
    display: flex;
    flex-direction: column;
    gap: 35px;
    align-items: flex-start;
    flex-shrink: 0;
    width: 155px;
}

.news__ttl {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
    margin: 0;
}

.news__ttl-jp {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 36px;
    font-weight: 700;
    letter-spacing: 0.07em;
    line-height: 1.7;
    color: #071423;
}

.news__ttl-en {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1;
    color: #626263;
}

.news__more {
    display: inline-flex;
    gap: 20px;
    align-items: center;
    color: #071423;
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
    text-decoration: none;
    transition: color 0.25s ease;
}

.news__more::after {
    flex-shrink: 0;
    width: 54px;
    height: 54px;
    background: url("/images/top/icn-viewmore-arw.svg") center / contain no-repeat;
    transition: filter 0.25s ease;
    content: "";
}

.news__more:hover::after {
    filter: invert(1);
}

.news__scroll {
    width: 888px;
    max-width: calc(100% - 192px);
    height: 500px;
}

.news__list {
    display: flex;
    flex-direction: column;
    gap: 50px;
    width: 846px;
    max-width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}

.news__item {
    display: flex;
    gap: 40px;
    align-items: flex-start;
    width: 100%;
    font-size: 13px;
}

.news__date {
    flex-shrink: 0;
    margin: 0;
    color: #071423;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.6;
    white-space: nowrap;
}
.news__date time {
    color: #071423;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.6;
}
.news__body {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    gap: 18px;
    align-items: flex-start;
    min-width: 0;
}

.news__item-ttl {
    margin: 0;
    width: 100%;
    color: #071423;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.6;
    word-break: break-word;
}

.news__item-txt {
    margin: 0;
    width: 100%;
    color: #626263;
    font-size: 13px;
    font-weight: 400;
    line-height: 2.1;
    word-break: break-word;
}

/* simplebar：細いトラック＋サム */
.cmn__section--news .simplebar-track.simplebar-vertical {
    top: 0;
    right: 0;
    bottom: 0;
    width: 2px;
    background-color: #abb7bc;
}

.cmn__section--news .simplebar-scrollbar {
    right: 0;
    left: auto;
    width: 2px;
}

.cmn__section--news .simplebar-scrollbar::before,
.cmn__section--news .simplebar-track.simplebar-vertical .simplebar-scrollbar::before {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 0;
    background-color: #071423;
    opacity: 1;
}

.cmn__section--news .simplebar-scrollbar.simplebar-visible::before {
    opacity: 1;
}

.cmn__section--news .simplebar-content {
    padding-right: 40px;
}


/*---------------------------------------------------
よくある質問
-----------------------------------------------------*/
.cmn__section--faq {
    padding: 100px 0 120px;
}
.cmn__section--faq .pg__inner {
    display: flex;
    flex-direction: column;
    gap: 25px;
    align-items: flex-start;
}

.faq__ttl {
    display: flex;
    gap: 22px;
    align-items: baseline;
    margin: 0;
}

.faq__ttl-jp {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 36px;
    font-weight: 700;
    letter-spacing: 0.07em;
    line-height: 1.7;
    color: #071423;
}

.faq__ttl-en {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 15px;
    font-weight: 300;
    letter-spacing: 0.05em;
    line-height: 1;
    color: #626263;
}

.faq__contents {
    display: flex;
    flex-direction: column;
    gap: 30px;
    width: 100%;
}

.faq__group {
    display: flex;
    flex-direction: column;
    gap: 45px;
    align-items: flex-start;
    width: 100%;
    padding: 60px;
    border-radius: 12px;
    background-color: #ffffff;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.16);
}

.faq__group-ttl {
    margin: 0;
    color: #626263;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
}

.faq__list {
    display: flex;
    flex-direction: column;
    gap: 34px;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}

.faq__item {
    display: flex;
    gap: 33px;
    align-items: flex-start;
    width: 100%;
}

.faq__item:not(:last-child) {
    padding-bottom: 33.5px;
    border-bottom: 1px solid #abb7bc;
}

.faq__q {
    display: flex;
    flex-shrink: 0;
    gap: 18px;
    align-items: center;
    width: 390px;
}

.faq__num {
    display: inline-flex;
    flex-shrink: 0;
    gap: 1px;
    align-items: flex-end;
    justify-content: center;
    box-sizing: border-box;
    width: 42px;
    height: 42px;
    padding: 11px 0 14px;
    border-radius: 50%;
    background-color: #071423;
    color: #ffffff;
    font-weight: 500;
    line-height: 1;
}

.faq__num-q {
    font-size: 13px;
    color: #fff;
}

.faq__num-n {
    font-size: 18px;
    color: #fff;
}

.faq__q-txt {
    width: 330px;
    margin: 0;
    color: #071423;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.4;
    word-break: break-word;
}

.faq__a {
    flex: 1 1 auto;
    min-width: 0;
    margin: 0;
    color: #071423;
    font-size: 13px;
    font-weight: 400;
    line-height: 2.1;
    word-break: break-word;
}

.faq__a p {
    margin: 0;
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
}

/*---------------------------------------------------
お問い合わせ
-----------------------------------------------------*/
.cmn__section--cta {
    position: relative;
    padding: 120px 0;
    overflow: hidden;
    background: url("/images/top/cta__bg.webp") center / cover no-repeat;
}

.cmn__section--cta .pg__inner {
    display: flex;
    gap: 80px;
    align-items: flex-start;
}

.cta__head {
    display: flex;
    flex-direction: column;
    gap: 32px;
    align-items: flex-start;
    flex-shrink: 0;
}

.cta__ttl {
    display: flex;
    flex-direction: column;
    gap: 5px;
    align-items: flex-start;
    margin: 0;
}

.cta__ttl-jp {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 36px;
    font-weight: 700;
    letter-spacing: 0.07em;
    line-height: 1.7;
    color: #071423;
}

.cta__ttl-en {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1;
    color: #626263;
}

.cta__lead {
    margin: 0;
    color: #071423;
    font-size: 15px;
    font-weight: 700;
    line-height: 2.2;
}

.cta__panel {
    display: flex;
    flex: 1 1 auto;
    align-items: flex-end;
    justify-content: space-between;
    min-width: 0;
    max-width: 822px;
    width: 100%;
    height: 357px;
    padding: 60px;
    border-radius: 12px;
    background-color: #ffffff;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.16);
}

.cta__item {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    width: 330px;
}

.cta__icn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background-color: #efefef;
}

.cta__icn img {
    display: block;
    width: 80px;
    height: 80px;
    object-fit: contain;
}

.cta__btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 330px;
    height: 67px;
    padding: 0 40px 0 40px;
    border: 1px solid #071423;
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
    text-decoration: none;
    white-space: nowrap;
    transition: background-color 0.25s ease, color 0.25s ease;
}

.cta__btn::after {
    position: absolute;
    top: 50%;
    right: 27px;
    width: 6px;
    height: 10px;
    background: url("/images/top/icn-select-arw.svg") center / contain no-repeat;
    transform: translateY(-50%);
    transition: filter 0.25s ease;
    content: "";
}

.cta__btn--primary {
    background-color: #071423;
    color: #ffffff;
}

.cta__btn--primary::after {
    filter: brightness(0) invert(1);
}

.cta__btn--primary:hover {
    background-color: #ffffff;
    color: #071423;
}

.cta__btn--primary:hover::after {
    filter: none;
}

.cta__btn--secondary {
    background-color: #ffffff;
    color: #071423;
}

.cta__btn--secondary:hover {
    background-color: #071423;
    color: #ffffff;
}

.cta__btn--secondary:hover::after {
    filter: brightness(0) invert(1);
}
