*,
*::before,
*::after {
  box-sizing: border-box;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, button, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-font-smoothing: antialiased;
}

html {
  line-height: 1;
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden !important;
  color: #555;
}

body.js-scrollStop {
  overflow: hidden;
}

.top ol, .top ul {
  list-style: none;
}
.top li, .top dd {
  list-style-type: none;
}
.top table {
  border-collapse: collapse;
  border-spacing: 0;
}
.top caption, .top th, .top td {
  font-weight: normal;
  text-align: left;
  vertical-align: middle;
}
.top q, .top blockquote {
  quotes: none;
}
.top q:before, .top q:after {
  content: "";
  content: none;
}
.top blockquote:before, .top blockquote:after {
  content: "";
  content: none;
}
.top article, .top aside, .top details, .top figcaption, .top figure, .top footer, .top header, .top hgroup, .top main, .top menu, .top nav, .top section, .top summary {
  display: block;
}
.top img {
  border: none;
  width: 100%;
}
.top a {
  cursor: pointer;
  text-decoration: none;
}
.top .utilBtn--entry {
  background: #1660AF;
  font-weight: bold;
  color: #fff;
  padding: 12px 15px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.top .utilBtn--entry img {
  width: 12px;
}
.top .utilBtn--download {
  background: #F1912E;
  font-weight: bold;
  color: #fff;
  padding: 12px 15px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.top .utilBtn--download img {
  width: 12px;
}
.top .section__title--sub {
  font-size: 14px;
  color: #1660AF;
  font-weight: bold;
  line-height: 19px;
}
.top .section__title {
  font-size: 40px;
  font-weight: bold;
  color: #1660AF;
  line-height: 56px;
}
@media screen and (max-width: 767px) {
  .top .section__title {
    font-size: 24px;
  }
}
.top .secondary__title {
  color: #1660AF;
  font-weight: bold;
  text-align: center;
  line-height: 44px;
  font-size: 32px;
}
@media screen and (max-width: 767px) {
  .top .secondary__title {
    font-size: 22px;
    line-height: 30px;
  }
}
.top .header {
  background: url(../image/header/header__bg.webp);
  background-position: center center;
  width: 100%;
  position: fixed;
  z-index: 99;
}
.top .header--secondary {
  transform: translateY(-130px);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 990;
  transition: 0.5s;
  background: #1660AF;
}
.top .header--secondary.js-headerIn {
  transform: translateY(0);
}
.top .header__inner {
  display: flex;
  align-items: center;
  padding: 16px 40px;
}
@media screen and (max-width: 767px) {
  .top .header__inner {
    padding: 30px 20px;
  }
}
.top .header__notice {
  display: flex;
  text-align: center;
  background-color: #000;
  color: #FFF;
  font-size: 14px;
  font-weight: 600;
  text-decoration: underline;
  padding: 5px 19px;
  align-items: center;
  justify-content: center;
  gap: 20px;
  line-height: 1.5;
}
.top .header__notice img {
  width: 8px;
  height: auto;
}
@media (max-width: 768px) {
  .top .header__notice {
    font-size: 12px;
    padding: 5px 10px;
  }
}
@media (max-width: 400px) {
  .top .header__notice .sp {
    display: block;
  }
}
.top .header__logo {
  max-width: 250px;
}
@media screen and (max-width: 767px) {
  .top .header__logo {
    max-width: 150px;
  }
}
.top .header__nav__list {
  display: flex;
}
.top .header__right {
  margin-left: auto;
}
@media (max-width: 1279px) {
  .top .header__right {
    display: none;
  }
}
.top .header__right__above {
  display: flex;
  align-items: center;
  justify-content: end;
}
.top .header__btn__item {
  color: #fff;
  display: block;
  font-size: 12px;
}
.top .header__btn__item:not(:first-child) {
  border-left: 1px solid #fff;
  margin-left: 9px;
  padding-left: 9px;
}
.top .header__btn__item--login {
  display: block;
  color: #fff;
  margin-left: 24px;
  border: 1px solid #fff;
  padding: 8px 15px;
}
.top .header__nav {
  margin-top: 10px;
}
.top .header__nav__list {
  display: flex;
  align-items: center;
}
.top .header__nav__item {
  position: relative;
  font-size: 13px;
  padding-bottom: 5px;
}
.top .header__nav__item a {
  color: #fff;
}
.top .header__nav__item:not(:first-child) {
  margin-left: 15px;
}
.top .is-drop a {
  display: flex;
  align-items: center;
}
.top .is-drop a img {
  width: 6px;
  margin-left: 5px;
}
.top .header__nav__btn--contact {
  background: #fff;
  color: #1660AF;
  font-size: 13px;
  margin-left: 24px;
  font-weight: bold;
}
.top .header__nav__btn--contact a {
  color: #1660AF;
  display: block;
  padding: 12px 15px;
}
.top .header__nav__btn--seminar {
  background: #333;
  font-size: 13px;
  margin-left: 5px;
  font-weight: bold;
}
.top .header__nav__btn--seminar a {
  padding: 12px 15px;
  display: block;
  color: #fff;
}
.top .header__nav__btn--download {
  background: #F1912E;
  font-size: 13px;
  margin-left: 5px;
  font-weight: bold;
}
.top .header__nav__btn--download a {
  padding: 12px 15px;
  color: #fff;
  display: flex;
  align-items: center;
}
.top .header__nav__btn--download a img {
  width: 15px;
}
.top .dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  max-height: 0;
  overflow: hidden;
  list-style: none;
  margin: 0;
  padding: 0;
  z-index: 9;
  transition: all 0.5s ease;
  text-align-last: left;
  /* margin-top: 5px; */
  padding: 0 20px;
}
.top .dropdown_flex {
  display: flex;
  justify-content: center;
  gap: 20px;
}
.top .dropdown li {
  width: 190px;
  position: relative;
}
.top .dropdown_flex li {
  border-bottom: 1px solid #eff2f4;
  display: block;
  text-decoration: none;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-size: 12px;
  line-height: 24px;
}
.top .dropdown_flex li:first-child {
  padding: 12px 20px;
}
.top .dropdown_flex li:last-child {
  border-bottom: none;
}
.top .dropdown li:not(:first-child) {
  border-top: 1px solid #EFF2F4;
}
.top .dropdown li::before {
  content: "";
  position: absolute;
  background: url(../image/header/drop__arrow.webp);
  background-size: contain;
  background-repeat: no-repeat;
  width: 18px;
  height: 9px;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
.top .dropdown_flex li:first-child::before {
  background-image: none;
}
.top .dropdown li a {
  display: block;
  padding: 12px 20px;
  color: #1660AF;
  text-decoration: none;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-size: 12px;
  line-height: 24px;
}
.top .dropdown_flex li a {
  padding: 0 20px;
  height: 52px;
  margin-left: 20px;
  display: flex;
  align-items: center;
}
.top .dropdown li a:hover {
  opacity: 0.7;
  transition: all 0.3s ease;
}

@media screen and (max-width: 1280px) {
.top .sp-dropdown {
  display: none;
  transition: all 0.5s ease;
  text-align-last: left;
  margin-top: 12px;
  padding: 0 20px;
  padding-left: 0;
}
.top .sp-dropdown li {
  width: 200px;
  /* width: 100%; */
  position: relative;
}
.top .sp-dropdown li:nth-child(2) {
  width: 180px;
}
.top .sp-dropdown_heading {
  display: inline-block;
  white-space: nowrap;
  padding: 6px 20px;
  color: #ffffff;
  text-decoration: none;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}
.top .sp-dropdown li::before {
  content: "";
  position: absolute;
  background: url(../image/header/drop__arrow.webp);
  background-size: contain;
  background-repeat: no-repeat;
  width: 18px;
  height: 9px;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
.top .sp-dropdown li a {
  display: block;
  padding: 8px 20px;
  color: #ffffff;
  text-decoration: none;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-size: 16px;
  line-height: 28px;
}
.top .sp-dropdown li a:hover {
  opacity: 0.7;
  transition: all 0.3s ease;
}
}

.top .header__nav__item:hover .dropdown {
  /* max-height: 415px; */
  max-height: max-content;
}
.top .p-drawer {
  position: fixed;
  top: 10px;
  right: 20px;
  height: 33px;
  width: 39px;
  z-index: 10000;
  cursor: pointer;
  display: none;
}
.top .p-drawer.js-drawer {
  height: 38px;
}
@media (max-width: 1279px) {
  .top .p-drawer {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .top .p-drawer {
    top: 20px;
  }
}
.top .p-drawer__container {
  width: 100%;
}
.top .p-drawer__bar {
  background: #fff;
  width: 39px;
  height: 2px;
}
.top .bar1 {
  position: absolute;
  top: 4px;
  right: 0;
  transition: all 0.5s ease;
}
.top .bar1.js-drawerBar {
  transition: all 0.5s ease;
  rotate: 45deg;
  top: 18px;
}
.top .bar2 {
  position: absolute;
  top: 16px;
  right: 5px;
  width: 22px;
}
.top .bar2.js-drawerBar {
  display: none;
}
.top .bar3 {
  position: absolute;
  top: 28px;
  right: 0;
  transition: all 0.5s ease;
}
.top .bar3.js-drawerBar {
  transition: all 0.5s ease;
  rotate: -45deg;
  top: 19px;
}
.top .p-drawer__content {
  background: #1660AF;
  color: #555;
  height: 100vh;
  position: fixed;
  transform: translateX(100%);
  opacity: 0;
  top: 0;
  right: 0;
  z-index: 99;
  color: #555;
  width: 340px;
  transition: all 0.5s ease;
  display: none;
}
@media (max-width: 1280px) {
  .top .p-drawer__content {
    display: block;
  }
}
.top .p-drawer__content.js-drawerOpen {
  transform: translateX(0);
  transition: all 0.5s ease;
  opacity: 1;
}
.top .p-drawer__content .header__right__above {
  justify-content: start;
}
.top .p-drawer__content .header__btn__item--login {
  max-width: 200px;
  margin-left: 0;
  margin-top: 18px;
  font-size: 14px;
  padding-block: 12px;
  text-align: center;
}
.top .p-drawer__menu {
  height: 100vh;
  padding-left: 40px;
  padding-top: 70px;
}
.top .p-drawer__menu__list {
  margin-top: 48px;
}
.top .p-drawer__menu__item:not(:first-child) {
  margin-top: 24px;
}
.top .p-drawer__menu__item a {
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  line-height: 22px;
}
.top .p-drawer__menu__item__dropdown {
  overflow-y: hidden;
  position: relative;
}
.top .p-drawer__menu__item__dropdown a {
  display: flex;
  align-items: center;
  gap: 8px;
}
.top .p-drawer__menu__item__dropdown a img {
  width: 6px;
}
.top .dropdown__content {
  transform: translateY(-1px);
  transition: 0.5s;
  height: 0;
}
.top .dropdown__content.active {
  transform: translateY(0);
  transition: height 0.5s ease;
  height: auto;
}
.top .js-arrow.active {
  rotate: 180deg;
}
.top .dropdown__content__item {
  padding-left: 20px;
  margin-top: 12px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.top .dropdown__content__item img {
  width: 18px;
  height: 9px;
  object-fit: contain;
}
.top .fv {
  background: url(../image/fv/fv-bg2.webp);
  background-repeat: no-repeat;
  background-position: center 0;
  background-size: cover;
  position: relative;
  color: #fff;
  /* padding-top: 108px; */
  padding-top: 158px;
}
@media screen and (max-width: 767px) {
  .top .fv {
    padding-top: 75px;
  }
}
.top .fv_big{
  font-size: 36px;
}
.top .fv .utilBtn--entry,
.top .fv .utilBtn--download {
  position: relative;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .top .fv .utilBtn--entry img,
  .top .fv .utilBtn--download img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 21px;
  }
}
@media screen and (max-width: 767px) {
  .top .fv .utilBtn--entry,
  .top .fv .utilBtn--download {
    max-width: 255px;
    margin-inline: auto;
    font-size: 14px;
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .top .fv .utilBtn--download {
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .top .fv {
    text-align: center;
  }
}
.top .fv__content {
  padding: 60px 0 60px 40px;
  width: 60%;
}
@media (max-width: 1097px) {
  .top .fv__content {
    padding-left: 40px;
  }
}
@media screen and (max-width: 767px) {
  .top .fv__content {
    width: 100%;
    padding-inline: 20px;
  }
}
.top .fv__inner {
  max-width: 1440px;
    margin: 0 auto;
    position: relative;
}
.top .fv__title {
  font-size: 32px;
  line-height: 56px;
  font-weight: bold;
}
.top .fv__title span:nth-child(1) {
  font-size: 70px;
}
@media screen and (max-width: 767px) {
  .top .fv__title span:nth-child(1) {
    font-size: 40px;
  }
}
.top .fv__title span:nth-child(2) {
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .top .fv__title {
    font-size: 26px;
  }
}
.top .fv__img {
  max-width: 750px;
  width: 55%;
  position: absolute;
  right: 0;
  bottom: -40px;
}
.top .fv__img video{
  display: block;
  width: 100%;
  /* clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 0% 100%); */
}
.top .fv__videoButton {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  color: inherit;
  background: transparent;
  border: 0;
  filter: drop-shadow(0 8px 4px rgba(0, 0, 0, 0.38)) drop-shadow(0 18px 8px rgba(0, 0, 0, 0.28)) drop-shadow(8px 0 4px rgba(0, 0, 0, 0.26)) drop-shadow(-8px 0 4px rgba(0, 0, 0, 0.26));
}
.top .fv__videoButton::before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  width: 72px;
  height: 72px;
  content: "";
  background: rgba(22, 96, 175, 0.86);
  border-radius: 50%;
  opacity: 0;
  transform: translate(-50%, -50%);
  transition: opacity 0.2s ease;
}
.top .fv__videoButton::after {
  position: absolute;
  top: 50%;
  left: calc(50% + 3px);
  z-index: 2;
  width: 0;
  height: 0;
  content: "";
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 22px solid #fff;
  opacity: 0;
  transform: translate(-50%, -50%);
  transition: opacity 0.2s ease;
}
.top .fv__videoButton:hover::before,
.top .fv__videoButton:hover::after,
.top .fv__videoButton:focus-visible::before,
.top .fv__videoButton:focus-visible::after {
  opacity: 1;
}
@media (hover: none) {
  .top .fv__videoButton::before,
  .top .fv__videoButton::after {
    display: none;
  }
}
.top .fvMovieModal {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: grid;
  place-items: center;
  padding: 32px;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.24s ease, visibility 0.24s ease;
}
.top .fvMovieModal.is-open {
  visibility: visible;
  opacity: 1;
}
.top .fvMovieModal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.72);
  border: 0;
}
.top .fvMovieModal__content {
  position: relative;
  z-index: 1;
  width: min(100%, 1040px);
  aspect-ratio: 16 / 9;
  overflow: hidden;
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.35);
}
.top .fvMovieModal__video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: transparent;
}
.top .fvMovieModal__close {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  color: #fff;
  font-size: 32px;
  line-height: 1;
  background: rgba(0, 0, 0, 0.52);
  border: 0;
  border-radius: 50%;
}
@media (min-width: 1558px) {
  .top .fv__img {
    bottom: -30px;
  }
}
@media screen and (max-width: 1360px) {
  .top .fv__content {
    width: 100%;
    padding-right: 40px;
    text-align: center;
  }
  .top .fv__btns {
    justify-content: center;
  }
  .top .fv__img {
    position: relative;
    right: auto;
    bottom: auto;
    width: 90%;
    max-width: 800px;
    margin: 24px auto -40px;
  }
}
@media screen and (max-width: 767px) {
  .top .fv__img {
    bottom: 20px;
    width: 90%;
    aspect-ratio: auto;
  }
  .top .fv__img video {
    height: auto;
    object-fit: contain;
    transform: none;
  }
  .top .fvMovieModal {
    padding: 20px;
  }
  .top .fvMovieModal__close {
    top: 12px;
    right: 12px;
  }
}
.top .fv--video-square .fv__img video,
.top .fv--video-square-adjusted .fv__img video {
  clip-path: none;
}
.top .fv--video-square-adjusted .fv__img {
  width: 50%;
  max-width: 700px;
  right: 40px;
  bottom: -8px;
}
@media (min-width: 1370px) {
  .top .fv--video-square-adjusted .fv__img {
    bottom: -24px;
  }
}
@media (min-width: 1558px) {
  .top .fv--video-square-adjusted .fv__img {
    bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .top .fv--video-square-adjusted .fv__img {
    right: 20px;
    bottom: -42px;
    width: calc(100% - 40px);
    max-width: 340px;
  }
}
.top .fv--adlp2 .fv__img {
  max-width: 600px;
  bottom: 40px;
}
.top .fv.fv--adlp2::after {
  background: linear-gradient(0deg, #121212 0, #02172e80);
  bottom: -40px;
  -webkit-clip-path: polygon(65% 0, 100% 0, 100% 100%, 50% 100%);
  clip-path: polygon(65% 0, 100% 0, 100% 100%, 50% 100%);
  content: "";
  display: block;
  flex: 0 0 50%;
  height: 100%;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 3;
}
.top .fv--adlp2 .fv__inner {
  z-index: 4;
}
.top .fv--adlp2 .fv__content,
.top .fv--adlp2 .fv__img {
  z-index: 4;
}
.top .fv__text {
  font-size: 16px;
  margin-top: 16px;
  line-height: 27px;
}
@media screen and (max-width: 767px) {
  .top .fv__text {
    font-size: 14px;
  }
}
.top .fv__btns {
  display: flex;
  gap: 15px;
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .top .fv__btns {
    display: block;
  }
}
.top .fv__notice {
  display: inline-flex;
  text-align: center;
  background-color: #fff;
  color: #1660AF;
  font-size: 14px;
  font-weight: 600;
  padding: 5px 19px;
  margin-top: 20px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  line-height: 1.5;
}
.top .fv__notice img {
  width: 8px;
  height: auto;
}
@media (max-width: 768px) {
  .top .fv__notice {
    font-size: 12px;
    padding: 5px 10px;
  }
  .top .fv__notice .sp {
    display: block;
  }
}
.top .introduce {
  background: #1660AF;
  color: #fff;
}
.top .introduce__inner {
  padding-block: 60px 16px;
}
@media (min-width: 1558px) {
  .top .introduce__inner {
    padding-top: 90px;
  }
}
@media screen and (max-width: 767px) {
  .top .introduce__inner {
    padding-block: 100px 30px;
  }
}
.top .introduce__text {
  text-align: center;
  font-size: 18px;
}
.top .introduce__text span {
  font-size: 44px;
}
@media screen and (max-width: 1199px) {
  .top .introduce__text {
    max-width: calc(100% - 40px);
    margin-inline: auto;
    line-height: 28px;
  }
}
.top .introduce__text span.introduce__small{
  font-size: 12px;
}
.top .introduce__logo {
  margin-top: 50px;
}
.top .scroll-infinity {
  margin-top: 40px;
}
@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.top .scroll-infinity__wrap {
  display: flex;
  overflow: hidden;
}
.top .scroll-infinity__list {
  display: flex;
  list-style: none;
  padding: 0;
}
.top .scroll-infinity__list--left {
  animation: infinity-scroll-left 700s infinite linear 0.5s both;
}
.top .scroll-infinity__item {
  width: 5327px;
  height: 142px;
  margin-inline: 1px;
}
.top .scroll-infinity__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.top .introduce__items {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 24px;
}
@media screen and (max-width: 1199px) {
  .top .introduce__items {
    max-width: calc(100% - 40px);
    margin-inline: auto;
  }
}
@media screen and (max-width: 767px) {
  .top .introduce__items {
    max-width: 321px;
    width: calc(100% - 40px);
    display: grid;
    grid-template-columns: repeat(2, 2fr);
    place-items: center;
  }
}
@media (max-width: 1280px) {
  .top .introduce__items {
    flex-wrap: wrap;
    width: 90%;
    max-width: 700px;
    margin: auto;
  }
}
.top .introduce__item {
  max-width: 255px;
  margin-top: 24px;
}
@media (max-width: 1280px) {
  .top .introduce__item {
    max-width: none;
    width: calc(33% - 8px);
  }
}
@media (max-width: 768px) {
  .top .introduce__item {
    width: 100%;
    margin-top: 8px;
  }
}
.top .introduce__item img {
  height: 60px;
  object-fit: contain;
}
@media (max-width: 1280px) {
  .top .introduce__item img {
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .top .introduce__item img {
    height: auto;
  }
}
/* @media screen and (max-width: 767px) {
  .top .introduce__item {
    max-width: 153px;
  }
} */
.top .introduce__note____list {
  max-width: 1096px;
  margin-inline: auto;
  margin-top: 16px;
}
@media screen and (max-width: 1199px) {
  .top .introduce__note____list {
    max-width: calc(100% - 40px);
    margin-inline: auto;
  }
}
.top .introduce__note__item {
  font-size: 10px;
  display: flex;
  line-height: 18px;
}
.top .introduce__note__item span {
  display: block;
  margin-right: 10px;
}
.top .introduce__note__item:not(:first-child) {
  margin-top: 4px;
}
.top .demoMovie {
  background-color: #f4f8fc;
}
.top .demoMovie__inner {
  max-width: 1120px;
  margin: 0 auto;
  padding: 96px 30px;
}
.top .demoMovie__title {
  color: #1660AF;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
.top .demoMovie__video {
  max-width: 920px;
  margin: 48px auto 0;
  background-color: #0b2341;
}
.top .demoMovie__video video {
  width: 100%;
  display: block;
}
@media screen and (max-width: 767px) {
  .top .demoMovie__inner {
    padding: 72px 20px;
  }
  .top .demoMovie__title {
    font-size: 28px;
  }
  .top .demoMovie__video {
    margin-top: 36px;
  }
}
.top .support {
  position: relative;
}
.top .support::before {
  content: "";
  position: absolute;
  opacity: 0.05;
  background: #1660AF;
  height: 50%;
  width: 83%;
  top: 151px;
  right: 0;
}
.top .support__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 91px 30px 164px;
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .top .support__inner {
    display: block;
    max-width: 384px;
    margin-inline: auto;
    padding-block: 60px;
  }
}
.top .support__title {
  font-size: 44px;
  color: #1660AF;
  font-weight: bold;
  line-height: 74px;
}
.top .support__title span {
  padding-bottom: 0px;
  border-bottom: 4px solid #1660AF;
}
@media screen and (max-width: 1199px) {
  .top .support__title {
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  .top .support__title {
    font-size: 32px;
    line-height: 54px;
    margin-top: 24px;
  }
}
.top .support__text {
  margin-top: 24px;
  line-height: 30px;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .top .support__text {
    font-size: 16px;
  }
}
.top .support__right {
  max-width: 500px;
  margin-left: 17px;
}
@media screen and (max-width: 1199px) {
  .top .support__right {
    max-width: 360px;
  }
}
@media screen and (max-width: 767px) {
  .top .support__right {
    margin-inline: auto;
  }
}
.top .features {
  background: #FAFAFA;
}
.top .features__inner {
  max-width: 1096px;
  margin-inline: auto;
  padding: 120px 30px 64px;
}
.top .featuresbtn{
  display: flex
;
    align-items: center;
    justify-content: center;
    max-width: 532px;
    margin: 24px auto 0;
    border: 2px solid #1660AF;
    padding-block: 23px;
    position: relative;
    text-align: center;
    font-size: 16px;
    color: #1660AF;
    margin-top: auto;
    /* flex-direction: column; */
    width: 100%;
}
@media screen and (max-width: 767px) {
  .top .features__inner {
    padding-block: 60px;
  }
}
.top .features__list {
  display: flex;
  justify-content: center;
  gap: 32px;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .top .features__list {
    display: block;
  }
}
.top .features__item {
  flex: 1;
  flex-grow: 1;
  max-width: 344px;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .top .features__item {
    margin-inline: auto;
  }
  .top .features__item:not(:first-child) {
    margin-top: 48px;
  }
}
.top .features__item__number {
  font-size: 50px;
  text-align: center;
  display: block;
  color: #1660AF;
  font-weight: bold;
  position: relative;
}
.top .features__item__txt{
  font-size: 18px;
  text-align: center;
  margin: 37px 0 30px;
  color: #1660AF;
  font-weight: 500;
  margin-bottom: 37px;
  font-weight: bold;
}

.top .features__item__txt__03{
  font-size: 18px;
  text-align: center;
  margin: 24px 0 30px;
  color: #1660AF;
  font-weight: 500;
  margin-bottom: 37px;
  font-weight: bold;
}

.top .features__item__number::before {
  content: "";
  position: absolute;
  height: 4px;
  width: 51px;
  background: #1660AF;
  left: 50%;
  transform: translateX(-50%);
  bottom: -9px;
}
@media screen and (max-width: 767px) {
  .top .features__item__number {
    font-size: 48px;
  }
}
.top .features__item__title {
  margin-top: 16px;
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  color: #1660AF;
  font-weight: bold;
}
.top .features__item__img{
  display: flex;
  flex-direction: column;
}
.top .features__item__img__01{
  max-width: 309px;
  margin: 44px auto 0;
  display: block;
  height: 252px;
  object-fit: contain;
}
.top .features__item__img__02{
  max-width: 255px;
  margin: 44px auto 0;
  display: block;
  height: 255px;
  object-fit: contain;
  margin-top: 40px;
}
.top .features__item__img__03{
  height: 269px;
  object-fit: contain;
  margin-top: 40px;
}
.top .features__item__content {
  background: #fff;
  padding: 24px;
  font-size: 16px;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .top .features__item__content {
    font-size: 14px;
    margin-top: 16px;
  }
}
.top .features__note__item {
  display: flex;
  line-height: 27px;
}
.top .features__note__item span {
  margin-right: 10px;
  margin-top: 10px;
  flex-shrink: 0;
  display: block;
  background: #000;
  width: 5px;
  height: 5px;
  border-radius: 50%;
}
.top .features__note__item:not(:first-child) {
  margin-top: 10px;
}
.top .features__text {
  text-align: center;
  margin-top: 64px;
  font-size: 18px;
  line-height: 30px;
  color: #1660AF;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .top .features__text {
    line-height: 27px;
    font-size: 16px;
  }
}
.top .features__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 532px;
  margin: 24px auto 0;
  border: 2px solid #1660AF;
  padding-block: 23px;
  position: relative;
  text-align: center;
  font-size: 24px;
  color: #1660AF;
}
.top .features__btn__logo {
  max-width: 275px;
}
@media screen and (max-width: 767px) {
  .top .features__btn__logo {
    max-width: 200px;
  }
}
.top .features__btn__arrow {
  width: 12px;
  position: absolute;
  right: 21px;
  top: 50%;
  transform: translateY(-50%);
}

.top .ai__inner{
  max-width: 1196px;
  margin-inline: auto;
  padding: 20px 50px 150px;
}

.top .ai_contents{
  display: flex;
    margin-top: 60px;
    align-items: center;
}

@media screen and (max-width: 1199px) {
  .top .ai_contents{
   flex-direction: column;
  }
}

.top .ai_contents img{
  max-width: 500px;
  object-fit: contain;
}

.top .ai_txt{
  /* background: #E7EFF7; */
  color: #1560AE;
  font-size: 16px;
  padding: 20px 40px;
  margin-left: 30px;
  font-weight: 500;
  height: max-content;
  line-height: 1.8;
}

@media screen and (max-width: 1199px) {
  .top .ai_txt{
   margin-left: 0;
   margin-top: 30px;
   font-size: 16px;
  }
}



.top .banner {
  background: #1660AF;
}
.top .banner__inner {
  padding: 64px 30px;
}
@media screen and (max-width: 767px) {
  .top .banner__inner {
    padding: 56px 30px;
  }
}
.top .banner__title {
  font-size: 24px;
  line-height: 33px;
  text-align: center;
  font-weight: bold;
  color: #fff;
}
.top .banner__btns {
  justify-content: center;
}
.top .banner__btns a {
  display: block;
  flex: 1;
  font-size: 18px;
  padding-block: 18px;
  display: grid;
  place-items: center;
  position: relative;
  max-width: 476px;
}
.top .banner__btns a img {
  width: 12px;
  position: absolute;
  right: 21px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .top .banner__btns a {
    font-size: 16px;
  }
}
.top .banner__btns .utilBtn--entry {
  background: #fff;
  color: #1660AF;
}
@media screen and (max-width: 767px) {
  .top .banner__btns .utilBtn--download {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .top .banner__btns {
    margin-inline: auto;
    max-width: 330px;
  }
}
.top .function__inner {
  max-width: 1194px;
  margin-inline: auto;
  padding: 120px 30px;
}
@media screen and (max-width: 767px) {
  .top .function__inner {
    padding: 80px 30px;
  }
}
.top .function__list {
  margin-top: 40px;
}
.top .function__item:nth-child(1) .function__item__title::before {
  content: "01";
  font-size: 20px;
  color: #1660AF;
  position: absolute;
  top: 0;
  left: 0;
  line-height: 20px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .top .function__item:nth-child(1) .function__item__title::before {
    font-size: 14px;
  }
}
.top .function__item:nth-child(2) .function__item__title::before {
  content: "02";
  font-size: 20px;
  color: #1660AF;
  position: absolute;
  top: 0;
  left: 0;
  line-height: 20px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .top .function__item:nth-child(2) .function__item__title::before {
    font-size: 14px;
  }
}
.top .function__item:nth-child(3) .function__item__title::before {
  content: "03";
  font-size: 20px;
  color: #1660AF;
  position: absolute;
  top: 0;
  left: 0;
  line-height: 20px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .top .function__item:nth-child(3) .function__item__title::before {
    font-size: 14px;
  }
}
.top .function__item:nth-child(4) .function__item__title::before {
  content: "04";
  font-size: 20px;
  color: #1660AF;
  position: absolute;
  top: 0;
  left: 0;
  line-height: 20px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .top .function__item:nth-child(4) .function__item__title::before {
    font-size: 14px;
  }
}
.top .function__item:nth-child(5) .function__item__title::before {
  content: "05";
  font-size: 20px;
  color: #1660AF;
  position: absolute;
  top: 0;
  left: 0;
  line-height: 20px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .top .function__item:nth-child(5) .function__item__title::before {
    font-size: 14px;
  }
}
.top .function__item:not(:first-child) {
  margin-top: 80px;
}
.top .function__item__title {
  font-size: 50px;
  line-height: 50px;
  font-weight: bold;
  color: #1660AF;
  position: relative;
  padding-left: 35px;
}
.top .function__item__title span {
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .top .function__item__title span {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .top .function__item__title {
    font-size: 24px;
    line-height: 22px;
  }
}
.top .function__item__title__h5{
  color:#1660AF;
  font-size: 24px;
  font-weight: 700;
  padding-left: 15px;
  position: relative;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .top .function__item__title__h5 {
    font-size: 18px;
  }
}
.top .function__item__title__h5::before{
  content: "";
  width: 5px;
  height: 100%;
  position: absolute;
  left: 0;
  background:#1660AF ;
}
.top .function__item__head__list {
  background: rgba(22, 96, 175, 0.05);
  padding: 24px 40px;
  margin-top: 24px;
}
.top .function__item__head__item {
  color: #1660AF;
  font-size: 16px;
  font-weight: bold;
  position: relative;
  z-index: 98;
  line-height: 27px;
}
.top .function__item__head__item:not(:first-child) {
  margin-top: 5px;
}
.top .function__detail__list {
  display: grid;
  grid-template-columns: repeat(3, 2fr);
  row-gap: 30px;
  border-top: 1px solid #1660AF;
  margin-top: 24px;
  padding-block: 30px;
  position: relative;
}
.top .function__detail__list.drop.show{
  display: grid;
}
@media screen and (max-width: 767px) {
    .top .function__detail__list.drop.show{
        display: block;
      }
  }
@media screen and (max-width: 767px) {
  .top .function__detail__list {
    display: block;
    padding-top: 0;
    padding-block: 0;
  }
}
.top .function__detail__item {
  flex: 1;
  border-bottom: 1px solid #1660AF;
}
@media screen and (max-width: 767px) {
  .top .function__detail__item {
    padding-block: 16px 10px;
  }
}
.top .drop {
  display: none;
}
@media screen and (max-width: 767px) {
  .top .drop {
   display: block;
  }
}

.top .drop.show {
  display: block;
}

.top .function__detail__head {
  display: flex;
  align-items: center;
  margin-inline: 30px;
}
@media screen and (max-width: 767px) {
  .top .function__detail__head {
    margin-inline: 0;
  }
}
.top .function__detail__head__img {
  width: 60px;
  height: 60px;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .top .function__detail__head__img {
    width: 50px;
    height: 50px;
  }
}
.top .function__detail__head__title {
  color: #1660AF;
  font-weight: bold;
  margin-left: 15px;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .top .function__detail__head__title {
    font-size: 16px;
  }
}
.top .function__detail__head__cross {
  height: 20px;
  width: 20px;
  margin-left: auto;
  position: relative;
}
.function__detail__btn{
  background: #1660AF;
  color: #ffffff!important;
  padding: 8px 12px;
  margin-bottom: 30px;
  display: flex;
  width: 130px;
  font-size: 13px;
  margin-left: calc(100% - 170px);
}
@media screen and (max-width: 767px) {
  .function__detail__btn {
    margin-left: calc(100% - 130px);
    margin-top: 10px;
  }
}
.function__detail__btn:hover{
  color: #ffffff;
}
.function__detail__btn img{
  width: 12px;
  height: auto;
}
.top .function__detail__head__cross__bar {
  width: 20px;
  height: 1px;
  background: #1660AF;
  position: absolute;
  display: block;
}
.top .function__detail__head__cross__bar:nth-child(1) {
  top: 50%;
  transform: translateY(50%);
  left: 0;
}
.top .function__detail__head__cross__bar:nth-child(2) {
  width: 1px;
  height: 20px;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
}
.top .bar2.bar-active {
  opacity: 0;
  transition: 0.5s;
}
.top .function__detail__text {
  margin-inline: 30px;
  font-size: 14px;
  line-height: 23px;
  margin-top: 10px;
  padding-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .top .function__detail__text {
    padding-bottom: 0;
    margin-inline: 0;
  }
}
@media screen and (max-width: 767px) {
  .top .function__detail__item {
    overflow: hidden;
  }
}
@media screen and (max-width: 767px) {
  .top .accordion-content {
    max-height: 0;
    height: 0;
    overflow-y: hidden;
    transition: all 0.5s ease;
    transform: translateY(-1px);
    opacity: 0;
  }
}
@media screen and (max-width: 767px) {
  .top .accordion-title {
    cursor: pointer;
  }
}
@media screen and (max-width: 767px) {
  .top .accordion-content.open {
    max-height: 200px;
    transform: translateY(0);
    height: 100%;
    opacity: 1;
  }
}
.top .function__btn__more {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 22px;
  gap: 10px;
  font-weight: bold;
  color: #1660AF;
  border-bottom: 1px solid #1660AF;
  padding-bottom: 20px;
  margin-top: -10px;
}
.top .function__btn__more:hover{
  cursor: pointer;
}
.top .function__btn__more.none{
  display: none;
}
.top .function__btn__more img {
  width: 10px;
}
@media screen and (max-width: 767px) {
  .top .function__btn__more {
    display: none;
  }
}
.top .voice {
  background: #1660AF;
}
.top .voice .utilBtn--entry {
  max-width: 330px;
  margin: 64px auto 0;
  border: 1px solid #fff;
  font-size: 16px;
  display: grid;
  place-items: center;
  position: relative;
  padding-block: 19px;
}
.top .voice .utilBtn--entry img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 21px;
}
.top .voice .section__title {
  color: #fff;
}
.top .voice .section__title--sub {
  color: #fff;
}
.top .voice__inner {
  max-width: 1196px;
  margin-inline: auto;
  padding: 120px 30px;
}
@media screen and (max-width: 767px) {
  .top .voice__inner {
    padding: 80px 30px;
  }
}
.top .voice__text {
  font-size: 18px;
  margin-top: 24px;
  font-weight: bold;
  color: #fff;
  line-height: 30px;
}
@media screen and (max-width: 767px) {
  .top .voice__text {
    font-size: 16px;
    line-height: 27px;
  }
}
.top .voice__list {
  display: flex;
  gap: 32px;
  justify-content: center;
  align-items: stretch;
  margin-top: 48px;
}
@media screen and (max-width: 767px) {
  .top .voice__list {
    display: block;
    margin-top: 40px;
  }
}
.top .voice__item {
  flex: 1;
}
.top .voice__item a {
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .top .voice__item {
    max-width: 330px;
    margin: 16px auto 0;
  }
}
.top .voice__item__content {
  background: #fff;
  padding: 24px 24px 80px;
  flex-grow: 1;
  position: relative;
}
.top .voice__item__company {
  font-size: 18px;
  color: #1660AF;
  font-weight: bold;
  line-height: 25px;
}
.top .voice__item__text {
  margin-top: 8px;
  font-size: 14px;
  line-height: 23px;
  color: #333;
}
.top .voice__item__img--arrow {
  width: 45px;
  height: 45px;
  margin-top: 10px;
  margin-left: auto;
  position: absolute;
  bottom: 24px;
  right: 24px;
}
@media screen and (max-width: 767px) {
  .top .voice__item__img--arrow {
    right: 30px;
  }
}
.top .movie {
  background: url(../image/movie/movie__bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
.top .movie .section__title {
  text-align: center;
  color: #fff;
  line-height: 52px;
}
@media screen and (max-width: 767px) {
  .top .movie .section__title{
    line-height: 36px;
  }
}
.top .movie .section__title--sub {
  color: #fff;
  text-align: center;
  display: block;
}
.top .movie__img{
  position: relative;
}
.top .movie iframe {
  display: block;
  height: calc(56.2vw - 295.6px);
  margin: 0 auto;
  max-height: 720px;
  max-width: 1280px;
  width: 100%;
}

@media screen and (max-width: 1025px) {
  .top .movie iframe  {
    height: calc(56.2vw - 54.6px);
  }
}

.top .movie__img:after {
  background: transparent;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.top .movie .utilBtn--entry {
  max-width: 330px;
  margin: 64px auto 0;
  border: 1px solid #fff;
  font-size: 16px;
  display: grid;
  place-items: center;
  position: relative;
  padding-block: 19px;
  background: transparent;
}
.top .movie .utilBtn--entry img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 21px;
}
.top .movie__inner {
  padding: 120px 30px;
}
@media screen and (max-width: 767px) {
  .top .movie__inner {
    padding: 80px 30px;
  }
}
.top .movie__img {
  max-width: 915px;
  margin: 48px auto 0;
}
@media screen and (max-width: 767px) {
  .top .movie__img {
    max-width: 330px;
    margin-top: 40px;
  }
}
.top .solution {
  background: #E8EFF7;
}
@media screen and (max-width: 767px) {
  .top .solution .section__title {
    line-height: 36px;
  }
}
.top .solution__inner {
  padding: 120px 30px;
  max-width: 1096px;
  margin-inline: auto;
  box-sizing: content-box;
}
@media screen and (max-width: 767px) {
  .top .solution__inner {
    padding: 80px 30px;
  }
}
.top .solution__text {
  margin-top: 24px;
  line-height: 30px;
  color: #1660AF;
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .top .solution__text {
    font-size: 16px;
    line-height: 27px;
  }
}
.top .solution__list {
  margin-top: 48px;
}
.top .solution__item:not(:first-child) {
  margin-top: 64px;
}
@media screen and (max-width: 767px) {
  .top .solution__item:not(:first-child) {
    margin-top: 40px;
  }
}
.top .solution__item__title {
  font-size: 24px;
  line-height: 33px;
  font-weight: bold;
  color: #1660AF;
  padding-left: 20px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .top .solution__item__title {
    font-size: 18px;
    line-height: 25px;
  }
}
.top .solution__item__title::before {
  content: "";
  position: absolute;
  background: #1660AF;
  width: 5px;
  height: 100%;
  top: 0;
  left: 0;
}
.top .solution__contents {
  margin-top: 24px;
  border-top: 1px solid #1660AF;
  border-bottom: 1px solid #1660AF;
}
.top .solution__content.border {
  border-top: 1px solid #1660AF;
}
.top .solution__content a {
  display: flex;
  align-items: center;
  padding-block: 40px;
}
@media screen and (max-width: 767px) {
  .top .solution__content a {
    display: block;
  }
}
.top .solution__content:last-child {
  border-top: 1px solid #1660AF;
}
.top .solution__content:last-child a {
  padding-bottom: 40px;
}
.top .solution__content__titleBox {
  display: flex;
  align-items: end;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .top .solution__content__titleBox {
    display: block;
  }
}
.top .solution__content__titleImg{
  margin-right: 20px;
}

.top .solution__content__titleImg01 {
  max-width: 308px;
}
@media screen and (max-width: 767px) {
  .top .solution__content__titleImg01 {
    max-width: 246px;
    margin: auto;
  }
}
.top .solution__content__titleImg02 {
  max-width: 465px;
}
@media screen and (max-width: 767px) {
  .top .solution__content__titleImg02 {
    max-width: 246px;
  }
}
.top .solution__content__titleImg03 {
  max-width: 634px;
}
@media screen and (max-width: 767px) {
  .top .solution__content__titleImg03 {
    max-width: 252px;
  }
}
.top .solution__content__titleImg04 {
  max-width: 330px;
}
@media screen and (max-width: 767px) {
  .top .solution__content__titleImg04 {
    max-width: 255px;
  }
}
.top .solution__content__titleImg05 {
  max-width: 651px;
}
@media screen and (max-width: 767px) {
  .top .solution__content__titleImg05 {
    max-width: 249px;
  }
}
.top .solution__content__titleImg06 {
  max-width: 658px;
}
@media screen and (max-width: 767px) {
  .top .solution__content__titleImg06 {
    max-width: 260px;
  }
}
.top .solution__content__titleImg07 {
  max-width: 315px;
}
@media screen and (max-width: 767px) {
  .top .solution__content__titleImg07 {
    max-width: 225px;
    margin: auto;
  }
}
.top .solution__content__titleImg08 {
  max-width: 465px;
}
@media screen and (max-width: 767px) {
  .top .solution__content__titleImg08 {
    max-width: 246px;
  }
}

.top .solution__content__titleImg09 {
  max-width: 710px;
}
@media screen and (max-width: 767px) {
  .top .solution__content__titleImg09 {
    max-width: 246px;
  }
}
.top .solution__content__titleImg10 {
  max-width: 810px;
}
@media screen and (max-width: 767px) {
  .top .solution__content__titleImg10 {
    max-width: 350px;
  }
}

.top .solution__content__titleImg11 {
  max-width: 240px;
}
@media screen and (max-width: 767px) {
  .top .solution__content__titleImg11 {
    max-width: 246px;
  }
}
.top .solution__content__titleText {
  color: #1660AF;
  font-size: 14px;
  line-height: 19px;
  font-weight: bold;
  margin-top: 10px;
}
.top .solution__content__titleText11 {
  transform: translateY(-18px);
}
@media screen and (max-width: 767px) {
  .top .solution__content__titleText {
    margin-left: 0;
    margin-top: 16px;
    font-size: 12px;
    text-align: center;
  }
  .top .solution__content__titleText11 {
    transform: translateY(0px);
  }
}

@media screen and (max-width: 767px) {
  .top .solution__content__titleImg.is-sp {
    margin: auto;
    margin-left: auto;
  }
}

.top .solution__content__titleText {
  color: #1660AF;
  font-size: 14px;
  line-height: 19px;
  font-weight: bold;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .top .solution__content__titleText {
    margin-left: 0;
    margin-top: 16px;
    font-size: 12px;
    text-align: center;
  }
}
.top .solution__content__text {
  font-size: 16px;
  line-height: 27px;
  margin-top: 24px;
  color: #333;
}
@media screen and (max-width: 767px) {
  .top .solution__content__text {
    font-size: 14px;
  }
}
.top .solution__content__right {
  position: relative;
  margin-left: auto;
}
.top .solution__content__arrow {
  width: 45px;
  height: 45px;
  margin-left: 28px;
  flex-shrink: 0;
}
.top .solution__content__arrow--spWrapper {
  display: flex;
  align-items: center;
  position: absolute;
  right: 0px;
  top: 15px;
}
.top .solution__content__arrow--spWrapper span {
  display: block;
  font-size: 16px;
  color: #1660AF;
  font-weight: bold;
  line-height: 22px;
  width: 103px;
  white-space: nowrap;
  margin-right: 15px;
}
.top .solution__content__arrow--spWrapper img {
  width: 45px;
}
.top .solution__step {
  background: #fff;
  margin-top: 64px;
}
@media screen and (max-width: 767px) {
  .top .solution__step {
    margin-top: 40px;
  }
}
.top .solution__step__inner {
  padding: 64px 61px;
}
@media screen and (max-width: 767px) {
  .top .solution__step__inner {
    padding: 48px 30px;
  }
}
.top .solution__step__title {
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  color: #1660AF;
  line-height: 30px;
}
.top .solution__step__img {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .top .solution__step__img {
    max-width: 270px;
    margin-inline: auto;
  }
}
.top .solution__step__bottom {
  background: #FAFAFA;
  margin-top: 40px;
  padding: 24px 20px;
}
@media screen and (max-width: 767px) {
  .top .solution__step__bottom {
    margin-top: 24px;
  }
}
.top .solution__step__title {
  color: #333;
  text-align: center;
  font-size: 16px;
  line-height: 22px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .top .solution__step__title {
    font-size: 14px;
    line-height: 19px;
  }
}
.top .solution__step__text {
  margin-top: 8px;
  text-align: center;
  font-size: 12px;
  line-height: 20px;
}
@media screen and (max-width: 767px) {
  .top .solution__step__text {
    margin-top: 10px;
  }
}
.top .initiative {
  background: #EFF2F4;
}
.top .initiative__inner {
  padding: 120px 30px;
}
@media screen and (max-width: 767px) {
  .top .initiative__inner {
    padding: 80px 30px;
  }
}
.top .initiative__list {
  display: grid;
  grid-template-columns: repeat(3, 2fr);
  row-gap: 32px;
  column-gap: 32px;
  place-items: center;
  max-width: 1096px;
  margin-inline: auto;
  margin-top: 48px;
}
@media screen and (max-width: 767px) {
  .top .initiative__list {
    grid-template-columns: repeat(2, 3fr);
    gap: 10px;
  }
}
.top .initiative__item {
  max-width: 344px;
}
.top .service {
  background: #1660AF;
}
.top .service .section__title--sub {
  color: #fff;
}
.top .service .section__title {
  color: #fff;
}
.top .service__inner {
  max-width: 1196px;
  margin-inline: auto;
  padding: 120px 20px;
}
@media screen and (max-width: 767px) {
  .top .service__inner {
    padding: 80px 30px;
  }
}
.top .service__text {
  font-size: 18px;
  color: #fff;
  margin-top: 24px;
  line-height: 30px;
}
@media screen and (max-width: 767px) {
  .top .service__text {
    font-size: 16px;
  }
}
.top .service__list {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  margin-top: 40px;
}
@media screen and (max-width: 1199px) {
  .top .service__list {
    display: grid;
    grid-template-columns: repeat(5, 2fr);
    place-items: center;
    gap: 14px;
  }
}
@media screen and (max-width: 767px) {
  .top .service__list {
    display: block;
  }
}
.top .service__item {
  width: 193px;
  background: #fff;
  padding: 20px;
}
@media screen and (max-width: 1199px) {
  .top .service__item {
    align-items: stretch;
    height: 100%;
    width: 100%;
    padding: 20px 10px;
  }
}
@media screen and (max-width: 767px) {
  .top .service__item {
    display: flex;
    width: 100%;
    align-items: center;
  }
  .top .service__item:not(:first-child) {
    margin-top: 8px;
  }
}
.top .service__item__img {
  width: 113px;
  display: grid;
  place-items: center;
  margin-inline: auto;
}
.top .service__item__img img {
  object-fit: contain;
}
@media screen and (max-width: 767px) {
  .top .service__item__img {
    margin: 0;
    flex-shrink: 0;
    width: 70px;
  }
}
@media screen and (max-width: 767px) {
  .top .service__textBox {
    margin-left: 16px;
  }
}
.top .service__textBox__title {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin-top: 8px;
}
@media screen and (max-width: 767px) {
  .top .service__textBox__title {
    text-align-last: left;
  }
}
.top .service__textBox__sentence {
  font-size: 14px;
  line-height: 23px;
  color: #333;
  margin-top: 8px;
}
.top .materials {
  background: #E8EFF7;
}
.top .materials .utilBtn--entry {
  max-width: 251px;
  margin: 64px auto 0;
  border: 1px solid #fff;
  font-size: 14px;
  display: grid;
  place-items: center;
  position: relative;
  padding-block: 19px;
  margin-top: auto;
  width: 251px;
}
.top .materials .utilBtn--entry img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 19px;
}
@media screen and (max-width: 1199px) {
  .top .materials .utilBtn--entry img {
    right: 12px;
  }
}
@media screen and (max-width: 1199px) {
  .top .materials .utilBtn--entry {
    font-size: 12px;
  }
}
.top .materials__inner {
  padding: 120px 20px;
}
@media screen and (max-width: 767px) {
  .top .materials__inner {
    padding: 80px 30px;
  }
}
.top .materials__list {
  display: flex;
  justify-content: center;
  gap: 32px;
  margin-top: 48px;
}
@media screen and (max-width: 767px) {
  .top .materials__list {
    display: block;
  }
}
.top .materials__item {
  max-width: 344px;
  background: #fff;
  padding: 62px 30px 40px;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1199px) {
  .top .materials__item {
    padding-inline: 10px;
  }
}
@media screen and (max-width: 767px) {
  .top .materials__item {
    padding-inline: 30px;
    margin-inline: auto;
    margin-top: 8px;
  }
}
.top .materials__img {
  width: 155px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .top .materials__img {
    width: 147px;
  }
}
.top .materials__title {
  font-size: 18px;
  line-height: 25px;
  text-align: center;
  color: #000;
  margin-top: 45px;
  font-weight: bold;
}
@media screen and (max-width: 1199px) {
  .top .materials__title {
    font-size: 16px;
  }
}
.top .materials__detail__list {
  margin-top: 17px;
  margin-bottom: 21px;
}
.top .materials__detail__item {
  font-size: 14px;
  text-indent: -1em;
  padding-left: 1em;
  line-height: 23px;
}
.top .materials__detail__item:not(:first-child) {
  margin-top: 10px;
}
.top .consultation {
  background: #1660AF;
  color: #fff;
}
.top .consultation .utilBtn--entry {
  background: #F1912E;
  margin-top: 24px;
  font-size: 14px;
  display: grid;
  place-items: center;
  position: relative;
  padding-block: 19px;
}
.top .consultation .utilBtn--entry img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 19px;
}
@media screen and (max-width: 1199px) {
  .top .consultation .utilBtn--entry img {
    right: 12px;
  }
}
@media screen and (max-width: 1199px) {
  .top .consultation .utilBtn--entry {
    font-size: 16px;
  }
}
.top .consultation__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 62px;
  max-width: 1096px;
  margin-inline: auto;
  box-sizing: content-box;
  padding: 58px 30px;
}
@media screen and (max-width: 767px) {
  .top .consultation__inner {
    padding: 80px 30px;
    display: block;
  }
}
.top .consultation__img {
  max-width: 532px;
  flex-shrink: 0;
}
@media screen and (max-width: 1199px) {
  .top .consultation__img {
    max-width: 370px;
  }
}
@media screen and (max-width: 767px) {
  .top .consultation__img {
    max-width: 270px;
    margin-inline: auto;
  }
}
@media screen and (max-width: 767px) {
  .top .consultation__list {
    margin-top: 60px;
  }
}
.top .consultation__item:not(:first-child) {
  margin-top: 64px;
}
.top .consultation__title {
  font-size: 24px;
  font-weight: bold;
  line-height: 33px;
}
@media screen and (max-width: 767px) {
  .top .consultation__title {
    font-size: 18px;
    line-height: 25px;
  }
}
.top .consultation__text {
  font-size: 16px;
  line-height: 27px;
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  .top .consultation__text {
    font-size: 14px;
    line-height: 24px;
  }
}
.top .news {
  background: #EFF2F4;
}
.top .news .utilBtn--entry {
  background: transparent;
  max-width: 532px;
  margin: 64px auto 0;
  font-size: 14px;
  display: grid;
  place-items: center;
  position: relative;
  padding-block: 19px;
  color: #1660AF;
  border: 1px solid #1660AF;
}
.top .news .utilBtn--entry img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 19px;
}
@media screen and (max-width: 1199px) {
  .top .news .utilBtn--entry img {
    right: 12px;
  }
}
@media screen and (max-width: 1199px) {
  .top .news .utilBtn--entry {
    font-size: 16px;
  }
}
.top .news__inner {
  padding: 120px 30px;
  max-width: 1096px;
  margin-inline: auto;
  box-sizing: content-box;
}
@media screen and (max-width: 767px) {
  .top .news__inner {
    padding: 80px 30px;
  }
}
.top .news__tab__list {
  display: flex;
  gap: 10px;
  margin-top: 48px;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .top .news__tab__list {
    margin-top: 40px;
  }
}
.top .news__tab__item {
  flex: 1;
  background: #fff;
  color: #1660AF;
  border: 1px solid #1660AF;
  font-size: 18px;
  line-height: 19px;
  padding: 10px;
  max-width: 200px;
  text-align: center;
  white-space: nowrap;
}
.top .news__tab__item.is-active {
  background: #1660AF;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .top .news__tab__item {
    flex: 0;
    font-size: 14px;
  }
}
.top .news__list {
  border-top: 1px solid #1660AF;
  border-bottom: 1px solid #1660AF;
  padding-block: 24px;
  margin-top: 48px;
  display: none;
}

.top .news__list.show{
  display: block;
}

.top .news__item a {
  display: flex;
  align-items: center;
}
.top .news__item:not(:first-child) {
  border-top: 1px solid #1660AF;
  margin-top: 24px;
  padding-top: 24px;
}
.top .news__item__meta {
  display: flex;
  align-items: center;
  color: #0065C8;
}
.top .news__item__date {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .top .news__item__date {
    font-size: 12px;
  }
}
.top .news__item__tag {
  font-size: 12px;
  margin-left: 10px;
  line-height: 19px;
  padding-inline: 10px;
  border: 1px solid #1660AF;
}
@media screen and (max-width: 767px) {
  .top .news__item__tag {
    font-size: 10px;
  }
}
.top .news__item__title {
  margin-top: 10px;
  font-size: 16px;
  color: #333;
  line-height: 27px;
}
@media screen and (max-width: 767px) {
  .top .news__item__title {
    font-size: 14px;
    line-height: 23px;
  }
}
.top .news__item__arrow {
  width: 32px;
  height: 32px;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .top .news__item__arrow {
    width: 30px;
    height: 30px;
  }
}
.top .sitemap__inner {
  max-width: 1096px;
  margin-inline: auto;
  box-sizing: content-box;
  padding: 60px 30px;
  display: flex;
  justify-content: center;
  gap: 20px;
}
@media (max-width: 1279px) {
  .top .sitemap__inner {
    display: flex;
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .top .sitemap__inner {
    padding: 30px;
  }
}
.top .sitemap__left {
  max-width: 240px;
}
.top .sitemap__logo {
  max-width: 180px;
  padding-bottom: 15px;
}
.top .sitemap__content {
  padding-top: 20px;
}
.top .sitemap__content__title {
  font-size: 13px;
  color: #333;
  font-weight: bold;
  line-height: 26px;
}
.top .sitemap__content__title-main,
.top .sitemap__content__title-sub {
  display: block;
}
.top .sitemap__content__title-sub {
  font-size: 0.8em;
}
.top .sitemap__content__title-sub:empty {
  display: none;
}
/* .top .sitemap__right .sitemap__list,
.top .sitemap__right .sitemap__content__title {
  padding-left: 20px;
} */
@media (max-width: 1279px) {
  .top .sitemap__right .sitemap__list,
  .top .sitemap__right .sitemap__content__title {
    padding-left: 0;
  }
}
.top .sitemap__list {
  margin-top: 15px;
}
.top .sitemap__item {
  padding-left: 15px;
  position: relative;
  font-size: 12px;
}
.top .sitemap__item a {
  color: #333;
}
.top .sitemap__item:not(:first-child) {
  margin-top: 15px;
}
.top .sitemap__item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 1px;
  width: 5px;
  background: #333;
}
.top .sitemap__left__title {
  font-size: 14px;
  line-height: 26px;
  padding-bottom: 15px;
  font-weight: bold;
}
.top .sitemap__content__wrapper {
  display: flex;
  border-top: 1px solid #e8e8e8;
  gap: 30px;
  justify-content: space-between;
}
@media (max-width: 1279px) {
  .top .sitemap__content__wrapper {
    display: block;
  }
}
.top .sitemap__content__img {
  max-width: 110px;
}
.top .sitemap__content__img:not(:first-child) {
  margin-top: 20px;
}
.top .sitemap__content__img:nth-child(4) {
  max-width: 138px;
}
.top .footer {
  background: #1660AF;
  color: #fff;
  padding-bottom: 60px;
}
.top .footer__inner {
  padding: 30px 80px;
  max-width: 1196px;
  margin-inline: auto;
}
.top .footer__address {
  font-size: 14px;
  line-height: 24px;
}
.top .footer__bottom {
  display: flex;
  margin-top: 30px;
}
.top .footer__nav {
  display: flex;
  align-items: center;
  gap: 20px;
}
.top .footer__item a {
  font-size: 14px;
  color: #fff;
}
.top .footer__sns {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 32px;
}
.top .footer__sns .footer__sns__item {
  display: block;
  width: 25px;
  height: auto;
}

.top .footer__copyright {
  color: #fff;
  font-size: 10px;
  margin-left: auto;
}
@media screen and (max-width: 1360px) {
  .top .footer {
    padding-bottom: 90px;
  }
}
@media screen and (max-width: 767px) {
  .top .footer {
    padding-bottom: 110px;
  }
  .top .footer__inner {
    padding: 30px 20px;
  }
}
.top .footer__address {
  font-size: 14px;
  line-height: 24px;
}
.top .footer__nav {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .top .footer__nav {
    flex-wrap: wrap;
  }
}
.top .footer__item a {
  font-size: 14px;
  color: #fff;
}
.top .footer__bottom {
  display: flex;
  margin-top: 30px;
}
.top .footer__copyright {
  color: #fff;
  font-size: 10px;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .top .footer__copyright {
    margin-top: 20px;
    font-size: 12px;
  }
}
.top .no-sp {
  display: block;
}
@media screen and (max-width: 767px) {
  .top .no-sp {
    display: none;
  }
}
.top .is-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .top .is-sp {
    display: block;
    /* margin: auto; */
    margin-right: 10px;
  }
}

