@charset "utf-8";
p {
  font-size: 1.8rem;
}
section h2 {
  margin-bottom: 29px;
  color: #0071bf;
  font-size: 3rem;
  line-height: 1.2;
  text-align: center;
}

section h2 + p {
  margin-bottom: 3rem;
  text-align: center;
}
.bg-blue {
  background: #0071bf;
}
.bg-lightblue {
  background: #ecf4fa;
}
.arrow-white {
  position: relative;
  padding-top: 13rem;
}
.arrow-white::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 100px 170px 0 170px;
  border-color: #ffffff transparent transparent transparent;
  position: absolute;
  top: -1px;
  left: 50%;
  transform: translate(-50%, 0);
}
.arrow-blue {
  position: relative;
  padding-top: 13rem;
}
.arrow-blue::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 100px 170px 0 170px;
  border-color: #0071bf transparent transparent transparent;
  position: absolute;
  top: -1px;
  left: 50%;
  transform: translate(-50%, 0);
}
.arrow-lightblue {
  position: relative;
  padding-top: 13rem;
}
.arrow-lightblue::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 100px 170px 0 170px;
  border-color: #ecf4fa transparent transparent transparent;
  position: absolute;
  top: -1px;
  left: 50%;
  transform: translate(-50%, 0);
}
.comBtn.btn-blue a {
  background: #0071bf;
  color: #fff;
}
.comBtn.btn-blue a span {
  background-image: url(../../battery/img/index/btn_icon.png);
}
.mainVisual_bnr_text {
  color: #000;
  font-weight: normal;
}
#main .mainVisual .photoBox::before {
  background: url(../img/common/main_bg01.png) no-repeat center center/100% 100%;
}
.solution-lp .mainVisual_bnr {
  border-left: none;
}
#main .onayami__flex {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
#main .conformal__textarea {
  margin-top: 30px;
  line-height: 1.9;
  display: flex;
  flex-flow: column;
  justify-content: flex-end;
}
#main .onayami h2 {
  margin-bottom: 35px;
  text-align: center;
  color: #0071bf;
  font-size: 3rem;
  line-height: 1.4;
}
#main .onayami_list ul li {
  font-size: 2rem;
  text-indent: -3rem;
  padding-left: 3rem;
}
#main .onayami_list ul li::before {
  content: "";
  display: inline-block;
  position: relative;
  top: 3px;
  width: 1.5em;
  height: 1em;
  background: url(../img/common/onayami_check.png) no-repeat;
  background-size: contain;
}
section.resolution p {
  color: #fff;
  text-align: center;
}
.flow-intro .flowbox {
  width: fit-content;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 3rem;
  margin: 4rem auto 3rem;
}
.flow-intro dl {
  text-align: center;
  width: 140px;
  background: #ddd;
  position: relative;
}
.flow-intro dl dt {
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
  padding: 5px 0 4px;
  background: #0071bf;
}
.flow-intro dl dt span {
  font-size: 2.5rem;
  margin-left: 5px;
}
.flow-intro dl dd {
  padding: 30px 0 20px;
  background: #ddd;
}
.flow-intro dl dd div {
  margin-bottom: 10px;
}
.flow-intro dl dd p {
  color: #0071bf;
  font-size: 1.6rem;
  font-weight: bold;
}
.flow-intro dl:after {
  content: "";
  width: 10px;
  height: 10px;
  border: 0;
  border-top: solid 2px #0071bf;
  border-right: solid 2px #0071bf;
  position: absolute;
  top: 50%;
  right: -18px;
  margin-top: -4px;
  transform: rotate(45deg);
}
.flow-intro dl:last-of-type:after {
  display: none;
}
.c-bnr-lp {
  max-width: 1000px;
  width: 100%;
  margin: auto;
  transition: 0.5s;
}
.c-bnr-lp__inner {
  display: inline-block;
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 25px 0;
  background: #007ac9;
}
.c-bnr-lp__img {
  text-align: center;
  width: 45%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-bnr-lp__text {
  width: 55%;
  color: #fff;
  padding-right: 70px;
}
.c-bnr-lp__img img {
  max-width: 315px;
}
.c-bnr-lp__text--title {
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 35px;
}
.c-bnr-lp__text--title {
  padding-top: 20px;
  font-size: 28px;
}
.c-bnr-lp__text--text {
  margin-top: -20px;
  margin-bottom: 20px;
}
.c-bnr-lp__text--btn {
  background: #fff;
  width: 100%;
  padding: 15px;
  color: #007ac9;
  font-size: 18px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
.block-head01 {
  display: flex;
  align-items: center;
  gap: 15px;
  border-bottom: 1px solid #0071bf;
}
.block-head01__num {
  color: #fff;
  background: #0071bf;
  font-size: 12px;
  letter-spacing: 5px;
  text-align: center;
  width: 45px;
  height: 45px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-indent: 5px;
}
.block-head01__num span {
  display: block;
  font-size: 1.7em;
  letter-spacing: 2px;
  text-indent: 1px;
  line-height: 1;
}
.block-head01__text {
  color: #0071bf;
  width: calc(100% - 60px);
}
#related-columns .three-custom {
  font-family: "Yu Gothic";
}
#related-columns .three > li {
  background: #fff;
}
#related-columns .three > li h4 {
  padding: 0 8%;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 30px;
  color: #0071bf;
}
#related-columns .three > li .bottom {
  padding: 0 8%;
}
#related-columns .three > li .bottom a {
  color: #000000;
}
:is(.flow-intro, .sdgs_bnr) .c-bnr-lp {
  margin-bottom: 6rem;
}
.task-info-product-link a {
  font-size: 1em !important;
  max-width: 400px !important;
  padding: 20px 10px !important;
  background: url(../../seminar/img/btn_icon02.png) no-repeat right 15px center
    #fff !important;
}

