@charset "utf-8";

/*-------------------------------------
  PELP
--------------------------------------*/

.jc_end {
  justify-content: flex-end;
}
.jc_center {
  justify-content: center;
}

/* sdgsicon */
.fx_sdgsicon {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin: 0 -1.8em;
}

.fx_sdgsicon > li {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  padding: 0 1.8em;
}
.fx_sdgsicon > li + li {
  border-left: 1px solid #111;
}

.fx_sdgsicon > .sdgs > img {
  width: 100%;
  max-width: 18.125em;
}
.fx_sdgsicon > .icon > img {
  width: 100%;
  max-width: 30.625em;
}

.fx_sdgsicon.sm > .sdgs > img {
  max-width: 10em;
}
.fx_sdgsicon.sm > .icon > img {
  max-width: 16em;
}

.box_sdgsicon > .sup_text {
  margin-top: 1.5em;
}

/* head_sdgsicon */
.head_sdgsicon {
  display: flex;
  justify-content: center;
  margin: 0 -2%;
}
.head_sdgsicon  .sdgs {
  width: 85%;
}
.head_sdgsicon  .icon {
  width: 15%;
}

.head_sdgsicon  li {
  display: flex;
  align-items: center;
}

.head_sdgsicon  li + li{
  margin-left: 4%;
}

.head_sdgsicon li img {
  width: 100%;
}



/* main key */
.box_main {
  position: relative;
}
.box_main > .title {
  position: absolute;
  right: 2em;
  bottom: 2em;
  text-align: right;
  font-weight: 500;
  font-family: "游明朝" , "Yu Mincho" , "游明朝体" , YuMincho , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
  font-size: 4rem !important;
  color: #fff;
  line-height: 1.3;
  letter-spacing: .1rem;
  text-shadow: 0 0 .5em rgba(0,0,0,.7);
}



/* fukidashi */
.box_fukidashi {
  position: relative;
  margin-bottom: 2.5em;
  padding: 5em 2em;
  border-radius: .6em;
  background-color: #009c34;
  text-align: center;
  color: #fff;
}
.box_fukidashi::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2.48em;
  margin: auto;
  width: 4.5em;
  height: 2.5em;
  background: url('../images/fukidashi.png') center/contain no-repeat;
}

.box_fukidashi > .catch {
  margin-top: 1em;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1.3;
}
.box_fukidashi > .title {
  margin-top: 1.3em;
  font-weight: 500;
  font-size: 3rem;
  line-height: 1.5;
}
.box_fukidashi > .text {
  margin-top: 1em;
}



/* upcycle */
.box_upcycle > .title {
  width: 100%;
  max-width: 25em;
  margin: 0 auto;
  margin-bottom: 1.8em;
  padding: 1em .8em .8em;
  border-radius: .4em;
  background: #009c34;
  text-align: center;
  font-weight: 500;
  font-size: 2.4rem;
  color: #fff;
  line-height: 1.1;
  letter-spacing: .1rem;
}

.fx_flow {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background: url(../images/arrow_bl.png) center/50em no-repeat;
}
.fx_flow > .text {
  position: relative;
  width: 100%;
  padding: 3em 0;
}
.fx_flow > .text > .title {
  text-align: center;
  font-weight: 700;
  font-size: 2.4rem;
  color: #009c34;
  line-height: 1.5;
  letter-spacing: .1rem;
}
.fx_flow > .text {
  order: 1;
}
.fx_flow > .flow:nth-of-type(2) {
  order: 0;
}
.fx_flow > .flow:nth-of-type(3) {
  order: 0;
}
.fx_flow > .flow:nth-of-type(4) {
  order: 2;
}
.fx_flow > .flow:nth-of-type(5) {
  order: 2;
}
.fx_flow > .flow {
  position: relative;
  width: 100%;
  max-width: 28em;
}
.fx_flow > .flow > .text {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  height: 5.6em;
  padding: 1em 1.5em;
  padding-left: 5.6em;
  background-color: #009c34;
  color: #fff;
}
.fx_flow > .flow > .text > span {
  position: absolute;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  left: .8em;
  bottom: 0;
  margin: auto;
  width: 1.6em;
  height: 1.6em;
  padding-top: .1em;
  border-radius: 50%;
  background-color: #fff;
  font-weight: 700;
  font-size: 3rem;
  color: #009c34;
  line-height: 1;
}



/* searchbox */
.box_search > .title {
  padding: 1em .8em .8em;
  background: #009c34;
  text-align: center;
  font-weight: 500;
  font-size: 2.4rem;
  color: #fff;
  line-height: 1.1;
  letter-spacing: .1rem;
}

.box_search > .fx_search {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2em;
  background: #f4f4f4;
}
.box_search > .fx_search > .item_text {
  margin-left: 1em;
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 1.1;
  letter-spacing: .1rem;
  word-break: break-all;
}
.box_search > .fx_search > .item_text > a:hover,
.box_search > .fx_search > .item_text > a:focus {
  color: #3094b3;
}

/* add_block */
.add_block {
  margin-top: 50px;
}
.add_block + .add_block {
  margin-top: 100px;
}

.add_block .ttl {
	font-size: 22px;
	color: #0e46ae;
	margin-bottom: 20px;
	font-weight: bold;
}

.add_block .add_block_inner{
  display: flex;
  justify-content: space-between;
}

.pelp .add_block_inner{
  align-items: center;
}

.add_block .left,
.add_block .right {
  width: 48%;
}

.add_block .left .lead + .lead {
  margin-top: 1em;
}

.add_block .left .sdgs_list {
  display: flex;
  margin-top: 20px;
}

.add_block .left .box_main .title {
	right: 30px;
	bottom: 30px;
	font-size: 21px !important;
	padding: 0;
}

.add_block .right .logo {
  text-align: center;
}

.add_block .right .logo img {
  width: 200px;
}

.add_block .right .btn_list {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
}

.add_block .right .btn_list .btn_item {
  align-self: center;
}

.add_block .right .btn_list .btn_item + .btn_item {
  margin-top: 10px;
}

.add_block .right .btn_list .btn_item .link {
	width: 260px;
	height: 38px;
	display: flex;
	justify-content: center;
	background-color: #28a838;
	color: #fff;
	border-radius: 4px;
	text-align: center;
	font-size: 13px;
	align-items: center;
  transition: .3s;
}

.add_block .right .btn_list .btn_item .link:hover {
  text-decoration: none;
  opacity: .8;
}

.add_block .right .btn_list .btn_item .link::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 7px;
  border-color: transparent transparent transparent #fff;
  margin-right: 7px;
}




