
@charset 'utf-8';
/*	Cascading Style Sheets: style.css 5.2	*/

.back_gray{background: #D6D6D6;}
.LAND_BACK{padding: 70px 0;}

.LAND_BACK_MAIN{background: linear-gradient(to bottom, #ffffff 0%, #ffffff 50%, #D6D6D6 50%, #D6D6D6 100%);}
.LAND_IMG{width: 1000px;margin: 0 auto;border: 1px solid #ccc;}

/*特徴*/
.LAND_FEATURE_WRAP{width: 1000px;margin: 0 auto;}
.LAND_FEATURE{display: flex;flex-direction: row;justify-content: space-between;align-items: center;}
.LAND_FEATURE_R{flex-direction:row-reverse;}
.LAND_FEATURE_TITLE{display: flex;flex-direction: row;margin-bottom: 25px;align-items: center;}
.LAND_FEATURE_TITLE_NUMBER{color:#A18C5F;margin-right: 30px;}
.LAND_FEATURE_TITLE_NUMBER div{font-size: 60px;margin-top: -15px;}
.LAND_FEATURE_TITLE_NUMBER small{font-size: 17px;letter-spacing: 0.1em;display: inline-block;}
h3{font-size: 24px;letter-spacing: 0.1em;font-weight: 400}
.LAND_FEATURE_IMG{width: 500px;}
.LAND_FEATURE_IMG_B{border: 1px solid #ccc;}
.LAND_FEATURE_TEXT{width: 450px;line-height: 2;}

/*PC・SP*/
.pc{display: block;}
.sp{display: none;}




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


.LAND_IMG{width: 90vw;}

/*特徴*/
.LAND_FEATURE{flex-direction: column;}
.LAND_FEATURE_WRAP{width: 90vw;}
.LAND_FEATURE_TITLE{flex-direction: column;}
.LAND_FEATURE_TITLE_NUMBER{margin-right: 0;}
h3{text-align: center;}
.LAND_FEATURE_TEXT{width: 90vw;margin-bottom: 20px;text-align: justify;}
.LAND_FEATURE_IMG{width: 90vw;}

/*PC・SP*/
.pc{display: none;}
.sp{display: block;}
#footer span.pc{display: none;}
#footer span.sp{display: block;}
#footer strong a{display: flex;justify-content: center;align-items: center;}
#footer strong a img{height: 24px;}


}
