@charset "UTF-8";

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
}

.l-main a{
    opacity: 1;
}

.l-main svg{
    fill: none;
}

.hover__btn:hover .btn__arrow{
    filter: brightness(0) invert(1);
}

/* ============================
メイン画像
============================ */
.main__box{
    position: relative;
    width: 100%;
    z-index: 2;
}

.org-top-mv-slider,
.org-top-mv-static{
    width: 100%;
    height: auto;
}

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

.org-top-mv-slider .swiper-wrapper,
.org-top-mv-slider__slide,
.org-top-mv-slider__figure,
.org-top-mv-static .org-top-mv-slider__figure{
    height: 100%;
}

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

.org-top-mv-slider__link{
    display: block;
    text-decoration: none;
}

.org-top-mv-slider__figure{
    margin: 0;
}

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

/* ============================
リセット
============================ */
.l-main * {
    font-family: "Zen Kaku Gothic New", sans-serif;
}

.l-main {
    width: auto;
    padding: 4px 0 0;
    background: #fff;
    overflow: hidden;
}

/* ============================
お悩み
============================ */
.cnt__wrap--trouble {
    position: relative;
    width: 100%;
    height: 743px;
    z-index: 1;
}

.cnt__wrap--trouble::before{
    position: absolute;
    content: "";
    background: url(/images/top/trouble__bg.webp) no-repeat center / cover;
    width: 100%;
    height: 743px;
    top: -1px;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}

.trouble__ttl {
    position: absolute;
    top: 80px;
    left: calc(50% - 960px + 520px);
    width: 293px;
    margin: 0;
    transform: rotate(-5deg);
    transform-origin: center;
    color: #5a3914;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 42px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: -0.84px;
    white-space: nowrap;
}

.trouble__ttl > span {
    display: block;
}

.trouble__ttl > span:first-child {
    margin-left: 34px;
}

.trouble__ttl > span + span {
    line-height: 1.6;
}

.trouble__accent {
    color: #2aa8c3;
}

.trouble__text {
    position: absolute;
    margin: 0;
    color: #252525;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 26px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: -0.52px;
    text-align: center;
}

.trouble__text > span {
    display: block;
    white-space: nowrap;
}

.trouble__text--parent {
    top: 193px;
    left: calc(50% - 960px + 891px);
    width: 239px;
    transform: rotate(5deg);
}

.trouble__text--children {
    top: 296px;
    left: calc(50% - 960px + 492px);
    width: 212px;
    transform: rotate(-4deg);
}

.trouble__text--money {
    top: 355px;
    left: calc(50% - 960px + 798px);
    width: 212px;
    transform: rotate(3deg);
}

/* ============================
対応可能なお悩み
============================ */
.cnt__wrap--possible {
    width: 100%;
    padding: 65px 0 0;
    color: #252525;
    font-family: "Zen Kaku Gothic New", sans-serif;
}

.possible__lead {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 25px;
    text-align: center;
}

.possible__logo-line {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: 7px;
}

.possible__logo-line img {
    display: block;
    width: 552px;
    height: auto;
}

.possible__logo-line span,
.possible__lead h2 {
    margin: 0;
    color: #252525;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 42px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.84px;
    white-space: nowrap;
}

.possible__lead p {
    margin: 0;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.7;
    letter-spacing: -0.44px;
    white-space: nowrap;
}

.possible__contents {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 22px;
    width: 1060px;
    margin: 19px auto 0;
}

.possible__contents h3 {
    position: relative;
    margin: 0;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 26px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: -0.52px;
    white-space: nowrap;
}

.possible__contents h3 span.color {
    position: relative;
    z-index: 0;
    color: #2aa8c3;
}

.possible__contents h3 span.color::after {
    position: absolute;
    z-index: -1;
    right: -8px;
    bottom: -6px;
    width: 102px;
    height: 17px;
    background: url(/images/top/underline.svg) no-repeat center / contain;
    content: "";
}

.possible__list {
    display: grid;
    grid-template-columns: repeat(2, max-content);
    gap: 18px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.possible__list li {
    display: flex;
    align-items: flex-start;
    gap: 5px;
    margin: 0;
    padding: 0;
}

.possible__list img {
    flex: 0 0 auto;
    display: block;
    width: 30px;
    height: 29px;
}

.possible__list span {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: -0.44px;
    white-space: nowrap;
}

.possible__contact {
    position: relative;
    width: 1140px;
    height: 276px;
    margin: 35px auto 0;
    background: url(/images/top/contact__bg.webp) no-repeat center / 1140px 284px;
}

.possible__contact::before{
    position: absolute;
    content: "";
    background: url(/images/top/contact_before.svg) no-repeat center / cover;
    width: 153px;
    height: 137px;
    top: 41px;
    left: 138px;
    pointer-events: none;
}

.cnt__wrap--inheritance .possible__contact::before{
    top: 30px;
}

.possible__contact-copy {
    position: absolute;
    top: 89px;
    left: 70px;
    width: 730px;
    margin: 0;
    color: #5a3914;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: -0.6px;
    text-align: center;
}

.possible__contact-buttons {
    position: absolute;
    top: 157px;
    left: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    width: 730px;
}

.possible__contact-btn {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 360px;
    height: 80px;
    padding: 10px 12px 10px 15px;
    border: 1px solid transparent;
    border-radius: 40px;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: -0.44px;
    text-decoration: none;
    white-space: nowrap;
    overflow: hidden;
    isolation: isolate;
    transition: color 0.35s ease, border-color 0.35s ease;
}

.possible__contact-btn::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    border-radius: inherit;
    background: var(--btn-hover-bg);
    transform: scaleX(0); 
    transform-origin: left;
    transition: transform 0.4s ease;
}

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

.possible__contact-btn span {
    position: absolute;
    top: 50%;
    right: 28px;
    display: block;
    line-height: 0;
    transform: translateY(-50%);
}

.possible__contact-btn span img {
    display: block;
    width: 20px;
    height: auto;
}

.possible__contact-btn--line {
    --btn-hover-bg: #ffffff;
    background: #06c755;
    color: #ffffff;
}

