.cnf {
  padding-top: 1.5rem;
  padding-bottom: 8rem;
}
@media screen and (min-width: 681px) {
  .cnf {
    padding-top: 0;
    padding-bottom: 13rem;
  }
}

.cnf__content + .cnf__content {
  margin-top: 8rem;
}
@media screen and (min-width: 681px) {
  .cnf__content + .cnf__content {
    margin-top: 13rem;
  }
}

.cnf__title .section-title__en {
  font-size: 5rem;
  display: inline-block;
  text-transform: capitalize;
}
@media screen and (min-width: 961px) {
  .cnf__title .section-title__en {
    font-size: 8rem;
  }
}

.cnf__text {
  line-height: 180%;
  margin-top: 2.4rem;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (min-width: 681px) {
  .cnf__text {
    margin-top: 3.2rem;
  }
}

.cnf__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.6rem;
  margin-top: 4rem;
}
@media screen and (min-width: 681px) {
  .cnf__nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-top: 5.5rem;
  }
}
.cnf__nav .btn {
  width: 100%;
  max-width: none;
}

.cnf-section__title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
}

.cnf-section__title-label {
  font-size: 1rem;
  margin-top: 0.8rem;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
@media screen and (min-width: 681px) {
  .cnf-section__title-label {
    margin-top: 1.2rem;
    font-size: 1.4rem;
  }
}

.cnf-section__title-number {
  display: inline-block;
  font-weight: 700;
  font-size: 4.2rem;
  color: #40acdc;
  margin-left: -0.5rem;
  letter-spacing: -1.8rem;
}
@media screen and (min-width: 681px) {
  .cnf-section__title-number {
    font-size: 6rem;
    margin-left: 0.1rem;
    letter-spacing: -2.4rem;
  }
}

.cnf-section__title-text {
  font-weight: 700;
  font-size: 2.8rem;
  line-height: 1.8;
  margin-left: 1.8rem;
  margin-top: 0.8rem;
}
@media screen and (min-width: 681px) {
  .cnf-section__title-text {
    font-size: 4rem;
    margin-left: 3.2rem;
  }
}

.cnf-section__lead {
  font-size: 2rem;
  line-height: 1.8;
  color: #40acdc;
  margin-top: 0.8rem;
  font-weight: 500;
}
@media screen and (min-width: 681px) {
  .cnf-section__lead {
    font-size: 2.4rem;
  }
}

.cnf-section__lead-label {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1;
  background: #40acdc;
  color: #ffffff;
  padding: 0.6rem 1rem;
  font-size: 1.4rem;
  font-weight: 500;
}
@media screen and (min-width: 681px) {
  .cnf-section__lead-label {
    font-size: 1.6rem;
  }
}

.cnf-section__content {
  margin-top: 2.8rem;
}
@media screen and (min-width: 681px) {
  .cnf-section__content {
    margin-top: 4rem;
  }
}

.cnf-section__subtitle {
  position: relative;
  background-color: #f8f8f8;
  padding: 0.3rem 1rem;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.8;
}
@media screen and (min-width: 681px) {
  .cnf-section__subtitle {
    font-size: 3.2rem;
    padding: 0 3.2rem;
  }
}
.cnf-section__subtitle::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0.5rem;
  height: 100%;
  background-color: #40acdc;
}
@media screen and (min-width: 681px) {
  .cnf-section__subtitle::before {
    width: 0.7rem;
  }
}

.cnf-section__text {
  line-height: 1.8;
  margin-top: 1.6rem;
}
@media screen and (min-width: 681px) {
  .cnf-section__text {
    margin-top: 2.4rem;
  }
}
.cnf-section__text p + p {
  margin-top: 2rem;
}
@media screen and (min-width: 681px) {
  .cnf-section__text p + p {
    margin-top: 2.4rem;
  }
}
.cnf-section__text + .cnf-section__subtitle {
  margin-top: 4rem;
}
@media screen and (min-width: 681px) {
  .cnf-section__text + .cnf-section__subtitle {
    margin-top: 4.5rem;
  }
}
.cnf-section__text .cnf-section__text-bold {
  font-size: 1.8rem;
  font-weight: 700;
}
.cnf-section__text .cnf-section__text-bold + p {
  margin-top: 0.8rem;
}
@media screen and (min-width: 681px) {
  .cnf-section__text .cnf-section__text-bold + p {
    margin-top: 0.4rem;
  }
}

