@charset "UTF-8";
/* *{
	outline: 1px solid red !important;
} */
/* ----------------------------------------------------------------------
	reset css
---------------------------------------------------------------------- */
*{
	box-sizing: border-box;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video
	{ margin:0; padding:0; border:0; outline:0; font-size:100%; vertical-align:baseline; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section{ display:block; }
audio, canvas, video{ display:inline-block; max-width:100%; }
html{ overflow-y: scroll; -webkit-text-size-adjust:100%; -ms-text-size-adjust:100%; }
ul, ol{ list-style:none; }
blockquote , q{ quotes:none; }
blockquote:before, blockquote:after, q:before, q:after{ content:''; content: none; }
a:focus{ outline:none; }
ins{ text-decoration:none; }
mark{ font-style:italic; font-weight:bold; }
del{ text-decoration:line-through; }
abbr[title], dfn[title]{ border-bottom:1px dotted; cursor:help; }
table{ border-collapse:collapse; border-spacing:0; width:100%; }
hr{ display:block; height:1px; border:0; border-top:1px solid #ccc; margin:1em 0; padding:0; }
button, input, select, textarea{ outline:0; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; font-size:100%; }
input, textarea{ background-image: -webkit-linear-gradient(hsla(0,0%,100%,0), hsla(0,0%,100%,0)); -webkit-appearance: none; border-radius:0; /* Removing the inner shadow, rounded corners on iOS inputs */ }
input[type="checkbox"]{ -webkit-appearance: checkbox; }
input[type="radio"]{ -webkit-appearance: radio; }
button::-moz-focus-inner, input::-moz-focus-inner{ border:0; padding:0; }
img{ -ms-interpolation-mode:bicubic; }
/* clearfix */
.clearfix:after{ content: "."; display:block; clear:both; height:0; font-size:0.1em; line-height:0; visibility:hidden; overflow:hidden; }
.clearfix{ display:inline-block; }
/* exlude MacIE5 \*/
* html .clearfix{ height:1% }
.clearfix{ display:block;}
/* end MacIE5 */

/* ----------------------------------------------------------------------
	Font
---------------------------------------------------------------------- */

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/* ----------------------------------------------------------------------
	Common
---------------------------------------------------------------------- */
body{
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 16px;
	color: #111111;
	line-height: 1.5;
	overflow-x: hidden;
}
.grecaptcha-badge { visibility: hidden; }
.inner1040{
	max-width: 1040px;
	margin: 0 auto;
}
.sp{
	display: none;
}
img{
	vertical-align: bottom;
}

/* ----------------------------------------------------------------------
	HEADER
---------------------------------------------------------------------- */
#header{
	background-color: #F6F6F2;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	width: 100%;
}
#header .header_wrapper{
	max-width: 1180px;
	height: 86px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 10px;
}
#header .header_wrapper .header_logo img{
	max-width: 166px;
}
#header .header_wrapper .header_nav{
	max-width: 870px;
	width: 100%;
	margin-left: 20px;
}
#header .header_wrapper .header_nav ul{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#header .header_wrapper .header_nav ul li{
	/*margin-right: 50px;*/
	font-size: 16px;
	line-height: 24px;
}
#header .header_wrapper .header_nav ul li:last-child{
	margin-left: 0;
	margin-right: 0;
	max-width: 156px;
	width: 100%;
}
#header .header_wrapper .header_nav ul li a{
	color: #111111;
	text-decoration: none;
}
#header .header_wrapper .header_nav ul li:last-child a{
	display: block;
	font-weight: 600;
	padding: 5px;
	text-align: center;
	line-height: 24px;
	background: #F08307;
	border: 1px solid #f08370;
	color: #FFF;
	border-radius: 56px;
	transition: background 0.2s, color 0.2s;
}
#header .header_wrapper .header_nav ul li:last-child a:hover{
	color: #F08307;
	background: #FFF;
}
#header .header_wrapper .hdr_contact_sp{
	display: none;
}
#header .header_wrapper .toggle_area{
	display: none;
}