@media screen and (max-width: 1160px) {
  .flow-intro .flowbox {
    display: block;
    width: 60%;
    margin: 0 auto;
  }
  .flow-intro dl {
    margin-bottom: 30px;
    width: 100%;
  }
  .flow-intro dl dd {
    /* display: flex;
        justify-content: center; */
    padding: 15px 0;
    /* align-items: center; */
  }
  .flow-intro dl dd div {
    /* margin-right: 20px; */
    margin-bottom: 0;
  }
  .flow-intro dl:after {
    left: 50%;
    right: auto;
    top: auto;
    bottom: -15px;
    transform: rotate(135deg) translateX(50%);
    -webkit-transform: rotate(135deg) translateX(50%);
    -ms-transform: rotate(135deg) translateX(50%);
  }
}

@media screen and (max-width: 896px) {
  #main .mainVisual {
    height: auto;
    display: block;
  }
  #main .mainVisual .inner {
    margin: 0 20px;
    padding-top: 35px;
    width: auto;
  }
  #main .mainVisual .inner .textBox .title {
    margin-bottom: 7px;
    padding: 6px 0 6px;
    width: 100%;
    font-size: 1.4rem;
    text-align: center;
  }
  #main .mainVisual .inner .textBox h1 {
    margin-bottom: 9px;
    font-size: 2.4rem;
    line-height: 1.3;
  }
  .mainVisual_bnr {
    margin-top: 1rem;
    padding: 10px 10px 40px;
  }
  #main .mainVisual .photoBox {
    margin-top: -10px;
    width: auto;
    position: relative;
  }
  #main .mainVisual .photoBox::before {
    width: 100%;
    height: 210px;
    left: 0;
    top: -112px;
    background-image: url(../img/index/sp_main_bg01.png);
  }
  #main h2 {
    margin-bottom: 25px;
    font-size: 2.2rem !important;
    line-height: 1.36;
    text-align: center;
  }
  .c-bnr-lp__inner {
    gap: 20px;
  }
  .c-bnr-lp__img,
  .c-bnr-lp__text {
    width: 100%;
    padding: 0 30px;
  }
  .c-bnr-lp__img img {
    max-width: 100%;
  }
  .c-bnr-lp__text--title {
    font-size: 2rem;
    margin-bottom: 20px;
  }
  .c-bnr-lp__text--text {
    margin-top: 0;
  }
  .c-bnr-lp__text--btn {
    font-size: 16px;
  }
  .c-bnr-lp__text--btn img {
    width: 30px;
  }
  #main .onayami {
    background: url(../img/common/conformal_imgtext02_sp.jpg) no-repeat top;
    background-size: 75%;
  }
}

.mainVisual_bnr_area02 .mainVisual_bnr {
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
  align-items: center;
}
.mainVisual_bnr_area02 .mainVisual_bnr_btn {
  margin: 1rem 0;
}
.mainVisual_bnr_area02 img {
  width: 40%;
}
.mainVisual_bnr_area02-wide {
  margin-bottom: 6rem;
}
.mainVisual_bnr_area02-wide .mainVisual_bnr {
  width: 100%;
  max-width: none !important;
  padding: 25px !important;
}
.mainVisual_bnr_area02-wide .mainVisual_bnr_title {
  font-size: 28px !important;
  margin-bottom: 35px;
}
.mainVisual_bnr_area02-wide .mainVisual_bnr_text {
  font-size: 1.8rem;
  margin-bottom: 20px;
}
.mainVisual_bnr_area02-wide .mainVisual_bnr_btn a {
  width: 100%;
  display: block;
  padding: 15px !important;
  font-size: 18px !important;
  text-align: center;
}
.mainVisual_bnr_title {
  font-size: 1.8rem;
}
.solution-lp .mainVisual_bnr {
  letter-spacing: -1px;
}
.mainVisual_bnr_btn a {
  padding: 5px 5rem;
  font-size: 1.4rem;
  background-position: top 50% right 30px;
}
.mainVisual_bnr {
  padding: 1rem 1.4rem;
  max-width: 500px;
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  flex-wrap: wrap;
}
.mainVisual_bnr_btn {
  bottom: 1.4rem;
  position: unset;
}

@media screen and (max-width: 896px) {
  .mainVisual_bnr_area02 img {
    width: 90%;
    margin: 1rem auto;
  }
  .mainVisual_bnr_area02-wide .mainVisual_bnr_title {
    font-size: 2rem !important;
  }
  .mainVisual_bnr_btn a {
    padding: 5px 16px;
    background-position: top 50% right 6px;
    font-size: 1.2rem;
  }
  .mainVisual_bnr_area02 .mainVisual_bnr_btn {
    text-align: center;
  }
}