.possible__contact-btn--line:hover {
    border-color: #06c755;
    color: #06c755;
}

.possible__contact-btn--line svg {
    width: 20px;
    height: auto;
    color: currentColor;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 29px;
    transition: color 0.35s ease;
}

.possible__contact-btn--price {
    --btn-hover-bg: #ff5b01;
    border-color: #ff5b01;
    background: #ffffff;
    color: #ff5b01;
}

.possible__contact-btn--price:hover {
    color: #ffffff;
}

.possible__contact-btn--price svg {
    width: 20px;
    height: auto;
    color: currentColor;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 29px;
    transition: color 0.35s ease;
}

/* ============================
専門家との連携
============================ */
.cnt__wrap--expert {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 37px;
    width: 100%;
    padding: 96px 0 100px;
    color: #252525;
    font-family: "Zen Kaku Gothic New", sans-serif;
}

.expert__lead {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
    width: 1140px;
    text-align: center;
}

.expert__logo-line {
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.expert__logo-line img {
    display: block;
    width: 553px;
    height: auto;
}

.expert__logo-line span,
.expert__lead h2 {
    margin: 0;
    color: #5a3914;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 42px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.84px;
    white-space: nowrap;
}

.expert__boxes {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 1140px;
}

.expert__box {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 40px 60px 46px;
    border-radius: 10px;
    box-sizing: border-box;
}

.expert__box--inhouse {
    position: relative;
    gap: 11px;
    background: #fdf7ea;
}

.expert__box--partner {
    gap: 20px;
    align-items: stretch;
    background: #f4fbfc;
    padding: 40px 60px 38px;
}

.expert__box h3 {
    margin: 0;
    color: #252525;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: -0.6px;
    text-align: center;
}

.expert__box--inhouse h3 span {
    color: #ff5b01;
}

.expert__box--partner h3 span {
    color: #2aa8c3;
}

.expert__list {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 50px;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}

.expert__list li {
    display: flex;
    flex-direction: column;
    gap: 1px;
    margin: 0;
    padding: 0;
}

.expert__list-label {
    display: flex;
    align-items: center;
    gap: 5px;
    margin: 0;
    color: #ff5b01;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: -0.36px;
    white-space: nowrap;
}

.expert__list-label::before {
    flex: 0 0 auto;
    width: 7px;
    height: 7px;
    border-radius: 9999px;
    background: #ff5b01;
    content: "";
}

.expert__list-name {
    margin: 0;
    color: #252525;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 22px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: -0.44px;
    white-space: nowrap;
}

.expert__badge {
    position: absolute;
    top: -90px;
    left: -19px;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 160px;
    height: 160px;
    margin: 0;
    border-radius: 9999px;
    background: #fff36b;
    transform: rotate(-9.45deg);
    text-align: center;
    pointer-events: none;
}

.expert__badge span {
    color: #5a3914;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.1;
}

.expert__badge-accent {
    color: #ff5b01 !important;
    font-size: 30px !important;
}

.expert__diagram {
    display: flex;
    justify-content: center;
    width: 100%;
}

.expert__diagram-img {
    display: block;
    width: 952px;
    height: auto;
}

.expert__note {
    display: flex;
    flex-direction: column;
    gap: 5px;
    width: 1020px;
    margin: 0 auto;
}

.expert__note-ttl {
    margin: 0;
    color: #ff5b01;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 26px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: -0.52px;
    text-align: center;
}

.expert__note-text {
    margin: 0;
    color: #252525;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.7;
    letter-spacing: -0.44px;
}

.expert__underline {
    position: relative;
    z-index: 0;
}

.expert__underline::after {
    position: absolute;
    z-index: -1;
    right: 0;
    bottom: 2px;
    left: 0;
    height: 12px;
    background: rgba(255, 243, 107, 0.7);
    content: "";
}

.expert__chara {
    position: absolute;
    top: 171px;
    left: 854px;
    z-index: 1;
    display: block;
    width: 265px;
    height: 195px;
    pointer-events: none;
}

/* ============================
4つの売却方法
============================ */
.cnt__wrap--method {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    width: 100%;
    padding: 100px 0;
    background: #fdf7ea;
    color: #252525;
    font-family: "Zen Kaku Gothic New", sans-serif;
}

.method__lead {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    width: 1140px;
    text-align: center;
}

.method__lead h2 {
    margin: 0;
    color: #5a3914;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 42px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: -0.84px;
    white-space: nowrap;
}

.method__lead h2 span {
    color: #ff5b01;
}

.method__lead p {
    margin: 0;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.7;
    letter-spacing: -0.44px;
}

.method__list {
    display: grid;
    grid-template-columns: repeat(2, 555px);
    gap: 35px 30px;
    width: 1140px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.method__item {
    position: relative;
    box-sizing: border-box;
    margin: 0;
    padding: 30px;
    border-radius: 5px;
    background: #ffffff;
}

.method__num {
    position: absolute;
    top: 12px;
    left: 20px;
    z-index: 1;
    display: flex;
    align-items: flex-end;
    gap: 1px;
    margin: 0;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: -0.44px;
    color: #252525;
}

.method__num span {
    color: #ff5b01;
    font-size: 34px;
    letter-spacing: -0.68px;
    line-height: 1.1;
}

.method__body {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    width: 495px;
}

.method__icon {
    flex: 0 0 auto;
    display: block;
    width: 140px;
    height: 140px;
}

.method__text {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    /* gap: 8px; */
    align-items: flex-start;
    min-width: 0;
}

.method__label {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    margin: 0 0 8px;
    padding: 0 10px;
    background: #ff5b01;
    color: #ffffff;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: -0.44px;
}

.method__desc {
    margin: 0;
    color: #252525;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: -0.36px;
}

.method__detail {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 340px;
    height: 45px;
    margin: 12px 0 0;
    padding: 0 18px 0 16px;
    border: 0;
    border-radius: 9999px;
    background: #fbebc8;
    color: #000000;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: -0.32px;
    cursor: pointer;
    overflow: hidden;
    isolation: isolate;
    transition: color 0.35s ease;
}

.method__detail::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    border-radius: inherit;
    background: #5A3914;
    transform: scaleX(0); 
    transform-origin: left;
    transition: transform 0.4s ease;
}

.method__detail:hover {
    opacity: 1;
    color: #fbebc8;
}

.method__detail:hover::before {
    transform: scaleX(1);
}

.method__detail span {
    position: absolute;
    top: 50%;
    right: 29px;
    font-size: 20px;
    line-height: 1;
    transform: translateY(-50%);
}

/* ============================
売却以外の選択肢
============================ */
.cnt__wrap--choices {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    width: 100%;
    padding: 100px 0;
    background: #ffffff;
    color: #252525;
    font-family: "Zen Kaku Gothic New", sans-serif;
}

.choices__lead {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    width: 1140px;
    text-align: center;
}

.choices__lead h2 {
    margin: 0;
    color: #5a3914;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 42px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: -0.84px;
    white-space: nowrap;
}

.choices__lead h2 span {
    color: #ff5b01;
}

.choices__lead p {
    margin: 0;
    color: #252525;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.7;
    letter-spacing: -0.44px;
}

.choices__list {
    display: flex;
    align-items: flex-start;
    gap: 30px;
    width: 1140px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.choices__list li {
    display: flex;
    flex: 1 1 0;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    margin: 0;
    padding: 0;
    min-width: 0;
}

.choices__list img {
    display: block;
    width: 140px;
    height: 140px;
}

.choices__text {
    display: flex;
    flex-direction: column;
    gap: 5px;
    width: 100%;
}

.choices__ttl {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 58px;
    margin: 0;
    color: #ff5b01;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: -0.44px;
    text-align: center;
}

.choices__desc {
    margin: 0;
    color: #252525;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.7;
    letter-spacing: -0.36px;
}

.choices__desc span {
    font-size: 16px;
}

/* ============================
遺品整理・生前整理
============================ */
.cnt__wrap--support {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    width: 100%;
    padding: 100px 0;
    background: #fdf7ea;
    color: #252525;
    font-family: "Zen Kaku Gothic New", sans-serif;
}

.support__lead {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    width: 1140px;
    text-align: center;
}

.support__lead h2 {
    margin: 0;
    color: #5a3914;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 42px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: -0.84px;
    white-space: nowrap;
}

.support__lead h2 span {
    color: #ff5b01;
}

.support__lead-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    width: 100%;
}

.support__lead-catch {
    margin: 0;
    width: 100%;
    color: #ff5b01;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.7;
    letter-spacing: -0.44px;
}

.support__lead-desc {
    margin: 0;
    width: 100%;
    color: #252525;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.7;
    letter-spacing: -0.44px;
}

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

.support__sub-ttl {
    margin: 0;
    width: 100%;
    color: #252525;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.7;
    letter-spacing: -0.44px;
    text-align: center;
}

.support__list {
    position: relative;
    display: flex;
    align-items: stretch;
    gap: 30px;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}

.support__card {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 10px;
    box-sizing: border-box;
    width: 555px;
    margin: 0;
    padding: 30px;
    border-radius: 10px;
    background: #ffffff;
}

.support__img {
    display: block;
    width: 100%;
    height: 200px;
    border-radius: 5px;
    object-fit: cover;
}

.support__text {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    width: 100%;
}

.support__ttl {
    margin: 0;
    width: 100%;
    color: #ff5b01;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.7;
    letter-spacing: -0.44px;
    text-align: center;
}

.support__desc {
    margin: 0;
    width: 100%;
    color: #252525;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.7;
    letter-spacing: -0.36px;
}

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

.support__deco--01 {
    top: 144px;
    left: -70px;
    width: 191px;
    height: auto;
}

.support__deco--02 {
    right: -33px;
    bottom: 2px;
    width: 103px;
    height: auto;
}

/* ============================
相続税
============================ */
.cnt__wrap--inheritance {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 100px 0;
    color: #252525;
    font-family: "Zen Kaku Gothic New", sans-serif;
}

.inheritance__lead {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 30px;
    width: 1140px;
    margin: 0 0 50px;
    text-align: center;
}

.inheritance__lead h2 {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    color: #5a3914;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 42px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: -0.84px;
    white-space: nowrap;
}

.inheritance__lead h2 span.color {
    color: #ff5b01;
}

.inheritance__lead h2 span.icon {
    color: #ff5b01;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: -14.8px;
}

.inheritance__lead p {
    margin: 0;
    color: #252525;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.7;
    letter-spacing: -0.44px;
    white-space: nowrap;
}

.inheritance__body {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 1140px;
}

.inheritance__stats {
    display: flex;
    gap: 10px;
    width: 100%;
    margin: 0;
}

.inheritance__stat {
    display: flex;
    flex: 1 1 0;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1px;
    box-sizing: border-box;
    min-width: 0;
    padding: 30px 30px 22px;
    border-radius: 10px;
    background: rgba(253, 247, 234, 0.9);
    text-align: center;
}

.inheritance__stat-label {
    margin: 0;
    color: #252525;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: -0.44px;
    white-space: nowrap;
}

.inheritance__stat-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    width: 100%;
}

