@charset "utf-8";

.mainimg {
	background-image: url("../images/s_mainimg-2_pc.jpg");
}
@media screen and (min-width:541px) and (max-width: 1024px) {
	
}
@media screen and (max-width: 540px) {
	.mainimg {
		background-image: url("../images/s_mainimg-2_sp.jpg");
	}
}

.toplead {
	line-height: 2.0em;
	font-weight: 500;
	text-align: center;
	padding-top: 100px;
	padding-bottom: 130px;
}
.seed_wrap {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 120px;
	padding-bottom: 160px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	position: relative;
}
.seed_wrap::before {
	content: "";
	display: block;
	width: 1px;
	height: 90px;
	background-color: #212121;
	position: absolute;
	top: -45px;
	left: 50%;
	z-index: 1;
}
.seed_wrap .seedbox {
	width: 47.5%;
	background-color: #fff;
	border: #008348 solid 1px;
	padding: 30px 40px 40px 40px;
	box-shadow: 8px 8px 0px -2px rgba(0, 0, 0, 0.15);
	margin-top: 50px;
	display: block;
	position: relative;
}
.seed_wrap .seedbox:hover {
	transform:scale(1.05,1.05);
}
.seed_wrap .seedbox:nth-of-type(1),
.seed_wrap .seedbox:nth-of-type(2){
	margin-top: 0px;
}
.seed_wrap .type1 {
	width: 33%;
}
.seed_wrap .type2 {
	width: 63%;
}
.seed_wrap .type3 {
	width: 31%;
}
@media screen and (min-width:541px) and (max-width: 1024px) {
	
}
@media screen and (max-width: 540px) {
	.toplead {
		line-height: 2.0em;
		font-weight: 500;
		padding-top: 50px;
		padding-bottom: 70px;
	}
	.seed_wrap {
		max-width: none;
		margin-left: 20px;
		margin-right: 20px;
		padding-top: 70px;
		padding-bottom: 80px;
		display: block;
	}
	.seed_wrap::before {
		height: 45px;
		top: -22px;
	}
	.seed_wrap .seedbox {
		width: auto;
		padding: 15px 20px 20px 20px;
		box-shadow: 4px 4px 0px -2px rgba(0, 0, 0, 0.15);
		margin-top: 20px;
		display: block;
		position: relative;
	}
	.seed_wrap .seedbox:nth-of-type(1),
	.seed_wrap .seedbox:nth-of-type(2){
		margin-top: 20px;
	}
	.seed_wrap .type1 {
		width: 100%;
	}
	.seed_wrap .type2 {
		width: 100%;
	}
	.seed_wrap .type3 {
		width: 100%;
	}
}



.seed_wrap .seedbox .nobox {
	display: flex;
	font-family: 'Montserrat', sans-serif;
}
.seed_wrap .seedbox .nobox span.en span {
	border-bottom: #212121 solid 1px;
	padding-bottom: 4px;
	font-size: 11px;
	font-weight: 600;
}
.seed_wrap .seedbox .nobox span.no {
	font-size: 28px;
	font-weight: 700;
	color: #008348;
	padding-left: 8px;
}
@media screen and (min-width:541px) and (max-width: 1024px) {
	
}
@media screen and (max-width: 540px) {
	.seed_wrap .seedbox .nobox span.no {
		font-size: 20px;
		padding-left: 4px;
	}
}