/* ----------------------------------------------------------------------
	FV
---------------------------------------------------------------------- */
.fv{
	margin-top: 86px;
	background-color: #F6F6F2;
}
.fv .pc_fv{
	display: flex;
	/*align-items: center;*/
	background-color: #F6F6F2;
	padding-bottom: 33px;
}
.fv .pc_fv .container_left{
	width: 100%;
	max-width: 600px;
	margin-left: auto;
	padding-right: 1vw;
	padding-top: 115px;
	padding-left: 20px;
	position: relative;
	z-index: 2;
}
.fv .pc_fv  .container_left .sp_img{
	display: none;
}
.fv .pc_fv .container_right{
	margin-left: 80px;
	width: 56.25%;
	display: flex;
	align-items: center;
}
.fv .pc_fv .container_right img{
	width: 100%;
	height: auto;
}
.fv .pc_fv .container_left .top_text{
	font-size: 32px;
	line-height: 1.5;
	font-weight: 500;
	margin-bottom: 21px;
	position: relative;
}
.fv .pc_fv .container_left .top_text span{
	display: inline-block;
	background:linear-gradient(transparent 70%, #F8E644 10%);
}
.fv .pc_fv .container_left .top_text::before{
	content: "";
	display: block;
	position: absolute;
	top: -31px;
	right: -55px;
	width: 36.610%;
	/*height: 216px;*/
	aspect-ratio: 216 / 216;
	background-image: url(../images/top_fv_circle.svg);
	background-position: center;
	background-size: cover;
	z-index: -1;
}
/*.fv .pc_fv .container_left .top_text::before{
	content: "";
	display: block;
	position: absolute;
	top: -31px;
	right: -55px;
	width: 216px;
	height: 216px;
	background-image: url(../images/top_fv_circle.svg);
	background-position: center;
	background-size: cover;
	z-index: -1;
}*/
.fv .pc_fv .container_left h1{
	font-size: 56px;
	line-height: 1.44;
	font-weight: bold;
	letter-spacing: 0.1em;
	margin-bottom: 20px;
}
.fv .pc_fv .container_left .bottom_text{
	font-size: 24px;
	line-height: 1.66;
	margin-bottom: 50px;
}
.fv .pc_fv .container_left .fv_btn_area a{
	background-color: #F08307;
	color: #fff;
	font-size: 28px;
	line-height:1.28;
	display: block;
	text-decoration: none;
	text-align: center;
	font-weight: 500;
	padding: 10px 0;
	border-radius: 56px;
	transition: all 0.5s;
	border: 1px solid #F08307;
	position: relative;
	max-width: 520px;
}
.fv .pc_fv .container_left .fv_btn_area a .icon{
	position: absolute;
	top: 30px;
	right: 30px;
}
.fv .pc_fv .container_left .fv_btn_area a:hover{
	background-color: #fff;
	color: #F08307;
}
.fv .pc_fv .container_left .fv_btn_area a:hover .icon svg path{
	stroke: #F08307;
}
.fv_slider{
	background-color: #F6F6F2;
}
.fv_slider figure img{
	width: 100%;
	height: auto;
}

/* ----------------------------------------------------------------------
	About
---------------------------------------------------------------------- */
#about{
	padding: 200px 0 100px 0;
	background-color: #F6F6F2;
	position: relative;
	overflow: hidden;
}
#about::before{
	position: absolute;
	top: 74px;
	right: 325px;
	content: "";
	width: 555px;
	height: 252px;
	display: block;
	background-image: url(../images/about_text.svg);
	background-repeat: no-repeat;
	z-index: 1;
}
#about .about_top_container{
	display: flex;
	margin-bottom: 48px;
	position: relative;
	z-index: 2;
}
#about .about_top_container .text_area{
	width: 100%;
	max-width: 620px;
	margin-left: auto;
	padding-right: min( 5vw , 80px);
	padding-left: 20px;
}
#about .about_top_container .text_area h2{
	font-size: 20px;
	color: #666666;
	position: relative;
	padding-left: 35px;
	margin-bottom: 45px;
}
#about .about_top_container .text_area h2::before,
#about .about_top_container .text_area h2::after{
	position: absolute;
	top: 0;
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	border-radius: 4px;
}
#about .about_top_container .text_area h2::before{
	background-color: #F8E644;
	top: 6px;
	left: 5px;
}
#about .about_top_container .text_area h2::after{
	background-color: #F08307;
	top: 3px;
	left: 0;
}
#about .about_top_container .text_area h3{
	font-size: 40px;
	line-height: 1.55;
	margin-bottom: 45px;
}
#about .about_top_container .text_area p{
	font-size: 16px;
	line-height: 1.875;
}
#about .about_top_container .img_area img{
	width: 100%;
	max-width: 880px;
}
#about .about_point_area .about_point_list{
	max-width: 1000px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 133px;
}
#about .about_point_area .about_point_list li{
	border-radius: 100px;
	border: 1px solid #F08307;
	color: #F08307;
	background-color: #fff;
	width: 198px;
	height: 198px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	text-align: center;
	margin-left: 48px;
	transition: all 0.5s;
}
#about .about_point_area .about_point_list li:hover{
	background-color: #F08307;
	color: #fff;
}
#about .about_point_area .about_point_list li a{
	display: block;
	color: #F08307;
	text-decoration: none;
	transition: all 0.5s;
}
#about .about_point_area .about_point_list li:hover a{
	color: #fff;
}
#about .about_point_area .about_point_list li:first-child{
	margin-left: 0;
}
#about .about_point_area .about_point_list li .point{
	font-family: "Poppins",sans-serif;
	font-size: 16px;
	margin-bottom: 9px;
}
#about .about_point_area .about_point_list li .title{
	font-weight: 500;
	font-size: 20px;
	margin-bottom: 5px;
}
#about .about_point_area .about_point_list li .triangle img.hover_on{
	display: none;
}
#about .about_point_area .about_point_list li:hover .triangle img.hover_off{
	display: none;
}
#about .about_point_area .about_point_list li:hover .triangle img.hover_on{
	display: inline;
}
#about .point_detail{
	padding: 0 20px;
}
#about .point_detail .detail_item{
	margin-bottom: 80px;
}
#about .point_detail .detail_item .title{
	display: flex;
	margin-bottom: 50px;
	align-items: center;
}
#about .point_detail .detail_item .title .point_circle{
	border: 1px solid #F08307;
	width: 120px;
	height: 120px;
	background-color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	color: #F08307;
	border-radius: 100px;
}
#about .point_detail .detail_item .title .point{
	font-family: "Poppins",sans-serif;
	font-size: 20px;
	font-weight: 400;
}
#about .point_detail .detail_item .title .number{
	font-family: "Poppins",sans-serif;
	font-size: 40px;
	font-weight: 400;
	line-height: 1;
}
#about .point_detail .detail_item .title .text{
	margin-left: 26px;
	font-size: 40px;
	letter-spacing: 0.08em;
}
#about .point_detail .detail_item .top_cotainer{
	display: flex;
	margin-bottom: 51px;
}
#about .point_detail .detail_item .top_cotainer .container_left p{
	line-height:1.875;
	font-size: 16px;
}
#about .point_detail .detail_item .top_cotainer .container_right{
	margin-left: 56px;
}
#about .point_detail .detail_item .top_cotainer .container_right figure{
	transform: translate(-14px,0);
}
#about .point_detail .detail_item .top_cotainer .container_right figure img{
	max-width: 442px;
}
#about .point_detail .detail_item .att_text_area{
	background-color: #F8E644;
	border-radius: 80px;
	max-width: 680px;
	width: 100%;
	margin: 0 auto 36px;
	padding: 10px 0;
	position: relative;
}
#about .point_detail .detail_item .att_text_area::after{
	content: "";
	display: block;
	position: absolute;
	bottom: -16px;
	right: 0;
	left: 0;
	margin: 0 auto;
	width: 0;
	height: 0;
	border-style: solid;
	border-right: 16px solid transparent;
	border-left: 16px solid transparent;
	border-top: 16px solid #f8e644;
	border-bottom: 0;
}
#about .point_detail .detail_item .att_text_area p{
	color: #111111;
	font-size: 28px;
	text-align: center;
	line-height: 1.42;
	letter-spacing: 0.04em;
	font-weight: bold;
}
#about .point_detail .detail_item .yachin_copmare_box{
	background-color: #fff;
	border-radius: 16px;
	padding: 40px 60px 30px;
}
#about .point_detail .detail_item .yachin_copmare_box .compare_detail{
	margin-bottom: 5px;
}
#about .point_detail .detail_item .yachin_copmare_box .compare_detail img{
	width: 100%;
	height: auto;
	max-width: 843px;
}
#about .point_detail .detail_item .yachin_copmare_box .more_detail p{
	font-size: 13px;
	line-height:1.7;
	color: #555555;
}
#about .point_detail .detail_item .bottom_container{
	display: flex;
	margin-bottom: 114px;
}
#about .point_detail .detail_item .bottom_container .container_left{
	max-width: 520px;
}
#about .point_detail .detail_item .bottom_container .container_left h4{
	font-weight: 500;
	margin-bottom: 24px;
	font-size: 28px;
	letter-spacing: 0.04em;
}
#about .point_detail .detail_item .bottom_container .container_left p{
	font-size: 16px;
	line-height: 1.875;
	margin-bottom: 54px;
}
#about .point_detail .detail_item .bottom_container .container_right{
	margin-left: 80px;
	width: 100%;
	max-width: 440px;
}
#about .point_detail .detail_item .bottom_container .container_left figure,
#about .point_detail .detail_item .bottom_container .container_right figure{
	margin-bottom: 50px;
}
#about .point_detail .detail_item .bottom_container .container_right figure img{
	width:90.9%;
	height: auto;
}
#about .point_detail .detail_item .access_text{
	font-size: 16px;
	line-height: 1.875;
	margin-bottom: 64px;	
}
#about .point_detail .detail_item .souba_title{
	font-size: 24px;
	margin-bottom: 25px;
}
#about .point_detail .detail_item .souba_title .sub{
	font-size: 13px;
	padding-left: 16px;
}
#about .point_detail .detail_item .souba_area{
	background-color: #fff;
	border-radius: 16px;
	padding: 30px 50px 35px;
	margin-bottom: 25px;
	position: relative;
	z-index: 3;
}
#about .point_detail .detail_item .souba_wrapper{
	position: relative;
	padding-bottom: 214px;
}
#about .point_detail .detail_item .souba_wrapper.tokyo_area{
	padding-bottom: 0;
}
#about .point_detail .detail_item .souba_wrapper .souba_bk_sp{
	display: none;
}
#about .point_detail .detail_item .souba_bk_wrapper .souba_bk{
	/* position: absolute;
	top: 0; */
}
#about .point_detail .detail_item .souba_bk_wrapper .souba_bk{
	position: absolute;
	bottom: 60px;
	width: 100vw;
	margin: 0 calc(50% - 50vw);
}
#about .point_detail .detail_item .souba_bk_wrapper .souba_bk img{
	width: 100%;
	height: auto;
}
#about .point_detail .detail_item .souba_list{
	display: flex;
	flex-wrap: wrap;
}
#about .point_detail .detail_item .souba_list li{
	/*width: calc(( 100% / 3) - 20px);*/
	max-width: 295px;
	width: 100%;
	margin-left: 26px;
	margin-bottom: 15px;
	display: flex;
	justify-content: space-between;
	padding-bottom: 4px;
	border-bottom: 1px solid #C3C3C3;
}
#about .point_detail .detail_item .souba_list li:nth-child(3n+1){
	margin-left: 0;
}
#about .point_detail .detail_item .souba_list li .place{
	font-size: 17px;
}
#about .point_detail .detail_item .souba_list li .price{
	font-size: 21px;
	font-family: "Poppins",sans-serif;
}
#about .point_detail .detail_item .souba_list li .price .en{
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 17px;
}
#about .point_detail .detail_item .souba_list li .price .nedan{
	font-weight: 500;
}
#about .point_detail .detail_item .souba_place{
	text-align: center;
	font-size: 25px;
	margin-bottom: 35px;
}
#about .point_detail .detail_item .souba_place span.text{
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: "Poppins", sans-serif;
}
#about .point_detail .detail_item .souba_place span.text:before,
#about .point_detail .detail_item .souba_place span.text:after{
	border-top: 1px solid;
	content: "";
	width: 86px; /* 線の長さ */
}
#about .point_detail .detail_item .souba_place span.text:before{
	margin-right: 50px; /* 文字の右隣 */
}
#about .point_detail .detail_item .souba_place span.text:after{
	margin-left: 50px; /* 文字の左隣 */
}
#about .point_detail .detail_item .souba_place.tokyo{
	color: #3B93AA;
}
#about .point_detail .detail_item .souba_place.osaka{
	color: #D86262;
}
.cv{
	max-width: 1040px;
	width: 100%;
	margin: 0 auto;
	padding-bottom: 160px;
}
.cv .cv_area{
	max-width: 1040px;
	width: 100%;
	margin: 0 auto;
}
#about .cv{
	padding: 140px 0;
}
.cv_area{
	background-color: #F8E644;
	border-radius: 20px;
	padding: 40px 30px 30px;
}
.cv_area .top_text{
	text-align: center;
	font-size: 28px;
	color: #4B1600;
	line-height: 1.57;
	font-weight: bold;
	letter-spacing: 0.03em;
	margin-bottom: 24px;
}
.cv_area .btn_area{
	text-align: center;
}
.cv_area .btn_area a{
	background-color: #F08307;
	color: #fff;
	font-weight: 500;
	font-size: 28px;
	text-decoration: none;
	padding: 20px 0;
	border-radius: 56px;
	display: block;
	max-width: 600px;
	margin: 0 auto 30px;
	transition: all 0.5s;
}
.cv_area .btn_area a:hover{
	color: #F08307;
	background-color: #fff;
}
.cv_area .btn_area a .text{
	position: relative;
}
.cv_area .btn_area a .text::after{
	position: absolute;
	top: 15px;
	right: -28px;
	content: "";
	width: 12px;
	height: 16px;
	background-image: url(../images/btn_icon.svg);
	background-position: center;
	background-size: cover;
}
.cv_area .btn_area a:hover .text::after{
	background-image: url(../images/btn_icon_orange.svg);
}
.cv_area .bottom_text{
	font-size: 14px;
	color: #555555;
	text-align: center;
}