/* ad-lp2 */
.ad-lp2 {
  position: fixed;
  right: 30px;
  bottom: 30px;
  text-align: right;
  transition: .2s;
  z-index: 99;
  transition: opacity 0.5s ease;
  opacity: 1;
}
.ad-lp2.hidden {
  opacity: 0;
  pointer-events: none;
}
.ad-lp2 .fixed-banner-round-btn {
  background-color: #fff;
  border: 1px solid #cacaca;
  border-radius: 50%;
  display: block;
  height: 20px;
  margin-right: 0px;
  margin-left: auto;
  margin-bottom: 8px;
  position: relative;
  width: 20px;
}
.ad-lp2 .fixed-banner-round-btn:before {
  background-color: #777;
  content: "";
  height: 10px;
  left: 50%;
  position: absolute;
  top: 50%;
  width: 1px;
  transform: translate(-50%, -50%) rotate(45deg);
}
.ad-lp2 .fixed-banner-round-btn:after {
  background-color: #777;
  content: "";
  height: 10px;
  left: 50%;
  position: absolute;
  top: 50%;
  width: 1px;
  transform: translate(-50%, -50%) rotate(-45deg);
}
@media (min-width: 1441px) {
  .ad-lp2 {
    right: calc(50% - 720px);
  }
}
@media (max-width: 480px) {
  .ad-lp2 {
    right: 10px;
    bottom: 10px;
  }
  .ad-lp2 .add-shadow {
    height: 200px;
  }
}
/* ポップアップバナー用_20250125 */
.fixed-banner.ad-lp2 {
  right: 10px;
  bottom: 10px;
}
.fixed-banner-image img {
  width: 350px;
  height: auto;
}
@media (max-width: 480px) {
  .fixed-banner-image img {
    width: 250px;
    height: auto !important;
  }
}

