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

PC　view

------------------------------------------------------------------------------
******************************************************************************/
@media screen and (min-width: 769px) {

body,html{
min-width:1200px;
}	
	
.contentInner{
	width: 1200px;
	margin: 0 auto;
}
.contentInnerAll{
	width: 100%;
}

.contentInnerHalf{
	width: 50%;
	float: left;
	height: 500px;
}

section{
    width: 100%;
    position: relative;
    padding-bottom: 110px;
}

body{
	color: #000000;
	font-size: 16px;
}
a{text-decoration: none; color: #000000;}

/* フェードイン */
.fadein {
    opacity : 0;
    transform : translate(0, 50px);
    transition : all 1000ms;
}
 
.fadein.scrollin {
    opacity : 1;
    transform : translate(0, 0);
}

#contactform-mv{
	width: 100%;
	padding: 100px 0 0;
	color: #FFFFFF;
}

#contactform-mv .bg{
	padding: 59px 0;
	background-size: cover;
}

#contactform-mv .contentInnerAll{
	/*height: 433px;*/
}	
	
#contactform-mv article {
	width: 1100px;
	padding:  0;
	margin: 0 auto;
}

#contactform-mv article h1{
	text-align: center;
	font-size: 56px;
	letter-spacing: 0em;
	margin-left: 0.7em;
}

#contactform-mv article h1+p {
	margin: 0 auto;
	width: 520px;
    display: flex;
    align-items: center;
    text-align: center;
}

#contactform-mv article h1+p span{
	font-size: 16px;
	width: 300px;
}

#contactform-mv article h1+p:before,
#contactform-mv article h1+p:after {
    border-top: 1px solid;
    content: "";
    display: inline;
    flex-grow: 1;
}

#contactform-mv article h1+p:before {
    margin-right: 0.5em;
}

#contactform-mv article h1+p:after {
    margin-left: 0.5em;
}

.sdgsbg{background-image: url(../image/bg_intro.png),url(../image/bg.jpg);
    background-position: top center, top bottom;
    background-size: contain, cover;
    background-repeat: no-repeat,no-repeat;
    background-color: #9de0ff;

}

#introduction {
    padding-top: 120px;
}

#introduction .sdgslogo{
    text-align: center;
}

#introduction p{
    width: 100%;
    max-width: 1200px;
    padding: 20px 50px;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 20px;
    margin: 0 auto;
    line-height: 2;
}

.category-ttl h3{
    text-align: center;
    font-size: 24px;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
  letter-spacing: 0.3em;
}
.green{color: #54ab35;}
.blue{color: #189bca;}
.orange{color: #e16812;}
.deepred{color: #901d31;}


#goallist{
   
}

#goallist h2{
    width: 100%;
    max-width: 1200px;
    background-color: #0097c2;
    color: #00a0ca;
    text-align: center;
    padding: 10px 0;
    border-radius: 20px 20px 0 0;
    margin:  0 auto;
    font-size: 36px;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
  letter-spacing: 0.3em;
    -webkit-text-stroke:6px #FFF;
    position: relative;
    margin: 0 auto;
}
#goallist h2::before{
    content: "持続可能な開発目標";
    -webkit-text-stroke: 0;
    position: absolute;
}

.category-wrap{
    width: 100%;
    max-width: 1200px;
    background-color: rgba(255, 255, 255, 0.9);
    margin:  0 auto;
    border-radius: 0 0 20px 20px;
    padding: 20px;
    box-sizing: border-box;
}


.category{
    display: flex;
    align-items:center;
    border-bottom: #19B1E4 solid 2px;
}
.category:last-child{
    border: none;
}

.category-ttl{
    width: 15%;
}

.category-detail{
    width: 85%;
}

.detail{
    display: flex;
    align-items:center;
    border-top: #19B1E4 solid 2px;
}

.category > .category-detail > .detail:first-child{
    border-top: none;
}

.detail-icon{
    width: 16%;
    align-self: center;
    padding: 10px;
}

.detail-list{
    width: 84%;
    padding: 10px;
}

.detail-icon-num{
    width: 80px;
    line-height: 1;
    margin: 0 auto;
}

.detail-list-txt h4{
    font-size: 1.4em;
    font-weight: 500;
    color: #00a0ca;
    padding-bottom: 4px;;
}

.detail-list-txt ul li{
    padding-left: 1em;
    text-indent: -1em;
}

.detail-list-txt ul li+li{
    margin-top: 4px;
}

.detail-list-txt ul li:before{
    content: "●";
}

 
}

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

tab　view

