/*
Theme Name: CUBIC
Description: CUBIC Template
Author: 管理人
*/



body{
    font-size: 14px;
    overflow-x: hidden;
}
.in{
    width: 95%;
}
.pc{
    display: none;
}
/*見出し-------------------*/
.content_title{
    font-size: calc(1.75rem + ((1vw - 3.75px) * 0.9245));
}


/*---ヘッダー-------------------*/
header{
    padding: 10px 15px;
    position: absolute;
    width: 29%;
    max-width: 140px;
    top: 0;
    left: 0;
}
.home_hedb{
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    max-width: 315px;
    width: 52%;
    height: calc(10.9375rem + ((1vw - 3.75px) * 10.0154));
    background-color: #ffc900;
    z-index: -1;
}


/*ハンバーガーボタン*/
.hed_buttons .navbotn{
    position: fixed;
    top: 10px;
    right: 10px;
    margin-top: 0;
    padding: 17.5px 0;
    width: 60px;
    border-radius: 50%;
}
.hed_buttons .navbotn::before{
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    background-color: #ffc900;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border-radius: 50%;
    transition: 0.5s;
    margin: auto;
    border-color: #fff;
}
.is-fixed .hed_buttons .navbotn::before{
    width: 100%;
    height: 100%;
    border-style: solid;
    border-width: 3px;
}

/*ナビ*/
.nab_b, nav,.nav_box{
    z-index: 10;
}
.nav_box{
    padding: 30px 20px 50px;
}
#sidebar .navbotn{
    margin-top: 20px;
    background-color: #fff;
    padding: 12.5px 0;
    border-radius: 50%;
}

#sidebar .hed_buttons{
    margin-top: 30px;
}
#sidebar .hed_buttons ul{
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}
#sidebar .hed_buttons .buttons_home{
    color: #fff;
}
#sidebar .hed_buttons .buttons_home a i::before{
    background-color: #0085cb;
}
#sidebar .hed_contactbutton{
    margin-top: 30px;
}
#sidebar .hed_contactbutton a{
    width: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    gap: 1em;
    padding: 0.5em;
    border-color: #fff;
}

/*閲覧補助*/
.auxiliary_button{
    position: fixed;
    top: 25px;
    left: 150px;
    transition: 1s;
}
header.is-fixed .auxiliary_button{
    left: 2%;
}

/*---フッター-------------------*/


#footer .in{
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    gap:30px;
}
.footer-widget + .footer-widget{
    margin-top: 1em;
}
.foot_logo{
    max-width: 243px;
    width: 80%;
}
.foot_c {
    margin-top: 5em;
    text-align: center;
}
.footcontct_box{
    gap:30px;
}
.foot_contact,
.footcontct_warp{
    padding: calc(0.9375rem + ((1vw - 3.75px) * 2.3112));
}
.footcontct_boxtel i{
    font-size: calc(1.875rem + ((1vw - 3.75px) * 3.0817));
}
.footcontct_boxtel p{
    font-size: calc(1.625rem + ((1vw - 3.75px) * 1.3867));
}
.foot_buttons ul a > span{
    font-size: calc(0.9375rem + ((1vw - 3.75px) * 0.7704));
}
.foot_buttons ul a > p{
    font-size: calc(1.875rem + ((1vw - 3.75px) * 1.5408));
}
.footcontct_warp .content_title{
    margin-top: calc(-3.4375rem + ((1vw - 3.75px) * -5.3929));
}
.foot_contact{
    margin-top: calc(6.25rem + ((1vw - 3.75px) * 9.245));
}

/*---ホーム-------------------*/

.home_contemt{
    margin-top: calc(3.125rem + ((1vw - 3.75px) * 7.7042));
}

.home_01,
.home_02{
    background-color: #efefef;
}
.home_02{
	margin-top: 0;
    padding-top: calc(3.125rem + ((1vw - 3.75px) * 7.7042));
}

/*メインビジュアル*/
.mv{
    padding-top: calc(7.1875rem + ((1vw - 3.75px) * 8.4746));
    overflow: initial;
}
.mv::before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 105.5%;
    background-color: #efefef;
    z-index: -2;
}
.splide{
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    overflow: hidden;
}
.mv_catch{
    width: 30%;
    right: 50px;
    max-width: 160px;
}
.home_01 .in{
	margin-right:0;
}
/*ホーム更新情報*/

.home_02,
.home_02 .in{
    width: 100%;
    position: relative;
}
.home_01 .news_list{
    border-bottom-right-radius: 0;
	border-top-right-radius: 0;
	margin-top: -9vw;
}
.home_01 .news_list ul{
    padding: 0 10px;
}

/*ホーム新着物件*/