.inheritance__stat-num {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: 2px;
    margin: 0;
    white-space: nowrap;
}

.inheritance__stat-num span {
    color: #252525;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: -0.36px;
}

.inheritance__stat-num strong {
    color: #ff5b01;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 60px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -1.2px;
}

.inheritance__stat-note {
    margin: 0;
    color: #252525;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: -0.44px;
    white-space: nowrap;
}

.inheritance__stat-note span {
    color: #ff5b01;
}

.inheritance__attention {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    box-sizing: border-box;
    width: 100%;
    padding: 30px 60px;
    background: #fffac4;
    overflow: hidden;
}

.inheritance__attention-ttl {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    width: 100%;
    margin: 0;
    color: #e40303;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 26px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: -0.52px;
    text-align: center;
    white-space: nowrap;
}

.inheritance__attention-ttl img {
    display: block;
    width: 32px;
    height: auto;
}

.inheritance__attention-text {
    width: 100%;
    margin: 0;
    color: #252525;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: -0.36px;
    text-align: center;
}

.cnt__wrap--inheritance .possible__contact {
    margin-top: 53px;
}

.cnt__wrap--inheritance .possible__contact .possible__contact-copy{
    top: 88px;
}

.cnt__wrap--inheritance .possible__contact .possible__contact-buttons{
    top: 156px;
}

