@charset "UTF-8";
.mainVisual {
  background-image: url('../paas/img/kv.webp');
}
@media screen and (max-width: 767px) {
  .mainVisual {
    background-image: url('../paas/img/kv_sp.webp');
  }
}
.summary {
  padding: 70px 0 70px 0;
}
.summary_figure {
  margin-top: 40px;
  text-align: center;
}
.summary_img {
  max-width: 927px;
  width: 98%;
  margin: auto;
}
.summary_caption {
  margin-top: 15px;
  text-align: left;
  font-size: 1.4rem;
  line-height: 2;
}
.background {
  background-color: #ceceef;
  padding: 50px 0 105px 0;
}
.background_inner {
  width: 1160px;
  margin: auto;
}
.background_ttl {
  text-align: center;
  font-size: 3.3rem;
}
.background_content {
  font-size: 1.8rem;
  line-height: 1.8;
  letter-spacing: -1px;
}
.assignment {
  background-color: #efefef;
  padding: 50px 0 105px 0;
}
.assignment_inner {
  width: 1160px;
  margin: auto;
}
.assignment_ttl {
  text-align: center;
  font-size: 3.3rem;
  margin-bottom: 0;
}
.assignment_cardWrapper {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  margin-top: 40px;
}
@media screen and (max-width: 1024px) {
  .assignment_cardWrapper {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-bottom: 0
  }
  .assignment .m-bluettl-card {
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .assignment_cardWrapper {
    display: grid;
    grid-template-columns: 1fr;
  }
}
.assignment_subttl {
  font-size: 1.8rem;
}
.assignment_detail {
  font-size: 1.6rem;
  padding: 15px;
  line-height: 1.8;
}
@media screen and (max-width: 1024px) {
  .assignment_detail {
    padding: 24px;
  }
}
.assignment_list {}
.assignment_item {
  position: relative;
  padding-left: 15px;
}
.assignment_item::before {
  position: absolute;
  content: '・';
  left: 0;
}
.solution {
  background-color: #ceceef;
  padding: 50px 0 105px 0;
}
.solution_inner {
  width: 1160px;
  margin: auto;
}
.solution_ttl {
  text-align: center;
  font-size: 3.3rem;
  margin-bottom: 0;
}
.solution_cardWrapper {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  margin-top: 40px;
}
.solution_card {
  padding: 15px;
}
@media screen and (max-width: 1024px) {
  .solution_cardWrapper {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-bottom: 0
  }
  .solution_card {
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
    padding: 24px
  }
}
@media screen and (max-width: 767px) {
  .solution_cardWrapper {
    display: grid;
    grid-template-columns: 1fr;
  }
}
.solution_icon {
  width: 99px;
  height: 120px !important;
  margin: 0 auto;
}
.solution_heading {
  font-size: 1.8rem;
  color: #4a34a5;
  text-align: center;
  font-weight: 700;
  /*! margin-top: 25px; */
}
.solution_detail {
  margin-top: 10px;
  line-height: 1.8;
}
.solution_list {
  margin-top: 15px;
  font-size: 1.4rem;
}
.solution_item {
  position: relative;
  padding-left: 15px;
  line-height: 1.8;
}
.solution_item::before {
  position: absolute;
  content: "・";
  left: 0;
}
.functions {
  background-color: #efefef;
  padding: 50px 0 105px 0;
}
.functions_inner {
  width: 1160px;
  margin: auto;
}
.functions_ttl {
  text-align: center;
  font-size: 3.3rem;
  margin-bottom: 0;
}
.functions_mainImage {
  max-width: 1080px;
  width: 95%;
  height: auto;
  margin: 50px auto 50px auto;
}
.functions_heading {
  display: flex;
  align-items: center;
  font-weight: bold;
  margin-top: 75px;
  padding-bottom: 0;
  margin-bottom: 0;
  font-size: 2.2rem;
}
.functions_heading::after {
  content: "";
  flex-grow: 1;
  height: 1px;
  background: #000;
  margin-left: 20px;
}
.functions_heading > span:nth-child(1) {
  font-size: 3.6rem;
  margin-right: 15px;
  color: #858585;
}
.functions_heading > span:nth-child(2) {
  font-size: 2.2rem;
  margin-right: 15px;
}
.functions_heading > span > span {
  font-weight: normal;
  font-size: 1.4rem;
  padding-left: 15px;
}
.functions_content {}
.functions_content.is_two_colums {
  display: flex;
  gap: 20px;
  margin-top: 25px;
}
.functions_list {
  margin-top: 15px;
}
.functions_item {
  position: relative;
  padding-left: 20px;
  font-size: 1.8rem;
  margin-bottom: 10px;
}
.functions_item::before {
  position: absolute;
  content: "・";
  left: 0;
}
.functions_content_list {
  width: calc(50% - 10px);
}
.functions_content_item {
  position: relative;
  padding-left: 20px;
  font-size: 1.8rem;
  margin-bottom: 10px;
}
.functions_content_item::before {
  position: absolute;
  content: "・";
  left: 0;
}
.features {
  padding: 50px 0 105px 0;
}
.features_inner {
  width: 1160px;
  margin: auto;
}
.features_ttl {
  text-align: center;
  font-size: 3.3rem;
  margin-bottom: 0;
}
@media screen and (max-width: 1024px) {
  .functions_content.is_two_colums {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 25px;
  }
  .functions_content_image {
    max-width: 1080px;
    width: 95%;
    height: auto;
    margin: 50px auto 50px auto;
  }
  .functions_content_list {
    width: 100%
  }
}
.features_cardWrapper {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  margin-top: 40px;
}
.features_card {
  padding: 15px;
}
@media screen and (max-width: 1024px) {
  .features_cardWrapper {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-bottom: 0
  }
  .features_card {
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
    padding: 24px
  }
}
@media screen and (max-width: 767px) {
  .features_cardWrapper {
    display: grid;
    grid-template-columns: 1fr;
  }
  .functions_heading {
    margin-top: 50px;
  }
}
@media screen and (max-width: 480px) {
  .features_cardWrapper {
    display: grid;
    grid-template-columns: 1fr;
  }
  .functions_heading {
    margin-top: 35px;
  }
  .functions_heading {
    font-size: 1.8rem;
  }
}
.features_icon {
  width: 99px;
  height: 99px;
  margin: 0 auto;
}
.features_icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.features_heading {
  font-size: 1.8rem;
  color: #4a34a5;
  text-align: center;
  font-weight: 700;
  margin-top: 25px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.features_detail {
  margin-top: 10px;
  line-height: 1.8;
}
.usecase {
  padding: 50px 0 105px 0;
  background-color: #ceceef;
}
.usecase_inner {
  width: 1160px;
  margin: auto;
}
.usecase_ttl {
  text-align: center;
  font-size: 3.3rem;
  margin-bottom: 0;
}
.usecase_card {
  margin-top: 45px;
}
.usecase_detail {
  display: flex;
  align-items: flex-start;
  border: 2px solid #4a34a5;
  border-radius: 0 0 15px 15px;
  font-size: 2.2rem;
  gap: 28px;
  padding: 25px 0 20px 40px;
  background-color: #fff;
}
.usecase_content {
  width: 565px;
}
.usecase_catch {
  line-height: 1.8;
  font-size: 2.2rem;
  font-weight: bold;
  color: #4a34a5;
}
.usecase_text {
  margin-top: 15px;
  line-height: 1.8;
}
.usecase_image {
  padding: 0 40px 0 0;
}
.usecase_list {}
.usecase_item {
  position: relative;
  padding: 0 0 10px 20px;
  font-size: 1.5rem;
}
.usecase_item::before {
  position: absolute;
  content: "・";
  left: 0;
}
@media screen and (max-width: 1024px) {}
.usecase {
  background-color: #efefef;
  padding: 75px 0 100px 0;
}
.usecase_inner {
  width: 1160px;
  margin: auto;
}
.usecase_ttl {
  text-align: center;
  font-size: 3.3rem;
  margin-bottom: 35px;
}
.usecase_detail {
  display: flex;
  align-items: center;
  border: 2px solid #4a34a5;
  border-radius: 0 0 15px 15px;
  font-size: 2.2rem;
  gap: 28px;
  padding: 30px 0 30px 40px;
  background-color: #fff;
}
.usecase_content {
  max-width: 565px;
}
.usecase_catch {
  line-height: 1.8;
  font-size: 2.2rem;
  font-weight: bold;
  color: #4a34a5;
}
.usecase_text {
  margin-top: 15px;
  line-height: 1.8;
}
.usecase_image {
  padding: 0 40px 0 0;
}
.usecase_card {
  margin-top: 45px;
}
/* ==================================================
   共通調整
================================================== */
#container img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
.summary_figure, .background_inner, .assignment_inner, .solution_inner, .functions_inner, .features_inner, .usecase_inner {
  width: min(100% - 48px, 1160px);
  margin-inline: auto;
}
/* ==================================================
   1024px以下
================================================== */
@media screen and (max-width: 1024px) {
  .background_ttl, .assignment_ttl, .solution_ttl, .functions_ttl, .features_ttl, .usecase_ttl {
    font-size: 2.8rem;
  }
  .features_ttl, .usecase_ttl {
    font-size: 2.8rem;
  }
  .usecase_content {
    max-width: 100%;
  }
  .usecase_image {
    padding-right: 0;
    width: min(100% - 60px, 928px)
  }
  .usecase_detail {
    display: flex;
    margin-bottom: 0;
    flex-direction: column;
    padding: 24px;
  }
}
/* ==================================================
   767px以下
================================================== */
@media screen and (max-width: 767px) {
  .background_ttl, .assignment_ttl, .solution_ttl, .functions_ttl, .features_ttl, .usecase_ttl {
    font-size: 2.4rem;
    line-height: 1.4;
  }
  .background_content, .functions_item, .functions_content_item {
    font-size: 1.6rem;
  }
}