@charset "UTF-8";


/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  border: 0;
  outline: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote::before,
blockquote::after,
q::before,
q::after {
  content: "";
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  color: #000;
  text-decoration: none;
  background-color: #ff9;
}

/* change colours to suit your needs */
mark {
  font-weight: bold;
  color: #000;
  font-style: italic;
  background-color: #ff9;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
  border: 0;
  border-top: 1px solid #ccc;
}

input,
select {
  vertical-align: middle;
}

/*!
 * Bootstrap Reboot v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  line-height: 1.15;
  font-family: sans-serif;
  -ms-overflow-style: scrollbar;
  -ms-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
}

@-ms-viewport {
  width: device-width;
}
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

body {
  margin: 0;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  text-align: left;
  color: #212529;
  background-color: #fff;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline;
  text-decoration: underline dotted;
  border-bottom: 0;
  cursor: help;
}

address {
  margin-bottom: 1rem;
  line-height: inherit;
  font-style: normal;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #175fff;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:hover {
  color: #aeabff;
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-size: 1em;
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  caption-side: bottom;
  text-align: left;
  color: #6c757d;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-size: inherit;
  line-height: inherit;
  font-family: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  margin-bottom: 0.5rem;
  padding: 0;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

*,
html {
  margin: 0;
  padding: 0;
}

html {
  overflow-x: auto;
}

body {
  overflow-x: hidden;
  font-weight: 400;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ W3", "Segoe UI", "メイリオ", Meiryo, Sans-Serif;
  color: #333;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

.header {
  z-index: 101;
  display: block;
  width: 100%;
  padding: 20px 0 15px;
  background-color: #fff;
}
@media screen and (max-width: 1159.98px) {
  .header {
    padding: 20px 30px 15px;
  }
}
@media screen and (max-width: 959.98px) {
  .header {
    padding: 20px 20px 15px;
  }
}
.header a {
  text-decoration: none;
}

.header__body {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1100px;
  margin: 0 auto;
}

.header__logo {
  margin: 0;
  font-size: 0;
  line-height: 0;
}
.header__logo img {
  width: 100%;
  height: auto;
}

.footer {
  position: relative;
  color: #1b1f29;
}
.footer__company {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: auto;
  margin: 0 auto;
  padding: 40px 0;
}
@media screen and (max-width: 959.98px) {
  .footer__company {
    flex-direction: column;
    width: auto;
    padding: 40px 20px;
  }
}
.footer__logo-link {
  transition: all 0.2s linear;
}
.footer__logo-link:hover {
  text-decoration: none;
  opacity: 0.7;
}
@media screen and (max-width: 959.98px) {
  .footer__logo-link {
    transition: none;
  }
  .footer__logo-link:hover {
    opacity: 1;
  }
}
@media screen and (max-width: 959.98px) {
  .footer__logo-link {
    display: block;
    margin-bottom: 30px;
    text-align: center;
  }
}
.footer__logo {
  margin-right: 60px;
}
@media screen and (max-width: 959.98px) {
  .footer__logo {
    width: 80px;
    margin-right: 0px;
  }
}
.footer__info {
  font-size: 14px;
  line-height: 2;
}
@media screen and (max-width: 959.98px) {
  .footer__info {
    margin: 0 auto;
    font-size: 12px;
    line-height: 1.75;
  }
}
.footer__info th {
  width: 61px;
  font-weight: normal;
}
@media screen and (max-width: 959.98px) {
  .footer__info th {
    width: 52px;
  }
}
.footer__info td {
  padding-left: 16px;
}
@media screen and (max-width: 959.98px) {
  .footer__info td {
    padding-left: 10px;
  }
}
.footer__location-list {
  margin-bottom: 0;
  list-style: none;
}
.footer__copyright {
  padding: 20px 0;
  font-size: 12px;
  text-align: center;
  color: #fff;
  background: #0E0D6A;
}

.pagetop {
  position: absolute;
  right: 20px;
  bottom: 20px;
  z-index: 100;
  width: 50px;
  height: 50px;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 959.98px) {
  .pagetop {
    right: 10px;
    bottom: 10px;
  }
}
.pagetop a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  background: #0E0D6A;
  border-radius: 50%;
  transition: all 0.2s linear;
}
.pagetop a:hover {
  text-decoration: none;
  opacity: 0.7;
}
@media screen and (max-width: 959.98px) {
  .pagetop a {
    transition: none;
  }
  .pagetop a:hover {
    opacity: 1;
  }
}
.pagetop a::before {
  content: "";
  position: absolute;
  top: calc(50% + 3px);
  right: 50%;
  z-index: 1;
  width: 14px;
  height: 14px;
  border-width: 3px;
  border-style: solid;
  border-color: #fff #fff transparent transparent;
  transform: translate(50%, -50%) rotate(-45deg);
}

.contents-section, .contents-section--bg-white, .contents-section--bg-gray {
  width: 100%;
  padding: 90px 0 100px;
  /*
   * 白セクションが連続し、かつ前セクションが pb0 のとき
   * CTA直後の見出しが詰まって見えるので上余白を足す
   */
}
@media screen and (max-width: 1159.98px) {
  .contents-section, .contents-section--bg-white, .contents-section--bg-gray {
    padding: 70px 30px 80px;
  }
}
@media screen and (max-width: 959.98px) {
  .contents-section, .contents-section--bg-white, .contents-section--bg-gray {
    padding: 60px 30px;
  }
}
@media screen and (max-width: 519.98px) {
  .contents-section, .contents-section--bg-white, .contents-section--bg-gray {
    padding: 60px 20px;
  }
}
.contents-section.pb0 + .contents-section--bg-white, .pb0.contents-section--bg-white + .contents-section--bg-white, .pb0.contents-section--bg-gray + .contents-section--bg-white {
  padding-top: 120px;
}
@media screen and (max-width: 1159.98px) {
  .contents-section.pb0 + .contents-section--bg-white, .pb0.contents-section--bg-white + .contents-section--bg-white, .pb0.contents-section--bg-gray + .contents-section--bg-white {
    padding-top: 90px;
  }
}
@media screen and (max-width: 959.98px) {
  .contents-section.pb0 + .contents-section--bg-white, .pb0.contents-section--bg-white + .contents-section--bg-white, .pb0.contents-section--bg-gray + .contents-section--bg-white {
    padding-top: 80px;
  }
}
.contents-section--bg-gray {
  background: #eef4fc;
}
.contents-section--bg-white {
  background: #fff;
}
.contents-section__body {
  max-width: 1100px;
  margin: 0 auto;
}
.contents-section__body + .contents-section__body {
  margin-top: 80px;
}
@media screen and (max-width: 959.98px) {
  .contents-section__body + .contents-section__body {
    margin-top: 60px;
  }
}
.contents-section__item + .contents-section__item {
  padding-top: 90px;
}
@media screen and (max-width: 1159.98px) {
  .contents-section__item + .contents-section__item {
    padding-top: 70px;
  }
}
.contents-section__item.about__section__item {
  padding: 27px 30px 30px 30px;
  border: solid 2px #ccd0da;
  border-radius: 8px;
}
.contents-section__title {
  margin-bottom: 35px;
  font-size: 32px;
  text-align: center;
}
@media screen and (max-width: 959.98px) {
  .contents-section__title {
    margin-bottom: 25px;
    font-size: 24px;
  }
}
.contents-section__title span {
  display: inline-block;
}
.contents-section__link-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 60px auto 90px;
  padding: 0;
  list-style: none;
  gap: 12px 24px;
}
@media screen and (max-width: 1159.98px) {
  .contents-section__link-list {
    margin-bottom: 70px;
  }
}
.contents-section__link-list li {
  padding: 0;
}
.contents-section__link-list li a:hover {
  text-decoration: none;
}
.contents-section--arrow {
  position: relative;
  display: inline-block;
  padding-left: 15px;
}
.contents-section--arrow::before {
  content: "";
  position: absolute;
  top: 0.4em;
  left: 0;
  width: 8px;
  height: 8px;
  border-right: 2px solid #0E0D6A;
  border-bottom: 2px solid #0E0D6A;
  transform: rotate(45deg);
  transition: all 0.2s ease;
}
.contents-section--arrow:hover::before {
  border-color: #BACFFC;
}
.contents-section__short-line {
  align-items: center;
  width: 80px;
  height: 3px;
  margin: 0 auto;
  background-color: #0E0D6A;
}