/* visionセクション_20250417 */
.top .vision__inner {
  padding: 98px 30px 125px;
  max-width: 1096px;
  margin-inline: auto;
  box-sizing: content-box;
}
.top .vision__title {
  color: #1660AF;
  font-weight: bold;
  text-align: center;
  line-height: 44px;
  font-size: 32px;
  margin-bottom: 64px;
}
.top .vision__sub {
  display: block;
  width: 100%;
  margin-bottom: 40px;
}
.top .vision__img {
  display: block;
  width: 100%;
  margin-bottom: 64px;
}
.top .visionbtn {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 360px;
  position: relative;
  text-align: center;
  font-size: 18px;
  color: rgb(22, 96, 175);
  width: 100%;
  margin: auto auto 0px;
  border-width: 2px;
  border-style: solid;
  border-color: rgb(22, 96, 175);
  border-image: initial;
  padding-block: 23px;
}
.top .vision__btn__arrow {
  width: 12px;
  position: absolute;
  right: 21px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .top .vision__inner {
      padding: 80px 30px;
  }
  .top .vision__title {
    font-size: 22px;
    line-height: 30px;
  }
}
@media screen and (max-width: 479px) {
  .top .vision__title {
    font-size: 20px;
    margin-bottom: 40px;
  }
  .top .vision__title .br {
    display: block;
  }
  .top .vision__sub {
    margin-bottom: 24px;
  }
}

