@charset "UTF-8";
/* リキッドレイアウト対応のための設定 */
body {
  color: #28292B;
  transition: 1s;
}

.bg_change-w {
  background: rgb(40, 41, 43);
  color: #fff;
  transition: 1s;
}

.bg_change-w.bg-w {
  background: #fff;
  color: rgb(40, 41, 43);
}

body.top_body::-webkit-scrollbar {
  display: none;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}

/*  PCとSPの表示非表示の切り替え */
/*PCのみ表示*/
.pc-only {
  display: block;
}
@media screen and (max-width: 767px) {
  .pc-only {
    display: none;
  }
}

/*(md)px以下で表示*/
.sp-only {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp-only {
    display: block;
  }
}

/* videoタグ クリック禁止 */
video {
  pointer-events: none;
}

/*画像の縦横比設定*/
img {
  width: 100%;
  display: block;
}

img {
  object-fit: cover;
  height: 100%;
}

/* aタグのスタイルリセット*/
a {
  text-decoration: none;
  transition: opacity, 0.3s 0s ease;
}

a:hover {
  opacity: 0.8;
}

/* 画像のはみ出しを管理 */
main {
  overflow: hidden;
}

/* addressタグ リセット */
address {
  font-style: normal;
}

/* 電話発信 PCではしない*/
a[href^="tel:"] {
  pointer-events: none;
  color: inherit;
}
@media screen and (max-width: 767px) {
  a[href^="tel:"] {
    pointer-events: auto;
  }
}

/* 横スクロール防止 */
html,
body {
  overflow-x: clip;
}

.anker-link {
  scroll-margin-top: 9.375rem;
}
@media screen and (max-width: 767px) {
  .anker-link {
    scroll-margin-top: 3.125rem;
  }
}

/* ハンバーガーメニュー開いているとき、背景固定 */
/* ▼を非表示にする（detailsとsummaryタグ） */
summary {
  display: block;
}

/* Safariで表示されるデフォルトの三角形アイコンを消します */
summary::-webkit-details-marker {
  display: none;
}

/* リキッドレイアウト対応のための設定 */
html {
  font-size: 16px;
}
@media (max-width: 1000px) {
  html {
    font-size: 1.6vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 16px;
  }
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}

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

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
h5,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
  padding: 0;
}

/* Set core html defaults */
html {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
  width: 100%;
  height: auto;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */
img:not([alt]) {
  filter: blur(10px);
}

/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

/*インナー幅用の基本CSS*/
.inner {
  width: 100%;
  max-width: 1050px;
  padding-right: 25px;
  padding-left: 25px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .inner {
    max-width: 37.5rem;
    padding-right: 20px;
    padding-left: 20px;
  }
}

.section__title-wrap {
  text-align: center;
}

.section__title {
  font-family: "Montserrat", sans-serif;
  font-size: 5rem;
  line-height: 1;
  font-weight: 300;
  letter-spacing: 6.4px;
  text-transform: capitalize;
  text-align: center;
  display: inline-block;
  border-bottom: solid 1px #959595;
}
@media screen and (max-width: 767px) {
  .section__title {
    font-size: 3.125rem;
    line-height: 1.25;
    letter-spacing: 3.2px;
  }
}

.section__title--white,
.section__subtitle--white {
  color: #FFF;
}

.section__title--white {
  border-bottom: solid 1px #FFF;
}

/* グラデーションの定義 */
.gradient-svg {
  position: absolute;
  top: 0;
  left: 0;
}

/* 下層ページ ファーストビュー */
.under-page__fv-wrap {
  display: grid;
  place-content: center;
  place-items: center;
}

.under-page__fv-title {
  font-family: "Montserrat", sans-serif;
  font-size: 5rem;
  line-height: 1.3;
  font-weight: 200;
  text-transform: capitalize;
}
@media screen and (max-width: 767px) {
  .under-page__fv-title {
    font-size: 3.125rem;
  }
}

.under-page__fv-subtitle {
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  line-height: 2.2153846154;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.52px;
}

/* 下層ページ video 動画セクション
============================================*/
.video__container {
  max-width: 44rem;
  width: 100%;
  margin-inline: auto;
}

.video__container {
  max-width: 44rem;
  width: 100%;
}

#ehack-video {
  position: relative;
  width: 100%;
}

#ehack-video::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}

#ehack-video source {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.fadein_overflow {
  overflow: hidden;
  display: block;
}

.fadein-action {
  display: block;
  transform: translate(0, 100%);
  transition: transform 0.6s cubic-bezier(0.25, 0.1, 0.25, 1); /* 最初は速く、終わりにかけて遅くなる */
}

.fadein-action.open {
  transform: translate(0, 0);
}

.fv {
  width: 100%;
  height: 100vh;
  padding: 1.75rem 1.75rem 3.125rem 1.75rem;
  box-sizing: border-box;
  background-color: #28292B;
}
@media screen and (max-width: 767px) {
  .fv {
    padding: 1.75rem 0.625rem 1.75rem;
    height: 100vh;
    height: 100svh;
  }
}

.fv__inner {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}

.fv__inner .fixed_video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 1.25rem;
}

.header {
  position: fixed;
  max-width: 100%;
  width: 83.125rem;
  height: 5.625rem;
  top: -5.625rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9999;
}
@media screen and (max-width: 767px) {
  .header {
    height: auto;
  }
}

.header__inner,
.header__inner nav,
.header__nav,
.header__nav-item,
.header__nav-item a {
  height: inherit;
}

.header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 83.125rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .header__inner {
    padding: 1.25rem 1.25rem;
    transition: 0.3s;
  }
}

@media screen and (max-width: 767px) {
  .header.change-color .header__inner {
    padding: 0.625rem 1.25rem;
  }
}

.header__inner::before {
  content: "";
  display: inline-block;
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgb(40, 41, 43);
  opacity: 0;
  transition: 0.5s;
  z-index: -1;
}

.header__logo {
  max-width: 7.9375rem;
  transition: 0.3s;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .change-color .header__logo {
    max-width: 6.25rem;
  }
}

.header__nav {
  display: flex;
  align-items: center;
  gap: 2rem;
}

.header__nav-item a {
  text-transform: capitalize;
  color: #FFF;
  font-family: "Montserrat", sans-serif;
  font-size: 0.875rem;
  line-height: 1.5;
  letter-spacing: 1.12px;
  display: grid;
  place-items: center;
  margin-block: auto;
  position: relative;
}

.header.change-color .header__nav-item a {
  color: #fff !important;
}

.header.change-color .header__nav-item--contact a {
  color: #28292B !important;
}

