@charset "UTF-8";
/* =========================================
 導入事例
	 ========================================= */
.secJirei__title-en {
  color: #0d1b36;
  font-family: "Commuters Sans", sans-serif;
  font-size: 46px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .secJirei__title-en {
    font-size: 35px;
  }
}
.secJirei__title-ja {
  color: #0d1b36;
  font-family: "mb", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.secJirei__title-ja::before {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 50%;
  display: inline-block;
  margin-right: 8px;
  vertical-align: middle;
  background-color: #e616ae;
}
@media screen and (max-width: 768px) {
  .secJirei__title-ja {
    font-size: 13px;
  }
}
.secJirei__swiper .swiper-slide {
  padding: 10px;
}
.secJirei__swiper .swiper-slide img {
  padding: 30px;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.25);
  max-width: 100%;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.secJirei .swiper__container {
  position: relative;
  max-width: 100%;
}
.secJirei .swiper__container .swiper-button-next,
.secJirei .swiper__container .swiper-button-prev {
  color: #fff;
  background: #0d1b36;
  padding: 12px;
  box-sizing: border-box;
  border-radius: 50%;
}
.secJirei .swiper__container .swiper-button-prev {
  left: -20px !important;
}
.secJirei .swiper__container .swiper-button-next {
  right: -20px !important;
}
.secJirei .swiper__container .swiper-pagination {
  bottom: -20px !important;
}
.secJirei .swiper__container .swiper-pagination-bullet {
  background: #0d1b36;
}
.secJirei .swiper__container .swiper-pagination-bullet-active {
  background: #0d1b36;
}

/* =========================================
 サービス概要
	 ========================================= */
.secOverview .secOverviewInner {
  max-width: 980px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.secOverview__catch {
  color: #0d1b36;
  text-align: center;
  font-size: clamp(16px, 10.7328244275px + 1.272264631vw, 26px);
  font-style: normal;
  font-weight: 700;
}
.secOverview__catch .pink {
  color: #e616ae;
}
.secOverview__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 32px;
}
@media screen and (max-width: 767px) {
  .secOverview__list {
    gap: 10px;
  }
}
.secOverview__listItem {
  width: calc(33.3333333333% - 32px);
  border-radius: 8px;
  background: #eef6fd;
  padding: 10px 20px;
}
@media screen and (max-width: 767px) {
  .secOverview__listItem {
    width: calc(50% - 10px);
  }
}
.secOverview__listItem img {
  max-width: 100%;
  width: auto;
  height: 120px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .secOverview__listItem img {
    height: 70px;
  }
}
.secOverview__listItem .fw-bold {
  font-weight: bold;
}
.secOverview__listItem .listItem1 img {
  aspect-ratio: 186/91;
}
.secOverview__listItem .listItem2 img {
  aspect-ratio: 47/28;
}
.secOverview__listItem .listItem3 img {
  aspect-ratio: 61/60;
}

.secVoiceInner {
  max-width: 980px;
  width: 98%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .secVoiceInner {
    width: 90%;
  }
}
.secVoice .secVoiceList {
  border-radius: 13px;
  background: #fff;
  box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.25);
  padding: 20px;
}
@media screen and (min-width: 576px) {
  .secVoice .secVoiceList {
    padding: 50px;
  }
}
.secVoice .secVoiceList .accent {
  color: #e616ae;
}
@media screen and (min-width: 768px) {
  .secVoice .secVoiceList__inner-top {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  .secVoice .secVoiceList__inner-top .secVoiceList__image {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  .secVoice .secVoiceList__inner-top .secVoiceList__image {
    width: calc(40% - 15px);
  }
}
.secVoice .secVoiceList__inner-top .secVoiceList__image img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.secVoice .secVoiceList__inner-top .secVoiceList__info {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .secVoice .secVoiceList__inner-top .secVoiceList__info {
    width: calc(60% - 15px);
  }
}
.secVoice .secVoiceList__inner-top .secVoiceList__infoCatch h3 {
  font-size: clamp(20px, 14.7328244275px + 1.272264631vw, 30px);
  font-style: normal;
  font-weight: 700;
}
@media screen and (min-width: 1200px) {
  .secVoice .secVoiceList__inner-top .secVoiceList__infoCatch h3 {
    white-space: nowrap;
  }
}
.secVoice .secVoiceList__inner-top .secVoiceList__infoText {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.secVoice .secVoiceList__inner-top .secVoiceList__infoText-cliant img {
  width: 100%;
  height: auto;
  width: 185px;
  height: 52px;
  aspect-ratio: 185/52;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .secVoice .secVoiceList__inner-top .secVoiceList__infoText-cliant img {
    width: 125px;
    height: 35px;
    aspect-ratio: 25/7;
  }
}
@media screen and (max-width: 575px) {
  .secVoice .secVoiceList__inner-top .secVoiceList__infoText-cliant img {
    width: 125px;
    height: 35px;
    aspect-ratio: 25/7;
  }
}
.secVoice .secVoiceList__inner-top .secVoiceList__infoText-name {
  width: calc(100% - 185px - 10px);
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
}
@media screen and (min-width: 576px) {
  .secVoice .secVoiceList__inner-top .secVoiceList__infoText-name {
    padding: 20px;
    white-space: nowrap;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .secVoice .secVoiceList__inner-top .secVoiceList__infoText-name {
    width: calc(100% - 125px - 10px);
  }
}
@media screen and (max-width: 575px) {
  .secVoice .secVoiceList__inner-top .secVoiceList__infoText-name {
    font-size: 11px;
    width: calc(100% - 125px - 10px);
  }
}
.secVoice .secVoiceList__inner-middle {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .secVoice .secVoiceList__inner-middle {
    flex-wrap: wrap;
  }
}
.secVoice .secVoiceList__inner-middle .secVoiceList__before,
.secVoice .secVoiceList__inner-middle .secVoiceList__after {
  border-radius: 13px;
  background: #fff;
  padding: 24px 18px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .secVoice .secVoiceList__inner-middle .secVoiceList__before,
.secVoice .secVoiceList__inner-middle .secVoiceList__after {
    width: calc(50% - 10px);
  }
}
@media screen and (max-width: 767px) {
  .secVoice .secVoiceList__inner-middle .secVoiceList__before:not(:last-child),
.secVoice .secVoiceList__inner-middle .secVoiceList__after:not(:last-child) {
    margin-bottom: 15px;
  }
}
.secVoice .secVoiceList__inner-middle .secVoice__title-circle:before {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 50%;
  display: inline-block;
  margin-right: 8px;
  vertical-align: middle;
  background: #c6c6c6;
}
.secVoice .secVoiceList__inner-middle .secVoiceList__before {
  border-radius: 6px;
  border: 2px solid #ccc;
}
.secVoice .secVoiceList__inner-middle .secVoiceList__after {
  border-radius: 6px;
  border: 2px solid #e616ae;
}
.secVoice .secVoiceList__inner-middle .secVoiceList__after .secVoice__title-circle:before {
  background-color: #e616ae;
}
.secVoice .secVoiceList__inner-middle .secVoiceList__after p span.check {
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  transform: scale(var(--ggs, 1));
  width: 22px;
  height: 22px;
  border: 2px solid transparent;
  border-radius: 100px;
}
.secVoice .secVoiceList__inner-middle .secVoiceList__after p span.check::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  left: 3px;
  top: 3px;
  width: 6px;
  height: 10px;
  border-width: 0 2px 2px 0;
  border-style: solid;
  border-color: #e616ae;
  transform-origin: bottom left;
  transform: rotate(45deg);
}
.secVoice .secVoiceList__inner-middle .secVoiceList__after p .accent {
  font-weight: 700;
}
.secVoice .secVoiceList__inner-bottom h3 {
  display: inline-block;
  color: #fff;
  padding: 10px;
  border-radius: 2px;
  background: #406590;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
}

.read-more-3 {
  position: relative;
}
.read-more-3 p {
  position: relative;
  margin-bottom: 10px;
  overflow: hidden;
  transition: max-height 1s;
  max-height: 125px; /* 開く前に見せたい高さを指定 */
}
@media screen and (min-width: 768px) {
  .read-more-3 p {
    max-height: 95px; /* 開く前に見せたい高さを指定 */
  }
}
.read-more-3 p::after {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 60px;
  background: linear-gradient(180deg, hsla(0deg, 0%, 100%, 0) 0, hsla(0deg, 0%, 100%, 0.9) 50%, hsla(0deg, 0%, 100%, 0.9) 0, #fff);
  content: "";
}
.read-more-3 label {
  display: flex;
  align-items: center;
  gap: 0 4px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  padding: 15px 0;
  background-color: #406590;
  border-radius: 30px;
  color: #fff;
  font-size: 14px;
  justify-content: center;
  width: 180px;
}
@media screen and (min-width: 768px) {
  .read-more-3 label {
    bottom: -15px;
  }
}
.read-more-3 label:hover {
  border: 1px solid #406590;
  background-color: #fff;
  color: #406590;
  cursor: pointer;
}
.read-more-3 label:hover::after {
  background-color: #406590;
}
.read-more-3 label::after {
  display: inline-block;
  width: 10px;
  height: 5px;
  background-color: #fff;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: "";
}
.read-more-3 input {
  display: none;
}
.read-more-3:has(:checked) p {
  max-height: 100vh;
}
.read-more-3:has(:checked) p::after {
  content: none;
}
.read-more-3:has(:checked) label {
  display: none;
}

.secVoice__title-en {
  color: #0d1b36;
  font-family: "Commuters Sans", sans-serif;
  font-size: 46px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 5px;
}

@media screen and (max-width: 768px) {
  .secVoice__title-en {
    font-size: 35px;
  }
}
.secVoice__title-ja {
  color: #0d1b36;
  font-family: "mb", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.secVoice__title-ja::before {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 50%;
  display: inline-block;
  margin-right: 8px;
  vertical-align: middle;
  background-color: #e616ae;
}

@media screen and (max-width: 768px) {
  .secVoice__title-ja {
    font-size: 13px;
  }
}
/*# sourceMappingURL=add.css.map */