body.home {
  background: #1a1a1a;
}

.main-visual {
  position: relative;
  height: 100vh;
  height: 100dvh;
  overflow: hidden;
  z-index: 10;
}

.glitch-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: min(100%, 600px);
  height: auto;
}


.glitch-text text {
  filter: url(#glitch-filter);
  fill: white;
  font-family: shippori-antique, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: clamp(1.8rem, 1.2rem + 3vw, 4.8rem);
  letter-spacing: 0.25em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "palt";
}

@keyframes arrow-fade {
  0% {
    opacity: 0;
  }

  20% {
    opacity: 0;
  }

  60% {
    opacity: var(--arrow-opacity);
  }

  100% {
    opacity: var(--arrow-opacity);
  }
}

@keyframes scroll-arrow {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(10px);
  }
}

.scroll-indicator {
  position: absolute;
  bottom: 3rem;
  right: 3rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #fff;
  font-family: futura-pt, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: clamp(1rem, 0.96rem + 0.2vw, 1.2rem);
  z-index: 10;
  animation: scroll-arrow 1.2s ease-in-out alternate infinite;
}

.scroll-indicator:hover {
  animation-play-state: paused;
  cursor: pointer;
}

.scroll-indicator__text {
  writing-mode: vertical-rl;
  text-orientation: sideways;
  letter-spacing: 0.2em;
  display: inline-block;
}

.scroll-indicator__arrow {
  display: inline-block;
  margin: 1px 0;
  width: 7px;
  height: 7px;
  transform: rotate(-45deg);
  border-left: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
  opacity: 0;
  animation: arrow-fade 2.3s ease-in-out infinite;
}

.scroll-indicator__arrow:nth-of-type(2) {
  --arrow-opacity: 0.4;
  animation-delay: 0s;
}

.scroll-indicator__arrow:nth-of-type(3) {
  --arrow-opacity: 0.6;
  animation-delay: 0.1s;
}

.scroll-indicator__arrow:nth-of-type(4) {
  --arrow-opacity: 1;
  animation-delay: 0.2s;
}

.our-mission {
  color: #fff;
  padding-top: 12rem;
  font-style: normal;
  text-align: center;
  position: relative;
  z-index: 10;
}

.our-mission__label {
  font-size: 1.4rem;
}

.home .en {
  font-family: futura-pt, sans-serif;
  font-weight: 600;
}

.our-mission__title {
  font-family: shippori-antique, sans-serif;
  font-weight: 400;
  font-size: clamp(1.6rem, 0.652rem + 4.74vw, 4.8rem);
  padding: 2rem 0 3rem;
  line-height: 1.5;
}

.our-mission__text {
  font-size: clamp(1.1rem, 0.952rem + 0.74vw, 1.6rem);
  line-height: 2;
  padding: 0 0 5rem;
}

.btn--primary {
  max-width: 43rem;
  width: 80%;
  padding: 3rem;
}

.with-ec {
  padding: 10rem 0 20rem;
  min-height: 129rem;
  position: relative;
  z-index: 10;
}

.with-ec::before,
.with-ec::after {
  content: "";
  position: absolute;
  left: 50%;
  width: 1px;
  height: 17rem;
  background: linear-gradient(45deg, #662D91 0%, #1992CB 100%);
  animation: lineAnim 2s cubic-bezier(0.19, 1, 0.22, 1) 0s infinite;
  z-index: 20;
}

.with-ec::before {
  top: 7%;
}

.with-ec::after {
  bottom: 7%;
}

.with-ec__container {
  margin: 30rem auto 50rem;
  position: relative;
}

.with-ec__container::before,
.with-ec__container::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 30rem;
  background-image: url("../images/top/withEC-grade.webp");
  background-repeat: repeat-x;
  background-size: 140rem;
  z-index: 10;
}

.with-ec__container::before {
  top: -10rem;
}

.with-ec__container::after {
  bottom: -35rem;
  transform: scaleY(-1);
}

.with-ec__images {
  position: relative;
  width: 100%;
  min-height: 150rem;
}

.with-ec__images::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 89.17%;
}

.with-ec__image {
  position: absolute;
  z-index: 1;
}

.with-ec__image:nth-child(1) {
  width: 33%;
  top: 0;
  left: 0;
}

.with-ec__image:nth-child(2) {
  width: 27%;
  top: 39%;
  left: 12%;
}

