h2,
h3 {
  font-family: "Zen Maru Gothic";
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

h2 {
  font-size: 32px;
}

@media screen and (max-width: 768.9px) {
  h2 {
    font-size: 24px;
  }
}
#kv .kv-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#kv .kv-container > h1 {
  margin-left: 57px;
  margin-right: 39px;
  width: min(33.8333333333vw, 406px);
}
#kv .kv-container > .kv-img:nth-of-type(1) {
  width: min(26.5833333333vw, 319px);
}
#kv .kv-container > .kv-img:nth-of-type(2) {
  width: min(30.9166666667vw, 371px);
}
#kv .kv-container-sp {
  display: none;
}

@media screen and (max-width: 768.9px) {
  #kv {
    padding-bottom: 8px;
  }
  #kv .kv-container {
    display: none;
  }
  #kv .kv-container-sp {
    display: grid;
    place-content: center;
    margin-top: 20px;
  }
  #kv .kv-container-sp h1 {
    margin: 0 auto;
    width: 49.3333333333vw;
  }
  #kv .kv-container-sp .kv-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
  #kv .kv-container-sp .kv-wrap img:nth-of-type(1) {
    width: 42.1333333333vw;
  }
  #kv .kv-container-sp .kv-wrap img:nth-of-type(2) {
    width: 49.0666666667vw;
  }
}
#future {
  background-image: url("https://sbisec.akamaized.net/sbisec/images/consult/common/lp_consult_bg_feature_pc.png");
  background-size: cover;
  padding-top: 80px;
  padding-bottom: 80px;
}
#future h2 {
  gap: 30px;
}
#future h2 > img {
  width: 63px;
}
#future h2 > .future-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
#future h2 > .future-text > .future-text-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
#future h2 > .future-text > .future-text-wrap img {
  width: 466px;
}
#future .consult-future-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 160px;
  margin-top: 40px;
}
#future .consult-future-container li {
  max-width: 260px;
}
#future .consult-future-container li > h3 {
  font-size: 26px;
  padding: 20px 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
#future .consult-future-container li > .future-container-img {
  margin-top: 40px;
  text-align: center;
  height: 140px;
}
#future .consult-future-container li > .future-container-img > img {
  display: inline-block;
  height: 140px;
}
#future .consult-future-container li > p {
  margin-top: 8px;
}
#future .consult-future-container li:nth-of-type(1) > h3 {
  background-image: url("https://sbisec.akamaized.net/sbisec/images/consult/common/lp_consult_image_feature_circle_01.png");
}
#future .consult-future-container li:nth-of-type(2) > h3 {
  background-image: url("https://sbisec.akamaized.net/sbisec/images/consult/common/lp_consult_image_feature_circle_02.png");
}
#future .consult-future-container li:nth-of-type(3) > h3 {
  padding: 32px 0;
  background-image: url("https://sbisec.akamaized.net/sbisec/images/consult/common/lp_consult_image_feature_circle_03.png");
}
#future .consult-future-container li:nth-of-type(3) > .future-container-img {
  margin-top: 20px;
}

