/* ### ### ###ai_iot.css### ### ###*/
/* ### reset ### */
.ia-01 #mainContents .indexNav,
.am-01 #mainContents .indexNav,
.ia-04 #mainContents .indexNav {
  margin-bottom: 0;
}
.ia-01 #mainContents .indexNav > *,
.am-01 #mainContents .indexNav > *,
.ia-04 #mainContents .indexNav > * {
  background-color: #fff;
}
.ia-01 #mainContents .indexNav:after,
.am-01 #mainContents .indexNav:after,
.ia-04 #mainContents .indexNav:after {
  content: none;
}
.ia-01 #mainContents .row03 .indexNav .body,
.am-01 #mainContents .row03 .indexNav .body,
.ia-04 #mainContents .row03 .indexNav .body {
  height: auto;
  margin: 10px 20px 30px;
  padding: 0;
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .ia-01 #mainContents .row03 .indexNav .body,
  .am-01 #mainContents .row03 .indexNav .body,
  .ia-04 #mainContents .row03 .indexNav .body {
    margin: 10px 20px 30px;
  }
}
@media screen and (max-width: 968px) {
  .ia-01 #mainContents h2,
  .ia-01 #mainContents .h2 {
    margin-bottom: 24px;
    font-size: 2rem;
  }
}
.ia-01 #mainContents h3,
.ia-01 #mainContents .h3,
.ia-04 #mainContents h3 {
  padding-bottom: 0;
}
@media screen and (max-width: 968px) {
  .ia-01 #mainContents h3,
  .ia-01 #mainContents .h3,
  .ia-04 #mainContents h3 {
    margin: 24px 0 10px;
    font-size: 1.8rem;
  }
}
.ia-01 #mainContents h3::before,
.ia-01 #mainContents .h3::before,
.ia-04 #mainContents h3::before,
.ia-01 #mainContents h3::after,
.ia-01 #mainContents .h3::after,
.ia-04 #mainContents h3::after {
  content: none;
}

.sp_only {
  display: none;
}
@media screen and (max-width: 690px) {
  .sp_only {
    display: block;
  }
}
.tb_none {
  display: block;
}
@media screen and (max-width: 968px) {
  .tb_none {
    display: none;
  }
}
.sp_none {
  display: block;
}
@media screen and (max-width: 690px) {
  .sp_none {
    display: none;
  }
}
.pc_none {
  display: none;
}
@media screen and (max-width: 1120px) {
  .pc_none {
    display: block;
  }
}

/* ==========================================================================
   Top About Section
   ========================================================================== */
.ia-01 #mainContents .message_wrap {
  position: relative;
  display: block;
  width: 100%;
  margin: 40px auto;
  padding: 50px 75px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
@media screen and (max-width: 690px) {
  .ia-01 #mainContents .message_wrap {
    padding: 25px 35px;
  }
}
.ia-01 #mainContents .message_wrap::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-image: url(/assets/images/ai/about_kv_bg.jpg);
  background-position: center center;
  background-size: cover;
  transition: scale 400ms;
}
.ua-pc .ia-01 #mainContents .message_wrap:hover::before {
  scale: 1.1;
}
.ia-01 #mainContents .message_wrap::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  background-repeat: no-repeat;
  background-image: url(/assets/images/ai/about_kv_montain.png);
  background-position: right bottom;
  background-size: 53.8% auto;
  opacity: 0.85;
  transition: opacity 400ms;
}
.ua-pc .ia-01 #mainContents .message_wrap:hover::after {
  opacity: 1;
}
.ia-01 #mainContents .message_contents.about {
  position: relative;
  z-index: 1;
}
.ia-01 #mainContents .message_contents.about .message_title {
  margin-bottom: 22px;
  font-family: "EB Garamond", serif;
  font-size: 3.2rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.3;
  color: #14233a;
}
@media screen and (max-width: 968px) {
  .ia-01 #mainContents .message_contents.about .message_title {
    margin-bottom: 16px;
  }
}