/* ============================
不動産をお探しの方へ
============================ */
.cnt__wrap--property {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    width: 100%;
    padding: 100px 0;
    background: #fdf7ea;
    color: #252525;
    font-family: "Zen Kaku Gothic New", sans-serif;
    overflow: hidden;
}

.property__lead {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    width: 1140px;
    text-align: center;
}

.property__lead h2 {
    margin: 0;
    color: #5a3914;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 42px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: -0.84px;
    white-space: nowrap;
}

.property__lead h2 span {
    color: #ff5b01;
}

.property__lead p {
    margin: 0;
    color: #252525;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.7;
    letter-spacing: -0.44px;
}

.property__body {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 44px;
    width: 1140px;
}

.property__intro {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    width: 100%;
}

.property__intro-main {
    display: flex;
    flex: 1 1 0;
    flex-direction: column;
    gap: 15px;
    min-width: 0;
}

.property__intro-ttl {
    margin: 0;
    color: #252525;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: -0.44px;
}

.property__intro-ttl span {
    color: #ff5b01;
}

.property__intro-text {
    margin: 0;
    color: #252525;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.7;
    letter-spacing: -0.36px;
}

.property__points {
    position: relative;
    box-sizing: border-box;
    flex: 0 0 auto;
    width: 550px;
    margin: 0;
    padding: 30px 40px;
    background: #fbebc8;
}

.property__points ul {
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.property__points li {
    display: flex;
    align-items: center;
    gap: 5px;
    margin: 0;
    padding: 0;
    color: #ff5b01;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: -0.36px;
    white-space: nowrap;
}

.property__points li::before {
    flex: 0 0 auto;
    width: 5px;
    height: 5px;
    border-radius: 9999px;
    background: #ff5b01;
    content: "";
}

.property__points li span {
    color: #252525;
}

.property__points-icon {
    position: absolute;
    right: 22px;
    bottom: 0;
    display: block;
    width: 112px;
    height: auto;
    pointer-events: none;
}

.property__bottom {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    width: 100%;
}

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

.property__slider .swiper-slide {
    width: 360px;
    height: auto;
}

.property__card {
    transition: transform 0.3s ease;
}

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

.property__card a{
    position: relative;
    display: flex;
    flex-direction: column;
    width: 360px;
    overflow: hidden;
    border-radius: 10px;
    background: #ffffff;
}

.property__card-img {
    position: relative;
    width: 100%;
    height: 220px;
    overflow: hidden;
    border-radius: 10px 10px 0 0;
}

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

.bkn-favorite__button {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 9999px;
    background: url(/images/top/favorite-icon.svg) no-repeat center / cover;
    cursor: pointer;
}

.bkn-favorite__button.is-checked {
    background: url(/images/top/favorite-icon-on.svg) no-repeat center / cover;
}

.property__card-body {
    display: flex;
    flex-direction: column;
    gap: 0;
    box-sizing: border-box;
    width: 100%;
    padding: 10px 20px 20px;
    border-radius: 0 0 10px 10px;
    background: #ffffff;
}

.property__card-name {
    margin: 0;
    overflow: hidden;
    color: #252525;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: -0.36px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.property__card-price {
    display: flex;
    align-items: flex-end;
    margin: 0 0 5px;
    white-space: nowrap;
    color: #252525;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: -0.32px;
}

.property__card-price span {
    color: #ff5b01;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 36px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.72px;
}

.property__card-price-note {
    margin-left: 0;
}

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

.property__card-meta {
    margin: 0;
    overflow: hidden;
    color: #252525;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: -0.32px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.property__cta{
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    width: 100%;
}

.property__cta-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 550px;
    gap: 15px;
}

.property__cta-text {
    margin: 0;
    color: #252525;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.7;
    letter-spacing: -0.44px;
    text-align: center;
}

.property__cta-text span {
    color: #2aa8c3;
}

.property__cta-btn {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    box-sizing: border-box;
    width: 100%;
    height: 100px;
    padding: 10px 40px 10px;
    border: 1px solid #ffaf01;
    border-radius: 9999px;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
    background: #ffaf01;
    color: #ffffff;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: -0.44px;
    text-decoration: none;
    white-space: nowrap;
    overflow: hidden;
    isolation: isolate;
    transition: color 0.35s ease;
}

.property__cta-btn.property__cta-btn--home{
    background-color: #2aa8c3;
    border: 1px solid #2aa8c3;
}

.property__cta-btn::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    border-radius: inherit;
    background: #ffffff;
    transform: scaleX(0); 
    transform-origin: left;
    transition: transform 0.4s ease;
}

.property__cta-btn:hover {
    color: #ffaf01;
}

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

.property__cta-icon {
    display: block;
    width: 50px;
    height: 50px;
    flex-shrink: 0;
}

