/*
Theme Name: honmachi
Theme URL: 
Description: ほんまち不動産 オリジナルテーマ
Version: 1.0.6
Author: Harada-works
Authour URL: https://harada-works.com/
*/



@charset "utf-8";
/* ************************    Initialize   ************************ */
@font-face {
    font-family: 'Noto Sans JP';
    src:url('../honmachi/fonts/Noto_Sans_JP/NotoSansJP-VariableFont_wght.ttf') format('truetype');
    font-style: normal;
    font-weight: 400;
    font-display: swap;
}
@font-face {
    font-family: 'Noto Sans JP';
    src:url('../honmachi/fonts/Noto_Sans_JP/NotoSansJP-VariableFont_wght.ttf') format('truetype');
    font-style: normal;
    font-weight: 700;
    font-display: swap;
}
@font-face {
    font-family: 'Figtree';
    src:url('../honmachi/fonts/Figtree/Figtree-VariableFont_wght.ttf') format('truetype');
    font-style: normal;
    font-weight: 700;
    font-display: swap;
}


:root{
    /*  カラー　*/
    --main-color:#D1BE9C;/* メインカラー */
    --main2-color:#8a91ad;/* メイン2カラー */
    --sub1-color:#F89FA3;/* サブ1カラー */
    --sub2-color:#84CDD4;/* サブ2カラー */
    --sub3-color:#E7B95B;/* サブ3カラー */
    --sub4-color:#C2B1C4;/* サブ4カラー */
    --sub5-color:#A5D6C3;/* サブ5カラー */
    --sub6-color:#E37751;/* サブ6カラー */
    --sub7-color:#F1C290;/* サブ7カラー */
    --base-color:#F2EEEA;/* ベースカラー */
    --base2-color:#FFFFFF;/* ベース2カラー */
    --text-color:#5f5c59;/* テキストカラー */
    --border-color:#DDDDDD;/* ボーダーカラー */
    --border2-color:#AAAAAA;/* ボーダー2カラー */
    --gray-color:#BBBBBB;/* グレーカラー */
    --darkgray-color:#777777;/* ダークグレーカラー */
    --hover-color:#ece6da;/* ホバーカラー */
    --hover2-color:#e0d1ba;/* ホバーカラー */
    /*  フォント　*/
    --jp-font:'Noto Sans JP', sans-serif;/* 日本語フォント */
    --en-font:'Figtree', sans-serif;/* 英語フォント */
    --font-size-SS: 15px;
    --font-size-S: 18px;
    --font-size-M: 20px;
    --font-size-L: 28px;
    --font-size-LL: 36px;
    --font-size-3L: 64px;
    --font-size-4L: 5vw;
}
*,
*:before,
*:after{
    box-sizing: inherit;
}
html{
    font-size: var(--font-size-S);
    box-sizing: border-box;
    scroll-behavior: smooth;
    scroll-padding-top:150px;
}
body{
    background-color: var(--base-color);
    -webkit-appearance: none;/* ブラウザのデフォルトデザイン解除 */
            appearance: none;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    font-size: var(--font-size-S);
    font-family: var(--jp-font);
    font-weight: 400;
    letter-spacing: 0.08em;
    line-height: 1.5;
    font-feature-settings: "palt";
    color: var(--text-color);
    width: 100%;
}
p,h1,h2,h3,h4,h5,h6{
    margin:0;
}
img{
    vertical-align:bottom;
}
ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
a{
    text-decoration: none;
    cursor: pointer;
    color: var(--text-color);
}
h1{}
h2{}
h3{}
h4{}
h5{}
p{
    font-family: var(--jp-font);
}
i{
    font-size: var(--font-size-LL);
}
ol{
    list-style: none;
    padding: 0;
}
@media screen and (max-width: 1024px)/*1024px以下(タブレット用)*/{
    :root{
        --font-size-SS: 14px;
        --font-size-S: 16px;
        --font-size-M: 18px;
        --font-size-L: 24px;
        --font-size-LL: 36px;
        --font-size-3L: 72px;
        --font-size-4L: 8vw;
    }
}
@media screen and (max-width: 599px)/*599px以下(スマホ用)*/{
    :root{
        --font-size-SS: 12px;
        --font-size-S: 14px;
        --font-size-M: 18px;
        --font-size-L: 24px;
        --font-size-LL: 28px;
        --font-size-3L: 40px;
        --font-size-4L: 8vw;
    }
    body{
        letter-spacing: 0.05em;
    }
}
/* ************************      Common     ************************ */
.bold{
    font-weight: 700;
}
.en{
    font-size: var(--font-size-M);
    font-family: var(--en-font);
    font-weight: bold;
    letter-spacing: 0;
    line-height: 1;
}
.jp{
    font-family: var(--jp-font);
}
.fa-solid{
    font-size: var(--font-size-S);
}
.logo{
    width: 250px;
    height: auto;
}
.logo a{
    display: flex;
    justify-content: start;
    align-items: center;
}
.logo-img{
    width: 100%;
    margin-left: 15px;
}
.fontsize-ss{
    font-size: var(--font-size-SS);
}
.fontsize-s{
    font-size: var(--font-size-S);
}
.fontsize-m{
    font-size: var(--font-size-M);
}
.fontsize-l{
    font-size: var(--font-size-L);
}
.fontsize-ll{
    font-size: var(--font-size-LL);
}
.fontsize-3l{
    font-size: var(--font-size-3L);
}
.fontsize-4l{
    font-size: var(--font-size-4L);
}
.column2{
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-wrap: wrap;
    text-align: justify;
}
.column2 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.col2-1{
    width: 50%;
}
.col2-2{
    width: 50%;
}
.column2.rev{
    flex-direction: row-reverse;
}
.column2.rev .col2-1{
    padding-right: 0;
    padding-left: 60px;
}
.column3{
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    text-align: justify;
}
.col3-1,
.col3-2,
.col3-3{
    width: fit-content;
    max-width: 33.33%;
}
.fillter{
    background: rgba(51, 51, 51, 0.5);
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
}
.page-content{
    padding-top: 160px;
    padding-bottom: 160px;
    background-size: contain;
    position: relative;
    overflow-x: hidden;
}
.container{
    width: 90%;
    max-width: 1300px;
    margin: 0 auto;
}
.contents-area{
    position: relative;
    padding-top: 80px;
    padding-bottom: 80px;
    min-height: 80vh;
    min-height: 80svh;
}
.text-capitalize{
    text-transform: capitalize;
}
.text-justify{
    text-align: justify;
}
.text-center{
    text-align: center;
}
.bg-flower{
    position: absolute;
    width: 18%;
    z-index: -1;
    opacity: 0.3;
}
.bg-img1{
    top: 10%;
    left: -2%;
}
.bg-img2{
    bottom: 40%;
    right: -2%;
}
.fa-circle-chevron-right[data-type="home"]{color: var(--main2-color);}
.fa-circle-chevron-right[data-type="rental"]{color: var(--sub1-color);}
.fa-circle-chevron-right[data-type="land"]{color: var(--sub2-color);}
.fa-circle-chevron-right[data-type="buy"]{color: var(--sub3-color);}
.fa-circle-chevron-right[data-type="news"]{color: var(--sub4-color);}
.fa-circle-chevron-right[data-type="flow"]{color: var(--sub5-color);}
.fa-circle-chevron-right[data-type="faq"]{color: var(--sub6-color);}
.fa-circle-chevron-right[data-type="company"]{color: var(--sub7-color);}
@media screen and (max-width: 1024px)/*1024px以下(タブレット用)*/{
    .bg-flower{
        width: 40%;
    }
    .bg-img1{
        left: -5%;
    }
    .bg-img2{
        right: -5%;
    }
    .page-content{
        padding-top: 90px;
    }
    .col2-1{
        width: 48%;
    }
    .col2-2{
        width: 52%;
    }
    .column2.rev .col2-1{
        padding-left: 45px;
    }
}
@media screen and (max-width: 599px)/*599px以下(スマホ用)*/{
    .bg-flower{
        width: 60%;
    }
    .bg-img1{
        top: 5%;
        left: -8%;
    }
    .bg-img2{
        bottom: 30%;
        right: -8%;
    }
    .page-content{
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .column2{
        flex-direction: column;
    }
    .col2-1{
        width: 100%;
        padding-right: 0;
    }
    .col2-2{
        width: 100%;
    }
    .column2.rev{
        flex-direction: column-reverse;
    }
    .column2.rev .col2-1{
        padding-left: 0;
    }
    .col3-1,
    .col3-2,
    .col3-3{
        width: 100%;
        max-width: none;
    }
}
/* ************************      Button     ************************ */
.btn1{
    width: fit-content;
    display: flex;
    justify-content: start;
    align-items: baseline;
    border-bottom: dotted 2px var(--border2-color);
}
.btn1 .fa-circle-chevron-right{
    margin-left: 4px;
}
.btn2{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    background-color: var(--main-color);
    color: #FFF;
    font-weight: bold;
    border-radius: 8px;
    padding: 16px 0;
    min-height: 60px;
    transition: background-color .3s ease-out;
}
.btn2:hover{
    background-color: var(--hover2-color);
}
.btn2 i{
    margin-left: 8px;
}
@media screen and (max-width: 1024px)/*1024px以下(タブレット用)*/{}
@media screen and (max-width: 599px)/*599px以下(スマホ用)*/{}
/* ************************      Section-ttl     ************************ */
.section-ttl{
    font-size: var(--font-size-LL);
    display: flex;
    flex-direction: column;
    font-weight: bold;
    margin-bottom: 64px;
    line-height: 1;
}
.section-ttl::after{
    content: attr(data-en);
    font-family: var(--en-font);
    font-size: var(--font-size-S);
    letter-spacing: 0;
    line-height: 1;
    display: inline-block;
    font-weight: bold;
    color: var(--main-color);
    margin-top: 8px;
    text-transform: capitalize;
}
@media screen and (max-width: 1024px)/*1024px以下(タブレット用)*/{}
@media screen and (max-width: 599px)/*599px以下(スマホ用)*/{
    .section-ttl{
        flex-wrap: wrap;
        margin-bottom: 32px;
    }
    .section-ttl::before{
        white-space: nowrap;
    }
}
/* ************************      Page-ttl     ************************ */
#subpage-header{
    background-color: var(--main-color);
    color: #FFF;
    width: 100%;
    border-radius: 0 0 32px 32px;
}
#subpage-header{
    padding-top: 160px;
    padding-bottom: 40px;
}
.page-ttl{
    font-size: var(--font-size-3L);
    font-weight: bold;
}
.page-ttl::after{
    content: attr(data-en);
    font-family: var(--en-font);
    font-size: var(--font-size-L);
    letter-spacing: 0;
    line-height: 1;
    display: block;
    font-weight: bold;
    color: #FFF;
    margin-top: 8px;
    text-transform: capitalize;
}
@media screen and (max-width: 1024px)/*1024px以下(タブレット用)*/{}
@media screen and (max-width: 599px)/*599px以下(スマホ用)*/{}
/* ************************      Space      ************************ */
.mr-s{
    margin-right: 15px;
}
.ml-s{
    margin-left: 15px;
}
.mt-s{
    margin-top: 15px;
}
.mb-s{
    margin-bottom: 15px;
}
/*---------------------*/
.mr-m{
    margin-right: 30px;
}
.ml-m{
    margin-left: 30px;
}
.mt-m{
    margin-top: 30px;
}
.mb-m{
    margin-bottom: 30px;
}
/*---------------------*/
.mr-l{
    margin-right: 60px;
}
.ml-l{
    margin-left: 60px;
}
.mt-l{
    margin-top: 60px;
}
.mb-l{
    margin-bottom: 60px;
}
/*---------------------*/
.pr-s{
    padding-right: 15px;
}
.pl-s{
    padding-left: 15px;
}
.pt-s{
    padding-top: 15px;
}
.pb-s{
    padding-bottom: 15px;
}
/*---------------------*/
.pr-m{
    padding-right: 30px;
}
.pl-m{
    padding-left: 30px;
}
.pt-m{
    padding-top: 30px;
}
.pb-m{
    padding-bottom: 30px;
}
@media screen and (max-width: 1024px)/*1024px以下(タブレット用)*/{
    .mr-l{
        margin-right: 45px;
    }
    .ml-l{
        margin-left: 45px;
    }
    .mt-l{
        margin-top: 45px;
    }
    .mb-l{
        margin-bottom: 45px;
    }
}
@media screen and (max-width: 599px)/*599px以下(スマホ用)*/{
    .pr-s{
        padding-right: 8px;
    }
    .pl-s{
        padding-left: 8px;
    }
    .pt-s{
        padding-top: 8px;
    }
    .pb-s{
        padding-bottom: 8px;
    }
    /*---------------------*/
    .mr-s{
        margin-right: 8px;
    }
    .ml-s{
        margin-left: 8px;
    }
    .mt-s{
        margin-top: 8px;
    }
    .mb-s{
        margin-bottom: 8px;
    }
    /*---------------------*/
    .mr-m{
        margin-right: 15px;
    }
    .ml-m{
        margin-left: 15px;
    }
    .mt-m{
        margin-top: 15px;
    }
    .mb-m{
        margin-bottom: 15px;
    }
}
/* ************************      width      ************************ */
.width-l{
    width: 100%;
    max-width: none;
}
.width-m{
    width: 90%;
    max-width: 1350px;
    margin: 0 auto;
}
.width-s{
    width: 75%;
    max-width: 1000px;
    margin: 0 auto;
}
@media screen and (max-width: 1024px)/*1024px以下(タブレット用)*/{
    .width-s{
        width: 90%;
    }
}
@media screen and (max-width: 599px)/*599px以下(スマホ用)*/{}
/* ************************   Flexlayout    ************************ */
.flex_space-between{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.flex_center{
    display: flex;
    justify-content: center;
    align-items: center;
}
.flex_start{
    display: flex;
    justify-content: start;
    align-items: center;
}
.flex_end{
    display: flex;
    justify-content: end;
    align-items: center;
}
/* ************************      Zoom image     ************************ */
.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    height: 100dvh;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.9);
}
.modal-img__area {
    max-width: 100vw;
    margin: auto;
    display: block;
    position: relative;
}
.modal-content {
    width: 100%;
    height: 100%;
    max-height: 90vh;
    max-height: 90dvh;
    object-fit: contain;
}
#modal-description{
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: rgba(48,48,48,0.3);
    color: #FFF;
    width: 100%;
    padding: 5px 15px;
}
.close-btn {
    position: absolute;
    top: 30px;
    right: 60px;
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    cursor: pointer;
    z-index: 1;
}
.close-btn i{
    font-size: var(--font-size-LL);
}
#modal .prev{
    position: absolute;
    top: 50%;
    left: 5%;
    transform: translateY(-50%);
}
#modal .next{
    position: absolute;
    top: 50%;
    right: 5%;
    transform: translateY(-50%);
}
#modal .prev i,
#modal .next i{
    color: #FFF;
    font-size: var(--font-size-LL);
}
/* 背景をクリックできるように modal に pointer-events を有効化 */
.modal {
    cursor: pointer;
}
/* 画像はクリックしてもモーダルを閉じないように */
.modal-img__area img {
    pointer-events: none;
}
@media screen and (max-width: 1024px)/*1024px以下(タブレット用)*/{}
@media screen and (max-width: 599px)/*599px以下(スマホ用)*/{}
/* ************************      Animation     ************************ */



