#top #clientvoice .swiper-slide .ssout {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 2.5rem;
  position: relative;
}
#top #clientvoice .swiper-slide .ssout:hover {
  cursor: pointer;
}
@media screen and (max-width: 559px) {
  #top #clientvoice .swiper-slide .ssout {
    padding: 2rem;
  }
}
#top #clientvoice .swiper-slide .ssout a {
  color: inherit;
  text-decoration: none;
  transition: all 0.3s;
  padding: 0;
  order: 4;
}
#top #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;
}
@media screen and (max-width: 559px) {
  #top #clientvoice .swiper-slide .ssout a h3 {
    font-size: 1.7rem;
    min-height: 0;
  }
}
#top #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) {
  #top #clientvoice .swiper-slide .ssout a + p {
    font-size: 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
    min-height: 0;
  }
}
#top #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) {
  #top #clientvoice .swiper-slide .ssout .cat {
    width: calc(100% - 4rem);
    font-size: 1.6rem;
    height: auto;
    top: -11px;
    padding: 0 0 0.1rem;
  }
}
#top #clientvoice .swiper-slide .ssout .image {
  order: 2;
  width: 100%;
}
#top #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;
}
#top #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;
}
#top #clientvoice .swiper-slide .ssout ul li:not(:last-child) {
  margin-right: 1rem;
}
#top #clientvoice .swiper-slide .ssout ul li::before {
  content: "#";
}
@media screen and (max-width: 559px) {
  #top #clientvoice .swiper-slide .ssout ul li {
    border-radius: 4px;
    margin-bottom: 1rem;
  }
}

#top #journal .wrap .swiper-journal li article figure.image {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  border: 1px solid #000;
  transition: all 0.3s;
  margin: 0;
  padding: 0;
}
#top #journal .wrap .swiper-journal li article figure.image::before {
  position: relative;
  content: "";
  display: block;
  padding-top: 61%;
}
#top #journal .wrap .swiper-journal li article figure.image img {
  height: auto;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  object-fit: cover;
}
#top #journal .wrap .swiper-journal li article h3.ar-ttl {
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.1;
  margin: 1.5rem 0 1rem;
  font-family: inherit;
}
@media screen and (max-width: 559px) {
  #top #journal .wrap .swiper-journal li article h3.ar-ttl {
    font-size: 1.4rem;
  }
}
#top #journal .wrap .swiper-journal li article h3.ar-ttl a {
  color: inherit;
  text-decoration: none;
  transition: all 0.3s;
}
#top #journal .wrap .swiper-journal li article time.date {
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1;
  font-family: "Oswald", sans-serif;
  color: #646464;
  display: block;
}
#top #journal .wrap .swiper-journal li article:hover figure.image {
  border: 1px solid #ff0;
}

#top .cta_dl a {
  border: 1px solid #ff0;
}/*# sourceMappingURL=top202601.css.map */