@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@400;500;700&display=swap");
@keyframes modal-video {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes modal-video-inner {
  from {
    transform: translate(0, 100px);
  }
  to {
    transform: translate(0, 0);
  }
}
.modal-video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1000000;
  cursor: pointer;
  opacity: 1;
  animation-timing-function: ease-out;
  animation-duration: .3s;
  animation-name: modal-video;
  -webkit-transition: opacity .3s ease-out;
  -moz-transition: opacity .3s ease-out;
  -ms-transition: opacity .3s ease-out;
  -o-transition: opacity .3s ease-out;
  transition: opacity .3s ease-out;
}

.modal-video-close {
  opacity: 0;
}

.modal-video-close .modal-video-movie-wrap {
  -webkit-transform: translate(0, 100px);
  -moz-transform: translate(0, 100px);
  -ms-transform: translate(0, 100px);
  -o-transform: translate(0, 100px);
  transform: translate(0, 100px);
}

.modal-video-body {
  max-width: 1000px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 0 10px;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
}

.modal-video-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

@media (orientation: landscape) {
  .modal-video-inner {
    padding: 10px 0;
    box-sizing: border-box;
  }
}
.modal-video-movie-wrap {
  width: 100%;
  height: 0;
  position: relative;
  padding-bottom: 56.25%;
  background-color: #333;
  animation-timing-function: ease-out;
  animation-duration: .3s;
  animation-name: modal-video-inner;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: -webkit-transform .3s ease-out;
  -moz-transition: -moz-transform .3s ease-out;
  -ms-transition: -ms-transform .3s ease-out;
  -o-transition: -o-transform .3s ease-out;
  transition: transform .3s ease-out;
}

.modal-video-movie-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modal-video-close-btn {
  cursor: pointer;
  position: absolute;
  z-index: 2;
  top: -45px;
  right: 0;
  display: inline-block;
  width: 35px;
  height: 35px;
  overflow: hidden;
  border: none;
  background: transparent;
}

@media (orientation: landscape) {
  .modal-video-close-btn {
    top: 0;
    right: -45px;
  }
}
.modal-video-close-btn:before {
  transform: rotate(45deg);
}

.modal-video-close-btn:after {
  transform: rotate(-45deg);
}

.modal-video-close-btn:before, .modal-video-close-btn:after {
  content: '';
  position: absolute;
  height: 2px;
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -1px;
  background: #fff;
  border-radius: 5px;
  margin-top: -6px;
}

@media (max-width: 1070px) {
  .modal-video-close-btn {
    top: -45px;
    right: 0;
  }
}
article, aside, dialog, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

/* 流用
---------------------------------- */
.washer {
  display: block;
  margin: 0;
  padding: 0;
  text-align: left;
  line-height: 2;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #333;
  background: #fff;
  overflow-x: hidden;
}

.washer .flex {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.washer #mv {
  padding: 120px 20px;
}

.washer #mv .inner.flex {
  max-width: 1500px;
  margin: 0 auto;
  align-items: center;
}

.washer #mv .inner.flex .txt {
  flex: 0 1 50%;
  font-feature-settings: "palt";
}

.washer #mv .inner.flex .txt .e-angle {
  width: 200px;
  margin-bottom: 3rem;
}

.washer #mv .inner.flex .img {
  flex: 0 1 45%;
  margin-right: 4%;
}

.mv_slider {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}

.mv_slider .slick-slider {
  max-width: 565px;
  margin: 0 auto;
}

.slick_thumb {
  display: flex;
  justify-content: space-between;
}

.slick_thumb .slick-track {
  transform: unset !important;
  display: flex !important;
  justify-content: space-between !important;
  gap: 1rem;
}

.slick_thumb .slick-list {
  padding: 0 !important;
}

.slick_thumb .slick-slide {
  border: 2px solid #E3E3E3;
  flex: 0 1 23%;
  float: none !important;
  border-radius: 5px;
  overflow: hidden;
  cursor: pointer;
}

.slick_thumb .slick-slide.slick-current {
  border-color: #3AC7C2;
}

.slick_thumb .slick-slide li {
  display: block !important;
}

