[data-anime].is-show {
  opacity: 1;
  filter: none;
  transform: none;
}

[data-anime=c-anime-box].is-show [data-anime] {
  opacity: 1;
  filter: none;
  transform: none;
}

[data-anime=c-fade] {
  opacity: 0;
  transition: opacity .8s cubic-bezier(0.165, 0.84, 0.44, 1);
}

[data-anime=c-fade-in] {
  opacity: 0;
  transform: translateY(5px);
  transition: opacity .8s cubic-bezier(0.165, 0.84, 0.44, 1),transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

[data-anime=c-blur] {
  filter: blur(2px);
  opacity: 0;
  transform: scale(1.01);
  transition: opacity .8s cubic-bezier(0.165, 0.84, 0.44, 1),transform 1s cubic-bezier(0.165, 0.84, 0.44, 1),filter 1.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

[data-anime=c-blur-in] {
  filter: blur(2px);
  opacity: 0;
  transform: translateY(5px) scale(1.01);
  transition: opacity .8s cubic-bezier(0.165, 0.84, 0.44, 1),transform 1s cubic-bezier(0.165, 0.84, 0.44, 1),filter 1.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

[data-anime=c-scale] {
  transform: scale(1.01);
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

#onetrust-consent-sdk {
  display: none;
}

.content {
  padding: 0;
  max-width: none;
  color: #000;
  font-family: "Noto Sans JP","Original Yu Gothic","Yu Gothic",YuGothic,"Hiragino Sans",sans-serif;
  -webkit-font-smoothing: auto;
}

.str-renew {
  position: relative;
}

br.sp {
  display: none;
}

br.pc {
  display: block;
}

.localnavi {
  position: relative;
  z-index: 1;
}

.localnavi>p {
  width: 250px;
}

.localnavi>p a img {
  width: 179px;
}

.localnavi-box {
  width: calc(100% - 250px);
}

#onetrust-banner-sdk {
  display: none;
}

.gradation-bg {
  background-color: #011428;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}

.gradation-canvas {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.info-gradation-bg {
  background-color: #011428;
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.info-gradation-canvas {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.page-ai {
  padding-top: var(--nav-height, 0);
  position: relative;
  z-index: 0;
}

.page-ai .section-inner {
  width: 100%;
  padding: 0 10px;
  margin: auto;
  max-width: 1070px;
}

.page-ai .section-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 12px;
}

.page-ai .section-title-en {
  color: #194399;
  font-size: 2rem;
  letter-spacing: .02em;
  font-feature-settings: "palt";
  font-family: "Poppins",sans-serif;
  font-style: normal;
  font-weight: 400;
}

.page-ai .section-title-en else {
  font-weight: 500;
}

.page-ai .section-title-ja {
  color: #000;
  font-size: 4.2rem;
  letter-spacing: .02em;
  line-height: 1.2380952381;
  font-feature-settings: "palt";
  font-weight: 600;
}

.page-ai .section-title-ja b {
  font-family: "Poppins",sans-serif;
  font-style: normal;
  font-weight: 500;
}

.page-ai .section-title-ja b else {
  font-weight: 500;
}

.page-ai .section-title-ja b {
  font-size: 5rem;
  letter-spacing: .02em;
  padding-inline: .2em;
  font-feature-settings: "palt";
  vertical-align: unset;
  position: relative;
  top: 1px;
}

.page-ai .float-bg {
  width: 100%;
  height: 796px;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: -1;
}

.page-ai .float-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top center;
  object-position: top center;
}

.page-ai .float-bg .float-bg-overlay {
  display: block;
  width: 100vw;
  height: 100vw;
  background-color: #011428;
  position: fixed;
  inset: 0;
  opacity: 0;
}

.page-ai .--skeleton-box {
  position: relative;
  z-index: 0;
  overflow: hidden;
  border: 1px solid hsla(0,0%,100%,.2);
}

.page-ai .--skeleton-box::before,
.page-ai .--skeleton-box::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.page-ai .--skeleton-box::before {
  content: "";
  background-color: #fff;
  opacity: .05;
  z-index: -2;
}

.page-ai .--skeleton-box::after {
  content: "";
  background: linear-gradient(0deg, #6391c1, #132537);
  opacity: .25;
  z-index: -1;
}

.page-ai .--gradation-border {
  position: relative;
  isolation: isolate;
  z-index: 0;
}

.page-ai .--gradation-border::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 2px;
  background: linear-gradient(135deg, #194399 0%, #215ace 25%, #6391c1 50%, #87b5ea 75%, #6391c1 90%, #215ace 100%);
  background-size: 200% 200%;
  animation: gradationBorder 3s ease-in-out infinite;
  -webkit-mask: linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  filter: blur(2px);
  z-index: 1;
}

@keyframes gradationBorder {
  0% {
    background-position: 0% 0%;
  }

  25% {
    background-position: 50% 50%;
  }

  50% {
    background-position: 100% 100%;
  }

  75% {
    background-position: 50% 50%;
  }

  100% {
    background-position: 0% 0%;
  }
}

.page-ai .hero {
  height: 460px;
  margin: 0 auto;
  position: relative;
}

.page-ai .hero::before {
  content: "";
  width: 100%;
  height: 540px;
  background-image: url("../img/hero_bg.png");
  background-repeat: no-repeat;
  background-size: 1700px 540px;
  background-position: center top;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin-inline: auto;
  pointer-events: none;
}

.page-ai .hero .hero-inner {
  width: 100%;
  padding: 0 10px;
  margin: auto;
  max-width: 1070px;
  width: 77.7777777778%;
  padding-inline: 0;
  height: 100%;
  position: relative;
  padding-block: 78px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.page-ai .hero .hero-title {
  color: #fff;
  font-size: 4.4rem;
  line-height: 1.3636363636;
  letter-spacing: 0.1em;
  font-weight: 600;
  grid-area: title;
}

.page-ai .hero .hero-title b {
  font-size: 5.2rem;
  line-height: 1.1538461538;
  letter-spacing: 0.02em;
  font-family: "Poppins",sans-serif;
  font-style: normal;
  font-weight: 500;
}

.page-ai .hero .hero-title b else {
  font-weight: 500;
}

.page-ai .hero .hero-title b {
  position: relative;
  top: 1px;
  padding-inline: 0 .1em;
}

.page-ai .hero .hero-title span {
  font-weight: 600;
  background: linear-gradient(0deg, transparent 0px, transparent 4px, rgba(135, 181, 234, 0.6) 4px, rgba(135, 181, 234, 0.6) 13px, transparent 9px, transparent 100%);
}

.page-ai .hero .hero-text {
  color: #fff;
  font-weight: 500;
  font-size: 2rem;
  line-height: 2;
  letter-spacing: 0.05em;
  margin-top: 30px;
  grid-area: text;
  font-feature-settings: "palt";
}

.page-ai .hero .hero-lead {
  color: #fff;
  font-weight: 500;
  font-size: 2.6rem;
  line-height: 1;
  letter-spacing: 0.04em;
  font-feature-settings: "palt";
}

.page-ai .hero .hero-lead b {
  font-family: "Poppins",sans-serif;
  font-style: normal;
  font-weight: 500;
}

.page-ai .hero .hero-lead b else {
  font-weight: 500;
}

.page-ai .hero .hero-lead b {
  padding-inline: .12em;
  font-feature-settings: "palt";
}

.page-ai .hero .hero-stats-box {
  grid-area: stats-box;
  margin-top: 41px;
  display: flex;
  justify-content: start;
  gap: 16px;
}

.page-ai .hero .hero-stats {
  width: 142px;
}

.page-ai .button-block {
  width: 100%;
  padding: 0 10px;
  margin: auto;
  max-width: 1070px;
  width: 77.7777777778%;
}

.page-ai .button-block .button-box {
  background-color: hsla(0,0%,100%,.05);
  padding-block: 48px;
  border-radius: 20px;
  grid-area: button-box;
  display: grid;
  grid-template-columns: repeat(2, 270px);
  justify-content: center;
  gap: 23px 16px;
  position: relative;
}

.page-ai .button-block .button:nth-child(1) a {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  color: #000;
  width: 270px;
  height: 54px;
  font-size: 16px;
  font-weight: 500;
  padding: 0 25px;
  border-radius: calc(infinity*1px);
  margin: auto;
  position: relative;
  z-index: 1;
}

.page-ai .button-block .button:nth-child(1) a::after {
  content: "";
  width: 6px;
  height: 9px;
  display: block;
  background-image: url("data:image/svg+xml;base64,PHN2ZyAKIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIKIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIgogd2lkdGg9IjZweCIgaGVpZ2h0PSI5cHgiPgo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiICBmaWxsPSJyZ2IoMCwgMCwgMCkiCiBkPSJNLTAuMDA0LC0wLjAwOCBMNS45OTUsNC41MDAgTC0wLjAwNCw5LjAxMSAiLz4KPC9zdmc+");
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
}

.page-ai .button-block .button:nth-child(1) a.--arrow-white::after {
  background-image: url("data:image/svg+xml;base64,PHN2ZyAKIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIKIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIgogd2lkdGg9IjZweCIgaGVpZ2h0PSI5cHgiPgo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiICBmaWxsPSIjZmZmIgogZD0iTS0wLjAwNCwtMC4wMDggTDUuOTk1LDQuNTAwIEwtMC4wMDQsOS4wMTEgIi8+Cjwvc3ZnPg==");
}

.page-ai .button-block .button:nth-child(1) a.--plus::before {
  content: "";
  display: block;
  width: 1px;
  height: 13px;
  background-image: none;
  background-color: #fff;
  position: absolute;
  right: 36px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.page-ai .button-block .button:nth-child(1) a.--plus::after {
  content: "";
  display: block;
  width: 13px;
  height: 1px;
  background-color: #fff;
  background-image: none;
  position: absolute;
  right: 30px;
  top: 0;
  bottom: 0;
  margin: auto;
  transform: none;
}

.page-ai .button-block .button:nth-child(2) a {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffb129;
  color: #000;
  width: 270px;
  height: 54px;
  font-size: 16px;
  font-weight: 500;
  padding: 0 25px;
  border-radius: calc(infinity*1px);
  margin: auto;
  position: relative;
  z-index: 1;
}

.page-ai .button-block .button:nth-child(2) a::after {
  content: "";
  width: 6px;
  height: 9px;
  display: block;
  background-image: url("data:image/svg+xml;base64,PHN2ZyAKIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIKIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIgogd2lkdGg9IjZweCIgaGVpZ2h0PSI5cHgiPgo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiICBmaWxsPSJyZ2IoMCwgMCwgMCkiCiBkPSJNLTAuMDA0LC0wLjAwOCBMNS45OTUsNC41MDAgTC0wLjAwNCw5LjAxMSAiLz4KPC9zdmc+");
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
}

.page-ai .button-block .button:nth-child(2) a.--arrow-white::after {
  background-image: url("data:image/svg+xml;base64,PHN2ZyAKIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIKIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIgogd2lkdGg9IjZweCIgaGVpZ2h0PSI5cHgiPgo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiICBmaWxsPSIjZmZmIgogZD0iTS0wLjAwNCwtMC4wMDggTDUuOTk1LDQuNTAwIEwtMC4wMDQsOS4wMTEgIi8+Cjwvc3ZnPg==");
}

.page-ai .button-block .button:nth-child(2) a.--plus::before {
  content: "";
  display: block;
  width: 1px;
  height: 13px;
  background-image: none;
  background-color: #fff;
  position: absolute;
  right: 36px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.page-ai .button-block .button:nth-child(2) a.--plus::after {
  content: "";
  display: block;
  width: 13px;
  height: 1px;
  background-color: #fff;
  background-image: none;
  position: absolute;
  right: 30px;
  top: 0;
  bottom: 0;
  margin: auto;
  transform: none;
}

.page-ai .button-block .button-note {
  font-size: 1.2rem;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #fff;
  text-align: center;
  grid-column: 1/3;
}

.page-ai .scene {
  margin-top: 144px;
  border-radius: 20px 20px 0 0;
  background-color: #fff;
  position: relative;
  overflow: hidden;
}

.page-ai .scene::before,
.page-ai .scene::after {
  content: "";
  width: 700px;
  height: 700px;
  background: linear-gradient(-30deg, #194399, #6391c1);
  border-radius: 50%;
  position: absolute;
  opacity: .4;
  filter: blur(200px);
}

.page-ai .scene::before {
  top: 0;
  right: 0;
  transform: translate(50%, -50%);
}

.page-ai .scene::after {
  bottom: 30%;
  left: 0;
  transform: translate(-50%, 50%);
}

.page-ai .scene .section-inner {
  padding-block: 137px 100px;
  position: relative;
}

.page-ai .scene .card-list {
  margin-top: 75px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.page-ai .scene .card-list li {
  padding-block: 58px 50px;
  background: linear-gradient(180deg, #ffffff 0%, #ffffff 60%, #f1f1f1 100%);
  border-radius: 20px;
  box-shadow: 0 0 4px rgba(0,0,0,.1);
  border: 1px solid #e2e0e1;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.page-ai .scene .card-list li .img-box {
  max-width: 185px;
}

.page-ai .scene .card-list li .title {
  margin-top: 23px;
  padding-inline: 40px;
  text-align: center;
}

.page-ai .scene .card-list li .title span {
  font-size: 2.2rem;
  line-height: 1.5;
  letter-spacing: 0.02em;
  font-feature-settings: "palt";
  color: #194399;
  font-weight: 600;
  display: inline-block;
}

.page-ai .scene .card-list li .text {
  font-size: 1.6rem;
  line-height: 1.75;
  margin-top: 18px;
  padding-inline: 40px;
}

.page-ai .scene .panel-list {
  display: flex;
  flex-direction: column;
  margin-top: 99px;
  gap: 25px;
}

.page-ai .scene .panel-list-item {
  background: linear-gradient(180deg, #f5f7fa 0%, #e8ecf5 100%);
  border-radius: 20px;
  padding: 63px 64px 50px;
  display: flex;
  gap: 48px;
}

.page-ai .scene .panel-list-item .img-box {
  min-width: 41.3043478261%;
  width: 41.3043478261%;
  border-radius: 20px;
  background-color: #fff;
  aspect-ratio: 380/260;
  margin-top: -13px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.page-ai .scene .panel-num {
  font-family: "Poppins",sans-serif;
  font-style: normal;
  font-weight: 400;
}

.page-ai .scene .panel-num else {
  font-weight: 500;
}

.page-ai .scene .panel-num {
  font-size: 1.8rem;
  line-height: 1;
  letter-spacing: 0.02em;
  color: #194399;
  font-feature-settings: "palt";
  display: flex;
  align-items: center;
  gap: 8px;
}

.page-ai .scene .panel-num::before {
  content: "";
  width: 5px;
  height: 5px;
  background-color: #194399;
}

.page-ai .scene .panel-title {
  font-size: 3rem;
  line-height: 1.4666666667;
  letter-spacing: 0.02em;
  font-feature-settings: "palt";
  font-weight: 600;
  margin-top: 13px;
}

.page-ai .scene .panel-text {
  font-size: 1.6rem;
  line-height: 1.75;
  margin-top: 17px;
}

.page-ai .trial {
  background-color: #fff;
  position: relative;
  z-index: 1;
}

.page-ai .trial .trial-inner {
  width: 100%;
  padding: 0 10px;
  margin: auto;
  max-width: 1070px;
  max-width: 1170px;
  padding-bottom: 160px;
}

.page-ai .trial .trial-block {
  border-radius: 20px;
  padding: 88px 50px 64px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.page-ai .trial .trial-block .info-gradation-bg {
  width: 100%;
}

.page-ai .trial .trial-block .trial-heading {
  color: #fff;
  font-size: 3.6rem;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 600;
  text-align: center;
}

.page-ai .trial .trial-block .trial-text {
  color: #fff;
  font-size: 1.8rem;
  line-height: 1.5555555556;
  letter-spacing: 0em;
  text-align: center;
  margin-top: 34px;
}

.page-ai .trial .trial-block .trial-content-block {
  margin-top: 58px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 17px;
}

.page-ai .trial .trial-block .trial-box {
  padding: 63px 64px 58px;
  border-radius: 20px;
  background-color: #fff;
  align-items: flex-end;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
}

.page-ai .trial .trial-block .trial-title {
  font-size: 3.2rem;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 600;
  text-align: center;
}

.page-ai .trial .trial-block .trial-list {
  width: 100%;
  margin-block: 31px 48px;
}

.page-ai .trial .trial-block .trial-list li {
  font-size: 2.2rem;
  line-height: 1.3181818182;
  width: 100%;
  padding-block: 18px;
  padding-inline: 8px 4px;
  border-bottom: 1px solid #ccc;
  display: flex;
  gap: 11px;
}

.page-ai .trial .trial-block .trial-list li::before {
  content: "";
  width: 26px;
  height: 26px;
  background-image: url("../img/icon-check.png");
  background-size: 100%;
  background-repeat: no-repeat;
  position: relative;
  top: 2px;
}

.page-ai .trial .trial-block .trial-button {
  margin-top: auto;
}

.page-ai .trial .trial-block .trial-button.--black a {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #000;
  color: #fff;
  width: 310px;
  height: 54px;
  font-size: 16px;
  font-weight: 500;
  padding: 0 25px;
  border-radius: calc(infinity*1px);
  margin: auto;
  position: relative;
  z-index: 1;
}

.page-ai .trial .trial-block .trial-button.--black a::after {
  content: "";
  width: 6px;
  height: 9px;
  display: block;
  background-image: url("data:image/svg+xml;base64,PHN2ZyAKIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIKIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIgogd2lkdGg9IjZweCIgaGVpZ2h0PSI5cHgiPgo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiICBmaWxsPSJyZ2IoMCwgMCwgMCkiCiBkPSJNLTAuMDA0LC0wLjAwOCBMNS45OTUsNC41MDAgTC0wLjAwNCw5LjAxMSAiLz4KPC9zdmc+");
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
}

.page-ai .trial .trial-block .trial-button.--black a.--arrow-white::after {
  background-image: url("data:image/svg+xml;base64,PHN2ZyAKIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIKIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIgogd2lkdGg9IjZweCIgaGVpZ2h0PSI5cHgiPgo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiICBmaWxsPSIjZmZmIgogZD0iTS0wLjAwNCwtMC4wMDggTDUuOTk1LDQuNTAwIEwtMC4wMDQsOS4wMTEgIi8+Cjwvc3ZnPg==");
}

.page-ai .trial .trial-block .trial-button.--black a.--plus::before {
  content: "";
  display: block;
  width: 1px;
  height: 13px;
  background-image: none;
  background-color: #fff;
  position: absolute;
  right: 36px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.page-ai .trial .trial-block .trial-button.--black a.--plus::after {
  content: "";
  display: block;
  width: 13px;
  height: 1px;
  background-color: #fff;
  background-image: none;
  position: absolute;
  right: 30px;
  top: 0;
  bottom: 0;
  margin: auto;
  transform: none;
}

.page-ai .trial .trial-block .trial-button.--transparent a {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0,0,0,0);
  color: #000;
  width: 310px;
  height: 54px;
  font-size: 16px;
  font-weight: 500;
  padding: 0 25px;
  border-radius: calc(infinity*1px);
  margin: auto;
  position: relative;
  z-index: 1;
}

.page-ai .trial .trial-block .trial-button.--transparent a::after {
  content: "";
  width: 6px;
  height: 9px;
  display: block;
  background-image: url("data:image/svg+xml;base64,PHN2ZyAKIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIKIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIgogd2lkdGg9IjZweCIgaGVpZ2h0PSI5cHgiPgo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiICBmaWxsPSJyZ2IoMCwgMCwgMCkiCiBkPSJNLTAuMDA0LC0wLjAwOCBMNS45OTUsNC41MDAgTC0wLjAwNCw5LjAxMSAiLz4KPC9zdmc+");
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
}

.page-ai .trial .trial-block .trial-button.--transparent a.--arrow-white::after {
  background-image: url("data:image/svg+xml;base64,PHN2ZyAKIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIKIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIgogd2lkdGg9IjZweCIgaGVpZ2h0PSI5cHgiPgo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiICBmaWxsPSIjZmZmIgogZD0iTS0wLjAwNCwtMC4wMDggTDUuOTk1LDQuNTAwIEwtMC4wMDQsOS4wMTEgIi8+Cjwvc3ZnPg==");
}

.page-ai .trial .trial-block .trial-button.--transparent a.--plus::before {
  content: "";
  display: block;
  width: 1px;
  height: 13px;
  background-image: none;
  background-color: #fff;
  position: absolute;
  right: 36px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.page-ai .trial .trial-block .trial-button.--transparent a.--plus::after {
  content: "";
  display: block;
  width: 13px;
  height: 1px;
  background-color: #fff;
  background-image: none;
  position: absolute;
  right: 30px;
  top: 0;
  bottom: 0;
  margin: auto;
  transform: none;
}

.page-ai .trial .trial-block .trial-button.--transparent a {
  border: 1px solid #000;
}

.page-ai .contact {
  position: relative;
}

.page-ai .contact .section-inner {
  width: 100%;
  padding: 0 10px;
  margin: auto;
  max-width: 1070px;
  max-width: 1210px;
  padding-block: 60px;
}

.page-ai .contact .contact-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

.page-ai .contact .contact-list li {
  width: 100%;
  min-height: 288px;
  padding: 45px 10px 56px;
  background-color: #fff;
  border-radius: 20px;
}

.page-ai .contact .contact-list li:nth-child(1) figure img {
  width: 41px;
}

.page-ai .contact .contact-list li:nth-child(2) figure img {
  width: 54px;
}

.page-ai .contact .contact-list li:nth-child(2) .contact-button a {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffb129;
  color: #000;
  width: 310px;
  height: 54px;
  font-size: 16px;
  font-weight: 500;
  padding: 0 25px;
  border-radius: calc(infinity*1px);
  margin: auto;
  position: relative;
  z-index: 1;
}

.page-ai .contact .contact-list li:nth-child(2) .contact-button a::after {
  content: "";
  width: 6px;
  height: 9px;
  display: block;
  background-image: url("data:image/svg+xml;base64,PHN2ZyAKIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIKIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIgogd2lkdGg9IjZweCIgaGVpZ2h0PSI5cHgiPgo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiICBmaWxsPSJyZ2IoMCwgMCwgMCkiCiBkPSJNLTAuMDA0LC0wLjAwOCBMNS45OTUsNC41MDAgTC0wLjAwNCw5LjAxMSAiLz4KPC9zdmc+");
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
}

.page-ai .contact .contact-list li:nth-child(2) .contact-button a.--arrow-white::after {
  background-image: url("data:image/svg+xml;base64,PHN2ZyAKIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIKIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIgogd2lkdGg9IjZweCIgaGVpZ2h0PSI5cHgiPgo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiICBmaWxsPSIjZmZmIgogZD0iTS0wLjAwNCwtMC4wMDggTDUuOTk1LDQuNTAwIEwtMC4wMDQsOS4wMTEgIi8+Cjwvc3ZnPg==");
}

.page-ai .contact .contact-list li:nth-child(2) .contact-button a.--plus::before {
  content: "";
  display: block;
  width: 1px;
  height: 13px;
  background-image: none;
  background-color: #fff;
  position: absolute;
  right: 36px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.page-ai .contact .contact-list li:nth-child(2) .contact-button a.--plus::after {
  content: "";
  display: block;
  width: 13px;
  height: 1px;
  background-color: #fff;
  background-image: none;
  position: absolute;
  right: 30px;
  top: 0;
  bottom: 0;
  margin: auto;
  transform: none;
}

.page-ai .contact .contact-list li:nth-child(3) figure img {
  width: 47px;
}

.page-ai .contact .contact-list li:nth-child(3) .contact-button a {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0,0,0,0);
  color: #000;
  width: 310px;
  height: 54px;
  font-size: 16px;
  font-weight: 500;
  padding: 0 25px;
  border-radius: calc(infinity*1px);
  margin: auto;
  position: relative;
  z-index: 1;
}

.page-ai .contact .contact-list li:nth-child(3) .contact-button a::after {
  content: "";
  width: 6px;
  height: 9px;
  display: block;
  background-image: url("data:image/svg+xml;base64,PHN2ZyAKIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIKIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIgogd2lkdGg9IjZweCIgaGVpZ2h0PSI5cHgiPgo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiICBmaWxsPSJyZ2IoMCwgMCwgMCkiCiBkPSJNLTAuMDA0LC0wLjAwOCBMNS45OTUsNC41MDAgTC0wLjAwNCw5LjAxMSAiLz4KPC9zdmc+");
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
}

.page-ai .contact .contact-list li:nth-child(3) .contact-button a.--arrow-white::after {
  background-image: url("data:image/svg+xml;base64,PHN2ZyAKIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIKIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIgogd2lkdGg9IjZweCIgaGVpZ2h0PSI5cHgiPgo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiICBmaWxsPSIjZmZmIgogZD0iTS0wLjAwNCwtMC4wMDggTDUuOTk1LDQuNTAwIEwtMC4wMDQsOS4wMTEgIi8+Cjwvc3ZnPg==");
}

.page-ai .contact .contact-list li:nth-child(3) .contact-button a.--plus::before {
  content: "";
  display: block;
  width: 1px;
  height: 13px;
  background-image: none;
  background-color: #fff;
  position: absolute;
  right: 36px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.page-ai .contact .contact-list li:nth-child(3) .contact-button a.--plus::after {
  content: "";
  display: block;
  width: 13px;
  height: 1px;
  background-color: #fff;
  background-image: none;
  position: absolute;
  right: 30px;
  top: 0;
  bottom: 0;
  margin: auto;
  transform: none;
}

.page-ai .contact .contact-list li:nth-child(3) .contact-button a {
  border: 1px solid #000;
}

.page-ai .contact .contact-list li figure {
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.page-ai .contact .contact-list li p {
  text-align: center;
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 0.025em;
  font-weight: 500;
  margin-top: 10px;
}

.page-ai .contact .contact-button {
  margin-top: 33px;
}

.page-ai .contact .contact-button a {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #000;
  color: #fff;
  width: 310px;
  height: 54px;
  font-size: 16px;
  font-weight: 500;
  padding: 0 25px;
  border-radius: calc(infinity*1px);
  margin: auto;
  position: relative;
  z-index: 1;
}

.page-ai .contact .contact-button a::after {
  content: "";
  width: 6px;
  height: 9px;
  display: block;
  background-image: url("data:image/svg+xml;base64,PHN2ZyAKIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIKIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIgogd2lkdGg9IjZweCIgaGVpZ2h0PSI5cHgiPgo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiICBmaWxsPSJyZ2IoMCwgMCwgMCkiCiBkPSJNLTAuMDA0LC0wLjAwOCBMNS45OTUsNC41MDAgTC0wLjAwNCw5LjAxMSAiLz4KPC9zdmc+");
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
}

.page-ai .contact .contact-button a.--arrow-white::after {
  background-image: url("data:image/svg+xml;base64,PHN2ZyAKIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIKIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIgogd2lkdGg9IjZweCIgaGVpZ2h0PSI5cHgiPgo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiICBmaWxsPSIjZmZmIgogZD0iTS0wLjAwNCwtMC4wMDggTDUuOTk1LDQuNTAwIEwtMC4wMDQsOS4wMTEgIi8+Cjwvc3ZnPg==");
}

.page-ai .contact .contact-button a.--plus::before {
  content: "";
  display: block;
  width: 1px;
  height: 13px;
  background-image: none;
  background-color: #fff;
  position: absolute;
  right: 36px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.page-ai .contact .contact-button a.--plus::after {
  content: "";
  display: block;
  width: 13px;
  height: 1px;
  background-color: #fff;
  background-image: none;
  position: absolute;
  right: 30px;
  top: 0;
  bottom: 0;
  margin: auto;
  transform: none;
}

@media only screen and (max-width: 1420px) {
  .local-menu li a {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 1199px) {
  .localnavi-box .local-menu li a {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 1060px) {
  .page-ai .contact .section-inner {
    max-width: 500px;
  }

  .page-ai .contact .contact-list {
    grid-template-columns: 100%;
    justify-items: center;
  }
}

@media screen and (max-width: 1050px) {
  .localnavi-box .local-menu li a {
    font-size: 1.3rem;
  }

  .page-ai .trial .trial-block .trial-content-block {
    grid-template-columns: 100%;
    max-width: 600px;
    margin-inline: auto;
  }
}

@media screen and (max-width: 1000px) {
  .page-ai .scene .card-list {
    grid-template-columns: 100%;
  }
}

@media screen and (max-width: 768px) {
  .content {
    padding: 0;
  }

  br.sp {
    display: block;
  }

  br.pc {
    display: none;
  }

  .localnavi {
    display: none;
  }

  .page-ai .section-inner {
    width: 90.625%;
    margin: auto;
    padding: 0;
  }

  .page-ai .section-title {
    gap: 0;
  }

  .page-ai .section-title-en {
    font-size: 1.2rem;
    line-height: 2.1666666667;
  }

  .page-ai .section-title-ja {
    font-size: 2.2rem;
    line-height: 1.33;
  }

  .page-ai .section-title-ja b {
    font-size: 2.6rem;
  }

  .page-ai .hero {
    height: 280px;
  }

  .page-ai .hero::before {
    background-image: url("../img/hero_bg_sp.png");
    background-size: cover;
    background-position: bottom;
  }

  .page-ai .hero .hero-inner {
    width: 90.625%;
    margin: auto;
    padding: 0;
  }

  .page-ai .hero .hero-title {
    width: 100%;
    font-size: 2.4rem;
    line-height: 1.5;
    text-align: center;
  }

  .page-ai .hero .hero-title b {
    font-size: 3rem;
    line-height: 1;
    letter-spacing: 0.02em;
  }

  .page-ai .hero .hero-text {
    font-size: 1.4rem;
    line-height: 1.6428571429;
    letter-spacing: 0.05em;
    margin-top: 13px;
  }

  .page-ai .hero .hero-lead {
    font-size: 1.8rem;
    line-height: 1;
    letter-spacing: 0.04em;
    margin-top: 20px;
  }

  .page-ai .hero .hero-stats-box {
    justify-content: center;
    margin-top: 30px;
    gap: 12px;
  }

  .page-ai .hero .hero-stats {
    width: 106.5px;
  }

  .page-ai .button-block {
    width: 90.625%;
    margin: auto;
    padding: 0;
  }

  .page-ai .button-block .button-box {
    background-color: hsla(0,0%,100%,.15);
    border-radius: 10px;
    padding-block: 20px;
    padding-inline: 20px;
    display: flex;
    flex-direction: column;
    gap: 15px;
  }

  .page-ai .button-block .button:nth-child(1) a {
    width: 240px;
    height: 44px;
    font-size: 14px;
    padding: 0 20px;
  }

  .page-ai .button-block .button:nth-child(1) a::after {
    width: 4px;
    height: 7px;
    right: 16px;
  }

  .page-ai .button-block .button:nth-child(1) a.--plus::before {
    right: 20px;
  }

  .page-ai .button-block .button:nth-child(1) a.--plus::after {
    right: 14px;
  }

  .page-ai .button-block .button:nth-child(2) a {
    width: 240px;
    height: 44px;
    font-size: 14px;
    padding: 0 20px;
  }

  .page-ai .button-block .button:nth-child(2) a::after {
    width: 4px;
    height: 7px;
    right: 16px;
  }

  .page-ai .button-block .button:nth-child(2) a.--plus::before {
    right: 20px;
  }

  .page-ai .button-block .button:nth-child(2) a.--plus::after {
    right: 14px;
  }

  .page-ai .button-block .button-note {
    font-size: 1rem;
    line-height: 1.6;
    letter-spacing: 0.05em;
  }

  .page-ai .scene {
    margin-top: 50px;
    border-radius: 10px 10px 0 0;
  }

  .page-ai .scene::before,
  .page-ai .scene::after {
    width: 335px;
    height: 335px;
  }

  .page-ai .scene .section-inner {
    padding-block: 50px 40px;
  }

  .page-ai .scene .card-list {
    grid-template-columns: 100%;
    margin-top: 30px;
  }

  .page-ai .scene .card-list li {
    padding: 15px 15px;
    border-radius: 10px;
    display: grid;
    grid-template-columns: 1fr 25vw;
    gap: 12px 1.5625vw;
    grid-template-areas: "title img" "text text";
  }

  .page-ai .scene .card-list li .img-box {
    width: 100%;
    max-width: 100%;
    grid-area: img;
  }

  .page-ai .scene .card-list li .title {
    text-align: left;
    padding: 0;
    margin-top: 0;
    grid-area: title;
  }

  .page-ai .scene .card-list li .title span {
    font-size: 1.8rem;
    line-height: 1.5555555556;
    letter-spacing: 0.02em;
  }

  .page-ai .scene .card-list li .text {
    font-size: 1.3rem;
    line-height: 1.6923076923;
    padding: 0;
    margin-top: 0;
    grid-area: text;
  }

  .page-ai .scene .panel-list {
    gap: 12px;
    margin-top: 40px;
  }

  .page-ai .scene .panel-list-item {
    border-radius: 10px;
    padding: 20px 14px 23px;
    flex-direction: column;
    gap: 24px;
  }

  .page-ai .scene .panel-list-item .img-box {
    width: 100%;
    min-width: auto;
    margin-top: 0;
  }

  .page-ai .scene .panel-num {
    font-size: 1.2rem;
    line-height: 1;
    letter-spacing: 0.02em;
    display: flex;
    align-items: center;
    gap: 5px;
  }

  .page-ai .scene .panel-num::before {
    width: 3px;
    height: 3px;
  }

  .page-ai .scene .panel-title {
    font-size: 1.8rem;
    line-height: 1.5;
    letter-spacing: 0.02em;
    margin-top: 6px;
    padding-right: 30px;
  }

  .page-ai .scene .panel-text {
    font-size: 1.3rem;
    line-height: 1.6923076923;
    margin-top: 8px;
  }

  .page-ai .trial .trial-inner {
    width: 90.625%;
    margin: auto;
    padding: 0;
    padding-bottom: 60px;
    width: 90.625vw;
  }

  .page-ai .trial .trial-block {
    border-radius: 10px;
    padding: 40px 15px 15px;
  }

  .page-ai .trial .trial-block .info-gradation-canvas {
    opacity: 0;
  }

  .page-ai .trial .trial-block .trial-heading {
    font-size: 2.2rem;
    line-height: 1;
    letter-spacing: 0em;
  }

  .page-ai .trial .trial-block .trial-text {
    font-size: 1.3rem;
    line-height: 1.6923076923;
    letter-spacing: 0em;
    margin-top: 20px;
    text-align: left;
    background: none;
  }

  .page-ai .trial .trial-block .trial-content-block {
    margin-top: 25px;
    gap: 15px;
  }

  .page-ai .trial .trial-block .trial-box {
    padding: 30px 15px;
    border-radius: 10px;
  }

  .page-ai .trial .trial-block .trial-title {
    font-size: 2rem;
    line-height: 1;
    letter-spacing: 0em;
  }

  .page-ai .trial .trial-block .trial-list {
    margin-block: 15px 30px;
  }

  .page-ai .trial .trial-block .trial-list li {
    font-size: 1.6rem;
    line-height: 1.5;
    letter-spacing: 0.02em;
    padding-block: 7px;
    padding-inline: 0;
    gap: 5px;
  }

  .page-ai .trial .trial-block .trial-list li::before {
    width: 22px;
    height: 22px;
  }

  .page-ai .trial .trial-block .trial-button.--black a {
    width: 240px;
    height: 44px;
    font-size: 14px;
    padding: 0 20px;
  }

  .page-ai .trial .trial-block .trial-button.--black a::after {
    width: 4px;
    height: 7px;
    right: 16px;
  }

  .page-ai .trial .trial-block .trial-button.--black a.--plus::before {
    right: 20px;
  }

  .page-ai .trial .trial-block .trial-button.--black a.--plus::after {
    right: 14px;
  }

  .page-ai .trial .trial-block .trial-button.--black a {
    width: 230px;
    height: 44px;
  }

  .page-ai .trial .trial-block .trial-button.--transparent a {
    width: 240px;
    height: 44px;
    font-size: 14px;
    padding: 0 20px;
  }

  .page-ai .trial .trial-block .trial-button.--transparent a::after {
    width: 4px;
    height: 7px;
    right: 16px;
  }

  .page-ai .trial .trial-block .trial-button.--transparent a.--plus::before {
    right: 20px;
  }

  .page-ai .trial .trial-block .trial-button.--transparent a.--plus::after {
    right: 14px;
  }

  .page-ai .trial .trial-block .trial-button.--transparent a {
    width: 230px;
    height: 44px;
  }

  .page-ai .contact .section-inner {
    width: 90.625%;
    margin: auto;
    padding: 0;
    max-width: 500px;
    padding-block: 40px;
  }

  .page-ai .contact .contact-list {
    grid-template-columns: 100%;
    gap: 15px;
  }

  .page-ai .contact .contact-list li {
    min-height: 170px;
    padding: 10px 0 24px;
    border-radius: 15px;
  }

  .page-ai .contact .contact-list li:nth-child(1) figure img {
    width: 31px;
  }

  .page-ai .contact .contact-list li:nth-child(2) figure img {
    width: 46px;
  }

  .page-ai .contact .contact-list li:nth-child(2) .contact-button a {
    width: 240px;
    height: 44px;
    font-size: 14px;
    padding: 0 20px;
  }

  .page-ai .contact .contact-list li:nth-child(2) .contact-button a::after {
    width: 4px;
    height: 7px;
    right: 16px;
  }

  .page-ai .contact .contact-list li:nth-child(2) .contact-button a.--plus::before {
    right: 20px;
  }

  .page-ai .contact .contact-list li:nth-child(2) .contact-button a.--plus::after {
    right: 14px;
  }

  .page-ai .contact .contact-list li:nth-child(2) .contact-button a {
    font-size: 1.1rem;
    width: 230px;
    height: 31px;
  }

  .page-ai .contact .contact-list li:nth-child(3) figure img {
    width: 42px;
  }

  .page-ai .contact .contact-list li:nth-child(3) .contact-button a {
    width: 240px;
    height: 44px;
    font-size: 14px;
    padding: 0 20px;
  }

  .page-ai .contact .contact-list li:nth-child(3) .contact-button a::after {
    width: 4px;
    height: 7px;
    right: 16px;
  }

  .page-ai .contact .contact-list li:nth-child(3) .contact-button a.--plus::before {
    right: 20px;
  }

  .page-ai .contact .contact-list li:nth-child(3) .contact-button a.--plus::after {
    right: 14px;
  }

  .page-ai .contact .contact-list li:nth-child(3) .contact-button a {
    font-size: 1.1rem;
    width: 230px;
    height: 31px;
  }

  .page-ai .contact .contact-list li figure {
    height: 60px;
  }

  .page-ai .contact .contact-list li p {
    font-size: 1.6rem;
    line-height: 1;
    letter-spacing: 0em;
  }

  .page-ai .contact .contact-button {
    margin-top: 20px;
  }

  .page-ai .contact .contact-button a {
    width: 240px;
    height: 44px;
    font-size: 14px;
    padding: 0 20px;
  }

  .page-ai .contact .contact-button a::after {
    width: 4px;
    height: 7px;
    right: 16px;
  }

  .page-ai .contact .contact-button a.--plus::before {
    right: 20px;
  }

  .page-ai .contact .contact-button a.--plus::after {
    right: 14px;
  }

  .page-ai .contact .contact-button a {
    width: 230px;
    height: 31px;
  }
}

@media (hover: hover) {
  .page-ai .button-block .button a {
    transition: opacity .2s;
  }

  .page-ai .button-block .button a:hover {
    opacity: .7;
  }

  .page-ai .button-block .button:nth-child(1) a {
    transition: opacity .2s;
  }

  .page-ai .button-block .button:nth-child(1) a:hover {
    opacity: .7;
  }

  .page-ai .button-block .button:nth-child(2) a {
    transition: opacity .2s;
  }

  .page-ai .button-block .button:nth-child(2) a:hover {
    opacity: .7;
  }

  .page-ai .trial .trial-block .trial-button.--black a {
    transition: opacity .2s;
  }

  .page-ai .trial .trial-block .trial-button.--black a:hover {
    opacity: .7;
  }

  .page-ai .trial .trial-block .trial-button.--transparent a {
    transition: opacity .2s;
  }

  .page-ai .trial .trial-block .trial-button.--transparent a:hover {
    opacity: .7;
  }

  .page-ai .contact .contact-list li:nth-child(2) .contact-button a {
    transition: opacity .2s;
  }

  .page-ai .contact .contact-list li:nth-child(2) .contact-button a:hover {
    opacity: .7;
  }

  .page-ai .contact .contact-list li:nth-child(3) .contact-button a {
    transition: opacity .2s;
  }

  .page-ai .contact .contact-list li:nth-child(3) .contact-button a:hover {
    opacity: .7;
  }

  .page-ai .contact .contact-button a {
    transition: opacity .2s;
  }

  .page-ai .contact .contact-button a:hover {
    opacity: .7;
  }
}