@charset "utf-8";
/* CSS Document */
#upcycle ul.breadcrumb {
  color: #FFF;
}
#upcycle ul.breadcrumb::after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#upcycle ul.breadcrumb li {
  color: #FFF;
}
#upcycle ul.breadcrumb li a {
  color: #FFF;
}
#upcycle .contsTtlWrap {
  background: #3c783c61;
  text-align: center;
  margin-bottom: 4em;
  color: #FFF;
}
#upcycle.second .contsTtlWrap {
	background-color: #004D9B;
}
#upcycle .contsTtl {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: left;
  height: 220px;
}
#upcycle .contsTtl h1 {
  font-size: 40px;
  font-weight: 900;
}
#upcycle .contsTtl p {
  font-weight: 900;
  font-size: 1.2em;
  margin-bottom: 1em;
}
#upcycle .contsTtl ul.icon {
  position: absolute;
  bottom: -40px;
  margin: auto;
  display: flex;
}
#upcycle .contsTtl ul.icon li {
  background: #FFF;
  padding: 10px;
  border-radius: 10px;
}
#upcycle .contsTtl ul.icon li img {
  max-height: 70px;
}

#upcycle .upcycle {
  background: #FFF;
  border: 5px solid #004097;
  border-radius: 20px;
  padding: 2em;
  max-width: 600px;
  margin: auto;
  text-align: center;
}
#upcycle .upcycle .logo {
  width: 60%;
  padding: 2em;
  text-align: center;
  margin: auto;
}
#upcycle .upcycle h2 {
  font-size: 2em;
  letter-spacing: 0.3rem;
  font-weight: 900;
}
#upcycle .upcycle p {
  text-align: left;
  padding: 1.5em;
  letter-spacing: 0.1rem;
}
@media (min-width: 751px) {
  #upcycle .contents {
    background: url("../img/ttl_bg.jpg") center top no-repeat;
    background-size: auto;
  }
  #upcycle.second .contents {
    background-image: none;
  }
  #upcycle .contsTtl {
    margin-bottom: 30px;
  }
}
@media (max-width: 750px) {
  #upcycle.second .contents {
    background-image: none;
  }
  #upcycle .contents {
    background-image: url("../img/ttl_bg_sp.jpg");
		background-repeat: no-repeat;
		background-position: center top;
    background-size: 100% auto;
  }
  #upcycle .contsTtl {
    padding-top: 0px;
    margin-bottom: 20px;
    height: 250px;
  }
  #upcycle .contsTtl h1 {
    font-size: 1.3em;
    font-weight: 900;
    line-height: 1.7;
  }
  #upcycle .contsTtl p {
    font-size: 1em;
  }
  #upcycle .upcycle {
    max-width: 78%;
    padding: 1em;
  }
  #upcycle .upcycle h2 {
    font-size: 1.5em;
    letter-spacing: 0.3rem;
    font-weight: 900;
  }
}
/*****************project*******************/
#upcycle .project {
  
}
#upcycle .project .lead {
  padding: 2em;
}
#upcycle .project .project01,
#upcycle .project .project02,
#upcycle .project .project03{
  padding: 2em;
	border-top: 1px solid #999;
	margin-top: 2em;
}
#upcycle .project h3 {
  color: #004097;
  font-size: 1.6em;
  text-align: left;
  font-weight: 900;
  line-height: 1.5em;
}
#upcycle .project .ttlH3 {
  display: flex;
}
#upcycle .project .ttlH3:before {
  content: '';
  background-image: url("../img/upCycle_01.png");
  width: 180px;
  height: 80px;
  margin-right: 10px;
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
}
#upcycle .project .project01 .ttlH3:before {
  background-image: url("../img/upCycle_01.png");
}
#upcycle .project .project02 .ttlH3:before {
  background-image: url("../img/upCycle_02.png");
}
#upcycle .project .project03 .ttlH3:before {
  background-image: url("../img/upCycle_03.png");
}
#upcycle .project .project01 h3::after {
  content: "";
  clear: both;
  display: block;
}
#upcycle .project .lead p {
  text-align: left;
  padding: 2em 0;
}
#upcycle .project .project01 p {
  text-align: left;
  padding: 2em 0;
}
#upcycle .project .project02 p {
  text-align: left;
  padding: 2em 0;
}
#upcycle .project .project03 p {
  text-align: left;
  padding: 2em 0;
}
#upcycle .sdgs_list {
  display: flex;
  flex-wrap: nowrap;
  margin: 40px auto;
  max-width: 500px;
  justify-content: center;
}
#upcycle .sdgs_list li {
	padding: 4px;
	box-sizing: border-box;
}
#upcycle .project .about {
  border: 1px solid rgba(175, 175, 175, 1.00);
  padding: 2em;
  font-size: 0.9em;
  color: #606060;
  text-align: left;
}
#upcycle .project .about h3 {
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 10px;
}
@media (max-width: 750px) {
  #upcycle .sdgs_list li {
    padding: 5px;
  }
	#upcycle .project h3 {
  font-size: 1.2em;
}
}
/***********flow*************/
#upcycle .flow {
  background: #ffda00;
  position: relative;
  padding: 50px 0;
}
#upcycle .flow .ttlH2 {
  position: absolute;
  top: -30px;
  width: 100%;
}
#upcycle .flow .ttlH2 h2 {
  background: #FFF;
  border-radius: 50px;
  border: 5px solid #ffda00;
  text-align: center;
  padding: 0.5em 1.5em;
  color: #004097;
  display: inline-block;
  font-weight: 900;
  font-size: 18px;
  line-height: 1.5;
}
#upcycle .flow ul.flowbox > li {
  background: #FFF;
  border-radius: 10px;
  margin: 2em;
}
#upcycle .flow ul.flowbox li > div {
  padding: 2em;
  position: relative;
  min-height: 300px;
}
#upcycle .flow ul.flowbox li > div .conts {
  margin-top: 100px;
  text-align: left;
}
#upcycle .flow .eco {
  background: #18a56a;
  color: #FFF;
  padding: 1em;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}
