@-webkit-keyframes arrow_anim {
  0% {
    left: 0;
    opacity: 0;
  }
  30% {
    left: calc(50% - 2.5px);
    opacity: 1;
  }
  100% {
    left: calc(50% - 2.5px);
    opacity: 1;
  }
}
@keyframes arrow_anim {
  0% {
    left: 0;
    opacity: 0;
  }
  30% {
    left: calc(50% - 2.5px);
    opacity: 1;
  }
  100% {
    left: calc(50% - 2.5px);
    opacity: 1;
  }
}
@keyframes arrow_anim {
  0% {
    left: 0;
    opacity: 0;
  }
  30% {
    left: calc(50% - 2.5px);
    opacity: 1;
  }
  100% {
    left: calc(50% - 2.5px);
    opacity: 1;
  }
}
.cases {
  background-color: #e9ecf2;
  padding: 80px 0;
  width: 100%;
  overflow: hidden;
}
@media all and (max-width: 767px) {
  .cases {
    padding: 60px 0;
  }
}
.cases .cases_inner {
  padding: 75px 83px 0;
}
@media all and (max-width: 767px) {
  .cases .cases_inner {
    padding: 0 20px;
  }
}
.cases .cases_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 60px;
}
@media all and (max-width: 767px) {
  .cases .cases_header {
    display: block;
    margin-bottom: 30px;
  }
}
.cases .cases_header .section_title {
  font-size: 30px;
  color: #002244;
  font-weight: 600;
}
@media all and (max-width: 767px) {
  .cases .cases_header .section_title {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
.cases .tab-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.cases .tab-buttons .tab-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  border: 1px solid #d1d8e0;
  border-radius: 3px;
  padding: 0 14px;
  font-size: 13px;
  line-height: 28px;
  color: #002244;
  cursor: pointer;
}
.cases .tab-buttons .tab-btn .cat-icon {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-right: 10px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url("../img/common/arrow_02.svg");
}
.cases .tab-buttons .tab-btn.active {
  background: #002244;
  color: #fff;
  border-color: #002244;
}
.cases .tab-buttons .tab-btn.active .cat-icon {
  background-image: url("../img/common/arrow_01.svg");
  -webkit-filter: none;
          filter: none;
}
@media all and (max-width: 767px) {
  .cases .cases_content {
    margin-right: -20px;
  }
}
.cases .case-card {
  padding-right: 25px;
  outline: none;
}
@media all and (max-width: 767px) {
  .cases .case-card {
    padding-right: 15px;
  }
}
.cases .case-card a {
  text-decoration: none;
  display: block;
}
.cases .case-card .thumb img {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
}
.cases .case-card .title {
  font-size: 17px;
  font-weight: bold;
  color: #002244;
  margin-top: 15px;
  line-height: 1.4;
}
@media all and (max-width: 767px) {
  .cases .case-card .title {
    font-size: 15px;
  }
}
.cases .case-card .lead-text {
  font-size: 13px;
  color: #7d8ca6;
  line-height: 1.6;
  margin: 10px 0 15px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  height: 4.8em;
}
.cases .case-card .cat-tag {
  display: inline-block;
  border: 1px solid #d6ddef;
  padding: 0 10px;
  font-size: 11px;
  line-height: 24px;
  color: #7d8ca6;
  border-radius: 3px;
}

.feature {
  letter-spacing: 0.02em;
  background: #fff;
}
.feature .feature_header {
  text-align: center;
  margin: 60px auto;
  padding-top: 65px;
}
@media all and (max-width: 767px) {
  .feature .feature_header {
    margin: 40px auto;
    padding: 40px 20px 0;
  }
}
.feature .feature_header .section_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  position: relative;
  padding: 60px 0 0;
  margin: 30px auto 0;
}
.feature .feature_header .section_title .feature_title_bar {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -0.5px;
  width: 8px;
  height: 132px;
  background: #043871;
  opacity: 1 !important;
  visibility: visible !important;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
@media all and (max-width: 767px) {
  .feature .feature_header .section_title .feature_title_bar {
    width: 6px;
    height: 100px;
  }
}
.feature .feature_header .section_title .feature_title_en {
  font-size: 48px;
  font-weight: bold;
  line-height: 48px;
  height: 53px;
  margin: 85px auto 16px;
  opacity: 1 !important;
  visibility: visible !important;
}
@media all and (max-width: 767px) {
  .feature .feature_header .section_title .feature_title_en {
    font-size: 30px;
    line-height: 36px;
    margin: 0 auto;
  }
}
.feature .feature_header .section_title .feature_title_jp {
  position: relative;
  display: block;
  font-size: 14px;
  font-style: normal;
  color: #003366;
  border: none;
  opacity: 1 !important;
  visibility: visible !important;
  padding-left: 0;
  margin-bottom: 48px;
}
@media all and (max-width: 767px) {
  .feature .feature_header .section_title .feature_title_jp {
    margin-bottom: 30px;
  }
}
.feature .feature_header .section_title .feature_title_jp::before {
  content: "";
  position: absolute;
  top: -5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 20px;
  height: 1px;
  background-color: #aab6cb;
}
.feature .feature_header p {
  font-weight: 700;
  font-size: 14px;
  line-height: 27px;
  max-width: 625px;
  width: 100%;
  margin: auto;
}
@media all and (max-width: 767px) {
  .feature .feature_header p {
    font-size: 13px;
    line-height: 25px;
    text-align: left;
  }
}
.feature .feature_grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.feature .feature_grid .feature_item {
  position: relative;
  width: 33.333%;
  height: 460px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-size: cover;
  background-position: center;
}
@media all and (max-width: 767px) {
  .feature .feature_grid .feature_item {
    width: 100%;
    min-height: 280px;
    height: auto;
  }
}
.feature .feature_grid .feature_item.__full {
  width: 100%;
  height: 540px;
}
@media all and (max-width: 767px) {
  .feature .feature_grid .feature_item.__full {
    height: auto;
    padding: 35px 0 27px;
  }
}
.feature .feature_grid .feature_item .item_content {
  text-align: center;
  color: #fff;
  padding: 0 40px;
  width: 100%;
}
@media all and (max-width: 767px) {
  .feature .feature_grid .feature_item .item_content {
    padding: 0 20px;
  }
}
.feature .feature_grid .feature_item .item_content .item_label {
  font-family: "acumin-pro", sans-serif;
  font-size: 18px;
  font-weight: 275;
  line-height: 1;
  margin-bottom: 5px;
}
@media all and (max-width: 767px) {
  .feature .feature_grid .feature_item .item_content .item_label {
    font-size: 16px;
    line-height: 36px;
    margin-bottom: 0;
  }
}
.feature .feature_grid .feature_item .item_content .item_num {
  font-family: "acumin-pro", sans-serif;
  font-size: 36px;
  font-weight: 275;
  line-height: 1;
  margin-bottom: 15px;
}
@media all and (max-width: 767px) {
  .feature .feature_grid .feature_item .item_content .item_num {
    font-size: 34px;
    line-height: 36px;
    margin-bottom: 13px;
  }
}
.feature .feature_grid .feature_item .item_content .item_title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 106px;
}
@media all and (max-width: 767px) {
  .feature .feature_grid .feature_item .item_content .item_title {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 37px;
  }
}
.feature .feature_grid .feature_item .item_content .item_title._04 {
  margin-bottom: 20px;
}
.feature .feature_grid .feature_item .item_content .item_text {
  font-size: 13px;
  font-weight: 400;
  line-height: 25px;
  text-align: left;
  display: inline-block;
  max-width: 400px;
}
@media all and (max-width: 767px) {
  .feature .feature_grid .feature_item .item_content .item_text {
    text-align: center;
    max-width: 100%;
    font-size: 12px;
    line-height: 24px;
  }
}
.feature .feature_grid .feature_item .item_content .item_text._04 {
  max-width: 100%;
  font-size: 14px;
  line-height: 27px;
  text-align: center;
}
.feature .feature_grid .feature_item .ai_util_visual {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 20px 0 60px;
  gap: 20px;
}
@media all and (max-width: 767px) {
  .feature .feature_grid .feature_item .ai_util_visual {
    margin: 20px 0 40px;
  }
  .feature .feature_grid .feature_item .ai_util_visual img:last-child {
    width: 70%;
  }
}
.feature .feature_grid .feature_item .ai_util_visual .ai_icon {
  width: 60px;
  height: auto;
}
@media all and (max-width: 767px) {
  .feature .feature_grid .feature_item .ai_util_visual .ai_icon {
    width: 50px;
  }
}
.feature .feature_grid .feature_item .btn_01 {
  margin: 0 auto;
  border: 0.5px solid rgba(255, 255, 255, 0.5019607843);
  width: 200px;
  height: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(8px);
}