/* ----------------------------------------------------------------------
	Feature
---------------------------------------------------------------------- */
#features{
	margin-top: -48px;
	border-top-left-radius: 48px;
	border-top-right-radius: 48px;
	position: relative;
	padding: 125px 0 0;
	background-color: #fff;
}
#features .featured_text_wrapper{
	padding: 0 20px;
}
#features .features_top_container{
	display: flex;
	margin-bottom: 42px;
	width: 100%;
	max-width: 1040px;
	margin: 0 auto 69px;
	position: relative;
	z-index: 2;
}
#features .features_top_container::after{
	position: absolute;
	top: 0;
	left: 100%;
	content: url(../images/text_features.svg);
	z-index: -1;
}
#features .features_top_container .text_area{
	margin: 0 auto ;
	padding-right: 80px;
}
#features .features_top_container .text_area h2{
	font-size: 20px;
	color: #666666;
	position: relative;
	padding-left: 35px;
	margin-bottom: 50px;
}
#features .features_top_container .text_area h2::before,
#features .features_top_container .text_area h2::after{
	position: absolute;
	top: 0;
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	border-radius: 4px;
}
#features .features_top_container .text_area h2::before{
	background-color: #F8E644;
	top: 6px;
	left: 5px;
}
#features .features_top_container .text_area h2::after{
	background-color: #F08307;
	top: 3px;
	left: 0;
}
#features .features_top_container .text_area h3{
	font-size: 40px;
	line-height: 1.55;
	margin-bottom: 55px;
}
#features .house_list{
	display: flex;
	justify-content: center;
	max-width: 1040px;
	width: 100%;
	margin: 0 auto 160px;
}
#features .house_list li{
	max-width: 345px;
	width: 100%;
	margin-left: 33px;
}
#features .house_list li:first-child{
	margin-left: 0;
}
#features .house_list li .att_area{
	display: none;
}
#features .att_list{
	display: flex;
	justify-content: center;
	max-width: 1040px;
	width: 100%;
	margin: 0 auto;
}
#features .att_list li{
	background-color: #844B20;
	color: #fff;
	font-weight: bold;
	font-size: 20px;
	line-height: 1.6;
	height: 86px;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	border-radius: 8px;
	text-align: center;
	margin-bottom: 40px;
	position: relative;
	max-width: 345px;
	width: 100%;
	margin-left: 33px;
}
#features .att_list li:first-child{
	margin-left: 0;
}
#features .att_list li ::after{
	content: "";
	display: block;
	position: absolute;
	bottom: -19px;
	right: 0;
	left: 0;
	margin: 0 auto;
	width: 0;
	height: 0;
	border-style: solid;
	border-right: 17px solid transparent;
	border-left: 17px solid transparent;
	border-top: 19px solid #844B20;
	border-bottom: 0;
}
#features .house_list li .house_detail{
	background-color: #F6F6F2;
	border-radius: 20px;
	padding: 20px 24px;
}
#features .house_list li .house_detail .att_area{
	display: flex;
	justify-content: center;
	max-width: 1040px;
	width: 100%;
	margin: 0 auto;
}
#features .house_list li .house_detail  .att_area{
	background-color: #844B20;
	color: #fff;
	font-weight: bold;
	font-size: 20px;
	line-height: 1.6;
	height: 86px;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	border-radius: 8px;
	text-align: center;
	margin-bottom: 40px;
	position: relative;
	max-width: 345px;
	width: 100%;
	margin-left: 33px;
}
#features .house_list li .house_detail  .att_area:first-child{
	margin-left: 0;
}
#features .house_list li .house_detail  .att_area::after{
	content: "";
	display: block;
	position: absolute;
	bottom: -19px;
	right: 0;
	left: 0;
	margin: 0 auto;
	width: 0;
	height: 0;
	border-style: solid;
	border-right: 17px solid transparent;
	border-left: 17px solid transparent;
	border-top: 19px solid #844B20;
	border-bottom: 0;
}
#features .house_list li .house_detail .top_text{
	font-size: 16px;
	font-family: "Poppins",sans-serif;
	color: #CFA20D;
	text-align: center;
	margin-bottom: 15px;
}
#features .house_list li .house_detail h4{
	display: flex;
	font-size: 24px;
	align-items: center;
	margin-bottom: 10px;
}
#features .house_list li .house_detail h4 > span{
	display: block;
}
#features .house_list li .house_detail h4 > span.text > .small{
	display: block;
	font-size: 16px;
}
#features .house_list li .house_detail h4 > span.img{
	margin-right: 12px;
}
#features .house_list li .house_detail h4 > span.img img{
	width: 60px;
}
#features .house_list li .house_detail figure{
	margin-bottom: 16px;
}
#features .house_list li .house_detail figure img{
	width: 100%;
	height: auto;
}
#features .house_plan > li{
	margin-bottom: 160px;
}
#features .house_plan > li:nth-child(2){
	margin-bottom: 164px;
}
#features .plan_title_wrapper{
	width: 100%;
	/*max-width: 1040px;*/
	/*margin: 0 auto 60px;*/
	max-width: 1500px;
	margin: 0 0 60px auto;
	padding: 0 20px;
}
#features .house_plan li .plan_title{
	display: flex;
	align-items: center;
}
#features .house_plan li .plan_title .icon img{
	width: 90px;
}
#features .house_plan li .plan_title .text_area{
	margin-left: 32px;
}
#features .house_plan li .plan_title .plan_detail{
	display: flex;
	align-items: center;
}
#features .house_plan li .plan_title .plan_detail .plan_name{
	font-weight: 500;
	font-size: 40px;
}
#features .house_plan li .plan_title .plan_detail .plan_name .small{
	font-size: 24px;
}
#features .house_plan li .plan_title .text_area .small_title{
	font-size: 16px;
	font-family: "Poppins",sans-serif;
	color: #CFA20D;
}
#features .house_plan li .plan_title .plan_detail .plan_price{
	display: flex;
	align-items: center;
	margin-left: 40px;
}
#features .house_plan li .plan_title .plan_detail .plan_price.kagukaden{
	margin-left: 72px;
}
#features .house_plan li .plan_title .plan_detail .plan_price .yachin_icon{
	color: #fff;
	background-color: #707070;
	font-size: 18px;
	font-weight: 500;
	padding: 4px 14px;
	border-radius: 20px;
	text-align: center;
	width: 64px;
	height: 34px;
}
#features .house_plan li .plan_title .plan_detail .plan_price .yachin .price{
	margin-left: 13px;
}
#features .house_plan li .plan_title .plan_detail .plan_price .yachin .price{
	font-family: "Poppins",sans-serif;
	font-size: 44px;
	font-weight: 500;
}
#features .house_plan li .plan_title .plan_detail .plan_price .yachin .yen{
	font-size: 20px;
}
#features .plan_top_container{
	display: flex;
	margin-bottom: 40px;
	position: relative;
	z-index: 2;
}
#features .plan_top_container .container_right img{
	width: 100%;
	height: auto;
}
#features .plan_top_container .container_left{
	width: 100%;
	max-width: 620px;
	margin-left: auto;
	padding-right: min(4vw, 80px);
	padding-left: 20px;
}
#features .plan_top_container .container_left h4{
	font-weight: 500;
	margin-bottom: 19px;
	font-size: 28px;
	line-height: 1.7;
}
#features .plan_top_container .container_left .top_text{
	font-size: 16px;
	line-height:1.875;
	margin-bottom: 28px;
}
#features .plan_top_container .container_left .top_text.share_text{
	margin-bottom: 60px;
}
#features .plan_top_container .container_left .top_text.special{
	margin-bottom: 78px;
}
#features .plan_top_container .container_left .kinds_text{
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 15px;
}
#features .plan_top_container .container_left .room_detail_box{
	background-color: #F6F6F2;
	border-radius: 16px;
	padding: 30px 40px;
}
#features .plan_top_container .container_left .room_detail_box .room_title{
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 15px;
}
#features .plan_top_container .container_left .room_detail_box .room_title.special{
	margin-bottom: 25px;
}
#features .plan_top_container .container_left .room_detail_box .room_title.yellow{
	/*color: #CFA20D;*/
	margin-bottom: 30px;
}
#features .plan_top_container .container_left .room_detail_box .img_list{
	display: flex;
	gap: 20px 10px;
	margin-bottom: 24px;
	flex-wrap: wrap;
}
#features .plan_top_container .container_left .room_detail_box .img_list.plan03_list{
	margin-bottom: 14px;
}
#features .plan_top_container .container_left .room_detail_box .img_list.special{
	margin-bottom: 15px;
}
#features .plan_top_container .container_left .room_detail_box .img_list:last-child{
	margin-bottom: 10px;
}
#features .plan_top_container .container_left .room_detail_box .img_list li figure{
	margin-bottom: 7px;
}
#features .plan_top_container .container_left .room_detail_box .img_list li p{
	text-align: center;
	font-size: 13px;
}
#features .plan_top_container .container_left .room_detail_box .bottom_text{
	font-size: 13px;
	line-height: 1.5;
	color: #555555;
}
#features .semi_text_wrapper{
	position: relative;
	overflow-x: clip;
}
#features .semi_text_wrapper figure img{
	width: 100%;
	height: auto;
}
#features .semi_text_wrapper figure{
	position: absolute;
	top: -130px;
	left: 0;
	width: 100%;
}
#features .semishare_img_container figure img{
	width: 100%;
	height: auto;
}
#features .semishare_img_container figure{
	margin: 0 15px;
}
#features .sharehouse_kinds_list{
	max-width: 1040px;
	width: 100%;
	margin:120px auto 30px;
	/*padding-left: 20px;*/
	position: relative;
	z-index: 2;
}
#features .sharehouse_kinds_list::after{
	position: absolute;
	z-index: 1;
	top: 0;
	left: 100%;
	content: url(../images/text_sharehouse.svg);
	z-index: -1;
}
#features .sharehouse_kinds_list li{
	display: flex;
	margin-bottom: 120px;
}
#features .sharehouse_kinds_list li .container_left{
	width: 100%;
	max-width: 600px;
	padding-right: 80px;
}
#features .sharehouse_kinds_list li .container_left .kinds_title{
	font-size: 32px;
	margin-bottom: 15px;
}
#features .sharehouse_kinds_list li .container_left{
	width: 100%;
	max-width: 600px;
	padding-right: 80px;
}
#features .sharehouse_kinds_list li .container_left .plan_price{
	display: flex;
	align-items: center;
	margin-bottom: 30px;
}
#features .sharehouse_kinds_list li .container_left .plan_price .yachin_icon{
	color: #fff;
	background-color: #707070;
	font-size: 18px;
	font-weight: 500;
	padding: 4px 14px;
	border-radius: 20px;
	text-align: center;
	width: 64px;
	height: 34px;
}
#features .sharehouse_kinds_list li .container_left .plan_price .yachin .price{
	margin-left: 13px;
}
#features .sharehouse_kinds_list li .container_left .plan_price .yachin .price{
	font-family: "Poppins",sans-serif;
	font-size: 44px;
	font-weight: 500;
}
#features .sharehouse_kinds_list li .container_left .plan_price .yachin .yen{
	font-size: 20px;
}
#features .sharehouse_kinds_list li .container_left .kinds_main_text{
	font-size: 28px;
	line-height: 1.7;
	font-weight: bold;
}
#features .sharehouse_kinds_list li .container_left .sub_text{
	font-size: 20px;
	margin-bottom: 15px;
}
#features .sharehouse_kinds_list li .container_left .small_text{
	font-size: 16px;
}
.fanitured_house_img_container{
	z-index: 4;
}
.fanitured_house_img_container figure{
	margin: 0 15px;
}
.fanitured_text_wrapper{
	overflow-x: clip;
	padding-top: 50px;
	position: relative;
}
.fanitured_text_wrapper figure{
	position: absolute;
	top: -90px;
	left: 0;
	width: 100%;
	z-index: 2;
}
.fanitured_house_img_container figure img{
	width: 100%;
	height: auto;
}
#room_img figure img{
	width: 100%;
	height: auto;
}
#flow{
	padding: 150px 0;
}
#flow .osusume_area{
	margin-bottom: 160px;
}
#flow .osusume_area h2{
	text-align: center;
	margin-bottom: 60px;
}
#flow .osusume_area h2 span{
	display: inline-block;
	color: #CFA20D;
	font-size: 40px;
	font-weight: bold;
	position: relative;
}
#flow .osusume_area h2 span::before,
#flow .osusume_area h2 span::after{
	content: "";
	display: block;
	background-color: #CFA20D;
	width: 1px;
	height: 58px;
	position: absolute;
	top: 0;
}
#flow .osusume_area h2 span::before{
	transform: rotate(150deg);
	left: -44px;
}
#flow .osusume_area h2 span::after{
	transform: rotate(30deg);
	right: -44px;
}
#flow .osusume_area .osusume_list{
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 60px;
}
#flow .osusume_area .osusume_list li figure{
	margin-bottom: 25px;
}
#flow .osusume_area .osusume_list li p{
	font-size: 20px;
	font-weight: 500;
	text-align: center;
	line-height: 1.4;
}
#flow .flow_area h2{
	color: #CFA20D;
	font-size: 40px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 60px;
}
#flow .flow_area .flow_list02{
	display: flex;
	max-width: 1080px;
	width: 100%;
	padding: 0 20px;
	margin: 0 auto;
}
#flow .flow_area .flow_list02 li{
	display: flex;
	align-items: flex-start;
	min-height: 220px;
	max-width: 184px;
	width: 100%;
	margin-right: 30px;
	padding: 20px;
	background-color: #CFA20D;
	border-radius: 8px;
	color: #fff;
	text-align: center;
	position: relative;
}
#flow .flow_area .flow_list02 li::after{
	position: absolute;
	top: 100px;
	right: -23px;
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;
	border-left: 16px solid #cfa20d;
	border-right: 0;
}
#flow .flow_area .flow_list02 li:last-child{
	margin-right: 0;
	padding-bottom: 12px;
}
#flow .flow_area .flow_list02 li:last-child:after{
	display: none;
}
#flow .flow_area .flow_list02 li .box{
	width: 100%;
}
#flow .flow_area .flow_list02 li .box h3{
	font-family: "Poppins", sans-serif;
	font-size: 20px;
	line-height: 28px;
	margin-bottom: 22px;
}
#flow .flow_area .flow_list02 li .box .image{
	max-width: 100px;
	width: 100%;
	margin: 0 auto 19px auto;
	text-align: center;
}
#flow .flow_area .flow_list02 li:last-child .box .image{
	margin-bottom: 6px;
}
#flow .flow_area .flow_list02 li .txt{
	font-size: 18px;
	line-height: 26px;
	font-weight: 600;
}





