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

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
	box-sizing: border-box;
}
ul {
    list-style:none;
}
a {
    margin:0;
    padding:0;
    font-size:100%;
	color:inherit;
    text-decoration: none;
}
img{
	max-width: 100%;
	height: auto;
	vertical-align:top;
	}
body{
	font-family: 'BIZ UDPGothic', sans-serif;
	font-weight: 400;
	font-size:16px;
	letter-spacing: 1px;
	color: #333;
	line-height:1.5;
	height: 100%;
	text-align: justify;
	margin: 0 auto;
	background-position: bottom;
	}
.header-menu{
	position:fixed;
	background: #fff;
	width: 100%;
	height: 90px;
	top: 0;
	left: 0;
	z-index: 99;
	}
.header-inner{
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	margin: 0 auto;
	padding: 0 10px;
	padding-bottom: 8px;
	max-width: 1280px;
	height: 90px;
	}	
.ibelogo{
	width: 33%;
	padding-right: 25px;
}
.fukuisdgslogo{
	width: 33%;
	text-align: center;
	padding-right: 25px;
}
.logo img{
	width: 300px;
	height: auto;
	margin: 5px;
}
.fukuisdgslogo img{
	width: 305px;
	height: auto;
	margin: 5px;
}

.header-nav{
	margin: 0 auto;
}
.header-nav ul{
	display: flex;
	justify-content: center;
	margin-right: 10px;
	color: #4C9F38;
}
.header-nav li{
	text-align: center;
	padding: 0 15px;
	white-space: nowrap;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; 
}
.header-nav li:hover{
	color: #357956;
}
.ibesns ul{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.ibesns li{
	width: 30px;
	margin: 0 7px;
}
.headerline{
	background: url("images/sdgsline.png") border-box repeat-x bottom;
	height: 6px;
}
.topslide{
	background: url("images/back.png") border-box no-repeat;
	background-size:cover;
	margin-top: 90px;
	padding-top: 40px;
	text-align: center;
}
.topslide ul{
	width: 100%;
	height: 100%;
	align-items: flex-end;
}
.topslide li{
	width: 100%;
	margin: 0 auto;
	pointer-events: none;
}
.topslide-bottom{
	background: url("images/green_back.png") border-box repeat-x;
	height: 72px;
	text-align: center;
	padding-top: 12px;
	color: #fff;
	font-size: 24px;
	font-weight: 700;
	z-index: 1;
}
.inner{
	max-width: 1080px;
	margin: 30px auto;
	text-align: center;

}
h1{
	font-size: 26px;
	color: #1B6F4C;
	margin-top: 20px;
	font-weight: 700;
}
.goals01{
	background-color: rgba(27, 111, 76, 0.18);
	position: relative;
	color:  #1B6F4C;
	font-size: 24px;
	font-weight: 700;
	width: 100%;
	padding: 25px 60px 35px;
	margin: 20px 0;
}
.goals01 li{
	background-color: #fff;
	height: 45px;
	font-size: 21px;
	text-align: left;
	margin-top: 10px;
	padding: 7px 28px 0;
}

.goalsicon-all{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
}
.goalsicon-all li{
	width: 15.2%;
	height: auto;
	margin-right: 1.76%;
	margin-bottom: 1.76%;
}
.goalsicon-all li:nth-child(6n){
	margin-right: 0;
}
h2{
	font-size: 28px;
	font-weight: 700;
	text-align: left;
	color: #4C9F38;
	border-left: 10px solid #4C9F38;
	padding-left: 10px;
	margin: 50px 0 20px;
}
#sdgsgoals,#whatsdgs{
	display: block;
	position: relative;
	top: -100px;
	visibility: hidden;
}
.goalsnum{
	font-size: 55px;
	font-weight: 700;
	text-align: left;
	height: 75px;
	color: #1B6F4C;
}
.goals02{
	display: flex;
	text-align: left;
	align-items: flex-start;
	background-color: rgba(27, 111, 76, 0.18);
	padding: 40px;
	margin-bottom: 30px;
	border-radius: 10px;
}
.goals02 p{
	text-align: justify;
	line-height: 1.6;
}
.goals02 figure img{
	pointer-events: none;
}
.goals02 figure{
	position: relative;
	width: 45%;
	margin-right: 3%;
}
.goals02 figure figcaption{
	font-size: 13px;
	position: absolute;
	bottom: 5px;
	left: 10px;
	text-shadow: 
		1px 1px 1px #fff,
		-1px 1px 1px #fff,
		1px -1px 1px #fff,
		-1px -1px 1px #fff,
		1px 0px 1px #fff,
		0px 1px 1px #fff,
		-1px 0px 1px #fff,
		0px -1px 1px #fff;
}
.goalscontent{
	width: 52%;
}
.goals02 h3{
	font-size: 30px;
	font-weight: 700;
	color: #3F7E44;
	margin-bottom: 8px;
}
.goals-list{
	background-color: #fff;
	margin: 15px 0 20px;
	padding: 7px 10px;
}
.goals-list  li{
	color: #3F7E44;
	width: 100%;
	font-size: 20px;
	font-weight: 700;
	text-align: center;
}
.goals-icon{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}
.goals-icon li{
	width: 14.7%;
	height: auto;
	margin-right: 2.4%;
}

