@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap');

body.nosc {
  overflow: hidden;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Std", "Noto Sans JP", sans-serif;
}

@media screen and (max-width: 656px) {
  .sub_header {
    top: 7rem;
  }

  .sub_header ul {
    flex-wrap: nowrap;
  }

  .sub_header .header__wrapper {
    padding: 10px;
  }

  .sub_header nav {
    padding-right: 1rem;
  }

  .sub_header nav::-webkit-scrollbar {
    display: none;
  }

  .sub_header ul li a {
    font-size: 14px;
    white-space: nowrap;
  }

  .main {
    padding-top: 105px;
  }

  .sub_header.hide {
    top: 60px;
  }
}

.d1701w_wrapper {
  display: block;
  margin: 0;
  padding: 0;
  text-align: left;
  line-height: 2;
  letter-spacing: 0.075em;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #333;
  background: #fff;
  overflow-x: hidden;
}

.d1701w_wrapper a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  color: #333;
  outline: none;
  transition: .3s;
}

.d1701w_wrapper a:hover {
  text-decoration: none;
}

.d1701w_wrapper * {
  box-sizing: border-box !important;
}

.d1701w_wrapper *:focus {
  outline: none;
}

.d1701w_wrapper .noPC {
  display: none !important;
}

.d1701w_wrapper .noSP {
  display: block !important;
}

@media screen and (max-width: 767px) {
  .d1701w_wrapper .noPC {
    display: block !important;
  }

  .d1701w_wrapper .noSP {
    display: none !important;
  }
}

.d1701w_wrapper img {
  width: 100%;
  vertical-align: top;
  font-size: 0;
  line-height: 0;
}

.d1701w_wrapper .inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}

.d1701w_wrapper a[href^="tel:"] {
  pointer-events: none;
}

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

.fadeInUp {
  opacity: 0;
  transform: translate(0, 20px);
  -webkit-transform: translate(0, 20px);
  transition: ease-in-out .6s;
}

.d1701w_wrapper .fadeInUp.active {
  transform: translate(0, 0) !important;
  opacity: 1 !important;
}

/* 
-------------------------------------------------- */
#d1701w #mv {
  padding: 120px 20px;
}

#d1701w #mv .inner.flex {
  max-width: 1500px;
  align-items: center;
}

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

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

#d1701w #mv .txt h1 {
  font-size: 34px;
  line-height: 1;
}

#d1701w #mv .txt h2 {
  font-size: 52px;
  line-height: 1.4;
  margin: 40px 0 20px 0;
}

#d1701w #mv .txt p {
  font-size: 24px;
  line-height: 1.5;
}

#d1701w #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) {
  #d1701w #mv .txt h1 {
    font-size: 28px;
  }

  #d1701w #mv .txt h2 {
    font-size: 40px;
  }

  #d1701w #mv .txt p {
    font-size: 20px;
  }

  .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) {
  #d1701w #mv .txt h1 {
    font-size: 22px;
  }

  #d1701w #mv .txt h2 {
    font-size: 36px;
    margin: 30px 0 20px 0;
  }

  #d1701w #mv .txt p {
    font-size: 18px;
  }

  .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: 950px) {
  #d1701w #mv .txt h1 {
    font-size: 18px;
  }

  #d1701w #mv .txt h2 {
    font-size: 30px;
  }

  #d1701w #mv .txt p {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  #d1701w #mv {
    padding: 60px 25px 80px 25px;
  }

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

  #d1701w #mv .txt {
    margin: 80px 0 0 0;
  }

  #d1701w #mv .txt h1 {
    font-size: 18px;
  }

  #d1701w #mv .txt h2 {
    font-size: 26px;
    margin: 20px 0 10px 0;
    font-weight: bold;
  }

  #d1701w #mv .txt p {
    font-size: 16px;
  }
}

.feature_wrap {
  position: relative;
  height: 0;
  padding-top: 40%;
  background: url(../img/feature_01.png) no-repeat right top / cover;
}

