#highlights #header,
#generative-ai #header {
  height: 70px;
}

#highlights #header .inner .logo,
#generative-ai #header .inner .logo {
  top: 17px;
}

#highlights #header .inner ul.menu-list,
#generative-ai #header .inner ul.menu-list {
  padding-right: 290px;
}

#highlights #header .inner ul.menu-list li:nth-last-child(1):before,
#generative-ai #header .inner ul.menu-list li:nth-last-child(1):before {
  display: none;
}

#highlights #header .inner ul.menu-list li a,
#highlights #header .inner ul.menu-list li span,
#generative-ai #header .inner ul.menu-list li a,
#generative-ai #header .inner ul.menu-list li span {
  padding: 25px 11px;
}

#highlights #header .inner ul.menu-list li a:after,
#highlights #header .inner ul.menu-list li span:after,
#generative-ai #header .inner ul.menu-list li a:after,
#generative-ai #header .inner ul.menu-list li span:after {
  bottom: -22px;
}

#highlights #header .inner ul.menu-list li a:hover,
#highlights #header .inner ul.menu-list li span:hover,
#generative-ai #header .inner ul.menu-list li a:hover,
#generative-ai #header .inner ul.menu-list li span:hover {
  color: #216155;
}

#highlights #header .inner ul.menu-list li a:hover:after,
#highlights #header .inner ul.menu-list li span:hover:after,
#generative-ai #header .inner ul.menu-list li a:hover:after,
#generative-ai #header .inner ul.menu-list li span:hover:after {
  background: #216155;
}

#highlights #header .inner ul.menu-list li a.active,
#highlights #header .inner ul.menu-list li span.active,
#generative-ai #header .inner ul.menu-list li a.active,
#generative-ai #header .inner ul.menu-list li span.active {
  color: #216155;
}

#highlights #header .inner ul.menu-list li a.active:after,
#highlights #header .inner ul.menu-list li span.active:after,
#generative-ai #header .inner ul.menu-list li a.active:after,
#generative-ai #header .inner ul.menu-list li span.active:after {
  background: #216155;
}

#highlights #header .inner ul.menu-contact,
#generative-ai #header .inner ul.menu-contact {
  position: absolute;
  right: 0;
}

#highlights #header .inner ul.menu-contact li,
#generative-ai #header .inner ul.menu-contact li {
  list-style: none;
}

#highlights #header .inner ul.menu-contact li a,
#highlights #header .inner ul.menu-contact li span,
#generative-ai #header .inner ul.menu-contact li a,
#generative-ai #header .inner ul.menu-contact li span {
  text-align: center;
  font-size: 1.8rem;
  background: #c85819;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  display: block;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  padding: 25px 11px 27px 11px;
  /*padding: 30px 11px 32px 11px;*/
  width: 250px;
}

#highlights #header .inner ul.menu-contact li a:hover,
#highlights #header .inner ul.menu-contact li span:hover,
#generative-ai #header .inner ul.menu-contact li a:hover,
#generative-ai #header .inner ul.menu-contact li span:hover {
  opacity: 0.7;
}

#highlights #section-kv,
#generative-ai #section-kv {
  width: 100%;
  height: 600px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: url("../../../images/service/highlights/img_sx_main.webp")
    no-repeat 50% 50%;
  background-size: cover;
}

#highlights #section-kv.--generative-ai,
#generative-ai #section-kv.--generative-ai {
  background: url("../../../images/service/generative-ai/img_ga_main.webp")
    no-repeat 50% 50%;
  background-size: cover;
}

#highlights #section-kv.--bmx,
#generative-ai #section-kv.--bmx {
  background: url("../../../images/service/bmx/img_main.webp") no-repeat 50% 50%;
  background-size: cover;
}

#highlights #section-kv .inner,
#generative-ai #section-kv .inner {
  max-width: 1400px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  padding: 0 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#highlights #section-kv .inner .box,
#generative-ai #section-kv .inner .box {
  background: rgba(255, 255, 255, 0.8);
  width: 580px;
  height: auto;
  padding: 35px 35px;
  text-align: left;
  color: #0f203e;
}

