body .lp-wrap{
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: bold;
	color: #000;
}

body .lp-wrap ul{
	margin-block-start: 0;
    margin-block-end: 0;
    padding-inline-start: 0;
}

.u-font-futura{
	font-family: "futura-pt-bold", sans-serif;
	font-weight: 700;
	font-style: normal;
}

.c-inner{
	width: 90%;
	margin: auto;
}
@media screen and (min-width: 767px){
	.c-inner{
		max-width: 960px;
		width: 100%;
	}
}


/*============================================
.c-head
==============================================*/

.c-head{
    text-align: center;
    margin-bottom: 40px;
}
.c-head__en{
    font-family: "futura-pt-bold", sans-serif;
    font-weight: 700;
    font-size: 31px;
    color: #1A2F68;
    margin-bottom: 0.7em;
}
.c-head__jp{
    font-size: 32px;
    border: none;
    padding: 0;
    line-height: 1.1;
    margin: 0;
    font-weight: 600;
}
@media screen and (min-width: 767px){
	.c-head{
		margin-bottom: 50px;
	}
	.c-head__en{
		font-size: 48px;
		margin-bottom: 0.5em;
	}
	.c-head__jp{
		font-size: 48px;
	}
}


/*============================================
.lp-hero 
==============================================*/
.lp-hero {
  position: relative;
}
.lp-hero__head {
  margin: 0;
  padding: 9px 25px;
  background-color: #FFC603;
  font-size: 20px;
  border: none;
}
.lp-hero__head::after {
  content: none;
}
.lp-hero__head span {
  position: relative;
}
.lp-hero__head span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -15px;
  transform: translateY(-50%);
  display: block;
  width: 5px;
  height: 26px;
  background-color: #FEED01;
}

@media screen and (min-width: 767px) {
  .lp-hero__head {
    padding: 10px 25px;
    font-size: 29px;
  }
  .lp-hero__head span {
    display: block;
    width: 960px;
    margin: 0 auto;
  }
  .lp-hero__head span::before {
    left: -20px;
    width: 6px;
    height: 42px;
  }
}

.lp-hero-cont{
	background: url(/wordpress/wp-content/themes/ymt_juken_orgtheme/img/land_purchase/bg_main01_sp.jpg) no-repeat;
	background-size: cover;
	padding: 40px 20px;
}
.lp-hero-head__txt{
	font-weight: 900;
	font-size: 30px;
	color: #fff;
	margin: 0 0 15px ;
	border: 0;
	padding: 0;
	text-shadow: #4a4a4a 0px 3px 6px;
}
@media screen and (max-width: 766px){
	.lp-hero-head__txt{
		line-height: 1.6;
	}
}
.lp-hero-head__txt span{
	color: #FFC603;
}
.lp-hero__img{
	margin: 0 auto;
	position: relative;
}
.lp-hero__img p{
	position: absolute;
	font-size: 12px;
	color: #fff;
	bottom: 0;
	left: 0;
	text-align: center;
}
@media screen and (min-width: 767px) {
	.lp-hero__img p{
		font-size: 1.7rem;
   		bottom: 60px;
	}
	.lp-hero__img{
	    width: 407px;
	    position: absolute;
	    right: -130px;
	    bottom: -70px;
	}
}
@media screen and (max-width: 766px){
	.lp-hero__img{
		text-align: center;
	}
	.lp-hero__img img{
		width: 280px;
	}
	.lp-hero__img p{
	    left: 50%;
	    transform: translateX(-50%);
	    width: 100%;
	}
}
.lp-hero-app{
    background: #FFC603;
    border-radius: 14px;
    padding: 1.7em 0 1.3em;
    text-align: center;
}
.lp-hero-app__txt p{
    font-weight: 900;
    color: #1A2F68;
    font-size: 20px;
    margin: 0 0 15px;
    line-height: 1.1;
}

.lp-hero-app__txt span{
    position: relative;
    display: inline-block;
}
.lp-hero-app__txt p >span:before{
	content: "";
    background: #1A2F68;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: -0.5em;
    transform: translateX(-50%);
}

@media screen and (min-width: 767px) {
	.lp-hero-cont{
		background: url(/wordpress/wp-content/themes/ymt_juken_orgtheme/img/land_purchase/bg_main01_pc.jpg) no-repeat;
		background-size: cover;
		padding: 60px 0px 70px;
	}
	.lp-hero-cont__inner{
		display: flex;
		width: 960px;
		margin: auto;
		position: relative;
	}
	.lp-hero-head__txt{
	    font-size: 64px;
	    margin: 0 0 40px;
	    line-height: 1.6;
	}
}