.feature_wrap .caution {
  position: absolute;
  bottom: 2%;
  right: 6%;
  font-size: 1.2rem;
}

.feature_wrap .product_caution,
.feature_wrap2 .product_caution {
  font-size: 1.2rem;
}

#feature1 {
  background-image: url(../img/feature_01.png);
}

#feature2 {
  background-image: url(../img/feature_02.jpg);
}

.feature_wrap.re {
  background-position: left top;
}

.feature_wrap .wrap {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.feature_wrap .txt {
  width: 44%;
  margin-left: 6%;
  max-width: 840px;
  padding: 80px 90px;
  background: rgba(255, 255, 255, 0.85);
}

.feature_wrap.re .txt {
  margin-left: auto;
  margin-right: 6%;
}

.feature_wrap .txt h2,
.feature_wrap2 .txt h2 {
  font-size: 39px;
  line-height: 1.5;
  margin-bottom: 35px;
  font-weight: bold;
}

.feature_wrap .txt p,
.feature_wrap2 .txt p {
  font-size: 16.5px;
  line-height: 2;
}

.feature_wrap2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 90px 70px;
}

.feature_wrap2 .img {
  flex: 0 1 50%;
  border-radius: 48px;
  overflow: hidden;
}

.feature_wrap2 .txt {
  flex: 0 1 50%;
  max-width: 50%;
  padding: 0 6%;
}

.feature_wrap2.re .img {
  order: 2;
}

.feature_wrap2.re .txt {
  order: 1;
}

@media screen and (max-width: 1450px) {
  .feature_wrap .txt {
    padding: 50px 4%;
  }

  #feature4 {
    margin-bottom: 40px;
  }

  .feature_wrap2 {
    padding: 50px 70px;
  }

  .feature_wrap2 .txt {
    padding: 0 0 0 4%;
  }

  .feature_wrap2.re .txt {
    padding: 0 4% 0 0;
  }
}

@media screen and (max-width: 1100px) {
  .feature_wrap .txt {
    padding: 40px 3%;
  }

  .feature_wrap2 {
    padding: 30px;
  }
}

@media screen and (max-width: 767px) {
  .feature_wrap {
    height: auto;
    padding-top: 0;
    background: none;
  }

  .feature_wrap .caution {
    position: static;
  }

  .feature_wrap .wrap {
    height: auto;
    position: static;
  }

  .feature_wrap .txt {
    width: 100%;
    margin: 0 !important;
    max-width: initial;
    max-width: none;
    padding: 40px;
    background: #fff;
  }

  .feature_wrap .txt h2,
  .feature_wrap2 .txt h2 {
    font-size: 26px;
    margin-bottom: 15px;
    text-align: center;
  }

  .feature_wrap2 .txt h2 {
    text-align: left;
  }

  .feature_wrap .txt p,
  .feature_wrap2 .txt p {
    font-size: 13px;
  }

  #feature4 {
    margin-bottom: 0;
  }

  .feature_wrap2 {
    display: block;
    padding: 0 15px;
    margin-top: 15px;
  }

  .feature_wrap2 .img {
    border-radius: 20px 20px 0 0;
  }

  .feature_wrap2 .txt {
    padding: 3rem 2rem !important;
    background: #f3f3f3;
    border-radius: 0 0 20px 20px;
    max-width: 100%;
  }
}

.energy {
  margin: 83px 0 83px 0;
  padding: 0 5%;
  display: flex;
  justify-content: flex-end;
  flex: 0 1 50%;
  width: 100%;
}

.energy .txt {
  width: auto;
}

.energy .sub {
  width: 50%;
  display: flex;
  align-items: center;
  border-radius: 25px;
  background: #F5F5F5;
}

.energy .sub:nth-child(1) {
  margin-right: 1%;
  padding: 33px 5% 33px 8%;
}

.energy .sub:nth-child(2) {
  margin-left: 1%;
  padding: 33px 4% 33px 9.5%;
}