#highlights #section-kv .inner .box .category,
#generative-ai #section-kv .inner .box .category {
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 15px;
  display: block;
}

#highlights #section-kv .inner .box .title,
#generative-ai #section-kv .inner .box .title {
  font-size: 3rem;
  line-height: 1.3;
  display: block;
}

#highlights #section-mission,
#generative-ai #section-mission {
  background: #fff;
  margin-bottom: 0px;
}

#highlights #section-mission .inner,
#generative-ai #section-mission .inner {
  margin: 0 auto -70px auto;
  width: 100%;
  max-width: 1060px;
  width: 100%;
  padding: 100px 0 1px 0;
}

#highlights #section-mission .inner h3,
#generative-ai #section-mission .inner h3 {
  font-size: 3.4rem;
  display: block;
  margin: 0 0 40px 0;
  color: #0f203e;
  text-align: center;
  position: relative;
  padding-bottom: 20px;
}

#highlights #section-mission .inner h3:before,
#generative-ai #section-mission .inner h3:before {
  content: "";
  background: #216155;
  height: 5px;
  width: 100%;
  position: absolute;
  bottom: 3px;
  left: 0;
}

#highlights #section-mission .inner h4,
#generative-ai #section-mission .inner h4 {
  font-size: 2.8rem;
  display: block;
  position: relative;
  margin-bottom: 30px;
  text-align: center;
}

#highlights #section-mission .inner p,
#generative-ai #section-mission .inner p {
  font-size: 1.8rem;
  line-height: 1.7;
  margin-bottom: 60px;
  color: #0f203e;
  text-align: left;
}

#highlights #section-mission .inner p.image,
#generative-ai #section-mission .inner p.image {
  margin-top: -20px;
}

#highlights #section-mission .inner p .note,
#generative-ai #section-mission .inner p .note {
  text-align: center;
  display: block;
}

#highlights #section-service,
#generative-ai #section-service {
  background: #fff;
  margin-bottom: 0px;
}

#highlights #section-service .inner,
#generative-ai #section-service .inner {
  margin: 0 auto;
  width: 100%;
  max-width: 1060px;
  width: 100%;
  padding: 100px 0 50px 0;
}

#highlights #section-service .inner h3,
#generative-ai #section-service .inner h3 {
  font-size: 3.4rem;
  display: block;
  margin: -100px 0 30px 0;
  color: #0f203e;
  text-align: center;
  padding-top: 100px;
}

#highlights #section-service .inner h3.--line,
#generative-ai #section-service .inner h3.--line {
  font-size: 3.4rem;
  display: block;
  line-height: 1.4;
  margin: -100px 0 40px 0;
  color: #0f203e;
  text-align: center;
  position: relative;
  padding-bottom: 20px;
}

#highlights #section-service .inner h3.line06,
#generative-ai #section-service .inner h3.line06 {
  /* font-size: 3.4rem;
  display: block;
  margin: -100px 0 30px 0;
  color: #0f203e;
  text-align: center; */
  padding-top: 0;
}

#highlights #section-service .inner h3.--line.line06,
#generative-ai #section-service .inner h3.--line.line06 {
  margin: 0 0 40px 0;
}

#highlights #section-service .inner h3.--line:before,
#generative-ai #section-service .inner h3.--line:before {
  content: "";
  background: #216155;
  height: 5px;
  width: 100%;
  position: absolute;
  bottom: 3px;
  left: 0;
}

#highlights #section-service .inner h4,
#generative-ai #section-service .inner h4 {
  font-size: 2.8rem;
  display: block;
  position: relative;
  padding-bottom: 20px;
  margin-top: 60px;
  margin-bottom: 30px;
  text-align: center;
}

#highlights #section-service .inner h4.line,
#generative-ai #section-service .inner h4.line {
  margin-bottom: 60px;
  margin-top: 0;
}

#highlights #section-service .inner h4.line:before,
#generative-ai #section-service .inner h4.line:before {
  content: "";
  background: #216155;
  height: 5px;
  width: 100%;
  position: absolute;
  bottom: 3px;
  left: 0;
}

#highlights #section-service .inner p,
#generative-ai #section-service .inner p {
  font-size: 1.8rem;
  line-height: 1.7;
  margin-bottom: 40px;
  color: #0f203e;
  text-align: center;
}