.icon-item {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: calc((100% - 128px) / 5);
}
@media screen and (max-width: 1159.98px) {
  .icon-item {
    width: calc((100% - 24px) / 2);
  }
}
@media screen and (max-width: 959.98px) {
  .icon-item {
    width: calc((100% - 24px) / 2);
  }
}
.icon-item__img-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  margin: 0 auto 20px;
  background: #fff;
  border: 1px solid #dfe3e5;
  border-radius: 50%;
}
@media screen and (max-width: 519.98px) {
  .icon-item__img-wrap {
    margin-bottom: 20px;
  }
}
.icon-item__img {
  width: 80px;
  height: 80px;
  object-fit: contain;
}
.icon-item__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 16px;
}
@media screen and (max-width: 959.98px) {
  .icon-item__header {
    height: auto;
  }
}
.icon-item__title {
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  color: #0E0D6A;
}
.icon-item__title:last-child {
  margin-bottom: 0;
}
.icon-item__desc {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.6;
  color: #1b2938;
}
@media screen and (max-width: 959.98px) {
  .icon-item__desc {
    font-size: 14px;
  }
}

@media screen and (max-width: 959.98px) {
  .nav {
    display: none;
  }
}
.nav__menu {
  display: flex;
  margin-bottom: 0;
}
.nav__menu li:not(:last-child) {
  margin-right: 24px;
}
.nav__link {
  font-weight: bold;
  font-size: 13px;
  color: #1b2938;
  transition: all 0.3s ease;
}
.nav__link:hover {
  color: #fff;
  text-decoration: none;
  opacity: 0.6;
}