@media screen and (max-width: 1024px)/*1024px以下(タブレット用)*/{}
@media screen and (max-width: 599px)/*599px以下(スマホ用)*/{}
/* ************************      Header     ************************ */
header{
    width: calc(100% - 32px);
    height: 60px;
    background-color: #FFF;
    max-width: 100%;
    margin: 16px 16px;
    border-radius: 8px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 16px;
    z-index: 1000;
    position: fixed;
}
#header{
    transition: transform 0.3s ease, background-color 0.3s ease;
}
#header.color1{
    background-color: rgba(51, 51, 51, 0.75);
}
#header.down{
    transform: translateY(-100%);
}
.logo img{
    width: 250px;
    height: auto;
    max-width: 300px;
}
.header-nav{
    display: flex;
    justify-content: start;
    align-items: center;
}
.header-tel a{
    display: flex;
    justify-content: start;
    align-items: center;
    margin-right: 32px;
}
.header-tel .note{
    font-size: 10px;
}
.header-tel .side-menu__tel{
    margin-right: 16px;
}
#menu-global .main-menu .arrow{
    display: none;
}
#menu-global .sub-menu{
    display: none;
}
#hamburger-menu{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 40px;
    cursor: pointer;
    caret-color: transparent;
    z-index: 1020;
    background-color: var(--main-color);
    border-radius: 4px;
}
#hamburger-menu > div{
    width: 30px;
    height: 20px;
    position: relative;
}
#hamburger-menu span{
    display: inline-block;
    transition: all .4s;/*アニメーションの設定*/
    position: absolute;
    top: 0;
    right: 0;
    height: 3px;
    border-radius: 1.5px;
    background-color: #FFF;
}
#hamburger-menu .bar:nth-of-type(1) {
    top:0;	
    width: 100%;
}
#hamburger-menu .bar:nth-of-type(2) {
    top:50%;
    transform: translateY(-50%);
    width:100%;
}
#hamburger-menu .bar:nth-of-type(3) {
    top:100%;
    transform: translateY(-50%);
    width:100%;
}
/* メニューを開くとバツ印へ変化 */
#hamburger-menu.active span{
    background-color: #FFF;
}
#hamburger-menu.active .bar:nth-of-type(1) {
    top: 50%;
    left: 0;
    transform: translateY(-50%) rotate(-45deg);
    width: 100%;
}
#hamburger-menu.active .bar:nth-of-type(2) {
    opacity: 0;
}
#hamburger-menu.active .bar:nth-of-type(3) {
    top: 50%;
    left: 0;
    transform: translateY(-50%) rotate(45deg);
    width: 100%;
}
#menu-global{
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    transition: 0.3s ease-in-out;
    background-color: rgba(48,48,48,0.3);
    z-index: 1010;
    opacity: 0;
    pointer-events: none;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
