/* =============================================================================


  business


============================================================================= */
.solar,
.frp {
  background: #f5f9ff;
}

.biz-container {
  gap: 0 72px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.biz-container._even {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.biz-content {
  width: calc(100% - 672px);
}

.biz-txtbox {
  margin-top: auto;
  position: relative;
}

.biz-txtbox:after {
  border-bottom: 2px solid #00B0DA;
  content: "";
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  width: 0;
}

.biz-item-en {
  color: #00B0DA;
  font-family: "Ubuntu";
  font-size: 1.4rem;
  line-height: 180%;
  padding-left: calc(32px + 8px);
  position: relative;
  text-align: left;
  text-transform: uppercase;
}

.biz-item-en:before {
  background: #00B0DA;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 32px;
}

.biz-item-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 3.2rem;
  font-weight: bold;
}

.biz-item-txt {
  font-size: 1.5rem;
  line-height: 180%;
  margin-top: 24px;
}

.biz-img {
  max-width: 100%;
  width: 600px;
}

.biz-btnbox {
  margin-top: 40px;
  max-width: 320px;
}

.biz-btnbox .btn {
  border: 2px solid #00B0DA;
  width: 100%;
}

.biz-btnbox .btn:before {
  right: 16px;
}

.frp-list {
  gap: 24px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 64px;
}

.frp-item {
  position: relative;
  width: calc(25% - ((24px * 3) / 4));
}

.biz-a-link {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.biz-a-link:hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.biz-a-link:hover .biz-link-img span {
  background: #005692;
  background-image: url(../asset/images/common/arrow05.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 19.2px;
}

.biz-link-img {
  overflow: hidden;
  position: relative;
}

.biz-link-img:after {
  background: #005692;
  content: "";
  height: 100%;
  left: 50%;
  opacity: 0.4;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
}

.biz-link-img span {
  background: #fff;
  background-image: url(../asset/images/common/arrow03.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 19.2px;
  border: 1px solid #005692;
  bottom: 0;
  height: 32px;
  position: absolute;
  right: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  width: 32px;
  z-index: 2;
}

.biz-link-img img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  width: 100%;
}

.biz-link-txt {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 1.8rem;
  font-weight: bold;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  left: 50%;
  line-height: 180%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
}

.build-list {
  gap: 24px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-top: 48px;
}

.build-item {
  position: relative;
  width: calc(33.3333333% - ((24px * 2) / 3));
}

@media (max-width: 1128px) {
  .biz-container {
    gap: 0 40px;
  }

  .biz-content {
    min-width: 300px;
    width: calc(45% - 40px);
  }

  .biz-item-ttl {
    font-size: 2rem;
  }

  .biz-img {
    width: 55%;
  }

  .frp-list {
    gap: 12px;
  }

  .frp-item {
    width: calc(25% - ((12px * 3) / 4));
  }

  .biz-link-txt {
    font-size: 1.4rem;
  }
}

@media (max-width: 767px) {
  .biz-container._even {
    gap: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .biz-container {
    gap: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .biz-content {
    margin-top: 24px;
    min-width: auto;
    width: 100%;
  }

  .biz-txtbox {
    padding-bottom: 8px;
  }

  .biz-item-en {
    font-size: 1.5rem;
    padding-left: calc(36px + 12px);
  }

  .biz-item-en:before {
    width: 36px;
  }

  .biz-item-ttl {
    font-size: 2.4rem;
  }

  .biz-item-txt {
    margin-top: 16px;
  }

  .biz-img {
    width: 100%;
  }

  .biz-btnbox {
    margin: 40px auto 0;
  }

  .frp-list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .frp-item {
    width: calc(50% - 8px);
  }

  .biz-link-img span {
    background-size: 14.2px;
    height: 24px;
    width: 24px;
  }

  .biz-link-txt {
    font-size: 1.2rem;
  }

  .build-list {
    gap: 16px;
    margin-top: 32px;
  }

  .build-item {
    width: calc(50% - 8px);
  }
}


/*# sourceMappingURL=business.css.map*/