@charset "utf-8";
@import url("../../assets/css/contact.css?v=20240329");
@import url("../../assets/css/secondlayer.css");
@import url("../../assets/css/jump_contents.css");

/* CSS Document */
/* ---------header--------- */
.gnavi__pc-style ul li:nth-child(4) {
	border-bottom: solid #000 1px;
}
/*=========タイトル==========*/
@media screen and (max-width: 767px) {
	.secondary_summary h1 {
	font-size: 1.8em;
}
}
@media screen and (min-width: 1024px) {
	.secondary_summary h1 {
	font-size: 3.1em;
}
}
/*========= 弊社では…===========*/
section:nth-child(3) p:not(:nth-child(2)){
	margin: 0.5em auto;
	font-size: 1.3em;
	font-weight: 500;
	line-height: 1.6em;
}
section:nth-child(3) p:nth-child(2) {
	font-size: 0.9em;
	line-height: 2em;
	margin: 0.5em auto 2em;
}
@media screen and (min-width: 768px) {
	.sc_box {
		max-width: 600px;
	}
}
@media screen and (min-width: 1024px) {
	.sc_box {
		max-width: 800px;
	}
}
@media print, screen and (min-width: 1024px) {
	section:nth-child(3) p:not(:nth-child(2)) {
		font-size: 2em;
		max-width: 800px;
	}
	section:nth-child(3) p:nth-child(2) {
		font-size: 1.1em;
		max-width: 800px;
	}
}
/*========= sdgsとは =============*/
.sdgs_bg {
	width: 100%;
	height: 800px;
	padding: 3em 0; 
	background: #FCFFF3;
	position: relative;
	z-index: -2;
	overflow: hidden;
}
.sdgs_bg::after {
	content: "";
	background: url("../images/town.png") no-repeat;
	background-size: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 502px;
	height: 84px;
	z-index: -1;
}
.sdgs_bg .secondary_content {
	margin-top: 0;
	margin-bottom: 7em;
}
.sdgs_bg ul li:first-child {
	width: 100%;
	height: 120px;
	position: relative;
	margin-bottom: 1.5em;
}
.sdgs_bg ul li:first-child img {
	width: 80%;
	max-width: 500px;
	height: auto;
	margin: auto;
	display: block;
	position: absolute;
	top: 40%;
	left: 50%;
	z-index: 1;
	-webkit-transform: translate(-50%, -50%); /* Safari用 */
	transform: translate(-50%, -50%);
}
.sdgs_bg ul li:first-child p {
	font-size: 0.7em;
	line-height: 1.5;
	text-align: center;
	position: absolute;
	z-index: 1;
	width: 80%;
	top: 65%;
	left: 50%;
	-webkit-transform: translate( -50%, -50%); /* Safari用 */
	transform: translate( -50%, -50%);
}
.sdgs_bg ul li:first-child::before {
	position: absolute;
	top: -0.5em;
	left: -0.5em;
	content: "";
	background: #fff;
	border: solid 1px #1E841E;
	height: 100%;
	width: 100%;
	z-index: 0;
}
.sdgs_bg ul li:first-child::after {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	border: solid 1px #1E841E;
	height: 100%;
	width: 100%;
	z-index: 0;
}
.sdgs_bg ul li:nth-child(2) {
	font-size: 0.9em;
	line-height: 1.7em;
	text-indent: 1em;
	margin: 0 auto 1.5em;
}
.sdgs_btn{
	width: 190px;
	margin: 1em 0 0 auto;
	padding: 0.5em 1em 0.5em 0.2em;
	display: block;
	position: relative;
	color: #fff;
	text-align: left;
	text-indent: inherit;
	background-color: #1E841E;
	border-radius: 0.5em;
	vertical-align: middle
}
.sdgs_btn small{
	font-size: 0.8em;
	display: inline
}
.sdgs_btn::after{
	content: "";
	width: 1em;
	height: 1.5em;
	display: block;
	background: url("../../assets/images/pdf.svg") center / 100% no-repeat;
	position: absolute;
	top: 0.7em;
	right: 1em;
}
.sdgs_btn:hover{
	opacity: 0.5;
	transition: 0.5s
}
@media screen and (min-width: 480px) {
	.sdgs_bg ul li:first-child {
		height: 140px;
	}
	.sdgs_bg {
		height: 710px;
	}
	.sdgs_bg::after {
		width: 767px;
		height: 128px;
	}
	.sdgs_bg ul li:first-child img {
		top: 45%;
	}
	.sdgs_bg ul li:first-child p {
		top: 70%;
		font-size: 0.8em;
	}
}
@media print, screen and (min-width: 768px) {
	.sdgs_bg ul {
		max-width: 1400px;
	}
	.sdgs_bg ul li:first-child p {
		font-size: 0.9em;
		margin-top: 0.7em;
		top: 68%;
	}
	.sdgs_bg {
		height: 650px;
	}
	.sdgs_bg::after {
		width: 1024px;
		height: 170px;
	}
	.sdgs_bg ul li:first-child img {
		top: 50%;
	}
	.sdgs_bg ul li:nth-child(2) {
		margin: 1em auto 0;
	}
}

