/* -----------------------------------------------------------
共通パーツ
------------------------------------------------------------- */
* {
  box-sizing: border-box;
}

@media(max-width:768px){
	.sdgsLp .sp_none {
		display: none !important;
	}
}
@media(min-width:769px){
	.sdgsLp .pc_none {
		display: none !important;
	}
}

.sdgsLp .txtC { text-align: center; }
.sdgsLp .txtR{	text-align: right;}
.sdgsLp .txtL{	text-align: left;}
.sdgsLp .bold{	font-weight: bold;}

.sdgsLp .cf:before,
.sdgsLp .cf:after {
	content: " ";
	display: table;
}
.sdgsLp .cf:after {    clear: both; }
.sdgsLp .cf {    *zoom: 1; }

.sdgsLp img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
/*_____フレックス_____*/
.sdgsLp .flex{
	display: -ms-flexbox;
	display: flex;
}
.sdgsLp .justC{justify-content: center;}
.sdgsLp .justB{
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.sdgsLp .justA{
	-ms-flex-pack: distribute;
	justify-content: space-around;
}
.sdgsLp .flexW{
	flex-wrap: wrap;
}
.sdgsLp .alignC{align-items: center;}
.sdgsLp .alignB{align-items: baseline;}
@media (max-width: 768px) {
	.sdgsLp .sp_flclear{
		display: block;
	}
}


/*==追加css==*/
.videoArea_2023{
    position: relative;
    top: 0px;
    right:0;
    left:0;
    bottom:0;
}
.mainArea_2023{
    position: relative;/*h1の中央寄せ配置の起点とするためのrelative*/
    height: auto;;/*高さを全画面にあわせる*/
}
.video_2023 {
    /*天地中央配置*/
    /* position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); */
    /*縦横幅指定*/
    width: 177.77777778vh; /* 16:9 の幅→16 ÷ 9＝ 177.77% */
    height: auto; /* 16:9の幅 → 9 ÷ 16 = 56.25% */
    min-height: 100%;
    min-width: 100%;
    max-width: 100%;
    vertical-align: bottom;
}
/*==追加css==*/


/*_____余白_____*/
.sdgsLp .m0auto{margin: 0 auto}

.sdgsLp .mb0{margin-bottom: 0;}
.sdgsLp .mb10{margin-bottom: 10px;}
.sdgsLp .mb15{margin-bottom: 15px;}
.sdgsLp .mb20{margin-bottom: 20px;}
.sdgsLp .mb30{margin-bottom: 30px;}
.sdgsLp .mb40{margin-bottom: 40px;}
.sdgsLp .mb50{margin-bottom: 50px;}

.sdgsLp .mt0{margin-top: 0;}
.sdgsLp .mt10{margin-top: 10px;}
.sdgsLp .mt15{margin-top: 15px;}
.sdgsLp .mt20{margin-top: 20px;}
.sdgsLp .mt30{margin-top: 30px;}
.sdgsLp .mt40{margin-top: 40px;}
.sdgsLp .mt50{margin-top: 50px;}

.sdgsLp .mar10{margin:10px;}
.sdgsLp .mar15{margin:15px;}
.sdgsLp .mar20{margin:20px;}
.sdgsLp .mar30{margin:30px;}

.sdgsLp .pt10{padding-top:10px;}
.sdgsLp .pt20{padding-top:20px;}
.sdgsLp .pt30{padding-top:30px;}

.sdgsLp .pb10{padding-bottom:10px;}
.sdgsLp .pb20{padding-bottom:20px;}
.sdgsLp .pb30{padding-bottom:30px;}

@media (max-width: 768px){
	.sdgsLp .sp_mb0{margin-bottom: 0;}
	.sdgsLp .sp_mb10{margin-bottom: 10px;}
	.sdgsLp .sp_mb15{margin-bottom: 15px;}
	.sdgsLp .sp_mb20{margin-bottom: 20px;}
	.sdgsLp .sp_mb30{margin-bottom: 30px;}
	.sdgsLp .sp_mb0{margin-top: 0;}
	.sdgsLp .sp_mt10{margin-top: 10px;}
	.sdgsLp .sp_mt15{margin-top: 15px;}
	.sdgsLp .sp_mt20{margin-top: 20px;}
	.sdgsLp .sp_mt30{margin-top: 30px;}
}




html{
	font-family: 'Noto Sans JP', sans-serif;
}
.sdgsLp{
	margin: auto;
	max-width: 100%;
}
.sdgsLp p{
	font-size: 16px;
	line-height: 1.5em;
	font-family: 'Noto Sans JP', sans-serif;
}
.sdgsLp section{
	width: 72%;
	margin: auto;
	padding: 40px 0;
}
.sdgsLp h1{
	font-size: 37px!important;
	text-align: left;
	font-weight: 600;
	font-family: 'Noto Sans JP', sans-serif;
	letter-spacing: .1em;
	line-height: 1.2em;
	color:#000;
}

.sdgsLp h4{font-size:15px; line-height: 30px; font-weight: 600;}
.sdgsLp h2{font-size: 20px; line-height: 25px; font-weight: 600;}
.sdgsLp h3{
	font-size: 24px;
	font-family: 'Noto Sans JP', sans-serif;
	color: #0098d8;
	text-align: left;
	margin: 10px 0;
  letter-spacing: 0;
  font-weight: bold;
  word-break: normal;
}
.sdgsLp hr{
	border-top: solid 1px #a9a9a9;
}
.sdgsLp img{
	object-fit: contain;
	vertical-align: bottom;
}

/*introduction*/
.sdgsLp .mainImage{
	width: 100%;
	margin-bottom: 40px;
}
.sdgsLp .introduction{
	text-align: center;
}
.sdgsLp .introduction p{
	margin: 45px 0;
	text-align: left;
}
.sdgsLp .introduction img{
	width: 80%;
}

/*action*/
.sdgsLp .action img{
	width: 100%;
	margin: 30px 0;
}

/*itemsAccordion*/
.sdgsLp .itemsAccordion {
	margin: 3em auto;
	width: 100%;
}
.sdgsLp .toggle {
	display: none;
}
.sdgsLp .categoryBox {
	position: relative;
	margin-bottom: 1em;
}
.sdgsLp .categoryName,
.sdgsLp .categoryContent {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(0);
	transition: all 0.5s;
}
.sdgsLp .categoryName {
	background-color: #e5e9e9;
	padding: 1em;
	display: block;
	color: #000;
	height: 67px;
	font-size: 20px;
}
.sdgsLp .categoryName::after,
.sdgsLp .categoryName::before {
	content: "";
	position: absolute;
	right: 2em;
	top: 1.25em;
	width: 3px;
	height: 1em;
	background-color: #fff;
	transition: all 0.5s;
}
.sdgsLp .categoryName::after {
	transform: rotate(90deg);
}
.sdgsLp .categoryContent {
	max-height: 0;
	overflow: hidden;
	text-align: center;
}
.sdgsLp .categoryContent p {
	font-size: 16px;
	line-height: 1.5;
	text-align: left;
}
.sdgsLp .toggle:checked + .categoryName + .categoryContent {
	max-height: 9999px;
	transition: all 1.5s;
}
.sdgsLp .toggle:checked + .categoryName::before {
	transform: rotate(90deg) !important;
}

.sdgsLp .actionTitle{
	font-size: 20px!important;
	font-weight: bold;
	margin-top: 30px;
}
.sdgsLp .iconBox{
	margin: 25px 0;
}
.sdgsLp .iconImg{
	margin: 0 7px 7px 0;
	max-height: 55px;
}
.sdgsLp .flexLeft{
	width: 62%;
	text-align: right;
}
.sdgsLp .actionImg{
	margin: 30px 0;
	max-width: 80%;
}
.sdgsLp .detail{
	margin: 30px 0;
}
.sdgsLp .technology .flexLeft{
	width: 50%;
}
.sdgsLp .tecImg{
	margin: 20px 0;
	width: 50%;
}
.sdgsLp .flexImg{
	width: 35%;
}
.sdgsLp .technology .flexImg{
	width: 48%;
}
@media(max-width:768px){
	.sdgsLp .w100{
		width: 100%!important;
	}
	.sdgsLp section{
		width: 98%;
    padding: 20px 0;
	}
	.sdgsLp h1{
		letter-spacing: normal;
		font-size: 27px!important;
	}
	.sdgsLp h3{
		margin: 10px auto;
		font-size: 20px;
	}
	.sdgsLp .mainImage{
		margin: 0 auto;
	}
  .sdgsLp .introduction{
    margin-top:20px;
  }
	.sdgsLp .introduction p{
		margin: 30px 0;
	}
	.sdgsLp .flexLeft{
		width: 100%;
	}
	.sdgsLp .technology .flexLeft{
		width: 100%;
	}
	.sdgsLp .actionImg{
		margin: 24px 0;
	}
	.sdgsLp .flexImg{
		margin:20px 0 0;
	}
  .sdgsLp .detail{
  	margin: 10px 0;
  }
}