/* 260514 laser */
#main.laser {
  .mainVisual .photoBox {
    display: flex;
    align-items: center;
    background: #e5f1f9;

    picture {
      margin: 0 8vw 0 auto;
      @media screen and (max-width: 896px) {
        margin: auto;
      }

      img {
        max-width: 240px;
        @media screen and (max-width: 896px) {
          padding: 30px 0;
        }
      }
    }
  }
  .mainVisual_bnr_area02 {
    .mainVisual_bnr {
      @media screen and (max-width: 896px) {
        max-width: none;
      }

      .mainVisual_bnr_textbox {
        @media screen and (max-width: 896px) {
          width: 100%;
        }
      }
    }
    img {
      @media screen and (max-width: 896px) {
        width: auto;
      }
    }
  }
  section {
    h2 {
      line-height: 1.5;
    }
  }
  .onayami {
    .conformal__textarea {
      margin-top: 60px;
    }
  }
  .resolution {
    padding-bottom: 6rem;
  }
  .resolution-detail {
    @media screen and (max-width: 896px) {
      padding-bottom: 6rem;
    }
  }
  .linkBox.bnr {
    .linkList li.list01 .pho img {
      height: auto;
    }
  }
  .linkList li .txtBox .ttl span {
    @media screen and (max-width: 896px) {
      font-size: 110%;
      margin-bottom: 1.1rem;
    }
  }
  .linkBox .linkList li.list01 .txtBox .comBtn span {
    background: url(../img/common/icon_btn_download.png) no-repeat left
      center/20px auto;
  }
  .roi {
    background: #0071bf;
    @media screen and (max-width: 896px) {
      padding: 4rem 0 6rem;
      margin-top: -9rem;
    }

    h2 {
      color: #fff;
    }
    p {
      color: #fff;
    }
    .roiCalc {
      text-align: center;
      background: #fff;
      max-width: 490px;
      padding: 30px;
      margin: auto;

      p {
        color: #000;
        font-weight: bold;
      }
      .roiCalcBtn {
        color: #000;
        font-weight: bold;
        display: block;
        background: #f0ab00;
        max-width: 320px;
        padding: 15px;
        margin: 30px auto 0;
      }
    }
  }
  .feature {
    @media screen and (max-width: 896px) {
      padding: 0 0 6rem;
    }
    .featureList {
      display: flex;
      gap: 25px;
      @media screen and (max-width: 896px) {
        flex-direction: column;
      }
    }
    .featureListItem {
      flex: 1;
      background: #ecf4fa;
      padding: 30px 20px;
      display: grid;
      grid-template-rows: auto auto 1fr;
      gap: 30px;
    }
    .featureListTtl {
      color: #0071bf;
      font-size: clamp(16px, 1.6681vw, 20px);
      font-weight: bold;
      text-align: center;
    }
    .featureListImg {
      text-align: center;

      img {
        max-height: 140px;
        @media screen and (max-width: 896px) {
          max-height: 100px;
        }
      }
    }
    .featureListTxt {
      @media screen and (max-width: 896px) {
        font-size: 16px;
      }
    }
  }
  #solution {
    background: #e8f2f9;
    margin-bottom: 0;
    padding: 6rem 0 8rem;
    @media screen and (max-width: 896px) {
      padding: 5rem 0 6rem;
    }

    .flex.solution_item_wrap {
      justify-content: space-between;
      display: flex;
      @media screen and (max-width: 896px) {
        flex-direction: column;
      }

      .solution_item {
        width: 490px;
        background-color: #fff;
        border-top: 16px solid #0071bf;
        display: flex;
        flex-direction: column;
        @media screen and (max-width: 896px) {
          width: 100%;
        }

        .img_box {
          /* background: #fff; */
          display: flex;
          justify-content: center;
          align-items: center;
          padding: 20px;

          img {
            max-height: 290px;
          }
        }

        .txt_box {
          padding: 40px 55px;
          @media screen and (max-width: 896px) {
            padding: 20px 25px;
          }
        }
        h3 {
          text-align: center;
          color: #0071bf;
          font-size: 2.7rem;
          line-height: 1.4;
          margin-bottom: 35px;
          @media screen and (max-width: 896px) {
            font-size: 2.2rem;
            margin-bottom: 15px;
          }
        }
        p {
          font-size: 1.7rem;
          text-align: left;
        }
        .btn {
          text-align: center;
          width: 360px;
          max-width: none;
          margin: auto auto 40px;
          @media screen and (max-width: 896px) {
            width: 100%;
            padding: 0 20px;
          }

          a {
            color: #fff;
            font-size: 1.4rem;
            font-weight: bold;
            padding: 12px 0;
            display: block;
            position: relative;
            background-color: #0071bf;

            &::before {
              content: "";
              width: 10px;
              height: 10px;
              border: 0px;
              border-top: solid 2px #fff;
              border-right: solid 2px #fff;
              -ms-transform: rotate(45deg);
              -webkit-transform: rotate(45deg);
              transform: rotate(45deg);
              position: absolute;
              top: 50%;
              right: 30px;
              margin-top: -4px;
              transition: all ease 0.3s;
            }

            &:link {
              text-decoration: none;
            }
          }
        }
      }
    }
  }
  .appeal {
    background: #007ac9;

    h2 {
      color: #fff;
    }

    .appealImg {
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 50px;
      background: #fff;
      padding: 40px 20px;
      @media screen and (max-width: 896px) {
        flex-direction: column;
      }

      img {
        @media screen and (max-width: 896px) {
          max-width: 140px;
        }
      }
    }

    .appealTxt {
      color: #fff;
      text-align: center;
      margin: 40px auto;
      @media screen and (max-width: 896px) {
        text-align: left;
      }
    }

    .comBtn {
      a {
        span {
          position: relative;
          &::before {
            content: "";
            width: 10px;
            height: 10px;
            border: 0px;
            border-top: solid 2px #0071bf;
            border-right: solid 2px #0071bf;
            transform: rotate(45deg);
            position: absolute;
            top: 50%;
            right: -10px;
            margin-top: -4px;
            transition: all ease 0.3s;
          }
        }
      }
    }
  }
  .performance {
    .text,
    .textBox p {
      @media screen and (max-width: 896px) {
        font-size: 16px;
      }
    }
  }
} /* .laser ここまで */