#menu-global::-webkit-scrollbar{
    display: none;
}
#menu-global.active{
    opacity: 1;
    pointer-events: all;
}
#menu-global__cover{
    position: relative;
    height: 100%;
}


@media screen and (max-width: 1024px)/*1024px以下(タブレット用)*/{
    .header-tel{
        display: none;
    }
}
@media screen and (max-width: 599px)/*599px以下(スマホ用)*/{
    header{
        padding: 0 15px;
    }
    header > .logo img{
        max-width: 200px;
    }
}
/* ************************   front-page.php    ************************ */
/*---------------------  top-fv */
#fv{
    width: 100%;
    height: 100vh;
    height: 100svh;
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: stretch;
    gap: 16px;
    padding: 92px 16px 16px 16px;
}
.fv-side__r{
    width: 288px;
    height: 100%;
    background-color: #FFF;
    border-radius: 8px;
    padding: 24px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.side-menu{
    display: flex;
    flex-direction: column;
    justify-content: start;
    margin-top: 16px;
}
.side-menu__ttl{
    font-size: var(--font-size-L);
    font-weight: bold;
    text-transform: uppercase;
    display: block;
    text-align: center;
    padding: 16px 0 32px 0;
    border-bottom: dotted 1px var(--border-color);
}
.side-menu li{
}
.side-menu li a{
    position: relative;
    width: 100%;
    display: flex;
    justify-content: start;
    align-items: center;
    flex-wrap: nowrap;
    padding: 12px 0;
}
.side-menu li a > span{
    content: attr(data-en);
    font-family: var(--en-font);
    font-weight: bold;
    font-size: var(--font-size-SS);
    text-transform: capitalize;
    letter-spacing: 0;
    margin-left: 16px;
}
.side-menu li a > .fa-circle-chevron-right{
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0,-50%);
    transition: transform .3s ease-out;
}
.side-menu li a[data-en="home"] > span {color: var(--main2-color);}
.side-menu li a[data-en="rental"] > span {color: var(--sub1-color);}
.side-menu li a[data-en="land"] > span {color: var(--sub2-color);}
.side-menu li a[data-en="buy"] > span {color: var(--sub3-color);}
.side-menu li a[data-en="news"] > span {color: var(--sub4-color);}
.side-menu li a[data-en="flow"] > span {color: var(--sub5-color);}
.side-menu li a[data-en="faq"] > span {color: var(--sub6-color);text-transform: uppercase;}
.side-menu li a[data-en="company"] > span {color: var(--sub7-color);}

