@charset "utf-8";

/*
Version: 1.0.0
*/
/* ==================================
  reset
  ================================== */
#unknown img {
  width: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  border-style: none;
}

.contents {
  margin: 0 auto;
}

#unknown p {
  margin-bottom: 0;
}

@media (min-width: 768px) {}

@media (max-width: 767px) {
  #unknown {
    margin-top: 0x;
  }
}

/* ==================================
  base
  ================================== */
html {
  overflow-x: hidden;
}

#unknown {
  -webkit-font-feature-settings: "palt";
  -ms-font-feature-settings: "palt";
  -o-font-feature-settings: "palt";
  font-feature-settings: "palt";
  line-height: 1.4;
  color: #404544;
  letter-spacing: 0.04em;
  background-color: #fff;
  word-spacing: 1px;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  width: 100vw;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

.flex-container {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
}

.row-reverse {
  flex-direction: row-reverse;
}

.text-center {
  text-align: center;
}

@media (min-width: 768px) {}

@media (max-width: 767px) {
  .pc {
    display: none;
  }

  .sp {
    display: block;
  }
}

/* ==================================
 anim
  ================================== */
.effect {
  opacity: 0;
  transition-duration: 0.5s;
  transition-property: opacity, transform;
  transform: translate(0, 20px);
  position: relative;
  z-index: 2;
}

.delay-05 {
  transition-delay: 0.5s;
  animation-delay: 0.5s;
}

.delay-1 {
  transition-delay: 1s;
  animation-delay: 1s;
}

.delay-15 {
  transition-delay: 1.5s;
  animation-delay: 1.5s;
}

.delay-2 {
  transition-delay: 2s;
  animation-delay: 2s;
}

.anim.active .effect {
  opacity: 1;
  transform: translate(0, 0);
}

/* ==================================
 root
  ================================== */

:root {
  --font-en: "Oswald", sans-serif;
  --font-b: "TBUDゴシック B", "TBUDGothic B";
  --font-h: "TBUDゴシック H", "TBUDGothic H";
  --px20: 20px;
  --px10: 10px;
  --hover: #e8380d;
  --c-font: #404544;
  --c-grey1: #f6f6f4;
  --c-grey2: #727171;
  --c-grey3: #a6a6a6;
  --c-eco: #59a569;
  --c-pwfl: #d97a46;
  --c-cln: #5691ba;
  --c-cln2: #006895;
  --c-emg: #c3b658;
  --c-cft: #d88589;
  --c-btn: #ffd900;
}

/* ==================================
  common
  ================================== */
.common-wrap {
  padding-bottom: 100px;
}

.common-inner {
  width: 76.407%;
  margin: 0 auto;
  position: relative;
  height: 100%;
}

.box-inner {
  width: 89.776%;
  margin: 0 auto;
}

/*head*/
.common-head-area {
  height: 320px;
  width: 100%;
  margin-bottom: 140px;
}

.common-head-area::after {
  content: "";
  position: relative;
  width: 100%;
  height: 40px;
  display: block;
}

.common-head-box {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  color: #fff;
  font-weight: 700;
  font-family: var(--font-b);
  width: 100%;
  text-align: center;
}

.common-head {
  font-size: 38px;
}

.common-head-text {
  font-size: 16px;
  padding-top: 30px;
  line-height: 1.8;
}

/*text*/
.common-title {
  font-size: 37px;
  font-weight: 700;
  font-family: var(--font-b);
  padding-bottom: 50px;
  letter-spacing: 0.06em;
}

.common-lead {
  font-size: 18px;
  line-height: 1.8;
}

.common-text {
  font-size: 16px;
  line-height: 1.6;
}

.common-text p:nth-child(n+2) {
  padding-top: 1em;
}

.common-note {
  font-size: 13px;
  line-height: 1.8;
}

.common-note p:nth-child(n+2) {
  padding-top: 0.5em;
}

.common-tag {
  font-size: 28px;
  font-weight: 700;
  font-family: var(--font-b);
  color: #fff;
  display: inline-block;
  border-radius: 500px;
  padding: 15.5px 57px;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
}

.common-point-title-box {
  align-items: center;
  font-weight: 700;
  font-family: var(--font-b);
  margin-bottom: 40px;
  position: relative;
}

.common-point-tag {
  font-size: 20px;
  width: 95px;
  height: 95px;
  border-radius: 50rem;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
  aspect-ratio: 1;
}

.common-point-title {
  font-size: 32px;
  width: fit-content;
}

/*btn*/
.common-btn-container {
  padding: 96px 0 72px;
  border-top: solid 1px;
  border-bottom: solid 1px;
}