.home_02 .mob_title{
    position: absolute;
    z-index: 1;
    width: 30%;
    top: 40px;
    animation: scrollAnime linear forwards;
    animation-timeline: view();
    animation-range: entry;
    transform: translateX(-30%);
    transition: 1s;
    opacity: 0;
}
@keyframes scrollAnime {
    from {
        opacity: 0;
        transform: translateX(-30%);
    }

    to {
        transition: 3s;
        animation-delay: 3s;
        opacity: 1;
        transform: translateX(0);
    }
}
.home_02 .mob_title a{
    display: block;
    background-color: #fff;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    padding-bottom: 10px;
    color: #000;
}
.home_02 .mob_title a > div{
    position: relative;
    width: 85%;
    margin-left: auto;
    margin-right: 4%;
}
.home_02 .mob_title a img{
    margin-top: -6%;
    width: 100%;
}
.home_02 .mob_title a p{
    position: absolute;
    bottom: 0;
    left: 17%;
    padding-left: 1.5em;
    font-size: 1.4vw;
}
.home_02 .mob_title a p::before{
    content: "";
    display: block;
    background: #ffc900;
    width: 1em;
    height: 1em;
    clip-path: polygon(0 0, 100% 50%, 0 100%);
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.home01_list a{
    position: relative;
}
.home01list_taitl{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    color: #fff;
    
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    background-color: rgb(0 0 0 / 20%);
    border-radius: 10px;
}
.home01_list .splide__slide{
    padding: 0 2% 20px;
}
.home01_list .splide__arrows button.splide__arrow--prev{
    left: 6%;
}
.home01_list .splide__arrows button.splide__arrow--next{
    right: 6%;
}
.home01_list .splide__pagination{
    margin-top: 0;
}
/*ホームボタン*/
.home_03{
    width: 95%;
    margin: auto;
    padding: 30px 0;
}
.home_03::before{
    top: 0;
}
.home_03 ul{
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(min(100%, 263px), 1fr));
    grid-gap: 1rem;
}
@media screen and (max-width: 600px) {

    .home_03 ul li a{
        display: grid;
        gap:0 20px;
    }
    .home_03 ul li a .home03_icon{
        grid-column: span 2 / span 2;
        grid-row: span 3 / span 3;
    }
    .home_03 ul li a .home03_text{
        grid-column: span 4 / span 4;
        grid-row: span 2 / span 2;
        grid-column-start: 3;
        text-align: left;
    }
    .home_03 ul li a .link_button{
        grid-column: span 4 / span 4;
        grid-column-start: 3;
        grid-row-start: 3;
        text-align: right;
    }
    .home03_icon img {
        width: 100%;
    }
}
.home_03::after{
    content: "";
    display: block;
    position: absolute;
    z-index: -3;
    top: 0;
    left: -2.55%;
    height: 50%;
    width: 105.5%;
    background-color: #efefef;
}

/*--下層ページ----------------------------------*/

/*下層ページヘッダー*/
.contenthed_logo{
    right: 80px;
}
.hed_taitl {
    margin-top: 150px;
}

/*見出し*/
h2{
    font-size: calc(1.625rem + ((1vw - 3.75px) * 1.5408));
}
h3{

}
h4{
    font-size: calc(1.1875rem + ((1vw - 3.75px) * 0.9245));
}
h5{
    font-size: calc(0.9375rem + ((1vw - 3.75px) * 0.4622));
}
h6{

}

/*-更新情報---------*/
.newslist_taitl{
    width: 100%;
}

/*-物件情報---------*/

.hed_search{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    margin: 0;
    z-index: 10;
    padding: 0;
    overflow: auto;
    transition: 0.5s;
    opacity: 0;
    visibility: hidden;
}
.hed_search.active{
    opacity: 1;
    visibility:visible;
}
.hed_search .hed_search_back{
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    backdrop-filter: blur(12px);
}
.hed_search form{
    position: relative;
    background-color: #fff;
    padding: 30px;
    border-radius: 10px;
    margin: 30px 5%;
}
.search_open_button .button_text{
    cursor: pointer;
}
.search_open_button{
    margin-bottom: 2em;
}

/*--固定ページ-----------------------------*/
.hed_img{
	margin-top: 20vw;
	margin-bottom: -130px;
}

/*空き家をお探しの方*/

.lookfor_list ul > li{
    padding-left: calc(3.875rem + ((1vw - 3.75px) * 6.3613));
}
.lookfor_list ul li:before{
    font-size: calc(1rem + ((1vw - 3.75px) * 2.2901));
}

/*コンタクトフォーム*/

.contact_box table,
.contact_box table tbody,
.contact_box table tr,
.contact_box table th,
.contact_box table td{
    display: block;
}
.contact_box table tr{
    padding: 15px 10px;
}
.contact_box table th{
    margin-bottom: 10px;
}

/*空き家対策について*/
.hed_img.measures-against-akiya {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.851851851851852em;
    font-size: max(3vw, 14px);
}
.hed_img.measures-against-akiya > div {
    background-image: url(../images/about_akiya_hed_mob.jpg) !important;
    padding-top: 57%;
    border-bottom-left-radius: 3.35vw;
    border-bottom-right-radius: 3.35vw;
    border-top-right-radius: 0;
    position: relative;
}
.hed_img.measures-against-akiya h2{
    font-size: 1.851851851851852em;
    top: 74%;
}
.hed_img.measures-against-akiya h2>span{
    font-size: 0.86em
}
.maa_container {
    font-size: max(3vw, 14px);
    line-height: 1.9;
}
.maa_container section {
    margin-top: 5.37037037037037em;
}
.maa_container section + section{
    margin-top: 3.518518518518519em
}
.maa_section_title_wrap {
    justify-content: space-between;
    margin-bottom: 1.296296296296296em;
}
.maa_section_title {
    font-size: 1.074074074074074em;
}
.maa_contents .card_container {
    gap: 9.79vw;
}
.maa_contents .card .image {
    border-radius: 1.277777777777778vw;
}
.maa_contents .card_title {
    font-size: 1em;
}
.maa_news_list li {
    grid-template-columns: auto 1fr;
    grid-template-rows: auto auto;
    gap: 5px 1.666666666666667em;
}
.maa_news_list li + li {
    margin-top: 1.481481481481481em;
}
.maa_news_list .date {
    font-size: 0.9166666666666667em;
}
.maa_news_list .title {
    grid-row: 2;
    grid-column: 1/3;
}
.maa_news_cat_container .category,
.maa_news_list li .category {
    font-size: 0.8888888888888889em;
    width: 7.125em;
}
.maa_news_cat_container {
    gap: 1.481481481481481em
}