#flow .flow_area .flow_list{
	display: flex;
	justify-content: center;
}
#flow .flow_area .flow_list li{
	background-color: #CFA20D;
	border-radius: 8px;
	color: #fff;
	max-width: 184px;
	width: 100%;
	margin-left: 30px;
	padding: 15px 0;
	text-align: center;
	position: relative;
}
#flow .flow_area .flow_list li::after{
	position: absolute;
	top: 100px;
	right: -23px;
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;
	border-left: 16px solid #cfa20d;
	border-right: 0;
}
#flow .flow_area .flow_list li:last-child:after{
	content: none;
}
#flow .flow_area .flow_list li:first-child{
	margin-left: 0;
}
#flow .flow_area .flow_list li .title{
	font-family: "Poppins", sans-serif;
	font-size: 20px;
	margin-bottom: 30px;
}
#flow .flow_area .flow_list li figure{
	margin-bottom: 11px;
}
#flow .flow_area .flow_list li .text{
	font-size: 18px;
	font-weight: 500;
	line-height: 1.44;
}
.faq_form{
	padding: 160px 0;
	background-color: #F6F6F2;
}
.faq_form .contact_notice{
	padding: 15px;
	font-size: 14px;
	border: 2px solid #f08307;
	margin-bottom: 30px;
}
.faq_form .faq_area{
	margin-bottom: 150px;
}
.faq_form .faq_area h2{
	font-weight: bold;
	font-size: 40px;
	margin-bottom: 40px;
	text-align: center;
}
.faq_form .faq_area .faq_list{
	max-width: 880px;
	width: 100%;
	margin: 0 auto;
}
.faq_form .faq_area .faq_list li{
	padding: 30px 0;
	border-bottom: 1px solid #CCCCCC;
}
.faq_form .faq_area .faq_list li .question_area{
	display: flex;
	align-items: center;
	margin-bottom: 25px;
}
.faq_form .faq_area .faq_list li .question_area .qmark{
	font-family: Poppins, sans-serif;
	color: #fff;
	width: 56px;
	height: 56px;
	background-color: #F08307;
	font-size: 32px;
	font-weight: 500;
	text-align: center;
	border-radius: 50px;
	line-height: 1.7;
}
.faq_form .faq_area .faq_list li .question_area .text{
	font-weight: bold;
	font-size: 24px;
	margin-left: 20px;
}
.faq_form .faq_area .faq_list li .answer_area{
	padding-left: 80px;
}
.faq_form .faq_area .faq_list li .answer_area p{
	font-size: 18px;
}
.faq_form .form_area{
	max-width: 1040px;
	width: 100%;
	margin: 0 auto;
}
.faq_form .form_area .form_box{
	background-color: #fff;
	border-radius: 24px;
	padding: 80px;
}
.faq_form .form_area .form_box h2.form_title{
	font-size: 40px;
	line-height: 1.55;
	text-align: center;
	margin-bottom: 80px;
}
.faq_form .form_area .form_box .form_list{
	margin-bottom: 55px;
}
.faq_form .form_area .form_box .form_list li{
	margin-bottom: 27px;
}
.faq_form .form_area .form_box .form_list li .text_area{
	margin-bottom: 7px;
}
.faq_form .form_area .form_box .form_list li .text_area .content{
	vertical-align: middle;
}
.faq_form .form_area .form_box .form_list li .text_area .content .text{
	font-size: 18px;
}
.faq_form .form_area .form_box .form_list li .text_area .content .hissu,
.faq_form .form_area .form_box .form_list li .text_area .content .any{
	margin-left: 10px;
	border-radius: 3px;
	color: #fff;
	font-size: 12px;
	padding: 1px 10px;
}
.faq_form .form_area .form_box .form_list li .text_area .content .hissu{
	background-color: #CC3C3C;
}
.faq_form .form_area .form_box .form_list li .text_area .content .any{
	background-color: #47B8FE;
}
.faq_form .form_area .form_box .form_list li input,
.faq_form .form_area .form_box .form_list li textarea{
	border: 1px solid #CCCCCC;
	border-radius: 8px;
	padding: 15px 20px;
	width: 100%;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 16px;
	color: #111111;
}
.faq_form .form_area .form_box .form_list li textarea{
	height: 240px;
}
/*.faq_form .form_area .form_box .form_list li input.tel_number,
.faq_form .form_area .form_box .form_list li input[type="radio"] {
	width: auto;
}*/
.faq_form .form_area .form_box .form_list li input[type="radio"]{
	width: 25px;
	height: 25px;
	background: #FFF;
	vertical-align: middle;
	margin: 0 5px 0 0;
	cursor: pointer;
}
.faq_form .form_area .form_box .form_list li label{
	position: relative;
	cursor: pointer;
	font-size: 16px;
	vertical-align: middle;
}
.faq_form span.wpcf7-list-item{
	display: inline-block;
}
.faq_form span.wpcf7-list-item.first{
	margin: 0 10px 0 0;
}
.faq_form .form_area .form_box .privacy_check label{
	position: relative;
	cursor: pointer;
	font-size: 16px;
	vertical-align: middle;
}
.faq_form .form_area .form_box .privacy_check .wpcf7-checkbox{
	display: inline-block;
	vertical-align: middle;
}
.faq_form .form_area .form_box .privacy_check input[type="checkbox"]{
	width: 25px;
	height: 25px;
}
.faq_form .form_area input[type="text"].wpcf7c-conf,
.faq_form .form_area input[type="email"].wpcf7c-conf,
.faq_form .form_area input[type="tel"].wpcf7c-conf,
.faq_form .form_area textarea.wpcf7c-conf,
.faq_form .form_area select.wpcf7c-conf,
.faq_form .form_area input[type="text"].wpcf7c-conf:-webkit-autofill,
.faq_form .form_area input[type="email"].wpcf7c-conf:-webkit-autofill,
.faq_form .form_area input[type="tel"].wpcf7c-conf:-webkit-autofill,
.faq_form .form_area textarea.wpcf7c-conf:-webkit-autofill {
	background: #ececec;
	box-shadow: 0 0 0px 1000px #ececec inset;
	border: 1px solid #A9A9A9;
}
.faq_form .form_area .form_box .form_list li .mwform-radio-field-text{
	font-size: 20px;
}
.faq_form .form_area .form_box .form_list li select{
	border: 1px solid #CCCCCC;
	border-radius: 8px;
	padding: 17px 20px;
	width: 100%;
	background-color: #fff;
	color: #111111;
}
.faq_form .privacy_check{
	text-align: center;
	font-size: 16px;
	color: #111111;
	margin-bottom: 50px;
}
.faq_form .privacy_check a{
	text-align: center;
	font-size: 16px;
	color: #111111;
}
.faq_form .privacy_check .mwform-checkbox-field-text{
	display: none;
}
.faq_form .submit_area_wrapper{
	text-align: center;
}
.faq_form .submit_area{
	display: inline-block;
	position: relative;
}
.faq_form .submit_area::before{
	position: absolute;
	top: 22px;
	right: 37px;
	content: "";
	display: block;
	width: 12px;
	height: 19px;
	background-image: url(../images/submit_icon.svg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	display: none;
}
.faq_form .submit_area:hover::before{
	background-image: url(../images/submit_icon_orange.svg);
}
.faq_form .submit_area .wpcf7c-btn-back{
	margin-bottom: 20px;
}
.faq_form .submit_area input{
	display: block;
	background-color: #F0830F;
	color: #fff;
	border-radius: 50px;
	border: 1px solid #F0830F;
	font-weight: bold;
	font-size: 24px;
	width: 320px;
	height: 64px;
	cursor: pointer;
}
.faq_form .submit_area input:hover{
	color: #F0830F;
	background-color: #fff;
}

/* ----------------------------------------------------------------------
	Thanks
---------------------------------------------------------------------- */
#thanks{
	padding: 120px 0 150px 0;
	margin-top: 86px;
}
#thanks h2{
	color: #F08307;
	font-size: 34px;
	line-height: 48px;
	text-align: center;
	margin-bottom: 40px;
}
#thanks .txt{
	font-size: 16px;
	line-height: 28px;
}