.common-btn-list {
  width: 76.4%;
  justify-content: space-between;
  margin: 0 auto;
}

.common-btn-item {
  width: calc((100% - 3%) / 3);
  background: var(--c-btn);
  line-height: 60px;
  text-align: center;
  position: relative;
}

.common-btn-item::after {
  content: "";
  position: absolute;
  width: 62.3%;
  height: 61.2%;
  top: 0;
  left: 50%;
  transform: translate(-50%, -63%);
  pointer-events: none;
}

.common-btn-item:nth-child(1)::after {
  background: url(../img/ecocute/common-btn-item-bubble-01.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.common-btn-item:nth-child(2)::after {
  background: url(../img/ecocute/common-btn-item-bubble-02.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.common-btn-item:nth-child(3)::after {
  content: none;
}

.common-btn-item a {
  font-weight: 700;
  font-family: var(--font-b);
  font-size: 16px;
  display: block;
  position: relative;
  color: var(--c-font);
}

.common-btn-item:last-child {
  border: solid 1px;
  background: #fff;
}

.btn-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 8px;
  font-size: 30px;
}

.btn-icon::before {
  font-family: "icomoon";
  content: "\e315";
}

.common-btn-item:last-child .btn-icon::before {
  transform: rotate(-90deg);
  transform-origin: center;
  display: block;

}

@media (max-width: 1100px) {
  .common-btn-item a {
    font-size: 13px;
  }
}

@media (min-width: 768px) {
  .common-inner {
    min-width: 710px;
    max-width: 1130px;
  }

  .common-btn-list {
    min-width: 710px;
  }
}

@media (max-width: 767px) {
  .common-wrap {
    padding-bottom: 80px;
  }

  .common-head-area {
    height: 400px;
    margin-bottom: 120px;
  }

  .common-inner {
    width: 92.004%;
  }

  .box-inner {
    width: 91.3%;
  }

  .common-title {
    font-size: 30px;
  }

  .common-tag {
    font-size: 24px;
    padding: 13.3px 5px;
    width: 92.5%;
    text-align: center;
  }

  .common-point-tag {
    font-size: 13px;
    width: 65px;
    height: 65px;
    margin-right: 5%;
  }

  .common-point-title {
    font-size: 24px;
    width: 75.3%;
  }

  /*btn*/
  .common-btn-container {
    padding: 72px 0 50x;
  }

  .common-btn-list {
    width: 84%;
    flex-direction: column;
  }

  .common-btn-item {
    width: 100%;
  }

  .common-btn-item:nth-child(1) {
    margin-bottom: 55px;
  }

  .common-btn-item:nth-child(2) {
    margin-bottom: 40px;
  }

  .common-btn-item::after {
    width: 68.3%;
    height: 63.2%;
  }

  .common-btn-item a {
    font-size: 16px;
  }

  /*sp-scroll*/
  .common-sp-scroll-box {
    overflow-x: scroll;
    width: 100%;
  }

  .common-sp-scroll {
    width: 790px;
    border: solid 1px var(--c-grey3);
    padding: 20px;
  }

  .common-sp-scroll-text-box {
    justify-content: end;
    align-items: center;
    font-size: 16px;
    margin-bottom: 10px;
  }

  .common-sp-scroll-arrow {
    width: 26px;
    display: flex;
    align-items: center;
    margin-left: 10px;
  }
}

/* ==================================
  fixed
  ================================== */
.fixed {
  position: fixed;
  right: 0;
  bottom: 40px;
  z-index: 10;
}

.fixed-item {
  background: var(--c-btn);
  border-radius: 23px 0 0 23px;
  overflow: hidden;
  font-size: 12px;
  height: 103px;
  width: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  line-height: 1.4;
  letter-spacing: 0.02em;
  margin-bottom: 8px;
}

.fixed-item span {
  font-weight: 700;
  font-family: var(--font-b);
  font-size: 18px;
  text-align: center;
}


.fixed-img {
  width: 40px;
  margin: 0 auto 8px;
}

.fixed-text {
  color: var(--c-font);
}

.scroll-top {
  width: 70px;
  margin-left: auto;
  border-radius: 12px 0 0 12px;
  overflow: hidden;
}

@media (max-width: 767px) {
  .fixed {
    position: relative;
    bottom: 0;
  }

  .fixed-list {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: solid 1px var(--c-font);
  }

  .fixed-item {
    border-radius: 0;
    margin-bottom: 0;
    height: 55px;
    width: 50%;
  }

  .fixed-list::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: var(--c-font);
  }

  .fixed-link {
    display: flex;
    height: 100%;
    width: 100%;
    justify-content: center;
    align-items: center;
  }

  .fixed-img {
    width: 25px;
    margin: 0 6px 0 0;
  }
}

/* ==================================
  mv
  ================================== */
.mv-wrap {
  position: relative;
  padding: 180px 0 160px;
  background: url(../img/ecocute/mv-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.mv-inner {
  position: relative;
  margin: 0 auto;
  width: 79%;
  color: #fff;
}

.mv-title-box {
  padding-bottom: 30px;
  font-weight: 700;
  font-family: var(--font-b);
}

.mv-title {
  font-size: 50px;
  line-height: 1.4;
}

.mv-title span {
  font-size: 26px;
  display: block;
}

.mv-text {
  font-size: 16px;
  font-weight: 700;
  font-family: var(--font-b);
  line-height: 2.1;
}

@media (min-width: 768px) {
  .mv-inner {
    min-width: 710px;
  }
}

@media (max-width: 767px) {
  .mv-wrap {
    padding: 100px 0 236px;
    background: url(../img/ecocute/mv-bg-sp.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }

  .mv-title span {
    font-size: 23px;
  }

  .mv-title {
    font-size: 43px;
  }
}

/* ==================================
  anc
  ================================== */
.anc-wrap {
  background: var(--c-grey1);
  padding: 50px 0;
  margin-bottom: 100px;
}

.anc-list {
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}

.anc-item {
  width: calc((100% - 6.4%) / 5);
  aspect-ratio: 183/105;
  position: relative;
}

.anc-link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: var(--px10);
  width: 100%;
  height: 100%;
}

.anc-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.anc-txt {
  color: #fff;
  text-align: center;
  position: relative;
  font-size: 14px;
  font-weight: 700;
  font-family: var(--font-b);
  font-family: var(--font-b);
  z-index: 1;
}


.anc-link::after {
  font-family: "icomoon";
  content: "\f107";
  font-size: 1.5em;
  line-height: 1;
  color: #fff;
  position: absolute;
  left: 50%;
  bottom: 14.3%;
  transform: translateX(-50%);
}



@media (min-width: 768px) {}

@media (max-width: 767px) {
  .anc-wrap {
    padding: 30px 0;
    margin-bottom: 80px;
  }

  .anc-list {
    justify-content: space-between;
  }



  .anc-item {
    width: calc((100% - 2%) / 2);
    margin-right: 0;
    aspect-ratio: 169/85;
  }

  .anc-item:nth-child(n+3) {
    margin-top: 2%;
  }

  .anc-link::after {
    transform: translate(-50%, 5px);
  }
}


/* ==================================
  movie
================================== */
.movie-wrap {
  margin-bottom: 100px;
}

.movie-box {
  aspect-ratio: 16/9;
  position: relative;
}

.movie-box iframe {
  height: 100%;
  position: absolute;
  width: 100%;
}

@media (min-width: 768px) {}

@media (max-width: 767px) {
  .movie-wrap {
    margin-bottom: 80px;
  }
}

/* ==================================
  eco
================================== */
#eco .common-head-area {
  background: transparent url(../img/ecocute/eco-bg.jpg) no-repeat center top/cover;
}

#eco .common-head-area::after {
  background: var(--c-eco);
}

#eco .common-title span {
  color: var(--c-eco);
}

.eco-calc-wrap {
  margin-bottom: 80px;
}

.eco-calc-box {
  justify-content: space-between;
  width: 84.7%;
  margin: 0 auto;
}

.eco-calc {
  position: relative;
  font-weight: 700;
  font-family: var(--font-b);
}

.eco-calc:nth-child(odd) {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.eco-calc:nth-child(even) {
  top: -1.3em;
}

.eco-calc-num {
  font-size: 145px;
}

.eco-calc-text {
  font-size: 18px;
  word-break: keep-all;
  text-align: center;
  padding-top: 0.5em;
}

/* chart */
.eco-chart-wrap {
  margin-bottom: 115px;
}

.eco-chart-box {
  justify-content: center;
}

.eco-chart-l {
  width: 62%;
  margin-right: 2%;
}

.eco-chart-l-text {
  padding-bottom: 30px;
}

.eco-chart-r {
  width: 26.3%;
}

.eco-chart-text {
  text-align: center;
  font-size: 16px;
}

.eco-chart-img {
  margin: 1em auto;
  width: 85.6%;
}

/* high */
.eco-heigh-wrap {
  margin-bottom: 80px;
}

.eco-heigh-wrap .common-inner {
  padding-bottom: 80px;
  border-bottom: solid 1px;
}

.eco-heigh-box {
  background: var(--c-grey1);
  position: relative;
  padding: 85px 0 50px;
  margin-bottom: 50px;
}

#eco .common-tag {
  background: var(--c-eco);
}

.eco-heigh-flex {
  justify-content: space-between;
  margin-bottom: 10px;
}

.eco-heigh-l {
  width: 65.5%;
}

.eco-heigh-r {
  width: 20.6%;
}

.eco-heigh-title-box {
  font-size: 18px;
  align-items: center;
  margin-bottom: 40px;
}

.eco-heigh-num {
  font-size: 145px;
  font-weight: 700;
  font-family: var(--font-b);
  margin-left: 10px;
}

.eco-heigh-num span {
  font-size: 60px;
  vertical-align: text-top;
}

.eco-heigh-img {
  margin-bottom: 15px;
}

.eco-heigh-text {
  text-align: center;
  font-size: 16px;
}

.eco-heigh-lead {
  font-size: 28px;
  font-weight: 700;
  font-family: var(--font-b);
}

/* figure */
.eco-figure-box {
  width: 66.4%;
  margin: 0 auto;
}

.eco-figure-img {
  margin-bottom: 32px;
}

.eco-figure-text {
  font-size: 15px;
}

/* urethane */
.eco-urethane-wrap {
  margin-bottom: 80px;
}

.eco-urethane-wrap .common-title {
  padding-bottom: 40px;
}

.eco-urethane-lead {
  margin-bottom: 40px;
}

.eco-urethane-flex {
  justify-content: space-between;
}

.eco-urethane-l {
  width: 47.6%;
}

.eco-urethane-r {
  width: 46%;
}

/* sav */
.eco-sav-wrap {
  margin-bottom: 80px;
}

.eco-sav-wrap .common-title {
  padding-bottom: 40px;
}

.eco-sav-lead {
  margin-bottom: 50px;
}

.eco-sav-item {
  margin-bottom: 50px;
  background: var(--c-grey1);
  position: relative;
  padding-bottom: 50px;
}

.eco-sav-item:last-child {
  margin-bottom: 0;
}

.eco-sav-tag {
  font-size: 28px;
  font-weight: 700;
  font-family: var(--font-b);
  background: var(--c-eco);
  line-height: 75px;
  border-radius: 0 0 var(--px20);
  display: inline-block;
  color: #fff;
  margin-bottom: 30px;
  padding: 0 43px;
}

.eco-sav-flex {
  justify-content: space-between;
}

.eco-sav-r {
  width: 29.2%;
}

.eco-sav-l {
  width: 64.2%;
}

.eco-sav-text {
  margin-bottom: 28px;
}

.eco-sav-l-item {
  margin-bottom: 24px;
}

.eco-sav-l-item .common-note {
  padding-top: 4px;
}

.eco-sav-l-item:last-child {
  margin-bottom: 0;
}

.eco-sav-l-title {
  font-size: 20px;
  color: var(--c-eco);
  padding-bottom: 8px;
}

/* card */

.eco-card-item {
  background: var(--c-grey1);
  padding: 64px 0 50px;
  height: auto;
  flex-direction: column;
  display: flex;
}

.eco-card-inner {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
}

.eco-card-title-box {
  padding-bottom: 30px;
}

.eco-card-title {
  font-size: 28px;
  color: var(--c-eco);
  border-bottom: solid 1px var(--c-eco);
  font-weight: 700;
  font-family: var(--font-b);
  display: inline;
}

.eco-card-flex {
  justify-content: space-between;
}

.eco-card-l {
  width: 46.7%;
}

.eco-card-r {
  width: 46.6%;
}

.eco-card-text {
  font-size: 18px;
  margin-bottom: 15px;
  line-height: 1.8;
}

.eco-card-img-text {
  font-size: 16px;
  padding-top: 10px;
  text-align: right;
}

.eco-card-top {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: solid 1px var(--c-grey2);
}

.eco-card-separate-l {
  width: 74.5%;
}

.eco-card-separate-r {
  width: 20.5%;
}

.eco-card-flex-img-box {
  margin-top: 30px;
  justify-content: space-between;
  position: relative;
}

.eco-card-flex-img-box::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 1px;
  background: var(--c-grey2);
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.eco-card-flex-img {
  width: 46.7%;
}

@media (min-width: 768px) {
  .eco-heigh-l {
    min-width: 480px;
  }

  .eco-chart-r {
    min-width: 250px;
  }
}

@media (max-width: 767px) {
  #eco .common-head-area {
    background: transparent url(../img/ecocute/eco-bg-sp.jpg) no-repeat center top/cover;
  }

  .eco-calc-wrap {
    margin-bottom: 50px;
  }

  .eco-calc-box {
    width: 100%;
  }

  .eco-calc:nth-child(even) {
    top: -0.6em;
  }

  .eco-calc-num {
    font-size: 74px;
  }

  .eco-calc-text {
    font-size: 12px;
    padding-top: 0.5em;
  }

  .eco-chart-wrap {
    margin-bottom: 70px;
  }

  .eco-chart-box {
    flex-direction: column;
  }

  .eco-chart-l {
    width: 100%;
    margin-bottom: 50px;
    margin-right: 0;
  }

  .eco-chart-r {
    width: 100%;
  }

  .eco-heigh-wrap {
    margin-bottom: 70px;
  }

  .eco-heigh-wrap .common-inner {
    padding-bottom: 70px;
    border-bottom: solid 1px;
  }

  .eco-heigh-box {
    padding: 100px 0 50px;
    margin-bottom: 50px;
  }

  .eco-heigh-flex {
    flex-direction: column;
    margin-bottom: 40px;
  }

  .eco-heigh-l {
    width: 100%;
    margin-bottom: 40px;
  }

  .eco-heigh-title-box {
    font-size: 12px;
    justify-content: space-between;
  }

  .eco-heigh-num {
    font-size: 98px;
    margin-left: 10px;
  }

  .eco-heigh-num span {
    font-size: 40px;
  }

  .eco-heigh-r {
    width: 100%;
  }

  .eco-heigh-img {
    width: 73.1%;
    margin: 0 auto 20px;
  }

  .eco-heigh-lead {
    font-size: 23px;
  }

  .eco-figure-box {
    width: 100%;
  }

  .eco-figure-img {
    margin-bottom: 16px;
  }

  .eco-figure-text {
    font-size: 8px;
  }

  .eco-urethane-flex {
    flex-direction: column;
  }

  .eco-urethane-l {
    margin-bottom: 40px;
    width: 100%;
  }

  .eco-urethane-r {
    width: 100%;
  }

  .common-inner.eco-sav-list {
    width: 100%;
  }

  .eco-sav-tag {
    font-size: 20px;
    line-height: 55px;
    padding: 0 25px;
  }

  .eco-sav-flex {
    flex-direction: column;
  }

  .eco-sav-l {
    width: 100%;
    margin-bottom: 40px;
  }

  .eco-sav-text {
    margin-bottom: 24px;
  }

  .eco-sav-r {
    width: 73.4%;
    margin: 0 auto;
  }

  .eco-card-item {
    margin-bottom: 30px;
    padding: 40px 0;
  }

  .eco-card-item:last-child {
    margin-bottom: 0;
  }

  .eco-card-flex {
    flex-direction: column;
  }

  .eco-card-l {
    width: 100%;
    margin-bottom: 30px;
  }

  .eco-card-title {
    display: inline;
  }

  .eco-card-title-box {
    position: relative;
    padding-bottom: 0;
    cursor: pointer;
  }

  .eco-card-title-box::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    background: url(../img/ecocute/accordion-close.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: .3s ease-out;
  }

  .eco-card-title-box.close::after {
    background: url(../img/ecocute/accordion-open.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .eco-card-title {
    font-size: 22px;
    display: inline;
  }

  .accordion-box {
    margin-top: 30px;
    display: none;
  }

  .eco-card-r {
    width: 100%;
  }

  .eco-card-img-text {
    font-size: 12px;
    padding-top: 5px;
  }

  .eco-card-separate-l {
    width: 100%;
    margin-bottom: 30px;
  }

  .eco-card-separate-r {
    width: 57.2%;
    margin: 0 auto;
  }

  .eco-card-flex-img-box {
    flex-direction: column;
  }

  .eco-card-flex-img {
    width: 100%;
  }

  .eco-card-flex-img:nth-child(1) {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }

  .eco-card-flex-img-box::after {
    height: 1px;
    width: 100%;
  }
}

/* ==================================
  pwfl
================================== */
#pwfl .common-head-area {
  background: transparent url(../img/ecocute/pwfl-bg.jpg) no-repeat center top/cover;
}

#pwfl .common-head-area::after {
  background: var(--c-pwfl);
}