------------------------------------------------------------------------------
******************************************************************************/
@media screen and (min-width: 721px) and ( max-width: 768px) {

    body,html{
        min-width:1240px;
        margin: 0 auto;
    }	

    .contentInner{
        width: 1200px;
        margin: 0 auto;
    }
    .contentInnerAll{
        width: 100%;
    }

    .contentInnerHalf{
        width: 50%;
        float: left;
        height: 500px;
    }

    section{
        width: 100%;
        position: relative;
        padding-bottom: 110px;
    }

    body{
        color: #000000;
        font-size: 16px;
    }
    a{text-decoration: none; color: #000000;}


    .bg{
        background: url(../image/common/bg.png);
        background-color: #19B1E4;
    }

/* フェードイン */
.fadein {
    opacity : 0;
    transform : translate(0, 50px);
    transition : all 1000ms;
}
 
.fadein.scrollin {
    opacity : 1;
    transform : translate(0, 0);
}

#contactform-mv{
	width: 100%;
	padding: 100px 0 0;
	color: #FFFFFF;
}

#contactform-mv .bg{
	padding: 59px 0;
	background-size: cover;
}

#contactform-mv .contentInnerAll{
	/*height: 433px;*/
}	
	
#contactform-mv article {
	width: 1000px;
	padding:  0;
	margin: 0 auto;
}

#contactform-mv article h1{
	text-align: center;
	font-size: 56px;
	letter-spacing: 0.7em;
	margin-left: 0.7em;
}

#contactform-mv article h1+p {
	margin: 0 auto;
	width: 520px;
    display: flex;
    align-items: center;
    text-align: center;
}

#contactform-mv article h1+p span{
	font-size: 16px;
	width: 36%;
}

#contactform-mv article h1+p:before,
#contactform-mv article h1+p:after {
    border-top: 1px solid;
    content: "";
    display: inline;
    flex-grow: 1;
}

#contactform-mv article h1+p:before {
    margin-right: 0.5em;
}

#contactform-mv article h1+p:after {
    margin-left: 0.5em;
}

.sdgsbg{background-image: url(../image/bg_intro.png),url(../image/bg.jpg);
    background-position: top center, top bottom;
    background-size: contain, cover;
    background-repeat: no-repeat,no-repeat;
    background-color: #9de0ff;
    padding-bottom: 40px;
}

#introduction {
    padding-top: 40px;
    padding-bottom: 40px;
}

#introduction .sdgslogo{
    width: 80%;
    margin: 0 auto;
    text-align: center;
}

#introduction .sdgslogo img{
    width: 100%;
}

#introduction p{
    width: 94%;
    padding: 20px 20px;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 20px;
    margin: 0 auto;
    line-height: 2;
}

.category-ttl h3{
    text-align: left;
    font-size: 21px;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
  letter-spacing: 0.3em;
}
.green{color: #54ab35;}
.blue{color: #189bca;}
.orange{color: #e16812;}
.deepred{color: #901d31;}


#goallist{
   
}

#goallist h2{
   width: 94%;
    background-color: #0097c2;
    color: #00a0ca;
    text-align: center;
    padding: 10px 0;
    border-radius: 20px 20px 0 0;
    margin:  0 auto;
    font-size: 18px;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
  letter-spacing: 0.3em;
    -webkit-text-stroke:6px #FFF;
    position: relative;
    margin: 0 auto;
}
#goallist h2::before{
    content: "持続可能な開発目標";
    -webkit-text-stroke: 0;
    position: absolute;
}

.category-wrap{
    width: 94%;
    background-color: rgba(255, 255, 255, 0.9);
    margin:  0 auto;
    border-radius: 0 0 20px 20px;
    padding: 20px;
    box-sizing: border-box;
}


.category{
    display: flex;
    align-items:center;
    border-bottom: #19B1E4 solid 2px;
}
.category:last-child{
    border: none;
}

.category-ttl{
    width: 10%;
}

.category-detail{
    width: 90%;
}

.detail{
    display: flex;
    align-items:center;
    border-top: #19B1E4 solid 2px;
}

.category > .category-detail > .detail:first-child{
    border-top: none;
}



.detail-icon{
    width: 18%;
    align-self: center;
    padding: 10px 0;
}

.detail-list{
    width: 82%;
    padding: 10px 0 10px 10px;
}

.detail-icon-num{
    width: 100%;
    line-height: 1;
    margin: 0 auto;
}


.detail-list-txt h4{
    font-size: 1.4em;
    font-weight: bold;
    color: #00a0ca;
    padding-bottom: 4px;;
}

.detail-list-txt ul li{
    padding-left: 1em;
    text-indent: -1em;
}

.detail-list-txt ul li+li{
    margin-top: 4px;
}

.detail-list-txt ul li:before{
    content: "●";
}




}



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

SP view