/* キャッチ共通 */
.seed_wrap .seedbox .catch {
	width: 100%;
}
.seed_wrap .seedbox .catch p {
	font-size: 43px;
	font-weight: 900;
	line-height: 1.1em;
	white-space: nowrap;
}
.seed_wrap .seedbox .catch p span {
	display: block;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.6em;
}
@media screen and (min-width:541px) and (max-width: 1024px) {
	
}
@media screen and (max-width: 540px) {
	.seed_wrap .seedbox .catch {
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.seed_wrap .seedbox .catch p {
		display: inline-block;
		font-size: 32px;
		padding-top: 20px;
		padding-bottom: 20px;
		line-height: 1.1em;
	}	
	.seed_wrap .seedbox .catch span {
		font-size: 15px;
	}
	.seed_wrap .seedbox:nth-of-type(3) .catch p span,
	.seed_wrap .seedbox:nth-of-type(7) .catch p span {
		display: inline;
	}
}

/* アイコン共通 */
.seed_wrap .seedbox .icnbox,
.seed_wrap .seedbox .icnbox img {
	line-height: 0;
}

/* 横並び */
.seed_wrap .seedbox .inner_type1 {
	display: flex;
	align-items: center;
}
.seed_wrap .seedbox .inner_type1 .catch {
	padding-right: 15px;
}
/* 縦並び、上下入れ替え */
.seed_wrap .seedbox .inner_type2 {
	display: flex;
	flex-wrap:wrap;
}
.seed_wrap .seedbox .inner_type2 .catch {
	order:2;
}
.seed_wrap .seedbox .inner_type2 .icnbox {
	order:1;
}
/* 縦並び */
.seed_wrap .seedbox .inner_type3 {
	padding-top: 26px;
}
@media screen and (min-width:541px) and (max-width: 1024px) {
	
}
@media screen and (max-width: 540px) {
	/* 横並び */
	.seed_wrap .seedbox .inner_type1 {
		display: flex;
		align-items: center;
		flex-wrap:wrap;
	}
	.seed_wrap .seedbox .inner_type1 .catch {
		padding-right: 0px;
	}
	.seed_wrap .seedbox .inner_type2 .catch {
		order:1;
	}
	.seed_wrap .seedbox .inner_type2 .icnbox {
		order:2;
	}
	/* 縦並び */
	.seed_wrap .seedbox .inner_type3 {
		padding-top: 0px;
	}
}

/* PC画像サイズ調整など */
.seed_wrap .seedbox:nth-of-type(1) .icnbox {
	max-width: 300px;
	padding-top: 29px;
}
.seed_wrap .seedbox:nth-of-type(2) .icnbox {
	max-width: 280px;
}
.seed_wrap .seedbox:nth-of-type(3) .icnbox {
	max-width: 150px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 30px;
	padding-bottom: 10px;
}
.seed_wrap .seedbox:nth-of-type(4) .icnbox {
	max-width: 405px;
}
.seed_wrap .seedbox:nth-of-type(5) .icnbox {
	max-width: 225px;
	margin-left: auto;
	margin-right: auto;
}
.seed_wrap .seedbox:nth-of-type(6) .icnbox {
	max-width: 160px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 26px;
	padding-bottom: 20px;
}
.seed_wrap .seedbox:nth-of-type(7) .icnbox {
	max-width: 155px;
	margin-left: auto;
}
.seed_wrap .seedbox:nth-of-type(8) .icnbox {
	max-width: 225px;
	padding-top: 40px;
}
.seed_wrap .seedbox:nth-of-type(9) .catch {
	padding-bottom: 25px;
}
.seed_wrap .seedbox:nth-of-type(9) .icnbox {
	max-width: 325px;
}
.seed_wrap .seedbox:nth-of-type(10) .catch {
	padding-top: 40px;
}
.seed_wrap .seedbox:nth-of-type(10) .icnbox {
	max-width: 260px;
	position: absolute;
	right: 35px;
	top: 66px;
}
.seed_wrap .seedbox:nth-of-type(11) .catch {
	padding-bottom: 25px;
}
.seed_wrap .seedbox:nth-of-type(11) .icnbox {
	max-width: 225px;
	margin-left: 60px;
}

@media screen and (min-width:541px) and (max-width: 1024px) {
	
}
@media screen and (max-width: 540px) {
	/* PC画像サイズ調整など */
	.seed_wrap .seedbox .icnbox {
		max-width: none !important;
		margin-left: auto !important;
		margin-right: auto !important;
		width: 80%;
	}
	.seed_wrap .seedbox:nth-of-type(1) .icnbox {
		padding-top: 0px;
	}
	.seed_wrap .seedbox:nth-of-type(2) .icnbox {
		
	}
	.seed_wrap .seedbox:nth-of-type(3) .icnbox {
		padding-top: 0px;
		padding-bottom: 0px;
		width: 50%;
	}
	.seed_wrap .seedbox:nth-of-type(4) .icnbox {
		
	}
	.seed_wrap .seedbox:nth-of-type(5) .icnbox {
		
	}
	.seed_wrap .seedbox:nth-of-type(6) .icnbox {
		padding-top: 0px;
		padding-bottom: 0px;
		width: 50%;
	}
	.seed_wrap .seedbox:nth-of-type(7) .icnbox {
		width: 50%;
	}
	.seed_wrap .seedbox:nth-of-type(8) .icnbox {
		padding-top: 0px;
		width: 60%;
	}
	.seed_wrap .seedbox:nth-of-type(9) .catch {
		padding-bottom: 0px;
	}
	.seed_wrap .seedbox:nth-of-type(9) .icnbox {
		width: 90%;
	}
	.seed_wrap .seedbox:nth-of-type(10) .catch {
		padding-top: 0px;
	}
	.seed_wrap .seedbox:nth-of-type(10) .icnbox {
		position: relative;
		right: inherit;
		top: inherit;
		width: 60%;
	}
	.seed_wrap .seedbox:nth-of-type(11) .catch {
		padding-bottom: 0px;
	}
	.seed_wrap .seedbox:nth-of-type(11) .icnbox {
		margin-left: auto;
		width: 60%;
	}
}