.goals-icon li:nth-child(6n){
	margin-right: 0;
}

.whatsdgs-p{
	text-align: justify;
	margin-bottom: 40px;
	line-height: 1.6;
}
.sdgslogo{
	width: 605px;
	hight: auto;
	margin-bottom: 30px;
}
.fukuisdgslogo02 img{
	width: 428px;
	margin: 80px 0 15px;
}
.fukuisdgslogo02 p{
	font-size: 25px;
	font-weight: 700;
	color: #357956;
}
.udfont{
	background-color: rgba(27, 111, 76, 0.18);
	width: 471px;
	font-size: 19px;
	font-weight: 700;
	margin: 50px auto 20px;
	padding: 15px;
	color: #357956;
}
.udfont img{
	width: 185px;
	height: 100%;
	margin-bottom: 10px;
}
.sitetop{
	position: fixed;
	background-color: #4C9F38;
	color: #fff;
	font-weight: 700;
	text-align: center;
	width: 100px;
	padding: 8px 8px 5px;
	border-radius: 8px 0 0 0 ;
	bottom: 0;
	right: 0;
	box-shadow: 0 0 8px rgb(27 111 76 / 0.3);
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; 
}
.sitetop:hover{
	background-color: #1B6F4C;
}
.copyright{
	text-align: center;
	font-size: 13px;
	margin-bottom: 120px;
}

.brpc{display:block}
.brtc{display:none}
.brsp{display:none}

.anime{
	opacity: 0;
}
.anime.fadeup{
	animation: fadeup 3s forwards;
}
@keyframes fadeup{
	0%{
		opacity: 0;
		transform: translateY(50px);
	}
	100%{
		opacity: 1;
		transform: translateY(0);
	}
}

/* タブレット横用 */
@media only screen and (min-width: 835px) and (max-width: 1024px) {

.header-nav ul{
	margin-right: 5px;
}
.header-nav li{
	padding: 0 10px;
	}
.inner{
	width: 100%;
	padding: 0 25px;
}
.goals02 h3{
	font-size: 28px;
}
.brpc{display:none}
.brtc{display:block}
.brsp{display:none}
}