.consulting_service {
  position: relative;
  z-index: 10;
  counter-reset: ol-counter 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: min(1100px, 100%);
  height: 80px;
  margin: 50px 0 200px auto;
  padding: 0;
  list-style: none;
}
@media all and (max-width: 767px) {
  .consulting_service {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: auto;
    height: auto;
    margin: 20px 0 80px 26px;
    gap: 10px;
  }
}
.consulting_service li {
  position: relative;
  counter-increment: ol-counter 1;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-left: 1px solid #dce2ef;
}
@media all and (max-width: 767px) {
  .consulting_service li {
    padding-left: 0;
    height: 36px;
    width: 100%;
  }
}
.consulting_service li::before {
  content: "0" counter(ol-counter);
  display: block;
  font-family: "acumin-pro", sans-serif;
  font-size: 12px;
  font-weight: 275;
  position: absolute;
  top: 0;
  left: 8px;
}
@media all and (max-width: 767px) {
  .consulting_service li::before {
    font-size: 11px;
    top: -5px;
    left: 0;
  }
}
.consulting_service li .consulting_service_link {
  text-decoration: none;
  display: block;
  margin: 9px 0 0 30px;
}
@media all and (max-width: 767px) {
  .consulting_service li .consulting_service_link {
    margin: 0 0 0 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 36px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 12px;
  }
}
.consulting_service li .consulting_service_link .service_icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 9px;
  height: 31px;
  width: 31px;
}
@media all and (max-width: 767px) {
  .consulting_service li .consulting_service_link .service_icon {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0;
    height: 24px;
    width: 24px;
  }
}
.consulting_service li .consulting_service_link .service_icon img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.consulting_service li h3 {
  display: block;
  font-weight: 700;
  font-size: 14px;
  line-height: 28px;
}
@media all and (max-width: 767px) {
  .consulting_service li h3 {
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
    font-weight: 600;
  }
}

.b_getintouch {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.b_getintouch:not(.index_getintouch) {
  height: 668px;
  z-index: 10;
  background: url("../../assets/img/common/getintouch.svg") center center no-repeat;
  background-size: cover;
  margin-top: 200px;
}
@media all and (max-width: 767px) {
  .b_getintouch:not(.index_getintouch) {
    min-height: 373px;
    height: auto;
    background: url("../../assets/img/common/getintouch_sp.svg") right top no-repeat;
    background-size: cover;
  }
}
.b_getintouch_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 10;
  text-align: center;
  padding: 60px 25%;
}
@media all and (max-width: 767px) {
  .b_getintouch_inner {
    padding: 60px 18px 55px;
  }
}
.b_getintouch_inner h2 {
  font-family: "acumin-pro", sans-serif;
  font-weight: 500;
  font-size: 53px;
  margin-bottom: 11px;
}
@media all and (max-width: 767px) {
  .b_getintouch_inner h2 {
    margin-bottom: 25px;
    font-size: 40px;
  }
}
.b_getintouch_inner .b_getintouch_title {
  font-weight: 700;
  font-size: 14px;
  line-height: 27px;
  margin-bottom: 40px !important;
}
@media all and (max-width: 767px) {
  .b_getintouch_inner .b_getintouch_title {
    font-size: 13px;
    line-height: 23px;
    margin-bottom: 25px;
  }
}
.b_getintouch_inner .btn_01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 16px 0 17px;
  width: 404px;
  height: 82px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media all and (max-width: 767px) {
  .b_getintouch_inner .btn_01 {
    min-width: 320px;
    width: 100%;
    height: 60px;
  }
}
.b_getintouch_inner .btn_01 .en_btn {
  font-family: "acumin-pro", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #7d8ca6;
}
@media all and (max-width: 767px) {
  .b_getintouch_inner .btn_01 .en_btn {
    font-size: 12px;
  }
}
.b_getintouch_inner .btn_01 .jp_btn {
  font-weight: 700;
  font-size: 16px;
  line-height: 27px;
  text-align: center;
  margin-bottom: 5px;
}
@media all and (max-width: 767px) {
  .b_getintouch_inner .btn_01 .jp_btn {
    font-size: 14px;
  }
}