.cnf-section__list {
  margin-top: 0.6rem;
}
@media screen and (min-width: 681px) {
  .cnf-section__list {
    margin-top: 1.4rem;
  }
}

.cnf-section__image {
  margin-top: 1.4rem;
}
@media screen and (min-width: 681px) {
  .cnf-section__image {
    margin-top: 0;
  }
}

.cnf-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.2rem;
}
@media screen and (min-width: 681px) {
  .cnf-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 3.2rem;
  }
}
.cnf-list:has(.cnf-list__item-image) {
  gap: 2.4rem;
}
@media screen and (min-width: 681px) {
  .cnf-list:has(.cnf-list__item-image) {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.4rem;
  }
}
@media screen and (min-width: 681px) {
  .cnf-list.cnf-list--fibrimelt {
    margin-top: 5.4rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 4rem 5rem;
  }
  .cnf-list.cnf-list--fibrimelt .cnf-list__item:first-child {
    grid-area: 1/1/3/2;
  }
}
.cnf-list.cnf-list--fibrimelt + .cnf-section__lead {
  margin-top: 64px;
}
.cnf-list.cnf-list--column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4rem;
}
@media screen and (min-width: 681px) {
  .cnf-list.cnf-list--column .cnf-list__item {
    width: 100%;
  }
}
.cnf-list.cnf-list--graph {
  gap: 2.4rem;
}
@media screen and (min-width: 681px) {
  .cnf-list.cnf-list--graph {
    gap: 1.1rem;
  }
}

.cnf-list__item {
  width: 100%;
}
@media screen and (min-width: 681px) {
  .cnf-list__item {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

.cnf-list__item-text {
  position: relative;
  display: inline-block;
  padding-left: 1.6rem;
  font-size: 1.4rem;
  line-height: 1.8;
  font-weight: 500;
}
@media screen and (min-width: 681px) {
  .cnf-list__item-text {
    font-size: 1.8rem;
  }
}
.cnf-list__item-text::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1rem;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  background-color: #40acdc;
}
.cnf-list__item-text small {
  font-size: 80%;
}

.cnf-list__item-notes {
  line-height: 1.8;
  font-size: 1.4rem;
}
.cnf-list__item-notes a {
  color: #40acdc;
  font-size: 1.4rem;
}

.cnf-list__item-image {
  width: 100%;
  height: auto;
  display: block;
  margin-top: 0.2rem;
}
@media screen and (min-width: 681px) {
  .cnf-list__item-image {
    margin-top: 0;
  }
}

.cnf-list__section-notes {
  font-size: 1.2rem;
  line-height: 1.8;
  margin-top: 1.6rem;
}

.cnf-list__section-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.8rem;
  margin-top: 1.6rem;
  color: #40acdc;
}
.cnf-list__section-link::after {
  content: "";
  display: inline-block;
  width: 1.6rem;
  height: 2rem;
  background: url(../img/common/pdf-icon.png) center/cover;
}
.cnf-list__section-link:visited, .cnf-list__section-link:hover {
  color: #40acdc;
}

.cnf-feature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
  margin-top: 2.4rem;
}
@media screen and (min-width: 681px) {
  .cnf-feature {
    gap: 0.4rem;
    margin-top: 4rem;
  }
}

.cnf-feature__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  line-height: 1.8;
}
@media screen and (min-width: 681px) {
  .cnf-feature__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 1.2rem;
  }
}

.cnf-feature__label {
  font-size: 1.6rem;
  font-weight: 700;
}
@media screen and (min-width: 681px) {
  .cnf-feature__label {
    font-size: 2rem;
  }
}

.cnf-feature__number {
  display: inline-block;
  font-size: 2rem;
  font-weight: 700;
  color: #40acdc;
  letter-spacing: 0.032rem;
  margin-left: 0.4rem;
}
@media screen and (min-width: 681px) {
  .cnf-feature__number {
    font-size: 2.7rem;
    margin-left: 0.3rem;
  }
}

.cnf-feature__separator {
  display: none;
}
@media screen and (min-width: 681px) {
  .cnf-feature__separator {
    display: block;
    font-weight: 500;
    font-size: 1.8rem;
    margin-top: 0.8rem;
  }
}