/* summit追加_20250611 */
.summit {
  padding: 80px 0 0;
}
.summit__img {
  display: block;
  width: 90%;
  max-width: 1120px;
  margin: auto;
}
@media (max-width: 480px) {
  .summit {
    padding: 40px 0 0;
  }
}

/* 追従バナー設置_20250622 */
.fixed-banner.banner2 {
  display: none;
  right: 10px;
  bottom: 10px;
  z-index: 9;
  position: fixed;
}
.fixed-banner-image img {
  width: 350px;
  height: auto;
}
.fixed-banner-round-btn {
  background-color: #fff;
  border: 1px solid #cacaca;
  border-radius: 50%;
  display: block;
  height: 20px;
  margin-right: 0px;
  margin-left: auto;
  margin-bottom: 8px;
  position: relative;
  width: 20px;
}
.fixed-banner-round-btn:before {
  background-color: #777;
  content: "";
  height: 10px;
  left: 50%;
  position: absolute;
  top: 50%;
  width: 1px;
  transform: translate(-50%, -50%) rotate(45deg);
}
.fixed-banner-round-btn:after {
  background-color: #777;
  content: "";
  height: 10px;
  left: 50%;
  position: absolute;
  top: 50%;
  width: 1px;
  transform: translate(-50%, -50%) rotate(-45deg);
}
@media (max-width: 480px) {
  .fixed-banner-image img {
    width: 250px;
    height: auto !important;
  }
}

