
/***** 新着情報_共通・ホーム*****/
.home .news{
	width: 100%;
	position: relative;
	z-index: 30;
	background: #fefefe;
	padding-bottom: 4rem;
}
.news .wrap{
	display: flex;
}
.home .news_head{
	max-height: 280px;
	background: #A62A2A;
	color: #fefefe;
	font-size: 2rem;
    position: relative;
    top: -80px;
    padding: 80px;
}
.info_title,.info_btn{
	width: 160px;
	margin: 0 auto;
	text-align: center;
	display: block;
}
.info_title{
	margin-bottom: 1rem;
}
.info_btn{
	width: 160px;
	border: solid 1px #fefefe;
}
.info_btn:hover{
	color: #A62A2A;
	border: solid 1px #A62A2A;
	background: #fefefe;
	opacity: 1;
	transition : none;
}
.home .news_box{
	width: calc(100% - 24%);
	margin: 8rem 12rem 4rem;
}
.news_list {
	margin-bottom: 1rem;
}
.news_list .item_wrap{
	display: flex;
	justify-content: flex-start;
	border-bottom: solid 1px #cfcfcf;
	margin-bottom: 3.6rem;
	padding-bottom: 1.2rem;
}
.news_date{
	padding-right: 4.8rem;
}
.news_list_item a:hover{
	text-decoration: underline;
	opacity: 1;
}

@media screen and (max-width:959px) { 
	.home .news{
	margin: 0 auto;
}
	.news .wrap{
		display: block;
		width: 100%;
	}
	.home .news_head{
		width: 80%;
		margin: 0 auto;
		padding: 40px;
		top: -40px;
	}
	.home .news_box{
	width:80%;
	margin: 0 auto;
}
	.news_list .item_wrap{
		display: block;
	}
	.news_list_item h3{
		padding-bottom: 1rem;
	}
}
@media screen and (max-width:599px) { 
	.home .news_head{
		width: 92%;
		margin: 0 auto 0;
		padding: 40px;
	}
	.home .news_box{
		width:92%;
	margin: 0 auto;
	}
}

/***** トップページ共通 ******/
.home_inner{
	width: 84%;
	margin: 0 auto;
}
@media screen and (max-width:959px) {
	.home_inner{
	width: 100%;
}
}
@media screen and (min-width:600px) and (max-width:959px) {
	.home_about,.home_business{
		padding: 50px 3rem 60px;
	}
}
@media screen and (max-width:599px) {
	.home_about,.home_business{
		padding: 30px 2rem 40px;
	}
}

/*** トップページh2 ***/
.home_content h2{
	font-size: 2.4rem;
	margin-bottom: 2.4rem;
}

/*** home_about ***/
.home_about{
	width: 100%;
	height: 80vh;
	margin: 0 auto;
	background: #F6F6F4;
	padding: 6rem 0;
}
.home_about .wrap{
	position: relative;
	display: flex;
	justify-content: space-between;
}
.home_about .wrap .left_wrap{
    position: absolute;
	z-index: 10;
}
.about_list{
	font-weight: 500;
	font-size: 1.8rem;
	padding-bottom: 2rem;
}
.about_list li{
	margin-bottom: 1.8rem;
}
.about_text{
	width: 46%;
	height: auto;
}
.about_text p{
	margin-bottom: 0.8rem;
}
.home_about .wrap .right_wrap{
    position: relative;
    width: 100%;
	margin:auto;
}
.home_about .wrap .right_wrap .outer{
    position: relative;
    width: 76%;
	margin-left: 44%;
}
.home_about .wrap .right_wrap .outer::before{
    content:"";
    display: block;
    padding-top: 70%; 	
}
.home_about .wrap .right_wrap .outer .inner{
	position: absolute;
}
.home_about .wrap .right_wrap .outer .inner img{
	height: auto;
}
.home_about .wrap .right_wrap .outer .about01{
	text-align: right;
	top:4%;
}
.home_about .wrap .right_wrap .outer .about01 img{
	width: 88%;
}
.home_about .wrap .right_wrap .outer .about02 {
	text-align: left;
	top:48%;
}
.home_about .wrap .right_wrap .outer .about02 img{
	width: 40%;
}
.home_about .wrap .right_wrap .outer .about03 {
	text-align: center;
	top:72%;
	left: 24%;
}
.home_about .wrap .right_wrap .outer .about03 img{
	width: 48%;
}