.cnf-feature__text {
  font-size: 1.4rem;
  font-weight: 500;
}
@media screen and (min-width: 681px) {
  .cnf-feature__text {
    font-size: 1.8rem;
    margin-top: 0.6rem;
  }
}
.cnf-feature__text .text-blue {
  color: #40acdc;
  font-weight: 700;
}

.cnf-section__btn {
  margin-top: 4.8rem;
  text-align: center;
}
@media screen and (min-width: 681px) {
  .cnf-section__btn {
    margin-top: 6rem;
  }
}

.cnf-section__cta {
  margin-top: 2.4rem;
}
@media screen and (min-width: 681px) {
  .cnf-section__cta {
    margin-top: 3.2rem;
  }
}

.cnf-cta {
  background: #dff1f9;
  padding: 2rem 1rem;
  text-align: center;
  line-height: 1.8;
}
@media screen and (min-width: 681px) {
  .cnf-cta {
    padding: 2.7rem 3.2rem;
    font-size: 1.8rem;
  }
}

.cnf-cta__tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.4rem;
  font-size: 4rem;
  letter-spacing: 3px;
  font-weight: 700;
  line-height: 1;
}
@media screen and (min-width: 681px) {
  .cnf-cta__tel {
    font-size: 4rem;
    gap: 1.6rem;
    margin-top: 0.8rem;
  }
}
.cnf-cta__tel::before {
  content: "";
  display: inline-block;
  width: 3.2rem;
  height: 3.2rem;
  background: url(../img/common/tel.png) center/cover;
}

.cnf-cta__notes {
  font-size: 1.2rem;
  margin-top: 0.5rem;
  text-align: center;
  line-height: 1.8;
}
@media screen and (min-width: 681px) {
  .cnf-cta__notes {
    margin-top: 0.5rem;
  }
}

.cnf-section__characteristics {
  margin-top: 1.6rem;
}
@media screen and (min-width: 681px) {
  .cnf-section__characteristics {
    margin-top: 2.4rem;
  }
}

.cnf-characteristics {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 681px) {
  .cnf-characteristics {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    gap: 2.8rem;
  }
}

@media screen and (min-width: 681px) {
  .cnf-characteristics__image {
    width: 44.7939262473%;
  }
}

.cnf-characteristics__content {
  margin-top: 4rem;
}
@media screen and (min-width: 681px) {
  .cnf-characteristics__content {
    width: 52.0607375271%;
  }
}

.cnf-characteristics__point {
  position: relative;
  background: #f8f8f8;
  padding: 2.5rem;
  line-height: 1.8;
  font-weight: 500;
}
@media screen and (min-width: 681px) {
  .cnf-characteristics__point {
    padding: 2.5rem;
  }
}
.cnf-characteristics__point::before {
  content: "POINT!";
  position: absolute;
  top: -1.9rem;
  left: 0;
  font-size: 2.1rem;
  font-weight: 700;
  color: #40acdc;
  line-height: 1.8;
}
.cnf-characteristics__point::after {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: calc(100% + 1rem);
  width: 6.3rem;
  height: 3.7rem;
  background: url(../img/cnf/cellulofibril/characteristics-arrow.png) center/cover no-repeat;
}
@media screen and (min-width: 681px) {
  .cnf-characteristics__point::after {
    top: calc(100% + 0.8rem);
  }
}

.cnf-characteristics__text {
  line-height: 1.8;
  font-weight: 500;
  text-align: center;
  margin-top: 5rem;
}
@media screen and (min-width: 681px) {
  .cnf-characteristics__text {
    font-size: 2.7rem;
    margin-top: 5.1rem;
  }
}
.cnf-characteristics__text * {
  font-size: 1.8rem;
  font-weight: 500;
}
@media screen and (min-width: 681px) {
  .cnf-characteristics__text * {
    font-size: 2.7rem;
  }
}

.cnf-text-blue {
  font-weight: 700;
  color: #40acdc;
}