@media screen and (max-width: 1350px) {
  .mv_slider .slick-slider {
    max-width: 500px !important;
  }
}
@media screen and (max-width: 1150px) {
  .mv_slider .slick-slider {
    max-width: 440px !important;
  }
}
@media screen and (max-width: 1050px) {
  .mv_slider .slick-slider {
    max-width: 400px !important;
    margin-bottom: 3rem;
  }

  .slick_thumb .slick-track {
    width: 100% !important;
    justify-content: center !important;
    gap: 1rem;
  }

  .slick_thumb .slick-slide {
    flex: 0 1 16%;
  }
}
@media screen and (max-width: 767px) {
  .washer #mv {
    padding: 60px 25px;
  }

  .washer #mv .inner.flex {
    display: block;
  }

  .washer #mv .txt {
    margin: 40px 0 0 0;
  }
}
@media screen and (max-width: 767px) and (max-width: 768px) {
  .washer #mv .txt {
    text-align: center;
  }
}

.specification_wrap {
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 1280px) {
  .specification_wrap {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 768px) {
  .specification_wrap {
    max-width: 100%;
  }
}
@media (max-width: 375px) {
  .specification_wrap {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.washer #mv .txt h1 {
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 10px;
}
@media (max-width: 1060px) {
  .washer #mv .txt h1 {
    font-size: 20px;
  }
}
@media (max-width: 980px) {
  .washer #mv .txt h1 {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .washer #mv .txt h1 {
    margin-bottom: 10px;
    font-size: 4.2666666667vw;
    font-weight: 700;
    text-align: center;
  }
}
@media screen and (max-width: 768px) and (min-width: 480px) {
  .washer #mv .txt h1 {
    font-size: 16px;
  }
}

.washer #mv .txt h2 {
  font-size: 42px;
  font-weight: 500;
  margin-bottom: 25px;
  line-height: 1.4047619048;
}
@media (max-width: 1120px) {
  .washer #mv .txt h2 {
    font-size: 40px;
  }
}
@media (max-width: 1060px) {
  .washer #mv .txt h2 {
    font-size: 36px;
  }
}
@media (max-width: 980px) {
  .washer #mv .txt h2 {
    font-size: 3.4vw;
  }
}
@media screen and (max-width: 768px) {
  .washer #mv .txt h2 {
    margin-bottom: 20px;
    font-size: 6.4vw;
    font-weight: 700;
    line-height: 1.6666666667;
    letter-spacing: -0.04em;
    text-align: center;
  }
}
@media screen and (max-width: 768px) and (min-width: 480px) {
  .washer #mv .txt h2 {
    font-size: 24px;
  }
}

@media screen and (max-width: 768px) {
  .washer #mv .txt img {
    width: 100%;
  }
}

.washer #mv .txt p {
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .washer #mv .txt p {
    font-size: 3.4666666667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 480px) {
  .washer #mv .txt p {
    font-size: 13px;
  }
}

/* common
---------------------------------- */
main {
  color: #1B1B1D;
}

#topcontrol {
  z-index: 1000;
}

.washer_contents {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 500;
  color: #1B1B1D;
}
.washer_contents * {
  box-sizing: border-box;
  letter-spacing: 0;
}
.washer_contents p {
  font-size: 15px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .washer_contents p {
    font-size: 3.7333333333vw;
    line-height: 2;
  }
}
@media screen and (max-width: 768px) and (min-width: 480px) {
  .washer_contents p {
    font-size: 14px;
  }
}

img {
  max-width: 100%;
  height: auto;
}

.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp {
    display: block;
  }
}

.pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}

