@charset "UTF-8";
/* CSS Document */
/* 仮index */
.og {
    text-align: center;
    padding-top: 10vh;
}
@media screen and (max-width: 767px) {
/* 仮index */
.og {
	padding-top: 25vh;
	}
.og img {
	width: 100%;
	}
}

.mainArea {
	margin: 130px auto 50px;
	height: 600px;
	background-image: url("../img/top/main.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	display: flex;
	align-items: center;
	justify-content: center;
}
	.mainArea .inner .txtArea .m_ttl a {
	display: block;
}
	.m_ttl a:hover img {
	opacity: .7;
}

/* 共通 */
.h2Area {
	margin-bottom: 20px;
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.h2Area:before {
	content:"";
	position: absolute;
	top: 0;
	left: 0;
	background-color: #000;
	width: 100%;
	height: 4px;
}
.h2Area:after {
	content:"";
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: #000;
	width: 100%;
	height: 4px;
}
.h2Area h2 {
	font-family: source-han-sans-japanese, sans-serif;
	font-weight: 900;
	font-style: normal;
	font-size: 27px;
	color: #000;
	line-height: 1;
	padding: 16px 10px;
	background-color: #fff;
}
.h2Area .h2_ttl {
	width: 135px;
	height: 100%;
	background-color: #000;
	font-family: bebas-neue-pro, sans-serif;
	font-weight: 600;
	font-style: normal;
	color: #fff;
	font-size: 33px;
	text-align: center;
}

/* btnArea */
.btnArea .btn a {
	font-size: 14px;
	font-weight: 400;
	color: #000;
	letter-spacing: 0.1em;
	font-style: normal;
	display: inline-block;
}
.btnArea .btn a:hover {
	padding-left: 20px;
	transition: all 0.3s;
	color: #78B97F;
}

/* bnrArea */
.bnrArea {
	width: 100%;
	margin: 0 auto;
}
.bnrArea .bnrBox {
	max-width: 1280px;
	width: 100%;
	margin: 15px auto;
}
.bnrArea .bnrBox a {
	display: block;
}
.bnrArea .bnrBox a img {
	width: 100%;
}
.bnrArea .bnrBox a:hover img {
	opacity: .7;
}
/* newsArea */
.newsArea .inner {
	padding: 40px 20px 0;
}
.newsArea .inner .news_bg {
	max-width: 1100px;
	margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
	border: 4px solid #000;
}
.newsArea .inner .news_bg .left {
	width: 20%;
	background-color: #000;
	position: relative;
	z-index: 0;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
}
.newsArea .inner .news_bg .left h2 {
	color: #fff;
	font-family: bebas-neue-pro, sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 33px;
}
.newsArea .inner .news_bg .right {
	width: 80%;
	padding: 45px 40px 31px;
	background-color: #fff;
	align-items: center;
	justify-content: flex-start;
	display: flex;
	position: relative;
}
.newsArea .inner .news_bg .right .news {
	width: 100%;
}
.newsArea .inner .btnArea {
	max-width: 1100px;
	margin: 0 auto;
	text-align: right;
	padding: 10px 0 30px;
}
.newsArea .inner .btnArea .btn a {
	padding-right: 20px;
}
.newsArea .inner .btnArea .btn a:hover {
	padding-right: 0;
}
.newsArea .inner .news_bg .right .news ul li {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 14px;
	padding-bottom: 5px;
}
.newsArea .inner .news_bg .right .news ul li .display {
	width: 90px;
	margin-right: 20px;
}
.newsArea .inner .news_bg .right .news ul li .display .date {
	color: #999;
	font-size: 14px;
	font-family: century-gothic, sans-serif;
	font-weight: 400;
	font-style: normal;
}
.newsArea .inner .news_bg .right .news ul li .news_s p a {
	color: #000;
	font-size: 13px;
	font-weight: 600;
	line-height: 1;
}
.newsArea .inner .news_bg .right .news ul li .news_s p a:hover {
	color: #78B87F;
}

/* contentArea */
.contentArea .inner {
	max-width: 1360px;
	margin: 0 auto;
	padding: 30px 20px 10px;
	overflow: hidden;
}
.contentArea .inner .item {
	float: left;
	width: 48%;
	margin: 0 1% 30px;
}
.contentArea .inner .item:nth-of-type(2n+1) {
	clear: both;
}
.contentArea .inner .item ul {
	display: flex;
	justify-content: center;
	flex-wrap: nowrap;
}
.contentArea .inner .item ul li {
	width: 30%;
	margin: 0 10px;
}
.contentArea .inner .item ul li a {
	display: block;
	position: relative;
}
.contentArea .inner .item ul li a:hover {
	opacity: .7;
}
.contentArea .inner .item ul li a .date {
	position: absolute;
	top: 0;
	left: 0;
	color: #fff;
	font-size: 14px;
	font-family: century-gothic, sans-serif;
	font-weight: 400;
	font-style: normal;
	line-height: 1;
	background-color: #000;
	padding: 8px;
}
.contentArea .inner .item ul li a .txt {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	line-height: 1;
	width: 100%;
	background-color: rgba(0,0,0,.65);
	padding: 10px 8px;
	font-size: 12px;
}
.contentArea .inner .item ul li a p.img {
  width: 100%;
  position: relative;
}
.contentArea .inner .item ul li a p.img::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.contentArea .inner .item ul li a p.img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.contentArea .inner .item .btnArea {
	text-align: right;
	padding-top: 15px;
	padding-right: 10px;
}
.contentArea .inner .item .btnArea .btn a {
	padding-right: 20px;
}
.contentArea .inner .item .btnArea .btn a:hover {
	padding-right: 0;
}




@media screen and (max-width: 1300px) {
	.contentArea .inner .item ul li a .txt {
		min-height: 40px;
		padding: 10px 5px;
		font-size: 8px;
	}
	.contentArea .inner .item ul li a .date {
		font-size: 11px;
		padding: 5px;
	}	
}

@media screen and (max-width: 897px) and (orientation: landscape) {
}

@media screen and (max-width: 767px) {
	/* 共通 */
	.h2Area {
		margin-bottom: 30px;
	}
	.h2Area h2 {
		padding: 16px 0px 16px 8px;
	}	
	
	.mainArea {
		margin-top: 0;
		height: 100vh;
		background-image: url("../img/top/main_sp.jpg");
	}	
	.mainArea .inner {
		text-align: center;
		padding: 0 5vw;
	}	
	.mainArea .inner .txtArea .m_ttl {
	padding-bottom: 180px;
}
.bnrArea .bnrBox a {
	padding: 20px 5vw;
}
.bnrArea .bnrBox {
    width: 100%;
}
/* newsArea */
	.newsArea .inner {
		padding: 40px 5vw 0;
	}
	.newsArea .inner .news_bg {
		width: 100%;
		display: block;
		border: 2px solid #000;
	}
	.newsArea .inner .news_bg .left {
		width: 100%;
		padding: 8px 0;
	}
	.newsArea .inner .news_bg .left h2 {
		font-size: 20px;
	}
	.newsArea .inner .news_bg .right {
		width: 100%;
		padding: 20px 20px 10px;
		display: block;
	}
	.newsArea .inner .news_bg .right .news {
		width: 100%;
	}
	.newsArea .inner .btnArea {
		width: 100%;
		margin: 0 auto;
	}
	.newsArea .inner .news_bg .right .news ul li {
		display: block;
	}
	.newsArea .inner .news_bg .right .news ul li .display {
		width: 100%;
		margin-right: 0;
}

	/* contentArea */
	.contentArea .inner {
		width: 100%;
		margin: 0 auto;
		padding: 10px 5vw 10px;
	}
	.contentArea .inner .item {
		float: none;
		width: 100%;
		margin: 0 0 30px;
	}
	.contentArea .inner .item:nth-of-type(2n+1) {
		clear: none;
	}
}


@media screen and (max-width: 580px) {
	.bnrArea .bnrBox a h2 {
    display: block;
}
	.bnrArea .bnrBox a p {
    float: none;
		padding-left: 40px;
}
.contentArea .inner .item ul {
		display: block;
	}
	.contentArea .inner .item ul li {
		width: 70%;
		margin: 0 auto 20px;
	}
	.contentArea .inner .item ul li a .img,
	.contentArea .inner .item ul li a .img img {
		width: 100%;
	}
	.contentArea .inner .item .btnArea {
		padding-top: 0;
	}
}
