#why #lead .wrap dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 959px) {
  #why #lead .wrap dl {
    flex-direction: column;
    max-width: 570px;
    margin: 0 auto;
  }
}
#why #lead .wrap dl > div {
  position: relative;
  width: 32%;
  height: 120px;
  margin-bottom: 2rem;
  opacity: 0;
  transition-duration: 0.2s;
  transition-timing-function: ease-in;
}
@media screen and (max-width: 959px) {
  #why #lead .wrap dl > div {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #a0a0a0;
    padding: 2rem;
    margin-bottom: 0;
  }
  #why #lead .wrap dl > div:last-child {
    border: none;
  }
}
@media screen and (max-width: 559px) {
  #why #lead .wrap dl > div {
    flex-direction: column;
    align-items: flex-start;
    padding: 1.5rem 0;
  }
}
#why #lead .wrap dl > div:after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 115px;
  background: #a0a0a0;
  transform: rotate(15deg);
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 959px) {
  #why #lead .wrap dl > div:after {
    display: none;
  }
}
#why #lead .wrap dl > div:nth-of-type(1):before, #why #lead .wrap dl > div:nth-of-type(4):before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 115px;
  background: #a0a0a0;
  transform: rotate(15deg);
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 959px) {
  #why #lead .wrap dl > div:nth-of-type(1):before, #why #lead .wrap dl > div:nth-of-type(4):before {
    display: none;
  }
}
#why #lead .wrap dl > div.is-on {
  opacity: 1;
}
#why #lead .wrap dl > div:nth-of-type(1) {
  transition-delay: 0.2s;
}
#why #lead .wrap dl > div:nth-of-type(2) {
  transition-delay: 0.4s;
}
#why #lead .wrap dl > div:nth-of-type(3) {
  transition-delay: 0.6s;
}
#why #lead .wrap dl > div:nth-of-type(4) {
  transition-delay: 0.8s;
}
#why #lead .wrap dl > div:nth-of-type(5) {
  transition-delay: 1s;
}
#why #lead .wrap dl > div dt {
  text-align: center;
  font-size: 3.2rem;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1;
  font-family: "Oswald", sans-serif;
  color: #ff0;
  margin: 0;
}
@media screen and (max-width: 959px) {
  #why #lead .wrap dl > div dt {
    text-align: left;
    width: 250px;
  }
}
@media screen and (max-width: 559px) {
  #why #lead .wrap dl > div dt {
    font-size: 2.7rem;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1;
    margin-bottom: 0.5rem;
    width: 100%;
  }
}
#why #lead .wrap dl > div dt::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background: #ff0;
  border-radius: 50%;
  margin: 1.5rem auto;
}
@media screen and (max-width: 959px) {
  #why #lead .wrap dl > div dt::after {
    display: none;
  }
}
#why #lead .wrap dl > div dd {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.5;
  margin: 0;
}
@media screen and (max-width: 959px) {
  #why #lead .wrap dl > div dd {
    text-align: left;
    flex: 1;
  }
}
@media screen and (max-width: 559px) {
  #why #lead .wrap dl > div dd br {
    display: none;
  }
}

#why #clientvoice .swiper-slide .ssout {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 2.5rem;
  position: relative;
}
@media screen and (max-width: 559px) {
  #why #clientvoice .swiper-slide .ssout {
    padding: 2rem;
  }
}
#why #clientvoice .swiper-slide .ssout a {
  color: inherit;
  text-decoration: none;
  transition: all 0.3s;
  padding: 0;
  order: 4;
}
#why #clientvoice .swiper-slide .ssout a:hover {
  opacity: 0.7;
}
#why #clientvoice .swiper-slide .ssout a h3 {
  font-family: "Inter", sans-serif;
  color: #ff0;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.2;
  text-align: center;
  margin-top: 1.5rem;
  margin-bottom: 0;
}
@media screen and (max-width: 559px) {
  #why #clientvoice .swiper-slide .ssout a h3 {
    font-size: 1.7rem;
    min-height: 0;
  }
}
#why #clientvoice .swiper-slide .ssout a + p {
  order: 5;
  font-family: "Oswald", sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.3;
  border-top: 1px solid #898989;
  padding-top: 1.5rem;
  margin-top: 1.5rem;
  min-height: 87px;
  width: 100%;
}
@media screen and (max-width: 559px) {
  #why #clientvoice .swiper-slide .ssout a + p {
    font-size: 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
    min-height: 0;
  }
}
#why #clientvoice .swiper-slide .ssout .cat {
  order: 1;
  font-family: "Oswald", sans-serif;
  background: #000;
  color: #fff;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.2;
  text-align: center;
  width: calc(100% - 5rem);
  height: 29px;
  position: absolute;
  top: -15px;
  left: 0;
  right: 0;
  margin: 0 auto;
  border-radius: 6px;
  border: 1px solid #898989;
  padding-top: 0.1rem;
  transition: all 0.2s;
}
@media screen and (max-width: 559px) {
  #why #clientvoice .swiper-slide .ssout .cat {
    width: calc(100% - 4rem);
    font-size: 1.6rem;
    height: auto;
    top: -11px;
    padding: 0 0 0.1rem;
  }
}
#why #clientvoice .swiper-slide .ssout figure.image {
  order: 2;
  width: 100%;
  height: 14.2vw;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 1025px) {
  #why #clientvoice .swiper-slide .ssout figure.image {
    height: 23.5vw;
  }
}
@media screen and (max-width: 700px) {
  #why #clientvoice .swiper-slide .ssout figure.image {
    height: 46vw;
  }
}
#why #clientvoice .swiper-slide .ssout figure.image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
#why #clientvoice .swiper-slide .ssout ul {
  order: 6;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #898989;
  padding-top: 1.5rem;
  margin-top: 1.5rem;
  margin-bottom: 0;
  list-style: none;
}
#why #clientvoice .swiper-slide .ssout ul li {
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
  margin-bottom: 1rem;
  display: inline-block;
  color: #000;
  background: #fff;
  border-radius: 8px;
  padding: 5px 10px;
  transition: all 0.2s;
}
#why #clientvoice .swiper-slide .ssout ul li:not(:last-child) {
  margin-right: 1rem;
}
#why #clientvoice .swiper-slide .ssout ul li::before {
  content: "#";
}
@media screen and (max-width: 559px) {
  #why #clientvoice .swiper-slide .ssout ul li {
    border-radius: 4px;
    margin-bottom: 1rem;
  }
}/*# sourceMappingURL=why202601.css.map */