@charset "utf-8";
/* CSS Document */

@font-face{
	font-family: 'Noto Sans JP';
	font-style: normal;
	font-weight: 300;
	src:
		local("Noto Sans CJK JP"),
		url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff2) format('wffo2'),
		url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff) format('wffo'),
		url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.otf) format('opentype');
}


html{
	font-size: 62.5%;/*16px x 62.5%=10px*/
	background: #ffffff;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#e0dfde+0,f5f5f5+27,f5f5f5+50,f5f5f5+73,e0dfde+100 */
	background: #ffffff; /* Old browsers */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0dfde', endColorstr='#e0dfde',GradientType=1 ); /* IE6-9 */
		scroll-behavior: smooth;
}

body{
	font-family: 'Noto Sans JP', sans-serif;
    font-feature-settings: "palt";
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    font-size: 1.6rem;
	line-height: 2.4rem;
	color: #3d3a39;
}
a{
   text-decoration: none;
    transition: all .2s;    
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
}
a:hover{
    opacity:0.5;
}
/*-------------------------
*utility
--------------------------*/
.inner{
	text-align: center;
}
.text-end{
	text-align: end;
}
.table-right{
	text-align: right;
}

/* spで表示させるもの */
.sp-none{
	display: none;
}
.sp2-none{
	display: none;
}
/* pcで表示させるもの */

.hiden{
	visibility: hidden;
}

.spacing-bottom{
	margin-bottom: 100px;
}
.spacing-bottom50{
	margin-bottom: 50px;
}
.title{
	appearance:none;
    -webkit-appearance:none;
    -moz-appearance:none;	
	margin-bottom: 30px;
	font-size: 2.4rem;
	font-weight: 500;
}
.img{
	width: 100%;
	height: auto;
}
.reset{
	appearance:none;
    -webkit-appearance:none;
    -moz-appearance:none;
	color: #3d3a39;
}

.page_top_btn {
  position: fixed;
  z-index: 2000;
  width: 100px;
  height: 55px;
  bottom: 10px;
  right: 10px;
  font-weight: bold;
  padding-top: 17<px;
  text-align: center;
  background: #6CAF2F;
  color: #fff;
  font-size: 1.2rem;
  transition: 0.3s0;
}

/* マウスオーバー時 */
.page_top_btn:hover {
  background: rgb(255, 0, 0, 0.8);
  color: rgb(255, 255, 255, 0.8);
}
/*-------------------------
* /utility
--------------------------*/


/*-------------------------
* ourActivity
--------------------------*/
.subHeader-oa{
	margin-top: 200px;
/*--	top: 160px; --*/
	width: 100%;
	height: 5900px;
}
.navSubfix{
	position: sticky;
	top: 140px;
	height: auto;
	z-index: 500;
}
.navSubBox{
	display: flex;
	justify-content: center;
	width: 100%;
	height: 30px;
	margin: 10px auto 0;
}
.navSub1{
	font-size: 1.7rem;
	padding-left: 35px;
}
.moreBoxOA{
	margin: 20px auto;
	border: 1px solid #3d3a39;
	width: 80px;
	border-radius: 5px;
}

.Abox{
	padding-top: 100px;
}