#pwfl .common-title span {
  color: var(--c-pwfl);
}

.pwfl-top {
  margin-bottom: 50px;
}

.pwfl-top-head-box {
  margin-bottom: 50px;
}

.pwfl-top-text {
  font-size: 18px;
  margin-bottom: 1em;
}

.pwfl-top-figure-area {
  margin-bottom: 30px;
}

.pwfl-mid-head {
  font-size: 18px;
  margin-bottom: 24px;
}

.pwfl-mid-flex {
  justify-content: space-between;
  margin-bottom: 80px;
}

.pwfl-mid-l {
  width: 56.8%;
}

.pwfl-mid-l-img {
  margin-bottom: 50px;
}

.pwfl-mid-r {
  width: 39.8%;
}

.pwfl-btm .common-inner {
  padding: 50px 0;
  background: var(--c-grey1);
}

.pwfl-btm-head-box {
  margin-bottom: 40px;
}

.pwfl-btm-title {
  font-size: 37px;
  text-align: center;
  color: var(--c-pwfl);
  padding-bottom: 40px;
  font-weight: 700;
  font-family: var(--font-b);
}

.pwfl-btm-prob-title {
  font-size: 22px;
  font-weight: 700;
  font-family: var(--font-b);
  border-bottom: dashed 2px;
  display: inline-block;
}

