@charset "utf-8";
/*====================================================================================
■01.Banner
■02.TOP PAGE
====================================================================================*/
/*====================================================================================
■01.Banner
====================================================================================*/
.mainvisual {
	background: url(../images/bg_mainvisual.png) no-repeat center;
	border-top: 1px solid #bddaad;
	border-bottom: 1px solid #bddaad;
	padding: 9px 0 20px;
	margin-top: 20px;
}
.btn_mainvisual {
	text-align: center;
}
.btn_mainvisual a img:hover,.btn_mainvisual a:hover{opacity:1 !important;}
/*====================================================================================
■02.TOP PAGE
====================================================================================*/
h3.tit{
	text-align: center;
	padding: 50px 0 40px;
}
.stl_box01, .stl_box02 {
	position: relative;
	float: left;
	width: 220px;
	background-color: #fff;
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,.05);
	-moz-box-shadow: 0 0 5px rgba(0,0,0,.05);
	box-shadow: 0 0 5px rgba(0,0,0,.05);
	border: solid 1px #e0e0e0;
	margin-right: 20px;
	margin-bottom: 20px;
}
.stl_box01 a:after, .stl_box02 a:after {
	position: absolute;
	content: "";
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.txt_box {
	padding: 10px;
}
.stl_box01 h4.ttl{
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
}
/*JS CROLL*/
.content-1 {
	height: 352px;
}
.content-2 {
	height: 398px;
}
.content {
	overflow: auto;
    position: relative;
    width: 973px;
	border:1px solid #cdcdcd;
	padding: 15px 10px 15px 15px;
}
.stl_box02 h4.ttl{
	background: #e2f8cd;
	padding: 10px;
	font-size: 16px;
	font-weight: bold;
}
.top_03 {
	background: url("../images/bg_01.png") no-repeat top center;
	background-size: cover;
	/* margin-top: 50px; */
}
.mg90{
	margin: 0 90px;
}
.top_04 .img_left{
	float: left;
	width: 320px;
	margin-right:20px;
}
.top_04 .txt_right{
	float: right;
	width: 660px;
}
.box_news {
	float: left;
	width: 655px;
	border: 1px solid #cdcdcd;
	margin-right: 30px;
}
.ttl_new {
	background: #5fb730;
	padding: 8px 10px 8px 20px;
}
.content-3 {
	height: 200px;
	margin: 15px 0;
}
.cont_news {
	margin: 0 15px;
	width: 610px;
}
.cont_news dl {
    padding: 15px 0;
    border-bottom: 1px solid #cdcdcd;
}
.cont_news dt {
    float: left;
    width: 90px;
    color: #5fb730;
}
.cont_news dd {
    float: right;
    width: 520px;
}
.cont_news dd a{
	text-decoration: none;
}
.facebook_company {
    float: right;
    width: 310px;
}

.item_img {
	display: table;
	width: 220px;
	height: 220px;
}
.item_img span {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
.item_img img {
	max-width: 220px;
	max-height: 220px;
}

aside.sns {
    float: right;
    width: 310px;
}

aside.sns * {
	box-sizing: border-box;
}

.sns-lst__items {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.sns-lst__head {
	width: 100%;
    margin-top: 45px;
    margin-bottom: 15px;
	font-size: 1.5em;
	font-weight: bold;
	text-align: center;
	color: #5fb730;
}

.sns-lst__desc {
	padding: 15px;
}

.sns-lst__desc a {
	display: block;
}

.youtube_area {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-block-end: 40px;
	gap: 40px;
}
.youtube_lnk {
	width: 480px;
	aspect-ratio: 16 / 9;
}
.youtube_lnk > * {
	object-fit: contain;
	width: 100%;
	height: 100%;
}