@charset "UTF-8";



.p-chopped_fiber {
  position: relative;
}

.p-chopped_fiber::before {
  position: absolute;
  content: "";
  background: #f8f8f8;
  width: 510px;
  height: calc(100% + 325px);
  bottom: 0;
  right: 0;
  z-index: -1;
  pointer-events: none;
}


.p-milled_fiber {
  position: relative;
  padding: 190px 0 130px;
}

.p-milled_fiber::before {
  position: absolute;
  content: "";
  background: #f8f8f8;
  width: 510px;
  height: calc(100% + 200px);
  top: 0;
  left: 0;
  z-index: -1;
  pointer-events: none;
}



.p-milled_fiber .graph {
  max-width: 1056px;
  margin: 90px auto 0;
  padding: 0 30px;
}

.p-graph-pc {
  width: 100%;
  margin: 0 auto 10px;
  font-weight: 600;
}

.p-graph-pc th {
  background: #000;
  color: #fff;
  text-align: center;
  font-size: 1.8rem;
  letter-spacing: 0.025em;
  height: 75px;
  vertical-align: middle;
  border: solid 1px #fff;
}
.p-graph-pc th:nth-child(n+2) {
	background: #3e3a39;
	color: #fff;
  }
.p-graph-pc td {
  background: #ececec;
  color: #000;
  text-align: center;
  font-size: 1.8rem;
  letter-spacing: 0.025em;
  height: 75px;
  vertical-align: middle;
      border: solid 1px #fff;
}

.p-milled_fiber .caution {
  font-size: 1.6rem;
  font-weight: 400;
}

.p-list {
    max-width: 1056px;
    margin: 110px auto;
    padding: 0 30px;
}

.p-list .block {
    background: #000;
    color: #fff;
    line-height: 1.5;
    display: flex;
    align-items: center;
    padding: 30px 0;
}

.p-list .block .number {
    width: 148px;
    position: relative;
    text-align: center;
    color: #b60081;
    font-size: 6rem;
    letter-spacing: -0.05em;
    line-height: 1;
}

.p-list .block + .block {
    margin-top: 10px;
}

.p-list .block .detail {
  width: calc(100% - 148px);
  padding-left: 70px;
  padding-right: 20px;
  border-left: solid 1px #fff;
}

.p-list .block .detail dt {
  font-size: 3rem;
  padding-bottom: 5px;
}

.p-list .block .detail dd {
  font-size: 1.7rem;
}

.p-2col {
    max-width: 1056px;
    margin: 0 auto;
    padding: 0 30px;
}


.p-2col-lead .ttl {
    font-size: 2.7rem;
    font-weight: 600;
    letter-spacing: 0;
    margin-bottom: 20px;
}

.p-2col-lead p {
    font-size: 1.6rem;
    font-weight: 400;
}

.p-compound {
    background: #000;
    color: #fff;
}


.p-compound-block {
    padding: 40px;
}

.p-compound-block .inner {
    max-width: 650px;
    margin: 0 auto;
}

.p-compound-block .heading {
    font-size: 2.1rem;
    border-left: solid 1px #b60081;
    padding-left: 30px;
    line-height: 1.5;
    margin-bottom: 30px;
}

.p-compound-block .heading strong {
    font-size: 3.5rem;
    font-weight: 600;
}

.p-compound-block  .button {
    margin: 60px auto 0;
}

.p-compound-block .button a {
    display: block;
    background: #fff;
    min-height: 90px;
    padding: 27px 0;
    transition: .3s;
}

.p-compound-block .button a span {
    display: block;
    width: 100px;
    margin: 0 auto;
}



@media screen and (min-width: 768px) {

  .l-header {
    background: #323232;
  }

  .m-2col-block .heading span {
      max-width: 372px;
  }
	.m-2col-block .heading.mdf span {
	max-width: 331px;
	}

  .p-chopped_fiber {
    padding: 120px 0 160px;
  }

  .p-graph-sp {
    display: none;
  }
.p-graph-pc td:first-child {
  background: #000;
  color: #fff;
  }
  .p-2col {
      display: flex;
      flex-direction: row-reverse;
      justify-content: space-between;
      align-items: center;
  }

  .p-2col-pic {
      max-width: 420px;
      width: 43%;
  }

  .p-2col-lead {
      max-width: 516px;
      width: 52%;
  }

  .p-compound {
      display: flex;
      justify-content: center;
      align-items: center;
  }

  .p-compound-pic {
      width: 50%;
  }

  .p-compound-block {
      width: 50%;
  }


  .p-compound-block .button a:hover {
    background: #b60081;
  }


}

@media screen and (max-width: 767px){

  .m-2col-block .heading span {
      max-width: 242px;
  }
	.m-2col-block .heading.mdf span {
      max-width: 216px;
  }

  .p-chopped_fiber::before {
    width: 130px;
    height: calc(100% + 455px);
  }

  .p-milled_fiber::before {
    width: 130px;
    height: calc(100% + 150px);
  }


  .p-graph-pc {
    display: none;
  }

  .p-milled_fiber {
    padding: 100px 0 0;
  }

  .p-milled_fiber .graph {
      margin: 40px auto 0;
      padding: 0 20px;
  }

  .p-milled_fiber .caution {
      font-size: 1.3rem;
      line-height: 1.5;
      padding-top: 10px;
  }

  .p-graph-sp {
    width: 100%;
    font-size: 1.2rem;
    font-weight: 600;
  }

  .p-graph-sp + .p-graph-sp {
    margin-top: 30px;
  }

  .p-graph-sp th {
      width: 140px;
      background: #000;
      color: #fff;
      vertical-align: middle;
      border: solid 1px #fff;
      height: 45px;
      text-align: center;
  }


  .p-graph-sp tr:nth-child(n + 2) th {
    background: #3e3a39;
    color: #fff;
    text-align: center;
    height: 45px;
    vertical-align: middle;
  }

  .p-graph-sp td {
      background: #ECECEC;
      color: #000;
      vertical-align: middle;
      border: solid 1px #fff;
      text-align: center;
  }

  .p-list .block {
      min-height: 135px;
      padding: 0;
  }

  .p-list .block .number {
      font-size: 3.5rem;
      width: 65px;
  }

  .p-list {
      padding: 0 20px;
      margin: 50px auto;
  }

  .p-list .block .detail {
      width: calc(100% - 65px);
      padding: 0 30px 0 15px;
  }

  .p-list .block .detail dt {
      font-size: 1.7rem;
  }

  .p-list .block .detail dd {
      font-size: 1.1rem;
  }
  .p-2col {
	padding: 0 20px 80px;
	margin: 0 auto;
  }
  .p-2col-pic {
    max-width: 240px;
    margin: 0 auto 20px;
  }

  .p-2col-lead .ttl {
      line-height: 1.4;
      font-size: 1.6rem;
      margin-bottom: 10px;
  }

  .p-2col-lead p {
      font-size: 1.3rem;
  }

  .p-compound-pic img {
    width: 100%;
  }

  .p-compound-block {
	padding: 50px 32px 80px;
  }

  .p-compound-block .heading strong {
      font-size: 2rem;
  }

  .p-compound-block .heading {
      font-size: 1.4rem;
      padding-left: 20px;
  }

  .p-compound-block .button {
      margin: 30px auto 0;
  }

  .p-compound-block .button a {
      min-height: 60px;
      padding: 15px 0;
  }

  .p-compound-block .button a span {
      width: 80px;
  }

}
