@charset "utf-8";
/* ===================================================================
CSS
 file name  :  style.css
=================================================================== */
/* =====================================
トップ
======================================== */
.top_wrap{
	padding: 80px 0;
}
/*メイン*/
.top_main{
	width: 100%;
	height: 550px;
	position: relative;
	background: url("images/top/top_main_pc.jpg") no-repeat center center;
	background-size: cover;
}
.top_main .main_catch{
	position: absolute;
	bottom: -20px;
	left: 50%;
	transform: translateX(-50%);
	display: block;
	padding: 0 40px;
	width: 100%;
	max-width: 1200px;
}

@media print, screen and (min-width: 769px) {
    .top_main .main_wrap{
        width: 100%;
        max-width: 1270px;
        position: relative;
	    height: 550px;
        margin: auto;
        padding: 60px 50px 0 50px;
    }
    .top_main .main_wrap .logo40th{
        position: absolute;
        top: 60px;
        left: 50px;
        width: 140px;
    }
    .top_main .main_wrap .main_catch2{
        position: absolute;
        bottom: -20px;
        left: 240px;
        right: 50px;
        max-width: 980px;
    }
}

.scroll_down{
	position:absolute;
	display: block;
	top: 50%;
	right: 50px;
	width: 14px;
	transform: translateY(-45%);
	animation: arrowmove 1s ease-in-out infinite;
}
@keyframes arrowmove{
	0%{bottom:1%;}
	50%{bottom:3%;}
	100%{bottom:1%;}
 }
.top_main_banner {
	margin: 60px auto 40px;
    max-width: 1050px;
    padding: 0 40px;
    margin-top: 60px;
    margin-bottom: 40px;
}
.top_main_banner a {
	display: block;
	transition: .3s;
	opacity: 1;
}
.top_main_banner a:hover {
	opacity: .6;
}
.top_main_bottom{
	padding: 30px 0 80px 0;
	text-align: center;
}
.top_main_bottom .tmb_en{
	color: #DB963E;
	font-size: 2.8rem;
	letter-spacing: 0.1em;
}
.top_main_bottom .tmb_text{
	margin-top: 20px;
	font-size: 3.6rem;
	line-height: 1.4;
}
.top_wrap_nomal{
	max-width: 1180px;
	margin: auto;
	padding: 80px 40px;
}
.top_wrap_full{
	width: 100%;
	margin: auto;
	padding: 80px 0;
}
h2.top_sub_title{
	font-family: 'Kaisei Opti', serif;
	text-align: center;
	font-size: 3.4rem;
	line-height: 1.4;
}
h2.top_sub_title span{
	font-family: 'Parisienne', cursive;
	display: block;
	color: #DB963E;
	font-size: 2.8rem;
	line-height: 1;
}

.top_main_bunner {
    background: #EEE;
    text-align: center;
    padding: 40px 20px;
}

.top_main_bunner a {
    max-width: 1100px;
    display: inline-block;
}

.top_main_bunner a:hover img {
filter: contrast(110%) brightness(110%) saturate(130%);
}

/*目的別ボタン*/
ul.top_btn_link{
    display: flex;
    justify-content: space-between;
    list-style: none;
}
ul.top_btn_link li{
    width: 22%;
    max-width: 260px;
}
ul.top_btn_link li a{
	font-family: 'Kaisei Opti', serif;
    display: block;
    border: 2px solid #000;
    height: 140px;
    padding-top: 20px;
    color: #000;
    font-size: 2.0rem;
    line-height: 1.4;
    text-decoration: none;
    text-align: center;
    background: #FAE34C url("images/top/arrow_btnlist.png") no-repeat center bottom 25px;
    background-size: 15px auto;
}
ul.top_btn_link li a:hover{
    background: #FFFF00 url("images/top/arrow_btnlist.png") no-repeat center bottom 25px;
    background-size: 15px auto;
}
ul.top_btn_link li a span.lg{
    font-size: 2.6rem;
    display: block;
    font-weight: 500;
}

/*3つの特徴*/
.top_bg_feature{
	background-image: url("images/top/bg_feature.png");
	background-repeat: no-repeat;
	background-size: 4% auto;
	background-position: left 20px center;
}
@media print, screen and (min-width: 769px) {
	.top_feature_list{
		display: flex;
		justify-content: space-between;
		margin-top: 30px;
	        list-style: none;
	}
	.top_feature_list li{
		width: 30%;
		max-width: 338px;
	}
}
.top_feature_list li a.feature{
	display: block;
	width: 100%;
	aspect-ratio: 10 / 7;
	background-repeat: no-repeat;
	background-size: contain;
	text-indent: -9999px;
	transition: all .3s;
}
.top_feature_list li a.f01{
	background-image: url("images/top/feature01.png");
}
.top_feature_list li a.f01:hover{
	background-image: url("images/top/feature01_on.png");
}
.top_feature_list li a.f02{
	margin-top: 20px;
	background-image: url("images/top/feature02.png");
}
.top_feature_list li a.f02:hover{
	background-image: url("images/top/feature02_on.png");
}
.top_feature_list li a.f03{
	background-image: url("images/top/feature03.png");
}
.top_feature_list li a.f03:hover{
	background-image: url("images/top/feature03_on.png");
}
/*イベント情報*/
.top_bg_event{
	background-image: url("images/top/bg_event.png");
	background-repeat: no-repeat;
	background-size: 4% auto;
	background-position: right 20px center;
}
@media print, screen and (min-width: 769px) {
	.top_event_list{
		display: flex;
		justify-content: center;
	        list-style: none;
	}
	.top_event_list li{
		margin: 30px 1%;
		width: 32.333%;
		max-width: 370px;
	}
}
.top_event_list li{
	background: #F5F5F5;
	transition: all .3s;
}
.top_event_list li:hover{
	background: #F4EBD0;
}
.top_event_list li a{
	text-decoration: none;
	color: #333;
}
.top_event_list li .event_box{
	padding: 20px;
}
.top_event_list li .event_box .photo{
	width: 100%;
	aspect-ratio: 10 / 10;
	overflow: hidden;
	background: #FFF;
}
.top_event_list li .event_box .photo > img{
	width: 100%;
    height: 100%;
    object-fit: contain;
	transition: all .3s;
}
.top_event_list li:hover .event_box .photo > img{
	transform:scale(1.1,1.1);
}
.top_event_list li .event_box .event_kind{
	margin-top: 1.5em;
}
.top_event_list li .event_box .event_kind span{
	border: 1px solid #DB963E;
	color: #DB963E;
	padding: 0.3em 1em;
	font-size: 1.8rem;
}
.top_event_list li .event_box p{
	margin-top: 1em;
}
.top_cms_none{
	text-align: center;
	padding: 3em 0;
}
/*施工事例*/
.top_bg_construction{
	background-image: url("images/top/bg_construction.png");
	background-repeat: no-repeat;
	background-size: 90% auto;
	background-position: bottom 20px center;
}
/*施工事例　スライダー*/
.slider_construction{
	margin-top: 50px;
	list-style: none;
}
.slider_construction a{
	text-align: center;
	color: #333;
	text-decoration: none;
}
.slider_construction .slick-slide{
	width: 770px;
	height: auto;
	margin: 0 15px;
	position: relative;
	overflow: hidden;
}
.slider_construction .slick-slide .slide_photo{
	width: 770px;
	height: 470px;
}
.slider_construction .slick-slide .slide_photo img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.slider_construction .slick-arrow{
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background-color: #666;
	cursor: pointer;
	border: none;
	position: absolute;
	top: 48%;
	z-index: 1;
	opacity: 0.8;
}
.slider_construction .slick-next{
	right: 60px;
	background: url("images/top/slide_arrow_right.png") no-repeat;
	background-size: cover;
}
.slider_construction .slick-prev{
	left: 60px;
	background: url("images/top/slide_arrow_left.png") no-repeat;
	background-size: cover;
}
.slider_construction .slick-next:hover,
.slider_construction .slick-prev:hover{
	opacity: 1;
}
/*商品ラインアップ*/
.top_bg_lineup{
	background-image: url("images/top/bg_lineup.png");
	background-repeat: no-repeat;
	background-size: 90% auto;
	background-position: bottom 40px center;
	padding-bottom: 50px;
}
@media print, screen and (min-width: 769px) {
	.top_lineup_list{
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
        	list-style: none;
	}
	.top_lineup_list li{
		margin-top: 30px;
		width: 32%;
		max-width: 370px;
	}
}
.top_lineup_list li{
	background: #FFFFFF;
	transition: all .3s;
}
.top_lineup_list li:hover{
	background: #F4EBD0;
}
.top_lineup_list li a{
	text-decoration: none;
	color: #333;
}
.top_lineup_list li .lineup_box{
	padding: 20px;
}
.top_lineup_list li .lineup_box .photo{
	width: 100%;
	aspect-ratio: 10 / 6.3;
	overflow: hidden;
}
.top_lineup_list li .lineup_box .photo > img{
	width: 100%;
    height: 100%;
    object-fit: cover;
	transition: all .3s;
}
.top_lineup_list li:hover .lineup_box .photo > img{
	transform:scale(1.1,1.1);
}
.top_lineup_list li .lineup_box .lineup_kind{
	margin-top: 1.5em;
}
.top_lineup_list li .lineup_box .lineup_kind span{
	border: 1px solid #DB963E;
	color: #DB963E;
	padding: 0.3em 1em;
	font-size: 1.8rem;
}
/*お客様の声*/
.top_bg_voice{
	background: linear-gradient(#EEECE9 50%, #F4EBD0 50%, #F4EBD0 100%);
}
.top_voice{
	margin: auto;
	max-width: 1050px;
	padding: 0 40px;
}
.top_voice a.bn_voice{
	display: block;
	background: #FFF;
	padding: 30px 30px 0 30px;
}
.top_voice a.bn_voice:hover{
	background: #EACE98;
}
/*住宅ローンに関するご相談*/
.top_bg_consultation{
	background-image: url("images/top/bg_consultation.png");
	background-repeat: no-repeat;
	background-size: 4% auto;
	background-position: left 20px center;
}
.top_consul_img{
	margin: 30px auto auto;
	max-width: 332px;
}
@media print, screen and (min-width: 769px) {
	.top_consultation_list{
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		max-width: 810px;
		margin: 20px auto auto;
	        list-style: none;
	}
	.top_consultation_list li{
		width: 50%;
		padding: 20px 15px 0 15px;
	}
}
.top_consultation_list li .box{
	background: url("images/top/bg_consultation_box.png") no-repeat center center;
	background-size: contain;
}
.top_consultation_list li .box div{
	width: 100%;
	font-size: 1.8rem;
	padding: 1.8em 2.5em 2em 2.5em;
}
.top_consultation_point{
	max-width: 770px;
	margin: 50px auto auto;
	padding: 50px 16%;
	text-align: center;
	background-color: #EACE98;
	background-image: url("images/top/bg_consultation_point1.png"), url("images/top/bg_consultation_point2.png");
	background-repeat: no-repeat, no-repeat;
	background-position: left 20px center, right 20px center;
	background-size: 15% auto, 15% auto;
}
/*土地分譲情報*/
.top_bg_land_sale{
	background-image: url("images/top/bg_land_sale.png"), url("images/top/bg_land_sale_info.png");
	background-repeat: no-repeat, no-repeat;
	background-size: 4% auto, 4% auto;
	background-position: left 20px top 30%, right 20px top 60%;
}
@media print, screen and (min-width: 769px) {
	.top_sale_list{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-around;
		margin-top: 50px;
		max-width: 1150px;
        	list-style: none;
	}
	.top_sale_list li{
		width: 47%;
	}
	.top_sale_list li:nth-child(odd){
		padding-top: 7%;
	}
}
.top_sale_list li a{
	color: #333;
}
.top_sale_list li .sale_box{
	width: 100%;
	aspect-ratio: 10 / 10;
	position: relative;
	overflow: hidden;
}
.top_sale_list li .sale_box img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all .3s;
}
.top_sale_list li a:hover .sale_box img{
	transform:scale(1.1,1.1);
}
.top_sale_list li a:hover .property_item_soldout::after {
  background-color: rgba(255, 255, 255, 0.8);
}
.top_sale_list li .sale_box .text{
	position: absolute;
	bottom: 0;
	background: rgba(255,255,255,0.80);
	padding: 1em 2em;
	width: 100%;
}
.top_sale_list li .sale_box .text .title{
	font-weight: 600;
	margin-bottom: 0.5em;
}
.top_sale_list li .sale_box .text span{
	border: 1px solid #333;
	padding: 0.2em 0.5em;
}
.top_sale_list li .sale_box .text span.plan{
	margin-left: 1em;
}

