@charset "UTF-8";
/* CSS Document */
.page_img {
	background-image: url("../img/park/sdgs/bg_head_sdgs.jpg");
    width: 57.2%;
}
.page_img::before {
    background-image: url(../img/park/sdgs/head_bg_mask.png);
}
.page_ttl {
    width: 42.8%;
    background-image: url(../img/park/sdgs/head_bg.jpg);
}
.page_ttl .inner .sub_ttl{
	line-height: 140%;
}
.pankz{
    background: #d4e5f2;
}
section {
    margin-bottom: 70px;
}
.head_wrap .ttl_flex{
	display: flex;
    flex-wrap: wrap;
	justify-content: space-between;
}
.head_wrap .ttl_flex .img {
    width: 35%;
	max-width: 350px;
}
.head_wrap .ttl_flex .txt{
	width: 58%;
}

/*====================================
SDGs図
====================================*/
section {
    margin-bottom: 30px;
    position: relative;
}
.sdgs_img_head {
    position: relative;
}
.sdgs_img_end{
    padding: 0 4% 40px;
    margin-top: 0;
    background: #cae7cd;
}
.sdgs_img_head .inner {
    padding: 0 4% 0;
}
.sdgs_img_head .sdgs_ttl {
    position: relative;
    text-align: center;
    font-size: 1.3em;
    font-size: min(1.68vw,1.3em);
    line-height: 140%;
    background: #ffffff;
    width: 100%;
    max-width: 740px;
    border-radius: 8px;
    padding: 1.3em 0;
    padding: min(2vw,1em) 0;
    margin-left: auto;
    margin-right: auto;
}
.sdgs_img_head .sdgs_ttl:last-child {
    margin-bottom: 0;
}


