@charset "UTF-8";
.mainVisual {
  background-image: url('../server/img/kv.webp');
}
@media screen and (max-width: 767px) {
  .mainVisual {
    background-image: url('../server/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;
}
.functions {
  padding: 75px 0 75px 0;
}
.functions_inner {
  width: 1160px;
  margin: auto;
}
.functions_ttl {
  text-align: center;
  font-size: 3.3rem;
}
.functions_detail {
  line-height: 2;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .functions_detail {
    font-size: 1.6rem;
  }
}
.functions_cardWrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  align-items: stretch;
}
.functions_card {
  width: calc(50% - 15px);
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}
.functions_card.is_wide {
  width: 100%;
}
.functions_card > *:nth-child(2) {
  flex-grow: 1;
  border: 2px solid #4a34a5;
  border-top: none;
  border-radius: 0 0 15px 15px;
}
.functions_heading {
  background-color: #4a34a5;
  color: #fff;
  border: 2px solid #4a34a5;
  border-radius: 15px 15px 0 0;
  padding: 15px 40px;
  font-size: 2.2rem;
  font-weight: bold;
  flex-grow: 0;
  flex-shrink: 0;
}
.functions_content {
  border: 2px solid #4a34a5;
  border-radius: 0 0 15px 15px;
  gap: 30px;
  padding: 24px 30px;
  background-color: #fff;
}
.functions_table {
  display: table;
  border-collapse: collapse;
  width: 100%;
  margin: 25px 0 0 0;
  font-size: 1.6rem;min-width: 1096px;}
.functions_row {
  display: table-row;
}
.functions_th {
  display: table-cell;
  background-color: #ceceef;
  color: #3a3a61;
  border: 1px solid #fff;
  text-align: center;
  font-weight: bold;
  padding: 10px 0;
  font-size: 1.8rem;
}
.functions_td {
  display: table-cell;
  border: 1px solid #fff;
  background-color: #f2f2fc;
  text-align: center;
  padding: 15px 0;
  font-size: 1.8rem;
}
.functions_list {
  margin-top: 10px;
}
.functions_item {
  position: relative;
  padding: 5px 0;
  font-size: 1.8rem;
  padding-left: 22px;
}
/*.functions_item > span{
    color: #4a34a5;
    font-size: 1.4rem;
    margin-right: 10px;
}*/
.functions_item::before {
  position: absolute;
  content: '■';
  color: #4a34a5;
  left: 0;
  top: 8px;
  font-size: 14px
}
.functions_heading2 {
  font-size: 2.0rem;
  font-weight: bold;
  color: #4a34a5;
  margin-top: 45px;
}
.functions_table2 {
  display: table;
  border-collapse: collapse;
  width: 100%;
  margin: 25px 0 0 0;
  font-size: 1.6rem;min-width: 1096px;
}

@media (max-width: 1200px) {
  .functions_table_wrap {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.functions_row2 {
  display: table-row;
}
.functions_th2 {
  display: table-cell;
  background-color: #ceceef;
  color: #3a3a61;
  border: 1px solid #fff;
  text-align: center;
  font-weight: bold;
  padding: 10px 0;
  font-size: 1.6rem;
}
.functions_td2 {
  display: table-cell;
  border: 1px solid #fff;
  background-color: #f2f2fc;
  text-align: center;
  padding: 15px 12px;
  font-size: 1.6rem;
  text-align: left;
}
.functions_td2.is_center {
  text-align: center;
}
.cell-span-3 {
  height: 120px;
}
.cell-span-2 {
  height: 80px;
}
.functions_text {
  padding: 25px 0;
  line-height: 2;
}
.flow {
  background: #efefef;
  padding: 55px 0 105px 0;
}
.flow_inner {
  width: 1160px;
  margin: auto;
}
.flow_ttl {
  text-align: center;
  font-size: 3.3rem;
}
.flow_detail {
  font-size: 1.8rem;
  line-height: 1.8;
}
.flow_image {
  width: 100%;
  margin-top: 35px;
}
.flow_image > img {
  border-radius: 20px;
}
.usecase {
  padding: 55px 0 105px 0;
  background-color: #ceceef;
}
.usecase_inner {
  width: 1160px;
  margin: auto;
}
.usecase_ttl {
  text-align: center;
  font-size: 3.3rem;
}
.usecase_cardWrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 35px;
}
@media (max-width: 1024px) {
  .usecase_cardWrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .usecase_cardWrapper {
    grid-template-columns: 1fr;
  }
}
#container img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
.features_inner, .functions_inner, .flow_inner, .usecase_inner {
  width: min(100% - 48px, 1160px);
  margin-inline: auto;
}
/* ==================================================
   1024px以下
================================================== */
@media screen and (max-width: 1024px) {
  .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
  }
}

/* ==================================================
   767px以下
================================================== */
@media screen and (max-width: 767px) {
  /* 共通見出し
  ------------------------------ */
  .features_ttl, .functions_ttl, .usecase_ttl, .flow_ttl {
    font-size: 24px;
    line-height: 1.4;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
  }
  .functions_th, .functions_th2, .functions_td, .functions_td2 {
    font-size: 15px!important;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
  }
}