#upcycle .flow .eco h3 {
  font-size: 1.2em;
  padding: 1em;
  flex-basis: 300px;
}
#upcycle .flow .eco div {
  border-left: 1px solid #FFF;
  padding-left: 1em;
  text-align: left;
}
@media (min-width: 769px) {
  #upcycle .flow ul.flowbox li > div .ttlWrap {
    position: absolute;
    top: 30px;
    left: 120px;
  }
#upcycle .flow .ttlH2 h2 {
  font-size: 28px;
}
  #upcycle .flow ul.flowbox li > div .ttlWrap h3 {
    color: #004097;
    font-size: 1.5em;
    line-height: 1.5;
    font-weight: 900;
    text-align: left;
  }
  #upcycle .flow ul li > div .circle {
    display: inline-block;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #004b91;
    text-align: center;
    line-height: 80px;
    color: #FFF;
    font-size: 2em;
    position: absolute;
    top: 30px;
    left: 30px;
    font-family: "Oswald", sans-serif;
  }
  #upcycle .flow ul.flowbox li.step1 .map {
    position: absolute;
    right: 10px;
    top: 20px;
  }
  #upcycle .flow ul.flowbox li.step1 > div .conts ul {
    display: flex;
    flex-wrap: nowrap;
  }
  #upcycle .flow ul.flowbox li.step1 > div .conts ul li:last-child {
    width: 200px;
  }
  #upcycle .flow ul.flowbox li.step2 > div .conts ul {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
  }
  #upcycle .flow ul.flowbox li.step2 > div .conts ul li {
    flex-basis: 25%;
    padding: 10px;
    text-align: left;
  }
  #upcycle .flow ul.flowbox li.step2 > div .paper_flow {
    position: absolute;
    right: 40px;
    top: 20px;
  }
  #upcycle .flow ul.flowbox li.step3 > div .conts ul {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-end;
  }
  #upcycle .flow ul.flowbox li.step3 > div .conts ul li {
    flex-basis: 30%;
    padding: 10px;
    text-align: left;
  }
  #upcycle .flow ul.flowbox li.step4 > div .point {
    position: absolute;
    right: 20px;
    bottom: 30px;
    width: 300px;
  }
  #upcycle .flow ul.flowbox li.step4 > div .point h4 {
    background: #004b91;
    color: #FFF;
    font-weight: 900;
    margin: 20px 0 0 70px;
  }
  #upcycle .flow ul.flowbox li.step4 > div .point p {
    text-align: left;
    margin: 10px 0 0px 70px;
  }
}
@media (max-width: 768px) {
  #upcycle .flow {
    padding: 70px 0;
  }
  #upcycle .flow ul.flowbox > li {
    margin: 1em;
  }
  #upcycle .flow ul.flowbox li > div {
    padding: 1em;
  }
  #upcycle .flow ul.flowbox li > div .ttlWrap {
    position: absolute;
    top: 20px;
    left: 50px;
  }
  #upcycle .flow ul.flowbox li > div .ttlWrap h3 {
    color: #004097;
    font-size: 1.3em;
    line-height: 1.5;
    font-weight: 900;
    text-align: left;
    padding-right: 10px;
  }
  #upcycle .flow ul li > div .circle {
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #004b91;
    text-align: center;
    line-height: 50px;
    color: #FFF;
    font-size: 2em;
    position: absolute;
    top: 10px;
    left: -10px;
    font-family: "Oswald", sans-serif;
  }
  #upcycle .flow ul.flowbox li > div .conts {
    margin-top: 60px;
    text-align: left;
  }
  #upcycle .flow ul.flowbox li.step1 .map {
    width: 70%;
    margin: auto;
  }
  #upcycle .flow ul.flowbox li.step1 > div .conts ul {
    display: flex;
    flex-wrap: wrap;
  }
  #upcycle .flow ul.flowbox li.step1 > div .conts ul li:last-child {
    width: 100%;
  }
  #upcycle .flow ul.flowbox li.step2 > div .conts ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }
  #upcycle .flow ul.flowbox li.step2 > div .conts ul li {
    flex-basis: 43%;
    padding: 5px;
    text-align: left;
  }
  #upcycle .flow ul.flowbox li.step2 > div .paper_flow {
    text-align: center;
    padding: 10px;
  }
  #upcycle .flow ul.flowbox li.step3 > div .conts ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }
  #upcycle .flow ul.flowbox li.step3 > div .conts ul li {
    flex-basis: 43%;
    padding: 5px;
    text-align: left;
  }
  #upcycle .flow ul.flowbox li.step3 > div .conts ul li:first-child {
    flex-basis: 100%;
    padding: 10px;
  }
  #upcycle .flow ul.flowbox li.step3 > div .conts ul li:first-child {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #upcycle .flow ul.flowbox li.step3 > div .conts ul li:first-child img {
    height: 60px;
    margin-right: 10px;
  }
  #upcycle .flow ul.flowbox li.step4 > div .point {
    margin-top: -30px;
  }
  #upcycle .flow ul.flowbox li.step4 > div .point ul {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row-reverse;
    align-items: flex-end;
  }
  #upcycle .flow ul.flowbox li.step4 > div .point ul li:first-child img {
    transform: rotate(70deg);
    margin-bottom: 10px;
  }
  #upcycle .flow ul.flowbox li.step4 > div .point h4 {
    background: #004b91;
    color: #FFF;
    text-align: center;
    font-weight: 900;
    margin-bottom: 5px;
  }
  #upcycle .flow ul.flowbox li.step4 > div .point p {
    text-align: left;
    margin-bottom: 5px;
  }
}
@media (max-width: 500px) {
  #upcycle .flow ul.flowbox li.step4 > div .point p img {
    width: 40%;
  }
}

