@charset "UTF-8";
.mainVisual {
  background-image: url('../common/img/top/kv.webp');
}
@media screen and (max-width: 767px) {
  .mainVisual {
    background-image: url('../common/img/top/kv_sp.webp');
  }
}
.mainVisual_inner {
  width: 100%;
  max-width: 1160px;
  margin: auto;
}
.mainVisual_service {
  font-size: 38px;
  color: #fff;
}
.mainVisual_catchcopy {
  font-size: 20px;
  color: #fff;
  margin-top: 35px;
}
.summary {
  width: 100%;
  max-width: 1160px;
  margin: auto;
  padding: 70px 0;
}
.summary_ttl {
  border: none;
  text-align: center;
  letter-spacing: 0.5em;
}
.summary_detail {
  line-height: 2;
}
.reasons_ttl {
  border: none;
  text-align: center;
  font-size: 3.3rem;
}
.reasons_detail {
  font-size: 1.8rem;
  line-height: 2;
}
.reasons_slider {
  margin-top: 35px;
}
.reasons_card {
  background-color: #fff;
  padding: 15px;
  box-sizing: border-box;
  border-radius: 25px;
  height: auto !important;
  display: flex !important;
  flex-direction: column !important;
}
.reasons_title {
  text-align: center;
  padding: 15px 0;
  font-size: 2.2rem;
  font-weight: bold;
}
.reasons_text {
  padding: 15px 0;
}
.swiper-wrapper {}
.reasons_image > img {
  width: 100%;
}
.swiper-button-prev, .swiper-button-next {
  background-color: #5c3db5 !important;
  width: 40px !important;
  height: 40px !important;
  border-radius: 50% !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  z-index: 10;
  top: 50% !important;
  transform: translateY(-50%) !important;
}
.swiper-button-prev svg, .swiper-button-next svg {
  display: none !important;
}
.swiper-button-prev::after, .swiper-button-next::after {
  content: none !important;
  display: none !important;
}
.swiper-button-prev::before, .swiper-button-next::before {
  content: "" !important;
  display: block !important;
  width: 10px !important;
  height: 10px !important;
  border-top: 3px solid #ffffff !important;
  border-left: 3px solid #ffffff !important;
}
.swiper-button-prev::before {
  transform: rotate(-45deg) !important;
  margin-left: 4px !important;
}
.swiper-button-next::before {
  transform: rotate(135deg) !important;
  margin-right: 4px !important;
}
.swiper-button-prev {
  left: 310px !important;
}
.swiper-button-next {
  right: 310px !important;
}
.swiper-pagination-bullet {
  background-color: #adadd9 !important;
}
.reasons_slider {
  padding-bottom: 75px !important;
}
.reasons_slider .swiper-pagination {
  bottom: 0 !important;
}
.reasons_slider .swiper-pagination-bullet-active {
  background-color: #5c3db5 !important;
}
.reasons_slider .swiper-pagination-bullet {
  width: 15px !important;
  height: 15px !important;
  margin: 0 6px !important;
  opacity: 0.4;
}
.reasons_slider .swiper-pagination-bullet-active {
  opacity: 1 !important;
  background-color: #8a8ac9 !important;
}
.services {
  padding: 70px 0 95px 0;
}
.services_inner {
  width: 1160px;
  margin: auto;
}
.services_ttl {
  text-align: center;
}
.services_list {
  display: flex;
  justify-content: center;
  margin-top: 35px;
  gap: 35px
}
.services_item {
  text-align: center;
}
.services_text {
  font-weight: bold;
  font-size: 22px;
  line-height: 1.5;
}
.overview {
  background-color: #efefef;
}
.overview_inner {
  width: 1160px;
  margin: auto;
  padding: 75px 0;
}
.overview_title {
  text-align: center;
}
.overview_detail {
  margin: 35px 0 55px 0;
  line-height: 2;
}
.overview_image {
  border-radius: 20px;
}
.steps {
  background-color: #ceceef;
  padding: 75px 0 95px 0;
}
.steps_inner {
  width: 1160px;
  margin: auto;
}
.steps_title {
  text-align: center;
}
.steps_detail {
  margin: 35px 0 25px;
  line-height: 2;
}
.steps_image {
  border-radius: 20px;
}
.info {
  background-color: #f2f2f2;
}
.info_inner {
  width: 1160px;
  margin: auto;
  padding: 75px 0;
}
.info_title {
  text-align: center;
}
.info_more {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 25px;
  border: 2px solid #333333;
  border-radius: 30px;
  margin-left: auto;
  cursor: pointer;
  font-weight: bold;
  color: #333333;
  width: 207px;
  height: 41px;
}
.info_more > span {
  margin-left: 15px;
}
.info_more::after {
  position: absolute;
  top: 14px;
  right: 17px;
  content: "" !important;
  display: block !important;
  transform: rotate(135deg) !important;
  width: 10px !important;
  height: 10px !important;
  border-top: 2px solid #000 !important;
  border-left: 2px solid #000 !important;
}
.info_list {
  margin-top: 25px;
}
.info_item {
  display: flex;
  gap: 25px;
  font-size: 18px;
  margin-bottom: 15px;
}
.info_ttl {}
.info_tag {
  width: fit-content;
  padding: 2px 10px;
  background-color: #4b4b4b;
  color: #fff;
  font-size: 1.6rem;
}
.contact {
  padding: 75px 0;
}
.contact_wrapper {
  height: 500px;
}
.reasons {
  background-color: #ceceef;
  padding: 75px 0 160px 0;
}
.reasons_inner {
  width: calc(100% - 40px);
  max-width: 1160px;
  margin: 0 auto;
}
.reasons {
  background-color: #ceceef;
  padding: 75px 0 160px 0;
}
.reasons_inner {
  width: 1160px;
  margin: auto;
}
.reasons_ttl {
  text-align: center;
  font-size: 3.3rem;
}
.reasons_detail {
  font-size: 1.8rem;
  line-height: 2;
  margin-bottom: 35px;
}
.reasons_cardWrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
/* ==================================================
   共通調整
================================================== */
#container img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
.reasons_inner, .services_inner, .overview_inner, .steps_inner, .info_inner {
  width: min(100% - 48px, 1160px);
  margin-inline: auto;
}
/* ==================================================
   1024px以下
================================================== */
@media screen and (max-width: 1024px) {
  .m-summary_ttl, .reasons_ttl, .services_ttl, .overview_title, .steps_title, .info_title {
    font-size: 3rem;
    line-height: 1.4;
  }
  /* 選ばれる理由
  ------------------------------ */
  .reasons {
    padding-block: 80px;
  }
  .reasons_cardWrapper {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
  }
  .m-white-card {
    width: auto;
  }
  .m-white-card_image img {
    width: 100%;
  }
  .reasons_detail {
    font-size: 1.6rem;
  }
  /* サービスメニュー
  ------------------------------ */
  .services {
    padding-block: 72px;
  }
  .services_list {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
  }
  .services_item img {
    width: min(100%, 90px);
  }
  /* 構成イメージ・導入フロー
  ------------------------------ */
  .overview, .steps {
    /*! padding-block: 80px; */
  }
  .overview_image, .steps_image {
    display: block;
    width: 100%;
    margin-top: 32px;
  }
  /* お知らせ
  ------------------------------ */
  .info_item {
    display: grid;
    grid-template-columns: 110px 100px minmax(0, 1fr);
    column-gap: 16px;
  }
}
/* ==================================================
   767px以下
================================================== */
@media screen and (max-width: 767px) {
  /* 共通見出し
  ------------------------------ */
  .m-summary_ttl, .reasons_ttl, .services_ttl, .overview_title, .steps_title, .info_title {
    font-size: 2.4rem;
    line-height: 1.4;
  }
  /* 選ばれる理由
  ------------------------------ */
  .reasons {
    padding-block: 64px;
  }
  .reasons_detail {
    margin-top: 20px;
  }
  .reasons_cardWrapper {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 32px;
  }
  /* サービスメニュー
  ------------------------------ */
  .services {
    padding-block: 56px;
  }
  .services_list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 32px 20px;
    margin-top: 32px;
  }
  .services_item {
    text-align: center;
  }
  .services_item a {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
  }
  .services_item img {
    width: 40%;
  }
  .services_text {
    margin-top: 12px;
    font-size: 1.4rem;
  }
  /* 構成イメージ
  ------------------------------ */
  .overview_detail {
    margin-top: 20px;
  }
  .overview_image {
    margin-top: 28px;
  }
  /* 導入までの流れ
  ------------------------------ */
  .steps {
    padding-block: 64px;
  }
  .steps_detail {
    margin-top: 20px;
  }
  .steps_image {
    margin-top: 28px;
  }
  /* お知らせ
  ------------------------------ */
  .info_inner {
    position: relative;
  }
  .info_more {
    position: static;
    margin-top: 32px;
    text-align: center;
  }
  .info_list {
    margin-top: 28px;
  }
  .info_item {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 10px 12px;
    padding-block: 10px;
  }
  .info_item time {
    grid-column: 1;
    grid-row: 1;
    font-size: 1.3rem;
  }
  .info_tag {
    grid-column: 2;
    grid-row: 1;
    justify-self: start;
    font-size: 1.2rem;
  }
  .info_ttl {
    grid-column: 1 / -1;
    grid-row: 2;
    font-size: 1.6rem;
    line-height: 1.7;
  }
  .info_more::after {
    position: relative;
    top: 0;
    right: -10px
  }
}
/* ==================================================
   480px以下
================================================== */
@media screen and (max-width: 480px) {
  .services_list {
    gap: 28px 16px;
  }
  .services_item img {
    width: 65%;
  }
}