@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Teko&display=swap");

img {
  /*
  width: auto;
  */
  display: block;
  margin: 0 auto 20px;
}

.slider_box {
  width: 500px;
  float: right;
}

.product_list_box .text_box {
  width: calc(100% - 70px);
  margin: 0 auto;
}

.product_list_box > div {
  margin-bottom: 120px;
  clear: both;
}

.title_h2 {
  margin: 20px 0 25px;
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.48;
}

.title_h2.mt0 {
  margin-top: 0;
}

.text_box .text p.lh15 {
  line-height: 1.5;
}

.text_box h3::after {
  content: "" attr(data-title);
  margin-left: 10px;
  font-size: 0.9375rem;
  line-height: 1.3333333333;
  font-family: "Teko";
  color: #106522;
}

.text_box .text {
  margin-bottom: 45px;
}

.text_box .text p {
  margin-bottom: 26px;
  letter-spacing: 0.1em;
  line-height: 2.5;
}

.slider_box + .text_box .text p {
  margin-bottom: 26px;
  Letter-spacing: 0.05em;
  line-height: 1.8571428571;
}

.text_box + p {
  clear: both;
}

.catalog_box {
  max-width: 800px;
  margin: 0 auto;
  padding: 40px 20px 30px 50px;
  border: 1px solid #000000;
  position: relative;
  clear: both;
}

.catalog_box::before {
  content: " " attr(data-title);
  font-size: 40px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 0.5;
  font-family: "Teko";
  color: #106522;
  background: #fff;
  padding: 10px 25px;
  position: absolute;
  top: -22px;
  left: 25px;
}

.catalog_box .text_box {
  width: 500px;
  padding: 30px 0 0;
  display: inline-block;
  vertical-align: top;
}

.text_box strong {
  margin-bottom: 25px;
  display: block;
  font-size: 1.25rem;
  line-height: 1.45;
}

.catalog_box .image {
  width: 130px;
  margin: 0 80px;
  display: inline-block;
}

.catalog_box .text_box p {
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.8571428571;
}

.col2img_txt img {
  margin: 0 20px 20px 0;
}

@media screen and (max-width: 768px) {
  img {
    width: 100%;
  }

  .title_h2 {
    font-size: 1rem;
  }

  .product_list_box .text_box,
  .catalog_box .text_box {
    width: 100%;
    margin: 0;
  }

  .slider_box {
    width: 100%;
    float: none;
  }

  .text_box .btn {
    margin: 0 auto;
  }

  /* カタログ */
  .catalog_box {
    padding: 20px 30px;
  }
  .catalog_box::before {
    font-size: 1.5rem;
    top: -22px;
    left: 25px;
  }
  .catalog_box .text_box {
    padding: 0;
  }
  .catalog_box .image {
    text-align: center;
  }
}

/* how it works 用のボックス */
.howto_box {
  margin-bottom: 50px;
  border: 1px dotted #000000;
  padding: 30px;
  font-size: 0;
}
.howto_box dt {
  width: 100px;
  display: inline-block;
  margin-right: 30px;
  vertical-align: middle;
  font-size: 1.375rem;
  font-family: "Teko";
  color: #106522;
}
.howto_box dd {
  width: calc(100% - 138px);
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
}
.howto_box dd .image {
  display: inline-block;
  vertical-align: middle;
  min-width: 70px;
}
.howto_box dd p {
  width: calc(100% - 395px);
  padding-left: 30px;
  margin-right: 20px;
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  word-break: break-all;
  font-size: 1rem;
  font-weight: 300;
}
.howto_box dt::after {
  content: "";
  width: 16px;
  height: 1px;
  display: block;
  background: #106522;
  margin: 10px auto 0;
}

/* 製品ラインナップ */
ul.line_up li {
  min-height: 370px;
  display: inline-block;
  vertical-align: top;
  margin: 0 42px 42px 0;
  border: 1px solid #DDDDDD;
}
ul.line_up li:nth-child(3n) {
  margin-right: 0;
}
ul.line_up li a {
  min-height: 440px;
  padding: 40px;
  display: block;
  color: #000000;
  text-decoration: none;
  transition: opacity .5s ease;
}
ul.line_up li > span {
  font-size: 0.8125rem;
}
ul.line_up li img {
  height: 135px;
  text-align: center;
  margin-bottom: 30px;
  object-fit: contain;
}