#child_page .b_getintouch,
#lp3 .b_getintouch,
#column_single .b_getintouch {
  height: -webkit-fit-content !important;
  height: -moz-fit-content !important;
  height: fit-content !important;
  margin-top: 0;
}
#child_page .b_getintouch .b_getintouch_inner,
#lp3 .b_getintouch .b_getintouch_inner,
#column_single .b_getintouch .b_getintouch_inner {
  padding: 60px 21.1%;
  color: #fff;
}
@media all and (max-width: 767px) {
  #child_page .b_getintouch .b_getintouch_inner,
  #lp3 .b_getintouch .b_getintouch_inner,
  #column_single .b_getintouch .b_getintouch_inner {
    padding: 61px 0 50px;
    margin-bottom: 0;
  }
}
#child_page .b_getintouch .b_getintouch_inner h2,
#lp3 .b_getintouch .b_getintouch_inner h2,
#column_single .b_getintouch .b_getintouch_inner h2 {
  color: #fff;
  font-family: "acumin-pro", sans-serif;
  font-size: 47px !important;
  font-weight: 500 !important;
}
@media all and (max-width: 767px) {
  #child_page .b_getintouch .b_getintouch_inner h2,
  #lp3 .b_getintouch .b_getintouch_inner h2,
  #column_single .b_getintouch .b_getintouch_inner h2 {
    font-size: 40px;
  }
}
#child_page .b_getintouch .b_getintouch_inner h2::after,
#lp3 .b_getintouch .b_getintouch_inner h2::after,
#column_single .b_getintouch .b_getintouch_inner h2::after {
  display: none !important;
}
#child_page .b_getintouch .b_getintouch_inner .b_getintouch_title,
#lp3 .b_getintouch .b_getintouch_inner .b_getintouch_title,
#column_single .b_getintouch .b_getintouch_inner .b_getintouch_title {
  font-size: 20px !important;
  font-weight: 700;
  line-height: 32px !important;
  margin: 14px auto 30px;
}
@media all and (max-width: 767px) {
  #child_page .b_getintouch .b_getintouch_inner .b_getintouch_title,
  #lp3 .b_getintouch .b_getintouch_inner .b_getintouch_title,
  #column_single .b_getintouch .b_getintouch_inner .b_getintouch_title {
    font-size: 13px !important;
    line-height: 23px !important;
    margin: 10px auto 15px;
  }
}
@media all and (max-width: 767px) {
  #child_page .b_getintouch .b_getintouch_inner .git_txt,
  #lp3 .b_getintouch .b_getintouch_inner .git_txt,
  #column_single .b_getintouch .b_getintouch_inner .git_txt {
    padding: 0 18px;
  }
}
#child_page .b_getintouch .b_getintouch_inner .git_txt p,
#lp3 .b_getintouch .b_getintouch_inner .git_txt p,
#column_single .b_getintouch .b_getintouch_inner .git_txt p {
  text-align: left;
  font-size: 14px !important;
  font-weight: 400;
  line-height: 27px !important;
  margin-bottom: 0;
}
@media all and (max-width: 767px) {
  #child_page .b_getintouch .b_getintouch_inner .git_txt p,
  #lp3 .b_getintouch .b_getintouch_inner .git_txt p,
  #column_single .b_getintouch .b_getintouch_inner .git_txt p {
    font-size: 13px !important;
    line-height: 25px !important;
  }
}
#child_page .b_getintouch .b_getintouch_inner .btn_01,
#lp3 .b_getintouch .b_getintouch_inner .btn_01,
#column_single .b_getintouch .b_getintouch_inner .btn_01 {
  margin: 40px auto 60px !important;
  width: 404px !important;
  height: 82px !important;
}
@media all and (max-width: 767px) {
  #child_page .b_getintouch .b_getintouch_inner .btn_01,
  #lp3 .b_getintouch .b_getintouch_inner .btn_01,
  #column_single .b_getintouch .b_getintouch_inner .btn_01 {
    width: 354px !important;
    height: 60px !important;
    padding: 0 18px;
    margin: 30px auto 0 !important;
  }
}

@media all and (max-width: 767px) {
  #wpadminbar {
    display: none !important;
  }
  html {
    margin-top: 0 !important;
  }
  * html body {
    margin-top: 0 !important;
  }
  .fadeinUp {
    opacity: 1 !important;
    visibility: visible !important;
    -webkit-transform: none !important;
            transform: none !important;
  }
}
#ai_utilization {
  counter-reset: num 0;
  background: #ecf0f9;
  letter-spacing: 0.02em;
  color: #043871;
}
#ai_utilization #wrapper {
  padding-top: 0;
}
#ai_utilization #wrapper .section_header {
  position: relative;
}
#ai_utilization #wrapper .section_header .header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 810;
  background: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-right: 25px;
}
@media all and (max-width: 767px) {
  #ai_utilization #wrapper .section_header .header {
    padding: 0 18px;
  }
}
#ai_utilization #wrapper .section_header .header .header_logo {
  position: static;
  width: 162.55px;
  height: 28.85px;
  margin-left: 30px;
}
@media all and (max-width: 767px) {
  #ai_utilization #wrapper .section_header .header .header_logo {
    width: 123px;
    height: 22px;
    margin-left: 0;
  }
}
#ai_utilization #wrapper .section_header .header .header_logo .header_logo_img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
@media screen and (min-width: 768px) {
  #ai_utilization #wrapper .section_header .header .gnav .drawer-nav {
    position: static;
    width: auto;
    height: auto;
    background: transparent;
    -webkit-transform: none;
            transform: none;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  #ai_utilization #wrapper .section_header .header .gnav .drawer-nav .drawer-menu {
    padding: 0;
    background: transparent;
  }
  #ai_utilization #wrapper .section_header .header .gnav .drawer-nav .js-gnav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 24px;
  }
  #ai_utilization #wrapper .section_header .header .gnav .drawer-nav .js-gnav li a,
  #ai_utilization #wrapper .section_header .header .gnav .drawer-nav .js-gnav li span {
    color: #fff;
    font-size: 13px;
    font-weight: 500;
  }
  #ai_utilization #wrapper .section_header .header .gnav .drawer-nav .js-gnav li.drawer_logo, #ai_utilization #wrapper .section_header .header .gnav .drawer-nav .js-gnav li.drawer_address, #ai_utilization #wrapper .section_header .header .gnav .drawer-nav .js-gnav li.drawer_privacy {
    display: none;
  }
}
@media all and (max-width: 767px) {
  #ai_utilization #wrapper .section_header .header .drawer-toggle {
    display: block !important;
    z-index: 10001 !important;
    position: relative;
    -moz-appearance: none;
         appearance: none;
    -webkit-appearance: none;
    -ms-touch-action: manipulation;
        touch-action: manipulation;
  }
  #ai_utilization #wrapper .section_header .header .drawer-toggle span {
    background: #fff;
  }
}
@media screen and (min-width: 768px) {
  #ai_utilization #wrapper .section_header .header .drawer-toggle {
    display: none !important;
  }
  #ai_utilization #wrapper .section_header .header .drawer-toggle span {
    background: #fff;
  }
}
#ai_utilization #wrapper .section_header .header.has_shadow {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  background: #fff !important;
  z-index: 9999 !important;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
#ai_utilization #wrapper .section_header .header.has_shadow .header_logo_img {
  -webkit-filter: none;
          filter: none;
}
#ai_utilization #wrapper .section_header .header.has_shadow .header_logo_img {
  -webkit-filter: none;
          filter: none;
}
@media all and (max-width: 767px) {
  #ai_utilization #wrapper .section_header .header.has_shadow .drawer-toggle span {
    background: #043871;
  }
}
#ai_utilization #wrapper .section_header .header.has_shadow .gnav .drawer-nav .js-gnav li a,
#ai_utilization #wrapper .section_header .header.has_shadow .gnav .drawer-nav .js-gnav li span {
  color: #043871;
}
@media all and (max-width: 767px) {
  #ai_utilization #wrapper .section_header .header.has_shadow .gnav .drawer-nav .js-gnav li a,
  #ai_utilization #wrapper .section_header .header.has_shadow .gnav .drawer-nav .js-gnav li span {
    color: #fff;
  }
}
#ai_utilization #wrapper .section_header .header_wrap {
  height: 758px;
  position: relative;
  overflow: visible;
}
#ai_utilization #wrapper .section_header .breadcrumbs {
  position: absolute;
  top: 120px;
  left: 0px;
  z-index: 11;
  margin-top: 0;
  color: #7d8ca6;
}
@media all and (max-width: 767px) {
  #ai_utilization #wrapper .section_header .breadcrumbs {
    top: 44px;
    padding-top: 40px;
  }
}
#ai_utilization #wrapper .section_header .breadcrumbs a {
  color: #fff;
}
#ai_utilization #wrapper .section_header .fv_item.__full {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media all and (max-width: 767px) {
  #ai_utilization #wrapper .section_header .fv_item.__full {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