.side-menu li a:hover > .fa-circle-chevron-right{
    transform: translate(8px,-50%);
}
.fv-side__l{
    flex: 1;
    position: relative;
    overflow: hidden;
    border-radius: 8px;
}
.fv-side__l img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.fv-side__l .fillter{
    background: rgba(51, 51, 51, 0.15);
}
.fv-side__l .catch{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #FFF;
    font-size: var(--font-size-LL);
    font-weight: bold;
    writing-mode: vertical-lr;
}
.side-menu__bottom{
    text-align: center;
}
.side-menu__tel{
    display: flex;
    justify-content: center;
    align-items: center;
}
.side-menu__tel i{
    margin-right: 4px;
}
.note{
    font-size: var(--font-size-SS);
    color: var(--darkgray-color);
}



#menu-global .fv-side__r{
    position: fixed;
    top: 0;
    right: 0;
    padding: 32px;
    border-radius: 8px 0 0 8px;
}
#menu-global .fv-side__r .side-menu__ttl{
    padding: 0 0 32px 0;
}

@media screen and (max-width: 1024px)/*1024px以下(タブレット用)*/{
    #fv{
        display: block;
                height: auto;
    }
    .fv-side__r{
        display: none;
    }
    .fv-side__l{
        width: 100%;
        flex: auto;
        aspect-ratio: 1 / 1;
    }
    #menu-global .fv-side__r{
        display: flex;
    }
}
@media screen and (max-width: 599px)/*599px以下(スマホ用)*/{
    .fv-side__l{
        aspect-ratio: 1 / 1.414;
    }
}
/*---------------------  top-service */
.catch h1{
    font-size: var(--font-size-L);
    font-weight: bold;
    margin-bottom: 24px
}
.catch > div{
    width: fit-content;
    margin: 0 auto 64px auto;
}
.box3-list{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
}
.box3-list li{
    width: calc((100% - 64px) / 3);
}
.box3-list .list-img{
    width: 100%;
    aspect-ratio: 1.414 / 1;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
}
.box3-list .list-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .3s ease-out;
}
.box3-list a:hover img{
    transform: scale(1.05);
}
.box3-list h2{
    margin-top: 8px;
    font-size: var(--font-size-M);
}
.box3-list h2 .fa-circle-chevron-right{
    margin-left: 4px;
}
@media screen and (max-width: 1024px)/*1024px以下(タブレット用)*/{
    .box3-list{
        gap: 24px;
    }
    .box3-list li{
        width: calc((100% - 24px) / 2);
    }
}
@media screen and (max-width: 599px)/*599px以下(スマホ用)*/{
    .box3-list li{
        width: 100%;
    }
}
/*---------------------  top-company */
#top-company .section-ttl{
    align-items: center;
}
#top-company .col2-1{
    background-color: #FFF;
    width: 50%;
    border-radius: 8px 0 0 8px;
    overflow: hidden;
}
#top-company .col2-2{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--main-color);
    width: 50%;
    border-radius: 0 8px 8px 0;
    padding: 4rem;
}
#top-company .col2-2 p,
#top-company .col2-2 a{
    color: #FFF;
}
#top-company .catch{
    font-size: var(--font-size-L);
    margin-bottom: 32px;
}
#top-company .text{
    margin-bottom: 24px;
}
#top-company .btn1{
    border-bottom: dotted 2px #FFF;
}
@media screen and (max-width: 1024px)/*1024px以下(タブレット用)*/{}
@media screen and (max-width: 599px)/*599px以下(スマホ用)*/{
    #top-company .col2-1{
        width: 100%;
        border-radius: 8px 8px 0 0;
        aspect-ratio: 1.414 / 1;
    }
    #top-company .col2-2{
        width: 100%;
        border-radius: 0 0 8px 8px;
        padding: 3rem 2rem;
    }
}
/*---------------------  section-bg */
#section-bg{
    position: relative;
    width: 100vw;
    height: 90vh;
    height: 90svh;
}
.parallax-section{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
}
.bg-inner{
    top: -30%;
    width: 100%;
    height: 130%;
    overflow: hidden;
    position: relative;
    transition: transform 0.3s ease-out;
}
.bg-inner img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center bottom;
}
@media screen and (max-width: 1024px)/*1024px以下(タブレット用)*/{}
@media screen and (max-width: 599px)/*599px以下(スマホ用)*/{
    #section-bg{
        height: 50vh;
        height: 50svh;
    }
    #section-bg .bg-inner img{
        object-position: center right;
    }
}
/*---------------------  top-news */
#top-news .container{
    background-color: #FFF;
    padding: 4em;
    border-radius: 8px;
}
#top-news .section-ttl{
    margin-bottom: 0;
}
#top-news .upper{
    display: flex;
    justify-content: space-between;
    align-items: end;
    margin-bottom: 56px;
}
.news-list li{
    border-top: dotted 1px var(--border2-color);
}
.news-list li:last-of-type{
    border-bottom: dotted 1px var(--border2-color);
}
.news-list li a{
    display: flex;
    justify-content: start;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    padding: 24px 8px;
    transition: background-color .3s ease-out;
}
.news-list li a:hover{
    background-color: var(--hover-color);
}
.news-list li .date{
    margin-right: 32px;
    color: var(--main-color);
}
.news-list li h2,
.news-list li h3{
    flex: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news-list li .tag p::before{
    content: '#';
}
.news-list li .tag p{
    color: var(--gray-color);
    font-size: var(--font-size-SS);
    display: inline-block;
    margin-left: 4px;
}
@media screen and (max-width: 1024px)/*1024px以下(タブレット用)*/{}
@media screen and (max-width: 599px)/*599px以下(スマホ用)*/{
    #top-news .container{
        padding: 3rem 2rem;
    }
    #top-news .upper .btn1{
        display: none;
    }
    .news-list li .date{
        display: block;
        width: 100%;
    }
}
/*---------------------  top-faq */
.faq-page .page-ttl::after{
    text-transform: uppercase;
}
#top-support .container{
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 32px;
}
#top-faq{
    width: calc(50% - 16px);
}
.faq-list{
    aspect-ratio: 1.618 / 1;
    margin-bottom: 10px;
}
.qa-7 {
    width: 100%;
    margin-bottom: 10px;
    border: none;
    border-radius: 8px;
    box-shadow: 0 4px 4px rgb(0 0 0 / 2%), 0 2px 3px -2px rgba(0 0 0 / 5%);
    background-color: #fff;
}
.qa-7 summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1em 2em 1em 3em;
    color: var(--text-color);
    cursor: pointer;
    font-weight: bold;
}
.qa-7 summary::before,
.qa-7 p::before {
    position: absolute;
    left: 1em;
    font-size: 1.3em;
}
.qa-7 summary::before {
    color: var(--main-color);
    content: "Q";
}
.qa-7 summary::after {
    transform: translateY(-25%) rotate(45deg);
    width: 7px;
    height: 7px;
    margin-left: 10px;
    border-bottom: 3px solid #333333b3;
    border-right: 3px solid #333333b3;
    content: '';
    transition: transform .5s;
}
.qa-7[open] summary::after {
    transform: rotate(225deg);
}
.qa-7 > div {
    position: relative;
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: .3em 3em 1.5em;
    transition: transform .5s, opacity .5s;
}
.qa-7[open] > div {
    transform: none;
    opacity: 1;
}
.qa-7 p {
    color: var(--text-color);
}
.qa-7 p::before {
    color: var(--sub6-color);
    line-height: 1.2;
    content: "A";
}
.table-001{
    margin-top: 8px;
}
.table-001 tr{
    border: solid 1px var(--border2-color);
}
.table-001 th{
    padding: 4px 8px;
    background-color: var(--base-color);
}
.table-001 td{
    padding: 4px 8px;
}
@media screen and (max-width: 1024px)/*1024px以下(タブレット用)*/{}
@media screen and (max-width: 599px)/*599px以下(スマホ用)*/{
    #top-faq{
        width: 100%;
        padding-bottom: 80px;
    }
}
/*---------------------  top-flow */
#top-flow{
    width: calc(50% - 16px);
}
#top-flow .img-area{
    width: 100%;
    aspect-ratio: 1.618 / 1;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 10px;
}
#top-flow .img-area img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#top-flow a .img-area img{
    transition: .3s ease-out;
}
#top-flow a:hover .btn2{
    background-color: var(--hover2-color);
}
#top-flow a:hover .img-area img{
    transform: scale(1.05);
}
@media screen and (max-width: 1024px)/*1024px以下(タブレット用)*/{}
@media screen and (max-width: 599px)/*599px以下(スマホ用)*/{
    #top-flow{
        width: 100%;
    }
}
/* ************************      property     ************************ */
.property-page .box3-list .list-img{
    border-radius: 8px 8px 0 0;
}
.property-page .box3-list .list-item{
    background-color: #FFF;
    padding: 24px 2rem 2rem 2rem;
    border-radius: 0 0 8px 8px;
    position: relative;
    font-size: var(--font-size-S);
}
.property-page .list-cate{
    position: absolute;
    top: 0;
    right: 0;
    transform: translateY(-50%);
    background-color: var(--sub1-color);
    color: #FFF;
    font-weight: bold;
    width: 100px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px 0 0 4px;
}
.property-page .list-cate.cate-rental{background-color: var(--sub1-color);}
.property-page .list-cate.cate-land{background-color: var(--sub2-color);}
.property-page .list-cate.cate-buy{background-color: var(--sub3-color);}