.nav-sp {
  display: none;
  transition: all 0.2s ease;
}
@media screen and (max-width: 959.98px) {
  .nav-sp {
    position: fixed;
    top: 0;
    right: -100vw;
    z-index: 1;
    display: block;
    width: 255px;
    height: 100vh;
  }
  .nav-sp.is-active {
    right: 0;
  }
}
.nav-sp__menu {
  height: 100%;
  margin-bottom: 0;
  overflow-y: auto;
}
.nav-sp__menu li:not(:last-child) {
  border-bottom: 1px solid #b2b2b2;
}
.nav-sp__link {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 47px;
  padding-left: 20px;
  font-weight: bold;
  font-size: 14px;
  color: #1b2938;
  background: #fff;
}
.nav-sp__link:after {
  content: "";
  position: absolute;
  top: 0;
  right: 14px;
  bottom: 0;
  width: 8px;
  height: 8px;
  margin: auto;
  border-top: 0;
  border-right: 2px solid #0E0D6A;
  border-bottom: 2px solid #0E0D6A;
  border-left: 0;
  transform: rotate(-45deg);
}
.nav-sp__btn, .nav-sp__btn--side {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 65px;
  font-size: 10px;
  color: #fff;
  background: #0E0D6A;
  border: 0;
}
.nav-sp__btn--side {
  position: absolute;
  top: 0;
  right: 255px;
  width: 65px;
}
.nav-sp__overlay {
  position: fixed;
  top: 0;
  right: 0;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(213, 213, 213, 0.8);
}
.nav-sp__overlay.is-active {
  display: block;
}

.nav-hamburger {
  display: none;
}
@media screen and (max-width: 959.98px) {
  .nav-hamburger {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 64px;
    height: 64px;
    background: #0E0D6A;
    border: 0;
  }
}
.nav-hamburger__lines {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 30px;
  height: 28px;
}
.nav-hamburger__lines span {
  display: block;
  width: 100%;
  height: 4px;
  background: #fff;
}