.cnf-text-line {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #dff1f9));
  background: linear-gradient(transparent 70%, #dff1f9 70%);
}

.cnf-line-up {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.4rem;
  margin-top: 3.2rem;
}
@media screen and (min-width: 681px) {
  .cnf-line-up {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 3.5rem;
  }
}

.cnf-line-up__item {
  background: #dff1f9;
  padding: 2.4rem;
}
@media screen and (min-width: 681px) {
  .cnf-line-up__item {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 3.2rem 3.2rem 4rem;
  }
}

.cnf-line-up__label {
  background: #40acdc;
  color: #ffffff;
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
  padding: 0.3rem 1rem 0.4rem;
  line-height: 1.8;
}
@media screen and (min-width: 681px) {
  .cnf-line-up__label {
    font-size: 2.4rem;
  }
}

.cnf-line-up__list {
  margin-top: 1.4rem;
  font-size: 1.8rem;
  line-height: 1.8;
  font-weight: 500;
}

.cnf-line-up__image {
  margin-top: 2rem;
}
@media screen and (min-width: 681px) {
  .cnf-line-up__image {
    margin-top: 2.5rem;
  }
}

.cnf-line-up__image-title {
  position: relative;
  padding-left: 1.6rem;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.8;
  color: #333333;
}
@media screen and (min-width: 681px) {
  .cnf-line-up__image-title {
    font-size: 1.8rem;
  }
}
.cnf-line-up__image-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  background-color: #40acdc;
}

.cnf-line-up__image img {
  width: 100%;
  height: auto;
  display: block;
  margin-top: 0.8rem;
}

.cnf-section__table {
  margin-top: 2.4rem;
}
@media screen and (min-width: 681px) {
  .cnf-section__table {
    margin-top: 3.2rem;
  }
}