#ai_utilization #wrapper .section_header .fv_content {
  position: relative;
  z-index: 2;
  text-align: center;
  color: #fff;
  padding: 0 40px;
  width: 100%;
  margin-top: 117px;
}
@media all and (max-width: 767px) {
  #ai_utilization #wrapper .section_header .fv_content {
    padding: 0;
    margin-top: 180px;
  }
}
#ai_utilization #wrapper .section_header .fv_label {
  display: inline-block;
  width: 110px;
  height: 36px;
  border: 0.5px solid rgba(255, 255, 255, 0.6);
  border-radius: 50px;
  font-family: "acumin-pro", sans-serif;
  text-align: center;
  font-size: 18px;
  line-height: 36px;
  font-weight: 275;
  margin-bottom: 25px;
}
@media all and (max-width: 767px) {
  #ai_utilization #wrapper .section_header .fv_label {
    font-size: 13px;
    margin-bottom: 20px;
  }
}
#ai_utilization #wrapper .section_header .fv_title {
  font-size: 24px;
  font-weight: 700;
  line-height: 40px;
  margin-bottom: 40px;
  letter-spacing: 0.04em;
}
@media all and (max-width: 767px) {
  #ai_utilization #wrapper .section_header .fv_title {
    font-size: 17px;
    line-height: 28px;
    letter-spacing: 0.04em;
    margin-bottom: 35px;
  }
}
#ai_utilization #wrapper .section_header .ai_util_visual {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto 107px;
  gap: 16px;
  max-width: 554px;
}
@media all and (max-width: 767px) {
  #ai_utilization #wrapper .section_header .ai_util_visual {
    padding: 0 15px 0 17px;
    width: 100%;
    max-width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    gap: 10px;
  }
  #ai_utilization #wrapper .section_header .ai_util_visual img {
    max-width: 100%;
    height: auto;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    min-width: 0;
  }
}
#ai_utilization #wrapper .section_header .ai_util_visual .ai_icon {
  width: 78px;
  height: auto;
}
@media all and (max-width: 767px) {
  #ai_utilization #wrapper .section_header .ai_util_visual .ai_icon {
    width: 50px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
#ai_utilization #wrapper .section_header .fv_text {
  font-size: 15px;
  font-weight: 400;
  line-height: 2;
  margin-bottom: 114px;
}
@media all and (max-width: 767px) {
  #ai_utilization #wrapper .section_header .fv_text {
    font-size: 15px;
    line-height: 30px;
    margin-bottom: 60px;
  }
}
#ai_utilization #wrapper .section_header .fv_scroll {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media all and (max-width: 767px) {
  #ai_utilization #wrapper .section_header .fv_scroll {
    bottom: -30px;
  }
}
#ai_utilization #wrapper .section_header .fv_scroll i {
  display: block;
  width: 1px;
  height: 60px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#fff));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #fff 100%);
  -webkit-animation: fv-scroll-line 1.8s ease-in-out infinite;
          animation: fv-scroll-line 1.8s ease-in-out infinite;
}
#ai_utilization #wrapper .section_header .ai_menu {
  position: absolute;
  bottom: -30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 10;
  background: #fff;
  -webkit-box-shadow: 0 2px 12px rgba(0, 30, 100, 0.08);
          box-shadow: 0 2px 12px rgba(0, 30, 100, 0.08);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  list-style: none;
  margin: 0;
  padding: 0;
  border-radius: 4px;
  overflow: hidden;
  scrollbar-width: none;
}
#ai_utilization #wrapper .section_header .ai_menu::-webkit-scrollbar {
  display: none;
}
@media all and (max-width: 767px) {
  #ai_utilization #wrapper .section_header .ai_menu {
    position: absolute;
    bottom: -49px;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transform: none;
            transform: none;
    width: 90%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border-radius: 8px;
    border: 1px solid #c2d2ee;
    overflow: hidden;
    -webkit-box-shadow: 0 2px 12px rgba(0, 30, 100, 0.08);
            box-shadow: 0 2px 12px rgba(0, 30, 100, 0.08);
  }
}
#ai_utilization #wrapper .section_header .ai_menu li:first-child a {
  padding-left: 45px;
}
@media all and (max-width: 767px) {
  #ai_utilization #wrapper .section_header .ai_menu li:first-child a {
    padding-left: 41px;
  }
}
#ai_utilization #wrapper .section_header .ai_menu li:last-child a {
  padding-right: 45px;
}
@media all and (max-width: 767px) {
  #ai_utilization #wrapper .section_header .ai_menu li:last-child a {
    padding-right: 41px;
    border-right: none;
  }
}
@media all and (max-width: 767px) {
  #ai_utilization #wrapper .section_header .ai_menu li {
    width: 33.333%;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
  #ai_utilization #wrapper .section_header .ai_menu li.row_end a {
    border-right: none;
  }
  #ai_utilization #wrapper .section_header .ai_menu li.row_last_2:nth-child(4) {
    width: 66.666%;
  }
  #ai_utilization #wrapper .section_header .ai_menu li.row_last_2:nth-child(5) {
    width: 33.333%;
  }
}
#ai_utilization #wrapper .section_header .ai_menu li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "acumin-pro", sans-serif;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 18px 40px 14px;
  white-space: nowrap;
  font-size: 14px;
  line-height: 32px;
  font-weight: 600;
  letter-spacing: 0.01em;
  text-decoration: none;
  border-right: 1px solid #c2d2ee;
  -webkit-transition: background 0.2s, color 0.2s;
  transition: background 0.2s, color 0.2s;
  text-align: center;
}
@media all and (max-width: 767px) {
  #ai_utilization #wrapper .section_header .ai_menu li a {
    padding: 12px 30px 11px;
    font-size: 14px;
    white-space: normal;
    text-align: center;
    border-right: none;
    position: relative;
  }
  #ai_utilization #wrapper .section_header .ai_menu li a::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 1px;
    height: 50%;
    background: #c2d2ee;
  }
}
#ai_utilization #wrapper .section_header .ai_menu li a:hover, #ai_utilization #wrapper .section_header .ai_menu li a.is-active {
  background: #043871;
  color: #fff;
}
#ai_utilization #wrapper .section_header .ai_menu li a:hover::after, #ai_utilization #wrapper .section_header .ai_menu li a.is-active::after {
  display: none;
}
@media all and (max-width: 767px) {
  #ai_utilization #wrapper .contents {
    margin-top: 115px;
  }
}
#ai_utilization #wrapper .contents .message {
  max-width: 626px;
  margin: 106px auto;
}
@media all and (max-width: 767px) {
  #ai_utilization #wrapper .contents .message {
    max-width: 100%;
    margin: 60px 18px;
  }
}
#ai_utilization #wrapper .contents .message .message_inner {
  font-weight: 700;
  font-size: 16px;
  line-height: 32px;
}
@media all and (max-width: 767px) {
  #ai_utilization #wrapper .contents .message .message_inner {
    font-size: 14px;
    line-height: 28px;
  }
}
#ai_utilization #wrapper .contents .message .message_inner .oomoji {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 400;
  font-size: 46px;
  line-height: 34px;
}
@media all and (max-width: 767px) {
  #ai_utilization #wrapper .contents .message .message_inner .oomoji {
    font-size: 36px;
  }
}
#ai_utilization #wrapper .contents .concept {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 194px;
}
#ai_utilization #wrapper .contents .concept .concept_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  position: relative;
}
@media all and (max-width: 767px) {
  #ai_utilization #wrapper .contents .concept .concept_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#ai_utilization #wrapper .contents .concept .concept_inner .concept_img {
  width: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0;
}
@media all and (max-width: 767px) {
  #ai_utilization #wrapper .contents .concept .concept_inner .concept_img {
    width: 100%;
    padding-right: 18px;
  }
}
#ai_utilization #wrapper .contents .concept .concept_inner .concept_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
#ai_utilization #wrapper .contents .concept .concept_inner .concept_content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: #ecf0f9;
  padding: 80px 80px 80px 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: -80px;
  margin-bottom: 30px;
  border-radius: 0 0 0 8px;
  position: relative;
  z-index: 1;
}
@media all and (max-width: 767px) {
  #ai_utilization #wrapper .contents .concept .concept_inner .concept_content {
    -webkit-transform: translateY(-34px);
            transform: translateY(-34px);
    margin-left: 8px;
    margin-bottom: -34px;
    border-radius: 8px 0 0 0;
    padding: 11px 10px 0 18px;
    margin-top: 0;
    margin-right: 0;
  }
}
#ai_utilization #wrapper .contents .concept .concept_inner .concept_content .concept_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 40px;
}
@media all and (max-width: 767px) {
  #ai_utilization #wrapper .contents .concept .concept_inner .concept_content .concept_header {
    margin-bottom: 28px;
  }
}
#ai_utilization #wrapper .contents .concept .concept_inner .concept_content .concept_header h2.section_title {
  margin: 0;
  padding: 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  width: 112px;
  height: auto;
}
@media all and (max-width: 767px) {
  #ai_utilization #wrapper .contents .concept .concept_inner .concept_content .concept_header h2.section_title {
    width: 90px;
  }
}
#ai_utilization #wrapper .contents .concept .concept_inner .concept_content .concept_header h2.section_title::before {
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 7px;
  height: 38px;
  background: url("../../assets/img/ai/h2_list.png") center/cover no-repeat;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
