@charset "UTF-8";
body {
  font-family: "Noto Sans JP", sans-serif; /* Noto Sans JPを優先し、フォールバックとしてsans-serifを指定 */
  -webkit-font-smoothing: antialiased; /* macOS/iOSのSafariやChromeでアンチエイリアスを適用 */
  -moz-osx-font-smoothing: grayscale; /* macOSのFirefoxでアンチエイリアスを適用 */
  text-rendering: optimizeLegibility; /* テキストレンダリングの最適化 */
  color: #333; /* デフォルトの文字色 */
  line-height: 1.6; /* 行の高さ */
  font-feature-settings: "palt";
  margin: 0;
  width: 100%;
}

* {
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: #333;
  transition: 0.2s;
}
a:hover {
  opacity: 0.6;
}

p {
  margin: 0;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  padding: 13px 10px 11px;
  text-align: center;
}
header a {
  display: inline-block;
}
header a img {
  display: block;
  width: 130px;
}

.middle {
  width: 100%;
  max-width: 480px;
  margin: 0 auto;
}
.middle .w92 {
  width: 92%;
  margin: 0 auto;
}

.first_view {
  width: 100%;
  max-width: 480px;
  margin: 0 auto;
  padding-top: 50.25px;
  background: url(../img/img.webp) no-repeat;
  background-size: cover;
  background-position: center center;
}
.first_view h1 {
  padding: 22px 4% 120px;
  margin: 0;
  color: #fff;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.6;
  text-align: left;
}
.first_view h1 span {
  color: #81F0FF;
}

.top_middle {
  margin: 26px auto;
}
.top_middle h2 {
  font-size: 22px;
  width: 92%;
  margin: 0 auto 14px;
}
.top_middle h2:nth-of-type(1) {
  color: #dd1414;
  margin-bottom: 12px;
}
.top_middle > p {
  width: 92%;
  margin: 0 auto;
}
.top_middle > p:nth-of-type(1) {
  margin-bottom: 30px;
}
.top_middle > p:nth-of-type(1) span {
  font-weight: 700;
}
.top_middle > p:nth-of-type(1) span:nth-of-type(1) {
  color: #0fcd9a;
}
.top_middle > p:nth-of-type(1) span:nth-of-type(2) {
  color: #e1b000;
}
.top_middle > p:nth-of-type(1) span:nth-of-type(3) {
  color: #e1b000;
}
.top_middle .service {
  width: 92%;
  margin: 0 auto;
}
.top_middle .service ul {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 0;
  margin-bottom: 40px;
}
.top_middle .service ul li {
  position: relative;
  width: 100%;
}
.top_middle .service ul li:not(:has(> a))::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.5);
  box-shadow: 9px 11px 13px 0px rgba(0, 0, 0, 0.75) inset;
}
.top_middle .service ul li a {
  display: block;
}
.top_middle .service ul li img {
  width: 100%;
  display: block;
}
.top_middle .company {
  width: 92%;
  margin: 0 auto;
}
.top_middle .company ul {
  border: 1px solid #6f6f6f;
}
.top_middle .company ul li {
  display: flex;
  border-bottom: 1px solid #6f6f6f;
}
.top_middle .company ul li:last-child {
  border-bottom: 0;
}
.top_middle .company ul li p {
  padding: 12px 7px;
  font-size: 15px;
  margin: 0;
}
.top_middle .company ul li p:nth-of-type(1) {
  width: 76px;
  border-right: 1px solid #6f6f6f;
  background: #e1e1e1;
  font-weight: 500;
}
.top_middle .company ul li p:nth-of-type(2) {
  width: calc(100% - 76px);
}

