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


/*フォント*/
.mincho{
    font-family: 'Shippori Mincho', serif;
    }
    
/*フォント*/
.mincho02{
  font-family: 'Noto Serif JP', serif;
  }
      

  body.open{
    position: fixed;

  }
    

/*-----------------------------------------------------------*/
/*ヘッダー*/

ul{
    list-style: none;
}

#header_wrap{
	width: 100%;

}

#header_wrap #header{
	width: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

#header_wrap #header h1{
	line-height: 1;
	position: absolute;
	left: 3.51vw;/*52*/
}

#header_wrap #header h1 img{
	width: 100%;
	height: auto;
}

#header_wrap #header .nav_inner{


}

#header_wrap #header .nav_inner ul{
	list-style: none;
	justify-content: center;
	align-items: center;
  width: 90%;
  margin: auto;
  margin-bottom: 20px;
}

#header_wrap #header .nav_inner ul li{
}

#header_wrap #header .nav_inner ul li:first-child{
	margin-left: 0;
}

#header_wrap #header .nav_inner ul li:last-child{
	margin-right: 0;
}

#header_wrap #header .head_contact{
	height: 7.16vw;/*106*/
}

#header_wrap #header .head_contact img{
	width: auto;
	height: 100%;
}

#header_wrap #header .nav_inner ul li a{
  font-size: 1.6rem;

	
}


.accordion {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    width: 100%;
    margin-top: 20px;
    margin-right: 30px;
  }
  .accordion-title {
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    padding: 20px 20px;
  }
  .accordion-content {
    display: none;
    padding: 10px 20px;
    position: relative;
  }


  .accordion-content ul li {
      position: relative;
      margin-right: 10px;
      border-bottom: 1px solid #c7c7c7;
      padding-bottom: 10px;
    margin-top: 10px;
  }

  .accordion-content ul li::before {
    content:'▶';
    color:#8bbfb1;
    margin-right: 8px;
}


.accordion-content ul.con li::before {
    content:'▶';
    color:#ed9844;
}


  .accordion-content .inner {
    margin-top: 20px;
    
      
   
  }

  .accordion-content p {
    font-size: 13px;
    line-height: 1.5;
    
  }
  .accordion-item{
      width:324px;
      margin-right: 20px;
  }

  .accordion-container{
      display: flex;
      justify-content: flex-end;
  }



  /* タイトルの背景色 */
  .accordion-item:nth-of-type(1) .accordion-title {
    z-index: 1;
    background : #6eaf9e;
    

    border-radius : 21px;
    -moz-border-radius : 21px;
    -webkit-border-radius : 21px;
    filter: alpha(opacity=80) progid:DXImageTransform.Microsoft.Alpha(opacity=80) ;
  }
  .accordion-item:nth-of-type(2) .accordion-title {
    z-index: 1;
    background : #e87e15;
    

    border-radius : 21px;
    -moz-border-radius : 21px;
    -webkit-border-radius : 21px;
    filter: alpha(opacity=80) progid:DXImageTransform.Microsoft.Alpha(opacity=80) ;
  }


  /* コンテンツボックスの枠線 */
  .accordion-item:nth-of-type(1) .accordion-content {
    background-color: #fff;
    height: 100px;
    top: -20px;

    border-radius: 0 0 21px 21px;
  }
  .accordion-item:nth-of-type(2) .accordion-content {
    background-color: #fff;
    height: 100px;
    top: -20px;

    border-radius: 0 0 21px 21px;
  }


  /* 矢印 */
  .accordion-title {
    position: relative;
  }
  .accordion-title::after {
    border-right: solid 2px #fff;
    border-top: solid 2px #fff;
    content: "";
    display: block;
    height: 8px;
    position: absolute;
    right: 25px;
    top: 38%;
    transform: rotate(135deg);
    transition: transform .3s ease-in-out, top .3s ease-in-out;
    width: 8px;
  }
  .accordion-title.open::after {
    top: 45%;
    transform: rotate(-45deg);
  }


dl.btn01 {
    display: flex;
    align-items: center;
    background : #6eaf9e;
    color: #fff;
    padding: 8px;
    border-radius: 30px;
}


dl.ore{
  display: flex;
 align-items: center;
  background : #e87e15;
  color: #fff;
  padding: 8px;
  border-radius: 30px;
}


dl.btn01 dt{
    width: 20%;
    text-align: center;
}

dl.btn01 dt.rec img{
    width: 28px;
}


dl.btn01 dd{
    width: 80%;
    text-align: center;
    font-size: 20px;
    
}

/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/

#all_wrap{
    
    width: 100vw;

}

#all_wrap::before{
  content: '';
  position: absolute;
  background: url(./image/index/img_bg.jpg) no-repeat;
  background-size: contain;
  width: 100%;
  height: 80%;
  filter: brightness(0.6);
  z-index: -1;

}


#contents section{
    width: 100%;

    overflow: hidden;

}

#contents section .inner{
    width: calc( 100% - 5.0vw );
    padding: 2.5vw;
    margin-top: 100px;
}

#contents section .inner h2{
    font-family: 'Sawarabi Gothic', sans-serif;
    font-size: 2.0vw;
    text-align: center;
    margin-bottom: 2.0vw;
}


/*-----------------------------------------------------------*/

.block01{


}

.block01 p{
    color: #fff;
    text-align: center;
    font-size: 1.0em;
    margin-top: 100px;
    

}

.block01 .inner dl{
    justify-content: center;
    text-align: center;
}

.block01 .inner dl img{
  width: 100%;
    
}

.block01 .inner dl dt{
 padding: 10px 20px;
  
}

.block01 .inner dl dd{

    padding: 10px 20px;
}







.block02{
    width: 100%;
    background-color: #fff;


}

.sdgs_box{

  border: 2px solid#c7c7c7;
  background-color: #fff;
  padding: 20px; 
  border-radius: 20px;
  margin: 50px 30px;

}

.sdgs_box .left{
   

}

.sdgs_box .right{   
}

.sdgs_box .left dl{

}

.sdgs_box .left dl dt{

  display: flex;
  align-items: center;
  justify-content: space-around;
  margin-bottom: 16px;

}

.sdgs_box .left dl dt img{
  width: 16%;

}

.sdgs_box .left dl dd{
    line-height : 23.33px;
    margin-bottom: 10px;

 }

 .sdgs_box .left dl dd p{
    font-size: 24px;
    margin-bottom: 20px;
 
 }

 ul.menu01 li{
  position: relative;
  margin-right: 10px;
  border-bottom: 1px solid #c7c7c7;
  padding-bottom: 20px;
  margin-top: 20px;
 }

 ul.menu01 li::before {
  content: '▶';
  color: #6eaf9e;
  margin-right: 10px;
}

ul.con li::before {
  content: '▶';
  color: #e87e15;
  margin-right: 10px;
}

.sub_menu{
  width: 90%;
  margin: auto;
}
