@charset "utf-8";
/*!
page > sienseido
------------------------------
*/
/*lower-head*/
.lower-head-inner .c-lower-title span {
  font-size: 1.8rem;
  display: block;
  margin-top: 0.4rem;
}
/*sienseido*/
#sienseido .convo.convo-sec1-1 .convo-item.left.center {
  width: 100%;
  margin: 4.2rem auto 1rem;
}
#sienseido .convo.convo-sec1-1 .convo-item.left.center .convo-chara {
  width: 6rem;
}
#sienseido .l-container .convo.convo-sec1-1 {
  margin-bottom: 2.8rem;
}
#sienseido .convo.convo-sec1-1 .convo-item.left.center .convo-comment {
  max-width: 64.6rem;
  padding: 1rem 2rem;
  letter-spacing: 0;
  line-height: 2.2rem;
  color: #411113;
  border: 2px solid #411113;
}
.top-future-title {
  margin-top: 8rem;
  margin-bottom: 0;
}
.top-future-title::after {
  content: "";
  width: 6.7rem;
  height: 3.7rem;
  background: url("../img/top/top-future-deco.png") no-repeat center center/contain;
  position: absolute;
  bottom: calc(100% + 0.5rem);
  left: 50%;
  transform: translateX(-50%);
}
#sienseido .l-container h4 {
  font-size: 1.7rem;
  color: #411113;
  font-weight: bold;
  text-align: center;
  margin-top: 2rem;
}
#sienseido .l-container .recommendation-box {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 1.5rem;
}
.l-container .recommendation-box img {
  margin: 0.5rem 0.6rem;
  width: 46%;
}
#sienseido .l-container .fukidashi {
  background: #EDE9E4;
  margin: 5.4rem auto 0;
  position: relative;
  margin-bottom: 7rem;
  padding: 5rem 2.8rem 4rem;
  border-radius: 3.7rem;
}
#sienseido .l-container .fukidashi::before {
  content: '';
  position: absolute;
  top: -1.3em;
  border-right: 35px solid transparent;
  border-left: 35px solid transparent;
  border-bottom: 40px solid #EDE9E4;
  left: 13.5rem;
}
#sienseido .l-container .fukidashi::after {
  content: none;
}
.fukidashi-deco1 {
  position: relative;
}
.fukidashi-deco1::before {
  content: "";
  position: absolute;
  background: url("../img/sienseido/sp/fukidashi-deco1.png") no-repeat center center/contain;
  width: 5rem;
  height: 5.8rem;
  top: -6.5rem;
  right: -2rem;
}
.fukidashi-deco2 {
  position: relative;
}
.fukidashi-deco2::before {
  content: "";
  position: absolute;
  background: url("../img/sienseido/sp/fukidashi-deco2.png") no-repeat center center/contain;
  width: 14rem;
  height: 7.8rem;
  bottom: -9rem;
  right: -2rem;
}
.l-container .fukidashi .eco-box {
  margin-top: 6.3rem;
}
.l-container .fukidashi .eco-box:first-child {
  margin-top: 0;
}
.eco-box .category-box {
  display: flex;
  justify-content: flex-start;
  column-gap: 1rem;
}
.eco-box .category-box .green {
  border-radius: 10px;
  color: #411113;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
  background: #D3F0C4;
  width: 9rem;
  height: 3rem;
  line-height: 3rem;
}
.eco-box .category-box .blue {
  border-radius: 10px;
  color: #411113;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
  background: #BCDAE5;
  width: 8.5rem;
  height: 3rem;
  line-height: 3rem;
}
.fukidashi .eco-box .eco-title {
  font-size: 1.7rem;
  padding: 1rem 0 0.9rem;
  color: #411113;
  font-weight: bold;
  border-bottom: 0.2rem solid #320D10;
}
.fukidashi .eco-box .img-box {
  margin-top: 2.4rem;
  display: flex;
  justify-content: flex-start;
  column-gap: 1.3rem;
}
.fukidashi .eco-box .img-box img {
  width: 5.2rem;
}
.fukidashi .eco-box .eco-text {
  font-size: 14px;
  color: #505050;
  /*line-height: 2.1rem;*/
  margin-bottom: 1rem;
  margin-top: 1.8rem;
}
@media print, screen and (min-width: 550px) {
  #sienseido .l-container .fukidashi::before {
    left: 15rem;
  }
}
@media print, screen and (min-width: 768px) {
  .fukidashi .eco-box .img-box img {
    width: 7rem;
  }
  #sienseido .convo.convo-sec1-1 .convo-item.left.center {
    width: 53rem;
  }
  #sienseido .convo.convo-sec1-1 .convo-item.left.center .convo-comment {
    padding: 1.25rem 1.4rem;
  }
  .top-future-title {
    font-size: 2.8rem;
    margin-top: 11rem !important;
    width: 74%;
    margin: 3.7rem auto 0;
  }
  .top-future-title::after {
    width: 13.5rem;
    height: 7.4rem;
  }
  .top-future-box {
    width: 21.8rem;
    height: 21.8rem;
    flex-shrink: 0;
    margin-bottom: 0;
  }
  #sienseido .l-container h4 {
    font-size: 2.3rem;
    margin-top: 4.8rem;
  }
  #sienseido .l-container .recommendation-box {
    margin-bottom: 7rem;
  }
  .l-container .recommendation-box img {
    margin: 1.8rem 1.2rem;
    width: 18.3rem;
  }
  #sienseido .l-container .fukidashi {
    border-radius: 5rem;
    padding: 9rem 13rem;
  }
  #sienseido .l-container .fukidashi::before {
    left: 40rem;
	top: -3.5rem;
  }
  #sienseido .l-container .fukidashi::after {
    content: none;
  }
  .fukidashi-deco1::before {
    background: url("../img/sienseido/fukidashi-deco3.png") no-repeat center center/contain;
    width: 9.3rem;
    height: 9.8rem;
    top: -13.8rem;
    right: -4rem;
  }
  .fukidashi-deco3 {
    position: absolute;
    background: url("../img/sienseido/fukidashi-deco4.png") no-repeat center center/contain;
    width: 10rem;
    height: 10rem;
    top: -6rem;
    right: -12rem;
  }
  .fukidashi-deco2::before {
    width: 19rem;
    bottom: -14.5rem;
    right: -15.8rem;
  }
  .l-container .fukidashi .eco-box {
    margin-top: 3.1rem;
  }
  .eco-box .category-box .green {
    font-size: 1.5rem;
    width: 12rem;
    height: 4rem;
    line-height: 4rem;
  }
  .eco-box .category-box .blue {
    font-size: 1.5rem;
    width: 10rem;
    height: 4rem;
    line-height: 4rem;
  }
  .fukidashi .eco-box .eco-title {
    font-size: 2.1rem;
  }
}
@media print, screen and (min-width: 1020px) {
  .l-container .recommendation-box img {
    width: 19.3rem;
  }
}
@media print, screen and (min-width: 1020px){
  #sienseido .l-container .fukidashi::before {
    left: 46rem;
  }
}
/*!
footer
------------------------------
*/
.ft-bg-w {
  background: #fff url(../img/ene-adventure/sp/ea-footer-bg.png) no-repeat center center/100% auto;
}
.footer-deco2::before {
  content: none;
}
.footer-deco2::after {
  background: url("../img/sienseido/sp/footer-deco1.png") no-repeat center center/100% auto;
  width: 6.7rem;
  height: 9rem;
  top: -7.5rem;
  right: 0;
}
@media print, screen and (min-width: 768px) {
  .ft-bg-w {
    background: #fff url(../img/ene-adventure/ea-footer-bg.png) no-repeat top center/cover;
  }
  .footer-deco2::before {
    display: none;
  }
  .footer-deco2::after {
    content: none;
  }
}