/*
Theme Name: HASEBE Theme
Template: lightning
Version: 0.6.1
*/

/* .site-header {
background: none;
position: absolute;
box-shadow: none;
} */

/* 汎用 -------------------------------------------------------------------------------- */
:root {
	--vk-color-custom-5: #f6ecde;
}
.text-custom03 {
	color: var(--vk-color-custom-3) !important;
}

.full_width {
	margin: 0 calc(50% - 50vw);
	padding: 4rem calc(50vw - 50%);
}
.max_width {
	margin: 0 calc(50% - 50vw);
}
.bg_wg {
	background-color: #f2f2f2;
	padding:0.5em 1em;
}
.bg_wh {
	background-color: #fff;
	padding:0.5em 1em;
}
.bg_color1 {
	background-color: var(--vk-color-custom-1);
}
.bg_color2 {
	background-color: var(--vk-color-custom-2);
}
.bg_color3 {
	background-color: var(--vk-color-custom-3);
}
.bg_color4 {
	background-color: var(--vk-color-custom-4);
}
.bg_color5 {
	background-color: var(--vk-color-custom-5);
}
.bg_paper {
	background-image: repeating-linear-gradient(to bottom, transparent 25px, rgba(0, 0, 0, 0.04) 26px, rgba(0, 0, 0, 0.04) 26px, transparent 27px, transparent 51px, rgba(0, 0, 0, 0.04) 52px, rgba(0, 0, 0, 0.04) 52px, transparent 53px, transparent 77px, rgba(0, 0, 0, 0.04) 78px, rgba(0, 0, 0, 0.04) 78px, transparent 79px, transparent 103px, rgba(0, 0, 0, 0.04) 104px, rgba(0, 0, 0, 0.04) 104px, transparent 105px, transparent 129px, rgba(0, 0, 0, 0.04) 130px, rgba(0, 0, 0, 0.04) 130px), repeating-linear-gradient(to right, transparent 25px, rgba(0, 0, 0, 0.04) 26px, rgba(0, 0, 0, 0.04) 26px, transparent 27px, transparent 51px, rgba(0, 0, 0, 0.04) 52px, rgba(0, 0, 0, 0.04) 52px, transparent 53px, transparent 77px, rgba(0, 0, 0, 0.04) 78px, rgba(0, 0, 0, 0.04) 78px, transparent 79px, transparent 103px, rgba(0, 0, 0, 0.04) 104px, rgba(0, 0, 0, 0.04) 104px, transparent 105px, transparent 129px, rgba(0, 0, 0, 0.04) 130px, rgba(0, 0, 0, 0.04) 130px);
}
.link_btn {
	display: block;
	background-color: var(--vk-color-custom-3);
	color: #fff;
	max-width: 250px;
	border-radius: 40px;
	margin: auto auto 1rem;
	width: 100%;
	border: 1px solid var(--vk-color-custom-3);
	transition: 0.2s;
	text-align: center;
	padding: 0.5rem 1rem;
}
.link_btn i {
	margin-left: 10px;
	margin-right: 0;
}
.link_btn:hover {
	color: var(--vk-color-custom-3);
	background-color: #fff;
}
a.text_link {
    color: var(--vk-color-custom-3);
    text-decoration: underline;
}
.t_c {
	text-align: center;
}
.d_f {
	display: flex;
	flex-wrap: wrap;
}
.ai_c {
	align-items: center;
}
.jc_c {
	justify-content: center;
}
.mb1 {margin-bottom: 1rem;}
.kome {
	display: block;
	font-size: 0.8rem;
}
.img-1x1 img {
    aspect-ratio: 1 / 1;
    object-fit: cover;
}
.script_txt{
	font-size:3.5rem;
	font-family: "caflisch-script-pro", sans-serif;
	font-weight: 700;
	font-style: normal;
}
.section_box {
	margin: 0 calc(50% - 50vw);
	padding: 4rem calc(50vw - 50%);
}
.section_box > h2 {
	text-align: center;
	margin-bottom: 3rem;
	font-size: 1.5rem;
	color: var(--vk-color-primary);
}
.section_box > h2 span {
	display: block;
	font-size: 2.2rem;
	line-height: 1.5;
}
@media(max-width:767px){
	.section_box > h2 {
		font-size: 1.4rem;
	}
	.section_box > h2 span {
		font-size: 1.8rem;
	}
}
.page_top_btn {
    box-shadow: none;
    border-radius: 70px;
    background-size: 25px;
    background-color: var(--vk-color-custom-1);
}
.grecaptcha-badge {
    visibility: hidden;
}
/* スクロールフェードイン */
.js_fadein {
	opacity: 0;
	visibility: hidden;
	transform: translateY(20%);
	/* 	transition: opacity 1s, visibility 1s, transform 1s; */
	transition: -webkit-transform 2s cubic-bezier(0.075, 0.82, 0.165, 1);
	transition: transform 2s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.js_fadein.leftIn {
	transform: translateY(0%);
	transform: translateX(-20%);
}
.js_fadein.rightIn {
	transform: translateY(0%);
	transform: translateX(20%);
}
.is_start.js_fadein {
	opacity: 1;
	visibility: visible;
	transform: translateX(0);
}

.required {
    margin-left: 5px;
    background-color: #c00;
    color: #fff;
    padding: 0px 5px;
    font-size: 0.7rem;
    font-weight: normal;
    border-radius: 5px;
    display: inline-block;
    line-height: 1.1rem;
}
#autozip {
   display: none !important;
}

/* ヘッダー -------------------------------------------------------------------------------- */

.device-pc .global-nav-list>li>a {
	position: relative;
}
.device-pc .global-nav-list>li>a::before {
	background: #fff;
	content: '';
	width: 100%;
	height: 2px;
	position: absolute;
	left: 0;
	bottom: 0;
	margin: auto;
	transform-origin: right top;
	transform: scale(0, 1);
	transition: transform .3s;
}
.device-pc .global-nav-list>li>a:hover::before {
	transform-origin: left top;
	transform: scale(1, 1);
}

div.vk-mobile-nav-menu-btn.vk-mobile-nav-menu-btn {
    border-radius: 70px;
    width: 45px;
    height: 45px;
    background-size: 35px;
    background-color: #fff;
	border-color: var(--vk-color-custom-3);
	right: 10px;
	top: 10px;
}
.vk-mobile-nav {
    padding-top: 65px;
	background-color: var(--vk-color-custom-3);
}
.vk-mobile-nav nav>ul {
    border-top: none;
}
.vk-mobile-nav nav ul li a {
    border: none;
    background-color: #fff;
    margin-bottom: 0.5rem;
	color: var(--vk-color-custom-3);
	font-weight: bold;
	padding: 1rem;
}
.vk-mobile-nav .acc-btn {
	border: none;
    background-size: 35px;
	top: 13px;
}
.vk-mobile-nav nav ul li li a {
    padding-left: 2.5em;
}

/* フッター ------------------------------------------------------------------------------------ */
.widget_nav_menu>div>ul > li > a {
    font-weight: bold;
}
.widget_nav_menu>div>ul li a {
	color: var(--vk-color-custom-3);
}


/* TOP -------------------------------------------------------------------------------------- */
.swiper-pagination-horizontal, .ltg-slide-button-next, .ltg-slide-button-prev {
	display: none;
}
.swiper-slide.item-1 .mini-content-container-1:before {
	content: "";
	background-color: #444;
	display: block;
	height: 100%;
}
/* h3.ltg-slide-text-title:before {
	content: "";
	background-color: #444;
	display: block;
	height: 100%;
	width: 100%;
	position: absolute;
	z-index: -1;
} */
h3.ltg-slide-text-title {
	font-size: 4rem;
	position: relative;
	z-index: 0;
	text-shadow: 0 0 10px #000000 !important;
}
@media(max-width:767px){
	h3.ltg-slide-text-title {
		font-size: 2rem;
	}
}