.ia-01 #mainContents .message_contents.about img {
  margin-bottom: 35px;
  width: 43.7%;
  max-width: 420px;
  height: auto;
}
@media screen and (max-width: 968px) {
  .ia-01 #mainContents .message_contents.about img {
    margin-bottom: 25px;
    width: 100%;
    max-width: 100%;
    height: auto;
  }
}
.ia-01 #mainContents .message_contents.about .message_text {
  margin-bottom: 50px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 2;
  color: #14233a;
}
@media screen and (max-width: 968px) {
  .ia-01 #mainContents .message_contents.about .message_text {
    margin-bottom: 30px;
    font-size: 1.5rem;
  }
}
.ia-01 #mainContents .message_contents.about .button {
  min-width: 285px;
  border: 1px solid #14233a;
  color: #111926;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.8) 0%,
    rgba(255, 255, 255, 0.5) 100%
  );
}
@media screen and (max-width: 690px) {
  .ia-01 #mainContents .message_contents.about .button {
    min-width: 100%;
  }
}
.ia-01 #mainContents .message_contents.about .button .text {
  color: #111926;
}
@media screen and (max-width: 968px) {
  .ia-01 #mainContents .message_contents.about .button .text {
    font-size: 1.6rem;
  }
}
.ia-01 #mainContents .message_contents.about .button::before {
  content: none;
}
.ia-01 #mainContents .message_contents.about .button::after {
  background: transparent;
}
.ia-01 #mainContents .message_contents.about .button i {
  background: #fff;
  border: 1px solid #000;
}
.ia-01 #mainContents .message_contents.about .button i::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-image: url(/assets/images/top/icon-btn-black.svg);
}
.ua-pc .ia-01 #mainContents .message_contents.about .button:hover i:before,
.ua-pc .ia-01 #mainContents .message_wrap:hover .button i:before {
  background-position: 24px 0;
  transition: all 250ms cubic-bezier(0, 0, 0.5, 1.3);
}

/* ==========================================================================
   Top Solution Section
   ========================================================================== */
.ia-01 #mainContents .indexNav.solutionBox,
.am-01 #mainContents .indexNav.solutionBox {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
@media screen and (max-width: 968px) {
  .ia-01 #mainContents .indexNav.solutionBox {
    display: flex;
    flex-direction: column;
    gap: 18px;
  }
}

.ia-01 #mainContents .indexNav.solutionBox a {
  padding-bottom: 0;
  margin-bottom: 26px;
  width: 100%;
}
@media screen and (max-width: 968px) {
  .ia-01 #mainContents .indexNav.solutionBox a {
    display: grid;
    grid-template-columns: 44% auto;
    width: 100%;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .ia-01 #mainContents .indexNav.solutionBox a {
    display: flex;
    flex-direction: column;
  }
}

.ia-01 #mainContents .indexNav.solutionBox .title {
  margin: 25px 20px 15px;
  font-size: 1.9rem;
  font-weight: 500;
  letter-spacing: 0;
  color: #2d2d2e;
}
@media screen and (max-width: 768px) {
  .ia-01 #mainContents .indexNav.solutionBox .title {
    margin: 16px 16px 10px;
    font-size: 1.6rem;
  }
}
.ia-01 #mainContents .indexNav.solutionBox .body {
  font-size: 1.4rem;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .ia-01 #mainContents .indexNav.solutionBox .body {
    font-size: 1.3rem;
  }
}

/* ==========================================================================
   Top Cases Service Section
   ========================================================================== */
