@charset "UTF-8";
.mainVisual {
  background-image: url('../hybridcloud/img/kv.webp');
}
@media screen and (max-width: 767px) {
  .mainVisual {
    background-image: url('../hybridcloud/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;
}
@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;
    margin-bottom: 0;
    padding-bottom: 24px;
    gap: 30px;
    padding-inline: 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 {
  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;
}
.contact {
  padding: 75px 0;
  text-align: center;
}
/* ==================================================
   共通調整
================================================== */
#container img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
.features_inner, .usecase_inner {
  width: min(100% - 48px, 1160px);
  margin-inline: auto;
}
/* ==================================================
   1024px以下
================================================== */
@media screen and (max-width: 1024px) {
  .features_ttl, .usecase_ttl {
    font-size: 2.8rem;
  }
  .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, .usecase_ttl {
    font-size: 2.4rem;
    line-height: 1.4;
  }
  .usecase_catch {
    font-size: 1.8rem;
  }
}