
/* ============================================================
PC
==============================================================*/
@media (min-width: 851px) {
	.wrapper {
		font-family: 'Noto Sans JP', serif;
		font-weight: 400;
	}


	/* ============================================================
 	sec-top
	==============================================================*/
	#sec-top {
		margin-bottom: 100px;
		padding: 70px 0 67px;
		text-align: center;
	}
	
	#sec-top h2{
		position: relative;
    	font-family: 'Noto Sans JP', serif;
    	font-weight: 600;
    	font-size: 3.4rem;
    	margin: 0 0 20px;
		padding: 0 0 10px;
		color: #1782ba;
    }
	#sec-top h2::before{
		position: absolute;
		left: 50%;
		bottom: 0;
		width: 90px;
		height: 2px;
		background-color: #1782ba;
		content: '';
		translate: -50% 0;
    }

	#sec-top h2 span{
		display: block;
		font-size: 2.2rem;
		line-height:1;
	}

	#sec-top .copy {
		margin-bottom: 20px;
		text-align: center;
		font-family: 'Noto Sans JP', serif;
		font-weight: 400;
		font-size: 2.2rem;
		letter-spacing: 0.1rem;
		color: #1782ba;
	}
	#sec-top .txt {
		text-align: center;
		line-height: 188%;
		letter-spacing: 0.1rem;
	}
	#sec-top .iso{
		text-align:center;
		margin: 25px 0 0;
		border:1px solid #000;
		display:inline-block;
		padding: 0px 25px 2px;
		font-family: 'Noto Sans JP', serif;
		font-weight: 400;
		font-size: 1.5rem;
	}

	.category_01 #sec-top h2{
		color: #1782ba;
    }
	.category_01 #sec-top h2::before{
		background-color: #1782ba;
    }
	.category_01 #sec-top .copy {
		color: #1782ba;
	}


	/* ============================================================
 	section
	==============================================================*/
	.section {
		margin-top: -170px;
		padding-top: 170px;
	}
	#sec01 {
		margin-top: -220px;
	}
	.section:not(:last-of-type) {
		margin-bottom: 130px;
	}

	/* ============================================================
 	sdgs-contents
	==============================================================*/
	.sdgs-contents {
		position: relative;
		padding: 38px 58px 78px;
		background-color: #F5F5F5;
		border-radius: 5px;
		font-family: 'Noto Sans JP', sans-serif;
	}
	.sdgs-contents .img {
		position: absolute;
		top: -50px;
		right: -50px;
		width: 335px;
		margin: 0;
		z-index: 1;
	}
	.sdgs-contents_header {
		position: relative;
		margin: 0 0 40px;
		padding-left: 130px;
	}
	.sdgs-contents_header_inner {

	}
	.sdgs-contents_header_inner .ico {
		position: absolute;
		top: 0;
		left: 0;
		display: block;
		width: 110px;
	}
	.sdgs-contents_header_inner .hdg {
		margin: 0 0 10px;
		font-size: 3rem;
		font-weight: 700;
		text-align: left;
		color: #1782ba;
		line-height: 1.4;
	}
	.sdgs-contents_header .txt {
		text-align: left;
	}

	.sdgs-contents .point-list {

	}
	.sdgs-contents .point-list_item {
		margin-bottom: 50px;
	}
	.sdgs-contents .point-list_item_header {
		margin: 0 0 10px;
		padding: 20px 40px;
		background-color: #1782ba;
		border-radius: 5px;
	}
	.sdgs-contents .point-list_item_header span {
		display: inline-block;
		margin: 0 0 5px;
		padding: 4px 10px;
		font-size: 1.4rem;
		color: #1782ba;
		background-color: #fff;
		border-radius: 5px;
		line-height: 1;
		text-align: center;
	}
	.sdgs-contents .point-list_item_header p {
		font-size: 2.2rem;
		line-height: 1.4;
		color: #fff;
	}
	.sdgs-contents .point-list_item_box {
		display: flex;
		justify-content: space-between;
		width: 100%;
		gap: 10px;
	}
	.sdgs-contents .point-list_item_box .box {
		padding: 20px 40px 30px;
		background-color: #fff;
		border-radius: 5px;
	}
	.sdgs-contents .point-list_item_box .box.box--l {
		width: 50%;
	}
	.sdgs-contents .point-list_item_box .box.box--r {
		flex: 1;
		padding: 20px 20px;
	}
	.sdgs-contents .point-list_item_box .box__hdg {
		display: inline-block;
		margin: 0 0 18px;
		padding: 10px 15px;
		font-size: 1.7rem;
		color: #fff;
		background-color: #00457F;
		border-radius: 5px;
		line-height: 1;
		text-align: center;
	}
	.sdgs-contents .point-list_item_box .box__list {
		
	}
	.sdgs-contents .point-list_item_box .box__list + .box__list {
		margin: 25px 0 0 0;
		padding-top: 25px;
		border-top: 1px solid #BCBCBC;
	}
	.sdgs-contents .point-list_item_box .box__item {
		position: relative;
	}
	.sdgs-contents .point-list_item_box .box__item p {
		padding: 0 0 0 20px;
		font-size: 1.5rem;
	}
	.sdgs-contents .point-list_item_box .box__item p + p {
		margin: 8px 0 0;
	}
	.sdgs-contents .point-list_item_box .box__item p.hdg {
		font-weight: 700;
	}
	.sdgs-contents .point-list_item_box .box__item:not(:last-of-type) {
		margin: 0 0 15px;
	}
	.sdgs-contents .point-list_item_box .box__item::before {
		position: absolute;
		top: 8px;
		left: 0;
		width: 10px;
		height: 10px;
		background-color: #00457F;
		border-radius: 10px;
		content: '';
	}


	.sdgs-contents .policy-list {
		
	}
	.sdgs-contents .policy-list_item:not(:last-of-type) {
		margin-bottom: 50px;
	}
	.sdgs-contents .policy-list_item_header {
		display: flex;
		align-items: center;
		padding: 20px 40px;
		background-color: #A6A6A6;
		border-radius: 10px 10px 0 0;
		font-size: 1.7rem;
		color: #fff;
	}
	.sdgs-contents .policy-list_item_header .ico {
		display: inline-block;
		position: relative;
		top: 2px;
		width: 30px;
		margin-right: 10px;
	}
	.sdgs-contents .policy-list_item_txt {
		padding: 20px 40px;
		background-color: #fff;
		border-radius: 0 0 10px 10px;
		font-size: 1.5rem;
	}



	/* ============================================================
 	btn_box
	==============================================================*/
    .btn_box{
    	position: fixed;
    	right: 22px;
    	top: 100px;
    	z-index: 800;
    	width: auto;
		gap: 6px;
    }

    .btn_box ul.more_btn a {
		display: flex;
		align-items: center;
        padding: 0 43px 0 30px;
		height: 50px;
        letter-spacing: 0.1rem;
		line-height: 1.3;
    }

    .btn_box ul.more_btn a:before{
		left: auto;
    	right: 22px;
		transform: translate(0, -50%) rotate(45deg);
    }

    .btn_box .more_btn_act a {
		background-color: #d0d0d0;
	}

    .btn_box .more_btn_act a:hover{
		background-color: #d0d0d0; 
    }


	/* ============================================================
 	navi
	==============================================================*/
	#navi{
		margin: 137px 0 0;
	}
	#navi .flex {
		width: 800px;
		margin: 31px auto 0;
	}

	#navi .flex h3 {
		position: relative;
		display: inline-flex;
		justify-content: center;
		align-items: center;
		line-height:130%;
		letter-spacing:-0.1rem;
		height: 30px;
		text-align: left;
	}
	#navi .btn_big_wrap_act li::after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        background-color: #1782ba;
        opacity: 0.5;
        display: block;
        width: 190px;
        height: 190px;
	}

}


@media (min-width:851px) and (max-width: 1000px) {
	.wrapper {
		max-width: 1000px;
		width: auto;
	}
	.sdgs-contents {
		padding: 38px 5.8vw 78px;
	}
	.sdgs-contents .img {
		position: absolute;
		width: 33.5vw;
	}
	.sdgs-contents_header {
		width: calc(100% - 340px);
	}
	.sdgs-contents_header_inner .hdg {
		font-size: 3vw;
	}

}