@media screen and (max-width: 768px) {
  .ia-01 #mainContents .indexNav.caseBox,
  .am-01 #mainContents .indexNav.caseBox {
    flex-direction: column;
    gap: 18px;
  }
  .ia-01 #mainContents .indexNav.caseBox a,
  .am-01 #mainContents .indexNav.caseBox a {
    width: 100%;
    margin-bottom: 0;
  }
}
.ia-01 #mainContents .indexNav.caseBox .imageBox,
.am-01 #mainContents .indexNav.caseBox .imageBox {
  margin: 0 20px 20px;
  border-bottom: 1px solid #dcdcdc;
}
.ia-01 #mainContents .indexNav.caseBox .ClientName,
.am-01 #mainContents .indexNav.caseBox .ClientName {
  padding: 8px 20px 10px;
  font-size: 1.9rem;
}
@media screen and (max-width: 768px) {
  .ia-01 #mainContents .indexNav.caseBox .ClientName,
  .am-01 #mainContents .indexNav.caseBox .ClientName {
    font-size: 1.6rem;
  }
}
.ia-01 #mainContents .indexNav.caseBox .tags,
.am-01 #mainContents .indexNav.caseBox .tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 5px;
  margin: 0 17px;
}
@media screen and (max-width: 768px) {
  .ia-01 #mainContents .indexNav.caseBox .tags,
  .am-01 #mainContents .indexNav.caseBox .tags {
    margin: 0 17px;
  }
}
.ia-01 #mainContents .indexNav.caseBox .tags .tag,
.am-01 #mainContents .indexNav.caseBox .tags .tag {
  padding: 3px 10px 1px;
  font-size: 1.3rem;
  font-weight: 400;
  background-color: #f5f6f7;
  border-radius: 18px;
  border: 1px solid #dcdcdc;
}
@media screen and (max-width: 768px) {
  .ia-01 #mainContents .indexNav.caseBox .tags .tag,
  .am-01 #mainContents .indexNav.caseBox .tags .tag {
    font-size: 1.2rem;
  }
}
.ia-01 #mainContents .indexNav.caseBox .body {
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .ia-01 #mainContents .row03 .indexNav.caseBox .body,
  .am-01 #mainContents .row03 .indexNav.caseBox .body {
    font-size: 1.3rem;
  }
}
.am-01 #mainContents .row03 .indexNav.caseBox .time {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
}
/* ==========================================================================
   Top Product Service Section
   ========================================================================== */
.ia-01 #mainContents .productServiceBox,
.ia-04 #mainContents .productServiceBox {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 19px;
}
@media screen and (max-width: 768px) {
  .ia-01 #mainContents .productServiceBox,
  .ia-04 #mainContents .productServiceBox {
    grid-template-columns: repeat(2, 1fr);
    gap: 17px;
  }
}
@media screen and (max-width: 768px) {
  .ia-01 #mainContents .productServiceBox a,
  .ia-04 #mainContents .productServiceBox a {
    margin-bottom: 0;
  }
}
.ia-01 #mainContents .productServiceBox > *,
.ia-04 #mainContents .productServiceBox > * {
  width: 100%;
  padding-bottom: 0;
}
.ia-01 #mainContents .row03 .productServiceBox .body,
.ia-04 #mainContents .row03 .productServiceBox .body {
  margin: 15px 20px 15px;
}

/* ==========================================================================
   Top Product Section
   ========================================================================== */
.ia-01 #mainContents .productItemsBox,
.ia-04 #mainContents .productItemsBox {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 19px;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .ia-01 #mainContents .productItemsBox,
  .ia-04 #mainContents .productItemsBox {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
.ia-01 #mainContents .productItemsBox .button,
.ia-04 #mainContents .productItemsBox .button {
  min-width: 100%;
  padding-bottom: 12px;
  margin-bottom: 0;
  border-color: #dcdcdc;
  color: #2d2d2e;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .ia-01 #mainContents .productItemsBox .button,
  .ia-04 #mainContents .productItemsBox .button {
    padding: 18px 50px 18px 15px;
    font-size: 1.5rem;
  }
}
.ia-01 #mainContents .productItemsBox .button::before,
.ia-04 #mainContents .productItemsBox .button::before {
  content: none;
}
.ia-01 #mainContents .productItemsBox .button::after,
.ia-04 #mainContents .productItemsBox .button::after {
  content: none;
}
.ia-01 #mainContents .productItemsBox .button .text,
.ia-04 #mainContents .productItemsBox .button .text {
  text-align: left;
}

/* ==========================================================================
   Top Event Section
   ========================================================================== */
@media screen and (max-width: 768px) {
  .ia-01 #mainContents .eventItemsBox a {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .ia-01 #mainContents .eventItemsBox .imageBox img {
    object-fit: cover;
    height: auto;
  }
}
.ia-01 #mainContents .eventItemsBox.indexNav .body.title {
  margin: 25px 20px 15px;
  font-size: 1.9rem;
}
@media screen and (max-width: 768px) {
  .ia-01 #mainContents .eventItemsBox.indexNav .body.title {
    margin: 20px 16px 15px;
    font-size: 1.6rem;
  }
}
.ia-01 #mainContents .eventItemsBox.indexNav .body.description {
  font-size: 1.4rem;
  font-weight: 400;
  margin: 15px 20px 0;
}
@media screen and (max-width: 768px) {
  .ia-01 #mainContents .eventItemsBox.indexNav .body.description {
    font-size: 1.3rem;
    margin: 10px 16px 0;
  }
}
@media screen and (max-width: 768px) {
  .ia-01 #mainContents .eventItemsBox.indexNav .time {
    padding: 15px 16px 20px;
    font-size: 1.2rem;
  }
}