@media screen and (max-width:959px) { 
	.home_about{
		height: 100%;
	}
	.home_about .wrap{
		display: block;
	}
	.home_about .wrap .left_wrap{
		position: relative;
		width: 88%;
		margin: 0 auto;
		padding-bottom: 4rem;
	}
	.about_text{
		width: 100%;
	}
	.home_about .wrap .right_wrap{
		position: relative;
		width: 100%;
		height: 100%;
		margin:auto;
	}
	.home_about .wrap .right_wrap .outer{
		position: relative;
		width: 100%;
		margin-left: 0;	
	}
	.home_about .wrap .right_wrap .outer::before{
		content:none;
		display: block;
		padding-top: 70%; 	
	}
		.home_about .wrap .right_wrap .outer .inner{
		position: relative;
	}
	.home_about .wrap .right_wrap .outer .about01{
		text-align: right;
		top:4%;
	}
	.home_about .wrap .right_wrap .outer .about01 img{
		width: 88%;
	}
	.home_about .wrap .right_wrap .outer .about02 {
		text-align: left;
		position: absolute;
		top:44%;
	}
	.home_about .wrap .right_wrap .outer .about02 img{
		width: 40%;
	}
	.home_about .wrap .right_wrap .outer .about03 {
		text-align: center;
		position: absolute;
		top:112%;
		left: 24%;
	}
	.home_about .wrap .right_wrap .outer .about03 img{
		width: 48%;
	}
}

@media screen and (max-width:599px) { 
	.about_list{
		font-size: 1.6rem;
		padding-bottom: 2rem;
			margin-top: 3.2rem;
	}
	.about_list li{
		margin-bottom: 1.8rem;
	}
	.about_text p{
		margin-bottom: 0.8rem;
	}
}

/*** bg_white/home_bg_img ***/
.bg_white{
	width: 100%;
	height: 28vh;
	background-color: #fefefe;
}

@media screen and (min-width:960px) and (max-width:1279px) {
	.bg_white{
		height: 120px;
	}
}
@media screen and (min-width:700px) and (max-width:959px) {
		.bg_white{
		height: 360px;
	}
}
@media screen and (max-width:549px) { 
		.bg_white{
		height: 200px;
	}
}
@media screen and (max-width:399px) { 
		.bg_white{
		height: 120px;
	}
}

.home_bg_img{
	position: relative;
	width: 100%;
	height: 400px;
}

@media screen and (min-width:600px) and (max-width:959px) {
	.home_bg_img{
		height: 320px;
	}
}
@media screen and (max-width:599px) { 
	.home_bg_img{
		height: 240px;
	}
}

/*** home_business ***/
.home_business{
	background-color: #fefefe;
	padding: 10rem 0 0rem;
	text-align: center;
}
.title_center_en{
	font-size: 3.6rem;
	line-height: 3.6rem;
}
.title_center_jp{
	font-size: 1.6rem;
}
.home_business_list{
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.home_business_list a{
	position: relative;
	display: flex;
	align-items: center;
	width: 100%;
	height: 400px;
	overflow: hidden;
	background: #000;
}
.home_business_list .item01{
	width: 50%;
}
.home_business_list .item02{
	width: 33.33%;
}
.home_business_list a img{
	position: absolute;
	top:0;
	left:0;
	width: 100%;
	height: 400px;
	opacity: 0.6;/* 画像の明るさ */
	object-fit: cover;
	object-position: 50% 50%;
}
.home_business_list .list_name{
	text-align: center;
	margin: 0 auto;
	display: flex;
	color: #fefefe;
	font-size: 2rem;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
	font-weight: bold;
	letter-spacing: 1.2px;
	z-index: 10;
}
.home_business_list a img:hover{
	opacity: 1;
	transition : none;
	cursor: pointer;
}
@media screen and (max-width:959px) {
	.home_business_list{
		display: block;
		flex-wrap: nowrap;
	}
	.home_business_list .item01,.home_business_list .item02{
		width: 100%;
	}
}
@media screen and (min-width:600px) and (max-width:959px) {
	.home_business_list a,.home_business_list a img{
		height: 320px;
	}
}

@media screen and (max-width:599px) { 
	.home_business_list a,.home_business_list a img{
	height: 180px;
}
	.home_business_list .list_name{
		font-size: 1.8rem;
	}
}