.mini_title_green {
  margin-bottom: 5px;
  display: block;
  font-size: 0.75rem;
  line-height: 1.5;
  color: #106522;
}

.data_name::before {
  content: "" attr(data-name);
  margin-bottom: 5px;
  display: block;
  font-size: 0.75rem;
  color: #106522;
}

/* 製品リスト */
ul.prod > li {
  min-height: 370px;
  display: inline-block;
  vertical-align: top;
  margin: 0 20px 42px 20px;
  padding: 40px;
  border: 1px solid #DDDDDD;
}


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

.title strong {
  display: block;
  font-size: 0.8125rem;
  font-weight: 400;
}
.title img {
  margin: 0;
}

h2.product_title {
  position: relative;
}
h2.product_title span:before {
  content: "" attr(data-product_kinds);
  position: absolute;
  right: 0;
  width: 70px;
  padding: 5px 5px;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.6666666667;
  text-align: center;
  background: #FF8000;
  color: #fff;
}

h2.patent {
  position: relative;
}
h2.patent span:before {
  content: "特許申請中";
  position: absolute;
  right: 0px;
  width: 70px;
  padding: 5px 5px;
  border: 1px solid #F00;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.6666666667;
  text-align: center;
  background: #FFF;
  border-color: #F00;
  color: #F00;
}

.table_box table {
  border: 0;
}
.table_box table th {
  text-align: left;
}

ul.detail_list li {
  display: inline-block;
  width: 335px;
  height: 176px;
  vertical-align: top;
  text-align: center;
  padding: 21px;
  border: 2px solid #DDDDDD;
  text-decoration: none;
  border-radius: 15px;
  position: relative;
  margin: 10px auto;
  box-sizing: border-box;
}
.border_gray {
  display: block;
  text-align: center;
  padding: 15px;
  border: 2px solid #DDDDDD;
  text-decoration: none;
  border-radius: 15px;
  position: relative;
  margin: 10px;
}
.detail_list li img {
  width: 27px;
  height: 22px;
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
}
.detail_list li p {
  font-size: 0.8125rem;
  line-height: 1.6923076923;
}

@media screen and (max-width: 768px) {
  .title {
    text-align: center;
  }
  .title span {
    display: block;
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 1.25;
  }
  .title img {
    margin: 0 auto 5px;
  }

  ul.sidebyside {
    text-align: center;
  }
  ul.sidebyside li {
    width: auto;
    margin: 0 auto;
  }
  ul.sidebyside li:has(iframe) {
    margin: 0;
  }

  iframe .ytp-cued-thumbnail-overlay-image {
    background-size: contain;
    -moz-background-size: contain;
    -webkit-background-size: contain;
  }

  ul.detail_list li {
    width: 100%;
  }

  .flex_2col_rev {
    flex-direction: column;
  }

  .howto_box dd {
    width: 100%;
  }
  .howto_box dd p {
    width: calc(100% - 100px);
  }

  .line_up li {
    width: 100%;
    margin: 0 0 20px 0;
  }
  .mini_title_green {
    font-size: 0.75rem;
  }
  .line_up li .mini_title_green + p {
    font-size: 0.75rem;
  }

  .flex_row li p {
    text-align: center;
  }

  .pc {
    display: none;
  }

  .text_box .text p {
    line-height: 2.14286;
    text-align: left;
  }

  .detail_list li img {
    display: block;
    margin: 0 auto;
    margin-bottom: 20px;
  }
  
  .yt_play {
    width: 100%;
  }
  .yt .yt_play img {
    width: 100%;
    height: 228px;
  }

  .howto_box dt {
    display: block;
    text-align: center;
    width: auto;
    margin-right: 0;
  }
}

.flex_column {
  display: flex;
  justify-content: space-around;
  flex-direction: column;
}

.back_red {
  background: red;
}

.back_blue {
  background: blue;
}

ul.sidebyside > li:has(ul) {
  margin: 15px auto;
}