#highlights #section-service .inner p.--left,
#generative-ai #section-service .inner p.--left {
  text-align: left;
}

#highlights #section-service .inner p._btn-orange-inversion,
#generative-ai #section-service .inner p._btn-orange-inversion {
  margin-bottom: 100px;
  padding-top: 50px;
}

#highlights #section-service .inner p.image,
#generative-ai #section-service .inner p.image {
  margin-top: -10px;
}

#highlights #section-service .inner p .note,
#generative-ai #section-service .inner p .note {
  text-align: center;
  display: block;
}

#highlights #section-service .inner p .note.--sg,
#generative-ai #section-service .inner p .note.--sg {
  font-size: 80%;
  background: #eeeff2;
  display: inline;
  text-align: left;
  padding: 2px;
}

#highlights #section-service .inner ul,
#generative-ai #section-service .inner ul {
  margin: 60px 0 -60px 0;
  padding: 0;
}

#highlights #section-service .inner ul li,
#generative-ai #section-service .inner ul li {
  list-style: none;
  margin: 0 0 60px 0;
}

#highlights #section-service .inner ul li:nth-last-child(1),
#generative-ai #section-service .inner ul li:nth-last-child(1) {
  margin-bottom: 100px;
}

#highlights #section-service .inner ul.list .image,
#generative-ai #section-service .inner ul.list .image {
  text-align: left;
  float: left;
  width: 24%;
  margin-bottom: 0;
}

#highlights #section-service .inner ul.list .image + p,
#generative-ai #section-service .inner ul.list .image + p {
  float: right;
  width: 72%;
  margin-bottom: 0;
  text-align: left;
}

#highlights #section-service .inner .tabs,
#generative-ai #section-service .inner .tabs {
  width: 100%;
}

#highlights #section-service .inner input[name="tab_item"],
#generative-ai #section-service .inner input[name="tab_item"] {
  display: none;
}

#highlights #section-service .inner .tab_item,
#generative-ai #section-service .inner .tab_item {
  width: calc(100% / 3 - 4px);
  height: auto;
  border-bottom: 6px solid #f0f1f4;
  color: #4f5b6d;
  margin-right: 6px;
  padding-bottom: 30px;
  text-align: center;
  display: block;
  float: left;
  font-weight: bold;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 1.4rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}

#highlights #section-service .inner .tab_item.environment span,
#generative-ai #section-service .inner .tab_item.environment span {
  background: url("../../../images/service/highlights/img_icon1.webp") no-repeat
    50% 0;
  background-size: 140px 140px;
}

#highlights #section-service .inner .tab_item.social span,
#generative-ai #section-service .inner .tab_item.social span {
  background: url("../../../images/service/highlights/img_icon2.webp") no-repeat
    50% 0;
  background-size: 140px 140px;
}

#highlights #section-service .inner .tab_item.governance,
#generative-ai #section-service .inner .tab_item.governance {
  margin-right: 0;
}

#highlights #section-service .inner .tab_item.governance span,
#generative-ai #section-service .inner .tab_item.governance span {
  background: url("../../../images/service/highlights/img_icon3.webp") no-repeat
    50% 0;
  background-size: 140px 140px;
}

#highlights #section-service .inner .tab_item span,
#generative-ai #section-service .inner .tab_item span {
  display: block;
  height: 140px;
  margin-bottom: 20px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#highlights #section-service .inner .tab_item strong,
#generative-ai #section-service .inner .tab_item strong {
  font-size: 2.2rem;
  display: block;
}

#highlights #section-service .inner .tab_item:hover,
#generative-ai #section-service .inner .tab_item:hover {
  border-bottom: 6px solid #d2dfdd;
  color: #216155;
}

#highlights #section-service .inner .tab_item:hover.environment span,
#generative-ai #section-service .inner .tab_item:hover.environment span {
  background: url("../../../images/service/highlights/img_icon1o.webp")
    no-repeat 50% 0;
  background-size: 140px 140px;
}