.pwfl-btm-flex {
  justify-content: space-between;
  margin-top: 32px;
  margin-bottom: 50px;
  position: relative;
}

.pwfl-btm-l {
  width: 49%;
}

.pwfl-deco {
  position: absolute;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.pwfl-arrow {
  position: absolute;
  top: 50%;
  left: 50%;
}

.pwfl-btm-flex .pwfl-arrow {
  width: min(65px, 7.4%);
  transform: translate(50%, -50%);
}

.pwfl-btm-l li {
  font-size: 18px;
  font-weight: 700;
  font-family: var(--font-b);
  margin-bottom: 1em;
  padding-left: 1em;
  text-indent: -1em;
}

.pwfl-btm-l li:last-child {
  margin-bottom: 0;
}

.pwfl-btm-l span {
  color: var(--c-pwfl);
}

.pwfl-btm-r {
  font-size: 26px;
  text-align: center;
  font-weight: 700;
  font-family: var(--font-b);
  width: 35%;
  margin-right: 4%;
}

.pwfl-btm-r span {
  color: var(--c-pwfl);
}

.pwfl-btm-sep {
  justify-content: space-between;
  position: relative;
}

.pwfl-btm-sep .pwfl-arrow {
  width: min(45px, 5.2%);
  transform: translate(-35%, -50%);
}

.pwfl-btm-sep-box {
  width: 46.7%;
}

.pwfl-btm-sep-title-box {
  align-items: center;
  border: solid 1px;
  justify-content: center;
  display: flex;
  margin-bottom: 20px;
  padding: 15.5px;
}

.pwfl-btm-sep-box:nth-child(3) .pwfl-btm-sep-title-box {
  border: solid 1px var(--c-pwfl);
  color: var(--c-pwfl);
}

.pwfl-btm-sep-title {
  font-size: 22px;
  font-weight: 700;
  font-family: var(--font-b);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.pwfl-btm-sep-title span {
  font-size: 16px;
  font-weight: 400;
  margin-left: 1em;
}

.pwfl-btm-sep-img {
  margin-top: 24px;
}

@media (min-width: 768px) {
  .pwfl-btm-r {
    min-width: 255px;
  }
}

@media (max-width: 767px) {
  #pwfl .common-head-area {
    background: transparent url(../img/ecocute/pwfl-bg-sp.jpg) no-repeat center top/cover;
  }

  .pwfl-mid-flex {
    flex-direction: column;
    margin-bottom: 70px;
  }

  .pwfl-mid-l {
    width: 100%;
    margin-bottom: 40px;
  }

  .pwfl-mid-l-img {
    margin-bottom: 40px;
  }

  .pwfl-mid-r {
    width: 100%;
  }

  .pwfl-btm-title {
    font-size: 30px;
    text-align: left;
  }

  .pwfl-btm-prob-title {
    display: inline;
  }

  .pwfl-btm-flex {
    flex-direction: column;
  }


  .pwfl-deco {
    position: relative;
    margin-bottom: 30px;
  }

  .pwfl-arrow {
    position: relative;
    top: auto;
    left: auto;
  }

  .pwfl-btm-flex .pwfl-arrow {
    width: 43px;
    transform: none;
    margin: 0 auto;
  }

  .pwfl-btm-sep .pwfl-arrow {
    width: 30px;
    transform: none;
    margin: 0 auto;
  }

  .pwfl-btm-l {
    width: 100%;
    margin-bottom: 30px;
  }

  .pwfl-btm-r {
    width: 100%;
    margin-right: 0;
  }

  .pwfl-btm-sep {
    flex-direction: column;
  }

  .pwfl-btm-sep-box {
    width: 100%;
  }

  .pwfl-btm-sep-box:first-child {
    margin-bottom: 30px;
  }

  .pwfl-btm-sep-title-box {
    height: 80px;
    margin-bottom: 30px;
  }

  .pwfl-btm-sep-title span {
    display: block;
    margin: 0;
    text-align: center;
  }

  .pwfl-btm-sep-img {
    margin-top: 30px;
  }
}

/* ==================================
  cln
================================== */
#cln .common-head-area {
  background: transparent url(../img/ecocute/cln-bg.jpg) no-repeat center top/cover;
}