#ai_utilization #wrapper .contents .concept .concept_inner .concept_content .concept_header h2.section_title img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
#ai_utilization #wrapper .contents .concept .concept_inner .concept_content .concept_title {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 400;
  font-size: 42px;
  line-height: 55px;
  margin-bottom: 50px;
}
@media all and (max-width: 767px) {
  #ai_utilization #wrapper .contents .concept .concept_inner .concept_content .concept_title {
    font-size: 32px;
    line-height: 46px;
    margin-bottom: 30px;
  }
}
#ai_utilization #wrapper .contents .concept .concept_inner .concept_content .concept_txt {
  font-size: 15px;
  font-weight: 700;
  line-height: 30px;
}
@media all and (max-width: 767px) {
  #ai_utilization #wrapper .contents .concept .concept_inner .concept_content .concept_txt {
    font-size: 14px;
    line-height: 28px;
  }
}
#ai_utilization #wrapper .contents .concept .tips {
  width: 100%;
  margin: 180px 0 0;
  padding: 0 80px;
}
@media all and (max-width: 767px) {
  #ai_utilization #wrapper .contents .concept .tips {
    margin: 40px 0 60px;
    padding: 0 20px;
  }
}
#ai_utilization #wrapper .contents .concept .tips .tips_inner {
  background: #fff;
  padding: 31px 80px 35px;
  border-radius: 8px;
}
@media all and (max-width: 767px) {
  #ai_utilization #wrapper .contents .concept .tips .tips_inner {
    padding: 10px 10px 24px;
  }
}
#ai_utilization #wrapper .contents .concept .tips .tips_title {
  background: #67bdd7;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  line-height: 40px;
  padding: 0 16px 0 18px;
  margin: 0 auto 50px;
  text-align: center;
  display: table;
}
@media all and (max-width: 767px) {
  #ai_utilization #wrapper .contents .concept .tips .tips_title {
    font-size: 16px;
    line-height: 30px;
    padding: 0;
    margin-bottom: 30px;
    display: block;
    width: 100%;
  }
}
#ai_utilization #wrapper .contents .concept .tips .tips_columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media all and (max-width: 767px) {
  #ai_utilization #wrapper .contents .concept .tips .tips_columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
#ai_utilization #wrapper .contents .concept .tips .tips_col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 229px;
}
@media all and (max-width: 767px) {
  #ai_utilization #wrapper .contents .concept .tips .tips_col {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#ai_utilization #wrapper .contents .concept .tips .tips_col .tips_approach {
  display: inline-block;
  border: 1px solid #d6ddef;
  border-radius: 40px;
  padding: 11px 25px;
  color: #7d8ca6;
  font-size: 15px;
  font-weight: 400;
  line-height: 27px;
  text-align: center;
  background: #fff;
  position: absolute;
  top: 15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
}
@media all and (max-width: 767px) {
  #ai_utilization #wrapper .contents .concept .tips .tips_col .tips_approach {
    font-size: 13px;
    line-height: 20px;
    padding: 6px 19px;
    width: 200px;
    top: 16.5px;
  }
}
#ai_utilization #wrapper .contents .concept .tips .tips_col--a {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media all and (max-width: 767px) {
  #ai_utilization #wrapper .contents .concept .tips .tips_col--a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#ai_utilization #wrapper .contents .concept .tips .tips_col--a .tips_labels {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media all and (max-width: 767px) {
  #ai_utilization #wrapper .contents .concept .tips .tips_col--a .tips_labels {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
#ai_utilization #wrapper .contents .concept .tips .tips_col--a .tips_img {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  background-image: url("../../assets/img/ai/zu_a.svg");
}
#ai_utilization #wrapper .contents .concept .tips .tips_col--b {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media all and (max-width: 767px) {
  #ai_utilization #wrapper .contents .concept .tips .tips_col--b {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#ai_utilization #wrapper .contents .concept .tips .tips_col--b .tips_approach {
  border: 1px solid rgba(4, 56, 113, 0.4);
  color: #043871;
  font-weight: 700;
}
#ai_utilization #wrapper .contents .concept .tips .tips_col--b .tips_img {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  background-image: url("../../assets/img/ai/zu_b.svg");
}
@media all and (max-width: 767px) {
  #ai_utilization #wrapper .contents .concept .tips .tips_col--b .tips_img {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
#ai_utilization #wrapper .contents .concept .tips .tips_col--b .tips_labels {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
#ai_utilization #wrapper .contents .concept .tips .tips_img {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center bottom;
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  aspect-ratio: 300/386;
  height: auto;
  min-width: 150px;
}
@media all and (max-width: 767px) {
  #ai_utilization #wrapper .contents .concept .tips .tips_img {
    height: 295px;
    width: min(229px, 100%);
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
#ai_utilization #wrapper .contents .concept .tips .tips_labels {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 35px;
  width: 43%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media all and (max-width: 767px) {
  #ai_utilization #wrapper .contents .concept .tips .tips_labels {
    margin-top: 26px;
    width: 65%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    gap: 14px;
  }
}
#ai_utilization #wrapper .contents .concept .tips .tips_labels li {
  font-size: 14px;
  line-height: 28px;
  font-weight: 700;
  padding: 19px 15px 21px 15px;
  background: #d6ddef;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media all and (max-width: 767px) {
  #ai_utilization #wrapper .contents .concept .tips .tips_labels li {
    padding: 7px 15px 10px 15px;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
