@charset "utf-8";
/* common
-------------------------------------------------------------- */
main {
  overflow-x: hidden;
}
.construction #products {
  margin-bottom: 150px;
}
@media (max-width: 767px) {
  .construction #products {
    margin-bottom: 80px;
  }
}
/* pageLink
-------------------------------------------------------------- */
.pageLink {
  margin-bottom: 120px;
  border-bottom: 1px solid var(--black);
  border-right: 1px solid var(--black);
}
.pageLink li {
  width: 25%;
  border-top: 1px solid var(--black);
  border-left: 1px solid var(--black);
}
.pageLink li a {
  justify-content: flex-end;
  padding: 25px 20px;
  width: 100%;
}
.pageLink li a span {
  padding-right: 30px;
}
.pageLink li a:hover {
  background: var(--lightgray);
}
@media (max-width: 767px) {
  .pageLink {
    margin-bottom: 60px;
  }
  .pageLink li {
    width: 50%;
  }
  .pageLink li a {
    padding: 15px 10px;
  }
  .pageLink li a span {
    padding-right: 10px;
    font-size: 1.3rem;
  }
  .btn a img {
    width: 10px;
  }
}

/* products
-------------------------------------------------------------- */
#products {
  padding-top: 100px;
}
#products .bgDot {
  margin-top: 30px;
  padding: 120px 0;
}
.productsBox {
  position: relative;
  padding-bottom: 150px;
  margin-bottom: 150px;
}
.productsBox::after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--gray);
  width: 90%;
  max-width: 1110px;
  height: 1px;
  margin: auto;
  content: "";
}
.bgDot .productsBox:last-of-type {
  padding-bottom: 50px;
  margin-bottom: 0;
}
.bgDot .productsBox:last-of-type::after {
  content: none;
}
.productsBox figure {
  position: relative;
  margin-bottom: 50px;
  width: 45%;
  z-index: 2;
}
.productsBox figure img {
  width: 100%;
}
.productsBox .txtArea {
  padding-bottom: 30px;
  width: 55%;
}
.productsBox .txtArea::after {
  position: absolute;
  top: 100px;
  background: var(--white);
  width: 110%;
  height: calc(100% - 100px);
  content: "";
  z-index: -1;
}
.central-air .productsBox .txtArea::after {
  top: 150px;
  height: calc(100% - 150px)
}
.productsBox .rightTxt {
  padding-left: 5%;
  padding-right: calc((100% - 1110px) / 2 + 3%);
}
.productsBox .rightTxt::after {
  left: -10%;
}
.productsBox .leftTxt {
  padding-right: 5%;
  padding-left: calc((100% - 1110px) / 2 + 3%);
  order: -1;
}
.productsBox .leftTxt::after {
  left: 0;
}
.productsBox h2 {
  margin-bottom: 50px;
}
.productsBox h2 .noto {
  display: block;
  margin-bottom: 5px;
  color: var(--darkgray);
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1;
}
.productsBox h2 .mincho {
  display: block;
  color: var(--blue);
  font-size: 4.2rem;
  font-weight: 700;
  letter-spacing: 3px;
  line-height: 1.5;
  word-break: break-all;
}
.productsBox p {
  margin-bottom: 30px;
  line-height: 2;
}
.productsBox .imgWide {
  margin: 100px auto 0;
  max-width: 1110px;
}
@media (max-width: 1200px) {
  .productsBox .rightTxt,
  .productsBox .leftTxt {
    padding: 0 5%;
  }
}
@media (max-width: 767px) {
  #products {
    padding-top: 0;
  }
  #products .bgDot {
    margin-top: 20px;
    padding: 60px 0;
  }
  .productsBox {
    padding-bottom: 60px;
    margin-bottom: 60px;
  }
  .bgDot .productsBox:last-of-type {
    padding-bottom: 30px;
  }
  .productsBox figure {
    margin-bottom: 0;
    width: 100%;
  }
  .productsBox .txtArea {
    padding: 30px 0;
    width: 100%;
  }
  .productsBox .txtArea::after {
    top: 110px;
    width: 100%;
    height: calc(100% - 110px);
  }
  .productsBox .rightTxt {
    padding: 30px 5%;
  }
  .productsBox .rightTxt::after {
    left: 0;
  }
  .productsBox .leftTxt {
    padding: 30px 5%;
    order: 1;
  }
  .productsBox h2 {
    margin-bottom: 40px;
  }
  .productsBox h2 .noto {
    font-size: 1.3rem;
  }
  .productsBox h2 .mincho {
    font-size: 3rem;
    letter-spacing: 1px;
  }
  .productsBox p {
    margin-bottom: 20px;
  }
  .productsBox .imgWide {
    margin: 50px auto 0;
  }
}

/* manuLink
-------------------------------------------------------------- */
#manuLink {
  padding: 100px 0;
  margin-bottom: 150px;
}
#manuLink .container {
  padding: 40px;
}
#manuLink h3 {
  margin-bottom: 30px;
}
#manuLink h3 .noto {
  display: block;
  margin-bottom: 10px;
  color: var(--darkgray);
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1;
}
#manuLink h3 .mincho {
  display: block;
  color: var(--blue);
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 3px;
  line-height: 1.5;
}
#manuLink ul {
  gap: 30px 60px;
  justify-content: flex-start;
}
#manuLink li {
  width: calc((100% - 120px) / 3);
  border-bottom: 1px solid var(--black);
}
#manuLink li a {
  position: relative;
  display: block;
  padding: 8px 40px 8px 20px;
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: 700;
}
#manuLink li a::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 5px;
  height: 20px;
  background: var(--blue);
  content: "";
}
#manuLink li a::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 15px;
  height: 13px;
  background: url(../img/common/ico_blank_bl.png) center / contain;
  content: "";
}
@media (max-width: 767px) {
  #manuLink {
    padding: 50px 0;
    margin-bottom: 70px;
  }
  #manuLink .container {
    padding: 30px;
  }
  #manuLink h3 {
    margin-bottom: 20px;
  }
  #manuLink h3 .noto {
    font-size: 1.2rem;
  }
  #manuLink h3 .mincho {
    font-size: 1.8rem;
    letter-spacing: 2px;
  }
  #manuLink ul {
    gap: 20px;
  }
  #manuLink li {
    width: 100%;
  }
  #manuLink li a {
    padding: 8px 15px;
    font-size: 1.5rem;
  }
  #manuLink li a::before {
    width: 4px;
    height: 15px;
  }
  #manuLink li a::after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 12px;
    height: 10px;
  }
}