.sdgs_movie{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
    line-height: 100%;
    font-size: 0;
}
.sdgs_movie video {
    width: 100%;
}
/*====================================
各項目
====================================*/
.bg_wrap{
	position: relative;
}
.bg_wrap::after {
    content: "";
    display: block;
    width: 100%;
    height: 2vw;
    max-height: 50px;
    background: url(https://www.alpha-come.co.jp/img/park/sdgs/end_grad.png) no-repeat center bottom / 100% 100%;
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
}
.cont_wrap {
    position: relative;
}
.cont_inner {
    position: absolute;
    z-index: 2;
}
.cont_inner.id00 {
    width: 92%;
    left: 0;
    right: 0;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-end;
    height: 100%;
}
.cont_inner.id01 {
    left: 57%;
    bottom: -43%;
}
.cont_inner.id02 {
    left: 19%;
    bottom: -47%;
}
.cont_wrap .bg_img {
    opacity: 0;
}
.cont_inner.id03 {
    right: 20%;
    bottom: -45%;
}
.cont_inner.id04 {
    bottom: -42%;
    left: 20%;
}
.cont_inner.id05 {
    right: 20%;
    bottom: -43%;
}
.cont_inner.id06 {
    left: 20%;
    bottom: -40%;
}
.cont_inner.id07{}
.cont,
.cont .inner,
.cont .omote,
.cont .ura{	
    border-radius: 50%;
	overflow: hidden;
}
.cont,
.cont .omote,
.cont .ura{
	width: 23.5vw;
    max-width: 235px;
	height: 23.5vw;
    max-height: 235px;	
}
.cont {
	margin-left: auto;
	margin-right: auto;
	transform: scale(0,0);
	transform-origin: center;
  transition: all ease 0.5s;
}
.cont_wrap .moved .cont{
		transform: scale(1,1);		
	}
.cont .inner{
    background: #fff;
	width: 100%;
	height: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
	transition: all ease 200ms;
	}
.cont .omote,
.cont .ura {
    position: absolute;
	z-index: 3;
    top: 0;
    left: 0;
    background: #fff;
    display: flex;
    justify-content: center;
	flex-wrap: wrap;
    align-items: center;
	transition: transform ease 200ms;
	box-shadow: 0 0 0 5px #ffffff;
	text-align: center;
    font-weight: bold;
    font-size: 1.3em;
    line-height: 140%;
}

.cont .ura{
	opacity: 1;
   transform: rotateY(180deg);
    background: #b22222;
	color: #ffffff;
    font-size: 1em;
    font-weight: normal;
}
.cont .ura_inner{
	width: 100%;
}
.ura .btn {
    display: block;
    width: 100%;
    text-align: center;
    max-width: 150px;
    font-size: 0.9em;
    font-weight: bold;
    background: #ffffff;
    text-decoration: none;
    padding: 10px;
    color: #000000;
    border-radius: 8px;
    margin: 5px auto 0;
    border: 1px solid #ffffff;
    position: relative;
    line-height: 110%;
}
.ura a.btn:nth-of-type(1){
	margin-top: 10px;
}
.ura .btn:hover{
	background: none;
	color: #ffffff;
}
.ura .btn::after{
	content: "";
	position: absolute;
	display: block;
	width:8px;
	height: 8px;
	border-top: 1px solid #b22222;
	border-right: 1px solid #b22222;
	top: 0;
	bottom: 0;
	right: 8px;
	margin: auto;
	transform: rotate(45deg);
	transition: all ease 300ms;
}
.ura .btn:hover::after{
	border-color: #ffffff;
	right: 4px;
}
.cont_wrap .moved .cont.reverse:hover .inner {
    transform: rotateY(180deg);
}
.cont .ura_inner img {
    width: 120px;
}
.cont .ura{
	opacity: 0;
}

.cont.reverse:hover .inner .omote {
	opacity: 0;
		animation-name: roll-o;
		animation-duration: 200ms;
		animation-timing-function: liner;
}
.cont.reverse:hover .inner .ura {
     opacity: 1;
		animation-name: roll-u;
		animation-duration: 200ms;
		animation-timing-function: liner;
}
@keyframes roll-o{
    0% {
		opacity: 1;
    }
	50% {
		opacity: 1;
    }
	51% {
		opacity: 0;
    }
    100% {
		opacity: 0;
    }		
}
@keyframes roll-u{
    0% {
		opacity: 0;
    }
	50% {
		opacity: 0;
    }
	51% {
		opacity: 1;
    }
    100% {
		opacity: 1;
    }		
}
/*
.cont_wrap:not(:last-child)::after {
    content: "";
    display: block;
    height: 800px;
    width: 10px;
    background: #ffffff;
    position: absolute;
    bottom: -100px;
    margin: auto;
    left: 0;
    right: 0;
    box-shadow: 0 0 15px 5px #ffa800;
    z-index: -1;
    transform-origin: top;
	border-radius: 5px;
}
.cont_wrap .moved::after{
		animation-name: line;
		animation-duration: 1000ms;
		animation-timing-function: liner;
	}
*/
	.last_inner {
    width: 100%;
    max-width: 1000px;
    text-align: center;
    margin: 0 auto;
    background: #ffffff;
    height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
}
@media screen and (max-width:768px) {
.container_wrap {
    width: 100%;
}
.container_wrap > :nth-of-type(1) {
    width: 92%;
    margin-left: auto;
    margin-right: auto;
}
}
@media screen and (max-width:600px) {
.cont,
.cont .omote,
.cont .ura{
	width: 32vw;
	max-width: 113px;
	height: 32vw;
	max-height: 113px;
}
.cont.reverse:hover,
.cont.reverse:hover .inner,
.cont.reverse:hover .ura {
    border-radius: 5px;
}
.cont .ura {
    padding: 5px 0;
}
.ura .btn {
    width: 90%;
    padding: 5px 4px 0 0;
    border-radius: 4px;
}
.ura .btn::after {
    right: 4px;
    width: 4px;
    height: 4px;
}
.cont .ura_inner img {
    width: 60px;
}
.head_wrap .ttl_flex .txt{
	width: 100%;
}
.head_wrap .ttl_flex .img{
	width: 100%;
	margin: 15px auto 0;
}
.sdgs_img_head .sdgs_ttl {
    font-size: 0.8em;
}
.cont .omote,
.cont .ura {
    font-size: 0.8em;
    line-height: 120%;
}
}