/* ==========================================================================
   Top Column Section
   ========================================================================== */
.ia-01 #mainContents .columnItemsBox.indexNav .body {
  font-size: 1.9rem;
  margin-top: 25px;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .ia-01 #mainContents .columnItemsBox.indexNav .time {
    padding: 15px 16px 20px;
    font-size: 1.2rem;
  }
}

/* ==========================================================================
   Hero Section
   ========================================================================== */
#mainContents:has(.dx-page) {
  position: relative;
}
#mainContents:has(.dx-page)::before {
  content: "";
  position: fixed;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-image: url(/assets/images/ai/about_kv_bg.jpg);
  background-position: center center;
  background-size: cover;
  transition: scale 400ms;
}
#mainContents:has(.dx-page)::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, transparent 30%, #fff 70%);
  pointer-events: none; /* クリックイベントを通す */
}
.dx-page .hero {
  position: relative;
  padding: 80px 80px 200px;
  height: 100vh;
  max-height: 680px;
}
@media screen and (max-width: 968px) {
  .dx-page .hero {
    padding: 90px 0 240px;
    max-height: 875px;
  }
}
@media screen and (max-width: 768px) {
  .dx-page .hero {
    padding: 60px 0 164px;
    max-height: 567px;
  }
}
.dx-page .hero::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  background-repeat: no-repeat;
  background-image: url(/assets/images/ai/about_kv_montain.png);
  background-position: right bottom;
  background-size: 53.8% auto;
  opacity: 0.85;
  transform: scale(1.1);
  animation: scaleDown 1s ease-out forwards;
}
@media screen and (max-width: 968px) {
  .dx-page .hero::after {
    background-size: 72% auto;
  }
}
@media screen and (max-width: 768px) {
  .dx-page .hero::after {
    background-size: 72% auto;
  }
}
.dx-page .hero .hero__title {
  position: relative;
  z-index: 1;
  max-width: 670px;
  opacity: 0;
  transform-origin: top left;
  animation: fadeInDown 1s ease-out forwards;
}
@media screen and (max-width: 968px) {
  .dx-page .hero .hero__title {
    max-width: 500px;
  }
}
@media screen and (max-width: 768px) {
  .dx-page .hero .hero__title {
    max-width: 315px;
  }
}
@keyframes scaleDown {
  from {
    transform: translate(-80px, -30px) scale(1.1);
  }
  to {
    transform: translate(0) scale(1);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate(30px, 30px);
  }
  to {
    opacity: 1;
    transform: translate(0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ==========================================================================
   Mission, Vision, Value Section
   ========================================================================== */
.dx-page .mvv {
  position: relative;
  z-index: 1;
  margin-top: -60px;
  background-color: var(--color-bg-section);
}
@media screen and (max-width: 968px) {
  .dx-page .mvv {
    margin-top: -120px;
  }
}
@media screen and (max-width: 768px) {
  .dx-page .mvv {
    margin-top: -15px;
  }
}
.dx-page .mvv__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 58px;
}
@media screen and (max-width: 968px) {
  .dx-page .mvv__grid {
    gap: 35px;
  }
}
@media screen and (max-width: 768px) {
  .dx-page .mvv__grid {
    gap: 20px;
  }
}

.dx-page .mvv__item {
  background-color: #fff;
  padding: 53px 59px;
  border-radius: 10px;
  box-shadow: 0px 2px 25px rgba(0, 0, 0, 0.02);
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}
@media screen and (max-width: 768px) {
  .dx-page .mvv__item {
    padding: 30px 26px 40px;
  }
}
#mainContents .dx-page .mvv__item--value {
  padding-top: 65px;
}
@media screen and (max-width: 768px) {
  #mainContents .dx-page .mvv__item--value {
    padding-top: 40px;
  }
}
.mvv__item.is-visible {
  opacity: 1;
  transform: translateY(0);
}
#mainContents .dx-page .mvv__item__columns {
  display: grid;
  grid-template-columns: 52% 48%;
}
@media screen and (max-width: 968px) {
  #mainContents .dx-page .mvv__item__columns {
    grid-template-columns: 1fr;
    gap: 15px;
  }
}
#mainContents .dx-page .mvv__item--value .mvv__item__columns {
  grid-template-columns: 31% 1fr;
}
@media screen and (max-width: 768px) {
  #mainContents .dx-page .mvv__item--value .mvv__item__columns {
    grid-template-columns: 1fr;
  }
}
#mainContents .dx-page .mvv__heading {
  margin-top: 0;
  font-family: "EB Garamond", serif;
  font-size: 2.6rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: #111926;
  margin-bottom: 40px;
  position: relative;
  padding-left: 14px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  #mainContents .dx-page .mvv__heading {
    margin-bottom: 27px;
    font-size: 2.4rem;
  }
}
#mainContents .dx-page .mvv__item--vission .mvv__heading {
  margin-bottom: 31px;
}
#mainContents .dx-page .mvv__item--value .mvv__heading {
  margin-top: 0;
}
#mainContents .dx-page .mvv__heading::before {
  content: "";
  position: absolute;
  top: -3px;
  left: 0;
  width: 47px;
  height: 47px;
  border-radius: 50%;
  background: linear-gradient(180deg, #ffffff 0%, #fcfa4d 100%);
  z-index: -1;
}
@media screen and (max-width: 768px) {
  #mainContents .dx-page .mvv__heading::before {
    top: -5px;
  }
}
#mainContents .dx-page .mvv__item.mvv__item--vision .mvv__heading::before {
  background: linear-gradient(180deg, #ffffff 0%, #95efff 100%);
}
#mainContents .dx-page .mvv__item.mvv__item--value .mvv__heading::before {
  background: linear-gradient(180deg, #ffffff 0%, #a5c2ff 100%);
}