.lp-hero-app__btn{
	width: 85%;
  margin: auto;
}
.lp-hero-app__btn a{
    background: #1A2F68;
    color: #fff;
    text-decoration: none;
    line-height: 1.1;
    padding: 0.9em 1.8em;
    border-radius: 2em;
    display: block;
}
.lp-hero-app__btn span:after{
    content: "";
    background: url(/wordpress/wp-content/themes/ymt_juken_orgtheme/img/land_purchase/icon_arrow01.png) no-repeat;
    background-size: contain;
    width: 19px;
    height: 10px;
    display: inline-block;
    display: inline-block;
    margin-left: 15px;
}

@media screen and (min-width: 767px){
	.lp-hero-app{
		width: 608px;
		padding: 45px 40px;
		box-sizing: border-box;
	}
	.lp-hero-app__txt{

	}
	.lp-hero-app__txt p{
		font-size: 35px;
		margin: 0 0 20px;
	}
	.lp-hero-app__btn{
	    width: 400px;
	    margin: 0 auto;
	}
	.lp-hero-app__btn a{
		font-size: 21px;
	}

	.lp-hero-app__txt p >span:before{
		width: 8px;
		height: 8px;
		top: -0.4em;
	}
	.lp-hero-app__btn a{
		font-size: 21px;
		border: 2px solid #1A2F68;
		padding: 0.8em 1.8em;
		transition-duration: 0.3s;
	}
	.lp-hero-app__btn a:hover{
		color: #1A2F68;
		background: #fff;
	}
	.lp-hero-app__btn span:after{
		width: 25px;
   		height: 13px;
   		transition-duration: 0.3s;
	}
	.lp-hero-app__btn a:hover span:after{
		background: url(/wordpress/wp-content/themes/ymt_juken_orgtheme/img/land_purchase/icon_arrow02.png) no-repeat;
		background-size: contain;
	}

}

/*============================================
.features
==============================================*/
.lp-features{
	padding-top: 80px;
}
.lp-features-txt{
	font-size: 18px;
    line-height: 2;
    margin: 0 0 40px;
}

.lp-features-list li{
	list-style: none;
    position: relative;
}
@media screen and (max-width: 766px){
	.lp-features-list li:nth-child(n+2){
		margin-top: 15px;
	}
	.lp-features-list__img{
    height: 130px;
	}
	.lp-features-list__img img{
		object-fit: cover;
    width: 100%;
    height: 100%;
	}
}
.lp-features-list__area{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	z-index: 5;
	width: 85%;
	margin: 0;
	color: #fff;
}
.lp-features-list__head{
	font-weight: 900;
	font-size: 24px;
	text-align: center;
	margin: 0;
}
.lp-features-list__txt{
	line-height: 1.6;
	font-size: 14px;
	margin: 0;
}
@media screen and (min-width: 767px){
	.lp-features{
		padding-top: 100px;
	}
	.lp-features-txt{
		font-size: 22px;
    line-height: 1.8;
    margin: 0 auto 55px;
    width: 785px;
	}
	.lp-features-list{
		display: flex;
    	justify-content: space-between;
	}
	.lp-features-list li{
		width: 210px;
	}
	.lp-features-list__area {

	}
}

/*============================================
.lp-sell
==============================================*/
.lp-sell{
	padding: 80px 0;
}
.lp-sell-list__num{
	font-size: 10px;
    text-align: center;
    margin-bottom: 2px;
}

.lp-sell-list__img{
	background: #F2EFED;
    border-radius: 50%;
    padding-top: 55px;
    position: relative;
    width: 55px;
}
.lp-sell-list__img img{
	position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50% , -50%);
    background-size: contain;
    width: 25px;
    height: 19px;
}

.lp-sell-list__icon{
	margin-right: 1em;
}