.property__cta-icon img,
.property__cta-icon svg {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.property__cta-btn--home .property__cta-icon {
    color: #ffffff;
    transition: color 0.35s ease;
}

.property__cta-btn--home .property__cta-icon path {
    fill: currentColor;
}

.property__cta-btn--home:hover {
    color: #2aa8c3;
}

.property__cta-btn--home:hover .property__cta-icon {
    color: #2aa8c3;
}

.property__cta-btn:hover .property__cta-arrow {
    filter: brightness(0) saturate(100%) invert(72%) sepia(87%) saturate(1478%) hue-rotate(346deg) brightness(101%) contrast(101%);
}

.property__cta-btn--home:hover .property__cta-arrow {
    filter: brightness(0) saturate(100%) invert(58%) sepia(47%) saturate(591%) hue-rotate(146deg) brightness(94%) contrast(91%);
}

.property__cta-person {
    flex-shrink: 0;
    color: currentColor;
}

.property__cta-person path,
.property__cta-person rect {
    stroke: currentColor;
    transition: stroke 0.35s ease, fill 0.35s ease;
}

.property__cta-person-badge {
    fill: #ffa807;
}

.property__cta-btn:hover .property__cta-person-badge {
    fill: #ffffff;
}

.property__cta-arrow {
    position: absolute;
    top: 50%;
    right: 30px;
    display: block;
    width: 20px;
    height: auto;
    transform: translateY(-50%);
}

/* ============================
中古物件＋リフォーム
============================ */
.cnt__wrap--reform {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    width: 100%;
    padding: 100px 0;
    color: #252525;
    font-family: "Zen Kaku Gothic New", sans-serif;
}

.reform__lead {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    width: 1140px;
    text-align: center;
}

.reform__lead h2 {
    margin: 0;
    color: #5a3914;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: -0.6px;
    white-space: nowrap;
}

.reform__lead h2 span {
    color: #ff5b01;
}

.reform__lead p {
    margin: 0;
    width: 100%;
    color: #252525;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.7;
    letter-spacing: -0.36px;
}

.reform__points {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 43px;
    width: 1140px;
}

.reform__points h3 {
    margin: 0;
    color: #252525;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: -0.44px;
    text-align: center;
    white-space: nowrap;
}

.reform__points h3 span {
    color: #ff5b01;
}

.reform__list {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}

.reform__list li {
    display: flex;
    flex: 1 1 0;
    flex-direction: column;
    align-items: center;
    min-width: 0;
    margin: 0;
    padding: 0;
    position: relative;
}

.reform__label {
    z-index: 2;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: 2px;
    background: #ff5b01;
    color: #ffffff;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: -0.44px;
    white-space: nowrap;
    width: 102px;
    height: 39px;
    position: absolute;
    top: -22px;
    right: 0;
    left: 0;
    margin: auto;
}

.reform__label span {
    font-size: 34px;
    letter-spacing: -0.68px;
    line-height: 1.2;
}

.reform__card {
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    width: 100%;
    padding: 35px 30px 30px;
    border-radius: 5px;
    background: #fdf7ea;
    text-align: center;
}

.reform__card p {
    margin: 0;
    color: #252525;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: -0.44px;
}

.reform__note {
    width: 1140px;
    margin: 0;
    color: #252525;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.7;
    letter-spacing: -0.44px;
    text-align: center;
}

.reform__note span {
    color: #ff5b01;
}

/* ============================
お客様の声
============================ */
.cnt__wrap--customer {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    padding: 120px 0 120px;
    background: #fdf7ea;
    color: #252525;
    font-family: "Zen Kaku Gothic New", sans-serif;
}

.ctn__inner--customer{
    position: relative;
    width: 1140px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 50px;
    z-index: 1;
}

.customer__deco {
    position: absolute;
    top: -160px;
    left: 14px;
    z-index: 1;
    display: block;
    width: 205px;
    height: auto;
    pointer-events: none;
}

.customer__lead {
    position: relative;
    z-index: 1;
    display: flex;
    flex: 0 0 auto;
    flex-direction: column;
    align-items: flex-start;
    gap: 50px;
}

.customer__lead h2 {
    margin: 0;
    color: #5a3914;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 42px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: -0.84px;
    white-space: nowrap;
}

.customer__lead h2 span {
    color: #ff5b01;
}

.customer__slider {
    position: relative;
    z-index: 1;
    flex: 1 1 auto;
    min-width: 0;
    overflow: visible;
    clip-path: inset(-5% -230% 0 0);
}

.customer__slider .swiper-slide {
    width: 320px;
    height: auto;
}

.customer__card {
    display: flex;
    flex-direction: column;
    gap: 30px;
    width: 320px;
    text-decoration: none;
    color: inherit;
    position: relative;
}

.customer__card-head {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.customer__card-img {
    position: relative;
    width: 320px;
    height: 200px;
    border-radius: 5px;
}

.customer__card-img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    background: #f5f5f5;
}

.customer__card-name {
    z-index: 1;
    box-sizing: border-box;
    max-width: 100%;
    margin: 0;
    width: fit-content;
    height: 39px;
    overflow: hidden;
    border-radius: 5px;
    background: #ff5b01;
    color: #ffffff;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: -0.44px;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: absolute;
    bottom: -22px;
    padding: 0 20px 0 15px;
}

.customer__card-text {
    display: -webkit-box;
    margin: 0;
    overflow: hidden;
    color: #252525;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: -0.36px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.customer__btn {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    width: 280px;
    height: 55px;
    padding: 10px 12px 10px 15px;
    border: 1px solid #ff5b01;
    border-radius: 40px;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
    background: #ffffff;
    color: #ff5b01;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: -0.36px;
    text-decoration: none;
    white-space: nowrap;
    overflow: hidden;
    isolation: isolate;
    transition: color 0.35s ease;
}

.customer__btn::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    border-radius: inherit;
    background: #ff5b01;
    transform: scaleX(0); 
    transform-origin: left;
    transition: transform 0.4s ease;
}

.customer__btn:hover {
    color: #ffffff;
}

.customer__btn:hover::before {
    transform: scaleX(1);
}

.customer__btn-arrow {
    position: absolute;
    top: 50%;
    right: 24px;
    display: block;
    width: 16px;
    height: 9px;
    transform: translateY(-50%);
}

/* ============================
スタッフ紹介
============================ */
.cnt__wrap--staff {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    padding: 120px 0 120px;
    background: #ffffff;
    color: #252525;
    font-family: "Zen Kaku Gothic New", sans-serif;
}

.ctn__inner--staff{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 50px;
    width: 1140px;
    margin: 0 auto;
}

.staff__deco {
    position: absolute;
    right: 76px;
    bottom: -119px;
    z-index: 0;
    display: block;
    width: 133px;
    height: auto;
    pointer-events: none;
}

