@charset "utf-8";

main .page-ttl {
	position: relative;
	max-height: 450px;
	height: calc(100vh - 40px);
	width: 100%;
}

main .page-ttl::before {
	content: '';
	display: block;
	max-height: 450px;
	height: calc(100vh - 40px);
	width: 100%;
	background: rgb(0, 0, 0, 0.2);
	background-size: cover;
}

main .page-ttl.sdgs-ttl {
	background: url('../img/sdgs/sdgs-pct-main-visual.jpg') no-repeat;
	background-size: cover;
	background-position: center;
}


main .page-ttl .inner {
	position: absolute;
	width: 100%;
	color: #fff;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
	margin: auto;
	line-height: 1.8;
	letter-spacing: 0.02em;
	text-align: center;
}

main .page-ttl .inner p {
	position: relative;
	font-size: 3rem;
	letter-spacing: 0.05em;
}

main .page-ttl .inner p::before {
	position: absolute;
	bottom: -10px;
	left: 50%;
	transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
	width: 12px;
	height: 1px;
	content: '';
	background: #fff;
}

main .page-ttl .inner span {
	display: inline-block;
	padding-top: 24px;
}




main .page-ttl.story-ttl .inner p {
	position: relative;
	font-size: 2.4rem;
	letter-spacing: 0.05em;
}

main .page-ttl.story-ttl .inner p::before {
	position: absolute;
	bottom: -10px;
	left: 50%;
	transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
	width: 12px;
	height: 1px;
	content: '';
	background: #fff;
}

main .page-ttl.story-ttl .inner span {
	display: inline-block;
	font-size: 3rem;
	padding-top: 24px;
}



main .page-ttl .inner figure {
	position: absolute;
	font-size: 3rem;
	color: #fff;
	left: 10%;
	bottom: 10%;
	margin: auto;
	line-height: 1.8;
	letter-spacing: 0.02em;
}

main .inner.col-2 {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
}




main .prof {
	margin-top: 100px;
}

main .prof h2 {
	position: relative;
	font-size: 2.4rem;
	letter-spacing: 0.05em;
	text-align: center;
}

main .prof h2::before {
	position: absolute;
	bottom: -40px;
	left: 50%;
	transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
	width: 18px;
	height: 4px;
	content: '';
	background: #d5d5cf;
}

main .prof .inner {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	max-width: 912px;
	width: 80%;
	margin: 80px auto 0;
}

main .prof .inner .txt-wrap {
	padding-left: 50px;
}

main .prof .inner h3 {
	position: relative;
	margin-bottom: 35px;
    color: #565247;
    font-size: 2.6rem;
    margin-top: 18px;
}

main .prof .inner h3 small {
    display: block;
    font-size: 1.3rem;
    padding-top: 12px;
    color: #df9d1e;
}

main .prof .inner p {
	font-size: 1.4rem;
	line-height: 1.75;
}

main .prof .inner p:nth-child(n+2) {
	margin-top: 30px;
}

main .prof .inner dl {
	font-size: 1.4rem;
	line-height: 1.75;
	margin-top: 30px;
}

main .prof .inner dl dt {
	font-weight: bold;
}

main .prof .inner figure {
	max-width: 460px;
	width: 100%;
	text-align: center;
	margin: 0 auto;
}





main .sdgs {
	margin-top: 100px;
}

main .sdgs h2 {
	position: relative;
	font-size: 2.4rem;
	letter-spacing: 0.05em;
	text-align: center;
	margin: 0 6%;
}

main .sdgs h2::before {
	position: absolute;
	bottom: -40px;
	left: 50%;
	transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
	width: 18px;
	height: 4px;
	content: '';
	background: #d5d5cf;
}

main .sdgs .inner {
	max-width: 912px;
	width: 80%;
	margin: 80px auto 0;
}

main .sdgs .inner .txt-wrap {
	padding-left: 0;
}

main .sdgs .inner p {
	font-size: 1.4rem;
	line-height: 1.8;
	letter-spacing: 0.15em;
}

main .sdgs .inner p:nth-child(n+2) {
	margin-top: 30px;
}