.property-page .box3-list h2{
    margin-top: 0;
    font-weight: bold;
    margin-bottom: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.fa-yen-sign,
.fa-location-dot{
    color: var(--main-color);
    margin-right: 4px;
}
/*
.item-floor::before{
    content: '/';
    margin-left: 4px;
    margin-right: 4px;
}
    */
.item-address{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
#rental-type{
    display: flex;
    margin-bottom: 24px;
}
#rental-type a{
    padding: 4px 32px;
    border: solid 1px var(--main-color);
    border-radius: 9999px;
    margin-right: 16px;
    font-size: var(--font-size-L);
    font-weight: bold;
}
#rental-type a.active{
    background-color: var(--main-color);
    color: #FFF;
}




/*---------------------  detail */
.contents-ttl{
    font-size: var(--font-size-LL);
    font-weight: bold;
    margin-bottom: 16px;
    position: relative;
    display: flex;
    justify-content: start;
    align-items: center;
}
.contents-ttl .list-cate{
    display: inline-flex;
    background-color: var(--sub1-color);
    color: #FFF;
    padding: 8px 16px;
    border-radius: 4px;
    margin-right: 16px;
    white-space: nowrap;
}
.contents-ttl .list-cate.cate-rental{background-color: var(--sub1-color);}
.contents-ttl .list-cate.cate-land{background-color: var(--sub2-color);}
.contents-ttl .list-cate.cate-buy{background-color: var(--sub3-color);}
.contents-ttl .list-cate p{
    font-size: var(--font-size-M);
}
.main-img{
    width: 100%;
    aspect-ratio: 1.414 / 1;
    border-radius: 8px;
    overflow: hidden;
}
.main-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.tile{
    position: relative;
    width: 100%;
    margin-top: 40px;
}
.tile-list{
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    align-items: center;
}
.tile-list li{
    width: calc((100% - 48px) / 4);
    overflow: hidden;
    margin: 8px 16px 8px 0;
    border-radius: 4px;
}
.tile-list li:nth-of-type(4n){
    margin: 8px 0 8px 0;
}
.tile-list li img{
    width: 100%;
    object-fit: cover;
    aspect-ratio: 1.414 / 1;
}
.tile-list li a{
    position: relative;
    transition: 0.3s ease-in-out;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}
