@charset "UTF-8";
/* CSS Document */

/*====土地探し相談会LP====*/
/*PC→SP*/

/*Googleフォント*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap');

/*ベース設定*/
img{max-width: 100%;}
.center{text-align: center;margin: auto;}
.bold{font-weight: bold;}
.notosansjp{font-family: 'Noto Sans JP', sans-serif;}

/*flexBox*/
.flexBox {
	display: flex;
	justify-content: center;
	column-gap:40px;
	align-items: flex-start;
}
@media all and (max-width: 768px) {
.flexBox {
	flex-direction: column;
}
}
.reverseBox {
	display: flex;
	flex-direction: row-reverse;
	justify-content:center;
	column-gap:40px;
}
@media all and (max-width: 768px) {
.reverseBox {
	flex-direction: column;
}
}
/*上下中央にする時*/
.alignItemsCenter{
	align-items:center;
}

/*共通*/
.underline{
	display: inline;
	padding: 0 0;
	background: linear-gradient(transparent 20%, #EDEEF0 50%);
}
.underline_yellow{
	display: inline;
	padding: 0 0;
	background: linear-gradient(transparent 20%, #FFF3CC 50%);
}
.text{
	margin: 0 auto 3%;
	font-size: 16px;
	line-height: 1.8;
}
.text_big{
	font-size: 110%!important;
}

@media all and (max-width: 768px) {
.text{
	font-size: 14px;
}
.text_big{
	font-size: 60%!important;
}
}


.container{
	max-width: 1200px;
	margin: auto;
}
.textArea{
	width: 45%;
	margin-top: 3%;
}
.pctArea{
	width: 65%;
	margin-top: 3%;
}
.pctAreaDubble{
	width: 40%;
	margin-top: 3%;
	text-align: center;
}

@media all and (max-width: 768px) {
.textArea,
.pctArea{
	width: 90%;
	margin: 5% auto 0;
}
.pctAreaDubble{
	width: 100%;
	margin-top: 10%;
}
}

/*テキスト横長の場合*/
.textAreaLong {
	width: 100%;
	max-width: 800px;
	margin: auto;
	margin-top: 5%;
}
/*landsearchLP*/
.landsearchLP{
	padding-bottom: 5%;
}
@media all and (max-width: 768px) {
.landsearchLP{
	padding-bottom: 20%;
}
}


/*mainVisual__wrap*/
.mainVisual__wrap{
	position: relative;
	max-width: 1600px;
	width: 100%;
	height: 0;
	margin: auto;
	padding-bottom: 52.875%; 
	background-image:url("../images/landsearchLP/mv_pc.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}


.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border-width: 0;
}
.mv_date {
	position: absolute;
	bottom: 2.5%;
	right: 15%;
	color: #fff;
	font-weight: bold;
	font-size: clamp(16px, 2vw, 32px);
	text-align: right;
	}
.mv_date_big {
	font-size: clamp(22px, 3.4vw, 60px);
	line-height: 1;
	letter-spacing: 5px;
}
@media (min-width: 1700px){
.mv_date {
	right: 12%;
	}
.mv_date_big {
	font-size: clamp(22px, 3.4vw, 70px);
}
}
@media (min-width: 2000px){
.mv_date {
	right: 10%;
	}
.mv_date_big {
	font-size: clamp(22px, 3.4vw, 70px);
}
}



/*cmn_btn*/
.cmn_btn {
	max-width: 550px;
	height: 98px;
	margin: 0 auto 50px;
	width: 100%;
}
.cmn_btn a {
	height: 100%;
	padding-right: 20px;
	font-weight: 600;
	font-size: 22px;
	text-align: center;
	color: #fff;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.cmn_btn a:hover {
	opacity: 1!important;
}
.cmn_btn a::after {
    content: "";
    position: absolute;
    background: url(../images/common/arrow05.svg) no-repeat;
    background-size: cover;
    top: calc(46% - 0.2em);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    transform: rotate(90deg);
    right: 10.93%;
    width: 10px;
    height: 16px;
    transition: top 0.2s ease-in-out;
}
.cmn_btn a:hover::after {
    top: calc(46% + 1px); /* 矢印を下に5px移動 */
}
.cmn_btn.cmn_btn02 a {
	background: #c9b68b;
}


@media only screen and (max-width: 768px){

	/*mainVisual__wrap*/
	.mainVisual__wrap{
		position: relative;
		width: 100%;
		height: 0;
		padding-bottom: 155.47%;
		background-image:url("../images/landsearchLP/mv_sp.jpg");
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
	}
	#mainVisual{
	}
	.mv_date {
		width: auto;
        bottom: 7.5%;
        right: 22%;
		font-size: 4vw;
		}
	.mv_date_big {
		font-size: 7vw;
		margin-right: -4px;
	}
	.mv_date_spacer{
		margin-left: -5px;
	}


	.cmn_btn {
		height: 60px;
		width: 90%;
		max-width: 350px;
	}
	.cmn_btn a {
		margin-top: 15%;
		font-size: 14px;
	}
	.cmn_btn a::after {
		top: calc(42% - 0.2em);
		right: 5.93%;
	}
	.cmn_btn a::after {
		top: calc(46% - 0.2em);
		right: 6.93%;
		width: 8px;
		height: 13px;
	}
}

/*titleArea*/
.titleArea{
	text-align: center;
}
.contentsTitle{
	width: auto;
	margin: auto auto ;
	font-size: 34px;
	display: inline-block;
	color: #4c5870;
}
.contentsTitle span.big{
	font-size: 180%;
}
@media all and (max-width: 768px) {
.titleArea{
	margin: 10% 5%;
}
.contentsTitle {
    margin: 10% 0;
    padding: 1%;
    line-height: 1.5;
    font-size: 20px;
    display: inline;
}
}

/*howto*/
.howto{
	width: 100%;
	margin-top: 100px;
	padding: 100px 5%;
	background: #efefef;
	background-image: url("../images/landsearchLP/howtoBg.jpg");
	background-repeat: no-repeat;
	background-size: cover;
}

.howto .container{
	max-width: 900px;
}
.howto h2{
	font-size: 34px;
}
.howto .osusume{
	width: 55%;
	margin-top: 4%;
	padding: 3% 3% 4% 3%;
	background-color: #fff;
	background-color: rgba(255, 255, 255, 0.7);
	border: #ebdcc2 solid 5px;
}
.howto .osusume h3{
	margin-bottom: 3%;
	font-size: 20px;
	text-align: center;
}
.howto .osusume ul{
	margin-left: 30px;
}
.howto .osusume ul li{
/*	list-style-type: disc;*/
	list-style-position: outside;
	margin-top: 1%;
	padding-left: 30px;
	position: relative;
	background-image: url("../images/landsearchLP/icon_check.png");
	background-repeat: no-repeat;
	background-position: left 4px;
	background-size: 20px;
}
@media all and (max-width: 768px) {
.howto{
	padding: 10% 0 13%;
	margin-top: 50px;
}
.howto h2{
	font-size: 22px;
	line-height: 1.6;
}
.howto .osusume h3{
	font-size: 18px;
	margin-bottom: 3%;
}
.howto .textArea{
	text-align: center;
}
.howto .osusume{
	width: 90%;
	margin: 5% auto 0;
	padding: 7%;
}
.howto .osusume ul{
	margin-left: 0;
}
.howto .osusume ul li{
	padding-left: 20px;
	font-size: 14px;
	background-size: 15px;

}
}

/*point*/
.point{
	width: 100%;
	padding: 100px 0 70px;
}
.point .container{
	margin-top: 7%;
}
.point h2{
	font-size: 34px;
}
.point h4{
	font-size: 16px;
	margin: 0 15px 5% ;
	padding: 10px 0;
	border: 1px solid #999;
	letter-spacing: 1px;
}
.point h4.width_adjustment{
	margin: auto 16%;
}
.point h4 span{
	font-size: 24px;
}
.point .number{
	display: flex;
	align-items: center;
	justify-content: center;
	column-gap: 20px;
}
.point .number h3{
	font-size: 26px;
}
.point .pctArea img{
	width: 100%;
	margin-bottom: 3%;
}
.point .pr{
	margin-top: 10%;
}
.point .pr ul{
	display: flex;
	flex-wrap: nowrap;
	column-gap: 20px;
	align-items: stretch;
}
.point .pr ul li{
	width: calc(100% / 3);
	margin-top: 5%;
	padding: 10% 5%;
	background: #efefef;
	border-radius: 100px;
}
.result{
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: center;
	column-gap: 5px;
	margin:5% 5% 5%;
}
.result p{
	margin: 0;
}

@media all and (max-width: 768px) {
.point{
	padding: 50px 0 0;
}
.point .container{
	margin: 50px 5% 0;
}
.point h2{
	font-size: 20px;
}
.point .number h3{
	font-size: 20px;
	margin-top: 10px;
}
.point h4{
	font-size: 14px;
	margin: 0 5px 5%;
}
.point h4.width_adjustment{
	margin: auto 14%;
}
.point h4 span{
	font-size: 18px;
}
.point .number{
	text-align: center;
	flex-direction: column;
}
.point .number img{
	width: auto;
}
.point h3{
	font-size: 16px;
	text-align: center;
	line-height: 1.6;
}
.point .pr{
	margin-top: 10%;
	font-size: 14px;
}
.point .pr ul{
	column-gap: 10px;
}
.point .pr ul li{
	font-size: 12px;
}
.point .pctArea img{
	margin-top: 5%;
}
.result{
	column-gap: 10px;
}
.result img{
	width: 40px;
}
.result p{
	font-size: 14px;
	text-align: left;
}

}

/*modelhouse*/
.modelhouse{
	width: 100%;
/*	margin-top: 100px;*/
	padding: 30px 0;
	margin-bottom: 80px;
}
.modelhouse h2{
	font-size: 34px;
}
.modelhouse ul{
    max-width: 1160px;
    width: 90%;
    margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
    justify-content: flex-start;
}
.modelhouse ul li {
    width: calc(100% / 3);
    margin: 3% 0 0;
    padding: 2%;
}
.modelhouse ul li h3 {
	min-height: 72px;
	margin-top: 5%;
	padding: 3%;
	font-size: 18px;
	line-height: 1.4;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
	display: flex;
	justify-content: center;
	align-items: center;
}
.modelhouse ul li .address {
	margin-top: 5%;
	font-size: 16px;
	line-height: 1.6;
}
.modelhouse ul li img{
	display: block;
	margin: auto;
}
@media all and (max-width: 768px) {
.modelhouse{
	margin-bottom: 10%;
	padding: 0 0 0;
}
.modelhouse h2{
	font-size: 28px;
}
.modelhouse ul li h3 {
	font-size: 16px;
}
.modelhouse ul{
	flex-direction: column;
}
.modelhouse ul li {
	width: 100%;
	margin-top: 10%;
}
.modelhouse ul li .address {
	font-size: 14px;
}
}

/*YouTube*/
.movieWrap{
	max-width: 1160px;
	margin: 100px auto;
}
.movieBox {
    width: 60%;
}

@media all and (max-width: 768px) {
.movieBox {
    width: 90%;
    margin: 2rem 5% 20%;
}
}

/*form_area*/
.form_area h2{
	font-size: 50px;
/*	margin-top: 20px;*/
	margin-bottom: 100px;
/*	color: #4c5870;*/
}
.contactPage .form table tr th {
	width: 25%;
	font-weight: 600;
	vertical-align: middle;
	padding: 20px;
	background-color: rgba(76, 88, 112, 0.05);
	border-bottom: 1px solid rgba(76, 88, 112, 0.3);
}
@media all and (max-width: 768px) {
.form_area h2{
	font-size: 28px;
	margin-top: 0;
	margin-bottom: 50px;
}
.contactPage .form table tr th {
	width: 100%!important;
	display: block;
	font-weight: 600;
	padding: 10px 15px;
	background-color: rgba(76, 88, 112, 0.05);
	border-top: 1px solid rgba(76, 88, 112, 0.3);
}
}

/*送信ボタン*/
.contactPage p.submit {
	position: relative;
	width: auto;
	margin: 5% auto 7%;
	text-align: center;
}
.submit_btn{
	border: 0px;
	width:560px;
	height:98px;
	background: url(../images/landsearchLP/submit.jpg) left top no-repeat;
}
.submit_btn:hover{
	cursor: pointer;
	opacity:0.8;
}
.contactPage .flexBox{
	margin-top: 3%;
}
.contactPage .flexBox p.submit {
	text-align: center;
}
@media all and (max-width: 768px) {
p.submit {
	position: relative;
	width: 100%;
	margin: 50px auto;
}
input[type="submit"]{
	border: 0;
	width: 100%;
	height: 98px;
}
.submit_btn{
	border: 0px;
	width:90%;
	height:98px;
	margin: 10% auto;
	background: url(../images/landsearchLP/submit.jpg) left top no-repeat;
	background-size: contain;
}
.submit_btn:hover{
	cursor: pointer;
	opacity:0.5;
}
}

/*aori*/
.aoriArea{
	text-align: center;
}
.aori{
	width: auto;
	margin: auto auto ;
	font-size: 35px;
	display: inline-block;
	color: #a00000;
	font-weight: 600;
}
.aori span.big{
	font-size: 180%;
}
@media all and (max-width: 768px) {
.aoriArea{
	margin: 0% 5% 0;
}
.aori {
	margin: 10% 0;
	padding: 1%;
	line-height: 1.5;
	font-size: 14px;
	display: inline;
}
}

/*NEWアイコンの位置調整*/
.newMark:before{
	left: 2em;
	top: 47%;
}
@media all and (max-width: 768px) {
	.newMark:before {
		left: 14em;
		font-size: 14px;
	}
}
@media all and (max-width: 440px) {
	.newMark:before {
		left: 3em;
	}
}


