@charset "utf-8";

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

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

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

.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;
}



/* 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;
  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('../image/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(../image/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;
}