@charset "UTF-8";

.main_img { width: 100%;}
.main_img > div.main_Block {
position: relative;
width: 100%;
height: 0;
padding-top: 20%;
background: url(../img/ttl_img.jpg) no-repeat center top;
background-size: cover;
}
.main_img h2 {
display: block;
position: absolute;
top: 50%;
left: 50%;
max-width: 1000px;
width: 90%;
color: #fff;
font-size: 50px;
font-weight: 600;
letter-spacing: 0.3em;
text-shadow: 0 2px 5px rgba(0,0,0,.5);
transform: translate(-50%,-50%);
}

.ttl {
display: block;
padding: 0 0 15px;
color: #29b729;
font-size: 26px;
font-weight: 600;
line-height: 1;
}

.greeting_Area {
padding: 70px 0 0;
}
.greeting_Area .txt {
width: 64%;
margin-right: 4%;
}
.greeting_Area .txt p {
line-height: 1.5;
margin-bottom: 0.5em;
}
.greeting_Area figure {
width: 32%;
}

.outline_Area {
/*padding: 70px 0 100px;*/
padding: 100px 0;
}
.outline_List {}
.outline_List li { width: 100%;}
.outline_List li:nth-child(odd) { background-color: #eef5ee;}
.outline_List dl {
display: flex;
justify-content: flex-start;
align-items: center;
width: 100%;
padding: 30px 20px 25px;
box-sizing: border-box;
}
.outline_List dt,
.outline_List dd {
font-size: 16px;
line-height: 1.5;
}
.outline_List dt {
width: 20%;
font-weight: 600;
}
.outline_List dd { width: 80%;}
.outline_List .com_ttl dl {
    padding: 5px 20px 5px;
}
.outline_List .com_ttl dd {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 5px 0;
}
.outline_List .com_ttl dd a {
    transition: 0.3s;
    text-decoration: none;
    border-bottom: none;
}
.outline_List .com_ttl dd a:hover {
    opacity: 0.7;
}
.outline_List dd .icon {
    width: 70px;
}
.outline_List a {
display: inline-block;
margin-left: 10px;
color: #29b729;
border-bottom: 1px solid #29b729;
}
.outline_List a:hover { border-bottom: 1px solid rgba(0,0,0,0);}

.bussiness_Area {
justify-content: flex-start;
align-items: flex-start;
padding: 0 0 100px;
}
.bussiness_Area article > p,
.bussiness_Area article > figure { width: 48%;}
.bussiness_Area article > p {
margin-right: 4%;
font-size: 16px;
line-height: 2;
text-align: justify;
}
.bussiness_Area figcaption {
  padding: 8px 0 0;
  font-size: 12px;
}

.bussiness_Area .att {
    margin-top: 40px;
}
.bussiness_Area .att .indent-1 {
    text-indent: -1em;
    padding-left: 1em;
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 1.4;
    margin-bottom: 5px;
}
.bussiness_Area .att .indent-1 a {
    text-decoration: underline;
    color: #176917;
    transition: 0.3s;
}
.bussiness_Area .att .indent-1 a:hover {
    text-decoration: none;
}

.bg {
width: 100%;
padding: 50px 0;
background-color: #eef5ee;
}
.sdgs_Area h3 { text-align: center;}
.sdgs_Ligo {
justify-content: center;
align-items: flex-start;
padding: 0 0 30px;
}
.sdgs_Ligo li { max-width: 180px;}
.sdgs_Ligo li:not(:last-child) { margin-right: 15px;}
.sdgs_Area p {
padding: 0 0 20px;
font-size: 16px;
line-height: 2;
text-align: justify;
}
.sdgs_Area a {
  color: #29b729;
  text-decoration: underline;
}
.sdgs_Area a:hover { text-decoration: none;}
.sdgs_Area dl:not(:last-of-type) { padding: 0 0 20px;}
.sdgs_Area dt {
color: #29b729;
font-size: 18px;
font-weight: 600;
}
.sdgs_Area dd {
font-size: 16px;
line-height: 2;
text-align: justify;
}

.green_Btn {
display: block;
position: relative;
max-width: 300px;
padding: 20px 0;
margin: 60px auto 0;
background-color: #29b729;
border-radius: 50px;
box-sizing: border-box;
transition: .3s;
}
.green_Btn::after {
display: block;
content: '';
position: absolute;
top: 50%;
right: 20px;
width: 10px;
height: 10px;
border-top: 3px solid #fff;
border-right: 3px solid #fff;
transform: translateY(-50%) rotate(45deg);
transition: .3s;
}
.green_Btn p {
color: #fff;
font-size: 20px;
font-weight: 600;
line-height: 1;
letter-spacing: 0.2em;
text-align: center;
}
.green_Btn:hover { opacity: .6;}
.green_Btn:hover::after { right: 15px;}

.green_Btn_pdf {
display: block;
position: relative;
max-width: 300px;
padding: 20px 0;
margin: 60px auto 0;
background-color: #fff;
border: 4px solid #29b729;
border-radius: 50px;
box-sizing: border-box;
transition: .3s;
}
.green_Btn_pdf::after {
display: block;
content: '';
position: absolute;
top: 50%;
right: 20px;
width: 25px;
height: 30px;
background: url(../img/icon_pdf.png) no-repeat center center;
background-size: cover;
transform: translateY(-50%);
transition: .3s;
}
.green_Btn_pdf p {
color: #29b729;
font-size: 20px;
font-weight: 600;
line-height: 1;
letter-spacing: 0.2em;
text-align: center;
}
.green_Btn_pdf:hover { opacity: .6;}

.powerplant_Btn { margin-bottom: 80px;}

/* モーダル：地図 */
.modal{
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
}
.modal__bg{
  background: rgba(0,0,0,0.8);
  height: 100vh;
  position: absolute;
  width: 100%;
}
.modal__content{
  left: 50%;
  padding:0 40px;
  position: absolute;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 70%;
}
.modal__content a{
  position: absolute;
  top: 105%;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  font-size: 15px;
  letter-spacing: 4px;
  border: solid 1px #fff;
  padding: 10px 20px 10px 25px;
}
.modal__content video{ width: 100%; }


@media only screen and (max-width: 767px) {
.main_img > div.main_Block { padding-top: 30%;}
.main_img h2 { font-size: 28px;}

.ttl {
padding: 0 0 10px;
font-size: 22px;
}

.greeting_Area {
padding: 60px 0 0;
}
.greeting_Area .flex {
flex-direction: column;
}
.greeting_Area .txt {
width: 100%;
margin-right: 0;
margin-bottom: 20px;
}
.greeting_Area .txt p {
font-size: 14px;
}
.greeting_Area figure {
width: 100%;
}


.outline_Area { padding: 60px 0;}
.outline_List dl {
flex-direction: column;
justify-content: flex-start;
width: 100%;
padding: 20px;
}
.outline_List dt,
.outline_List dd {
width: 100%;
font-size: 14px;
}
.outline_List dt {
width: 100%;
padding: 0 0 8px;
border-bottom: 1px dotted #888;
}
.outline_List dd {
width: 100%;
padding: 8px 0 0;
}

.bussiness_Area { padding: 0 0 60px;}
.bussiness_Area > article{ flex-direction: column;}
.bussiness_Area article > p,
.bussiness_Area article > figure { width: 100%;}
.bussiness_Area article > p {
margin: 0 0 10px;
font-size: 14px;
}

.bg { padding: 40px 0;}
.sdgs_Area h3 {
line-height: 1.5;
text-align: center;
}
.sdgs_Ligo { padding: 0 0 20px;}
.sdgs_Ligo li { max-width: 140px;}
.sdgs_Area p { font-size: 14px;}
.sdgs_Area dl:not(:last-of-type) { padding: 0 0 20px;}
.sdgs_Area dt { font-size: 16px;}
.sdgs_Area dd { font-size: 14px;}

.green_Btn {
max-width: 80%;
width: 100%;
padding: 14px 0;
margin: 30px auto 0;
}
.green_Btn > p {
font-size: 18px;
text-align: center;
}

.green_Btn_pdf {
max-width: 80%;
width: 100%;
padding: 14px 0;
margin: 30px auto 0;
}
.green_Btn_pdf p {
font-size: 18px;
text-align: center;
}
.powerplant_Btn { margin-bottom: 40px;}

/* モーダル：地図 */
.modal{
	display: none;
	height: 100vh;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9999;
	}
	.modal__bg{
	background: rgba(0,0,0,0.8);
	height: 100vh;
	position: absolute;
	width: 100%;
	}
	.modal__content{
	left: 50%;
	padding:0 0;
	position: absolute;
	top: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
	}
	.modal__content video{
	width:100%;
	height: auto;
	}
	.modal__content a{
	position: absolute;
	top: -55px;
	left: auto;
	right: 0;
	color: #fff;
	font-size: 50px;
	border: none;
	padding: 0;
	transform: none;
	}
}


@media only screen and (max-width: 767px) {
    .outline_List .com_ttl dl {
        padding: 15px 20px 10px;
    }
}