.about__inner {
  display: flex;
  align-items: center;
  gap: 40px;
}
@media screen and (max-width: 959.98px) {
  .about__inner {
    flex-direction: column;
    gap: 0;
  }
}
.about__text {
  flex: 1 1;
  min-width: 0;
}
.about__logo-wrap {
  display: flex;
  flex-shrink: 0;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
@media screen and (max-width: 959.98px) {
  .about__logo-wrap {
    display: none;
  }
}
.about__logo {
  width: 140px;
  height: 140px;
  object-fit: contain;
}
.about__logo-caption {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
  color: #333;
}
.about__title {
  margin-bottom: 15px;
  font-size: 24px;
  line-height: 1.5;
  color: #0E0D6A;
}
@media screen and (max-width: 959.98px) {
  .about__title {
    font-size: 18px;
  }
}
.about__desc {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.75;
  color: #333;
}
@media screen and (max-width: 959.98px) {
  .about__desc {
    font-size: 14px;
  }
}

/* =========================================================
  Amazon Bedrock LP
  Hero / First View
========================================================= */
/* =========================================================
  Animated Background Custom Properties

  Chrome / Edge / Safari などでは
  色そのものを滑らかに補間してアニメーション
========================================================= */
@property --hero-bg-a {
  syntax: "<color>";
  inherits: false;
  initial-value: #020b17;
}
@property --hero-bg-b {
  syntax: "<color>";
  inherits: false;
  initial-value: #061b42;
}
@property --hero-bg-c {
  syntax: "<color>";
  inherits: false;
  initial-value: #201253;
}
/* =========================================================
  Hero Section

  高さはテキスト量に合わせて可変。
  Canvasはabsoluteでセクション全体を覆う。
========================================================= */
.hero-section {
  --hero-bg-a: #020b17;
  --hero-bg-b: #061b42;
  --hero-bg-c: #201253;
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  /*
   * 1層目：
   * AIオブジェクト付近のシアン〜紫の光
   *
   * 2層目：
   * FV全体の深いネイビーグラデーション
   */
  background: radial-gradient(circle at 76% 50%, rgba(63, 222, 255, 0.11) 0%, rgba(53, 123, 255, 0.08) 23%, rgba(124, 63, 255, 0.07) 42%, rgba(65, 31, 145, 0.03) 55%, transparent 68%), linear-gradient(115deg, var(--hero-bg-a) 0%, var(--hero-bg-b) 56%, var(--hero-bg-c) 100%);
  background-position: 76% 48%, 0% 50%;
  background-size: 120% 120%, 140% 140%;
  animation: hero-bg-color 18s ease-in-out infinite alternate, hero-bg-position 24s ease-in-out infinite alternate;
  isolation: isolate;
}
@media screen and (max-width: 519.98px) {
  .hero-section {
    /*
     * SPではCanvasを別設計する想定なので、
     * 背景自体にも十分な表情を持たせる
     */
    background: radial-gradient(circle at 85% 30%, rgba(63, 222, 255, 0.09) 0%, rgba(79, 89, 255, 0.07) 30%, transparent 58%), linear-gradient(145deg, #020b17 0%, #071a3d 60%, #171047 100%);
    animation: none;
  }
}
.hero-section + .contents-section, .hero-section + .contents-section--bg-gray, .hero-section + .contents-section--bg-white {
  padding-top: 60px;
}
@media screen and (max-width: 1159.98px) {
  .hero-section + .contents-section, .hero-section + .contents-section--bg-gray, .hero-section + .contents-section--bg-white {
    padding-top: 50px;
  }
}
@media screen and (max-width: 959.98px) {
  .hero-section + .contents-section, .hero-section + .contents-section--bg-gray, .hero-section + .contents-section--bg-white {
    padding-top: 40px;
  }
}

/* =========================================================
  Background Color Animation
========================================================= */
@keyframes hero-bg-color {
  0% {
    --hero-bg-a: #020b17;
    --hero-bg-b: #061a3e;
    --hero-bg-c: #1b1050;
  }
  33% {
    --hero-bg-a: #02101e;
    --hero-bg-b: #08214c;
    --hero-bg-c: #17205e;
  }
  66% {
    --hero-bg-a: #03101f;
    --hero-bg-b: #101b4d;
    --hero-bg-c: #30145e;
  }
  100% {
    --hero-bg-a: #020c19;
    --hero-bg-b: #071c45;
    --hero-bg-c: #22105a;
  }
}
/* =========================================================
  Background Position Animation

  背景の光がゆっくり漂う
========================================================= */
@keyframes hero-bg-position {
  0% {
    background-position: 74% 46%, 0% 50%;
  }
  50% {
    background-position: 81% 53%, 50% 50%;
  }
  100% {
    background-position: 76% 47%, 100% 50%;
  }
}
/* =========================================================
  AI Aura

  Canvasとは別にCSS側でも
  AIコア周辺に柔らかい発光を追加
========================================================= */
.hero-section::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 2%;
  z-index: 0;
  width: 720px;
  height: 720px;
  background: radial-gradient(circle, rgba(76, 235, 255, 0.1) 0%, rgba(58, 143, 255, 0.07) 28%, rgba(87, 82, 255, 0.055) 44%, rgba(161, 68, 255, 0.045) 58%, transparent 73%);
  border-radius: 50%;
  transform: translateY(-50%) scale(0.96);
  opacity: 0.75;
  filter: blur(24px);
  animation: hero-background-aura 10s ease-in-out infinite;
  pointer-events: none;
}
@media screen and (max-width: 959.98px) {
  .hero-section::before {
    right: -200px;
    width: 600px;
    height: 600px;
  }
}
@media screen and (max-width: 519.98px) {
  .hero-section::before {
    display: none;
  }
}

@keyframes hero-background-aura {
  0%, 100% {
    transform: translateY(-50%) scale(0.94);
    opacity: 0.58;
  }
  50% {
    transform: translateY(-50%) scale(1.07);
    opacity: 0.92;
  }
}
/* =========================================================
  Very subtle atmosphere layer

  画面全体を真っ平らに見せないための
  ごく薄い光
========================================================= */
.hero-section::after {
  content: "";
  position: absolute;
  z-index: 0;
  background: radial-gradient(ellipse at 52% 110%, rgba(89, 58, 255, 0.08) 0%, transparent 48%), radial-gradient(ellipse at 20% 0%, rgba(24, 114, 196, 0.055) 0%, transparent 42%);
  pointer-events: none;
  inset: 0;
}

/* =========================================================
  Canvas

  JSでAIコア / 軌道 / 粒子を描画
========================================================= */
.hero-canvas {
  position: absolute;
  z-index: 1;
  display: block;
  width: 100%;
  max-width: none;
  height: 100%;
  margin: 0;
  padding: 0;
  /*
   * Canvasがinline要素扱いになった場合の
   * 下部の隙間防止
   */
  vertical-align: bottom;
  pointer-events: auto;
  will-change: transform;
  inset: 0;
}
@media screen and (max-width: 519.98px) {
  .hero-canvas {
    pointer-events: none;
  }
}

/* =========================================================
  Content Wrapper

  PCでは1200px基準。
  Canvas自体はFV全幅だが、
  テキストはこのwrapを基準に配置。
  セクション高さはここのpadding + テキスト量で決まる。
========================================================= */
.hero__content {
  position: relative;
  z-index: 2;
  width: calc(100% - 60px);
  max-width: 1100px;
  height: auto;
  margin: 0 auto;
  padding: 40px 0 70px;
  /*
   * Canvasのマウスインタラクションを
   * 邪魔しない
   */
  pointer-events: none;
}
@media screen and (max-width: 1159.98px) {
  .hero__content {
    width: calc(100% - 60px);
    padding-top: 60px;
  }
}
@media screen and (max-width: 959.98px) {
  .hero__content {
    width: auto;
    height: auto;
    margin: 0 20px;
    padding: 50px 0 50px;
  }
}
@media screen and (max-width: 519.98px) {
  .hero__content {
    margin: 0 20px;
    padding: 40px 0 40px;
  }
}

/* =========================================================
  Text Wrapper

  ★親には固定幅を持たせない

  Title / Subtitle / Lead が
  それぞれ独立した横幅を持つ
========================================================= */
.hero__text {
  position: relative;
  z-index: 3;
  width: auto;
  max-width: none;
  color: #fff;
  pointer-events: auto;
}
@media screen and (max-width: 959.98px) {
  .hero__text {
    width: 100%;
    max-width: 100%;
  }
}

/* =========================================================
  Hero Title
========================================================= */
.hero__title {
  position: relative;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 760px;
  margin: 0 0 24px;
  font-weight: 700;
  font-size: 60px;
  line-height: 1.25;
  color: #fff;
  letter-spacing: 0;
  /*
   * 背景が明るくなったタイミングでも
   * 白文字を安定して読ませる
   */
  text-shadow: 0 2px 18px rgba(0, 5, 30, 0.18);
}
@media screen and (max-width: 1159.98px) {
  .hero__title {
    max-width: 700px;
    font-size: 52px;
  }
}
@media screen and (max-width: 959.98px) {
  .hero__title {
    width: 100%;
    max-width: 100%;
    font-size: 40px;
    line-height: 1.35;
  }
}
@media screen and (max-width: 519.98px) {
  .hero__title {
    margin-bottom: 16px;
    font-size: 30px;
    line-height: 1.35;
    text-shadow: 0 1px 10px rgba(0, 5, 30, 0.55), 0 0 18px rgba(0, 8, 24, 0.4);
  }
}

/* =========================================================
  Title Accent

  プロダクト名だけ、暗いFV上で目立つ
  ゴールド〜オレンジのグラデーション
========================================================= */
.hero__title-accent {
  display: inline-block;
  color: #ffc44d;
  background-image: linear-gradient(105deg, #ffe27a 0%, #ffe27a 32%, #ffc24d 68%, #ffab3a 100%);
  -webkit-background-clip: text;
  background-clip: text;
  filter: drop-shadow(0 0 6px rgba(255, 196, 80, 0.28));
  -webkit-text-fill-color: transparent;
}

/* =========================================================
  Subtitle

  シアン寄りのグラデーション。
  右端が沈まないよう明るさを保つ
========================================================= */
.hero__subtitle {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 760px;
  margin: 0 0 28px;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.6;
  color: #69f3ee;
  background-image: linear-gradient(90deg, #f4ffff 0%, #69f3ee 42%, #8ae8ff 78%, #c8f6ff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  filter: drop-shadow(0 0 16px rgba(69, 232, 255, 0.22));
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 1159.98px) {
  .hero__subtitle {
    max-width: 700px;
    font-size: 20px;
  }
}
@media screen and (max-width: 959.98px) {
  .hero__subtitle {
    width: 100%;
    max-width: 100%;
    margin-bottom: 24px;
    font-size: 18px;
  }
}
@media screen and (max-width: 519.98px) {
  .hero__subtitle {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.6;
  }
}

/* =========================================================
  Lead
========================================================= */
.hero__lead {
  position: relative;
  width: 680px;
  max-width: 100%;
  margin: 0 0 32px;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.96);
  text-shadow: 0 1px 10px rgba(0, 5, 30, 0.12);
}
@media screen and (max-width: 1159.98px) {
  .hero__lead {
    width: 650px;
  }
}
@media screen and (max-width: 959.98px) {
  .hero__lead {
    width: 100%;
    margin-bottom: 35px;
    font-size: 15px;
    line-height: 1.7;
  }
}
@media screen and (max-width: 519.98px) {
  .hero__lead {
    margin-bottom: 30px;
    font-size: 14px;
    line-height: 1.8;
    text-shadow: 0 1px 12px rgba(0, 5, 30, 0.78), 0 0 16px rgba(0, 8, 24, 0.5);
  }
}

/* =========================================================
  Contact Button Area
========================================================= */
.contact-anchor__btn-area--hero {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0;
}

/* =========================================================
  Contact Button

  白枠 + インディゴ塗り。
  hover時は白い光が上から入る
========================================================= */
/* =========================================================
  Reduced Motion

  OSで「視差効果を減らす」がONの場合、
  CSS背景アニメーションも停止
========================================================= */
@media (prefers-reduced-motion: reduce) {
  .hero-section {
    animation: none;
  }
  .hero-section::before {
    transform: translateY(-50%) scale(1);
    opacity: 0.7;
    animation: none;
  }
  .contact-anchor__btn--hero {
    transition: none;
  }
  .contact-anchor__btn--hero::before, .contact-anchor__btn--hero::after {
    transition: none;
  }
}
.contact {
  padding: 80px 30px;
  background: #e8f1f9;
}
@media screen and (max-width: 959.98px) {
  .contact {
    padding: 40px 20px;
  }
}

.contact__title {
  margin-bottom: 60px;
  font-weight: bold;
  font-size: 36px;
  text-align: center;
  color: #0E0D6A;
}
@media screen and (max-width: 959.98px) {
  .contact__title {
    margin-right: -1px;
    margin-bottom: 30px;
    font-size: 24px;
  }
}

.contact__body {
  max-width: 900px;
  margin: 0 auto;
}

.contact__tel {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
  padding: 30px 0;
  border: solid 4px #60636a;
  border-radius: 10px;
}
@media screen and (max-width: 959.98px) {
  .contact__tel {
    display: block;
    margin-bottom: 25px;
    text-align: center;
    border-width: 2px;
  }
}

.contact__telTitle {
  width: 50%;
  margin: 0;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
}
@media screen and (max-width: 959.98px) {
  .contact__telTitle {
    width: 100%;
    margin-bottom: 15px;
    font-size: 16px;
  }
}

.contact__telNumber-wrap {
  padding-left: 30px;
}
@media screen and (max-width: 959.98px) {
  .contact__telNumber-wrap {
    padding-left: 0;
  }
}

.contact__telNumber {
  margin: 0;
  padding: 0;
  font-weight: bold;
  font-size: 36px;
}
.contact__telNumber a {
  color: #0E0D6A;
  text-decoration: none;
  transition: all 0.2s linear;
}
.contact__telNumber a:hover {
  text-decoration: none;
  opacity: 0.7;
}
@media screen and (max-width: 959.98px) {
  .contact__telNumber a {
    transition: none;
  }
  .contact__telNumber a:hover {
    opacity: 1;
  }
}
@media screen and (max-width: 959.98px) {
  .contact__telNumber {
    font-size: 24px;
  }
}

.contact__receptionTime {
  margin: 0;
  padding: 0;
  font-size: 14px;
  color: #0E0D6A;
}
@media screen and (max-width: 959.98px) {
  .contact__receptionTime {
    font-size: 12px;
  }
}

.flow-process {
  max-width: 1100px;
  margin-top: 48px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 1159.98px) {
  .flow-process {
    margin-top: 36px;
  }
}
.flow-process__list {
  display: -ms-grid;
  display: grid;
  justify-content: center;
  grid-template-columns: repeat(4, minmax(0, 275px));
  width: 100%;
  max-width: 1100px;
  margin: 0;
  margin-top: 40px;
  padding: 0;
  list-style: none;
  -ms-grid-columns: (minmax(0, 275px))[4];
}
@media screen and (max-width: 1159.98px) {
  .flow-process__list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 28px;
  }
}
@media screen and (max-width: 959.98px) {
  .flow-process__list {
    flex-direction: column;
    flex-wrap: nowrap;
  }
}
.flow-process__item {
  min-width: 0;
}
@media screen and (max-width: 1159.98px) {
  .flow-process__item {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: calc((100% - 28px) / 2);
    max-width: calc((100% - 28px) / 2);
  }
}
@media screen and (max-width: 959.98px) {
  .flow-process__item {
    flex: 1 1 100%;
    max-width: 100%;
  }
}
.flow-process__ribbon {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  margin: 0;
  padding: 10px 12px;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.35;
  text-align: center;
  color: #fff;
  background-color: #0E0D6A;
}
@media screen and (min-width: calc(1159.98px + 0.02px)) {
  .flow-process__item .flow-process__ribbon {
    padding-right: 24px;
    padding-left: 12px;
    clip-path: polygon(0 0, calc(100% - 16px) 0, 100% 50%, calc(100% - 16px) 100%, 0 100%);
  }
}
@media screen and (max-width: 1159.98px) {
  .flow-process__ribbon {
    justify-content: center;
    min-height: auto;
    padding: 8px;
    text-align: center;
    border-radius: 8px;
    clip-path: none !important;
  }
}
.flow-process__tasks {
  margin: 0;
  margin-top: 24px;
  padding: 0;
  padding-left: 8px;
  list-style: none;
  font-size: 16px;
  line-height: 1.3;
  color: #333;
}
.flow-process__tasks li {
  position: relative;
  padding-left: 1em;
}
.flow-process__tasks li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
.flow-process__tasks li + li {
  margin-top: 0.35em;
}

.contact-anchor {
  margin-top: 40px;
}
@media screen and (max-width: 959.98px) {
  .contact-anchor {
    margin-top: 30px;
  }
}
.contact-anchor + .contents-section__item {
  padding-top: 60px;
}
@media screen and (max-width: 959.98px) {
  .contact-anchor + .contents-section__item {
    padding-top: 40px;
  }
}

.contact-anchor__text {
  display: flex;
  justify-content: center;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
}
@media screen and (max-width: 959.98px) {
  .contact-anchor__text {
    font-size: 16px;
  }
}

.contact-anchor__btn-area, .contact-anchor__btn-area--hero {
  position: relative;
  max-width: 480px;
  height: 80px;
  margin: 0 auto;
  overflow: hidden;
  font-weight: bold;
  font-size: 20px;
  border-radius: 40px;
}
@media screen and (max-width: 959.98px) {
  .contact-anchor__btn-area, .contact-anchor__btn-area--hero {
    max-width: 400px;
    height: 60px;
    font-size: 18px;
  }
}
.contact-anchor__btn-area:after, .contact-anchor__btn-area--hero:after {
  content: "";
  position: absolute;
  top: calc(50% - 2px);
  right: 20px;
  z-index: 3;
  width: 10px;
  height: 10px;
  border-width: 2px;
  border-style: solid;
  border-color: transparent transparent #fff #fff;
  transform: translate(0, -50%) rotate(-45deg);
}

.contact-anchor__btn-area--hero {
  width: 400px;
  height: 60px;
  margin: 0 auto 0 0;
  font-size: 18px;
  border: 2px solid #fff;
  border-radius: 30px;
  box-shadow: 0 8px 28px rgba(70, 64, 220, 0.42);
}
@media screen and (max-width: 519.98px) {
  .contact-anchor__btn-area--hero {
    width: 100%;
    margin: 0 auto;
  }
}
.contact-anchor__btn-area--hero:after {
  border-color: transparent transparent #fff #fff;
}

.contact-anchor__btn {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  color: #fff;
  text-decoration: none;
  background-color: #FF6D01;
  transition: all 0.3s ease;
}
.contact-anchor__btn:hover {
  color: #fff;
  text-decoration: none;
}
.contact-anchor__btn:before {
  content: "";
  position: absolute;
  top: -100%;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: #dc4900;
  transition: all 0.3s ease;
}
.contact-anchor__btn:hover:before {
  top: 0;
}

.contact-anchor__btn--hero {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  color: #fff;
  text-decoration: none;
  background: linear-gradient(165deg, #6a66f4 0%, #4e4ae8 48%, #3f3bd4 100%);
  transition: all 0.3s ease;
}
.contact-anchor__btn--hero:hover {
  color: #fff;
  text-decoration: none;
}
.contact-anchor__btn--hero:before {
  content: "";
  position: absolute;
  top: -100%;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.16);
  transition: all 0.3s ease;
}
.contact-anchor__btn--hero:hover:before {
  top: 0;
}

.icon-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1100px;
  margin: 40px auto 0;
  list-style: none;
  gap: 24px;
}
@media screen and (max-width: 959.98px) {
  .icon-list {
    justify-content: flex-start;
  }
}

