@charset "UTF-8";

/*///////////////////// font-face ///////////////////////////*/
@font-face {
    font-family: 'Noto Sans JP';
    src: url(/fonts/NotoSansJP-Regular.woff2);
    font-weight: 400;
    font-display: swap;
}
@font-face {
    font-family: 'Noto Sans JP';
    src: url(/fonts/NotoSansJP-Medium.woff2);
    font-weight: 500;
    font-display: swap;
}
@font-face {
    font-family: 'Noto Sans JP';
    src: url(/fonts/NotoSansJP-SemiBold.woff2);
    font-weight: 600;
    font-display: swap;
}
@font-face {
    font-family: 'Noto Sans JP';
    src: url(/fonts/NotoSansJP-Bold.woff2);
    font-weight: 700;
    font-display: swap;
}
@font-face {
    font-family: 'Noto Sans JP';
    src: url(/fonts/NotoSansJP-Bold.woff2);
    font-weight: 800;
    font-display: swap;
}
@font-face {
    font-family: 'Zen Kaku Gothic New';
    src: url(/fonts/ZenKakuGothicNew-Bold.woff2);
    font-weight: 700;
    font-display: swap;
}
/*///////////////////// font-face ///////////////////////////*/

body {
    margin: 0;
}

.l-main {
    width: auto;
    padding: 0;
    position: relative;
    z-index: 1;
    background: #fff;
}

.l-main *{
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    box-sizing: border-box;
    }

/* =========================================
   フェードイン（スクロール表示）
========================================= */
.headline,
.js-fade {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.8s ease, transform 0.8s ease;
}

.headline.is-visible,
.js-fade.is-visible {
    opacity: 1;
    transform: none;
}

@media (prefers-reduced-motion: reduce) {
    .headline,
    .js-fade {
        opacity: 1;
        transform: none;
        transition: none;
    }
}

/* =========================================
   MV
========================================= */
.mv {
    position: relative;
    width: 100%;
    max-width: 1920px;
    height: 47.9vw;
}

.mv .ui-full-screen {
    margin: 0;
    width: 100%;
    height: 100%;
}

.mv .ui-fit-img,
.mv .mv-slider,
.mv .slick-list,
.mv .slick-track,
.mv .slick-slide,
.mv .mv-slider__items {
    height: 100%;
}

.mv .mv-slider__items {
    position: relative;
    display: block;
}

.mv img.cover_img {
    object-fit: contain;
}

.mv .mv-slider__items > a,
.mv .ui-fit-img > a {
    display: block;
    width: 100%;
    height: 100%;
}

.l-wrapper .mv .slick-dots {
    display: none!important;
}

.mv__btn-list {
    position: absolute;
    left: 28.5%;
    bottom: 4.4vw;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 1vw;
    width: 46.8vw;
    max-width: 900px;
    transform: translateX(-50%);
}

.mv__btn {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
    width: auto;
    height: 5.8vw;
    border-radius: 9999px;
    box-shadow: 0 4px 3px rgba(83, 84, 88, 0.3);
    color: #fff;
    font-family: 'Noto Sans JP', sans-serif;
    text-decoration: none;
}