.with-ec__image:nth-child(3) {
  width: 25%;
  top: 20%;
  right: 25%;
  z-index: 2;
}

.with-ec__image:nth-child(4) {
  width: 33%;
  top: 5%;
  right: 0;
}

.with-ec__image:nth-child(5) {
  width: 17%;
  top: 46%;
  right: 6%;
  z-index: 2;
}

.with-ec__image:nth-child(6) {
  width: 20%;
  bottom: 10%;
  left: 23%;
}

.with-ec__image:nth-child(7) {
  width: 18%;
  bottom: -11%;
  left: 7%;
}

.with-ec__image:nth-child(8) {
  width: 24%;
  bottom: -8%;
  right: 27%;
}

.with-ec__image:nth-child(9) {
  width: 30%;
  bottom: 17%;
  right: 15%;
}

.with-ec__image:nth-child(10) {
  width: 18%;
  bottom: -18%;
  right: 0;
}

.with-ec__image img {
  will-change: transform;
  width: 100%;
}

.with-ec__description {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 20;
}

.with-ec__logo {
  max-width: 46rem;
  margin: 0 auto;
}

.with-ec__text {
  text-align: center;
  color: #fff;
  font-size: clamp(1.2rem, 1.143rem + 0.29vw, 1.6rem);
  padding-top: 1.5rem;
  line-height: 2.5;
}

@keyframes lineAnim {
  0% {
    clip-path: inset(0 0 100% 0);
  }

  25%,
  75% {
    clip-path: inset(0 0 0 0);
  }

  100% {
    clip-path: inset(100% 0 0 0);
  }
}

.our-service {
  background-color: #F5F5F5;
  position: relative;
  background-image:
    url(../images/common/bg-gray-circle.webp),
    url(../images/top/bg.webp);
  background-repeat: repeat-y, repeat;
  background-position: center 32rem, left top;
  background-size: 140rem auto, auto;
  border-bottom-left-radius: 5rem;
  border-bottom-right-radius: 5rem;
  padding-bottom: 10rem;
  z-index: 11;
}

.our-service__container {
  max-width: 140rem;
}

#glow_canvas {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
  background-color: rgba(0, 0, 0, 0);
  z-index: 9999;
}

#glow_canvas.our-service {
  mix-blend-mode: multiply;
}

.read__copy-wrap #glow_canvas {
  opacity: 0 !important;
  visibility: hidden !important;
}

.our-service__title {
  width: 70rem;
  padding: 5rem 0 5rem 18rem;
  font-size: clamp(1.2rem, 0.64rem + 2.8vw, 4rem);
  margin: -5rem 0 10rem -15rem;
  position: absolute;
  z-index: 10;
  color: #fff;
  background: linear-gradient(45deg, rgba(25, 146, 203, 1) 0%, rgba(102, 45, 145, 1) 100%);
  font-family: futura-pt, sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.15em;
  line-height: 1;
}

.our-service__title::before {
  content: none;
}

.our-service__head {
  position: relative;
  background-repeat: no-repeat;
  background-position: right center;
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  justify-content: center;
  padding: 25rem 0;
  max-width: 130rem;
  margin: 0 auto;
}

.our-service__symbol::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70rem;
  height: 70rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url('../images/top/service-symbol1.svg');
  z-index: 10;
  opacity: 1;
}

.our-service__symbol {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 70rem;
  height: 70rem;
}

.symbol-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  opacity: 0;
}

/* 画像を順番にフェードイン */
.layer-2 {
  background-image: url('../images/top/service-symbol2.webp');
  animation: fadeLayer 5s ease-in-out infinite 0s;
  z-index: 5;
}

.layer-3 {
  background-image: url('../images/top/service-symbol3.webp');
  animation: fadeLayer 5s ease-in-out infinite 1.5s;
  z-index: 4;
}

.layer-4 {
  background-image: url('../images/top/service-symbol4.webp');
  animation: fadeLayer 5s ease-in-out infinite 2.5s;
  z-index: 3;
}

.layer-5 {
  background-image: url('../images/top/service-symbol5.webp');
  animation: fadeLayer 5s ease-in-out infinite 3.5s;
  z-index: 2;
}