@media screen and (max-width: 768px) {
	.top_wrap{
		padding-top: 50px;
	}
	.top_main{
		height: 480px;
		background: url("images/top/top_main_sp.jpg") no-repeat center center;
	}
	.top_main .main_catch{
		padding: 0 20px;
		max-width: 325px;
	}


    .top_main .main_wrap{
        width: 100%;
	    height: 480px;
        margin: auto;
    }
    .top_main .main_wrap .logo40th{
        background: rgba(0,0,0,0.30);
        padding: 5px 20px;
    }
    .top_main .main_wrap .logo40th img{
        display: block;
        width: 268px;
        margin: auto;
    }
    .top_main .main_wrap .main_catch2{
        margin: 20px auto auto;
		padding: 0 20px;
		max-width: 325px;
    }


	.scroll_down{
		display: none;
	}
	.top_main_banner {
		padding: 0 20px;
	}
	.top_main_bottom{
		padding: 50px 0 50px 0;
	}
	.top_main_bottom .tmb_en{
		font-size: 1.8rem;
	}
	.top_main_bottom .tmb_text{
		margin-top: 10px;
		font-size: 2.0rem;
	}
	.top_wrap_nomal{
		padding: 50px 20px;
	}
	h2.top_sub_title{
		font-size: 1.8rem;
	}
	h2.top_sub_title span{
		font-size: 1.8rem;
	}

/*目的別ボタン*/
    ul.top_btn_link{
        max-width: 400px;
        margin: auto;
        flex-wrap: wrap;
        padding: -10px 0;
    }
    ul.top_btn_link li{
        width: 50%;
        padding: 10px;
    }
    ul.top_btn_link li a{
        height: 100px;
        padding-top: 15px;
        font-size: 1.4rem;
        background: #FAE34C url("images/top/arrow_btnlist.png") no-repeat center bottom 15px;
        background-size: 10px auto;
    }
    ul.top_btn_link li a:hover{
        background: #FFFF00 url("images/top/arrow_btnlist.png") no-repeat center bottom 15px;
        background-size: 10px auto;
    }
    ul.top_btn_link li a span.lg{
        font-size: 1.8rem;
    }

	.top_feature_list{
		margin: auto;
		max-width: 338px;
        	list-style: none;
	}
	.top_feature_list li{
		margin-top: 20px;
	}
	.top_event_list{
		margin: auto;
		max-width: 360px;
	        list-style: none;
	}
	.top_event_list li{
		margin-top: 20px;
	}
	.top_event_list li .event_box .event_kind span{
		font-size: 1.4rem;
	}
	/*施工事例　スライダー*/
	.slider_construction{
		margin-top: 30px;
	        list-style: none;
	}
	.slider_construction .slick-slide{
		width: 480px;
		margin: 0 10px;
	}
	.slider_construction .slick-slide .slide_photo{
		width: 480px;
		height: 290px;
	}
	.slider_construction .slick-arrow{
		width: 40px;
		height: 40px;
	}
	.slider_construction .slick-next{
		right: 20px;
	}
	.slider_construction .slick-prev{
		left: 20px;
	}
	/* 商品ラインナップ */
	.top_lineup_list{
		margin: auto;
		max-width: 360px;
                list-style: none;
	}
	.top_lineup_list li{
		margin-top: 20px;
	}
	.top_lineup_list li .lineup_box .lineup_kind span{
		font-size: 1.4rem;
	}
	/*お客様の声*/
	.top_voice{
		max-width: 340px;
		padding: 0 20px;
	}
	.top_voice a.bn_voice{
		padding: 20px;
	}
	/*住宅ローンに関するご相談*/
	.top_consul_img{
		margin: 20px auto auto;
		max-width: 200px;
	}
	.top_consultation_list{
		margin: auto;
		max-width: 300px;
        	list-style: none;
	}
	.top_consultation_list li{
		margin-top: 20px;
		padding: 0;
	}
	.top_consultation_list li .box div{
		font-size: 1.2rem;
	}
	.top_consultation_point{
		margin: 30px auto auto;
		padding: 20px 80px 50px 80px;
		background-position: left 10px bottom 10px, right 10px bottom 10px;
		background-size: 70px auto, 70px auto;
		max-width: 480px;
	}
	/*土地分譲情報*/
	.top_sale_list{
		max-width: 300px;
		margin: auto;
                list-style: none;
	}
	.top_sale_list li{
		margin-top: 20px;
	}
}
@media screen and (max-width: 488px) {
	.top_bg_feature{
		background-image: none;
	}
	.top_feature_list{
		max-width: 260px;
	        list-style: none;
	}
	.top_bg_event{
		background-image: none;
	}
	.top_event_list{
		max-width: 300px;
	        list-style: none;
	}
	/*施工事例　スライダー*/
	.slider_construction{
		margin-top: 30px;
        	list-style: none;
	}
	.slider_construction .slick-slide{
		width: 300px;
		margin: 0 5px;
	}
	.slider_construction .slick-slide .slide_photo{
		width: 300px;
		height: 180px;
	}
	.slider_construction .slick-arrow{
		width: 30px;
		height: 30px;
	}
	.slider_construction .slick-next{
		right: 10px;
	}
	.slider_construction .slick-prev{
		left: 10px;
	}
	.top_lineup_list{
		max-width: 300px;
        	list-style: none;
	}
	.top_consultation_point{
		padding: 20px 50px 70px 50px;;
		background-size: 70px auto, 70px auto;
	}
	.top_bg_land_sale{
		background-image: none;
	}
}
/* =====================================
家づくりのコンセプト
======================================== */
@media print, screen and (min-width: 769px) {
	.concept_info_wrap{
		margin: 60px auto auto;
		max-width: 1280px;
		padding: 0 50px;
		display: flex;
		justify-content: space-between;
	}
	.concept_info_wrap .concept_info_text{
		width: 50%;
	}
	.concept_info_wrap .concept_info_image{
		width: 50%;
		padding-left: 90px;
	}
}
.concept_info_wrap .concept_info_text p span{
	color: #DB963E;
}
.concept_features_wrap{
	max-width: 1180px;
	margin: auto;
	padding: 80px 40px;
}
.concept_features_wrap ul, .concept_features_wrap ol{
	list-style: none;
}
h2.concept_sub_title{
	font-family: 'Kaisei Opti', serif;
	text-align: center;
	font-size: 3.4rem;
	line-height: 1.4;
}
h2.concept_sub_title span{
	font-family: 'Parisienne', cursive;
	display: block;
	color: #DB963E;
	font-size: 2.8rem;
	line-height: 1;
}
@media print, screen and (min-width: 769px) {
	.concept_feature_list{
		display: flex;
		justify-content: space-between;
		margin-top: 30px;
	}
	.concept_feature_list li{
		width: 30%;
		max-width: 338px;
	}
}
.concept_feature_list li a.feature{
	display: block;
	width: 100%;
	aspect-ratio: 10 / 7;
	background-repeat: no-repeat;
	background-size: contain;
	text-indent: -9999px;
	transition: all .3s;
}
.concept_feature_list li a.f01{
	background-image: url("images/concept/feature01.png");
}
.concept_feature_list li a.f01:hover{
	background-image: url("images/concept/feature01_on.png");
}
.concept_feature_list li a.f02{
	margin-top: 20px;
	background-image: url("images/concept/feature02.png");
}
.concept_feature_list li a.f02:hover{
	background-image: url("images/concept/feature02_on.png");
}
.concept_feature_list li a.f03{
	background-image: url("images/concept/feature03.png");
}
.concept_feature_list li a.f03:hover{
	background-image: url("images/concept/feature03_on.png");
}
.concept_feature_list li .text{
	text-align: center;
	margin-top: 1em;
}
@media screen and (max-width: 768px) {
	.concept_info_wrap{
		margin-top: 30px;
		padding: 0 20px;
	}
	.concept_info_wrap .concept_info_image{
		max-width: 480px;
		margin: 20px auto auto;
	}
	.concept_features_wrap{
		padding: 50px 20px;
	}
	h2.concept_sub_title{
		font-size: 1.8rem;
	}
	h2.concept_sub_title span{
		font-size: 1.8rem;
	}
	.concept_feature_list{
		margin: auto;
		max-width: 338px;
	}
	.concept_feature_list li{
		margin-top: 20px;
	}
}
/* =====================================
保証・アフターサービス
======================================== */
.warranty_wrap{
	max-width: 1260px;
	margin: auto;
	padding: 70px 40px;
}
@media print, screen and (min-width: 769px) {
	.warranty_list{
		display: flex;
		justify-content: space-between;
		margin: auto;
	        list-style: none;
	}
	.warranty_list li{
		width: 24%;
		max-width: 260px;
	}
}
.warranty_list li a.warranty{
	display: block;
	width: 100%;
	aspect-ratio: 10 / 9;
	background-repeat: no-repeat;
	background-size: contain;
	text-indent: -9999px;
	transition: all .3s;
}
.warranty_list li a.w01{
	background-image: url("images/warranty/warranty01.png");
}
.warranty_list li a.w01:hover{
	background-image: url("images/warranty/warranty01_on.png");
}
.warranty_list li a.w02{
	margin-top: 20px;
	background-image: url("images/warranty/warranty02.png");
}
.warranty_list li a.w02:hover{
	background-image: url("images/warranty/warranty02_on.png");
}
.warranty_list li a.w03{
	background-image: url("images/warranty/warranty03.png");
	margin-top: 20px;
}
.warranty_list li a.w03:hover{
	background-image: url("images/warranty/warranty03_on.png");
}
.warranty_list li a.w04{
	background-image: url("images/warranty/warranty04.png");
}
.warranty_list li a.w04:hover{
	background-image: url("images/warranty/warranty04_on.png");
}
.warranty_box{
	margin-top: 70px;
	border: 1px solid #DB963E;
	padding: 50px 60px;
}
.warranty_box h2.warranty_subtitle{
	font-size: 3.4rem;
	font-family: "Kaisei Opti", serif;
	margin-bottom: 20px;
	display: flex;
	align-items: center;
}
.warranty_box h2.warranty_subtitle::before{
	content: "";
	width: 40px;
	height: 40px;
	display: inline-block;
	background-repeat: no-repeat;
	background-size: contain;
	margin-right: 20px;
}
.warranty_box h2.warranty_subtitle.w01::before{
	background-image: url("images/warranty/icon_warranty01.png");
}
.warranty_box h2.warranty_subtitle.w02::before{
	background-image: url("images/warranty/icon_warranty02.png");
}
.warranty_box h2.warranty_subtitle.w03::before{
	background-image: url("images/warranty/icon_warranty03.png");
}
.warranty_box h2.warranty_subtitle.w04::before{
	background-image: url("images/warranty/icon_warranty04.png");
}
.warranty_box h3.warranty_subtitle{
	margin-top: 1em;
}
.warranty_box .warranty_lead{
	font-size: 2.6rem;
	font-family: "Kaisei Opti", serif;
	margin-bottom: 20px;
}
.warranty_box h3.warranty_subtitle_or{
	font-size: 2.0rem;
    font-weight: 500;
    position: relative;
    display: block;
    padding-left: 2em;
    margin-top: 2em;
}
.warranty_box h3.warranty_subtitle_or::before{
    position: absolute;
    top: 0.5em;
    left: 0;
    display: block;
    width: 1em;
    height: 1em;
    background: #D67800;
    content: "";
}
.warranty_box h4.warranty_subtitle{
    background: #F5F5F5;
    padding: 0.2em 1em;
    margin-top: 3em;
}
.warranty_img_mt{
    margin-top: 30px;
}
p.warranty_attention{
    margin-top: 2em;
    font-size: 1.4rem;
}
@media print, screen and (min-width: 769px) {
    .warranty_detail{
        max-width: 970px;
    }
    .warranty_detail2{
        max-width: 820px;
    }
	.warranty_gg_list{
		margin-top: 10px;
		display: flex;
		justify-content: space-between;
	        list-style: none;
	}
	.warranty_gg_list li{
		width: 30%;
	}
}
@media screen and (max-width: 768px) {
	.warranty_wrap{
		padding: 30px 20px;
	}
	.warranty_list{
		margin: auto;
		max-width: 260px;
	        list-style: none;
	}
	.warranty_list li{
		margin-top: 20px;
	}
	.warranty_box{
		margin: 30px auto auto;
		padding: 20px 20px;
		max-width: 480px;
	}
	.warranty_box h2.warranty_subtitle{
		font-size: 1.6rem;
		margin-bottom: 10px;
	}
	.warranty_box h2.warranty_subtitle::before{
		width: 20px;
		height: 20px;
		margin-right: 10px;
	}
	.warranty_box h3.warranty_subtitle{
		text-align: center;
	}
    .warranty_box .warranty_lead{
        font-size: 1.4rem;
        margin-bottom: 10px;
    }
    .warranty_box h3.warranty_subtitle_or{
        font-size: 1.4rem;
    }
    .warranty_box h4.warranty_subtitle{
        margin-top: 2em;
    }
    .warranty_img_mt{
        margin: 20px auto auto;
        max-width: 480px;
    }
    p.warranty_attention{
        margin-top: 2em;
        font-size: 1.0rem;
    }
	.warranty_gg_list{
		max-width: 240px;
		margin: auto;
	        list-style: none;
	}
	.warranty_gg_list li{
		margin-top: 10px;
	}
}
/* =====================================
プラン
======================================== */
.plan_wrap{
	max-width: 1260px;
	margin: auto;
	padding: 70px 40px;
}
.plan_wrap ul.plan_list{
	display: flex;
	flex-wrap: wrap;
	margin-left: -3%;
	list-style: none;
}
.plan_wrap ul.plan_list li{
	margin-top: 50px;
	width: 33.333%;
	padding-left: 3%;
}
.plan_wrap ul.plan_list li a{
	text-decoration: none;
	color: #333;
}
.plan_wrap ul.plan_list li .plan_item_image{
	display: block;
	width: 100%;
	aspect-ratio: 10 / 8;
	overflow: hidden;
}
.plan_wrap ul.plan_list li .plan_item_image img{
	width: 100%;
    height: 100%;
    object-fit: cover;
	transition: all .3s;
}
@media print, screen and (min-width: 769px) {
	.plan_wrap ul.plan_list li a:hover .plan_item_image img{
		transform:scale(1.1,1.1);
	}
}
/*プラン詳細*/
.plan_wrap .plan_detail_main{
	text-align: center;
}
.plan_wrap h2.plan_detail_outline{
	background: #F4EBD0;
	padding: 20px;
	text-align: center;
	font-size: 2.4rem;
}
.plan_wrap h2.plan_detail_outline span{
	color: #DB963E;
	font-size: 5.0rem;
	line-height: 1;
	margin-right: 0.1em;
}
.plan_wrap .recommend_box{
	margin-top: 90px;
	border: 1px solid #DB963E;
	padding: 40px 20px 30px 20px;
	text-align: center;
	position: relative;
}
.plan_wrap .recommend_box ul{
	list-style: none;
}
.plan_wrap .recommend_box .recommend_title{
	text-align: center;
	font-size: 2.4rem;
	position: absolute;
	top: -1em;
	left: 50%;
	transform: translateX(-50%);
}
.plan_wrap .recommend_box .recommend_title span{
	background: #FFF;
	padding: 0 1em;
}
.plan_wrap .recommend_box ul{
	display: inline-block;
	margin: auto;
	text-align: left;
}
.plan_wrap .recommend_box ul li{
	background: url("images/plan/icon_check.png") no-repeat top 10px left;
	background-size: 24px auto;
	padding-left: 40px;
	font-size: 1.8rem;
}