main .sdgs .inner .txt-inner figure {
	text-align: center;
	margin-top: 40px;
}

main .sdgs .inner .txt-inner figure.goal01 {
	margin-top: 60px;
}

main .sdgs .inner dl {
	font-size: 1.4rem;
	margin-top: 30px;
}

main .sdgs .inner dl dt {
	font-weight: bold;
}

main .sdgs .inner .flex-wrap {
	margin-top: 50px;
}

main .sdgs .inner .flex-wrap ul {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
}

main .sdgs .inner .box-white {
    width: 100%;
    padding: 0;
    margin-top: 50px;
	background: #fff;
    box-sizing: border-box;
}

main .sdgs .inner .box-white .box-media__image {
    width: 208px;
    text-align: left;
    line-height: 0;
	display: table-cell;
	vertical-align: top;
}

main .sdgs .inner .box-white .box-media__content {
	display: table-cell;
    vertical-align: middle;
    padding: 0 10px 0 50px;
}

main .sdgs .inner .box-white .box-media__content .hdg-lv3 {
    font-size: 2.4rem;
    margin: 0;
    letter-spacing: 0.05em;
	font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

main .sdgs .inner .box-white .box-media__content .hdg-lv3 span {
	display: block;
    font-size: 1.4rem;
    margin-bottom: 4px;
}

main .sdgs .inner .box-white .box-media__content .hdg-lv3 small {
    font-size: 1.2rem;
    padding-top: 12px;
	display: block;
    color: #df9d1e;
}



main .sdgs .inner ul.white-box-list {
	margin-top: 40px;
}

main .sdgs .inner ul.white-box-list li {
    font-size: 1.125rem;
    text-align: center;
    background: #fff;
    padding: 40px 30px 30px 30px;
    border-radius: 8px;
}

main .sdgs .inner ul.white-box-list li+li {
    margin-top: 20px;
}

main .sdgs .inner ul.white-box-list li h3 {
    margin-bottom: 25px;
	font-size: 1.8rem;
	font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}





main .sdgs .inner .u_box_policy {
	margin-top: 60px;
}

main .sdgs .inner .u_box_policy .ttl {
    display: flex;
    align-items: center;
    position: relative;
    background: #fff;
}

main .sdgs .inner .u_box_policy .ttl .img img {
    vertical-align: bottom;
}

main .sdgs .inner .u_box_policy .ttl .txt {
    width: 100%;
    padding: 0 25px 0 34px;
}

main .sdgs .house-01 .u_box_policy .ttl h3 {
    color: #4c9f38;
}
main .sdgs .house-02 .u_box_policy .ttl h3 {
    color: #fd9d24;
}
main .sdgs .house-03 .u_box_policy .ttl h3 {
    color: #3f7e44;
}

main .sdgs .area-01 .u_box_policy .ttl h3 {
    color: #fcc30b;
}
main .sdgs .area-02 .u_box_policy .ttl h3 {
    color: #bf8b2e;
}
main .sdgs .area-03 .u_box_policy .ttl h3 {
    color: #56c02b;
}

main .sdgs .future-01 .u_box_policy .ttl h3 {
    color: #ff3a21;
}
main .sdgs .future-02 .u_box_policy .ttl h3 {
    color: #a21942;
}


main .sdgs .inner .u_box_policy .ttl .txt h3 {
    font-size: 1.8rem;
    margin-bottom: 13px;
	font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

main .sdgs .u_box_policy .ttl .txt .sub {
    font-size: 1.2rem;
    line-height: 1.6;
    font-weight: 700;
	margin-top: 0;
}

main .sdgs .house-01 .u_box_policy .ttl .sub {
    color: #2a611c;
}
main .sdgs .house-02 .u_box_policy .ttl .sub {
    color: #ab6a18;
}
main .sdgs .house-03 .u_box_policy .ttl .sub {
    color: #214d24;
}

main .sdgs .area-01 .u_box_policy .ttl .sub {
    color: #c0950c;
}
main .sdgs .area-02 .u_box_policy .ttl .sub {
    color: #906922;
}
main .sdgs .area-03 .u_box_policy .ttl .sub {
	color: #38801c;
}

main .sdgs .future-01 .u_box_policy .ttl .sub {
    color: #b42a17;
}
main .sdgs .future-02 .u_box_policy .ttl .sub {
	color: #801334;
}

main .sdgs .inner .u_box_policy ul li {
    position: relative;
    margin-top: 27px;
}

main .sdgs .score {
	margin-top: 60px;
}

main .sdgs ul li .no {
    font-size: 1.2rem;
    position: absolute;
    top: 6px;
    left: 0;
    width: 40px;
    height: 40px;
    padding-top: 10px;
    text-align: center;
}


main .sdgs .house-01 ul li .no {
    background: #4c9f38;
    color: #fff;
}
main .sdgs .house-02 ul li .no {
    background: #fd9d24;
    color: #fff;
}
main .sdgs .house-03 ul li .no {
    background: #3f7e44;
    color: #fff;
}

main .sdgs .area-01 ul li .no {
    background: #fcc30b;
    color: #fff;
}
main .sdgs .area-02 ul li .no {
    background: #bf8b2e;
    color: #fff;
}
main .sdgs .area-03 ul li .no {
    background: #56c02b;
    color: #fff;
}

main .sdgs .future-01 ul li .no {
    background: #ff3a21;
    color: #fff;
}
main .sdgs .future-02 ul li .no {
    background: #a21942;
    color: #fff;
}


main .sdgs .inner .u_box_policy ul li .txt {
    line-height: 2;
    padding-left: 60px;
}


main .sdgs .inner .yt-wrap {
	width: 100%;
	margin: 60px auto 40px;
}

main .sdgs .inner .yt-box {
	position: relative;
	height: 0;
	padding-bottom: 56.25%;
	overflow: hidden;
	margin-bottom: 30px;
}

main .sdgs .inner .yt-box iframe {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}


main .sdgs .inner .pager .page {
    display: flex;
    justify-content: space-between;
    line-height: 1.7;
    margin-top: 90px;
}

main .sdgs .inner .pager .page li {
	width: 19%;
}

main .sdgs .inner .pager .page li a {
    display: block;
    position: relative;
    color: #df9d1e;
	font-size: 1.3rem;
	font-weight: bold;
    padding-bottom: 10px;
    border-bottom: 1px solid #df9d1e;
}

main .sdgs .inner .pager .page li.cur a {
    border: none;
    opacity: .5;
}



/* main .sdgs nav.cp_navi *, main .sdgs nav.cp_navi *:after, main .sdgs nav.cp_navi *:before {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
} */
main .sdgs nav.cp_navi a {
	text-decoration: none;
}
main .sdgs nav.cp_navi {
	margin: 2em 0;
	text-align: center;
}
main .sdgs .inner nav.cp_navi {
	margin: 4em 0 2em;
}
main .sdgs .cp_navi .cp_pagination {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
	margin-top: 3em;
	/* padding: 0 0.5em; */
	/* background-color: #fff; */
}
main .sdgs .cp_navi .cp_page_return {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 12px 40px;
	min-width: 202px;
	background: #fff;
}
main .sdgs .cp_navi .cp_page_return::before {
	content: '';
	display: inline-block;
	position: absolute;
	left: 20px;
	width: 6px;
	height: 6px;
	border-top: 1px solid #565247;
	border-right: 1px solid #565247;
	-webkit-transform: rotate(225deg);
	transform: rotate(225deg);
}
main .sdgs .cp_navi .cp_pagenum {
	font-size: 1em;
	line-height: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	float: left;
	/* padding: 15px; */
	transition: 400ms ease;
	letter-spacing: 0.1em;
	color: #565247;
	background: #fff;
}
main .sdgs .cp_navi .cp_pagenum:nth-child(n+2) {
	margin-left: 5px;
}

/* main .sdgs .cp_navi .cp_pagenum:hover, */
main .sdgs .cp_navi .cp_pagenum.current {
	background-color: #E1E1D2;
}




main .sdgs .cp_navi .cp_pagenum.prev {
	position: relative;
    display: inline-block;
    padding: 0 20px;
    color: #df9d1e;
    vertical-align: middle;
    text-decoration: none;
    font-size: 15px;
	width: 200px;
	height: 50px;
	line-height: 50px;
}
main .sdgs .cp_navi .cp_pagenum.prev::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
	/* right: 0; */
    margin: auto;
    content: "";
    vertical-align: middle;
}
main .sdgs .cp_navi .cp_pagenum.prev::before {
    left: 20px;
    width: 6px;
    height: 6px;
    border-top: 1px solid #df9d1e;
    border-right: 1px solid #df9d1e;
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
}




main .sdgs .cp_navi .cp_pagenum.next {
	position: relative;
    display: inline-block;
    padding: 0 20px;
    color: #df9d1e;
    vertical-align: middle;
    text-decoration: none;
    font-size: 15px;
	width: 200px;
	height: 50px;
	line-height: 50px;
}
main .sdgs .cp_navi .cp_pagenum.next::before {
    position: absolute;
    top: 0;
    bottom: 0;
	right: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}
main .sdgs .cp_navi .cp_pagenum.next::before {
    right: 20px;
    width: 6px;
    height: 6px;
    border-top: 1px solid #df9d1e;
    border-right: 1px solid #df9d1e;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}


/* main .sdgs .cp_navi .cp_pagenum.prev:hover,
main .sdgs .cp_navi .cp_pagenum.next:hover {
	color: #E1E1D2;
	background-color: transparent;
} */



/* ======================================================================================================================= */
/* for pc-tablet */
/* =====================================================================================================z================== */


@media screen and (min-width: 768px) {



}


/* ======================================================================================================================= */
/* for sp */
/* =====================================================================================================z================== */


@media screen and (max-width: 1023px) {

	/* -------------------------------------------------- */
	/* main */
	/* -------------------------------------------------- */

	main .page-ttl {
		position: relative;
		max-height: 200px;
		height: calc(100vh - 80px);
		width: 100%;
		/* background-size: cover;
		background-position: center; */
	}

	main .page-ttl::before {
		content: '';
		display: block;
		max-height: 200px;
		height: calc(100vh - 80px);
		width: 100%;
		background: rgb(0, 0, 0, 0.2);
		background-size: cover;
	}

	main .page-ttl .inner {
		position: absolute;
		width: 100%;
		color: #fff;
		top: 50%;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		margin: auto;
		line-height: 1.8;
		letter-spacing: 0.02em;
		text-align: center;
	}

	main .page-ttl .inner p {
		position: relative;
		font-size: 2.4rem;
		letter-spacing: 0.05em;
	}

	main .page-ttl .inner p::before {
		position: absolute;
		bottom: -12px;
		left: 50%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		width: 12px;
		height: 1px;
		content: '';
		background: #fff;
	}

	main .page-ttl .inner span {
		display: inline-block;
		padding-top: 20px;
	}

	main .page-ttl .inner figure {
		position: absolute;
		font-size: 3rem;
		color: #fff;
		left: 10%;
		bottom: 10%;
		margin: auto;
		line-height: 1.8;
		letter-spacing: 0.02em;
	}




	main .sdgs {
		margin-top: 55px;
	}

	main .sdgs h2 {
		position: relative;
		font-size: 2.4rem;
		letter-spacing: 0.05em;
		text-align: center;
	}

	main .sdgs h2::before {
		position: absolute;
		bottom: -40px;
		left: 50%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		width: 18px;
		height: 4px;
		content: '';
		background: #d5d5cf;
	}

	main .sdgs .inner {
		max-width: 912px;
		width: 88%;
		margin: 80px auto 0;
	}

	main .sdgs .inner .txt-wrap {
		padding-left: 0;
	}

	main .sdgs .inner p {
		font-size: 1.4rem;
		line-height: 1.8;
		letter-spacing: 0.15em;
	}

	main .sdgs .inner p:nth-child(n+2) {
		margin-top: 30px;
	}

	main .sdgs .inner dl {
		font-size: 1.4rem;
		margin-top: 30px;
	}

	main .sdgs .inner dl dt {
		font-weight: bold;
	}



	main .sdgs .inner .box-white .box-media__image {
		width: 104px;
		display: table-cell;
	}

	main .sdgs .inner .box-white .box-media__content {
		display: table-cell;
		vertical-align: middle;
		padding: 0 20px 0 20px;
	}

	main .sdgs .inner .box-white .box-media__content .hdg-lv3 {
		font-size: 1.6rem;
		margin: 0;
		letter-spacing: 0.05em;
		font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	}

	main .sdgs .inner .box-white .box-media__content .hdg-lv3 span {
		display: block;
		font-size: 1rem;
		margin-bottom: 4px;
	}

	main .sdgs .inner .box-white .box-media__content .hdg-lv3 small {
		font-size: 1rem;
		padding-top: 4px;
		display: block;
		color: #df9d1e;
	}




	main .sdgs .inner .pager .page {
		display: block;
		margin-top: 30px;
		padding: 15px 0;
		background: #fff;
	}

	main .sdgs .inner .pager .page li {
		width: 100%;
	}

	main .sdgs .inner .pager .page li.cur a {
		text-decoration: none;
	}

	main .sdgs .inner .pager .page li a {
		/* font-size: .8125rem; */
		padding: 15px 20px 15px 40px;
		border-bottom: none;
		text-decoration: underline;
	}



	main .sdgs .cp_navi .cp_pagination {
		margin-top: 50px;
		padding: 0 10px;
	}

	main .sdgs .inner nav.cp_navi {
		margin: 3em 0 2em;
	}

	main .sdgs .cp_navi .cp_pagenum {
		font-size: 0.8em;
		line-height: 2.5em;
		padding: 0 15px;
	}
	main .sdgs .cp_navi .cp_pagenum.prev,
	main .sdgs .cp_navi .cp_pagenum.next {
		padding: 0 10px;
	}




}


/* ======================================================================================================================= */
/* for IE */
/* ======================================================================================================================= */
@media screen\0 {




}







main .banner {
	margin-top: 210px;
}

main .banner .cont-wrap {
	position: relative;
	max-width: 1100px;
	width: 72%;
	margin: 0 auto;
}

main .banner .inner ul {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

main .banner .inner ul li {
	width: 48%;
}

main .banner .inner ul li a {
	display: block;
}





/* ======================================================================================================================= */
/* for pc-tablet */
/* =====================================================================================================z================== */


@media screen and (min-width: 1024px) {



}


/* ======================================================================================================================= */
/* for sp */
/* =====================================================================================================z================== */


@media screen and (max-width: 767px) {





	main .sdgs .inner ul.white-box-list li {
		font-size: 1.6rem;
		padding: 17px;
		border-radius: 4px;
	}

	main .sdgs .cp_navi .cp_pagenum.prev {
		width: 120px;
		height: 50px;
	}


	main .sdgs .cp_navi .cp_pagenum.next {
		width: 120px;
		height: 50px;
	}


	main .sdgs .cp_navi .cp_pagenum {
		display: none;
		padding: 0 8px;
	}
	main .sdgs .cp_navi .cp_pagenum:nth-of-type(2) {
		position: relative;
		padding-right: 50px;
	}
	main .sdgs .cp_navi .cp_pagenum:nth-of-type(2)::after {
		font-size: 1.2em;
		position: absolute;
		top: 0;
		left: 45px;
		content: '...';
	}
	main .sdgs .cp_navi .cp_pagenum:nth-child(-n+3),
	main .sdgs .cp_navi .cp_pagenum:nth-last-child(-n+3) {
		display: flex;
	}
	main .sdgs .cp_navi .cp_pagenum:nth-last-child(-n+4) {
		padding-right: 8px;
	}
	main .sdgs .cp_navi .cp_pagenum:nth-last-child(-n+4)::after {
		content: none;
	}
	main .sdgs .cp_navi .cp_pagenum.prev,
	main .sdgs .cp_navi .cp_pagenum.next {
		padding: 0 5px;
	}




}


/* ======================================================================================================================= */
/* for IE */
/* ======================================================================================================================= */
@media screen\0 {




}