@keyframes fadeLayer {
  0% {
    opacity: 0;
    transform: scale(0.97);
  }

  /* 少し小さくしてゆっくり現れる */
  20% {
    opacity: 0.6;
    transform: scale(1);
  }

  /* 半透明でふわっと出現 */
  40% {
    opacity: 1;
  }

  /* 完全に表示 */
  85% {
    opacity: 1;
  }

  /* しっかり表示をキープ */
  95% {
    opacity: 0.5;
  }

  /* ゆるやかにフェードアウト開始 */
  100% {
    opacity: 0;
    transform: scale(1.03);
  }

  /* ゆっくり消えていく */
}


.our-service__copy__wrap {}

.our-service__copy {
  font-family: shippori-antique, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: clamp(1.6rem, 1.16rem + 2.2vw, 3.8rem);
  padding-bottom: 5rem;
  line-height: 1.6;
}

.our-service .our-service__description {
  font-size: clamp(1.1rem, 0.952rem + 0.74vw, 1.6rem);
  line-height: 2.2;
}

.our-service__section-title.with-title h2 {
  font-size: clamp(1.4rem, 1.2rem + 1vw, 2.4rem);
  background-color: #FFF;
  margin-bottom: 1rem;
  display: inline-block;
  padding: 2rem 5rem;
  position: relative;
}