#cln .common-head-area::after {
  background: var(--c-cln);
}

#cln .common-title span {
  color: var(--c-cln);
}

#cln .common-tag {
  background: var(--c-cln);
}

.cln-top-note {
  font-size: 18px;
  margin-top: 30px;
  margin-bottom: 50px;
}

.cln-top-flex {
  justify-content: space-between;
  margin-bottom: 82px;
}

.cln-top-img-l {
  width: 46.1%;
}

.cln-top-img-r {
  width: 50.6%;
}

.cln-about-inner {
  padding: 82px 0 50px;
  background: var(--c-grey1);
  margin-bottom: 50px;
}

.cln-about-flex {
  justify-content: space-between;
}

.cln-about-flex-box {
  width: 46.7%;
}

.cln-about-flex-text {
  font-size: 16px;
  line-height: 1.7;
}

.cln-point {
  margin-bottom: 80px;
}

.cln-point-container {
  margin-bottom: 50px;
}

.cln-point-container:last-child {
  margin-bottom: 0;
}

#cln .common-point-tag {
  background: var(--c-cln);
}

.cln-point-title-img {
  width: 180px;
  margin-left: 30px;
}

.cln-point-img-area {
  margin-bottom: 20px;
}

.cln-point-lead {
  font-size: 24px;
  font-weight: 700;
  font-family: var(--font-b);
  margin-bottom: 30px;
  text-align: center;
}