@media screen and (min-width: 767px) {
  .flr {
    margin-left: 41px;
  }

  ul.sidebyside.wide li {
    width: 100%;
    box-sizing: border-box;
  }
  ul.sidebyside.wide img,
  ul.sidebyside.wide iframe {
    max-width: 500px;
  }

  ul.line_up li {
    width: calc(100% / 3 - 35px);
  }

  ul.prod > li {
    width: calc(100% / 3 - 140px);
  }

  ul.line_up li .text_box p:not(:first-child) {
    font-size: 0.75rem;
    font-weight: 300;
    letter-spacing: 0.05em;
    line-height: 1.6666666667;
  }

  .product_list_box > div:nth-of-type(even)  > .text_box > .slide_btn {
    float: right;
  }

  div:nth-of-type(even)  > .slider_box {
    float: left;
    margin: 0 20px;
  }
}

.title > span {
  margin-bottom: 5px;
  display: block;
  font-size: 40px;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.5;
}

.flex_3col li {
  width: calc(100% / 3 - 30px);
}

.flex_3col li img {
  width: 100%;
}

/* 合理化装置のみ */
.worries_list > div:first-child {
  margin: 0 auto 60px;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 2.5;
  text-align: center;
  position: relative;
}
.worries_list > div:first-child::before,
.worries_list > div:first-child::after {
  content: " ";
  width: 10px;
  height: 90%;
  position: absolute;
  top: 5%;
  left: 0;
  bottom: 5%;
  border: 1px solid #106522;
  border-right: none;
}
.worries_list > div:first-child::after {
  right: 0;
  left: 100%;
  border: 1px solid #106522;
  border-left: none;
}
.worries_list > div:first-child strong {
  display: block;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.66667;
  color: #106522;
}

.worries_box {
  margin: 0 auto 120px;
}

.worries_box.worrie01 {
  width: 100%;
  margin-bottom: 30px;
  position: relative;
}
.worries_box.worrie01::before {
  content: "";
  width: 57%;
  height: 340px;
  float: left;
  display: block;
  background: url(../image/products/stream/worries01.webp) no-repeat center;
  background-size: contain;
}
.worries_box.worrie01 ul li {
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 2.11765;
  color: #106522;
  text-indent: -1.4em;
  padding-left: 1.4em;
}
.worries_box.worrie02 {
  max-width: 837px;
  font-size: 0;
}
.worries_box.worrie02::after {
  content: "";
  width: 194px;
  height: 137px;
  display: inline-block;
  vertical-align: top;
  background: url(../image/products/stream/worries02.webp) no-repeat center;
  background-size: contain;
}

