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


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

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


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;
  position: relative;
}

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

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

#header_wrap #header .nav_inner{
	margin-right: 3.04vw;/*45*/
}

#header_wrap #header .nav_inner ul{
	list-style: none;
	display: flex;
	justify-content: center;
	align-items: center;
}

#header_wrap #header .nav_inner ul li{
	margin: 0 1.49vw;/*0 22*/
}

#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.01vw;/*15*/
	
}

#global-nav{
  display: none;
}


.accordion {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    width: 100%;
    margin-top: 20px;
    margin-right: 30px;
    position: absolute;
    top: 20px;
  }
  .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; */
    /* width: 290px; */
    background-color: #fff;
    padding: 20px;
    border-radius: 0 0 21px 21px;
    
      
   
  }

  .accordion-content p {
    font-size: 13px;
    line-height: 1.5;
    
  }
  .accordion-item{
      width:290px;
      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;
    font-size: 15px;
  }
  .accordion-item:nth-of-type(2) .accordion-content {
    background-color: #fff;
    height: 100px;
    top: -20px;

    border-radius: 0 0 21px 21px;
    font-size: 15px;
  }


  /* 矢印 */
  .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;

}

dl.btn01 dt{
    width: 20%;
}

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



dl.btn01 dd{
  width: 70%;
    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 center center / cover;
width: 100%;
height: 100%;
filter: brightness(0.6);
z-index: -1;

}


#contents {
  margin-top: 200px;
}

#contents section{
    width: 100%;
    margin: 2.0vw auto;
    overflow: hidden;

}

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

#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.8em;
    margin-bottom: 40px;
    letter-spacing: 2px;
    

}

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

.block01 .inner dl img{
    
}

.block01 .inner dl dt{
    width: 30%;
    padding: 30px;
  
}

.block01 .inner dl dd{
    width: 30%;
    padding: 30px;
}







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


}

.sdgs_box{
    border: 2px solid#c7c7c7;
    background-color: #fff;
    padding: 26px 44px;
    border-radius: 20px;
    display: flex;
    max-width: 838px;
    margin: 50px auto;

}

.sdgs_box .left{
   
    width: 60%;
}

.sdgs_box .right{
    width: 40%;
   
}

.sdgs_box .left dl{
    display: flex;
    align-items: center;
}



.sdgs_box .left dl dt{
   width: 20%;

}

.sdgs_box .left dl dd{
    width: 80%;
    padding: 0 30px;
    line-height : 23.33px;

 }

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