@charset "UTF-8";
/****************************************
common parts
*****************************************/
/*more_link*/
.more_link{
	border-bottom: 1px solid #B4876F;
	color: #B4876F;
	font-size: 24px;
	font-weight: 700;
	padding-bottom: 10px;
}
@media screen and (max-width:768px){
	.more_link{
		font-size: 14px;
	}
}
.more_link_icon{
	display: block;
	height: 30px;
	margin-left: 24px;
}
/*font*/
.dm{
	font-family: "DM Sans", sans-serif;
}
/*sec*/
.sec_title{
	display: inline-block;
	font-size: 36px;
	padding-bottom: 40px;
	position: relative;
	text-align: center;
}
@media screen and (max-width:768px){
	.sec_title{
		font-size: 20px;
		padding-bottom: 20px;
	}
}
.sec_title:after{
	background: #4D4D4D;
	bottom: 0;
	content: '';
	display: block;
	height: 1px;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 300px;
}
@media screen and (max-width:768px){
	.sec_title:after{
		width: 200px;
	}
}
/****************************************
header
*****************************************/
.header{
	padding: 25px 62px;
	position: fixed;
	top: 0;
	transition: .5s;
	width: 100%;
	z-index: 99;
}
@media screen and (max-width:768px){
	.header{
		xdisplay: none;
		padding: 33px 27px;
	}
}
.header.on{
	background: #CAAFA1;
	padding: 15px 62px;
}
@media screen and (max-width:768px){
	.header.on{
		padding: 10px 27px;
	}
}
.header_logo img{
	height: 60px;
}
@media screen and (max-width:768px){
	.header_logo img{
		height: 40px;
	}
}
@media screen and (max-width:768px){
	.header_nav{
		background: #CAAFA1;
		height: 100dvh;
		justify-content: center;
		left: 0;
		position: absolute;
		top: 0;
		width: 100%;
	}
}

.header_nav a{
	color: #fff;
	font-weight: 700;
}
@media screen and (max-width:768px){
	.header_nav a{
		font-size: 24px;
	}
}
.header_nav_menu{
	gap:60px;
}
@media screen and (max-width:768px){
	.header_nav_menu{
		flex-direction: column;
		gap:40px;
	}
}
/*icon-humburger*/
.icon-hamburger {
	cursor: pointer;
	height: 16px;
	margin: 0 auto;
	position: absolute;
	right: 40px;
	transition: .3s;
	top: 50%;
	transform: translateY(-50%);
	width: 21px;
	z-index: 99;
}
.icon-hamburger .bar {
	display: inline-block;
	width: 100%;
	height: 1px;
	background-color: #fff;
	position: absolute;
	left: 0;
	transition: .25s ease-in-out;
}
#bar01 {top: 0;}
#bar02 {top: 8px;}
#bar03 {top: 16px;}
.active#bar01 {
	top: 8px;
	transform: rotate(45deg);
}
.active#bar02 {width: 0;}
.active#bar03 {
	top: 8px;
	transform: rotate(135deg);
}
/****************************************
footer
*****************************************/
.footer{
	background: #E9D5CB;
	padding: 120px 0;
	overflow: hidden;
	position: relative;
}
@media screen and (max-width:768px){
	.footer{
		padding: 50px 0 120px;
	}
}
.footer .inner_base{
	position: relative;
	z-index: 2;
}
@media screen and (max-width:768px){
	.footer_logo{
		text-align: center;
	}
}
.footer_logo img{
	height: 80px;
}
@media screen and (max-width:768px){
	.footer_logo img{
		height: 60px;
	}
}
.footer_nav{
	margin-top: 60px;
}
@media screen and (max-width:768px){
	.footer_nav{
		justify-content: space-between;
	}
}
.footer_nav_menu{
}
@media screen and (min-width:769px){
	.footer_nav_menu{
		gap:30px;
		justify-content: flex-end;
	}
}
@media screen and (max-width:768px){
	.footer_nav_menu{
		gap:30px 20px;
		justify-content: center;
	}
}
.footer_llc{
	margin-top: 30px;
	text-align: right;
}
@media screen and (max-width:768px){
	.footer_llc{
		margin-top: 60px;
		text-align: center;
	}
}
.copyright{
	font-size: 14px;
	margin-top: 60px;
	text-align: center;
}
@media screen and (max-width:768px){
	.copyright{
		margin-top: 10px;
	}
}
.footer_bg{
	bottom: 0;
	display: block;
	left: 0;
	position: absolute;
	width: 520px;
}
/****************************************
top
*****************************************/
/* fv *****************************************/
.top_fv{
	position: relative;
}