#highlights #section-service .inner .tab_item:hover.social span,
#generative-ai #section-service .inner .tab_item:hover.social span {
  background: url("../../../images/service/highlights/img_icon2o.webp")
    no-repeat 50% 0;
  background-size: 140px 140px;
}

#highlights #section-service .inner .tab_item:hover.governance,
#generative-ai #section-service .inner .tab_item:hover.governance {
  margin-right: 0;
}

#highlights #section-service .inner .tab_item:hover.governance span,
#generative-ai #section-service .inner .tab_item:hover.governance span {
  background: url("../../../images/service/highlights/img_icon3o.webp")
    no-repeat 50% 0;
  background-size: 140px 140px;
}

#highlights #section-service .inner .tabs input:checked + .tab_item,
#generative-ai #section-service .inner .tabs input:checked + .tab_item {
  border-bottom: 6px solid #216155;
  position: relative;
  color: #216155;
}

#highlights #section-service .inner .tabs input:checked + .tab_item:before,
#generative-ai #section-service .inner .tabs input:checked + .tab_item:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 12px 0 12px;
  border-color: #216155 transparent transparent transparent;
  position: absolute;
  bottom: -18px;
  left: calc(50% - 12px);
}

#highlights
  #section-service
  .inner
  .tabs
  input:checked
  + .tab_item.environment
  span,
#generative-ai
  #section-service
  .inner
  .tabs
  input:checked
  + .tab_item.environment
  span {
  background: url("../../../images/service/highlights/img_icon1o.webp")
    no-repeat 50% 0;
  background-size: 140px 140px;
}

#highlights #section-service .inner .tabs input:checked + .tab_item.social span,
#generative-ai
  #section-service
  .inner
  .tabs
  input:checked
  + .tab_item.social
  span {
  background: url("../../../images/service/highlights/img_icon2o.webp")
    no-repeat 50% 0;
  background-size: 140px 140px;
}

#highlights #section-service .inner .tabs input:checked + .tab_item.governance,
#generative-ai
  #section-service
  .inner
  .tabs
  input:checked
  + .tab_item.governance {
  margin-right: 0;
}

#highlights
  #section-service
  .inner
  .tabs
  input:checked
  + .tab_item.governance
  span,
#generative-ai
  #section-service
  .inner
  .tabs
  input:checked
  + .tab_item.governance
  span {
  background: url("../../../images/service/highlights/img_icon3o.webp")
    no-repeat 50% 0;
  background-size: 140px 140px;
}

#highlights #section-service .inner .tab_content,
#generative-ai #section-service .inner .tab_content {
  display: none;
  clear: both;
  overflow: hidden;
  padding-top: 60px;
}

#highlights #section-service .inner #environment:checked ~ #environment_content,
#highlights #section-service .inner #social:checked ~ #social_content,
#highlights #section-service .inner #governance:checked ~ #governance_content,
#generative-ai
  #section-service
  .inner
  #environment:checked
  ~ #environment_content,
#generative-ai #section-service .inner #social:checked ~ #social_content,
#generative-ai
  #section-service
  .inner
  #governance:checked
  ~ #governance_content {
  display: block;
}

#highlights #section-etc,
#generative-ai #section-etc {
  background: #fff;
  margin-bottom: 0px;
}

#highlights #section-etc .inner,
#generative-ai #section-etc .inner {
  margin: 0 auto;
  width: 100%;
  max-width: 1060px;
  width: 100%;
  padding: 100px 0 50px 0;
}

#highlights #section-etc .inner h3,
#generative-ai #section-etc .inner h3 {
  font-size: 3.4rem;
  display: block;
  padding-top: 100px;
  margin: -100px 0 30px 0;
  color: #0f203e;
  text-align: center;
}

#highlights #section-etc .inner h4,
#generative-ai #section-etc .inner h4 {
  font-size: 2.8rem;
  display: block;
  position: relative;
  padding-bottom: 20px;
  margin-top: 60px;
  margin-bottom: 30px;
  text-align: center;
}

#highlights #section-etc .inner h4.line,
#generative-ai #section-etc .inner h4.line {
  margin-bottom: 40px;
  margin-top: 0;
}