#ai_utilization #wrapper .contents .concept .tips .tips_labels--left li::after {
  content: "";
  position: absolute;
  right: -11px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 12px;
  height: 20px;
  background: url("../../assets/img/ai/left_li_arrow.svg") center/contain no-repeat;
}
@media all and (max-width: 767px) {
  #ai_utilization #wrapper .contents .concept .tips .tips_labels--left li::after {
    right: auto;
    top: -15px;
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(-90deg);
            transform: translateX(-50%) rotate(-90deg);
    width: 17px;
    height: 25px;
  }
}
#ai_utilization #wrapper .contents .concept .tips .tips_labels--right li {
  background: #043871;
  color: #fff;
}
#ai_utilization #wrapper .contents .concept .tips .tips_labels--right li::before {
  content: "";
  position: absolute;
  left: -11px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 12px;
  height: 20px;
  background: url("../../assets/img/ai/right_li_arrow.svg") center/contain no-repeat;
  margin: 0;
}
@media all and (max-width: 767px) {
  #ai_utilization #wrapper .contents .concept .tips .tips_labels--right li::before {
    left: 50%;
    top: -11px;
    -webkit-transform: translateX(-50%) rotate(90deg);
            transform: translateX(-50%) rotate(90deg);
    width: 25px;
    height: 17px;
  }
}
#ai_utilization #wrapper .contents .concept .tips .tips_arrow {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 190px;
  height: 386px;
}
@media all and (max-width: 767px) {
  #ai_utilization #wrapper .contents .concept .tips .tips_arrow {
    width: 85px;
    height: 85px;
    padding: 0;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: auto;
  }
}
#ai_utilization #wrapper .contents .concept .tips .tips_arrow i {
  background: url("../../assets/img/ai/center_arrow.svg") center/contain no-repeat;
  width: 40px;
  height: 95px;
  border: none;
}
#ai_utilization #wrapper .contents .concept .tips .tips_note {
  text-align: center;
  font-size: 15px;
  font-weight: 700;
  line-height: 30px;
  margin: 33px 0 0;
}
@media all and (max-width: 767px) {
  #ai_utilization #wrapper .contents .concept .tips .tips_note {
    font-size: 13px;
    line-height: 25px;
    margin-top: 30px;
  }
}
#ai_utilization #wrapper .contents .merit {
  background-image: url("../../assets/img/ai/merit_bg.svg");
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: relative;
  min-height: 1030px;
  margin-bottom: 197px;
}
@media all and (max-width: 767px) {
  #ai_utilization #wrapper .contents .merit {
    background-image: url("../../assets/img/ai/merit_bg_sp.svg");
    background-size: 100% auto !important;
    background-repeat: no-repeat;
    min-height: 390px;
    margin-bottom: 60px;
  }
}
#ai_utilization #wrapper .contents .merit .merit_header_wrap {
  padding: 0 0 0 30px;
}
@media all and (max-width: 767px) {
  #ai_utilization #wrapper .contents .merit .merit_header_wrap {
    width: 230px;
    padding: 0 0 0 8px;
    position: relative;
    z-index: 2;
  }
}
#ai_utilization #wrapper .contents .merit .merit_header {
  background: #ecf0f9;
  padding: 30px 50px 40px 40px;
  display: inline-block;
  margin-top: -50px;
  border-radius: 0 0 8px 8px;
}
@media all and (max-width: 767px) {
  #ai_utilization #wrapper .contents .merit .merit_header {
    margin-top: 0;
    padding: 0 10px 20px;
    margin-top: 0;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
#ai_utilization #wrapper .contents .merit .merit_header .section_title_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  margin: 0;
  height: 84px;
}
@media all and (max-width: 767px) {
  #ai_utilization #wrapper .contents .merit .merit_header .section_title_img {
    height: 50px;
  }
}
#ai_utilization #wrapper .contents .merit .merit_header .section_title_img::before {
  content: "";
  display: block;
  width: 7px;
  height: 38px;
  background: url("../../assets/img/ai/h2_list.png") center/cover no-repeat;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
#ai_utilization #wrapper .contents .merit .merit_header .section_title_img img {
  width: 112px;
}
@media all and (max-width: 767px) {
  #ai_utilization #wrapper .contents .merit .merit_header .section_title_img img {
    width: 81px;
  }
}
#ai_utilization #wrapper .contents .merit .merit_header .section_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Shippori Mincho B1", serif;
  font-size: 27px;
  font-weight: 500;
  line-height: 35px;
  margin: 0;
  padding: 0;
  letter-spacing: 0.08em;
}
@media all and (max-width: 767px) {
  #ai_utilization #wrapper .contents .merit .merit_header .section_title {
    font-size: 18px;
    line-height: 28px;
  }
}
#ai_utilization #wrapper .contents .merit .merit_header .section_title p {
  letter-spacing: 0.02em;
}
#ai_utilization #wrapper .contents .merit .merit_header .section_title::before, #ai_utilization #wrapper .contents .merit .merit_header .section_title::after {
  display: none;
}
#ai_utilization #wrapper .contents .merit .merit_inner {
  position: absolute;
  left: 30px;
  top: 154px;
  background: #ecf0f9;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  padding: 40px 27px 0 50px;
  margin-top: 380px;
  border-radius: 8px 0 0 0;
}
@media all and (max-width: 767px) {
  #ai_utilization #wrapper .contents .merit .merit_inner {
    position: relative;
    left: 0;
    top: 0;
    margin-left: 8px;
    z-index: 1;
    grid-template-columns: 1fr;
    padding: 25px 10px;
    gap: 40px;
    margin-top: 250px;
  }
}
#ai_utilization #wrapper .contents .merit .merit_inner .merit_content {
  padding: 0 0 0 40px;
}
#ai_utilization #wrapper .contents .merit .merit_inner .merit_content:first-child {
  padding-left: 0;
}
#ai_utilization #wrapper .contents .merit .merit_inner .merit_content:last-child {
  border-right: none;
  padding-right: 0;
}
@media all and (max-width: 767px) {
  #ai_utilization #wrapper .contents .merit .merit_inner .merit_content {
    padding: 0;
    border-right: none;
  }
}
#ai_utilization #wrapper .contents .merit .merit_inner .merit_content .merit_img {
  margin: 0 0 24px;
}
#ai_utilization #wrapper .contents .merit .merit_inner .merit_content .merit_img img {
  width: auto;
}
#ai_utilization #wrapper .contents .merit .merit_inner .merit_content .merit_title {
  font-size: 22px;
  line-height: 35px;
  font-weight: 700;
  margin-bottom: 40px;
}
@media all and (max-width: 767px) {
  #ai_utilization #wrapper .contents .merit .merit_inner .merit_content .merit_title {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 24px;
  }
}
#ai_utilization #wrapper .contents .merit .merit_inner .merit_content .merit_txt {
  font-size: 14px;
  line-height: 27px;
  font-weight: 400;
  margin-bottom: 20px;
}
@media all and (max-width: 767px) {
  #ai_utilization #wrapper .contents .merit .merit_inner .merit_content .merit_txt {
    font-size: 13px;
    line-height: 25px;
    margin-bottom: 13px;
  }
}
#ai_utilization #wrapper .contents .merit .merit_inner .merit_content .merit_list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 8px;
}
#ai_utilization #wrapper .contents .merit .merit_inner .merit_content .merit_list li {
  font-size: 13px;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  padding: 11px 22px 11px 0;
  background: #fff;
}
#ai_utilization #wrapper .contents .merit .merit_inner .merit_content .merit_list li::before {
  content: "";
  background: url("../../assets/img/ai/icon_check.svg") center/cover no-repeat;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: 13px;
  width: 16px;
  height: 16px;
  display: block;
}
#ai_utilization #wrapper .contents .related_cases {
  background: url("../../assets/img/ai/cases_bg.svg") right 60px/31% 690px no-repeat;
  min-height: 875px;
  padding-top: 0;
  margin-top: 0;
  margin-bottom: 175px;
}
@media all and (max-width: 767px) {
  #ai_utilization #wrapper .contents .related_cases {
    background: url("../../assets/img/ai/cases_bg_sp.svg") right top/187px 280px no-repeat;
    min-height: 280px;
    margin-bottom: 60px;
  }
}
#ai_utilization #wrapper .contents .related_cases .cases_header {
  padding-left: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 40px;
}
@media all and (max-width: 767px) {
  #ai_utilization #wrapper .contents .related_cases .cases_header {
    padding: 0 18px;
  }
}
#ai_utilization #wrapper .contents .related_cases .cases_header .section_title_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  margin: 0;
  height: 84px;
}
#ai_utilization #wrapper .contents .related_cases .cases_header .section_title_img::before {
  content: "";
  display: block;
  width: 7px;
  height: 38px;
  background: url("../../assets/img/ai/h2_list.png") center/cover no-repeat;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