.mv__btn--sell {
    background-image: linear-gradient(90deg, #087dd0 0%, #071445 100%);
}
    .mv__btn--sell:hover {
        background-image: linear-gradient(90deg, #071445 0%,#087dd0  100%);
        opacity: 1;
    }

.mv__btn--buy {
    background-image: linear-gradient(90deg, #fea501 0%, #fe6601 100%);
}
    .mv__btn--buy:hover {
        background-image: linear-gradient(90deg, #fe6601 0%,#fea501  100%);
        opacity: 1;
    }
.mv__btn--buy .mv__btn-arrow {
    color: #FE6601;
}

.mv__btn-text {
    font-size: 1.9vw;
    font-weight: 800;
    line-height: 1;
    white-space: nowrap;
}

.mv__btn-arrow {
    position: absolute;
    top: 0;
    right: 1.3vw;
    bottom: 0;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.2vw;
    height: 2.2vw;
    border-radius: 50%;
    background-color: #fff;
    color: #071445;
}

.mv__btn-arrow-icon {
    display: block;
    width: 0.8vw;
    height: 0.5vw;
}

/* =========================================
   headline（共通）
========================================= */
.headline {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 17px;
}

.headline__en {
    display: flex;
    align-items: center;
    gap: 5px;
    margin: 0;
    padding: 6px 25px;
    border-radius: 0 20px 0 20px;
    background-color: #e9ecf6;
    color: #071445;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 20px;
    font-weight: 800;
    line-height: 1.5;
}

.headline__plus {
    position: relative;
    display: block;
    width: 12px;
    height: 12px;
}

.headline__plus::before,
.headline__plus::after {
    position: absolute;
    top: 5px;
    left: 0;
    width: 12px;
    height: 2px;
    background-color: #071445;
    content: '';
}

.headline__plus::after {
    top: 0;
    left: 5px;
    width: 2px;
    height: 12px;
}

.headline__ja {
    margin: 0;
    color: #333;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 40px;
    font-weight: 800;
    line-height: 1;
    text-align: center;
}

.headline__ja--accent {
    color: #6e7699;
    font-weight: 800;
}

/* =========================================
   worries / solution
========================================= */
#reason {
    margin-top: -40px;
    padding-top: 40px;
}
.worries-reason__ttl {
    font-size: 70px;
    font-style: normal;
    line-height: 100%;
    font-weight: 800;
    text-align: center;
    color: #071445;
}
.worries-reason__ttl--accent {
    font-size: 100px;
    color: #00369A;
    font-weight: 800;
}
.worries-reason {
    padding: 91px 0 0px;
}

.worries {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 107px;
    gap: 40px;
}

.worries__content {
    position: relative;
    height: 731px;
    width: 100%;
}
.worries__content:before {
    content: '';
    display: block;
    width: 100%;
    height: 120px;
    background: #FEFBDD;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}

.worries__stage {
    position: absolute;
    top: -2px;
    left: 0;
    width: 1140px;
    height: 341px;
    right: 0;
    margin: auto;
}

.worries__item {
    position: absolute;
    z-index: 2;
}

.worries__bubble {
    display: block;
    max-width: none;
}

.worries__text {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    color: #333;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 20px;
    font-weight: 800;
    line-height: 1.5;
    text-align: center;
}

.worries__item--01 {
    top: 147px;
    left: 0;
    width: 282px;
    height: 139px;
}

.worries__item--01 .worries__text {
    top: 72px;
    left: 40px;
    width: 160px;
}

.worries__item--02 {
    top: 8px;
    left: 233px;
    width: 200px;
    height: 202px;
}

.worries__item--02 .worries__bubble {
    position: absolute;
    top: 25px;
    left: 0;
}

.worries__item--02 .worries__text {
    top: 78px;
    left: 38px;
    width: 120px;
}

.worries__item--03 {
    top: 0;
    left: 465px;
    width: 208px;
    height: 196px;
}

.worries__item--03 .worries__text {
    top: 38px;
    left: 44px;
    width: 120px;
}

.worries__item--04 {
    top: 24px;
    left: 721px;
    width: 199px;
    height: 215px;
}

.worries__item--04 .worries__text {
    top: 54px;
    left: 18px;
    width: 160px;
}

.worries__item--05 {
    top: 142px;
    left: 878px;
    width: 262px;
    height: 171px;
}

.worries__item--05 .worries__bubble {
    position: absolute;
    top: 0;
    left: -2px;
}

.worries__item--05 .worries__text {
    top: 52px;
    left: 67px;
    width: 160px;
}

.worries__illust {
    position: absolute;
    top: 164px;
    left: 381px;
    z-index: 1;
    width: 389px;
    height: 233px;
}

.worries__illust img {
    display: block;
    width: 389px;
    height: 233px;
    object-fit: contain;
}

.solution {
    position: absolute;
    top: 329px;
    left: 0;
    z-index: 3;
    right: 0;
    height: 400px;
    margin: auto;
}

.solution__bg {
    display: block;
    width: 100%;
    height: 400px;
    object-fit: cover;
}

.solution__text {
    position: absolute;
    top: 106px;
    left: 8px;
    right: 0;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 946px;
    color: #333;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 800;
    text-align: center;
    transform: rotate(-3deg);
}

.solution__lead {
    font-size: 50px;
    line-height: normal;
    font-weight: 800;
}

.solution__main {
    display: block;
    line-height: normal;
    font-weight: 800;
    text-align: center;
}
.solution__main::before {
    content: '';
    display: block;
    width: 709px;
    height: 30px;
    background: #FFF;
    position: absolute;
    top: 142px;
    left: 0;
    z-index: -1;
    opacity: 0.8;
    transform: rotate(-1.1deg);
}

.solution__brand {
    color: #da3c39;
    font-size: 80px;
    font-weight: 800;
    line-height: 1.2;
}

.solution__ga {
    color: #da3c39;
    font-size: 60px;
    font-weight: 800;
}

.solution__end {
    font-size: 60px;
    font-weight: 800;
}

/* =========================================
   reason
========================================= */
.reason {
    position: relative;
    padding-top: 60px;
    background: #FEFBDD;
}

.reason__inner {
    width: 1220px;
    margin: 46px auto 0;
}
.reason .headline__en {
    background-color: #FFE7D7;
}
.reason .headline__en,
.reason .headline__ja .headline__ja--accent {
    color: #FE6601;
}
.reason .headline__plus::before,
.reason .headline__plus::after {
    background-color: #FE6601;
}

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

.reason__item {
    position: relative;
    display: flex;
    align-items: center;
    gap: 40px;
    height: 340px;
}

.reason__item--illust-left {
    padding-right: 40px;
}

.reason__item--illust-right {
    padding-left: 40px;
}

.reason__illust {
    position: relative;
    z-index: 1;
    flex-shrink: 0;
    width: 530px;
    height: 340px;
    overflow: hidden;
    border-radius: 20px;
    background-color: #fff;
}

.reason__illust img {
    display: block;
    width: 530px;
    height: 340px;
    object-fit: contain;
}

.reason__body {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 610px;
}


.reason__ttl {
    margin: 0;
    color: #071445;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 30px;
    font-weight: 800;
    line-height: 1.5;
}

.reason__ttl--accent {
    color: #071445;
    font-weight: 800;
}

.reason__text {
    margin: 0;
    color: #333;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.7;
}

.reason__num {
    position: absolute;
    top: 0;
    right: 40px;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 111px;
    height: 100px;
}

.reason__item--illust-right .reason__num {
    right: auto;
    left: 544px;
}

.reason__num-label {
    color: #fae81c;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.05em;
    margin-top: 4px;
}

.reason__num-value {
    color: #fae81c;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 60px;
    font-weight: 600;
    line-height: 0.9;
}

.reason-buy {
    position: relative;
    margin-top: 60px;
    padding: 0px 0 75px;
    width: 100%;
}

.reason-buy__bg {
    position: absolute;
    top: -110px;
    left: 0;
    right: 0;
    z-index: 0;
    display: block;
    height: 779px;
    margin: auto;
}

.reason-buy__inner {
    position: relative;
    z-index: 1;
    width: 971px;
    margin: 0 auto;
}

.reason-buy__ttl {
    position: relative;
    margin: 0 0 45px;
    color: #fe6601;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 40px;
    font-weight: 800;
    line-height: 1;
    text-align: center;
}

.reason-buy__ttl.is-shine::after {
    content: attr(data-text);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(100deg, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0.95) 50%, rgba(255, 255, 255, 0) 60%);
    background-size: 200% 100%;
    background-position: 100% 0;
    background-repeat: no-repeat;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    pointer-events: none;
    animation: reason-buy-shine 2.2s ease-in-out 1;
}

@keyframes reason-buy-shine {
    0% {
        background-position: 100% 0;
    }
    100% {
        background-position: -100% 0;
    }
}

.reason-buy__box {
    display: flex;
    flex-direction: column;
    gap: 40px;
    padding: 40px;
    border-radius: 30px;
    background-color: #fff;
    position: relative;
}
.reason-buy__box::before {
   content: '';
   display: block;
   width: 164px;
   height: 134px;
   background: url(/images/top/star__img.webp) no-repeat center center;
   position: absolute;
   top: -120px;
   right: -20px;
   z-index: 0;
}.reason-buy__box::after {
    content: '';
    display: block;
    width: 382px;
    height: 325px;
    background: url(/images/top/reason_humanIllust.webp) no-repeat center center;
    position: absolute;
    bottom: -79px;
    right: -189px;
    z-index: 0;
 }
.reason-buy__block {
    display: flex;
    flex-direction: column;
    gap: 9px;
}

.reason-buy__line {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px;
    margin: 0;
}

.reason-buy__text {
    margin: 0;
    color: #333;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.8;
}

.reason-buy__text--block {
    line-height: 2.1;
}

.reason-buy__mark {
    display: inline-flex;
    align-items: center;
    padding: 2px 10px;
    background-color: #fefbdd;
    color: #fe6601;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 24px;
    font-weight: 800;
    line-height: 1.8;
    white-space: nowrap;
}

.banner__wrap{
    padding-top: 100px;
    display: flex;
    justify-content: center;
}
.banner__wrap a{
    display: block;
    transition: transform 0.3s ease;
}
.banner__wrap a:hover{
    transform: translateY(-10px);
    opacity: 1;
}
/* =========================================
   achievements
========================================= */
.achievements {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 104px 0px 0;
    gap: 41px;
    box-sizing: border-box;
}

.headline__ja--blue {
    color: #00369a;
    font-weight: 800;
}

.achievements__list {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    width: 1140px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.achievements__item {
    width: 360px;
    flex-shrink: 0;
}

.achievements__link {
    display: flex;
    flex-direction: column;
    gap: 15px;
    width: 360px;
    padding: 20px;
    border: 1px solid #cfd8dc;
    border-radius: 20px;
    background-color: #fff;
    box-shadow: 0 4px 3px rgba(83, 84, 88, 0.3);
    text-decoration: none;
    box-sizing: border-box;
    overflow: hidden;
    transition: box-shadow 0.3s ease, transform 0.3s ease;
    min-height: 376px;
}

.achievements__link:hover {
    transform: translateY(-10px);
    opacity: 1;
}

.achievements__img {
    width: 100%;
    height: 240px;
    overflow: hidden;
    border-radius: 15px;
}

.achievements__img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    background: #fff4ed;
}

.achievements__body {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
    color: #333;
}

.achievements__link:hover .achievements__text,
.achievements__link:hover .achievements__date {
    color: #fe6601;
}

.achievements__text {
    margin: 0;
    color: inherit;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.7;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    transition: color 0.3s ease;
    min-height: 55px;
}

.achievements__date {
    color: #071445;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    transition: color 0.3s ease;
}

/* =========================================
   more-btn（共通）
========================================= */
.more-btn {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 280px;
    height: 65px;
    padding: 14px 50px;
    overflow: hidden;
    border: 2px solid #6e7699;
    border-radius: 6px;
    background-color: #fff;
    box-shadow: 0 2px 2px rgba(83, 84, 88, 0.15);
    color: #333;
    font-family: 'Noto Sans JP', sans-serif;
    text-decoration: none;
    box-sizing: border-box;
    transition: border-color 0.35s ease, box-shadow 0.35s ease, transform 0.35s ease;
}

.more-btn::before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(90deg, #087dd0 0%, #00369a 100%);
    content: '';
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}

.more-btn:hover {
    border-color: #071445;
    box-shadow: 0 8px 16px rgba(7, 20, 69, 0.25);
    border: 2px solid #52729b;
    opacity: 1;
}

.more-btn:hover::before {
    transform: scaleX(1);
}

.more-btn__text {
    position: relative;
    z-index: 1;
    font-size: 20px;
    font-weight: 800;
    line-height: 1.5;
    white-space: nowrap;
    transition: color 0.3s ease;
}

.more-btn__icon {
    position: absolute;
    top: 50%;
    right: 18px;
    z-index: 1;
    display: block;
    width: 13px;
    height: 12px;
    color: #333;
    transform: translateY(-50%);
    transition: color 0.3s ease, transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

.more-btn:hover .more-btn__text,
.more-btn:hover .more-btn__icon {
    color: #fff;
}

/* =========================================
   plan
========================================= */
.plan {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    padding: 100px 0 0;
}

.plan__content {
    display: flex;
    flex-direction: column;
    gap: 23px;
    width: 1140px;
}

#plan-flow {
    margin-top: -100px;
    padding-top: 100px;
}

.plan__difference,
.plan-flow {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 22px;
}

.plan__subttl {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0;
    color: #333;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 30px;
    font-weight: 800;
    line-height: 1.5;
    white-space: nowrap;
}

.plan__subttl-plus {
    position: relative;
    display: block;
    width: 12px;
    height: 12px;
}

.plan__subttl-plus::before,
.plan__subttl-plus::after {
    position: absolute;
    top: 5px;
    left: 0;
    width: 12px;
    height: 2px;
    background-color: #6e7699;
    content: '';
}

.plan__subttl-plus::after {
    top: 0;
    left: 5px;
    width: 2px;
    height: 12px;
}

.plan__list {
    position: relative;
    display: flex;
    align-items: stretch;
    width: 100%;
}

.plan__illust {
    position: absolute;
    z-index: 2;
    display: block;
    max-width: none;
    pointer-events: none;
}

.plan__illust--left {
    top: -199px;
    left: 20px;
    width: 215px;
    height: 199px;
}

.plan__illust--right {
    top: -216px;
    right: 15px;
    width: 253px;
    height: 217px;
}

.plan__item {
    display: flex;
    flex: 1;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    padding: 30px 20px 20px;
}

.plan__item--intermediary {
    border-radius: 30px 0 0 30px;
    background-color: #409ecd;
}

.plan__item--purchase {
    border-radius: 0 30px 30px 0;
    background-color: #3c94a8;
}

.plan__item-head {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.plan__badge {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 34px;
    margin: 0;
    padding: 6px 20px;
    border-radius: 9999px;
    background-color: #fff;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
}

.plan__item--intermediary .plan__badge {
    color: #409ecd;
}

.plan__item--purchase .plan__badge {
    color: #3c94a8;
}

.plan__badge-arrow {
    position: absolute;
    top: 27px;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
    width: 20px;
    height: 16px;
    /* transform: translateX(-50%) scaleY(-1); */
}

.plan__item-ttl {
    margin: 0;
    color: #fff;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 34px;
    font-weight: 800;
    line-height: 1.5;
    text-align: center;
    white-space: nowrap;
}

.plan__features {
    display: flex;
    flex-direction: column;
    gap: 6px;
    width: fit-content;
    margin: 0;
    padding: 0;
    list-style: none;
}

.plan__feature span {
    font-weight: 800;
    }

.plan__feature {
    display: flex;
    align-items: center;
    gap: 4px;
    color: #fff;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 20px;
    font-weight: 800;
    line-height: 1.5;
    white-space: nowrap;
}

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

.plan__box {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    width: 100%;
    padding: 20px 25px;
    border-radius: 20px;
    background-color: #fff;
    box-sizing: border-box;
}

.plan__box-ttl {
    margin: 0;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 20px;
    font-weight: 800;
    line-height: 1.5;
    text-align: center;
    white-space: nowrap;
}

.plan__item--intermediary .plan__box-ttl {
    color: #409ecd;
}

.plan__item--purchase .plan__box-ttl {
    color: #3c94a8;
}

.plan__box-text {
    margin: 0;
    color: #333;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.7;
}

.plan-flow__body {
    position: relative;
    display: flex;
    align-items: center;
    gap: 42px;
    width: 100%;
}

.plan-flow__labels {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 70px;
    flex-shrink: 0;
}

.plan-flow__label {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 0;
    padding: 30px 20px;
    border-radius: 10px;
    color: #fff;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 22px;
    font-weight: 800;
    line-height: 1.2;
    text-align: center;
    word-break: break-all;
    box-sizing: border-box;
}

.plan-flow__label--intermediary {
    background-color: #409ecd;
}

.plan-flow__label--purchase {
    background-color: #3c94a8;
}

.plan-flow__list {
    display: flex;
    align-items: flex-start;
    gap: 34px;
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
    z-index: 1;
}

.plan-flow__item {
    position: relative;
    width: 84px;
    height: 442px;
    flex-shrink: 0;
}

.plan-flow__num {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
    gap: 3px;
    width: 84px;
    height: 84px;
    border: 2px solid #2e6da1;
    border-radius: 9999px;
    background-color: #fff;
    color: #2e6da1;
    box-sizing: border-box;
    padding: 17px 0 0;
}

.plan-flow__num-label {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
}

.plan-flow__num-value {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 28px;
    font-weight: 500;
    line-height: 1;
}

.plan-flow__text {
    position: absolute;
    top: 42px;
    left: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    width: 84px;
    height: 400px;
    margin: 0;
    padding: 55px 32px 20px;
    border-radius: 0 0 9999px 9999px;
    background-color: #e5f5ff;
    color: #333;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 20px;
    font-weight: 800;
    line-height: 1.2;
    text-align: center;
    word-break: break-all;
    font-feature-settings: "vert" 1;
    box-sizing: border-box;
    writing-mode: vertical-rl;
    letter-spacing: 0.2em;
}

.plan-flow__item--short .plan-flow__text {
    height: 260px;
}

.plan-flow__arrows {
    position: absolute;
    top: 120px;
    left: 66px;
    z-index: 0;
    width: 980px;
    height: 199px;
    pointer-events: none;
}

.plan-flow__arrows-svg {
    display: block;
    width: 100%;
    height: 100%;
    overflow: visible;
}

/* =========================================
   structure
========================================= */
.structure {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 43px;
    padding: 100px 0;
    background-color: #e8f4fa;
    margin-top: 100px;
}

.structure__glass {
    position: absolute;
    top: -171px;
    right: -458px;
    z-index: 0;
    display: block;
    width: 501px;
    height: 439px;
    max-width: none;
    pointer-events: none;
}

.structure .headline {
    position: relative;
    z-index: 1;
}

.headline__en--white {
    background-color: #fff;
}

.structure__list {
    position: relative;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 30px;
    width: 1140px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.structure__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    width: 555px;
    height: 501px;
    padding: 29px 30px;
    border-radius: 20px;
    background-color: #fff;
    box-sizing: border-box;
}

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

.structure__img {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 160px;
    height: 160px;
    overflow: hidden;
    border-radius: 10px;
    background-color: #fefbdd;
}

.structure__img img {
    display: block;
    width: 160px;
    height: 160px;
    object-fit: contain;
}

.structure__head-text {
    display: flex;
    flex: 1;
    flex-direction: column;
    align-items: flex-start;
    gap: 0px;
    min-width: 0;
    padding-bottom: 8px;
}

.structure__num {
    margin: 0;
    width: 78px;
    color: #d2e8f3;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 65px;
    font-weight: 800;
    line-height: 1;
    text-align: center;
}

.structure__ttl {
    margin: 0;
    color: #00369a;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 28px;
    font-weight: 800;
    line-height: 1.5;
}

.structure__point {
    display: flex;
    flex-direction: column;
    gap: 2px;
    width: 100%;
}

.structure__point-ttl {
    display: flex;
    align-items: center;
    gap: 6px;
    margin: 0;
    color: #071445;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 20px;
    font-weight: 800;
    line-height: 1.5;
}
.structure__point-ttl span {
    font-weight: 800;
}

.structure__check {
    display: block;
    flex-shrink: 0;
    width: 24px;
    height: 24px;
}

.structure__point-text {
    margin: 0;
    color: #333;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.7;
}

/* =========================================
   共通スライダー（slide_wrap / js-swiper-content）
========================================= */
.js-swiper-content .swiper-slide {
    width: auto;
    height: auto;
}

.swiper-wrapper.noslide {
    display: flex;
    justify-content: center;
}

.slider-pager {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 40px;
}

.slider-pager .swiper-button-prev,
.slider-pager .swiper-button-next {
    position: static;
    margin: 0;
    width: 32px;
    height: 32px;
    border: 1px solid #6e7699;
    border-radius: 50%;
    background-color: #e9ecf6;
    color: #071445;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.slider-pager .swiper-button-prev::after,
.slider-pager .swiper-button-next::after {
    display: none;
}

.slider-pager__arrow {
    display: block;
    width: 7px;
    height: 11px;
    color: currentColor;
}

.slider-pager .swiper-button-prev .slider-pager__arrow {
    transform: rotate(180deg);
}

.slider-pager .swiper-button-prev:hover,
.slider-pager .swiper-button-next:hover {
    background-color: #071445;
    color: #fff;
    opacity: 1;
}

.slider-pager .swiper-button-disabled {
    opacity: 0.4;
}

.slider-pager .swiper-pagination {
    position: static;
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto!important;
}

.slider-pager .swiper-pagination-bullet {
    margin: 0 6px!important;
    width: 10px;
    height: 10px;
    background-color: #ECEFF1;
    opacity: 1;
}

.slider-pager .swiper-pagination-bullet-active {
    background-color: #071445;
}

/* =========================================
   voice
========================================= */
.voice {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 45px;
    padding-top: 100px;
}

.voice .swiper-slide {
    width: 410px;
}

.voice .swiper-slide > a {
    display: block;
    text-decoration: none;
}

.voice-card {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 15px;
    width: 410px;
    padding: 20px;
    border: 1px solid #cfd8dc;
    border-radius: 20px;
    background-color: #fff;
    box-shadow: 0 4px 3px rgba(83, 84, 88, 0.3);
    box-sizing: border-box;
    min-height: 395px;
    transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.voice .swiper-slide > a:hover {
    opacity: 1;
}

.voice .swiper-slide > a:hover .voice-card {
    transform: translateY(-10px);
}

.voice .swiper-slide > a:hover .voice-card__name,
.voice .swiper-slide > a:hover .voice-card__text {
    color: #fe6601;
}

.voice-card__img {
    width: 370px;
    height: 247px;
    overflow: hidden;
    border-radius: 15px;
}

.voice-card__img img {
    display: block;
    width: 370px;
    height: 247px;
    object-fit: contain;
    background: #fff4ed;
}

.voice-card__ribbon {
    position: absolute;
    top: -8px;
    left: -8px;
    z-index: 2;
    display: block;
    width: 70px;
    height: 70px;
}

.voice-card__body {
    display: flex;
    flex-direction: column;
    gap: 7px;
    width: 370px;
}

.voice-card__name {
    margin: 0;
    color: #333;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 20px;
    font-weight: 800;
    line-height: 1.5;
    text-align: center;
    transition: color 0.3s ease;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.voice-card__text {
    margin: 0;
    color: #333;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.7;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    transition: color 0.3s ease;
}
.noslide {
    gap: 40px;
}

/* =========================================
   question / faq
========================================= */
.question {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 45px;
    /* width: 1920px; */
    padding: 100px 0px 0;
    box-sizing: border-box;
}

.question__head {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 1140px;
}

.question__illust {
    position: absolute;
    top: -22px;
    right: 22px;
    display: block;
    width: 263px;
    height: 186px;
    pointer-events: none;
}

.faq-list {
    display: flex;
    flex-direction: column;
    gap: 30px;
    width: 1140px;
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
}
.faq-list::before {
    position: absolute;
    top: -165px;
    right: 20px;
    content: '';
    width: 263px;
    height: 186px;
    background: url(/images/top/question__illust.webp) center / cover no-repeat;
}

.faq-item {
    display: flex;
    flex-direction: column;
    gap: 14px;
    width: 1140px;
    padding: 30px;
    border-radius: 20px;
    background-color: #fefbdd;
    box-sizing: border-box;
}

.faq-item__question,
.faq-item__answer {
    display: flex;
    gap: 10px;
}

.faq-item__question {
    align-items: center;
}

.faq-item__answer {
    align-items: flex-start;
}

.faq-item__label {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 20px;
    font-weight: 800;
    line-height: 1.5;
}

.faq-item__label--q {
    background-color: #fff;
    color: #071445;
}

.faq-item__label--a {
    background-color: #071445;
    color: #fff;
}

.faq-item__q-text {
    margin: 0;
    color: #333;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 20px;
    font-weight: 800;
    line-height: 1.5;
}

.faq-item__a-text {
    width: 1030px;
    margin: 0;
    color: #333;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.7;
}
.question__banner__link {
    display: flex;
    justify-content: center;
    transition: transform 0.3s ease;
    width: fit-content;
    margin: 100px auto 0;
}
.question__banner__link:hover {
    transform: translateY(-10px);
    opacity: 1;
}
/* =========================================
   contact
========================================= */
.contact {
    position: relative;
    width: 100%;
    height: 860px;
    padding-top: 220px;
    overflow: hidden;
}

.contact__bg {
    position: absolute;
    bottom: 24px;
    left: 50%;
    display: block;
    width: 1920px;
    height: 760px;
    transform: translateX(-50%);
    pointer-events: none;
}

.contact__illust {
    position: absolute;
    top: -104px;
    left: 339px;
    z-index: 1;
    display: block;
    width: 336px;
    height: 271px;
    pointer-events: none;
}

.contact__inner {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
}

.contact__headline-en {
    background-color: #fff;
}

.contact__headline-ja {
    color: #fff;
}

.contact__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 80px;
    width: 100%;
    justify-content: center;
    margin-top: 5px;
}

.contact__list {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
    width: 1140px;
}
.contact__list::before {
    position: absolute;
    top: -243px;
    left: -46px;
    content: '';
    width: 336px;
    height: 271px;
    background: url(/images/top/contact__illust.webp) center / cover no-repeat;
}

.contact__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
    width: 270px;
    padding: 30px;
    border-radius: 20px;
    background-color: #fff;
    box-sizing: border-box;
}

.contact__icon {
    display: block;
    width: 80px;
    height: 80px;
}

.contact__text {
    margin: 0;
    color: #333;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 20px;
    font-weight: 800;
    line-height: 1.5;
    text-align: center;
}

.contact__btn {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 210px;
    height: 60px;
    border-radius: 9999px;
    box-shadow: 0 4px 3px rgba(83, 84, 88, 0.3);
    color: #fff;
    font-family: 'Noto Sans JP', sans-serif;
    text-decoration: none;
    transition: background-image 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
}

.contact__btn--line {
    background-image: linear-gradient(90deg, #70d906 0%, #06c755 100%);
}

.contact__btn--mail {
    background-image: linear-gradient(90deg, #f9ca11 0%, #f4aa0c 100%);
}

.contact__btn--satei {
    background-image: linear-gradient(90deg, #17c0ef 0%, #157ac3 100%);
}

.contact__btn--reservation {
    background-image: linear-gradient(90deg, #e98f36 0%, #f45e28 100%);
}

.contact__btn:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 14px rgba(83, 84, 88, 0.35);
    opacity: 1;
}

.contact__btn--line:hover {
    background-image: linear-gradient(90deg, #06c755 0%, #70d906 100%);
}

.contact__btn--mail:hover {
    background-image: linear-gradient(90deg, #f4aa0c 0%, #f9ca11 100%);
}

.contact__btn--satei:hover {
    background-image: linear-gradient(90deg, #157ac3 0%, #17c0ef 100%);
}

.contact__btn--reservation:hover {
    background-image: linear-gradient(90deg, #f45e28 0%, #e98f36 100%);
}

.contact__btn-text {
    color: #fff;
    font-size: 20px;
    font-weight: 800;
    line-height: 1.5;
}

.contact__btn-arrow {
    position: absolute;
    top: 50%;
    right: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: #fff;
    transform: translateY(-50%);
}

.contact__btn-arrow-icon {
    display: block;
    width: 12px;
    height: 8px;
}

.contact__btn--line .contact__btn-arrow-icon {
    color: #06c755;
}

.contact__btn--mail .contact__btn-arrow-icon {
    color: #f4aa0c;
}

.contact__btn--satei .contact__btn-arrow-icon {
    color: #157ac3;
}

.contact__btn--reservation .contact__btn-arrow-icon {
    color: #f45e28;
}

.contact__tel {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    width: 100%;
    padding: 30px 0 33px;
    background-color: #3b7dd2;
}

.contact__tel-main {
    display: flex;
    align-items: center;
    gap: 20px;
    padding-right: 34px;
    border-right: 1px solid #fff;
}

.contact__tel-label {
    margin: 0;
    color: #fff;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 20px;
    font-weight: 800;
    line-height: 1.5;
    text-align: center;
}

.contact__tel-number-wrap {
    display: flex;
    align-items: center;
    gap: 7px;
}

.contact__tel-icon {
    display: block;
    width: 35px;
    height: 35px;
}

.contact__tel-number {
    margin: 0;
    color: #fff;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 40px;
    font-weight: 800;
    line-height: 1;
    text-align: center;
}

.contact__time {
    margin: 0;
    color: #fff;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
}

/* =========================================
   search
========================================= */
.search {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 83px;
}
.search__inner {
    width: 1140px;
    margin: 0 auto;
    position: relative;
}
.search__lead {
    margin: 0;
    color: #fe6601;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 70px;
    font-weight: 800;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
}

.search__lead-accent {
    color: #fe4401;
    font-size: 100px;
    font-weight: 800;
    line-height: 1;
}

.search__body {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    width: 100%;
    padding-top: 62px;
}

.search__bg {
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 302px;
    background-color: #fefbdd;
    transform: translateY(calc(-50% - 9.5px));
}

.search__illust {
    position: absolute;
    z-index: 1;
    display: block;
    pointer-events: none;
}

.search__illust--left {
    top: -38px;
    left: 100px;
    width: 160px;
    height: 228px;
}

.search__illust--right {
    top: -38px;
    width: 145px;
    height: 227px;
    right: 100px;
}

.search__headline {
    position: relative;
    z-index: 2;
}

.search__headline-en {
    background-color: #ffe7d7;
    color: #fe6601;
}

.search__headline-plus::before,
.search__headline-plus::after {
    background-color: #fe6601;
}

.headline__ja--orange {
    color: #fe6601;
    font-weight: 800;
}

.search__panel {
    position: relative;
    z-index: 0;
    display: flex;
    gap: 30px;
    width: 1220px;
    padding: 46px 40px 40px;
    border-radius: 30px;
    background-color: #fff;
    box-shadow: 0 4px 3px rgba(83, 84, 88, 0.3);
}

.search__narrow {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
}

.search__ttl {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0;
    color: #333;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 20px;
    font-weight: 800;
    line-height: 1.5;
    white-space: nowrap;
}

.search__ttl-bar {
    display: block;
    width: 15px;
    height: 2px;
    background-color: #fe6601;
}

.search__narrow-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 15px;
    width: 435px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.search__narrow-item {
    width: 210px;
}

.search__filter {
    position: relative;
    width: 210px;
    height: 154px;
}

.search__filter-main {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
    gap: 0px;
    width: 210px;
    height: 154px;
    padding: 20px 0;
    border: 2px solid #ffa970;
    border-radius: 10px;
    background-color: #fff;
    text-decoration: none;
    transition: opacity 0.2s ease;
}

.search__filter-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 85px;
    border-radius: 100px;
    background-color: #fe6601;
    /* overflow: hidden; */
}

.search__filter-icon img {
    display: block;
    width: 50px;
    height: 50px;
    object-fit: contain;
}

.search__filter-text {
    color: #fe6601;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 20px;
    font-weight: 800;
    line-height: 1.5;
    white-space: nowrap;
}

.search__filter-arrow {
    position: absolute;
    right: 9px;
    bottom: 9px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fe6601;
}

.search__filter-arrow-icon {
    display: block;
    width: 12px;
    height: 8px;
}

.search__filter-menu {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
    width: 210px;
    height: 154px;
    margin: 0;
    padding: 20px 0;
    border-radius: 10px;
    background-color: #ffe7d7;
    list-style: none;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.2s ease, visibility 0.2s ease;
}

.search__filter-menu li {
    width: 182px;
}

.search__filter-menu-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 182px;
    height: 38px;
    border-radius: 9999px;
    background-color: #ffa970;
    color: #fff;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
    white-space: nowrap;
    transition: background-color 0.2s ease;
}

.search__filter-menu-btn:hover {
    background-color: #fe6601;
    opacity: 1;
}

.search__filter:hover .search__filter-main {
    opacity: 0;
    pointer-events: none;
}

.search__filter:hover .search__filter-menu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.search__forms {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
    width: 675px;
}

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

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

.search__type {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 159px;
    height: 57px;
    border-radius: 10px;
    background-color: #ffa970;
    text-decoration: none;
    transition: background-color 0.3s ease, transform 0.3s ease;
    padding-right: 14px;
}

.search__type:hover {
    background-color: #fe6601;
    transform: translateY(-3px);
    opacity: 1;
}

.search__type-text {
    color: #fff;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
}

.search__type-arrow {
    position: absolute;
    top: 50%;
    right: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    transform: translateY(-50%);
}

.search__type-arrow-icon {
    display: block;
    width: 12px;
    height: 8px;
}

.search__freeword {
    display: flex;
    align-items: center;
    width: 675px;
    padding: 0;
    border: 1px solid #cfd8dc;
    border-radius: 5px;
    background-color: #fbfbfb;
}

.search__freeword-form {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.l-main .search__freeword-input {
    width: 100%;
    margin: 0;
    padding: 10px 19px;
    border: none;
    background: transparent;
    color: #333;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    outline: none;
    height: 100%;
}

.search__freeword-input::placeholder {
    color: #aeaeae;
}

.search__freeword-submit {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    border: none;
    background: transparent;
    cursor: pointer;
    width: 62px;
    height: 56px;
}

.search__freeword-icon {
    display: block;
    width: 22px;
    height: 22px;
}

.search__price {
    width: 100%;
}

.search__price-form,
.conditions-search__content form {
    display: flex;
    align-items: center;
    gap: 19px;
    margin: 0;
}

.search__price .search__price-form {
    gap: 9px;
}

.search__price .search__price-tilde,
.search__price-tilde {
    color: #333;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
}

.search__price .search__select,
.search__price .form__type--select {
    position: relative;
    display: flex;
    align-items: center;
    width: 230px;
    height: 60px;
    padding: 0;
    border: 1px solid #cfd8dc;
    border-radius: 5px;
    background-color: #fff;
}

.search__price .form__type--select::after {
    position: absolute;
    top: 50%;
    right: 20px;
    width: 11px;
    height: 6px;
    background: url(/images/top/search__selectarrow.svg) center / contain no-repeat;
    transform: translateY(-50%);
    content: '';
    pointer-events: none;
}

.search__price .form__type--select select {
    width: 100%;
    height: 100%;
    padding: 0 40px 0 20px;
    border: none;
    border-radius: 5px;
    background-color: transparent;
    color: #333;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
}

.search__price .search__submit,
.search__price .search__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 162px;
    height: 60px;
    margin: 0 0 0 10px;
    padding: 0;
    border: none;
    border-radius: 10px;
    background-color: #fe6601;
    color: #fff;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
    white-space: nowrap;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.search__price .search__submit:hover,
.search__price .search__btn:hover {
    background-color: #fe4401;
    transform: translateY(-3px);
    opacity: 1;
}
.org-freeword--top {
    padding: 18px 20px;
    height: 100%;
    border: none;
    background-color: #fbfbfb;
}

/* =========================================
   new（新着物件）
   Figma計測: gap 40px, padding-top 100px
   カード: W410px, img 370x247, radius 20px / 15px
   gap 40px（スライド間）
========================================= */
.new {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 45px;
    padding-top: 100px;
}

.new__headline-en {
    background-color: #ffe7d7;
    color: #fe6601;
}

.new__headline-plus::before,
.new__headline-plus::after {
    background-color: #fe6601;
}

.new .swiper-slide {
    width: 410px;
}

.bkn-card {
    position: relative;
    width: 410px;
    box-sizing: border-box;
    transition: transform 0.3s ease;
}

.bkn-card:hover {
    transform: translateY(-10px);
}

.bkn-card__link {
    display: flex;
    flex-direction: column;
    gap: 15px;
    width: 410px;
    padding: 20px;
    border: 1px solid #cfd8dc;
    border-radius: 20px;
    background-color: #fff;
    box-shadow: 0 4px 3px rgba(83, 84, 88, 0.3);
    box-sizing: border-box;
    text-decoration: none;
}

.bkn-card__link:hover {
    opacity: 1;
}

.bkn-card__img {
    position: relative;
    width: 370px;
    height: 247px;
    overflow: hidden;
    border-radius: 15px;
}

.bkn-card__img img {
    display: block;
    width: 370px;
    height: 247px;
    object-fit: contain;
    background: #fff4ed;
}

.bkn-card__label {
    position: absolute;
    top: 14px;
    left: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 6px 14px;
    border-radius: 0 9999px 9999px 0;
    background-color: #fe6601;
    color: #fff;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.7;
    white-space: nowrap;
}

.l-main .bkn-card__favorite {
    position: absolute;
    top: 35px;
    z-index: 2;
    width: 50px;
    right: 35px;
    height: 50px;
    margin: 0;
    padding: 0;
    border: none;
    /* border-radius: 50%; */
    background-image: url(/images/top/bkn__heart.webp);
    cursor: pointer;
    background-size: 28px 25px;
    background-repeat: no-repeat;
    background-color: #fff;
    background-position: 50%;
    border-radius: 999px;
}

.bkn-card__favorite.is-checked {
    background-image: url(/images/top/bkn__heart__on.webp);
}

.bkn-card__body {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 370px;
    color: #333;
}

.bkn-card__price-wrap {
    display: flex;
    flex-direction: column;
    gap: 4px;
    width: 100%;
}

.bkn-card__title {
    margin: 0;
    overflow: hidden;
    color: #333;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 20px;
    line-height: 1.5;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: 800;
}

.bkn-card__price-row {
    margin: 0;
    line-height: 1;
}

.bkn-card__price {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 16px;
    line-height: 1;
    font-weight: 800;
}

.bkn-card__price .price {
    color: #da3c39;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 34px;
    line-height: 1;
    font-weight: 800;
}

.bkn-card__meta {
    color: #333;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
}

.bkn-card__info {
    display: flex;
    flex-direction: column;
    gap: 2px;
    width: 100%;
    padding-top: 14px;
    border-top: 1px solid #cfd8dc;
}

.bkn-card__address,
.bkn-card__access {
    margin: 0;
    overflow: hidden;
    color: #333;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.7;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.new .slider-pager .swiper-button-prev,
.new .slider-pager .swiper-button-next {
    border-color: #ffa970;
    background-color: #ffe7d7;
    color: #fe6601;
}

.new .slider-pager .swiper-button-prev:hover,
.new .slider-pager .swiper-button-next:hover {
    background-color: #fe6601;
    color: #fff;
}

.new .slider-pager .swiper-pagination-bullet-active {
    background-color: #fe6601;
}

.new__more-btn {
    border-color: #ffa970;
    color: #fe6601;
}

.new__more-btn .more-btn__text,
.new__more-btn .more-btn__icon {
    color: #fe6601;
}

.new__more-btn::before {
    background-image: linear-gradient(90deg, #fe6601 0%, #fe4401 100%);
}

.new__more-btn:hover {
    border-color: #fe6601;
    box-shadow: 0 8px 16px rgba(254, 102, 1, 0.25);
}

.new__more-btn:hover .more-btn__text,
.new__more-btn:hover .more-btn__icon {
    color: #fff;
}

/* =========================================
   ranking（人気物件ランキング）
   Figma計測: padding 150px 0 100px, gap 40px
   リスト: gap 30px, カード W555px
   No.1 img 515x279 / No.2-3 img 225x191
========================================= */
.ranking {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    padding: 150px 0 100px;
    overflow: hidden;
}

.ranking__bg {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 822px;
    background: url(/images/top/ranking__bg.webp) center bottom / cover no-repeat;
    pointer-events: none;
}

.ranking .headline {
    position: relative;
    z-index: 1;
    gap: 18px;
}

.ranking__headline-en {
    background-color: #ffe7d7;
    color: #fe6601;
}

.ranking__headline-plus::before,
.ranking__headline-plus::after {
    background-color: #fe6601;
}

.ranking__headline-ja {
    color: #fff;
}

.ranking__list {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: flex-start;
    gap: 30px;
    width: 1140px;
}

.ranking__sub-list {
    display: flex;
    flex-direction: column;
    gap: 30px;
    width: 555px;
}

.ranking-card {
    position: relative;
    box-sizing: border-box;
    transition: transform 0.3s ease;
}

.ranking-card:hover {
    transform: translateY(-10px);
}

.ranking-card--first {
    width: 555px;
}

.ranking-card--sub {
    width: 555px;
}

.ranking-card__rank {
    position: absolute;
    z-index: 3;
    display: block;
}

.ranking-card__rank--first {
    top: -17px;
    left: -37px;
    width: 90px;
    height: 118px;
}

.ranking-card__rank--sub {
    top: -17px;
    right: -27px;
    width: 60px;
    height: 80px;
}

.ranking-card__link {
    display: block;
    border-radius: 20px;
    background-color: #fff;
    box-shadow: 0 4px 3px rgba(83, 84, 88, 0.3);
    text-decoration: none;
    box-sizing: border-box;
}

.ranking-card__link:hover {
    opacity: 1;
}

.ranking-card__link--first {
    display: flex;
    flex-direction: column;
    gap: 15px;
    width: 555px;
    padding: 20px;
}

.ranking-card__link--sub {
    display: flex;
    align-items: center;
    gap: 15px;
    width: 555px;
    padding: 20px;
}

.ranking-card__img {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
}

.ranking-card__img--first {
    width: 515px;
    height: 279px;
}

.ranking-card__img--sub {
    flex-shrink: 0;
    width: 225px;
    height: 191px;
}

.ranking-card__img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    background: #fff4ed;
}

.ranking-card__label {
    position: absolute;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fe6601;
    color: #fff;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 600;
    white-space: nowrap;
}

.ranking-card__label--first {
    top: 14px;
    left: 38px;
    padding: 6px 18px;
    border-radius: 9999px;
    font-size: 16px;
    line-height: 1.7;
}

.ranking-card__label--sub {
    top: 10px;
    left: 0;
    padding: 6px 10px;
    border-radius: 0 9999px 9999px 0;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
}

.ranking-card__pricedown {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 6px 10px;
    border-radius: 0 0 15px 15px;
    background-color: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(7.5px);
    color: #da3c39;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.7;
    white-space: nowrap;
}

.ranking-card__body {
    color: #333;
}

.ranking-card__body--first {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 515px;
}

.ranking-card__body--sub {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 275px;
}

.ranking-card__price-wrap {
    display: flex;
    flex-direction: column;
    gap: 4px;
    width: 100%;
}

.ranking-card__price-wrap--sub {
    gap: 4px;
}

.ranking-card__price-block {
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 100%;
}

.ranking-card__title {
    margin: 0;
    overflow: hidden;
    color: #333;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 20px;
    font-weight: 800;
    line-height: 1.5;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.ranking-card__title--sub {
    width: 275px;
}

.ranking-card__price-row {
    margin: 0;
    line-height: 1;
}

.ranking-card__price-row--sub {
    line-height: 1;
}

.ranking-card__price {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 16px;
    font-weight: 800;
    line-height: 1;
}

.ranking-card__price .price {
    color: #da3c39;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 34px;
    font-weight: 800;
    line-height: 1;
}

.ranking-card__meta {
    color: #333;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
}

.ranking-card__meta--block {
    margin: 0;
    font-weight: 700;
    line-height: 1;
}

.ranking-card__info {
    display: flex;
    flex-direction: column;
    gap: 2px;
    width: 100%;
    padding-top: 14px;
    border-top: 1px solid #cfd8dc;
}

.ranking-card__info--sub {
    width: 275px;
}

.ranking-card__address,
.ranking-card__access {
    margin: 0;
    overflow: hidden;
    color: #333;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.7;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.ranking-card__address--sub,
.ranking-card__access--sub {
    width: 275px;
}

.l-main .ranking-card__favorite {
    position: absolute;
    z-index: 2;
    width: 50px;
    height: 50px;
    margin: 0;
    padding: 0;
    border: none;
    border-radius: 999px;
    background-image: url(/images/top/bkn__heart.webp);
    background-color: #fff;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 28px 25px;
    cursor: pointer;
}

.l-main .ranking-card__favorite.is-checked {
    background-image: url(/images/top/bkn__heart__on.webp);
}

.ranking-card__favorite--first,
.ranking-card--first > .ranking-card__favorite {
    top: 34px;
    right: 34px;
}

.ranking-card__favorite--sub {
    top: 30px;
    left: 185px;
}

/* =========================================
   flow（購入の流れ）
   Figma計測: padding-top 100px, gap 50px
   リスト: W1140px, gap 38px 18px
   item: W175px, radius 10px, icon 75x75
========================================= */
.flow {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 21px;
    padding-top: 100px;
    overflow: hidden;
}

.flow__headline-en {
    background-color: #ffe7d7;
    color: #fe6601;
}

.flow__headline-plus::before,
.flow__headline-plus::after {
    background-color: #fe6601;
}

.flow__list {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 38px 18px;
    width: 947px;
    margin: 0;
    padding: 29px 0 0;
    list-style: none;
    box-sizing: border-box;
}

.flow__list::before,
.flow__list::after {
    position: absolute;
    z-index: 0;
    height: 2px;
    background-color: #fe6601;
    content: '';
    pointer-events: none;
}

.flow__list::before {
    top: 119px;
    right: -1075px;
    width: 1980px;
}

.flow__list::after {
    bottom: 90px;
    left: -1235px;
    width: 1980px;
}

.flow__item {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    width: 175px;
    padding: 30px 0px 16px;
    border-radius: 10px;
    background-color: #fefbdd;
    box-sizing: border-box;
}

.flow__num {
    position: absolute;
    top: -29px;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 58px;
    height: 58px;
    border: 5px solid #fefbdd;
    border-radius: 9999px;
    background-color: #fff;
    color: #fe6601;
    font-family: 'Roboto', sans-serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0;
    box-sizing: border-box;
    padding-top: 2px;
}

.flow__icon {
    display: block;
    width: 75px;
    height: 75px;
    object-fit: contain;
}

.flow__text {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 48px;
    margin: 0;
    color: #333;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    text-align: center;
}

/* =========================================
   column（お役立ちコラム）
   Figma計測: gap 40px, padding-top 100px
   カード: W410px, img 370x247, radius 20px / 15px
========================================= */
.column {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    padding-top: 100px;
}

.column__headline-en {
    background-color: #ffe7d7;
    color: #fe6601;
}

.column__headline-plus::before,
.column__headline-plus::after {
    background-color: #fe6601;
}

.column .swiper-slide {
    width: 410px;
}

.column-card {
    display: flex;
    flex-direction: column;
    gap: 15px;
    width: 410px;
    padding: 20px;
    border: 1px solid #cfd8dc;
    border-radius: 20px;
    background-color: #fff;
    box-shadow: 0 4px 3px rgba(83, 84, 88, 0.3);
    box-sizing: border-box;
    text-decoration: none;
    transition: transform 0.3s ease;
}

.column-card:hover {
    opacity: 1;
    transform: translateY(-10px);
}

.column-card__img {
    width: 370px;
    height: 247px;
    overflow: hidden;
    border-radius: 15px;
}

.column-card__img img {
    display: block;
    width: 370px;
    height: 247px;
    object-fit: cover;
    background: #fff4ed;
}

.column-card__body {
    display: flex;
    flex-direction: column;
    gap: 4px;
    width: 370px;
}

.column-card__title {
    margin: 0;
    overflow: hidden;
    color: #333;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 20px;
    font-weight: 800;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    text-overflow: ellipsis;
}

.column-card__date {
    display: block;
    color: #fe6601;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.7;
}

.column .slider-pager .swiper-button-prev,
.column .slider-pager .swiper-button-next {
    border-color: #ffa970;
    background-color: #ffe7d7;
    color: #fe6601;
}

.column .slider-pager .swiper-button-prev:hover,
.column .slider-pager .swiper-button-next:hover {
    background-color: #fe6601;
    color: #fff;
}

.column .slider-pager .swiper-pagination-bullet-active {
    background-color: #fe6601;
}

.column__more-btn {
    border-color: #ffa970;
    color: #fe6601;
}

.column__more-btn .more-btn__text,
.column__more-btn .more-btn__icon {
    color: #fe6601;
}

.column__more-btn::before {
    background-image: linear-gradient(90deg, #fe6601 0%, #fe4401 100%);
}

.column__more-btn:hover {
    border-color: #fe6601;
    box-shadow: 0 8px 16px rgba(254, 102, 1, 0.25);
}

.column__more-btn:hover .more-btn__text,
.column__more-btn:hover .more-btn__icon {
    color: #fff;
}

/* =========================================
   company（会社概要）
   Figma計測: padding 100px 0, gap 40px
   content: gap 30px, img 555x413, info W555px
========================================= */
.company {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    padding: 100px 0 62px;
    overflow: hidden;
}

.company__bg {
    position: absolute;
    top: 120px;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 704px;
    background-color: #fefbdd;
    pointer-events: none;
}

.company__illust {
    position: absolute;
    right: -48px;
    bottom: -168px;
    z-index: 1;
    display: block;
    width: 207px;
    height: 214px;
    pointer-events: none;
}

.company .headline {
    position: relative;
    z-index: 2;
}

.company__headline-en {
    background-color: #ffe7d7;
    color: #fe6601;
}

.company__headline-plus::before,
.company__headline-plus::after {
    background-color: #fe6601;
}

.company__content {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: flex-start;
    gap: 30px;
    width: 1140px;
}

.company__img {
    flex-shrink: 0;
    width: 555px;
    height: 413px;
    overflow: hidden;
    border-radius: 20px;
    background-color: #fff;
}

.company__img img {
    display: block;
    width: 555px;
    height: 413px;
    object-fit: cover;
}

.company__info {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 555px;
}

.company__name {
    margin: 0;
    color: #071445;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 20px;
    font-weight: 800;
    line-height: 1.5;
}

.company__list {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 0;
    padding: 0;
    border-top: 1px solid #cfd8dc;
}

.company__item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    width: 555px;
    margin: 0;
    padding: 20px 0;
    border-bottom: 1px solid #cfd8dc;
    box-sizing: border-box;
}

.company__term {
    flex-shrink: 0;
    width: 64px;
    margin: 0;
    color: #333;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.7;
}

.company__desc {
    margin: 0;
    color: #333;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.7;
}