.tile-list li a::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(48, 48, 48, 0.5);
    transition: opacity 0.3s ease-in-out;
    opacity: 0;
}
.tile-list li a::after{
    content: '拡大して表示';
    font-size: var(--font-size-SS);
    color: #FFF;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    transition: opacity 0.3s ease-in-out;
    opacity: 0;
    white-space: nowrap;
}
.tile-list li a:hover::before{
    opacity: 1;
}
.tile-list li a:hover::after{
    opacity: 1;
}
.detail-table{
    width: 100%;
    margin-bottom: 32px;
}
.detail-table tbody{
    display: flex;
    justify-content: start;
    align-items: stretch;
    flex-wrap: wrap;
    width: 100%;
    gap: 8px;
}
.detail-table tr{
    width: calc( 50% - 4px );
    display: flex;
    justify-content: start;
    align-items: stretch;
    flex-wrap: nowrap;
}
.detail-table tr th{
    width: 150px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    white-space: nowrap;
    background-color: var(--main-color);
    color: #FFF;
    text-align: center;
    border-radius: 8px 0 0 8px;
}
.detail-table tr td{
    padding: 24px;
    background-color: #FFF;
    flex: 1;
    border-radius: 0 8px 8px 0;
    display: flex;
    justify-content: start;
    align-items: center;
}
.detail-table tr.bikou{
    width: 100%;
}
.detail-download{
    margin-bottom: 64px;
    color: #FFF;
}
.detail-download.cate-rental{background-color: var(--sub1-color);}
.detail-download.cate-land{background-color: var(--sub2-color);}
.detail-download.cate-buy{background-color: var(--sub3-color);}