/* 260529 アニマルヘルス ソリューションページ制作*/
body.animal-health {
  .food-loss-cont-img {
    width: 100%;
    max-width: 310px;
  }
  .food-loss-cont-text {
    width: calc(100% - 310px - 50px);
  }
  .mainVisual_bnr {
    letter-spacing: -1px;
  }
  .mainVisual_bnr_btn a {
    background: #0071bf;
    color: #fff;
    font-size: 1rem;
    line-height: 1;
    padding: 5px 18px 5px 8px;
    background-image: url(../../battery/img/index/btn_icon.png);
    background-repeat: no-repeat;
    background-position: top 50% right 30px;
    background-size: 6px;
  }
  .mainVisual_bnr {
    border-left: none;
  }
  .mainVisual_bnr {
    padding: 1rem 1.4rem;
    max-width: 500px;
    display: flex;
    justify-content: space-between;
    gap: 2rem;
    flex-wrap: wrap;
  }
  .mainVisual_bnr_area02 img {
    max-width: 303px;
  }
  .mainVisual_bnr_area02-wide {
    margin-bottom: 0;
    margin-top: 6rem;
  }
  .comparison ul:first-child .item:first-child {
    margin-bottom: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    height: 0;
    overflow: hidden;
  }

  .comparison ul:first-child .item__2nd {
    height: 240px;
  }
  .comparison {
    padding-top: 0;
  }
  .comparison .item__3rd--center,
  .comparison .item__3rd--right {
    color: #0071bf;
    padding: 0 25px;
  }
  .comparison .item__4th--center,
  .comparison .item__4th--right {
    padding: 0 25px;
  }
  li.item.item__4th {
    height: 320px;
  }
  .comparison .item__5th .item__text {
    font-size: 2rem;
  }
  .comparison .item__4th--center ul,
  .comparison .item__4th--right ul {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
  }
  .comparison .item__4th--center li,
  .comparison .item__4th--right li {
    text-indent: -1em;
    padding-left: 0.8em;
    font-size: 2rem;
  }
  .comparison .item__4th--center li + li {
    margin-top: 0.5em;
  }
  .comparison .item__4th--right li + li {
    margin-top: 0.5em;
  }
  .comparison .item__5th--center,
  .comparison .item__5th--right {
    padding: 0 25px;
  }
  .comparison .item__5th--center {
    background: #ffdc64;
    color: #0071bf;
  }
  .comparison .item__5th--right {
    background: none;
    color: #0071bf;
    border: 2px #0071bf solid;
    box-sizing: border-box;
  }
  .comparison .item__2nd--center,
  .comparison .item__2nd--right {
    padding: 0 25px;
  }
  .flow .text {
    color: #000;
    display: inherit;
  }
  .solution .text {
    color: #000;
  }
  .flow.content {
    padding-bottom: 0;
  }
  .mt-0 {
    margin-top: 0;
  }
  .mb-0 {
    margin-bottom: 0;
  }
  .comparison .container {
    width: 1000px;
    min-width: 1000px;
  }
  @media screen and (max-width: 896px) {
    .food-loss-cont-text {
      width: 100%;
    }
    .food-loss-cont-img img {
      width: 100%;
      max-width: 310px;
    }
    .food-loss-cont-img {
      display: flex;
      justify-content: center;
      max-width: 100%;
    }
    .comparison ul:first-child .item__2nd {
      height: 226px;
    }
    .comparison-container-box {
      overflow-x: scroll;
      padding-top: 20px;
    }
    .container-first-item {
      max-width: 18%;
    }
    .contact_Btn + .food-loss {
      padding-top: 0;
    }
    .flow {
      margin-bottom: 19px;
    }
    li.item.item__2nd,
    li.item.item__3rd,
    li.item.item__4th,
    li.item.item__5th {
      text-align: left;
    }
    li.item.item__4th {
      height: 260px;
    }
    .comparison .item__3rd {
      height: 120px;
    }
    .comparison .item__4th--center ul li,
    .comparison .item__4th--right ul li {
      font-size: 1.7rem;
    }
    .comparison .item__3rd--center .item__text,
    .comparison .item__3rd--right .item__text {
      font-size: 1.7rem;
    }
    .comparison .item__5th--center .item__text,
    .comparison .item__5th--right .item__text {
      font-size: 1.7rem;
    }
    .comparison .container {
      width: 800px;
      min-width: 800px;
    }

    /* li.item.item__3rd--right {
      justify-content: flex-start;
    } */
    .photoBox picture {
      margin: auto;
      img {
        padding: 50px 0 0;
      }
    }
  }
}

