@charset 'UTF-8';
.smarthouse-visual {
  position: relative;
  aspect-ratio: 4 / 3;
  margin: 0 0 40px 0;
  width: 100%;
}
.smarthouse-visual__photo {
  position: absolute;
  margin: 0;
  padding: 0;
  width: 100%;
}
.smarthouse-visual__catchphrase {
  position: absolute;
  top: 30%;
  left: 0;
  right: 0;
  width: 40%;
  margin: 0 auto;
}
.smarthouse-visual__explain {
  position: absolute;
  top: 60%;
  left: 10%;
  width: 36%;
  padding: 40px 50px;
  background: rgba(26, 44, 56, 0.75);
}
.smarthouse-visual__define {
  color: #fff;
  margin: 0;
  padding: 0;
}
.smarthouse-visual__term {
  margin: 0 0 10px 0;
  padding: 0;
  font-size: 1rem;
}
.smarthouse-visual__description {
  margin: 0;
  padding: 0;
  font-size: 0.8125rem;
}
.smarthouse-special-movie {
  position: absolute;
  top: 75%;
  right: 10%;
  width: 36%;
}
.smarthouse-special-movie__define {
  margin: 0;
  padding: 0;
}
.smarthouse-special-movie__term {
  margin: 0 0 15px 0;
  padding: 0;
}
.smarthouse-special-movie__description {
  margin: 0;
  padding: 0;
  background: #000;
  cursor: pointer;
}
.smarthouse-special-movie__description img {
  opacity: 1;
  transition: 0.3s all;
}
.smarthouse-special-movie__description img:hover {
  opacity: 0.7;
}
.toyotahome-smarthouse {
  padding: 10% 0 0 0;
}
.smarthouse__title {
  display: flex;
  align-items: center;
  margin: 0 0 50px 0;
  padding: 0;
}
.smarthouse__toyotahome {
  position: relative;
  padding: 0 0 0 20px;
  font-size: 1rem;
  font-weight: 500;
}
.smarthouse__toyotahome::after {
  position: absolute;
  content: "";
  right: -27px;
  top: 10px;
  width: 20px;
  border-top: 1px solid #606060;
  transform: rotate(45deg);
}
.smarthouse__multiply {
  position: relative;
  padding: 0 0 0 30px;
  color: #e55405;
  font-size: 1.75rem;
}
.smarthouse__multiply::before {
  position: absolute;
  content: "";
  left: 7px;
  top: 17px;
  width: 20px;
  border-top: 1px solid #e55405;
  transform: rotate(-45deg);
}
.toyotahome-smarthouse__explain {
  display: flex;
}
.toyotahome-smarthouse__define {
  width: 40%;
  margin: 0 0 40px 0;
  padding: 0 30px 0 10px;
}
.toyotahome-smarthouse__term {
  margin: 0 0 30px 0;
  padding: 0;
  font-weight: 600;
}
.toyotahome-smarthouse__description {
  margin: 0;
  padding: 0;
  font-size: 0.8125rem;
  font-weight: 500;
}
.toyotahome-smarthouse__picture {
  width: 60%;
  margin: 0;
  padding: 0;
}
.hems-pro {
  width: 100%;
  margin: -15% 0 40px 0;
  padding: 15% 0 40px;
  background: #111b21;
}
.hems-pro__inner {
  width: 80%;
  margin: 0 auto;
}
.hems-pro__picture {
  margin: 0 0 20px 0;
  padding: 0;
}
.hems-pro__text {
  margin: 0;
  padding: 0;
  color: #fff;
  font-size: 0.75rem;
}
.air-trio {
  width: auto;
  margin: 0 0 40px 0;
}
.air-trio__inner {
  display: flex;
  width: auto;
}
.air-trio__explain {
  width: 50%;
}
.air-trio__picture {
  width: 50%;
  padding: 0 30px;
}
.air-trio__define {
  width: auto;
  margin: 0 0 40px 0;
  padding: 0 0 0 10px;
}
.air-trio__term {
  margin: 0 0 30px 0;
  padding: 0;
  font-weight: 600;
}
.air-trio__description {
  margin: 0;
  padding: 0;
  font-size: 0.8125rem;
  font-weight: 500;
}
.air-tech {
  width: auto;
  margin: 0 auto 60px;
  padding: 0;
  color: #fff;
}
.air-tech__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  list-style: none;
  margin: 0 -30px 40px;
  padding: 0;
}
.air-tech__item {
  width: calc(100% / 3 - 60px);
  margin: 0 30px;
  padding: 0;
}
.air-tech__technology {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 10px 0;
  padding: 0;
}
.air-tech__mark {
  display: inline-block;
  margin-right: auto;
  padding: 5px 10px;
  border: 1px solid #fff;
  color: #fff;
  font-size: 0.8125rem;
}
.air-tech__define {
  margin: 0;
  padding: 0;
}
.air-tech__title {
  margin: 0 0 15px 0;
  padding: 0 0 0 10px;
  font-size: 1rem;
  font-weight: 600;
}
.air-tech__image {
  margin: 0 0 10px 0;
  padding: 0;
}
.air-tech__text {
  margin: 0;
  padding: 0;
  font-size: 0.6875rem;
}
.air-tech__banner {
  margin: 0 0 40px 0;
  padding: 0;
  text-align: center;
}
.air-tech__banner:last-child {
  margin: 0;
}
.air-tech__banner a img {
  opacity: 1;
  transition: 0.3s all;
}
.air-tech__banner a:hover img {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .smarthouse-visual {
    height: 100vh;
  }
  .smarthouse-visual__explain {
    top: 50%;
    width: 80%;
    padding: 20px 25px;
  }
  .smarthouse-visual__term {
    font-size: 0.8125rem;
  }
  .smarthouse-visual__description {
    font-size: 0.6875rem;
  }
  .smarthouse-visual__photo img {
    object-fit: cover;
    height: 100vh;
  }
  .smarthouse-visual__catchphrase {
    width: 80%;
  }
  .smarthouse-special-movie {
    position: absolute;
    top: 80%;
    left: 10%;
    right: auto;
    width: 80%;
  }
  .smarthouse__title {
    margin: 0 0 25px 0;
  }
  .smarthouse__title img {
    width: 36px;
  }
  .smarthouse__toyotahome {
    font-size: 0.75rem;
  }
  .smarthouse__toyotahome::after {
    top: 7px;
  }
  .smarthouse__multiply {
    font-size: 0.875rem;
  }
  .smarthouse__multiply::before {
    top: 8px;
  }
  .smarthouse-special-movie__term {
    width: 12rem;
    margin: 0 0 15px 0;
    padding: 0;
  }
  .toyotahome-smarthouse {
    padding: 35% 0 0 0;
  }
  .toyotahome-smarthouse__explain {
    display: block;
  }
  .toyotahome-smarthouse__define,.air-trio__define,.air-tech__define {
    width: auto;
    margin: 0 0 30px 0;
    padding: 0;
  }
  .toyotahome-smarthouse__term,.air-trio__term,.air-tech__title {
    margin: 0 0 15px 0;
    font-size: 0.8125rem;
  }
  .toyotahome-smarthouse__description,.air-trio__description,.air-tech__text {
    font-size: 0.6875rem;
  }
  .toyotahome-smarthouse__picture {
    width: auto;
  }
  .hems-pro__text {
    font-size: 0.6875rem;
  }
  .air-trio__inner {
    display: block;
  }
  .air-trio__explain {
    width: auto;
  }
  .air-trio__picture {
    width: auto;
    padding: 0;
  }
  .air-tech {
    margin: 0 auto 60px;
  }
  .air-tech__list {
    display: block;
    margin: 0;
  }
  .air-tech__item {
    width: auto;
    margin: 0;
  }
  .air-tech__banner {
    margin: 0;
    padding: 0;
    text-align: center;
  }
  .air-tech__banner a img {
    opacity: 1;
    transition: 0.3s all;
  }
  .air-tech__banner a:hover img {
    opacity: 0.7;
  }
  .air-tech__mark {
    font-size: 0.6875rem;
  }
}