/* ----------------------------------------------------------------------
	Footer
---------------------------------------------------------------------- */
#footer{
	border-top: 2px solid #CCCCCC;
	padding: 50px 0;
	background-color: #F6F6F2;
}
#footer .footer_logo_area{
	text-align: center;
	margin-bottom: 40px;
}
#footer .footer_logo_area img{
	max-width: 217px;
}
#footer .footer_nav {
	margin-bottom: 45px;
}
#footer .footer_nav ul li{
	text-align: center;
	margin-bottom: 15px;
}
#footer .footer_nav ul li a{
	color: #888888;
	text-decoration: none;
	font-size: 13px;
}
#footer .copyright_area{
	text-align: center;
	font-size: 12px;
	font-family: "Poppins",sans-serif;
	color: #B3B3B3;
}
#totop{
	position: fixed;
	z-index: 9998;
	bottom: 10px;
	right: 10px;
	opacity: 1;
	transition: opacity 0.4s;
}
#totop.btm{
	opacity: 0;
	pointer-events: none;
}

/* 768px以下の場合 */
@media screen and (max-width: 768px){
	.pc{
		display: none;
	}
	.sp{
		display: block;
	}
	#header .header_wrapper{
		padding: 0 5%;
		height: 50px;
		position: fixed;
		width: 100%;
		z-index: 4;
		background-color: #F6F6F2;
		box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
	}
	#header .header_wrapper .header_logo img{
		width: 50%;
	}
	#header .header_wrapper .header_nav{
		position: absolute;
		top: 49px;
		left: 0;
		margin-left: 0;
		background-color:#F6F6F2;
		padding: 0 5% 5%;
		z-index: 2;
		width: 100%;
		display: none;
	}
	#header .header_wrapper .header_nav.active{
		display: block;
	}
	#header .header_wrapper .header_nav ul{
		display: block;
	}
	#header .header_wrapper .header_nav ul li{
		padding: 10px 0;
		border-bottom: 1px solid #c4c4c4;
		margin-right: 0;
	}
	#header .header_wrapper .header_nav ul li a{
		font-size: 14px;
	}
	#header .header_wrapper .header_nav ul li:last-child{
		display: none;
	}
	#header .header_wrapper .hdr_contact_sp{
		display: block;
		position: absolute;
		top: 0;
		right: 50px;
		z-index: 4;
	}
	#header .header_wrapper .hdr_contact_sp a{
		display: flex;
		align-items: center;
		text-align: center;
		justify-content: center;
		width: 102px;
		height: 50px;
		background: #F08307;
		color: #FFF;
		text-decoration: none;
		opacity: 1;
		transition: opacity 0.2s;
	}
	#header .header_wrapper .hdr_contact_sp a:hover{
		opacity: 0.6;
	}
	#header .header_wrapper .hdr_contact_sp a span{
		display: block;
		font-weight: 600;
		font-size: 14px;
		line-height: 20px;
	}
	#header .header_wrapper .toggle_area{
		display: block;
		position: absolute;
		top: 0;
		right: 0;
		z-index: 3;
	}
	#header .header_wrapper .toggle_area button{
		border: none;
		background-color: #111;
		width: 50px;
		height: 50px;
		position: relative;
	}
	#header .header_wrapper .toggle_area button span{
		background-color: #fff;
		width: 50%;
		height: 3px;
		display: block;
		margin: 0 auto 6px;
		position: absolute;
		left: 23%;
	}
	#header .header_wrapper .toggle_area button span:nth-of-type(1){
		top: 13px;
	}
	#header .header_wrapper .toggle_area button span:nth-of-type(2){
		top: 23px;
	}
	#header .header_wrapper .toggle_area button span:nth-of-type(3){
		top: 33px;
	}
	#header .header_wrapper .toggle_area.active button span:nth-of-type(1){
		transform: translateY(0px) rotate(-45deg);
		top: 25px;
	}
	#header .header_wrapper .toggle_area.active button span:nth-of-type(2){
		left: 50%;
		opacity: 0;
		animation: active-menu05-bar02 .8s forwards;
	}
	#header .header_wrapper .toggle_area.active button span:nth-of-type(3){
		top: 25px;
		transform: translateY(0px) rotate(45deg);
	}
	.inner1040{
		padding: 0 30px;
	}
	.fv{
		margin-top: 0;
		padding-top: 80px;
	}
	.fv .pc_fv{
		padding-bottom: 41px;
	}
	.fv .pc_fv .container_right{
		display: none;
	}
	.fv .pc_fv .container_left{
		width: 100%;
		max-width: 600px;
		margin: 0 auto;
		padding: 0;
	}
	.fv .pc_fv .container_left .top_text{
		font-size: 20px;
		margin-bottom: 15px;
		padding-left: 5%;
	}
	.fv .pc_fv .container_left h1{
		font-size: 30px;
		margin-top: -60px;
		letter-spacing: 0;
	}
	.fv .pc_fv .container_left h1 span{
		font-size: 30px;
		background-color: #F6F6F2;
		padding-left: 30px;
		line-height: 1.55;
	}
	.fv .pc_fv .container_left h1 span:nth-of-type(1){
		padding: 0 20px 10px 30px;
	}
	.fv .pc_fv .container_left .bottom_text{
		font-size: 18px;
		margin-bottom: 25px;
		padding: 0 30px;
		line-height: 1.55;
	}
	.fv .pc_fv .container_left .top_text::before{
		top: -20px;
		right: 3%;
		width: 140px;
		height: 140px;
		z-index: 2;
	}
	.fv .pc_fv  .container_left .sp_img{
		display: block;
		margin-bottom: 20px;
	}
	.fv .pc_fv  .container_left .sp_img img{
		width: 100%;
		height: auto;
	}
	.fv .pc_fv .container_left .fv_btn_area {
		margin: 0 30px;
	}
	.fv .pc_fv .container_left .fv_btn_area a{
		font-size: 22px;
		padding: 5px 0;
	}
	.fv .pc_fv .container_left .fv_btn_area a .icon{
		top: 21px;
		right: 20px;
	}
	.fv .pc_fv .container_left .fv_btn_area a .icon svg{
		width: 10px;
	}
	#about{
		padding: 40px 0 110px;
	}
	#about::before{
		display: none;
	}
	#about .about_top_container{
		display: block;
		margin-bottom: 30px;
		padding: 0 30px;
	}
	#about .about_top_container .text_area{
		margin: 0 auto -80px;
		padding: 0;
	}
	#about .about_top_container .text_area h2{
		font-size: 16px;
		padding-left: 25px;
		margin-bottom: 20px;
	}
	#about .about_top_container .text_area h2::before, 
	#about .about_top_container .text_area h2::after{
		width: 15px;
		height: 15px;
	}
	#about .about_top_container .text_area h3{
		font-size: 30px;
		margin-bottom: 25px;
	}
	#about .about_top_container .text_area p{
		font-size: 16px;
		line-height: 1.875;
		/*letter-spacing: 0.05em;*/
		letter-spacing: calc(16px * 0.05);
	}
	#about .about_top_container .img_area{
		width: 100%;
		margin-left: auto;
		transform: translate(30px, 0);
		position: relative;
		z-index: -1;
	}
	#about .about_top_container .img_area img{
		width: 100%;
		height: auto;
	}
	#about .about_point_area .about_point_list{
		margin-bottom: 64px;
		flex-wrap: wrap;
		max-width: 400px;
	}
	#about .about_point_area .about_point_list li .point{
		font-size: 12px;
		margin-bottom: 5px;
	}
	#about .about_point_area .about_point_list li .title{
		font-size: 14px;
		margin-bottom: 0;
		line-height: 1.5;
	}
	#about .about_point_area .about_point_list li .triangle img{
		width: 20%;
	}
	#about .about_point_area .about_point_list li{
		width: 136px;
		height: 136px;
		margin-left: 0;
	}
	#about .about_point_area .about_point_list li:nth-child(2){
		margin-left: 20px;
	}
	#about .point_detail{
		padding: 0;
	}
	#about .point_detail .detail_item{
		padding: 0;
	}
	#about .point_detail .detail_item .title{
		margin-bottom: 14px;
	}
	#about .point_detail .detail_item .title .point_circle{
		width:60px;
		height: 60px;
	}
	#about .point_detail .detail_item .title .point{
		font-size: 12px;
	}
	#about .point_detail .detail_item .title .text{
		margin-left: 18px;
		font-size: 28px;
		letter-spacing: 0em;
	}
	#about .point_detail .detail_item .title .number{
		font-size: 20px;
	}
	#about .point_detail .detail_item .top_cotainer{
		flex-direction: column;
		margin-bottom: 25px;
	}
	#about .point_detail .detail_item .top_cotainer .container_left {
		margin-bottom: 20px;
	}
	#about .point_detail .detail_item .top_cotainer .container_left p{
		font-size: 16px;
		letter-spacing: calc(16px * 0.05);
	}
	#about .point_detail .detail_item .top_cotainer .container_right{
		margin-left: 0;
		text-align: center;
	}
	#about .point_detail .detail_item .top_cotainer .container_right figure{
		text-align: center;
		transform: translate(0,0);
	}
	#about .point_detail .detail_item .top_cotainer .container_right figure img{
		width: 100%;
		height: auto;
	}
	#about .point_detail .detail_item .att_text_area{
		margin: 0 auto 28px;
	}
	#about .point_detail .detail_item .att_text_area p{
		font-size: 18px;
		line-height: 1.44;
	}
	#about .point_detail .detail_item .att_text_area::after{
		border-right: 16px solid transparent;
		border-left: 16px solid transparent;
		border-top: 12px solid #f8e644;
		bottom: -12px;
	}
	#about .point_detail .detail_item .yachin_copmare_box{
		padding: 20px;
	}
	#about .point_detail .detail_item .yachin_copmare_box .compare_detail{
		margin-bottom: 15px;
	}
	#about .point_detail .detail_item .yachin_copmare_box .more_detail p{
		font-size: 13px;
		letter-spacing: calc(16px * 0.05);
	}
	#about .point_detail .detail_item .bottom_container .container_right figure{
		margin-bottom: 20px;
	}
	#about .point_detail .detail_item .bottom_container{
		flex-direction: column;
		margin-bottom: 10px;
	}
	#about .point_detail .detail_item .bottom_container .container_left{
		max-width: 100%;
	}
	#about .point_detail .detail_item .bottom_container .container_left h4{
		margin-bottom: 16px;
		font-size: 24px;
		font-weight: bold;
	}
	#about .point_detail .detail_item .bottom_container .container_left p{
		font-size: 16px;
		margin-bottom: 48px;
		letter-spacing: calc(16px * 0.05);
	}
	#about .point_detail .detail_item .bottom_container .container_right{
		margin-left: 0;
		max-width: unset;
	}
	
	#about .point_detail .detail_item .bottom_container .container_left figure img{
		width:100%;
		height: auto;
	}
	#about .point_detail .detail_item .bottom_container .container_right figure img{
		width:100%;
		height: auto;
	}
	#about .point_detail .detail_item .access_text{
		font-size: 16px;
		margin-bottom: 30px;
	}
	#about .point_detail .detail_item .souba_wrapper{
		padding-bottom: 0;
	}
	#about .point_detail .detail_item .souba_wrapper .souba_bk_sp{
		display: block;
	}
	#about .point_detail .detail_item .souba_area{
		padding: 25px 20px;
		margin-bottom: 10px;
	}
	#about .point_detail .detail_item .souba_area.tokyo_area{
		margin-bottom: 170px;
	}
	#about .point_detail .detail_item .souba_area.osaka_area{
		margin-bottom: 90px;
	}
	#about .point_detail .detail_item .souba_wrapper .souba_bk_sp{
		position: absolute;
		top: -120px;
		left: 0;
		width: 100vw;
		transform: translate(-30px, 0);
		z-index: 0;
	}
	#about .point_detail .detail_item .souba_wrapper .souba_bk_sp img{
		width: 100%;
		height: auto;
	}
	#about .point_detail .detail_item .souba_wrapper .souba_bk_sp.osaka_souba_bk_sp{
		top: -130px;
	}
	/* #about .point_detail .detail_item .souba_area:first-child::before{
		content: "";
		display: block;
		width: 100vw;
		height: 240px;
		background-position: center center;
		position: absolute;
		top: -130px;
		left: -8%;
		z-index: -1;
		background-image: url(../images/tokyo_img_sp.png);
	} */
	#about .point_detail .detail_item .souba_bk_wrapper{
		display: none;
	}
	#about .point_detail .detail_item .souba_title{
		font-size: 16px;
		margin-bottom: 152px;
	}
	#about .point_detail .detail_item .souba_title .main{
		font-size: 24px;
		font-weight: bold;
		margin-bottom: 5px;
		display: block;
	}
	#about .point_detail .detail_item .souba_title .sub{
		font-size: 13px;
		padding-left: 0;
		display: block;
	}
	#about .point_detail .detail_item .souba_list li{
		width: 100%;
		margin-left: 0;
		margin-bottom: 25px;
		padding-bottom: 0;
		line-height: 1;
		align-items: flex-start;
		padding-bottom: 3px;
	}
	#about .point_detail .detail_item .souba_list li:last-child{
		margin-bottom: 0;
	}
	#about .point_detail .detail_item .souba_place{
		font-size: 20px;
		margin-bottom: 22px;
	}
	#about .point_detail .detail_item .souba_place span.text:before{
		margin-right: 30px;
	}
	#about .point_detail .detail_item .souba_place span.text:after{
		margin-left: 30px;
	}
	#about .point_detail .detail_item .souba_list li .price{
		font-size: 16px;
	}
	#about .point_detail .detail_item .souba_list li .price .nedan{
		font-size: 21px;
	}
	.cv{
		padding: 0 0 80px;
	}
	.cv_area{
		width: 100vw;
		transform: translate(-30px,0);
		padding: 30px;
		border-radius: 0;
	}
	.cv .cv_area{
		max-width: unset;
		width: 100vw;
		margin: 0px auto;
		transform: translate(0,0);
	}
	.cv_area .top_text{
		font-size: 23.5px;
		margin-bottom: 20px;
		letter-spacing: 0em;
	}
	.cv_area .btn_area a{
		font-size: 22px;
		padding: 10px 0;
		margin: 0 auto 20px;
		line-height: 1.2;
	}
	.cv_area .btn_area a .text{
		display: block;
	}
	.cv_area .btn_area a .text::after{
		top: 20px;
		right: 13px;
		width: 12px;
		height: 15px;
	}
	.cv_area .bottom_text{
		font-size: 12px;
		text-align: left;
	}
	#features{
		padding: 65px 0 0;
		border-radius: 32px;
		transform: translate(0, -40px);
	}
	#features .featured_text_wrapper{
		padding: 0;
	}
	#features .features_top_container{
		display: block;
		margin: 0 auto 48px;
		padding: 0 30px;
	}
	#features .features_top_container::after{
		display: none;
	}
	#features .features_top_container .text_area{
		padding-right: 0;
	}
	#features .features_top_container .text_area h2{
		font-size: 16px;
		padding-left: 25px;
		margin-bottom: 20px;
	}
	#features .features_top_container .text_area h2::before, 
	#features .features_top_container .text_area h2::after{
		width: 15px;
		height: 15px;
	}
	#features .features_top_container .text_area h3{
		font-size: 30px;
		margin-bottom: 25px;
		line-height: 1.53;
	}
	#features .features_top_container .img_area figure img{
		width: 100%;
		height: auto;
	}
	#features .house_list{
		flex-direction: column;
		margin: 0 auto 80px;
		padding: 0 30px;
	}
	#features .house_list li{
		max-width: unset;
		width: 100%;
		margin-left: 0;
		margin-bottom: 60px;
	}
	#features .house_list li:last-child{
		margin-bottom: 0;
	}
	#features .att_list{
		display: none;
	}
	#features .house_list li .att_area{
		background-color: #844B20;
		color: #fff;
		font-weight: bold;
		line-height: 1.6;
		display: flex;
		justify-content: center;
		flex-direction: column;
		align-items: center;
		border-radius: 8px;
		text-align: center;
		position: relative;
		width: 100%;
		font-size: 20px;
		height: 82px;
		margin-bottom: 36px;
	}
	#features .house_list li .att_area::after{
		content: "";
		display: block;
		position: absolute;
		bottom: -15px;
		right: 0;
		left: 0;
		margin: 0 auto;
		width: 0;
		height: 0;
		border-style: solid;
		border-right: 18px solid transparent;
		border-left: 18px solid transparent;
		border-top: 16px solid #844B20;
		border-bottom: 0;
	}
	#features .house_list li .house_detail h4{
		font-size: 24px;
		margin-bottom: 20px;
	}
	#features .house_list li .house_detail h4 > span{
		line-height:1.25;
	}
	#features .house_list li .house_detail .top_text{
		font-size: 16px;
		margin-bottom: 15px;
	}
		
	#features .house_list li .house_detail figure{
		margin-bottom: 16px;
		text-align: center;
	}
	#features .house_list li .house_detail p{
		font-size: 15px;
	}
	#features .plan_title_wrapper{
		max-width: 100%;
		margin: 0 auto 14px;
		padding: 0;
	}
	#features .plan_top_container .container_left h4{
		margin-bottom: 18px;
		font-size: 28px;
		font-weight: 500;
		line-height: 1.42;
	}
	#features .plan_top_container .container_left h4.special{
		margin-bottom: 8px;
		font-size: 24px;
		font-weight: 600;
	}
	#features .plan_top_container .container_left .kinds_text{
		font-weight: 600;
		line-height: 36px;
	}
	#features .plan_top_container .container_left h4.syoki{
		font-size: 20px;
	}
	#features .plan_top_container .container_left .room_detail_box .room_title.special{
		margin-bottom: 13px;
	}
	#features .house_plan{
		margin-bottom: 40px;
	}
	#features .house_plan > li{
		margin-bottom: 80px;
	}
	#features .house_plan > li:nth-child(1){
		margin-bottom: 120px;
	}
	#features .house_plan > li:nth-child(2){
		margin-bottom: 80px;
	}
	#features .house_plan > li:nth-child(2) .plan_title .icon{
		margin-bottom: -25px;
	}
	#features .house_plan > li:nth-child(2) .plan_title{
		margin-bottom: 50px;
	}
	#features .house_plan > li:last-child{
		margin-bottom: 0;
	}
	#features .house_plan li .plan_title{
		justify-content: flex-start;
		padding: 0 30px;
	}
	#features .house_plan li .plan_title .icon{
		margin-bottom: 27px;
	}
	#features .house_plan li .plan_title .plan_detail{
		flex-direction: column;
		align-items: flex-start;
	}
	#features .house_plan li .plan_title .icon img{
		width: 80px;
	}
	#features .house_plan li .plan_title .text_area .small_title{
		font-size: 14px;
	}
	#features .house_plan li .plan_title .plan_detail .plan_name{
		font-size: 28px;
		font-weight: 600;
		line-height: 38px;
	}
	#features .house_plan li .plan_title .plan_detail .plan_name .small{
		font-size: 16px;
		line-height: 1;
		margin-top: 4px;
		display: block;
	}
	#features .house_plan li .plan_title .plan_detail .plan_price .yachin .price{
		font-size: 32px;
		margin-left: 8px;
		font-weight: 600;
	}
	#features .house_plan li .plan_title .plan_detail .plan_price{
		margin-left: 0;
	}
	#features .house_plan li .plan_title .plan_detail .plan_price.kagukaden{
		margin-left: 0;
	}
	#features .house_plan li .plan_title .plan_detail .plan_price .yachin_icon{
		font-size: 12px;
		width: 48px;
		height: 20px;
		padding: 0;
	}
	#features .house_plan li .plan_title .plan_detail .plan_price .yachin .yen{
		font-size: 16px;
		padding-left:4px ;
	}
	#features .house_plan li .plan_title .text_area{
		margin-left: 16px;
	}
	#features .plan_top_container .container_left{
		margin-left: 0;
		padding: 0 30px;
		max-width: 100%;
	}
	#features .plan_top_container {
		flex-direction: column-reverse;
	}
	#features .semi_text_wrapper{
		display: none;
	}
	#features .plan_top_container  .container_right{
		margin-bottom: 25px;
	}
	#features .plan_top_container .container_left .top_text{
		font-size: 16px;
		margin-bottom: 16px;
		letter-spacing: calc(16px * 0.05);
	}
	#features .plan_top_container .container_left .top_text.share_text{
		margin-bottom: 24px;
		font-size: 13px;
	}
	#features .plan_top_container .container_left .top_text.special{
		font-size: 16px;
		line-height: 2;
		margin-bottom: 24px;
		letter-spacing: 0;
	}
	#features .plan_top_container .container_left .room_detail_box{
		padding: 24px;
	}
	#features .plan_top_container .container_left .room_detail_box .room_title{
		margin-bottom: 13px;
	}
	#features .plan_top_container .container_left .room_detail_box .room_title.yellow{
		margin-bottom: 13px;
	}
	#features .plan_top_container .container_left .room_detail_box .img_list li p{
		font-size: 12px;
	}
	#features .plan_top_container .container_left .room_detail_box .img_list{
		margin-bottom: 27px;
		gap: 20px 27px;
	}
	#features .plan_top_container .container_left .room_detail_box .share_bottom_text{
		font-size: 13px;
	}
	#features .plan_top_container .container_left .room_detail_box .img_list li{
		width: calc((100% / 3) - 18px);
	}
	#features .plan_top_container .container_left .room_detail_box .img_list li figure{
		margin-bottom: 5px;
	}
	#features .plan_top_container .container_left .room_detail_box .img_list li figure img{
		width: 100%;
		height: auto;
	}
	#features .plan_top_container .container_left .room_detail_box .bottom_text{
		font-size: 13px;
		line-height: 22px;
	}
	.fanitured_text_wrapper {
		display: none;
	}
	.fanitured_text_wrapper figure{
	}
	#features .semishare_img_container figure{
		margin: 0 7px;
	}
	#features .sharehouse_kinds_list{
		margin:64px auto 120px;
		padding: 0 30px;
	}
	#features .sharehouse_kinds_list::after{
		display: none;
	}
	#features .sharehouse_kinds_list li{
		display: block;
		margin-bottom: 60px;
	}
	#features .sharehouse_kinds_list li .container_left{
		margin-bottom: 20px;
		padding-right: 0;
	}
	#features .sharehouse_kinds_list li .container_left .kinds_title{
		font-size: 28px;
		margin-bottom: 10px;
	}
	#features .sharehouse_kinds_list li .container_left .plan_price{
		margin-bottom: 15px;
	}
	#features .sharehouse_kinds_list li .container_left .plan_price .yachin_icon{
		font-weight: 600;
		font-size: 12px;
		width: 48px;
		padding: 0;
		height: 20px;
		line-height: 20px;
	}
	#features .sharehouse_kinds_list li .container_left .plan_price .yachin .yen{
		font-size: 16px;
		font-weight: 600;
		padding-left: 3px;
	}
	#features .sharehouse_kinds_list li .container_left .sub_text{
		margin-top: 10px;
		font-size: 16px;
		margin-bottom: 7px;
	}
	#features .sharehouse_kinds_list li .container_left .kinds_main_text{
		font-size: 20px;
		line-height: 32px;
	}
	#features .sharehouse_kinds_list li .container_left .small_text{
		font-size: 13px;
	}
	#features .sharehouse_kinds_list li .container_left .plan_price .yachin .price{
		font-size: 32px;
		font-weight: 600;
		margin-left: 8px;
	}
	#features .sharehouse_kinds_list li .container_right figure img{
		width: 100%;
		height: auto;
	}
	.fanitured_house_img_container figure{
		margin: 0 7px;
	}
	#flow{
		padding: 75px 5%;
	}
	#flow .osusume_area{
		margin-bottom: 120px;
	}
	
	#flow .osusume_area h2{
		margin-bottom: 32px;
	}
	#flow .osusume_area .osusume_list{
		margin-bottom: 30px;
		gap: 15px;
		align-items: flex-start;
	}
	#flow .osusume_area .osusume_list li{
		width: 28.5%;
	}
	#flow .osusume_area .osusume_list li figure img{
		width: 100%;
		height: auto;
	}
	#flow .flow_area .flow_list li::after{