.our-service__section-title.with-title h2::before {
  content: "";
  position: absolute;
  top: -5.5rem;
  left: -5rem;
  background-image: url("../images/common/with-bk.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  width: 19.7rem;
  height: 10.7rem;
}

.our-service__section-title.en {
  display: flex;
}

.our-service__section-title.en h2 {
  font-family: futura-pt, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: clamp(1.4rem, 0.985rem + 2.07vw, 2.8rem);
}

.our-service__section-title.en p {
  font-size: clamp(1.1rem, 0.952rem + 0.74vw, 1.6rem);
  line-height: 2;
  margin-left: 2rem;
}

.our-service__group .our-service__section-title.right {
  display: flex;
  justify-content: flex-end;
}

.our-service__group {
  position: relative;
  z-index: 1;
}

.our-service__box {
  background-color: #FFF;
  display: flex;
  justify-content: space-between;
  margin-bottom: 11rem;
}

.our-service__box.right {
  flex-direction: row-reverse;
}

.our-service__text {
  width: 52%;
  padding: 5rem 0 5rem 10rem;
}

.our-service__box.right .our-service__text {
  width: 45%;
  padding: 5rem 0 5rem 0;
}

.our-service__image {
  width: calc(48% + 15rem);
  aspect-ratio: 675 / 350;
  margin: -4rem -15rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.our-service__image-logo {
  width: 32.5% !important;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.our-service__text-title {
  font-size: clamp(1.4rem, 1rem + 2vw, 3.4rem);
  padding-bottom: 1rem;
}

.our-service__text-title span {
  font-family: futura-pt, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: clamp(1.1rem, 0.952rem + 0.74vw, 1.6rem);
  color: #B3B3B3;
  display: block;
  margin-bottom: 2rem;
}

.our-service__text-body {
  font-size: clamp(1.1rem, 0.952rem + 0.74vw, 1.6rem);
  line-height: 2;
  padding-bottom: 5rem;
}

.our-service__clients {
  text-align: center;
}

.our-service__clients .container {
  width: 90%;
  max-width: 100%;
}

.our-service__clients ul {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 3rem 2rem;
  margin: 5rem auto;
}

.our-service__clients li img {
  width: 100%;
}

.our-service__more {
  font-family: futura-pt, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: clamp(1.8rem, 1.622rem + 0.89vw, 2.4rem);
  padding: 1rem 0 6rem;
}

.read {
  margin-top: -5rem;
  position: relative;
}

.read__copy-wrap {
  overflow: hidden;
}

.read__copy {
  background-image: url("../images/top/open-space.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  width: 100%;
  padding-top: 56.857%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-attachment: fixed;
}

.read__copy img {
  width: 22vw;
  min-width: 45rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.read__inner {
  padding: 15rem 0 20rem;
  max-width: 196rem;
  margin: 0 auto;
  position: relative;
  color: #fff;
}

.read__inner::after {
  content: "";
  position: absolute;
  width: 50%;
  background-color: #262626;
  opacity: 0.8;
  bottom: 0;
  left: 0;
  height: 9rem;
}

.read-news {
  color: #fff;
  position: relative;
  z-index: 2;
  padding: 20rem 0 0;
}

.read-news .container {
  max-width: 100rem;
}

.read-media-wrap .container {
  max-width: 78rem;
}

.read-news .container,
.read-blog {
  display: flex;
  justify-content: space-between;
  gap: 8rem;
}

.read-blog {
  background: #fff;
  border-radius: 1rem;
  padding: 3rem;
  border: 1px solid rgb(22 24 35 / 12%);
}

.read__news .container {
  flex-direction: row-reverse;
}

.read__section-header {
  font-family: futura-pt, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: clamp(2rem, 1.881rem + 0.59vw, 2.4rem);
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

a.read__section-link {
  font-size: clamp(1.2rem, 1.12rem + 0.4vw, 1.6rem);
  border-bottom: 1px solid #fff;
  display: block;
  padding-bottom: 0.5rem;
}

.read-blog a.read__section-link {
  border-bottom: 1px solid #000;
}

.read-news a.read__section-link {
  color: #fff;
}

.read-blog a.read__section-link {
  color: #000;
}

.read__list {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
}

.read__news-list {
  border-bottom: 1px solid #4D4D4D;
}

.read__news-item {
  border-top: 1px solid #4D4D4D;
  width: 100%;
}

.read__news-item li {
  border-bottom: 1px solid #4D4D4D;
  flex-grow: 1;
}

.read__news-item a {
  padding: 2.5rem 8rem 2.5rem 2.5rem;
  display: block;
  position: relative;
  overflow: hidden;
  transition: background-color 0.35s cubic-bezier(0.3, 1.6, 0.5, 1);
  z-index: 1;
  color: #FFF;
}

.read__news-item a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, rgba(25, 146, 203, 1) 0%, rgba(102, 45, 145, 1) 100%);
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out;
  z-index: -1;
}

.read__news-item a:hover::before {
  visibility: visible;
  opacity: 1;
}

.read__news-item a::after {
  content: "";
  position: absolute;
  right: 2rem;
  top: 50%;
  transform: translateY(-50%);
  background-image: url("../images/common/circle-arrow.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  width: 3rem;
  height: 3rem;
  z-index: 2;
}

.read__news-item a:hover {
  opacity: 1;
}

.read__section-title {
  font-size: clamp(1.1rem, 0.952rem + 0.74vw, 1.6rem);
  line-height: 1.8;
}

.read__section-date {
  font-family: futura-pt, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: clamp(1rem, 0.96rem + 0.2vw, 1.2rem);
  display: block;
  padding: 1rem 0 0;
  display: block;
  color: rgba(255, 255, 255, 0.3);
}

.read__section-list .read__section-date {
  padding: 0 0 1rem;
  color: rgba(0, 0, 0, 0.3);
}

.read-media-wrap {
  background: #f2f2f2;
  color: #000;
  padding: 13rem 0 17rem;
}

.read-media__blog,
.read-media__sns {
  margin-bottom: 6rem;
}

.read__blog {
  position: relative;
  z-index: 2;
}

.read-blog a {
  color: #000;
}

.read__section-category {
  display: block;
  padding: 0 0 2rem;
  font-weight: 600;
}

.read__section-title {
  display: block;
  padding: 2rem 0 0;
  font-feature-settings: "palt";
}

.read__section-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4rem;
}

.read__section-item {}

.read__section-item a {
  font-size: clamp(1.1rem, 0.952rem + 0.74vw, 1.6rem);
  padding-bottom: 2rem;
  border-bottom: 1px solid #4D4D4D;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  height: 100%;
}

.read__section-item a:hover {
  border-bottom: 1px solid #666;
  opacity: 1;
}

.read__section-thumb-wrap {
  position: relative;
  overflow: hidden;
  display: block;
}

.read__section-thumb-wrap::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1;
  transition: opacity 0.6s ease;
  pointer-events: none;
}

.read__section-item a:hover .read__section-thumb-wrap::before {
  opacity: 0;
}

.read__section-thumb {
  width: 100%;
  filter: grayscale(100%);
  transform: scale(1);
  transition: filter 0.6s ease, transform 0.6s ease;
  will-change: transform;
  display: block;
  position: relative;
  z-index: 0;
}

.read__section-item a:hover .read__section-thumb {
  filter: grayscale(0%);
}

.recruit {
  color: #fff;
  text-align: center;
  background-color: #141414;
  border-top-left-radius: 5rem;
  border-top-right-radius: 5rem;
  margin-top: -5rem;
}

.recruit .recruit__wrap {
  max-width: 196rem;
  margin: 0 auto;
  position: relative;
  padding-bottom: 25rem;
}

.recruit__wrap::before,
.recruit__wrap::after {
  content: "";
  position: absolute;
  background-color: #262626;
  opacity: 0.8;
  height: 120rem;
}

.recruit__wrap::before {
  top: 10rem;
  left: 0;
  width: 50%;
  height: 89rem;
}

.recruit__wrap::after {
  bottom: 18rem;
  right: 0;
  width: 65%;
  height: 43rem;
}

.recruit__container {
  max-width: 140rem;
  z-index: 1;
  position: relative;
  padding-top: 18rem;
}

.recruit__label {
  font-size: clamp(1.1rem, 0.359rem + 3.7vw, 3.6rem);
}

.recruit__title {
  font-size: clamp(1.2rem, 0.64rem + 2.8vw, 4rem);
  font-family: shippori-antique, sans-serif;
  font-weight: 400;
  padding: 2rem 0 3rem;
  white-space: nowrap;
}

.recruit__list {
  display: flex;
  padding: 13rem 0 5rem;
}

.recruit__item:nth-child(2),
.recruit__item:nth-child(5) {
  margin-top: 9rem;
}

.recruit__item:nth-child(4) {
  margin-top: -9rem;
}

.sns {
  background-color: #F5F5F5;
  position: relative;
  background-image:
    url(../images/common/bg-gray-circle.webp),
    url(../images/top/bg.webp);
  background-repeat: repeat-y, repeat;
  background-position: center -45rem, left top;
  background-size: 140rem auto, auto;
  color: #000;
  padding: 10rem 0;
  position: relative;
  overflow: hidden;
}

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

.sns__label {
  font-size: clamp(2rem, 1.881rem + 0.59vw, 2.4rem);
  margin-bottom: 5rem;
  text-align: center;
}

.sns__tiktok {
  margin-bottom: 3rem;
}

.sns__insta {
  margin-bottom: 3rem;
}

.tiktok-embed iframe {
  filter: brightness(1.01);
  border: none;
  border-radius: 0;
  overflow: hidden;
}

#sb_instagram {
  border: 1px solid rgb(22 24 35 / 12%);
  border-radius: 8px;
  box-sizing: border-box;
  overflow: hidden;
  padding: 0px 20px 20px;
  position: relative;
}

#sb_instagram .sb_instagram_header,
.sb_instagram_header {
  padding: 5px 0;
}

#sb_instagram #sbi_load {
  position: absolute;
  right: 0;
  top: -26px;
}

#sb_instagram #sbi_images {
  padding: 0;
}