.plan_wrap .vr_box {
	margin-top: 50px;
}
.plan_wrap .vr_box iframe {
	max-width: 100%;
	width: 100%;
	height: auto;
	/* height: 480px; */
	aspect-ratio: 16 / 8;
}
@media (max-width: 768px) {
	.plan_wrap .vr_box {
		margin-top: 20px;
	}
	.plan_wrap .vr_box iframe {
		aspect-ratio: 5 / 4;
	}
}
.plan_wrap .plan_detail_plan{
	margin-top: 50px;
	text-align: center;
}
@media print, screen and (min-width: 769px) {
	.plan_wrap .plan_detail_plan.plan8 img{
		width: 100%;
		max-width: 860px;
	}
	.plan_wrap .plan_detail_plan.plan9 img{
		width: 100%;
		max-width: 795px;
	}
}
.plan_wrap ul.plan_point_list{
	margin-top: 50px;
	background: #F5F5F5;
	padding: 50px 100px;
	list-style: none;
}
.plan_wrap ul.plan_point_list li{
	margin-top: 30px;
}
.plan_wrap ul.plan_point_list li:first-child{
	margin-top: 0;
}
.plan_wrap ul.plan_point_list li h3{
	font-size: 2.4rem;
	background: url("images/plan/icon_point.png") no-repeat top left;
	background-size: auto 1.4em;
	padding-left: 70px;
	line-height: 1.4;
}
.plan_wrap ul.plan_point_list li h3 span{
	background: linear-gradient(transparent 70%, #FAE34C 70%);
}
.plan_wrap ul.plan_point_list li p{
	margin-top: 1em;
	padding-left: 80px;
}
@media screen and (max-width: 768px) {
	.plan_wrap{
		padding: 30px 20px;
	}
	.plan_wrap ul.plan_list{
		margin-left: -4%;
	}
	.plan_wrap ul.plan_list li{
		margin-top: 30px;
		width: 50%;
		padding-left: 4%;
	}
	/*プラン詳細*/
	.plan_wrap h2.plan_detail_outline{
		padding: 10px 20px;
		font-size: 1.4rem;
	}
	.plan_wrap h2.plan_detail_outline span{
		font-size: 2.0rem;
	}
	.plan_wrap .recommend_box{
		margin-top: 40px;
		padding: 20px 10px 15px 10px;
	}
	.plan_wrap .recommend_box .recommend_title{
		font-size: 1.4rem;
	}
	.plan_wrap .recommend_box .recommend_title span{
		white-space: nowrap;
	}
	.plan_wrap .recommend_box ul li{
		background: url("images/plan/icon_check.png") no-repeat top 5px left;
		background-size: 14px auto;
		padding-left: 20px;
		font-size: 1.2rem;
	}
	.plan_wrap .plan_detail_plan{
		margin-top: 20px;
	}
	.plan_wrap ul.plan_point_list{
		margin-top: 20px;
		padding: 20px 20px;
	}
	.plan_wrap ul.plan_point_list li{
		margin-top: 15px;
	}
	.plan_wrap ul.plan_point_list li h3{
		font-size: 1.4rem;
		padding-left: 40px;
	}
	.plan_wrap ul.plan_point_list li p{
		padding-left: 40px;
		font-size: 1.2rem;
	}
}
/* =====================================
施工事例
======================================== */
.works_wrap_upper{
	width: 100%;
	margin: 60px auto auto;
}
.works_pickup_wrap{
	margin-top: 70px;
	padding: 80px 40px;
	background: #F4EBD0;
}
.works_pickup_wrap .works_pickup_inner{
	max-width: 1180px;
	margin: auto;
}
@media print, screen and (min-width: 769px) {
	.works_pickup_wrap ul.works_pickup_list{
		display: flex;
		margin-left: -3%;
		list-style: none;
	}
	.works_pickup_wrap ul.works_pickup_list li{
		width: 33.333%;
		padding-left: 3%;
	}
}
.works_pickup_wrap ul.works_pickup_list li a{
	text-decoration: none;
	color: #333;
	display: block;
	position: relative;
}
.works_pickup_wrap ul.works_pickup_list li .works_pickup_icon{
	position: absolute;
	top: -10px;
	left: 10px;
	z-index: 2;
	width: 25%;
	max-width: 94px;
}
.works_pickup_wrap ul.works_pickup_list li .works_item_image{
	display: block;
	width: 100%;
	aspect-ratio: 10 / 8;
	overflow: hidden;
}
.works_pickup_wrap ul.works_pickup_list li .works_item_image img{
	width: 100%;
    height: 100%;
    object-fit: cover;
	transition: all .3s;
}
@media print, screen and (min-width: 769px) {
	.works_pickup_wrap ul.works_pickup_list li a:hover .works_item_image img{
		transform:scale(1.1,1.1);
	}
}
.works_wrap{
	max-width: 1260px;
	margin: auto;
	padding: 30px 40px;
}
.works_wrap ul.works_list{
	display: flex;
	flex-wrap: wrap;
	margin-left: -3%;
	list-style: none;
}
.works_wrap ul.works_list li{
	margin-top: 50px;
	width: 33.333%;
	padding-left: 3%;
}
.works_wrap ul.works_list li a{
	text-decoration: none;
	color: #333;
}
.works_wrap ul.works_list li .works_item_image{
	display: block;
	width: 100%;
	aspect-ratio: 10 / 8;
	overflow: hidden;
}
.works_wrap ul.works_list li .works_item_image img{
	width: 100%;
    height: 100%;
    object-fit: cover;
	transition: all .3s;
}
@media print, screen and (min-width: 769px) {
	.works_wrap ul.works_list li a:hover .works_item_image img{
		transform:scale(1.1,1.1);
	}
}
@media screen and (max-width: 768px) {
	.works_wrap_upper{
		margin: 30px auto auto;
	}
	.works_pickup_wrap{
		margin-top: 20px;
		padding: 30px 20px;
	}
	.works_pickup_wrap .works_pickup_inner{
		max-width: 360px;
	}
	.works_pickup_wrap ul.works_pickup_list li{
		margin-top: 20px;
	}
	.works_pickup_wrap ul.works_pickup_list li:first-child{
		margin-top: 0;
	}
	.works_pickup_wrap ul.works_pickup_list li .works_pickup_icon{
		max-width: 60px;
	}
	.works_wrap{
		padding: 10px 20px 50px 20px;
	}
	.works_wrap ul.works_list{
		margin-left: -4%;
	}
	.works_wrap ul.works_list li{
		margin-top: 30px;
		width: 50%;
		padding-left: 4%;
	}
}
/* =====================================
single column page
======================================== */
.column_wrap{
    max-width: 1260px;
    margin: auto;
    padding: 70px 40px;
}
.column_wrap ul.column_list{
    display: flex;
    flex-wrap: wrap;
    margin-left: -5%;
}
.column_wrap ul.column_list li{
    margin-top: 50px;
    width: 50%;
    padding-left: 5%;
    display: flex;
}
.column_wrap ul.column_list li a{
    background: #F5F5F5;
    text-decoration: none;
    color: #333;
    padding: 30px;
}
@media print, screen and (min-width: 769px) {
    .column_wrap ul.column_list li a{
        display: flex;
    }
    .column_wrap ul.column_list li a:hover{
        background: #F4EBD0;
    }
    .column_wrap ul.column_list li a .column_item_image{
        width: 50%;
        padding-right: 15px;
    }
    .column_wrap ul.column_list li a .column_item_title{
        width: 50%;
        padding-left: 15px;
    }
}
.column_wrap ul.column_list li a .column_item_image .image_wrap{
    width: 100%;
    aspect-ratio: 10 / 8;
    overflow: hidden;
    background: #FFF;
}
.column_wrap ul.column_list li a .column_item_image .image_wrap img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: all .3s;
}
@media print, screen and (min-width: 769px) {
    .column_wrap ul.column_list li a:hover .column_item_image img{
        transform:scale(1.1,1.1);
    }
}
.column_wrap_upper{
    width: 100%;
    margin: 60px auto auto;
}
.column_detail_main_wrap{
    padding: 80px 40px;
    background: #F5F5F5;
}
.column_detail_main_wrap .column_detail_inner{
    max-width: 1080px;
    margin: auto;
}
.column_detail_main_wrap .column_detail_inner h2.column_title{
    color: #D67800;
    font-size: 3.2rem;
}
.column_detail_main_wrap .column_detail_inner .column_image{
    margin-top: 40px;
    text-align: center;
}
@media screen and (max-width: 768px) {
    .column_wrap{
        padding: 30px 20px 50px 20px;
    }
    .column_wrap ul.column_list li{
        margin-top: 20px;
    }
    .column_wrap ul.column_list li a{
        padding: 15px;
        display: block;
    }
    .column_wrap ul.column_list li a .column_item_title{
        margin-top: 10px;
    }
}
/* =====================================
お客様の声
======================================== */
.voice_wrap{
	max-width: 1260px;
	margin: auto;
	padding: 70px 40px;
}
.voice_wrap ul.voice_list{
	display: flex;
	flex-wrap: wrap;
	margin-left: -5%;
}
.voice_wrap ul.voice_list li{
	margin-top: 50px;
	width: 50%;
	padding-left: 5%;
	display: flex;
}
.voice_wrap ul.voice_list li a{
	background: #F5F5F5;
	text-decoration: none;
	color: #333;
	padding: 30px;
}
@media print, screen and (min-width: 769px) {
	.voice_wrap ul.voice_list li a{
		display: flex;
	}
	.voice_wrap ul.voice_list li a:hover{
		background: #F4EBD0;
	}
	.voice_wrap ul.voice_list li a .voice_item_image{
		width: 50%;
		padding-right: 15px;
	}
	.voice_wrap ul.voice_list li a .voice_item_title{
		width: 50%;
		padding-left: 15px;
	}
}
.voice_wrap ul.voice_list li a .voice_item_image .image_wrap{
	width: 100%;
	aspect-ratio: 10 / 8;
	overflow: hidden;
	background: #FFF;
}
.voice_wrap ul.voice_list li a .voice_item_image .image_wrap img{
	width: 100%;
    height: 100%;
    object-fit: contain;
	transition: all .3s;
}
@media print, screen and (min-width: 769px) {
	.voice_wrap ul.voice_list li a:hover .voice_item_image img{
		transform:scale(1.1,1.1);
	}
}
/* お客様の声詳細 */
.voice_wrap_upper{
	width: 100%;
	margin: 60px auto auto;
}
.voice_detail_main_wrap{
	padding: 80px 40px;
	background: #F5F5F5;
}
.voice_detail_main_wrap .voice_detail_inner{
	max-width: 1080px;
	margin: auto;
}
.voice_detail_main_wrap .voice_detail_inner h2.voice_title{
	color: #D67800;
	font-size: 3.2rem;
}
.voice_detail_main_wrap .voice_detail_inner .voice_image{
	margin-top: 40px;
	text-align: center;
	
}
@media screen and (max-width: 768px) {
	.voice_wrap{
		padding: 30px 20px 50px 20px;
	}
	.voice_wrap ul.voice_list li{
		margin-top: 20px;
	}
	.voice_wrap ul.voice_list li a{
		padding: 15px;
		display: block;
	}
	.voice_wrap ul.voice_list li a .voice_item_title{
		margin-top: 10px;
	}
	/* お客様の声詳細 */
	.voice_wrap_upper{
		margin: 30px auto auto;
	}
	.voice_detail_main_wrap{
		padding: 30px 20px;
	}
	.voice_detail_main_wrap .voice_detail_inner h2.voice_title{
		font-size: 1.6rem;
	}
	.voice_detail_main_wrap .voice_detail_inner .voice_image{
		margin-top: 20px;
	}
}
/* =====================================
プライバシーポリシー
======================================== */
.privacy_wrap{
	max-width: 1180px;
	margin: auto;
	padding: 70px 40px 100px 40px;
}
.privacy_wrap ul{
	list-style: none;
}
.privacy_wrap h2.privacy_subtitle{
	color: #D67800;
	font-size: 2.2rem;
	margin-top: 2em;
}
.privacy_wrap h2.privacy_subtitle:first-child{
	margin-top: 0;
}
.privacy_wrap p{
	margin-top: 1em;
}
.privacy_wrap ul.privacy_list{
	margin-top: 1em;
	padding-left: 1em;
}
.privacy_wrap ul.privacy_list.second{
	margin: 1em auto;
}
.privacy_wrap ul.privacy_list.number{
	list-style: decimal;
}
@media screen and (max-width: 768px) {
	.privacy_wrap{
		padding: 30px 20px 50px 20px;
	}
	.privacy_wrap h2.privacy_subtitle{
		font-size: 1.4rem;
	}
}
/* =====================================
イベント情報
======================================== */
.event_wrap{
	max-width: 1260px;
	margin: auto;
	padding: 70px 40px;
}
.event_wrap ul.event_list{
	display: flex;
	flex-wrap: wrap;
	margin-left: -5%;
}
.event_wrap ul.event_list li{
	margin-top: 50px;
	width: 50%;
	padding-left: 5%;
	display: flex;
}
.event_wrap ul.event_list li a{
	background: #F5F5F5;
	text-decoration: none;
	color: #333;
	padding: 30px;
}
@media print, screen and (min-width: 769px) {
	.event_wrap ul.event_list li a{
		display: flex;
	}
	.event_wrap ul.event_list li a:hover{
		background: #F4EBD0;
	}
	.event_wrap ul.event_list li a .event_item_image{
		width: 50%;
		padding-right: 20px;
	}
	.event_wrap ul.event_list li a .event_item_title{
		width: 50%;
		padding-left: 20px;
	}
}
.event_wrap ul.event_list li a .event_item_image .image_wrap{
	width: 100%;
	aspect-ratio: 10 / 10;
	overflow: hidden;
	background: #FFF;
}
.event_wrap ul.event_list li a .event_item_image .image_wrap img{
	width: 100%;
    height: 100%;
    object-fit: contain;
	transition: all .3s;
}
.event_wrap ul.event_list li a .event_item_title .event_kind{
	display: inline-block;
	font-size: 1.8rem;
	color: #DB963E;
	border: 1px solid #DB963E;
	padding: 0 0.5em;
	margin-bottom: 10px;
}
@media print, screen and (min-width: 769px) {
	.event_wrap ul.event_list li a:hover .event_item_image img{
		transform:scale(1.1,1.1);
	}
}
/* イベント詳細 */
.event_wrap .event_detail_box{
	margin-top: 70px;
	border: 1px solid #DB963E;
}
.event_detail_box h2.event_item_title{
	padding: 0.7em 5%;
	background: #F4EBD0;
	font-size: 2.8rem;
	color: #DB963E;
}
.event_detail_box .event_detail_body{
	padding: 50px 5%;
}
@media print, screen and (min-width: 769px) {
	.event_detail_box .event_detail_body .event_detail_outline,
	.event_detail_box .event_detail_body .event_detail_explanation{
		display: flex;
	}
	.event_detail_box .event_detail_body .event_detail_outline .event_item_img1,
	.event_detail_box .event_detail_body .event_detail_explanation .event_item_img2{
		width: 50%;
		padding-right: 2.5%
	}
	.event_detail_box .event_detail_body .event_detail_outline .event_item_outline,
	.event_detail_box .event_detail_body .event_detail_explanation .event_item_explanation{
		width: 50%;
		padding-left: 2.5%
	}
}
.event_detail_box .event_detail_body .event_detail_outline .event_item_outline .text{
	border-bottom: 1px solid #CCC;
	padding-bottom: 1em;
	margin-bottom: 1em;
	display: flex;
	align-items: flex-start;
}
.event_detail_box .event_detail_body .event_detail_outline .event_item_outline .text .item_title{
	border: 1px solid #DB963E;
	width: 80px;
	text-align: center;
	color: #DB963E;
	margin-right: 1em;
}
.event_detail_box .event_detail_body .event_detail_outline .event_item_outline .event_map{
	margin-top: 30px;
}
.event_detail_box .event_detail_body .event_detail_outline .event_item_outline .event_map iframe{
	width: 100%;
	height: 340px;
}
.event_detail_box .event_detail_body .event_detail_explanation{
	margin-top: 50px;
	word-break: break-all;
}
.event_detail_box .btn_area{
	margin: 30px auto auto;
}
@media screen and (max-width: 768px) {
	.event_wrap{
		padding: 30px 20px 50px 20px;
	}
	.event_wrap ul.event_list li{
		margin-top: 20px;
	}
	.event_wrap ul.event_list li a{
		padding: 15px;
		display: block;
	}
	.event_wrap ul.event_list li a .event_item_title .event_kind{
		font-size: 1.2rem;
		margin-top: 20px;
	}
	/* イベント詳細 */
	.event_wrap .event_detail_box{
		margin-top: 30px;
	}
	.event_detail_box h2.event_item_title{
		font-size: 1.4rem;
	}
	.event_detail_box .event_detail_body{
		padding: 20px 20px;
	}
	.event_detail_box .event_detail_body .event_detail_outline .event_item_img1,
	.event_detail_box .event_detail_body .event_detail_explanation .event_item_img2{
		text-align: center;
	}
	.event_detail_box .event_detail_body .event_detail_outline .event_item_outline{
		margin-top: 20px;
	}
	.event_detail_box .event_detail_body .event_detail_outline .event_item_outline .text .item_title{
		width: 40px;
	}
	.event_detail_box .event_detail_body .event_detail_outline .event_item_outline .event_map{
		margin-top: 20px;
	}
	.event_detail_box .event_detail_body .event_detail_explanation{
		margin-top: 30px;
	}
	.event_detail_box .event_detail_body .event_detail_explanation .explanation_text{
		margin-top: 20px;
	}
	.event_detail_box .btn_area{
		margin: 20px auto auto;
	}
}
@media screen and (max-width: 480px) {
	.event_detail_box .event_detail_body .event_detail_outline .event_item_outline .event_map iframe{
		width: 100%;
		height: 220px;
	}
}