#highlights #section-etc .inner h4.line:before,
#generative-ai #section-etc .inner h4.line:before {
  content: "";
  background: #216155;
  height: 5px;
  width: 100%;
  position: absolute;
  bottom: 3px;
  left: 0;
}

#highlights #section-etc .inner p,
#generative-ai #section-etc .inner p {
  font-size: 1.8rem;
  line-height: 1.7;
  margin-bottom: 40px;
  color: #0f203e;
  text-align: center;
}

#highlights #section-etc .inner p._btn-orange-inversion,
#generative-ai #section-etc .inner p._btn-orange-inversion {
  margin-bottom: 100px;
  padding-top: 50px;
}

#highlights #section-etc .inner p.image,
#generative-ai #section-etc .inner p.image {
  margin-top: -10px;
}

#highlights #section-etc .inner p strong,
#generative-ai #section-etc .inner p strong {
  margin-bottom: 20px;
  display: block;
}

#highlights #section-etc .inner ul,
#generative-ai #section-etc .inner ul {
  margin: 60px 0 -60px 0;
  padding: 0;
}

#highlights #section-etc .inner ul li,
#generative-ai #section-etc .inner ul li {
  list-style: none;
  margin: 0 0 60px 0;
}

#highlights #section-etc .inner ul li:nth-last-child(1),
#generative-ai #section-etc .inner ul li:nth-last-child(1) {
  margin-bottom: 100px;
}

#highlights #section-etc .inner ul.list .image,
#generative-ai #section-etc .inner ul.list .image {
  text-align: left;
  float: left;
  width: 24%;
  margin-bottom: 0;
}

#highlights #section-etc .inner ul.list .image + p,
#generative-ai #section-etc .inner ul.list .image + p {
  float: right;
  width: 72%;
  margin-bottom: 0;
  text-align: left;
}

#highlights #section-case .inner,
#generative-ai #section-case .inner {
  width: 100%;
  max-width: 1060px;
  margin: 100px auto 100px auto;
  color: #0f203e;
}

#highlights #section-case .inner h3,
#generative-ai #section-case .inner h3 {
  font-size: 3.4rem;
  display: block;
  padding-top: 100px;
  margin: -100px 0 40px 0;
  color: #0f203e;
  text-align: center;
}

#highlights #section-case .inner h4,
#generative-ai #section-case .inner h4 {
  font-size: 2.8rem;
  display: block;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 40px;
  text-align: center;
}

#highlights #section-case .inner h4:before,
#generative-ai #section-case .inner h4:before {
  content: "";
  background: #216155;
  height: 5px;
  width: 100%;
  position: absolute;
  bottom: 3px;
  left: 0;
}

#highlights #section-case .inner p,
#generative-ai #section-case .inner p {
  font-size: 1.8rem;
  line-height: 1.7;
  margin-bottom: 40px;
  color: #0f203e;
  text-align: center;
}

#highlights #section-case .inner p.image,
#generative-ai #section-case .inner p.image {
  margin-bottom: 100px;
}

#highlights #section-case .inner ul,
#generative-ai #section-case .inner ul {
  margin: 0;
  padding: 0;
}

#highlights #section-case .inner ul li,
#generative-ai #section-case .inner ul li {
  list-style: none;
  margin: 0 0 60px 0;
}

#highlights #section-media,
#generative-ai #section-media {
  /*background:rgba(240,241,244,1);*/
  background: #fff;
}

#highlights #section-media .inner,
#generative-ai #section-media .inner {
  width: 100%;
  max-width: 1060px;
  margin: 100px auto;
  color: #0f203e;
}

#highlights #section-media .inner h3,
#generative-ai #section-media .inner h3 {
  font-size: 3.4rem;
  display: block;
  padding-top: 0;
  margin: 0px 0 40px 0;
  color: #0f203e;
  text-align: center;
}

#highlights #section-media .inner ul,
#generative-ai #section-media .inner ul {
  margin: 0;
  padding: 0;
}

#highlights #section-media .inner ul li,
#generative-ai #section-media .inner ul li {
  list-style: none;
  margin: 0 0 30px 0;
  padding: 0 0 40px 0;
  border-bottom: 1px #b2bac7 solid;
}

