@charset "UTF-8";

html{
    scroll-behavior: smooth;
}

#topsearch {
    scroll-margin-top: 100px;
}

/* ============================
リセット
============================ */
.l-main *{
    font-family: "Noto Sans JP", sans-serif;
}

.l-main{
    width: auto;
    padding: 0;
    background: #fff;
    overflow: hidden;
    font-weight: 500;
}

.l-contents svg:not(.new__fav-icon):not(.support__check):not(.support__connector){
    fill: none;
}

.search__arrow,
.search__type-arrow,
.more__btn-arrow{
    fill: none;
    color: inherit;
}

/* ============================
共通
============================ */
[class*="section__wrapper--"]{
    position: relative;
    padding-block: 120px;
    content-visibility: auto;
    contain-intrinsic-size: 1px 800px;
}

.section__wrapper--search,
.section__wrapper--area,
.section__wrapper--keyword,
.section__wrapper--new,
.section__wrapper--achievements,
.section__wrapper--support,
.section__wrapper--shop{
    content-visibility: visible;
}

[class*="section__inner--"]{
    position: relative;
    width: 1140px;
    margin: 0 auto;
}

[class*="ttl__box--"]{
    text-align: left;
    margin-bottom: 50px;
}

[class*="section__ttl--"]{
    font-family: "Amarna", sans-serif;
    font-size: 60px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 3px;
    background: linear-gradient(298deg, #003E92 28.7%, #0098BA 69.22%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

[class*="section__sub-ttl--"]{
    color: #333;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.8px;
}

[class*="content__ttl--"]{
    display: flex;
    align-items: center;
    margin: 0;
    color: #333;
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 1px;
    gap: 10px;
}

.content__ttl--shop,
.content__ttl--group {
    gap: 0;
}

[class*="content__ttl--"]::before{
    content: "";
    flex-shrink: 0;
    width: 12px;
    height: 1px;
    background: #003E92;
}

[class*="section__inner-box"]{
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 50px;
}

.ttl__box--search,
.ttl__box--area,
.ttl__box--keyword,
.ttl__box--new,
.ttl__box--achievements,
.ttl__box--shop,
.ttl__box--group,
.ttl__box--blog,
.ttl__box--news,
.ttl__box--faq{
    display: flex;
    align-items: flex-end;
    gap: 16px;
}

.section__sub-ttl--search,
.section__sub-ttl--area,
.section__sub-ttl--keyword,
.section__sub-ttl--new,
.section__sub-ttl--achievements,
.section__sub-ttl--shop,
.section__sub-ttl--group,
.section__sub-ttl--blog,
.section__sub-ttl--news,
.section__sub-ttl--faq{
    margin: 0;
    padding-bottom: 7px;
}

/* ============================
メインビジュアル
============================ */
.main__box{
    position: relative;
}

.org-top-mv-slider{
    width: 100%;
    overflow: hidden;
}

.org-top-mv-slider__slide{
    width: 100%;
}

.org-top-mv-slider__figure,
.main__img{
    margin: 0;
    line-height: 0;
}

.org-top-mv-slider__figure img,
.main__img img{
    width: 100%;
    height: 720px;
    object-fit: cover;
    display: block;
}

.main__bottom {
    width: 1140px;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    bottom: 162px;
    transform: translateX(-50%);
    z-index: 1;
    pointer-events: none;
}

.main__bottom-list{
    display: flex;
    align-items: center;
    gap: 7px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.main__bottom-item{
    display: flex;
    align-items: center;
    gap: 10px;
    box-sizing: border-box;
    width: 228px;
    height: 100px;
    padding: 20px;
    background: rgba(255, 255, 255, 0.25);
    backdrop-filter: blur(17.5px);
    -webkit-backdrop-filter: blur(17.5px);
    color: #fff;
    font-family: "Noto Sans JP", sans-serif;
}

.main__bottom-item--wide{
    width: 262px;
}

.main__bottom-icon{
    flex-shrink: 0;
    width: 60px;
    height: 60px;
    display: block;
}

.main__bottom-txt{
    margin: 0;
    color: #fff;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.9px;
}

.main__bottom-item:first-child .main__bottom-txt{
    line-height: 1.1;
    letter-spacing: 1.2px;
}

.main__bottom-label{
    margin: 0;
    color: #fff;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.1;
    letter-spacing: 0.9px;
}

.main__bottom-data{
    margin: 0;
    color: #fff;
    font-family: "Noto Sans JP", sans-serif;
    line-height: 1.1;
}

.main__bottom-num{
    color: #fff;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 30px;
    font-weight: 500;
    line-height: 1.1;
    letter-spacing: 0.9px;
}

.main__bottom-unit{
    color: #fff;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.1;
    letter-spacing: 0.9px;
}

/* ============================
物件検索
============================ */
.ttl__box--search{
    margin-bottom: 50px;
}

.search__main{
    display: flex;
    align-items: center;
    gap: 36px;
    margin-bottom: 50px;
}

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

.search__category-btn{
    position: relative;
    z-index: 0;
    display: flex;
    align-items: center;
    gap: 19px;
    box-sizing: border-box;
    overflow: hidden;
    height: 90px;
    padding: 10px 20px;
    background: #003E92;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
    color: #fff;
    text-decoration: none;
    transition: color 0.5s ease;
}

.search__category-btn::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: 0;
    transform: scaleY(0);
    transform-origin: center center;
    transition: transform 0.5s ease, opacity 0.5s ease;
}

.search__category-btn:hover{
    color: #003E92;
    opacity: 1;
}

.search__category-btn:hover::before{
    opacity: 1;
    transform: scaleY(1);
}

.search__category-content{
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    gap: 10px;
}

.search__category-icon{
    flex-shrink: 0;
    width: 34px;
    height: 34px;
    display: block;
    color: #fff;
    fill: none;
    stroke: currentColor;
    transition: color 0.5s ease;
}

.search__category-btn:hover .search__category-icon{
    color: #003E92;
}

.search__category-txt{
    width: 151px;
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.9px;
    white-space: nowrap;
}

.search__arrow{
    position: relative;
    z-index: 1;
    flex-shrink: 0;
    width: 14px;
    height: 6px;
    display: block;
    color: inherit;
}

.search__keyword{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
}

.search__keyword-box{
    display: flex;
    align-items: center;
    gap: 20px;
    box-sizing: border-box;
    width: 560px;
    height: 50px;
    padding-left: 20px;
    border: 1px solid #d2d2d2;
    background: #f9f9f9;
}

input[type].search__keyword-input{
    flex: 1 1 auto;
    width: 100%;
    height: auto;
    min-width: 0;
    margin: 0;
    padding: 0;
    border: none;
    background: transparent;
    color: #333;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.8px;
    outline: none;
}

input[type].search__keyword-input:-webkit-autofill,
input[type].search__keyword-input:-webkit-autofill:hover,
input[type].search__keyword-input:-webkit-autofill:focus,
input[type].search__keyword-input:-webkit-autofill:active{
    -webkit-text-fill-color: #333;
    caret-color: #333;
    box-shadow: 0 0 0 1000px #f9f9f9 inset;
    transition: background-color 99999s ease-out 0s;
}

.search__keyword-input::placeholder{
    color: #a9a9a9;
}

.search__keyword-btn{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 50px;
    height: 50px;
    margin: 0;
    padding: 0;
    border: none;
    background: #003E92;
    cursor: pointer;
}

.search__keyword-icon{
    width: 21px;
    height: 21px;
    display: block;
}

.search__map{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 50px;
}

.search__map-visual{
    position: relative;
    width: 1140px;
    height: 580px;
    overflow: hidden;
    background: #f8f8f8 url(/images/top/map.webp) center / 1140px 580px no-repeat;
}

.search__map-btn{
    position: absolute;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    box-sizing: border-box;
    overflow: hidden;
    padding: 12px 16px;
    background: #fff;
    box-shadow: 0 2px 4px rgba(56, 56, 56, 0.1);
    color: #333;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.8px;
    text-decoration: none;
    white-space: nowrap;
    transition: color 0.5s ease;
}

.search__map-btn::before{
    content: "";
    position: relative;
    z-index: 1;
    flex-shrink: 0;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #003E92;
    transition: background 0.5s ease;
}

.search__map-btn-txt{
    position: relative;
    z-index: 1;
}

.search__map-btn::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    background: #003E92;
    opacity: 0;
    transform: scaleY(0);
    transform-origin: center center;
    transition: transform 0.5s ease, opacity 0.5s ease;
}

.search__map-btn:hover,
.search__map-btn.is-active{
    color: #fff;
    opacity: 1;
}

.search__map-btn:hover::before,
.search__map-btn.is-active::before{
    background: #fff;
}

.search__map-btn:hover::after,
.search__map-btn.is-active::after{
    opacity: 1;
    transform: scaleY(1);
}

.search__map-btn--01{
    top: 122px;
    left: 739px;
}

.search__map-btn--02{
    top: 197px;
    left: 913px;
}

.search__map-btn--03{
    top: 302px;
    left: 898px;
}

.search__map-btn--04{
    top: 442px;
    left: 878px;
}

.search__map-btn--05{
    top: 371px;
    left: 727px;
}

.search__map-btn--06{
    top: 451px;
    left: 664px;
}

.search__map-list,
.search__map-item{
    display: contents;
    margin: 0;
    padding: 0;
    list-style: none;
}

.search__map-other{
    position: absolute;
    top: 481px;
    left: 62px;
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.search__map-other-item{
    margin: 0;
    padding: 0;
    list-style: none;
}

.search__map-btn--other{
    position: relative;
    width: 134px;
    height: 50px;
}

.search__city-list,
.search__city-item{
    display: contents;
    margin: 0;
    padding: 0;
    list-style: none;
}

.search__city-btn{
    position: absolute;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    box-sizing: border-box;
    overflow: hidden;
    margin: 0;
    padding: 12px 16px;
    border: none;
    background: #fff;
    box-shadow: 0 2px 4px rgba(56, 56, 56, 0.1);
    color: #333;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.8px;
    white-space: nowrap;
    cursor: pointer;
    appearance: none;
    transition: color 0.5s ease;
}

.search__city-btn::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    background: #003E92;
    opacity: 0;
    transform: scaleY(0);
    transform-origin: center center;
    transition: transform 0.5s ease, opacity 0.5s ease;
}

.search__city-btn:hover,
.search__city-btn.is-active{
    color: #fff;
    opacity: 1;
}

.search__city-btn:hover::before,
.search__city-btn.is-active::before{
    opacity: 1;
    transform: scaleY(1);
}

.search__city-plus{
    position: relative;
    z-index: 1;
    flex-shrink: 0;
    width: 11px;
    height: 11px;
}

.search__city-btn-txt{
    position: relative;
    z-index: 1;
}

.search__city-plus::before,
.search__city-plus::after{
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    background: #003E92;
    border-radius: 9999px;
    transform: translate(-50%, -50%);
    transition: background 0.5s ease;
}

.search__city-plus::before{
    width: 11px;
    height: 1px;
}

.search__city-plus::after{
    width: 1px;
    height: 11px;
}

.search__city-btn--01{
    top: 246px;
    left: 428px;
}

.search__city-btn--02{
    top: 346px;
    left: 298px;
}

.search__city-btn--03{
    top: 250px;
    left: 118px;
}

.search__city-btn--04{
    top: 192px;
    left: 258px;
}

.search__city-btn--05{
    top: 92px;
    left: 308px;
}

.search__city-btn:hover .search__city-plus::before,
.search__city-btn:hover .search__city-plus::after,
.search__city-btn.is-active .search__city-plus::before,
.search__city-btn.is-active .search__city-plus::after{
    background: #fff;
}

.search__city-popup{
    position: absolute;
    top: 62px;
    left: 62px;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    width: 536px;
    height: 371px;
    border: 1px solid #003E92;
    background: rgba(0, 62, 146, 0.55);
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
}

.search__city-popup[hidden]{
    display: none;
}

.search__city-popup-close{
    position: absolute;
    top: 4px;
    right: 4px;
    width: 33px;
    height: 33px;
    margin: 0;
    padding: 0;
    border: none;
    background: transparent;
    cursor: pointer;
    appearance: none;
}

.search__city-popup-close::before,
.search__city-popup-close::after{
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 23px;
    height: 1px;
    background: #fff;
    border-radius: 9999px;
}

.search__city-popup-close::before{
    transform: translate(-50%, -50%) rotate(45deg);
}

.search__city-popup-close::after{
    transform: translate(-50%, -50%) rotate(-45deg);
}

.search__city-popup-panel{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.search__city-popup-panel[hidden]{
    display: none;
}

.search__city-popup-ttl{
    margin: 0;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.9px;
    text-align: center;
}

.search__city-popup-wards{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 14px;
    width: 412px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.search__city-popup-wards--cols2{
    width: 270px;
}

.search__city-popup-ward{
    position: relative;
    z-index: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    box-sizing: border-box;
    overflow: hidden;
    width: 128px;
    height: 40px;
    padding: 12px 16px;
    background: #fff;
    box-shadow: 0 2px 4px rgba(56, 56, 56, 0.1);
    color: #333;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.8px;
    text-decoration: none;
    white-space: nowrap;
    transition: color 0.5s ease;
}

.search__city-popup-ward::before{
    content: "";
    position: relative;
    z-index: 1;
    flex-shrink: 0;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #003E92;
    transition: background 0.5s ease;
}

.search__city-popup-ward-txt{
    position: relative;
    z-index: 1;
}

.search__city-popup-ward::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    background: #003E92;
    opacity: 0;
    transform: scaleY(0);
    transform-origin: center center;
    transition: transform 0.5s ease, opacity 0.5s ease;
}

.search__city-popup-ward:hover{
    color: #fff;
    opacity: 1;
}

.search__city-popup-ward:hover::before{
    background: #fff;
}

.search__city-popup-ward:hover::after{
    opacity: 1;
    transform: scaleY(1);
}

.search__type{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
}

.search__type-list{
    display: flex;
    align-items: center;
    gap: 25px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.search__type-link{
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    box-sizing: border-box;
    width: 208px;
    padding-bottom: 10px;
    background: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    text-decoration: none;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.search__type-link:hover{
    transform: translateY(-10px);
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
    opacity: 1;
}

.search__type-img{
    width: 100%;
    height: 120px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.search__type-img--01{
    background-image: url(/images/top/search_type01.webp);
}

.search__type-img--02{
    background-image: url(/images/top/search_type02.webp); background-position: bottom;
}

.search__type-img--03{
    background-image: url(/images/top/search_type03.webp);
}

.search__type-img--04{
    background-image: url(/images/top/search_type04.webp);
}

.search__type-img--05{
    background-image: url(/images/top/search_type05.webp); background-position: bottom;
}

.search__type-txt{
    display: block;
    width: 100%;
    height: 18px;
    color: #333;
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.9px;
    text-align: center;
}

.search__type-arrow{
    position: absolute;
    top: 136.5px;
    right: 14px;
    width: 14px;
    height: 6px;
    color: #003E92;
}

/* ============================
人気エリアから探す
============================ */
.section__wrapper--area{
    background: #f8f8f8;
    overflow: hidden;
}

.ttl__box--area{
    margin-bottom: 0;
}

.section__wrapper--area .swiper-option-wrap,
.section__wrapper--achievements .swiper-option-wrap{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 20px;
}

.section__wrapper--area .swiper-button-prev,
.section__wrapper--area .swiper-button-next,
.section__wrapper--achievements .swiper-button-prev,
.section__wrapper--achievements .swiper-button-next{
    display: none;
}

.section__wrapper--area .swiper-pagination,
.section__wrapper--achievements .swiper-pagination{
    position: static;
    display: flex;
    align-items: center;
    gap: 20px;
    width: auto;
    z-index: 1;
}

.section__wrapper--area .swiper-pagination-bullet,
.section__wrapper--achievements .swiper-pagination-bullet{
    margin: 0!important;
    width: 10px;
    height: 10px;
    background: #D2D2D2;
    border: 1px solid #d2d2d2;
    border-radius: 50%;
    opacity: 1;
}

.section__wrapper--area .swiper-pagination-bullet-active,
.section__wrapper--achievements .swiper-pagination-bullet-active{
    background: #003E92;
    border-color: #003E92;
}

.area__slider{
    width: 1140px;
    margin: 0 auto;
    overflow: visible;
    padding: 28px 0;
}

.area__slider .swiper-wrapper{
    align-items: center;
}

.area__slider .swiper-slide{
    /* Swiper の translate 計算用。アクティブでも幅を変えない（変えると中央ズレの原因） */
    width: 349px;
    height: 380px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    overflow: visible;
}

.area__slider .swiper-slide-active{
    z-index: 2;
}

.area__card{
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    text-decoration: none;
    line-height: 0;
    opacity: 1;
    transform: scale(1);
    transform-origin: center center;
    transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94),
                box-shadow 0.3s ease,
                opacity 0.3s ease;
    will-change: transform;
}

/* 349 → 400 / 380 → 436 ≈ scale(1.146) */
.area__slider .swiper-slide-active .area__card{
    transform: scale(1.146);
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.22);
}

.area__slider .swiper-slide:hover{
    z-index: 3;
}

.area__card:hover{
    opacity: 1;
    transform: scale(1) translateY(-10px);
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
}

.area__slider .swiper-slide-active .area__card:hover{
    transform: scale(1.146) translateY(-10px);
}

.area__card img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* ============================
キーワードから探す
============================ */
.keyword__content{
    display: flex;
    align-items: flex-start;
    gap: 40px;
}

.keyword__block{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
}

[class*="keyword__list--"]{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    margin: 0;
    padding: 40px;
    list-style: none;
    background: #f8f8f8;
    border-radius: 10px;
}

.keyword__list--industry{
    width: 752px;
}

.keyword__list--condition{
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.keyword__btn,
[class*="keyword__btn--"]{
    position: relative;
    z-index: 0;
    display: flex;
    align-items: center;
    gap: 8px;
    box-sizing: border-box;
    overflow: hidden;
    width: 332px;
    padding: 17px 16px;
    background: #fff;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.15);
    color: #333;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.8px;
    text-decoration: none;
    transition: color 0.5s ease;
}

.keyword__btn::before,
[class*="keyword__btn--"]::before{
    content: "";
    position: relative;
    z-index: 1;
    flex-shrink: 0;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #003E92;
    transition: background 0.5s ease;
}

.keyword__btn-txt{
    position: relative;
    z-index: 1;
}

.keyword__btn::after,
[class*="keyword__btn--"]::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    background: #003E92;
    opacity: 0;
    transform: scaleY(0);
    transform-origin: center center;
    transition: transform 0.5s ease, opacity 0.5s ease;
}

.keyword__btn:hover,
[class*="keyword__btn--"]:hover{
    color: #fff;
    opacity: 1;
}

.keyword__btn:hover::before,
[class*="keyword__btn--"]:hover::before{
    background: #fff;
}

.keyword__btn:hover::after,
[class*="keyword__btn--"]:hover::after{
    opacity: 1;
    transform: scaleY(1);
}

.keyword__btn--sm{
    width: 267px;
    box-shadow: 0 2px 2px rgba(56, 56, 56, 0.08);
}

/* ============================
新着物件特集
============================ */
.section__wrapper--new{
    background: #f8f8f8;
}

.new__list{
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
    margin: 0 0 50px;
    padding: 0;
    list-style: none;
}

.new__card{
    position: relative;
    width: 261px;
    background: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    opacity: 1;
    transition: transform 0.3s ease, box-shadow 0.3s ease, opacity 0.3s ease;
}

.new__card:hover{
    opacity: 1;
    transform: translateY(-10px);
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
}

.new__card-link{
    display: block;
    text-decoration: none;
    color: inherit;
}

.new__card-link:hover{
    opacity: 1;
}

.new__card-media{
    position: relative;
    width: 261px;
    height: 196px;
    line-height: 0;
}

.new__card-img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.new__card-badge,
.new__fav,
.new__card-price{
    position: absolute;
    z-index: 1;
}

.new__card-badge{
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4px 6px 5px;
    background: #d42929;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.7px;
}

.new__fav{
    top: 10px;
    right: 10px;
    z-index: 1;
    display: block;
    width: 34px;
    height: 34px;
    margin: 0;
    padding: 0;
    border: none;
    background: transparent;
    cursor: pointer;
    line-height: 0;
}

.new__fav-icon{
    display: block;
    width: 34px;
    height: 34px;
}

.new__fav-icon--on{
    display: none;
}

.new__fav.is-checked .new__fav-icon--off{
    display: none;
}

.new__fav.is-checked .new__fav-icon--on{
    display: block;
}

.new__card-price{
    left: 0;
    bottom: 0;
    display: flex;
    align-items: baseline;
    justify-content: center;
    margin: 0;
    padding: 8px 10px;
    background: #0098ba;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.7px;
}

.new__card-price span{
    font-size: 20px;
    letter-spacing: 1px;
}

.new__card-body{
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    width: 100%;
    padding: 14px 15px 15px;
}

.new__card-ttl,
.new__card-spec,
.new__card-address,
.new__card-access{
    color: #333;
    font-weight: 500;
    line-height: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.new__card-ttl{
    margin: 0 0 10px;
    width: 231px;
    font-size: 16px;
    letter-spacing: 0.8px;
}

.new__card-specs{
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    margin: 0 0 14px;
    padding: 0 0 14px;
    list-style: none;
    border-bottom: 1px solid #ebebeb;
}

.new__card-spec{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4px 10px 5px;
    background: #ebebeb;
    font-size: 14px;
    letter-spacing: 0.7px;
}

.new__card-address,
.new__card-access{
    margin: 0;
    width: 231px;
    font-size: 14px;
    letter-spacing: 0.7px;
}

.new__card-address{
    margin-bottom: 10px;
}

.more__btn{
    position: relative;
    z-index: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    width: 210px;
    margin: 0 auto;
    padding: 17px 16px;
    background: #003e92;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
    color: #fff;
    text-decoration: none;
    transition: color 0.5s ease;
}

.more__btn::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: 0;
    transform: scaleY(0);
    transform-origin: center center;
    transition: transform 0.5s ease, opacity 0.5s ease;
}

.more__btn:hover{
    color: #003e92;
    opacity: 1;
}

.more__btn:hover::before{
    opacity: 1;
    transform: scaleY(1);
}

.more__btn-txt{
    position: relative;
    z-index: 1;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.8px;
    text-align: center;
}

.more__btn-arrow{
    position: absolute;
    top: 50%;
    right: 16px;
    z-index: 1;
    width: 14px;
    height: 6px;
    color: inherit;
    transform: translateY(-50%);
}

/* ============================
成約実績
============================ */
.section__wrapper--achievements{
    overflow: hidden;
}

.ttl__box--achievements{
    margin-bottom: 0;
}

.achievements__slider{
    width: 100%;
    margin-bottom: 48px;
    overflow: visible;
}

.achievements__slider .swiper-slide{
    width: 400px;
    height: auto;
}

.achievements__slider .swiper-slide:hover{
    z-index: 2;
}

.achievements__card{
    display: flex;
    flex-direction: column;
    gap: 14px;
    box-sizing: border-box;
    width: 400px;
    padding-bottom: 15px;
    background: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    text-decoration: none;
    opacity: 1;
    transition: transform 0.3s ease, box-shadow 0.3s ease, opacity 0.3s ease;
}

.achievements__card:hover{
    opacity: 1;
    transform: translateY(-10px);
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
}

.achievements__media{
    position: relative;
    width: 400px;
    height: 300px;
    line-height: 0;
}

.achievements__media img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.achievements__category{
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 10px;
    background: #0098ba;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.7px;
}

.achievements__ttl{
    margin: 0 auto;
    width: 370px;
    color: #333;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.65;
    letter-spacing: 0.8px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

/* ============================
当社では開業までしっかりサポートいたします！
============================ */
.section__wrapper--support{
    background: url(/images/top/support_bg.webp) center / cover no-repeat;
}

.ttl__box--support{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    margin-bottom: 50px;
    text-align: center;
}

.section__ttl--support{
    margin: 0;
    background: none;
    -webkit-text-fill-color: #fff;
    color: #fff;
}

.section__sub-ttl--support{
    margin: 0;
    color: #fff;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 1.2px;
}

.support__content{
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.support__panel{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    box-sizing: border-box;
    width: 100%;
    padding: 50px;
    background: #fff;
}

.support__panel-ttl{
    margin: 0;
    width: 100%;
    color: #333;
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 1px;
    text-align: center;
}

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

.support__steps{
    position: relative;
    z-index: 1;
    display: flex;
    gap: 22px;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    counter-reset: support-step;
}

.support__connector{
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 64px;
    width: 876px;
    height: 10px;
    z-index: 0;
    pointer-events: none;
    fill: none;
}

.support__step{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    box-sizing: border-box;
    width: 96px;
    height: 187px;
    padding: 15px 12px 20px;
    background: #f6f6f6;
    counter-increment: support-step;
}

.support__step-num{
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    width: 24px;
    height: 24px;
    padding-bottom: 2px;
    border-radius: 50%;
    background: #003e92;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.7px;
}

.support__step-num::before{
    content: counter(support-step);
}

.support__step-txt{
    margin: 0;
    color: #333;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.1;
    letter-spacing: 0.8px;
    writing-mode: vertical-rl;
    text-orientation: upright;
    font-feature-settings: "vert" 1;
    letter-spacing: 2px;
}

.support__services{
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    width: 1040px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.support__service{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 17px;
    box-sizing: border-box;
    width: 505px;
    padding: 25px;
    border: 1px solid #003e92;
    background: #fff;
}

.support__service--wide{
    flex-direction: row;
    align-items: center;
    gap: 25px;
    width: 1040px;
    padding: 25px 25px 23px;
}

.support__service-head{
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 455px;
    margin: 0;
    padding: 0 0 20px;
    border-bottom: 1px solid #d2d2d2;
}

.support__service--wide .support__service-head{
    width: auto;
    padding: 0;
    border-bottom: none;
    flex-shrink: 0;
}

.support__service-ttl,
.support__service-lead,
.support__check-item{
    margin: 0;
    font-weight: 500;
    line-height: 1;
}

.support__service-ttl{
    color: #003e92;
    font-size: 20px;
    letter-spacing: 1px;
}

.support__service-lead{
    color: #333;
    font-size: 16px;
    letter-spacing: 0.8px;
}

.support__service-lead--wide{
    line-height: 1.65;
}

.support__service-divider{
    flex-shrink: 0;
    width: 1px;
    height: 86px;
    background: #d2d2d2;
}

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

.support__checks--wide{
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 10px 30px;
    width: 655px;
}

.support__check-item{
    display: flex;
    align-items: center;
    gap: 6px;
    color: #333;
    font-size: 16px;
    letter-spacing: 0.8px;
}

.support__check{
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    display: block;
    fill: none;
}

.support__check-item span{
    min-width: 0;
}

/* ============================
店舗紹介
============================ */
.shop__content{
    display: flex;
    justify-content: space-between;
    height: 540px;
    overflow: hidden;
}

.shop__col{
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 545px;
    height: 100%;
    min-height: 0;
}

.shop__ttl-em--osaka{
    color: #003e92;
    margin-left: 11px;
}

.shop__ttl-em--other{
    color: #0098ba;
    margin-left: 12px;
}

.shop__list-wrap{
    display: flex;
    gap: 20px;
    flex: 1;
    min-height: 0;
}

.shop__list{
    display: flex;
    flex-direction: column;
    gap: 10px;
    flex: 1;
    width: 523px;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    overflow-y: auto;
    list-style: none;
    scrollbar-width: none;
}

.shop__list::-webkit-scrollbar{
    display: none;
}

.shop__scrollbar{
    position: relative;
    flex-shrink: 0;
    width: 2px;
    height: 100%;
    border-radius: 9999px;
    background: #d2d2d2;
}

.shop__scrollbar-thumb{
    position: absolute;
    top: 0;
    left: 0;
    width: 2px;
    height: 100px;
    border-radius: 9999px;
    background: #003e92;
}

.shop__card,
[class*="shop__card--"]{
    display: flex;
    align-items: flex-start;
    gap: 15px;
    box-sizing: border-box;
    width: 523px;
    padding-right: 15px;
    background: #f8f8f8;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.shop__card:hover,
[class*="shop__card--"]:hover{
    transform: translateY(-5px);
}

.shop__card-link{
    display: flex;
    align-items: flex-start;
    gap: 15px;
    box-sizing: border-box;
    width: 100%;
    color: inherit;
    text-decoration: none;
}

.shop__card-link:hover{
    opacity: 1;
}

.shop__card--white{
    background: #fff;
}

.shop__card-img{
    flex-shrink: 0;
    display: block;
    width: 194px;
    height: auto;
    object-fit: cover;
}

.shop__card-body{
    display: flex;
    flex-direction: column;
    gap: 0;
    box-sizing: border-box;
    width: 299px;
    padding: 14px 0 0;
}

.shop__card-name,
.shop__card-tel{
    margin: 0;
    font-weight: 500;
}

.shop__card-name{
    color: #333;
    font-size: 16px;
    line-height: 1.4;
    letter-spacing: 0.8px;
    margin: 0 0 6px;
}

.shop__card-tel{
    display: flex;
    align-items: baseline;
    gap: 0;
    padding-bottom: 6px;
    border-bottom: 1px solid #d2d2d2;
    line-height: 1;
    margin: 0 0 11px;
}

.shop__card-tel-label{
    color: #a9a9a9;
    font-size: 14px;
    letter-spacing: 0.7px;
}

.shop__card-tel-num{
    margin: 0;
    color: #003e92;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 1px;
}

.shop__card-address{
    color: #a9a9a9;
    font-size: 14px;
    line-height: 1.4;
    letter-spacing: 0.7px;
}

.shop__card-address p{
    margin: 0;
    color: #a9a9a9;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 0.7px;
}

/* ============================
グループ店紹介
============================ */
.section__wrapper--group{
    background: #f8f8f8;
}

.group__content{
    display: flex;
    gap: 72px;
    height: 520px;
    overflow: hidden;
}

[class*="group__col--"]{
    display: flex;
    flex-direction: column;
    gap: 20px;
    height: 100%;
    min-height: 0;
}

.group__col--galant{
    width: 523px;
}

.group__col--excel{
    width: 545px;
}

.group__ttl-em--galant{
    color: #003e92;
    margin-left: 12px;
}

.group__ttl-em--excel{
    color: #0098ba;
    margin-left: 12px;
}

/* ============================
お役立ちブログ
============================ */
.blog__content{
    display: flex;
    flex-direction: column;
    gap: 40px;
    margin-bottom: 50px;
}

.blog__tabs{
    display: flex;
    align-items: center;
    gap: 30px;
    border-bottom: 1px solid #003e92;
}

.blog__tab{
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    overflow: hidden;
    width: 360px;
    margin: 0 0 -1px;
    padding: 20px 10px 18px 10px;
    border: 1px solid transparent;
    background: transparent;
    color: #a9a9a9;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 1px;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    opacity: 1;
    transition: color 0.5s ease, border-color 0.5s ease, background-color 0.5s ease, opacity 0.5s ease;
}

.blog__tab::before{
    content: none;
}

.blog__tab::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    background: #003e92;
    opacity: 0;
    transform: scaleY(0);
    transform-origin: center center;
    transition: transform 0.5s ease, opacity 0.5s ease;
}

.blog__tab-txt{
    position: relative;
    z-index: 1;
}

.blog__tab:hover{
    color: #fff;
    opacity: 1;
}

.blog__tab:hover::after{
    opacity: 1;
    transform: scaleY(1);
}

.blog__tab.is-active{
    border-color: #003e92;
    border-bottom-color: #fff;
    background: #fff;
    color: #003e92;
    opacity: 1;
}

.blog__tab.is-active:hover{
    color: #003e92;
    opacity: 1;
}

.blog__tab.is-active:hover::after{
    opacity: 0;
    transform: scaleY(0);
}

.blog__panel[hidden]{
    display: none;
}

.blog__list{
    display: flex;
    gap: 39px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.blog__card{
    width: 354px;
    background: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    opacity: 1;
    transition: transform 0.3s ease, box-shadow 0.3s ease, opacity 0.3s ease;
}

.blog__card:hover{
    opacity: 1;
    transform: translateY(-10px);
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
}

.blog__card-link{
    display: flex;
    flex-direction: column;
    gap: 14px;
    padding-bottom: 15px;
    text-decoration: none;
    color: inherit;
}

.blog__card-link:hover{
    opacity: 1;
}

.blog__card-img,
.blog__card-link img{
    display: block;
    width: 354px;
    height: 266px;
    object-fit: cover;
}

.blog__card-body{
    display: flex;
    flex-direction: column;
    gap: 10px;
    box-sizing: border-box;
    width: 324px;
    margin: 0 auto;
}

.blog__card-text{
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.blog__card-ttl,
.blog__card-excerpt,
.blog__card-date{
    margin: 0;
    font-weight: 500;
}

.blog__card-ttl{
    color: #333;
    font-size: 16px;
    line-height: 1.65;
    letter-spacing: 0.8px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.blog__card-excerpt{
    color: #a9a9a9;
    font-size: 14px;
    line-height: 1.4;
    letter-spacing: 0.7px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.blog__card-date{
    color: #003e92;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0.7px;
}

/* ============================
更新情報
============================ */
.section__wrapper--news{
    background: #f8f8f8;
}

.news__box{
    box-sizing: border-box;
    width: 100%;
    margin-bottom: 50px;
    padding: 40px;
    border-radius: 10px;
    background: #fff;
}

.news__scroll{
    max-height: 320px;
    padding-right: 20px;
}

.news__list{
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.news__item{
    display: flex;
    align-items: flex-start;
    gap: 30px;
    padding-bottom: 27px;
    border-bottom: 1px solid #ebebeb;
}

.news__date{
    flex-shrink: 0;
    margin: 0;
    padding-top: 5px;
    color: #003e92;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.8px;
}

.news__body{
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 918px;
}

.news__ttl,
.news__txt{
    margin: 0;
    color: #333;
    font-weight: 500;
}

.news__ttl{
    font-size: 18px;
    line-height: 1.4;
    letter-spacing: 0.9px;
}

.news__txt{
    font-size: 16px;
    line-height: 1.65;
    letter-spacing: 0.8px;
}

.section__wrapper--news .simplebar-track.simplebar-vertical{
    top: 0;
    right: 0;
    bottom: 0;
    width: 2px;
    background: #d2d2d2;
    border-radius: 9999px;
}

.section__wrapper--news .simplebar-track.simplebar-vertical .simplebar-scrollbar:before{
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #003e92;
    border-radius: 9999px;
    opacity: 1;
}

/* ============================
よくある質問
============================ */
.faq__list{
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.faq__item{
    display: flex;
    flex-direction: column;
    gap: 20px;
    box-sizing: border-box;
    width: 100%;
    padding: 39px 40px 40px;
    background: #f8f8f8;
}

.faq__question,
.faq__answer{
    display: flex;
    gap: 8px;
    width: 100%;
}

.faq__question{
    align-items: center;
}

.faq__answer{
    align-items: flex-start;
}

[class*="faq__mark--"]{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    box-sizing: border-box;
    width: 30px;
    height: 30px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.8px;
}

.faq__mark--q{
    padding-bottom: 2px;
    border: 1px solid #003e92;
    background: #fff;
    color: #003e92;
}

.faq__mark--a{
    background: #003e92;
    color: #fff;
}

.faq__question-txt{
    margin: 0;
    width: 1022px;
    color: #333;
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.9px;
}

.faq__answer-txt{
    width: 1022px;
}

.faq__answer-txt p{
    margin: 0;
    color: #333;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.65;
    letter-spacing: 0.8px;
}

.faq__answer-txt p + p{
    margin-top: 0;
}

