@charset "utf-8";
/* CSS Document */

body {
	 -webkit-text-size-adjust: 100%;
}

/*======================================================
  common
======================================================*/

.cntWrp {
	max-width: 1000px;
	margin: 0 auto;
}

.ghcTxt {
	/*font-family: Lato, "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "游ゴシック体", "Yu Gothic", YuGothic, sans-serif, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", 
	sans-serif;*/
}

.cntTtl {
	text-align: center;
	position: relative;
	font-weight: 500;
	font-size: 2rem;
	line-height: 1.3;
	margin: 0 0 60px;
	font-weight: normal!important;    
	letter-spacing: 5px;
	line-height: inherit;
	font-family: "MyHannari" !important;
}

.cntTtl:after {
	content: "";
	position: absolute;
	bottom: -10px;
	left: calc(50% - 13px);
	width: 26px;
	height: 2px;
	background: #009944;
}


.cntMinTtl {
	position: relative;
	/*font-family: Lato, "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "游ゴシック体", "Yu Gothic", YuGothic, sans-serif, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
	font-weight: 400;
	font-size: 1.4rem;
	line-height: 1.3;
	margin: 0 0 30px;
	padding: 0 0 10px;
	border-bottom: solid 1px #c0c0c0;
	z-index: 1;
	font-weight: normal!important;    
	letter-spacing: 5px;
	line-height: inherit;
}

.cntMinTtl:after {
	content: "";
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 50px;
	height: 1px;
	background: #009944;
	z-index: 2;
}

.cntTxt {
	/*font-family: Lato, "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "游ゴシック体", "Yu Gothic", YuGothic, sans-serif, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
	font-weight: 400;
	font-size: 0.95rem;
	line-height: 2.2;
	margin: 0 0 70px;
	color: #222222;
	letter-spacing: 2px;
	font-weight: normal!important; 
	font-family: Lato,"Noto Sans JP","ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "游ゴシック体","Yu Gothic", YuGothic,sans-serif, "メイリオ", Meiryo,"ＭＳ Ｐゴシック", "MS PGothic", sans-serif!important; 	
}

.img img {
	width: 100%;
	height: auto;
}

@media screen and (min-width:768px) and (max-width:1040px) {
	.cntTtl {
		font-size: 1.8rem;
		margin: 0 0 40px;
	}

	.cntTtl:after {
		left: calc(50% - 10px);
		width: 20px;
	}

	.cntMinTtl {
		font-size: 1.3rem;
		margin: 0 0 20px;
	}

	.cntMinTtl:after {
		width: 40px;
	}

	.cntTxt {
		margin: 0 0 50px;
	}
}

@media screen and (max-width:767px) {
	.cntTtl {
		margin: 0 0 30px;
	    font-weight: normal;
	    line-height: inherit;
	    font-size: 100%;		
		letter-spacing: 3px;
		font-size: 1.6rem;
	}

	.cntTtl:after {
		left: calc(50% - 10px);
		width: 20px;
	}

	.cntMinTtl {
		font-size: 1.3rem;
		margin: 0 0 15px;
		padding: 0 0 5px;
	    font-weight: normal;
	    line-height: inherit;
	    font-size: 100%;		
		letter-spacing: 3px;
		font-size: 1.2rem;		
	}

	.cntMinTtl:after {
		width: 30px;
	}

	.cntTxt {
		font-size: 0.9rem;
		line-height: 2;
		margin: 0 0 30px;
		font-size: 14px!important;
	    line-height: 1.2rem!important; 
	    color: #222222;
	    letter-spacing: 2px;
		font-weight: normal!important; 
	    font-family: Lato,"Noto Sans JP","ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "游ゴシック体","Yu Gothic", YuGothic,sans-serif, "メイリオ", Meiryo,"ＭＳ Ｐゴシック", "MS PGothic", sans-serif!important; 		
	}
}

/*======================================================
  main
======================================================*/

/* mnAra */
.mnAra {
	height: 400px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: url(../images/sdgs/bg_main.jpg) top no-repeat;
    background-size: cover;
}

.mnTtl {
	text-align: center;
	display: inline-block;
	font-weight: 400;
	font-size: 2.2rem;
	line-height: 1.3;
	color: #fff;
	letter-spacing: 0.05em;
	text-shadow: 0 0 30px rgba(0,0,0,0.9),
	0 0 30px rgba(0,0,0,0.9),
	0 0 30px rgba(0,0,0,0.9);
	padding: 15px 50px;
	border: solid 1px rgba(255,255,255,0.7);
}

@media screen and (min-width:768px) and (max-width:1040px) {
	.mnAra {
		height: 300px;
	}

	.mnTtl {
		font-size: 2rem;
		padding: 12px 30px;
	}
}

@media screen and (max-width:767px) {
	.mnAra {
		height: 200px;
	}

	.mnTtl {
		font-size: 1.4rem;
		padding: 8px 15px;
	}
}

/*======================================================
  content
======================================================*/

/* msgAra */
.msgAra {
	padding: 120px 50px;
}

.msgTtlBox {
	display: flex;
	align-items: flex-end;
	margin: 0 0 50px;
}

.msgTtl {
	position: relative;
	font-weight: 400;
	font-size: 2rem;
	line-height: 1;
	margin: 0 40px 0 0;
	
}

.msgTtl:after {
	content: "";
	position: absolute;
	bottom: 4px;
	right: -22px;
	width: 20px;
	height: 1px;
	background: #009944;
}

.msgTtlTxt {
	font-weight: 400;
	font-size: 1.2rem;
	line-height: 1;
}

.msgCth {
	font-weight: 500;
	font-size: 35px;
	line-height: 1.4;
	margin: 0 0 100px;
	font-weight: normal!important;    
	letter-spacing: 5px;
	line-height: inherit;
	font-family: "MyHannari" !important;
}
	
.msgCth img {
	display: none;
}

.msgBox {
	display: flex;
}

.msgTxtBox {
	max-width: 550px;
	margin: 0 100px 0 0;
}

.msgTxt {
	font-weight: 400;
	font-size: 1rem;
	line-height: 2;
	color: #222222;
	letter-spacing: 2px;
	font-weight: normal!important; 
	font-family: Lato,"Noto Sans JP","ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "游ゴシック体","Yu Gothic", YuGothic,sans-serif, "メイリオ", Meiryo,"ＭＳ Ｐゴシック", "MS PGothic", sans-serif!important; 	
	 -webkit-text-size-adjust: 100%;
}

.msgImgBox {
	width: calc(100% - 650px);
}

.bgImgTp {
	height: 400px;
	background: url(../images/sdgs/bg_content_tp.jpg) center no-repeat;
    background-size: cover;
}

@media screen and (min-width:768px) and (max-width:1040px) {
	.msgAra {
		padding: 80px 30px;
	}

	.msgTtlBox {
		margin: 0 0 30px;
	}

	.msgTtl {
		font-size: 1.8rem;
		margin: 0 30px 0 0;
	}

	.msgTtl:after {
		right: -17px;
		width: 15px;
	}

	.msgTtlTxt {
		font-size: 1.1rem;
	    line-height: 1.2rem!important; 
	    color: #222222;
	    letter-spacing: 2px;
		font-weight: normal!important; 
	    font-family: Lato,"Noto Sans JP","ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "游ゴシック体","Yu Gothic", YuGothic,sans-serif, "メイリオ", Meiryo,"ＭＳ Ｐゴシック", "MS PGothic", sans-serif!important; 			
	}

	.msgCth {
		font-size: 32px!important;
		margin: 0 0 80px;
		font-weight: normal!important;    
		letter-spacing: 5px;
		line-height: inherit;
		font-family: "MyHannari" !important;		
	}
	
	.msgCth img {
		display: none;
	}

	.msgTxtBox {
		max-width: 480px;
		margin: 0 20px 0 0;
	}

	.msgTxt {
		font-size: 0.95rem;
	}

	.msgImgBox {
		width: calc(100% - 500px);
	}

	.bgImgTp {
		height: 300px;
	}
}

@media screen and (max-width:767px) {
	.msgAra {
		padding: 40px 20px;
	}

	.msgTtlBox {
		margin: 0 0 20px;
	}

	.msgTtl {
		font-size: 1.8rem;
		margin: 0 25px 0 0;
		font-family: "ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","HG明朝E","HGS明朝E","ＭＳ Ｐ明朝",serif;
		font-weight: normal!important; 
	}

	.msgTtl:after {
		right: -15px;
		width: 13px;
	}

	.msgTtlTxt {
		font-weight: normal!important; 
		font-size: 1rem;
		letter-spacing: 3px;
		font-family: "ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","HG明朝E","HGS明朝E","ＭＳ Ｐ明朝",serif;
		font-weight: normal!important; 
	}

	.msgCth {
		font-size: 20px!important;
		margin: 0 0 30px;
		font-weight: normal!important;    
		letter-spacing: 5px;
		line-height: inherit;
		font-family: "MyHannari" !important;
	}
	
	.msgCth img {
		width: 100%;
		height: auto;
		max-width: 320px;
		display: block;
	}
	
	.msgBox {
		display: block;
	}
	
	.msgTxtBox {
		max-width: 100%;
		margin: 0 0 20px;
	}

	.msgTxt {
		/*
		font-size: 1rem;
		line-height: 2;
		*/
		font-size: 14px!important;
	    line-height: 1.2rem!important; 
	    color: #222222;
	    letter-spacing: 2px;
		font-weight: normal!important; 
	    font-family: Lato,"Noto Sans JP","ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "游ゴシック体","Yu Gothic", YuGothic,sans-serif, "メイリオ", Meiryo,"ＭＳ Ｐゴシック", "MS PGothic", sans-serif!important; 			
	}
	
	.msgImgBox {
		width: 100%;
	}

	.msgImg {
		width: 100%;
		position: relative;
		display: block;
		overflow: hidden;
	}

	.msgImg:before {
		display: block;
		content: "";
		padding-top: 40%;
	}

	.msgImg img {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	.bgImgTp {
		height: 150px;
	}
}

/* abtAra */
.abtAra {
	padding: 120px 50px 0;
}

.abtLg {
	max-width: 800px;
	margin: 0 auto 70px;
}

.abtLst:not(.abtIntLst) {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -10px -20px;
}

.abtLst li {
	display: flex;
}

.abtLst li:not(.abtIntLst li) {
	width: calc(50% - 20px);
	margin: 0 10px 20px;
	padding: 15px;
	box-sizing: border-box;
	background: #fff;
	border: solid 10px  #f5f5f5;
}

.abtLstLg {
	max-width: 140px;
	margin: 0 20px 0 0;
}

.abtLstBox {
	width: calc(100% - 160px);
}

.abtLstTtl {
	position: relative;
	font-weight: 500;
	font-size: 1.2rem;
	line-height: 1.3;
	margin: 5px 0 20px;
	padding: 0 0 0 40px;
}

.abtLstTtl:before {
	text-align: center;
	position: absolute;
	top: -4px;
	left: 0;
	width: 30px;
	height: 30px;
	font-weight: 800;
	color: #fff;
	letter-spacing: -0.1em;
	padding: 3px 2px 0 0;
	box-sizing: border-box;
	border-radius: 50%;
}

.nbr01:before {
	content: "1";
	background: #e4011e;
}

.nbr03:before {
	content: "3";
	background: #1b973a;
}

.nbr04:before {
	content: "4";
	background: #c50e28;
}

.nbr07:before {
	content: "7";
	background: #fabd00;
}

.nbr08:before {
	content: "8";
	background: #970a31;
}

.nbr11:before {
	content: "11";
	background: #f5a20b;
}

.nbr12:before {
	content: "12";
	background: #d39206;
}

.nbr13:before {
	content: "13";
	background: #407936;
}

.nbr15:before {
	content: "15";
	background: #28a838;
}

.nbr17:before {
	content: "17";
	background: #023067;
}

.abtLstMinTtlBox {
	margin: 0 0 10px;
}

.abtLstMinTtl {
	text-align: center;
	display: inline-block;
	font-weight: 400;
	font-size: 0.8rem;
	line-height: 1.3;
	color: #fff;
	padding: 3px 15px;
	background: #111;
}

.abtIntLst {
	font-weight: 400;
	font-size: 0.9rem;
	line-height: 1.3;
}

.abtIntLst li {
	position: relative;
	padding: 0 0 0 20px;
}

.abtIntLst li:before {
	content: "";
	position: absolute;
	top: 4px;
	left: 0;
	width: 10px;
	height: 10px;
	background: #111;
	border-radius: 50%;
}

.abtIntLst li:not(:last-child) {
	margin: 0 0 5px;
}

@media screen and (min-width:768px) and (max-width:1040px) {
	.abtAra {
		padding: 80px 30px 0;
	}

	.abtLg {
		max-width: 600px;
		margin: 0 auto 50px;
	}
	
	.abtLst li {
		display: block;
	}

	.abtLst li:not(.abtIntLst li) {
		border: solid 8px #f5f5f5;
	}

	.abtLstLg {
		max-width: 140px;
		margin: 0 auto 15px;
	}

	.abtLstBox {
		text-align: center;
		width: 100%;
	}

	.abtLstTtl {
		text-align: left;
		display: inline-block;
		min-height: 45px;
		font-size: 1.1rem;
		margin: 0 0 15px;
		padding: 0 0 0 35px;
	}

	.abtLstTtl:before {
		top: -5px;
		width: 28px;
		height: 28px;
		padding: 4px 2px 0 0;
	}

	.abtLstMinTtl {
		padding: 2px 12px;
	}

	.abtIntLst {
		text-align: left;
	}
}

@media screen and (max-width:767px) {
	.abtAra {
		padding: 40px 20px 0;
	}

	.abtLg {
		max-width: 300px;
		margin: 0 auto 30px;
	}

	.abtLst:not(.abtIntLst) {
		display: block;
		margin: 0 0 -20px;
	}
	
	.abtLst li {
		display: block;
	}

	.abtLst li:not(.abtIntLst li) {
		text-align: center;
		width: 100%;
		margin: 0 0 20px;
		padding: 15px 10px;
		box-sizing: border-box;
		border: solid 5px #f5f5f5;
	}

	.abtLstLg {
		max-width: 120px;
		margin: 0 auto 15px;
	}
	
	.abtLstBox {
		text-align: center;
		width: 100%;
	}

	.abtLstTtl {
		text-align: left;
		min-height: auto;
		display: inline-block;
		font-size: 1rem;
		margin: 0 0 15px;
		padding: 0 0 0 30px;
	}

	.abtLstTtl:before {
		top: -3px;
		width: 25px;
		height: 25px;
		padding: 3px 2px 0 0;
	}

	.abtLstMinTtlBox {
		margin: 0 0 10px;
	}

	.abtLstMinTtl {
		font-size: 0.75rem;
		padding: 3px 10px;
	}
	
	.abtIntLst {
		text-align: left;
		font-size: 0.85rem;
	}
	
	.abtIntLst li {
		padding: 0 0 0 15px;
	}
	
	.abtIntLst li:not(:last-child) {
		margin: 0 0 6px;
	}
}

/* prtAra */
.prtAra {
	padding: 120px 50px 60px;
}

.prtBox {
	display: flex;
}

.prtImgBox {
	order: 2;
	width: calc(100% - 550px);
}

.prtLg {
	max-width: 370px;
	margin: 0 auto;
}

.prtCntBox {
	order: 1;
	max-width: 480px;
	margin: 0 70px 0 0;
}

.prtCntBox .cntTxt {
	margin: 0 0 30px;
}

.prtBtn {
	display: inline-block;
}

.prtBtn a {
	text-align: center;
	display: block;
	font-weight: 400;
	font-size: 1.1rem;
	line-height: 1.5;
	padding: 20px;
	background: #115fad;
	border-radius: 4px;
}

.prtBtn span {
	padding: 15px 40px 15px 15px;
	background: url(../images/sdgs/icn_pdf.png) right no-repeat;
    background-size: 30px auto;
}

.prtBtn a:link,
.prtBtn a:visited {
	color: #fff!important;
}

.prtBtn a:hover {
	background: #009944;
	transition: all 0.2s ease;
}

@media screen and (min-width:768px) and (max-width:1040px) {
	.prtAra {
		padding: 80px 30px 40px;
	}

	.prtImgBox {
		width: calc(100% - 450px);
	}

	.prtLg {
		max-width: 350px;
	}
	
	.prtCntBox {
		max-width: 430px;
		margin: 0 20px 0 0;
	}

	.prtCntBox .cntTxt {
		margin: 0 0 20px;
	}

	.prtBtn a {
		font-size: 1rem;
		padding: 18px;
	}

	.prtBtn span {
		padding: 15px 35px 15px 15px;
		background-size: 25px auto;
	}
}

@media screen and (max-width:767px) {
	.prtAra {
		padding: 40px 20px 20px;
	}
	
	.prtBox {
		display: block;
	}
	
	.prtImgBox {
		width: 100%;
		margin: 0 0 20px;
	}

	.prtLg {
		max-width: 260px;
	}
	
	.prtCntBox {
		max-width: 100%;
		margin: 0;
	}

	.prtCntBox .cntTxt {
		margin: 0 0 20px;
	}
	
	.prtBtn {
		display: block;
	}
	
	.prtBtn a {
		font-size: 0.9rem;
		padding: 15px;
	}

	.prtBtn span {
		padding: 15px 30px 15px 15px;
		background-size: 20px auto;
	}
}

/*=========================================================
  TB
=========================================================*/

@media screen and (min-width:768px) and (max-width:1040px) {

	.pc   { display: none!important;}
	.pcsp { display: none!important;}
	.sp   { display: none!important;}
	
	.pctb { display: block!important;}
	.tb   { display: block!important;}
	.tbsp { display: block!important;}

}

/*=========================================================
  SP
=========================================================*/

@media screen and (max-width:767px) {
	
	.pc   { display: none!important;}
	.tb   { display: none!important;}
	.pctb { display: none!important;}
	
	.pcsp { display: block!important;}
	.tbsp { display: block!important;}   
	.sp   { display: block!important;}
	
	.opacity a:active {
		opacity: 0.50;
		filter: alpha(opacity=50);
		-ms-filter: "alpha(opacity=50)";
		-moz-opacity: 0.50;
		-khtml-opacity: 0.50;
		-webkit-transition: all 0.2s ease;
		-moz-transition: all 0.2s ease;
		-o-transition: all 0.2s ease;
		transition: all  0.2s ease;
		text-decoration: none!important;
	}
	
	a[href^="tel:"] {
		pointer-events: auto!important;
	}
	
	input[type="button"],input[type="text"],input[type="submit"],input[type="image"],textarea, select {
		-webkit-appearance: none;
		border-radius: 0;
	}
}