
.clear { display: none;}

html, body {
    width: auto;
    margin: 0;
	font-family: "Kaisei Tokumin", serif;

    position: relative;
    height: 100%;
    margin: 0;
    padding: 0;
}

*, *::before, *::after {
    box-sizing: border-box;
}

body {
  background: #0f0f11;
  color: #fff;
  line-height: 1.5;
  font-family:
    -apple-system, system-ui, 'Helvetica Neue', Helvetica, Arial, 'Segoe UI',
    Roboto, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  &.light {
    background: #fff;
  }
}

.container {
    width: 100%;
    margin-bottom: 4rem;
    margin-top: 4rem;
}

.font_s{
	font-size: 82.35%;
}
.pc_only{
	display: block;
}
.sp_only{
	display: none;
}

.tab_only{
	display: none;
}

@media only screen and (max-width: 767px) {

    .container {
        margin-left: 0;
    }
    body {
        overflow-x: hidden;
    }
	.font_s{
		font-size: 86.667%;
	}
	.pc_only{
		display: none;
	}
	.sp_only{
		display: block;
	}
    .tab_only{
        display: none;
    }
    
}

@media only screen and (max-width: 1020px) and (min-width: 768px) {

	.font_s{
		font-size: 86.667%;
	}
	.pc_only{
		display: none;
	}
	.sp_only{
		display: none;
	}
    .tab_only{
        display: block;
    }
    
}

/* kv */
.kv{
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.kv .main-copy{
  color: #fff;
  font-size: 60px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  letter-spacing: .2em;
}

.kv .sub-copy{
  color: #fff;
  font-size: 30px;
  text-align: center;
}

/* video */
.video{
  width: 100%;
  height: 100vh;
  background: url(../img/kv-alternative.jpg) no-repeat center/cover;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: -1;
}

.video::after{
  content: '';
  width: 100%;
  height: 100%;
  background-color: #10394b;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  opacity: .3;
}

.video video{
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

@media only screen and (max-width: 767px) {

  .kv .main-copy{
    font-size: 30px;
  }

  .kv .sub-copy{
    font-size: 20px;
  }

}

/* ヘッダー */
.header {
    position: fixed; /*← fixedで固定 */
    width: 100%; 
    height: 90px; 
    background: #ffffff; 
    opacity: 0.8;
    padding: 16px 20px; 
    box-sizing: border-box;
    top: 0; 
    left: 0; 
    display: flex; 
    align-items: flex-end;
    z-index: 9999;

    /* ロゴとメニューを横並びにする */
    display: flex; 
    justify-content:space-between;
}

.logo {
    font-weight: 700;
    padding-left: 14px;
    position: relative;
    line-height: 1;
    margin-left: 5rem;
    font-size: 0;
    display: flex;
    align-items: center;
    height: 100%;
}

.logo .head_logo{
    height: 72px;
    width: auto;
}

.header-tel {
    display: flex;
    flex-direction: column;
    align-items: flex-start;

    color: #000;
    font-weight: 800;
    font-size: 24px;
    text-decoration: none;
    letter-spacing: 0.05em;
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    margin-top: 0;
    margin-bottom: 2px;
    transform: translateY(10px);

}

.header-tel-number {
    color: #000;
    font-weight: 800;
    font-size: 24px;
    letter-spacing: .05em;
    font-family: "Helvetica Neue", Arial, sans-serif;
}

.header-tel-time {
    color: #555;
    font-size: 11px;
    margin-top: 2px;
    padding-left: 28px;
    letter-spacing: .05em;
}

/* アイコン追加 */

.header-tel-number::before {
    content: "";
    display: inline-block;
    width: 22px;
    height: 22px;
    margin-right: 6px;

    background: url("../images/common/icon_TEL.png") no-repeat center;
    background-size: contain;

    vertical-align: middle;
}

.hamburger-menu {
    width: 100px;
    height: 100px;
    position: relative;
    border: none;
    background: transparent;
    appearance: none;
    padding: 0;
    cursor: pointer;
    top: 2.2rem;
}
.hamburger-menu__bar {
    display: inline-block;
    width: 44%;
    height: 2px;
    background: #b99877;
    position: absolute;
    left: 50%;
    right: 20%;
    transform: translateX(-50%);
    transition: .5s;
}
.hamburger-menu__bar:first-child {
    top: 16px;
}
.hamburger-menu__bar:nth-child(2) {
    top: 24px;
}
.hamburger-menu__bar:last-child {
    top: 32px;
}
.hamburger-menu--open .hamburger-menu__bar {
    top: 50%;
}
.hamburger-menu--open .hamburger-menu__bar:first-child {
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
.hamburger-menu--open .hamburger-menu__bar:last-child {
    transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}
.hamburger-menu--open .hamburger-menu__bar:nth-child(2) {
    display: none;
}
.navigation {
    display: none;
    background: #000000;
    position: absolute;
    top: 90px;
    right: 0px;
    width: 30%;
    z-index: 88888;
}
.navigation__list {
    text-align: center;
    list-style: none;
    padding: 0;
    margin: 0;
}
.navigation__list-item {
    border-bottom: solid 1px #ffffff;
}
.navigation__list-item:first-child {
    border-top: solid 1px #ffffff;
}
.navigation__link {
    color: #fff;
    font-weight: 700;
    text-decoration: none;
    display: block;
    padding: 24px 0 24px 24px;
    transition: .5s;
}
@media (hover: hover) and (pointer: fine) {
    .navigation__link:hover {
        background: #ffffff;
        color: #b99877;
    }
}

.p-header-nav {
    flex: 1;
    display: flex;
    justify-content: flex-end;
    margin: 0 auto;
}

.p-header-nav__list, .nav__sns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.nav__sns {
    z-index: 99999;
}
.nav__sns > li{
    margin-left: 1rem;
}
.nav__sns > li img{
    width: 40px;
    height: auto;
}

.nav__sns a{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 3.2rem;
    height: 3.2rem;
    border: 1px solid #efe1c7;
    background: #fff;
    border-radius: 2rem;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.nav__sns a:hover {
    background: #efe1c7;
}

.p-header-nav__list > li {
    margin: 0 4.08163%;
    padding: 10px 0;
}

.p-header-nav__list a {
    text-decoration: none;
    white-space: nowrap;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

.p-header-nav__list a:link {
    color: #666;
}

.p-header-nav__list a:hover{
    color: #ad7f52;
}

.drop_down {
    position: relative;
}

/* SP */
@media only screen and (max-width: 767px) {

    .logo {
        font-weight: 700;
        padding-left: 0px;
        position: relative;
        line-height: 1;
        margin-left: 0rem;
        font-size: 0;
        display: flex;
        align-items: center;
        height: 100%;
    }
    .logo .head_logo{
        height: 56px;
        width: auto;
    }

    .nav__sns {
        display: none;
    }

    .hamburger-menu {
        display: flex;
        justify-content: flex-end;
        margin-right: 0;
        width: 80px;
        height: 80px;
        top: 1.4rem;
    }

    .header {
        height: 70px;
        padding: 8px 20px;
    }

    .navigation {
        top: 69px;
        right: 0px;
        width: 220px;
    }

    .navigation__list {
        text-align: left;
    }

    .navigation__link {
        font-size: 14px;
        padding: 18px 0 18px 18px;
    }
}

/* TAB Only */
@media only screen and (max-width: 1020px) and (min-width: 768px) {
    .header {
        height: 70px;
        padding: 8px 24px;
    }
    .logo .head_logo{
        height: 48px;
        width: auto;
    }

    .nav__sns {
        display: none;
    }

    .hamburger-menu {
        top: 0.6rem;
    }
    .navigation {
        top: 69px;
    }
}
/* ./ヘッダー */

/* FOOTER　フッター */

.footer-logo{
    height: 44px;
    width: auto;
}

.footer { 
    min-height: 150px;
    background-color: #e8eaeb;
    margin-bottom: -60px;
    margin-left: 0;
    padding: 50px;
    position: relative;
    text-align: center;
}
@media only screen and (max-width: 767px) {
    .footer { 
        margin-bottom: 4.5rem;
        padding-top: 30px;
        position: relative;
        text-align: center;
    }
}

@media only screen and (max-width: 1020px) and (min-width: 768px) {
    .footer { 
        margin-bottom: 8.4rem;
    }
}

.footer .inner { 
    max-width: 1200px;
    margin: 0px;padding: 20px 5px ;
    right:0px;
    left:0px;
    margin:auto auto;
}
.footer .inner { 
    border-top: 1px solid #ffffff;
    border-image: linear-gradient(to right, #ffffff 0%,#616161 50%, #ffffff 100%);
    border-image-slice: 1;
}
.footer .inner { 
    border-bottom: 1px solid #ffffff;
    border-image: linear-gradient(to right, #ffffff 0%,#616161 50%, #ffffff 100%);
    border-image-slice: 1;
}
.footer .foot_logo { 
    max-width: 300px;
    margin: 20px 0;
    padding: 0px 0px;
    position: relative;
    text-align:center;
}
div.foot_info { 
    width: 100%;
    display: table;margin: 0px;padding: 0px;}
div.foot_info .box1 { 
    display: table-cell;
    width: 150px;padding: 10px;
    vertical-align: top;
    text-align: left;
}

div.foot_info .box2 { 
    display: table-cell;
    padding: 10px;
    vertical-align: top;
    text-align: left;
}
div.foot_info .box1 img { 
    max-width: 100%;
    height: auto;
}
div.foot_info .box2 p { 
    margin: 0px;
    padding-left: 10px;
    font-size: 14px;color: black;
    line-height: 1.6;
    font-weight: normal;
    letter-spacing: 0.07em;
    text-indent:0.07em;
    text-align: center; 
}
@media only screen and (max-width: 767px) {
    div.foot_info { 
        width: 100%;
        display: flex;
        flex-direction: column;
        margin: 0px;
        padding: 0px;
        text-align: center;
    }
    div.foot_info .box1 { 
        width: 100%;
        padding: 10px;
        vertical-align: top;
        text-align: center;
    }
    div.foot_info .box1 { 
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    div.foot_info .box1 img { 
        max-width: 150px;
        height: auto;
    }
}

.copy-l{ 
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 60px;
    font-size: 14px;color: black;
}


@media only screen and (max-width: 767px) {
    .copy-l {
        gap: 10px;
        font-size: 11px;
        flex-wrap: nowrap;
        overflow-x: auto;
        justify-content: center;
    }

    .copy-l a {
        font-size: 11px;
        white-space: nowrap;
    }
}

.copy-r{ 
    font-size:16px;
    color: black;
    line-height: 1.6;
    font-weight:normal;
    letter-spacing: 0.07em;
    text-indent:0.07em;
    text-align: center;
}
@media only screen and (max-width: 767px) {
    .copy-r{ 
        font-size:12px;
    }
}
.copy-l a {
    color: black;
    text-decoration: none;
    position: relative;
    transition: all 0.25s ease;
}

.copy-l a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 0;
    height: 1px;
    background: #b99877;
    transition: width 0.25s ease;
}

.copy-l a:hover::after {
    width: 100%;
}

.copy-r a{ 
    color: black;
    text-decoration: none;
}
.copy-r a:hover{ 
    text-decoration: none;
}

.footer-license {

    margin-top: 12px;
    font-size: 11px;
    line-height: 1.3;
    color: #000;

}

.footer-license p {
        margin: 2px 0;
}

.footer-related{
    margin-top:40px;
    padding-top:30px;
    border-top:1px solid rgba(255,255,255,.15);
}

.footer-related-title{
    color:#000;
    font-size:18px;
    font-weight:700;
    margin-bottom:18px;
}

.footer-related-list{
    display:grid;
    grid-template-columns:repeat(3, 1fr);
    list-style:none;
    gap:10px 30px;
}

@media (max-width:768px){
    .footer-related-list{
        grid-template-columns:1fr;
    }
}

.footer-related-list li{
    margin:0;
}

.footer-related-list a{
    color:#000;
    text-decoration:none;
    transition:0.3s;
}

.footer-related-list a:hover{
    color:#b88a1b;
    text-decoration:none;
}

/*  ./フッター */

/* 追従TOPボタン */
#page-top {
    position: fixed;
    bottom: 80px;
    right: 20px;
    font-size: 14px;
    line-height: 1;
    z-index: 99;
}
/* TAB Only */
@media only screen and (max-width: 1020px) and (min-width: 768px) {
    #page-top {
        bottom: 140px;
    }
}
#page-top a {
    background: #ad7f52;
    text-decoration: none;
    color: #fff;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 50%;
    opacity: 0.9;
    transition: all .3s ease;
}
#page-top a:hover {
    text-decoration: none;
    opacity: .5;
}
/* ./追従TOPボタン */

/* NAVI　電話番号のみ */
#modal_sp_navi {
    display: none;
}

@media only screen and (max-width: 767px) {
    #modal_sp_navi {
        overflow: hidden;
        position: fixed;
        width: 100%;
        bottom: 5rem;
        z-index: 1;
        display: inline-block;
        padding-top: 25px;
    }
    #slide_navi {
        width: 100%;
        background: linear-gradient(
            135deg,
            #f7f1e3 0%,
            #d8b98a 18%,
            #fff7dc 35%,
            #c49a57 55%,
            #f8ecd0 75%,
            #b99877 100%
        );
        border-top: 1px solid rgba(255,255,255,0.08);
        position: fixed;
        opacity: 1;
        z-index: 8888;
        box-shadow: 0 -8px 30px rgba(185,152,119,0.35);
        animation: navGlow 3s ease-in-out infinite;
    }

    #modal_sp_navi a {
        text-decoration: none;
        cursor: pointer;
        display: block;
    }
    #slide-in_navi {
        position: relative;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: 100%;
    }
}