.marker {
  margin-bottom: 20px;
  display: inline-block;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.66667;
  text-align: center;
  color: #106522;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #EBF80C));
  background: linear-gradient(transparent 60%, #EBF80C 60%);
}
.worries_box.worrie03::before {
  content: "";
  width: 40%;
  height: 319px;
  display: inline-block;
  vertical-align: top;
  background: url(../image/products/stream/worries03_01.webp) no-repeat center;
  background-size: contain;
}
.worries_box.worrie03::after {
  content: "";
  width: 196px;
  height: 192px;
  margin-bottom: 70px;
  display: inline-block;
  vertical-align: bottom;
  background: url(../image/products/stream/worries03_02.webp) no-repeat center;
  background-size: contain;
}

.flex_base {
  align-items: baseline;
}

*:has(.fll) {
  clear: both;
}

@media screen and (max-width: 767px) {
  .flex_3col li {
    width: 100%;
  }

  .worries_list > div:first-child {
    width: 100%;
    padding: 5px 0;
    margin: 0 auto 3px;
    font-size: 0.85rem;
  }
  .worries_list > div:first-child strong {
    font-size: 1.25rem;
  }

  .worries_box li,
  .worries_box div,
  .worries_box p {
    font-size: 2.5vw;
  }
  .worries_box.worrie01 {
    margin-bottom: 60px;
    height: 100vw;
    background: url(../image/products/stream/worries01_sp.webp) no-repeat center;
    background-size: contain;
    position: relative;
  }
  .worries_box.worrie01:before,
  .worries_box.worrie02:before,
  .worries_box.worrie02:after,
  .worries_box.worrie03:before,
  .worries_box.worrie03:after {
    content: none;
  }
  .worries_box.worrie01 ul {
    width: 31vw;
    position: absolute;
    top: 63vw;
    right: 15vw;
  }
  .worries_box.worrie01 ul li {
    color: #106522;
    padding-left: 1.4rem;
    line-height: 1.91667
  }
  .worries_box.worrie02 {
    margin-bottom: 30px;
    height: 36vw;
    background: url(../image/products/stream/worries02_sp.webp) no-repeat center;
    background-size: contain;
    position: relative;
  }
  .worries_box.worrie02 p {
    width: 65vw;
    position: absolute;
    left: 14vw;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1.91667;
  }
  .worries_box.worrie03 {
    margin: 0 auto 97px;
    height: 100vw;
    background: url(../image/products/stream/worries03_sp.webp) no-repeat center;
    background-size: contain;
    position: relative;
  }
  .worries_box.worrie03 > div {
    width: 31vw;
    position: absolute;
    bottom: 8vw;
    left: 20vw;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1.91667;
    color: #707070;
  }
}
@media screen and (min-width: 767px) {
  .worries_list > div:first-child {
    width: 700px;
  }
  .worries_box.worrie01 ul {
    width: 30%;
    padding: 4%;
    float: right;
    border: 2px solid #106522;
    border-radius: 10px;
    position: relative;
    -webkit-box-shadow: 7px 7px 0 #A3D4AC;
    box-shadow: 7px 7px 0 #A3D4AC;
  }
  .worries_box.worrie01 ul::before {
    content: "";
    width: 30px;
    height: 30px;
    display: block;
    border-left: 2px solid #106522;
    border-top: 2px solid #106522;
    position: absolute;
    top: calc(60% - 15px);
    left: -16px;
    background: #fff;
    -webkit-transform: scale(1, 0.7) rotate(-45deg);
    transform: scale(1, 0.7) rotate(-45deg);
  }
  .worries_box.worrie01::after {
    content: "";
    height: 0;
    display: block;
    clear: both;
  }
  .worries_box.worrie02 p {
    width: calc(100% - 298px);
    margin-right: 40px;
    padding: 45px 30px;
    display: inline-block;
    vertical-align: top;
    border: 2px solid #999999;
    background: #fff;
    border-radius: 10px;
    position: relative;
    -webkit-box-shadow: 7px 7px 0 #D6D6D6;
    box-shadow: 7px 7px 0 #D6D6D6;
    font-size: 17px;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 2.11765;
  }
  .worries_box.worrie02 p::before {
    content: "";
    width: 30px;
    height: 30px;
    display: block;
    border-right: 2px solid #999999;
    border-top: 2px solid #999999;
    position: absolute;
    top: calc(40% - 15px);
    right: -16px;
    background: #fff;
    -webkit-transform: scale(1, 0.7) rotate(45deg);
    transform: scale(1, 0.7) rotate(45deg);
  }
  .worries_box.worrie02 p::after {
    content: "";
    width: 30px;
    height: 30px;
    display: block;
    position: absolute;
    top: calc(40% - 8px);
    right: -18px;
    z-index: -1;
    background: #D6D6D6;
    -webkit-transform: scale(1, 0.7) rotate(45deg);
    transform: scale(1, 0.7) rotate(45deg);
  }
  .worries_box.worrie03 > div::before {
    content: " ";
    width: 30px;
    height: 30px;
    display: block;
    border-right: 2px solid #999999;
    border-top: 2px solid #999999;
    position: absolute;
    top: calc(40% - 15px);
    right: -16px;
    background: #fff;
    -webkit-transform: scale(1, 0.7) rotate(45deg);
    transform: scale(1, 0.7) rotate(45deg);
  }
  .worries_box.worrie03 > div::after {
    content: " ";
    width: 30px;
    height: 30px;
    display: block;
    position: absolute;
    top: calc(40% - 8px);
    right: -18px;
    z-index: -1;
    background: #D6D6D6;
    -webkit-transform: scale(1, 0.7) rotate(45deg);
    transform: scale(1, 0.7) rotate(45deg);
  }
  .worries_box.worrie03 > div {
    width: calc(100% - 51% - 196px - 60px);
    margin: 0 40px 0 20px;
    padding: 45px 30px;
    display: inline-block;
    vertical-align: top;
    border: 2px solid #999999;
    background: #fff;
    border-radius: 10px;
    position: relative;
    -webkit-box-shadow: 7px 7px 0 #D6D6D6;
    box-shadow: 7px 7px 0 #D6D6D6;
    font-size: 17px;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 2.11765;
  }
}