.top_concept {
    margin: 0 calc(50% - 50vw);
    height: 500px;
  background-image: url(/wp-content/uploads/2024/12/kaname03_re.jpg);
/*   background-attachment: fixed; */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.top_concept > div {
    position: relative;
    height: 100%;
}
.top_concept > div > .top_concept_cap {
    position: absolute;
    bottom: 0;
    width: 60%;
}
.top_concept > div > .top_concept_cap > div {
    padding: 2rem 4.5rem 2rem 2.5rem;
/*     background-color: #fff; */
    border-radius: 0 80px 0 0;
}
.top_concept > div > .top_concept_cap h3 {
    margin-bottom: 0;
}
.script_txt img {
    vertical-align: middle;
    margin-right: 5px;
}
@media(max-width:1100px){
.top_concept > div > .top_concept_cap {
    width: 100%;
}
.top_concept > div > .top_concept_cap > div {
    border-radius: 0;
padding: 2rem 1.5rem;
}
}
@media(max-width:991px){
.top_concept {
    height: calc(100vh - 200px);
}
.script_txt {
            font-size: 1.8rem;
        margin-bottom: 1rem;
}
.top_concept > div > .top_concept_cap h3 {
    font-size: 1.2rem;
}
}

/* .lightning_swiper:before {
content: "";
width: 40%;
height: 150px;
background-image: url(/wp-content/uploads/2024/11/hasebe_logo.png);
background-color: var(--vk-color-primary);
position: absolute;
left: 50%;
top: 0;
transform: translateX(-50%);
z-index: 99;
background-size: contain;
background-repeat: no-repeat;
background-position: center;
}
@media(max-width:992px){
.lightning_swiper:before {
width: 50%;
height: 60px;
}
} */
.top_2pr .row > div {
	margin-bottom: 2rem;
	text-align: center;
}
.top_2pr_box {
	position: relative;
/* 	display: block; */
	display: flex;
	transition: 0.2s;
}
.top_2pr_box:before {
    content: "";
    position: absolute;
    border-left: 3px solid #fff;
    border-top: 3px solid #fff;
    width: 10px;
    height: 10px;
    top: 10px;
    left: 10px;
}
.top_2pr_box:after {
    content: "";
    position: absolute;
    border-right: 3px solid #fff;
    border-bottom: 3px solid #fff;
    width: 10px;
    height: 10px;
    bottom: 10px;
    right: 10px;
}
.top_2pr_box > .top_2pr_img {
    width: 60%;
}
.top_2pr_box > .top_2pr_img img {
	display: block;
	aspect-ratio: 1 / 1;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.top_2pr_box .top_2pr_cap {
	width: 40%;
	background-color: var(--vk-color-primary);
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-weight: bold;
	font-size: 1.4rem;
	transition: 0.2s;
	padding: 1rem;
}
.top_2pr_box:hover {
    opacity: 0.8;
}
.top_2pr_sub {
	background-color: #fff;
    border: 1px solid var(--vk-color-custom-3);
    display: inline-block;
    margin: 0 auto;
    padding: 3px 10px;
    color: var(--vk-color-custom-3);
	margin-top: 1rem;
	transition: 0.2s;
	font-size: 0.9rem;
}
.top_2pr_sub:hover {
	background-color:  var(--vk-color-custom-3);
	color: #fff;
}

/* ブロック 私たちの家づくり */
.feature_grid {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 1rem;
	grid-template-rows: 1fr 1fr;
}
.feature_grid_child:nth-child(1) {
	grid-column: 1 / 2;
	grid-row: 1 / 2;
}
.feature_grid_child:nth-child(2) {
	grid-column: 2 / 3;
	grid-row: 1 / 3;
}
.feature_grid_child:nth-child(3) {
	grid-column: 3 / 4;
	grid-row: 1 / 2;
}
.feature_grid_child:nth-child(4) {
	grid-column: 1 / 2;
	grid-row: 2 / 4;
}
.feature_grid_child:nth-child(5) {
	grid-column: 2 / 3;
	grid-row: 3 / 4;
}
.feature_grid_child:nth-child(6) {
	grid-column: 3 / 4;
	grid-row: 2 / 4;
}
.feature_grid_child:nth-child(7) {
	grid-column: 1 / 2;
	grid-row: 4 / 5;
}
.feature_grid_child:nth-child(8) {
	grid-column: 2 / 3;
	grid-row: 4 / 6;
}
.feature_grid_child:nth-child(9) {
	grid-column: 3 / 4;
	grid-row: 4 / 5;
}
.feature_grid_child:nth-child(10) {
	grid-column: 1 / 2;
	grid-row: 5 / 6;
}
.feature_grid_child:nth-child(11) {
	grid-column: 3 / 4;
	grid-row: 5 / 6;
}
@media(max-width:991px){
	.feature_grid {
		grid-template-columns: 1fr 1fr;
		gap: 1rem;
		grid-template-rows: 1fr 1fr;
	}
	.feature_grid_child:nth-child(1) {
		grid-column: 1 / 2;
		grid-row: 1 / 2;
	}
	.feature_grid_child:nth-child(2) {
		grid-column: 2 / 3;
		grid-row: 1 / 2;
	}
	.feature_grid_child:nth-child(3) {
		grid-column: 1 / 2;
		grid-row: 2 / 3;
	}
	.feature_grid_child:nth-child(4) {
		grid-column: 2 / 3;
		grid-row: 2 / 3;
	}
	.feature_grid_child:nth-child(5) {
		grid-column: 1 / 2;
		grid-row: 3 / 4;
	}
	.feature_grid_child:nth-child(6) {
		grid-column: 2 / 3;
		grid-row: 3 / 4;
	}
	.feature_grid_child:nth-child(7) {
		grid-column: 1 / 2;
		grid-row: 4 / 5;
	}
	.feature_grid_child:nth-child(8) {
		grid-column: 2 / 3;
		grid-row: 4 / 5;
	}
	.feature_grid_child:nth-child(9) {
		grid-column: 1 / 2;
		grid-row: 5 / 6;
	}
	.feature_grid_child:nth-child(10) {
		grid-column: 2 / 3;
		grid-row: 5 / 6;
	}
	.feature_grid_child:nth-child(11) {
		grid-column: 1 / 2;
		grid-row: 6 / 7;
		display: none;
	}
}
.feature_grid_child .pickup_box {
	position: relative;
	display: block;
	height: 100%;
	padding: 15px;
	background-size: cover;
	background-position: center;
	z-index: 0;
}
.feature_grid_child:nth-child(2n-1) .pickup_box,
.feature_grid_child:nth-child(10) .pickup_box {
	aspect-ratio: 16 / 9;
}
.feature_grid_child a.pickup_box::before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #00000080;
	z-index: -1;
	transition: 0.2s;
}
.feature_grid_child a.pickup_box:hover::before {
	background-color: var(--vk-color-custom-3);
	opacity: 0.8;
}
.feature_grid_child:nth-child(1) .pickup_box {
	background-image: url(/wp-content/uploads/2024/12/lineup_img01.jpg);
}
.feature_grid_child:nth-child(2) .pickup_box {
	background-image: url(/wp-content/uploads/2024/12/plusone.jpg);
}
.feature_grid_child:nth-child(3) .pickup_box {
	background-image: url(/wp-content/uploads/2024/12/chudai_img03.jpg);
}
.feature_grid_child:nth-child(4) .pickup_box {
	background-image: url(/wp-content/uploads/2024/12/feature_img04.jpg);
}
.feature_grid_child:nth-child(5) .pickup_box {
	background-image: url(/wp-content/uploads/2024/12/factory_img01.jpg);
}
.feature_grid_child:nth-child(6) .pickup_box {
	background-image: url(/wp-content/uploads/2024/12/reform1.webp);
}
.feature_grid_child:nth-child(7) .pickup_box {
	background-image: url(/wp-content/uploads/2024/12/zero_energy01.jpg);
}
.feature_grid_child:nth-child(8) .pickup_box {
	background-image: url(/wp-content/uploads/2024/12/shugo_img01re.jpg);
}
.feature_grid_child:nth-child(9) .pickup_box {
	background-color: var(--vk-color-custom-3);
}
.feature_grid_child:nth-child(10) .pickup_box {
	background-color: var(--vk-color-custom-3);
}
.feature_grid_child:nth-child(11) .pickup_box {
	background-color: var(--vk-color-custom-1);
}
.feature_grid_child .pickup_box .pickup_box_cap {
	color: #fff;
	font-size: 1.4rem;
	font-weight: bold;
}
@media(max-width:991px){
	.feature_grid_child .pickup_box .pickup_box_cap {
		font-size: 1rem;
		line-height: 1.2rem;
	}
}


/* 固定ページ -------------------------------------------------------------------------------- */
.page-header{
	background-color: var(--vk-color-custom-5);
}
.page .page-header {
    background-size: cover;
    background-position: center;
}
.page-header .page-header-inner .page-header-cap {
    display: block;
    font-size: 1rem;
    line-height: 1.5rem;
    padding: 0.5rem 1rem;
    background-color: #ffffffba;
    color: var(--vk-color-primary);
    margin-bottom: 8rem;
    font-weight: bold;
}


/* 施工例ループ -------------------------------------------------------------------------------------- */
.posts_sekorei_loop > div {
	margin-bottom: 2rem;
}
.sekorei_post_box {
	position: relative;
/* 	box-shadow: 10px 30px 40px 10px rgba(0, 0, 0, 0.1); */
	overflow: hidden;
	height: 100%;
	display: flex;
	flex-direction: column;
	background-color: #efefef;
}
.sekorei_post_box .case_cate {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 10;
}
.sekorei_post_box .case_cate a {
	padding: 5px 15px;
	background-color: var(--vk-color-custom-3);
	color: #fff;
	display: block;
	font-size: 0.8rem;
    font-weight: bold;
}
.sekorei_post_box .case_cate a.newly-built {
    background-color: #408b19;
}
.sekorei_post_box .case_cate a.renovate {
    background-color: #e1b74a;
}
.sekorei_post_box .sekorei_thumbnail {
	display: block;
	overflow: hidden;
	position: relative;
}
.sekorei_post_box .sekorei_thumbnail:before {
    content: "";
    border: 1px solid #fff;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
	transition: 0.2s;
	z-index: 9;
}
.sekorei_post_box .sekorei_thumbnail img {
	display: block;
	aspect-ratio: 3 / 2;
	object-fit: cover;
	transition: 0.2s;
}
.sekorei_post_box .sekorei_thumbnail:hover img {
    transform: scale(1.1);
}
.sekorei_post_box .sekorei_title {
	display: block;
	text-align: center;
	padding: 1rem;
	font-weight: bold;
	color: #000;
}
.sekorei_post_box .sekorei_excerpt {
	padding: 0 1rem 1rem;
	display: block;
	line-height: 1.7rem;
}

/* 施工例 投稿 ------------------------------------------------------------------------------------- */
.sekorei_post_title {
	margin-bottom: 2rem;
    margin-top: 3rem;
}

/* .top_eyecacth h3{margin-bottom:0;}
.wh_box{background-color:#fff; padding:3rem;}
@media screen and (min-width: 969px) {
.top_eyecacth{background-size:contain;}
.wh_box{ padding:6rem 3rem;}
} */

/* ハセベの注文住宅 ------------------------------------------------------------------------------------- */
.kenchiku_top h2 {
    font-size: 2rem;
    line-height: 4rem;
    letter-spacing: 0.1rem;
}
.kp_top {
    background-image: url(/wp-content/uploads/2025/10/AdobeStock_66599404_Preview.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.kenchiku_top h2 span {
	background-color: var(--vk-color-custom-3);
    color: #fff;
    display: inline-block;
    padding: 0rem 1rem;
    margin-right: 0.45rem;
}
.kenchiku_top .kenchiku_top_text {
	max-width: 700px;
	margin: 0 auto;
	font-size: 1.2rem;
}
.kenchiku_top .kenchiku_top_image {
	margin: 0 calc(50% - 50vw) -4rem;
}
.kenchiku_top .kenchiku_top_image img {
	width: 100%;
}
.kenchiku_bnr_inner {
	border: 2px solid var(--vk-color-custom-3);
	padding: 1.5rem;
	background-color: #fff;
}
.kenchiku_bnr_inner h3 {
	font-size: 2rem;
}
.kenchiku_bnr_inner h3 span.square {
    background-color: var(--vk-color-custom-3);
    padding: 2px 10px;
    color: #fff;
    margin: 5px;
    aspect-ratio: 1 / 1;
    display: inline-block;
    border-radius: 10px;
	border: 2px solid var(--vk-color-custom-3);
}
.kenchiku_bnr_inner h3 span.square:nth-child(1), 
.kenchiku_bnr_inner h3 span.square:nth-child(2) {
    background-color: unset;
    color: var(--vk-color-custom-3);
}
.kenchiku_bnr_inner p {
    color: var(--vk-color-custom-3);
    font-size: 1.8rem;
}
.kenchiku_bnr_inner a.btn {
    background-color: var(--vk-color-custom-3);
    border: 2px solid var(--vk-color-custom-3);
    color: #fff;
	transition: 0.2s;
}
.kenchiku_bnr_inner a.btn:hover {
    color: var(--vk-color-custom-3);
    background-color: #fff;
}

.kenchiku_menu {
	counter-reset: number 0;
}
.menuBlock {
    display: flex;
    flex-wrap: wrap;
}
.menuBlock div.menuBlock_in:nth-child(1) {
    width: 60%;
    background-color: var(--vk-color-custom-5);
    display: flex;
    align-items: center;
    justify-content: center;
	flex-direction: column;
	gap: 2rem;
	padding: 0 4rem;
}
.menuBlock div.menuBlock_in:nth-child(2) {
	width: 40%;
}
.menuBlock div.menuBlock_in:nth-child(2) img {
    width: 100%;
    height: 100%;
    object-fit: cover;
	aspect-ratio: 1 / 1;
}
.menuBlock h3 {
    background-color: #fff;
    display: inline-block;
    color: var(--vk-color-custom-3);
    font-size: 2rem;
    padding: 0.5rem 1rem;
    margin-bottom: 0;
    border: 3px solid var(--vk-color-custom-3);
    position: relative;
    text-shadow: 3px 3px 0 #fff, -3px 3px 0 #fff, -3px -3px 0 #fff, 3px -3px 0 #fff;
}
.menuBlock h3:before {
	counter-increment: number 1;
	content: counter(number,decimal-leading-zero) " ";
    position: absolute;
    left: 1rem;
    top: -2.5rem;
    font-size: 3rem;
    text-shadow: 3px 3px 0 #fff, -3px 3px 0 #fff, -3px -3px 0 #fff, 3px -3px 0 #fff;
}
h3 span.square {
    background-color: var(--vk-color-custom-3);
    padding: 0px 8px;
    color: #fff;
    margin: 5px;
    aspect-ratio: 1 / 1;
    display: inline-block;
    border-radius: 10px;
    text-shadow: none;
}
h3 span.square + span.square,
.kenchiku_bnr_inner h3 br + span.square {
    margin-left: 0;
}
.menuBlock div.menuBlock_in p {
	margin-bottom: 0;
}
.menuBlock div.menuBlock_in p a.btn {
    background-color: var(--vk-color-custom-3);
    border: 1px solid var(--vk-color-custom-3);
    color: #fff;
    transition: 0.2s;
}
.menuBlock div.menuBlock_in p a.btn:hover {
	color: var(--vk-color-custom-3);
	background-color: unset;
}
@media(max-width:767px){
	.kenchiku_top h2 {
		letter-spacing: 0rem;
	}
	.kenchiku_bnr_inner {
		padding: 1rem 0.5rem;
	}
	.kenchiku_bnr_inner h3 {
		font-size: 1.6rem;
	}
	.kenchiku_bnr_inner h3 span.square {
		padding: 3px 8px;
	}
	.kenchiku_bnr_inner p {
		font-size: 1.4rem;
	}
	.menuBlock div.menuBlock_in:nth-child(1),
	.menuBlock div.menuBlock_in:nth-child(2) {
		width: 100%;
	}
	.menuBlock div.menuBlock_in:nth-child(1) {
		padding: 4rem 1rem;
		min-height: unset;
		gap: 1rem;
	}
	.menuBlock h3 {
		font-size: 1.5rem;
	}
	h3 span.square {
		padding: 0px 5px;
		border-radius: 6px;
	}
	.menuBlock div.menuBlock_in:nth-child(2) img {
		aspect-ratio: 3 / 2;
	}
}


/* .kenchiku_plusone_top,
.page_top {
	display: block;
	position: relative;
	margin-bottom: -2rem;
}
.kenchiku_plusone_top img,
.page_top img {
	display: block;
	width: 100vw;
	max-width: 100vw;
	max-height: 400px;
	object-fit: cover;
	margin: 0 calc(50% - 50vw);
}
.kenchiku_plusone_top .kpt_title,
.page_top .page_top_title {
	position: absolute;
	top: 0;
	left: 0;
	color: #fff;
	font-weight: bold;
	font-size: 3rem;
	display: block;
	background-color: var(--vk-color-primary);
	padding: 0.5rem 2rem;
	opacity: 0.9;
}
.kenchiku_plusone_top .kpt_cap,
.page_top .page_top_cap {
	display: block;
	padding: 1.5rem 2rem;
	font-size: 1.1rem;
	background-color: #fff;
	transform: translateY(-50%);
	font-weight: bold;
} */
/* .kenchiku_plusone .row > div {
	margin-bottom: 2rem;
}
.kenchiku_plusone_box {
	display: flex;
	height: 100%;
	flex-direction: column;
	row-gap: 1rem;
	align-items: center;
	box-shadow: 10px 30px 40px 10px rgba(0, 0, 0, 0.1);
	overflow: hidden;
}
.kenchiku_plusone_box:hover {
	opacity: 0.8;
}
.kenchiku_plusone_image {
	position: relative;
}
.kenchiku_plusone_image img:first-child {
	aspect-ratio: 3 / 2;
	object-fit: cover;
}
.kenchiku_plusone_image img:last-child {
	position: absolute;
	left: 0;
	top: 0;
	max-width: 80px;
	width: 100%;
	padding: 10px;
	background-color: #fff;
}
.kenchiku_plusone_title {
	display: block;
	font-size: 1.4rem;
	font-weight: bold;
	text-align: center;
}
.kenchiku_plusone .row > div:nth-child(1) .kenchiku_plusone_title {
	color: #c2a305;
}
.kenchiku_plusone .row > div:nth-child(2) .kenchiku_plusone_title {
	color: #0f549c;
}
.kenchiku_plusone .row > div:nth-child(3) .kenchiku_plusone_title {
	color: #a40485;
}
.kenchiku_plusone_txt {
	color: #000;
	font-weight: bold;
}
.kenchiku_plusone_btn {
	display: block;
	width: 100%;
	border-radius: 30px;
	margin: auto auto 1.5rem;
	text-align: center;
	color: #fff;
	padding: 5px;
	font-size: 0.9rem;
	max-width: 200px;
}
.kenchiku_plusone .row > div:nth-child(3) .kenchiku_plusone_btn {
	background-color: #a40485;
}
.kenchiku_plusone .row > div:nth-child(2) .kenchiku_plusone_btn {
	background-color: #0f549c;
}
.kenchiku_plusone .row > div:nth-child(1) .kenchiku_plusone_btn {
	background-color: #c2a305;
}
.kenchiku_plusone_btn i {
	margin: 0 0 0 5px;
} */
/* @media(max-width:991px){
	.kenchiku_plusone_top .kpt_title, .page_top .page_top_title {
		font-size: 1.5rem;
	}
	.kenchiku_plusone_top .kpt_cap, .page_top .page_top_cap {
		transform: unset;
		padding: 1.5rem 0;
	}
}

.kenchiku_promise .row > div {
	margin-bottom: 1rem;
}
.kenchiku_promise .row > div:nth-child(1) .kenchiku_promise_box {
	background-color: #fffcdc;
}
.kenchiku_promise .row > div:nth-child(2) .kenchiku_promise_box {
	background-color: #e6ffe0;
}
.kenchiku_promise .row > div:nth-child(3) .kenchiku_promise_box {
	background-color: #d0ebff;
}
.kenchiku_promise .row > div:nth-child(4) .kenchiku_promise_box {
	background-color: #ffd7df;
}
.kenchiku_promise_box {
	padding: 1rem 1rem 3rem 1rem;
	height: 100%;
	position: relative;
}
.kenchiku_promise_box:after {
	content: "\f078";
	font-family: "font awesome 6 free";
	font-weight: bold;
	position: absolute;
	bottom: 1rem;
	left: 50%;
	transform: translateX(-50%);
}
.kenchiku_promise_box h3 {
	text-align: center;
	font-size: 1.1rem;
	border-bottom: 1px dashed #ccc;
	padding-bottom: 1rem;
}
.kenchiku_promise_box p {
	margin-bottom: 0;
}
.kenchiku_promise_box p .kome {
	display: block;
	font-size: 0.8rem;
	line-height: 1rem;
	margin-top: 0.4rem;
}
.kp_section {
	margin-top: 3rem;
}
.kp_section_box {
	display: flex;
	flex-wrap: wrap;
}
.kp_section_img {
	width: 50%;
	display: flex;
	align-items: center;
}
.kp_section_img img {
	display: block;
	width: 100%;
	    height: 100%;
	object-fit: cover;
}
.kp_section_txt {
	width: 50%;
	background-color: #fff8ee;
	padding: 2rem;
}
.kp_section_txt h3 {
	background-color: var(--vk-color-custom-3);
	margin: -2rem -2rem 1rem;
	padding: 2rem;
	color: #fff;
}
@media(min-width:992px){
	.kp_section .kp_section_box:nth-child(2n) .kp_section_img {
		order: 2;
	}
	.kp_section .kp_section_box:nth-child(2n) .kp_section_txt {
		order: 1;
	}
}
@media(max-width:991px){
	.kp_section_img,
	.kp_section_txt {
		width: 100%;
	}
}
.kenchiku_menu_box {
	box-shadow: 10px 30px 40px 10px rgba(0, 0, 0, 0.1);
	border-radius: 15px;
	overflow: hidden;
	height: 100%;
	display: flex;
	flex-direction: column;
	row-gap: 1rem;
}
.kenchiku_menu_box:hover {
	opacity: 0.8;
}
.kenchiku_menu_image img {
	width: 100%;
	aspect-ratio: 3 / 2;
	object-fit: cover;
}
.kenchiku_menu_box .kenchiku_menu_title {
	text-align: center;
	display: block;
	font-weight: bold;
	font-size: 1.4rem;
	padding: 0 1.5rem;
	color: var(--vk-color-custom-3);
}
.kenchiku_menu_box span:last-child {
	margin-bottom: 1.5rem;
	display: block;
	padding: 0 1.5rem;
	color: #000;
} */


/* ハセベの住まいはここが違う ------------------------------------------------------------------------------------- */
/* .distinctMenu {
	counter-reset: number 0;
}
.distinctMenu .row > div {
	margin-bottom: 2rem;
}
.dmBlock {
    height: 100%;
    color: #fff;
	background-color: var(--vk-color-custom-3);
}
.dmBlock img {
    aspect-ratio: 3 / 2;
    object-fit: cover;
}
.dmBlock_text {
	padding: 2rem 1rem 1rem;
	position: relative;
	text-align: center;
}
.dmBlock_text:before {
	counter-increment: number 1;
	content: "POINT" counter(number,decimal-leading-zero) " ";
    position: absolute;
    top: -1.5rem;
    font-size: 1.5rem;
    font-weight: bold;
    color: var(--vk-color-custom-3);
    left: 50%;
    transform: translateX(-50%);
	text-shadow: 3px 3px 0 #fff, -3px 3px 0 #fff, -3px -3px 0 #fff, 3px -3px 0 #fff;
	letter-spacing: 0.1rem;
}
.dmBlock a.btn {
    background-color: #fff;
    color: var(--vk-color-custom-3);
    border: 1px solid var(--vk-color-custom-3);
} */

.pointBox .pbIn:nth-child(1) {
    width: 40%;
}
.pointBox .pbIn:nth-child(2) {
    width: 60%;
    padding: 2rem;
	display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
	position: relative;
}
.pointBox .pbIn:nth-child(2) a.btn {
    background-color: var(--vk-color-custom-3);
    color: #fff;
	border: 1px solid var(--vk-color-custom-3);
	transition: 0.2s;
}
.pointBox .pbIn:nth-child(2) a.btn:hover {
    color: var(--vk-color-custom-3);
    background-color: #fff;
}
@media(max-width:767px){
	.pointBox .pbIn:nth-child(1),
	.pointBox .pbIn:nth-child(2) {
		width: 100%;
	}
}

.pointSection {
	counter-reset: number 0;
}
.pbIn_img img {
    aspect-ratio: 1 / 1;
    object-fit: cover;
}
.pointBox .pbIn h2 {
	position: relative;
	margin-top: 2rem;
}
.pointBox .pbIn h2:before {
	counter-increment: number 1;
	content: "POINT" counter(number,decimal-leading-zero) " ";
	font-weight: bold;
	top: -2rem;
	position: absolute;
	font-size: 1rem;
	color: var(--vk-color-custom-3);
	left: 50%;
	transform: translatex(-50%);
}


/* 地震に強い家 ------------------------------------------------------------------------------------- */
.section_box > h2 span.square {
    display: inline;
    background-color: var(--vk-color-custom-3);
    color: #fff;
    padding: 0 0.5rem 3px;
    margin-right: 0.5rem;
    border-radius: 10px;
	line-height: 4rem;
}
.section_box > h2 span > span.cross {
	font-size: 1.5rem;
	line-height: 1.2rem;
}
.pm_about > div {
	margin-bottom: 2rem;
}
.pm_box {
	display: block;
	height: 100%;
	background-color: #fff;
	padding: 2rem;
	border-radius: 15px;
}
.pm_box .pm_box_img {
/* 	aspect-ratio: 1 / 1; */
	display: flex;
	align-items: center;
	justify-content: center;
}
.pm_box .pm_box_img img {
	width: 100%;
}
.pm_box h3 {
    margin-bottom: 1rem;
    padding: 1rem;
    text-align: center;
    background-color: var(--vk-color-custom-3);
    color: #fff;
}
@media (max-width: 767px){
	.pm_box {
			padding: 1.5rem;
	}
}
/* 耐震等級 */
.taishinTopBox {
    border: 1px solid var(--vk-color-custom-3);
}
.taishinTopBox h3 {
	width: 30%;
}
.taishinTopBox p {
	width: 70%;
}
.taishin{
	padding: 2rem 1rem 1rem;
	position: relative;
	z-index: 0;
}
.base{
	border-radius:8px;
	margin-top:0.5rem;
}
.base.step-1{ background:#c1b32f; }
.base.step-2{ background:#eda20c; }
.base.step-3{ background:#ea7610; }
.step-label .em{
	font-size: 1.5rem;
}
.arrow{
	background: linear-gradient(45deg, #ded157, #ea7610);
	padding: 1.5rem 1rem;
	clip-path: polygon(95% 0%, 0% 40%, 0% 60%, 95% 100%, 100% 50%);
	margin-top: 1.5rem;
}
@media (max-width: 767px){
	.taishinTopBox h3 {
		width: 100%;
	}
	.taishinTopBox p {
		width: 100%;
	}
	.taishin{
		padding: 2rem 1rem 7rem;
		position: relative;
		z-index: 0;
	}
	.arrow{
        position: absolute;
        top: 2rem;
        z-index: -1;
        left: 50%;
        transform: translateX(-50%);
        height: 96%;
        clip-path: polygon(60% 0%, 45% 0%, 0% 95%, 50% 100%, 100% 95%);
        background: linear-gradient(180deg, #ded157, #ea7610);
        margin-top: 0;
        display: flex;
        flex-direction: column;
	}
	.arrow p {
		margin-top: auto;
		margin-bottom: 2rem !important;
	}
}
h2.under-bar {
	position: relative;
	padding-bottom: 1rem;
}
h2.under-bar:after {
    content: "";
    border-bottom: 2px solid var(--vk-color-custom-3);
    width: 100px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

/* 火災に強い家 ------------------------------------------------------------------------------------- */
.taikaBox01 .row > div p {
	border: 2px solid var(--vk-color-custom-3);
	font-size: 1.4rem;
	background-image: repeating-linear-gradient(to bottom, transparent 25px, rgba(0, 0, 0, 0.04) 26px, rgba(0, 0, 0, 0.04) 26px, transparent 27px, transparent 51px, rgba(0, 0, 0, 0.04) 52px, rgba(0, 0, 0, 0.04) 52px, transparent 53px, transparent 77px, rgba(0, 0, 0, 0.04) 78px, rgba(0, 0, 0, 0.04) 78px, transparent 79px, transparent 103px, rgba(0, 0, 0, 0.04) 104px, rgba(0, 0, 0, 0.04) 104px, transparent 105px, transparent 129px, rgba(0, 0, 0, 0.04) 130px, rgba(0, 0, 0, 0.04) 130px), repeating-linear-gradient(to right, transparent 25px, rgba(0, 0, 0, 0.04) 26px, rgba(0, 0, 0, 0.04) 26px, transparent 27px, transparent 51px, rgba(0, 0, 0, 0.04) 52px, rgba(0, 0, 0, 0.04) 52px, transparent 53px, transparent 77px, rgba(0, 0, 0, 0.04) 78px, rgba(0, 0, 0, 0.04) 78px, transparent 79px, transparent 103px, rgba(0, 0, 0, 0.04) 104px, rgba(0, 0, 0, 0.04) 104px, transparent 105px, transparent 129px, rgba(0, 0, 0, 0.04) 130px, rgba(0, 0, 0, 0.04) 130px);
}
.swBox {
    background: var(--vk-color-custom-4);
	padding: 4.5rem 1.5rem 1.5rem;
    position: relative;
	height: 100%;
}
.swBox h3 {
    position: absolute;
    top: 0;
    background-color: var(--vk-color-custom-3);
    color: #fff;
    width: 100%;
    padding: 0.5rem 3rem;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
}
.swBox p {
    background-color: #fff;
    padding: 1rem;
    margin-top: 2.5rem;
    margin-bottom: 0;
}
.swBox p span {
    font-weight: bold;
    color: var(--vk-color-custom-3);
	font-size: 1.2rem;
	display: block;
	margin-top: -2rem;
	margin-bottom: 0.5rem;
}
@media (max-width: 767px){
	.taikaBox01 .row {
		margin-left: -10px;
		margin-right: -10px;
	}
	.taikaBox01 .row > div {
		padding-left: 10px;
		padding-right: 10px;
	}
	.taikaBox01 .row > div p {
		font-size: 1.1rem;
		aspect-ratio: 1 / 1;
		text-align: center;
		line-height: 1.2rem;
	}
	.taikaBox01 .row > div p span {
		font-size: 0.8rem;
		line-height: 1rem;
	}
	.swBox {
		padding: 4.5rem 1rem 1rem;
	}
}


/* ZEH住宅 ------------------------------------------------------------------------------------- */
.zt_cap {
    border: 2px solid var(--vk-color-custom-3);
	padding: 2rem 1.5rem 1rem;
    margin-top: 3rem;
}
.zt_cap h3 {
    background-color: var(--vk-color-custom-3);
    color: #fff;
    padding: 0.5rem 1rem;
    font-size: 1.2rem;
    max-width: 400px;
    margin-top: -3.5rem;
}

.zeh_block02 {
	counter-reset: number 0;
}
.zeh_block {
    display: flex;
    flex-wrap: wrap;
}
.zeh_block div.zeh_block_in:nth-child(1) {
    width: 50%;
    background-color: var(--vk-color-custom-5);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 2rem;
    padding: 0 4rem;
}
.zeh_block div.zeh_block_in:nth-child(2) {
    width: 50%;
}
.zeh_block div.zeh_block_in:nth-child(2) img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 1 / 1;
}
.zeh_block_in h3 {
	background-color: #fff;
	display: inline-block;
	color: var(--vk-color-custom-3);
	font-size: 2rem;
	padding: 0.5rem 1rem;
	margin-bottom: 0;
	border: 3px solid var(--vk-color-custom-3);
	position: relative;
	text-shadow: 3px 3px 0 #fff, -3px 3px 0 #fff, -3px -3px 0 #fff, 3px -3px 0 #fff;
}
.zeh_block_in h3:before {
    counter-increment: number 1;
    content: "POINT" counter(number, decimal-leading-zero) " ";
    position: absolute;
    left: 1rem;
    top: -2rem;
    font-size: 2rem;
    text-shadow: 3px 3px 0 #fff, -3px 3px 0 #fff, -3px -3px 0 #fff, 3px -3px 0 #fff;
}
@media(max-width:767px){
	.zeh_block div.zeh_block_in:nth-child(1),
	.zeh_block div.zeh_block_in:nth-child(2) {
		width: 100%;
	}
	.zeh_block div.zeh_block_in:nth-child(1) {
		padding: 2.5rem 1rem 1rem;
	}
}
.zeh_point h3 {
    text-align: center;
/*     background-color: var(--vk-color-custom-3);
    color: #fff; */
/*     padding: 0.5rem 1rem;
    max-width: 500px;
    margin: 0 auto 2rem;
	border: 2px solid var(--vk-color-custom-3); */
	color: var(--vk-color-custom-3);
}
.zeh_point ul {
    max-width: 600px;
    margin: 0 auto 4rem;
	position: relative;
}
.zeh_point ul li {
    font-size: 1.1rem;
}
.zeh_point ul:after {
    content: "";
    width: 180px;
    height: 30px;
    background-color: var(--vk-color-custom-3);
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: calc(-1rem + -35px);
    clip-path: polygon(100% 0%, 50% 100%, 0% 0%);
}
.zeh_point p span {
	font-size: 1.8rem;
	color: var(--vk-color-custom-3);
}
.zeh_reason h3 {
    font-weight: normal;
    font-size: 1.2rem;
    border: 2px solid var(--vk-color-custom-3);
    padding: 1rem 1.2rem;
    border-radius: 15px;
    color: var(--vk-color-custom-3);
	text-align: center;
}
.zeh_reason h3 strong {
    font-size: 1.6rem;
}

/* 防火地域の家づくり ------------------------------------------------------------------------------------- */
.balloon {
    border: 2px solid var(--vk-color-custom-3);
    padding: 1rem 1.5rem;
    position: relative;
    border-radius: 15px;
}
.balloon:after {
    content: "";
    width: 20px;
    height: 20px;
    display: block;
    background-color: var(--vk-color-custom-3);
    clip-path: polygon(0% 100%, 100% 50%, 0% 0%);
    right: -20px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
}

.fp_more01, .fp_more02 {
    width: 30px;
    display: inline-block;
    height: 15px;
    margin-right: 10px;
    vertical-align: middle;
}
.fp_more01 {
    background-color: #ea97b3;
}
.fp_more02 {
    background-color: #f3ccd1;
}
@media(max-width:768px){
	.balloon {
		margin-bottom: 2rem;
	}
	.balloon:after {
		right: unset;
		left: 50%;
		top: unset;
		bottom: -20px;
		transform: translateX(-50%);
		clip-path: polygon(50% 100%, 100% 0%, 0% 0%);
	}
}

/* 狭小地の家づくり ------------------------------------------------------------------------------------- */
.st_box {
    padding: 1rem;
    border: 2px solid var(--vk-color-custom-3);
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: var(--vk-color-custom-3);
	font-size: 1.2rem;
	background-image: repeating-linear-gradient(to bottom, transparent 25px, rgba(0, 0, 0, 0.04) 26px, rgba(0, 0, 0, 0.04) 26px, transparent 27px, transparent 51px, rgba(0, 0, 0, 0.04) 52px, rgba(0, 0, 0, 0.04) 52px, transparent 53px, transparent 77px, rgba(0, 0, 0, 0.04) 78px, rgba(0, 0, 0, 0.04) 78px, transparent 79px, transparent 103px, rgba(0, 0, 0, 0.04) 104px, rgba(0, 0, 0, 0.04) 104px, transparent 105px, transparent 129px, rgba(0, 0, 0, 0.04) 130px, rgba(0, 0, 0, 0.04) 130px), repeating-linear-gradient(to right, transparent 25px, rgba(0, 0, 0, 0.04) 26px, rgba(0, 0, 0, 0.04) 26px, transparent 27px, transparent 51px, rgba(0, 0, 0, 0.04) 52px, rgba(0, 0, 0, 0.04) 52px, transparent 53px, transparent 77px, rgba(0, 0, 0, 0.04) 78px, rgba(0, 0, 0, 0.04) 78px, transparent 79px, transparent 103px, rgba(0, 0, 0, 0.04) 104px, rgba(0, 0, 0, 0.04) 104px, transparent 105px, transparent 129px, rgba(0, 0, 0, 0.04) 130px, rgba(0, 0, 0, 0.04) 130px);
}
.st_box p span {
	font-size: 1.6rem;
}
.st_center {
    padding: 1rem 1.5rem;
    box-shadow: 0px 0px 15px #ccc;
    border-radius: 15px;
	background-color: var(--vk-color-custom-4);
}
@media(min-width:768px){
	.st_box {
		aspect-ratio: 1 / 1;
	}
}

/* アパート・賃貸併用住宅 ------------------------------------------------------------------------------------- */
.use_proposal {
    background-color: #fff;
    padding: 2rem;
    margin-top: 4rem;
}
.use_proposal > h3 {
    margin-top: -4.5rem;
    font-size: 2.5rem;
    color: var(--vk-color-custom-3);
}
.up_box {
    height: 100%;
    text-align: center;
    background-color: var(--vk-color-custom-4);
    padding: 1rem;
	display: flex;
	flex-direction: column;
	border-radius: 10px;
}
.up_img {
    background-color: #fff;
	border-radius: 10px;
}
.up_img img {
    aspect-ratio: 6 / 4;
    object-fit: cover;
}
.up_title {
	text-shadow: 3px 3px 0 #fff, -3px 3px 0 #fff, -3px -3px 0 #fff, 3px -3px 0 #fff;
	font-size: 1.8rem;
    margin-top: 1rem;
	color: var(--vk-color-custom-3);
}
p.merit {
    background-color: #fff;
    width: 100%;
    box-shadow: 6px 6px 15px #ccc, -6px -6px 15px #fff;
    font-weight: bold;
    font-size: 1.1rem;
    padding: 1rem;
    margin-bottom: 0;
	margin-top: auto;
	border-radius: 10px;
}

/* 土地探しから始める注文住宅 ------------------------------------------------------------------------------------- */
.as_top {
    position: relative;
}
.ast_img {
    border-radius: 200px;
    overflow: hidden;
}
.ast_img img {
    aspect-ratio: 1 / 1;
    object-fit: cover;
}
.as_top p {
    font-size: 1.4rem;
    text-align: center;
    font-weight: bold;
    color: #fff;
    width: 100%;
    padding: 0.5rem 1rem;
    line-height: 1.8rem;
    background-color: var(--vk-color-custom-3);
    position: absolute;
    bottom: -2rem;
    left: 0;
    margin-bottom: 0;
    border: 2px solid var(--vk-color-custom-3);
    border-radius: 100px;
}
span.under-bar {
    color: var(--vk-color-custom-3);
    border-bottom: 5px solid #fff45f;
}
.asf_box {
    position: relative;
	z-index: 0;
}
.asf_box h3 {
    font-size: 1.2rem;
    background-color: var(--vk-color-custom-3);
    color: #fff;
    padding: 0.5rem 1rem;
    text-align: center;
    margin-bottom: 0;
    min-height: 70px;
	display: flex;
    align-items: center;
    justify-content: center;
}
.asf_box .asf_img {
	background-color: #fff;
}
.asf_box .asf_img img {
	display: block;
    aspect-ratio: 1 / 1;
    object-fit: cover;
	width: 100%;
}
@media(min-width:768px){
	.as_flow01 > .row > div > .asf_box:before,
	.as_flow02 > .row > div > .asf_box:before {
		content: "";
		width: calc(100% + 15px + 15px);
		height: 10px;
		display: block;
		background-color: var(--vk-color-custom-3);
		top: 50%;
		position: absolute;
		transform: translateY(-50%);
		left: -15px;
		z-index: -1;
	}
	.as_flow01 > .row > div:first-child > .asf_box:before,
	.as_flow02 > .row > div:first-child > .asf_box:before {
		left: 0;
	}
	.as_flow01 > .row > div:last-child > .asf_box:before,
	.as_flow02 > .row > div:last-child > .asf_box:before {
		left: -30px;
	}
/* 	.as_flow01 > .row > div:not(:last-child) > .asf_box:after,
	.as_flow02 > .row > div:not(:last-child) > .asf_box:after {
		content: "";
		display: block;
		clip-path: polygon(0% 100%, 0 0%, 100% 50%);
		width: 15px;
		height: 30px;
		position: absolute;
		right: -15px;
		top: 50%;
		transform: translateY(-50%);
		background-color: var(--vk-color-custom-3);
	} */
}
@media(max-width:767px){
	.asf_box h3 {
		min-height: auto;
	}
	.as_flow01 > .row > div:not(:last-child) > .asf_box:after,
	.as_flow02 > .row > div:not(:last-child) > .asf_box:after {
        content: "";
        display: block;
        clip-path: polygon(50% 100%, 0 0%, 100% 0%);
        width: 30px;
        height: 15px;
        position: absolute;
        left: 50%;
        bottom: -15px;
        transform: translateX(-50%);
        background-color: var(--vk-color-custom-3);
	}
}

/* 家づくりの流れ ------------------------------------------------------------------------------------- */
.flow-list{
	position:relative;
	display:grid;
	gap:50px;
    margin: 4rem 0 0;
	counter-reset: number 0;
	padding-left: 0;
}
.flow-list::before{
    content: "";
    position: absolute;
	left: 50%;
	top: 0;
	bottom: 0;
	width: 4px;
	transform: translateX(-50%);
	background: linear-gradient(180deg, #73594363, #73594363);
	border-radius: 2px;
}
.flow-item{
	display:flex; 
	align-items:center; 
    gap: 80px;
	position:relative;
}
/* .flow-item:nth-child(even){
	flex-direction:row-reverse;
} */
.flow-item::before{
	counter-increment: number 1;
	content: counter(number,decimal-leading-zero) " ";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 50px;
    height: 50px;
    transform: translate(-50%, -50%);
    background: var(--vk-color-custom-3);
    border: 4px solid var(--vk-color-custom-3);
    border-radius: 50%;
    box-shadow: 0 0 0 6px #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: bold;
	font-size: 1.2rem;
}
.flow-media{
    width: 50%;
    border-radius: 14px;
    overflow: hidden;
	box-shadow: 0px 5px 0px var(--vk-color-custom-3);
    margin-bottom: 0;
}
.flow-media img{
	display:block;
	width:100%;
	height:240px;
	object-fit:cover;
}
.flow-body{
	width: 50%;
	background:#fff;
	position:relative;
}
.flow-num{
	position: absolute;
	top: -40px;
	left: 1.5rem;
	display: flex;
	align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: var(--vk-color-custom-3);
    color: #fff;
    font-weight: 700;
    box-shadow: 0 6px 16px rgba(30, 111, 191, .25);
}
.flow-item:nth-child(even) .flow-num{ 
	left:auto; 
	right: 1.5rem; 
}
.flow-title{
	margin:4px 0 6px;
	font-weight:700; 
	font-size:20px;
}
.flow-sub{ 
	font-size:1rem;
	margin-bottom: 0;
}
/* @media (max-width: 1024px){
	.flow-media{
		flex-basis:46vw;
	}
} */
@media (max-width: 767px){
	.flow-list{
		gap:40px;
	}
	.flow-list::before{
		left:24px;
		transform:none;
	}
	.flow-item,
	.flow-item:nth-child(even){
		flex-wrap: wrap;
        gap: 1rem;
        padding-left: 60px;
	}
	.flow-item::before{
		left: 0;
		transform: unset;
		top: 0;
	}
	.flow-media{
		width: 100%;
	}
	.flow-body{
		width: 100%;
	}
	.flow-item:nth-child(even) .flow-num{
		right:auto;
		left:12px;
	}
}

/* 無料建替え相談会 ------------------------------------------------------------------------------------- */
.consultation_section > .row {
    margin-left: -10px;
    margin-right: -10px;
}
.consultation_section > .row > div {
    padding-left: 10px;
    padding-right: 10px;
}
.worry {
    background-color: #f2f2f2;
    padding: 1rem;
    border-radius: 30px;
    font-size: 1rem;
    font-weight: bold;
    margin-bottom: 2rem;
    min-height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
	position: relative;
	aspect-ratio: 1 / 1;
	box-shadow: 3px 3px 11px #ccc;
}
.worry:before {
    content: "";
    width: 20px;
    height: 20px;
    background-color: #f2f2f2;
    display: block;
    position: absolute;
    bottom: -2rem;
    right: 25px;
    border-radius: 50px;
	box-shadow: 2px 2px 5px #ccc;
}
.worry:after {
    content: "";
    width: 12px;
    height: 12px;
    background-color: #f2f2f2;
    display: block;
    position: absolute;
    bottom: -3rem;
    right: 35px;
    border-radius: 50px;
	box-shadow: 2px 2px 5px #ccc;
}
.worry_answer {
	box-shadow: 0 4px 0px var(--vk-color-custom-3);
	border-radius: 10px;
	border: 2px solid var(--vk-color-custom-3);
	background-color: #fff;
}
.worry02 {
	background-color: #fff;
	padding: 1rem;
	border-radius: 30px;
	font-size: 1rem;
	font-weight: bold;
	margin-bottom: 2rem;
	min-height: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	position: relative;
	aspect-ratio: 1 / 1;
	box-shadow: 3px 3px 11px #ccc;
}
.worry02:before {
    content: "";
    width: 20px;
    height: 20px;
    background-color: #fff;
    display: block;
    position: absolute;
    bottom: -18px;
    left: 50%;
    transform: translatex(-50%);
    clip-path: polygon(50% 100%, 0% 0%, 100% 0%);
	box-shadow: 3px 3px 11px #ccc;
}
.worry_btn a.btn {
	background-color: var(--vk-color-custom-3);
	border: 2px solid var(--vk-color-custom-3);
	color: #fff;
	transition: 0.2s;
}
.worry_btn a.btn:hover {
	background-color: #fff;
	color: var(--vk-color-custom-3);
}

/* 投稿 ------------------------------------------------------------------------------------- */
span.entry-meta-item.entry-meta-item-updated {
    display: none;
}
span.entry-meta-item.entry-meta-item-author {
    display: none;
}
article.entry.type-post {
	max-width: 800px;
	margin: 0 auto;
}

/* 販売物件 アーカイブ ------------------------------------------------------------------------------- */
.sale_post_box {
	background-color: var(--vk-color-custom-5);
	border-radius: 10px;
	overflow: hidden;
}
.sale_post_box h3 {
	margin-bottom: 0;
	display: flex;
    background-color: var(--vk-color-custom-3);
    align-items: center;
    padding: 0.3rem 1rem;
	font-size: 1.2rem;
}
.sale_post_box h3 a {
	color: #fff;
	padding: 1.5rem 1rem;
	display: block;
	background-color: var(--vk-color-custom-3);
}
.sale_transaction {
    display: flex;
    align-items: center;
    margin-left: auto;
}
.sale_transaction p {
	width: 55px;
	height: 55px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: 10px;
    border-radius: 60px;
    font-weight: bold;
    font-size: 0.9rem;
    border: 2px solid #fff;
	margin-bottom: 0;
	color: #333;
}
.sale_transaction.broker p {
    background-color: #c6f2c1;
}
.sale_transaction.seller p {
    background-color: #faca47;
}
.sale_transaction_cap p {
    font-weight: bold;
	text-align: center;
	margin-bottom: 0.5rem;
}

.sale_post_box .sale_excerpt {
	padding: 1rem 1.5rem;
	margin-bottom: 0;
}
.sale_post_content {
	display: flex;
	flex-wrap: wrap;
	column-gap: 1.5rem;
	justify-content: center;
}
.sale_post_content > div {
	width: calc(50% - 2rem);
	margin-bottom: 1.5rem;
}
.sale_post_thumnail a img {
/* 	aspect-ratio: 3 / 2;
	object-fit: cover; */
	display: block;
	width: 100%;
}
.sale_post_thumnail > div {
	position: relative;
	overflow: hidden;
}
.sale_post_thumnail > div > span {
	position: absolute;
	background-color: #b20000;
	color: #fff;
	display: block;
	width: 200%;
	text-align: center;
	line-height: 3rem;
	font-weight: bold;
	font-size: 1.4rem;
	transform: translate(-50%) rotate(-25deg);
	top: 50%;
	left: 50%;
}
.sale_post_option ul {
	list-style: none;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 0;
}
.sale_post_option ul li {
	background-color: #fff;
	padding: 2px 5px;
	margin: 0 5px 5px 0;
	font-size: 0.8rem;
	color: var(--vk-color-custom-3);
}

.sale_post_inner dl {
	margin: 0 0 1rem 0;
	display: flex;
	flex-wrap: wrap;
	background-color: #fff;
}
.sale_post_inner dl dt,
.sale_post_inner dl dd {
	padding: 1rem;
	border-bottom: 1px solid #ccc;
	margin-bottom: 0;
}
.sale_post_inner dl dt:last-of-type,
.sale_post_inner dl dd:last-of-type {
	border: none;
}
.sale_post_inner dl dt {
	width: 30%;
	display: flex;
    align-items: center;
}
.sale_post_inner dl dd {
	width: 70%;
}
dd.sale_post_price {
    color: var(--vk-color-custom-3);
    font-weight: bold;
    font-size: 1.5rem;
}
.sale_post_inner .link_btn {
	margin-bottom: 1.5rem;
}
@media(max-width:991px){
	.sale_post_content {
		column-gap: 0;
	}
	.sale_post_content > div {
		width: calc(100% - 2rem);
	}
	dd.sale_post_price {
		font-size: 1rem;
	}
}

/* 販売物件 投稿 ------------------------------------------------------------------------------------- */
.sale_single {
	/*     background-color: var(--vk-color-custom-5); */
	margin-bottom: 2rem;
	overflow: hidden;
}
.sale_single h1.entry-title {
	border-bottom: 4px double var(--vk-color-custom-3);
    padding: 1rem 1.5rem;
    color: var(--vk-color-custom-3);
    display: flex;
    align-items: center;
    font-size: 1.4rem;
}
.sale_single .entry-meta {
	display: none;
}
.sale_single .entry-body {
	padding: 0 1rem;
}
@media(max-width:767px){
	.sale_single h1.entry-title {
		font-size: 1.2rem;
	}
}
div#sale_slider > ul.sale_slides {
    background-color: #000;
	padding-left: 0;
}
ul.sale_slides li {
/* 	    background-color: #000; */
	position: relative;
	margin: 0;
	display: block !important;
}
ul.sale_slides li a {
	background-color: #000;
	display: block;
	padding: 10px;
}
ul.sale_slides li a img {
	aspect-ratio: 3 / 2;
	object-fit: contain;
	height: 100%;
	width: 100%;
}
ul.sale_slides li p {
	/*     position: absolute;
	bottom: 0;
	background-color: #00000080;
	display: block;
	width: 100%; */
	margin-bottom: 0;
	/*     color: #fff; */
	padding: 1rem 2rem;
}
ul.sale_slides .slick-prev,
ul.sale_slides .slick-next {
	z-index: 1;
	width: 40px;
	background-color: #00000080;
	height: 100%;
}
ul.sale_slides .slick-prev {
	left: 0;
}
ul.sale_slides .slick-next {
	right: 0;
}
ul.sale_slides_nav {
	padding-left: 0;
}
ul.sale_slides_nav .slick-list {
	background-color: var(--vk-color-custom-1);
}
ul.sale_slides_nav .slick-list li {
	padding: 10px 5px;
	margin: 0;
	display: block !important;
}
ul.sale_slides_nav .slick-list li img {
	display: block;
	margin: 0 auto;
	aspect-ratio: 2 / 1;
	object-fit: cover;
}
.sale_single_image {
	margin-bottom: 2rem;
}
.sale_single_image img {
	display: block;
	width: 100%;
}
ul.sale_slides_nav .slick-list .slick-slide.slick-current img {
	border: 2px solid var(--vk-color-custom-3);
}
ul.sale_slides_nav .slick-prev,
ul.sale_slides_nav .slick-next {
	z-index: 1;
	width: 40px;
	background-color: #00000080;
	height: 100%;
}
ul.sale_slides_nav .slick-prev {
	left: 0;
}
ul.sale_slides_nav .slick-next {
	right: 0;
}
.sale_post_option ul li {
    border: 1px solid var(--vk-color-custom-3);
}
table.sale_single_table {
	background-color: #fff;
}
table.sale_single_table th,
table.sale_single_table td {
	border: 1px solid #ccc;
}
table.sale_single_table th {
	background-color: var(--vk-color-custom-3);
	color: #fff;
}
@media(max-width:767px){
	ul.sale_slides li a img {
		aspect-ratio: 1 / 1;
	}
	ul.sale_slides_nav .slick-list li {
		padding: 5px;
	}
	ul.sale_slides_nav .slick-list li img {
		aspect-ratio: 1 / 1;
	}
	table.sale_single_table th {
		width: 30%;
	}
}

/* スマホで多棟テーブルをカード化 */
@media (max-width: 767px) {
	.sale-units-table thead {
		display: none;
	}
	.sale-units-table,
	.sale-units-table tbody,
	.sale-units-table tr,
	.sale-units-table td {
		display: block;
		width: 100%;
		border: none;
	}
	.sale-units-table tr {
        margin-bottom: 1rem;
        border: 1px solid #dee2e6;
	}
	.sale-units-table td {
        position: relative;
        display: flex;
        padding: 0;
        align-items: center;
        border-bottom: none !important;
        border-left: none !important;
        border-right: none !important;
	}
	.sale-units-table td:first-child {
		border-top: 0;
	}
	.sale-units-table td::before {
		content: attr(data-label);
		height: 100%;
		width: 35%;
		padding: 0.5rem 1rem;
		font-weight: 700;
		background: var(--vk-color-custom-3);
		display: flex;
		align-items: center;
		justify-content: flex-start;
		white-space: nowrap;
		color: #fff;
		margin-right: 1rem;
	}
	/* 価格だけ少し強調 */
	.sale-units-table td[data-label="価格"] {
		font-weight: 700;
	}
}


.sale_contact {
    border: 1px solid var(--vk-color-custom-3);
    margin-top: 3rem;
}
.sale_contact_row {
    display: flex;
	flex-wrap: wrap;
}
.sale_contact_box:nth-child(1) {
    width: 40%;
}
.sale_contact_box:nth-child(2) {
    padding: 1rem 1.5rem;
	    width: 60%;
}
.sale_contact_box img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}
.sale_contact_box > h3 {
    color: var(--vk-color-custom-3);
    margin-bottom: 1rem;
}
.sale_contact_box > div {
    background-color: #f2f2f2;
    padding: 1rem;
}
.sale_contact_box h4 {
    margin-bottom: 0;
}
.sale_contact_box .tel {
    font-weight: bold;
    padding: 0.5rem 0;
    font-size: 1.5rem;
}
.sale_contact_box .mail a {
    display: block;
    background-color: var(--vk-color-custom-3);
    color: #fff;
    text-align: center;
    padding: 1rem;
    font-weight: bold;
    border: 1px solid var(--vk-color-custom-3);
	display: none;
}
@media(max-width:767px){
	.sale_contact_box:nth-child(1),
	.sale_contact_box:nth-child(2) {
		width: 100%;
	}
}


/* 施工例　投稿 ----------------------------------------------------------------------------------- */
.case_gallery_box {
	max-width: 1000px;
	margin: 0 auto;
}
div#case_slider > ul {
    padding-left: 0;
	margin: 0;
}
div#case_slider > ul li {
	margin: 0;
}
div#case_slider > ul li img {
    aspect-ratio: 3 / 2;
    object-fit: contain;
    width: 100%;
}
ul.case_slides_nav {
    padding-left: 0;
    display: flex;
    list-style: none;
    gap: 10px;
}
.voice_single_layout > a {
    display: block;
}
.voice_single_layout > a img {
    display: block;
    margin: 0 auto;
}
.case_sd_box {
    background-color: var(--vk-color-custom-4);
    padding: 1rem 1.5rem;
}
.case_sd_box p {
    margin-bottom: 0;
}


/* お客様の声　アーカイブ ---------------------------------------------------------------------------- */
.voice_post_box {
    position: relative;
    box-shadow: 10px 30px 40px 10px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.voice_post_box .voice_thumbnail {
    display: block;
}
.voice_post_box .voice_thumbnail img {
    display: block;
    aspect-ratio: 3 / 2;
    object-fit: cover;
	width: 100%;
}
.voice_post_box .voice_title {
    display: block;
    text-align: center;
    padding: 1rem;
    font-weight: bold;
    color: #000;
}
.voice_post_box .voice_excerpt {
    padding: 0 1rem 1rem;
    display: block;
    line-height: 1.7rem;
}

/* お客様の声　投稿 --------------------------------------------------------------------------------- */
.voice_single_section:not(:nth-child(1)):nth-child(2n-1) {
/*     background-color: var(--vk-color-custom-5); */
}
h3.voice_single_subtitle {
	color: var(--vk-color-custom-3);
	border-bottom: 1px solid var(--vk-color-custom-3);
	padding-bottom: 1rem;
}
dl.voice_single_data {
	display: flex;
	flex-wrap: wrap;
	margin: 0 0 1rem 0;
	border: 1px solid var(--vk-color-custom-3);
	padding: 10px;
}
dl.voice_single_data p {
	width: 100%;
	padding: 5px 10px;
	margin: 5px 5px 5px;
	background-color: var(--vk-color-custom-5);
	font-weight: bold;
}
dl.voice_single_data dt {
	width: 20%;
	padding: 5px;
	margin-bottom: 0;
}
dl.voice_single_data dd {
	width: 30%;
	padding: 5px;
}
.voice_single_mainimage {
	text-align: center;
	height: 100%;
}
.voice_single_mainimage img {
	width: 100%;
/* 	height: 100%;
	object-fit: cover; */
}
.voice_single_mainimage span {
    font-size: 0.9rem;
    font-weight: bold;
}
.voice_gallery_loop > div {
	margin-bottom: 1rem;
}
.voice_gallery_box {
    height: 100%;
    display: flex;
    flex-direction: column;
}
.voice_gallery_box > div#voice_slider {
    height: 100%;
    background-color: #000;
}
.voice_gallery_box > div > ul {
    height: 100%;
    margin: 0;
	padding: 0;
}
.voice_gallery_box > div > ul  div {
    height: 100%;
}
.voice_gallery_box > div > ul > div li {
	height: 100%;
	margin: 0;
}
ul.voice_slides li a {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
	flex-direction: column;
	padding: 1.5rem;
}
ul.voice_slides li a span {
    color: #fff;
    font-size: 0.9rem;
    font-weight: bold;
}
.voice_gallery_box > div > ul.voice_slides_nav {
    padding: 1rem;
    background-color: var(--vk-color-custom-1);
}
.voice_slides_nav .slick-slide {
    padding: 5px;
}
.voice_slides_nav img {
    aspect-ratio: 1 / 1;
    object-fit: cover;
}
.voice_slides_nav .slick-current img {
    border: 2px solid var(--vk-color-custom-2);
}
ul.voice_slides_nav .slick-prev,
ul.voice_slides_nav .slick-next {
	z-index: 1;
	width: 40px;
	background-color: #00000080;
	height: 100%;
}
ul.voice_slides_nav .slick-prev {
	left: 0;
}
ul.voice_slides_nav .slick-next {
	right: 0;
}

/* .voice_gallery_box img {
	width: 100%;
}
.voice_gallery_box span {
	font-size: 0.9rem;
	font-weight: bold;
	margin-top: 5px;
	display: block;
} */
.voice_single_interview h3 {
	color: var(--vk-color-custom-3);
	border-bottom: 1px solid var(--vk-color-custom-3);
	padding: 1rem;
}
.voice_single_interview dl dt,
.voice_single_interview dl dd {
	padding-left: 2.2rem;
	position: relative;
	line-height: 1.8rem;
}
.voice_single_interview dl dd {
	margin-bottom: 1.5rem;
}
.voice_single_interview dl dt:before,
.voice_single_interview dl dd:before {
	display: block;
	position: absolute;
	left: 0;
	color: #fff;
	width: 1.8rem;
	height: 1.8rem;
	text-align: center;
	padding: 5px;
	line-height: 1rem;
	font-weight: bold;
}
.voice_single_interview dl dt:before {
	content: "Q";
	background-color: var(--vk-color-custom-3);
}
.voice_single_interview dl dd:before {
	content: "A";
	background-color: var(--vk-color-custom-1);
}
.vp_top {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 1rem;
}
.vp_top div {
	width: 90px;
	height: 90px;
	background-color: var(--vk-color-custom-3);
	border-radius: 100px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	color: #fff;
	margin-bottom: 0;
	font-weight: bold;
}
.vp_top h4 {
	margin-bottom: 0;
	width: calc(100% - 90px);
	padding-left: 1rem;
}
.voice_single_point_image {
    margin-bottom: 1rem;
}


/* ご相談窓口 ------------------------------------------------------------------------- */
/* バナーのスタイル */
#sodan-bnr {
	position: fixed;
	bottom: 100px;
	right: 30px;
	background-color: #fff;
	color: #333;
	padding: 15px 20px;
	border-radius: 10px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
	display: block; /* 表示状態を保持 */
	opacity: 0; /* 初期状態で透明 */
	visibility: hidden; /* 初期状態で非表示 */
	transition: opacity 0.5s ease, visibility 0.5s ease; /* アニメーションの設定 */
	z-index: 1000;
}
#sodan-bnr.show {
	opacity: 1; /* 完全に表示 */
	visibility: visible; /* 表示状態 */
}

/* バナー内のコンテンツ */
#sodan-bnr p {
	font-size:14px;
	margin: 0;
	padding: 0;
	color: #333;
}

/* ×ボタンのスタイル */
#close-bnr {
	position: absolute;
	top: -10px;
	right: -10px;
	background: none;
	border: none;
	color: #fff;
	font-size: 20px;
	cursor: pointer;
	line-height: 1;
	background-color: #333;
	border-radius: 50%;
	padding: 0.3em 0.5em;
}
#close-bnr:hover {
	color: #FF0000; /* ホバー時は赤色 */
}
@media(max-width:767px){
	dl.voice_single_data dt {
		width: 35%;
	}
	dl.voice_single_data dd {
		width: 65%;
	}
	.voice_single_image > div:first-child {
		margin-bottom: 2rem;
	}
	#sodan-bnr {display:none;}
}