@media only screen and (max-width: 1020px) and (min-width: 768px) {
    #modal_sp_navi {
        overflow: hidden;
        position: fixed;
        width: 100%;
        bottom: 5rem;
        z-index: 1;
        display: inline-block;
        padding-top: 35px;
        padding-bottom: 0;
    }
    #slide_navi {
        width: 100%;
        background: linear-gradient(
            135deg,
            #f7f1e3 0%,
            #d8b98a 18%,
            #fff7dc 35%,
            #c49a57 55%,
            #f8ecd0 75%,
            #b99877 100%
        );
        border-top: 1px solid rgba(255,255,255,0.08);
        position: fixed;
        opacity: 1;
        z-index: 8888;
        box-shadow: 0 -8px 30px rgba(185,152,119,0.35);
        animation: navGlow 3s ease-in-out infinite;
    }

    #modal_sp_navi a {
        text-decoration: none;
        cursor: pointer;
        display: block;
    }
    #slide-in_navi {
        position: relative;
        width: 100%;
    }
}

ul.foot_navi {
    width: 100%;
    margin: 0;
    padding: 12px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: transparent;
}

ul.foot_navi li {
    width: 100%;
    border: none;
    list-style: none;
}

ul.foot_navi li a {
    width: 100%;
    min-height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    gap: 14px;
    text-decoration: none;
    padding: 12px 18px;
    border-radius: 14px;
    transition: all 0.25s ease;
    cursor: pointer;
}

ul.foot_navi li a:hover {
    transform: translateY(-2px);
        background: rgba(185,152,119,0.12);
        box-shadow: 0 10px 25px rgba(185,152,119,0.30);
}

ul.foot_navi li a:active {
    transform: scale(0.98);
}

ul.foot_navi li img {
    width: 38px;
    height: 38px;
    margin: 0;
    flex-shrink: 0;
    filter: drop-shadow(0 0 8px rgba(185,152,119,0.55));
}

.navi_text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    line-height: 1.15;
    text-align: center;
}

.navi_number {
    color:#7a5a3c;
    font-size: 1.6rem;
    font-weight: 900;
    letter-spacing: 0.03em;
    text-shadow: 0 0 12px rgba(185,152,119,.35);
}

.navi_number::before {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url("../images/common/icon_phone.png") no-repeat center;
    background-size: contain;
    filter: drop-shadow(0 0 8px rgba(255,255,255,.4));
}

.navi_label {
    color:#9b7b58;
    font-size: .7rem;
    opacity:1;
    letter-spacing: .08em;
    margin-top: 4px;
}

@media (max-width: 767px) {

    ul.foot_navi li a {
        min-height: 64px;
        gap: 12px;
        padding: 10px 12px;
    }

    ul.foot_navi li img {
        width: 32px;
        height: 32px;
    }

    .navi_number {
        font-size: 1.2rem;
    }

    .navi_label {
        font-size: .65rem;
    }
}

/*NAVI*/

/*SWIPER*/
#app {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.swiper {
  width: 100%;
  height: 85vh;
  min-height: 500px;
  margin-top: 90px;
}
@media (orientation: portrait) {
  .swiper {
    aspect-ratio: 16/9;
    height: auto;
  }
}

.super-flow-content {
  padding: 16px;
  font-weight: bold;
  line-height: 1.1;
  text-wrap-style: balance;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-sizing: border-box;
  color: #fff;
  font-size: 6vw;
  inset-inline-start: 25%;
  width: 50%;
  transition-property: transform;
  font-family: "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", "HGS明朝E", serif;
}

.swiper-super-flow .swiper-pagination-bullets {
  position: absolute;
  background: rgba(200, 200, 200, 0.25);
  border-radius: 999px;
  backdrop-filter: blur(16px);

  white-space: nowrap;
  --swiper-pagination-bullet-size: 10px;
  --swiper-pagination-bullet-horizontal-gap: 5px;
  --swiper-pagination-bullet-vertical-gap: 10px;
  --swiper-pagination-bullet-inactive-color: #fff;
  --swiper-pagination-color: #fff;
}

.swiper-super-flow .swiper-pagination-bullets.swiper-pagination-horizontal {
  padding: 16px;
  width: auto;
  left: 50%;
  transform: translateX(-50%);
  font-size: 0;
}
.swiper-super-flow .swiper-pagination-bullets.swiper-pagination-vertical {
  padding: 16px;
}

/* SP */
@media only screen and (max-width: 767px) {

  .swiper {
    height: 35vh;
    min-height: 320px;
    margin-top: 70px;
  }
}
/* ./SP*/

/* TAB */
@media only screen and (max-width: 1020px) and (min-width: 768px) {
  .swiper {

    height: 45vh;
    min-height: 420px;
    margin-top: 70px;
  }
}
/* ./TAB*/

/*SWIPER*/

/* 問い合わせ */
.contact {
    padding: 140px 20px 100px;
    background: linear-gradient(
        135deg,
        #f8f8f8 0%,
        #dcdcdc 25%,
        #ffffff 50%,
        #cfcfcf 75%,
        #f5f5f5 100%
    );
}

.contact-container {
    width: 100%;
    max-width: 760px;
    margin: 0 auto;
    background: rgba(255,255,255,0.94);
    backdrop-filter: blur(12px);
    padding: 64px;
    border-radius: 32px;
    box-shadow: 0 25px 70px rgba(0,0,0,0.12);
    border: 1px solid rgba(185,152,119,0.15);
}

.contact-subtitle {
    font-size: 13px;
    letter-spacing: 0.35em;
    color: #b99877;
    font-weight: 600;
    margin-bottom: 14px;
    text-transform: uppercase;
}