section .in {
  max-width: 1032px;
  margin: 0 auto;
}
@media (max-width: 1050px) {
  section .in {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 768px) {
  section .in {
    /* padding-left: 38px;
    padding-right: 38px; */
    max-width: 100%;
  }
}

/* layout
---------------------------------- */
.sec-title {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.5416666667;
}
@media (max-width: 999px) {
  .sec-title {
    font-size: 44px;
  }
}
@media screen and (max-width: 768px) {
  .sec-title {
    font-size: 8.5333333333vw;
    line-height: 1.5;
  }
}
@media screen and (max-width: 768px) and (min-width: 480px) {
  .sec-title {
    font-size: 32px;
  }
}

.sec-title em {
  color: #00B1B5;
  font-style: normal;
}

.washer-sec01 {
  padding-bottom: 60px;
  background: #4196C6;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .washer-sec01 {
    padding-bottom: 30px;
  }
}
.washer-sec01-movie {
  position: relative;
  width: 100%;
  height: 100%;
  /* height: 500px; */
  overflow: hidden;
  /* background: url("../img/poster-wm-pc.jpg") no-repeat center center; */
  background-size: cover;
}
@media (max-width: 640px) {
  .washer-sec01-movie {
    height: 280px;
  }
}
@media screen and (max-width: 768px) {
  .washer-sec01-movie {
    /* background: url("../img/poster-wm-sp.jpg") no-repeat center center; */
    background-size: cover;
  }
}
.washer-sec01-movie video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  z-index: 1;
  object-fit: cover;
}
.washer-sec01-body {
  position: relative;
  /* max-width: 948px; */
  max-width: 1032px;
  margin: 0 auto;
  /* margin-top: -187px; */
  margin-top: -167px;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .washer-sec01-body {
    margin: 0;
    padding: 0px 38px 0 38px;
    max-width: 100%;
  }
}
@media (max-width: 999px) {
  .washer-sec01-body {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.washer-sec01-body1 p {
  font-weight: 700;
  line-height: 2.4;
}

.washer-sec01-body1 {
  padding-top: 170px;
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .washer-sec01-body1 p {
    line-height: 2.4285714286;
  }

  .washer-sec01-body1 {
    padding-top: initial;
    text-align: center;
  }
}
.washer-sec01-body2 {
  width: 600px;
}

@media (max-width: 860px) {
  .washer-sec01-body2 {
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin-top: 30px;
  }
  .washer-sec01-body2 > p, .washer-sec01-body2 > div {
    width: 48%;
  }
}
@media screen and (max-width: 768px) {
  .washer-sec01-body2 {
    display: block;
    width: 100%;
    padding-top: 10px;
  }
  .washer-sec01-body2 > p, .washer-sec01-body2 > div {
    width: 100%;
  }
}
.washer-sec01-body3 {
  width: 100%;
  margin-top: 35px;
  max-width: 800px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .washer-sec01-body3 {
    margin-top: 40px;
  }
}
.washer-sec01-body3 ul {
  display: flex;
  flex-wrap: wrap;
  /* justify-content: space-between; */
  justify-content: space-evenly;
}
/* .washer-sec01-body3 ul::after {
  content: "";
  display: block;
  width: calc((100% - 60px) / 3);
} */
@media screen and (max-width: 768px) {
  .washer-sec01-body3 ul::after {
    display: none;
  }
  .washer-sec01-body3 ul {
    justify-content: space-between;
  }
  
}
.washer-sec01-body3 ul li {
  width: calc((100% - 60px) / 4);
}
@media (max-width: 860px) {
  .washer-sec01-body3 ul li {
    margin-bottom: 20px;
    width: calc((100% - 60px) / 3);
  }
}
@media screen and (max-width: 768px) {
  .washer-sec01-body3 ul li {
    width: calc(50% - 15px);
    margin-bottom: 25px;
  }
}
.washer-sec01-body3 ul li span {
  display: block;
  margin-top: 12px;
  font-size: 14px;
  line-height: 1.4285714286;
}
@media screen and (max-width: 768px) {
  .washer-sec01-body3 ul li span {
    font-size: 3.2vw;
    line-height: 1.5;
  }
}
@media screen and (max-width: 768px) and (min-width: 480px) {
  .washer-sec01-body3 ul li span {
    font-size: 12px;
  }
}

.washer-sec01-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.washer-sec01 h2 {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .washer-sec01 h2 {
    margin-bottom: 15px;
  }

  .washer-sec01-inner {
    justify-content: center;
  }
}

.washer-sec01 h3 {
  margin: 20px 0 10px 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.8;
}
@media (max-width: 860px) {
  .washer-sec01 h3 {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .washer-sec01 h3 {
    margin-top: 15px;
    margin-bottom: 5px;
  }
}
.washer-sec01 .js-modal,
.washer-sec01 .js-modal-sp {
  cursor: pointer;
  display: inline-block;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .washer-sec01 .js-modal,
  .washer-sec01 .js-modal-sp {
    width: 209px;
    margin-top: 17px;
  }
}

.sub_header {
  z-index: 1000;
}

.washer-sec02 {
  position: relative;
  padding: 100px 0 100px 0;
  /* background: #f5f5f5; */
  text-align: center;
}
@media screen and (max-width: 768px) {
  .washer-sec02 {
    padding: 50px 0 0 0;
  }
}
.washer-sec02::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background: #fff;
  width: 100%;
  height: 340px;
}
@media screen and (max-width: 768px) {
  .washer-sec02::before {
    height: 172px;
  }
}
.washer-sec02 .inner {
  position: relative;
  max-width: 1032px;
  margin: 0 auto;
  z-index: 10;
}
@media (max-width: 999px) {
  .washer-sec02 .inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 768px) {
  .washer-sec02 .inner {
    max-width: 100%;
    padding: 0;
  }
}
.washer-sec02 h2 {
  position: relative;
  z-index: 11;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.3333333333;
  margin-bottom: -35px;
  text-align: start;
}
@media screen and (max-width: 768px) {
  .washer-sec02 h2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    font-size: 7.4666666667vw;
    line-height: 1.3214285714;
    margin-bottom: 0;
    padding-right: 38px;
    text-align: right;
  }
}
@media screen and (max-width: 768px) and (min-width: 480px) {
  .washer-sec02 h2 {
    font-size: 28px;
  }
}
@media screen and (max-width: 768px) {
  .washer-sec02 h2 span {
    display: block;
    margin-right: -1.5em;
    text-align: center;
  }
}
.washer-sec02 p.washer-sec02-notes {
  margin-top: 30px;
  padding: 0 15px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.6666666667;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .washer-sec02 p.washer-sec02-notes {
    margin-top: 25px;
    padding: 0 38px;
    font-size: 2.6666666667vw;
    line-height: 1.5;
  }
}
@media screen and (max-width: 768px) and (min-width: 480px) {
  .washer-sec02 p.washer-sec02-notes {
    font-size: 10px;
  }
}

.washer-sec02-pict {
  position: relative;
  line-height: 0;
}
@media screen and (max-width: 768px) {
  .washer-sec02-pict {
    padding-top: 7px;
  }
}
.washer-sec02-pict span.btn-movie {
  position: absolute;
  left: 65.326%;
  bottom: 2.323%;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .washer-sec02-pict span.btn-movie {
    position: static;
    display: block;
    padding: 20px 38px 0 38px;
  }
  .washer-sec02-pict span.btn-movie img {
    width: 100%;
  }
}

.washer-sec03 {
  margin-bottom: 110px;
  /* padding: 65px 0 0 0; */
}
@media screen and (max-width: 768px) {
  .washer-sec03 {
    margin-bottom: 60px;
    padding-top: 40px;
  }
}
.washer-sec03 .in {
  position: relative;
  height: 440px;
}
@media screen and (max-width: 768px) {
  .washer-sec03 .in {
    height: auto;
  }
}
.washer-sec03-body {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
@media (max-width: 999px) {
  .washer-sec03-body {
    padding-left: 20px;
  }
}
@media screen and (max-width: 768px) {
  .washer-sec03-body {
    position: static;
    transform: none;
    padding: 0;
    text-align: center;
  }
}
.washer-sec03-body h2 {
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .washer-sec03-body h2 {
    margin-bottom: 15px;
  }
}
@media (max-width: 374px) {
  .washer-sec03-body h2 {
    margin-left: -10px;
    margin-right: -10px;
  }
}
.washer-sec03-body p {
  width: 300px;
}
@media screen and (max-width: 768px) {
  .washer-sec03-body p {
    width: 100%;
    margin-bottom: 20px;
  }
}
.washer-sec03-movie {
  position: absolute;
  right: 0;
  top: 0;
  width: 65.8%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
  background: url("../img/poster-wm2.png") no-repeat center center;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .washer-sec03-movie {
    position: static;
    width: 100%;
    height: auto;
    background-image: none;
  }
}
.washer-sec03-movie video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .washer-sec03-movie video {
    position: static;
    width: 100%;
    height: auto;
    transform: none;
    min-width: initial;
    max-width: initial;
  }
}
.washer-sec03 .btn-movie {
  margin-top: 30px;
}
.washer-sec03 .btn-movie img {
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .washer-sec03 .btn-movie img {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .washer-sec03 .btn-movie {
    margin-top: 15px;
  }
}

.washer-sec04 {
  margin-bottom: 100px;
}

.washer-sec01-body4 {
  padding-left: 60px;
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .washer-sec01-body4 {
    padding-left: initial;
  }  
  
  .washer-sec04 {
    margin-bottom: 10px;
  }
}
.washer-sec04 h2 {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .washer-sec04 h2 {
    margin-bottom: 20px;
    text-align: center;
  }
}
.washer-sec04 ul {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .washer-sec04 ul {
    display: block;
  }
}
.washer-sec04 ul li {
  position: relative;
  width: calc((100% - 124px)/3);
}
@media screen and (max-width: 768px) {
  .washer-sec04 ul li {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #C3C3C3;
  }
  /* .washer-sec04 ul li > * {
    width: calc(50% - 8px);
  } */
  .washer-sec04 ul li:last-child {
    border-bottom: 0;
  }

}
.washer-sec04 ul li::after {
  position: absolute;
  right: -30px;
  top: 0;
  display: block;
  content: "";
  width: 1px;
  height: 100%;
  background: #C3C3C3;
}
@media screen and (max-width: 768px) {
  .washer-sec04 ul li::after {
    display: none;
  }

}
.washer-sec04 ul li:last-child::after {
  display: none;
}
.washer-sec04 ul li img {
  display: block;
  border-radius: 20px;
}

.washer-sec04 ul li h3 {
  margin-top: 17px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .washer-sec04 ul li h3 {
    /* margin-top: 7px;
    margin-bottom: 0; */
    font-size: 5.5vw;
    line-height: 1.5;
  }

  .washer-sec04 ul li img {
    border-radius: 20px;
  }  

}
@media screen and (max-width: 768px) and (min-width: 480px) {
  .washer-sec04 ul li h3 {
    font-size: 16px;
  }
}

.washer-sec04 ul li p {
  line-height: 1.7142857143;
}

@media screen and (max-width: 768px) {
  /* .washer-sec05 {
    padding-bottom: 50px;
  } */
}
.washer-sec05 h2 {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .washer-sec05 h2 {
    margin-bottom: 17px;
    text-align: center;
  }
}
.washer-sec05-img {
  width: 63.8%;
  height: 670px;
  background: url("../img/sec05-1.png") no-repeat center center;
  background-size: contain;
}
@media (max-width: 900px) {
  .washer-sec05-img {
    width: 55%;
  }
}
@media screen and (max-width: 768px) {
  .washer-sec05-img {
    width: 100%;
    height: auto;
    padding-bottom: 90%;
    margin-bottom: 25px;
    background-size: contain;
    background-position: center center;
  }
}
.washer-sec05-body {
  position: relative;
  margin-bottom: 50px;
}
.washer-sec05-body > div {
  position: absolute;
  /* top: 50%; */
  top: 46%;
  right: calc(50% - 430px - 100px);
  transform: translateY(-50%);
}
@media (max-width: 1128px) {
  .washer-sec05-body > div {
    right: 20px;
  }
}
@media screen and (max-width: 768px) {
  .washer-sec05-body > div {
    position: static;
    width: 100%;
    transform: none;
  }
}
.washer-sec05-body ul {
  width: 430px;
  /* width: 600px; */
}
@media screen and (max-width: 768px) {
  .washer-sec05-body ul {
    width: 100%;
    padding: 0 38px;
  }
}
.washer-sec05-body ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* margin-bottom: 20px; */
  margin-bottom: 10px;
  /* line-height: 1.7333333333; */
  border: solid 2px #00B1B5;
  padding: 15px 30px;
  border-radius: 20px;
  line-height: revert;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .washer-sec05-body ul li {
    align-items: stretch;
    justify-content: space-between;
    line-height: 1.7142857143;
    margin-bottom: 30px;
  }
  .washer-sec05-body ul li.reverse {
    flex-direction: row-reverse;
  }
}
.washer-sec05-body ul li:last-child {
  margin-bottom: 0;
  padding: 30px 30px;
}
.washer-sec05-body ul li img {
  box-shadow: 0 1px 16px rgba(0, 0, 0, 0.16);
}
.washer-sec05-body ul li > div:nth-of-type(1) {
  width: 34.4%;
}
@media screen and (max-width: 768px) {
  .washer-sec05-body ul li > div:nth-of-type(1) {
    width: calc(50% - 8px);
  }
}
.washer-sec05-body ul li > div:nth-of-type(2) {
  width: calc(65.6% - 40px);
}
@media (max-width: 1128px) {
  .washer-sec05-body ul li > div:nth-of-type(2) {
    width: calc(65.6% - 20px);
  }
}
@media screen and (max-width: 768px) {
  .washer-sec05-body ul li > div:nth-of-type(2) {
    width: calc(50% - 8px);
  }
}
.washer-sec05-body ul li h3 {
  margin-bottom: 5px;
  font-size: 19px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .washer-sec05-body ul li h3 {
    font-size: 4.8vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 480px) {
  .washer-sec05-body ul li h3 {
    font-size: 18px;
  }
}

@media screen and (max-width: 768px) {
  .washer-sec05-body ul li p {
    line-height: 1.7142857143;
  }
}

.washer-sec06 {
  padding: 60px 0 70px 0;
  background: #F5F5F5;
}
@media screen and (max-width: 768px) {
  .washer-sec06 {
    padding: 30px 0 10px 0;
  }
}
.washer-sec06 h2 {
  font-size: 36px;
  margin-bottom: 20px;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .washer-sec06 h2 {
    font-size: 8.5333333333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 480px) {
  .washer-sec06 h2 {
    font-size: 32px;
  }
}

.washer-sec06 ul {
  max-width: 830px;
  margin: 0 auto;
}
@media (max-width: 840px) {
  .washer-sec06 ul {
    margin: 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .washer-sec06 ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 100%;
  }
}
.washer-sec06 li {
  display: flex;
  background: #fff;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .washer-sec06 li {
    display: block;
    width: calc(50% - 8px);
    background: transparent;
    margin-bottom: 45px;
  }
}
.washer-sec06-pict {
  width: 220px;
  line-height: 0;
}
@media screen and (max-width: 768px) {
  .washer-sec06-pict {
    width: 100%;
    margin-bottom: 15px;
  }
}
.washer-sec06-body {
  display: flex;
  align-items: center;
  width: calc(100% - 220px);
}
@media screen and (max-width: 768px) {
  .washer-sec06-body {
    display: block;
    width: 100%;
  }
}
.washer-sec06-body h3 {
  width: 210px;
  padding: 0 25px;
  box-sizing: border-box;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
}
@media (max-width: 840px) {
  .washer-sec06-body h3 {
    padding: 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .washer-sec06-body h3 {
    width: 100%;
    margin-bottom: 8px;
    padding: 0;
    font-size: 4.8vw;
    line-height: 1.2222222222;
  }
}
@media screen and (max-width: 768px) and (min-width: 480px) {
  .washer-sec06-body h3 {
    font-size: 18px;
  }
}

.washer-sec06-body p {
  width: calc(100% - 210px);
  padding-right: 30px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.8571428571;
}
@media screen and (max-width: 768px) {
  .washer-sec06-body p {
    width: 100%;
    padding: 0;
    font-size: 3.7333333333vw;
    line-height: 1.7142857143;
  }
}
@media screen and (max-width: 768px) and (min-width: 480px) {
  .washer-sec06-body p {
    font-size: 14px;
  }
}

.washer-spec a {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  background: #00B1B5;
  padding: 84px 0;
  color: #fff;
  font-size: 36px;
  font-weight: 700;
  text-align: center;
  transition: 0.2s;
}
@media screen and (max-width: 768px) {
  .washer-spec a {
    transition: none;
    padding: 45px 0;
    font-size: 5.8666666667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 480px) {
  .washer-spec a {
    font-size: 22px;
  }
}

.washer-spec a span {
  position: relative;
  display: inline-block;
  padding-right: 56px;
}
@media (max-width: 374px) {
  .washer-spec a span {
    padding-right: 45px;
  }
}
.washer-spec a span::after {
  position: absolute;
  right: 20px;
  top: 50%;
  content: "";
  width: 30px;
  height: 30px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
  margin-top: -3px;
}
@media screen and (max-width: 768px) {
  .washer-spec a span::after {
    width: 27px;
    height: 27px;
    margin-top: -4px;
  }
}
@media (max-width: 374px) {
  .washer-spec a span::after {
    width: 20px;
    height: 20px;
  }
}
.washer-spec a:hover {
  background: #fff;
  color: #00B1B5;
}
@media screen and (max-width: 768px) {
  .washer-spec a:hover {
    background: #00B1B5;
    color: #fff;
  }
}
.washer-spec a:hover svg {
  fill: #00B1B5;
}
@media screen and (max-width: 768px) {
  .washer-spec a:hover svg {
    fill: #fff;
  }
}
.washer-spec a:hover span:after {
  border-color: #00B1B5;
}
@media screen and (max-width: 768px) {
  .washer-spec a:hover span:after {
    border-color: #fff;
  }
}
.washer-spec svg {
  width: 41px;
  height: 52px;
  margin-right: 25px;
  fill: #fff;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .washer-spec svg {
    margin-right: 20px;
  }
}
@media (max-width: 374px) {
  .washer-spec svg {
    width: 30px;
    height: auto;
  }
}

.ra-sec-title {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 60px;
  font-size: 44px;
  font-weight: 700;
  line-height: 1.2;
  font-family: 'Zen Kaku Gothic New', sans-serif;
}
@media screen and (max-width: 768px) {
  .ra-sec-title {
    margin-bottom: 30px;
    font-size: 9.8666666667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 480px) {
  .ra-sec-title {
    font-size: 37px;
  }
}

.ra-sec-title span:nth-of-type(1) {
  margin-right: 20px;
  padding-right: 20px;
  padding-bottom: 5px;
  border-right: 1px solid #C3C3C3;
}
.ra-sec-title span:nth-of-type(2) {
  font-size: 17px;
  color: #4D4D55;
}
@media screen and (max-width: 768px) {
  .ra-sec-title span:nth-of-type(2) {
    font-size: 3.7333333333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 480px) {
  .ra-sec-title span:nth-of-type(2) {
    font-size: 14px;
  }
}

.specification {
  margin-bottom: 80px;
  padding-top: 130px;
  color: #020202;
}
@media screen and (max-width: 768px) {
  .specification {
    padding-top: 100px;
  }
}
.specification .ra-spec-scroll {
  margin-bottom: 50px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .specification .ra-spec-scroll {
    margin-bottom: 25px;
  }
}
.specification .ra-sec-title {
  margin-bottom: 35px;
}
@media screen and (max-width: 768px) {
  .specification .ra-sec-title {
    margin-bottom: 25px;
  }
}
.specification .table {
  /* width: 100%; */
  width: 80%;
  margin: 0 auto;
  /* min-width: 600px; */
  padding-bottom: 20px;
  word-break: break-all;
  border-collapse: collapse;
  display: block;}
@media (max-width: 1030px) {
  .specification .table {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  .specification .table {
    width: 100%;
    min-width: 100%;
  }
}
.specification .table .notes {
  font-size: 11.5px;
}
@media screen and (max-width: 768px) {
  .specification .table .notes {
    font-size: 2.6666666667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 480px) {
  .specification .table .notes {
    font-size: 10px;
  }
}

.specification table {
  width: 100%;
  border-collapse: collapse;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 500;
  font-size: 14px;
  table-layout: fixed;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .specification table {
    width: 100%;
    min-width: 100%;
    font-size: 3.2vw;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 768px) and (min-width: 480px) {
  .specification table {
    font-size: 12px;
  }
}

.specification table th {
  width: 40%;
  padding: 10px 8px;
  border: 1px solid #D8D8D8;
  border-collapse: collapse;
  text-align: center;
  white-space: nowrap;
}
.specification table th {
  font-weight: 700;
  background: #F0F2F7;
}
.specification table tr.bt > th,
.specification table tr.bt > td {
  border-top: 2px solid #C3C3C3;
}

.specification table td {
  width: 40%;
  padding: 10px 8px;
  border: 1px solid #D8D8D8;
  border-collapse: collapse;
  text-align: center;
  /* white-space: nowrap; */
}

.specification table .bold {
  font-weight: 700;
}
.specification table .left {
  text-align: left;
}
.specification table .widcol {
  width: 280px;
}
@media screen and (max-width: 768px) {
  .specification table .widcol {
    width: 260px;
  }

  .specification table th {
    width: 40%;
    white-space: initial;
  }

  .specification table td {
    white-space: initial;
  }
  
}
.specification table .widcol-half {
  width: 140px;
}
@media screen and (max-width: 768px) {
  .specification table .widcol-half {
    width: calc(260px / 2);
  }
}
.specification table .widcol-quater {
  width: 70px;
}
@media screen and (max-width: 768px) {
  .specification table .widcol-quater {
    width: calc(260px / 4);
  }
}
.specification table .th-quater {
  width: 80px;
}
@media screen and (max-width: 768px) {
  .specification table .th-quater {
    width: 60px;
  }
}
.specification table .stxt {
  font-size: 11.5px;
}
@media screen and (max-width: 768px) {
  .specification table .stxt {
    font-size: 2.6666666667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 480px) {
  .specification table .stxt {
    font-size: 10px;
  }
}

/* @media screen and (max-width: 768px) {
  .specification table .size {
    font-size: 2.6666666667vw;
  }
} */
/* @media screen and (max-width: 768px) and (min-width: 480px) {
  .specification table .size {
    font-size: 10px;
  }
} */

.ra-download {
  margin-bottom: 120px;
}

.ra-download ul {
  display: flex;
  justify-content: space-around;
  align-items: center;
  max-width: 800px;
  margin: 0 auto 5%;
  position: relative;
}

.ra-download ul p {
  font-size: 2.5rem;
  padding: 3% 5%;
  border-right: 1px solid #C3C3C3;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  .ra-download {
    margin-bottom: 60px;
  }

  .ra-download ul p {
    border-right: initial;
  }
 
  /* .ra-download ul:nth-of-type(1)::after {
    position: absolute;
    content: '';
    top: 260px;
    width: 90%;
    height: 1px;
    background: #C3C3C3;
  }
 */
  .ra-download ul:nth-of-type(2) {
    padding-top: 50px;
  }
  
}
.ra-download ul {
  display: flex;
  justify-content: center;
  /* justify-content: space-evenly; */
  flex-wrap: wrap;
}
.ra-download ul li {
  width: 214px;
  margin: 0 6px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .ra-download ul li {
    margin: 0;
    margin-bottom: 8px;
    width: 100%;
  }
}
.ra-download ul li a {
  display: block;
  background: #009295;
  padding: 21px 0;
  border-radius: 44px;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.125;
}
@media screen and (max-width: 768px) {
  .ra-download ul li a {
    display: block;
    padding: 25px 0;
    font-size: 3.7333333333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 480px) {
  .ra-download ul li a {
    font-size: 14px;
  }
}

.btm-notes {
  background: #fff;
  padding: 40px 20px;
}
@media screen and (max-width: 768px) {
  .btm-notes {
    padding: 30px 20px;
  }
}
.btm-notes p {
  max-width: 1024px;
  margin: 0 auto;
  font-size: 12px;
  line-height: 1.6666666667;
}
@media screen and (max-width: 768px) {
  .btm-notes p {
    font-size: 2.9333333333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 480px) {
  .btm-notes p {
    font-size: 11px;
  }
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.washer-sec08-img {
  /* width: 63.8%; */
  max-width: 60%;
  height: 670px;
  background: url("../img/sec08-1.png") no-repeat center center;
  background-size: cover;
}

.washer-sec07 {
  max-width: 1032px;
  margin: auto;
  display: flex;
  margin-bottom: 100px;
  justify-content: space-around;
}

.washer-sec07-image li {
  max-width: 250px;
  margin-bottom: 10px;
}

.washer-sec07-image li:last-child {
  margin-bottom: 0;
}

.washer-sec07-txt {
  margin-left: 30px;
  font-style: normal;
  line-height: 1.5416666667;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.washer-sec07-txt h2 {
  color: #00B1B5;
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 20px;
}

.washer-sec07-txt h3 {
  color: #00B1B5;
  margin-bottom: 5px;
  font-size: 19px;
  font-weight: 700;
}

.washer-sec07-txt li:last-child {
  margin-bottom: 0px;
}

.washer-sec07-txt li {
  margin-bottom: 30px;
}

.washer-sec07-sp img,
.washer-sec07-image img {
  box-shadow: 0 1px 16px rgba(0, 0, 0, 0.16);
}

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

.washer-sec07-txt {
  margin-left: initial;
}
.washer-sec07-txt .washer-sec07-sp {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  /* padding-left: 10px; */
  width: 100%;
  padding: 0 20px;
}

.washer-sec07-sp img {
  max-width: 160px;
  height: auto;
}

.washer-sec07 {
  margin-bottom: 50px;
}

.washer-sec07-body {
  padding: 0 10px;
}

}
.washer-sec08-body ul {
  width: 430px;
  /* width: 600px; */
}

.washer-sec08-body ul li {
  border: initial;
  background: initial;
}

.washer-sec08-body .washer-sec08-img-txt {
  max-width: 320px;
  position: absolute;
  top: 18%;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.5416666667;
  left: 36%;
  color:#1B1B1D;
}

.washer-sec08-body > div {
  top: 50%;
  right: calc(50% - 430px - 100px);
  transform: translateY(-50%);
}

@media (max-width: 840px) {
.washer-sec08-body .washer-sec08-img-txt {
  max-width: 700px;
  font-size: 6.5333333333vw;
  }
}

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

  .washer-sec07 .sec-title {
    font-size: 8.5333333333vw;
    line-height: 1.5;
    text-align: center;
  }
  .washer-sec08-img {
    display: none;
  }

  .washer-sec08-body > div {
    position: static;
    width: 100%;
    transform: none;
    margin-top: 50px;
  }
  .washer-sec08 h2 {
    text-align: center;
    margin-bottom: 10px;
  }

  .washer-sec08-body .washer-sec08-img-txt {
    position: initial;
    text-align: center;
    margin: auto;
    margin-bottom: 20px;
    font-size: 6.5333333333vw;
    padding: 10px 10px;
  }

  .washer-sec08-body ul {
    width: 100%;
    padding: 0 38px;
  }

  .washer-sec08-body ul li {
    padding: initial;
  }
  .washer-sec08-body ul li:last-child {
    padding: initial;
 }

}

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

}

/*  */
/* .company__nav__anchor {
  padding-right: initial;
} */

