@charset "utf-8";
/* CSS Document */
html,body {
  height: 100%;
}
@media (min-width: 1025px){
.wrapper {
	padding-top: 66px;
}
}
#pageTop {
    background: #0071b8a8;
}
.breadcrumb {
  text-align: left;
}
.breadcrumb ul {
  padding: 8px 0;
  font-size: 14px;
  width: 100%;
}
.breadcrumb ul li {
  display: inline-block;
}
.breadcrumb ul li a{
}
.breadcrumb ul li a::after {
  display: inline-block;
  content: ">";
  padding: 0 0.5em;
}

#sdgs .main{
	background: url("../sdgs/img/map.jpg") 50% 20%;
	background-repeat: no-repeat;
	margin: 0;
	background-size: 108%;
}

#sdgs .sengen{
	display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
	min-height: 700px;
	background: url("../sdgs/img/main_circle.png") top center no-repeat;
}
#sdgs .sengen .copy{
	border-radius: 34px 0 34px 0;
	padding: 2.5em;
	background:#0071B8;
	color: #FFF;
	max-width: 400px;
}
#sdgs .sengen .copy h1{
	font-size: 3.2em;
	font-weight: 700;
	line-height: 1.4;
    letter-spacing: 4px;
	margin-bottom: 0.5em;
}
#sdgs .sengen .copy h1 span{
	font-size:0.6em;
}
#sdgs .sengen .copy p{
	text-align: justify;
}

@media (max-width: 768px){
	#sdgs .sengen .copy{
	max-width: 250px;
}
	#sdgs .sengen .copy h1{
	font-size: 2em;
}
	#sdgs .sengen{
	min-height: 500px;
	background: url("../sdgs/img/main_circle_sp.png") top center no-repeat;
	background-size: cover;
}
	#sdgs .main{
	background: url("../sdgs/img/map.jpg") 50% 25%;
	background-repeat: no-repeat;
	margin: 0;
	background-size: 120%;
}
}
#sdgs .sdgs_goals{
	max-width: 700px;
	margin: auto;
	display: flex;
	flex-direction: column;
	gap: 30px;
}

#sdgs .sdgs_goals p{
	text-align: left;
}
@media (max-width: 768px){
	#sdgs .sdgs_goals{
		padding: 1em 1.5em;
	}
}
/*************torikumi************/
#sdgs .goal {
	background: linear-gradient(180deg, #FFF 0%, #FFF 60%, #F8F8F8 60%, #F8F8F8 100%);
	margin: 0;
	padding:3em 3em 3em 0;
}
#sdgs .goal .wrap{
	background:#35A2D8;
	background-image: url( "../sdgs/img/goalBg_l.png"),url( "../sdgs/img/goalBg_r.png");
	background-position: top left,bottom right;
	background-repeat: no-repeat;
	clip-path: inset(0% 0% 0% 0% round 0 0 50px 0);
	color: #FFF;
	padding: 3em 6em;
	max-width:1700px;
	display: flex;
	gap:50px;
	justify-content:flex-end;
	align-content: flex-start;
}
#sdgs .goal .wrap h2{
	flex-basis:fit-content;
	font-size: 1.8em;
	font-weight: 700;
	text-align: left
}
#sdgs .goal .wrap ul{
	flex-basis: 65%;
	text-align: left;
	font-weight: 500;
}
@media (max-width: 1024px){
	#sdgs .goal .wrap{
		flex-direction: column;
	}
}
@media (max-width: 768px){
	#sdgs .goal .wrap{
		padding: 3em 2em;
		background-size: 40%;
	}
}
#sdgs .goal .wrap ul li{
	margin:0.8em 0;
	font-size: 1.1em;
}
/*************torikumi************/