.staff__lead {
    position: relative;
    z-index: 1;
    display: flex;
    flex: 0 0 auto;
    flex-direction: column;
    align-items: flex-end;
    gap: 50px;
}

.staff__lead h2 {
    margin: 0;
    color: #5a3914;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 42px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: -0.84px;
    white-space: nowrap;
}

.staff__lead h2 span {
    color: #ff5b01;
}

.staff__slider {
    position: relative;
    z-index: 1;
    min-width: 0;
    overflow: visible;
    width: 670px;
    margin: 0 0 0 auto;
    clip-path: inset(-5% 0 0 -230%);
}

.staff__slider .swiper-wrapper{
    width: 460px;
}

.staff__slider .swiper-slide {
    width: 320px;
    height: auto;
}

.staff__card {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 320px;
    text-decoration: none;
    color: inherit;
}

.staff__card-head {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.staff__card-img {
    width: 320px;
    height: 200px;
    margin-bottom: -17px;
    overflow: hidden;
    border-radius: 5px;
}

.staff__card-img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: bottom;
    background: #f5f5f5;
}

.staff__card-name {
    z-index: 1;
    box-sizing: border-box;
    max-width: 100%;
    margin: 0;
    padding: 0 20px 0 15px;
    overflow: hidden;
    border-radius: 5px;
    background: #2aa8c3;
    color: #ffffff;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: -0.44px;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: fit-content;
    height: 39px;
}

.staff__card-text {
    display: -webkit-box;
    width: 320px;
    margin: 0;
    overflow: hidden;
    color: #252525;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: -0.36px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.staff__btn {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    width: 280px;
    height: 55px;
    padding: 10px 12px 10px 15px;
    border: 1px solid #ff5b01;
    border-radius: 40px;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
    background: #ffffff;
    color: #ff5b01;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: -0.36px;
    text-decoration: none;
    white-space: nowrap;
    overflow: hidden;
    isolation: isolate;
    transition: color 0.35s ease;
}

.staff__btn::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    border-radius: inherit;
    background: #ff5b01;
    transform: scaleX(0); 
    transform-origin: left;
    transition: transform 0.4s ease;
}

.staff__btn:hover {
    color: #ffffff;
}

.staff__btn:hover::before {
    transform: scaleX(1);
}

.staff__btn-arrow {
    position: absolute;
    top: 50%;
    right: 28px;
    display: block;
    width: 15px;
    height: auto;
    transform: translateY(-50%);
}

/* ============================
代表挨拶
============================ */
.cnt__wrap--message {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    width: 100%;
    padding: 120px 0;
    background: #fdf7ea;
    color: #252525;
    font-family: "Zen Kaku Gothic New", sans-serif;
}

.message__top {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 100px;
    box-sizing: border-box;
    width: 1140px;
    margin: 0 auto;
}

.message__main {
    display: flex;
    flex: 1 1 0;
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
    min-width: 0;
}

.cnt__wrap--message h2 {
    margin: 0;
    color: #5a3914;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 42px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: -0.84px;
    white-space: nowrap;
    ruby-align: center;
}

.cnt__wrap--message h2 rt {
    color: #5a3914;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0;
}

.message__intro {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
}

.message__ttl {
    position: relative;
    z-index: 1;
    margin: 0;
    color: #ff5b01;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.7;
    letter-spacing: -0.6px;
    white-space: nowrap;
}

.message__text {
    position: relative;
    z-index: 1;
}

.message__text p {
    margin: 0;
    color: #252525;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.7;
    letter-spacing: -0.36px;
}

.message__text--more {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 1140px;
}

.message__logo {
    position: absolute;
    top: 30.3%;
    left: 58.4%;
    z-index: 0;
    display: block;
    width: 294px;
    height: auto;
    margin-top: -148px;
    margin-left: -160px;
    pointer-events: none;
}

.message__photo {
    position: relative;
    z-index: 1;
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    width: 570px;
    height: 310px;
    overflow: hidden;
    border-radius: 10px;
    background: #9a9a9a;
}

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

.message__photo p {
    position: relative;
    z-index: 1;
    margin: 0;
    color: #ffffff;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: -0.36px;
}

.message__btn {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    width: 280px;
    height: 55px;
    padding: 10px 12px 10px 15px;
    border: 1px solid #ff5b01;
    border-radius: 40px;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
    background: #ffffff;
    color: #ff5b01;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: -0.36px;
    text-decoration: none;
    white-space: nowrap;
    overflow: hidden;
    isolation: isolate;
    transition: color 0.35s ease;
}

.message__btn::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    border-radius: inherit;
    background: #ff5b01;
    transform: scaleX(0); 
    transform-origin: left;
    transition: transform 0.4s ease;
}

.message__btn:hover {
    color: #ffffff;
}

.message__btn:hover::before {
    transform: scaleX(1);
}

.message__btn-arrow {
    position: absolute;
    top: 50%;
    right: 23px;
    display: block;
    width: 19px;
    height: 10px;
    transform: translateY(-50%);
}

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

.message__more-body {
    position: relative;
    width: 100%;
    max-height: 50px;
    margin-bottom: -20px;
    overflow: hidden;
}

.message__more-body::after {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    height: 96px;
    background: linear-gradient(180deg, rgba(253, 247, 234, 0) 0%, #fdf7ea 100%);
    content: "";
    pointer-events: none;
}

.message__more-btn {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    width: 200px;
    height: 45px;
    margin: 0;
    padding: 10px 12px 10px 15px;
    border: 1px solid #ff5b01;
    border-radius: 40px;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
    background: #ff5b01;
    color: #ffffff;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: -0.36px;
    white-space: nowrap;
    cursor: pointer;
    overflow: hidden;
    isolation: isolate;
    transition: color 0.35s ease;
}

.message__more-btn::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    border-radius: inherit;
    background: #ffffff;
    transform: scaleX(0); 
    transform-origin: left;
    transition: transform 0.4s ease;
}

.message__more-btn:hover {
    color: #ff5b01;
}

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

.message__more-btn-arrow {
    position: absolute;
    top: 50%;
    right: 14px;
    display: block;
    width: 13px;
    height: auto;
    transform: translateY(-50%);
}