@media screen and (max-width: 768.9px) {
  #future {
    background-image: url("https://sbisec.akamaized.net/sbisec/images/consult/common/lp_consult_bg_feature_sp.png");
    background-size: cover;
    padding-top: 60px;
    padding-bottom: 40px;
  }
  #future h2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 4px;
  }
  #future h2 > img {
    width: 4.8vw;
  }
  #future h2 > .future-text {
    font-size: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 6px;
  }
  #future h2 > .future-text > .future-text-wrap {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 6px;
    font-size: 16px;
  }
  #future h2 > .future-text > .future-text-wrap img {
    width: 201px;
  }
  #future .consult-future-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 60px;
    margin-top: 40px;
  }
  #future .consult-future-container li {
    max-width: 260px;
  }
  #future .consult-future-container li > h3 {
    font-size: 26px;
    padding: 20px 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%;
  }
  #future .consult-future-container li > .future-container-img {
    margin-top: 40px;
    text-align: center;
    height: 140px;
  }
  #future .consult-future-container li > .future-container-img > img {
    display: inline-block;
    height: 140px;
  }
  #future .consult-future-container li > p {
    margin-top: 8px;
  }
  #future .consult-future-container li:nth-of-type(1) > h3 {
    background-image: url("https://sbisec.akamaized.net/sbisec/images/consult/common/lp_consult_image_feature_circle_01.png");
  }
  #future .consult-future-container li:nth-of-type(2) > h3 {
    background-image: url("https://sbisec.akamaized.net/sbisec/images/consult/common/lp_consult_image_feature_circle_02.png");
  }
  #future .consult-future-container li:nth-of-type(3) > h3 {
    padding: 32px 0;
    background-image: url("https://sbisec.akamaized.net/sbisec/images/consult/common/lp_consult_image_feature_circle_03.png");
  }
  #future .consult-future-container li:nth-of-type(3) > .future-container-img {
    margin-top: 20px;
  }
}
#knowledges {
  padding-top: 60px;
  padding-bottom: 60px;
}
#knowledges h2 {
  gap: 8px;
}
#knowledges h2 > img {
  width: 63px;
}
#knowledges .select-area {
  margin-top: 40px;
  padding: 32px 40px;
}

@media screen and (max-width: 768.9px) {
  #knowledges {
    padding-top: 24px;
    padding-bottom: 60px;
  }
  #knowledges h2 {
    font-size: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 4px;
  }
  #knowledges h2 > img {
    width: 7.2vw;
  }
  #knowledges .select-area {
    margin-top: 0;
    padding: 24px 16px 0;
  }
}
#column {
  background-image: url("https://sbisec.akamaized.net/sbisec/images/consult/common/lp_consult_bg_column_pc.png");
  background-size: cover;
  padding-top: 64px;
  padding-bottom: 80px;
}
#column h2 {
  gap: 14px;
}
#column h2 > img {
  width: 46px;
}
#column .card-list-sm {
  margin-top: 40px;
  margin-bottom: 64px;
}

@media screen and (max-width: 768.9px) {
  #column {
    background-image: url("https://sbisec.akamaized.net/sbisec/images/consult/common/lp_consult_bg_column_sp.png");
    background-size: cover;
    padding-top: 40px;
    padding-bottom: 60px;
  }
  #column h2 {
    font-size: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 14px;
  }
  #column h2 > img {
    width: 6.4vw;
  }
  #column .card-list-sm {
    margin-top: 24px;
  }
}
#expert {
  padding-top: 64px;
  padding-bottom: 80px;
}
#expert h2 {
  gap: 20px;
}
#expert h2 > img {
  width: 42px;
}
#expert .card-list-md {
  margin-top: 54px;
  margin-bottom: 64px;
}

@media screen and (max-width: 768.9px) {
  #expert {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  #expert h2 {
    font-size: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 4px;
  }
  #expert h2 > img {
    width: 4.8vw;
  }
  #expert .card-list-md {
    margin-top: 24px;
    margin-bottom: 32px;
  }
}
#seminar {
  background-image: url("https://sbisec.akamaized.net/sbisec/images/consult/common/lp_consult_bg_seminar_pc.png");
  background-size: cover;
  padding-top: 64px;
  padding-bottom: 80px;
}
#seminar h2 {
  gap: 8px;
}
#seminar h2 > img {
  width: 80px;
}
#seminar .card-list-lg {
  margin-top: 54px;
  margin-bottom: 64px;
}
#seminar .image-container {
  margin-top: 40px;
  display: grid;
  place-content: center;
}

@media screen and (max-width: 768.9px) {
  #seminar {
    background-image: url("https://sbisec.akamaized.net/sbisec/images/consult/common/lp_consult_bg_seminar_sp.png");
    background-size: cover;
    padding-top: 40px;
    padding-bottom: 60px;
  }
  #seminar h2 {
    font-size: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 8px;
  }
  #seminar h2 > img {
    width: 8vw;
  }
  #seminar .card-list-lg {
    margin-top: 24px;
    margin-bottom: 60px;
  }
  #seminar .image-container {
    margin-top: 60px;
  }
}