#ai_utilization #wrapper .contents .related_cases .cases_header .section_title_img img {
  width: 194px;
}
@media all and (max-width: 767px) {
  #ai_utilization #wrapper .contents .related_cases .cases_header .section_title_img img {
    width: 140px;
  }
}
#ai_utilization #wrapper .contents .related_cases .cases_header .section_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Shippori Mincho B1", serif;
  font-size: 27px;
  font-weight: 500;
  line-height: 35px;
  margin: 0;
  padding: 0;
  letter-spacing: 0.08em;
}
@media all and (max-width: 767px) {
  #ai_utilization #wrapper .contents .related_cases .cases_header .section_title {
    font-size: 18px;
    line-height: 28px;
  }
}
#ai_utilization #wrapper .contents .related_cases .cases_inner {
  position: relative;
  padding-left: 80px;
  padding-right: 26%;
}
@media all and (max-width: 767px) {
  #ai_utilization #wrapper .contents .related_cases .cases_inner {
    padding: 0 18px;
  }
}
#ai_utilization #wrapper .contents .related_cases .cases_inner .cases_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}
@media all and (max-width: 767px) {
  #ai_utilization #wrapper .contents .related_cases .cases_inner .cases_content {
    gap: 5px;
  }
}
#ai_utilization #wrapper .contents .related_cases .cases_inner .cases_content a {
  display: block;
  text-decoration: none;
  color: inherit;
}
#ai_utilization #wrapper .contents .related_cases .cases_inner .cases_content a .case-card {
  background: #fff;
  border-radius: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 25px 30px 15px 47px;
  gap: 40px;
}
@media all and (max-width: 767px) {
  #ai_utilization #wrapper .contents .related_cases .cases_inner .cases_content a .case-card {
    padding: 20px 18px;
    gap: 11px;
  }
}
#ai_utilization #wrapper .contents .related_cases .cases_inner .cases_content a .case-card .post_icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 52px;
  height: auto;
}
@media all and (max-width: 767px) {
  #ai_utilization #wrapper .contents .related_cases .cases_inner .cases_content a .case-card .post_icon {
    width: 42px;
  }
}
#ai_utilization #wrapper .contents .related_cases .cases_inner .cases_content a .case-card .post_icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#ai_utilization #wrapper .contents .related_cases .cases_inner .cases_content a .case-card .post_txt_wrap {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}
#ai_utilization #wrapper .contents .related_cases .cases_inner .cases_content a .case-card .post_txt_wrap .post_title {
  font-size: 20px;
  line-height: 35px;
  font-weight: 700;
  margin-bottom: 20px;
}
@media all and (max-width: 767px) {
  #ai_utilization #wrapper .contents .related_cases .cases_inner .cases_content a .case-card .post_txt_wrap .post_title {
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 7px;
  }
}
#ai_utilization #wrapper .contents .related_cases .cases_inner .cases_content a .case-card .post_txt_wrap .post_lead {
  font-size: 14px;
  line-height: 27px;
  font-weight: 400;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media all and (max-width: 767px) {
  #ai_utilization #wrapper .contents .related_cases .cases_inner .cases_content a .case-card .post_txt_wrap .post_lead {
    font-size: 13px;
    line-height: 25px;
  }
}
#ai_utilization #wrapper .contents .related_cases .cases_inner .cases_content a .case-card .post_readmore {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  font-family: "acumin-pro", sans-serif;
  font-size: 13px;
  line-height: 27px;
  text-decoration: underline;
  font-weight: 400;
}
#ai_utilization #wrapper .contents .related_cases .cases_inner .cases_content a .case-card .post_readmore .arrow {
  display: inline-block;
  width: 9px;
  height: 14px;
  background: url("../../assets/img/common/arrow_02.svg") center/contain no-repeat;
}
#ai_utilization #wrapper .contents .why_cb {
  position: relative;
  padding-left: 0 !important;
  overflow: visible;
  background: url("../../assets/img/consulting/features_back.svg") center center/cover no-repeat;
  padding-bottom: 50px;
}
#ai_utilization #wrapper .contents .why_cb::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(4, 56, 113, 0.93);
  pointer-events: none;
  z-index: 1;
}
#ai_utilization #wrapper .contents .why_cb::after {
  content: "";
  position: absolute;
  inset: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 119, 193, 0)), to(rgba(0, 34, 92, 0.6)));
  background: linear-gradient(180deg, rgba(0, 119, 193, 0) 0%, rgba(0, 34, 92, 0.6) 100%);
  pointer-events: none;
  z-index: 2;
}
#ai_utilization #wrapper .contents .why_cb .why_cb_header {
  text-align: center;
  margin-bottom: 80px;
  position: relative;
  z-index: 3;
  padding-top: 60px;
}
@media all and (max-width: 767px) {
  #ai_utilization #wrapper .contents .why_cb .why_cb_header {
    padding-top: 37px;
    margin-bottom: 56px;
  }
}
#ai_utilization #wrapper .contents .why_cb .why_cb_header .section_title_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 15px;
  margin: 0;
  height: 84px;
}
@media all and (max-width: 767px) {
  #ai_utilization #wrapper .contents .why_cb .why_cb_header .section_title_img {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-left: 18px;
  }
}
#ai_utilization #wrapper .contents .why_cb .why_cb_header .section_title_img::before {
  content: "";
  display: block;
  width: 7px;
  height: 38px;
  background: url("../../assets/img/ai/h2_list.png") center/cover no-repeat;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
