@charset "utf-8";
* {
	margin: 0;
	padding: 0;
}
html,body{
 	width: 100%;
	height:100%;

}
body {
	font-size: 62.5%;
	text-align:left;
	_text-align: center;
	background: #fff;
	padding: 0;
}
body, textarea { font-family: "メイリオ", "ＭＳ ゴシック", sans-serif; }
input, select { font-family: Arial, "ＭＳ ゴシック", sans-serif; }
body{
 	width: 100%;
 	margin: 0 auto;
}
.clear_b{clear:both;}
.align_l{text-align: left;}
.align_r{text-align: right;}
.align_c{text-align: center;}
.mgnt10{margin-top: 10px;}
.mgnt20{margin-top: 20px;}
.mgnt30{margin-top: 30px;}
.mgnt40{margin-top: 40px;}
.mgnt50{margin-top: 50px;}
.mgnt60{margin-top: 60px;}
.mgnt70{margin-top: 70px;}
.mgnb10{margin-bottom: 10px;}
.mgnb20{margin-bottom: 20px;}
.mgnb30{margin-bottom: 30px;}
.mgnb40{margin-bottom: 40px;}
.mgnb50{margin-bottom: 50px;}
.mgnb60{margin-bottom: 60px;}
.mgnb70{margin-bottom: 70px;}

/*-------------------------------------------
メイン
---------------------------------------------*/
#main{
	width:100%;
	max-width:980px;
	margin: 0 auto;
	font-size:1.5em;
	padding-top: 140px;
}
p{
	line-height: 1.7em;
}
#main h2 {
  position: relative;
	color:#00b6bf;
	text-align: center;
}
#main h2:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -18px;
  width: 100%;
  height: 12px;
  background: -webkit-repeating-linear-gradient(-45deg, #77d9d0, #77d9d0 2px, #fff 2px, #fff 4px);
  background: repeating-linear-gradient(-45deg, #77d9d0, #77d9d0 2px, #fff 2px, #fff 4px);
}
#main h2 img{
	max-width:70px;
	vertical-align: middle;
	padding-right:10px;
	box-sizing: border-box;
	margin-bottom: 10px;
}
a:hover{
	text-decoration: underline;
}
/*------------------------------------*/
@media screen and (max-width:980px){
/*------------------------------------*/
#main{
	padding:0 10px;
	box-sizing: border-box;
	padding-top: 50px;
	background: #fff;
}
}
/*-------------------------------------------
SDGsとは？
---------------------------------------------*/
#what_sdgs h2{
	font-size: 2.8em;
	line-height: 0.9em;
}
#what_sdgs h2 span{
	font-size: 0.6em;
}
#what_sdgs div{
	float:left;
}
#what_sdgs .logo{
	width:40%;
}
#what_sdgs div img{
	width:100%;
}
#what_sdgs .txt_box{
	width:60%;
	box-sizing: border-box;
	padding-left:2%;
}
.mofa_link {
	color:#00b6bf;
	text-decoration: none;
}
.mofa_link:after{
	display: inline-block;
	font-family: "Font Awesome 5 Free";
	content: '\f24d';
	font-weight:900;
	margin-left:5px;
}
/*------------------------------------*/
@media screen and (max-width:680px){
/*------------------------------------*/
#what_sdgs h2{
	font-size: 2.5em;
	line-height: 0.9em;
}
#what_sdgs .logo{
	width:100%;
}
#what_sdgs .txt_box{
	width:100%;
	margin-top:10px;
}
}
/*-------------------------------------------
17の目標
---------------------------------------------*/
#goals17{
	margin-top:100px;
}
#goals17 h2{
	font-size: 2.8em;
	line-height: 0.9em;
}
.goals_img{
	width:100%;
}
.goals_img img{
	width:100%;
}
#goals17 .background {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    padding: 60px calc(50vw - 50%) 80px;
    box-sizing: border-box;
    background: #f5fbff;
}
/*------------------------------------*/
@media screen and (max-width:980px){
/*------------------------------------*/
#goals17 h2{
	font-size: 2.5em;
	line-height: 0.9em;
}
}
/*-------------------------------------------
弊社の取り組み
---------------------------------------------*/
#initiatives{
	margin-top:100px;
}
#initiatives h2{
	font-size: 2.8em;
	line-height: 0.9em;
}
#initiatives h3{
	color:#007199;
	font-size:1.2em;
	margin-bottom: 10px;
}
#initiatives .txt_box{
	width:70%;
	float: left;
	box-sizing: border-box;
}
#initiatives .txt_box.ini_left{
	padding-right:15px;
}
#initiatives .txt_box.ini_right{
	padding-left:15px;
}
#initiatives .initiatives_icon{
	width:30%;
	float: left;
	box-sizing: border-box;
}
#initiatives .initiatives_icon img{
	width:100%;
}
.initiatives_icon02{
	width:100%;
}
.initiatives_icon02 img{
	width:25%;
	float:left;
	padding:0 2px;
	box-sizing: border-box;
}
/*------------------------------------*/
@media screen and (max-width:980px){
/*------------------------------------*/
#initiatives h2{
	font-size: 2.5em;
	line-height: 0.9em;
}
}