.contactBtn > .row > div,
.contactTel > .row > div {
	margin-bottom: 2rem;
}
.contactBtnBox {
    height: 100%;
}
.contactBtnBox a {
    display: block;
    background-color: #fff;
    text-align: center;
    padding: 1rem;
border-radius: 10px;
}
.contactBtnBox a strong {
    display: block;
    padding: 0.5rem;
    font-size: 1rem;
    background-color: var(--vk-color-custom-3);
    color: #fff;
    border-radius: 10px;
}
.contactBtnBox a img {
    max-width: 150px;
    width: 100%;
}
.contactBtnBox a:hover {
    opacity: 0.8;
}

/* お問い合わせ ---------------------------------------------------------------------------- */
section.contact_section {
    background-color: #f2f2f2;
    padding: 2rem 2.5rem;
	margin-bottom: 0;
}
section.contact_section h3 {
    color: var(--vk-color-custom-3);
    margin-bottom: 2rem;
    border-bottom: 1px solid var(--vk-color-custom-3);
    padding-bottom: 1rem;
}
dl.contact_list {
	display: flex;
	flex-wrap: wrap;
	margin: 0;
}
dl.contact_list dt {
    width: 30%;
    margin-bottom: 0.5rem;
    display: flex;
    align-items: center;
	padding: 10px 15px;
	border: 1px solid var(--vk-color-custom-3);
    background-color: var(--vk-color-custom-3);
    color: #fff;
}
dl.contact_list dt p {
    margin-bottom: 0;
}
dl.contact_list dd {
    width: 70%;
    padding: 10px 15px;
	border: 1px solid var(--vk-color-custom-3);
	margin-bottom: 0.5rem;
    background-color: #fff;
}
dl.contact_list dd:not(dt + dd) {
    width: 100%;
}
dl.contact_list dd p {
    margin: 0;
}
dl.contact_list dd input {
    margin-bottom: 0;
}
input.name,
input.kana {
    max-width: 250px;
}
input.zip,
select.age,
select.family,
select.season,
select.tsukuri {
    max-width: 250px;
}
input.other_text {
    max-width: 150px;
	margin-left: 5px;
}
input.time,
input.area,
input.money,
input.year {
    max-width: 100px;
}
textarea,
select {
	margin-bottom: 0;
}
span.wpcf7-list-item.last.has-free-text {
    display: inline;
	white-space: nowrap;
}
input.wpcf7-free-text {
	width: auto;
}
p.contact_submit {
    padding-top: 2rem;
}

