@charset "UTF-8";
.mainVisual {
  background-image: url('../storage/img/kv.webp');
}
@media screen and (max-width: 767px) {
  .mainVisual {
    background-image: url('../storage/img/kv_sp.webp');
  }
}
.features {
  background-color: #ceceef;
  padding: 75px 0 160px 0;
}
.features_inner {
  width: 1160px;
  margin: auto;
}
.features_ttl {
  text-align: center;
  font-size: 3.3rem;
}
.features_card {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  background-color: #fff;
  gap: 30px;
}
.features_info {
  width: 50%;
  padding: 35px 0 35px 0;
}
.features_info.is_left {
  margin-left: 40px;
}
.features_info.is_right {
  margin-right: 40px;
}
.features_catch {
  margin-top: 15px;
  font-size: 1.8rem;
  line-height: 2;
}
.features_detail {
  margin-top: 15px;
  font-size: 1.6rem;
  line-height: 2;
}
.features_subttl {
  border-bottom: 1px solid #000;
  padding-bottom: 10px;
  font-size: 2.2rem;
  font-weight: bold;
  text-align: left
}
.features_image {
  width: 50%;
  padding: 35px 0 35px 0;
  text-align: center;
}
.features_image.is_left {
  margin-left: 40px;
}
.features_image.is_right {
  margin-right: 40px;
}
.type {
  padding: 75px 0 130px 0;
}
.type_inner {
  width: 1160px;
  margin: auto;
}
.type_ttl {
  text-align: center;
  font-size: 3.3rem;
}
.type_table-ttl1 {
  width: 18.50%;
}
.type_table-ttl2 {
  width: 26.72%;
}
.type_table-ttl3 {
  width: 24.74%;
}
.disc {
  padding: 75px 0 15px 0;
  background-color: #efefef;
}
.disc_inner {
  width: 1160px;
  margin: auto;
}
.disc_ttl {
  text-align: center;
  font-size: 3.3rem;
  padding-bottom: 0;
  margin: 0;
}
.disc_subttl {
  display: flex;
  align-items: center;
  font-weight: bold;
  margin-top: 30px;
  padding-bottom: 0;
  margin-bottom: 0;
}
.disc_subttl::after {
  content: "";
  flex-grow: 1;
  height: 1px;
  background: #000;
  margin-left: 20px;
}
.disc_image {
  margin-top: 15px;
}
.disc_image figcaption {
  font-size: 1.4rem;
  margin: 15px 0 0 25px;
}
.disc_requirement {
  padding: 10px 0 10px 30px;
  background-color: #fff;
  margin: 5px 0 65px 0;
}
.disc_requirement_ttl {
  display: flex;
  align-items: center;
  font-weight: bold;
  margin-top: 12px;
  padding-bottom: 0;
  margin-bottom: 10px;
}
.disc_requirement_ttl::before {
  content: "";
  width: 20px;
  height: 1px;
  background: #000;
  margin-right: 10px;
}
.disc_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.disc_item {
  position: relative;
  padding: 5px 10px 5px 25px;
}
.disc_item::before {
  position: absolute;
  content: '・';
  left: 0;
}
.disc_item.is_wide {
  width: 710px;
}
.disc_item.is_wide2 {
  width: 665px;
}
.disc_deco {
  display: block;
  position: relative;
  padding-left: 24px;
  margin-top: 8px;
}
.disc_deco::before {
  content: "";
  position: absolute;
  left: 4px;
  top: -4px;
  width: 12px;
  height: 16px;
  border-left: 1px solid #666;
  border-bottom: 1px solid #666;
}
.disc_deco_space {
  display: block;
  position: relative;
  margin-top: 8px;
}
.disc_deco_space::before {
  content: "";
}
.structure {
  padding: 75px 0 80px 0;
  background-color: #ceceef;
}
.structure .m-bluettl-card_ttl {
  background-color: #4a34a5;
  color: #fff;
  border: 2px solid #4a34a5;
  border-radius: 15px 15px 0 0;
  padding: 10px 20px 10px 35px;
  font-size: 2.2rem;
  font-weight: bold;
  position: relative;
  min-height: 35px;
  line-height: 35px
}
.structure_inner {
  width: 1160px;
  margin: auto;
}
.structure_ttl {
  text-align: center;
  font-size: 3.3rem;
  padding-bottom: 0;
  margin: 50px;
}
.structure_detail {
  display: grid;
  grid-template-columns: 460px 1fr;
  gap: 28px;
  border: 2px solid #4a34a5;
  border-radius: 0 0 15px 15px;
  font-size: 2.2rem;
  padding: 30px 0 30px 40px;
  background-color: #fff;
}
.structure_content {}
.structure_list {}
.structure_item {
  font-size: 1.6rem;
  line-height: 1.8;
}
.structure_catch {
  line-height: 1.8;
  font-size: 2.2rem;
  font-weight: bold;
  color: #4a34a5;
}
.structure_text {
  margin-top: 15px;
  line-height: 1.8;
}
.structure_image {
  padding: 0 40px 0 0;
}
@media (max-width: 1024px) {
  .structure_detail.m-bluettl-card_detail {
    display: flex;
    flex-direction: column;
    margin-bottom: 25px;
  }
  .structure_detail {
    padding: initial;
    padding: 24px
  }
  .structure_image {
    padding: 0
  }
}
#container img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
.features_inner, .type_inner, .disc_inner, .structure_inner {
  width: min(100% - 48px, 1160px);
  margin-inline: auto;
}
/* ==================================================
   1024px以下
================================================== */
@media screen and (max-width: 1024px) {
  .features_ttl, .functions_ttl, .usecase_ttl, .flow_ttl, .disc_ttl, .structure_ttl, .type_ttl {
    font-size: 2.8rem;
  }
  .features_card {
    display: flex;
    flex-direction: column;
    margin-top: 30px;
    gap: 30px;
    padding-inline: 24px
  }
  .features_inner .features_card:nth-of-type(2) {
    display: flex;
    flex-direction: column-reverse;
    gap: 30px;
    padding-inline: 24px;
    padding-bottom: 24px
  }
  .features_info {
    width: 100%;
    padding: 35px 0 35px 0;
  }
  .features_info.is_left {
    margin-left: 0
  }
  .features_info.is_right {
    margin-right: 0
  }
  .features_image.is_right {
    margin-right: 0;
    padding-bottom: 24px
  }
  .features_image.is_left {
    margin-left: 0;
    padding-top: 24px
  }
  .features_image {
    width: 100%;
    padding: initial;
    text-align: center;
  }
  .features_subttl {
    padding-bottom: 10px;
    font-size: 2.2rem;
    text-align: center
  }
  .usecase_content {
    max-width: 100%;
    padding: 24px;
  }
  .usecase_image {
    padding-right: 0;
    width: min(100% - 60px, 928px)
  }
  .usecase_detail {
    display: flex;
    margin-bottom: 25px;
    flex-direction: column;
    padding: initial;
    padding-bottom: 24px
  }
}
/* ==================================================
   767px以下
================================================== */
@media screen and (max-width: 767px) {
  .features_ttl, .functions_ttl, .usecase_ttl, .flow_ttl, .disc_ttl, .structure_ttl, .type_ttl {
    font-size: 2.4rem;
    line-height: 1.4;
  }
  .functions_th, .functions_th2, .functions_td, .functions_td2 {
    font-size: 1.5rem;
  }
}