/*! staff */
.staff_list {
	margin: 60px auto auto;
	max-width: 1280px;
	padding: 0 50px;
	display: flex;
	flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .staff_list {
    padding: 0 20px 50px;
    margin-top: 30px;
	  max-width: 480px;
  }
}

.staff_item {
	display: block;
	width: 32%;
	padding: 20px 20px 55px 20px;
	margin-bottom: 40px;
	margin-right: 2%;
	text-decoration: none;
	position: relative;
}
.staff_list .staff_item:nth-of-type(3n){
	margin-right: 0;
}
@media screen and (max-width: 768px) {
  .staff_item {
    width: 100%;
	margin-right: 0;
  }
}
.staff_item:hover {
  text-decoration: none;
}
.staff_item:hover img {
  -webkit-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
}
.staff_item:hover .staff_item_arrow {
  background-color: #FFFF00;
}
.staff_item:nth-of-type(even) {
  background-color: #F5F5F5;
}
.staff_item:nth-of-type(odd) {
  background-color: #F4EBD0;
}
.staff_item_image {
	width: 100%;
	aspect-ratio: 1 / 1;
  overflow: hidden;
  margin-bottom: 20px;
}
.staff_item_image img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 0 -20px;
     object-position: 0 -20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.staff_item_position {
  font-family: "Kaisei Opti", serif;
  font-size: 1.8rem;
  line-height: 1;
  display: inline-block;
  padding: 6px 10px;
  color: #DB963E;
  border: 1px solid #DB963E;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .staff_item_position {
    font-size: 1.2rem;
  }
}
.staff_item_name {
  font-size: 2.6rem;
  font-weight: normal;
  line-height: 1.3;
  color: initial;
}
@media screen and (max-width: 768px) {
  .staff_item_name {
    font-size: 1.8rem;
  }
}
.staff_item_arrow {
  background-color: #FAE34C;
  width: 55px;
  height: 55px;
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.staff_item_arrow span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.staff_item_arrow span::before {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  left: -8px;
  width: 15px;
  height: 1px;
  background: #333;
}
.staff_item_arrow span::after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 7px;
  height: 7px;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.staff_detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 60px auto auto;
  max-width: 1280px;
  padding: 0 50px;
}
@media screen and (max-width: 768px) {
  .staff_detail {
    padding: 0 20px 50px;
    margin-top: 30px;
  }
}
.staff_detail_image {
  width: calc((100% - 50px) / 3);
  margin-right: 50px;
  margin-left: 50px;
  margin-bottom: 30px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .staff_detail_image {
    width: 100%;
    margin-right: 30px;
    margin-bottom: 50px;
  }
}
.staff_detail_image::before {
  content: "";
  display: block;
  width: 100%;
  height: 80%;
  position: absolute;
  bottom: -30px;
  left: -50px;
  background-color: #FAE34C;
  z-index: -1;
}
.staff_detail_image_trim {
  width: 100%;
  aspect-ratio: 2/3;
}
.staff_detail_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.staff_detail_text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.staff_detail_text_position {
  font-family: "Kaisei Opti", serif;
  font-size: 1.8rem;
  line-height: 1;
  display: inline-block;
  padding: 6px 10px;
  color: #DB963E;
  border: 1px solid #DB963E;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .staff_detail_text_position {
    font-size: 1.2rem;
  }
}
.staff_detail_text_name {
  font-size: 2.6rem;
  font-weight: normal;
  line-height: 1.3;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .staff_detail_text_name {
    font-size: 1.8rem;
  }
}
.staff_detail_text_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-top: 1px solid #ACACAC;
  border-left: 1px solid #ACACAC;
  border-right: 1px solid #ACACAC;
}
.staff_detail_text_list dt {
  width: 33.3333333333%;
  max-width: 250px;
  background-color: #F5F5F5;
  padding: 20px;
  border-bottom: 1px solid #ACACAC;
}
@media screen and (max-width: 768px) {
  .staff_detail_text_list dt {
    padding: 10px;
  }
}
.staff_detail_text_list dd {
  width: 66.6666666667%;
  padding: 20px;
  border-bottom: 1px solid #ACACAC;
}
@media screen and (max-width: 768px) {
  .staff_detail_text_list dd {
    padding: 10px;
  }
}
.staff_detail_message {
  width: 100%;
  margin-top: 50px;
}
.staff_detail_message_title {
  font-family: "Kaisei Opti", serif;
  font-size: 2.8rem;
  color: #DB963E;
}
@media screen and (max-width: 768px) {
  .staff_detail_message_title {
    font-size: 1.8rem;
  }
}
.staff_detail_message_text {
  padding: 50px;
  border: 1px solid #DB963E;
}
@media screen and (max-width: 768px) {
  .staff_detail_message_text {
    padding: 20px;
  }
}