.contact-title {
    font-size: clamp(16px, 2.5vw, 32px);
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 24px;
    letter-spacing: 0.02em;
    background: linear-gradient(135deg, #111, #b99877);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}

@media screen and (max-width: 768px) {

    .contact-title {
        font-size: 20px;
    }
}

.contact label {
    color: #111;
}

.contact-text {
    color: #555;
    margin-bottom: 50px;
    line-height: 1.8;
    font-size: 15px;
}

.form-group {
    margin-bottom: 28px;
}

label {
    display: block;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 600;
}

input,
select,
textarea {
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 16px;
    padding: 16px;
    font-size: 16px;
    transition: 0.3s;
    background: rgba(255,255,255,0.9);
}

input:focus,
select:focus,
textarea:focus {
    outline: none;
    border-color: #111;
    background: #fff;
    box-shadow: 0 0 0 4px rgba(0,0,0,0.05);
}

textarea {
    min-height: 180px;
    resize: vertical;
}

.submit-btn {

    width: 100%;
    border: none;
    background: linear-gradient(135deg, #b99877 0%, #8c6b4f 40%, #111 100%);
    color: #fff;
    padding: 18px 20px;
    border-radius: 999px;
    font-size: 16px;
    font-weight: 800;
    letter-spacing: 0.12em;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    transition: all 0.35s ease;
    box-shadow: 0 15px 35px rgba(0,0,0,0.25);

}

/* 光が流れる演出 */

.submit-btn::before {

    content: "";
    position: absolute;
    top: 0;
    left: -120%;
    width: 120%;
    height: 100%;
    background: linear-gradient(120deg, transparent, rgba(255,255,255,0.35), transparent);
    transition: all 0.6s ease;

}

/* ホバー */

.submit-btn:hover {

    transform: translateY(-4px) scale(1.02);
    box-shadow: 0 25px 60px rgba(0,0,0,0.35);

}

.submit-btn:hover::before {

    left: 120%;

}

/* クリック時 */

.submit-btn:active {

    transform: translateY(-1px) scale(0.99);
    box-shadow: 0 10px 20px rgba(0,0,0,0.2);

}

@media screen and (max-width: 768px) {

    .contact {
        padding: 120px 16px 80px;
    }

    .contact-container {
        padding: 40px 24px;
        border-radius: 20px;
    }

    .contact-title {
        font-size: 36px;
    }

}

.flash-message {

    position: fixed;
    top: 100px;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(135deg, #1f7a4a 0%, #2ecc71 50%, #145a32 100%);
    color: #fff;
    padding: 14px 24px;
    border-radius: 999px;
    font-size: 14px;
    z-index: 9999;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
    animation: fadeIn 0.3s ease;
    transition: all 0.4s ease;

}

@keyframes fadeIn {

    from { opacity: 0; transform: translateX(-50%) translateY(-10px); }
    to { opacity: 1; transform: translateX(-50%) translateY(0); }

}
/* ./問い合わせ*/

/* 会社概要 */
.about {
    padding: 140px 20px 100px;
    background: linear-gradient(
        135deg,
        #f8f8f8 0%,
        #dcdcdc 25%,
        #ffffff 50%,
        #cfcfcf 75%,
        #f5f5f5 100%
    );
    color: #111;
}

.about-box {
    width: 100%;
    max-width: 760px;
    margin: 40px auto 0;
    background: rgba(255,255,255,0.94);
    backdrop-filter: blur(12px);
    padding: 64px;
    border-radius: 32px;
    box-shadow: 0 25px 70px rgba(0,0,0,0.12);
    border: 1px solid rgba(185,152,119,0.15);
}

.about,
.about p,
.about td,
.about th,
.about a {
    color: #111;
}

.company-table {
    width: 100%;
    border-collapse: collapse;
}

.company-table th {
    background: linear-gradient(
        135deg,
        #f8f8f8 0%,
        #dcdcdc 25%,
        #ffffff 50%,
        #cfcfcf 75%,
        #f5f5f5 100%
    );
    color: #3f2d18;
    padding: 14px;
    text-align: left;
    font-weight: 700;
}

.company-table td {
    background: #fafafa;
    color: #111;
    padding: 14px;
}

.company-table tr {
    border-bottom: 1px solid #e5e5e5;
}

@media only screen and (max-width: 767px) {

    .company-table,
    .company-table tbody,
    .company-table tr,
    .company-table th,
    .company-table td {
        display: block;
        width: 100%;
    }

    .company-table tr {
        margin-bottom: 12px;
    }

    .company-table th {
        background: linear-gradient(
            135deg,
            #f8f8f8 0%,
            #dcdcdc 25%,
            #ffffff 50%,
            #cfcfcf 75%,
            #f5f5f5 100%
        );
        color: #3f2d18;
        padding: 12px;
        font-weight: 700;
    }

    .company-table td {
        background: #fafafa;
        color: #111;
        padding: 12px;
    }
}

.about-box {
    margin-top: 40px;
}

.section-title {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #111;
    text-align: center;
}

.about-title {
    text-align: center;
    width: 100%;
    display: block;
    margin: 0 auto 20px;
}

.access {
    padding: 0 0 80px;
    margin-top: -100px;
    background: linear-gradient(
        135deg,
        #f8f8f8 0%,
        #dcdcdc 25%,
        #ffffff 50%,
        #cfcfcf 75%,
        #f5f5f5 100%
    );
    color: #111;
}

.access .container {

    margin-top: 0 !important;
    margin-bottom: 0 !important;

}

.access .about-box {
    background: #fff;
    border-radius: 0;
    margin-top: 0;
    padding: 40px;
    box-shadow: none;
    border-top: 2px solid #c8a96b;
    border-bottom: 2px solid #c8a96b;
    text-align: center;
}

.access .section-title {

    padding-top: 80px;

}

.access p {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 24px;
    color: #333;
    text-align: center;
}

.access iframe {
    display: block;
    width: 100vw;
    max-width: none;
    height: 600px;
    margin-left: calc(50% - 50vw);
    border-radius: 0;
}

/* スマホ */
@media only screen and (max-width: 767px) {

    .access {
        padding: 0 0 60px;
    }

    .access .about-box {
        padding: 24px;
    }

    .access p {
        font-size: 14px;
        margin-bottom: 20px;
    }

    .access iframe {
        height: 350px;
    }
}

/* ./会社概要 */

/* プライバシーポリシー */

.page-fv {
    padding: 160px 20px 80px;
    background: #f7f7f7;
    text-align: center;
}

.page-title {
    font-size: clamp(2rem, 5vw, 4rem);
    letter-spacing: .08em;
    margin-bottom: 10px;
    color: #111;
}

.page-subtitle {
    font-size: 1rem;
    color: #666;
}

.privacy-section,
.privacy-section p,
.privacy-section li,
.privacy-section h2 {
    color: #111;
}

.privacy-section {
    padding: 80px 20px;
    background: #fff;
}

.inner {
    max-width: 1000px;
    margin: 0 auto;
}

.privacy-container {
    background: #fff;
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

.privacy-lead {
    line-height: 2;
    margin-bottom: 50px;
}

.privacy-block {
    margin-bottom: 50px;
}

.privacy-block:last-child {
    margin-bottom: 0;
}

.privacy-block h2 {
    font-size: 1.4rem;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
}

.privacy-block p,
.privacy-block li {
    line-height: 2;
    color: #333;
}

.privacy-block ul {
    margin-top: 15px;
    padding-left: 1.5em;
}

.privacy-item {

    padding: 32px 0;

    border-bottom: 1px solid #eee;

}

.privacy-heading {

    display: flex;

    align-items: center;

    gap: 16px;

    margin-bottom: 18px;

}

.privacy-heading span {

    font-size: .9rem;

    letter-spacing: .1em;

    color: #999;

}

.privacy-heading h2 {

    font-size: 1.3rem;

    margin: 0;

}

.privacy-item p,

.privacy-item li {

    line-height: 2;

    color: #444;

}

@media screen and (max-width: 768px) {
    .page-fv {
        padding: 130px 20px 60px;
    }

    .privacy-section {
        padding: 60px 15px;
    }

    .privacy-container {
        padding: 30px 20px;
    }

    .privacy-block h2 {
        font-size: 1.15rem;
    }
}

/* ./プライバシーポリシー */

/*.  トップページ物件紹介カー*/
.featured-properties{
  padding:80px 20px;
  background: linear-gradient(
    135deg,
    #f8f8f8 0%,
    #dcdcdc 25%,
    #ffffff 50%,
    #cfcfcf 75%,
    #f5f5f5 100%
  );
}

.featured-properties__title{
  text-align:center;
  font-size:32px;
  margin-bottom:40px;
  color:#111;
}

.property-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:30px;
  max-width:1200px;
  margin:0 auto;
}

.property-card{
  position:relative;
  background:#fff;
  color:#111;
  border-radius:16px;
  overflow:hidden;
  box-shadow:0 5px 20px rgba(0,0,0,.08);
  transition:all .35s ease;
}

.property-card:hover{
  transform:translateY(-5px) scale(1.02);
  box-shadow:0 15px 35px rgba(0,0,0,.15);
}

.property-card a{
  color:inherit;
  text-decoration:none;
  display:block;
}

.property-card__image img{
  width:100%;
  height:280px;
  object-fit:cover;
  display:block;
}

.property-card__body{
  padding:24px;
  color:#111;
}

.property-card__body h3{
  font-size:24px;
  margin-bottom:10px;
  color:#111;
}

.property-card .price{
  font-size:28px;
  font-weight:bold;
  color:#c00;
  margin-bottom:15px;
}

.property-card__badge{
  position:absolute;
  top:15px;
  left:15px;
  background:#c00;
  color:#fff;
  padding:8px 14px;
  border-radius:999px;
  font-size:13px;
  font-weight:bold;
  z-index:10;
}

.detail-btn{
  display:inline-block;
  margin-top:15px;
  padding:10px 20px;
  background:#222;
  color:#fff;
  border-radius:999px;
}

.property-catch{
  margin:15px 0 20px;
  padding:12px;
  border-left:4px solid #c9a227;
  background:#f8f8f8;
  font-weight:700;
  font-size:18px;
  line-height:1.6;
}

.property-points{
  margin:0;
  padding:0;
  list-style:none;
}

.property-points li{
  padding:8px 0;
  border-bottom:1px solid #e5e5e5;
  font-size:15px;
  line-height:1.6;
}

.property-points li:last-child{
  border-bottom:none;
}

.property-card .price{
  font-size:38px;
  font-weight:800;
  letter-spacing:.02em;
}

.property-card__badge{
  background:linear-gradient(
    135deg,
    #d8b24a,
    #f5e29c,
    #b88a1d
  );
  color:#222;
  font-weight:700;
}

@media(max-width:768px){

  .property-grid{
    grid-template-columns:1fr;
  }

  .property-card__image img{
    height:220px;
  }

  .featured-properties__title{
    font-size:26px;
  }

}

/* ./トップページ物件紹介カード */


/* =====================================
   物件詳細ページ
===================================== */

.property-white .property-summary,
.property-white .property-section,
.property-white .property-section:nth-child(even),
.property-white .access,
.property-white .contact {
    background: #fff !important;
}

.property-fv {
    overflow: hidden;
    margin-top: 90px;
}

.property-fv img {
    width: 100%;
    height: 72vh;
    min-height: 500px;
    object-fit: cover;
    display: block;
    transition: transform .6s ease;
}

.property-fv:hover img {
    transform: scale(1.05);
}

.property-summary {
    background: linear-gradient(
        135deg,
        #f8f8f8 0%,
        #dcdcdc 25%,
        #ffffff 50%,
        #cfcfcf 75%,
        #f5f5f5 100%
    );
    padding: 80px 20px;
    text-align: center;
}

.property-summary h1 {
    color: #111;
    font-size: clamp(2rem,4vw,4rem);
    margin-bottom: 20px;
    line-height: 1.3;
}

.property-summary .catch {
    color: #555;
    max-width: 900px;
    margin: 0 auto 50px;
    line-height: 2;
    font-size: 1.05rem;
}

.property-data {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
}

.property-data div {
    min-width: 220px;
    padding: 30px;
    background: #fff;
    border: 1px solid #ececec;
    box-shadow: 0 8px 25px rgba(0,0,0,.05);
}

.property-data span {
    display: block;
    color: #777;
    font-size: .9rem;
    margin-bottom: 10px;
}

.property-data strong {
    color: #111;
    font-size: 2rem;
    font-weight: 700;
}

.property-section {
    padding: 100px 20px;
    background: linear-gradient(
        135deg,
        #f8f8f8 0%,
        #dcdcdc 25%,
        #ffffff 50%,
        #cfcfcf 75%,
        #f5f5f5 100%
    );
    color: #111;
}

.property-section:nth-child(even) {
    background: linear-gradient(
        135deg,
        #f8f8f8 0%,
        #dcdcdc 25%,
        #ffffff 50%,
        #cfcfcf 75%,
        #f5f5f5 100%
    );
}

.property-section .about-box {
    max-width: 1000px;
    margin: 0 auto;
    background: #fff;
    border: 1px solid #ececec;
    border-radius: 0;
    box-shadow: none;
    padding: 60px;
}

.property-section .section-title {
    text-align: center;
    color: #111;
    font-size: clamp(2rem,3vw,3rem);
    margin-bottom: 50px;
    position: relative;
}

.property-section .section-title::after {
    content: "";
    width: 80px;
    height: 2px;
    background: #b99877;
    position: absolute;
    left: 50%;
    bottom: -16px;
    transform: translateX(-50%);
}

.property-section p,
.property-section li,
.property-section td,
.property-section th {
    color: #222;
}

.property-section ul {
    padding-left: 20px;
}

.property-section li {
    margin-bottom: 12px;
    line-height: 1.8;
}

.property-section table {
    width: 100%;
    border-collapse: collapse;
}

.property-section th {
    width: 30%;
    background: linear-gradient(
        90deg,
        #c8a96b,
        #e7d1a0,
        #c8a96b
    );
    color: #111;
    padding: 16px;
    border-bottom: 1px solid #ddd;
}

.property-section td {
    padding: 16px;
    border-bottom: 1px solid #ddd;
}

.property-map-full{
    width:100vw;
    margin-left:calc(50% - 50vw);
    margin-top:40px;
}

.property-map-full iframe{
    display:block;
    width:100%;
    height:600px;
}

.access .section-title,
.property-section .section-title{
    position: relative;
}

.access .section-title::after,
.property-section .section-title::after{
    content:"";
    display:block;
    width:120px;
    height:2px;
    margin:18px auto 0;
    background:linear-gradient(
        90deg,
        #c8a96b,
        #e7d1a0,
        #c8a96b
    );
}

@media only screen and (max-width: 767px) {

    .property-fv {
        margin-top: 70px;
    }

    .property-fv img {
        height: 40vh;
        min-height: 260px;
    }

    .property-summary {
        padding: 50px 15px;
    }

    .property-data {
        flex-direction: column;
    }

    .property-data div {
        width: 100%;
        min-width: auto;
    }

    .property-section {
        padding: 70px 15px;
    }

    .property-section .about-box {
        padding: 30px 20px;
    }

    .property-section table,
    .property-section tbody,
    .property-section tr,
    .property-section th,
    .property-section td {
        display: block;
        width: 100%;
    }

    .property-section tr {
        margin-bottom: 12px;
    }

    .property-section th {
        width: 100%;
        border-bottom: none;
        background: linear-gradient(
            90deg,
            #c8a96b,
            #e7d1a0,
            #c8a96b
        );
        color: #111;
    }

    .property-section td {
        width: 100%;
    }
}

@media only screen and (max-width:767px){

    .property-map-full iframe{
        height:350px;
    }

}

/* 現地写真ギャラリー */
.property-gallery{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:24px;
}

.property-gallery img{
    width:100%;
    height:420px;
    object-fit:cover;
    display:block;
    border-radius:8px;
    transition:transform .4s ease;
}

.property-gallery img:hover{
    transform:scale(1.03);
}

@media only screen and (max-width:767px){

    .property-gallery{
        grid-template-columns:1fr;
        gap:16px;
    }

    .property-gallery img{
        height:auto;
    }
}

/* チラシ */

.flyer-section{
    padding:80px 0;
    overflow-x: hidden;

    background:
        radial-gradient(circle at 20% 20%, rgba(255,255,255,.35), transparent 30%),
        radial-gradient(circle at 80% 70%, rgba(255,255,255,.18), transparent 35%),
        linear-gradient(
            135deg,
            #5d4726 0%,
            #b99877 18%,
            #f6e3a2 35%,
            #d4af37 50%,
            #fff4c7 65%,
            #b88a1d 82%,
            #5a421d 100%
        );
}

.flyer-section .featured-properties__title{

    color:#fff;
    text-shadow:
        0 2px 8px rgba(0,0,0,.35),
        0 0 20px rgba(255,235,170,.35);

    margin-bottom:50px;
}

.flyer-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:30px;
    width:100%;
}

.flyer-card{

    padding:14px;
    background:#fff;
    border-radius:12px;
    min-width:0;

    box-shadow:
        0 12px 30px rgba(0,0,0,.25),
        0 0 25px rgba(255,215,100,.25);

    transition:.35s;
}

.flyer-card:hover{

    transform:translateY(-8px);
    box-shadow:
        0 20px 45px rgba(0,0,0,.35),
        0 0 40px rgba(255,220,120,.45);

}

.flyer-card img{
    width:100%;
    display:block;
    border-radius:8px;
    box-shadow:0 8px 20px rgba(0,0,0,.15);
    transition:.3s;
    height:auto;
}

.flyer-card:hover img{
    transform:translateY(-4px);
    box-shadow:0 12px 30px rgba(0,0,0,.25);
}

/* モーダル */

.flyer-modal{
    position:fixed;
    inset:0;
    background:rgba(0,0,0,.75);

    display:flex;
    justify-content:center;
    align-items:center;

    opacity:0;
    visibility:hidden;

    transition:.3s;

    z-index:9999;
}

.flyer-modal.open{
    opacity:1;
    visibility:visible;
}

.flyer-modal img{
    max-width:90%;
    max-height:90%;
    border-radius:10px;
    box-shadow:0 20px 60px rgba(0,0,0,.5);

    transform:scale(.8);
    transition:.3s;
}

.flyer-modal.open img{
    transform:scale(1);
}

@media(max-width:768px){

.flyer-grid{
    grid-template-columns:1fr;
}

}

/* =====================================
   シンカ式リースバック
===================================== */

.leaseback-section-hero{
    padding:100px 20px;
    background:
        radial-gradient(
            circle at top right,
            rgba(212,175,55,.18),
            transparent 35%
        ),
        radial-gradient(
            circle at bottom left,
            rgba(210,120,140,.12),
            transparent 40%
        ),
        linear-gradient(
            135deg,
            #070707 0%,
            #151015 45%,
            #090909 75%,
            #1b1518 100%
        );
}

.leaseback-hero-text{

    color:#fff !important;

}

.leaseback-content{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:70px;
}

.leaseback-text{
    flex:1;
}

.leaseback-label{
    display:inline-block;
    margin-bottom:18px;
    font-size:13px;
    letter-spacing:.35em;
    color:#b99877;
    font-weight:700;
    text-transform:uppercase;
}

.leaseback-text h2{
    font-size:44px;
    color:#111;
    margin:0 0 20px;
    line-height:1.2;
    font-weight:700;
}

.leaseback-text h3{
    font-size:34px;
    color:#3b2d1e;
    margin:0 0 35px;
    line-height:1.5;
    font-weight:700;
}

.leaseback-text p{
    color:#444;
    font-size:17px;
    line-height:2;
    margin-bottom:22px;
}

.leaseback-message {
    position: relative;
    max-width: 900px;
    margin: 80px auto;
    padding: 50px 40px 50px 50px;
    background: linear-gradient(135deg, #ffffff 0%, #fcfbf7 100%);
    border-left: 6px solid #c9a54d;
    border-radius: 16px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.06);

    font-size: 1rem;
    line-height: 2;
    color: #333;
    font-weight: 300;
    letter-spacing: 0.05em;
}

.leaseback-message strong {
    display: block;
    margin: 18px 0;
    font-size: 1.6rem;
    line-height: 1.4;
    font-weight: 700;
    color: #b88a28;
    letter-spacing: 0.08em;
}

.leaseback-message::before {
    content: "CONCEPT";
    position: absolute;
    top: 15px;
    right: 25px;
    font-size: 0.75rem;
    letter-spacing: 0.4em;
    color: rgba(184,138,40,.35);
    font-weight: 700;
}

.leaseback-btn{

    display:inline-flex;
    align-items:center;
    justify-content:center;

    margin-top:30px;
    padding:18px 42px;

    border-radius:999px;

    background:linear-gradient(
        135deg,
        #b99877 0%,
        #8c6b4f 40%,
        #111111 100%
    );

    color:#fff;
    text-decoration:none;

    font-size:16px;
    font-weight:700;
    letter-spacing:.12em;

    transition:.35s;

    box-shadow:0 15px 35px rgba(0,0,0,.2);

}

.leaseback-btn:hover{

    transform:translateY(-4px);
    box-shadow:0 20px 45px rgba(0,0,0,.3);
}

.leaseback-image{

    flex:1;
}

.leaseback-image img{

    width:100%;
    display:block;

    border-radius:24px;

    box-shadow:
        0 20px 50px rgba(0,0,0,.18);

    transition:.5s;

}

.leaseback-image img:hover{

    transform:scale(1.03);

}

/* =====================================

   シンカ方式が選ばれる理由

===================================== */

.leaseback-features{

    padding:120px 20px;

    background:linear-gradient(

        135deg,
        #f8f8f8 0%,
        #dcdcdc 25%,
        #ffffff 50%,
        #cfcfcf 75%,
        #f5f5f5 100%
    );

}

.leaseback-features .inner{

    max-width:1100px;
    margin:0 auto;

}

.leaseback-features .section-title{

    text-align:center;
    margin-bottom:70px;

}

.leaseback-features .section-title span{

    display:block;
    font-size:13px;
    letter-spacing:.35em;
    color:#b99877;
    font-weight:700;
    margin-bottom:15px;

}

.leaseback-features .section-title h2{

    color:#111;
    font-size:42px;
    margin:0;
    font-weight:700;

}

.feature-grid{

    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:35px;

}

.feature-card{

    background:#fff;
    padding:45px;
    border-radius:20px;
    box-shadow:0 15px 40px rgba(0,0,0,.08);
    transition:.35s ease;
    border-top:4px solid #c8a96b;

}

.feature-card:hover{

    transform:translateY(-8px);
    box-shadow:0 25px 55px rgba(0,0,0,.15);

}

.feature-icon{
    width:90px;
    height:90px;
    margin:0 auto 30px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    background:linear-gradient(
        135deg,
        #f7e6b3,
        #d4af37,
        #b99877
    );
    box-shadow:
        0 8px 20px rgba(0,0,0,.15),
        inset 0 2px 6px rgba(255,255,255,.35);
}

.feature-icon img{
    width:68px;
    height:68px;
    object-fit:contain;
    display:block;
    transform:translateX(2px);
}

.leaseback-feature-icon{
    width:90px;
    height:90px;
    margin:0 auto 30px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    background:linear-gradient(
        135deg,
        #f7e6b3,
        #d4af37,
        #b99877
    );
    box-shadow:
        0 8px 20px rgba(0,0,0,.15),
        inset 0 2px 6px rgba(255,255,255,.35);
}

.leaseback-feature-icon img{
    width:44px;
    height:44px;
    object-fit:contain;
    display:block;
}

.feature-card h3{

    font-size:28px;
    line-height:1.5;
    color:#222;
    margin-bottom:25px;

}

.feature-card p{

    color:#555;
    line-height:2;
    margin-bottom:18px;
    font-size:16px;

}

.feature-card strong{

    color:#b07c1d;
}

.feature-point{

    margin-top:30px;
    padding:20px;
    border-left:4px solid #c8a96b;
    background:#faf7f2;
    line-height:1.9;
    color:#444;

}

.feature-point strong{

    display:block;
    margin-bottom:10px;
    color:#111;
    font-size:15px;
    letter-spacing:.08em;
}

/*====================================
  ご利用の流れ
====================================*/

.leaseback-flow{
    padding:120px 20px;
    background:#f8f8f8;
}

.leaseback-flow .inner{
    max-width:1400px;
    margin:0 auto;
}

.leaseback-flow .section-title{

    text-align:center;
    margin-bottom:20px;

}

.leaseback-flow .section-title span{

    display:block;
    font-size:13px;
    letter-spacing:.35em;
    color:#b99877;
    font-weight:700;
    margin-bottom:15px;
    text-transform:uppercase;

}

.leaseback-flow .section-title h2{

    margin:0;
    font-size:42px;
    color:#222;

}

.flow-grid{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:18px;
    margin-top:70px;
}

.leaseback-flow-grid{
    display:flex;
    align-items:stretch;
    justify-content:center;
    gap:18px;
    margin-top:70px;
}

.flow-card{
    flex:1;
    background:#fff;
    border-radius:18px;
    padding:35px 25px;
    text-align:center;
    box-shadow:0 12px 35px rgba(0,0,0,.08);
    border-top:4px solid #c8a96b;
    transition:.3s;
}

.flow-card:hover{
    transform:translateY(-6px);
    box-shadow:0 20px 45px rgba(0,0,0,.15);
}

.flow-number{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    width:64px;
    height:64px;
    margin-bottom:20px;
    border-radius:50%;
    background:linear-gradient(
        135deg,
        #f7e6b3,
        #d4af37,
        #b99877
    );
    color:#fff;
    font-size:24px;
    font-weight:700;
    letter-spacing:.05em;
    box-shadow:
        0 8px 20px rgba(0,0,0,.15),
        inset 0 2px 5px rgba(255,255,255,.3);
}

.flow-card h3{
    margin-bottom:18px;
    font-size:22px;
    color:#222;
}

.flow-card p{
    font-size:15px;
    line-height:1.9;
    color:#666;
}

.flow-arrow{
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:34px;
    color:#c8a96b;
    font-weight:bold;
    padding:0 5px;
}

/* 最後だけゴール感を出す */

.flow-card:last-child{
    background:linear-gradient(
        135deg,
        #d4af37,
        #b99877
    );
    color:#fff;
}

.flow-card:last-child h3,
.flow-card:last-child p{
    color:#fff;
}

.flow-card:last-child .flow-number{
    background:#fff;
    color:#b99877;
}

/*====================================
  このような方におすすめです
====================================*/

.leaseback-target{
    padding:120px 20px;
    background:linear-gradient(
        135deg,
        #fafafa 0%,
        #f4f4f4 50%,
        #ffffff 100%
    );
}

.leaseback-target .inner{
    max-width:1200px;
    margin:0 auto;
}

/* タイトル */

.leaseback-target .section-title{
    text-align:center;
    margin-bottom:20px;
}

.leaseback-target .section-title span{
    display:block;
    font-size:13px;
    letter-spacing:.35em;
    color:#b99877;
    font-weight:700;
    margin-bottom:15px;
}

.leaseback-target .section-title h2{
    margin:0;
    font-size:42px;
    color:#222;
}

/* サブコピー */

.leaseback-target .section-description{
    text-align:center;
    max-width:700px;
    margin:0 auto 70px;
    color:#666;
    font-size:17px;
    line-height:2;
}

/* カード */

.target-grid{
    display:grid;
    grid-template-columns:repeat(6,1fr);
    gap:30px;
    max-width:1200px;
    margin:0 auto;
}

.target-card{
    background:#fff;
    border-radius:20px;
    padding:35px 28px;
    text-align:center;
    box-shadow:0 15px 40px rgba(0,0,0,.08);
    border-top:4px solid #c8a96b;
    transition:.35s;
}

.target-card:hover{
    transform:translateY(-8px);
    box-shadow:0 25px 55px rgba(0,0,0,.15);
}

/* PCのみ */
@media only screen and (min-width: 768px) {
    /* 上段3枚 */
    .target-card:nth-child(1){
        grid-column:1 / span 2;
    }
    .target-card:nth-child(2){
        grid-column:3 / span 2;
    }
    .target-card:nth-child(3){
        grid-column:5 / span 2;
    }

    /* 下段2枚（中央寄せ） */
    .target-card:nth-child(4){
        grid-column:2 / span 2;
    }
    .target-card:nth-child(5){
        grid-column:4 / span 2;
    }
}

/* 番号 */

.target-icon{
    width:65px;
    height:65px;
    margin:0 auto 22px;
    border-radius:50%;

    display:flex;
    align-items:center;
    justify-content:center;

    background:linear-gradient(
        135deg,
        #f7e6b3,
        #d4af37,
        #b99877
    );

    color:#fff;
    font-size:22px;
    font-weight:700;

    box-shadow:
        0 8px 20px rgba(0,0,0,.15),
        inset 0 2px 5px rgba(255,255,255,.35);
}

.target-card h3{
    font-size:22px;
    line-height:1.5;
    margin-bottom:18px;
    color:#222;
}

.target-card p{
    color:#666;
    line-height:1.9;
    font-size:15px;
}

/*====================================
  私たちの考え方
====================================*/

.leaseback-philosophy{
    padding:120px 20px;
    background:linear-gradient(
        135deg,
        #ffffff 0%,
        #f8f8f8 50%,
        #ffffff 100%
    );
}

.leaseback-philosophy .inner{
    max-width:1000px;
    margin:0 auto;
}

/* タイトル */

.leaseback-philosophy .section-title{
    text-align:center;
    margin-bottom:60px;
}

.leaseback-philosophy .section-title span{
    display:block;
    font-size:13px;
    letter-spacing:.35em;
    color:#b99877;
    font-weight:700;
    margin-bottom:15px;
}

.leaseback-philosophy .section-title h2{
    margin:0;
    font-size:42px;
    color:#222;
}

/* メッセージ */

.philosophy-box{
    background:#fff;
    padding:70px 60px;
    border-radius:20px;
    text-align:center;
    box-shadow:0 18px 45px rgba(0,0,0,.08);
    position:relative;
}

.philosophy-box::before{
    content:"";
    width:80px;
    height:4px;
    background:linear-gradient(
        90deg,
        #f7e6b3,
        #d4af37,
        #b99877
    );
    display:block;
    margin:0 auto 35px;
    border-radius:10px;
}

.philosophy-box h3{
    font-size:38px;
    line-height:1.8;
    font-weight:300;
    color:#222;
    margin-bottom:40px;
}

.philosophy-box h3 strong{
    display:block;
    color:#b99877;
    font-weight:700;
    margin-top:10px;
}

.philosophy-box p{
    font-size:18px;
    line-height:2.2;
    color:#555;
    margin-bottom:25px;
}

.philosophy-box p:last-child{
    margin-bottom:0;
}

/*====================================
  CTA
====================================*/

.leaseback-cta{
    padding:120px 20px;
    background:linear-gradient(
        135deg,
        #1f1f1f,
        #2c2c2c
    );
    text-align:center;
}

.leaseback-cta .inner{
    max-width:900px;
    margin:0 auto;
}

.cta-label{
    display:block;
    color:#d4af37;
    font-size:13px;
    letter-spacing:.35em;
    font-weight:700;
    margin-bottom:20px;
}

.leaseback-cta h2{
    color:#fff;
    font-size:46px;
    margin-bottom:30px;
    line-height:1.5;
}

.cta-message{
    color:#ddd;
    font-size:20px;
    line-height:2;
    margin-bottom:55px;
}

.leaseback-cta-btn{

    display:inline-block;
    padding:20px 70px;

    background:linear-gradient(
        135deg,
        #f7e6b3,
        #d4af37,
        #b99877
    );

    color:#fff;
    text-decoration:none;
    font-size:20px;
    font-weight:700;
    border-radius:60px;
    transition:.35s;
    box-shadow:0 12px 30px rgba(0,0,0,.25);
}

.leaseback-cta-btn:hover{

    transform:translateY(-5px);
    box-shadow:0 18px 40px rgba(0,0,0,.35);

}

/* スマホ */
@media only screen and (max-width:767px){

    .leaseback-section{
        padding:70px 20px;

    }

    .leaseback-content{
        flex-direction:column-reverse;
        gap:40px;
    }

    .leaseback-text h2{
        font-size:32px;
    }

    .leaseback-text h3{
        font-size:24px;
        line-height:1.6;
    }

    .leaseback-text p{
        font-size:15px;
    }

    .leaseback-message{

        margin:40px 20px;
        padding:35px 25px 35px 30px;
        font-size:1.2rem;
    }

    .leaseback-message strong{
        font-size:2rem;
    }

    .leaseback-btn{
        width:100%;
    }

        .leaseback-features{

        padding:70px 20px;

    }

    .leaseback-flow .section-title h2{

        font-size:30px;
    }

    .leaseback-features .section-title h2{

        font-size:30px;

    }

    .feature-grid{

        grid-template-columns:1fr;

        gap:25px;

    }

    .feature-card{

        padding:30px 24px;

    }

    .feature-card h3{

        font-size:22px;

    }

    .feature-card p{

        font-size:15px;

    }

    .leaseback-flow{
        padding:70px 20px;
    }

    .flow-grid{
        flex-direction:column;
        gap:15px;
        margin-top:40px;
    }

    .leaseback-flow-grid{
        flex-direction:column;
        gap:15px;
        margin-top:40px;
    }

    .flow-arrow{
        transform:rotate(90deg);
        font-size:28px;
        padding:5px 0;
    }

    .flow-card{
        padding:28px 22px;
    }

    .flow-card h3{
        font-size:20px;
    }

    .flow-number{
        width:56px;
        height:56px;
        font-size:20px;
    }

    .leaseback-target{
        padding:70px 20px;
    }

    .leaseback-target .section-title h2{
        font-size:30px;
    }

    .target-grid{
        grid-template-columns:1fr;
        gap:20px;
    }

    .target-card{
        padding:28px 22px;
    }

    .target-card h3{
        font-size:20px;
    }

    .target-icon{
        width:56px;
        height:56px;
        font-size:20px;
    }

    .leaseback-philosophy{
        padding:70px 20px;
    }

    .leaseback-philosophy .section-title h2{
        font-size:30px;
    }

    .philosophy-box{
        padding:45px 25px;
    }

    .philosophy-box h3{
        font-size:28px;
        line-height:1.7;
    }

    .philosophy-box p{
        font-size:16px;
        line-height:2;
    }

    .leaseback-cta{
        padding:70px 20px;
    }

    .leaseback-cta h2{
        font-size:30px;
    }

    .cta-message{
        font-size:16px;
    }

    .leaseback-cta-btn{
        width:100%;
        max-width:320px;
        padding:18px;
        font-size:18px;
    }

}

/* ==========================================================
   SHINKA LEASEBACK - BRAND STYLE
   ========================================================== */

:root {
  --color-bg: #f8f8f6;
  --color-white: #ffffff;
  --color-text: #333333;
  --color-sub: #777777;

  --gold: #c8a45c;
  --gold-light: #ead7aa;
  --gold-dark: #9c7735;

  --radius: 22px;
  --shadow: 0 20px 60px rgba(0,0,0,.08);

  --container: 1200px;
}

.hero-title{
    color:#fff;
    text-shadow:
        0 1px 2px rgba(0,0,0,.55),
        0 3px 8px rgba(0,0,0,.25),
        0 0 12px rgba(212,175,55,.35);
}

/* ==========================
   SECTION
========================== */

.leaseback-section{
    position:relative;
    overflow:hidden;
    background:linear-gradient(180deg,#ffffff 0%,#f8f8f6 100%);
    padding:120px 20px;
}

.leaseback-section::before{
    content:"";
    position:absolute;
    width:650px;
    height:650px;
    border-radius:50%;
    background:radial-gradient(circle,rgba(200,164,92,.12),transparent 70%);
    top:-250px;
    right:-180px;
}

.leaseback-container{
    max-width:var(--container);
    margin:auto;
    position:relative;
    z-index:2;
}

/* ==========================
   TITLE
========================== */

.leaseback-title{
    text-align:center;
    margin-bottom:70px;
}

.leaseback-title .en{
    display:block;
    font-size:.9rem;
    letter-spacing:5px;
    color:var(--gold);
    text-transform:uppercase;
    margin-bottom:18px;
    font-weight:700;
}

.leaseback-title h2{
    font-size:clamp(34px,5vw,58px);
    font-weight:700;
    color:var(--color-text);
    line-height:1.2;
    margin-bottom:20px;
}

.leaseback-title p{
    max-width:720px;
    margin:auto;
    color:var(--color-sub);
    font-size:18px;
    line-height:2;
}

/* ==========================
   MESSAGE CARD
========================== */

.leaseback-message{

    background:#fff;

    border-radius:28px;

    padding:60px;

    box-shadow:var(--shadow);

    text-align:center;

    margin-top:50px;

}

.leaseback-message strong{

    display:block;

    color:var(--gold-dark);

    font-size:clamp(28px,4vw,42px);

    margin-bottom:25px;

    line-height:1.4;

}

.leaseback-message p{

    color:#666;

    font-size:18px;

    line-height:2;

}

/* ==========================
   BUTTON
========================== */

.leaseback-btn{

    display:inline-flex;

    align-items:center;

    justify-content:center;

    gap:12px;

    margin-top:40px;

    padding:18px 42px;

    background:linear-gradient(135deg,var(--gold-light),var(--gold));

    color:#fff;

    font-weight:700;

    text-decoration:none;

    border-radius:999px;

    font-size:17px;

    transition:.35s;

    box-shadow:0 15px 35px rgba(200,164,92,.35);

}

.leaseback-btn:hover{

    transform:translateY(-4px);

    box-shadow:0 25px 50px rgba(200,164,92,.45);

    color:#fff;

}

.leaseback-btn::after{

    content:"→";

    transition:.3s;

}

.leaseback-btn:hover::after{

    transform:translateX(6px);

}

/* ==========================
   FEATURES
========================== */

.leaseback-grid{

    display:grid;

    grid-template-columns:repeat(3,1fr);

    gap:35px;

    margin-top:70px;

}

.leaseback-card{

    background:#fff;

    border-radius:24px;

    padding:45px 35px;

    text-align:center;

    box-shadow:var(--shadow);

    transition:.35s;

}

.leaseback-card:hover{

    transform:translateY(-8px);

}

.leaseback-card img{

    width:72px;

    margin-bottom:25px;

}

.leaseback-card h3{

    font-size:24px;

    margin-bottom:18px;

    color:#333;

}

.leaseback-card p{

    color:#666;

    line-height:1.9;

}

/* ==========================
   DIVIDER
========================== */

.leaseback-divider{

    width:90px;

    height:4px;

    margin:25px auto;

    border-radius:20px;

    background:linear-gradient(90deg,var(--gold-light),var(--gold));

}

/* ==========================
   RESPONSIVE
========================== */

@media(max-width:992px){

    .leaseback-grid{

        grid-template-columns:1fr;

    }

    .leaseback-message{

        padding:40px 30px;

    }

}

@media(max-width:768px){

    .leaseback-section{

        padding:80px 20px;

    }

    .leaseback-title p{

        font-size:16px;

    }

    .leaseback-btn{

        width:100%;

        padding:18px;

    }

}

/*=====================================
 シンカ式リースバックとは
=====================================*/

.leaseback-about{
    background:#faf9f5;
    padding:30px 20px;
}

.leaseback-about-inner{
    max-width:1100px;
    margin:auto;
}

.leaseback-heading{
    text-align:center;
    margin-bottom:70px;
}

.leaseback-subtitle{
    display:inline-block;
    color:#b68b2f;
    letter-spacing:4px;
    text-transform:uppercase;
    font-size:.9rem;
    margin-bottom:12px;
    font-weight:600;
}

.leaseback-heading h2{
    font-size:2.5rem;
    color:#222;
    margin-bottom:20px;
    position:relative;
}

.leaseback-heading h2::after{
    content:"";
    display:block;
    width:70px;
    height:3px;
    background:#d4af37;
    margin:22px auto 0;
}

.leaseback-lead{
    font-size:1.3rem;
    color:#555;
    line-height:1.9;
}

.leaseback-lead strong{
    color:#b68b2f;
}

.leaseback-message{
    max-width:820px;
    margin:0 auto 80px;
}

.leaseback-message p{
    font-size:1.08rem;
    line-height:2.1;
    color:#444;
    margin-bottom:28px;
}

.leaseback-point-box{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:30px;
}

.leaseback-point{
    background:#fff;
    border-radius:18px;
    padding:40px 30px;
    box-shadow:0 12px 30px rgba(0,0,0,.06);
    text-align:center;
    transition:.35s;
}

.leaseback-point:hover{
    transform:translateY(-8px);
    box-shadow:0 18px 45px rgba(0,0,0,.12);
}

.point-number{
    display:inline-block;
    font-size:2.4rem;
    font-weight:700;
    color:#d4af37;
    margin-bottom:18px;
}

.leaseback-point h3{
    font-size:1.25rem;
    margin-bottom:18px;
    color:#222;
}

.leaseback-point p{
    color:#666;
    line-height:1.9;
}

@media(max-width:768px){

.leaseback-about{
    padding:80px 20px;
}

.leaseback-heading h2{
    font-size:2rem;
}

.leaseback-lead{
    font-size:1.1rem;
}

.leaseback-message p{
    font-size:1rem;
    line-height:1.9;
}

.leaseback-point-box{
    grid-template-columns:1fr;
}

.leaseback-point{
    padding:35px 25px;
}

}

/*===============================
  比較セクション
===============================*/

.leaseback-comparison{
    background:#ffffff;
    padding:110px 20px;
}

.leaseback-comparison-inner{
    max-width:1200px;
    margin:auto;
}

.comparison-heading{
    text-align:center;
    margin-bottom:60px;
}

.comparison-subtitle{
    display:inline-block;
    color:#b68b2f;
    letter-spacing:3px;
    text-transform:uppercase;
    font-size:.9rem;
    font-weight:600;
    margin-bottom:12px;
}

.comparison-heading h2{
    font-size:2.5rem;
    color:#222;
    margin-bottom:20px;
}

.comparison-heading h2::after{
    content:"";
    display:block;
    width:70px;
    height:3px;
    background:#d4af37;
    margin:20px auto 0;
}

.comparison-lead{
    max-width:760px;
    margin:auto;
    font-size:1.2rem;
    color:#555;
    line-height:1.9;
}

.comparison-lead strong{
    color:#b68b2f;
}

.comparison-table-wrapper{
    overflow-x:auto;
    display:block;
}

.comparison-mobile{
    display:none;
}

.comparison-table{
    width:100%;
    border-collapse:collapse;
    background:#fff;
    box-shadow:0 10px 35px rgba(0,0,0,.08);
    border-radius:18px;
    overflow:hidden;
}

.comparison-table th,
.comparison-table td{
    padding:22px 20px;
    border-bottom:1px solid #ececec;
    line-height:1.8;
}

.comparison-table thead th{
    background:#2f2f2f;
    color:#fff;
    font-size:1rem;
    text-align:center;
}

.comparison-table tbody th{
    background:#fafafa;
    width:220px;
    color:#333;
    font-weight:600;
}

.comparison-table td{
    color:#555;
}

.shinka-column{
    background:#fffaf0;
    color:#8c6b18;
    font-weight:600;
}

.comparison-table tbody tr:hover{
    background:#fcfcfc;
}

/*=====================================
 スマホ比較カード
======================================*/

.comparison-mobile{
    display:none;
}

.comparison-card{
    background:#fff;
    border-radius:18px;
    box-shadow:0 12px 30px rgba(0,0,0,.08);
    margin-bottom:25px;
    overflow:hidden;
}

.comparison-card h3{
    background:linear-gradient(135deg,#b68b2f,#d4af37);
    color:#fff;
    font-size:1.2rem;
    text-align:center;
    padding:16px;
    margin:0;
    letter-spacing:.05em;
}

.comparison-item{
    padding:20px;
}

.comparison-item + .comparison-item{
    border-top:1px solid #ececec;
}

.comparison-label{
    display:inline-block;
    font-size:.8rem;
    font-weight:700;
    padding:5px 12px;
    border-radius:30px;
    margin-bottom:10px;
}

.comparison-item.normal .comparison-label{
    background:#e9e9e9;
    color:#666;
}

.comparison-item.shinka .comparison-label{
    background:#d4af37;
    color:#fff;
}

.comparison-item p{
    margin:0;
    line-height:1.9;
    color:#444;
}

.comparison-item.shinka{
    background:#fffaf0;
    border-left:5px solid #d4af37;
}

@media(max-width:768px){

    .leaseback-comparison{
        padding:80px 15px;
    }

    .comparison-heading h2{
        font-size:2rem;
    }

    .comparison-lead{
        font-size:1rem;
    }

    /* PC表を非表示 */
    .comparison-table-wrapper{
        display:none;
    }

    /* スマホカード表示 */
    .comparison-mobile{
        display:block;
    }

}

/*=====================================
 こんなお悩みありませんか？
======================================*/

.leaseback-worries{
    background:#faf9f5;
    padding:110px 20px;
}

.leaseback-worries-inner{
    max-width:1200px;
    margin:auto;
}

.worries-heading{
    text-align:center;
    margin-bottom:60px;
}

.worries-subtitle{
    display:inline-block;
    color:#b68b2f;
    font-size:.9rem;
    font-weight:600;
    letter-spacing:3px;
    text-transform:uppercase;
    margin-bottom:12px;
}

.worries-heading h2{
    font-size:2.5rem;
    margin-bottom:20px;
    color:#222;
}

.worries-heading h2::after{
    content:"";
    display:block;
    width:70px;
    height:3px;
    background:#d4af37;
    margin:20px auto 0;
}

.worries-lead{
    max-width:760px;
    margin:auto;
    color:#555;
    line-height:1.9;
    font-size:1.15rem;
}

.worries-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:30px;
}

.worry-card{
    background:#fff;
    border-radius:18px;
    padding:35px 28px;
    text-align:center;
    box-shadow:0 12px 30px rgba(0,0,0,.08);
    transition:.35s;
}

.worry-card:hover{
    transform:translateY(-8px);
}

.worry-icon{

    width:80px;
    height:80px;
    display:block;
    margin:0 auto 20px;
    object-fit:contain;

}

.worry-card h3{
    font-size:1.2rem;
    margin-bottom:15px;
    color:#222;
}

.worry-card p{
    color:#666;
    line-height:1.8;
}

.worry-card:hover .worry-icon{
    transform:scale(1.08);
}

.worry-icon{
    width:80px;
    transition:.35s;
}

.worries-message{
    margin-top:70px;
    text-align:center;
    background:#fff;
    border-left:6px solid #d4af37;
    padding:35px;
    border-radius:15px;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
}

.worries-message p{
    font-size:1.25rem;
    line-height:1.8;
    color:#444;
}

.worries-message strong{
    color:#b68b2f;
}

@media(max-width:768px){

.leaseback-worries{
    padding:80px 15px;
}

.worries-heading h2{
    font-size:2rem;
}

.worries-lead{
    font-size:1rem;
}

.worries-grid{
    grid-template-columns:1fr;
    gap:20px;
}

.worry-card{
    padding:30px 22px;
}

.worry-icon{
    font-size:2.2rem;
}

.worries-message{
    padding:25px 20px;
}

.worries-message p{
    font-size:1.05rem;
}

}

/*=====================================
 シンカ式の特徴
======================================*/

.leaseback-features{
    background:#ffffff;
    padding:110px 20px;
}

.leaseback-features-inner{
    max-width:1200px;
    margin:auto;
}

.features-heading{
    text-align:center;
    margin-bottom:70px;
}

.features-subtitle{
    display:inline-block;
    color:#b68b2f;
    letter-spacing:3px;
    text-transform:uppercase;
    font-size:.9rem;
    font-weight:600;
    margin-bottom:12px;
}

.features-heading h2{
    font-size:2.5rem;
    margin-bottom:20px;
    color:#222;
}

.features-heading h2::after{
    content:"";
    display:block;
    width:70px;
    height:3px;
    background:#d4af37;
    margin:20px auto 0;
}

.features-lead{
    max-width:760px;
    margin:auto;
    line-height:1.9;
    color:#555;
    font-size:1.15rem;
}

.features-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:35px;
}

.feature-card{

    background:#fff;

    border-radius:20px;

    padding:45px 35px;

    text-align:center;

    box-shadow:0 15px 40px rgba(0,0,0,.08);

    transition:.35s;

}

.feature-card:hover{

    transform:translateY(-10px);

    box-shadow:0 20px 50px rgba(0,0,0,.12);

}

.feature-icon{

    width:90px;
    height:90px;
    padding:8px;
    box-sizing:border-box;
    object-fit:contain;
    display:block;
    margin:0 auto 25px;

}

.feature-card h3{

    font-size:1.35rem;

    color:#222;

    margin-bottom:20px;

}

.feature-card p{

    line-height:1.9;

    color:#666;

}

@media(max-width:768px){

.leaseback-features{

    padding:80px 15px;

}

.features-heading h2{

    font-size:2rem;

}

.features-lead{

    font-size:1rem;

}

.features-grid{

    grid-template-columns:1fr;

    gap:25px;

}

.feature-card{

    padding:35px 25px;

}

    .feature-icon{

        width:80px;

        height:80px;

    }

    .feature-icon img{

        width:55px;

        height:55px;

    }

}

/*=====================================
 ご利用の流れ
======================================*/

.leaseback-flow{
    background:#faf9f5;
    padding:110px 20px;
}

.leaseback-flow-inner{
    max-width:1300px;
    margin:auto;
}

.flow-heading{
    text-align:center;
    margin-bottom:70px;
}

.flow-subtitle{
    display:inline-block;
    color:#b68b2f;
    letter-spacing:3px;
    text-transform:uppercase;
    font-size:.9rem;
    font-weight:600;
    margin-bottom:12px;
}

.flow-heading h2{
    font-size:2.5rem;
    color:#222;
    margin-bottom:20px;
}

.flow-heading h2::after{
    content:"";
    display:block;
    width:70px;
    height:3px;
    background:#d4af37;
    margin:20px auto 0;
}

.flow-lead{
    max-width:700px;
    margin:auto;
    color:#555;
    line-height:1.9;
    font-size:1.15rem;
}

.leaseback-flow-grid{
    display:grid;
    grid-template-columns:1fr auto 1fr auto 1fr auto 1fr;
    align-items:center;
    gap:20px;
}

.flow-step{
    background:#fff;
    border-radius:20px;
    padding:35px 28px;
    text-align:center;
    box-shadow:0 12px 30px rgba(0,0,0,.08);
    transition:.3s;
}

.flow-step:hover{
    transform:translateY(-8px);
    transform:scale(1.08);
}

.flow-number{
    width:60px;
    height:60px;
    margin:0 auto 20px;
    border-radius:50%;
    background:linear-gradient(135deg,#b68b2f,#d4af37);
    color:#fff;
    font-size:1.4rem;
    font-weight:bold;
    display:flex;
    align-items:center;
    justify-content:center;
}

.flow-step h3{
    font-size:1.2rem;
    margin-bottom:15px;
    color:#222;
}

.flow-step p{
    color:#666;
    line-height:1.8;
}

.flow-arrow{
    font-size:2rem;
    color:#d4af37;
    font-weight:bold;
}

.flow-icon{

    width:72px;
    height:72px;
    display:block;
    margin:18px auto 22px;
    object-fit:contain;
    transition:.35s;

}

@media(max-width:768px){

.leaseback-flow{
    padding:80px 15px;
}

.flow-heading h2{
    font-size:2rem;
}

.flow-lead{
    font-size:1rem;
}

.flow-grid{
    display:block;
}

.leaseback-flow-grid{
    display:block;
}

.flow-step{
    margin-bottom:20px;
}

.flow-arrow{
    text-align:center;
    transform:rotate(90deg);
    margin:15px 0;
}

}

/*=====================================
 査定の考え方
======================================*/

.leaseback-assessment{

    background:#ffffff;

    padding:110px 20px;

}

.leaseback-assessment-inner{

    max-width:1200px;

    margin:auto;

}

.assessment-heading{

    text-align:center;

    margin-bottom:70px;

}

.assessment-subtitle{

    color:#b68b2f;

    letter-spacing:3px;

    text-transform:uppercase;

    font-size:.9rem;

    font-weight:600;

}

.assessment-heading h2{

    font-size:2.5rem;

    margin:20px 0;

    color:#222;

}

.assessment-heading h2::after{

    content:"";

    display:block;

    width:70px;

    height:3px;

    background:#d4af37;

    margin:20px auto 0;

}

.assessment-lead{

    max-width:760px;

    margin:auto;

    line-height:1.9;

    color:#555;

}

.assessment-concept{

    display:grid;

    grid-template-columns:1fr 1fr;

    gap:60px;

    align-items:center;

}

.assessment-text h3{

    font-size:2rem;

    color:#222;

    margin-bottom:30px;

}

.assessment-text p{

    line-height:2;

    color:#555;

    margin-bottom:20px;

}

.assessment-balance{

    display:flex;

    justify-content:center;

    align-items:center;

    gap:15px;

}

.balance-card{

    width:180px;

    background:#faf9f5;

    border-radius:20px;

    text-align:center;

    padding:30px 20px;

    box-shadow:0 10px 30px rgba(0,0,0,.08);

}

.balance-icon{

    font-size:3rem;

    margin-bottom:15px;

}

.balance-plus{

    font-size:2rem;

    color:#d4af37;

    font-weight:bold;

}

.assessment-message{

    margin-top:70px;

    text-align:center;

    background:#fffaf0;

    border-left:6px solid #d4af37;

    padding:35px;

    border-radius:18px;

}

.assessment-message strong{

    color:#8b6a16;

    font-size:1.25rem;

    line-height:1.8;

}

@media(max-width:768px){

.assessment-concept{

    grid-template-columns:1fr;

}

.assessment-text{

    text-align:center;

}

.assessment-text h3{

    font-size:1.7rem;

}

.assessment-balance{

    flex-direction:column;

}

.balance-plus{

    transform:rotate(90deg);

}

.balance-card{

    width:100%;

}

}

/*=====================================
 査定バランス図
======================================*/

.assessment-diagram{

    text-align:center;

}

.assessment-diagram-image{

    width:100%;

    max-width:520px;

    height:auto;

    display:block;

    margin:0 auto;

}

.diagram-top{
    display:flex;
    justify-content:center;
}

.diagram-bottom{
    display:flex;
    justify-content:space-between;
}

.diagram-circle{
    width:140px;
    height:140px;
    border-radius:50%;
    background:linear-gradient(135deg,#b68b2f,#d4af37);
    color:#fff;

    display:flex;
    justify-content:center;
    align-items:center;

    text-align:center;
    font-weight:bold;

    box-shadow:0 10px 30px rgba(0,0,0,.12);
}

.diagram-connect{
    position:relative;
    height:70px;
}

.line-left,
.line-right{
    position:absolute;
    top:15px;
    width:130px;
    height:3px;
    background:#d4af37;
}

.line-left{
    left:115px;
    transform:rotate(32deg);
}

.line-right{
    right:115px;
    transform:rotate(-32deg);
}

@media(max-width:768px){

.assessment-diagram-image{

    max-width:320px;

}

.diagram-circle{

    width:100px;

    height:100px;

    font-size:.95rem;

}

.diagram-line{

    width:70px;

}

.diagram-line.left{

    left:65px;

}

.diagram-line.right{

    right:65px;

}

}

@media(max-width:768px){

.assessment-concept{

    grid-template-columns:1fr;
    text-align:center;
    justify-items:center;
}

.assessment-text{

    text-align:center;
}

.assessment-diagram{

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

.assessment-diagram-image{

    width:90%;
    max-width:320px;
    margin:0 auto;
}

}

/*=====================================
 よくある質問
======================================*/

.leaseback-faq{
    background:#faf9f5;
    padding:110px 20px;
}

.leaseback-faq-inner{
    max-width:900px;
    margin:auto;
}

.faq-heading{
    text-align:center;
    margin-bottom:60px;
}

.faq-subtitle{
    display:inline-block;
    color:#b68b2f;
    letter-spacing:3px;
    text-transform:uppercase;
    font-size:.9rem;
    font-weight:600;
    margin-bottom:12px;
}

.faq-heading h2{
    font-size:2.5rem;
    color:#222;
    margin-bottom:20px;
}

.faq-heading h2::after{
    content:"";
    display:block;
    width:70px;
    height:3px;
    background:#d4af37;
    margin:20px auto 0;
}

.faq-lead{
    color:#666;
    font-size:1.1rem;
}

.faq-item{
    background:#fff;
    border-radius:18px;
    margin-bottom:25px;
    box-shadow:0 10px 25px rgba(0,0,0,.08);
    overflow:hidden;
}

.faq-question,
.faq-answer{
    display:flex;
    gap:20px;
    padding:25px 30px;
}

.faq-question{
    border-bottom:1px solid #eee;
}

.faq-q,
.faq-a{
    width:42px;
    height:42px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-weight:bold;
    flex-shrink:0;
}

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

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

.faq-question h3{
    font-size:1.2rem;
    color:#222;
    margin:0;
}

.faq-answer p{
    color:#555;
    line-height:1.9;
    margin:0;
}

@media(max-width:768px){

.leaseback-faq{
    padding:80px 15px;
}

.faq-heading h2{
    font-size:2rem;
}

.faq-question,
.faq-answer{
    padding:20px;
    gap:15px;
}

.faq-question h3{
    font-size:1.05rem;
}

.faq-q,
.faq-a{
    width:36px;
    height:36px;
    font-size:.95rem;
}

}

/*=====================================
 お客様へのお約束
======================================*/

.leaseback-promise{
    background:#fff;
    padding:110px 20px;
}

.leaseback-promise-inner{
    max-width:1200px;
    margin:auto;
}

.promise-heading{
    text-align:center;
    margin-bottom:70px;
}

.promise-subtitle{
    display:inline-block;
    color:#b68b2f;
    letter-spacing:3px;
    text-transform:uppercase;
    font-size:.9rem;
    font-weight:600;
    margin-bottom:12px;
}

.promise-heading h2{
    font-size:2.5rem;
    color:#222;
    margin-bottom:20px;
}

.promise-heading h2::after{
    content:"";
    display:block;
    width:70px;
    height:3px;
    background:#d4af37;
    margin:20px auto 0;
}

.promise-lead{
    max-width:720px;
    margin:auto;
    line-height:1.9;
    color:#555;
    font-size:1.1rem;
}

.promise-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:30px;
}

.promise-card{
    background:#faf9f5;
    border-radius:20px;
    padding:35px;
    box-shadow:0 12px 30px rgba(0,0,0,.08);
    transition:.3s;
}

.promise-card:hover{
    transform:translateY(-8px);
}

.promise-number{
    width:56px;
    height:56px;
    border-radius:50%;
    background:linear-gradient(135deg,#b68b2f,#d4af37);
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:1.3rem;
    font-weight:bold;
    margin-bottom:20px;
}

.promise-card h3{
    margin-bottom:15px;
    color:#222;
    font-size:1.3rem;
}

.promise-card p{
    color:#666;
    line-height:1.9;
}

@media(max-width:768px){

.leaseback-promise{
    padding:80px 15px;
}

.promise-heading h2{
    font-size:2rem;
}

.promise-grid{
    grid-template-columns:1fr;
}

.promise-card{
    padding:28px 24px;
}

}

/*=====================================
 お問い合わせCTA
======================================*/

.leaseback-contact-cta{

    background:linear-gradient(
        135deg,
        #050505 0%,
        #1a1a1a 25%,
        #3a3a3a 45%,
        #111111 65%,
        #000000 100%
    );

    padding:110px 20px;

    color:#fff;

}

.leaseback-contact-inner{

    max-width:900px;

    margin:auto;

    text-align:center;

}

.contact-subtitle{

    letter-spacing:3px;

    text-transform:uppercase;

    font-size:.9rem;

    opacity:.9;

}

.contact-lead{

    margin:30px auto 45px;

    line-height:2;

    max-width:650px;

    font-size:1.15rem;

}

.leaseback-contact-inner h2{

    font-size:3rem;

    margin-top:15px;

}

.contact-points{

    display:flex;

    justify-content:center;

    gap:18px;

    flex-wrap:wrap;

    margin-bottom:45px;

}

.contact-point{

    background:rgba(255,255,255,.15);

    padding:12px 22px;

    border-radius:30px;

    backdrop-filter:blur(8px);

    font-weight:600;

}

.contact-buttons{

    display:flex;

    justify-content:center;

    gap:20px;

    flex-wrap:wrap;

}

.contact-btn{

    padding:18px 38px;

    border-radius:999px;

    text-decoration:none;

    font-size:1.05rem;

    font-weight:bold;

    transition:.3s;

}

.contact-btn.primary{

    background:#fff;

    color:#b68b2f;

}

.contact-btn.primary:hover{

    transform:translateY(-4px);

}

.contact-btn.secondary{

    border:2px solid rgba(255,255,255,.8);

    color:#fff;

}

.contact-btn.secondary:hover{

    background:rgba(255,255,255,.12);

}

@media(max-width:768px){

.leaseback-contact-cta{

    padding:80px 15px;

}

.leaseback-contact-inner h2{

    font-size:2.2rem;

}

.contact-lead{

    font-size:1rem;

}

.contact-buttons{

    flex-direction:column;

}

.contact-btn{

    width:100%;

}

}

/*=====================================
 フッター前CTA
======================================*/

.leaseback-footer-cta{

    background:#faf9f5;

    padding:100px 20px;

    text-align:center;

}

.footer-cta-inner{

    max-width:900px;

    margin:auto;

}


.footer-cta-inner h2{

    font-size:2.4rem;

    color:#222;

    margin-bottom:25px;

    line-height:1.5;

}


.footer-cta-inner h2::after{

    content:"";

    display:block;

    width:70px;

    height:3px;

    background:#d4af37;

    margin:25px auto 0;

}


.footer-cta-inner p{

    color:#555;

    line-height:2;

    font-size:1.1rem;

    margin-bottom:45px;

}


.footer-contact-btn{

    display:inline-block;

    padding:18px 45px;

    border-radius:999px;

    background:#b68b2f;

    color:#fff;

    text-decoration:none;

    font-weight:bold;

    font-size:1.05rem;

    transition:.3s;

}


.footer-contact-btn:hover{

    background:#8f6c22;

    transform:translateY(-4px);

}

@media(max-width:768px){

.leaseback-footer-cta{

    padding:70px 15px;

}


.footer-cta-inner h2{

    font-size:1.8rem;

}


.footer-cta-inner p{

    font-size:1rem;

}


.footer-contact-btn{

    width:100%;

    padding:16px 20px;

}

}

.inheritance-section{
    position:relative;
    overflow:hidden;

    padding:90px 0;

    background:
        linear-gradient(
            135deg,
            #f4f4f4 0%,
            #d8d8d8 25%,
            #ffffff 45%,
            #c7c7c7 70%,
            #eeeeee 100%
        );
}

.inheritance-section::before{
    content:"";
    position:absolute;
    top:0;
    left:-50%;
    width:200%;
    height:100%;

    background:
        linear-gradient(
            120deg,
            transparent 35%,
            rgba(255,255,255,.45) 50%,
            transparent 65%
        );

    transform:rotate(-5deg);
    pointer-events:none;
}


.inheritance-box{
    max-width:900px;
    margin:0 auto;
    text-align:center;
    padding:70px 60px;
    border:1px solid rgba(212,175,55,.35);

    background:#111;

    box-shadow:
      0 20px 60px rgba(0,0,0,.45);

    position:relative;
    z-index:1;
    border-radius:24px;
}


.inheritance-label{
    color:#d4af37;
    letter-spacing:3px;
    font-size:13px;
}


.inheritance-box h2{
    margin-top:25px;
    color:#fff;
    font-size:38px;
    line-height:1.5;
}


.inheritance-lead{
    color:#ddd;
    margin-top:25px;
    font-size:18px;
}


.inheritance-list{
    margin:35px auto;
    max-width:500px;
    text-align:left;
}


.inheritance-list li{
    color:#fff;
    padding:12px 0;
    border-bottom:1px solid rgba(255,255,255,.15);
}


.inheritance-text,
.inheritance-support{
    color:#ddd;
    line-height:2;
}


.inheritance-btn{
    display:inline-block;
    margin-top:35px;
    padding:16px 45px;
    background:#d4af37;
    color:#111;
    font-weight:bold;
    border-radius:3px;
    transition:.3s;
    text-decoration:none;
}


.inheritance-btn:hover{
    opacity:.8;
}

.inheritance-detail-btn{
    background:transparent;
    border:1px solid #d4af37;
    color:#d4af37;
}

.inheritance-contact-btn{
    background:#d4af37;
    color:#111;
}

/*=========================================
相続ヒーロー
=========================================*/

.inheritance-hero{

    position:relative;

    display:flex;
    align-items:center;

    min-height:720px;

    padding:140px 20px 100px;

    background:
        linear-gradient(rgba(8,17,32,.55),rgba(8,17,32,.60)),
        url("../assets/images/inheritance/hero.jpg") center center / cover no-repeat;

    overflow:hidden;

}

.inheritance-hero-overlay{

    position:absolute;
    inset:0;

    background:
    radial-gradient(circle at right,
    rgba(212,175,55,.18),
    transparent 45%);
}

.inheritance-hero-inner{

    position:relative;

    z-index:2;

    max-width:1200px;

    width:100%;

    margin:auto;

    color:#fff;

}

.hero-label{

    display:inline-block;

    margin-bottom:22px;

    padding:8px 18px;

    border:1px solid rgba(212,175,55,.5);

    border-radius:40px;

    color:#d4af37;

    letter-spacing:.2em;

    font-size:.8rem;

}

.hero-title{

    font-size:clamp(2.4rem,5vw,4.5rem);

    line-height:1.3;

    font-weight:700;

    margin-bottom:30px;

    text-shadow:
        0 4px 20px rgba(0,0,0,.35);

}

.hero-text{

    max-width:760px;

    font-size:1.1rem;

    line-height:2;

    margin-bottom:40px;

    color:rgba(255,255,255,.95);

}

.hero-points{

    display:grid;

    grid-template-columns:repeat(2,auto);

    gap:15px 35px;

    list-style:none;

    padding:0;

    margin:0 0 45px;

}

.hero-points li{

    position:relative;

    padding-left:28px;

    font-size:1rem;

}

.hero-points li::before{

    content:"✓";

    position:absolute;

    left:0;

    color:#d4af37;

    font-weight:bold;

}

.hero-btn{

    display:inline-flex;

    align-items:center;

    justify-content:center;

    padding:18px 48px;

    border-radius:999px;

    background:#d4af37;

    color:#fff;

    text-decoration:none;

    font-weight:700;

    transition:.3s;

}

.hero-btn:hover{

    transform:translateY(-3px);

    box-shadow:0 12px 30px rgba(0,0,0,.25);

}

@media (max-width:768px){

    .inheritance-hero{

        min-height:auto;

        padding:110px 20px 70px;

    }

    .hero-title{

        font-size:2rem;

    }

    .hero-text{

        font-size:.95rem;

        line-height:1.9;

    }

    .hero-points{

        grid-template-columns:1fr;

        gap:15px;

    }

    .hero-btn{

        width:100%;

    }

}

/*=========================================
相続のお悩み
=========================================*/

.inheritance-worries{

    padding:110px 20px;

    background:#f8f8f8;

}

.section-heading{

    max-width:850px;

    margin:0 auto 70px;

    text-align:center;

}

.section-subtitle{

    display:inline-block;

    color:#c59b2d;

    font-size:.85rem;

    letter-spacing:.2em;

    margin-bottom:15px;

    font-weight:700;

}

.section-title{

    font-size:clamp(2rem,4vw,3rem);

    line-height:1.5;

    color:#1f2d3d;

    margin-bottom:25px;

}

.section-text{

    color:#666;

    line-height:2;

    font-size:1rem;

}

.worry-grid{

    display:grid;

    grid-template-columns:repeat(2,1fr);

    gap:30px;

    max-width:1200px;

    margin:auto;

}

.worry-card{

    background:#fff;

    border-radius:18px;

    padding:45px;

    box-shadow:0 15px 35px rgba(0,0,0,.06);

    transition:.35s;

}

.worry-card:hover{

    transform:translateY(-8px);

    box-shadow:0 25px 45px rgba(0,0,0,.12);

}

.worry-icon{

    width:72px;
    height:72px;

    margin-bottom:25px;

    display:flex;
    align-items:center;
    justify-content:center;
}

.worry-icon img{

    width:100%;
    height:100%;

    object-fit:contain;

    display:block;
}

.worry-card h3{

    font-size:1.45rem;

    color:#1f2d3d;

    line-height:1.5;

    margin-bottom:18px;

}

.worry-card p{

    color:#666;

    line-height:2;

}

@media(max-width:768px){

    .inheritance-worries{

        padding:70px 20px;

    }

    .worry-grid{

        grid-template-columns:1fr;

        gap:20px;

    }

    .worry-card{

        padding:30px;

    }

}

/*=========================================
相続不動産を放置するリスク
=========================================*/

.inheritance-risk{

    padding:110px 20px;

    background:#fff;

}

.risk-grid{

    display:grid;

    grid-template-columns:repeat(2,1fr);

    gap:30px;

    max-width:1200px;

    margin:60px auto;
}

.risk-card{

    padding:40px;

    border:1px solid #ececec;

    border-radius:18px;

    transition:.3s;

    background:#fff;
}

.risk-card:hover{

    transform:translateY(-6px);

    box-shadow:0 20px 40px rgba(0,0,0,.08);
}

.risk-icon{

    width:70px;
    height:70px;

    margin-bottom:24px;
}

.risk-icon img{

    width:100%;
    display:block;
}

.risk-card h3{

    font-size:1.4rem;

    color:#1f2d3d;

    margin-bottom:18px;
}

.risk-card p{

    line-height:2;

    color:#666;
}

.risk-message{

    max-width:900px;

    margin:70px auto 0;

    padding:50px;

    border-radius:20px;

    background:linear-gradient(135deg,#1f2d3d,#32475c);

    text-align:center;

    color:#fff;
}

.risk-message h3{

    font-size:2rem;

    margin-bottom:20px;
}

.risk-message p{

    line-height:2;
}

@media (max-width:768px){

    .inheritance-risk{

        padding:70px 20px;

    }

    .risk-grid{

        grid-template-columns:1fr;

        gap:20px;
    }

    .risk-card{

        padding:30px;
    }

    .risk-message{

        padding:35px 25px;
    }

    .risk-message h3{

        font-size:1.5rem;
    }

}

/*==============================
相続サポート
==============================*/

.inheritance-support-s{

    padding:100px 20px;
    background:#f8f8f8;

}

.support-grid{

    max-width:1200px;
    margin:70px auto 0;

    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:30px;

}

.support-card{

    background:#fff;
    border-radius:18px;
    padding:45px 35px;

    text-align:center;

    box-shadow:0 12px 30px rgba(0,0,0,.08);

    transition:.3s;

}

.support-card:hover{

    transform:translateY(-8px);
    box-shadow:0 18px 40px rgba(0,0,0,.12);

}

.support-card img{

    width:78px;
    margin-bottom:25px;

}

.support-card h3{

    font-size:1.5rem;
    color:#222;
    margin-bottom:25px;

}

.support-card ul{

    list-style:none;
    padding:0;
    margin:0;

}

.support-card li{

    position:relative;
    padding-left:22px;
    margin:16px 0;

    text-align:left;

    color:#555;
    line-height:1.8;

}

.support-card li::before{

    content:"✓";

    position:absolute;
    left:0;
    color:#c9a227;
    font-weight:bold;

}

.support-message{

    max-width:900px;
    margin:90px auto 0;

    text-align:center;

    background:#111;
    color:#fff;

    padding:60px 40px;

    border-radius:20px;

}

.support-message h3{

    font-size:2rem;
    margin-bottom:25px;

    color:#d4af37;

}

.support-message p{

    line-height:2;
    font-size:1.08rem;
    color:#ddd;

}

.support-btn{

    display:inline-block;

    margin-top:40px;

    background:linear-gradient(135deg,#d4af37,#b88a18);

    color:#fff;

    text-decoration:none;

    padding:18px 55px;

    border-radius:50px;

    font-weight:bold;

    transition:.3s;

}

.support-btn:hover{

    transform:translateY(-3px);

    box-shadow:0 10px 25px rgba(212,175,55,.35);

}

@media(max-width:768px){

    .inheritance-support-s{

        padding:70px 20px;

    }

    .support-grid{

        grid-template-columns:1fr;
        gap:25px;

        margin-top:50px;

    }

    .support-card{

        padding:35px 25px;

    }

    .support-card h3{

        font-size:1.3rem;

    }

    .support-message{

        padding:40px 25px;
        margin-top:60px;

    }

    .support-message h3{

        font-size:1.5rem;

    }

    .support-message p{

        font-size:1rem;
        line-height:1.9;

    }

    .support-btn{

        width:100%;
        padding:18px 20px;

    }

}

/*=========================================
シンカ不動産だからできること
=========================================*/

.inheritance-strength{

    padding:110px 20px;

    background:#fff;

}

.strength-grid{

    max-width:1200px;

    margin:70px auto 0;

    display:grid;

    grid-template-columns:repeat(3,1fr);

    gap:30px;

}

.strength-card{

    background:#fff;

    border:1px solid #ececec;

    border-radius:20px;

    padding:40px 35px;

    text-align:center;

    transition:.3s;

}

.strength-card:hover{

    transform:translateY(-8px);

    box-shadow:0 18px 35px rgba(0,0,0,.08);

}

.strength-icon{

    width:78px;

    height:78px;

    margin:0 auto 25px;

}

.strength-icon img{

    width:100%;

    display:block;

}

.strength-card h3{

    font-size:1.45rem;

    color:#1f2d3d;

    margin-bottom:18px;

}

.strength-card p{

    color:#666;

    line-height:2;

}

@media(max-width:768px){

    .inheritance-strength{

        padding:70px 20px;

    }

    .strength-grid{

        grid-template-columns:1fr;

        gap:20px;

        margin-top:50px;

    }

    .strength-card{

        padding:35px 25px;

    }

}

/*=========================================
こんなお悩み・物件もご相談ください
=========================================*/

.inheritance-case{

    padding:110px 20px;

    background:#f8f8f8;

}

.case-grid{

    max-width:1200px;

    margin:70px auto 0;

    display:grid;

    grid-template-columns:repeat(3,1fr);

    gap:30px;

}

.case-card{

    background:#fff;

    border-radius:20px;

    padding:40px 35px;

    text-align:center;

    box-shadow:0 12px 30px rgba(0,0,0,.06);

    transition:.3s;

}

.case-card:hover{

    transform:translateY(-8px);

    box-shadow:0 20px 40px rgba(0,0,0,.10);

}

.case-icon{

    width:76px;

    height:76px;

    margin:0 auto 25px;

}

.case-icon img{

    width:100%;

    display:block;

}

.case-card h3{

    font-size:1.4rem;

    color:#1f2d3d;

    margin-bottom:18px;

}

.case-card p{

    color:#666;

    line-height:2;

}

@media(max-width:768px){

    .inheritance-case{

        padding:70px 20px;

    }

    .case-grid{

        grid-template-columns:1fr;

        gap:20px;

        margin-top:50px;

    }

    .case-card{

        padding:35px 25px;

    }

}

/*=========================================
ご利用の流れ
=========================================*/

.inheritance-flow-s{

    padding:110px 20px;

    background:#fff;

}

.flow-grid-s{

    display:grid;

    grid-template-columns:1fr auto 1fr auto 1fr auto 1fr auto 1fr;

    align-items:center;

    gap:20px;

    margin-top:70px;

}

.flow-card-s{

    background:#fff;

    border:1px solid #ececec;

    border-radius:20px;

    padding:35px 25px;

    text-align:center;

    transition:.3s;

}

.flow-card-s:hover{

    transform:translateY(-6px);

    box-shadow:0 15px 35px rgba(0,0,0,.08);

}

.flow-number-s{

    display:inline-block;

    margin-bottom:20px;

    font-size:.8rem;

    color:#d4af37;

    font-weight:700;

    letter-spacing:.15em;

}

.flow-icon-s{

    width:72px;

    height:72px;

    margin:0 auto 25px;

}

.flow-icon-s img{

    width:100%;

    display:block;

}

.flow-card-s h3{

    font-size:1.25rem;

    color:#1f2d3d;

    margin-bottom:15px;

}

.flow-card-s p{

    color:#666;

    line-height:1.8;

    font-size:.95rem;

}

.flow-arrow-s{

    font-size:2rem;

    color:#d4af37;

    font-weight:bold;

}

@media(max-width:768px){

    .inheritance-flow-s{

        padding:70px 20px;

    }

    .flow-grid-s{

        grid-template-columns:1fr;

        gap:18px;

    }

    .flow-arrow-s{

        transform:rotate(90deg);

        margin:auto;

    }

}

/*=========================================
FAQ
=========================================*/

.inheritance-faq{

    padding:110px 20px;

    background:#f8f8f8;

}

.faq-list{

    max-width:900px;

    margin:70px auto 0;

}

.faq-item{

    background:#fff;

    border-radius:15px;

    margin-bottom:20px;

    box-shadow:0 10px 25px rgba(0,0,0,.05);

    overflow:hidden;

}

.faq-item summary{

    cursor:pointer;

    list-style:none;

    padding:25px 70px 25px 30px;

    font-size:1.15rem;

    font-weight:700;

    color:#1f2d3d;

    position:relative;

}

.faq-item summary::-webkit-details-marker{

    display:none;

}

.faq-item summary::after{

    content:"+";

    position:absolute;

    right:30px;

    top:50%;

    transform:translateY(-50%);

    font-size:1.8rem;

    color:#d4af37;

}

.faq-item[open] summary::after{

    content:"−";

}

.faq-item p{

    padding:0 30px 30px;

    color:#666;

    line-height:2;

}

@media(max-width:768px){

    .inheritance-faq{

        padding:70px 20px;

    }

    .faq-item summary{

        padding:20px 55px 20px 20px;

        font-size:1rem;

    }

    .faq-item p{

        padding:0 20px 20px;

    }

}

/*=========================================
お問い合わせCTA
=========================================*/

.inheritance-cta-s{

    padding:120px 20px;

    background:
        linear-gradient(rgba(15,23,42,.92),rgba(15,23,42,.92)),
        url("../assets/images/common/contact-bg.jpg") center center / cover;

}

.inheritance-cta-inner-s{

    max-width:900px;

    margin:auto;

    text-align:center;

    color:#fff;

}

.inheritance-cta-subtitle-s{

    display:inline-block;

    margin-bottom:20px;

    color:#d4af37;

    letter-spacing:.2em;

    font-size:.85rem;

    font-weight:700;

}

.inheritance-cta-title-s{

    font-size:clamp(2rem,4vw,3.2rem);

    line-height:1.5;

    margin-bottom:30px;

}

.inheritance-cta-text-s{

    font-size:1.05rem;

    line-height:2;

    color:rgba(255,255,255,.9);

    margin-bottom:50px;

}

.inheritance-cta-points-s{

    display:flex;

    justify-content:center;

    flex-wrap:wrap;

    gap:18px;

    margin-bottom:55px;

}

.inheritance-cta-point-s{

    padding:12px 22px;

    border:1px solid rgba(212,175,55,.5);

    border-radius:999px;

    color:#fff;

    font-size:.95rem;

}

.inheritance-cta-buttons-s{

    display:flex;

    justify-content:center;

    gap:20px;

    flex-wrap:wrap;

}

.inheritance-btn-primary-s{

    display:inline-flex;

    align-items:center;

    justify-content:center;

    min-width:300px;

    padding:18px 40px;

    border-radius:999px;

    background:#d4af37;

    color:#fff;

    text-decoration:none;

    font-weight:700;

    transition:.3s;

}

.inheritance-btn-primary-s:hover{

    transform:translateY(-3px);

    box-shadow:0 15px 35px rgba(212,175,55,.35);

}

.inheritance-btn-secondary-s{

    display:inline-flex;

    align-items:center;

    justify-content:center;

    min-width:300px;

    padding:18px 40px;

    border:1px solid #fff;

    border-radius:999px;

    color:#fff;

    text-decoration:none;

    transition:.3s;

}

.inheritance-btn-secondary-s:hover{

    background:#fff;

    color:#1f2d3d;

}

@media(max-width:768px){

    .inheritance-cta-s{

        padding:80px 20px;

    }

    .inheritance-cta-title-s{

        font-size:2rem;

    }

    .inheritance-cta-text-s{

        font-size:1rem;

    }

    .inheritance-cta-points-s{

        flex-direction:column;

        gap:15px;

    }

    .inheritance-btn-primary-s,
    .inheritance-btn-secondary-s{

        width:100%;

        min-width:0;

    }

}

.flyer-section{
    padding:90px 0;
    background:#f7f7f7;
}

.flyer-lead{
    max-width:760px;
    margin:25px auto 50px;
    text-align:center;
    line-height:2;
    color:#555;
    font-size:17px;
}

.flyer-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:40px;
    max-width:950px;
    margin:0 auto;
}

.flyer-card{
    background:#fff;
    border-radius:12px;
    overflow:hidden;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    transition:.3s;
    cursor:pointer;
}

.flyer-card:hover{
    transform:translateY(-6px);
    box-shadow:0 18px 40px rgba(0,0,0,.15);
}

.flyer-image{
    width:100%;
    display:block;
}

.section-title span{
    display:inline-flex;
    align-items:center;
    gap:14px;
    margin-bottom:12px;

    font-size:11px;
    font-weight:700;
    letter-spacing:.35em;
    text-transform:uppercase;

    color:#b08d2f;
}

.section-title span::before,
.section-title span::after{
    content:"";
    width:36px;
    height:1px;
    background:linear-gradient(
        to right,
        transparent,
        #d4af37
    );
}

.section-title span::after{
    background:linear-gradient(
        to left,
        transparent,
        #d4af37
    );
}

@media (max-width:768px){

    .flyer-section{
        padding:60px 0;
    }

    .flyer-grid{
        grid-template-columns:1fr;
        gap:25px;
    }

    .flyer-lead{
        font-size:15px;
        line-height:1.8;
        margin:20px auto 35px;
    }

}