/* タブレット用 */
@media only screen and (min-width: 641px) and (max-width: 834px) {
	
.header-menu{
	height: 65px;
	}
.header-inner{
	width: 100%;
	height: 65px
	}
.ibelogo img,.fukuisdgslogo img{
	margin-bottom: 0;
	}
.header02{
	flex-basis: 40%;
	}
.header-nav {
	font-size: 0.8rem;
}
.header-nav ul{
	margin-right: 0;
}
.header-nav li{
	padding: 0 8px;
}
.ibesns{
	width: 35%
}
.ibesns li{
	margin: 0 3px;
}
.topslide{
	margin-top: 65px;
	padding-top: 30px;
}
.topslide-bottom{
	background-size: 270%;
	background-position: bottom;
	height: 60px;
	line-height: 50px;
	padding-top: 0;
	font-size: 18px;
}
.inner{
	width: 100%;
	margin: 20px auto;
	padding: 0 25px;
}
.wheelimg{
	width: 20%;
	}
h1{
	font-size: 22px;
}
.goals01{
	font-size: 20px;
	padding: 15px 20px 20px;
	margin: 15px 0;
}
.goals01 li{
	height: 35px;
	font-size: 17px;
	padding: 4px 15px 0;
}
.miraibe{
	display: none;
}
h2{
	font-size: 23px;
	padding-left: 8px;
}
.goalsnum{
	font-size: 40px;
	height: 55px;
}
.goals02{
	padding: 30px;
}
.goals02 h3{
	font-size: 23px;
	margin-bottom: 5px;
}
.goals-list{
	margin: 10px 0 15px;
	padding: 7px 10px;
}
.goals-list li{
	font-size: 18px;
}
.fukuisdgslogo02 img{
	width: 400px;
	margin: 80px 0 10px;
}
.fukuisdgslogo02 p{
	font-size: 20px;
}
.udfont{
	font-size: 18px;
}	
.brpc{display:none}
.brtc{display:block}
.brsp{display:none}
}

/* スマートフォン用 */
@media screen and (max-width: 640px) {
	
	
.header-menu{
	position: static;
	width: 100%;
	height: 120px;
	}
.header-inner{
	flex-direction: column;
	align-items: center;
	padding: 20px 20px 5px;
	width: 100%;
	height: 130px;
	}	
.ibelogo,.fukuisdgslogo{
	width: 250px;
}
.ibelogo img,.fukuisdgslogo img{
	width: 100%;
	margin: 0 0 10px;
}
.header02{
	display: none;
}
.topslide{
	margin-top: 10px;
	padding-top: 20px;
}
.topslide ul{
	height: auto;
}
.topslide li{
	width: 90%;
	height: auto;
}
.topslide-bottom{
	background: url("images/green_back_sp.png") border-box no-repeat bottom;
	background-size: 150%;
	height: 78px;
	padding: 5px 20px 0;
	font-size: 17px;
}
.inner{
	width: 100%;
	padding: 0 25px;
}
h1{
	font-size: 19px;
}
.goals01{
	font-size: 20px;
	padding: 15px 25px 25px;
	margin: 25px calc((100% - 100vw) / 2);
	width: 100vw;
	text-align: center;
}
.goals01 li{
	height: 100%;
	font-size: 16px;
	text-align: center;
	margin-top: 10px;
	padding: 7px 20px;
}

.goalsicon-all li{
	width: 31%;
	height: 31%;
	margin-right: 3.5%;
	margin-bottom: 3.5%;
}
.goalsicon-all li:nth-child(6n){
	margin-right: 3.5%;
}
.goalsicon-all li:nth-child(3n){
	margin-right: 0;
}
h2{
	font-size: 23px;
	padding-left: 5px;
	margin: 40px 0 15px;
}
.goalsnum{
	font-size: 40px;
	height: 60px;
}
.goals02{
	flex-direction: column;
	padding: 20px 20px 16.5px;
	margin-bottom: 20px;
}
.goals02 figure{
	width: 100%;
}
.goals02 figure img{
	width: 100%;
	margin-right: 0;
	margin-bottom: 15px;
}
.goals02 figure figcaption{
	bottom: 18px;
}
.goalscontent{
	width: 100%;
}
.goals02 h3{
	font-size: 20px;
	margin-bottom: 5px;
}
.goals-list{
	margin: 15px 0;
}
.goals-list  li{
	font-size: 17px;
}
	
	.goals-icon{
		flex-wrap: wrap;
	}
.goals-icon li{
	width: 31.7%;
	height: auto;
	margin-right: 2.4%;
	margin-bottom: 5px;
}
	
.goals-icon li:nth-child(3n){
	margin-right: 0;
}

	
.fukuisdgslogo02 img{
	width: 100%;
	margin: 50px 0 15px;
}
.fukuisdgslogo02 p{
	font-size: 20px;
}
.udfont{
	width: 100%;
	font-size: 17px;
	margin: 30px auto 20px;
}
.copyright{
	font-size: 12px;
}	
	
.brpc{display:none}
.brtc{display:none}
.brsp{display:block}
}