/*! property */
.property_list {
  margin: 60px auto auto;
  max-width: 1280px;
  padding: 0 50px;
}
@media screen and (max-width: 768px) {
  .property_list {
    padding: 0 20px 50px;
    margin-top: 30px;
  }
}

.property_item {
  display: block;
  text-decoration: none;
  margin-bottom: 80px;
  color: #333;
}
@media screen and (max-width: 768px) {
  .property_item {
    margin-top: 30px;
  }
}
.property_item:hover {
  text-decoration: none;
  color: #004db3;
}
.property_item:hover .property_item_image img {
  -webkit-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
}
.property_item:hover .property_item_info_arrow {
  background-color: #FFFF00;
}
.property_item.-soldout:hover .property_item_image img {
  /* -webkit-transform: none; */
          /* transform: none; */
}
.property_item.-soldout:hover .property_item_soldout::after {
  background-color: rgba(255, 255, 255, 0.8);
}
.property_item.-soldout:hover .property_item_info_arrow {
  background-color: #FAE34C;
}
@media screen and (max-width: 768px) {
  .property_item_tag {
    background-color: #F4EBD0;
    padding: 20px 20px 0;
  }
}
.property_item_tag span {
  font-family: "Kaisei Opti", serif;
  font-size: 1.8rem;
  line-height: 1;
  display: inline-block;
  padding: 6px 10px;
  color: #004db3;
  border: 1px solid #004db3;
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .property_item_tag span {
    font-size: 1.2rem;
  }
}
.property_item_title {
  font-size: 3rem;
  margin-bottom: 18px;
  line-height: 1.5;
  font-family: "Kaisei Opti", serif;
}
@media screen and (max-width: 768px) {
  .property_item_title {
    font-size: 1.8rem;
    background-color: #F4EBD0;
    padding: 4px 20px 10px;
    margin-bottom: 0;
  }
}
.property_item_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
.property_item_image {
  width: calc((100% - 70px) / 3);
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .property_item_image {
    width: 100%;
    padding: 0 20px 20px;
    background-color: #F4EBD0;
  }
  .property_item_image:nth-child(2) {
    display: none;
  }
}
.property_item_image img {
  width: 100%;
  height: auto;
  aspect-ratio: 37/31;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.property_item_outline {
  width: calc((100% - 70px) / 3);
  background-color: #e6f3ff;
  padding: 30px 30px 50px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .property_item_outline {
    width: 100%;
    padding: 0 30px 40px;
  }
}
.property_item_outline_arrow {
  background-color: #108dff;
  width: 55px;
  height: 55px;
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.property_item_outline_arrow span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.property_item_outline_arrow span::before {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  left: -8px;
  width: 15px;
  height: 1px;
  background: #333;
}
.property_item_outline_arrow span::after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 7px;
  height: 7px;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.property_item_soldout {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.property_item_soldout::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.45);
  position: absolute;
  top: 0;
  left: 0;
}
.property_item_soldout::after {
  content: "";
  display: block;
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  background-color: rgba(255, 255, 255, 0.9);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.property_item_soldout_text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
  color: #9d2323;
  text-align: center;
  line-height: 1.5;
}
.property_item_soldout_text p:first-of-type {
  font-size: 1.6rem;
}
.property_item_soldout_text p:first-of-type span {
  font-size: 4rem;
  display: block;
}
.property_item_soldout_text p:last-of-type {
  font-size: 3rem;
  font-family: "Parisienne", cursive;
}
@media screen and (max-width: 768px) {
	.property_item_soldout_text p:first-of-type {
	  font-size: 1.2rem;
	}
	.property_item_soldout_text p:first-of-type span {
	  font-size: 2rem;
	}
	.property_item_soldout_text p:last-of-type {
	  font-size: 1.6rem;
	}
}

.property_top {
  background-color: #F5F5F5;
  padding-top: 30px;
  padding-bottom: 60px;
  margin-top: 60px;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .property_top {
    padding-bottom: 0;
    margin-top: 30px;
  }
}
.property_top_inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  padding: 0 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
	position: relative;
}
@media screen and (max-width: 768px) {
  .property_top_inner {
    padding: 0 20px 50px;
  }
}
.property_top_tag {
  width: 100%;
  margin-bottom: 12px;
}
.property_top_tag span {
  font-family: "Kaisei Opti", serif;
  font-size: 1.8rem;
  line-height: 1;
  display: inline-block;
  padding: 6px 10px;
  color: #004db3;
  border: 1px solid #004db3;
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .property_top_tag span {
    font-size: 1.2rem;
  }
}
.property_top_image {
	width: 66.6666666667%;
	padding: 0 40px;
}
@media screen and (max-width: 768px) {
  .property_top_image {
    width: 100%;
    margin-bottom: 10px;
  }
}
.property_top_image img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.property_top_outline {
  width: 33.3333333333%;
  background-color: #e6f3ff;
  padding: 40px 30px;
}
@media screen and (max-width: 768px) {
  .property_top_outline {
    width: 100%;
    padding: 10px 20px;
  }
}

.property_container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  padding: 0 50px;
}
@media screen and (max-width: 768px) {
  .property_container {
    padding: 0 20px 50px;
    margin-top: 30px;
  }
}

