@charset "utf-8";
img{
	max-width: 100%;
	height: auto;
}

/********************
/* SERVICE
********************/
#top_service{
	width: 84.61%;
	margin: 5.25rem auto 0;
}
#top_service .c-title1{
	margin-bottom: 3.54rem;
}
.ts_flex_img{
	width: 100%;
	position: relative;
	margin-bottom: 3.04rem;
}
.ts_flex_img div{
	position: absolute;
	width: 57.05%;
	bottom: 5.88%;
	left: 6.617%;
}
.ts_tit{
	font-size: 2.3rem;
	letter-spacing: 0;
	display: flex;
	align-items: center;
	line-height: 1.5;
	margin-bottom: 1.49rem;
}
.ts_tit .f-eng{
	color: #e67800;
	font-size: 1rem;
	font-weight: 400;
	margin-left: 1.24rem;
}
.ts_copy{
	font-size: 1.53rem;
	line-height: 1.5;
	letter-spacing: 0;
	margin-bottom: 1.69rem;
}
.ts_flex_txtArea .txt_block{
	text-align: justify;
}
.ts_flex_txtArea .vm{
	margin-top: 2.03rem;
}
.ts_flex_txtArea .ts_situation{
	margin-top: 3.46rem;
}
@media screen and (min-width: 768px){
	#top_service{
		width: 76.47%;
	}
	.ts_flex{
		display: flex;
		flex-direction: row-reverse;
		justify-content: space-between;
	}
	.ts_flex_img{
		width: 45.3%;
		height: auto;
		margin-bottom: 0;
	}
	.ts_flex_img img{
		width: 100%;
		height: 100%;
		object-fit: cover;
		object-position: 22% center;
	}
	.ts_flex_txtArea{
		width: 46.38%;
		align-self: center;
	}
}
@media screen and (min-width: 1200px){
	#top_service{
		margin-top: 9.23rem;
	}
	#top_service .c-title1{
		margin-bottom: 5.8rem;
	}
	.ts_flex_img{
		width: 46.3%;
	}
	.ts_flex_txtArea{
		width: 41.38%;
	}
	.ts_tit{
		font-size: 3rem;
		margin-bottom: 2.5rem;
	}
	.ts_tit .f-eng{
		margin-left: 1.46rem;
	}
	.ts_copy{
		font-size: 1.86rem;
		margin-bottom: 3.34rem;
	}
	.ts_flex_txtArea .vm{
		margin-top: 3.16rem;
	}
	.ts_flex_txtArea .ts_situation{
		margin-top: 4.8rem;
	}
}
@media screen and (min-width: 1400px){
	.ts_flex_img{
		width: 52.3%;
	}
	.ts_flex_txtArea{
		width: 35.38%;
	}
}
@media screen and (min-width: 1700px){
	.ts_flex_img{
		height: 680px;
	}
	.ts_flex_img > img{
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
}

/********************
/* PROPERTY
********************/
#top_property{
	width: 84.61%;
	margin-top: 5.38rem;
	margin-right: auto;
	margin-left: auto;
}
#top_property ul{
	margin-bottom: 0;
}
#top_property ul li{
	list-style: none;
	text-align: center;
}
#top_property ul li + li{
	margin-top: 3.84rem;
}
.tp_img{
	margin-bottom: 0.92rem;
}
.tp_tit{
	font-size: 1.69rem;
	margin-bottom: 1.32rem;
}
.tp_tit .f-eng{
	display: block;
	color: #e67800;
	font-size: 1rem;
	font-weight: 400;
	margin-top: -0.115rem;
}
@media screen and (min-width: 768px){
	#top_property{
		width: 76.47%;
	}
	#top_property ul{
		display: flex;
		justify-content: space-between;
	}
	#top_property ul li{
		width: calc((100% - 50px)/2);
	}
	#top_property ul li + li{
		margin-top: 0;
	}
}
@media screen and (min-width: 1200px){
	#top_property{
		margin-top: 10rem;
	}
	#top_property ul li{
		width: calc((100% - 75px)/2);
	}
	.tp_img{
		margin-bottom: 1.36rem;
	}
	.tp_tit{
		font-size: 2.13rem;
		margin-bottom: 2.06rem;
	}
	.tp_tit .f-eng{
		margin-top: -0.03rem;
	}
}
@media screen and (min-width: 1700px){
	#top_property ul li{
		width: calc((100% - 100px)/2);
	}
}