.cnf-table--cellulofibrill .cnf-table__table {
  width: 100%;
  border-collapse: collapse;
  font-size: 1.4rem;
  line-height: 1.8;
  font-weight: 500;
  border: none;
}
@media screen and (min-width: 681px) {
  .cnf-table--cellulofibrill .cnf-table__table {
    font-size: 1.8rem;
    border: initial;
  }
}
.cnf-table--cellulofibrill .cnf-table__table thead {
  display: none;
}
@media screen and (min-width: 681px) {
  .cnf-table--cellulofibrill .cnf-table__table thead {
    display: table-header-group;
  }
}
@media screen and (min-width: 681px) {
  .cnf-table--cellulofibrill .cnf-table__table thead th {
    background: #40acdc;
    color: #ffffff;
    border: 1px solid #333333;
    padding: 1rem 2.6rem;
    text-align: center;
    font-weight: 500;
  }
  .cnf-table--cellulofibrill .cnf-table__table thead th:empty {
    background: #ffffff;
    border: none;
  }
}
.cnf-table--cellulofibrill .cnf-table__table tbody {
  display: block;
}
@media screen and (min-width: 681px) {
  .cnf-table--cellulofibrill .cnf-table__table tbody {
    display: table-row-group;
  }
}
.cnf-table--cellulofibrill .cnf-table__table tbody tr {
  display: block;
  margin-bottom: 3.2rem;
  overflow: hidden;
  background: white;
}
@media screen and (min-width: 681px) {
  .cnf-table--cellulofibrill .cnf-table__table tbody tr {
    display: table-row;
    margin-bottom: 0;
    border: none;
    border-radius: 0;
    overflow: visible;
    background: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
.cnf-table--cellulofibrill .cnf-table__table tbody th {
  display: block;
  background: #dff1f9;
  border: 1px solid #333333;
  padding: 1rem;
  text-align: center;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.8;
  width: 67.5%;
  margin-left: auto;
}
@media screen and (min-width: 681px) {
  .cnf-table--cellulofibrill .cnf-table__table tbody th {
    display: table-cell;
    background: #40acdc;
    color: #ffffff;
    padding: 1rem 2.6rem;
    font-size: 1.8rem;
    width: auto;
  }
}
.cnf-table--cellulofibrill .cnf-table__table tbody td {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #ffffff;
  border: 1px solid #333333;
  padding: 0;
  text-align: left;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.8;
  width: 100%;
  position: relative;
}
@media screen and (min-width: 681px) {
  .cnf-table--cellulofibrill .cnf-table__table tbody td {
    display: table-cell;
    padding: 1rem 2.6rem;
    text-align: center;
    font-size: 1.8rem;
    width: auto;
    position: static;
    width: auto;
  }
}
.cnf-table--cellulofibrill .cnf-table__table tbody td::before {
  content: attr(data-label);
  display: block;
  background: #40acdc;
  border: 1px solid #333333;
  color: #ffffff;
  padding: 1rem;
  height: calc(100% - 2px);
  font-weight: 500;
  width: 32.5%;
  text-align: center;
  word-break: keep-all;
}
@media screen and (min-width: 681px) {
  .cnf-table--cellulofibrill .cnf-table__table tbody td::before {
    display: none;
  }
}
.cnf-table--cellulofibrill .cnf-table__table tbody td:not(:last-child)::before {
  border-bottom: none;
}
.cnf-table--cellulofibrill .cnf-table__table tbody td + td {
  border-top: none;
}
.cnf-table--cellulofibrill .cnf-table__table tbody td span {
  display: grid;
  place-content: center;
  padding: 1rem 2rem;
  text-align: center;
  width: 67.5%;
}
@media screen and (min-width: 681px) {
  .cnf-table--cellulofibrill .cnf-table__table tbody td span {
    display: inline;
    padding: 0;
  }
}

.cnf__scroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 3.2rem;
}
.cnf__scroll .simplebar-track {
  background-color: #D9D9D9;
  border-radius: 12px;
}
.cnf__scroll .simplebar-scrollbar {
  background-color: #40acdc;
  border-radius: 12px;
}
.cnf__scroll .simplebar-scrollbar::before {
  display: none;
}

.cnf-table--fibrimelt .cnf-table__table {
  width: 100%;
  min-width: 92rem;
  border-collapse: collapse;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 500;
}
@media screen and (min-width: 681px) {
  .cnf-table--fibrimelt .cnf-table__table {
    font-size: 1.3rem;
  }
}
.cnf-table--fibrimelt .cnf-table__table thead th {
  background: #40acdc;
  color: #ffffff;
  border: 1px solid #000000;
  padding: 0.8rem 0.5rem;
  text-align: center;
  font-weight: 500;
  vertical-align: middle;
  font-size: 1.1rem;
}
@media screen and (min-width: 681px) {
  .cnf-table--fibrimelt .cnf-table__table thead th {
    padding: 1rem 0.8rem;
    font-size: 1.3rem;
  }
}
.cnf-table--fibrimelt .cnf-table__table tbody th {
  background: #ffffff;
  border: 1px solid #000000;
  padding: 0.4rem 0.3rem;
  text-align: center;
  font-weight: 500;
  vertical-align: middle;
  font-size: 1.1rem;
}
@media screen and (min-width: 681px) {
  .cnf-table--fibrimelt .cnf-table__table tbody th {
    padding: 0.5rem 0.5rem;
    font-size: 1.2rem;
  }
}
.cnf-table--fibrimelt .cnf-table__table tbody td {
  background: #ffffff;
  border: 1px solid #000000;
  padding: 0.4rem 0.3rem;
  text-align: center;
  font-weight: 500;
  vertical-align: middle;
  font-size: 1.1rem;
}
@media screen and (min-width: 681px) {
  .cnf-table--fibrimelt .cnf-table__table tbody td {
    padding: 0.5rem 0.5rem;
    font-size: 1.2rem;
  }
}
.cnf-table--fibrimelt .cnf-table__notes {
  margin-top: 1.6rem;
  line-height: 1.8;
}
.cnf-table--fibrimelt .cnf-table__notes p {
  font-size: 1.2rem;
}

.cnf-table--fm-pellet .cnf-table__table {
  border-collapse: collapse;
  min-width: 92rem;
}
@media screen and (min-width: 681px) {
  .cnf-table--fm-pellet .cnf-table__table {
    width: 100%;
  }
}
.cnf-table--fm-pellet .cnf-table__table th,
.cnf-table--fm-pellet .cnf-table__table td {
  border: 1px solid #000;
  padding: 1rem 1.4rem;
  text-align: center;
  vertical-align: middle;
  font-size: 1.6rem;
  line-height: 1.8;
  font-weight: 500;
}
@media screen and (min-width: 681px) {
  .cnf-table--fm-pellet .cnf-table__table th,
  .cnf-table--fm-pellet .cnf-table__table td {
    font-size: 1.8rem;
  }
}
.cnf-table--fm-pellet .cnf-table__table th {
  background: #40acdc;
  color: #fff;
  font-weight: 500;
  min-width: 13.9rem;
}
.cnf-table--fm-pellet .cnf-table__table td {
  background: #fff;
  color: #333;
}
.cnf-table--fm-pellet .cnf-table__table tr:first-child th {
  height: 8.4rem;
}

.cnf-fibrimelt {
  background: #dff1f9;
  padding: 2.4rem;
  margin-top: 3.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 681px) {
  .cnf-fibrimelt {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 2.8rem;
    padding: 4.1rem 3.3rem 3.7rem;
    margin-top: 3.2rem;
  }
}
.cnf-fibrimelt + .cnf-section__list {
  margin-top: 4.6rem;
}

.cnf-fibrimelt__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3.2rem;
}
@media screen and (min-width: 681px) {
  .cnf-fibrimelt__content {
    gap: 3.8rem;
  }
}