.cln-point-flex-area {
  justify-content: space-between;
  margin-bottom: 20px;
}

.cln-point-flex-box {
  width: 47.1%;
}

.cln-point-flex-title {
  font-size: 24px;
  text-align: center;
}

.cln-point-img {
  margin-top: 20px;
}

.cln-point-note {
  margin-bottom: 30px;
}

.cln-point-text {
  margin-bottom: 20px;
}

.cln-keep-flex {
  justify-content: space-between;
  margin-bottom: 80px;
  position: relative;
}

.cln-deco {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
}

.cln-deco-top-box {
  height: 34px;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}

.cln-deco-top {
  width: 26px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}

.clean-arrow {
  width: min(188px, 19.3%);
  left: 50%;
  top: 50%;
  transform: translate(-50%, -13%);
  position: absolute;
}

.cln-keep-box {
  width: 46.8%;
  flex-direction: column;
}

.cln-keep-box:nth-child(1) .cln-keep-title-box {
  background: var(--c-cln);
}

.cln-keep-box:nth-child(3) .cln-keep-title-box {
  background: var(--c-cln2);
}

.cln-keep-title-box {
  text-align: center;
  font-size: 20px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 700;
  font-family: var(--font-b);
  margin-bottom: 10px;
}

.cln-keep-img {
  margin-top: 16px;
}

