@charset "UTF-8";

.mainvisual-wrap {
	height: 43.204578vw;
}
.mainvisual-wrap .slide-box li {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
	overflow: hidden;
}

@media screen and (max-width: 768px) {

	.mainvisual-wrap {
		height: 129.733333vw;
	}

}

/*================================================

　columns

=================================================*/
.news {
	margin: 0 auto;
	padding: 0;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}
.news-content {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: 1000px;
	margin: 0 auto;
	padding: 50px 0;
	border-left: 1px solid #000;
}
.news-content h2 {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 295px;
	background-color: #E9E9E9;
}
.news-content h2::before {
	content: '';
	position: absolute;
	top: 0;
	left: -50vw;
	width: 50vw;
	height: 100%;
	background-color: #E9E9E9;
	z-index: -1;
}

.news-content ul {
	overflow: hidden scroll;
	width: calc(100% - 295px);
	height: 295px;
	margin: 0 auto;
	padding-left: 40px;
	text-align: left;
}
.news-content ul li {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 40px;
	padding: 0;
	font-size: clamp(1.4rem, (100vw - 1080px) * 2 / 320 + 14px, 1.6rem);
	font-weight: 700;
	line-height: 1.4;
}
.news-content ul li p {
	width: 100%;
	text-align: left;
}

@media screen and (max-width: 1079px) {

	.news-content {
		padding-right: 30px;
	}

}

@media screen and (max-width: 768px) {

	.news-content {
		flex-direction: column;
		justify-content: space-between;
		padding: 50px 0;
		border-left: none;
	}
	.news-content h2 {
		width: 100%;
		padding: 20px;
	}
	.news-content h2::before {
		display: none;
	}
	.news-content ul {
		width: 100%;
		height: 295px;
		padding: 20px;
	}
	.news-content ul li {
		margin-bottom: 20px;
	}

}

/*================================================

　official

=================================================*/
.official {
	margin: auto;
	padding: 50px 0 0;
	text-align: center;
}
.official h2 {
	margin-top: 10px;
}
.official-content {
	overflow: hidden;
	position: relative;
	padding: 10px 0 60px;
}
.official-content::after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-color: #094;
	clip-path: polygon(0 100%, 100% 0, 100% 100%);
	z-index: -1;
}
.official ul {
	display: flex;
	justify-content: space-between;
	margin: auto;
}
.official ul:first-child {
	width: 410px;
	padding-left: 10px;
}
.official ul:last-child {
	flex-wrap: wrap;
	width: 980px;
	padding-left: 10px;
}
.official ul:last-child li a {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 446px;
	height: 116px;
	margin-top: 32px;
	padding-left: 1em;
	font-size: clamp(2.9rem, (100vw - 1080px) * 7 / 320 + 29px, 3.6rem);
	font-weight: 900;
	line-height: 1.3;
	background-color: #B4FF50;
	border-radius: 18px;
}
.official ul:last-child li:nth-of-type(1) a::before,
.official ul:last-child li:nth-of-type(2) a::before,
.official ul:last-child li:nth-of-type(3) a::before,
.official ul:last-child li:nth-of-type(4) a::before {
	position: absolute;
	content: '';
	display: block;
}
.official ul:last-child li:nth-of-type(1) a::before,
.official ul:last-child li:nth-of-type(3) a::before {
	top: 0;
	left: -2px;
	width: 84px;
	height: 114px;
	background: url("../images/top/contents_icon_01.svg") center top / 84px auto no-repeat;
}
.official ul:last-child li:nth-of-type(2) a::before {
	top: 2px;
	left: -4px;
	width: 68px;
	height: 112px;
	background: url("../images/top/contents_icon_02.svg") center top / 68px auto no-repeat;
}
.official ul:last-child li:nth-of-type(4) a::before {
	top: 9px;
	left: -6px;
	width: 96px;
	height: 102px;
	background: url("../images/top/contents_icon_03.svg") center top / 96px auto no-repeat;
}

@media screen and (max-width: 1079px) {

	.official {
		padding: 50px 0 0;
	}
	.official h2 {
		margin-top: 10px;
	}
	.official-content {
		padding: 0 0 5.560704vw;
	}
	.official ul:first-child {
		width: 410px;
		padding-left: 10px;
	}
	.official ul:last-child {
		width: 90.824838vw;
		padding-left: 10px;
	}
	.official ul:last-child li a {
		width: 41.334569vw;
		height: 10.750695vw;
		margin-top: 32px;
		padding-left: 1em;
		font-size: clamp(2.9rem, (100vw - 1080px) * 7 / 320 + 29px, 3.6rem);
		border-radius: 1.668211vw;
	}
	.official ul:last-child li:nth-of-type(1) a::before,
	.official ul:last-child li:nth-of-type(3) a::before {
		left: -0.185357vw;
		width: 7.784986vw;
		height: 10.565338vw;
		background-size: 7.784986vw auto;
	}
	.official ul:last-child li:nth-of-type(2) a::before {
		top: 0.185357vw;
		left: -0.370714vw;
		width: 6.302132vw;
		height: 10.379981vw;
		background-size: 6.302132vw auto;
	}
	.official ul:last-child li:nth-of-type(4) a::before {
		top: 0.834106vw;
		left: -0.55607vw;
		width: 8.897127vw;
		height: 9.453197vw;
		background-size: 8.897127vw auto;
	}

}

