@charset "UTF-8";
/* ==============================
  パルプシリーズの特長
============================== */
section.l-container-m{
  margin-bottom: 50px;
}
section.l-container-m:last-of-type{
  margin-bottom: 100px;
}
.pulp_features h2{
  font-size: 28px;
  font-weight: 700;
  line-height: 1.75;
  text-align: center;
  margin-bottom: 50px;
}
.pulp_features a.btn,
.pulp_features p.btn a{
  background-color: #B1AEA2;
  text-align: center;
  font-size: .875rem;
  color: white;
  cursor: pointer;
  width: 80%;
  display: block;
  margin: 0 auto 14px;
  padding: 10px 0;
}
.pulp_features ul.ani-line {
  display: flex;
  font-size: 1.375rem;
  font-weight: 500;
  gap: 26px;
  color: #645E46;
  padding: 15px 18px 16px 22px;
  margin: 0;
}
.pulp_features ul.ani-line li:first-of-type::after {
    content: '×';
    position: absolute;
    bottom: 0;
    right: -24px;
}
.pulp_features ul.ani-line li{
  position: relative;
}
/* TOP */
.pulp .top_link{
  background-color: #f1f1f1;
  padding: 30px 20px 30px;
}
.pulp .top_link h2{
  font-weight: 500;
  text-align: center;
}
.pulp .top_link li{
  width: calc(100% / 3 - 20px);
  display: flex;
  flex-direction: column;
}
.pulp .top_link li a{
  position: relative;
  height: 217px;
}
.pulp .top_link ul li dl{
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 200px;
  height: 200px;
  padding-bottom: 20px;
}
.pulp .top_link ul li dl::before{
  width: 200px;
  height: 200px;
  background-color: white;
  border-radius: 50%;
  position: absolute;
  content: '';
}
.pulp .top_link ul li dl::after{
  position: absolute;
  bottom: 17px;
  left: 45%;
  content: url('../img/pulp_features/three-arrow-under.svg');
  width: 17px;
  height: 27px;
}
.pulp .top_link ul li dt,
.pulp .top_link ul li dd{
  position: relative;
  z-index: 1;
  text-shadow: 1px 1px 3px white;
}
.pulp .top_link ul li dt{
  color: #509E2F;
  font-size: 19px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 5px;
}
.pulp .top_link ul li dd{
  font-size: 13px;
  line-height: 1.6;
}
.pulp .top_link ul li dd span{
  font-size: 17px;
  font-weight: bold;
  display: block;
}
.pulp .top_link figure img{
  width: 150px;
  height: 150px;
  border-radius: 50%;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 992px){
 .pulp .top_link ul li{
    width: calc(100% / 3 - 10px);
 }
 .pulp .top_link ul li dl::after{
  left: 35%;
 }
}
@media screen and (max-width: 768px){
  .pulp .top_link ul.l-flex.flex-sb {
    flex-flow: row;
  }
  .pulp .top_link ul li dl::after {
    left: 30%;
    z-index: 5;
  }
}
@media screen and (max-width: 599px){
  .pulp .top_link ul.l-flex.flex-sb {
    flex-flow: column;
  }
  .pulp .top_link ul li {
    width: 80%;
    margin: 0 auto;
  }
  .pulp .top_link ul li dl::after {
    left: 45%;
  }
  .p-series_detail h3{
    font-size: 14px;
  }
}
/* BOX01 */
.pulp_features .box01 {
  margin-bottom: 100px;
}
.pulp_features .box01 > div:first-of-type{
  margin-bottom: 50px;
}
.pulp_features .box01 .box01-1 {
  border: 1px solid #645E46;
  border-radius: 30px;
  padding: 2rem 2.5rem;
  gap: 30px;
}
.pulp_features .box01 dl{
  font-size: 18px;
}
.pulp_features .box01 figure{
  width: 35%;
}
.pulp_features .box01 .box01-1 dl dt,
.pulp_features .box01 .box01-1 dl dd{
  line-height: 3.3;
}
.pulp_features .box01 .box01-2 dl dt,
.pulp_features .box01 .box01-2 dl dd{
  line-height: 2;
}
.pulp_features .box01 .downward{
  width: 20px;
  margin: 0 auto 30px;
}
.pulp_features .box01 p{
  text-align: center;
  margin-bottom: 50px;
  flex-shrink: 0;
}
.pulp_features .box01 p,
.pulp_features .box01 ul{
  font-size: 18px;
}
.pulp_features .box01 .box01-1 ul{
  margin: 0 30px 30px 0;
}
.pulp_features .box01 ul li{
  margin-bottom: 5px;
}
.pulp_features .box01 .box01-1 figcaption{
  margin: 0;
  font-size: .8em;
}
.pulp_features .box01 .box01-2 div:first-of-type{
  width: 350px;
  background-color: #F6F4ED;
  margin-right: 10px;
}
.pulp_features .box01-2 figure{
  position: relative;
}