/* NIKOLAセクション追加_20250630 */
.nikola {
  padding: 40px 0 120px;
  text-align: center;
  background-color: #FAFAFA;
}
.nikola__inner {
  width: 90%;
  margin: auto;
}
.nikola__title.primary__title {
  display: inline-block;
  color: #1660AF;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  font-size: 40px;
  background: linear-gradient(90deg, #1560AF 0%,  #288FFD 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 64px;
}
.nikola__title.secondary__title {
  margin-bottom: 32px;
}
.nikola .nikola__img {
  width: 90%;
  max-width: 500px;
  margin: auto;
  margin-bottom: 40px;
}
.nikola .nikola__box {
  max-width: 1000px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
  margin: auto;
}
.nikola .nikola__item {
  width: calc(33% - 14px);
  background-color: #fff;
  padding: 20px;
}
@media (max-width: 768px) {
  .nikola .nikola__item {
    width: calc(50% - 12px);
    padding: 16px;
  }
}
@media (max-width: 480px) {
  .nikola .nikola__item {
    width: 100%;
  }
}
.nikola .nikola__item__top {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-bottom: 12px;
}
.nikola .nikola__item__img {
  width: 30px;
  height: auto;
}
@media (max-width: 768px) {
  .nikola .nikola__item__img {
    width: 24px;
  }
}
.nikola .nikola__item__heading {
  display: inline-block;
  color: #1660AF;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  font-size: 20px;
  background: linear-gradient(90deg, #1560AF 0%, #288FFD 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 768px) {
  .nikola .nikola__item__heading {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .nikola .nikola__item__heading {
    font-size: 18px;
  }
}
.nikola .nikola__item__text {
  font-size: 14px;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 768px) {
  .nikola__title.primary__title {
    font-size: 32px;
    margin-bottom: 40px;
  }
}

/* introduceセクション改修_20251001 */
.introduce__box {
  width: 90%;
  max-width: 1050px;
  margin: auto;
  display: flex;
  gap: 32px;
  justify-content: center;
  margin: 40px auto;
}
.introduce__box .introduce__box__item {
  width: 50%;
  background-color: #fff;
  border-radius: 15px;
  padding: 24px;
  display: flex;
  align-items: center;
  gap: 24px;
}
.introduce__box .introduce__box__item .introduce__box__heading {
  font-size: 24px;
  font-weight: bold;
  color: #1560AF;
  line-height: 1.5;
  width: 60%;
}
.introduce__box .introduce__box__item .introduce__box__heading .notes {
  font-size: 12px;
}
.introduce__box .introduce__box__item .introduce__box__heading .big {
  font-size: 80px;
}
.introduce__box .introduce__box__item .introduce__box__heading .medium {
  font-size: 56px;
}
.introduce__box .introduce__box__item .introduce__box__img {
  width: 40%;
}
@media (max-width: 1280px) {
  .introduce__box .introduce__box__item .introduce__box__heading {
    font-size: 20px;
    width: 70%;
  }
  .introduce__box .introduce__box__item .introduce__box__img {
    width: 30%;
  }
  .introduce__box .introduce__box__item .introduce__box__heading .big {
    font-size: 72px;
  }
  .introduce__box .introduce__box__item .introduce__box__heading .medium {
    font-size: 44px;
  }
}
@media (max-width: 768px) {
  .introduce__box {
    flex-direction: column;
  }
  .introduce__box .introduce__box__item {
    width: 100%;
  }
}
@media (max-width: 400px) {
  .introduce__box .introduce__box__item {
    flex-direction: column;
    align-items: baseline;
  }
  .introduce__box .introduce__box__item .introduce__box__heading {
    width: 100%;
  }
  .introduce__box .introduce__box__item .introduce__box__img {
    width: 100%;
    max-width: 200px;
    margin: auto;
  }
}

/* aiセクション調整_20251119 */
.top .ai {
  background-color: #FAFAFA;
}
.top .ai_txt {
  background-color: #fff;
}
.top .ai-bpo {
  background-color: #FAFAFA;
}
.top .ai-bpo__inner {
  max-width: 1196px;
  margin-inline: auto;
  padding: 20px 50px 150px;
}
.top .ai-bpo__title {
  text-align: center;
}
.top .ai-bpo__title-break {
  display: none;
}
.top .ai-bpo__lead {
  margin-top: 24px;
  text-align: center;
  color: #1660AF;
  font-size: 16px;
  line-height: 1.9;
  font-weight: 700;
}
.top .ai-bpo__lead-break {
  display: none;
}
.top .ai-bpo__grid {
  max-width: 1080px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
  margin-inline: auto;
  margin-top: 56px;
}
.top .ai-bpo__card {
  width: calc(33% - 14px);
  background-color: #fff;
  padding: 22px 18px 20px;
}
.top .ai-bpo__card-head {
  display: flex;
  align-items: center;
  gap: 10px;
}
.top .ai-bpo__card-icon {
  width: 40px;
  height: 40px;
  max-width: 40px;
  object-fit: contain;
  flex-shrink: 0;
}
.top .ai-bpo__card-title {
  display: inline-block;
  color: #1660AF;
  font-size: 20px;
  line-height: 1.5;
  font-weight: bold;
  text-align: left;
  background: linear-gradient(90deg, #1560AF 0%, #288FFD 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.top .ai-bpo__card-text {
  margin-top: 12px;
  color: #182D55;
  font-size: 15px;
  line-height: 1.9;
}
.top .ai-bpo .features__text {
  margin-top: 56px;
}
@media screen and (max-width: 1199px) {
}
@media screen and (max-width: 767px) {
  .top .ai-bpo__inner {
    padding: 20px 20px 100px;
  }
  .top .ai-bpo__lead {
    margin-top: 20px;
    font-size: 14px;
    line-height: 1.8;
  }
  .top .ai-bpo__lead-break--first {
    display: inline;
  }
  .top .ai-bpo__lead-break--second {
    display: none;
  }
  .top .ai-bpo__grid {
    gap: 24px;
    margin-top: 40px;
  }
  .top .ai-bpo__card {
    width: calc(50% - 12px);
    padding: 16px;
  }
  .top .ai-bpo .features__text {
    margin-top: 40px;
  }
}
@media (max-width: 758px) {
  .top .ai-bpo__lead-break--first {
    display: inline;
  }
  .top .ai-bpo__lead-break--second {
    display: none;
  }
}
@media (max-width: 480px) {
  .top .ai-bpo__title-break {
    display: none;
  }
  .top .ai-bpo__lead-break--first {
    display: block;
  }
  .top .ai-bpo__lead-break--second {
    display: block;
  }
  .top .ai-bpo__card {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .top .ai-bpo__card-title {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .top .ai-bpo__card-title {
    font-size: 18px;
  }
}


/*# sourceMappingURL=style.css.map */