/********************
/* ABOUT
********************/
#top_about{
	width: 100%;
	margin-top: 5.76rem;
}
.ta_img{
	width: 92.33%;
	margin: 0 auto 3.04rem;
}
.ta_txtArea{
	width: 84.61%;
	margin-right: auto;
	margin-left: auto;
}
.ta_txtArea .en_tit{
	margin-bottom: 3.23rem;
}
.ta_copy{
	width: 75%;
	max-width: 300px;
	margin-bottom: 2.47rem;
}
.ta_txtArea .txt_block{
	text-align: justify;
}
.ta_link{
	width: 90%;
	margin-top: 1.42rem;
	margin-bottom: 0;
}
.ta_link li{
	list-style: none;
	position: relative;
}
.ta_link li + li{
	margin-top: 0.84rem;
}
.ta_link li::after{
	position: absolute;
	content: "";
	width: 100%;
	height: 1px;
	left: 0;
	bottom: 0;
	background-color: rgba(170,170,170,0.5);
}
.ta_link li a{
	display: block;
	color: #000;
	font-size: 1rem;
	position: relative;
	transition: .3s;
	padding: 1rem 0;
}
.ta_link li a .arrow{
	width: 16px;
	height: 16px;
	background-color: #e67800;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	transition: .3s;
}
.ta_link li a .arrow::after{
	position: absolute;
	content: "";
	width: 6px;
	height: 4.3px;
	background-image: url("../images/arrow_w.svg");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.ta_link li a:hover{
	text-decoration: none;
	color: #000;
}
.ta_link li a:hover .arrow{
	right: -5px;
}
@media screen and (min-width: 768px){
	#top_about{
		width: 94.11%;
		margin-right: auto;
		margin-left: auto;
		display: flex;
		justify-content: space-between;
	}
	.ta_img{
		width: 50%;
		margin: 0;
	}
	.ta_txtArea{
		width: 43.125%;
		margin: 0;
	}
}
@media screen and (min-width: 992px){
	.ta_link{
		width: 75%;
		max-width: 400px;
	}
}
@media screen and (min-width: 1200px){
	#top_about{
		margin-top: 10rem;
	}
	.ta_txtArea .en_tit{
		margin-bottom: 6.1rem;
	}
	.ta_copy{
		max-width: 443px;
		margin-bottom: 4.4rem;
	}
	.ta_link{
		margin-top: 1.96rem;
	}
	.ta_link li + li{
		margin-top: 1rem;
	}
	.ta_link li a{
		padding: 1.46rem 0 1.733rem;
	}
	.ta_link li a .arrow{
		width: 20px;
		height: 20px;
	}
	.ta_link li a .arrow::after{
		width: 9px;
		height: 6.4px;
	}
}

/********************
/* INFO
********************/
#top_info{
	position: relative;
	margin-top: 5.38rem;
	padding-top: 4.92rem;
	padding-bottom: 7.69rem;
}
#top_info::before{
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #f7f5f2;
	z-index: -1;
}
@media screen and (min-width: 1200px){
	#top_info{
		margin-top: 10rem;
		padding-top: 9.46rem;
		padding-bottom: 13.33rem;
	}
}
/***** instagram *****/
.top_insta{
	width: 92.3%;
	margin-right: auto;
	margin-left: auto;
}
.top_insta .c-title1{
	margin-bottom: 2.29rem;
}
.top_insta .vm{
	margin-top: 3.07rem;
}
@media screen and (min-width: 768px){
	.top_insta{
		width: 94.11%;
	}
}
@media screen and (min-width: 1200px){
	.top_insta .c-title1{
		margin-bottom: 4.03rem;
	}
	.top_insta .vm{
		margin-top: 4.66rem
	}
}
/***** news *****/
.top_news{
	width: 88.46%;
	margin-top: 4.76rem;
	margin-right: auto;
	margin-left: auto;
}
.tn_titArea .c-title1{
	text-align: center;
	margin-bottom: 2.29rem;
}
.top_news .vm{
	margin-top: 3.07rem;
}
@media screen and (min-width: 768px){
	.top_news{
		width: 88.23%;
		display: flex;
		justify-content: space-between;
	}
	.tn_titArea{
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}
	.tn_titArea .c-title1{
		text-align: left;
		margin-bottom: 3rem;
	}
	.top_news .news_block{
		width: 64%;
	}
	.top_news .vm{
		margin-top: 0;
	}
}
@media screen and (min-width: 1200px){
	.top_news{
		margin-top: 8.9rem;
	}
}