.sns__col--tiktok .tiktok-embed {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0;
}

#sb_instagram .sbi_follow_btn {
  position: absolute;
  top: 35px;
  right: 20px;
}

.footer-img__wrap {
  position: relative;
  overflow: hidden;
  height: auto;
  max-height: 100rem;
  filter: grayscale(10%) brightness(90%);
}


.footer-img__marquee {
  display: flex;
  position: absolute;
  bottom: calc(-1 * 5.5rem);
  left: 0;
  right: 0;
  line-height: 1;
  z-index: 2;
  pointer-events: none;
}

.marquee__content {
  display: flex;
  animation: marquee 100s linear infinite;
}

.marquee__text {
  font-family: futura-pt, sans-serif;
  font-weight: 700;
  font-size: clamp(5rem, 3.311rem + 8.44vw, 10.7rem);
  padding-right: 50px;
  color: white;
  display: inline-block;
  white-space: nowrap;
  line-height: 1;
}

@keyframes marquee {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-100%);
  }
}

.marquee__text span {
  color: transparent;
  -webkit-text-stroke: 1px white;
}

.main-visual__video {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  z-index: 0;
  pointer-events: none;
}

.main-visual__video::before {
  content: '';
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(135deg,
      rgba(0, 0, 0, 0.2),
      rgba(0, 0, 0, 0.2) 1px,
      transparent 1px,
      transparent 1px);
  pointer-events: none;
  z-index: 2;
}

.main-visual__video video {
  position: absolute;
  top: 0;
  width: 100vw;
  height: 100vh;
  object-fit: cover;
}

.main-visual__video img {
  width: 100%;
}