.message__more-btn:hover .message__more-btn-arrow{
    filter: brightness(0) saturate(100%) invert(45%) sepia(91%) saturate(3133%) hue-rotate(348deg) brightness(103%) contrast(104%);
}

.message__more.is-open .message__more-body {
    max-height: none;
    margin-bottom: 20px;
    overflow: visible;
}

.message__more.is-open .message__more-body::after {
    display: none;
}

.message__more.is-open .message__more-btn-arrow {
    transform: translateY(-50%) rotate(180deg);
}

/* ============================
ブログ
============================ */
.cnt__wrap--blog {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 50px;
    width: 100%;
    padding: 120px 0;
    overflow: hidden;
    background: #ffffff;
    color: #252525;
    font-family: "Zen Kaku Gothic New", sans-serif;
}

.ctn__inner--blog{
    width: 1140px;
    margin: 0 auto;
}

.blog__lead {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1140px;
    margin: 0 0 50px;
}

.blog__lead h2 {
    position: relative;
    z-index: 1;
    margin: 0;
    color: #ff5b01;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 42px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: -0.84px;
    white-space: nowrap;
}

.blog__deco {
    position: absolute;
    top: -17px;
    right: 119px;
    z-index: 0;
    display: block;
    width: 235px;
    height: auto;
    pointer-events: none;
}

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

.blog__slider {
    width: 1020px;
    overflow: visible;
}

.blog__slider .swiper-slide {
    width: 320px;
    height: auto;
}

.blog__card {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 320px;
    text-decoration: none;
    color: inherit;
}

.blog__card-img {
    width: 320px;
    height: 200px;
    overflow: hidden;
    border-radius: 5px;
}

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

.blog__card-body {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    width: 100%;
}

.blog__card-ttl {
    width: 321px;
    margin: 0;
    overflow: hidden;
    color: #252525;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: -0.44px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.blog__card-text {
    width: 320px;
    margin: 0;
    overflow: hidden;
    color: #252525;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: -0.36px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.blog__btn {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    width: 280px;
    height: 55px;
    padding: 10px 12px 10px 15px;
    border: 1px solid #ff5b01;
    border-radius: 40px;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
    background: #ffffff;
    color: #ff5b01;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: -0.36px;
    text-decoration: none;
    white-space: nowrap;
    overflow: hidden;
    isolation: isolate;
    transition: color 0.35s ease;
}

.blog__btn::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    border-radius: inherit;
    background: #ff5b01;
    transform: scaleX(0); 
    transform-origin: left;
    transition: transform 0.4s ease;
}

.blog__btn:hover {
    color: #ffffff;
}

.blog__btn:hover::before {
    transform: scaleX(1);
}

.blog__btn-arrow {
    position: absolute;
    top: 50%;
    right: 23px;
    display: block;
    width: 17px;
    height: 9px;
    transform: translateY(-50%);
}

/* ============================
更新情報
============================ */
.cnt__wrap--news {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 50px;
    width: 100%;
    padding: 120px 0;
    background: #fdf7ea;
    color: #252525;
    font-family: "Zen Kaku Gothic New", sans-serif;
}

.news__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 1140px;
}

.cnt__wrap--news h2 {
    margin: 0;
    color: #5a3914;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 42px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: -0.84px;
    white-space: nowrap;
}

.cnt__wrap--news h2 span {
    color: #ff5b01;
}

.news__scroll {
    width: 1140px;
    max-height: 530px;
}

.news__scroll .simplebar-content-wrapper {
    padding-right: 27px;
}

.section__wrapper--news .simplebar-track.simplebar-vertical {
    top: 0;
    right: 0;
    width: 8px;
    background: transparent;
}

.section__wrapper--news .simplebar-track.simplebar-vertical::before {
    position: absolute;
    top: 0;
    left: 50%;
    width: 4px;
    height: 100%;
    transform: translateX(-50%);
    background: #ffffff;
    content: "";
}

.section__wrapper--news .simplebar-track.simplebar-vertical .simplebar-scrollbar {
    width: 8px;
    right: 0;
    left: auto;
}

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

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

.news__item {
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: center;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding: 0 0 25px;
    border-bottom: 1px solid #fde4ce;
}

.news__date {
    display: block;
    color: #ff5b01;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
}

.news__content {
    display: flex;
    flex-direction: column;
    gap: 5px;
    width: 100%;
}

.news__ttl {
    margin: 0;
    color: #252525;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: -0.36px;
}

.news__text {
    margin: 0;
    color: #252525;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: -0.32px;
}

.news__btn {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    width: 280px;
    height: 55px;
    padding: 10px 12px 10px 15px;
    border: 1px solid #ff5b01;
    border-radius: 40px;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
    background: #ffffff;
    color: #ff5b01;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: -0.36px;
    text-decoration: none;
    white-space: nowrap;
    overflow: hidden;
    isolation: isolate;
    transition: color 0.35s ease;
}

.news__btn::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    border-radius: inherit;
    background: #ff5b01;
    transform: scaleX(0); 
    transform-origin: left;
    transition: transform 0.4s ease;
}

.news__btn:hover {
    color: #ffffff;
}

.news__btn:hover::before {
    transform: scaleX(1);
}

.news__btn-arrow {
    position: absolute;
    top: 50%;
    right: 28px;
    display: block;
    width: 15px;
    height: auto;
    transform: translateY(-50%);
}

/* ============================
よくあるご質問
============================ */
.cnt__wrap--faq {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 50px;
    width: 100%;
    padding: 120px 0;
    background: #ffffff;
    color: #252525;
    font-family: "Zen Kaku Gothic New", sans-serif;
}

.cnt__wrap--faq h2 {
    margin: 0;
    color: #5a3914;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 42px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: -0.84px;
    text-align: center;
    white-space: nowrap;
}

.cnt__wrap--faq h2 span {
    color: #ff5b01;
}

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

.faq__item {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 8px;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding: 30px 30px 25px;
    overflow: hidden;
    border-radius: 10px;
    background: #fdf7ea;
}