.property_point {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .property_point {
    margin-bottom: 30px;
  }
}
.property_point_title {
  color: #108dff;
  font-size: 3rem;
  margin-bottom: 18px;
  line-height: 1.5;
  font-family: "Kaisei Opti", serif;
}
@media screen and (max-width: 768px) {
  .property_point_title {
    font-size: 1.8rem;
  }
}
.property_point_text {
  border: 1px solid #108dff;
  padding: 50px;
}
@media screen and (max-width: 768px) {
  .property_point_text {
    padding: 10px;
  }
}

/*! slick setting */
.slider {
  opacity: 0;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}

.slider.slick-initialized {
  opacity: 1;
}

.slick-next {
  width: 30px;
  height: 30px;
  right: -40px;
}
@media screen and (max-width: 768px) {
  .slick-next {
    right: -20px;
  }
}

.slick-prev {
  width: 30px;
  height: 30px;
  left: -40px;
}
@media screen and (max-width: 768px) {
  .slick-prev {
    left: -20px;
    z-index: 1;
  }
}

.slick-next:before,
.slick-prev:before {
  color: rgba(0, 0, 0, 0.8);
  font-size: 30px;
}

.property_slider {
  margin-bottom: 60px;
}
.property_slider_main {
  max-width: 670px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 20px;
  list-style: none;
}
.property_slider_main img {
  width: 100%;
  height: 500px;
  -o-object-fit: contain;
     object-fit: contain;
}
.property_slider_main p{
	display: block;
	line-height: 1.6;
	min-height: 3.6em;
	text-align: center;
}
@media screen and (max-width: 768px) {
	.property_slider_main {
		margin-bottom: 10px;
	}
	.property_slider_main img {
		height: 300px;
	}
}
.property_slider_navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background-color: #F5F5F5;
  padding: 25px 25px 0;
  list-style: none;
}

@media screen and (max-width: 768px) {
  .property_slider_navigation {
    padding: 10px 10px 0;
  }
}
.property_slider_navigation li {
  width: calc((100% - 225px) / 10);
  margin-right: 25px;
  margin-bottom: 25px;
}
.property_slider_navigation li:nth-child(10n) {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .property_slider_navigation li {
    width: calc((100% - 30px) / 4);
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .property_slider_navigation li:nth-child(10n) {
    margin-right: 10px;
  }
  .property_slider_navigation li:nth-child(4n) {
    margin-right: 0;
  }
}
.property_slider_navigation img {
  width: 100%;
  height: 65px;
  -o-object-fit: contain;
     object-fit: contain;
}
.property_vr_banner{
	text-align: center;
	margin: auto auto 60px auto;
	max-width: 360px;
}
@media screen and (max-width: 768px) {
	.property_vr_banner{
		max-width: 300px;
	}
}
.property_info {
  margin-bottom: 60px;
}
.property_info_title {
  font-size: 3rem;
  margin-bottom: 18px;
  line-height: 1.5;
  font-family: "Kaisei Opti", serif;
}
@media screen and (max-width: 768px) {
  .property_info_title {
    font-size: 1.8rem;
  }
}
.property_info_detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-top: 1px solid #ACACAC;
  border-right: 1px solid #ACACAC;
}
@media screen and (max-width: 768px) {
  .property_info_detail {
    line-height: 1.5;
  }
}
.property_info_detail dt {
  width: 16.6666666667%;
  max-width: 250px;
  background-color: #F5F5F5;
  padding: 20px;
  border-bottom: 1px solid #ACACAC;
  border-left: 1px solid #ACACAC;
}
@media screen and (max-width: 768px) {
  .property_info_detail dt {
    padding: 6px;
  }
}
.property_info_detail dd {
  width: 33.3333333333%;
  padding: 20px;
  border-bottom: 1px solid #ACACAC;
}
@media screen and (max-width: 768px) {
  .property_info_detail dd {
    padding: 6px;
  }
}
.property_info_detail dd.colspan {
  width: 83.3333333333%;
}

.property_environment {
  margin-bottom: 60px;
}
.property_environment_title {
  font-size: 3rem;
  margin-bottom: 18px;
  line-height: 1.5;
  font-family: "Kaisei Opti", serif;
}
@media screen and (max-width: 768px) {
  .property_environment_title {
    font-size: 1.8rem;
  }
}
.property_environment_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.property_environment_item {
  width: calc((100% - 70px) / 3);
  margin-right: 35px;
  margin-bottom: 25px;
  text-align: center;
  line-height: 1.5;
}
.property_environment_item:nth-child(3n) {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .property_environment_item {
    width: calc((100% - 15px) / 2);
    margin-right: 15px;
    margin-bottom: 15px;
  }
  .property_environment_item:nth-child(3n) {
    margin-right: 15px;
  }
  .property_environment_item:nth-child(2n) {
    margin-right: 0;
  }
}
.property_environment_item img {
  width: 100%;
  aspect-ratio: 3/2;
  -o-object-fit: contain;
     object-fit: contain;
}

.property_map {
  margin-bottom: 60px;
}
.property_map_title {
  font-size: 3rem;
  margin-bottom: 18px;
  line-height: 1.5;
  font-family: "Kaisei Opti", serif;
}
@media screen and (max-width: 768px) {
  .property_map_title {
    font-size: 1.8rem;
  }
}
.property_map iframe {
  width: 100%;
  height: 500px;
}
@media screen and (max-width: 768px) {
  .property_map iframe {
    height: 400px;
  }
}

.property_company_title {
  font-size: 3rem;
  margin-bottom: 18px;
  line-height: 1.5;
  font-family: "Kaisei Opti", serif;
}
@media screen and (max-width: 768px) {
  .property_company_title {
    font-size: 1.8rem;
  }
}
.property_company_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-top: 1px solid #ACACAC;
  border-left: 1px solid #ACACAC;
  border-right: 1px solid #ACACAC;
}
.property_company_info dt {
  width: 250px;
  background-color: #F5F5F5;
  padding: 20px;
  border-bottom: 1px solid #ACACAC;
}
@media screen and (max-width: 768px) {
  .property_company_info dt {
    width: 33.3333333333%;
    padding: 10px;
  }
}
.property_company_info dd {
  width: calc(100% - 250px);
  padding: 20px;
  border-bottom: 1px solid #ACACAC;
}
@media screen and (max-width: 768px) {
  .property_company_info dd {
    width: 66.6666666667%;
    padding: 10px;
  }
}

/*! land-search */
.landsearch_container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  padding: 0 50px;
}
.landsearch_container::after {
  content: "";
  display: block;
  width: 100%;
  margin-top: 70px;
  margin-bottom: 70px;
  border-bottom: 1px solid #ACACAC;
}
@media screen and (max-width: 768px) {
  .landsearch_container {
    padding: 0 20px 50px;
    margin-top: 30px;
  }
}
.landsearch_container:last-of-type::after {
  content: initial;
}