/* 20260607　追加 */
.ecobead .content:not(.def){
  width: 1260px;
}
.ecobead .block-head01 {
  @media screen and (max-width: 896px) {
    flex-direction: column;
    align-items: baseline;
    padding-bottom: 10px;
  }
}
.ecobead.block-head01__num{
  font-size: 1.6rem;
  width: auto;
  height: 35px;
  flex-wrap: nowrap;
  flex-direction: row;
  letter-spacing: .02em;
  text-indent: 0;
  padding: 0 1rem;
}
.ecobead.block-head01__num span{
  display: inline-block;
  font-size: 1.6rem;
}
.ecobead.block-head01__text{
  font-size: 2.4rem;
}
.ecobead.resolution{
  background-color: #E5F1F9;
}
.ecobead.resolution h2{
  font-size: 30px;
  color: #007AC9;
}
.ecobead.resolution .resolution_conts p{
  font-size: 24px;
  margin-bottom: 30px;
}
section.ecobead.resolution p{
  color: #000;
}
.ecobead.resolution ul{
  max-width: 924px;
  margin: auto;
  padding: 30px 35px;
  background-color: #fff;
}
.ecobead.resolution li{
  position: relative;
  padding-left: 1.25em;
}
.ecobead.resolution li::before{
  content: "";
  width: .6em;
  height: .6em;
  background-color: #007AC9;
  border-radius: 50em;
  position: absolute;
  left: 0;
  top: .5em;
}
@media screen and (max-width:896px) {
  .ecobead.resolution .resolution_conts p{
    font-size: 16px;
    margin-bottom: 20px;
  }
  .ecobead.resolution li + li{
    margin-top: 8px;
  }
}
.introduction_item_flex.ecobead .introduction_item_box_img img{
  height: 313px;
  width: auto;
}
.ecobead .introduction_item_box_flex{
  grid-template-rows: unset;
}
.introduction_item_flex.ecobead .introduction_item_box_text{
  text-align: center;
}
.introduction_controler_flex {
  display: flex;
  align-items: center;
  max-width: 1100px;
  margin: 65px auto 0;
  /* background: #E5F6FC; */
  /* padding: 30px 35px; */
  gap: 50px;
}
.introduction_controler_txt{
  flex: 1;
  text-align: center;
}
.introduction_controler_txt p:first-of-type{
  font-size: 20px;
}
.introduction_controler_txt p:has(a){
  font-size: 16px;
  margin-top: 1em;
}
@media screen and (max-width:896px) {
  .introduction_item_flex.ecobead .introduction_item_box_img img{
    height: auto;
    width: 100%;
  }
  .introduction_controler_flex{
    gap: 16px;
    flex-wrap: wrap;
  }
  .introduction_controler_img,.introduction_controler_txt{
    width: 100%;
  }
  .introduction_controler_img{
    text-align: center;
  }
}
.ecobead.feature{
  padding-top: 10rem 0 8rem;
  background-color: #E5F1F9;
}
.ecobead.feature h2{
  margin-bottom: 100px;
}
.ecobead.feature p {
    font-size: 16px;
}
.ecobead.feature .content{
  max-width: 1287px;
  width: 100%;
}
.ecobead.feature .block-head01 + *{
  max-width: 1100px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.ecobead.feature .flex-box{
  align-items: center!important;
  padding: 30px 0;
  margin-bottom: 40px;
}
.ecobead.feature .flex-box__item:has(img){
  width: 394px;
}
.ecobead.feature .flex-box__item:not(:has(img)){
  flex: 1;
}
.ecobead .flex-box__item p{
  margin-top: 1em;
}
.ecobead .flex-box__item__label {
  display: inline-block;
  width: 70px;
  text-align: center;
  color: #fff;
  margin-right: 10px;

  @media screen and (max-width:896px) {
    display: block;
    margin-right: 0;
    margin-bottom: 5px;
  }

  &.label01 {
    background: #F0AB00;
    margin-bottom: 7px;
    @media screen and (max-width:896px) {
      margin-bottom: 5px;
    }
  }

  &.label02 {
    background: #7AB800;
    @media screen and (max-width:896px) {
      margin-top: 10px;
    }
  }
}
.ecobead_feature_table{
  width: 100%;
  margin: auto;
  padding: 30px 0 0;
}
.ecobead_feature_table ul{
  width: 1100px;
  margin-left: auto;
  margin-right: auto;
}
.ecobead_feature_table li{
  padding: 20px 0;
  background-color: #fff;
  gap: 10px;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
}
.ecobead_feature_table li + li{
  margin-top: 15px;
}
.ecobead_feature_table li:first-of-type{
  background-color: transparent;
  padding: 0;
  margin-bottom: -5px;
}
.ecobead.feature .ecobead_feature_table + p{
  text-align: center;
  margin: 30px 0 10px;
  /* font-size: 20px; */
}
.ecobead_feature_table + p + p{
  margin-bottom: 60px;
  text-align: center;
}
.ecobead_feature_item:not(:last-of-type){
  width: 24.5%;
}
.ecobead_feature_item:has(img){
  text-align: center;
}
.ecobead_feature_item.row{
  align-items: center;
  gap: 18px;
  margin: 0;
  flex: 1;
  flex-wrap: nowrap;
}
.ecobead_feature_item.row p{
  flex: 1;
  padding-right: 40px;
  font-size: 16px;
}
.ecobead_feature_item.column02 {
  width: 49.9%;
}
.ecobead_feature_item.column02:first-of-type::after{
  display: none!important;
}
.ecobead_feature_table li:not(:first-of-type) .ecobead_feature_item:first-of-type{
  position: relative;
}
.ecobead_feature_table li:not(:first-of-type) .ecobead_feature_item:first-of-type::after{
  content:"";
  height: calc(100% - 20px);
  width: 1px;
  margin: auto;
  background-color: #7D9AAA;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -5px;
}
.ecobead_feature_table li:first-of-type .ecobead_feature_item:not(:last-of-type){
  background-color: #7D9AAA;
  text-align: center;
  font-size: 1.6rem;
  color: #fff;
}
.ecobead_feature_item img {
  max-width: 80%;
}
.ecobead_feature_num{
  width: 66px;
  height: 66px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50rem;
  background-color: #007AC9;
  font-size: 14px;
  color: #fff;
  position: relative;
}
.ecobead_feature_num::after,
.ecobead_feature_num::before{
  content: "";
  width: 1px;
  height: 205%;
  background-color: #007AC9;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}
.ecobead_feature_num::after{
  top: 66px;
}
.ecobead_feature_num::before{
  bottom: 66px;
}

.ecobead_feature_table li:nth-of-type(2) .ecobead_feature_num::before,
.ecobead_feature_table li:last-of-type .ecobead_feature_num::after{display: none;}
.ecobead_feature_ol{
  margin-top: 1.5em;
  counter-reset: item;
  list-style: none;
  font-size: 14px;
}
.ecobead_feature_ol li{
  counter-increment: item;
  padding-left: 2em;
  position: relative;
}
.ecobead_feature_ol li::before {
  content: counter(item);
  height: 1.25em;
  width: 1.25em;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #007AC9;
  border-radius:50em;
  color: #fff;
  position: absolute;
  left: 0;
  top: .2em;
}
.ecobead_feature_ol li + li{
  margin-top: 1em;
}
@media screen and (max-width:897px) {
  .ecobead_feature_table{
    overflow-x: scroll;
  }
  .ecobead.feature .flex-box__item:has(img){
    width: 100%;
    text-align: center;
  }
  .ecobead.feature .flex-box{
    padding: 15px 0;
    gap: 16px !important;
  }
  .ecobead.feature .flex-box:last-of-type {
    margin-bottom: 0;
  }
  .ecobead_feature_table{
    padding: 16px 0 0;
  }
  .ecobead_feature_table + p + p{
    font-size: 15px!important;
  }
}
.dispenser_list{
  width:100%;
}
.dispenser_list p.ant{
  text-align: right;
  font-size: 15px;
  margin-top: 10px;
}
.dispenser_list table {
  border-collapse: collapse;
  width:100%;
}
.dispenser_list table th,
.dispenser_list table td{
  border:1px solid #dddddd;
  font-size: clamp(18px, 1.046vw,20px);
  padding: 12px;
  text-align:center;
  font-weight:bold;
}
.dispenser_list table thead td{
  border:none;
}
.dispenser_list table thead th{
  background: #007ac9;
  color:#fff;
  font-size: clamp(18px, 1.046vw,20px);
  
}
.dispenser_list table tbody th {
  background:#f3f3f3;
  font-size: 20px;
}
.dispenser_list table tbody td {
  vertical-align: baseline;
}
.dispenser_list table tbody td p {
  font-size: 16px;
  margin-bottom: 10px;
}
@media screen and (max-width:896px) {
   .dispenser_list {
    overflow-x: scroll;
    padding-bottom: 10px;
  }
  
  .dispenser_list table {
      width: 1000px;
  }
  
  .dispenser_list p.ant {
      text-align: left;
      width: 1000px;
  }
}
.tips{
  padding: 150px 0 8rem;
}
.tips + .tips{
  padding: 70px 0 8rem;
}
.tips h2 span{
  display: block;
  width: fit-content;
  background-color: #00A9E0;
  font-size: 18px;
  color: #fff;
  margin: 0 auto 20px;
  padding: 5px 20px;
  border-radius: 50em;
}
.tips .dispenser_list table tbody td{
  font-size: 16px;
}
.tips .dispenser_list table tbody img {
  max-height: 200px;
}
.tips_content02{
  max-width: 1100px;
  margin: auto;
  padding: 30px 35px;
  background-color: #E5F1F9;
  border-radius: 8px;
}
.tips_content02 span{
  display: block;
  color: #007AC9;
}
.tips_content02 p{
  font-size: 16px;
}
.tips_content02 p + p{
  margin-top: 30px;
}
.tips_content02 + p{
  margin-top: 1em;
  text-align: center;
  font-size: 16px;
}
.tips_content03{
  display: flex;
  gap: 15px;
  align-items: center;
  max-width: 1100px;
  margin: 40px auto 0;
}
.tips_content03_head{
  padding: 5px 0 4px;
  margin: 0;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  text-align: center;
  font-size: 20px;
  color: #fff;
}
.tips_content03_body{
  border: 1px solid;
  padding: 0 25px 0;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
.tips_content03 > div{
  width: 470px;
}
.tips_content03 div:first-of-type .tips_content03_head{
  background-color: #007AC9;
}
.tips_content03 div:first-of-type .tips_content03_body{
  border-color: #007AC9;
  padding-top: 35px;
  padding-bottom: 35px;
}
.tips_content03 div:first-of-type .tips_content03_body .tips_content03_title{
  margin-bottom: 25px;
  font-size: 18px;
  color: #007AC9;
}
.tips_content03 div:nth-of-type(2){
  flex: 1;
  text-align: center;
  font-weight: bold;
}
.tips_content03 div:nth-of-type(2) img{
  display: inline-block;
  margin-bottom: 5px;
}
.tips_content03 div:last-of-type .tips_content03_head{
  background-color: #8996A0;
}
.tips_content03 div:last-of-type .tips_content03_body{
  border-color: #8996A0;
  padding-top: 16px;
  padding-bottom: 16px;
}
.tips_content03 div:last-of-type .tips_content03_title{
  margin-bottom: 6px;
  font-size: 16px;
  color: #8996A0;
}
.tips_content03 div:last-of-type  .tips_content03_img + .tips_content03_title{
  margin-top: 20px;
}
.tips.third {
  background: #E5F1F9;
  padding-top: 90px;
}
.tips.third .tips_lead{
  text-align: center;
  font-size: 16px;
}
.tips.third .tips_lead strong{
  color: #005293;
}
.tips.third .tips_lead_upper {
  color: #005293;
  font-size: 1.5em;
  font-weight: bold;
  text-align: center;
}
.tips_content04{
  display: flex;
  gap: 40px;
  max-width: 1100px;
  margin: 24px auto 0;
}
.tips_content04 > div{
  flex: 1;
  margin: unset;
  padding: 30px 14px;
}
.tips_content04 li{
  margin-top: 5px;
  padding-left: 1.5em;
  position: relative;
}
.tips_content04 li::before{
  content: "";
  width: .2em;
  height: .2em;
  background-color: #000;
  border-radius: 50em;
  position: absolute;
  top: .7em;
  left: .5em;
}
.tips_content05{
  max-width: 1100px;
  margin: 40px auto 0;
  padding: 60px;
  border: 1px solid #007AC9;
  border-radius: 8px;
  text-align: center;
  background: #fff;
}
.tips_content05_img + p{
  text-align: right;
  font-size: 16px;
}
p.tips_content05_point{
  width: fit-content;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 16px;
  padding: 5px 10px 8px;
  background-color: #E37222;
  color: #fff;
  line-height: 1;
}
p.tips_content05_point + p{
  font-size: 16px;
}
@media screen and (max-width:896px) {
  .tips {
    padding: 60px 0 4rem;
  }
  .tips + .tips {
    padding: 60px 0 4rem;
  }
  .tips_content03{
    flex-wrap: wrap;
  }
  .tips_content03 > div{
    width: 100%;
  }
  .tips_content03 div:first-of-type .tips_content03_body {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .tips_content03 div:first-of-type .tips_content03_body .tips_content03_title {
    margin-bottom: 8px;
  }
  .tips_content04{
    flex-wrap: wrap;
    gap: 20px;
  }
  .tips_content04 > div{
    flex: unset;
    width: 100%;
  }
  .tips_content05 {
    padding: 30px;
  }
}
.ecobead.task-info-product{
  background-image: url(../img/ecobead/product-back.png);
}
.ecobead_bnr img{
  max-height: 248px;
  width: auto!important;
}
.ecobead_bnr .movie_img{
  text-align: center;
}
.ecobead_bnr .movie_detail{
  margin-bottom: 40px;
}
.ecobead.btmBox .content{
  display: flex;
  gap: 40px;
}
.ecobead.btmBox .comBtn a span {
  padding-left: 32px;
  padding-right: 0px;
  background-position: top .25em left;
}
@media screen and (max-width:896px) {
  .ecobead.btmBox .content{
    flex-wrap: wrap;
    gap: 20px;
  }
  .ecobead.btmBox .comBtn {
    width: 100%;
  }
}
@media screen and (max-width:896px) {
  .ecobead .task-info-product-cont{
    width: 100%;
    flex: unset;
  }
}
.ecobead {
  #main .mainVisual .photoBox img {
    object-position: right
  }
  .block-head01 {
    @media screen and (max-width: 896px) {
      flex-direction: column;
      align-items: baseline;
      padding-bottom: 10px;
    }
  }
  section.resolution.ecobead::before {
    border-width: 100px 150px 0 150px;
  }
}

/* ecobead-floating-menu ここから */
.ecobead.floating-menu {
  background: #E5F1F9;
  padding-top: 0;
}

.ecobead-floating-menu {
  position: relative;
  z-index: 10;
  pointer-events: none;
}

.ecobead-floating-menu__viewport {
  display: flex;
  align-items: end;
  justify-content: center;
}

.ecobead-floating-menu__inner {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 65px;
  @media screen and (max-width:896px) {
    flex-direction: column;
    gap: 20px;
    align-items: unset;
  }
}

/* --- 通常表示：パネル --- */
.ecobead-floating-menu__panel {
  display: block;
  background: #fff;
  border-radius: 16px;
  padding: 25px;
  position: relative;
  pointer-events: auto;
  text-decoration: none;
  color: inherit;
  opacity: 1;
  transition: opacity 0.4s ease;
  @media screen and (max-width:896px) {
    padding: 15px 10px;
  }

  &:hover {
    text-decoration: none;
  }

  &:first-child {
    flex: 1.2;
  }

  &:nth-child(2),
  &:last-child {
    flex: 1;
  }

  &:nth-child(2) {
    height: 80%;
    @media screen and (max-width:896px) {
      height: auto;
      flex: 1;
    }
  }
}

.ecobead-floating-menu.is-highlighting .ecobead-floating-menu__panel {
  opacity: 0.3;
}

.ecobead-floating-menu[data-active="left"]   [data-panel="left"],
.ecobead-floating-menu[data-active="center"] [data-panel="center"],
.ecobead-floating-menu[data-active="right"]  [data-panel="right"] {
  opacity: 1;
}

/* --- 矢印（通常表示のみ） --- */
.ecobead-floating-menu__arrow {
  position: absolute;
  clip-path: polygon(0 50%, 24px 0, 24px 8px, 100% 8px, 100% 17px, 24px 17px, 24px 100%);
  @media screen and (max-width:896px) {
    display: none;
  }

  &.arrow01 {
    width: 310px;
    height: 25px;
    background: #F0AB00;
    right: 310px;
    top: 130px;
  }

  &.arrow02 {
    width: 235px;
    height: 25px;
    background: #7AB800;
    right: 230px;
    bottom: 50px;
  }

  &.arrow03 {
    /* width: 80px;
    height: 25px; */
    width: 70px;
    height: 20px;
    background: #00A9E0;
    /* top: 130px;
    right: 100%; */
    top: 100px;
    right: calc(100% + 130px);
    clip-path: polygon(0 50%, 24px 0, 24px 7px, 100% 7px, 100% 14px, 24px 14px, 24px 100%);
  }

  &.arrow04 {
    width: 525px;
    height: 25px;
    background: #8996A0;
    right: 100%;
    bottom: 35px;
  }
}

.ecobead-floating-menu__txt {
  color: #000;
  font-size: 20px;
  font-weight: bold;
  writing-mode: vertical-lr;
  width: 30px;
  height: 90px;
  position: absolute;
  top: 75px;
  right: 30px;
  @media screen and (max-width:896px) {
    display: none;
  }
}

.ecobead-floating-menu__label {
  width: fit-content;
  background-color: #00A9E0;
  font-size: 18px;
  color: #fff;
  margin: 0 auto 20px;
  padding: 5px 20px;
  border-radius: 50em;
}

.ecobead-floating-menu__title {
  font-size: 24px;
  text-align: center;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #0071bf;
  @media screen and (max-width:896px) {
    font-size: clamp(18px, 1.046vw,20px);
  }
}

.ecobead-floating-menu__title-arrow {
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 1px solid #0071bf;
  position: relative;

  &::before {
    content: '↓';
    position: absolute;
    left: 3px;
    top: 0;
    font-size: 14px;
  }
}

.ecobead-floating-menu__img {
  text-align: center;
}
/* ecobead-floating-menu ここまで */

/* ecobead-sticky-bar ここから（スクロール通過後） */
.ecobead-sticky-bar {
  display: none;
  position: fixed;
  top: 120px;
  left: 0;
  width: 100%;
  z-index: 10;
  background: #E5F1F9;
  overflow: hidden;
  pointer-events: none;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
  @media screen and (max-width:896px) {
    top: 70px;
    padding-top: 30px;
  }

  &.is-measuring {
    display: block !important;
    visibility: hidden !important;
    height: auto !important;
    overflow: hidden;
  }
}

.ecobead-sticky-bar__viewport {
  width: 1260px;
  max-width: 100%;
  height: fit-content;
  margin: 0 auto;
  padding: 10px;
  overflow: hidden;
}

.ecobead-sticky-bar__inner {
  width: 100%;
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 24px;
  max-width: 80%;
  margin: auto;
  @media screen and (max-width:896px) {
    gap: 10px;
    flex-direction: column;
  }
}

.ecobead-sticky-bar__panel {
  flex: 1 1 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  background: #fff;
  border-radius: 16px;
  padding: 10px;
  text-decoration: none;
  color: inherit;
  opacity: 1;
  pointer-events: auto;
  transition: opacity 0.4s ease;
  @media screen and (max-width:896px) {
    justify-content: flex-start;
  }

  &:hover {
    text-decoration: none;
  }
}

.ecobead-sticky-bar.is-highlighting .ecobead-sticky-bar__panel {
  opacity: 0.3;
}

.ecobead-sticky-bar[data-active="left"]   [data-panel="left"],
.ecobead-sticky-bar[data-active="center"] [data-panel="center"],
.ecobead-sticky-bar[data-active="right"]  [data-panel="right"] {
  opacity: 1;
}

.ecobead-sticky-bar__title {
  font-size: 18px;
  text-align: center;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #0071bf;
  @media screen and (max-width:896px) {
    font-size: clamp(18px, 1.046vw, 20px);
  }
}

.ecobead-sticky-bar__title-arrow {
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 1px solid #0071bf;
  position: relative;

  &::before {
    content: '↓';
    position: absolute;
    left: 3px;
    top: 0;
    font-size: 14px;
  }
}

.ecobead-sticky-bar__img {
  text-align: center;

  img {
    max-height: 12vh;
    width: auto;
    object-fit: contain;
    @media screen and (max-width:896px) {
      display: none;
    }
  }
}
/* ecobead-sticky-bar ここまで */

/* --- アンカー --- */
#pos01 {
  scroll-margin-top: var(--ecobead-anchor-offset-pos01, 120px);

  @media screen and (max-width: 896px) {
    scroll-margin-top: var(--ecobead-anchor-offset-pos01, 70px);
  }
}

#pos02,
#pos03 {
  scroll-margin-top: var(--ecobead-anchor-offset, 300px);

  @media screen and (max-width: 896px) {
    scroll-margin-top: var(--ecobead-anchor-offset, 290px);
  }
}