.energy .img {
  width: 16%;
  margin-right: 33px;
}

.energy p,
.assurance p {
  font-size: 18px;
}

.caution {
  font-size: 1.4rem;
  padding: 0 20% 10%;
  line-height: 1.5;
}

.caution ul li {
  list-style-type: disc;
}

@media screen and (max-width: 1450px) {
  .assurance .flex {
    padding: 50px 70px;
  }

  .energy p,
  .assurance p {
    font-size: 16.5px;
  }

  .energy p.comment {
    font-size: 14.5px;
  }
}

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

  .energy p,
  .assurance p {
    font-size: 15.5px;
  }

  .energy p.comment {
    font-size: 12px;
  }
}

@media screen and (max-width: 767px) {
  .energy {
    display: block !important;
    width: auto;
    height: auto;
    text-align: center;
    margin-bottom: 3rem;
  }

  .energy,
  .assurance {
    padding: 0 15px;
  }

  .energy .sub:nth-child(1) {
    margin-right: 0;
    padding: 33px 5% 33px 5%;
  }

  .energy .sub:nth-child(2) {
    margin-left: 0;
    padding: 33px 5% 33px 5%;
  }

  .energy .sub {
    display: block;
    width: 100%;
    padding: 20px 0 20px 0;
  }

  .energy .sub:nth-child(1) {
    margin: 83px 0 83px 0;
  }

  .energy .sub:nth-child(2) {
    margin: 0;
  }

  .energy p,
  .assurance p {
    font-size: 14px;
  }

  .energy p.comment {
    font-size: 10px;
  }

  .energy .img {
    display: inline-block;
    width: 12%;
    margin: 0;
    padding: 0;
  }

  .energy .txt {
    margin: 0;
    padding: 15px 0 0 0;
    width: 100%;
  }

  .caution {
    padding: 0 4rem 10%;
  }

}

/*仕様*/
.specification_wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 7rem 5% 0;
}

.specification_title {
  padding-top: 10rem;
  margin-bottom: 3rem;
  color: #000;
  display: flex;
  gap: 3rem;
}

.specification_title h1 {
  font-size: 3rem;
}

.document_button {
  display: flex;
  gap: 2rem;
}

.document_button a {
  border: 2px solid #000;
  border-radius: 5rem;
  color: #000;
  transition: all 0.5s;
  font-size: 1.4rem;
  padding: 1rem 3rem;
  text-align: center;
}

.document_button a:hover {
  background: #000;
  color: #fff;
}

.specification {
  color: #333;
  text-align: left;
}

.specification table {
  width: 100%;
  /* display: block; */
  word-break: break-all;
  border-collapse: collapse;
}

.specification table th, .specification table td {
  color: #000;
  border: 1px solid #ddd;
  padding: 10px 15px;
  line-height: 1.5;
}

.specification table td {
  /* min-width: 300px; */
}

.specification table th {
  /* white-space: nowrap; */
  letter-spacing: 0;
}

.specification table tr .sub_title {
  background-color: #fff !important;
}

.specification table tr:first-child th, .specification table th[rowspan] {
  text-align: center;
  background-color: #F2F4F8;
  color: #000;
  border: 1px solid #ddd;
}

.caution_list {
  padding-left: 1.5em;
  font-size: 1.4rem;
  padding-top: 3rem;
}

.caution_list li {
  list-style-type: disc;
}

@media screen and (max-width: 656px) {
  .specification {
    overflow-x: scroll;
  }

  .specification table {
    font-size: 1.3rem;
  }

  .specification_title {
    flex-direction: column;
    gap: 2rem;
  }

  .document_button {
    justify-content: space-between;
  }

  .document_button a {
    width: 48%;
    padding: 1rem;
  }
}

@media screen and (max-width: 767px) {
  .specification table td {
    min-width: initial;
  }

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

}

@media screen and (max-height: 420px) {
  .specification table td {
    min-width: initial;
  }

}