------------------------------------------------------------------------------
******************************************************************************/
@media screen and (max-width: 768px) {
    .sp{ display: block;}
.pc{ display: none;}	
	
a{text-decoration: none; color: #000000;}
	
.bg{
	background: url(../../image/common/bg2.png);
	background-color: #19B1E4;
}	
   
/* フェードイン */
.fadein {
    opacity : 0;
    transform : translate(0, 25px);
    transition : all 1000ms;
}
 
.fadein.scrollin {
    opacity : 1;
    transform : translate(0, 0);
}

    #contactform-mv{
	margin-top: -60px;
	padding-top: 110px;
}

#contactform-mv	.contentInnerAll{
	padding: 20px 4%;
}
	
#contactform-mv	article{
	color: #FFFFFF;
}
	
#contactform-mv article h1{
	padding-top: 20px;
	text-align: center;
	font-size: 33.6px;
	letter-spacing: 0.1em;
	margin-left: 0.1em;
}

#contactform-mv article h1+p {
	margin: 0 auto;
	width: 74%;
    display: flex;
    align-items: center;
    text-align: center;
}

#contactform-mv article h1+p span{
	font-size: 16px;
	width: 36%;
}

#contactform-mv article h1+p:before,
#contactform-mv article h1+p:after {
    border-top: 1px solid;
    content: "";
    display: inline;
    flex-grow: 1;
}

#contactform-mv article h1+p:before {
    margin-right: 0.5em;
}

#contactform-mv article h1+p:after {
    margin-left: 0.5em;
}

#contactform-mv article h1+p+p{
	width: 88%;
	margin: 16px auto 0;
	font-size: 11px;
	text-align: left;
	line-height: 1.8;
	letter-spacing: 0.1em;
}	






.sdgsbg{background-image: url(../image/bg_intro.png),url(../image/bg.jpg);
    background-position: top center, top bottom;
    background-size: contain, cover;
    background-repeat: no-repeat,no-repeat;
    background-color: #9de0ff;
    padding-bottom: 40px;
}

#introduction {
    padding-top: 40px;
    padding-bottom: 40px;
}

#introduction .sdgslogo{
    width: 80%;
    margin: 0 auto;
    text-align: center;
}

#introduction .sdgslogo img{
    width: 100%;
}

#introduction p{
    width: 94%;
    padding: 20px 20px;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 20px;
    margin: 0 auto;
    line-height: 2;
}

.category-ttl h3{
    text-align: left;
    font-size: 21px;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
  letter-spacing: 0.3em;
}
.green{color: #54ab35;}
.blue{color: #189bca;}
.orange{color: #e16812;}
.deepred{color: #901d31;}


#goallist{
   
}

#goallist h2{
   width: 94%;
    background-color: #0097c2;
    color: #00a0ca;
    text-align: center;
    padding: 10px 0;
    border-radius: 20px 20px 0 0;
    margin:  0 auto;
    font-size: 18px;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
  letter-spacing: 0.3em;
    -webkit-text-stroke:6px #FFF;
    position: relative;
    margin: 0 auto;
}
#goallist h2::before{
    content: "持続可能な開発目標";
    -webkit-text-stroke: 0;
    position: absolute;
}

.category-wrap{
    width: 94%;
    background-color: rgba(255, 255, 255, 0.9);
    margin:  0 auto;
    border-radius: 0 0 20px 20px;
    padding: 20px;
    box-sizing: border-box;
}


.category{
    display: flex;
    align-items:center;
    border-bottom: #19B1E4 solid 2px;
}
.category:last-child{
    border: none;
}

.category-ttl{
    width: 10%;
}

.category-detail{
    width: 90%;
}

.detail{
    display: flex;
    align-items:center;
    border-top: #19B1E4 solid 2px;
}

.category > .category-detail > .detail:first-child{
    border-top: none;
}



.detail-icon{
    width: 18%;
    align-self: center;
    padding: 10px 0;
}

.detail-list{
    width: 82%;
    padding: 10px 0 10px 10px;
}

.detail-icon-num{
    width: 100%;
    line-height: 1;
    margin: 0 auto;
}


.detail-list-txt h4{
    font-size: 1.2em;
    font-weight: bold;
    color: #00a0ca;
    padding-bottom: 4px;;
}

.detail-list-txt ul li{
    padding-left: 1em;
    text-indent: -1em;
}

.detail-list-txt ul li+li{
    margin-top: 4px;
}

.detail-list-txt ul li:before{
    content: "●";
}
  
}

.detail-list-txt h4.color06{ color:#00a6d9;}
.detail-list-txt h4.color07{ color:#fabd00;}
.detail-list-txt h4.color12{ color:#d39206;}
.detail-list-txt h4.color13{ color:#407936;}
.detail-list-txt h4.color03{ color:#1b973a;}
.detail-list-txt h4.color07{ color:#fabd00;}
.detail-list-txt h4.color04{ color:#c50e28;}
.detail-list-txt h4.color05{ color:#e83418;}
.detail-list-txt h4.color08{ color:#970a31;}
.detail-list-txt h4.color10{ color:#dc097b;}
.detail-list-txt h4.color17{ color:#023067;}