/*** ecocookのフロー ***/
#upcycle .flow ul.flowbox2 > li {
	margin: 15px 0;
}
#upcycle .flow ul.flowbox2 > li.step1 .flex {
	display: flex;
	justify-content: space-between;
}
#upcycle .flow ul.flowbox2 > li.step1 .flex > .item {
	flex-shrink: 0;
}
#upcycle .flow ul.flowbox2 > li.step1 .flex > .item:first-child {
	flex-basis: 59%;
}
#upcycle .flow ul.flowbox2 > li.step1 .flex > .item:last-child {
	flex-basis: 40%;
}
#upcycle .flow ul.flowbox2 > li div.item {
  background: #FFF;
  border-radius: 10px;
	padding: 15px;
	box-sizing: border-box;
	overflow: hidden;
}
#upcycle .flow ul.flowbox2 > li div.item h3 {
	color: #004097;
	font-weight: bold;
	font-size: 16px;
	line-height: 1.4;
	padding: 0.5em 0 1em;
	text-align: left;
}
#upcycle .flow ul.flowbox2 > li div.item .row2 ,
#upcycle .flow ul.flowbox2 > li div.item .row2_1 ,
#upcycle .flow ul.flowbox2 > li div.item .row3 {
	display: flex;
	justify-content: space-around;
}
#upcycle .flow ul.flowbox2 > li div.item .row2_1 {
	flex-direction: column;
}
#upcycle .flow ul.flowbox2 > li div.item .row2 > div {
	flex-basis: 50%;
}
#upcycle .flow ul.flowbox2 > li div.item .row3 > div {
	flex-basis: 33.3%;
}
#upcycle .flow ul.flowbox2 > li div.item div > div p.img {
	background-color: #004097;
	color: #FFF;
	border-radius: 15px;
	overflow: hidden;
	width: 100%;
	padding: 2em;
	text-align: center;
}
#upcycle .flow ul.flowbox2 > li div.item .row2 > div ,
#upcycle .flow ul.flowbox2 > li div.item .row2_1 > div ,
#upcycle .flow ul.flowbox2 > li div.item .row3 > div {
	padding: 2px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	align-items: center;
}
#upcycle .flow ul.flowbox2 > li div.item .row2 > div p ,
#upcycle .flow ul.flowbox2 > li div.item .row2_1 > div p ,
#upcycle .flow ul.flowbox2 > li div.item .row3 > div p {
	font-size: 12px;
	padding: 2px;
	box-sizing: border-box;
	line-height: 1.3;
	text-align: left;
}
@media (max-width: 768px) {
}
@media (min-width: 769px) {
#upcycle .flow ul.flowbox2 > li {
	margin: 30px 0;
}
#upcycle .flow ul.flowbox2 > li div.item .row2_1 {
	flex-direction: row;
}
#upcycle .flow ul.flowbox2 > li div.item .row2_1 > div {
	flex-basis: 50%;
}
#upcycle .flow ul.flowbox2 > li div.item h3 {
	font-size: 22px;
}
#upcycle .flow ul.flowbox2 > li div.item .row2 > div p ,
#upcycle .flow ul.flowbox2 > li div.item .row2_1 > div p ,
#upcycle .flow ul.flowbox2 > li div.item .row3 > div p {
	font-size: 20px;
}
#upcycle .flow ul.flowbox2 > li div.item .row2 > div ,
#upcycle .flow ul.flowbox2 > li div.item .row2_1 > div ,
#upcycle .flow ul.flowbox2 > li div.item .row3 > div {
	padding: 15px;
}
}
/***********amakibag*************/
#upcycle .flow.makibag li .item h4{
	margin-top: 2em;
	background: #e4eaed;
    padding: 0.2em
}
#upcycle .flow .step2 .row2{
	max-width: 800px;
	margin: auto;
}
#upcycle .flow .step3 p,
#upcycle .flow .step3 .TXTleft{
	text-align: left;
}