#sdgs .torikumi{
	background: #F8F8F8;
}
#sdgs .torikumi h2{
	font-size: 2em;
	padding: 2em 0;
	color: #0071B8;
	font-weight: 700
}
#sdgs .torikumi .wrap{
	padding-bottom: 5em;
	width: 85%;
    margin: auto;
}
#sdgs .torikumi section{
	    border-radius: 34px 0 34px 0;
    background: linear-gradient(to right, #0EB7A5 0%, #1385FF 100%);
    padding: 4px;
	margin-right: 2em;
}
#sdgs .torikumi section .inner{
	padding: 2em;
	background: #FFF;
	border-radius: 30px 0 30px 0;
}
#sdgs .torikumi section .inner .ttl h3{
	color: #0071B8;
	font-weight: 700;
	text-align: left;
	font-size: 1.5em;
	margin-bottom: 0.5em;
}
@media (min-width: 1025px){
#sdgs .torikumi section .inner .ttl{
	display: flex;
    justify-content: space-between;
}
#sdgs .torikumi section .inner .ttl h3{
	color: #0071B8;
	font-weight: 700;
	flex-basis: 60%;
	text-align: left;
	font-size: 1.7em;
	margin-bottom: 2em;
}
	#sdgs .torikumi section .inner .ttl ul{
	justify-content: flex-end;
}
	#sdgs .torikumi section .inner .ttl ul img{
	 width: 90px;
}
	#sdgs .torikumi section .inner .flex{
	display: flex;
	flex-wrap: nowrap;
	gap:30px;
	position: relative;
	min-height: 255px;
}
#sdgs .torikumi section .inner .flex .text{
	width:55%;
}
#sdgs .torikumi section .inner .flex .photo{
	width:50%;
	position: absolute;
	bottom: -5em;
	right: -4em;
	z-index: 0
}
}
@media (max-width: 1024px){
	#sdgs .torikumi section{
		margin-right: 0;
	}
}
#sdgs .torikumi section .inner .ttl ul{
	display: flex;
	gap:2px;
	justify-content:center;
	margin-bottom: 1em;
}
#sdgs .torikumi section .inner .flex .text{
	text-align: left;
	margin-bottom: 0.5em;
}
sub{
	font-size: 0.9rem;
}
/*************last************/

#sdgs .last{
	background: url("../sdgs/img/child.png") #F8F8F8;
	background-position: top;
	min-height: 800px;
}
#sdgs .last>div{
	position: relative;
}

#sdgs .last>div .copy{
	border-radius: 34px 0 34px 0;
	padding:4em;
	background:#0071B8;
	color: #FFF;
	display: inline-block;
	position: absolute;
    left: 0;
}
#sdgs .last>div .copy p{
	font-weight: 700;
	font-size: 1.8em;
}
@media (max-width: 768px){
	#sdgs .last{
	background: url("../sdgs/img/child_sp.png") #F8F8F8;
	background-position: top;
	min-height: 500px;
	background-size: cover;
}
	#sdgs .last>div .copy{;
	position:inherit;
}
	#sdgs .last>div .copy p{
	font-weight: 700;
	font-size: 1.5em;
}
}

/********************anime*********************/
/* その場で */
.fadeIn{
animation-name:fadeInAnime;
animation-duration:2s;
animation-fill-mode:forwards;
opacity:0;
}
/* 左から */

.fadeLeft{
animation-name:fadeLeftAnime;
animation-duration:0.5s;
animation-fill-mode:forwards;
opacity:0;
}
@keyframes fadeInAnime{
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}
.fadeInTrigger{
    opacity: 0;
}
/************************test***********************/
#canvas-wrap {
    width: 100%;
    height: 700px;
    position: relative;
}
#canvas-txt {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
#sdgs #canvas-wrap .copy{
	border-radius: 34px 0 34px 0;
	padding: 2.5em;
	background:#0071B8;
	color: #FFF;
	max-width: 400px;
}
#sdgs #canvas-wrap .copy h1{
	font-size: 3.2em;
	font-weight: 700;
	line-height: 1.4;
    letter-spacing: 4px;
	margin-bottom: 0.5em;
}
#sdgs #canvas-wrap .copy h1 span{
	font-size:0.6em;
}
#sdgs #canvas-wrap .copy p{
	text-align: justify;
}

@media (max-width: 768px){
#canvas-wrap {
    width: 100%;
    height: 500px;
    position: relative;
}
	#sdgs #canvas-wrap .copy{
	max-width: 250px;
}
	#sdgs #canvas-wrap .copy h1{
	font-size: 2em;
}
	#sdgs #canvas-wrap{
	min-height: 500px;
}
}