.addr_in > div {
    margin-bottom: 0.5rem;
}
.addr_in > div:nth-child(2n) {
    width: calc(100% - 10rem);
}
.addr_in > div:nth-child(2n-1) {
    width: 10rem;
}
.addr_in > div:nth-child(2n-1) p {
	padding: .6rem 0;
}
@media(max-width:767px){
	.addr_in > div {
		width: 100% !important;
	}
	.addr_in > div:nth-child(2n-1) {
		margin-bottom: 0;
	}
	.addr_in > div:nth-child(2n-1) p {
		padding: 0;
	}
}

/* .contact_submit {
    text-align: center;
} */
.contact_submit input.wpcf7-submit {
    width: 200px;
	font-weight: bold;
	display: block;
	margin: 0 auto;
}
@media(max-width:767px){
	section.contact_section {
		padding: 1rem 1.5rem;
	}
	dl.contact_list {
		/*     padding: 3rem 2rem; */
		padding: 0;
	}
	dl.contact_list dt,
	dl.contact_list dd {
		width: 100%;
		margin-bottom: 0;
	}
	dl.contact_list dd {
		margin-bottom: 15px;
	}
	input.wpcf7-free-text {
		width: 100%;
		display: block;
	}
}

/* リフォーム ----------------------------------------------------------------------------------- */
.reform_slider {
    margin: 0 calc(50% - 50vw);
	position: relative;
}
.reform_slider_cap {
    position: absolute;
    width: calc(100% - 5rem);
	height: auto;
    z-index: 1;
/*     background-color: #ffffffd6; */
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 2rem;
}
.reform_slider_cap h2 {
    text-align: center;
	font-size: 2.2rem;
	color: #fff;
	text-shadow: 0 0 5px #000000;
/* 	color: var(--vk-color-custom-3); */
/* 	text-shadow: 0 0 5px #ccc; */
}
.reform_slider_cap p {
    font-weight: bold;
    max-width: 850px;
	margin: 0 auto;
	text-align: center;
	color: #fff;
	font-size: 1.2rem;
	text-shadow: 0 0 5px #000000;
}
.reform_slides {
	padding-left: 0;
	margin: 0;
}
.reform_slides li {
	margin: 0;
}
.reform_slides img {
    width: 100%;
}
@media(max-width:767px){
	.reform_slides {
		height: 100vh;
	}
	.reform_slides img {
		height: 100vh;
		object-fit: cover;
	}
}
.reform_menu {
    background-color: var(--vk-color-custom-5);
}
.reform_menu .row > div {
    margin-bottom: 2rem;
}
.reform_menu .row > div a {
    text-align: center;
    font-weight: bold;
    display: block;
    overflow: hidden;
    position: relative;
}
.reform_menu .row > div a::before {
    content: "";
    display: block;
    position: absolute;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    border: 1px solid #fff;
    top: 10px;
    left: 10px;
	transition: 0.2s;
	z-index: 9;
}
.reform_menu .row > div a img {
	transition: 0.2s;
}
.reform_menu .row > div a:hover img {
    transform: scale(1.1);
}
.reform_menu .row > div a > span {
    display: block;
    text-align: center;
    font-weight: bold;
    color: var(--vk-color-custom-3);
	font-size: 1.2rem;
	position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    background-color: #ffffffcc;
    padding: 1rem;
    transform: translateY(-50%);
}