#mainContents .dx-page .mvv__text {
  padding-left: 8px;
  font-size: 4rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.5;
  color: transparent;
  background-image: linear-gradient(
    132deg,
    #ffee6e 0%,
    #14233a 30%,
    #14233a 100%
  );
  -webkit-background-clip: text;
}
@media screen and (max-width: 968px) {
  #mainContents .dx-page .mvv__text {
    padding-left: 0;
  }
}
@media screen and (max-width: 768px) {
  #mainContents .dx-page .mvv__text {
    font-size: 2.9rem;
  }
}
#mainContents .dx-page .mvv__item--vision .mvv__text {
  background-image: linear-gradient(
    132deg,
    #95efff 0%,
    #14233a 30%,
    #14233a 100%
  );
}
#mainContents .dx-page .mvv__item__column__description p {
  margin-top: 0;
  font-size: 1.5rem;
  letter-spacing: 0;
  line-height: 3;
  color: #111926;
}
@media screen and (max-width: 768px) {
  #mainContents .dx-page .mvv__item__column__description p {
    font-size: 1.4rem;
  }
}
#mainContents .dx-page .mvv__item--vision .mvv__item__column__description p {
  margin-top: -7px;
}

#mainContents .dx-page .mvv__value-list {
  margin-top: 17px;
  list-style: none;
  counter-reset: value-counter;
}
@media screen and (max-width: 768px) {
  #mainContents .dx-page .mvv__value-list {
    margin-top: 0;
  }
}

#mainContents .dx-page .mvv__value-list li {
  padding-top: 6px;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.5;
  color: #111926;
  position: relative;
  padding-left: 58px;
  margin-bottom: 50px;
}

#mainContents .dx-page .mvv__value-list li:last-child {
  margin-bottom: 0;
}

#mainContents .dx-page .mvv__value-list li::before {
  counter-increment: value-counter;
  content: counter(value-counter, decimal-leading-zero);
  position: absolute;
  left: 0;
  top: 0;
  color: #2f6bed;
  font-family: "EB Garamond", serif;
  font-weight: 700;
  font-size: 3.3rem;
  letter-spacing: 0;
  line-height: 1;
}

/* ==========================================================================
   Solution Section
   ========================================================================== */