.ai_middle {
  padding-top: 50.25px;
}
.ai_middle h2 {
  margin: 0 0 20px;
  font-size: 24px;
  line-height: 1.5;
}
.ai_middle .right {
  margin: 0;
  text-align: right;
}
.ai_middle .title_ue {
  display: block;
  font-size: 14px;
  font-weight: 800;
  line-height: 1;
  padding: 4px 6px 5px;
  border: 2px solid #0B40FF;
  color: #0B40FF;
  width: 138px;
  margin: 0 auto 4px;
  text-align: center;
  border-radius: 6px;
}
.ai_middle .middle > p {
  width: 92%;
  margin: 25px auto 30px;
  font-size: 16px;
  text-align: center;
  line-height: 1.9;
  font-weight: 600;
}
.ai_middle .middle > p img {
  width: 17px;
  display: inline-block;
  vertical-align: top;
  margin: 10px 3px 0;
}
.ai_middle .middle > p span {
  font-size: 24px;
  font-weight: 900;
  line-height: 1.6;
}
.ai_cta > p {
  font-size: 17px;
  text-align: center;
  font-weight: 800;
  margin: 0 auto -19px;
}
.ai_cta .btn1, .ai_cta .btn2 {
  color: #fff;
  font-size: 23px;
  font-weight: 600;
  text-align: center;
  line-height: 1;
  padding: 23px 0;
  width: 100%;
  border-radius: 10px;
  display: block;
  margin: 30px auto 40px;
}
.ai_cta .btn1 {
  background: #0B40FF;
}
.ai_cta .btn2 {
  background: #9096AB;
}
.ai_sec1 {
  background: url(../img/ai/first_img.webp) no-repeat;
  background-size: cover;
  background-position: center center;
}
.ai_sec1 > img {
  width: 100%;
  margin: 0 auto;
  padding-top: 200px;
  display: block;
}
.ai_sec1 .rool-container {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  padding: 0 0 14px;
  margin-top: -17px;
}
.ai_sec1 .rool-container .rool {
  display: flex;
  animation: scroll-left 3s linear infinite;
  will-change: transform;
}
.ai_sec1 .rool-container .rool:hover {
  animation-play-state: paused;
}
.ai_sec1 .rool-container .rool .rool-content {
  flex-shrink: 0;
  display: flex;
}
.ai_sec1 .rool-container .rool .rool-content p {
  padding: 0 3px;
  display: inline-block;
  font-weight: bold;
  color: #FFEE37;
}
.ai_sec2 p {
  margin: 0 auto 30px;
  text-align: justify;
}
.ai_sec2 img {
  width: 100%;
  display: block;
  margin: 0 auto 45px;
}
.ai_sec3 p {
  font-size: 15px;
  text-align: justify;
  line-height: 1.8;
  margin: 0 auto 30px;
}
.ai_sec3 img {
  width: 100%;
}
.ai_sec4 img {
  width: 100%;
}
.ai_sec5 > p {
  font-size: 15px;
  text-align: justify;
  line-height: 1.7;
  margin: 0 auto 25px;
}
.ai_sec5 ul {
  margin-bottom: 40px;
}
.ai_sec5 ul li {
  margin-bottom: 30px;
}
.ai_sec5 ul li img {
  display: block;
  width: 100%;
  margin: 0 auto 10px;
}
.ai_sec5 ul li p {
  font-size: 15px;
  line-height: 1.7;
  text-align: justify;
}
.ai_sec5 ul li p span {
  font-weight: 800;
}
.ai_sec6.line {
  display: none;
}
.ai_sec6 a {
  display: block;
}
.ai_sec6 a img {
  width: 100%;
  display: block;
}
.ai_sec6 p {
  font-size: 14px;
  line-height: 1.5;
  text-align: justify;
  width: 92%;
  margin: 10px auto 40px;
}
.ai_sec7 {
  text-align: center;
}
.ai_sec7 > p {
  font-size: 16px;
  font-weight: 700;
  margin: 0 auto 22px;
  line-height: 1;
}
.ai_sec7 .swiper-container {
  width: 100%;
  margin: 0 auto 40px;
}
.ai_sec7 .swiper-container .swiper-slide {
  width: 100%;
}
.ai_sec7 .swiper-container .swiper-slide video {
  width: 100%;
  display: block;
  overflow: hidden;
  border-radius: 12px;
}
.ai_sec7 .swiper-container .swiper-slide video source {
  width: 100%;
  display: block;
}
.ai_sec7 .swiper-container .swiper-slide p {
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  margin: 8px auto 0;
  line-height: 1;
}
.ai_sec7 ul {
  margin-bottom: 40px !important;
}
.ai_sec7 ul li {
  text-align: justify;
  margin: 0 auto 20px;
}
.ai_sec7 ul li img {
  width: 100%;
  display: block;
  margin: 0 auto 8px;
}
.ai_sec7 ul li p {
  font-size: 15px;
  line-height: 1.7;
}
.ai_sec7 ul li .one_point {
  position: relative;
  text-align: center;
  margin: 10px auto 5px;
}
.ai_sec7 ul li .one_point::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  display: block;
  background: #2c2d33;
}
.ai_sec7 ul li .one_point span {
  position: relative;
  display: inline-block;
  background: #fff;
  padding: 0 6px;
}
.ai_sec8 h2 {
  text-align: center;
}
.ai_sec8 h3 {
  text-align: center;
  margin: 0 auto 6px;
}
.ai_sec8 > p {
  font-size: 15px;
  text-align: justify;
}
.ai_sec8 > img {
  display: block;
  width: 100%;
  margin: 13px auto 3px;
}
.ai_sec8 .right {
  margin-bottom: 40px;
}
.ai_sec9 {
  text-align: center;
}
.ai_sec9 h3 {
  font-size: 17px;
  margin: 0 auto 14px;
}
.ai_sec9 ul {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 0;
}
.ai_sec9 ul li {
  width: 100%;
  border-radius: 12px;
  border: 2px solid #0B40FF;
  padding: 18px 25px 15px;
}
.ai_sec9 ul li h4 {
  font-size: 18px;
  margin: 0 auto 8px;
  line-height: 1;
}
.ai_sec9 ul li p {
  font-size: 15px;
  line-height: 1.7;
  text-align: justify;
}
.ai_sec9 .last {
  margin: 15px auto 40px;
}
.ai_sec9 .last span {
  color: #0B40FF;
}
.ai_sec10 h2 {
  text-align: center;
}
.ai_sec10 ul {
  border: 2px solid #0B40FF;
  padding: 16px 19px;
  border-radius: 12px;
  margin-bottom: 40px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 0;
}
.ai_sec10 ul li {
  width: 100%;
  display: flex;
  gap: 0 4px;
}
.ai_sec10 ul li p {
  line-height: 1.35;
}
.ai_sec10 ul li p:nth-of-type(1) {
  color: #0B40FF;
  font-size: 18px;
  line-height: 1.2;
}
.ai_sec10 ul li p:nth-of-type(2) {
  font-size: 16px;
  text-align: justify;
}
.ai_sec11 h2 {
  text-align: center;
}
.ai_sec11 > p {
  margin-bottom: 20px;
  text-align: justify;
}
.ai_sec11 ul {
  display: flex;
  flex-wrap: wrap;
  gap: 22px 0;
}
.ai_sec11 ul li {
  width: 100%;
}
.ai_sec11 ul li h3 {
  margin: 0 auto 10px;
}
.ai_sec11 ul li p {
  font-size: 15px;
  text-align: justify;
  line-height: 1.7;
}
.ai_sec12 img {
  display: block;
  width: 100%;
  margin: 12px auto -12px;
}
.ai_sec13 h2 {
  text-align: right;
}
.ai_sec13 ul {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 0;
  margin: 0 auto 66px;
}
.ai_sec13 ul li {
  margin: 12px 0 0;
  padding: 0 0 15px;
  border-bottom: 1px solid rgba(43, 46, 51, 0.2);
}
.ai_sec13 ul li h3 {
  margin: 0 0 7px;
  font-size: 16px;
  text-align: justify;
}
.ai_sec13 ul li p {
  font-size: 15px;
  line-height: 1.5;
  text-align: justify;
}
.ai_sec14 {
  padding: 32px 4%;
  background: #F7F7FD;
  border-top: 1px solid rgba(43, 46, 51, 0.2);
  border-bottom: 1px solid rgba(43, 46, 51, 0.2);
}
.ai_sec14 h2 {
  text-align: center;
}
.ai_sec14 p {
  font-size: 15px;
  text-align: justify;
}
.ai_sec15 p {
  font-size: 15px;
  margin: 40px 0 0;
}
.ai_footer_cta {
  position: sticky;
  z-index: 100;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 83px;
  background: rgba(11, 64, 255, 0.8);
  backdrop-filter: blur(8px);
  margin: 40px 0 -70px;
}
.ai_footer_cta a {
  display: block;
  padding: 16px 0;
  height: 100%;
}
.ai_footer_cta a .inner {
  width: 92%;
  max-width: 480px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 0 2%;
}
.ai_footer_cta a .inner > p {
  width: 50%;
  font-size: 15px;
  font-weight: 900;
  line-height: 1.3;
  white-space: nowrap;
  color: #fff;
  margin-top: -9px;
}
.ai_footer_cta a .inner > p span {
  font-size: 32px;
}
.ai_footer_cta a .inner > span {
  width: 48%;
  background: #fff;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  font-size: 17px;
  letter-spacing: normal;
  font-weight: 800;
  color: #0B40FF;
  padding: 14px 0 18px;
}

@keyframes scroll-left {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-329.44px);
  }
}
.thnks_middle {
  padding-top: 50.25px;
  width: 92%;
  max-width: 480px;
  min-height: 460px;
  margin: 0 auto;
}
.thnks_middle h1 {
  font-size: 26px;
  line-height: 1.35;
  margin: 54px auto 16px;
  text-align: center;
}
.thnks_middle .btn1 {
  color: #fff;
  font-size: 21px;
  font-weight: 600;
  text-align: center;
  line-height: 1;
  padding: 23px 0;
  width: 100%;
  max-width: 300px;
  border-radius: 10px;
  display: block;
  margin: 40px auto 0;
}
.thnks_middle .btn1 {
  background: #0B40FF;
}

footer {
  padding: 40px 4% 20px;
  text-align: center;
  background: #e4e4e4;
  margin-top: 70px;
}
footer a {
  display: block;
  text-align: center;
  margin: 0 auto 40px;
}
footer a img {
  display: block;
  margin: 0 auto;
}
footer p {
  margin: 0;
}