@charset "utf-8";
.pc{display: inline;}
.sp{display: none;}
#spContent{
	display: none;
}
body {
  font-family: YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothicc ProN, Arial, "メイリオ", Meiryo, sans-serif;
}
#SNSbox{
  width: 100%;
  border: solid 1px #fbf200;
  padding: 30px;
  margin: 50px auto;
box-sizing: border-box;
}
#SNSbox p{
  font-size: 1.3rem;
  margin-bottom: 20px;
text-align: center;
}
#SNSbox img{
  width: 100%;
}
#SNSbox ul{
  display: flex;
  gap: 20px;
  padding: 0;
justify-content: center;
}
#stage {
  border-bottom: solid 10px #fff9ad;
  color: #333333;
}

#btnGoTop {
  right: 20px;
}

.l-sdgs-mv {
  position: relative;
  min-width: 960px;
  width: 100%;
}

.l-sdgs-mv__bg {
  display: block;
  height: auto;
  width: 100%;
}

.l-sdgs-mv__logo {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -179.5px;
  margin-left: -179.5px;
}

.l-sdgs-lead {
  box-sizing: border-box;
  /*background-color: #00a0e9;*/
  /* background: url(../img/sdgs/bg_blue.png) repeat-x center top; */
  /* height: 327px; */
  min-width: 960px;
  width: 100%;
  margin: 50px auto;
  /* padding-top: 80px;
  margin-top: -28px; */
  position: relative;
  text-align: center;
}

.l-sdgs-lead__logo {
  display: block;
  height: 127px;
  width: 397px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 22px;
}

.l-sdgs-lead p {
  color: #000;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.777;
}

.l-sdgs-about {
  box-sizing: border-box;
  padding-top: 102px;
  margin-bottom: 112px;
  min-width: 960px;
  width: 100%;
}

.l-sdgs-about__banner {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 70px;
}

.l-sdgs-about__summary {
  text-align: center;
}

.l-sdgs-about__summary h2 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 44px;
}

.l-sdgs-about__summary p {
  font-size: 16px;
  line-height: 2;
}

.l-sdgs-about__summary p span {
  color: #00a6d9;
}

.l-sdgs-ttl {
  background: url(../img/sdgs/bg_yellow.png) repeat-x center top;
  height: 139px;
  min-width: 960px;
  width: 100%;
  position: relative;
}

.l-sdgs-ttl h2 > img {
  display: block;
  padding-right: 11px;
  position: absolute;
  left: 50%;
  top: -10px;
  margin-left: -387px;
}

.l-groups {
  min-width: 960px;
}

.l-sdgs-group {
  box-sizing: border-box;
  background-color: #fff;
  padding-top: 80px;
  padding-bottom: 72px;
}

.l-sdgs-group__banner {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 74px;
}

.l-sdgs-group__banner--is-max {
  height: auto;
  width: 100%;
  max-width: 974px;
}

.l-sdgs-group .l-sdgs-group__summary > h2 {
  font-size: 24px;
  line-height: 1;
  margin-bottom: 26px;
}

.l-sdgs-group .l-sdgs-group__summary ul > li {
  font-size: 16px;
  line-height: 1.5625;
  padding-left: 26px;
  position: relative;
  margin-bottom: 10px;
}

.l-sdgs-group .l-sdgs-group__summary ul > li:last-child {
  margin-bottom: 0;
}

.l-sdgs-group.is-orange .l-sdgs-group__summary > h2 {
  color: #f5a20b;
}

.l-sdgs-group.is-orange .l-sdgs-group__summary ul > li::before {
  content: '';
  display: block;
  background: url(../img/sdgs/circle1.png) no-repeat center center;
  height: 14px;
  width: 14px;
  position: absolute;
  left: 0;
  top: 4px;
}

.l-sdgs-group.is-green-red .l-sdgs-group__summary > h2 span:nth-child(1) {
  color: #1b973a;
}

.l-sdgs-group.is-green-red .l-sdgs-group__summary > h2 span:nth-child(2) {
  color: #c50e28;
}

.l-sdgs-group.is-green-red .l-sdgs-group__summary ul > li::before {
  content: '';
  display: block;
  background: url(../img/sdgs/circle2.png) no-repeat center center;
  height: 14px;
  width: 14px;
  position: absolute;
  left: 0;
  top: 4px;
}

.l-sdgs-group.is-red-orange .l-sdgs-group__summary > h2 span:nth-child(1) {
  color: #970a31;
}

.l-sdgs-group.is-red-orange .l-sdgs-group__summary > h2 span:nth-child(2) {
  color: #ec6a06;
}

.l-sdgs-group.is-red-orange .l-sdgs-group__summary ul > li::before {
  content: '';
  display: block;
  background: url(../img/sdgs/circle3.png) no-repeat center center;
  height: 14px;
  width: 14px;
  position: absolute;
  left: 0;
  top: 4px;
}

.l-sdgs-group.is-yellow-blue-green .l-sdgs-group__summary > h2 span:nth-child(1) {
  color: #26bde2;
}

.l-sdgs-group.is-yellow-blue-green .l-sdgs-group__summary > h2 span:nth-child(2) {
  color: #d39206;
}

.l-sdgs-group.is-yellow-blue-green .l-sdgs-group__summary > h2 span:nth-child(3) {
  color: #0075ba;
}

.l-sdgs-group.is-yellow-blue-green .l-sdgs-group__summary > h2 span:nth-child(4) {
  color: #28a838;
}