#mainContents .dx-page .solution {
  position: relative;
  z-index: 1;
}
#mainContents .dx-page .solution h2 {
  margin-top: 150px;
  margin-bottom: 30px;
}
@media screen and (max-width: 968px) {
  #mainContents .dx-page .solution h2 {
    margin-top: 120px;
    margin-bottom: 24px;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 768px) {
  #mainContents .dx-page .solution h2 {
    margin-top: 70px;
    margin-bottom: 24px;
    font-size: 2rem;
  }
}
#mainContents .dx-page .solution .solutionBox {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
@media screen and (max-width: 968px) {
  #mainContents .dx-page .solution .solutionBox {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 768px) {
  #mainContents .dx-page .solution .solutionBox {
    grid-template-columns: 1fr 1fr;
  }
}
#mainContents .dx-page .solution .solutionBox a {
  width: 100%;
}
@media screen and (max-width: 968px) {
  #mainContents .dx-page .solution .solutionBox a {
    display: grid;
    grid-template-columns: 44% auto;
    width: 100%;
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  #mainContents .dx-page .solution .solutionBox a {
    display: flex;
    flex-direction: column;
  }
}
#mainContents .dx-page .solution .solutionBox .title {
  font-size: 1.6rem;
  font-weight: 500;
  padding: 20px 15px 0;
}
@media screen and (max-width: 968px) {
  #mainContents .dx-page .solution .solutionBox .title {
    font-size: 1.9rem;
    padding: 30px 30px 0;
  }
}
@media screen and (max-width: 768px) {
  #mainContents .dx-page .solution .solutionBox .title {
    font-size: 1.6rem;
    padding: 16px 16px 0;
  }
}
#mainContents .dx-page .solution .solutionBox .body {
  font-size: 1.5rem;
  font-weight: 400;
}
@media screen and (max-width: 968px) {
  #mainContents .dx-page .solution .solutionBox .body {
    padding: 15px 30px 0;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  #mainContents .dx-page .solution .solutionBox .body {
    font-size: 1.3rem;
    padding: 16px 16px 20px;
  }
}
/* ==========================================================================
   CTA Section
   ========================================================================== */
#mainContents .dx-page .cta {
  position: relative;
  z-index: 1;
}
/* ==========================================================================
   Solution Article
   ========================================================================== */
.am-01 #mainContents .indexNav.solutionBox--title {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
@media screen and (max-width: 968px) {
  .am-01 #mainContents .indexNav.solutionBox,
  .am-01 #mainContents .indexNav.solutionBox--title {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .am-01 #mainContents .indexNav.solutionBox {
    grid-template-columns: repeat(1, 1fr);
  }
}
.am-01 #mainContents .indexNav.solutionBox--title .title {
  padding: 15px 20px;
  margin: 0;
  font-size: 1.6rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .am-01 #mainContents .indexNav.solutionBox--title .title {
    padding: 16px 15px;
    font-size: 1.5rem;
  }
  .am-01 #mainContents .indexNav.solutionBox--title .body {
    padding: 15px 16px 16px;
  }
}

.am-01 #mainContents .indexNav.solutionBox--title a {
  width: 100%;
  padding-bottom: 0;
}

.am-01 #mainContents p {
  line-height: 1.6;
}

.am-01 #mainContents .indexNav.solutionBox .solutionBox_wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
  padding-bottom: 60px;
}
.am-01 #mainContents .indexNav.solutionBox .solutionBox_wrapper::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 20px;
  background: url(/assets/images/ai/solution_specific_icon.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 85px;
  height: 77px;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .am-01 #mainContents .indexNav.solutionBox .solutionBox_wrapper::before {
    left: 25px;
    width: 65px;
    height: 59px;
  }
}
.am-01 #mainContents .indexNav.solutionBox a {
  padding-bottom: 0;
  margin-bottom: 0;
  width: 100%;
  border-color: #5d0f84;
}
.am-01 #mainContents .indexNav.solutionBox a::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  display: block;
  z-index: 2;
  top: 0;
  left: 0;
  transition: 250ms;
  background: linear-gradient(90deg, #fff7ff 0%, #fff7ff 55%, transparent 100%);
}
.am-01 #mainContents .indexNav.solutionBox a::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  margin: 0 !important;
  background: linear-gradient(
    -90deg,
    #fff7ff 0%,
    #fff7ff 55%,
    transparent 100%
  );
  transition: 150ms cubic-bezier(0, 0, 0.5, 1.3);
  transform: translateX(0) !important;
  opacity: 0;
}
.am-01 #mainContents .indexNav.solutionBox a:hover::before {
  opacity: 0;
}
.am-01 #mainContents .indexNav.solutionBox a:hover::after {
  opacity: 1;
}