.landsearch_overview {
  background-color: #F4EBD0;
  padding-top: 40px;
  padding-bottom: 50px;
  margin-bottom: 70px;
}
@media screen and (max-width: 768px) {
  .landsearch_overview {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
}
.landsearch_overview_icon {
  display: block;
  width: auto;
  height: 80px;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .landsearch_overview_icon {
    height: 50px;
  }
}
.landsearch_overview_title {
  font-size: 3rem;
  text-align: center;
  margin-bottom: 18px;
  line-height: 1.5;
  font-family: "Kaisei Opti", serif;
  color: #D67800;
  margin-bottom: 20px;
}
.landsearch_overview_title::after {
  content: "";
  display: block;
  width: 40px;
  height: 2px;
  background-color: #D67800;
  margin-right: auto;
  margin-left: auto;
  margin-top: 16px;
}
@media screen and (max-width: 768px) {
  .landsearch_overview_title {
    font-size: 1.8rem;
  }
}
.landsearch_overview_text {
  padding-left: 100px;
  padding-right: 100px;
}
@media screen and (max-width: 768px) {
  .landsearch_overview_text {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.landsearch_list {
  margin-bottom: 70px;
}
@media screen and (max-width: 768px) {
  .landsearch_list {
    margin-bottom: 50px;
  }
}

.landsearch_item {
  display: grid;
  margin-bottom: 105px;
  grid-template-columns: 50% 50%;
}
@media screen and (max-width: 768px) {
  .landsearch_item {
    grid-template-columns: 100%;
    margin-bottom: 30px;
  }
}
.landsearch_item:nth-of-type(odd) {
  grid-template-areas: "title image" "text image";
}
@media screen and (max-width: 768px) {
  .landsearch_item:nth-of-type(odd) {
    grid-template-areas: "title" "image" "text";
  }
}
.landsearch_item:nth-of-type(odd) .landsearch_item_image {
  padding-left: 90px;
}
@media screen and (max-width: 768px) {
  .landsearch_item:nth-of-type(odd) .landsearch_item_image {
    padding-left: 0;
  }
}
.landsearch_item:nth-of-type(even) {
  grid-template-areas: "image title" "image text";
}
@media screen and (max-width: 768px) {
  .landsearch_item:nth-of-type(even) {
    grid-template-areas: "title" "image" "text";
  }
}
.landsearch_item:nth-of-type(even) .landsearch_item_image {
  padding-right: 90px;
}
@media screen and (max-width: 768px) {
  .landsearch_item:nth-of-type(even) .landsearch_item_image {
    padding-right: 0;
  }
}
.landsearch_item_title {
  grid-area: title;
  font-size: 3rem;
  font-family: "Kaisei Opti", serif;
  line-height: 1.8;
  margin-bottom: 35px;
}
@media screen and (max-width: 768px) {
  .landsearch_item_title {
    font-size: 1.8rem;
    text-align: center;
    margin-bottom: 5px;
  }
}
.landsearch_item_title span {
  display: block;
  font-size: 3.4rem;
  color: #DB963E;
}
@media screen and (max-width: 768px) {
  .landsearch_item_title span {
    font-size: 1.8rem;
  }
}
.landsearch_item_image {
  grid-area: image;
}
@media screen and (max-width: 768px) {
  .landsearch_item_image {
    margin-bottom: 8px;
  }
}
.landsearch_item_text {
  grid-area: text;
}

.landsearch_advice {
  background-color: #F4EBD0;
  padding: 45px 60px;
  text-align: center;
}
@media screen and (max-width: 768px) {
	.landsearch_advice {
		padding: 40px 20px;
	}
}
.landsearch_advice_title {
  grid-area: title;
  font-size: 3rem;
  font-family: "Kaisei Opti", serif;
  line-height: 1.8;
  margin-bottom: 40px;
  color: #DB963E;
}
@media screen and (max-width: 768px) {
  .landsearch_advice_title {
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
}
.landsearch_advice_title br:nth-of-type(odd) {
  display: none;
}
@media screen and (max-width: 768px) {
  .landsearch_advice_title br:nth-of-type(odd) {
    display: inline;
  }
}
.landsearch_advice_text {
	display: inline-block;
	position: relative;
	padding: 0 170px;
	text-align: left;
	max-width: 990px;
	margin: auto;
}
@media screen and (max-width: 768px) {
  .landsearch_advice_text {
	padding: 0 0 157px 0;
  }
}
.landsearch_advice_text::before {
  content: "";
  display: block;
  width: 130px;
  height: 147px;
  background: url(images/landsearch/bg_consultation_point1.png) no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .landsearch_advice_text::before {
    left: 30px;
  }
}
.landsearch_advice_text::after {
  content: "";
  display: block;
  width: 130px;
  height: 147px;
  background: url(images/landsearch/bg_consultation_point2.png) no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 768px) {
  .landsearch_advice_text::after {
    right: 30px;
  }
}

/*! financial-plan */
.financialplan_container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  padding: 0 50px;
}
.financialplan_container::after {
  content: "";
  display: block;
  width: 100%;
  margin-top: 70px;
  margin-bottom: 70px;
  border-bottom: 1px solid #ACACAC;
}
@media screen and (max-width: 768px) {
  .financialplan_container {
    padding: 0 20px 50px;
    margin-top: 30px;
  }
}
.financialplan_container:last-of-type::after {
  content: initial;
}

.financialplan_overview {
  background-color: #F4EBD0;
  padding-top: 40px;
  padding-bottom: 50px;
  margin-bottom: 70px;
}
@media screen and (max-width: 768px) {
  .financialplan_overview {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
}
.financialplan_overview_icon {
  display: block;
  width: auto;
  height: 80px;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .financialplan_overview_icon {
    height: 50px;
  }
}
.financialplan_overview_title {
  font-size: 3rem;
  text-align: center;
  line-height: 1.5;
  font-family: "Kaisei Opti", serif;
  color: #D67800;
  margin-bottom: 20px;
}
.financialplan_overview_title::after {
  content: "";
  display: block;
  width: 40px;
  height: 2px;
  background-color: #D67800;
  margin-right: auto;
  margin-left: auto;
  margin-top: 16px;
}
@media screen and (max-width: 768px) {
  .financialplan_overview_title {
    font-size: 1.8rem;
  }
}
.financialplan_overview_text {
  padding-left: 100px;
  padding-right: 100px;
}
@media screen and (max-width: 768px) {
  .financialplan_overview_text {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.financialplan_list {
  margin-bottom: 70px;
}
@media screen and (max-width: 768px) {
  .financialplan_list {
    margin-bottom: 50px;
  }
}

.financialplan_item {
  display: grid;
  margin-bottom: 105px;
  grid-template-columns: 50% 50%;
}
@media screen and (max-width: 768px) {
  .financialplan_item {
    grid-template-columns: 100%;
    margin-bottom: 30px;
  }
}
.financialplan_item:nth-of-type(odd) {
  grid-template-areas: "title image" "text image";
}
@media screen and (max-width: 768px) {
  .financialplan_item:nth-of-type(odd) {
    grid-template-areas: "title" "image" "text";
  }
}
.financialplan_item:nth-of-type(odd) .financialplan_item_image {
  padding-left: 90px;
}
@media screen and (max-width: 768px) {
  .financialplan_item:nth-of-type(odd) .financialplan_item_image {
    padding-left: 0;
  }
}
.financialplan_item:nth-of-type(even) {
  grid-template-areas: "image title" "image text";
}
@media screen and (max-width: 768px) {
  .financialplan_item:nth-of-type(even) {
    grid-template-areas: "title" "image" "text";
  }
}
.financialplan_item:nth-of-type(even) .financialplan_item_image {
  padding-right: 90px;
}
@media screen and (max-width: 768px) {
  .financialplan_item:nth-of-type(even) .financialplan_item_image {
    padding-right: 0;
  }
}
.financialplan_item_title {
  grid-area: title;
  font-size: 3rem;
  font-family: "Kaisei Opti", serif;
  line-height: 1.8;
  margin-bottom: 35px;
}
@media screen and (max-width: 768px) {
  .financialplan_item_title {
    font-size: 1.8rem;
    text-align: center;
    margin-bottom: 5px;
  }
}
.financialplan_item_title span {
  display: block;
  font-size: 3.4rem;
  color: #DB963E;
}
@media screen and (max-width: 768px) {
  .financialplan_item_title span {
    font-size: 1.8rem;
  }
}
.financialplan_item_image {
  grid-area: image;
}
@media screen and (max-width: 768px) {
  .financialplan_item_image {
    margin-bottom: 8px;
  }
}
.financialplan_item_text {
  grid-area: text;
}

/*! low-cost */
.lowcost_container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  padding: 0 50px;
}
.lowcost_container::after {
  content: "";
  display: block;
  width: 100%;
  margin-top: 70px;
  margin-bottom: 70px;
  border-bottom: 1px solid #ACACAC;
}
@media screen and (max-width: 768px) {
  .lowcost_container {
    padding: 0 20px 50px;
    margin-top: 30px;
  }
}
.lowcost_container:last-of-type::after {
  content: initial;
}

.lowcost_overview {
  background-color: #F4EBD0;
  padding-top: 40px;
  padding-bottom: 50px;
  margin-bottom: 70px;
}
@media screen and (max-width: 768px) {
  .lowcost_overview {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
}
.lowcost_overview_icon {
  display: block;
  width: auto;
  height: 80px;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .lowcost_overview_icon {
    height: 50px;
  }
}
.lowcost_overview_title {
  font-size: 3rem;
  text-align: center;
  line-height: 1.5;
  font-family: "Kaisei Opti", serif;
  color: #D67800;
  margin-bottom: 20px;
}
.lowcost_overview_title::after {
  content: "";
  display: block;
  width: 40px;
  height: 2px;
  background-color: #D67800;
  margin-right: auto;
  margin-left: auto;
  margin-top: 16px;
}
@media screen and (max-width: 768px) {
  .lowcost_overview_title {
    font-size: 1.8rem;
  }
}
.lowcost_overview_text {
  padding-left: 100px;
  padding-right: 100px;
}
@media screen and (max-width: 768px) {
  .lowcost_overview_text {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.lowcost_list {
  margin-bottom: 70px;
}
@media screen and (max-width: 768px) {
  .lowcost_list {
    margin-bottom: 50px;
  }
}

.lowcost_item {
  display: grid;
  margin-bottom: 105px;
  grid-template-columns: 50% 50%;
}
@media screen and (max-width: 768px) {
  .lowcost_item {
    grid-template-columns: 100%;
    margin-bottom: 30px;
  }
}
.lowcost_item:nth-of-type(odd) {
  grid-template-areas: "title image" "text image";
}
@media screen and (max-width: 768px) {
  .lowcost_item:nth-of-type(odd) {
    grid-template-areas: "title" "image" "text";
  }
}
.lowcost_item:nth-of-type(odd) .lowcost_item_image {
  padding-left: 90px;
}
@media screen and (max-width: 768px) {
  .lowcost_item:nth-of-type(odd) .lowcost_item_image {
    padding-left: 0;
  }
}
.lowcost_item:nth-of-type(even) {
  grid-template-areas: "image title" "image text";
}
@media screen and (max-width: 768px) {
  .lowcost_item:nth-of-type(even) {
    grid-template-areas: "title" "image" "text";
  }
}
.lowcost_item:nth-of-type(even) .lowcost_item_image {
  padding-right: 90px;
}
@media screen and (max-width: 768px) {
  .lowcost_item:nth-of-type(even) .lowcost_item_image {
    padding-right: 0;
  }
}
.lowcost_item_title {
  grid-area: title;
  font-size: 3rem;
  font-family: "Kaisei Opti", serif;
  line-height: 1.8;
  margin-bottom: 35px;
}
@media screen and (max-width: 768px) {
  .lowcost_item_title {
    font-size: 1.8rem;
    text-align: center;
    margin-bottom: 5px;
  }
}
.lowcost_item_title span {
  display: block;
  font-size: 3.4rem;
  color: #DB963E;
}
@media screen and (max-width: 768px) {
  .lowcost_item_title span {
    font-size: 1.8rem;
  }
}
.lowcost_item_image {
  grid-area: image;
}
@media screen and (max-width: 768px) {
  .lowcost_item_image {
    margin-bottom: 8px;
  }
}
.lowcost_item_text {
  grid-area: text;
}

/*! spec */
.spec_standard {
  background-color: #F5F5F5;
  padding-top: 86px;
  margin-top: 70px;
}
@media screen and (max-width: 768px) {
  .spec_standard {
    margin-top: 30px;
    padding-top: 30px;
  }
}
.spec_standard_inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  padding: 0 50px 40px;
}
@media screen and (max-width: 768px) {
  .spec_standard_inner {
    padding: 0 20px 50px;
  }
}
.spec_standard_title {
  font-size: 3.4rem;
  font-family: "Kaisei Opti", serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .spec_standard_title {
    font-size: 1.8rem;
    margin-bottom: 8px;
  }
}
.spec_standard_title::before {
  content: "";
  width: 40px;
  height: 40px;
  display: inline-block;
  background: url(images/spec/standard_icon.png) no-repeat;
  background-size: contain;
  margin-right: 30px;
}
@media screen and (max-width: 768px) {
  .spec_standard_title::before {
    width: 24px;
    height: 24px;
    margin-right: 10px;
  }
}
.spec_standard_lead {
  font-size: 2.2rem;
  font-family: "Kaisei Opti", serif;
  color: #DB963E;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .spec_standard_lead {
    font-size: 1.6rem;
    margin-bottom: 8px;
  }
}
.spec_standard_text {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .spec_standard_text {
    margin-bottom: 30px;
  }
}
.spec_standard_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.spec_standard_item {
  width: calc((100% - 70px) / 3);
  margin-right: 35px;
  margin-bottom: 40px;
  padding: 20px 20px 26px;
  background-color: #fff;
}
.spec_standard_item:nth-of-type(3n) {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .spec_standard_item {
    width: calc((100% - 10px) / 2);
    margin-right: 10px;
    margin-bottom: 15px;
    padding: 10px 10px 16px;
  }
  .spec_standard_item:nth-of-type(3n) {
    margin-right: 10px;
  }
  .spec_standard_item:nth-of-type(2n) {
    margin-right: 0;
  }
}
.spec_standard_item img {
  margin-bottom: 10px;
}

.spec_select {
  background-color: #F4EBD0;
  padding-top: 86px;
}
@media screen and (max-width: 768px) {
  .spec_select {
    padding-top: 30px;
  }
}
.spec_select_inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  padding: 0 50px 75px;
}
@media screen and (max-width: 768px) {
  .spec_select_inner {
    padding: 0 20px 50px;
  }
}
.spec_select_title {
  font-size: 3.4rem;
  font-family: "Kaisei Opti", serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .spec_select_title {
    font-size: 1.8rem;
    margin-bottom: 8px;
  }
}
.spec_select_title::before {
  content: "";
  width: 40px;
  height: 40px;
  display: inline-block;
  background: url(images/spec/select_icon.png) no-repeat;
  background-size: contain;
  margin-right: 30px;
}
@media screen and (max-width: 768px) {
  .spec_select_title::before {
    width: 24px;
    height: 24px;
    margin-right: 10px;
  }
}
.spec_select_lead {
  font-size: 2.2rem;
  font-family: "Kaisei Opti", serif;
  color: #DB963E;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .spec_select_lead {
    font-size: 1.6rem;
    margin-bottom: 8px;
  }
}
.spec_select_text {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .spec_select_text {
    margin-bottom: 30px;
  }
}
.spec_select_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.spec_select_item {
  width: calc((100% - 60px) / 2);
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .spec_select_item {
    width: 100%;
    margin-bottom: 20px;
  }
}
.spec_select_comment {
  text-align: center;
}
.spec_select_comment_text {
	display: inline-block;
	position: relative;
	font-size: 2.4rem;
	padding-left: 20px;
	padding-right: 20px;
}
.spec_select_comment_text::before {
  content: "";
  display: block;
  width: 1px;
  height: 15px;
  border-left: 1px solid #000;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%) rotate(-23deg);
          transform: translateY(-50%) rotate(-23deg);
}
.spec_select_comment_text::after {
  content: "";
  display: block;
  width: 1px;
  height: 15px;
  border-left: 1px solid #000;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%) rotate(23deg);
          transform: translateY(-50%) rotate(23deg);
}

.spec_container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  padding: 0 50px;
}
@media screen and (max-width: 768px) {
  .spec_container {
    padding: 0 20px 50px;
    margin-top: 30px;
  }
.spec_select_comment_text {
	font-size: 1.4rem;
}
}

/* about */
.about_container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  padding: 0 50px;
}
.about_container > div {
	margin-bottom: 8rem;
}
.about_container .btn_area .btn_wrap a > div > span {
    display: block;
	min-width: 198px !important;
}
@media screen and (max-width: 768px) {
    .about_wrap {
        font-size: 1.2rem;
    }
    .about_container {
        padding: 0 20px 50px;
        margin-top: 30px;
    }
    .about_lead {
        font-size: 1.6rem !important;
    }
    .box_title {
        font-size: 1.6rem !important;
        padding: .2rem 1.8rem !important;
    }
}
.about_container:last-of-type::after {
  content: initial;
}
.about_title {
	text-align: center;
	font-size: 3.4rem;
	line-height: 1;
	font-weight: 700;
}
.logo {
	display: inline;
}
.about_lead {
	margin-top: 4rem;
	text-align: center;
	font-size: 2rem;
	line-height: 1.6;
	margin-bottom: 6rem;
}
.text_center {
    text-align: center;
 }
.box_title {
    font-family: 'Kaisei Opti', serif;
	border: 1px solid #333;
	border-radius: .6rem;
	padding: .3rem 2rem .3rem 2rem;
	display: inline-block;
	font-size: 2rem;
	font-weight: 600;
	margin-bottom: 4rem;
}
.grid_box {
	display: flex;
	justify-content: space-between;
	gap: 8rem;
}
.wrap_image {
	flex-basis: 33%;
	aspect-ratio: 1 / 1;
}
.wrap_image img {
	width: 100%;
	height: auto;
}
@media screen and (max-width: 768px) {
	.grid_box {
		flex-direction: column;
		align-items: center;
        gap: 8rem;
	}
	.wrap_image {
		width: 60%;
	}
}
.temp_img_box img {
	aspect-ratio: 1 / 1;
	border: 1px solid #cdcdcd;
    border-radius: 2rem;
}
.mb-5 {
	margin-bottom: 5rem;
}
.mt-5 {
	margin-top: 5rem;
}
.figcaption {
    font-size: 1.7rem;
    margin-top: 1rem;
	font-weight: bold;
	text-align: center;
}
.more_information {
	text-align: center;
}
.more_information span {
	border: 2px solid #333;
	padding: 0 .4rem;
	margin: .3rem;
	display: inline-block;
}
.about_list {
  margin-bottom: 70px;
}
@media screen and (max-width: 768px) {
  .about_list {
    margin-bottom: 50px;
  }
}
.about_item {
  display: grid;
  margin-bottom: 105px;
  grid-template-columns: 50% 50%;
}
@media screen and (max-width: 768px) {
  .about_item {
    grid-template-columns: 100%;
    margin-bottom: 30px;
  }
}
.about_item:nth-of-type(odd) {
  grid-template-areas: "title image" "text image";
}
@media screen and (max-width: 768px) {
  .about_item:nth-of-type(odd) {
    grid-template-areas: "title" "image" "text";
  }
}
.about_item:nth-of-type(odd) .about_item_image {
  padding-left: 90px;
}
@media screen and (max-width: 768px) {
  .about_item:nth-of-type(odd) .about_item_image {
    padding-left: 0;
  }
}
.about_item:nth-of-type(even) {
  grid-template-areas: "image title" "image text";
}
@media screen and (max-width: 768px) {
  .about_item:nth-of-type(even) {
    grid-template-areas: "title" "image" "text";
  }
}
.about_item:nth-of-type(even) .about_item_image {
  padding-right: 90px;
}
@media screen and (max-width: 768px) {
  .about_item:nth-of-type(even) .about_item_image {
    padding-right: 0;
  }
}
.about_item_title {
  grid-area: title;
  font-size: 3rem;
  font-family: "Kaisei Opti", serif;
  line-height: 1.8;
  margin-bottom: 35px;
	align-self: end;
}
@media screen and (max-width: 768px) {
  .about_item_title {
    font-size: 1.8rem;
    text-align: center;
    margin-bottom: 5px;
  }
}
.about_item_title span {
  display: block;
  font-size: 3.4rem;
  color: #DB963E;
}
@media screen and (max-width: 768px) {
  .about_item_title span {
    font-size: 1.8rem;
  }
}
.about_item_image {
  grid-area: image;
}
.about_item_image img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .about_item_image {
    margin-bottom: 8px;
  }
}
.about_item_text {
  grid-area: text;
}
.about_item_text span {
	color: red;
}
.add_more_box {
    display: flex;
    justify-content: center;
    margin-bottom: 0 !important;
}
@media screen and (max-width: 768px) {
	.add_more_box {
		margin-top: 4rem;
        width: 100%;
	}
}
.backdrop {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.2);
}
.phone-popup {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    background-color: #fff;
    border-radius: 2rem;
    padding: 2rem;
}
.wrap-btn {
    display: flex;
    justify-content: end;
    margin-bottom: 2.5rem;
}
.wrap-btn button {
    padding: .5rem;
    border: none;
    background-color: #fff;
    transition: all .2s ease;
    line-height: 1;
}
.close-btn img {
    width: 2rem;
    height: 2rem;
}

