@charset "UTF-8";

/* ---------------------------------------------------------
メインビジュアル
------------------------------------------------------------ */
#mv{
	margin-bottom: 60px;
    height: 320px;
    text-align: center;
    background: #ffdd02;
}
#mv img{
	height: 100%;
    object-fit: cover;
    margin: auto;
}
@media screen and (max-width: 1024px)  {
	#mv{
		height: 40vw;
		width:160%;
		overflow: hidden;
		position: relative;
	}
	#mv img{
		object-fit: inherit;
		height: 100%;
		width: auto;
		position: absolute;
		left:-5%;
	}
}
/* 基本のsection */
section#news,section#sns{
	padding:0 calc( ( 100% - 1060px ) / 2 ) 60px;
}
section h2{
	font-size: 32px;
	color: #333;
	margin-bottom: 20px;
}


/* ---------------------------------------------------------
SNS
------------------------------------------------------------ */
@media screen and (min-width: 1024px)  {
	#sns{
		display: flex;
		justify-content: space-between;
	}
	#sns > *{
		width: 520px;
	}
}
@media screen and (max-width: 1023px) {
	#sns .sns-box{
		margin-bottom: 20px;
	}
}