.cln-type-title-box {
  text-align: center;
  font-size: 37px;
  font-weight: 700;
  font-family: var(--font-b);
  margin-bottom: 50px;
}

.cln-type-lead {
  text-align: center;
  font-size: 24px;
  color: var(--c-cln);
  margin-bottom: 40px;
  font-weight: 700;
  font-family: var(--font-b);
}

.cln-type-lead p {
  border-bottom: solid 1px var(--c-cln);
  padding-bottom: 11px;
  display: inline-block;
}

.cln-type-list {
  justify-content: space-between;
  margin-bottom: 40px;
}

.cln-type-item {
  width: 31.3%;
  border: solid 1px var(--c-cln);
}

.cln-type-text {
  margin-bottom: 1em;
}

@media (min-width: 768px) {}

@media (max-width: 767px) {
  #cln .common-head-area {
    background: transparent url(../img/ecocute/cln-bg-sp.jpg) no-repeat center top/cover;
  }

  .cln-top-flex {
    margin-bottom: 90px;
    flex-direction: column;
  }

  .cln-top-img-l {
    width: 100%;
    margin-bottom: 30px;
  }

  .cln-top-img-r {
    width: 100%;
  }

  .cln-about-inner {
    padding: 100px 0 50px;
    margin-bottom: 50px;
  }

  .cln-about-flex {
    flex-direction: column;
  }

  .cln-about-flex-box {
    width: 100%;
  }

  .cln-about-flex-box:nth-child(1) {
    margin-bottom: 50px;
  }

  .cln-point {
    margin-bottom: 70px;
  }

  .cln-point-title-img {
    position: absolute;
    width: 26%;
    bottom: 0%;
    right: 0%;
    transform: translate(-50%, 40%);
  }

  .cln-point-container:nth-child(2) .common-point-title-box {
    margin-bottom: 60px;
  }

  .cln-point-lead {
    font-size: 20px;
    text-align: left;
  }

  .cln-point-flex-area {
    flex-direction: column;
    margin-bottom: 30px;
  }

  .cln-point-flex-box {
    width: 100%;
  }

  .cln-point-flex-box:nth-child(1) {
    margin-bottom: 30px;
  }

  .cln-point-img {
    margin-top: 16px;
  }

  .cln-point-text {
    margin-bottom: 30px;
  }

  .cln-keep-flex {
    flex-direction: column;
    margin-bottom: 70px;
  }

  .cln-keep-box {
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
  }

  .cln-deco {
    position: relative;
    margin-bottom: 24px;
  }

  .cln-deco-top-box {
    width: 20%;
    height: 100%;
  }

  .clean-arrow {
    position: relative;
    width: 183px;
    transform: none;
    top: auto;
    left: auto;
    margin-left: auto;
  }

  .cln-keep-box:nth-child(1) {
    margin-bottom: 24px;
  }

  .cln-keep-title-box {
    height: 100%;
    margin-bottom: 0;
    writing-mode: vertical-rl;
    width: 20%;
    height: auto;
  }

  .cln-keep-content {
    width: 73.4%;
  }

  .cln-type-title-box {
    font-size: 30px;
    text-align: left;
  }

  .cln-type-lead p {
    display: inline;
    line-height: 2.1;
    padding-bottom: 9px;
  }

  .cln-type-list {
    flex-direction: column;
  }

  .cln-type-item {
    width: 100%;
    margin-bottom: 30px;
  }

  .cln-type-item:last-child {
    margin-bottom: 0;
  }
}