.footer {
  border-top: 0;
  background-color: #0a0a0a;
  background-image:
    url(../images/common/bg-black-circle.webp);
  background-repeat: repeat-y;
  background-position: center -30rem;
  background-size: 160rem auto;
  z-index: 1;
}

.footer__container {}

/* PC */
@media (max-aspect-ratio: 16/9) {
  .main-visual__video iframe {
    width: auto;
    height: 100vh;
    min-width: 177.78vh;
  }
}


@media (max-width: 1920px) {
  .with-ec__logo {
    max-width: 35.8rem;
  }
}

@media (max-width: 1440px) {
  .with-ec {
    min-height: 100%;
    padding: 0;
  }

  .with-ec::before {
    top: -4%;
  }

  .with-ec::after {
    bottom: -25%;
  }

  .our-service {
    background-position: center 20%, left top;
  }
}

@media (max-width: 1280px) {}

@media (max-width: 1024px) {
  .our-service__title {
    width: 50%;
    padding: 2rem;
    margin: -5rem 0 0 -6%;
    text-align: center;
  }

  .our-service__copy {
    padding-bottom: 2rem;
  }

  .our-service__head {
    padding: 7rem 0 0;
  }

  .our-service .head img {
    width: 80%;
    margin: -2rem auto 0;
  }

  .with-ec__images {
    opacity: 0.6;
    min-height: 40rem;
  }

  .our-service__section-title.with-title h2::before {
    top: -4rem;
    left: -1rem;
    width: 10rem;
    height: 6rem;
  }

  .our-service__symbol {
    position: relative;
    right: auto;
    top: 1rem;
    transform: none;
    width: 100%;
    height: 40rem;
    margin-top: -4rem;
  }

  .our-service__symbol::before {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transform: none;
    background-size: contain;
  }

  .symbol-layer {
    background-size: contain;
  }

  .our-service__box {
    flex-flow: wrap;
    flex-direction: column-reverse !important;
    margin-bottom: 8rem;
  }

  .our-service__image {
    margin: 0;
    width: 100%;
  }

  .our-service__text {
    width: 100% !important;
    padding: 3rem !important;
  }

  a.more-btn {
    margin: 0 auto;
  }

  .our-service__section-title.en {
    display: block;
  }

  .our-service__section-title.en p {
    padding-bottom: 4rem;
  }

  .our-service__clients ul {
    grid-template-columns: repeat(3, 1fr);
  }

  .our-service {
    padding-bottom: 7rem;
  }

  .read__wrap .container {
    flex-flow: column;
  }

  .read__wrap .read__news .container {
    flex-direction: column;
    justify-items: flex-start;
    gap: 5rem;
  }

  .read__inner {
    padding: 6rem 0;
  }

  .read__section-header {
    text-align: left;
    margin: 0 auto;
    flex: auto;
    flex-direction: row;
    width: calc(100% - 4rem);
  }

  .read__news {
    padding-bottom: 5vh;
  }
}