.lp-sell-list__item{
    list-style: none;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.lp-sell-list__item:nth-child(2) img{
	width: 25px;
    height: 25px;
}
.lp-sell-list__item:nth-child(3) img{
	width: 23px;
    height: 34px;
}
.lp-sell-list__item:nth-child(4) img{
	width: 28px;
    height: 29px;
}
.lp-sell-list__item:nth-child(n+2){
	margin-top: 25px;
}

.lp-sell-list__main{
    font-size: 25px;
}

.lp-sell-list__sub{
	font-size: 13px;
}
@media screen and (min-width: 767px){
	.lp-sell{
		padding: 100px 0;
	}
	.lp-sell__inner{
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.lp-sell-head{
		width: 400px;
  		text-align: center;
	}
	.lp-sell-list{
		width: 500px;
	    justify-content: initial;
	    align-items: initial;
	}
	.lp-sell-list__num{
		font-size: 16px;
	}
	.lp-sell-list__main{
		font-size: 34px;
	}
	.lp-sell-list__sub{
		font-size: 22px;
	}
	.lp-sell-list__icon{
		margin-right: 1.7em;
	}
	.lp-sell-list__img{
	    padding-top: 88px;
	    width: 88px;
	}
	.lp-sell-list__img img{
		width: 40px;
		height: 30px;
	}
	.lp-sell-list__item:nth-child(2) img{
		width: 40px;
		height: 40px;
	}
	.lp-sell-list__item:nth-child(3) img{
		width: 37px;
		height: 54px;
	}
	.lp-sell-list__item:nth-child(4) img{
		width: 45px;
		height: 46px;
	}
}

/*============================================
.lp-area
==============================================*/
.lp-area{
	padding: 80px 0;
	color: #fff;
    background: #1A2F68;
}

.lp-area__inner{
	width: 90%;
}

.lp-area-head .c-head__en{
	color: #fff;
}

.lp-area-area__head{
	font-size: 28px;
    margin-bottom: 12px;
}

.lp-area-area__list{
	padding-bottom: 25px;
}

.lp-area-area__item{
	list-style: none;
	font-size: 22px;
}

.lp-area-area__txt{
    font-size: 13px;
    margin: 0 0 40px;
    line-height: 1.5;
}
.lp-area-area-img-caption{
	font-size: 13px;
}
@media screen and (min-width: 767px){
	.lp-area{
		padding: 100px 0;
	}
	.lp-area .lp-area-head{
		margin-bottom: 20px;
	}
	.lp-area__inner{
		display: flex;
		justify-content: space-between;
	}
	.lp-area-head{
		text-align: left;
	}
	.lp-area-area__head {
    font-size: 38px;
	}
	.lp-area-area__item{
		font-size: 24px;
	}
	.lp-area-area__txt{
		font-size: 18px;
	}
	.lp-area-area-img-caption{
		font-size: 16px;
	}
}

/*============================================
contact
==============================================*/
.lp-contact{
    padding: 80px 0 0;
}
.lp-contact__inner{
	color: #fff;
    background: #1A2F68;
    border-radius: 17px;
    padding: 50px 40px;
}
.lp-contact-head .c-head__en{
    color: #fff;
}
.lp-contact-btn__txt{
    margin: 0 0 35px;
    line-height: 1.1;
}
.lp-contact-btn__txt a{
    background: #FFC603;
    display: block;
    text-align: center;
    text-decoration: none;
    color: #1a2f68;
    border-radius: 2em;
    padding: 0.9em 1em;
    font-size: 14px;
    font-weight: 900;
}

.lp-contact-btn__txt span:after{
    content: "";
    background: url(/wordpress/wp-content/themes/ymt_juken_orgtheme/img/land_purchase/icon_arrow02.png) no-repeat;
    background-size: contain;
    width: 19px;
    height: 10px;
    display: inline-block;
    display: inline-block;
    margin-left: 15px;
}
.lp-contact-inquery__head{
	background: #fff;
    color: #1a2f68;
    text-align: center;
    font-size: 16px;
    padding: 13px 0;
    margin-bottom: 15px;
}
.lp-contact-inquery__num{
    font-size: 38px;
    text-align: center;
}
.lp-contact-inquery__info{
	font-size: 14px;
    text-align: center;
}
.lp-contact-inquery__info span{
    font-size: 8px;
    margin-left: 10px;
}
@media screen and (min-width: 767px){
	.lp-contact{
		padding: 100px 0 0;
	}
	.lp-contact-btn__txt a{
		font-size: 32px;
		border: 2px solid #FFC603;
		transition-duration: 0.3s;
	}
	.lp-contact-btn__txt a:hover{
		background: #1A2F68;
		color: #fff;
		border: 2px solid #fff;
	}
	.lp-contact-btn__txt a:hover span:after{
		background: url(/wordpress/wp-content/themes/ymt_juken_orgtheme/img/land_purchase/icon_arrow01.png) no-repeat;
		background-size: contain;
	}
	.lp-contact-btn__txt{
		width: 600px;
   		margin: 0 auto 50px;
	}
	.lp-contact-btn__txt span:after{
		width: 35px;
   		height: 18px;
	}
	.lp-contact-inquery{
		display: flex;
	    justify-content: space-between;
	    width: 800px;
	    margin: auto;
	}
	.lp-contact-inquery__head{
		font-size: 30px;
		padding: 30px;
	}
	.lp-contact-inquery__num{
		font-size: 68px;
	}
	.lp-contact-inquery__info{
		font-size: 25px;
	}
	.lp-contact-inquery__info span{
		font-size: 14px;
	}
}