/* ==================================
  emg
================================== */
#emg .common-head-area {
  background: transparent url(../img/ecocute/emg-bg.jpg) no-repeat center top/cover;
}

#emg .common-head-area::after {
  background: var(--c-emg);
}

.emg-box {
  margin-bottom: 50px;
}

.emg-box:last-child {
  margin-bottom: 0;
}

.emg-title {
  font-size: 28px;
  font-weight: 700;
  font-family: var(--font-b);
  padding-bottom: 30px;
}

.emg-title span {
  color: var(--c-emg);
}

.emg-figure-area {
  margin-bottom: 32px;
}

.emg-figure-text {
  margin-bottom: 1em;
}

@media (min-width: 768px) {}

@media (max-width: 767px) {
  #emg .common-head-area {
    background: transparent url(../img/ecocute/emg-bg-sp.jpg) no-repeat center top/cover;
  }

  .emg-title {
    font-size: 24px;
  }
}

/* ==================================
  cft
================================== */
#cft .common-head-area {
  background: transparent url(../img/ecocute/cft-bg.jpg) no-repeat center top/cover;
}

#cft .common-head-area::after {
  background: var(--c-cft);
}

#cft .common-title span {
  color: var(--c-cft);
}

.cft-top {
  margin-bottom: 80px;
}

.cft-lead {
  font-size: 28px;
  margin-bottom: 30px;
  font-weight: 700;
  font-family: var(--font-b);
}

.cft-flex {
  margin-top: 30px;
  justify-content: space-between;
}

.cft-l {
  width: 69.5%;
}

.cft-r {
  width: 25.2%;
}

#cft .common-point-tag {
  background: var(--c-cft);
}

.cft-point-flex {
  justify-content: space-between;
  margin-bottom: 30px;
}

.cft-point-l {
  width: 47.9%;
}

.cft-point-r {
  width: 41%;
}

@media (min-width: 768px) {}

@media (max-width: 767px) {
  #cft .common-head-area {
    background: transparent url(../img/ecocute/cft-bg-sp.jpg) no-repeat center top/cover;
  }

  .cft-top {
    margin-bottom: 70px;
  }

  .cft-lead {
    font-size: 24px;
    margin-bottom: 30px;
  }

  .cft-l {
    width: 69.8%;
  }

  .cft-r {
    width: 29.2%;
  }

  .cft-point-flex {
    flex-direction: column;
  }

  .cft-point-l {
    width: 100%;
    margin-bottom: 30px;
  }

  .cft-point-r {
    width: 100%;
  }
}