/* サブタイトル---------------------- */

.subBox {
	width: 100%;
	position: relative;
	margin-bottom: 80px;
	z-index: 1;
}
.subImg {
	width: 100%;
	margin: 0 auto;
	line-height: 0;
}
.subImg img {
	width: 100%;
}
.subBox h1 {
	position: absolute;
	top: 40%;
	left: 18%;
	font-size: 32px;
	color: #00bfa4;
	letter-spacing: 2px;
}
.fiveBox {
	width: 100%;
	max-width: 950px;
	margin: 0 auto 80px;
	display: flex;
	justify-content: space-between;
}
.fiveText {
	width: 100%;
	padding-top: 55px;
	padding-left: 40px;
}
.fiveText h2 {
	font-family: "ヒラギノ明朝 ProN", "HiraMinProN", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	font-weight: 400;
	font-size: 30px;
	line-height: 1.5;
	margin-bottom: 35px;
	color: #00993d;
}
.fiveText p {
	text-align: justify;
	line-height: 2;
	font-size: 15px;
}
.fiveImg {
	width: 56%;
}
.fiveImg img {
	width: 100%;
}
.subjectBox {
	margin-bottom: 180px;
}
.subjectInner {
	display: flex;
	width: 100%;
}
.subjectInner:nth-child(odd) {
	flex-direction: row-reverse;
}
.subjectImg {
	width: 50%;
	line-height: 0;
}
.subjectImg02 {
	width: 280px;;
	line-height: 0;
	margin-bottom: 40px;
}
.subjectImg img, .subjectImg02 img {
	width: 100%;
}
.subjectImg a {
	display: block;
	line-height: 0;
}
.subjectImg a:hover {
	opacity: 0.6;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}
.subjectCover {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50%;
}
.subjectTitle {
	width: 70%;
}
.subjectTitle h3 {
	font-family: "ヒラギノ明朝 ProN", "HiraMinProN", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	font-size: 24px;
	font-weight: 400;
	line-height: 1.0;
	margin-bottom: 30px;
	color: #60bf00;
	letter-spacing: 2px;
}
.subjectTitle h2 span {
	font-size: 30px;
}
.subjectTitle h2 {
	font-family: "ヒラギノ明朝 ProN", "HiraMinProN", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	font-size: 42px;
	font-weight: 400;
	line-height: 1.3;
	margin-bottom: 25px;
	color: #60bf00;
	letter-spacing: 2px;
}
.subjectText {
}
.subjectText p {
	text-align: justify;
	line-height: 2;
	font-size: 15px;
	margin-bottom: 20px;
}
.subjectText a {
	display: block;
	text-align: right;
	font-size: 16px;
	text-decoration: none;
	color: #000;
	padding-right: 27px;
}
.subjectText a:hover {
	color: #5bc0de;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}
.cl01 {
	background: #edffeb;
}
.cl02 {
	background: #fafadc;
}
.cl02 h2, .cl02 h3 {
	color: #ff9900;
}
.cl03 {
	background: #ebf0ff;
}
.cl03 h2, .cl03 h3 {
	color: #990f7a;
}
.cl04 {
	background: #e6f5fa;
}
.cl04 h2, .cl04 h3 {
	color: #007acc;
}
.cl05 {
	background: #e4f7f2;
}
.cl05 h2, .cl05 h3 {
	color: #2db3b3;
}
.cl06 {
	background: #f2f2f2;
}
.cl06 h2, .cl06 h3 {
	color: #666666;
}


@media screen and (max-width: 1600px) {
	.subjectTitle {
		width: 80%;
	}
}
@media screen and (max-width: 1300px) {
	.subjectTitle {
		width: 90%;
	}
	.subjectImg02 {
	width: 220px;;
	margin-bottom: 30px;
	}
	.subjectTitle {
		width: 90%;
	}
	.subjectTitle h3 {
		font-size: 22px;
		line-height: 1.2;
		margin-bottom: 15px;
	}
	.subjectTitle h2 span {
		font-size: 28px;
	}
	.subjectTitle h2 {
		font-size: 40px;
		margin-bottom: 20px;
	}
	.subjectText {
	}
	.subjectText p {
		font-size: 14px;
		margin-bottom: 15px;
	}
	.subjectText a {
		font-size: 15px;
		padding-right: 27px;
	}
}
@media screen and (max-width: 1024px) {
	.subjectImg02 {
		width: 200px;;
		margin-bottom: 25px;
	}
	.subjectTitle h3 {
		font-size: 18px;
	}
	.subjectTitle h2 span {
		font-size: 24px;
	}
	.subjectTitle h2 {
		font-size: 32px;
		margin-bottom: 10px;
	}
	.subjectText {
	}
	.subjectText p {
		text-align: justify;
		line-height: 2;
		font-size: 13px;
		margin-bottom: 15px;
	}
	.subjectText a {
		font-size: 14px;
	}
}

@media screen and (max-width: 768px) {
	.subBox {
		margin-bottom: 50px;
	}
	.subBox h1 {
		top: 50px;
		left: 25px;
		font-size: 22px;
	}
	.fiveBox {
		width: 100%;
		margin: 0 auto 30px;
		display: block;
	}
	.fiveText {
		width: 85%;
		padding: 0;
		margin: 0 auto 10px;
	}
	.fiveText h2 {
		font-size: 24px;
		line-height: 1.5;
		margin-bottom: 26px;
		letter-spacing: 2px;
		font-weight: 600;
	}
	.fiveImg {
		width: 100%;
	}
	.subjectBox {
		margin-bottom: 100px;
	}
	.subjectInner {
		display: block;
	}
	.subjectImg {
		width: 100%;
	}
	.subjectCover {
		width: 100%;
	}
	.subjectTitle {
		width: 85%;
		padding: 30px 0;
	}
	.subjectImg02 {
		width: 270px;;
		margin-bottom: 25px;
	}
	.subjectTitle h3 {
		font-size: 18px;
		line-height: 1.4;
		font-weight: 600;
	}
	.subjectTitle h2 {
		font-size: 30px;
		margin-bottom: 10px;
		font-weight: 600;
	}
	.subjectTitle h2.other01 {
		font-size: 28px;
	}
	.subjectTitle h2 span {
		font-size: 24px;
	}
	.subjectText {
	}
	.subjectText p {
		text-align: justify;
		line-height: 2;
		font-size: 15px;
		margin-bottom: 15px;
	}
	.subjectText a {
		font-size: 15px;
		padding-right: 33px;
	}
}


/* サブタイトル---------------------- */
