/*============ 共通項目 ==============*/



/*============ トップページ 調整用　==============*/

main article.tWrap {
	width: 100%;
	padding-top: 0;
	background: url(https://setouchi-fukushi.com/site/wp-content/themes/sfs/assets/images/top/t-bg_01.png) no-repeat left top 70rem/ 100% auto;
}
main article.tWrap section.content {
	width: 100%;
	position: relative;
}

main article.tWrap section.content.content01{}
main article.tWrap section.content.content01 h2 {
	font-family: "Noto Serif JP", serif;
	position: absolute;
	z-index: 10;
	background: rgba(255,255,255,.8);
	color: #006c00;
	padding: 5rem 1.5rem;
	font-size: 3rem;
	top: 7rem;
	right: 0;
	left: 100rem;
	margin: auto;
	width: 16rem;
}
main article.tWrap section.content.content01 h2 strong {
	font-family: "Noto Serif JP", serif;
	color: #006c00;
	font-size: 4.5rem;
	font-weight: 600;
}
main article.tWrap section.content.content01 .slick-initialized {
	height: 80rem;
	border-radius: 3rem;
	overflow: hidden;
	width: 98vw;
	margin: auto;
}
main article.tWrap section.content.content01 .slick-initialized .slick-slide {
	display: block;
	margin: 0;
	cursor: pointer;
	width: 100vw;
	overflow: hidden;
	height: 80rem;
}
main article.tWrap section.content.content01 .slick-initialized .slick-slide img {
	width: auto;
	height: 100%;
	vertical-align: bottom;
}
main article.tWrap section.content.content02 {
	width: min(94% , 150rem);
	margin: 0 auto 7rem;
	padding: 7rem 0;
	background: url(https://setouchi-fukushi.com/site/wp-content/themes/sfs/assets/images/top/t-bg_02.png) no-repeat left 10rem top 4rem/ auto 90%;
}
main article.tWrap section.content.content02 h2 {
	color: #006c00;
	font-size: 4rem;
	font-weight: 400;
	position: relative;
}
main article.tWrap section.content.content02 h2::before {
	content: "NEWS & INFOMATION";
	color: #676767;
	font-size: 2rem;
	position: absolute;
	bottom: 0.5rem;
	left: 18rem;
	letter-spacing: -0.03rem;
}
main article.tWrap section.content.content02 ul {
	width: 100%;
	margin: 4rem auto;
	min-height: 15rem;
}
main article.tWrap section.content.content02 ul li {
	display: flex;
	align-items: flex-start;
	padding: 0 3rem;
	flex-wrap: wrap;
	justify-content: space-between;
}
main article.tWrap section.content.content02 ul li + li {
	border-top: #3c3c3c dotted 2px;
	margin-top: 2rem;
	padding-top: 2rem;
}
main article.tWrap section.content.content02 ul li p.newsDate {
	width: 30rem;
	white-space: nowrap;
}
main article.tWrap section.content.content02 ul li p.newsContents {
	width: calc(100% - 30rem);
}
main article.tWrap section.content.content02 > a {
	font-weight: bold;
	text-align: center;
	display: block;
	width: 70rem;
	position: relative;
	overflow: hidden;
	padding: 2rem 0;
	background: #006c00;
	margin: auto;
	border-radius: 50rem;
}
main article.tWrap section.content.content02 > a:before {
	content: '';
	display: block;
	height: 100%;
	width: 0%;
	background: #017b01;
	margin: 0 auto;
	transition: 0.4s ease-in;
	position: absolute;
	top: 0;
	right: -30%;
	transform: skewX(60deg);
}
main article.tWrap section.content.content02 > a:hover:before{width:160%; left:-30%; right:auto;}
main article.tWrap section.content.content02 > a::after {
	content: "";
	background: url(https://setouchi-fukushi.com/site/wp-content/themes/sfs/assets/images/top/t-icon_service.png) no-repeat center / 100%;
	width: 6rem;
	height: 6rem;
	position: absolute;
	left: 9rem;
	bottom: 0;
}
main article.tWrap section.content.content02 > a span {
	font-weight: 500;
	font-size: 3rem;
	position: relative;
	z-index: 2;
	transition: 0.4s ease-in;
	color: #fff;
}
main article.tWrap section.content.content02 > a:hover span {color:#fff;}
main article.tWrap section.content.content02 > a span::before {
	content: "";
	background: url(https://setouchi-fukushi.com/site/wp-content/themes/sfs/assets/images/top/t-icon_arrow.png) no-repeat center / 100%;
	width: 2rem;
	height: 3rem;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	right: -20rem;
}

main article.tWrap section.content.content03{}
main article.tWrap section.content.content03 dl:nth-of-type(1) {
	justify-content: space-between;
	position: relative;
	width: 100%;
}
main article.tWrap section.content.content03 dl:nth-of-type(1) dt {
	order: 2;
	position: relative;
	width: 40%;
}
main article.tWrap section.content.content03 dl:nth-of-type(1) dt h2 {
    font-size: 5rem;
    font-weight: 300;
    position: absolute;
    top: 0;
    z-index: 2;
    left: 10rem;
    white-space: nowrap;
}
main article.tWrap section.content.content03 dl:nth-of-type(1) dt h2 span {
	background: #d1b31f;
	font-size: 5rem;
	color: #fff;
	font-weight: 300;
	padding: 2rem 1rem;
	display: inline-block;
	margin: .5rem;
}
main article.tWrap section.content.content03 dl:nth-of-type(1) dt p{}
main article.tWrap section.content.content03 dl:nth-of-type(1) dt p strong{}
main article.tWrap section.content.content03 dl:nth-of-type(1) dd {
	order: 1;
	width: 60%;
}
main article.tWrap section.content.content03 dl:nth-of-type(1) dd figure{}
main article.tWrap section.content.content03 dl:nth-of-type(2){
	justify-content: space-between;
	position: relative;
	width: 100%;
	}
main article.tWrap section.content.content03 dl:nth-of-type(2) dt {
    order: 1;
    width: 60%;
    position: relative;
    padding: 10rem 5rem 0 8vw;
}
main article.tWrap section.content.content03 dl:nth-of-type(2) dt h2 {
	font-size: 4rem;
	font-weight: 400;
	margin-bottom: 3rem;
}
main article.tWrap section.content.content03 dl:nth-of-type(2) dt p {
	font-size: 3rem;
	line-height: 2;
}
main article.tWrap section.content.content03 dl:nth-of-type(2) dt p strong {
	font-size: 3rem;
	background: linear-gradient(#cba800 , #cba800 ) 0 100%/0 2px no-repeat;
}
main article.tWrap section.content.content03 dl:nth-of-type(2) dt p strong.active {background-size: 100% 2px;}
main article.tWrap section.content.content03 dl:nth-of-type(2) dd {
    order: 2;
    width: 40%;
    padding-top: 10rem;
}
main article.tWrap section.content.content03 dl:nth-of-type(2) dd figure{}



main article.tWrap section.content.content04 {}
main article.tWrap section.content.content04 nav{}
main article.tWrap section.content.content04 nav ul {
	width: 150rem;
	margin: 5rem auto;
	display: flex;
	border: #c9c9c9 solid 1px;
}
main article.tWrap section.content.content04 nav ul li {
	width: calc(100% / 5);
}
main article.tWrap section.content.content04 nav ul li a {
	font-weight: bold;
	text-align: center;
	display: block;
	width: 100%;
	position: relative;
	overflow: hidden;
	padding: 15rem 0 3rem;
	height: 100%;
}
main article.tWrap section.content.content04 nav ul li + li a {border-left:#c9c9c9 solid 1px;}
main article.tWrap section.content.content04 nav ul li a:before {
	content: '';
	display: block;
	height: 100%;
	width: 0%;
	background: #cba800;
	margin: 0 auto;
	transition: 0.4s ease-in;
	position: absolute;
	top: 0;
	right: -100%;
	transform: skewX(60deg);
}
main article.tWrap section.content.content04 nav ul li a:hover:before{width:300%; left:-100%; right:auto;}
main article.tWrap section.content.content04 nav ul li a span {
	font-weight: 500;
	font-size: 2.5rem;
	position: relative;
	z-index: 2;
	transition: 0.4s ease-in;
}
main article.tWrap section.content.content04 nav ul li a:hover span {color:#fff;}
main article.tWrap section.content.content04 nav ul li a::after {
	content: "";
	height: 15rem;
	width: 100%;
	background: no-repeat center / 100%;
	position: absolute;
	top: 0;
	left: 0;
}
main article.tWrap section.content.content04 nav ul li:nth-of-type(1) a:after{background-image:url(https://setouchi-fukushi.com/site/wp-content/themes/sfs/assets/images/top/t-icon_01.png);}
main article.tWrap section.content.content04 nav ul li:nth-of-type(2) a:after{background-image:url(https://setouchi-fukushi.com/site/wp-content/themes/sfs/assets/images/top/t-icon_02.png);}
main article.tWrap section.content.content04 nav ul li:nth-of-type(3) a:after{background-image:url(https://setouchi-fukushi.com/site/wp-content/themes/sfs/assets/images/top/t-icon_03.png);}
main article.tWrap section.content.content04 nav ul li:nth-of-type(4) a:after{background-image:url(https://setouchi-fukushi.com/site/wp-content/themes/sfs/assets/images/top/t-icon_04.png);}
main article.tWrap section.content.content04 nav ul li:nth-of-type(5) a:after{background-image:url(https://setouchi-fukushi.com/site/wp-content/themes/sfs/assets/images/top/t-icon_05.png);}
main article.tWrap section.content.content04 nav ul li:nth-of-type(6) a:after{background-image:url(https://setouchi-fukushi.com/site/wp-content/themes/sfs/assets/images/top/t-icon_06.png);}
main article.tWrap section.content.content04 nav ul li:nth-of-type(1) a:hover:after{background-image:url(https://setouchi-fukushi.com/site/wp-content/themes/sfs/assets/images/top/t-icon_01_on.png);}
main article.tWrap section.content.content04 nav ul li:nth-of-type(2) a:hover:after{background-image:url(https://setouchi-fukushi.com/site/wp-content/themes/sfs/assets/images/top/t-icon_02_on.png);}
main article.tWrap section.content.content04 nav ul li:nth-of-type(3) a:hover:after{background-image:url(https://setouchi-fukushi.com/site/wp-content/themes/sfs/assets/images/top/t-icon_03_on.png);}
main article.tWrap section.content.content04 nav ul li:nth-of-type(4) a:hover:after{background-image:url(https://setouchi-fukushi.com/site/wp-content/themes/sfs/assets/images/top/t-icon_04_on.png);}
main article.tWrap section.content.content04 nav ul li:nth-of-type(5) a:hover:after{background-image:url(https://setouchi-fukushi.com/site/wp-content/themes/sfs/assets/images/top/t-icon_05_on.png);}
main article.tWrap section.content.content04 nav ul li:nth-of-type(6) a:hover:after{background-image:url(https://setouchi-fukushi.com/site/wp-content/themes/sfs/assets/images/top/t-icon_06_on.png);}
main article.tWrap section.content.content04 > a {
	font-weight: bold;
	text-align: center;
	display: block;
	width: 70rem;
	position: relative;
	overflow: hidden;
	padding: 2rem 0;
	background: #006c00;
	margin: auto;
	border-radius: 50rem;
}
main article.tWrap section.content.content04 > a:before {
	content: '';
	display: block;
	height: 100%;
	width: 0%;
	background: #017b01;
	margin: 0 auto;
	transition: 0.4s ease-in;
	position: absolute;
	top: 0;
	right: -30%;
	transform: skewX(60deg);
}
main article.tWrap section.content.content04 > a:hover:before{width:160%; left:-30%; right:auto;}
main article.tWrap section.content.content04 > a::after {
	content: "";
	background: url(https://setouchi-fukushi.com/site/wp-content/themes/sfs/assets/images/top/t-icon_service.png) no-repeat center / 100%;
	width: 6rem;
	height: 6rem;
	position: absolute;
	left: 9rem;
	bottom: 0;
}
main article.tWrap section.content.content04 > a span {
	font-weight: 500;
	font-size: 3rem;
	position: relative;
	z-index: 2;
	transition: 0.4s ease-in;
	color: #fff;
}
main article.tWrap section.content.content04 > a:hover span {color:#fff;}
main article.tWrap section.content.content04 > a span::before {
	content: "";
	background: url(https://setouchi-fukushi.com/site/wp-content/themes/sfs/assets/images/top/t-icon_arrow.png) no-repeat center / 100%;
	width: 2rem;
	height: 3rem;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	right: -20rem;
}

main article.tWrap section.content.content05 {
	padding: 20rem 0 0;
	width: 100%;
}
main article.tWrap section.content.content05 h2 {
	width: 140rem;
	margin: auto;
	color: #006c00;
	font-size: 4rem;
	font-weight: 400;
	position: relative;
	padding-left: 13rem;
	line-height: 10rem;
}
main article.tWrap section.content.content05 h2::before {
	content: "";
	background: url(https://setouchi-fukushi.com/site/wp-content/themes/sfs/assets/images/top/t-icon_facility.png) no-repeat center / 100%;
	width: 10rem;
	height: 10rem;
	position: absolute;
	left: 0;
	top: 0;
}
main article.tWrap section.content.content05 ul {
	width: 180rem;
	margin: 4rem auto 9rem;
	justify-content: flex-start;
	background: url(https://setouchi-fukushi.com/site/wp-content/themes/sfs/assets/images/top/t-bg_03.png) no-repeat top center/ auto 100%;
	padding: 0 5rem;
}
main article.tWrap section.content.content05 ul li {
	width: calc(84% / 4);
	margin:4% 2%;
	position: relative;
}
main article.tWrap section.content.content05 ul li p.cateMark {
	position: absolute;
	border-radius: 100%;
	width: 13rem;
	height: 13rem;
	left: -2rem;
	top: -4rem;
	padding: 0;
	z-index: 2;
}
main article.tWrap section.content.content05 ul li p.cateMark::before {
	content: "";
	width: 13rem;
	height: 13rem;
	position: absolute;
	z-index: 1;
	background: #fff;
	border-radius: 100%;
	bottom: -.7rem;
	right: -.7rem;
}
main article.tWrap section.content.content05 ul li p.cateMark span {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	font-weight: 500;
	position: relative;
	z-index: 2;
	border-radius: 100%;
	font-size: 2rem;
	width: 100%;
	height: 100%;
}
main article.tWrap section.content.content05 ul li figure {
	position: relative;
	width: 35rem;
	height: 26rem;
	overflow: hidden;
}
main article.tWrap section.content.content05 ul li figure::before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 1;
	background: no-repeat top center / cover;
}
main article.tWrap section.content.content05 ul li:nth-of-type(4n+1) figure:before{background-image:url(https://setouchi-fukushi.com/site/wp-content/themes/sfs/assets/images/top/t-bg_05_01.png);}
main article.tWrap section.content.content05 ul li:nth-of-type(4n+2) figure:before{background-image:url(https://setouchi-fukushi.com/site/wp-content/themes/sfs/assets/images/top/t-bg_05_02.png);}
main article.tWrap section.content.content05 ul li:nth-of-type(4n+3) figure:before{background-image:url(https://setouchi-fukushi.com/site/wp-content/themes/sfs/assets/images/top/t-bg_05_03.png);}
main article.tWrap section.content.content05 ul li:nth-of-type(4n+4) figure:before{background-image:url(https://setouchi-fukushi.com/site/wp-content/themes/sfs/assets/images/top/t-bg_05_04.png);}
main article.tWrap section.content.content05 ul li h3 {
	color: #006c00;
	font-size: 2rem;
	margin: 1rem 0;
}
main article.tWrap section.content.content05 ul li h3 a {
	color: #006c00;
	font-size: 2rem;
	font-weight: 500;
	position: relative;
}
main article.tWrap section.content.content05 ul li h3:before{content:"●";}
main article.tWrap section.content.content05 ul li h3 a:after {
	content: '';
	display: block;
	height: 1px;
	width: 0%;
	background: #006c00;
	margin: 0 auto;
	transition: 0.4s ease-in;
	position: absolute;
	bottom: -1rem;
	right: 0;
}
main article.tWrap section.content.content05 ul li h3 a:hover:after{width:calc(100%); left:0; right:auto;}
	
main article.tWrap section.content.content05 ul li p {
	font-size: 2rem;
	padding: 0 1rem;
}
main article.tWrap section.content.content05 > a {
	font-weight: bold;
	text-align: center;
	display: block;
	width: 70rem;
	position: relative;
	overflow: hidden;
	padding: 2rem 0;
	background: #006c00;
	margin: auto;
	border-radius: 50rem;
}
main article.tWrap section.content.content05 > a:before {
	content: '';
	display: block;
	height: 100%;
	width: 0%;
	background: #017b01;
	margin: 0 auto;
	transition: 0.4s ease-in;
	position: absolute;
	top: 0;
	right: -30%;
	transform: skewX(60deg);
}
main article.tWrap section.content.content05 > a:hover:before{width:160%; left:-30%; right:auto;}
main article.tWrap section.content.content05 > a::after {
	content: "";
	background: url(https://setouchi-fukushi.com/site/wp-content/themes/sfs/assets/images/top/t-icon_facility_02.png) no-repeat center / 100%;
	width: 8rem;
	height: 7rem;
	position: absolute;
	left: 9rem;
	bottom: 0;
	top: 0;
	margin: auto;
}
main article.tWrap section.content.content05 > a span {
	font-weight: 500;
	font-size: 3rem;
	position: relative;
	z-index: 2;
	transition: 0.4s ease-in;
	color: #fff;
}
main article.tWrap section.content.content05 > a:hover span {color:#fff;}
main article.tWrap section.content.content05 > a span::before {
	content: "";
	background: url(https://setouchi-fukushi.com/site/wp-content/themes/sfs/assets/images/top/t-icon_arrow.png) no-repeat center / 100%;
	width: 2rem;
	height: 3rem;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	right: -20rem;
}
main article.tWrap section.content.content06 {
	background: url(https://setouchi-fukushi.com/site/wp-content/themes/sfs/assets/images/top/t-bg_04.png) no-repeat center/ cover;
	width: 100%;
	padding: 20rem 0;
}

main article.tWrap section.content.content06 dl {
	justify-content: flex-end;
	position: relative;
	width: 100%;
	margin: 10rem auto;
}
main article.tWrap section.content.content06 dl dt {
    order: 1;
    position: absolute;
    width: 100%;
    top: 0rem;
    left: 25rem;
}
main article.tWrap section.content.content06 dl dt h2 {
	width: 140rem;
	margin: auto auro auto 0;
	color: #006c00;
	font-size: 4rem;
	font-weight: 400;
	position: relative;
	padding-right: 13rem;
	line-height: 10rem;
}
main article.tWrap section.content.content06 dl dt h2::before {
	content: "";
	background: url(https://setouchi-fukushi.com/site/wp-content/themes/sfs/assets/images/top/t-icon_recruit.png) no-repeat center / 100%;
	width: 10rem;
	height: 12rem;
	position: absolute;
	left: 20rem;
	top: 0;
}
main article.tWrap section.content.content06 dl dt h3 {
	font-size: 3rem;
	font-weight: 300;
	position: relative;
	z-index: 2;
	margin-top: 5rem;
	text-shadow:
		0 0 1rem #fff,
		0 0 1rem #fff,
		0 0 1rem #fff,
		0 0 1rem #fff,
		0 0 3rem #fff,
		0 0 3rem #fff,
		0 0 3rem #fff,
		0 0 3rem #fff;
}
main article.tWrap section.content.content06 dl dt h3 span {}

main article.tWrap section.content.content06 dl dt a {
	font-weight: bold;
	text-align: center;
	display: block;
	width: 70rem;
	position: relative;
	overflow: hidden;
	padding: 2rem 0;
	background: #006c00;
	margin: 9rem auto 0;
	border-radius: 50rem;
	z-index: 2;
}

main article.tWrap section.content.content06 dl dt a:before {
	content: '';
	display: block;
	height: 100%;
	width: 0%;
	background: #017b01;
	margin: 0 auto;
	transition: 0.4s ease-in;
	position: absolute;
	top: 0;
	right: -30%;
	transform: skewX(60deg);
}
main article.tWrap section.content.content06 dl dt a:hover:before{width:160%; left:-30%; right:auto;}
main article.tWrap section.content.content06 dl dt a::after {
	content: "";
	background: url(https://setouchi-fukushi.com/site/wp-content/themes/sfs/assets/images/top/t-icon_recruit_02.png) no-repeat center / 100%;
	width: 15rem;
	height: 10rem;
	position: absolute;
	left: 7rem;
	top: -1.5rem;
}
main article.tWrap section.content.content06 dl dt a span {
	font-weight: 500;
	font-size: 3rem;
	position: relative;
	z-index: 2;
	transition: 0.4s ease-in;
	color: #fff;
}
main article.tWrap section.content.content06 dl dt a:hover span {color:#fff;}
main article.tWrap section.content.content06 dl dt a span::before {
	content: "";
	background: url(https://setouchi-fukushi.com/site/wp-content/themes/sfs/assets/images/top/t-icon_arrow.png) no-repeat center / 100%;
	width: 2rem;
	height: 3rem;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	right: -20rem;
}
main article.tWrap section.content.content06 dl dt p{}
main article.tWrap section.content.content06 dl dt p strong{}
main article.tWrap section.content.content06 dl dd {
	order: 2;
	width: 60%;
}
main article.tWrap section.content.content06 dl dd figure{}







/*============ スマホページ 調整用　==============*/

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

main article.tWrap section.content.content01 .slick-initialized .slick-slide img {
	width: 200%;
	position: relative;
	left: -50%;
}
main article.tWrap section.content.content01 h2 {
	top: 7rem;
	right: 10vw;
	left: initial;
}

main article.tWrap section.content.content02 {
	padding: 7rem 0 30vw;
}

main article.tWrap section.content.content02 ul {
	width: 100%;
	margin: 8vw auto;
}
main article.tWrap section.content.content02 ul li {
	display: flex;
	align-items: flex-start;
	padding: 0 3rem;
	flex-wrap: wrap;
	justify-content: space-between;
}
main article.tWrap section.content.content02 ul li + li {border-top: 1px solid #006c00;}
main article.tWrap section.content.content02 ul li p.newsDate,
main article.tWrap section.content.content02 ul li p.newsDate * {
	width: 100%;
	margin-bottom: 1vw;
	font-size: 90%;
}
main article.tWrap section.content.content02 ul li p.newsContents,
main article.tWrap section.content.content02 ul li p.newsContents * {
	width: 100%;
}
main article.tWrap section.content.content03 {
	margin-bottom: 15vw;
}
main article.tWrap section.content.content03 dl:nth-of-type(1) dd {
	order: 1;
	width: 66vw;
}
main article.tWrap section.content.content03 dl:nth-of-type(1) dt {
	order: 2;
	position: absolute;
	width: 40vw;
	height: 90vw;
	right: 5vw;
	top: -15vw;
}
main article.tWrap section.content.content03 dl:nth-of-type(2) {
	justify-content: space-between;
	position: relative;
	width: 100%;
	margin-top: 35vw;
}
main article.tWrap section.content.content03 dl:nth-of-type(2) dd {
	order: 1;
	width: 90%;
	margin: auto;
}
main article.tWrap section.content.content03 dl:nth-of-type(2) dt {
	order: 2;
	width: 90%;
	position: relative;
	padding: 5vw 0 0 0;
	margin: auto;
}
main article.tWrap section.content.content04 nav ul {
	flex-wrap: wrap;
	width: 100%;
	border-bottom: none;
}
main article.tWrap section.content.content04 nav ul li {
	width: calc(100% / 2);
}
main article.tWrap section.content.content04 nav ul li a {
	padding: 3rem 3rem 3rem 17rem;
	border-bottom: #c9c9c9 solid 1px;
}
main article.tWrap section.content.content04 nav ul li:nth-of-type(odd) a {border-right: #c9c9c9 solid 1px;}
main article.tWrap section.content.content04 nav ul li + li a {
	border-left:none;
}
main article.tWrap section.content.content04 nav ul li a::after {
	content: "";
	height: 15rem;
	width: 20rem;
	background: no-repeat center / 100%;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	margin: auto;
}

main article.tWrap section.content.content05 h2 {
	width: 95%;
	font-size: 4.5rem;
	margin-left: 5%;
}

main article.tWrap section.content.content05 ul {
	width: 98%;
	margin: 4rem auto 9rem;
	padding: 0;
}

main article.tWrap section.content.content05 ul li {
	width: calc(92% / 2);
	margin: 4% 2%;
	position: relative;
}
main article.tWrap section.content.content05 ul li figure {
	position: relative;
	width: 100%;
	height: 33.3vw;
	overflow: hidden;
}
main article.tWrap section.content.content05 ul li h3 a {
	color: #006c00;
	font-size: 2.5rem;
	font-weight: 500;
	position: relative;
}
main article.tWrap section.content.content06 dl dt {
	order: 1;
	position: static;
	width: 96%;
	top: 15rem;
	left: 45rem;
}
main article.tWrap section.content.content06 dl dt h2 {
	width: 100%;
	margin: auto;
	color: #006c00;
	font-size: 4.5rem;
	font-weight: 400;
	position: relative;
	padding-right: 13rem;
	line-height: 10rem;
}
main article.tWrap section.content.content06 dl dd {
	order: 2;
	width: 60vw;
	position: absolute;
	top: -20vw;
}

}



