/* Tablet */
@media only screen and (max-width: 768px) {
  .glitch-text {
    width: 68%;
  }

  .glitch-text text {
    filter: none;
  }

  .scroll-indicator {
    bottom: 2rem;
    right: 1rem;
    font-size: 1rem;
  }

  .scroll-indicator__arrow {
    width: 5px;
    height: 5px;
  }

  .with-ec .with-ec__logo {
    width: 80%;
    max-width: 20rem;
  }


  .with-ec::before {
    width: 1px;
    height: 8rem;
    top: -10%;
  }

  .with-ec::after {
    width: 1px;
    height: 8rem;
    bottom: -18rem;
  }

  .with-ec__description {
    top: 60%;
  }

  .with-ec__container {
    margin: 15rem auto 25rem;
  }

  .with-ec__container::before {
    top: -5rem;
    height: 20rem;
    background-position: bottom;
  }

  .with-ec__container::after {
    bottom: -7rem;
    height: 20rem;
    background-position: bottom;
  }

  .with-ec__images::before {
    padding-top: 120%;
  }

  .with-ec__image:nth-child(1) {}

  .with-ec__image:nth-child(2) {}

  .with-ec__image:nth-child(3) {}

  .with-ec__image:nth-child(4) {}

  .with-ec__image:nth-child(5) {
    width: 19%;
    top: 53%;
  }

  .with-ec__image:nth-child(6) {
    left: 8%;
    bottom: 8%;
  }

  .with-ec__image:nth-child(7) {
    left: -2%;
    bottom: -9%;
  }

  .with-ec__image:nth-child(8) {
    bottom: -11%;
    right: 37%;
  }

  .with-ec__image:nth-child(9) {
    bottom: 13%;
    right: 12%;
  }

  .with-ec__image:nth-child(10) {
    width: 18%;
    bottom: -19%;
  }

  .our-mission__text {
    text-align: left;
  }

  a.btn::after {
    background-position: right;
    width: 4.3rem;
    right: -2rem;
  }

  .our-service__text-body {
    line-height: 1.8;
    padding-bottom: 2rem;
  }

  .our-service__text-body br {
    display: none;
  }

  .our-service__clients ul {
    gap: 1rem;
    margin: 3rem auto 1rem;
  }

  .our-service__clients .container {
    width: 100%;
  }

  .our-mission {
    padding-top: 7rem;
  }

  .read__news-item a {
    padding: 2rem 1rem;
  }

  .read__copy {
    background-size: contain;
    background-attachment: scroll;
  }

  .read__copy img {
    width: 60vw;
    min-width: inherit;
  }

  .read__news-item a::after {
    content: none;
  }

  .read__blog .read__list {
    flex-flow: column;
  }

  .read__blog li a {
    padding: 2rem;
  }

  .read__blog .read__list li {
    width: 100%;
  }

  .read__blog li a .read__section-title {
    width: 100%;
  }

  .read__inner::after {
    content: none;
  }

  .read__section-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }

  .read__section-item {
    width: 100%;
  }

  .recruit__item:nth-child(2),
  .recruit__item:nth-child(5) {
    margin-top: 3rem;
  }

  .recruit__item:nth-child(4) {
    margin-top: -3rem;
  }

  .recruit__list {
    padding: 2rem 0 4rem;
  }

  .read__wrap .container {
    gap: 3rem;
  }

  .read__news-item .read__section-item:nth-child(n+3),
  .read__section-list .read__section-item:nth-child(n+3) {
    display: none;
  }

  .sns__label {
    margin-bottom: 3rem;
  }

  .sns {
    padding: 5rem 0;
  }

  .sns__col--insta {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .sns__col--tiktok {
    flex: 1;
    max-width: 100%;
  }

  .our-service {
    background-size: 100vw auto, auto;
    background-position: center 10vw, left top;
    padding-bottom: 6rem;
    border-bottom-left-radius: 2rem;
    border-bottom-right-radius: 2rem;
  }

  .read__wrap {
    background-size: 100vw auto;
    background-position: center 10vw;
  }

  .sns {
    background-size: 100vw auto, auto;
    background-position: center -25vw, left top;
    padding: 8rem 0;
  }

  .footer-img__wrap {
    max-height: 20rem;
  }

  .marquee__text {
    font-size: clamp(3rem, 2.407rem + 2.96vw, 5rem);
  }

  .read-news {
    padding: 10rem 0 0;
  }

  .read-news .container,
  .read-blog {
    flex-wrap: wrap;
    gap: 3rem;
  }

  .recruit .recruit__wrap {
    padding-bottom: 10rem;
  }

  .recruit__wrap::before,
  .recruit__wrap::after {
    height: 40%;
  }

  .read-media-wrap {
    padding: 5rem 0;
  }

  .footer-img__marquee {
    bottom: calc(-1 * 2rem);
  }

  .footer {
    padding-top: 3rem;
  }

  .our-service__more {
    padding: 3rem 0 4rem;
  }

  .our-service__section-title.with-title h2 {
    padding: 1.5rem 3rem;
    margin-bottom: 2rem;
  }

  .our-service__group .our-service__section-title {
    margin-top: 1rem;
  }

  .our-service__section-title.en p {
    padding-bottom: 0rem;
  }

  .recruit__container {
    padding-bottom: 3rem;
  }

  .read__section-item a {
    padding-bottom: 1rem;
  }
}

/* Smartphone */
@media (max-width: 480px) {
  .scroll-indicator__text {
    margin-bottom: -0.5rem;
  }

  #sb_instagram .sb_instagram_header h3,
  .sb_instagram_header h3 {
    display: none;
  }

  .our-service__title {
    margin: -5rem 0 0 -9%;
  }

  .our-service__head {
    padding: 6rem 0 0;
  }
}