.contents-section__header {
  margin-bottom: 35px;
}

.icon-item:last-child {
  margin: 0 auto;
}

@media screen and (max-width: 519.98px) {
  .contact-anchor__btn-area--hero {
    margin: 0 auto 10px;
  }
}
.reason {
  margin-top: 40px;
}
.reason__item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 60px;
}
@media screen and (max-width: 519.98px) {
  .reason__item {
    display: flex;
    flex-direction: column;
    padding-bottom: 40px;
  }
}
.reason__title {
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.5;
}
@media screen and (max-width: 519.98px) {
  .reason__title {
    margin-bottom: 15px;
    font-size: 20px;
  }
}
.reason__desc {
  font-size: 16px;
  line-height: 1.75;
}
@media screen and (max-width: 519.98px) {
  .reason__desc {
    margin-bottom: 20px;
    font-size: 14px;
  }
}
.reason__img {
  margin-left: 30px;
}
@media screen and (max-width: 959.98px) {
  .reason__img {
    width: 43%;
  }
}
@media screen and (max-width: 519.98px) {
  .reason__img {
    display: block;
    width: 90%;
    height: auto;
    margin: auto;
  }
}

.solution {
  display: flex;
  gap: 32px;
}
@media screen and (max-width: 959.98px) {
  .solution {
    flex-direction: column;
  }
}
.solution a {
  text-decoration: none;
}
.solution__item {
  width: 50%;
  border: solid 2px #ccd0da;
  border-radius: 8px;
}
@media screen and (max-width: 959.98px) {
  .solution__item {
    width: 100%;
    height: auto;
  }
}
.solution__text {
  padding: 30px;
}
.solution__title {
  margin-bottom: 24px;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.5;
  text-align: center;
  color: #0E0D6A;
}
@media screen and (max-width: 519.98px) {
  .solution__title {
    margin-bottom: 15px;
    font-size: 20px;
  }
}
.solution__desc {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.75;
}
@media screen and (max-width: 519.98px) {
  .solution__desc {
    font-size: 14px;
  }
}