#highlights #section-media .inner ul li:nth-last-child(1),
#generative-ai #section-media .inner ul li:nth-last-child(1) {
  border: none;
  padding-bottom: 0;
}

#highlights #section-media .inner ul li a,
#generative-ai #section-media .inner ul li a {
  color: #0f203e;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

#highlights #section-media .inner ul li a:hover,
#generative-ai #section-media .inner ul li a:hover {
  opacity: 0.7;
}

#highlights #section-media .inner ul li h4,
#generative-ai #section-media .inner ul li h4 {
  font-size: 2.1rem;
  margin-bottom: 20px;
}

#highlights #section-media .inner ul li .date,
#generative-ai #section-media .inner ul li .date {
  font-size: 1.4rem;
  color: #0f203e;
  margin-bottom: 20px;
  display: block;
}

#highlights #section-media .inner ul li .read,
#generative-ai #section-media .inner ul li .read {
  font-size: 1.6rem;
  line-height: 1.6;
  color: #0f203e;
}

#highlights #section-knowledge .inner,
#generative-ai #section-knowledge .inner {
  width: 100%;
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
  padding: 100px 20px 60px;
  color: #0f203e;
}

#highlights #section-knowledge .inner h3,
#generative-ai #section-knowledge .inner h3 {
  text-align: center;
  margin-bottom: 50px;
  color: #0f203e;
  font-size: 3.4rem;
  font-weight: bold;
}

#highlights #section-knowledge .inner h3 img,
#generative-ai #section-knowledge .inner h3 img {
  width: auto;
  height: 50px;
}

#highlights #section-knowledge .inner ul,
#generative-ai #section-knowledge .inner ul {
  margin: 0;
  padding: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#highlights #section-knowledge .inner ul li,
#generative-ai #section-knowledge .inner ul li {
  display: block;
  width: calc(100% / 4 - 22.5px);
  margin: 0 30px 40px 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  list-style: none;
}

#highlights #section-knowledge .inner ul li:nth-child(4n),
#generative-ai #section-knowledge .inner ul li:nth-child(4n) {
  clear: both;
  margin-right: 0;
}

#highlights #section-knowledge .inner ul li a,
#generative-ai #section-knowledge .inner ul li a {
  display: block;
  text-decoration: none;
  color: #0f203e;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

#highlights #section-knowledge .inner ul li a:hover,
#generative-ai #section-knowledge .inner ul li a:hover {
  opacity: 0.7;
}

#highlights #section-knowledge .inner ul li a .image,
#generative-ai #section-knowledge .inner ul li a .image {
  margin-bottom: 20px;
  display: block;
  padding-top: 56.25%;
  background-repeat: no-repeat !important;
  background-position: 50% 50% !important;
  background-size: auto 100% !important;
}

#highlights #section-knowledge .inner ul li a .category,
#generative-ai #section-knowledge .inner ul li a .category {
  display: inline-block;
  font-size: 1.4rem;
  font-weight: bold;
  color: #7b899f;
  position: relative;
  margin-bottom: 20px;
}

#highlights #section-knowledge .inner ul li a .category:before,
#generative-ai #section-knowledge .inner ul li a .category:before {
  content: "";
  width: 100%;
  height: 1px;
  background: #4f5b6d;
  position: absolute;
  bottom: -5px;
  left: 0;
}

#highlights #section-knowledge .inner ul li a .title,
#generative-ai #section-knowledge .inner ul li a .title {
  display: block;
  color: #0f203e;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.7;
}

#highlights #section-highlights,
#generative-ai #section-highlights {
  background: #d1d6dd;
}

#highlights #section-highlights .inner,
#generative-ai #section-highlights .inner {
  width: 100%;
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
  padding: 100px 20px 60px;
  color: #0f203e;
}

#highlights #section-highlights .inner h3,
#generative-ai #section-highlights .inner h3 {
  text-align: center;
  margin-bottom: 50px;
  color: #0f203e;
  font-size: 3.4rem;
  font-weight: bold;
}

#highlights #section-highlights .inner h3 img,
#generative-ai #section-highlights .inner h3 img {
  width: auto;
  height: 50px;
}

#highlights #section-highlights .inner ul,
#generative-ai #section-highlights .inner ul {
  margin: 0;
  padding: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#highlights #section-highlights .inner ul li,