.detail-map iframe{
    width: 100%;
    aspect-ratio: 4 / 3;
    border-radius: 8px;
}
#detail-info.page-content{
    padding-bottom: 0;
}
#detail-btn .btn1 i{
    margin-right: 8px;
}
@media screen and (max-width: 1024px)/*1024px以下(タブレット用)*/{}
@media screen and (max-width: 599px)/*599px以下(スマホ用)*/{
    .contents-ttl{
        font-size: var(--font-size-L);
    }
    .tile-list li{
        width: calc((100% - 8px) / 2);
        margin: 4px 8px 4px 0;
    }
    .tile-list li:nth-of-type(4n){
        margin: 4px 8px 4px 0;
    }
    .tile-list li:nth-of-type(2n){
        margin: 4px 0 4px 0;
    }
    .detail-table tbody{
        gap: 4px;
    }
    .detail-table tr{
        width: 100%;
        margin-bottom: 2px;
    }
}
/* ************************   archive.php    ************************ */
#news-contents .container{
    background-color: #FFF;
    padding: 4em;
    border-radius: 8px;
}
.news-cate{
    margin-bottom: 40px;
}
.news-cate p{
    font-size: var(--font-size-SS);
}
.news-cate > div{
    margin: 4px;
    border: solid 1px var(--border-color);
    display: inline-block;
    border-radius: 999px;
}
.news-cate > div a{
    padding: 4px 16px;
    display: inline-block;
}
.news-cate > div.current{
    background-color: var(--main-color);
}
.news-cate > div.current a{
    color: #FFF;
}
@media screen and (max-width: 1024px)/*1024px以下(タブレット用)*/{}
@media screen and (max-width: 599px)/*599px以下(スマホ用)*/{
    #news-contents .container{
        padding: 2em;
    }
    .news-cate{
        margin-bottom: 24px;
    }
    .news-list li .tag{
        display: none;
    }
}
/* ************************   flow.php    ************************ */
.about-text{
    margin-bottom: 64px;
}
.flow-list > li{
    border-radius: 16px;
    background-color: #FFF;
    padding: 2em 4em;
    margin-bottom: 64px;
    position: relative;
}
.flow-list .fa-angle-down{
    font-size: var(--font-size-LL);
    position: absolute;
    bottom: -40px;
    left: 50%;
}
.flow-ttl{
    display: flex;
    justify-content: start;
    align-items: baseline;
    padding-bottom: 16px;
    border-bottom: dotted 1px var(--border-color);
}
.flow-ttl > p.en{
    color: var(--main-color);
    text-transform: capitalize;
    margin-right: 16px;
    white-space: nowrap;
}
.flow-ttl h2{
    font-size: var(--font-size-M);
    font-weight: bold;
}
.flow-text{
    padding-top: 16px;
}
.flow-text p{
    text-align: justify;
}
.flow-list .detail-list h3{
    font-weight: bold;
}
.flow-list .detail-list h3::before{
    content: '◎';
}
.flow-list .detail-list li{
    margin-bottom: 16px;
}
@media screen and (max-width: 1024px)/*1024px以下(タブレット用)*/{
    .about-text{
        margin-bottom: 32px;
    }
}
@media screen and (max-width: 599px)/*599px以下(スマホ用)*/{
    .flow-list > li{
        padding: 2em;
    }
    .flow-ttl{
        flex-direction: column;
    }
}