@media print, screen and (min-width: 1024px) {
	.sdgs_bg {
		height: 700px;
		padding-top: 4em;
	}
	.sdgs_bg::before {
		content: "";
		background: url("../images/town-repeat.png") repeat-x;
		position: absolute;
		top: 67%;
		left: 0;
		width: 100%;
		height: 700px;
		z-index: -2;
	}
	.sdgs_bg::after {
		background: url("../images/town-people.png") no-repeat;
		background-size: 100%;
		-webkit-transform: translate( -50%, -50%); /* Safari用 */
		transform: translate( -50%, -50%);
		top: 130%;
		left: 50%;
		width: 1000px;
		height: 100%;
	}
	.sdgs_bg ul li:nth-child(2) {
		font-size: 1.1em;
		line-height: 1.8em;
	}
	.sdgs_bg ul {
		display: flex;
		justify-content: space-between;
		position: absolute;
		top: 50%;
		left: 50%;
		margin-top: 1.5em;
		-webkit-transform: translate( -50%, -50%); /* Safari用 */
		transform: translate( -50%, -50%);
		width: 80%;
	}
	.sdgs_bg ul li:first-child,.sdgs_bg ul li {
		width: 48%;
	}
	.sdgs_bg ul li:first-child img {
		top: 43%;
	}
	.sdgs_bg ul li:first-child {
    	height: 155px;
	}
	.sdgs_bg ul li:first-child p {
		font-size: 1em;
		top: 64%;
	}
	.sdgs_bg ul li:nth-child(2) {
		margin: -1em auto 0;
	}
	.sdgs_btn{
	width: 230px;
	margin: 1em 0 0 auto;
	padding: 0.5em 1em 0.5em 0.2em;
}
}
@media print, screen and (min-width: 1400px) {
	.sdgs_bg ul {
		top: 50%;
		margin-top: 0; 
	}
}
/*========= ７つの取り組み =============*/
.seven {
	position: relative;
	margin-bottom: 5em;
}
.seven::after {
	content: "";
	position: absolute;
	background: url("../images/people.png") no-repeat;
	background-size: 100%;
	width: 40%;
	height: 180px;
	opacity: 0.4;
	right: -5%;
	bottom: 0;
	z-index: -1;
}
.seven ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.seven ul li {
	width: 45%;
}
.seven ul li:nth-child(n+3){
	margin-top: 1em;
}
.seven ul li h3 {
	margin-top: 0.9em;
	margin-bottom: 0.5em;
	color: #1E841E;
	font-size: 1em;
	text-align: center;
	font-weight: 300;
}
.seven ul li h3 br {
	display: none;
}
.seven ul li img {
	width: 100%;
	object-fit: cover;
}
.seven_box {
	position: relative;
	width: 100%;
}
.seven_box::after {
	position: absolute;
	left: 5%;
	top: 5%;
	content: "";
	border: solid 1px #1E841E;
	width: 100%;
	height: 100%;
}
@media print, screen and (min-width: 768px) {
	.seven::after {
		width: 200px;
		height: 200px;
		right: -3%;
		bottom: -13%;
	}
	.seven ul {
		max-width: 700px;
		margin-right: auto;
		margin-left: auto;
	}
	.seven ul li:first-child,.seven ul li:nth-child(2),.seven ul li:nth-child(6),.seven ul li:nth-child(7) {
		width: 50%;
	}
	.seven ul li h3 br {
	display: block;
	}
	.seven ul li:nth-child(n+3):nth-child(-n+5) {
		width: 30%;
		margin-top: 1em;
	}
	.seven ul li .seven_box {
		width: 200px;
		display: block;
	}
	.seven ul li:first-child .seven_box,.seven ul li:nth-child(6) .seven_box{
		margin-right: 1.5em;
		margin-left: auto;
	}
	.seven ul li:nth-child(2) .seven_box,.seven ul li:nth-child(7) .seven_box {
		margin-right: auto;
		margin-left: 1.5em;
	}
	.seven ul li:first-child h3,.seven ul li:nth-child(6) h3 {
		width: 200px;
		margin-right: 1.5em;
		margin-left: auto;
	}
	.seven ul li:nth-child(2) h3,.seven ul li:nth-child(7) h3 {
		width: 200px;
		margin-right: auto;
		margin-left: 1.5em;
	}
}
@media print, screen and (min-width: 1024px) {
	.seven {
		margin-bottom: 8em;
	}
	.seven::after {
		width: 300px;
		height: 250px;
		right: -3%;
		bottom: -14%;
	}
	.seven ul li {
		margin-top: 4em;
		max-height: none;
		height: 245px;
	}
	.seven ul li h3 {
		font-size: 1.2em;
		font-weight: 500;
	}
	.seven ul {
		max-width: 1000px;
	}
	.seven ul li .seven_box {
		width: 250px;
		height: auto;
		display: block;
		margin-right: auto;
		margin-left: auto;
	}
	.seven ul li:nth-last-child(-n+2) h3::after,.seven ul li:nth-child(-n+2) h3::after {
		top: 3%;
		left: 22%;
	}
	.seven ul li:nth-child(n+3){
		margin-top: 6em;
	}
	.seven ul li:nth-child(n+3):nth-child(-n+5) {
		margin-top: 4em;
	}
	.seven ul li:first-child .seven_box,.seven ul li:nth-child(6) .seven_box{
		margin-right: 1.9em;
	}
	.seven ul li:nth-child(2) .seven_box,.seven ul li:nth-child(7) .seven_box {
		margin-left: 1.9em;
	}
	.seven ul li:first-child h3,.seven ul li:nth-child(6) h3 {
		width: 250px;
		margin-right: 1.9em;
	}
	.seven ul li:nth-child(2) h3,.seven ul li:nth-child(7) h3 {
		width: 250px;
		margin-left: 1.9em;
	}
}
@media print, screen and (min-width: 1200px) {
	.seven ul li h3 {
		font-size: 1.3em;
	}
	.seven ul li .seven_box {
		width: 260px;
	}
	.seven ul li:first-child .seven_box,.seven ul li:nth-child(6) .seven_box{
		margin-right: 3em;
	}
	.seven ul li:nth-child(2) .seven_box,.seven ul li:nth-child(7) .seven_box {
		margin-left: 3em;
	}
	.seven ul li:first-child h3,.seven ul li:nth-child(6) h3 {
		margin-right: 3em;
	}
	.seven ul li:nth-child(2) h3,.seven ul li:nth-child(7) h3 {
		margin-left: 3em;
	}
}