@charset "UTF-8";

#ct_bg .contents01 + .snsArea01 {
	margin-top: 60px;
}
#ct_bg .subSection01:nth-child(2) {
	padding-bottom: 0;
}
#ct_bg .wrap02 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
}
#ct_bg .wrap02 > .subSection01 {
	width: 49.16%;
	margin-right: 1.68%;
}
#ct_bg .wrap02 > .subSection01:nth-child(3) {
	margin-right: 0;
}
#ct_bg .staffBox01 {
	background: #fff;
	padding: 18px 20px 10px;
	border-radius: 10px;
	position: relative;
}
#ct_bg .staffBox01 .hdg01 {
	color: #007130;
	text-align: center;
	font-family: 'M PLUS 1', sans-serif;
	font-size: 3.2rem;
	font-weight: 800;
	border-bottom: 2px solid #abcd03;
	margin-bottom: 27px;
	position: relative;
}
#ct_bg .wrap02 {
	/* 初期高さ設定 */
	height: 800px;
}
#ct_bg .wrap02.series1 > .subSection01:nth-child(1) .staffBox01 .hdg01::before {
	content: '';
	position: absolute;
	top: -58px;
	right: -30px;
	width: 158px;
	height: 132px;
	background: url("../img/img_index01.png") no-repeat 0 0;
}
#ct_bg .wrap02.series1 > .subSection01:nth-child(2) .staffBox01 .hdg01::before {
	content: '';
	position: absolute;
	top: -57px;
	right: -30px;
	width: 222px;
	height: 130px;
	background: url("../img/img_index02.png") no-repeat 0 0;
}
#ct_bg .wrap02.series1 > .subSection01:nth-child(3) .staffBox01::before {
	content: '';
	position: absolute;
	bottom: -104px;
	right: 0;
	width: 184px;
	height: 171px;
	background: url("../img/img_index03.png") no-repeat 0 0;
}
#ct_bg .wrap02.series2 > .subSection01:nth-child(1) .staffBox01 .hdg01::before {
	content: '';
	position: absolute;
	top: -58px;
	right: -30px;
	width: 147px;
	height: 133px;
	background: url("../img/img_index04.png") no-repeat 0 0;
	background-size: 147px;
}
#ct_bg .wrap02.series2 > .subSection01:nth-child(2) .staffBox01 .hdg01::before {
	content: '';
	position: absolute;
	top: -57px;
	right: -30px;
	width: 164px;
	height: 131px;
	background: url("../img/img_index05.png") no-repeat 0 0;
	background-size: 164px;
}
#ct_bg .wrap02.series2 > .subSection01:nth-child(3) .staffBox01::before {
	content: '';
	position: absolute;
	bottom: -90px;
	right: 0;
	width: 265px;
	height: 202px;
	background: url("../img/img_index07.png") no-repeat 0 0;
	background-size: 265px;
}
#ct_bg .staffBox01 .text01 {
	color: #007130;
	font-size: 2.0rem;
	font-weight: bold;
	text-align: center;
	margin-bottom: 20px;
}
#ct_bg .staffBox01 dl {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 13px;
}
#ct_bg .staffBox01 dl dt {
	width: 50%;
	color: #007130;
	font-size: 1.6rem;
	text-align: right;
}
#ct_bg .staffBox01 dl dd {
	width: 50%;
	font-size: 1.6rem;
}
#ct_bg .staffBox01 .staffCol01 > dl dt {
	width: 60%;
}
#ct_bg .staffBox01 .staffCol01 > dl dd {
	width: 40%;
}
#ct_bg .staffBox01 dl dd.fz02 {
	font-size: 1.6rem;
	padding-top: 0.2em;
	letter-spacing: -0.05em;
}
#ct_bg .staffBox01 dl dd .text02 {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	display: block;
	margin-top: 10px;
}
#ct_bg .staffBox01.type01 {
	padding-bottom: 50px;
}
#ct_bg .staffBox01 .staffWrap01 {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
#ct_bg .staffBox01 .staffCol01 {
	width: 50%;
}
#ct_bg .seriesTitle01 {
	display: table;
	margin: 40px auto 0;
	padding-bottom: 10px;
}
#ct_bg .seriesTitle01.type01 {
	margin: 60px auto 0;
}
@media screen and (max-width: 1100px) {
	#ct_bg .staffBox01 dl dd.fz02 {
		font-size: 1.5vw;
	}
}
@media screen and (max-width: 1065px) {
	#ct_bg .wrap02.series1 > .subSection01:nth-child(1) .staffBox01 .hdg01::before,
	#ct_bg .wrap02.series1 > .subSection01:nth-child(2) .staffBox01 .hdg01::before,
	#ct_bg .wrap02.series1 > .subSection01:nth-child(3) .staffBox01::before,
	#ct_bg .wrap02.series2 > .subSection01:nth-child(1) .staffBox01 .hdg01::before,
	#ct_bg .wrap02.series2 > .subSection01:nth-child(2) .staffBox01 .hdg01::before,
	#ct_bg .wrap02.series2 > .subSection01:nth-child(3) .staffBox01::before {
		background: none;
	}
}
@media screen and (max-width: 1050px) {
	#ct_bg .staffBox01 dl dd .text02 {
		font-size: 1.6vw;
	}
}
@media screen and (max-width: 1000px) {
	#ct_bg .staffBox01 dl dt {
		font-size: 1.4rem;
	}
	#ct_bg .staffBox01 dl dd {
		font-size: 1.4rem;
	}
}
@media screen and (max-width: 800px) {
	#ct_bg .staffBox01 dl dt .fz01 {
		font-size: 1.9vw;
	}
}
@media screen and (max-width: 767px) {
	#ct_bg .contents01 + .snsArea01 {
		padding-bottom: 18px;
	}
	#ct_bg .subSection01:nth-child(2) {
		padding-bottom: 30px;
	}
	#ct_bg .subSection01:nth-child(3) {
		padding: 0;
	}
	#ct_bg .wrap02 {
		flex-direction: row;
		height: auto;
	}
	#ct_bg .wrap02 > .subSection01 {
		width: 100%;
		margin-right: 0;
	}
	#ct_bg .staffBox01 {
		padding: 15px 15px 10px;
	}
	#ct_bg .staffBox01 .hdg01 {
		font-size: 2.2rem;
		font-weight: 800;
		margin-bottom: 16px;
	}
	#ct_bg .wrap02.series1 > .subSection01:nth-child(1) .staffBox01 .hdg01::before {
		top: -27px;
		right: -8px;
		width: 93.5px;
		background: url("../img/img_index01.png") no-repeat 0 0 / 100%;
	}
	#ct_bg .wrap02.series1 > .subSection01:nth-child(2) .staffBox01 .hdg01::before {
		top: -36px;
		right: -18px;
		width: 132px;
		background: url("../img/img_index02.png") no-repeat 0 0 / 100%;
	}
	#ct_bg .wrap02.series1 > .subSection01:nth-child(3) .staffBox01::before {
		bottom: -114px;
		right: 0;
		width: 110px;
		background: url("../img/img_index03.png") no-repeat 0 0 / 100%;
	}
	#ct_bg .wrap02.series2 > .subSection01:nth-child(1) .staffBox01 .hdg01::before {
		top: -27px;
		right: -8px;
		width: 88.5px;
		background: url("../img/img_index04.png") no-repeat 0 0 / 100%;
	}
	#ct_bg .wrap02.series2 > .subSection01:nth-child(2) .staffBox01 .hdg01::before {
		top: -36px;
		right: -18px;
		width: 99px;
		background: url("../img/img_index05.png") no-repeat 0 0 / 100%;
	}
	#ct_bg .wrap02.series2 > .subSection01:nth-child(3) .staffBox01::before {
		bottom: -160px;
		right: 0;
		width: 159px;
		background: url("../img/img_index07.png") no-repeat 0 0 / 100%;
	}
	#ct_bg .staffBox01 .text01 {
		font-size: 1.6rem;
		margin-bottom: 10px;
	}
	#ct_bg .staffBox01 dl {
		margin-bottom: 12px;
	}
	#ct_bg .staffBox01 dl dt,
	#ct_bg .staffBox01 dl dt .fz01 {
		font-size: 1.4rem;
	}
	#ct_bg .staffBox01 dl dd,
	#ct_bg .staffBox01 dl dd.fz02 {
		font-size: 1.2rem;
		padding-top: 0.08em;
	}
	#ct_bg .staffBox01 dl dd .text02 {
		font-size: 1.4rem;
	}
	#ct_bg .staffBox01.type01 {
		padding-bottom: 40px;
	}
	#ct_bg .staffBox01 .staffWrap01 {
		display: block;
	}
	#ct_bg .staffBox01 .staffCol01 {
		width: 100%;
	}
	#ct_bg .staffBox01 .staffCol01 > dl dt {
		width: 50%;
	}
	#ct_bg .staffBox01 .staffCol01 > dl dd {
		width: 50%;
	}
	#ct_bg .seriesTitle01 {
		width: 70%;
		min-width: 200px;
		padding-bottom: 0;
	}
	#ct_bg .seriesTitle01.type01 {
		margin-top: 100px;
	}
}