#generative-ai #section-highlights .inner ul li {
  display: block;
  width: calc(100% / 4 - 22.5px);
  margin: 0 30px 40px 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  list-style: none;
}

#highlights #section-highlights .inner ul li:nth-child(4n),
#generative-ai #section-highlights .inner ul li:nth-child(4n) {
  clear: both;
  margin-right: 0;
}

#highlights #section-highlights .inner ul li a,
#generative-ai #section-highlights .inner ul li a {
  display: block;
  text-decoration: none;
  color: #0f203e;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

#highlights #section-highlights .inner ul li a:hover,
#generative-ai #section-highlights .inner ul li a:hover {
  opacity: 0.7;
}

#highlights #section-highlights .inner ul li a .image,
#generative-ai #section-highlights .inner ul li a .image {
  margin-bottom: 20px;
  display: block;
  padding-top: 56.25%;
  background-repeat: no-repeat !important;
  background-position: 50% 50% !important;
  background-size: auto 100% !important;
}

#highlights #section-highlights .inner ul li a .category,
#generative-ai #section-highlights .inner ul li a .category {
  display: inline-block;
  font-size: 1.4rem;
  font-weight: bold;
  color: #7b899f;
  position: relative;
  margin-bottom: 20px;
}

#highlights #section-highlights .inner ul li a .category:before,
#generative-ai #section-highlights .inner ul li a .category:before {
  content: "";
  width: 100%;
  height: 1px;
  background: #4f5b6d;
  position: absolute;
  bottom: -5px;
  left: 0;
}

#highlights #section-highlights .inner ul li a .title,
#generative-ai #section-highlights .inner ul li a .title {
  display: block;
  color: #0f203e;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.7;
}

#highlights #section-leadership,
#generative-ai #section-leadership {
  /*background:rgba(240,241,244,1);*/
  background: #fff;
}

#highlights #section-leadership .inner,
#generative-ai #section-leadership .inner {
  width: 100%;
  max-width: 1060px;
  margin: 100px auto;
  color: #0f203e;
}

#highlights #section-leadership .inner h3,
#generative-ai #section-leadership .inner h3 {
  font-size: 3.4rem;
  display: block;
  padding-top: 0;
  margin: 0px 0 40px 0;
  color: #0f203e;
  text-align: center;
}

#highlights #section-leadership .inner .box-message,
#generative-ai #section-leadership .inner .box-message {
  margin-bottom: 40px;
}

#highlights #section-leadership .inner .box-message .name,
#generative-ai #section-leadership .inner .box-message .name {
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 30px;
  line-height: 1.3;
  display: block;
}

#highlights #section-leadership .inner .box-message .name strong,
#generative-ai #section-leadership .inner .box-message .name strong {
  font-size: 2.8rem;
  display: block;
  margin-bottom: 5px;
}

#highlights #section-leadership .inner .box-message p,
#generative-ai #section-leadership .inner .box-message p {
  font-size: 1.4rem;
  margin-bottom: 30px;
  line-height: 2;
  color: #0f203e;
}

#highlights #section-leadership .inner .box-message .image,
#generative-ai #section-leadership .inner .box-message .image {
  width: 300px;
  float: left;
}

#highlights #section-leadership .inner .box-message .text,
#generative-ai #section-leadership .inner .box-message .text {
  width: calc(100% - 340px);
  float: right;
}

#highlights .section-contact .inner,
#generative-ai .section-contact .inner {
  width: 100%;
  max-width: 1060px;
  margin: 100px auto;
  color: #0f203e;
}

#highlights .section-contact .inner ._btn-orange-inversion a,
#generative-ai .section-contact .inner ._btn-orange-inversion a {
  width: 640px;
}

#generative-ai #flex_banner {
  display: none !important;
}

#section-tx {
  background: #d1d6dd;
  padding: 25px 0;
}
#section-tx .inner {
  margin: 0 auto;
  text-align: center;
}
#section-tx .btn {
  margin: 0 auto;
  width: 572px;
  padding: 20px 0;
}
#section-tx .btn a {
  display: block;
  width: fit-content;
  margin-inline: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