.pulp_features .box01 .box01-2 div.btnwrap{
  background-color: #F6F4ED;
  height: 70px;
  padding-top: 14px;
}
.pulp_features .box01 .box01-2 .dots{
  margin-bottom: 20px;
}
.pulp_features .box01-2 figcaption,
.pulp_features .box02 div:last-of-type figcaption{
  position: absolute;
  font-size: 1.625rem;
  font-weight: 700;
  color: white;
  top: 140px;
  left: 20px;
  line-height: 1.5;
  margin: 0;
  text-shadow: 0 3px 6px rgba(0, 0, 0, .4);
}
.pulp_features .box01-2 figcaption span,
.pulp_features .box02 div:last-of-type figcaption span {
  display: block;
  font-size: 1rem;
  font-weight: 500;
  margin-top: -4px;
}
@media screen and (max-width: 1060px){
  .pulp_features .box01 .box01-1 dl dt, .pulp_features .box01 .box01-1 dl dd  {
      line-height: 2.3;
  }
}
@media screen and (max-width: 992px){
  .pulp_features .box01 .box01-1 dl dt, .pulp_features .box01 .box01-1 dl dd  {
    line-height: 1.7;
  } 
}
@media screen and (max-width: 768px){
  .pulp_features .box01 dl, .pulp_features .box01 figure{
    width: 100%;
  }
  .pulp_features .box01 .box01-1 .arrow{
    position: unset;
  }
  .pulp_features .box01-2 figcaption{
    top: 50%;
  }
  .pulp_features .box01 .box01-2 div:first-of-type,
  .pulp_features .box01 .box01-2 div:nth-of-type(2) ul{
    margin-bottom: 50px;
  }
  .pulp_features .box01 .box01-2 div.btnwrap {
    height: 80px;
    padding-top: 20px;
  }
  .box01-2 dl {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 599px){
  .pulp_features .box01 ul li{
    font-size: 16px;
  }
}

/* Box02 */
.pulp_features .box02 div:first-of-type{
  margin-bottom: 50px;
}
.pulp_features .box02 div:first-of-type ul{
  gap: 100px;
}
.pulp_features .box02 div:first-of-type ul li{
  width: 300px;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
}
.pulp_features .box02 div:first-of-type ul li img{
  width: 200px;
  margin-bottom: 20px;
}
.pulp_features .box02 div:first-of-type ul li p{
  text-align: center;
  font-size: .8em;
  margin: 10px 0;
}
.pulp_features .box02 a {
  color: white;
}
.pulp_features .box02 a:hover{
  color:#8EBA2B;
}
.pulp_features .box02 div:last-of-type > ul{
  gap: 100px;
}
.pulp_features .box02 div:last-of-type > ul > li{
  position: relative;
  width: 350px;
  background-color: #F6F4ED;
}
.pulp_features .series-btn {
    margin-top: auto;
    padding: 10px 0 20px;
    min-height: 130px;
    display: flex;
    flex-flow: column;
    justify-content: center;
}
.pulp_features .series-btn a {
    background-color: #B1AEA2;
    text-align: center;
    font-size: .875rem;
    color: white;
    cursor: pointer;
    width: 80%;
    display: block;
    margin: 0 auto 10px;
    padding: 10px 0;
}
@media screen and (max-width: 992px){
  .pulp_features .box02 div:last-of-type > ul{
    gap: 50px;
  }
}
@media screen and (max-width: 768px){
.pulp_features .box02 div:first-of-type ul,
.pulp_features .box02 div:last-of-type > ul{
  flex-direction: row;
  justify-content: center;
  gap: 20px;
  }
  .pulp_features .box02 div:last-of-type figcaption {
    top: 19%;
  }
}
@media screen and (max-width: 599px){
  .pulp_features .box02 div:last-of-type > ul {
    flex-direction: column;
  }
  .pulp_features .box02 div:last-of-type > ul > li{
    width: 100%;
  }
  .pulp_features .box02 div:last-of-type figcaption {
    top: 23%;
  }
}
/* Box03 */
.pulp_features .box03 h3 {
  margin-bottom: 30px;
}
.pulp_features .box03 h3 + p{
  margin-bottom: 100px;
}
.pulp_features .box03 figure{
  width: 80%;
  margin: 0 auto;
}
.pulp_features .box03 figcaption{
  text-align: right;
  font-size: .8em;
}
@media screen and (max-width: 768px){
  .pulp_features .box03 figure{
    width: 100%;
  }
}


.pulp_features .box03 + p{
  font-size: 18px;
  font-weight: bold;
}

.pulp_features .l-footer_cta{
  padding: 30px 0 100px;
}

h2.al{
  text-align: left;
  margin-bottom: 20px;
}