.reform_bottom_bnr .row > div {
    margin-bottom: 1rem;
}
.reform_bottom_bnr a {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 0.5rem 1rem;
	border: solid var(--vk-color-custom-3);
    max-width: 400px;
    margin: 0 auto;
    height: 100%;
    font-size: 1.2rem;
    border-width: 2px 2px 2px 10px;
    color: var(--vk-color-custom-3);
}
.reform_bottom_bnr a span {
    font-size: 0.9rem;
    display: block;
}
.reform_bottom_bnr a img {
    width: 150px;
    display: block;
}
.reform_bottom_bnr a:hover {
    opacity: 0.8;
}


/* 会社概要 ------------------------------------------------------------------------------------ */
section#message {
    background-image: url(/wp-content/uploads/2025/03/company_bg.png);
    background-repeat: no-repeat;
    background-size: 60%;
    background-position: left bottom;
    background-blend-mode: color-burn;
}
.message_inner {
    max-width: 800px;
    margin-left: auto;
}

/* 会社所在地 ------------------------------------------------------------------------------------ */

@media(max-width:767px){
	table.location_table tr th {
		width: 100%;
		display: block;
		text-align: left !important;
	}
	table.location_table tr td {
		width: 100%;
		display: block;
		padding: 1rem !important;
	}
}