@media screen and (max-width: 768px) {

	.official {
		padding: 30px 0 0;
	}
	.official h2 {
		margin-top: 10px;
	}
	.official-content::after {
		clip-path: polygon(0 100%, 100% 20%, 100% 100%);
	}
	.official ul:first-child {
		width: 60vw;
		max-width: 410px;
		padding-left: 1.302083vw;
	}
	.official ul:first-child li:first-child { width: 10.677083vw; }
	.official ul:first-child li:nth-of-type(2) { width: 10.546875vw; }
	.official ul:first-child li:last-child { width: 11.71875vw; }
	
	.official ul:last-child li a {
		margin-top: 4.166667vw;
		padding-left: 1em;
		font-size: clamp(1.4rem, (100vw - 375px) * 15 / 393 + 14px, 2.9rem);
	}

}

/*================================================

　Pick up

=================================================*/
.pickup {
	margin: auto;
	padding: 30px 0 0;
	text-align: center;
}
.pickup h3 {
	margin-top: 10px;
	padding: 35px 0;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}
.pickup h4 {
	margin: 0;
	padding: 37px 0;
	background: url("../images/common/pattern_bg_img_01.jpg") top center / 1471px auto repeat-x;
}
.pickup h5 {
	margin: -3px 0 0;
	padding: 0;
}
.pickup-content {
	position: relative;
	max-width: 920px;
	margin: -15px auto 0;
	padding: 110px 40px 220px;
}
.pickup-content::after {
	position: absolute;
	content: '';
	display: block;
	top: 0;
	left: 50%;
	width: 202px;
	height: 100%;
	background-color: #B4FF50;
	transform: translateX(-50%);
	z-index: -1;
}
.pickup-content h6 {
	margin: 0 auto 20px;
	padding: 0;
	text-align: left;
}
.pickup-content h6 span {
	display: block;
	margin-top: 12px;
	font-size: clamp(1.4rem, (100vw - 1079px) * 2 / 321 + 14px, 1.6rem);
	font-weight: 600;
}
.pickup-content-banner a {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 840px;
	margin: 0 auto;
	padding: 45px 55px 40px;
	background-color: rgba(0,161,58,1);
	border-radius: 25px;
}
.pickup-content-banner a::before {
	position: absolute;
	content: '';
	display: block;
	top: -197px;
	left: 50%;
	width: 263px;
	height: 260px;
	background: url("../images/top/pickup_img_01.svg") center top / 263px 260px no-repeat;
	transform: translateX(-50%);
}
.pickup-content-banner a:hover {
	background-color: rgba(0,161,58,0.4);
	opacity: 1;
}
.pickup-content-banner p {
	color: #FFF;
	font-size: 5.2rem;
	font-weight: 900;
}

@media screen and (max-width: 1079px) {

	.pickup h4 {
		background-size: auto 100%;
	}
	.pickup-content {
		margin: -1.390176vw auto 0;
		padding: 10.194625vw 40px 20.389249vw;
	}
	.pickup-content::after {
		width: 18.721038vw;
	}

	.pickup-content-banner a {
		width: 77.849861vw;
		max-width: 840px;
		padding: 4.170528vw 5.097312vw 3.707136vw;
		border-radius: 2.31696vw;
	}
	.pickup-content-banner a::before {
		top: -18.257646vw;
		width: 24.374421vw;
		height: 24.096386vw;
		background-size: 24.374421vw auto;
	}
	.pickup-content-banner figure {
		width: 25.301205vw;
	}
	.pickup-content-banner p {
		font-size: clamp(3.7rem, (100vw - 769px) * 15 / 310 + 37px, 5.2rem);
	}

}

@media screen and (max-width: 768px) {

	.pickup {
		padding: 30px 0 0;
	}
	.pickup h3 {
		margin-top: 10px;
		padding: 4.557292vw 0;
	}
	.pickup h3 img {
		width: 23.697917vw
	}
	.pickup h4 {
		padding: 4.817708vw 0;
	}
	.pickup h4 img {
		width: 94.010417vw;
	}
	.pickup-content-banner p {
		font-size: clamp(1.7rem, (100vw - 375px) * 7 / 393 + 17px, 3.7rem);
	}

}