.use-case {
  margin-bottom: 40px;
}
.use-case:last-of-type {
  margin-bottom: 0;
}
.use-case__heading {
  margin-bottom: 32px;
  font-weight: bold;
  font-size: 24px;
  text-align: left;
  color: #0E0D6A;
}
@media screen and (max-width: 959.98px) {
  .use-case__heading {
    margin-bottom: 20px;
    font-size: 20px;
  }
}
.use-case__list {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 0;
  padding: 0;
  list-style: none;
  -ms-grid-columns: (1fr)[3];
  gap: 30px;
}
@media screen and (max-width: 519.98px) {
  .use-case__list {
    grid-template-columns: 1fr;
    -ms-grid-columns: 1fr;
    gap: 40px;
  }
}
.use-case__item {
  display: flex;
  flex-direction: column;
}
.use-case__img-wrap {
  margin-bottom: 30px;
  overflow: hidden;
}
.use-case__img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.use-case__title {
  margin-bottom: 16px;
  font-weight: bold;
  font-size: 21px;
  line-height: 1.4;
  color: inherit;
}
@media screen and (max-width: 959.98px) {
  .use-case__title {
    font-size: 16px;
  }
}
.use-case__desc {
  margin: 0;
  font-size: 16px;
  line-height: 1.75;
}
@media screen and (max-width: 959.98px) {
  .use-case__desc {
    font-size: 14px;
  }
}

.u-text--center {
  text-align: center !important;
}

@media screen and (max-width: 519.98px) {
  .u-hidden--sp {
    display: none !important;
  }
}

@media screen and (max-width: 959.98px) {
  .u-hidden--tablet {
    display: none !important;
  }
}

.u-show--sp {
  display: none !important;
}
@media screen and (max-width: 519.98px) {
  .u-show--sp {
    display: block !important;
  }
}

.pb0 {
  padding-bottom: 0 !important;
}

span {
  display: inline-block;
}
/*# sourceMappingURL=maps/lp_amazon-bedrock.css.map */