.cnf-fibrimelt__item + .cnf-fibrimelt__item {
  margin-top: 2.8rem;
}
@media screen and (min-width: 681px) {
  .cnf-fibrimelt__item + .cnf-fibrimelt__item {
    margin-top: 3.3rem;
  }
}

.cnf-fibrimelt__title {
  position: relative;
  font-size: 1.6rem;
  font-weight: 700;
  color: #40acdc;
  line-height: 1.8;
}
@media screen and (min-width: 681px) {
  .cnf-fibrimelt__title {
    font-size: 2rem;
  }
}
.cnf-fibrimelt__title::before {
  content: "";
  position: absolute;
  left: -2.4rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 2rem;
  height: 0.2rem;
  background: #40acdc;
}
@media screen and (min-width: 681px) {
  .cnf-fibrimelt__title::before {
    left: -3.2rem;
  }
}

.cnf-fibrimelt__text {
  margin-top: 1.2rem;
  font-size: 1.4rem;
  line-height: 1.8;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (min-width: 681px) {
  .cnf-fibrimelt__text {
    font-size: 1.6rem;
  }
}
.cnf-fibrimelt__text p + p {
  margin-top: 1rem;
}

.cnf-fibrimelt__link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.6rem;
  margin-top: 2.8rem;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (min-width: 681px) {
  .cnf-fibrimelt__link {
    font-size: 1.8rem;
    margin-top: 3.2rem;
    text-align: center;
  }
}
.cnf-fibrimelt__link::after {
  content: "";
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background: url(../img/common/arrow-blue.png) center/contain no-repeat;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.cnf-fibrimelt__images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.4rem;
  margin-top: 1.5rem;
}
@media screen and (min-width: 681px) {
  .cnf-fibrimelt__images {
    width: 200px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-top: 0;
    gap: 1.8rem;
  }
}
.cnf-fibrimelt__images + .cnf-fibrimelt__item {
  margin-top: 3rem;
}
@media screen and (min-width: 681px) {
  .cnf-fibrimelt__images + .cnf-fibrimelt__item {
    margin-top: 0;
  }
}
.cnf-fibrimelt__images img {
  width: 20rem;
  height: auto;
}
.cnf-fibrimelt__images.u-mobile {
  display: block;
}
@media screen and (min-width: 681px) {
  .cnf-fibrimelt__images.u-mobile {
    display: none;
  }
}
.cnf-fibrimelt__images.u-desktop {
  display: none;
}
@media screen and (min-width: 681px) {
  .cnf-fibrimelt__images.u-desktop {
    display: block;
  }
}

.cnf-case {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3.2rem;
  margin-top: 3.2rem;
}
@media screen and (min-width: 681px) {
  .cnf-case {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 4rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.cnf-case__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.fm-pellet-cta {
  position: relative;
  background: #F8F8F8 url(../img/cnf/fm-pellet/cta-bg.png) no-repeat center/cover;
  padding: 3.2rem;
  margin-top: 6.4rem;
}
@media screen and (min-width: 681px) {
  .fm-pellet-cta {
    padding: 4rem 3.2rem;
    margin-top: 8rem;
  }
}
.fm-pellet-cta > * {
  position: relative;
  z-index: 1;
}

.fm-pellet-cta__title {
  font-size: 1.8rem;
  font-weight: 700;
  color: #40acdc;
  line-height: 1.8;
  margin-bottom: 2.4rem;
}
@media screen and (min-width: 681px) {
  .fm-pellet-cta__title {
    font-size: 2.4rem;
    margin-bottom: 1.5rem;
  }
}

.fm-pellet-cta__text {
  font-size: 1.4rem;
  line-height: 1.8;
  color: #333;
  font-weight: 500;
}
@media screen and (min-width: 681px) {
  .fm-pellet-cta__text {
    font-size: 1.6rem;
  }
}
.fm-pellet-cta__text p + p {
  margin-top: 0;
}

.fm-pellet-cta__lead {
  font-size: 1.6rem;
  line-height: 1.8;
  color: #333;
  margin-top: 2rem;
  font-weight: 500;
}
@media screen and (min-width: 681px) {
  .fm-pellet-cta__lead {
    font-size: 1.8rem;
    margin-top: 2.4rem;
  }
}

.fm-pellet-cta__contact {
  margin-top: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.8rem;
}
@media screen and (min-width: 681px) {
  .fm-pellet-cta__contact {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 2rem;
    margin-top: 2rem;
  }
}

.fm-pellet-cta__phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.8rem;
}
.fm-pellet-cta__phone::before {
  content: "";
  display: inline-block;
  width: 3.2rem;
  height: 3.2rem;
  background: url(../img/common/tel.png) center/cover;
}

.fm-pellet-cta__phone-number {
  font-size: 3.2rem;
  font-weight: 700;
  color: #333;
  line-height: 1;
  letter-spacing: 0.32rem;
}
@media screen and (min-width: 681px) {
  .fm-pellet-cta__phone-number {
    font-size: 4rem;
    letter-spacing: 0.4rem;
  }
}

.fm-pellet-cta__hours {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.4rem;
  font-size: 1.2rem;
  line-height: 1.8;
  color: #333;
  font-weight: 500;
}

.fm-pellet-cta__hours-label {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.fm-pellet-cta__hours-time {
  white-space: nowrap;
}

.fm-pellet-cta__notes {
  margin-top: 1.6rem;
  font-size: 1.3rem;
  line-height: 1.8;
  color: #333;
  font-weight: 500;
}
@media screen and (min-width: 681px) {
  .fm-pellet-cta__notes {
    font-size: 1.5rem;
    margin-top: 2rem;
  }
}
.fm-pellet-cta__notes p + p {
  margin-top: 0;
}

.cnf-case__title {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.8;
  color: #40acdc;
  margin-bottom: 2rem;
}
@media screen and (min-width: 681px) {
  .cnf-case__title {
    font-size: 2.4rem;
    margin-bottom: 2.4rem;
  }
}

.cnf-case__subtitle {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.8;
  color: #333333;
  margin-block: 1.4rem 0.5rem;
}
@media screen and (min-width: 681px) {
  .cnf-case__subtitle {
    font-size: 1.8rem;
    margin-block: 0.8rem 0.5rem;
  }
}

.cnf-case__text {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.8;
  color: #333333;
}
@media screen and (min-width: 681px) {
  .cnf-case__text {
    font-size: 1.6rem;
  }
}
.cnf-case__text p {
  margin-bottom: 0;
}
.cnf-case__text p + p {
  margin-top: 0.4rem;
}

.cnf-case__image {
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 681px) {
  .cnf-case__image {
    width: 47.2rem;
    max-width: none;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
.cnf-case__image img {
  width: 100%;
  height: auto;
  display: block;
  clip-path: url(#case-mask);
}

.cnf__slider {
  padding-inline: 0.8rem;
  margin-top: 4rem;
  position: relative;
}
@media screen and (min-width: 681px) {
  .cnf__slider {
    padding-inline: 8rem;
    margin-top: 8rem;
  }
}
.cnf__slider .cnf__slider-main .splide__slide img {
  width: 100%;
  height: auto;
  display: block;
}
.cnf__slider .cnf__slider-main .splide__arrow {
  width: 4rem;
  height: 4rem;
  background: url(../img/common/arrow-white-blue.png) center/cover;
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width: 681px) {
  .cnf__slider .cnf__slider-main .splide__arrow {
    width: 8rem;
    height: 8rem;
  }
}
.cnf__slider .cnf__slider-main .splide__arrow--prev {
  left: -2rem;
  -webkit-transform: translateY(-50%) rotate(-135deg);
          transform: translateY(-50%) rotate(-135deg);
}
@media screen and (min-width: 681px) {
  .cnf__slider .cnf__slider-main .splide__arrow--prev {
    left: -4rem;
  }
}
.cnf__slider .cnf__slider-main .splide__arrow--next {
  right: -2rem;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
@media screen and (min-width: 681px) {
  .cnf__slider .cnf__slider-main .splide__arrow--next {
    right: -4rem;
  }
}
.cnf__slider .cnf__slider-main .splide__arrow svg {
  display: none;
}
.cnf__slider .cnf__slider-main .splide__arrow:hover {
  background: url(../img/common/arrow-blue.png) center/cover;
}
.cnf__slider .cnf__slider-thumbnail {
  margin-top: 1.1rem;
}
.cnf__slider .cnf__slider-thumbnail .splide__slide {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  cursor: pointer;
  border: none !important;
}
.cnf__slider .cnf__slider-thumbnail .splide__slide.is-active {
  opacity: 1;
}
.cnf__slider .cnf__slider-thumbnail .splide__slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.cnf--cellulofibril .cnf-section__list {
  margin-top: 2.4rem;
}
@media screen and (min-width: 681px) {
  .cnf--cellulofibril .cnf-section__list {
    margin-top: 4rem;
  }
}

.cnf-section__movies {
  margin-top: 3.2rem;
}

.cnf-movie {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.4rem;
}
@media screen and (min-width: 681px) {
  .cnf-movie {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 1.6rem;
  }
}

.cnf-movie__item {
  aspect-ratio: 320/180;
  width: 100%;
}
@media screen and (min-width: 681px) {
  .cnf-movie__item {
    width: 50%;
  }
}
.cnf-movie__item iframe {
  width: 100%;
  height: 100%;
}

.cnf--top .cnf-section__lead {
  margin-top: 3.2rem;
}
@media screen and (min-width: 681px) {
  .cnf--top .cnf-section__lead {
    margin-top: 4rem;
  }
}

.cnf--cellulofibril .cnf-section__lead {
  margin-top: 4.8rem;
}
@media screen and (min-width: 681px) {
  .cnf--cellulofibril .cnf-section__lead {
    margin-top: 3.2rem;
  }
}
.cnf--cellulofibril .cnf-section__list + .cnf-section__lead {
  margin-top: 4.8rem;
}
@media screen and (min-width: 681px) {
  .cnf--cellulofibril .cnf-section__list + .cnf-section__lead {
    margin-top: 5.4rem;
  }
}

.cnf--fibrimelt .cnf-section__image {
  margin-top: 4.8rem;
}
@media screen and (min-width: 681px) {
  .cnf--fibrimelt .cnf-section__image {
    margin-top: 5.4rem;
  }
}
.cnf--fibrimelt .cnf__scroll {
  margin-top: 24px;
}
@media screen and (min-width: 681px) {
  .cnf--fibrimelt .cnf__scroll {
    margin-top: 16px;
  }
}
.cnf--fibrimelt .cnf__scroll img {
  display: block;
  min-width: 67.7rem;
}

@media screen and (min-width: 681px) {
  .cnf--fm-pellet .cnf-section__image {
    margin-top: 3.2rem;
  }
}
@media screen and (min-width: 681px) {
  .cnf--fm-pellet .cnf-section__content {
    margin-top: 6.4rem;
  }
}
.cnf--fm-pellet .cnf-section__list + .cnf-section__lead {
  margin-top: 4.8rem;
}
@media screen and (min-width: 681px) {
  .cnf--fm-pellet .cnf-section__list + .cnf-section__lead {
    margin-top: 6.4rem;
  }
}
.cnf--fm-pellet .cnf__scroll {
  margin-top: 1.5rem;
}
@media screen and (min-width: 681px) {
  .cnf--fm-pellet .cnf__scroll {
    margin-top: 0.8rem;
  }
}
.cnf--fm-pellet .cnf__scroll img {
  display: block;
  min-width: 92rem;
}