/*		top: auto;
		right: auto;
		bottom: -63px;
		left: 50%; 
		transform: translate(-50%, -50%);
		border-right: 15px solid transparent;
		border-left: 15px solid transparent;
		border-top: 16px solid #cfa20d;*/
		left: 50%;
		top: auto;
		right: auto;
		bottom: -36px;
		transform: translateX(-50%);
		width:0;
		height:0;
		border-style:solid;
		border-width: 16px 15px 0 15px;
		border-color: #cfa20d transparent transparent transparent;
	}
	#flow .osusume_area h2 span{
		font-size: 28px;
		line-height: 1.35;
	}
	#flow .osusume_area h2 span::before, #flow .osusume_area h2 span::after{
		top: 16px;
	}
	#flow .osusume_area .osusume_list li figure{
		text-align: center;
		margin-bottom: 10px;
	}
	#flow .osusume_area .osusume_list li p{
		font-size: 12px;
	}
	#flow .flow_area .flow_list{
		display: block;
	}
	#flow .flow_area .flow_list li{
		margin: 0 auto 56px;
		/*padding: 10px 0 20px;*/
		padding: 15px 0 15px 0;
		max-width: unset;
		width: 220px;
		border-radius: 16px;
	}
	#flow .flow_area .flow_list li:first-child{
		margin: 0 auto 56px;
	}
	#flow .flow_area h2{
		font-size: 30px;
		margin-bottom: 48px;
	}
	#flow .flow_area .flow_list li figure{
		margin-bottom: 10px;
	}
	#flow .flow_area .flow_list li .title{
		margin-bottom: 15px;
		font-size: 24px;
	}
	#flow .flow_area .flow_list li .text{
		font-size: 18px;
		font-weight: 500;
		line-height: 1.44;
	}
	#flow .flow_area .flow_list02{
		display: block;
		max-width: 100%;
		padding: 0;
	}
	#flow .flow_area .flow_list02 li{
		align-items: center;
		min-height: 200px;
		max-width: 220px;
		margin: 0 auto 56px auto;
		padding: 16px 20px;
		border-radius: 16px;
		margin-bottom: 56px;
	}
	#flow .flow_area .flow_list02 li::after{
		left: 50%;
		top: auto;
		right: auto;
		bottom: -36px;
		transform: translateX(-50%);
		width:0;
		height:0;
		border-style:solid;
		border-width: 16px 15px 0 15px;
		border-color: #cfa20d transparent transparent transparent;
	}
	#flow .flow_area .flow_list02 li:last-child{
		padding-bottom: 12px;
		margin: 0 auto;
	}
	#flow .flow_area .flow_list02 li .box h3{
		font-size: 24px;
		line-height: 36px;
		margin-bottom: 12px;
	}
	#flow .flow_area .flow_list02 li:last-child .box h3{
		margin-bottom: 7px;
	}
	#flow .flow_area .flow_list02 li .box .image{
		max-width: 84px;
		margin: 0 auto 20px auto;
	}
	#flow .flow_area .flow_list02 li:last-child .box .image{
		margin-bottom: 7px;
	}
	.faq_form{
		padding: 80px 0;
	}
	.faq_form .contact_notice{
		font-size: 13px;
	}
	.faq_form .faq_area{
		margin-bottom: 20px;
	}
	.faq_form .faq_area h2{
		font-size: 30px;
		margin-bottom: 28px;
	}
	.faq_form .faq_area .faq_list{
		padding: 0 30px;
	}
	.faq_form .faq_area .faq_list li{
		padding: 15px 0;
	}
	.faq_form .faq_area .faq_list li .question_area{
		margin-bottom: 10px;
	}
	.faq_form .faq_area .faq_list li .question_area .qmark{
		width: 40px;
		height: 40px;
		font-size: 22px;
	}
	.faq_form .faq_area .faq_list li .question_area .text{
		font-size: 20px;
		margin-left: 10px;
	}
	.faq_form .faq_area .faq_list li .answer_area{
		padding-left: 0;
	}
	.faq_form .faq_area .faq_list li .answer_area p{
		font-size: 16px;
		line-height: 1.875;
	}
	.faq_form .form_area{
		padding: 100px 0 0 0;
	}
	.faq_form .form_area .form_box{
		padding: 40px 20px;
	}
	.faq_form .form_area .form_box h2.form_title{
		font-size: 28px;
		margin-bottom: 40px;
		line-height: 1.35;
	}
	.faq_form .form_area .form_box .form_list li .text_area{
		margin-bottom: 5px;
	}
	.faq_form .form_area .form_box .form_list li .text_area .content .text{
		font-size: 16px;
	}
	.faq_form .form_area .form_box .form_list li .text_area .content .hissu,
	.faq_form .form_area .form_box .form_list li .text_area .content .any{
		margin-left: 5px;
		font-size: 12px;
	}
	.faq_form .form_area .form_box .form_list li .mwform-radio-field-text{
		font-size: 16px;
	}
	.faq_form .form_area .form_box .form_list li input, .faq_form .form_area .form_box .form_list li textarea{
		padding: 5px 10px;
	}
	.faq_form .form_area .form_box .form_list li input.tel_number{
		width:70px;
	}
	.faq_form .privacy_check{
		font-size: 14px;
		margin-bottom: 25px;
	}
	.faq_form .privacy_check a{
		font-size: 14px;
	}
	.faq_form .submit_area input{
		font-size: 18px;
		height: 50px;
	}
	.faq_form .submit_area::before{
		top: 16px;
	}
	.faq_form .form_area .form_box .form_list{
		margin-bottom: 32px;
	}
	#totop{
		max-width: 50px;
		bottom: 5px;
		right: 5px;
	}
	#totop img{
		max-width: 100%;
	}

	/* ----------------------------------------------------------------------
		Thanks
	---------------------------------------------------------------------- */
	#thanks{
		padding: 80px 0 100px 0;
		margin-top: 50px;
	}
	#thanks h2{
		font-size: 32px;
		line-height: 42px;
	}
}