.l-sdgs-group.is-yellow-blue-green .l-sdgs-group__summary ul > li::before {
  content: '';
  display: block;
  background: url(../img/sdgs/circle4.png) no-repeat center center;
  height: 14px;
  width: 14px;
  position: absolute;
  left: 0;
  top: 4px;
}

.l-sdgs-group.is-blue .l-sdgs-group__summary > h2 {
  color: #023067;
}

.l-sdgs-group.is-blue .l-sdgs-group__summary ul > li::before {
  content: '';
  display: block;
  background: url(../img/sdgs/circle5.png) no-repeat center center;
  height: 14px;
  width: 14px;
  position: absolute;
  left: 0;
  top: 4px;
}

.l-sdgs-group:nth-child(odd){
  background-color: #f7f8f8;
}

.l-sdgs-group__summary {
  margin-left: auto;
  margin-right: auto;
  width: 826px;
}



@media screen and (max-width:767px) {
	.pc{display: none;}
	.sp{display: inline;}
	#spContent{
		display: block;
	}
	#logoMarche,#lavaNav{
		display: none;
	}
	#spContent {
		background: url(../../../../marche/sp/common/img/shared/bg_header_750.png) no-repeat;
		background-size: cover;
		height: 71px;
		position: fixed;
		width: 100%;
		z-index: 9999;
		top: 0;
	  }
	/* Nav items */
	:root {
		--background-navbar: #fcf99f;
	  }
	#headerContent{
		height: 71px;
		z-index: 27;
	}
	#home{
		display: block;
		width: 250px;
		height: 60px;
	}
	.menu {
		list-style: none;
		position: absolute;
		width: 100%;
		height: auto;
		top: 0;
		margin-top: 60px;
		padding: 0 0 10px 0;
		clear: both;
		background: var(--background-navbar);
		transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
		transform: scale(1, 0);
		transform-origin: top;
	}
	
	/* Hamburger menu button */
	.menu-btn:checked ~ .menu {
		transform: scale(1, 1);
		transform-origin: top;
		transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
	}
	
	/* Hamburger menbu text */
	.menu a {
		text-decoration: none;
		font-weight: 500;
		letter-spacing: 2px;
		font-size: 16px;
		text-transform: capitalize;
		color: #313131;
		opacity: 0;
		transition: 0.5s;
	}
	
	.menu li {
		border-top: 1px solid rgb(75, 75, 75);
		padding: 15px 0;
		margin: 0 54px;
		opacity: 0;
		transition: 0.5s;
	}
	
	.menu-btn:checked ~ .menu a,
	.menu-btn:checked ~ .menu li {
		opacity: 1;
		transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.2s;
	}
	
	.menu-btn {
		display: none;
	}
	
	.menu-icon {
		display: inline-block;
		position: absolute;
		cursor: pointer;
		padding: 18px 6px;
		-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
		top: 13px;
		right: 10px;
		background: #fff;
		}
	
	.navicon {
		background: #ddd;
		display: block;
		height: 2px;
		width: 35px;
		position: relative;
		transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
		}
	
	.navicon:before,
	.navicon:after {
		content: "";
		display: block;
		height: 100%;
		width: 100%;
		position: absolute;
		background: #ddd;
		transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
	}
	
	.navicon:before {
		top: 8px;
		}
	
	.navicon:after {
		bottom: 8px;
		}
	
	/* Hamburger Menu Animation Start */
	.menu-btn:checked ~ .menu-icon .navicon:before {
		transform: rotate(-45deg);
	}
	
	.menu-btn:checked ~ .menu-icon .navicon:after {
		transform: rotate(45deg);
	}
	
	.menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before {
		top: 0;
	}
	.menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
		bottom: 0;
	}
	
	.menu-btn:checked ~ .menu-icon .navicon {
		background: rgba(0, 0, 0, 0);
		transition: 0.2192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
	}
	/* Hamburger Menu Animation End */
	#headerContent,#headerBlue,.wave{
		min-width: unset;
	}
	#headerContent header{
		width: 100%;
	}
	#btnLow{
		display: none;
	}
	#gnavi{
		display: block;
		margin-bottom: 20px;
	}
	/* gnavi */
	#gnavi {
		margin-bottom: 20px;
	}

	#gnavi .boxBtns {
		margin: 0 auto;
		overflow: hidden;
		/*width: 291px;*/
		width: 90.625%;
		zoom: 1;
	}

	#gnavi .boxBtns:after {
		content: ".";
		display: block;
		clear: both;
		height: 0px;
		visibility: hidden;
	}

	#gnavi .boxBtns div {
		width: 100%;
	}

	#gnavi .boxBtns li {
		float: left;
		/*margin: 0 3px 3px 0;*/
		margin-bottom: 1.2%;
		margin-right: 1.2%;
		width: 49.4%;
	}

	#gnavi .boxBtns li a img {
		display: block;
		height: auto;
		width: 100%;
	}

	#gnavi .boxBtns li:nth-child(2) {
		margin-right: 0;
	}

	#gnavi .boxBtns li:nth-child(3) {
		margin-bottom: 0;
	}

	#gnavi .boxBtns li:nth-child(4) {
		margin-right: 0;
		margin-bottom: 0;
	}
	#bodyContent{
		width: 100%;
		min-width: unset;
		padding-top: 90px;
	}
	#headerContent ul {
		width: auto;
	}
	#btnLow div{
		width: 100%;
	}
	#footerContent{
		gap: 10px;
	}
	#footerContent img{
		width: 45%;
	}
}