.noImg{
	width: 120px;
}
.SDGsBox{
	margin:0 auto 150px;
}
.SDGsTitle1{
	font-size: 3.8rem;
	line-height: 8rem;
}
.SDGsTitle2{
	
	width: 150px;
	height: 360px;
	writing-mode: vertical-rl;
	text-align: right;
	font-size: 4.4rem;
	line-height: 8rem;
}
.SDGsTitle3{
	
	width: 150px;
	height: 570px;
	writing-mode: vertical-rl;
	text-align: right;
	font-size: 4.4rem;
	line-height: 5rem;
}
.SDGsTitleBox{
	display: flex;
	width: 800px;
	margin: 0 auto;
	align-items: center;
}
.SDGsImgBox{
	width: 800px;
	height: auto;
	margin:0 auto  30px;
}
.SDGsText{
	width: 800px;
	line-height: 3.2rem;
	margin: 0 auto;
}
.STCbox{
	width: 800px;
	margin: 0 auto;
}
.STC{
	width: 180px;
}
.AboxTitle{
	font-size: 4.4rem;
	line-height: 6.6rem;
	margin-bottom: 50px;
}
.AboxaTitleSub{
	font-size: 2.4rem;
	line-height: 3.6rem;
	margin-bottom: 50px;
}
.challengeBox{
	display: flex;
	justify-content: center;
}
.challengeText{
	width: 350px;
	margin-right: 25px;
	line-height: 3.2rem;
}
.BaraBox{
	width: 500px;
}
.yunyuBox{
	width: 750px;
	margin: 20px auto 50px;
}
/*-------------------------
* challenge
--------------------------*/

.cBox{
	margin-bottom: 200px;
}

.cBox2{
	position: relative;
}
.cTitle{
	font-size: 4.4rem;
	margin-bottom: 50px;
}

.eventBox{
	margin: 0 auto;
	font-size: 2rem;
}

.Cday{
	width: 170px;
	height: 50px;
}

.winBox{
	display: flex;
	justify-content: center;
}

.winBox2{
	margin: 0 20px 50px 20px;
	line-height: 2.5rem;
}

.winImg{
	width: 260px;
	height: 200px;
	border: 1px solid #CED3D5FF;
}

