@charset "utf-8";
/* common
-------------------------------------------------------------- */
#sv {
  margin-bottom: 150px;
}
@media (max-width: 767px) {
  #sv {
    margin-bottom: 50px;
  }
}
/* business
-------------------------------------------------------------- */
#business .pageLink {
  margin-bottom: 100px;
  justify-content: center;
  gap: 20px;
}
#business .pageLink li.btn {
  width: calc((100% - 40px) / 3);
}
#business .pageLink li.btn a {
  width: 100%;
  border: 1px solid var(--color-green);
}
#business .pageLink li.btn a::after {
  transform: rotate(90deg);
}
#business .pageLink li.btn a:hover {
  background: var(--color-green);
}
#business .pageLink li.btn a:hover::after {
  right: 5px;
}
#business h2 {
  position: relative;
  padding-bottom: 100px;
  text-align: center;
  color: var(--color-green);
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.5;
}
#business .leatTxt {
  padding: 20px 0 50px;
}
#business h3 {
  padding: 10px 20px;
  margin-bottom: 40px;
  background: var(--color-green);
  color: var(--color-white);
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
}
#business .type {
  margin-bottom: 60px;
  gap: 20px 10px;
}
#business .type li {
  padding: 10px;
  width: calc((100% - 40px) / 5);
  border: 1px solid var(--color-gray);
  border-radius: 30px;
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
}
#business .detail {
  margin-bottom: 60px;
  justify-content: flex-start;
  gap: 50px 40px;
}
#business .detail dl {
  width: calc((100% - 80px) / 3);
}
#business .detail figure {
  position: relative;
}
#business .detail figcaption {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 10px 20px;
  background: var(--color-white);
  border-radius: 0 30px 0 0;
  color: var(--color-green);
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
}
#business .detail dd {
  padding-top: 20px;
  font-size: 1.5rem;
}
#business .btn.follow a {
  margin: auto;
  padding: 30px 120px;
  border-radius: 40px;
  width: 500px;
  border: 1px solid var(--color-green);
  text-align: center;
}
#business .btn.follow a::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 25px;
  margin: auto;
  width: 87px;
  height: 100%;
  background: url(../img/business/ico_follow.png) no-repeat center / contain;
  content: "";
  transition: all 0.5s ease-in-out;
}
#business .btn.follow a::after {
  right: 20px;
}
#business .btn.follow a:hover {
  background: var(--color-green);
}
#business .btn.follow a:hover::before {
  background: url(../img/business/ico_follow_hover.png) no-repeat center / contain;
}
#business .cvArea {
  margin: 60px 0 140px;
  padding: 50px;
  border: 1px solid var(--color-green);
  background: var(--color-white);
}
#business .cvArea p {
  padding-bottom: 20px;
  text-align: center;
}
#business .cvArea p strong {
  color: var(--color-green);
  font-size: 2.4rem;
}
#business .cvArea ul {
  margin: 20px auto 0;
  justify-content: center;
  gap: 20px;
  max-width: 583px;
}
#business .cvArea li {
  width: calc((100% - 20px) / 2);
}
#business .cvArea li a {
  width: 100%;
}
#pipe {
  padding: 100px 0 50px;
  margin-bottom: 100px;
  background: #f7f6f6;
}
#pipe .detail figcaption {
  background: #f7f6f6;
}
#business .bizEstimateBox {
  margin-bottom: 60px;
}
#business .bizEstimateBox h3 {
  width: 100%;
}
#business .bizEstimateBox figure {
  width: 45%;
}
#business .bizEstimateBox .txtArea {
  width: 52%;
}
#business .bizEstimateBox .txtArea p {
  padding-bottom: 40px;
  line-height: 2;
}
@media (max-width: 767px) {
  #business .pageLink {
    margin-bottom: 50px;
    gap: 20px;
  }
  #business .pageLink li.btn {
    width: 100%;
  }
  #business h2 {
    padding-bottom: 30px;
    font-size: 2.4rem;
  }
  #business .leatTxt {
    padding: 20px 0 30px;
  }
  #business h3 {
    margin-bottom: 20px;
    font-size: 1.5rem;
  }
  #business .type {
    margin-bottom: 40px;
  }
  #business .type li {
    padding: 8px;
    width: calc((100% - 10px) / 2);
    font-size: 1.3rem;
  }
  #business .detail {
    margin-bottom: 40px;
    gap: 30px;
  }
  #business .detail dl {
    width: 100%;
  }
  #business .detail figcaption {
    left: -1px;
    bottom: -1px;
    padding: 10px 20px 5px;
    font-size: 1.6rem;
  }
  #business .detail dd {
    padding-top: 10px;
    font-size: 1.3rem;
  }
  #business .btn.follow a {
    padding: 30px 60px;
    border-radius: 40px;
  }
  #business .btn.follow a::before {
    left: 20px;
    margin: auto;
    width: 50px;
  }
  #business .btn.follow a::after {
    right: 15px;
  }
  #business .cvArea {
    margin: 40px 0 70px;
    padding: 30px;
  }
  #business .cvArea p {
    padding-bottom: 10px;
  }
  #business .cvArea p strong {
    font-size: 2rem;
  }
  #business .cvArea ul {
    margin: 10px auto 0;
    gap: 15px;
    width: 90%;
  }
  #business .cvArea li {
    width: 100%;
  }
  #pipe {
    padding: 50px 0 30px;
    margin-bottom: 50px;
  }
  #business .bizEstimateBox {
    margin-bottom: 30px;
  }
  #business .bizEstimateBox h3 {
    width: 100%;
  }
  #business .bizEstimateBox figure {
    width: 100%;
  }
  #business .bizEstimateBox .txtArea {
    padding-top: 10px;
    width: 100%;
  }
  #business .bizEstimateBox .txtArea p {
    padding-bottom: 20px;
  }
}