/* ************************   company.php    ************************ */
#company-profile .section-ttl{
    align-items: center;
}
.profile-table{
    width: 100%;
    margin-bottom: 32px;
}
.profile-table tbody{
    display: flex;
    justify-content: start;
    align-items: stretch;
    flex-wrap: wrap;
    width: 100%;
}
.profile-table tr{
    width: 100%;
    display: flex;
    justify-content: start;
    align-items: stretch;
    flex-wrap: nowrap;
    margin-bottom: 8px;
    border-radius: 8px;
    overflow: hidden;
}
.profile-table tr th{
    width: 150px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    white-space: nowrap;
    background-color: var(--main-color);
    color: #FFF;
}
.profile-table tr td{
    padding: 16px 16px 16px 16px;
    background-color: #FFF;
    flex: 1;
    display: flex;
    justify-content: start;
    align-items: center;
    flex-wrap: wrap;
}
.profile-table tr td a{
    margin: 0 32px;
    text-transform: capitalize;
    color: var(--main-color);
    border-bottom: solid 1px var(--main-color);
}
#company-profile .column2{
    gap: 32px;
}
#company-profile .col2-1{
    aspect-ratio: 1.414 / 1;
    overflow: hidden;
    width: calc(50% - 16px);
}
#company-profile .col2-2{
    aspect-ratio: 1.414 / 1;
    overflow: hidden;
    width: calc(50% - 16px);
}
#company-profile .column2 img{
    border-radius: 8px;
}
#company-philosophy .col2-1{
    position: relative;
}
#company-philosophy .col2-1 img{
    border-radius: 0 8px 8px 0;
}
#company-philosophy .col2-2{
    padding: 0 80px;
}
#company-philosophy .section-ttl{
    margin-bottom: 32px;
}
#company-philosophy section{
    padding-top: 40px;
    padding-bottom: 40px;
    border-bottom: dotted 1px var(--border2-color);
}
#company-philosophy section:first-of-type{
    padding-top: 0;
}
#company-philosophy section:last-of-type{
    border-bottom: none;
    padding-bottom: 0;
}
.column2 .sticky{
    position: sticky;
    top: 140px;
    left: 0;
}
@media screen and (max-width: 1024px)/*1024px以下(タブレット用)*/{
    #company-profile .column2{
        gap: 16px;
    }
    #company-profile .col2-1{
        width: calc(50% - 8px);
    }
    #company-profile .col2-2{
        width: calc(50% - 8px);
    }
    .column2 .sticky{
        display: none;
    }
    #company-philosophy.page-content{
        padding-top: 0;
    }
    #company-philosophy .container.width-l{
        width: 90%;
    }
    #company-philosophy .column2{
        flex-direction: column;
    }
    #company-philosophy .col2-1{
        width: 100%;
    }
    #company-philosophy .col2-2{
        width: 100%;
        padding: 40px 0 0 0;
    }
    #company-philosophy .col2-1 img{
    border-radius: 8px;
    }
    .profile-table tr td a{
        margin: 0;
    }
}
@media screen and (max-width: 599px)/*599px以下(スマホ用)*/{
    #company-profile.page-content{
        padding-top: 0;
    }
    .profile-table tr th {
        width: 75px;
    }
    #company-profile .column2{
        gap: 16px;
    }
    #company-profile .col2-1{
        width: 100%;
    }
    #company-profile .col2-2{
        width: 100%;
    }
}














/* ************************      Footer     ************************ */
footer{
    background-color: var(--main-color);
    color: #FFF;
    border-radius: 32px 32px 0 0;
}
#top-cta.page-content{
    padding-bottom: 0;
}
#top-cta .container{
    padding-bottom: 80px;
    border-bottom: 1px dotted #FFF;
}
#top-cta .section-ttl::after{
    color: #FFF;
}
#top-cta .col2-1{
    width: fit-content;
    padding-right: 64px;
}
#top-cta .col2-2{
    flex: 1;
}
#top-cta .tel-num{
    margin-top: 32px;
}
#top-cta .number{
    color: #FFF;
}
.footer-prof{
    margin-top: 32px;
    margin-bottom: 80px;
}
.copyright{
    text-align: center;
    padding: 16px 0;
    text-transform: capitalize;
}
@media screen and (max-width: 1024px)/*1024px以下(タブレット用)*/{}
@media screen and (max-width: 599px)/*599px以下(スマホ用)*/{
    footer{
        border-radius: 16px 16px 0 0;
    }
    .footer-prof{
        margin-bottom: 40px;
    }
}