#ai_utilization #wrapper .contents .why_cb .why_cb_header .section_title_img img {
  width: 513px;
}
@media all and (max-width: 767px) {
  #ai_utilization #wrapper .contents .why_cb .why_cb_header .section_title_img img {
    width: 308px;
  }
}
#ai_utilization #wrapper .contents .why_cb .why_cb_header .section_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Shippori Mincho B1", serif;
  font-size: 27px;
  font-weight: 500;
  line-height: 35px;
  margin: 0;
  padding: 0;
  letter-spacing: 0.08em;
}
#ai_utilization #wrapper .contents .why_cb .why_cb_header .section_title p {
  letter-spacing: 0.02em;
}
#ai_utilization #wrapper .contents .why_cb .why_cb_header .section_title::before, #ai_utilization #wrapper .contents .why_cb .why_cb_header .section_title::after {
  display: none;
}
#ai_utilization #wrapper .contents .why_cb .why_cb_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 3;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: clamp(30px, 8vw, 153px);
}
@media all and (max-width: 767px) {
  #ai_utilization #wrapper .contents .why_cb .why_cb_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
}
#ai_utilization #wrapper .contents .why_cb .why_cb_inner .why_cb_content_left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 42%;
  position: relative;
}
@media all and (max-width: 767px) {
  #ai_utilization #wrapper .contents .why_cb .why_cb_inner .why_cb_content_left {
    width: 87%;
    margin-bottom: 23px;
  }
}
#ai_utilization #wrapper .contents .why_cb .why_cb_inner .why_cb_content_left .why_cb_img {
  margin: 0;
  line-height: 0;
  width: min(595px, 100%);
  height: auto;
}
@media all and (max-width: 767px) {
  #ai_utilization #wrapper .contents .why_cb .why_cb_inner .why_cb_content_left .why_cb_img {
    width: 100%;
  }
}
#ai_utilization #wrapper .contents .why_cb .why_cb_inner .why_cb_content_left .why_cb_img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
#ai_utilization #wrapper .contents .why_cb .why_cb_inner .why_cb_content_left .why_cb_img._01, #ai_utilization #wrapper .contents .why_cb .why_cb_inner .why_cb_content_left .why_cb_img._02 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
  padding: 0;
}
#ai_utilization #wrapper .contents .why_cb .why_cb_inner .why_cb_content_left .why_cb_img._01::before, #ai_utilization #wrapper .contents .why_cb .why_cb_inner .why_cb_content_left .why_cb_img._02::before {
  content: "AI";
  display: block;
  font-family: "Shippori Mincho B1", serif;
  font-size: 29px;
  line-height: 40px;
  color: #fff;
  position: absolute;
}
@media all and (max-width: 767px) {
  #ai_utilization #wrapper .contents .why_cb .why_cb_inner .why_cb_content_left .why_cb_img._01::before, #ai_utilization #wrapper .contents .why_cb .why_cb_inner .why_cb_content_left .why_cb_img._02::before {
    font-size: 17px;
    line-height: 23px;
  }
}
#ai_utilization #wrapper .contents .why_cb .why_cb_inner .why_cb_content_left .why_cb_img._01::after {
  content: "";
  display: block;
  width: 141px;
  height: 141px;
  position: absolute;
  bottom: -70px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 10;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff)) center/0.5px 141px no-repeat, -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff)) center/141px 0.5px no-repeat;
  background: linear-gradient(#fff, #fff) center/0.5px 141px no-repeat, linear-gradient(#fff, #fff) center/141px 0.5px no-repeat;
  -webkit-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
}
@media all and (max-width: 767px) {
  #ai_utilization #wrapper .contents .why_cb .why_cb_inner .why_cb_content_left .why_cb_img._01::after {
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff)) center/0.5px 81px no-repeat, -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff)) center/81px 0.5px no-repeat;
    background: linear-gradient(#fff, #fff) center/0.5px 81px no-repeat, linear-gradient(#fff, #fff) center/81px 0.5px no-repeat;
  }
}
#ai_utilization #wrapper .contents .why_cb .why_cb_inner .why_cb_content_left .why_cb_img._02::before {
  content: "Human Intelligence";
}
#ai_utilization #wrapper .contents .why_cb .why_cb_inner .why_cb_content_right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media all and (max-width: 767px) {
  #ai_utilization #wrapper .contents .why_cb .why_cb_inner .why_cb_content_right {
    padding: 0;
  }
}
#ai_utilization #wrapper .contents .why_cb .why_cb_inner .why_cb_content_right .why_cb_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 31px;
  padding: 50px 0;
  border-top: 1px solid rgba(125, 140, 166, 0.3);
}
@media all and (max-width: 767px) {
  #ai_utilization #wrapper .contents .why_cb .why_cb_inner .why_cb_content_right .why_cb_box {
    padding: 25px 18px 20px 22px;
  }
}
#ai_utilization #wrapper .contents .why_cb .why_cb_inner .why_cb_content_right .why_cb_box:last-child {
  padding-bottom: 0;
}
#ai_utilization #wrapper .contents .why_cb .why_cb_inner .why_cb_content_right .why_cb_box .why_cb_icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-top: 5px;
}
#ai_utilization #wrapper .contents .why_cb .why_cb_inner .why_cb_content_right .why_cb_box .why_cb_icon img {
  width: 36px;
  height: auto;
}
@media all and (max-width: 767px) {
  #ai_utilization #wrapper .contents .why_cb .why_cb_inner .why_cb_content_right .why_cb_box .why_cb_icon img {
    width: 29px;
  }
}
#ai_utilization #wrapper .contents .why_cb .why_cb_inner .why_cb_content_right .why_cb_box .why_cb_txt_wrap {
  padding-right: 39%;
  color: #fff;
}
@media all and (max-width: 767px) {
  #ai_utilization #wrapper .contents .why_cb .why_cb_inner .why_cb_content_right .why_cb_box .why_cb_txt_wrap {
    padding-right: 0;
  }
}
#ai_utilization #wrapper .contents .why_cb .why_cb_inner .why_cb_content_right .why_cb_box .why_cb_txt_wrap .why_cb_title {
  font-size: 22px;
  line-height: 35px;
  font-weight: 700;
  margin: 0 0 40px 0;
}
@media all and (max-width: 767px) {
  #ai_utilization #wrapper .contents .why_cb .why_cb_inner .why_cb_content_right .why_cb_box .why_cb_txt_wrap .why_cb_title {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
#ai_utilization #wrapper .contents .why_cb .why_cb_inner .why_cb_content_right .why_cb_box .why_cb_txt_wrap .why_cb_txt {
  font-size: 14px;
  line-height: 27px;
  font-weight: 400;
  margin: 0;
}
@media all and (max-width: 767px) {
  #ai_utilization #wrapper .contents .why_cb .why_cb_inner .why_cb_content_right .why_cb_box .why_cb_txt_wrap .why_cb_txt {
    font-size: 13px;
    line-height: 25px;
    letter-spacing: 0.01em;
  }
}
#ai_utilization #wrapper .contents .b_getintouch {
  color: #fff;
}

@-webkit-keyframes fv-scroll-line {
  0% {
    opacity: 0;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: top;
            transform-origin: top;
  }
  50% {
    opacity: 1;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: top;
            transform-origin: top;
  }
  100% {
    opacity: 0;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
  }
}

@keyframes fv-scroll-line {
  0% {
    opacity: 0;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: top;
            transform-origin: top;
  }
  50% {
    opacity: 1;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: top;
            transform-origin: top;
  }
  100% {
    opacity: 0;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
  }
}
@media all and (max-width: 767px) {
  body.drawer-open {
    overflow: hidden !important;
  }
}