#mainContents .indexNav.solutionBox > * > * {
  background-color: transparent;
}

.am-01 #mainContents .indexNav.solutionBox .title {
  margin: 25px 25px 15px;
  font-size: 1.9rem;
  font-weight: 500;
  letter-spacing: 0;
  color: #2d2d2e;
}
@media screen and (max-width: 768px) {
  .am-01 #mainContents .indexNav.solutionBox .title {
    margin: 20px 20px 10px;
    font-size: 1.6rem;
  }
}
#mainContents .indexNav.solutionBox .bodyBox {
  position: relative;
  z-index: 2;
}

.am-01 #mainContents .indexNav.solutionBox .body {
  margin: 15px 25px 0;
  font-size: 1.4rem;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .am-01 #mainContents .indexNav.solutionBox .body {
    margin: 0 20px;
    font-size: 1.3rem;
  }
}
.solutionBox_linktext {
  position: absolute;
  right: 25px;
  bottom: 0;
  padding-right: 38px;
  margin-bottom: 20px;
  z-index: 2;
  font-size: 1.4rem;
  color: #840d84;
}
.solutionBox_linktext i {
  position: absolute;
  top: 50%;
  right: 0;
  width: 26px;
  height: 26px;
  background-color: #5d0f84;
  border-radius: 50%;
  background-size: contain;
  background-position: 0 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: none;
  transition: none;
  background: #f5f2f5;
  background: -webkit-linear-gradient(-135deg, #5d0f84 0%, #871d97 100%);
  background: -moz-linear-gradient(-135deg, #5d0f84 0%, #871d97 100%);
  background: linear-gradient(-135deg, #5d0f84 0%, #871d97 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5D0F84', endColorstr='#871D97',GradientType=0 );
}
.solutionBox_linktext i::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-image: url(/assets/images/top/icon-btn-white.svg);
}
.am-01
  #mainContents
  .indexNav.solutionBox
  a:hover
  .solutionBox_linktext
  i::before {
  background-position: 26px 0;
  -webkit-transition: all 250ms cubic-bezier(0, 0, 0.5, 1.3);
  transition: all 250ms cubic-bezier(0, 0, 0.5, 1.3);
}

.solutionRelatedProductColumns {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
  margin-top: 72px;
}
@media screen and (max-width: 768px) {
  .solutionRelatedProductColumns {
    margin-top: 17.066666666666667vmin;
  }
}
@media screen and (max-width: 968px) {
  .solutionRelatedProductColumns {
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
  }
}
#mainContents .solutionRelatedProductColumns h2 {
  margin-top: 0;
}
#mainContents .news-content .solutionRelatedProductColumns .button.action02 {
  border-color: #840D84;
}
#mainContents
  .news-content
  .solutionRelatedProductColumns
  .button.action02::before {
  background: #fff;
}
#mainContents
  .news-content
  .solutionRelatedProductColumns
  .button.action02::after {
  background: #fff;
}
/* ==========================================================================
   Case Article
   ========================================================================== */
.am-01 #mainContents .news-content .tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 5px;
  margin: 48px 0 16px;
}
@media screen and (max-width: 768px) {
  .am-01 #mainContents .news-content .tags {
    margin: 16px 0;
  }
}
.am-01 #mainContents .news-content .tag {
  padding: 3px 10px 1px;
  font-size: 1.3rem;
  font-weight: 400;
  background-color: #f5f6f7;
  border-radius: 18px;
  border: 1px solid #dcdcdc;
}
@media screen and (max-width: 768px) {
  .am-01 #mainContents .news-content .tag {
    font-size: 1.2rem;
  }
}
.am-01 #mainContents .news-content .tags + section {
  margin-top: 16px !important;
}
.am-01 #mainContents .row03 .indexNav.caseBox .body {
  font-weight: 500;
}
/* ==========================================================================
   Solutions Article
   ========================================================================== */
.ia-04 #mainContents .textBox p {
  font-weight: 500;
}
.ia-04 #mainContents .textBox p.small {
  font-weight: 400;
}