/* 関連会社 --------------------------------------------------------------------------- */
.associate_section dl {
    display: flex;
    flex-wrap: wrap;
}
.associate_section dl dt {
    width: 7rem;
}
.associate_section dl dd {
    width: calc(100% - 7rem);
}

/* 不動産査定・買取 -------------------------------------------------------------------- */
.satei_message > .row > div {
    margin-bottom: 1rem;
	display: flex;
}
.satei_message > .row > div img {
    display: block;
	margin-top: auto;
}
.sm_box {
    padding: 2rem;
    background-color: #fff;
    position: relative;
}
.sm_box:before {
	position: absolute;
	content: '';
	right: 0px;
	top: 0px;
	background: linear-gradient(45deg, #cecece 0%, #cecece 50%, var(--vk-color-custom-5) 50%, var(--vk-color-custom-5) 100%);
	width: 30px;
	aspect-ratio: 1 / 1;
}
.sm_box h3 {
	    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.sm_box p:last-child {
    margin-bottom: 0;
}
.satei_box {
    border: 2px solid var(--vk-color-custom-3);
    display: block;
	transition: 0.2s;
	position: relative;
}
.satei_box .sb_in {
    display: block;
    background-color: var(--vk-color-custom-3);
    color: #fff;
    padding: 0.5rem 1rem;
}
.satei_box .sb_in h2 {
    font-size: 1.2rem;
    text-align: center;
	margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}
.satei_box .sb_in p {
    margin-bottom: 0;
}
.satei_box .sb_in a.more_link {
	display: block;
	background-color: #fff;
	color: var(--vk-color-custom-3);
	padding: 0.2rem 1rem;
	margin: 0.5rem auto 0.5rem;
	max-width: 150px;
	text-align: center;
	font-size: 0.9rem;
	transition: 0.2s;
	border: 1px solid #fff;
	text-decoration: none;
}
.satei_box .sb_in a.more_link:hover {
    background-color: var(--vk-color-custom-3);
    color: #fff;
}


/* ハセベの買取り ---------------------------------------------------------------------------------- */
.satei_top > h2 {
    font-size: 2.4rem;
    margin-bottom: 1rem;
}
.satei_top > h2 span {
    font-size: 1.4rem;
}
.satei_title_sub {
    text-align: center;
    font-size: 1.2rem;
    margin-bottom: 3rem;
}
.satei_title_sub span {
    display: block;
}
.satei_top .row > div {
    margin-bottom: 2rem;
}
.satei_cap {
    font-size: 1.5rem;
    margin-bottom: 0;
font-weight: bold;
}
.satei_cap .satei_cap_label {
    background: var(--vk-color-custom-3);
    color: #fff45f;
    padding: 0.5rem 0.5em;
    margin-right: 0.5rem;
    line-height: 3.5rem;
}
.satei_cap .satei_cap_bold {
    font-size: 2rem;
    color: var(--vk-color-custom-3);
    font-weight: bold;
}
.satei_tab {
font-weight: bold;
    font-size: 1.4rem;
    position: relative;
    z-index: 0;
    padding: 0.5rem 1rem;
    text-align: center;
    background-color: var(--vk-color-custom-3);
    border-radius: 10px;
    color: #fff;
    margin-bottom: 0;
}
.satei_tab:before {
    content: "";
    position: absolute;
    background: var(--vk-color-custom-3);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background-image: repeating-linear-gradient(-45deg, rgb(255 255 255 / 10%), rgb(255 255 255 / 10%) 1px, transparent 0, transparent 10px), repeating-linear-gradient(45deg, rgb(255 255 255 / 10%), rgb(255 255 255 / 10%) 1px, transparent 0, transparent 10px);
}
p.satei_tab:after {
    content: "";
    width: 30px;
    height: 30px;
    display: block;
    position: absolute;
    bottom: -20px;
    background-color: var(--vk-color-custom-3);
    left: 50%;
    transform: translate(-50%, 0);
    clip-path: polygon(100% 0%, 50% 100%, 0% 0%);
    z-index: -2;
}
.sateiQ > .row > div {
    margin-bottom: 2rem;
}
.sateiQbox {
    height: 100%;
    background-color: #fff;
    padding: 1rem 1.5rem;
    border-radius: 15px;
}
.sateiQbox h3 {
    text-align: center;
}
.sateiQbox h3 .sateiQbox_q {
    font-size: 1.5rem;
    background-color: var(--vk-color-custom-3);
    line-height: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    color: #fff45f;
    border-radius: 60px;
    margin: 0 auto;
    margin-bottom: 1rem;
}
.sateiQbox h3 .sateiQbox_bold {
    font-size: 2.2rem;
    color: var(--vk-color-custom-3);
    line-height: normal;
}
.sateiQbox p.star {
    margin-bottom: 0;
    padding-left: 1.5rem;
    position: relative;
}
.sateiQbox p.star:before {
    content: "\f005";
    display: block;
    width: 1rem;
    height: 1rem;
    font-family: 'Font Awesome 6 Free';
    position: absolute;
    left: 0;
	color: var(--vk-color-custom-3);
}
.sateiQbox p:last-child {
    margin-bottom: 0;
}
.satei_contact > .row > div {
    margin-bottom: 2rem;
}
.satei_contact h3 {
    text-align: center;
    font-size: 1.6rem;
color: #fff45f;
}
.satei_contact h3 span {
    font-size: 1rem;
    display: block;
    position: relative;
    z-index: 0;
    color: #fff;
}
.satei_contact h3 span:before {
    content: "";
    width: 13rem;
    height: 100%;
    background-color: var(--vk-color-custom-3);
    display: block;
    z-index: -1;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.satei_contact h3 span:after {
    content: "";
    border-bottom: 1px solid #fff;
    width: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    z-index: -2;
    transform: translateY(-50%);
}
.satei_contact_mark {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.satei_contact_mark .sc_mark {
    width: 30%;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 1 / 1;
    border-radius: 200px;
    color: var(--vk-color-custom-3);
    font-weight: bold;
    font-size: 1.4rem;
    position: relative;
}
.satei_contact_mark .sc_mark:before {
    content: "";
    width: 90%;
    height: 90%;
    position: absolute;
    border: 2px solid var(--vk-color-custom-3);
    border-radius: 200px;
}
p.sc_tel {
    background-color: #fff;
    padding: 1rem 1.5rem;
    font-size: 2.2rem;
    font-weight: bold;
    color: var(--vk-color-custom-3);
    line-height: 1.5rem;
    border-radius: 15px;
}
p.sc_tel span {
    display: block;
    font-size: 1rem;
    color: #000;
    border-bottom: 1px solid #000;
    padding-bottom: 0;
    line-height: 2rem;
    margin-bottom: 1rem;
}
p.sc_mail {
    background-color: #fff;
    padding: 1rem 1.5rem;
margin-bottom: 0;
    border-radius: 15px;
}
p.sc_mail span {
    display: block;
    font-size: 1rem;
    color: #000;
    border-bottom: 1px solid #000;
    padding-bottom: 0;
    line-height: 2rem;
    margin-bottom: 1rem;
    font-weight: bold;
}
p.sc_mail a {
    background-color: var(--vk-color-custom-3);
    color: #fff;
    padding: 1rem 1.5rem;
    font-weight: bold;
    display: flex;
    align-items: center;
    text-decoration: none;
    border: 1px solid var(--vk-color-custom-3);
transition: 0.2s;
}
p.sc_mail a i {
    margin-left: auto;
}
p.sc_mail a:hover {
    background-color: #fff;
    color: var(--vk-color-custom-3);
}
.sv_cap {
    text-align: center;
}
/* .sv_icon {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
} */
.sv_icon {
	margin-top: 3rem;
	margin-left: -10px;
	margin-right: -10px;
}
.sv_icon > div {
	margin-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
}
.sv_box {
    border: 2px solid var(--vk-color-custom-3);
    text-align: center;
    color: #fff;
    font-weight: bold;
    border-radius: 5px;
	height: 100%;
	background-color: var(--vk-color-custom-3);
	overflow: hidden;
}
.sv_img {
	background-color: #fff;
}
.sv_box > p {
	padding: 0.5rem;
	margin-bottom: 0;
}
.sv_section > .row > div {
	margin-bottom: 1rem;
}
.sv_shop {
    padding: 1rem;
	background-color: #fff;
	border-radius: 10px;
/* 	margin-bottom: 1rem; */
	height: 100%;
}
.sv_shop > p {
    text-align: center;
    margin-bottom: 0;
}
.sv_shop > .tel {
	text-align: center;
	font-size: 1.6rem;
    font-weight: bold;
}
@media(max-width:767px){
	.satei_contact_mark .sc_mark {
		font-size: 1.2rem;
	}
	p.sc_tel {
		font-size: 1.6rem;
	}
}


/* 不動産無料査定 --------------------------------------------------------------------------------------- */
.satei_flow > .row > div {
    margin-bottom: 2rem;
}
.sf_box {
    height: 100%;
    border: 3px solid var(--vk-color-custom-3);
    padding: 1rem;
    position: relative;
/*     border-radius: 500px; */
/*     aspect-ratio: 1 / 1; */
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: #fff;
}
.sf_box p {
    margin-bottom: 0;
    font-weight: bold;
}
.sf_box span.step {
	width: 70px;
	font-size: 1.2rem;
	line-height: 1.2rem;
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    font-weight: bold;
    background-color: var(--vk-color-custom-3);
    color: #fff;
    padding: 0.5rem;
    aspect-ratio: 1 / 1;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
}
.sf_box span.step .span {
    display: block;
	font-size: 0.8rem;
	line-height: 1rem;
}
.sf_box img {
	display: block;
	margin: 0 auto;
}
.sf_box:after {
	content: "";
	display: block;
	border: 2px solid var(--vk-color-custom-3);
	width: 40px;
	position: absolute;
	right: -40px;
}
.satei_flow > .row > div:last-child .sf_box:after {
	content: none;
}
@media(max-width:767px){
		.sf_box:after {
		right: unset;
		bottom: -40px;
		width: 0;
		height: 40px;
	}
}

/* 環境への取り組み --------------------------------------------------------------------------------------- */
.ev_section > .row {
    counter-reset: number 0;
}
.ev_section .row > div {
    margin: 1rem 0 2rem;
}
.evInBox {
    position: relative;
    padding: 2rem 1.5rem 1rem;
    border: 2px solid var(--vk-color-custom-3);
    border-radius: 3px;
    color: #333;
    height: 100%;
}
.evInBox::before {
    position: absolute;
    top: -1.5rem;
    left: 50%;
    width: 3rem;
    height: 3rem;
    background-color: var(--vk-color-custom-3);
    font-weight: 600;
    transform: translateX(-50%);
    font-family: 'Font Awesome 6 Free';
    border-radius: 100px;
    content: counter(number) " ";
    counter-increment: number 1;
    color: #fff;
    font-size: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.evInBox h3 {
    text-align: center;
    margin-top: 1rem;
}
.evComment01 p {
    margin-bottom: 0;
        padding: 1.5rem 2rem;
    border-radius: 20px;
    font-size: 1rem;
    background-color: var(--vk-color-custom-5);
}
.evComment01 {
    align-items: center;
}
.evComment01.row > div {
    margin: 0;
}
.evComment01.row > div img {
    display: block;
}
.ev_menu {
    height: 100%;
    box-shadow: 1px 1px 35px #ccc;
    border-radius: 15px;
    overflow: hidden;
}
.ev_menu p {
    padding: 1rem;
    margin-bottom: 0;
    text-align: center;
    font-size: 0.9rem;
}