/***********education*************/
@media (min-width: 751px) {
  #upcycle .education {
    background: url(../img/education_bg.jpg) no-repeat center bottom;
    background-size: cover;
    padding: 70px 0 200px 0;
  }
}
@media (max-width: 750px) {
  #upcycle .education {
    background: url(../img/education_bg_sp.jpg) no-repeat center bottom;
    background-size: cover;
    padding: 50px 0 200px 0;
  }
}
#upcycle .education h2 {
  font-size: 2em;
  font-weight: 900;
  margin-bottom: 2em;
}
#upcycle .education ul {
  display: flex;
  justify-content: space-between;
  max-width: 800px;
  margin: auto;
}
#upcycle .education P {
  max-width: 800px;
  margin: auto;
  text-align: left;
}
#upcycle .education ul li {
  padding: 1em;
  flex-basis: 30%;
}
@keyframes fadeIn { /*animetion-nameで設定した値を書く*/
  0% {
    opacity: 0;
  } /*アニメーション開始時は不透明度0%*/
  100% {
    opacity: 1;
  } /*アニメーション終了時は不透明度100%*/
}
.fade {
  animation: fadeIn 0.5s ease 1s 1 normal;
}
.fade-in {
  opacity: 0;
  transition-duration: 500ms;
  transition-property: opacity, transform;
}
.fade-in-up {
  transform: translate(0, 50px);
}
.fade-in-down {
  transform: translate(0, -50px);
}
.fade-in-left {
  transform: translate(-50px, 0);
}
.fade-in-right {
  transform: translate(50px, 0);
}
.scroll-in {
  opacity: 1;
  transform: translate(0, 0);
}
section.news {
  background: #e2eff7;
  padding: 2em 0;
}
section.news h2 {
  margin-bottom: 0.5em;
  padding-bottom: 0.5em;
  border-bottom: solid 1px #18268e;
  color: #18268e;
  font-weight: 900;
  font-size: 1.2em;
  text-align: left;
}
section.news .news_conts {
  text-align: left;
  padding: 15px;
	margin-bottom: 30px;
  border-radius: 10px;
  background: #FFFFFF;
  color: #333;
}
section.news .news_conts .news_list {
  display: flex;
  flex-direction: column;
	flex-wrap: wrap;
}
section.news .news_conts .news_detail {
  margin-bottom: 15px;
}
section.news .news_conts .news_detail h3 {
  background-color: #E2EFF7;
  padding: 4px 1em;
  border-radius: 8px;
  margin-bottom: 8px;
  font-weight: bold;
}
section.news .news_conts .news_detail .text {
	margin-bottom: 15px;
}
section.news .news_conts .news_detail .text p {
	margin-bottom: 0.5em;
}
section.news .news_conts .news_detail .date {
  text-align: right;
}
section.news .news_conts ul {
  display: flex;
  flex-wrap: nowrap;
  box-sizing: content-box;
}
section.news .link a {
  background: #f1f1f1;
  display: block;
  padding: 0.5em 1em;
  margin: 1em 0;
  color: #004180;
  border-radius: 10px;
  font-size: 1em;
  font-weight: 900;
  border-bottom: 2px solid rgb(28 28 28 / 90%);
  text-decoration: none;
  text-align: center;
}
section.news2 {
  background-color: #FFF;
}
section.movie {
  background-color: #FFF;
	padding: 2em 0;
}
@media (max-width: 750px) {
section.news .news_conts .news_detail .text p {
	font-size: 14px;
}
  section.news .news_conts ul {
		justify-content: center;
		flex-wrap: wrap;
  }
  section.news .news_conts ul li {
    padding: 2px;
		flex-basis: 50%;
		box-sizing: border-box;
  }
}
@media (min-width: 769px) {
  section.movie h2 ,
  section.news h2 {
    margin-bottom: 1em;
    padding-bottom: 0.5em;
    border-bottom: solid 1px #18268e;
    color: #18268e;
    font-weight: 900;
    font-size: 1.5em;
    text-align: center;
  }
  section.movie .news_conts,
  section.news .news_conts {
		padding: 30px;
  }
  section.news .news_conts .news_list {
    flex-direction: row;
  }
  section.news .news_conts .news_list > div.item {
		flex-basis: 50%;
    padding: 15px;
    box-sizing: border-box;
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
  }
  section.news .news_conts .news_list .item .link {
		margin-top: auto;
  }
  section.news .news_conts .news_detail {
    margin-bottom: 15px;
    padding: 15px;
  }
  section.news .news_conts .news_detail h3 {
		padding: 15px 1em;
		font-size: 20px;
  }
  section.news .news_conts ul li {
    padding: 0.5em;
  }
  section.movie .contat,
  section.news .contat {
    font-size: 1.5em;
    font-weight: 900;
  }
  section.news .under {
    background: linear-gradient(transparent 70%, #ff99ab 70%);
    display: inline;
  }
  section.news .link a {
    margin: 1em 1em;
    font-size: 1.2em;
  }
  section.news .link a:hover {
    background: rgb(13 112 209);
    color: rgba(255, 253, 0, 1.00);
  }
}
ul.link_factory {
  display: flex;
  flex: 1;
  gap: 10px;
  justify-content: center;
}
ul.link_factory li .link a {
  background: rgb(13 112 209);
  display: block;
  padding: 1em 1em;
  margin: 0 1em;
  color: #fff;
  border-radius: 10px;
  font-size: 1.3em;
  font-weight: 900;
  border-bottom: 2px solid rgb(28 28 28 / 90%);
  text-decoration: none;
  text-align: center;
}
ul.link_factory li .link a:hover {
  background: #f1f1f1;
  background: rgb(13 112 209);
}
ul.link_factory li .link a {}
@media (max-width: 750px) {
  ul.link_factory {
    display: flex;
    flex: 1;
    gap: 10px;
    justify-content: center;
    flex-direction: column;
    margin: 2em 0;
  }
  ul.link_factory li .link a {
    margin: 0em 1em;
    font-size: 1.2em;
  }
}
/***youtube****/
@media screen and (min-width: 768px) {
.video_conts {
  padding: 1em;
  border-radius: 10px;
  background: white;
  color: #333;
  position: relative;
}
}

@media screen and (max-width: 768px) {
.video_conts {
  border-radius: 10px;
  background: white;
  color: #333;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.video_conts iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
}
.readmore {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 30px;
}
.readmore a {
	display: block;
	padding: 0.5em 2.5em;
	background-color: #0D70D1;
	color: #FFF;
	font-weight: bold;
	font-size: 26px;
	text-decoration: none;
	border-radius: 8px;
	overflow: hidden;
	border-bottom: 2px solid #021527;
}
.readmore a:hover {
	color: #FFFD00;
	border-top: 2px solid #021527;
}
@media screen and (max-width: 768px) {
		.readmore a {
	font-size: 18px;
}
}