.faq__head {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    gap: 8px;
    width: 100%;
}

.faq__q {
    display: flex;
    flex: 0 0 auto;
    justify-content: center;
    width: 42px;
    height: 43px;
    border-radius: 9999px;
    background: #ff5b01;
    color: #ffffff;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 26px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: -0.52px;
    text-align: center;
}

.faq__question {
    flex: 1 1 auto;
    min-width: 0;
    margin: 0;
    color: #ff5b01;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.3;
    letter-spacing: -0.44px;
}

.faq__answer {
    position: relative;
    z-index: 1;
    margin: 0;
    color: #252525;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.7;
    letter-spacing: -0.36px;
}

.faq__a {
    position: absolute;
    right: 24px;
    bottom: -42px;
    z-index: 0;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    overflow: hidden;
    color: rgba(253, 228, 206, 0.4);
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 130px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: -2.6px;
    pointer-events: none;
    white-space: nowrap;
}

/* ============================
買取保証付仲介モーダル
============================ */
.method-modal {
    position: fixed;
    z-index: 10001;
    inset: 0;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.25s ease, visibility 0.25s ease;
    overflow-y: auto;
}

.method-modal.is-open {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
}

body.is-method-modal-open {
    overflow: hidden;
}

.method-modal__overlay {
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 0.70);
    backdrop-filter: blur(2.5px);
}

.method-modal__dialog {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    box-sizing: border-box;
    width: 100%;
    min-height: 100%;
    padding: 14px 80px 66px 20px;
}

.method-modal__frame {
    position: relative;
    width: 1000px;
    max-width: 100%;
    margin: auto;
}

.method-modal__close {
    position: absolute;
    top: -4px;
    right: -73px;
    z-index: 3;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    color: #ff5b01;
    cursor: pointer;
}

.method-modal__close-icon {
    display: flex;
    line-height: 0;
}

.method-modal__close-text {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 2;
}

.method-modal__panel {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    padding: 47px 85px 35px;
    border-radius: 40px;
    background: #fff9ef;
}

.method-modal__content {
    display: flex;
    flex-direction: column;
    gap: 32px;
    width: 100%;
}

.method-modal__block {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.method-modal__block--steps {
    gap: 14px;
}

.method-modal__ttl {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    height: 34px;
    margin: 0;
    padding: 0 10px;
    background: #ff5b01;
    color: #ffffff;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: -0.44px;
}

.method-modal__text {
    margin: 0;
    color: #252525;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: -0.36px;
}

.method-modal__steps {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.method-modal__steps li {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    margin: 0;
    padding: 0;
}

.method-modal__step-num {
    flex: 0 0 auto;
    display: flex;
    justify-content: center;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #ffe477;
    color: #ff5b01;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    padding-top: 2px;
}

.method-modal__step-body {
    flex: 1 1 auto;
    min-width: 0;
}

.method-modal__step-body p {
    margin: 0;
    color: #252525;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: -0.32px;
}

.method-modal__step-body p span{
    color: #252525;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.7;
    letter-spacing: -0.32px;
}

.method-modal__step-body .method-modal__note {
    margin-top: 6px;
    font-size: 16px;
}

.method-modal__message {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: 12px;
    box-sizing: border-box;
    padding: 48px 18px 39px 15px;
    border-radius: 24px;
    background: #ffffff;
    width: 828px;
    margin: 0 auto;
    position: relative;
}

[class*="method-modal__chara01--"] {
    flex: 0 0 auto;
    display: block;
    width: 76px;
    height: auto;
    position: absolute;
    left: 120px;
    top: 20px;
}

.method-modal__chara01--right{
    width: 87px;
    right: 110px;
    top: 23px;
    left: inherit;
}

.method-modal__message p {
    flex: 1 1 auto;
    align-self: center;
    max-width: 391px;
    margin: 0;
    color: #ff5b01;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: -0.36px;
    text-align: center;
}

.method-modal__cta {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: 15px;
}

.method-modal__chara02 {
    flex: 0 0 auto;
    display: block;
    width: 131px;
    height: auto;
}

.method-modal__cta-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    padding-bottom: 12px;
}

.method-modal__cta-lead {
    position: relative;
    margin: 0;
    padding: 0 28px;
    color: #252525;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: -0.44px;
}

.method-modal__cta-lead::before,
.method-modal__cta-lead::after {
    position: absolute;
    top: 17px;
    width: 10px;
    height: 18px;
    border-left: 2px solid #252525;
    content: "";
}

.method-modal__cta-lead::before {
    left: 16px;
    transform: translateY(-50%) rotate(-26deg);
}

.method-modal__cta-lead::after {
    right: 11px;
    top: 21px;
    transform: translateY(-50%) rotate(25deg);
}

.method-modal__btn {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    width: 360px;
    height: 80px;
    padding: 10px 40px;
    border: 1px solid #2aa8c3;
    border-radius: 40px;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
    background: #2aa8c3;
    color: #ffffff;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: -0.44px;
    text-decoration: none;
    white-space: nowrap;
    overflow: hidden;
    isolation: isolate;
    transition: color 0.35s ease;
}

.method-modal__btn::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    border-radius: inherit;
    background: #ffffff;
    transform: scaleX(0); 
    transform-origin: left;
    transition: transform 0.4s ease;
}

.method-modal__btn:hover {
    color: #2aa8c3;
}

.method-modal__btn:hover::before {
    transform: scaleX(1);
}

.method-modal__btn img {
    position: absolute;
    top: 50%;
    right: 28px;
    display: block;
    width: 20px;
    height: auto;
    transform: translateY(-50%);
    transition: filter 0.35s ease;
}

.method-modal__btn:hover img {
    filter: invert(55%) sepia(47%) saturate(528%) hue-rotate(146deg) brightness(92%) contrast(91%);
}

/* ============================
カードのホバー効果
============================ */

.hover__card{
    transition: transform 0.3s ease;
}

.hover__card:hover{
    transform: translateY(-10px);
    transition: transform 0.3s ease;
}