/* column list page */
.column_container {
	margin-left: auto;
	margin-right: auto;
	max-width: 1280px;
	padding: 0 50px;
}
.column_container ul, .column_container ol {
	list-style: none;
}
.categories {
	padding: 3rem 6rem;
	background-color: #f1f1f1;
	display: flex;
	gap: 1.5rem;
	margin-top: 6rem;
	margin-bottom: 4rem;
}
@media screen and (max-width: 770px) {
	.categories {
		flex-direction: column;
	}
}
.categories li {
	flex-grow: 1;
	text-align: center;
	border-radius: 1rem;
}
.categories li a {
	display: block;
	background-color: #fff;
	border-radius: 1rem;
	padding: .5rem 0;
	transition: all .2s ease;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	color: #854511;
}
.categories li a {
	text-decoration: none;
}
.categories li a:hover {
	color: #D67800;
	background-color: #f5e0b4;
	cursor: pointer;
}
.categories li.selected a {
	color: #854511;
	background-color: #f5e0b4;
}
.posts-wrap {
	background-color: #f1f1f1;
	padding: 5rem 0;
}
.post-annotate {
	background-color: #fff;
	padding: 1rem 1.5rem 1.5rem 1.5rem;
}
.post-annotate h3 {
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
	font-weight: 600;
	font-size: 1.6rem;
	margin-bottom: .8rem;
}
.post-annotate p {
	display: inline-block;
	padding: .2rem .5rem .3rem .5rem;
	color: #eee;
	background-color: #d79844;
	border: 1px solid #c58634;
	font-size: 1.4rem;
	line-height: 1.5;
}
.posts-grid {
	display: grid;
	gap: 4rem;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	grid-auto-rows: 1fr;
}
.posts-grid > div > a {
	display: flex;
	flex-direction: column;
	height: 100%;
	background-color: #fff;
	color: #333;
	text-decoration: none;
}
.posts-grid > div > a > div:first-child {
	border-bottom: 1px solid #ccc;
	flex-grow: 1;
}
@media screen and (max-width: 990px) {
	.posts-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}
@media screen and (max-width: 700px) {
	.posts-grid {
		grid-template-columns: repeat(1, minmax(0, 1fr));
	}
}
.post-image {
	width: 100%;
	aspect-ratio: 16/11;
	/* min-width: 300px;
	min-height: 200px; */
}
.new-post {
	position: relative;
}
.new-post::after {
	content: 'new';
	text-transform: uppercase;
	position: absolute;
	top: -.5rem;
	right: -.5rem;
	background-color: #f5e3ce88;
	padding: .5rem 2rem;
	color: #c77c27;
	font-size: 1.4rem;
	font-weight: 600;
}
.padding-x-2rem {
	padding-left: 4rem !important;
	padding-right: 4rem !important;
}
.margin-top-14rem {
	margin-top: 14rem !important;
}
.padding-y-15rem {
	padding-left: 15rem !important;
	padding-right: 15rem !important;
}
.margin-x-5rem {
	margin-top: 5rem !important;
	margin-bottom: 3rem !important;
}
.margin-r-2rem {
	margin-right: 2rem !important;
}
.margin-r-2rem a {
	display: flex;
	align-items: center;
	height: 100%;
}
/* =====================================
CMS共通
======================================== */
/* ページネーション */
.pagination {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 70px auto auto;
	position: relative;
}
.pagination span, .pagination a{
	display: block;
	width: auto;
	margin: 0 3px;
	padding: 0.5em 0.8em;
	border: 1px solid #707070;
	border-radius: 3px;
	background-color: #FFF;
	color: #333;
	text-decoration: none;
	text-align: center;
	line-height: 1;
}
.pagination a:hover,
.pagination .current{
	color: #fff;
	background-color: #DB963E;
	border: 1px solid #DB963E;
}
.pagination a.prev{}
.pagination a.next{}
.pagination a.first {}
.pagination a.last {}
@media screen and (max-width: 768px) {
	.pagination {
		margin: 30px auto auto;
	}
}
/* ページ無し */
.cms_none_text{
	text-align: center;
	padding: 50px 0;
}
/* エディター入稿のcss */
.cms_wp_editor p{
	margin-bottom: 1em;
}
.cms_wp_editor h1,
.cms_wp_editor h2,
.cms_wp_editor h3,
.cms_wp_editor h4,
.cms_wp_editor h5,
.cms_wp_editor h6{
	font-weight: 600;
	margin-bottom: 1em;
}
@media print, screen and (min-width: 769px) {
	.cms_wp_editor h1{
		font-size: 32px;
	}
	.cms_wp_editor h2{
		font-size: 24px;
	}
	.cms_wp_editor h3{
		font-size: 18px;
	}
	.cms_wp_editor h4{
		font-size: 16px;
	}
	.cms_wp_editor h5{
		font-size: 12px;
	}
	.cms_wp_editor h6{
		font-size: 8px;
	}
}
@media screen and (max-width: 768px) {
	.cms_wp_editor h1{
		font-size: 160%;
	}
	.cms_wp_editor h2{
		font-size: 140%;
	}
	.cms_wp_editor h3{
		font-size: 120%;
	}
	.cms_wp_editor h4{
		font-size: 120%;
	}
	.cms_wp_editor h5{
		font-size: 100%;
	}
	.cms_wp_editor h6{
		font-size: 100%;
	}
}