.top_fv img{
	display: block;
}
@media screen and (max-width:768px){
	.top_fv img{
		height: 100dvh;
		object-fit: cover;
	}
}
.top_fv_cnt{
	color: #fff;
	position: absolute;
}
@media screen and (min-width:769px){
	.top_fv_cnt{
		right: 75px;
		top: 30%;
		width: 405px;
	}
}
@media screen and (max-width:768px){
	.top_fv_cnt{
		bottom: 60px;
		left: 50%;
		text-align:center;
		transform: translateX(-50%);
		width: 80%;
	}
}
.top_fv_cnt_title{
	font-size: 36px;
	font-weight: 400;
	letter-spacing: 6px;
}
@media screen and (max-width:768px){
	.top_fv_cnt_title{
		font-size: 32px;
	}
}
.top_fv_cnt_text{
	font-weight: 300;
	letter-spacing: normal;
	line-height: 1.6;
}
@media screen and (max-width:768px){
	.top_fv_cnt_text{
		font-size: 15px;
	}
}
/* news *****************************************/
.top_news{
	background: #CAAFA1;
	color: #fff;
	padding: 90px 0;
}
@media screen and (max-width:768px){
	.top_news{
		padding: 60px 0;
	}
}
.top_news_title{
	border-bottom: 1px solid #fff;
	padding-bottom: 10px;
	font-weight: 500;
	line-height: 1.2;
}
@media screen and (max-width:768px){
	.top_news_title{
		padding-bottom: 20px;
	}
}
.top_news_title .main{
	color: #FDFDFD;
	font-size: 36px;
}
@media screen and (max-width:768px){
	.top_news_title .main{
		font-size: 24px;
		text-align: center;
	}
}
.top_news_list{
	flex-direction: column;
	gap:20px;
}
@media screen and (min-width:769px){
	.top_news_list{
		margin-left: auto;
		width: 813px;
	}
}
.top_news_list_item:not(:last-child){
	border-bottom: 1px solid #fff;
	padding-bottom: 26px;
}
@media screen and (max-width:768px){
	.top_news_list_item{
		padding-bottom: 12px!important;
	}
	.top_news_list_item:last-child{
		border-bottom: 1px solid #fff;
	}
}
.top_news_list_item + .top_news_list_item{
	margin-top: 26px;
}
@media screen and (max-width:768px){
	.top_news_list_item + .top_news_list_item{
		margin-top: 12px;
	}
}
.top_news_list_item_link{
	color: #fff;
}
@media screen and (max-width:768px){
	.top_news_list_item_link{
		display: block;
		padding: 0 20px;
	}
}
@media screen and (min-width:769px){
	.top_news_list_item_meta{
		width: 20%;
	}
}
.top_news_list_item_meta_time{
	letter-spacing: normal;
	margin-right: 20px;
}
@media screen and (min-width:769px){
	.top_news_list_item_meta_time{
		line-height: 38px;
	}
}
@media screen and (max-width:768px){
	.top_news_list_item_meta_time{
		font-size: 14px;
	}
}
@media screen and (min-width:769px){
	.top_news_list_item_title{
		width: 80%;
	}
}
@media screen and (max-width:768px){
	.top_news_list_item_title{
		font-size: 14px;
	}
}
.top_news_more_link{
	border-bottom: 1px solid #fff;
	color: #fff;
	font-weight: 700;
	padding-bottom: 10px;
}
.top_news_more_link_icon{
	display: block;
	height: 30px;
	margin-left: 24px;
}
/* about *****************************************/
.top_about{
	background: #EFE7E1;
	padding-top: 200px;
}
@media screen and (max-width:768px){
	.top_about{
		padding-top: 60px;
	}
}
@media screen and (min-width:769px){
	.top_about_left{
		width: 470px;
	}
}
.top_about_left_img{
	width: 315px;
}
@media screen and (max-width:768px){
	.top_about_left_img{
		width: 200px;
	}
}
.top_about_left_title{
	font-size: 36px;
	margin-top: 80px;
	padding-bottom: 20px;
	position: relative;
}
@media screen and (max-width:768px){
	.top_about_left_title{
		font-size: 20px;
		margin-top: 24px;
		padding-bottom: 24px;
	}
}
.top_about_left_title:after{
	background: #4D4D4D;
	bottom: 0;
	content: '';
	display: block;
	height: 1px;
	position: absolute;
	width: 315px;
}
@media screen and (max-width:768px){
	.top_about_left_title:after{
		width: 200px;
	}
}
.top_about_left_text{
	font-weight: 500;
}
@media screen and (min-width:769px){
	.top_about_right{
		padding-top: 70px;
		width: 520px;
	}
}
.top_about_right_img{
	margin-top: 105px;
}
@media screen and (max-width:768px){
	.top_about_right_title_img{
		height: 98px;
		width: auto;
	}
}
/* seibun *****************************************/
.top_seibun{
	background: #EFE7E1;
	padding-top: 120px;
	
}
@media screen and (max-width:768px){
	.top_seibun{
		padding-top: 94px;
	}
}
.top_seibun .inner_base{
	background: #F3EBE5;
	box-shadow: 0px 0px 10px 0px rgba(173,126,100,0.4) inset;
	border-radius: 50px;
	padding: 67px 85px;
	position: relative;
	z-index: 2;
}
@media screen and (max-width:768px){
	.top_seibun .inner_base{
		background: none;
		box-shadow: none;
		padding: 0;
		width: 100%;
	}
}
@media screen and (min-width:769px){
	.top_seibun_img{
		width: 456px;
	}
}
@media screen and (max-width:768px){
	.top_seibun_img{
		margin: 0 auto;
		width: 368px;
	}
}
@media screen and (min-width:769px){
	.top_seibun_cnt{
		width: 481px;
	}
}
@media screen and (max-width:768px){
	.top_seibun_cnt{
		margin: 60px auto 0;
		width: 83%;
	}
}
.top_seibun_cnt_title{
	font-size: 34px;
}
@media screen and (max-width:768px){
	.top_seibun_cnt_title{
		font-size: 20px;
	}
}
/* koka *****************************************/
.top_koka{
	background: #EFE7E1;
	padding-top: 200px;
	position: relative;
}
.top_koka_items{
	margin-top: 120px;
}
@media screen and (min-width:769px){
	.top_koka_item_wide{
		width: 742px;
	}
}
@media screen and (min-width:769px){
	.top_koka_item_short{
		width: 423px;
	}
}
.top_koka_item_num img{
	height: 108px;
}
.top_koka_item_title{
	color: #B4876F;
	font-size: 24px;
}
@media screen and (min-width:769px){
	.item01 .top_koka_item_title{
		margin-left: -90px;
		width: 473px;
	}
}
.top_koka_item_text{
	font-weight: 500;
}
.top_koka_bg{
	height: 414px;
	position: absolute;
	right: 0;
	top: -20px;
}
@media screen and (max-width:768px){
	.top_koka_bg{
		height: 263px;
	}
}
.top_koka_bg02{
	bottom: 0;
	height: 437px;
	position: absolute;
	left: 0;
	transform: translateY(50%);
}
@media screen and (max-width:768px){
	.top_koka_bg02{
		height: 282px;
		transform: translateY(25%);
	}
}
/*sp*/
.top_koka_item_wide_sp{
	width: 280px;
}
.top_koka_item_short_sp{
	width: 202px;
}
.top_koka_item_cnt_sp{
	width: 283px;
}
.item01 .top_koka_item_cnt_sp{
	margin-left: auto;
}
.item02 .top_koka_item_short_sp{
	margin-left: auto;
}
@media screen and (max-width:768px){
	.top_koka_item_num img{
		height: 44px;
	}
}
@media screen and (max-width:768px){
	.top_koka_item_title{
		font-size: 16px;
	}
}
/* expert *****************************************/
.top_expert{
	background: #EFE7E1;
	padding: 200px 0;
}
@media screen and (max-width:768px){
	.top_expert{
		padding: 200px 0 80px;
	}
}
@media screen and (min-width:769px){
	.top_expert_img{
		width: 392px;
	}
}
@media screen and (max-width:768px){
	.top_expert_img{
		margin: 0 auto;
		width: 247px;
	}
}
@media screen and (min-width:769px){
	.top_expert_cnt{
		width: 727px;
	}
}
.top_expert_cnt_position{
	font-weight: 700;
}
@media screen and (max-width:768px){
	.top_expert_cnt_position{
		text-align: center;
	}
}
.top_expert_cnt_name{
	font-size: 24px;
	font-weight: 700;
}
@media screen and (max-width:768px){
	.top_expert_cnt_name{
		font-size: 20px;
		text-align: center;
	}
}
.top_expert_cnt_biography{
	font-size: 13px;
	font-weight: 700;
}
@media screen and (max-width:768px){
	.top_expert_cnt_biography{
		font-size: 16px;
		text-align: center;
	}
}
.top_expert_cnt_text{
	font-weight: 500;
}
/* history *****************************************/
.top_history{
	background: #CAAFA1;
	padding-bottom: 200px;
	position: relative;
}
.top_history_img{
	display: block;
}
.top_history .inner_base{
	padding-top: 200px;
	position: relative;
	z-index: 2;
}
@media screen and (max-width:768px){
	.top_history .inner_base{
		padding-top: 40px;
	}
}
.top_history .inner_base:before{
	background: #B4876F;
	content: '';
	display: block;
	height: 100%;
	left: 50%;
	position: absolute;
	top: 0;
	transform: translateX(-50%);
	width: 2px;
}
@media screen and (max-width:768px){
	.top_history .inner_base:before{
		left: 0;
		transform: none;
	}
}
@media screen and (max-width:768px){
	.top_history_title{
		padding-left: 17px;
	}
}
.top_history_title img{
	height: 183px;
}
@media screen and (max-width:768px){
	.top_history_title img{
		height: 100px;
	}
}
.top_history_items{
	margin-top: 100px;
}
@media screen and (max-width:768px){
	.top_history_items{
		margin-top: 40px;
	}
}
@media screen and (min-width:769px){
	.top_history_item{
		width: 50%;
	}
}
.top_history_item + .top_history_item{
	margin-top: 30px;
}
@media screen and (max-width:768px){
	.top_history_item + .top_history_item{
		margin-top: 40px;
	}
}
/*right*/
.top_history_item.right{
	margin-left: auto;
}
.top_history_item.right .top_history_item_year{
	padding-left: 30px;
	position: relative;
}
.top_history_item.right .top_history_item_year:before{
	background: #B4876F;
	border-radius: 50%;
	content: '';
	height: 20px;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translate(-50%,-50%);
	width: 20px;
}
.top_history_item.right .top_history_item_cnt{
	padding-left: 30px;
}
@media screen and (max-width:768px){
	.top_history_item.right .top_history_item_cnt{
		padding-left: 17px;
	}
}
/*left*/
@media screen and (min-width:769px){
	.top_history_item.left{
		text-align: right;
	}
}
.top_history_item.left .top_history_item_year{
	padding-right: 30px;
	position: relative;
}
@media screen and (max-width:768px){
	.top_history_item.left .top_history_item_year{
		padding-left: 17px;
	}
}
.top_history_item.left .top_history_item_year:after{
	background: #B4876F;
	border-radius: 50%;
	content: '';
	height: 20px;
	right: 0;
	position: absolute;
	top: 50%;
	transform: translate(50%,-50%);
	width: 20px;
}
@media screen and (max-width:768px){
	.top_history_item.left .top_history_item_year:after{
		left: 0;
		right: auto;
		transform: translate(-50%,-50%);
	}
}
.top_history_item.left .top_history_item_cnt{
	padding-right: 30px;
}
@media screen and (max-width:768px){
	.top_history_item.left .top_history_item_cnt{
		padding-left: 17px;
	}
}
/**/
.top_history_item_year{
	color: #B4876F;
	font-size: 24px;
	font-weight: 700;
}
@media screen and (max-width:768px){
	.top_history_item_year{
		font-size: 20px;
	}
}
.top_history_item_cnt{
	color: #fff;
}
.top_history_item_cnt_title{
	font-size: 24px;
	font-weight: 700;
}
@media screen and (max-width:768px){
	.top_history_item_cnt_title{
		font-size: 16px;
	}
}
.top_history_item_cnt p{
	font-size: 15px;
	font-weight: 500;
}
@media screen and (max-width:768px){
	.top_history_item_cnt p{
		margin-top: 10px;
	}
}
.top_history_bg{
	bottom: 90px;
	left: 0;
	position: absolute;
	width: 509px;
}
@media screen and (max-width:768px){
	.top_history_bg{
		bottom: 60px;
		width: 343px;
	}
}
/* develop *****************************************/
.top_develop{
	background: #EFE7E1;
	padding: 200px 0;
}
@media screen and (max-width:768px){
	.top_develop{
		padding: 60px 0;
	}
}
.top_develop_title{
	border-bottom: 1px solid #4D4D4D;
	display: inline-block;
	font-size: 36px;
	padding-bottom: 20px;
	text-align: center;
}
@media screen and (max-width:768px){
	.top_develop_title{
		font-size: 24px;
	}
}
.top_develop_title_img{
	text-align: right;
}
.top_develop_title_img img{
	height: 180px;
}
@media screen and (max-width:768px){
	.top_develop_title_img img{
		height: 94px;
	}
}
.top_develop_title{
	margin-top: 140px;
}
@media screen and (max-width:768px){
	.top_develop_title{
		margin-top: 54px;
	}
}
.top_develop_items{
	margin-top: 100px;
}
@media screen and (max-width:768px){
	.top_develop_items{
		margin-top: 40px;
	}
}
.top_develop_item{
	border-bottom: 5px solid #E9D5CB;
	padding: 0 40px 72px;
	position: relative;
}
@media screen and (max-width:768px){
	.top_develop_item{
		padding: 0 0 40px;
	}
}
.top_develop_item:last-child{
	border: none;
}
.top_develop_item:after{
	background: url(../img/img_top_develop_item_arrow.png) no-repeat center center / contain;
	bottom: 0;
	content: "";
	display: block;
	height: 37px;
	left: 50%;
	position: absolute;
	transform: translate(-50%,100%);
	width: 74px;
}
@media screen and (max-width:768px){
	.top_develop_item:after{
		height: 25px;
		width: 49px;
	}
}
.top_develop_item:last-child:after{
	content: none;
}
.top_develop_item + .top_develop_item{
	margin-top: 80px;
}
@media screen and (max-width:768px){
	.top_develop_item + .top_develop_item{
		margin-top: 65px;
	}
}
@media screen and (min-width:769px){
	.top_develop_item_img{
		width: 336px;
	}
}
@media screen and (min-width:769px){
	.top_develop_item_cnt{
		width: 760px;
	}
}
@media screen and (max-width:768px){
	.top_develop_item_cnt{
		margin-top: 20px;
	}
}
@media screen and (max-width:768px){
	.top_develop_item_cnt_title{
		justify-content: center;
	}
}
.top_develop_item_cnt_title_step{
	color: #BB937D;
	font-size: 36px;
	font-weight: 500;
}
@media screen and (max-width:768px){
	.top_develop_item_cnt_title_step{
		font-size: 32px;
	}
}
.top_develop_item_cnt_title_num{
	color: #BB937D;
	font-size: 64px;
	font-weight: 500;
	line-height: 1;
}
.top_develop_item_cnt_title_text{
	font-size: 24px;
	margin-left: 40px;
	padding-bottom: 5px;
}
@media screen and (max-width:768px){
	.top_develop_item_cnt_title_text{
		font-size: 20px;
		margin-left: 0;
		text-align: center;
		width: 100%;
	}
}
.top_develop_item_cnt_text{
	font-weight: 500;
}
.top_develop_item_cnt ul{
	margin-left: 30px;
}
.top_develop_item_cnt li{
	list-style: disc;
}
/* newstore *****************************************/
.top_newstore{
	position: relative;
}
.top_newstore_cnt{
	color: #fff;
	margin-left: auto;
	position: absolute;
	right: 120px;
	text-align: center;
	top: 50%;
	transform: translateY(-50%);
}
@media screen and (max-width:768px){
	.top_newstore_cnt{
		right: 50%;
		transform: translate(50%,-50%);
		width: 100%;
	}
}
.top_newstore_cnt_title{
	font-size: 24px;
	font-weight: 400;
}
.top_newstore_cnt_coming_soon{
	font-size: 36px;
	font-weight: 900;
	margin-top: 40px;
}
.top_newstore_bg{
	display: block;
}
/* product *****************************************/
.top_product{
	background: #EFE7E1;
	color: #767472;
	padding: 200px 0;
}
@media screen and (max-width:768px){
	.top_product{
		padding: 60px 0;
	}
}
.top_product_title{
	text-align: center;
}
.top_product_title img{
	height: 72px;
}
@media screen and (max-width:768px){
	.top_product_title img{
		height: 30px;
	}
}
.top_product_items{
	gap:55px 0;
	margin-top: 173px;
}
@media screen and (max-width:768px){
	.top_product_items{
		gap:60px 0;
		justify-content: center;
		margin-top: 60px;
	}
}
@media screen and (min-width:769px){
	.top_product_item{
		width: 29.166%;
	}
}
@media screen and (max-width:768px){
	.top_product_item{
		letter-spacing: 0px;
	}
	.top_product_item:nth-child(n+4){
		display: none;
	}
	.top_product_item_img{
		text-align: center;
	}
	.top_product_item_img img{
		height: 250px;
		width: auto;
	}
}
.top_product_item_title{
	font-weight: 700;
	text-align: center;
}
.top_product_item_text{
	font-weight: 500;
}
/****************************************
共通下層ページ
*****************************************/
.main_subpage{
	background: #CAAFA1;
	padding: 200px 0 120px;
	position: relative;
}
@media screen and (max-width:768px){
	.main_subpage{
		padding: 120px 0 80px;
	}
}
.main_subpage .inner_base{
	position: relative;
	z-index: 2;
}
.title_subpage{
	border-bottom: 1px solid #fff;
	color: #fff;
	display: inline-block;
	font-size: 36px;
	font-weight: 500;
	padding-bottom: 20px;
	position: relative;
	text-align: center;
}
@media screen and (max-width:768px){
	.title_subpage{
		font-size: 24px;
	}
}
/****************************************
archive
*****************************************/
.loop_posts{
	gap:60px 80px;
}
@media screen and (max-width:768px){
	.loop_posts{
		gap:40px 0;
	}
}
.loop_post{
	background: #EFE7E1;
	border-radius: 10px;
	padding: 25px;
	width: calc( (1200px - 160px) / 3 );
}
@media screen and (max-width:768px){
	.loop_post{
		width: 100%;
	}
}
.loop_post span{
	display: block;
}
.loop_post_thum img{
	aspect-ratio:350 / 190;
	border-radius: 10px;
	height: 100%;
	object-fit: cover;
	width: 100%;
}
.loop_post_title{
	max-height: 46px;
	overflow: hidden;
}
.loop_post_line{
	background: #CAAFA1;
	height: 1px;
	margin-top: 17px;
}
.loop_post_excerpt{
	font-size: 12px;
}
/*nav-links*/
.nav-links{
	display: flex;
	gap:40px;
	justify-content: center;
}
.nav-links a,.nav-links span{
	color: #fff;
	font-size: 18px;
}
.nav-links .current{
	opacity: .5;
}
.archive_bg01{
	height: 409px;
	left: 0;
	position: absolute;
	top: 200px;
}
@media screen and (max-width:768px){
	.archive_bg01{
		height: 280px;
	}
}
.archive_bg02{
	bottom: 40px;
	height: 414px;
	right: 0;
	position: absolute;
}
@media screen and (max-width:768px){
	.archive_bg02{
		height: 280px;
	}
}
/****************************************
single
*****************************************/
.bread{
	color: #fff;
	display: flex;font-size: 14px;
	font-weight: 500;
	gap:10px;
	justify-content: flex-end;
	padding: 0 100px;
}
@media screen and (max-width:768px){
	.bread{
		flex-wrap: wrap;
		padding: 0 25px;
	}
}
.bread a{
	color: #fff;
}
.single_wrap{
	background: #EFE7E1;
	border-radius: 20px;
	padding: 40px 100px 80px;
}
@media screen and (max-width:768px){
	.single_wrap{
		padding: 40px 25px ;
	}
}
.single_header_time{
	color: #575756;
	font-weight: 500;
}
.single_header_title{
	color: #575756;
	font-size: 32px;
	font-weight: 500;
	margin-top: 10px;
}
@media screen and (max-width:768px){
	.single_header_title{
		font-size: 20px;
	}
}
.single_thum img{
	aspect-ratio:1000 / 647;
	border-radius: 10px;
	height: 100%;
	object-fit: cover;
	width: 100%;
}
.news_all{
	color: #4D4D4D;
	font-size: 24px;
}
.news_all_icon{
	height: 34px;
	display: block;
	margin-right: 14px;
}