/* Top Styles */




/* Layout
---------------------------------------------------------- */

#gnav {
	margin-bottom: 0;
}




/* .feature-images */

.feature-images {
	
}

.feature-images-pc {
	display: block;
}

.feature-images-pc .item {
	max-width: 1100px;
}

.feature-images-sp {
	display: none;
}

@media screen and (max-width: 768px) {
	
	.feature-images {
	
	}
	
	.feature-images-pc {
		display: none;
	}
	
	.feature-images-sp {
		display: block;
	}
}




/* top-section */

.top-section-heading {
	position: relative;
	padding: 0 0 16px;
	font-family: 'Montserrat';
	font-size: 2.2rem;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: .06em;
	color: #464646;
}

.top-section-heading::before {
	content: "";
	display: block;
	position: absolute;
	width: 100px;
	height: 4px;
	background: #22ac38;
	background: linear-gradient(to right, #00a75c 0%, #00a75c 35%, #e4e200 100%);
	margin: auto;
	bottom: 0;
	left: 0;
}

.top-section-heading.center {
	text-align: center;
}

.top-section-heading.center::before {
	right: 0;
}

.top-section-desc {
	margin: 20px 0 0 0;
	font-size: 1.6rem;
	line-height: 1.8;
	font-weight: 700;
	letter-spacing: .1em;
}

.top-section-desc.center {
	text-align: center;
}

@media screen and (max-width: 768px) {
	
	.top-section-heading {
		padding: 0 0 10px;
		font-size: 1.8rem;
		text-align: center;
	}
	
	.top-section-heading::before {
		width: 75px;
		height: 3px;
		right: 0;
	}
	
	.top-section-desc {
		font-size: 1.4rem;
	}
}




/* top-section-special */

.top-section-special {
	padding: 50px 50px 70px;
	background: #f6f6f6;
}

.special-link-group {
	max-width: 1000px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	align-content: space-between;
	flex-wrap: wrap;
}

.special-link-block {
	margin: 30px 0 0 0;
	width: 31.5%;
}

.special-link-image {
	
}

.special-link-image a {
	display: block;
	transition: opacity 200ms linear;
}

.special-link-image a:hover {
	opacity: .7;
}

.special-link-cat {
	position: relative;
	height: 40px;
	padding: 0 10px 0 94px;
	font-size: 1.5rem;
	font-weight: 700;
	letter-spacing: .08em;
	line-height: 40px;
	color: #464646;
	background: #ececec;
}

.special-link-cat::before {
	content: "PICK UP";
	display: block;
	position: absolute;
	width: 82px;
	height: 40px;
	font-family: 'Montserrat';
	font-size: 1.2rem;
	line-height: 40px;
	text-align: center;
	color: #fff;
	background: #22ac38;
	background: linear-gradient(to right, #00a75c 0%, #00a75c 35%, #e4e200 100%);
	top: 0;
	left: 0;
}

.special-link {
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 1;
	letter-spacing: .05em;
}

.special-link a {
	position: relative;
	display: block;
	padding: 29px 30px 29px 28px;
	color: #464646;
	background: #fff;
}

.special-link a::after {
	content: "";
	display: block;
	position: absolute;
	width: 8px;
	height: 8px;
	border-top: 3px solid #a2a2a2;
	border-right: 3px solid #a2a2a2;
	transform: rotate(45deg);
	margin: auto;
	top: 0;
	right: 17px;
	bottom: 0;
}

@media screen and (max-width: 768px) {
	
	.top-section-special {
		margin: 5px 0 0 0;
		padding: 40px 16px;
	}
	
	.special-link-block {
		margin: 12px 0 0 0;
		width: 100%;
	}
	
	.special-link-image {
		
	}
	
	.special-link-image a {
		display: block;
		transition: opacity 200ms linear;
	}
	
	.special-link-image a:hover {
		opacity: .7;
	}
	
	.special-link-cat {
		height: 36px;
		font-size: 1.2rem;
		line-height: 36px;
	}
	
	.special-link-cat::before {
		width: 75px;
		height: 36px;
		font-size: 1.1rem;
		line-height: 36px;
	}
	
	.special-link {
		font-size: 1.2rem;
	}
	
	.special-link a {
		padding: 19px 30px 19px 28px;
	}
	
	.special-link a::after {
		width: 7px;
		height: 7px;
		border-top: 2px solid #a2a2a2;
		border-right: 2px solid #a2a2a2;
	}
}




/* top-section-detail */

.top-section-detail {
	padding: 60px 0;
	background: #fff;
}

.detail-group {
	position: relative;
	max-width: 1600px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	align-content: space-between;
	flex-wrap: wrap;
}

.detail-group-right-side {
	justify-content: flex-end;
}

.detail-group-left-side {
	justify-content: flex-start;
}

.detail-texts {
	
}

.detail-texts-right-side {
	padding: 0 50px 0 70px;
}

.detail-texts-left-side {
	padding: 0 70px 0 50px;
}

.detail-heading {
	margin: 40px 0 0 0;
	font-size: 1.6rem;
	line-height: 1.5;
	font-weight: 700;
	letter-spacing: .1em;
	color: #464646;
}

.detail-desc {
	margin: 25px 0 0 0;
	font-size: 1.4rem;
	line-height: 1.8;
	letter-spacing: .08em;
	color: #464646;
}

.detail-link {
	margin: 30px 0 0 0;
	font-size: 1.4rem;
	line-height: 1;
	letter-spacing: .05em;
}

.detail-link a {
	position: relative;
	padding: 15px 70px 15px 75px;
	display: inline-block;
	color: #00a75c;
	border: 1px solid #00a75c;
}

.detail-link a::after {
	content: "";
	display: block;
	position: absolute;
	width: 7px;
	height: 7px;
	border-top: 1px solid #00a75c;
	border-right: 1px solid #00a75c;
	transform: rotate(45deg);
	margin: auto;
	top: 0;
	right: 17px;
	bottom: 0;
}

.detail-image {
	width: calc(50% + 30px);
}

.detail-image a {
	display: block;
	transition: opacity 200ms linear;
}

.detail-image a:hover {
	opacity: .7;
}

.detail-image-right-side {
	
}

.detail-image-left-side {
	
}

@media screen and (max-width: 768px) {
	
	.top-section-detail {
		padding: 40px 0;
	}
	
	.detail-group {
		position: relative;
		max-width: 1600px;
		margin: 0 auto;
		display: flex;
		align-items: center;
		align-content: space-between;
		flex-wrap: wrap;
	}
	
	.detail-group-right-side {
		justify-content: center;
	}
	
	.detail-group-left-side {
		justify-content: center;
	}
	
	.detail-texts {
		
	}
	
	.detail-texts-right-side {
		padding: 0 16px 35px;
		order: 1;
	}
	
	.detail-texts-left-side {
		padding: 0 16px 35px;
	}
	
	.detail-heading {
		margin: 30px 0 0 0;
		font-size: 1.4rem;
		text-align: center;
	}
	
	.detail-desc {
		margin: 20px 0 0 0;
		font-size: 1.2rem;
		text-align: justify;
	}
	
	.detail-desc br {
		display: none;
	}
	
	.detail-link {
		margin: 25px 0 0 0;
		font-size: 1.2rem;
		text-align: center;
	}
	
	.detail-link a {
		position: relative;
		padding: 12px 50px 12px 55px;
	}
	
	.detail-image {
		width: 100%;
		
	}
	
	.detail-image a {
		display: block;
		transition: opacity 200ms linear;
	}
	
	.detail-image a:hover {
		opacity: .7;
	}
	
	.detail-image-right-side {
		
	}
	
	.detail-image-left-side {
		order: 2;
	}
}




/* top-section-others */

.top-section-others {
	padding: 60px 50px;
	background: #f6f6f6;
}

.other-link-group {
	max-width: 1000px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	align-content: space-between;
	flex-wrap: wrap;
}

.other-link-block {
	width: 31.5%;
}

.other-link-anchor {
	display: block;
	color: #fff;
	transition: opacity 200ms linear;
}

.other-link-anchor:hover {
	text-decoration: none;
	opacity: .7;
}

.other-link-heading {
	position: relative;
	padding: 12.5px 0 12.5px 20px;
	font-size: 1.5rem;
	letter-spacing: .1em;
	line-height: 1;
	color: #fff;
	background: #22ac38;
	background: linear-gradient(to right, #00a75c 0%, #00a75c 35%, #e4e200 100%);
}

.other-link-heading::after {
	content: "";
	display: block;
	position: absolute;
	width: 9px;
	height: 9px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
	margin: auto;
	top: 0;
	right: 17px;
	bottom: 0;
}

.other-link-heading span {
	position: relative;
	margin: 0 10px 0 0;
	padding: 1px 10px 1px 0;
	display: inline-block;
	font-family: 'Montserrat';
	font-weight: 700;
	font-size: 1.3rem;
	letter-spacing: .04em;
	border-right: 1px solid #fff;
}

@media screen and (max-width: 768px) {
	
	.top-section-others {
		padding: 40px 16px;
		background: #f6f6f6;
	}
	
	.other-link-group {
	}
	
	.other-link-block {
		width: 100%;
	}
	
	.other-link-block + .other-link-block {
		margin: 10px 0 0 0;
	}
	
	.other-link-heading {
		font-size: 1.2rem;
	}
	
	.other-link-heading::after {
		width: 8px;
		height: 8px;
	}
	
	.other-link-heading span {
		margin: 0 9px 0 0;
		padding: 1px 8px 1px 0;
		font-size: 1.1rem;
	}
}




/* top-section-news */

.top-section-news {
	padding: 50px;
	background: #f6f6f6;
}

.top-news-list {
	max-width: 1000px;
	margin: 30px auto 0;
	padding: 25px 20px 20px;
	background: #fff;
	box-sizing: border-box;
}

.top-news-list > ul {
	position: relative;
}

.top-news-list > ul > li {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ececed;
}

.top-news-list > ul > li > .date,
.top-news-list > ul > li > .cat,
.top-news-list > ul > li > .txt {
	display: table-cell;
}

.top-news-list > ul > li > .date {
	width: 80px;
	color: #0dab50;
	font-family: 'Montserrat';
	font-weight: 400;
	font-size: 1.3rem;
	letter-spacing: .05em;
}

.top-news-list > ul > li > .cat,
.top-news-list > ul > li > .txt {
	color: #3e3a39;
	font-weight: 500;
	font-size: 1.4rem;
	letter-spacing: .05em;
}

.top-news-list > ul > li > .cat {
	font-weight: 700;
	color: #0dab50;
	word-break: keep-all;
}

.top-news-list > ul > li > .txt {
	margin-bottom: 0;
	overflow: hidden;
}

.top-news-list > ul > li > .txt > a {
	color: #3e3a39;
	text-decoration: none;
}

.top-news-list > ul > li > .txt > a:hover,
.top-news-list > ul > li > .txt > a:focus {
	text-decoration: underline;
}

.top-news-list .link-more {
	padding: 8px 0 0 0;
	text-align: center;
}

.top-news-list .link-more > a {
	color: #22ac38;
	font-size: 1.2rem;
	letter-spacing: .1em;
}

@media screen and (max-width: 768px) {
	
	.top-section-news {
		padding: 40px 16px;
	}
	
	.top-news-list {
		padding: 25px 20px 20px;
	}
	
	.top-news-list > ul > li > .date {
		width: 70px;
		font-size: 1.2rem;
	}
	
	.top-news-list > ul > li:nth-child(4),
	.top-news-list > ul > li:nth-child(5) {
		display: none;
	}

	.top-news-list > ul > li > .cat,
	.top-news-list > ul > li > .txt {
		font-size: 1.3rem;
	}

	.top-news-list > ul > li > .txt {
		display: block;
	}
}