.winLine{
	width: 240px;
	height: 1px;
	background: #3d3a39;
	margin: 0 10px ;
}
.HellowBox2{
	width: 645px;
	margin: 0 auto;
	line-height: 3rem;
	font-size: 1.4rem;
}
.jushoText{
	font-size: 1rem;
	margin: 0 auto;
}
.jushoY{
	width: 40px;
	font-weight: 500;
	border-bottom: 1px solid #3d3a39;
}
.jushoC{
	width: 160px;
	font-weight: 500;
	border-bottom: 1px solid #3d3a39;
}
.jushoT{
	width: 190px;
	font-weight: 500;
	border-bottom: 1px solid #3d3a39;
}
.jushoF{
	width: 100px;
	font-weight: 500;
	border-bottom: 1px solid #3d3a39;
}
.jushoF2{
	width: 150px;
	font-weight: 500;
	border-bottom: 1px solid #3d3a39;
}

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

	.sp-none{
		display: none;
	}
	.pc-none{
		display: block;
	}
	.wrapper{
		width: 100%;
		overflow: hidden;
	}
	.spCoLogo{
		margin:10px;
	}
	.nav2{
		display: none;
	}
	.nav-title{
		width: 80vw;
		margin: 0 auto;
		font-size: 1.2rem;
		line-height: 2rem;
		font-family: ;
		border-bottom: 1px solid #898886;	  
	}
	.nav-title2{
		width: 80vw;
		margin: 0 auto;
	    padding: 2em 0em;
		border-bottom: 1px solid #898886;
	}
	.navSpBox{
		display: flex;
		position: fixed;
		justify-content: space-between;
		top: 0;
		background-color: #fff;
		z-index: 1500;
		width: 100vw;
	}
	.navTitleE{
		font-size: 1.5rem;
		font-weight: 400;
	}
	.navTitleJ{
		font-size: 1.1rem;
		font-weight: 400;
		padding-left: 20px;
	}
	.cloumn{
		justify-content:flex-start;
		margin: 0 25px;
	}
	.spSpacing{
		margin-left: 10px;
	}
	.spSpacingLast{
		margin-right: 10px;
	}
	.spacing-bottom{
	margin-bottom: 130px;
	}
	/*-------------------------
	*nav-sp
	--------------------------*/
	.header {
		background: #fff;
	}
	.concept{
	width: 80vw;
	padding-top: 10px;
	margin:0 auto;
}
	.burger{
		display: flex;
		right: 10px;
		align-items: center;
	}
	/* ここから下がハンバーガーメニューに関するCSS */
	/* チェックボックスを非表示にする */
	.drawer_hidden {
	  display: none;
	}
	
	/* ハンバーガーアイコンの設置スペース */
	.drawer_open {
	  display: flex;
	  height: 60px;
	  width: 60px;
	  justify-content: center;
	  align-items: center;
	  position: relative;
	  top: 10px;
	  right: 20px;
	  z-index: 100;/* 重なり順を一番上にする */
	  cursor: pointer;
	}
	
	/* ハンバーガーメニューのアイコン */
	.drawer_open span,
	.drawer_open span:before,
	.drawer_open span:after {
	  content: '';
	  display: block;
	  height: 3px;
	  width: 25px;
	  border-radius: 3px;あc
	  background: #333;
	  transition: 0.5s;
	  position: absolute;
	}
	
	/* 三本線の一番上の棒の位置調整 */
	.drawer_open span:before {
	  bottom: 8px;
	}
	
	/* 三本線の一番下の棒の位置調整 */
	.drawer_open span:after {
	  top: 8px;
	}
	
	/* アイコンがクリックされたら真ん中の線を透明にする */
	#drawer_input:checked ~ .drawer_open span {
	  background: rgba(255, 255, 255, 0);
	}
	
	/* アイコンがクリックされたらアイコンが×印になように上下の線を回転 */
	#drawer_input:checked ~ .drawer_open span::before {
	  bottom: 0;
	  transform: rotate(45deg);
	}

	#drawer_input:checked ~ .drawer_open span::after {
	  top: 0;
	  transform: rotate(-45deg);
	}
	  
	/* メニューのデザイン*/
	.nav_content {
	  width: 100%;
	  height: 100%;
	  position: fixed;
	  padding: 0 10px;
	  top: 20px;
	  left: 100%; /* メニューを画面の外に飛ばす */
	  z-index: 99;
	  background: #fff;
	  transition: .5s;
	}
	
	/* メニュー黒ポチを消す */
	.nav_list {
	  list-style: none;
	  width: 100vw;
	  margin: 0;
	  padding: 0;
  }
	
	/* アイコンがクリックされたらメニューを表示 */
	#drawer_input:checked ~ .nav_content {
	  left: 0;/* メニューを画面に入れる */
	}
	.snssBox{
		display: flex;
		width: 80vw;
		margin: 0 auto;	
		margin-top: 20px;
		padding-bottom: 10px;
		border-bottom: 1px solid #898886;
	}
	
	.sns{
		width: 70px;
		height: auto;
		margin-right: 5px;
	}

	.accordion-002 {
    max-width: 849px;
    margin-bottom: 7px;
}

	.accordion-002 summary {
	    display: flex;
	    align-items: center;
	    position: relative;
	    padding: 1.5em 0em; 
	    background-image: url(../images/top/Plus.png);
	    background-position: right calc(2em - 7px) center;
	    background-size: 15px;
	    background-repeat: no-repeat;
	    cursor: pointer;
	}
	
	.accordion-002 summary::-webkit-details-marker {
	    display: none;
	}
	
	.accordion-002 summary::before,
	.accordion-002 summary::after {
	    position: absolute;
	    right: calc(2em + 2.5px);	
	    content: '';
	}
	
	
	.accordion-002 p {
	    transform: translateY(-10px);
	    opacity: 0;
	    margin: 0;
	    color: #3d3a39;
	    transition: transform .5s, opacity .5s;
	}
	
	.accordion-002[open] p {
	    transform: none;
	    opacity: 1;
	}

	

	/*-------------------------
	* /nav-sp
	--------------------------*/


	/*-------------------------
	*challenge
	--------------------------*/
	.subHeader-oa{
	margin-top: 130px;
	width: 100%;
	height: auto;
}
	.spacing-bottom{
		margin-bottom: 60px;	
	}
	.navSubfix{
	position: sticky;
	top: 80;
	z-index: 500;
}
	.navSubBox{
		width: 90vw;
	}
	.navSub1{
		font-size: 1.5rem;
	}
	.AboxTitle{
		width: 90vw;
		font-size: 2.5rem;
		line-height: 3.5rem;
		margin:0 auto 30px;
	}
	.AboxaTitleSub{
		width: 90vw;
		font-size: 1.4rem;
		line-height: 2.8rem;
		margin:0 auto 30px;
	}
	.SDGsBox{
		display: block;
		width: 90vw;
		margin:0  auto 140px;
	}
	.SDGsBox2{
		display: block;
		flex-direction:row;
		width: 90vw;
		margin:0  auto 140px;
	}
	.noImg{
		width: 80px;
		margin-right: 10px;
	}
	.SDGsImgBox{
		width: 90vw;
		margin-bottom: 30px;
	}
	.SDGsTitle1{
	/*display: table-cell;
	vertical-align: middle;
	*/
		width: auto;
		height: auto;
		writing-mode: horizontal-tb;
		text-align: left;
		font-size: 2.5rem;
		line-height: 4rem;
		margin-bottom: 30px;
	}
	.SDGsTitle2{
		/*display: table-cell;
		vertical-align: middle;
		*/
		width: auto;
		height: auto;
		writing-mode: horizontal-tb;
		text-align: left;
		font-size: 2.5rem;
		line-height: 4rem;
		margin-bottom: 30px;
	}
	.SDGsTitle3{
		/*display: table-cell;
		vertical-align: middle;
		*/
		width: auto;
		height: auto;
		writing-mode: horizontal-tb;
		text-align: left;
		font-size: 2.5rem;
		line-height: 4rem;
		margin-bottom: 30px;
	}
	.SDGsText{
		width: 90vw;
		font-size: 1.4rem;
		line-height: 2.8rem;
		margin-bottom: 30px;
	}
	.challengeBox{
		display: block;
		justify-content: center;
	}
	.challengeText{
		width: 90vw;
		margin:0 auto 30px;
		font-size: 1.4rem;
		line-height: 2.8rem;
	}
	.BaraBox{
		width: 90vw;
		margin: 0 auto;
	}
	.yunyuBox{
		width: 90vw;
		margin: 0 auto;
	}
	
	/*-------------------------
	* /ourPartner
	--------------------------*/
	/*-------------------------
	*challenge
	--------------------------*/
		.cBox{
		margin-bottom: 130px;
	}
	.cBox:last-child{
		margin-bottom: 230px;
	}
	.eventBox{
		font-size: 1.2rem;
	}
	
	.Cday{
		width: 100px;
	}
	
/*	.moreBox{
		width: 40px;
		height: 20px;
	}*/
	.moreText{
		font-size: 1rem;
	}
	
	.winBox{
		flex-direction: column;
		width: 225px;
		margin: 0 auto;
	}
	
	.winBox2{
	margin:25px 0;
	line-height: 2.5rem;
	}
	
	.winImg{
	width: 225px;
	height: 170px;
	}
	.winText{
		font-size: 1.2rem;
	}
	
	.winLine{
	width: 205px;
	height: 1px;
	background: #3d3a39;
	margin: 0 10px ;
	}
	.HellowBox2{
	width: 90vw;
	margin: 0 auto;
	line-height: 3rem;
	font-size: 1.4rem;
}
	
}

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

		.sp-none{
			display: block;
		}
		.pc-none{
			display: none;
		}
		.jushoText{
			line-height: 1.2rem;
		}
		.jushoT{
			width: 90px;
	}
		.jushoF{
			width: 50px;
		}
		.jushoF2{
			width: 100px;
	}
}