.header__nav-item a::after {
  content: "";
  position: absolute;
  bottom: 1.25rem;
  width: 0%;
  left: 0;
  height: 2px;
  background: linear-gradient(270deg, #FDE005 0%, #00CF35 100%);
  transition: width 0.5s;
}

.header__nav-item a:hover::after {
  width: 100%;
}

.header__nav-item--contact {
  width: 11.25rem;
  flex-shrink: 0;
  display: grid;
  place-content: center;
  place-items: center;
}

.header__nav-item--contact a {
  display: grid;
  width: 11.25rem;
  height: 2.25rem;
  border-radius: 1.5625rem;
  color: #28292B;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 1;
  background: linear-gradient(270deg, #FDE005 0%, #00CF35 100%);
}

.header__nav-item--contact span {
  padding-left: 1.9375rem;
  position: relative;
}

.header__nav-item--contact span::before {
  content: "";
  position: absolute;
  background-image: url(../images/common/icon-mail.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 1.625rem;
  height: 1.625rem;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

.header__nav-item.header__nav-item--contact a::after {
  content: none;
}

/* ドロップダウンメニューのアニメーション */
/* 左から順番に表示される */
.header__nav-item .dropdown__list li {
  flex-basis: 33.3333333333%;
  opacity: 0;
  transform: translate(0, 50px);
  transition: all 1000ms;
}

.header__nav-item .dropdown__list li:nth-of-type(2) {
  transition-delay: 200ms;
}

.header__nav-item .dropdown__list li:nth-of-type(3) {
  transition-delay: 400ms;
}

.header__nav-item .dropdown__list.show li {
  opacity: 1;
  transform: translate(0, 0);
}

.header__nav-item .dropdown__list {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding: 1.875rem;
  border-radius: 0 0 2.25rem 2.25rem;
  z-index: 1;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.2s, opacity 0.5s;
  pointer-events: none;
}

.header__nav-item.show-subnav .dropdown__list {
  pointer-events: unset;
}

.header__nav-item .dropdown__item {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.2s 0.2s, opacity 0.2s 0.2s;
}

.header__nav-item .dropdown__item + .dropdown__item {
  gap: 2.1875rem;
}

/* ヘッダー背景色変更 JSで制御中 */
.header {
  border-radius: 2.25rem 2.25rem 0 0;
}

.header.show-bg {
  background: #FFF;
  box-shadow: 0 0 1.25rem rgba(0, 0, 0, 0.06);
  border-radius: 2.25rem 2.25rem 0 0;
}

.header.show-subnav {
  border-radius: 2.25rem 2.25rem 0 0;
}

/* ヘッダー背景が白くなった時に文字色を変更 */
.header__nav-item a.text-dark {
  color: #28292B;
  font-weight: 500;
}

/* ドロップダウンメニューを表示・非表示にする */
.header__nav-item .dropdown.show {
  visibility: visible;
  opacity: 1;
  z-index: 2;
}

.header__nav-item .dropdown.show .dropdown__item {
  visibility: visible;
  opacity: 1;
}

.header__nav-item .dropdown.show img {
  visibility: visible;
  opacity: 1;
}

/* ドロップダウンメニューが表示されている間も下線を表示 */
.header__nav-item.has-dropdown.show-subnav a::after {
  width: 100%;
}

/* 下線を付けないようにする（ドロップダウン内のリンクを除外） */
.header__nav-item a::after {
  content: "";
  position: absolute;
  bottom: 20px;
  width: 0%;
  left: 0;
  height: 2px;
  background: linear-gradient(270deg, #FDE005 0%, #00CF35 100%);
  transition: width 0.5s;
}

/* ホバー時に下線を表示 */
.header__nav-item a:hover::after {
  width: 100%;
}

/* ドロップダウンメニュー内のリンクには下線を付けないようにする */
.dropdown__list a::after {
  content: none;
}

/* ドロップダウンメニュー内の img をホバーしたときにスケールダウン */
.header__nav-item .dropdown__item img {
  transition: transform 0.5s ease;
}

.header__nav-item .dropdown__item img:hover {
  transform: scale(0.95);
}

/* ヘッダーがスライドダウンするアニメーション */
.header.slide-down {
  top: 1.75rem;
  opacity: 1;
  transition: 0.5s;
}
@media screen and (max-width: 767px) {
  .header.slide-down {
    top: 0;
  }
}

/* ファーストビューを超えたらheader背景色が変わる */
.header.change-color {
  top: 0;
  width: 100%;
  height: 5.625rem;
}
@media screen and (max-width: 767px) {
  .header.change-color {
    height: auto;
  }
}

.header.change-color .header__inner::before {
  opacity: 1;
}

/* ドロップダウンメニューのアニメーション */
/* 左から順番に表示される */
.header__nav-item .dropdown__list li {
  flex-basis: 33.3333333333%;
  opacity: 0;
  transform: translate(0, 50px);
  transition: all 1000ms;
}

.header__nav-item .dropdown__list li:nth-of-type(2) {
  transition-delay: 200ms;
}

.header__nav-item .dropdown__list li:nth-of-type(3) {
  transition-delay: 400ms;
}

.header__nav-item .dropdown__list.show li {
  opacity: 1;
  transform: translate(0, 0);
}

/*ここまでは既存
＝＝＝＝＝＝＝*/
/* ローディング画面全体 */
.loading {
  width: 100%;
  height: 100vh;
  background: #28292B;
  /* ローディング背景は黒 */
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1000;
  /* 最前面 */
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1;
  transition: 0.3s;
  /* ふわっとフェードアウト */
}
@media screen and (max-width: 767px) {
  .loading {
    height: 100vh;
    height: 100svh;
  }
}

/* タイプライター風テキスト */
.loading__text {
  font-size: 5rem;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 6.4px;
  color: #28292B;
  /* 最初は黒文字 */
  text-shadow: 1px 1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, -1px -1px 0 #fff;
  /* 白い枠線 */
  opacity: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
  /* 幅を広げて改行を防ぐ */
  transition: color 2s ease-in-out, text-shadow 2s ease-in-out;
  /* 滑らかに色を変える */
}
@media screen and (max-width: 767px) {
  .loading__text {
    font-size: 2.5rem;
    /* モバイル対応時に小さくする */
    width: 100%;
    padding-left: 1.3125rem;
    padding-right: 0;
    text-align: left;
    height: 7.5rem;
  }
}

/* 黒文字から白文字へ変わるアニメーション */
.white-text {
  color: rgb(255, 255, 255);
  /* 白文字に変更 */
  text-shadow: none;
  /* 白文字時に枠を消す */
  transition: color 2s ease-in-out, text-shadow 2s ease-in-out;
}

/* ローディング画面が消える時のフェードアウト */
.fade-out {
  opacity: 0;
  transition: opacity 2s ease;
  pointer-events: none;
  /* クリック無効化 */
}

/* ファーストビューのテキスト */
#fv-typewriter-text {
  max-width: 62.5rem;
  width: 100%;
  font-size: 5rem;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 6.4px;
  color: rgb(255, 255, 255);
  /* 初期は白文字 */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 1;
  /* 初期状態で表示 */
  text-align: center;
  /* 中央揃え */
  transition: opacity 2s ease, color 2s ease-in-out;
  /* フェードイン */
}
@media screen and (max-width: 767px) {
  #fv-typewriter-text {
    font-size: 2.5rem;
    max-width: 37.5rem;
    text-align: left;
    padding-left: 1.3125rem;
  }
}

/* ファーストビュー表示時のテキスト */
#fv-typewriter-text.show-text {
  opacity: 1;
  color: rgb(255, 255, 255);
  /* 白文字にする */
  transition: opacity 2s ease, color 2s ease-in-out;
}

.scroll-button {
  position: absolute;
  bottom: -75px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: bottom 0.5s ease, opacity 0.5s ease;
  opacity: 0;
}

/* ホバーしても透過しない */
.scroll-button a:hover {
  opacity: 1;
}

.scroll-button.slide-up {
  bottom: 75px;
  opacity: 1;
}

.scroll-button .btn-scroll {
  position: relative;
  z-index: 1;
}

.scroll-button .scroll-text {
  position: absolute;
  top: 48%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: rotate 20s linear infinite;
  z-index: 2;
  width: 71px;
  height: 69px;
}

.scroll-button .scroll-arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0.9375rem;
  height: 0.9375rem;
  animation: bounce 1s infinite;
  z-index: 3;
}

/* 回転アニメーション */
@keyframes rotate {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
/* 跳ねるアニメーション */
@keyframes bounce {
  0%, 100% {
    transform: translate(-50%, -50%) translateY(0);
  }
  50% {
    transform: translate(-50%, -50%) translateY(-10px);
  }
}
/* loadingがフェードアウト後に消えるように設定 */
.loading.fade-out {
  opacity: 0;
  transition: opacity 0.3s ease;
}

@media screen and (max-width: 767px) {
  .hamburger {
    cursor: pointer;
    border: none;
    background-color: #959595;
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 48px;
    width: 48px;
    padding: 0;
    position: relative;
    border-radius: 50%;
    z-index: 9999;
  }
}

@media screen and (max-width: 767px) {
  .hamburger .dot {
    display: block;
    height: 2px;
    width: 2px;
    background: white;
    border-radius: 50%;
    position: absolute;
    transition: transform 0.3s ease, opacity 0.3s ease, width 0.3s ease, height 0.3s ease;
  }
}

@media screen and (max-width: 767px) {
  .hamburger .dot:nth-child(1) {
    left: calc(50% - 10px);
    top: 50%;
    transform: translate(-50%, -50%);
  }
}

@media screen and (max-width: 767px) {
  .hamburger .dot:nth-child(2) {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}

@media screen and (max-width: 767px) {
  .hamburger .dot:nth-child(3) {
    left: calc(50% + 10px);
    top: 50%;
    transform: translate(-50%, -50%);
  }
}

@media screen and (max-width: 767px) {
  .hamburger.active .dot:nth-child(1) {
    transform: translate(-2px, -2px) rotate(45deg);
    width: 24px;
    height: 1px;
    top: 52%;
    border-radius: 0;
    left: calc(50% - 10.5px);
  }
}

@media screen and (max-width: 767px) {
  .hamburger.active .dot:nth-child(2) {
    opacity: 0;
  }
}

@media screen and (max-width: 767px) {
  .hamburger.active .dot:nth-child(3) {
    transform: translate(-21px, -2px) rotate(-45deg);
    width: 24px;
    height: 1px;
    top: 52%;
    border-radius: 0;
    left: calc(50% + 9.5px);
  }
}

@media screen and (max-width: 767px) {
  .sp-nav {
    background-color: #28292B;
    width: 100%;
    height: 100svh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9998;
    transform: translateX(100%);
    overflow-x: auto;
    transition: transform 0.3s ease;
    padding-bottom: 6.25rem;
  }
}

@media screen and (max-width: 767px) {
  .sp-nav.is-openSP {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@media screen and (max-width: 767px) {
  .sp-nav__logo {
    padding-top: 1.25rem;
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .sp-nav__logo img {
    width: 7.9375rem;
  }
}

@media screen and (max-width: 767px) {
  .sp-nav__items {
    padding-block: 1.25rem 1.25rem;
    display: grid;
    gap: 1.875rem;
    margin-inline: auto;
    width: 68.6567164179%;
  }
}

@media screen and (max-width: 767px) {
  .sp-nav__item {
    font-family: "Montserrat", sans-serif;
    font-size: 2rem;
    font-weight: 200;
    line-height: 0.7692307692;
  }
}

@media screen and (max-width: 767px) {
  .sp-nav__item a {
    color: #FFF;
    width: 100%;
    height: inherit;
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .sp-nav__item span {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 0.8125rem;
    font-weight: 700;
    line-height: 1.6;
    display: block;
    padding-top: 0.75rem;
  }
}

@media screen and (max-width: 767px) {
  .sp-nav__item--contact a {
    display: grid;
    width: 100%;
    height: 3rem;
    border-radius: 1.5625rem;
    color: #28292B;
    font-family: "Noto Sans JP", sans-serif;
    background: linear-gradient(270deg, #FDE005 0%, #00CF35 100%);
    justify-content: center;
  }
}

@media screen and (max-width: 767px) {
  .sp-nav__item--contact span {
    padding-left: 2.5rem;
    position: relative;
    font-size: 1rem;
    font-weight: 500;
  }
}

@media screen and (max-width: 767px) {
  .sp-nav__item--contact span::before {
    content: "";
    position: absolute;
    background-image: url(../images/common/icon-mail.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 1.8125rem;
    height: 1.8125rem;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
  }
}

@media screen and (max-width: 767px) {
  .sp-nav__info {
    margin-inline: auto;
    width: 70%;
  }
}

@media screen and (max-width: 767px) {
  .sp-nav__info-item {
    color: #FFF;
    font-size: 0.8125rem;
    font-weight: 700;
  }
}

@media screen and (max-width: 767px) {
  .sp-nav__info-item a {
    color: #FFF;
  }
}

@media screen and (max-width: 767px) {
  .sp-nav__copyright {
    margin-top: 0.625rem;
    color: #959595;
    font-size: 0.6875rem;
    font-weight: 200;
    font-family: "Montserrat", sans-serif;
    text-align: center;
  }
}

.about__title {
  color: #FFF;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-size: 6rem;
  line-height: 0.75;
  font-weight: 700;
  position: relative;
}
@media screen and (max-width: 767px) {
  .about__title {
    font-size: 3rem;
  }
}

.about__title::before {
  content: "";
  position: absolute;
  bottom: 0rem;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #FFF;
}
@media screen and (max-width: 767px) {
  .about__title::before {
    bottom: 0rem;
  }
}

.about__container {
  margin-top: 4.375rem;
  display: flex;
  align-items: flex-start;
  gap: 1.5rem;
}
@media screen and (max-width: 767px) {
  .about__container {
    margin-top: 1.25rem;
    flex-direction: column;
  }
}

.about__description {
  width: 440px;
}
@media screen and (max-width: 767px) {
  .about__description {
    order: 1;
    width: 100%;
  }
}

.about__text {
  color: #FFF;
  font-size: 1.125rem;
  line-height: 1.6;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .about__text {
    font-size: 1rem;
    line-height: 1.5;
  }
}

.about__text + .about__text {
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .about__text + .about__text {
    margin-top: 1.25rem;
  }
}

.about__image {
  margin-top: 2.3125rem;
  aspect-ratio: 529/390;
  max-width: 33.0625rem;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .about__image {
    width: 18.75rem;
    margin-inline: auto;
  }
}

.about__image img {
  height: 100%;
}

.about__btn-wrap {
  margin-top: 2.75rem;
}
@media screen and (max-width: 767px) {
  .about__btn-wrap {
    margin-top: 1.25rem;
    text-align: center;
  }
}

/* Aboutセクション ボタン
==========================================*/
.about-btn__wrap {
  margin-top: 2.75rem;
}
@media screen and (max-width: 767px) {
  .about-btn__wrap {
    text-align: right;
  }
}

.about-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.btn--gray__text,
.about-btn__text {
  color: #FFF;
  margin-right: 12px;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
  letter-spacing: 1.12px;
}

.btn--gray__circle,
.about-btn__circle {
  flex-shrink: 0;
  display: inline-block;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  position: relative;
  text-align: center;
  vertical-align: middle;
  line-height: 64px;
  background-color: transparent;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

/* 初期で表示される矢印 */
.btn--gray__arrow,
.about-btn__arrow {
  position: relative;
  display: inline-block;
  width: 14px;
  height: 14px;
  background-image: url(../images/common/arrow-gray.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.btn--gray__arrow:after,
.about-btn__arrow:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 14px;
  height: 14px;
  background-image: url(../images/common/arrow-gradient.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  opacity: 0;
  transform: translateX(0);
  transition: opacity 0.3s ease, transform 0.3s ease;
}

/* ホバー時のアニメーション */
/* ホバー時も背景は透明、ボタンを拡大 */
.about-btn__circle:hover {
  transform: scale(1.2);
  background-color: transparent;
}
@media screen and (max-width: 767px) {
  .about-btn__circle:hover {
    transform: none;
  }
}

.about-btn__circle:hover .about-btn__arrow {
  animation: arrow-slide 0.3s;
  opacity: 1;
  transition-delay: 0.2s;
}
@media screen and (max-width: 767px) {
  .about-btn__circle:hover .about-btn__arrow {
    animation: none;
    opacity: 0.8;
    transition-delay: 0;
  }
}

@keyframes arrow-slide {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  50% {
    opacity: 1;
    transform: translateX(20px);
    /* 右に消える */
  }
  50.1% {
    opacity: 0;
    transform: translateX(-10px);
    /* 左に戻る */
  }
  100% {
    opacity: 1;
    transform: translateX(0);
    /* 左から現れる */
  }
}
.about-btn__circle:hover .about-btn__arrow:after {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 0.2s;
  left: 0;
}
@media screen and (max-width: 767px) {
  .about-btn__circle:hover .about-btn__arrow:after {
    opacity: 0.8;
    transform: none; /* 移動を無効化 */
    transition-delay: 0; /* 遅延なしにする */
  }
}

/* SVGを使用したグレー線とグラデーション線の表示 */
.about-btn__circle .circle-border {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: rotate(-90deg);
  /* 回転の起点を変更 */
}

/* 初期状態でグレー線を表示 */
.about-btn__circle .gray-border {
  stroke: #5f5f5f;
}

/* グラデーション線のスタイル（初期状態では見えない） */
.about-btn__circle .gradient-border {
  stroke-dasharray: 301.6; /* 円周の長さ */
  stroke-dashoffset: 301.6; /* 初期状態は線が見えない */
  transition: stroke-dashoffset 0.3s ease; /* スピード */
}

/* ホバー時にグラデーション線が一周し、グラデーション線を非表示 */
.about-btn__circle:hover .gradient-border {
  stroke-dashoffset: 0;
}
@media screen and (max-width: 767px) {
  .about-btn__circle:hover .gradient-border {
    stroke-dashoffset: 301.6; /* ホバー時にグラデーション線が動かないようにする */
  }
}

/* グレー線を消す */
.about-btn__circle:hover .gray-border {
  stroke: none;
}
@media screen and (max-width: 767px) {
  .about-btn__circle:hover .gray-border {
    stroke: #5f5f5f;
  }
}

.service__title-wrap {
  text-align: center;
}

.service__container {
  margin-top: 10.625rem;
}
@media screen and (max-width: 767px) {
  .service__container {
    margin-top: 3.125rem;
  }
}

.service__block {
  display: flex;
  gap: 2.25rem;
}
@media screen and (max-width: 767px) {
  .service__block {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.25rem;
  }
}

.service__block.service__block--reverse {
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .service__block.service__block--reverse {
    flex-direction: column;
  }
}

.service__block + .service__block {
  margin-top: 10.875rem;
}
@media screen and (max-width: 767px) {
  .service__block + .service__block {
    margin-top: 3.125rem;
  }
}

.service__block-title {
  font-family: "Montserrat", sans-serif;
  font-size: clamp(4.563rem, 2.348rem + 4.61vw, 6.5rem);
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 5px;
}
@media screen and (max-width: 767px) {
  .service__block-title {
    order: 0;
    font-size: 3.75rem;
    letter-spacing: 4.8px;
    text-align: center;
    width: 100%;
  }
}

.service__block-subtitle {
  margin-top: 2.5rem;
  font-size: clamp(1.313rem, 0.67rem + 1.34vw, 1.875rem);
  line-height: 1.6;
  font-weight: 700;
  letter-spacing: 1.4px;
}
@media screen and (max-width: 767px) {
  .service__block-subtitle {
    order: 1;
    margin-top: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.6;
    letter-spacing: 1px;
    text-align: center;
    margin: 0 calc(50% - 50vw);
    width: 100vw;
  }
}

.service__block-item {
  width: 520px;
}
@media screen and (max-width: 767px) {
  .service__block-item {
    width: 100%;
    display: contents;
  }
}

.service__block-image {
  flex-shrink: 0;
  aspect-ratio: 440/293;
  max-width: 27.5rem;
  width: 100%;
  flex: 1;
}
@media screen and (max-width: 767px) {
  .service__block-image {
    order: 2;
    margin-top: 0;
    width: 100%;
  }
}

.service__block-image img {
  height: 100%;
  object-fit: contain;
}

.service__block-description {
  margin-top: 3.5rem;
  font-size: 1.125rem;
  line-height: 1.5555555556;
  font-weight: 700;
  letter-spacing: 0.72px;
}
@media screen and (max-width: 767px) {
  .service__block-description {
    order: 3;
    margin-top: initial;
  }
}

.service__block-description + .service__block-description {
  margin-top: 0;
}

.service__btn-wrap {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .service__btn-wrap {
    order: 4;
    margin-top: initial;
    width: 100%;
    text-align: right;
  }
}

/* serviceセクション ボタン（aboutセクションと同じ）
==========================================*/
.about-btn__wrap {
  margin-top: 2.75rem;
}

.about-btn,
.service-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  transition: background-color 0.5s ease, transform 0.5s ease;
}

.btn--black__text,
.service-btn__text {
  color: #28292B;
  margin-right: 12px;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-transform: capitalize;
  letter-spacing: 1.12px;
}

.btn--black__circle,
.service-btn__circle {
  flex-shrink: 0;
  display: inline-block;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  position: relative;
  text-align: center;
  vertical-align: middle;
  line-height: 64px;
  background-color: transparent;
  transition: background-color 0.5s ease, transform 0.5s ease;
}

/* 初期で表示される矢印 */
.btn--black__arrow,
.service-btn__arrow {
  position: relative;
  display: inline-block;
  width: 14px;
  height: 14px;
  background-image: url(../images/common/arrow-black.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.btn--black__arrow:after,
.service-btn__arrow:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 14px;
  height: 14px;
  background-image: url(../images/common/arrow-gradient.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  opacity: 0;
  transform: translateX(0);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

/* ホバー時のアニメーション */
.service-btn__circle:hover .service-btn__arrow {
  animation: arrow-slide 0.5s;
  opacity: 1;
  transition-delay: 0.2s;
}
@media screen and (max-width: 767px) {
  .service-btn__circle:hover .service-btn__arrow {
    animation: none;
    transition-delay: 0;
  }
}

@keyframes arrow-slide {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  50% {
    opacity: 1;
    transform: translateX(20px);
    /* 右に消える */
  }
  50.1% {
    opacity: 0;
    transform: translateX(-10px);
    /* 左に戻る */
  }
  100% {
    opacity: 1;
    transform: translateX(0);
    /* 左から現れる */
  }
}
.service-btn__circle:hover .service-btn__arrow:after {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 0.2s;
  left: 0;
}
@media screen and (max-width: 767px) {
  .service-btn__circle:hover .service-btn__arrow:after {
    opacity: 0.8;
    transform: none; /* 移動を無効化 */
    transition-delay: 0; /* 遅延なしにする */
  }
}

/* SVGを使用したグレー線とグラデーション線の表示 */
.service-btn__circle .circle-border {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-90deg);
  width: 103%;
  height: 103%;
  /* 回転の起点を変更 */
}

/* 初期状態でグレー線を表示 */
.service-btn__circle .gray-border {
  stroke: #28292B;
}

/* グラデーション線のスタイル（初期状態では見えない） */
.service-btn__circle .gradient-border {
  stroke-dasharray: 301.6; /* 円周の長さ */
  stroke-dashoffset: 301.6; /* 初期状態は線が見えない */
  transition: stroke-dashoffset 0.5s ease; /* スピード */
}

/* ホバー時 背景は黒、ボタンを拡大 */
.service-btn__circle:hover {
  transform: scale(1.2);
  background-color: #28292B;
}
@media screen and (max-width: 767px) {
  .service-btn__circle:hover {
    transform: none;
    background-color: transparent;
  }
}

/* ホバー時にグラデーション線が一周し、グラデーション線を非表示 */
.service-btn__circle:hover .gradient-border {
  stroke-dashoffset: 0;
}
@media screen and (max-width: 767px) {
  .service-btn__circle:hover .gradient-border {
    stroke-dashoffset: 301.6; /* ホバー時にグラデーション線が動かないようにする */
  }
}

/* 黒線を消す */
.service-btn__circle:hover .black-border {
  stroke: none;
}
@media screen and (max-width: 767px) {
  .service-btn__circle:hover .black-border {
    stroke: #28292B;
  }
}

.supports__title-wrap {
  text-align: center;
}

.supports__logo-wrap {
  margin-top: 5.875rem;
  max-width: 55rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .supports__logo-wrap {
    margin-top: 2.6875rem;
    max-width: 20.625rem;
  }
}

.supports__logo-list01 {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  column-gap: 1.875rem;
  row-gap: 1.875rem;
  align-items: end;
  grid-template-rows: auto; /* 行の高さを自動に */
  justify-items: center; /* ロゴを中央に揃える */
}

.supports__logo-list02 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 1.875rem;
  row-gap: 1.875rem;
  align-items: center;
  grid-template-rows: auto; /* 行の高さを自動に */
  justify-items: center; /* ロゴを中央に揃える */
}

.supports__logo-item {
  display: grid; /* list-item の代わりに grid を指定 */
  grid-area: inherit; /* これにより li タグ自体が grid-area を継承 */
  justify-items: center;
}
@media screen and (max-width: 767px) {
  .supports__logo-item {
    max-width: 7.5rem;
  }
}

.supports__logo-list01 + .supports__logo-list02 {
  margin-top: 1.875rem;
}

/* spサイズ用 ロゴ一覧 */
@media screen and (max-width: 767px) {
  .supports__logo-listSP01 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 1.875rem;
    align-items: end;
    grid-template-rows: 6.5625rem; /* 行の高さを自動に */
    justify-items: center; /* ロゴを中央に揃える */
  }
}

@media screen and (max-width: 767px) {
  .supports__logo-listSP02 {
    margin-top: 1.25rem;
    display: flex;
    gap: 1.875rem;
    justify-content: space-evenly;
    align-items: end;
    height: 6.5625rem;
  }
}

@media screen and (max-width: 767px) {
  .supports__logo-listSP02.third-column {
    align-items: center;
  }
}

@media screen and (max-width: 767px) {
  .supports__logo-listSP02 + .supports__logo-listSP02 {
    margin-top: 1.25rem;
  }
}

.contact__wrap {
  position: relative;
  padding-top: 8.875rem;
  padding-bottom: 7.625rem;
}
@media screen and (max-width: 767px) {
  .contact__wrap {
    padding-top: 4.375rem;
    padding-bottom: 4.375rem;
  }
}

.contact__wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
  border-radius: 12px;
  opacity: 0.1;
  background: #5f5f5f;
  box-shadow: 0px 0px 24px 0px #000;
}

.contact__wrap::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  background: linear-gradient(270deg, #FDE005 0%, #00CF35 100%);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: 0.3s;
  z-index: -1;
  border-radius: 12px;
}

.contact__title-wrap {
  text-align: center;
}

.contact__title {
  color: #FFF;
}

.contact__text {
  color: #FFF;
  text-align: center;
  padding-top: 3.25rem;
}
@media screen and (max-width: 767px) {
  .contact__text {
    padding-top: 1.875rem;
    font-size: 0.9375rem;
  }
}

.contact__btn-wrap {
  text-align: center;
  margin-top: 3.125rem;
}

/* contactボタン ホバーアニメーション
// 背景＆テキストの変化 jsあり
======================================================*/
/* 背景とテキストの変化時のスタイル */
.contact__wrap.active::after {
  background: linear-gradient(270deg, #FDE005 0%, #00CF35 100%);
  opacity: 1;
  transition: background 0.3s ease, opacity 0.3s ease;
  /* ふわっと変わる */
}

/* 文字色の変化をスムーズに */
.contact__wrap .contact__title,
.contact__wrap .contact__text {
  transition: color 0.3s ease;
}

/* 文字色を$c-textに変える */
.contact__wrap.active .contact__title,
.contact__wrap.active .contact__text {
  color: #28292B;
}

/* ボーダー色の変化をスムーズに */
.contact__title {
  transition: border-bottom-color 0.3s ease;
}

/* ボーダー色を$c-textに変える */
.contact__wrap.active .contact__title {
  border-bottom-color: #28292B;
}

/* contactボタン ホバーアニメーション ボタン自体の変化
======================================================*/
.contact-btn__wrap {
  text-align: center;
  margin-top: 3.125rem;
}

.contact-btn.btn-gradient {
  display: inline-block;
  width: 100px;
  height: 100px;
  vertical-align: middle;
  background-color: transparent;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.contact-btn__circle {
  position: relative;
  display: inline-block;
  width: 100px;
  height: 100px;
  line-height: 100px;
  background-color: transparent;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

/* 初期で表示される矢印 */
.btn-gradient__arrow,
.contact-btn__arrow {
  position: relative;
  display: inline-block;
  width: 14px;
  height: 14px;
  background-image: url(../images/common/arrow-gradient.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.btn-gradient__arrow:after,
.contact-btn__arrow:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 14px;
  height: 14px;
  background-image: url(../images/common/arrow-black.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  opacity: 0;
  transform: translateX(0);
  transition: opacity 0.3s ease, transform 0.3s ease;
}

/* ホバー時のアニメーション */
.contact-btn__circle:hover {
  transform: scale(1.2);
  background-color: transparent;
}

.contact-btn__circle:hover .contact-btn__arrow {
  animation: arrow-slide 0.3s;
  opacity: 1;
  transition-delay: 0.2s;
}
@media screen and (max-width: 767px) {
  .contact-btn__circle:hover .contact-btn__arrow {
    animation: none;
    transition-delay: 0;
  }
}

@keyframes arrow-slide {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  50% {
    opacity: 1;
    transform: translateX(20px);
    /* 右に消える */
  }
  50.1% {
    opacity: 0;
    transform: translateX(-10px);
    /* 左に戻る */
  }
  100% {
    opacity: 1;
    transform: translateX(0);
    /* 左から現れる */
  }
}
.contact-btn__circle:hover .contact-btn__arrow:after {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 0.2s;
  left: 0;
}

/* SVGを使用したグレー線とグラデーション線の表示 */
.contact-btn__circle .circle-border {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: rotate(-90deg);
  /* 回転の起点を変更 */
}

/* 初期状態でグラデーション線を表示 */
.contact-btn__circle .gradient-border {
  stroke: url(#gradientSVG);
}

/* 黒線のスタイル（初期状態では見えない） */
.contact-btn__circle .black-border {
  stroke-dasharray: 301.6;
  /* 円周の長さ */
  stroke-dashoffset: 301.6;
  /* 初期状態は線が見えない */
  transition: stroke-dashoffset 0.3s ease;
  /* スピード */
}

/* ホバー時も背景は透明、ボタンを拡大 */
.contact-btn__circle:hover {
  background-color: transparent;
  transform: scale(1.2);
}
@media screen and (max-width: 767px) {
  .contact-btn__circle:hover {
    background-color: initial;
    transform: none;
  }
}

/* ホバー時に黒線が一周し、グラデーション線を非表示 */
.contact-btn__circle:hover .black-border {
  stroke-dashoffset: 0;
}
@media screen and (max-width: 767px) {
  .contact-btn__circle:hover .black-border {
    stroke-dashoffset: 301.6; /* ホバー時にアニメーションしないようにする */
  }
}

/* グラデーション線を消す */
.contact-btn__circle:hover .gradient-border {
  stroke: none;
}
@media screen and (max-width: 767px) {
  .contact-btn__circle:hover .gradient-border {
    stroke: url(#gradientSVG); /* ホバー時の変化を無効にする */
  }
}

.footer {
  background: #28292B;
}

.footer__inner {
  max-width: 80.625rem;
}
@media screen and (max-width: 767px) {
  .footer__inner {
    width: 100%;
  }
}

.footer__container {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .footer__container {
    flex-direction: column;
  }
}

.footer__logo {
  width: 10.25rem;
}
@media screen and (max-width: 767px) {
  .footer__logo {
    width: 6.25rem;
  }
}

.footer__logo img {
  height: 100%;
  object-fit: contain;
}

.footer__info-wrap {
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .footer__info-wrap {
    margin-top: 1.25rem;
  }
}

.footer__info-item {
  color: #959595;
  font-size: 13px;
  line-height: 1.6;
  font-weight: 500;
  letter-spacing: 0.52px;
}

.footer__info-item a {
  color: #959595;
}

.footer-nav {
  color: #FFF;
  width: 8.75rem;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .footer-nav {
    margin-top: 1.25rem;
  }
}

.footer-nav__item + .footer-nav__item {
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .footer-nav__item + .footer-nav__item {
    margin-top: 1.25rem;
  }
}

.footer-nav__link,
.footer-nav__dropdown-link,
.footer-nav__dropdown-title {
  color: #FFF;
  text-transform: capitalize;
  font-family: "Montserrat", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 1.12px;
  height: inherit;
  display: inline-block;
  width: 100%;
}

/* アコーディオンふわっと開くように
//footer-nav__dropdownに[open]がついたら
//footer-dropdown__listにjs-footer-dropdown__listがつく
======================================== */
.js-footer-dropdown__list {
  animation: dropOpen 0.8s ease infinite;
}
@keyframes dropOpen {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

.footer-nav__dropdown-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}

.footer-nav__dropdown-icon {
  position: relative;
  width: 12px;
  height: 8px;
  flex-shrink: 0;
}

/* ▽アイコン */
.footer-nav__dropdown-icon::before {
  content: "";
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 12px;
  height: 8px;
  background-image: url(../images/common/arrow-white.svg);
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
  transition: transform 0.5s 0s ease;
}

/* アコーディオンが開いた時のスタイル */
.footer-nav__dropdown[open]:not([data-accordion-before-close]) .footer-nav__dropdown-icon::before {
  transform: rotate(-180deg);
}

.footer-nav__dropdown-list {
  margin-top: 1.375rem;
  padding-left: 0.875rem;
}

.footer-nav__dropdown-item + .footer-nav__dropdown-item {
  margin-top: 1.375rem;
}

.footer__copy-wrap {
  flex-shrink: 0;
  display: grid;
  align-items: end;
}
@media screen and (max-width: 767px) {
  .footer__copy-wrap {
    margin-top: 1.25rem;
  }
}

.footer__copyright {
  color: #959595;
  font-family: "Montserrat", sans-serif;
  font-size: 0.875rem;
  line-height: 1.5;
  letter-spacing: 1.12px;
}

.layout-about {
  padding-top: 8.125rem;
  padding-bottom: 6.875rem;
  position: relative;
  overflow: hidden;
  width: 100%;
}
.layout-about video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translate(-50%, -50%);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .layout-about {
    padding-top: 5rem;
    padding-bottom: 3.75rem;
  }
}

.layout-service {
  padding-top: 10rem;
  padding-bottom: 5.625rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .layout-service {
    padding-top: 5rem;
    padding-bottom: 3.75rem;
  }
}

.layout-supports {
  padding-top: 7.5rem;
  padding-bottom: 6.25rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .layout-supports {
    padding-top: 5rem;
    padding-bottom: 3.75rem;
  }
}

.layout-contact {
  padding-top: 6.25rem;
  padding-bottom: 3.75rem;
  position: relative;
  overflow: hidden;
  width: 100%;
}
.layout-contact video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translate(-50%, -50%);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .layout-contact {
    padding-top: 5rem;
    padding-bottom: 3.75rem;
  }
}

.layout-footer {
  padding-top: 6.25rem;
  padding-bottom: 6.8125rem;
}
@media screen and (max-width: 767px) {
  .layout-footer {
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
  }
}

.layout-under-fv {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.layout-under-fv video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.layout-under-fv {
  width: 100%;
  height: 35rem;
  color: #FFF;
  display: grid;
  place-content: center;
  place-items: center;
}

.contact-fv__subtitle {
  font-family: "Noto Sans JP", sans-serif;
}

.contact-page__section {
  padding-top: 12.5rem;
  padding-bottom: 30.5rem;
}
@media screen and (max-width: 767px) {
  .contact-page__section {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }
}

.contact-page__inner {
  text-align: center;
}

.contact_page__logo {
  aspect-ratio: 188/99;
  width: 11.75rem;
  margin-inline: auto;
}

.contact_page__logo img {
  height: 100%;
  object-fit: contain;
}

.contact_page__text {
  margin-top: 2.5rem;
  color: #000;
  font-size: 0.9375rem;
  line-height: 1.75;
  font-weight: 500;
  letter-spacing: 0.6px;
}

.contact-page__btn-wrap {
  margin-top: 3.5rem;
}

.contact-page__btn {
  color: #FFF;
  font-family: "Montserrat", sans-serif;
  font-size: 1.875rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 2.4px;
  text-transform: capitalize;
  display: inline-block;
  background: linear-gradient(270deg, #FDE005 0%, #00CF35 100%);
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
  max-width: 20rem;
  width: 100%;
  transition: transform 1s 0s ease;
}

.contact-page__btn:hover {
  background-position: right center;
  background-size: 200% auto;
  -webkit-animation: pulse 2s infinite;
  animation: ripple 1.5s infinite;
  color: #FFF;
  opacity: 1;
}

/* ボタンの外側に黄色い波紋が広がるアニメーション */
@keyframes ripple {
  0% {
    box-shadow: 0 0 0 0 #FDE005;
  } /* グラデーションの開始色に変更 */
  70% {
    box-shadow: 0 0 0 15px rgba(253, 224, 5, 0);
  } /* 開始色の透明 */
  100% {
    box-shadow: 0 0 0 0 rgba(253, 224, 5, 0);
  } /* 同じく透明 */
}
/* ボタンの外側に黄緑の波紋が広がるアニメーション */
/* Companyページ(共通) セクションタイトル
======================================*/
.company-page__title {
  font-family: "Montserrat", sans-serif;
  font-size: 4rem;
  line-height: 1.2;
  font-weight: 300;
  letter-spacing: 5.12px;
  text-transform: capitalize;
  text-align: center;
  display: inline-block;
  border-bottom: solid 1px #959595;
}
@media screen and (max-width: 767px) {
  .company-page__title {
    font-size: 3.125rem;
    line-height: 1.25;
    letter-spacing: 3.2px;
  }
}

.company-page__title--white,
.company-page__subtitle--white {
  color: #FFF;
}

.company-page__title--white {
  border-bottom: solid 1px #FFF;
}

.company-page__subtitle {
  margin-top: 0.625rem;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0.64px;
}
@media screen and (max-width: 767px) {
  .company-page__subtitle {
    margin-top: initial;
    text-align: center;
  }
}

.company-page__banner .company-page__title {
  width: 18.75rem;
}

/* 動画の調整 video.scssかな？commonかな？今はcommonに記載済み
=======================================*/
.company-page__banner {
  padding-top: 8.5rem;
  padding-bottom: 4.3125rem;
}
@media screen and (max-width: 767px) {
  .company-page__banner {
    padding-top: 5rem;
    padding-bottom: 3.75rem;
  }
}

.company-page__video {
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .company-page__video {
    margin-top: 1.5625rem;
  }
}

/* companyページ Message セクション
=======================================*/
.company-page__message {
  background-color: #28292B;
  padding-top: 9rem;
  padding-bottom: 9rem;
}
@media screen and (max-width: 767px) {
  .company-page__message {
    padding-top: 5rem;
    padding-bottom: 3.75rem;
  }
}

.company-page__message-container {
  display: flex;
  gap: 5rem;
}
@media screen and (max-width: 767px) {
  .company-page__message-container {
    flex-direction: column;
    gap: 0.625rem;
  }
}

@media screen and (max-width: 767px) {
  .company-page__message-content {
    display: contents;
  }
}

.company-page__message-box {
  margin-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .company-page__message-box {
    margin-top: 1.25rem;
    order: 1;
  }
}

.company-page__message-text {
  color: #FFF;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.6px;
}

.company-page__message-text + .company-page__message-text {
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .company-page__message-text + .company-page__message-text {
    margin-top: 0.9375rem;
  }
}

.company-page__image {
  flex-shrink: 0;
  aspect-ratio: 396/509;
  width: 24.75rem;
}
@media screen and (max-width: 767px) {
  .company-page__image {
    width: 18.75rem;
    order: 0;
    margin-inline: auto;
  }
}

.company-page__image img {
  height: 100%;
}

/* companyページ Outline セクション
=======================================*/
.company-page__outline {
  padding-top: 10rem;
  padding-bottom: 8.125rem;
}
@media screen and (max-width: 767px) {
  .company-page__outline {
    padding-top: 5rem;
    padding-bottom: 3.75rem;
  }
}

.company-page__outline-wrap {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .company-page__outline-wrap {
    flex-direction: column;
  }
}

.company-page__outline .section__title-wrap {
  text-align: start;
}
@media screen and (max-width: 767px) {
  .company-page__outline .section__title-wrap {
    text-align: center;
  }
}

.company-page__company-info {
  margin-top: 5.4375rem;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .company-page__company-info {
    margin-top: 2.5rem;
  }
}

.company-info {
  color: #000;
}

.company-info__row {
  display: flex;
  width: 29.75rem;
  border-bottom: 1px dashed #000;
}
@media screen and (max-width: 767px) {
  .company-info__row {
    width: 100%;
  }
}

.company-info__row:last-child {
  border-bottom: none;
}

.company-info__row dt,
.company-info__row dd {
  font-size: 0.9375rem;
  line-height: 2;
  font-weight: 500;
  letter-spacing: 1.2px;
  padding-block: 1.625rem;
  display: grid;
  place-content: center;
  justify-content: start;
}
@media screen and (max-width: 767px) {
  .company-info__row dt,
  .company-info__row dd {
    padding-block: 0.8125rem;
  }
}

.company-info__row dt {
  font-weight: 500;
  width: 9.125rem;
}
@media screen and (max-width: 767px) {
  .company-info__row dt {
    width: 28%;
  }
}

.company-info__row dd {
  width: 65%;
  max-width: 20.625rem;
}
@media screen and (max-width: 767px) {
  .company-info__row dd {
    width: 65%;
  }
}

/* 下層serviceページ(共通) セクションタイトル → page-under-service.scssに記載
======================================*/
.mmovie-page__process {
  padding-top: 11.5rem;
  padding-bottom: 9.5625rem;
}
@media screen and (max-width: 767px) {
  .mmovie-page__process {
    padding-top: 5rem;
    padding-bottom: 3.75rem;
  }
}

.mmovie-page__process-wrap {
  text-align: center;
}

.mmovie-page__process-title {
  font-size: 2.75rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 3.52px;
}
@media screen and (max-width: 767px) {
  .mmovie-page__process-title {
    font-size: 1.875rem;
    line-height: 1.6;
    letter-spacing: 2.4px;
  }
}

.mmovie-page__process-text {
  margin-top: 2rem;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.64px;
}
@media screen and (max-width: 767px) {
  .mmovie-page__process-text {
    margin-top: 1.25rem;
    text-align: left;
  }
}

.mmovie-page__graph {
  margin-top: 4rem;
  margin-inline: auto;
  aspect-ratio: 800/400;
  width: 50rem;
}
@media screen and (max-width: 767px) {
  .mmovie-page__graph {
    margin-top: 2.5rem;
    aspect-ratio: 320/160;
    width: 100%;
  }
}

.mmovie-page__graph img {
  height: 100%;
}

.mmovie-page__process-list {
  margin-top: 7.4375rem;
}
@media screen and (max-width: 767px) {
  .mmovie-page__process-list {
    margin-top: 3.75rem;
  }
}

.mmovie-page__process-list .cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
  place-items: center;
}
@media screen and (max-width: 767px) {
  .mmovie-page__process-list .cards {
    grid-template-columns: repeat(1, 1fr);
    gap: 2.5rem;
  }
}

.mmovie-page__process-list .cards-item__image {
  aspect-ratio: 320/240;
  max-width: 20rem;
}
@media screen and (max-width: 767px) {
  .mmovie-page__process-list .cards-item__image {
    width: 15.625rem;
  }
}

.mmovie-page__process-list .cards-item__bottom {
  margin-top: 4.5rem;
}
@media screen and (max-width: 767px) {
  .mmovie-page__process-list .cards-item__bottom {
    margin-top: 0.3125rem;
  }
}

.mmovie-page__process-list .cards-item__title {
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 2.4px;
}
@media screen and (max-width: 767px) {
  .mmovie-page__process-list .cards-item__title {
    font-size: 1.5rem;
  }
}

.mmovie-page__process-list .cards-item__text {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.64px;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .mmovie-page__process-list .cards-item__text {
    margin-top: 0.625rem;
  }
}

/* Minutes Movieページ 動画 quick セクション
======================================*/
.mmovie-page__quick {
  background-color: #28292B;
  padding-top: 6.5rem;
  padding-bottom: 6.5rem;
}
@media screen and (max-width: 767px) {
  .mmovie-page__quick {
    padding-top: 5rem;
    padding-bottom: 3.75rem;
  }
}

/* Minutes Movieページ introduction セクション
======================================*/
.mmovie-page__introduction {
  padding-top: 10.5rem;
  padding-bottom: 10.6875rem;
}
@media screen and (max-width: 767px) {
  .mmovie-page__introduction {
    padding-top: 5rem;
    padding-bottom: 3.75rem;
  }
}

.mmovie-page__introduction-wrap {
  text-align: center;
}

.mmovie-page__introduction-textBox {
  margin-top: 10.875rem;
}
@media screen and (max-width: 767px) {
  .mmovie-page__introduction-textBox {
    margin-top: 2.5rem;
  }
}

.mmovie-page__introduction-text {
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.6px;
}

.mmovie-page__achievement {
  margin-top: 4.5rem;
}
@media screen and (max-width: 767px) {
  .mmovie-page__achievement {
    margin-top: 2.5rem;
  }
}

.mmovie-page__achievement-title {
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 1.76px;
}

/* 制作実績mock-up動画
======================================*/
.mmovie-page__achievement-video {
  position: relative;
  padding-top: 56.25%;
  height: 0;
  overflow: hidden;
}

.mmovie-page__achievement-video img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.mmovie-page__achievement-video #ehack-video {
  position: absolute;
  top: 48.5%;
  left: 49.7%;
  transform: translate(-50%, -50%);
  width: 89%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .mmovie-page__achievement-video #ehack-video {
    width: 77%;
  }
}

/* Minutes Movieページ plan セクション
======================================*/
.mmovie-page__plan {
  padding-top: 7.5rem;
  padding-bottom: 4.3125rem;
}
@media screen and (max-width: 767px) {
  .mmovie-page__plan {
    padding-top: 5rem;
    padding-bottom: 3.75rem;
  }
}

.mmovie-page__plan-description {
  margin-top: 3rem;
  max-width: 50rem;
  margin-inline: auto;
  background-color: #f5f5f5;
  padding-top: 2.625rem;
  padding-bottom: 2.0625rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .mmovie-page__plan-description {
    margin-top: 1.25rem;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
}

.mmovie-page .plan-description__subtitle {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.6px;
}

.mmovie-page .plan-description__title {
  margin-top: 1.43625rem;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.72px;
}
@media screen and (max-width: 767px) {
  .mmovie-page .plan-description__title {
    margin-top: 1.25rem;
  }
}

.mmovie-page .plan-description__price {
  margin-top: 1.5rem;
  color: #F74A3F;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 2.4px;
}
@media screen and (max-width: 767px) {
  .mmovie-page .plan-description__price {
    margin-top: 1.25rem;
  }
}

/* サポート内容
======================================*/
.mmovie-page__plan-support {
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .mmovie-page__plan-support {
    margin-top: 1.25rem;
  }
}

.mmovie-page .plan-support__title {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.52px;
}

.mmovie-page .plan-support__list {
  margin-top: 1rem;
  max-width: 37.5rem;
  margin-inline: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .mmovie-page .plan-support__list {
    flex-direction: column;
    max-width: 18.75rem;
  }
}

.mmovie-page .plan-support__item {
  color: #000;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.6px;
  background-color: #FFF;
  padding: 0.5rem 2rem;
  display: inline-block;
  border-radius: 99px;
}
@media screen and (max-width: 767px) {
  .mmovie-page .plan-support__item {
    max-width: 16.875rem;
    width: 100%;
  }
}

/* プラン比較表
======================================*/
.mmovie-page__plan-table {
  max-width: 50rem;
  margin-inline: auto;
  margin-top: 2rem;
  overflow-x: scroll;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .mmovie-page__plan-table {
    max-width: 37.5rem;
  }
}

.mmovie-page .plan-table {
  border-collapse: collapse;
  width: 50rem;
}
@media screen and (max-width: 767px) {
  .mmovie-page .plan-table {
    max-width: 37.5rem;
  }
}

.mmovie-page .plan-table__head:first-child {
  width: 12.5rem;
}
@media screen and (max-width: 767px) {
  .mmovie-page .plan-table__head:first-child {
    width: 6.25rem;
  }
}

.mmovie-page .plan-table__head:nth-child(2) {
  width: 22.5rem;
}
@media screen and (max-width: 767px) {
  .mmovie-page .plan-table__head:nth-child(2) {
    width: 12.5rem;
  }
}

.mmovie-page .plan-table__head:nth-child(3) {
  width: 15rem;
}
@media screen and (max-width: 767px) {
  .mmovie-page .plan-table__head:nth-child(3) {
    width: 12.5rem;
  }
}

.mmovie-page .plan-table__head {
  padding-block: 0.5rem;
  max-width: 100%;
  border-top: 1px solid rgb(245, 245, 245);
  border-bottom: 1px solid rgb(245, 245, 245);
  box-shadow: inset 0 0 0 4px #FFF;
}

.mmovie-page .plan-table__body {
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.6px;
  padding: 0.5rem 1.25rem;
  border-bottom: 1px solid rgb(245, 245, 245);
  box-shadow: inset 0 0 0 4px #FFF;
  background-color: #FFF;
}
@media screen and (max-width: 767px) {
  .mmovie-page .plan-table__body {
    padding: 0.5rem 0.5rem;
  }
}

/* 表の真ん中だけ赤
======================================*/
.mmovie-page .plan-table__ehack {
  color: #F74A3F;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.64px;
  background-color: #f5f5f5;
}

.mmovie-page .plan-table__head.plan-table__ehack {
  color: #28292B;
}

.mmovie-page .plan-table__note {
  text-align: right;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.25;
  margin-top: 0.5rem;
}

/* Minutes Movieページ flow セクション
======================================*/
.mmovie-page__flow {
  padding-top: 5rem;
  padding-bottom: 9.1875rem;
}
@media screen and (max-width: 767px) {
  .mmovie-page__flow {
    padding-top: 2.5rem;
    padding-bottom: 3.75rem;
  }
}

@media screen and (max-width: 767px) {
  .mmovie-page__flow-list {
    max-width: 15.625rem;
    margin-inline: auto;
  }
}

.mmovie-page.flow-list {
  margin-top: 3rem;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  column-gap: 0.5rem;
  height: 200px;
}
@media screen and (max-width: 767px) {
  .mmovie-page.flow-list {
    grid-template-columns: repeat(1, 1fr);
    height: auto;
    margin-top: 1.25rem;
  }
}

@media screen and (max-width: 767px) {
  .mmovie-page .flow-item + .flow-item {
    margin-top: 1.5625rem;
  }
}

.mmovie-page .flow-item {
  display: grid;
  place-items: center;
  grid-template-rows: subgrid;
  grid-row: span 3;
  background: linear-gradient(to bottom, #FFF 13px, #f5f5f5 13px);
}
@media screen and (max-width: 767px) {
  .mmovie-page .flow-item {
    row-gap: 0.9375rem;
  }
}

.flow-item__number {
  font-family: "Montserrat", sans-serif;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 2.88px;
  margin-top: -10px;
}
@media screen and (max-width: 767px) {
  .flow-item__number {
    font-size: 1.875rem;
    margin-top: initial;
  }
}

.mmovie-page .flow-item__image img {
  width: 100%;
  height: 81px;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .mmovie-page .flow-item__image img {
    height: 70px;
  }
}

.mmovie-page .flow-item__text {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.64px;
  height: 3rem;
}

/* Minutes Movieページ qa セクション
======================================*/
.mmovie-page__qa {
  padding-top: 4.5rem;
  padding-bottom: 5.5625rem;
}
@media screen and (max-width: 767px) {
  .mmovie-page__qa {
    padding-top: 5rem;
    padding-bottom: 3.75rem;
  }
}

/* serviceの下層ページ3つ fv ファーストビュー
============================================*/
.under-service-fv {
  padding-top: 5.625rem;
}

.under-service-fv__box {
  display: flex;
}
@media screen and (max-width: 767px) {
  .under-service-fv__box {
    flex-direction: column;
    align-items: center;
    gap: 0.625rem;
  }
}

@media screen and (max-width: 767px) {
  .under-service-fv__wrap {
    display: contents;
  }
}

.under-service-fv__label,
.under-service-fv__title {
  color: #FFF;
  font-family: "Montserrat", sans-serif;
  text-transform: capitalize;
}

.under-service-fv__label {
  font-size: 1.375rem;
  font-weight: 300;
  line-height: 1.3;
}

.under-service-fv__title {
  font-size: clamp(5rem, 3.286rem + 3.57vw, 6.5rem);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 8.32px;
  margin-top: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .under-service-fv__title {
    font-size: 3.125rem;
    margin-top: initial;
  }
}

.under-service-fv__subtitle {
  color: #FFF;
  font-size: clamp(1.375rem, 0.875rem + 1.04vw, 1.813rem);
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 2.4px;
}
@media screen and (max-width: 767px) {
  .under-service-fv__subtitle {
    order: 1;
    font-size: clamp(0.875rem, 0.607rem + 1.34vw, 1.25rem);
  }
}

.under-service-fv__image {
  aspect-ratio: 480/320;
  width: 30rem;
}
@media screen and (max-width: 767px) {
  .under-service-fv__image {
    width: 20rem;
  }
}

/* 下層serviceページ(共通) 1分で分かる動画
======================================*/
.under-service-quick__title-wrap {
  text-align: center;
  color: #FFF;
}

.under-service-quick__title {
  font-size: 2.75rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 3.52px;
  width: 19.3125rem;
  display: inline-block;
  padding-bottom: 12px;
  box-shadow: inset 0 -1px 0 0 #FFF;
  border-bottom: solid 12px rgb(40, 41, 43);
}
@media screen and (max-width: 767px) {
  .under-service-quick__title {
    font-size: 1.875rem;
  }
}

.under-service-quick__subtitle {
  font-family: "Montserrat", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 1.92px;
  text-transform: capitalize;
}
@media screen and (max-width: 767px) {
  .under-service-quick__subtitle {
    font-size: 1.125rem;
  }
}

.under-service-quick__video {
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .under-service-quick__video {
    margin-top: 2.5rem;
  }
}

/* 下層serviceページ(共通) セクションタイトル
======================================*/
.under-service__section-titlebox,
.under-service__section-subtitle {
  text-align: center;
}

.under-service__section-subtitle {
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 1.76px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .under-service__section-subtitle {
    font-size: 1.125rem;
  }
}

.under-service__section-subtitle::after {
  content: "";
  position: absolute;
  bottom: -7px;
  left: 50%;
  transform: translateX(-50%);
  width: 40px;
  height: 1px;
  background-color: #5f5f5f;
}

.under-service__section-title {
  font-family: "Montserrat", sans-serif;
  font-size: 2.75rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 3.52px;
  margin-top: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .under-service__section-title {
    font-size: 1.875rem;
  }
}

/* 装飾の縦線 */
.under-service__section-title.vertical-line {
  position: relative;
}

.under-service__section-title.vertical-line::after {
  content: "";
  position: absolute;
  top: 8.625rem;
  left: 45.5%;
  width: 94px;
  height: 1px;
  background-color: #5f5f5f;
  transform: rotate(90deg);
}
@media screen and (max-width: 767px) {
  .under-service__section-title.vertical-line::after {
    width: 20px;
    top: 3.75rem;
    left: 45%;
  }
}

.under-service__section-title.text-highlight {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 1.76px;
}

/* 下層serviceページ(共通) qa よくある質問セクション
======================================*/
.under-service__qa-title {
  color: #000;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 2.4px;
  text-align: center;
  position: relative;
}

.under-service__qa-title::before {
  content: "";
  position: absolute;
  bottom: -35px;
  left: 50%;
  transform: translateX(-50%);
  width: 56px;
  height: 1px;
  background-color: #5f5f5f;
}
@media screen and (max-width: 767px) {
  .under-service__qa-title::before {
    bottom: -20px;
  }
}

.under-service__qa-wrap {
  max-width: 50rem;
  margin-inline: auto;
  margin-top: 6.75rem;
}
@media screen and (max-width: 767px) {
  .under-service__qa-wrap {
    width: 100%;
    margin-top: 3.125rem;
  }
}

.under-service .qa-item + .qa-item {
  margin-top: 2.0625rem;
}

.under-service .qa-item__title {
  color: #28292B;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.64px;
  padding-left: 2rem;
  position: relative;
}

.under-service .qa-item__title::before {
  content: "Q";
  position: absolute;
  top: 45%;
  left: 0;
  transform: translateY(-50%);
  width: 1rem;
  height: 1.5rem;
  color: #28292B;
  font-family: "Montserrat", sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0.72px;
}

.under-service .qa-item__text {
  margin-top: 1rem;
  color: #000;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.6px;
  padding-left: 1.875rem;
  position: relative;
}

.under-service .qa-item__text::before {
  content: "A";
  position: absolute;
  top: 45%;
  left: 0;
  transform: translateY(-50%);
  width: 1rem;
  height: 1.625rem;
  color: #28292B;
  font-family: "Montserrat", sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.72px;
}

/* E-Cycleページ fv
======================================*/
.ecycle-page__fv-box {
  gap: 2.1875rem;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .ecycle-page__fv-box {
    gap: 0.625rem;
  }
}

.ecycle-page-fv__subtitle {
  margin-top: 2.1875rem;
}
@media screen and (max-width: 767px) {
  .ecycle-page-fv__subtitle {
    margin-top: initial;
  }
}

/* E-Cycleページ sns セクション
======================================*/
.ecycle-page__sns {
  padding-top: 10.1rem;
  padding-bottom: 6.625rem;
}
@media screen and (max-width: 767px) {
  .ecycle-page__sns {
    padding-top: 5rem;
    padding-bottom: 3.75rem;
  }
}

.ecycle-page__sns-wrap {
  text-align: center;
}

.ecycle-page__sns-title {
  font-size: 2.75rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 3.52px;
}
@media screen and (max-width: 767px) {
  .ecycle-page__sns-title {
    font-size: 1.75rem;
    line-height: 1.6;
    letter-spacing: 2.4px;
  }
}

.ecycle-page__sns-text {
  margin-top: 0.8rem;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.64px;
}
@media screen and (max-width: 767px) {
  .ecycle-page__sns-text {
    margin-top: 1.25rem;
  }
}

.ecycle-page__sns-list {
  margin-top: 5.5rem;
}
@media screen and (max-width: 767px) {
  .ecycle-page__sns-list {
    margin-top: 3.125rem;
  }
}

.ecycle-page__sns-list .cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 1.25rem;
  place-items: center;
}
@media screen and (max-width: 767px) {
  .ecycle-page__sns-list .cards {
    grid-template-columns: repeat(1, 1fr);
    max-width: 18.75rem;
    margin-inline: auto;
  }
}

.ecycle-page__sns-list .cards-item {
  display: grid;
  place-content: center;
  grid-template-rows: subgrid;
  grid-row: span 3;
}
@media screen and (max-width: 767px) {
  .ecycle-page__sns-list .cards-item {
    justify-items: center;
  }
}

@media screen and (max-width: 767px) {
  .ecycle-page__sns-list .cards-item + .cards-item {
    margin-top: 2.5rem;
  }
}

.ecycle-page__sns-list .cards-item__image {
  aspect-ratio: 320/267;
  max-width: 20rem;
}
@media screen and (max-width: 767px) {
  .ecycle-page__sns-list .cards-item__image {
    width: 15.625rem;
  }
}

.ecycle-page__sns-list .cards-item__bottom {
  margin-top: 2.4rem;
}
@media screen and (max-width: 767px) {
  .ecycle-page__sns-list .cards-item__bottom {
    margin-top: 0.3125rem;
  }
}

.ecycle-page__sns-list .cards-item__title {
  text-align: center;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 2.4px;
}
@media screen and (max-width: 767px) {
  .ecycle-page__sns-list .cards-item__title {
    font-size: 1.5rem;
  }
}

.ecycle-page__sns-list .cards-item__text {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.64px;
  margin-top: 0.8rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .ecycle-page__sns-list .cards-item__text {
    margin-top: 0.625rem;
    padding-left: initial;
    padding-right: initial;
  }
}

/* E-Cycleページ 動画 quick セクション
======================================*/
.ecycle-page__quick {
  background-color: #28292B;
  padding-top: 6.5rem;
  padding-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .ecycle-page__quick {
    padding-top: 5rem;
    padding-bottom: 3.75rem;
  }
}

/* E-Cycleページ features セクション
======================================*/
.ecycle-page__features {
  padding-top: 9.875rem;
  padding-bottom: 4.125rem;
}
@media screen and (max-width: 767px) {
  .ecycle-page__features {
    padding-top: 5rem;
    padding-bottom: 3.75rem;
  }
}

.ecycle-page__features-textBox {
  margin-top: 9.375rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .ecycle-page__features-textBox {
    margin-top: 2.5rem;
  }
}

.ecycle-page__features-text {
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.6px;
}

.ecycle-page__features-diagram01 {
  aspect-ratio: 740/740;
  max-width: 46.25rem;
  margin-inline: auto;
  margin-top: 2.75rem;
}
@media screen and (max-width: 767px) {
  .ecycle-page__features-diagram01 {
    margin-top: 1.25rem;
    width: 18.75rem;
  }
}

/* E-Cycleページ features セクション 図表02
======================================*/
.ecycle-page__features-description {
  display: flex;
  align-items: center;
  gap: 3.8125rem;
  margin-top: 3.125rem;
  max-width: 55.625rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .ecycle-page__features-description {
    flex-direction: column;
    gap: 1.25rem;
  }
}

@media screen and (max-width: 767px) {
  .ecycle-page__feature-textBox {
    text-align: center;
  }
}

.ecycle-page__feature-title {
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 2.4px;
}
@media screen and (max-width: 767px) {
  .ecycle-page__feature-title {
    font-size: 1.375rem;
  }
}

.ecycle-page__feature-text {
  margin-top: 2.5rem;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.6px;
}
@media screen and (max-width: 767px) {
  .ecycle-page__feature-text {
    margin-top: 1.25rem;
  }
}

.ecycle-page__feature-diagram02 {
  aspect-ratio: 400/320;
  max-width: 25rem;
}
@media screen and (max-width: 767px) {
  .ecycle-page__feature-diagram02 {
    width: 15.625rem;
  }
}

/* E-Cycleページ features カードレイアウト
======================================*/
.ecycle-page__features-list {
  margin-top: 6.5625rem;
}
@media screen and (max-width: 767px) {
  .ecycle-page__features-list {
    margin-top: 3.75rem;
  }
}

.ecycle-page__features-list .cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 6.75rem;
  row-gap: 1.5rem;
  display: grid;
  place-content: center;
}
@media screen and (max-width: 767px) {
  .ecycle-page__features-list .cards {
    grid-template-columns: repeat(1, 1fr);
    width: 20rem;
    margin-inline: auto;
  }
}

.ecycle-page__features-list .cards-item {
  width: 27.5rem;
  height: 35.875rem;
  display: grid;
  place-content: center;
  place-items: center;
  grid-template-rows: subgrid;
  grid-row: span 3;
}
@media screen and (max-width: 767px) {
  .ecycle-page__features-list .cards-item {
    width: 20rem;
    height: 20rem;
  }
}

.ecycle-page__features-list .cards-item__image {
  aspect-ratio: 320/267;
  max-width: 20rem;
}
@media screen and (max-width: 767px) {
  .ecycle-page__features-list .cards-item__image {
    width: 15.625rem;
  }
}

.ecycle-page__features-list .cards-item__title {
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 2.4px;
  text-align: center;
}

.ecycle-page__features-list .cards-item__box {
  display: flex;
  column-gap: 1.25rem;
  margin-top: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .ecycle-page__features-list .cards-item__box {
    column-gap: 0.3125rem;
    margin-top: 0.625rem;
  }
}

.ecycle-page__features-list .cards-item__box-list {
  list-style: disc;
  padding-left: 1.875rem;
}

.ecycle-page__features-list .cards-item__box-list.second-list {
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .ecycle-page__features-list .cards-item__box-list.second-list {
    margin-top: 0.625rem;
  }
}

.ecycle-page__features-list .cards-item__box-image {
  aspect-ratio: 176/136;
  max-width: 11rem;
}

/* E-Cycleページ results 制作実績
======================================*/
.ecycle-page__results {
  padding-top: 5rem;
  padding-bottom: 8.9375rem;
}
@media screen and (max-width: 767px) {
  .ecycle-page__results {
    padding-top: 3.75rem;
    padding-bottom: 6.25rem;
  }
}

/* スライドショー */
.ecycle-page__results-slider {
  margin-top: 2.3125rem;
  background-color: #f5f5f5;
  padding-top: 3.1875rem;
  padding-bottom: 3.1875rem;
}
@media screen and (max-width: 767px) {
  .ecycle-page__results-slider {
    margin-top: 1.25rem;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
}

.results-slider__container {
  position: relative;
}

.results-slider__arrows {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .results-slider__arrows {
    justify-content: space-evenly;
    top: initial;
    bottom: -5rem;
  }
}

.results-slider__box {
  max-width: 26.25rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .results-slider__box {
    max-width: 18.75rem;
  }
}

.results-slider__list {
  background-color: #f5f5f5;
  max-width: 25.9375rem;
}

.results-slider__item {
  display: flex;
  column-gap: 3rem;
  justify-items: end;
}
@media screen and (max-width: 767px) {
  .results-slider__item {
    column-gap: 0.625rem;
    align-items: center;
  }
}

.results-slider__image {
  aspect-ratio: 148/310;
  width: 9.25rem;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .results-slider__image {
    width: 6.25rem;
  }
}

.results-slider__image img {
  height: 19.875rem;
}
@media screen and (max-width: 767px) {
  .results-slider__image img {
    height: auto;
  }
}

.results-slider__body {
  text-align: center;
  width: 100%;
}

.results-slider__title {
  color: #FFF;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.6px;
  background-color: #28292B;
  text-align: center;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-top: 1.75rem;
}
@media screen and (max-width: 767px) {
  .results-slider__title {
    margin-top: initial;
  }
}

.results-slider__duration {
  margin-top: 0.8125rem;
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.52px;
  text-align: center;
  border-radius: 12px;
  border: solid 1px #28292B;
  padding: 0.5rem 1.75rem;
  display: inline-block;
  background-color: #FFF;
}

.results-slider__metrics {
  margin-top: 0.8125rem;
  background-color: #FFF;
  padding-bottom: 0.5rem;
  background: linear-gradient(to bottom, transparent 10px, #FFF 8px);
}

.results-slider__metrics-label {
  color: #FFF;
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.52px;
  background-color: #28292B;
  display: inline-block;
  padding: 4px 16px;
}
@media screen and (max-width: 767px) {
  .results-slider__metrics-label {
    padding: 4px 10px;
  }
}

.results-slider__metrics-value {
  margin-top: 0.3125rem;
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.52px;
}

.results-slider__metrics-value .text-highlight {
  color: #F74A3F;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.72px;
}

/* （仮） 画像 */
.ecycle-page__results-slider {
  background-color: #f5f5f5;
}

/* E-Cycleページ plan プラン
======================================*/
.ecycle-page__plan {
  padding-top: 10.5rem;
  padding-bottom: 6.3125rem;
}
@media screen and (max-width: 767px) {
  .ecycle-page__plan {
    padding-top: 5rem;
    padding-bottom: 3.75rem;
  }
}

.ecycle-page__plan-inner {
  max-width: 55.625rem;
}

.ecycle-page__plan-wrap {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .ecycle-page__plan-wrap {
    margin-top: 1.25rem;
  }
}

.ecycle-page__plan-subtitle {
  text-align: center;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 1.76px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .ecycle-page__plan-subtitle {
    font-size: 1rem;
  }
}

.ecycle-page__plan-subtitle::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  width: 26.25rem;
  height: 1px;
  background: #00CF35;
}
@media screen and (max-width: 767px) {
  .ecycle-page__plan-subtitle::after {
    width: 20rem;
  }
}

.ecycle-page__plan-details {
  margin-top: 4rem;
  display: flex;
  column-gap: 2.5rem;
}
@media screen and (max-width: 767px) {
  .ecycle-page__plan-details {
    margin-top: 2.5rem;
    flex-direction: column;
    row-gap: 1.25rem;
    column-gap: initial;
    max-width: 20rem;
    margin-inline: auto;
  }
}

.ecycle-page .plan-details__cost {
  width: 50%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .ecycle-page .plan-details__cost {
    width: 100%;
  }
}

.ecycle-page .plan-details__cost-title.bg-green {
  background-color: #00CF35;
}

.ecycle-page .plan-details__cost-title.bg-red {
  background-color: #F74A3F;
}

.ecycle-page .plan-details__cost-title {
  color: #FFF;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.72px;
  padding-block: 0.625rem;
}
@media screen and (max-width: 767px) {
  .ecycle-page .plan-details__cost-title {
    padding-block: 0.3125rem;
  }
}

.ecycle-page .plan-details__cost-item {
  margin-top: 1.5rem;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.72px;
}
@media screen and (max-width: 767px) {
  .ecycle-page .plan-details__cost-item {
    margin-top: 0.625rem;
    font-size: 1rem;
  }
}

.ecycle-page .plan-details__cost-item .text-highlight {
  font-size: 1.875rem;
}
@media screen and (max-width: 767px) {
  .ecycle-page .plan-details__cost-item .text-highlight {
    font-size: 1.5rem;
  }
}

.ecycle-page .plan-details__cost-item + .plan-details__cost-item {
  margin-top: 0.3125rem;
}

.ecycle-page__plan-calculation {
  margin-top: 2.5rem;
  padding: 2.375rem 3.5rem 2.6875rem;
  background-color: #f5f5f5;
}
@media screen and (max-width: 767px) {
  .ecycle-page__plan-calculation {
    margin-top: 1.25rem;
    padding: 1.125rem;
  }
}

.ecycle-page .plan-calculation__title-box {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.ecycle-page .plan-calculation__title {
  text-align: center;
  color: #000;
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.52px;
}

.ecycle-page .plan-calculation__description {
  text-align: center;
  padding-block: 0.8125rem;
  border: solid 1px #00CF35;
  width: 25rem;
  margin-top: 1rem;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.72px;
}
@media screen and (max-width: 767px) {
  .ecycle-page .plan-calculation__description {
    width: 100%;
  }
}

.ecycle-page .plan-calculation__wrap {
  margin-top: 1.4375rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2.75rem;
}
@media screen and (max-width: 767px) {
  .ecycle-page .plan-calculation__wrap {
    flex-direction: column;
    margin-top: 1.25rem;
    gap: 1.25rem;
  }
}

.ecycle-page .plan-calculation__text {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.64px;
}

.ecycle-page .plan-calculation__text + .plan-calculation__text {
  margin-top: 0.5625rem;
}

.ecycle-page .plan-calculation__image {
  aspect-ratio: 400/120;
  max-width: 25rem;
}

/* E-Cycleページ qa セクション
======================================*/
.ecycle-page__qa {
  padding-top: 4.5rem;
  padding-bottom: 5.5625rem;
}
@media screen and (max-width: 767px) {
  .ecycle-page__qa {
    padding-top: 5rem;
    padding-bottom: 3.75rem;
  }
}

/* AGI-Stepページ fv
======================================*/
.agistep-page__fv-wrap {
  gap: 2.1875rem;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .agistep-page__fv-wrap {
    gap: 0.625rem;
  }
}

.ecycle-page-fv__subtitle {
  margin-top: 2.1875rem;
}
@media screen and (max-width: 767px) {
  .ecycle-page-fv__subtitle {
    margin-top: initial;
  }
}

.agistep-page__fv-inner {
  max-width: 72.5rem;
}

.agistep-page__fv-box {
  align-items: center;
}

.agistep-page__fv-title {
  font-size: clamp(3.875rem, 0.875rem + 6.25vw, 6.5rem);
}
@media screen and (max-width: 767px) {
  .agistep-page__fv-title {
    font-size: 3.125rem;
  }
}

.agistep-page__fv-subtitle {
  margin-top: 0.625rem;
}

.agistep-page__fv-image {
  aspect-ratio: 480/400;
  width: 30rem;
}
@media screen and (max-width: 767px) {
  .agistep-page__fv-image {
    width: 20rem;
  }
}

/* AGI-Step quick動画
======================================*/
.agistep-page__quick {
  padding-top: 6.5rem;
  padding-bottom: 5.75rem;
  background-color: #28292B;
}
@media screen and (max-width: 767px) {
  .agistep-page__quick {
    padding-top: 5rem;
    padding-bottom: 3.75rem;
  }
}

/* AGI-Step problem 問題提起
======================================*/
.agistep-page__problem {
  padding-top: 9rem;
  padding-bottom: 9.5rem;
}
@media screen and (max-width: 767px) {
  .agistep-page__problem {
    padding-top: 5rem;
    padding-bottom: 3.75rem;
  }
}

.agistep-page__problem-title {
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 2.4px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .agistep-page__problem-title {
    font-size: 1.375rem;
  }
}

.agistep-page__problem-list {
  margin-top: 4.5rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 1.25rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .agistep-page__problem-list {
    margin-top: 2.5rem;
    grid-template-columns: repeat(1, 1fr);
    row-gap: 1.875rem;
    max-width: 15.625rem;
    margin-inline: auto;
  }
}

.agistep-page__problem-list::after {
  content: "";
  position: absolute;
  bottom: -7rem;
  left: 50%;
  transform: translateX(-50%);
  width: 23rem;
  height: 4.5rem;
  background-image: url(../images/agi-step/arrow-down-white.svg);
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .agistep-page__problem-list::after {
    width: 12.5rem;
    background-size: contain;
  }
}

.agistep-page__problem-image {
  aspect-ratio: 320/387;
  max-width: 20rem;
}
@media screen and (max-width: 767px) {
  .agistep-page__problem-image {
    width: 15.625rem;
  }
}

.agistep-page__problem-textBox {
  margin-top: 3.625rem;
}
@media screen and (max-width: 767px) {
  .agistep-page__problem-textBox {
    margin-top: 1.25rem;
  }
}

.agistep-page__problem-text {
  margin-top: 1.5rem;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.64px;
}
@media screen and (max-width: 767px) {
  .agistep-page__problem-text {
    margin-top: 0.625rem;
  }
}

/* AGI-Step problem 解決策
======================================*/
.agistep-page__solution-wrap {
  margin-top: 9rem;
  max-width: 50rem;
  margin-inline: auto;
  display: flex;
  gap: 2.25rem;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .agistep-page__solution-wrap {
    flex-direction: column;
    margin-top: 7rem;
  }
}

.agistep-page__solution-subtitle {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.72px;
}
@media screen and (max-width: 767px) {
  .agistep-page__solution-subtitle {
    font-size: 1rem;
    text-align: center;
  }
}

.agistep-page__solution-title {
  font-size: 2.75rem;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 3.52px;
}
@media screen and (max-width: 767px) {
  .agistep-page__solution-title {
    font-size: 1.875rem;
    text-align: center;
    margin-top: 1.25rem;
  }
}

.agistep-page__solution-title .text-highlight {
  font-family: "Montserrat", sans-serif;
  font-size: 3.75rem;
  line-height: 100%;
  letter-spacing: 4.8px;
}
@media screen and (max-width: 767px) {
  .agistep-page__solution-title .text-highlight {
    font-size: 2.5rem;
  }
}

.agistep-page__solution-text {
  margin-top: 2.5rem;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.6px;
}

.agistep-page__solution-image {
  aspect-ratio: 480/400;
  width: 26.125rem;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .agistep-page__solution-image {
    width: 15.625rem;
  }
}

/* AGI-Step benefits セクション
======================================*/
.agistep-page__benefits-list {
  display: flex;
  gap: 1.25rem;
}
@media screen and (max-width: 767px) {
  .agistep-page__benefits-list {
    flex-direction: column;
    max-width: 15.625rem;
    margin-inline: auto;
    gap: 1.875rem;
  }
}

.agistep-page__benefits-image {
  aspect-ratio: 320/483;
  max-width: 20rem;
}
@media screen and (max-width: 767px) {
  .agistep-page__benefits-image {
    width: 15.625rem;
  }
}

/* AGI-Step feature セクション
======================================*/
.agistep-page__feature {
  background-color: #28292B;
  padding-top: 10.5rem;
  padding-bottom: 7.5rem;
}
@media screen and (max-width: 767px) {
  .agistep-page__feature {
    padding-top: 5rem;
    padding-bottom: 3.75rem;
  }
}

.agistep-page__feature .under-service__section-titlebox {
  color: #FFF;
}

.agistep-page__feature-list {
  margin-top: 10.375rem;
  max-width: 47.5rem;
  margin-inline: auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .agistep-page__feature-list {
    flex-direction: column;
    align-items: center;
    margin-top: 2.5rem;
  }
}

.agistep-page__feature-image {
  aspect-ratio: 288/416;
  width: 18rem;
}
@media screen and (max-width: 767px) {
  .agistep-page__feature-image {
    width: 15.625rem;
  }
}

@media screen and (max-width: 767px) {
  .agistep-page__feature-image + .agistep-page__feature-image {
    margin-top: 1.25rem;
  }
}

.agistep-page__feature-description {
  margin-top: 1.875rem;
  display: flex;
  align-items: center;
  gap: 0.9375rem;
  max-width: 50.625rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .agistep-page__feature-description {
    flex-direction: column;
  }
}

.agistep-page__description-title {
  color: #FFF;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 2.4px;
}
@media screen and (max-width: 767px) {
  .agistep-page__description-title {
    font-size: 1.375rem;
  }
}

.agistep-page__description-text {
  color: #FFF;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.6px;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .agistep-page__description-text {
    margin-top: 0.625rem;
  }
}

.agistep-page__description-image {
  aspect-ratio: 384/320;
  width: 24rem;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .agistep-page__description-image {
    width: 15.625rem;
  }
}

/* AGI-Step feature セクション 自動化
======================================*/
.agistep-page__feature-automation {
  margin-top: 3.5rem;
  padding: 2.75rem 3.125rem;
  background-color: #FFF;
}
@media screen and (max-width: 767px) {
  .agistep-page__feature-automation {
    margin-top: 2.5rem;
    padding: 1.25rem;
  }
}

.agistep-page__automation-image {
  aspect-ratio: 900/512;
  width: 56.25rem;
}
@media screen and (max-width: 767px) {
  .agistep-page__automation-image {
    width: 100%;
  }
}

.agistep-page__automation-image img {
  height: 100%;
}

/* AGI-Step feature セクション 導入シュミレーション
======================================*/
.agistep-page__feature-simulation {
  margin-top: 2rem;
  padding: 2.25rem 3.125rem 2.5625rem;
  background-color: #FFF;
}
@media screen and (max-width: 767px) {
  .agistep-page__feature-simulation {
    margin-top: 1.25rem;
    padding: 1.25rem;
  }
}

.agistep-page__simulation-title {
  color: #000;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.72px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .agistep-page__simulation-title {
    font-size: 1rem;
  }
}

.agistep-page__simulation-image {
  margin-top: 1.75rem;
  aspect-ratio: 900/378;
  width: 56.25rem;
}
@media screen and (max-width: 767px) {
  .agistep-page__simulation-image {
    width: 100%;
    margin-top: 0.625rem;
  }
}

.agistep-page__simulation-image img {
  height: 100%;
}

/* AGI-Step case 企業の効果
======================================*/
.agistep-page__feature-case {
  margin-top: 7.5rem;
}
@media screen and (max-width: 767px) {
  .agistep-page__feature-case {
    margin-top: 2.5rem;
  }
}

.agistep-page__case-title {
  text-align: center;
  color: #FFF;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 2.4px;
}
@media screen and (max-width: 767px) {
  .agistep-page__case-title {
    font-size: 1.375rem;
  }
}

.agistep-page__case-list {
  margin-top: 4.5625rem;
}
@media screen and (max-width: 767px) {
  .agistep-page__case-list {
    margin-top: 2.5rem;
  }
}

.agistep-page.case-study__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 3rem;
  row-gap: 1.5rem;
  max-width: 60rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .agistep-page.case-study__list {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 0.9375rem;
    row-gap: 1.25rem;
    max-width: 20.625rem;
  }
}

.agistep-page .case-study__item {
  background-color: #FFF;
  padding-top: 1.0625rem;
  padding-bottom: 1.625rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .agistep-page .case-study__item {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }
}

.agistep-page .case-study__title {
  background-color: #5f5f5f;
  text-align: center;
  color: #FFF;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.72px;
  padding-top: 0.8125rem;
  padding-bottom: 0.8125rem;
  width: calc(100% + 40px);
  position: relative;
  right: 20px;
}
@media screen and (max-width: 767px) {
  .agistep-page .case-study__title {
    font-size: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    width: calc(100% + 10px);
    right: 5px;
  }
}

.agistep-page .case-study__benefit {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.72px;
  padding-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .agistep-page .case-study__benefit {
    font-size: 0.875rem;
    line-height: 1.5;
    font-weight: 500;
    padding-top: 0.625rem;
    letter-spacing: 0px;
  }
}

.agistep-page .case-study__result {
  color: #F74A3F;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.72px;
}
@media screen and (max-width: 767px) {
  .agistep-page .case-study__result {
    font-size: 1rem;
  }
}

.agistep-page .case-study__result .text-highlight {
  font-size: 2.75rem;
  line-height: 1.5;
  letter-spacing: 3.52px;
}
@media screen and (max-width: 767px) {
  .agistep-page .case-study__result .text-highlight {
    font-size: 1.875rem;
    letter-spacing: 2.4px;
  }
}

.case-study__result-description {
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 1.76px;
}
@media screen and (max-width: 767px) {
  .case-study__result-description {
    font-size: 1rem;
  }
}

/* AGI-Step chatbot chatボット
======================================*/
.agistep-page__chatbot {
  padding-top: 7.5rem;
  padding-bottom: 2.8125rem;
}
@media screen and (max-width: 767px) {
  .agistep-page__chatbot {
    padding-top: 5rem;
    padding-bottom: 1.875rem;
  }
}

.agistep-page__chatbot-examples {
  margin-top: 5.875rem;
  background: linear-gradient(to bottom, transparent 13.3125rem, #f5f5f5 13.3125rem);
}
@media screen and (max-width: 767px) {
  .agistep-page__chatbot-examples {
    margin-top: 2.5rem;
  }
}

.agistep-page__chatbot-imageBox {
  display: flex;
  gap: 6.625rem;
  justify-content: center;
}

.agistep-page__chatbot-image {
  aspect-ratio: 274/405;
  max-width: 17.125rem;
}
@media screen and (max-width: 767px) {
  .agistep-page__chatbot-image {
    width: 12.5rem;
  }
}

.agistep-page__chatbot-discription {
  margin-top: 2.75rem;
  padding-bottom: 2.1875rem;
}
@media screen and (max-width: 767px) {
  .agistep-page__chatbot-discription {
    margin-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
}

.agistep-page__chatbot-subcatch {
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.6px;
  text-align: center;
}

.agistep-page__chatbot-catch {
  margin-top: 1.4375rem;
  text-align: center;
  color: #F74A3F;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 1.76px;
}
@media screen and (max-width: 767px) {
  .agistep-page__chatbot-catch {
    margin-top: 0.9375rem;
    font-size: 1.125rem;
  }
}

.agistep-page__chatbot-categories {
  margin-top: 3.1875rem;
  max-width: 47.5rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .agistep-page__chatbot-categories {
    margin-top: 1.25rem;
    max-width: 18.75rem;
  }
}

.agistep-page .chatbot-category__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 2rem;
}
@media screen and (max-width: 767px) {
  .agistep-page .chatbot-category__list {
    grid-template-columns: repeat(1, 1fr);
    column-gap: initial;
    row-gap: 1.25rem;
  }
}

.agistep-page .chatbot-category__item {
  background: linear-gradient(to bottom, transparent 1.25rem, #FFF 1.25rem);
  padding: 0 1.8125rem 1.8125rem 1.8125rem;
}

.agistep-page .chatbot-category__head {
  display: grid;
  place-content: center;
}

.agistep-page .chatbot-category__title {
  color: #FFF;
  text-align: center;
  background-color: #28292B;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.64px;
  padding: 0.5rem 1.5rem;
  width: 11.375rem;
  border-radius: 30px;
}

.agistep-page .chatbot-category__bottom {
  margin-top: 1.375rem;
}

.agistep-page .chatbot-category__bottom-list {
  list-style: disc;
  padding-left: 0.5rem;
}

.agistep-page .chatbot-category__bottom-item {
  color: #000;
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.52px;
}

/* AGI-Step timeline 導入までの流れ
======================================*/
.agistep-page__timeline {
  padding-top: 5rem;
  padding-bottom: 3.8125rem;
}
@media screen and (max-width: 767px) {
  .agistep-page__timeline {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}

.agistep-page__timeline-image {
  margin-top: 2.5rem;
  aspect-ratio: 800/375;
  max-width: 50rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .agistep-page__timeline-image {
    width: 100%;
  }
}

/* AGI-Step qa セクション
======================================*/
.agistep-page__qa {
  padding-top: 4.5rem;
  padding-bottom: 5.5625rem;
}
@media screen and (max-width: 767px) {
  .agistep-page__qa {
    padding-top: 5rem;
    padding-bottom: 3.75rem;
  }
}/*# sourceMappingURL=styles.css.map */