.background-set,
#top .news dl.top::before,
.hero-photos__img,
.circle-container::before,
.circle-container.service::before,
.circle-container.view::before {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.content-width {
  margin: 0 auto;
  max-width: 1916px;
}
.frog {
  transform-origin: center bottom;
  animation: yurayura 2s linear infinite;
  animation-delay: 3s;
}
@keyframes yurayura {
  0%,
  100% {
    transform: rotate(5deg);
  }
  50% {
    transform: rotate(-5deg);
  }
}
@keyframes yurayura-200 {
  0%,
  100% {
    transform: rotate(10deg);
  }
  50% {
    transform: rotate(-10deg);
  }
}
.shiny {
  position: relative;
  overflow: hidden;
}
.shiny::after {
  content: "";
  position: absolute;
  top: -100px;
  left: -100px;
  width: 50px;
  height: 50px;
  background-image: linear-gradient(
    100deg,
    rgba(255, 255, 255, 0) 10%,
    rgb(255, 255, 255) 100%,
    rgba(255, 255, 255, 0) 0%
  );
  animation-name: shiny;
  animation-duration: 2s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
}
@keyframes shiny {
  0% {
    transform: scale(0) rotate(25deg);
    opacity: 0;
  }
  30% {
    transform: scale(0) rotate(25deg);
    opacity: 0;
  }
  50% {
    transform: scale(1) rotate(25deg);
    opacity: 1;
  }
  100% {
    transform: scale(50) rotate(25deg);
    opacity: 0;
  }
}
.fadeIn {
  animation: fadeIn 1s ease-in-out 1 normal forwards;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.circle-text.js-1,
.circle-text.js-2 {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  height: 200px;
  font-size: 16px;
  text-align: center;
  margin: 0;
}
.circle-text.js-1 span,
.circle-text.js-2 span {
  color: #707070;
  position: absolute;
  top: 0;
  left: calc(50% - 15px);
  display: inline-block;
  width: 30px;
  height: 100px;
  transform-origin: center bottom;
}
.circle-text.js-1 span {
  animation: slideText 36s linear infinite;
}
.circle-text.js-2 span {
  color: #fff;
  animation: slideText 30s linear infinite;
}
@keyframes slideText {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.circle-text.js-1 span:nth-child(1) {
  transform: rotate(0deg);
  animation-delay: 0s;
}
.circle-text.js-1 span:nth-child(2) {
  transform: rotate(10deg);
  animation-delay: -1s;
}
.circle-text.js-1 span:nth-child(3) {
  transform: rotate(20deg);
  animation-delay: -2s;
}
.circle-text.js-1 span:nth-child(4) {
  transform: rotate(30deg);
  animation-delay: -3s;
}
.circle-text.js-1 span:nth-child(5) {
  transform: rotate(40deg);
  animation-delay: -4s;
}
.circle-text.js-1 span:nth-child(6) {
  transform: rotate(50deg);
  animation-delay: -5s;
}
.circle-text.js-1 span:nth-child(7) {
  transform: rotate(60deg);
  animation-delay: -6s;
}
.circle-text.js-1 span:nth-child(8) {
  transform: rotate(70deg);
  animation-delay: -7s;
}
.circle-text.js-1 span:nth-child(9) {
  transform: rotate(80deg);
  animation-delay: -8s;
}
.circle-text.js-1 span:nth-child(10) {
  transform: rotate(90deg);
  animation-delay: -9s;
}
.circle-text.js-1 span:nth-child(11) {
  transform: rotate(100deg);
  animation-delay: -10s;
}
.circle-text.js-1 span:nth-child(12) {
  transform: rotate(110deg);
  animation-delay: -11s;
}
.circle-text.js-1 span:nth-child(13) {
  transform: rotate(120deg);
  animation-delay: -12s;
}
.circle-text.js-1 span:nth-child(14) {
  transform: rotate(130deg);
  animation-delay: -13s;
}
.circle-text.js-1 span:nth-child(15) {
  transform: rotate(140deg);
  animation-delay: -14s;
}
.circle-text.js-1 span:nth-child(16) {
  transform: rotate(150deg);
  animation-delay: -15s;
}
.circle-text.js-1 span:nth-child(17) {
  transform: rotate(160deg);
  animation-delay: -16s;
}
.circle-text.js-1 span:nth-child(18) {
  transform: rotate(170deg);
  animation-delay: -17s;
}
.circle-text.js-1 span:nth-child(19) {
  transform: rotate(180deg);
  animation-delay: -18s;
}
.circle-text.js-1 span:nth-child(20) {
  transform: rotate(190deg);
  animation-delay: -19s;
}
.circle-text.js-1 span:nth-child(21) {
  transform: rotate(200deg);
  animation-delay: -20s;
}
.circle-text.js-1 span:nth-child(22) {
  transform: rotate(210deg);
  animation-delay: -21s;
}
.circle-text.js-1 span:nth-child(23) {
  transform: rotate(220deg);
  animation-delay: -22s;
}
.circle-text.js-1 span:nth-child(24) {
  transform: rotate(230deg);
  animation-delay: -23s;
}
.circle-text.js-1 span:nth-child(25) {
  transform: rotate(240deg);
  animation-delay: -24s;
}
.circle-text.js-1 span:nth-child(26) {
  transform: rotate(250deg);
  animation-delay: -25s;
}
.circle-text.js-1 span:nth-child(27) {
  transform: rotate(260deg);
  animation-delay: -26s;
}
.circle-text.js-1 span:nth-child(28) {
  transform: rotate(270deg);
  animation-delay: -27s;
}
.circle-text.js-1 span:nth-child(29) {
  transform: rotate(280deg);
  animation-delay: -28s;
}
.circle-text.js-1 span:nth-child(30) {
  transform: rotate(290deg);
  animation-delay: -29s;
}
.circle-text.js-1 span:nth-child(31) {
  transform: rotate(300deg);
  animation-delay: -30s;
}
.circle-text.js-1 span:nth-child(32) {
  transform: rotate(310deg);
  animation-delay: -31s;
}
.circle-text.js-1 span:nth-child(33) {
  transform: rotate(320deg);
  animation-delay: -32s;
}
.circle-text.js-1 span:nth-child(34) {
  transform: rotate(330deg);
  animation-delay: -33s;
}
.circle-text.js-1 span:nth-child(35) {
  transform: rotate(340deg);
  animation-delay: -34s;
}
.circle-text.js-1 span:nth-child(36) {
  transform: rotate(350deg);
  animation-delay: -35s;
}
.circle-text.js-2 span:nth-child(1) {
  transform: rotate(0deg);
  animation-delay: 0s;
}
.circle-text.js-2 span:nth-child(2) {
  transform: rotate(12deg);
  animation-delay: -1s;
}
.circle-text.js-2 span:nth-child(3) {
  transform: rotate(24deg);
  animation-delay: -2s;
}
.circle-text.js-2 span:nth-child(4) {
  transform: rotate(36deg);
  animation-delay: -3s;
}
.circle-text.js-2 span:nth-child(5) {
  transform: rotate(48deg);
  animation-delay: -4s;
}
.circle-text.js-2 span:nth-child(6) {
  transform: rotate(60deg);
  animation-delay: -5s;
}
.circle-text.js-2 span:nth-child(7) {
  transform: rotate(72deg);
  animation-delay: -6s;
}
.circle-text.js-2 span:nth-child(8) {
  transform: rotate(84deg);
  animation-delay: -7s;
}
.circle-text.js-2 span:nth-child(9) {
  transform: rotate(96deg);
  animation-delay: -8s;
}
.circle-text.js-2 span:nth-child(10) {
  transform: rotate(108deg);
  animation-delay: -9s;
}
.circle-text.js-2 span:nth-child(11) {
  transform: rotate(120deg);
  animation-delay: -10s;
}
.circle-text.js-2 span:nth-child(12) {
  transform: rotate(132deg);
  animation-delay: -11s;
}
.circle-text.js-2 span:nth-child(13) {
  transform: rotate(144deg);
  animation-delay: -12s;
}
.circle-text.js-2 span:nth-child(14) {
  transform: rotate(156deg);
  animation-delay: -13s;
}
.circle-text.js-2 span:nth-child(15) {
  transform: rotate(168deg);
  animation-delay: -14s;
}
.circle-text.js-2 span:nth-child(16) {
  transform: rotate(180deg);
  animation-delay: -15s;
}
.circle-text.js-2 span:nth-child(17) {
  transform: rotate(192deg);
  animation-delay: -16s;
}
.circle-text.js-2 span:nth-child(18) {
  transform: rotate(204deg);
  animation-delay: -17s;
}
.circle-text.js-2 span:nth-child(19) {
  transform: rotate(216deg);
  animation-delay: -18s;
}
.circle-text.js-2 span:nth-child(20) {
  transform: rotate(228deg);
  animation-delay: -19s;
}
.circle-text.js-2 span:nth-child(21) {
  transform: rotate(240deg);
  animation-delay: -20s;
}
.circle-text.js-2 span:nth-child(22) {
  transform: rotate(252deg);
  animation-delay: -21s;
}
.circle-text.js-2 span:nth-child(23) {
  transform: rotate(264deg);
  animation-delay: -22s;
}
.circle-text.js-2 span:nth-child(24) {
  transform: rotate(276deg);
  animation-delay: -23s;
}
.circle-text.js-2 span:nth-child(25) {
  transform: rotate(288deg);
  animation-delay: -24s;
}
.circle-text.js-2 span:nth-child(26) {
  transform: rotate(300deg);
  animation-delay: -25s;
}
.circle-text.js-2 span:nth-child(27) {
  transform: rotate(312deg);
  animation-delay: -26s;
}
.circle-text.js-2 span:nth-child(28) {
  transform: rotate(324deg);
  animation-delay: -27s;
}
.circle-text.js-2 span:nth-child(29) {
  transform: rotate(336deg);
  animation-delay: -28s;
}
.circle-text.js-2 span:nth-child(30) {
  transform: rotate(348deg);
  animation-delay: -29s;
}
.circle-container {
  z-index: 10;
}
.circle-container {
  top: 0;
  left: 100px;
}
.circle-container::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  background-image: url(../../images/icon/arrow-down3.png);
  background-size: contain;
  width: 20px;
  height: 30px;
}
.circle-container.service {
  right: 130px;
  top: -100px;
}
@media screen and (min-width: 768px) {
  .circle-container.service {
    right: 200px;
  }
}
@media screen and (min-width: 1024px) {
  .circle-container.service {
    right: 30%;
    transform: translateX(-50%);
  }
}
.circle-container.service::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  background-image: url(../images/icon/arrow-down3.png);
  background-size: contain;
  width: 20px;
  height: 30px;
}
.circle-container.view {
  z-index: 20;
  bottom: 200px;
  left: 35%;
  transform: translateX(-50%);
}
.circle-container.view::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  background-image: url(/images/icon/arrow-right.png);
  background-size: contain;
  width: 20px;
  height: 30px;
}
.term-design #archive .content__inner.textWrap {
  overflow: visible;
  padding: 3% 0 20%;
}
.over-hidden {
  overflow: hidden;
}
.link-top {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  text-align: center;
}
.com-tag {
  width: 50px;
  height: 30px;
  border-radius: 30px;
  background-color: #428fcd;
  color: #fff;
  font-size: 11px;
  overflow: hidden;
}
.com-tag .t-coding {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.com-tag .t-works {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: #3b9b3b;
}
#top .features::before {
  display: none;
}
#top .features {
  padding-top: 10%;
}
#top .features h2 {
  width: -moz-fit-content;
  width: fit-content;
}
#top .features__ttl {
  max-width: 1150px;
}
#top .features__inner {
  padding: 0 0 150px;
}
@media screen and (min-width: 768px) {
  #top .features__inner {
    padding: 0% 0 25%;
    width: 100%;
    max-width: 100%;
  }
}
.active #top .news::before {
  opacity: 1;
  transition: 0.5s;
}
#top .news {
  position: relative;
  margin-bottom: 30%;
  line-height: 1.7;
}
@media screen and (min-width: 768px) {
  #top .news {
    margin-bottom: 10%;
  }
}
#top .news::before {
  opacity: 0;
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: -40px;
  left: 0;
  border-style: solid;
  border-width: 40px 100vw 0 0;
  border-color: rgba(0, 0, 0, 0) #fff rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}
#top .news h2 {
  font-size: 28px;
}
#top .news img {
  bottom: 0;
  right: 0;
}
@media screen and (min-width: 768px) {
  #top .news dl {
    flex-direction: row;
    -moz-column-gap: 30px;
    column-gap: 30px;
  }
}
#top .news dt {
  -moz-column-gap: 15px;
  column-gap: 15px;
}
#top .news button {
  border: 1px solid #000;
  position: absolute;
  bottom: -70px;
  left: 50px;
  padding: 10px;
}
#top .news button:hover {
  transition: 0.5s;
  cursor: pointer;
  opacity: 0.7;
}
@media screen and (min-width: 768px) {
  #top .news button {
    left: 50%;
    transform: translateX(-50%);
  }
}
#top .news__inner {
  padding: 60px 0;
  max-width: 1150px;
  height: 450px;
  overflow: hidden;
  transition: 0.5s;
}
@media screen and (min-width: 768px) {
  #top .news__inner {
    height: 425px;
  }
}
#top .news__wrap {
  row-gap: 30px;
}
@media screen and (min-width: 768px) {
  #top .news__wrap {
    width: 80%;
  }
}
@media screen and (min-width: 1024px) {
  #top .works__inner {
    padding: 10% 0;
  }
}
#top .works__box:nth-of-type(4) .works__img {
  order: 2;
}
#top .works__box:nth-of-type(4) .works__txt {
  order: 1;
}
.coding {
  position: relative;
}
.coding img.i-cont {
  padding-top: 10%;
  top: 0;
  right: 0;
}
.coding h2 {
  font-size: clamp(50px, 5vw, 60px);
}
.coding h2::before {
  content: "coding";
}
.coding::before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: -40px;
  left: 0;
  border-style: solid;
  border-width: 40px 100vw 0 0;
  border-color: rgba(0, 0, 0, 0) #fff rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}
.coding h3 {
  text-align: center;
  width: 100%;
  font-size: 1.5rem;
  color: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}
.coding__inner {
  max-width: 1150px;
  padding: 50px 0;
}
@media screen and (min-width: 768px) {
  .coding__inner {
    padding: 15% 0;
  }
}
.coding__box {
  row-gap: 30px;
}
@media screen and (min-width: 768px) {
  .coding__box {
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.coding__box .coding__img:nth-of-type(1)::before {
  content: "テキストアニメーション";
}
.coding__box .coding__img:nth-of-type(2)::before {
  content: "Lightbox2";
}
.coding__box .coding__img:nth-of-type(3)::before {
  content: "おしゃれなボタン";
}
.coding__box .coding__img:nth-of-type(4)::before {
  content: "おしゃれなデザイン";
}
.coding__box .coding__img:nth-of-type(5)::before {
  content: "Web Gl";
}
.coding__box .coding__img:nth-of-type(6)::before {
  content: "日本地図";
}
.coding__box .coding__img:nth-of-type(7)::before {
  content: "スライダー";
}
.coding__box .coding__img:nth-of-type(8)::before {
  content: "自動翻訳機能";
}
.coding__box .coding__img:nth-of-type(9)::before {
  content: "Shopify";
}
.coding__img {
  aspect-ratio: 1/0.8;
  cursor: pointer;
  overflow: hidden;
  border-radius: 30px;
  transition: 0.5s;
}
.coding__img:hover::before {
  opacity: 1;
}
.coding__img:hover a {
  filter: brightness(0.5);
}
.coding__img:hover img {
  transform: scale(1.2);
}
.coding__img::before {
  transition: 0.5s;
  font-size: 1.5rem;
  color: #fff;
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  opacity: 0;
}
@media screen and (min-width: 768px) {
  .coding__img {
    width: 32%;
  }
}
.coding__img a {
  transition: 0.5s;
  width: 100%;
  height: 100%;
}
.coding__img a:hover {
  opacity: 1;
}
.coding__img img {
  transition: 0.5s;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
#top .about {
  color: #fff;
  background-color: #333;
}
#top .about a {
  color: #fff;
}
#top .about h2 {
  background: linear-gradient(-45deg, #000, #fff);
  background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  -webkit-background-clip: text;
  margin-left: auto;
}
#top .about h2::before {
  background: linear-gradient(-45deg, #000, #fff);
  background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  -webkit-background-clip: text;
  opacity: 0.2;
}
#top .about::before {
  border-color: rgba(0, 0, 0, 0) #333 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}
#top .about .line::after {
  background: #fff;
}
.hero-photos.tax {
  position: relative;
}
.hero-photos.tax h2 {
  line-height: 1.7;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 2rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.hero-photos.tax .hero-photos__inner.vanta {
  height: 600px;
}
#archive .content canvas {
  width: 100%;
  height: 100%;
}
#archive .content__link {
  max-width: -moz-fit-content;
  max-width: fit-content;
  line-height: 2;
  margin-bottom: 30px;
}
#archive .content__link a {
  max-width: -moz-fit-content;
  max-width: fit-content;
}
#archive .content__link-txt-animation {
  max-width: 1150px;
  margin: 0 auto;
}
#archive .content__nav {
  line-height: 1.7;
}
#archive .content__nav h2 {
  font-size: 1.5rem;
  margin-bottom: 30px;
}
#archive .content__nav a {
  text-decoration: underline;
}
#archive .content__nav ul {
  flex-wrap: wrap;
  -moz-column-gap: 20px;
  column-gap: 20px;
  margin-bottom: 30px;
}
#archive .content__nav-inner {
  padding-top: 5%;
  max-width: 1150px;
}
#archive .content__nav-link a {
  width: -moz-fit-content;
  width: fit-content;
}
#archive .content__inner {
  overflow: hidden;
  padding: 50px 0;
  max-width: 1150px;
}
@media screen and (min-width: 768px) {
  #archive .content__inner {
    padding: 3% 0 10%;
  }
}
#archive .content__box {
  row-gap: 30px;
}
@media screen and (min-width: 768px) {
  #archive .content__box {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
#archive .content__img {
  cursor: pointer;
  aspect-ratio: 1/0.8;
}
@media screen and (min-width: 768px) {
  #archive .content__img {
    width: 31%;
  }
}
#archive .content__img-star {
  margin-left: auto;
}
#archive .content__img a {
  width: 100%;
  height: 100%;
}
#archive .content__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
#archive .content__case {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 50vh;
  background: #356f4a;
  padding: 5%;
}
#archive .content__case::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(rgb(92, 187, 68), rgb(49, 133, 167));
  -webkit-clip-path: circle(40% at right 70%);
  clip-path: circle(40% at right 70%);
}
#archive .content__case::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(#3883c0, #3b9b3b);
  -webkit-clip-path: circle(60% at 10% 10%);
  clip-path: circle(60% at 10% 10%);
}
#archive .content__btn {
  align-items: center;
  row-gap: 30px;
}
#archive .content__btn a:nth-child(1) {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 300px;
  height: 50px;
  text-align: center;
  background: #428fcd;
  color: #fff;
}
#archive .content__btn a:nth-child(2) {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 300px;
  height: 50px;
  text-align: center;
  background: #428fcd;
  color: #fff;
}
#archive .content__btn a:nth-child(3) {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 300px;
  height: 50px;
  text-align: center;
  background: #428fcd;
  color: #fff;
}
#archive .content__btn a:nth-child(4) {
  width: 300px;
  height: 50px;
}
#archive .content__btn a:nth-child(4) span {
  background: #428fcd;
}
#archive .content__3d {
  margin: 0 auto;
  position: absolute;
  top: 0;
  color: #fff;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  width: 100%;
  height: 10vh;
}
#archive .content__3d h2 {
  font-size: 2rem;
}
#archive .content__3d ul {
  font-size: 20px;
  list-style: none;
  display: flex;
}
#archive .content__3d ul a {
  text-decoration: none;
  display: inline-block;
  margin: 0 20px;
  color: #fff;
}
#archive .card {
  width: 380px;
  height: 600px;
  box-shadow: 20px 20px 50px rgba(0, 0, 0, 0.5);
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.1);
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  z-index: 1;
}
#archive .card .content {
  padding: 20px;
  text-align: center;
  transform: translateY(200px);
  opacity: 0;
  transition: 0.5s;
}
#archive .card:hover .content {
  transform: translateY(0px);
  opacity: 1;
}
#archive .card .content h2 {
  position: absolute;
  top: -80px;
  right: 30px;
  font-size: 8em;
  color: rgba(255, 255, 255, 0.1);
  pointer-events: none;
}
#archive .card .content h3 {
  font-size: 1.8em;
  color: #fff;
  z-index: 1;
}
#archive .card .content p {
  font-size: 1em;
  color: #fff;
  font-weight: 300;
}
#archive .card .content a {
  display: inline-block;
  padding: 8px 20px;
  margin-top: 15px;
  background-color: #fff;
  color: #000;
  border-radius: 20px;
  text-decoration: none;
  font-weight: 500;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}
#archive .main-ttl {
  line-height: 2;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 50px;
}
#archive .main-ttl.overflow-hidden {
  overflow: hidden;
}
#archive h3 {
  font-size: 1.2rem;
  font-weight: bold;
}
#archive h3 span {
  will-change: transform;
  font-weight: bold;
  font-size: 30px;
  display: inline-block;
}
#archive .line {
  width: 100%;
  display: block;
  border: 0.5px solid #0c1c24;
}
#archive .line-center {
  width: 100%;
  display: block;
  border: 0.5px solid #0c1c24;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
#archive .line-right {
  width: 100%;
  display: block;
  border: 0.5px solid #0c1c24;
  position: absolute;
  right: 0;
  bottom: 0;
}
#archive .hero-3d {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  color: #fff;
  transform: translate(-50%, -50%);
}
#archive .hero-3d h1 {
  font-size: 100px;
  padding: 0px;
}
#archive .hero-3d p {
  font-size: 30px;
}
#archive .hero-3d button {
  font-size: 20px;
  font-weight: 500;
  margin: 30px;
  padding: 20px 40px;
  background-color: rgba(0, 0, 0, 0);
  color: #fff;
  border: 1px solid #fff;
  transition: 0.4s;
  cursor: pointer;
}
#archive .hero-3d button::hover {
  color: #000;
  background: #fff;
  border: 1px solid #000;
}
html,
body {
  scroll-behavior: auto;
}
.gtranslate_wrapper {
  margin-bottom: 30px;
}
.gt_selector {
  padding: 10px;
}
.wp-block-group {
  line-height: 1.7;
}
.wp-block-group h2 {
  font-size: 1.5rem;
  margin-bottom: 30px;
}
.wp-block-group p {
  line-height: 2.5;
  margin-bottom: 30px;
}
.wp-block-group__inner-container {
  width: 95%;
  padding: 50px 0;
  max-width: 1150px;
  margin: 0 auto;
}
.term-3d #archive .content__inner {
  padding: 0;
  margin-top: 5%;
}
.collection {
  line-height: 1.7;
  background-color: rgba(35, 35, 35, 0.1);
}
.collection dt {
  -moz-column-gap: 10px;
  column-gap: 10px;
}
.collection__inner {
  padding: 5% 0;
  max-width: 1150px;
}
.collection__wrap {
  justify-content: space-between;
  align-items: flex-start;
}
.collection__cat,
.collection__tag,
.collection__news {
  width: 31%;
}
.collection__news-wrap {
  row-gap: 20px;
}
.tag-link__box {
  text-decoration: underline;
  -moz-column-gap: 10px;
  column-gap: 10px;
  line-height: 2.5;
  flex-wrap: wrap;
}
.privacy-policy .header__flex.s-none {
  width: 95%;
}
.privacy-policy .mobile-menu__btn.s-none span {
  background: #333;
}
.privacy-policy .content {
  line-height: 1.7;
}
.privacy-policy .content__inner {
  max-width: 1150px;
}
.privacy-policy .wp-block-group__inner-container {
  padding: 50px 0;
  display: flex;
  flex-direction: column;
  row-gap: 30px;
}
.term-design .container {
  position: relative;
  width: 100%;
  height: 200px;
  overflow: hidden;
}
.term-design video {
  margin-left: -30%;
  width: 130%;
}
.term-design h4 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  background: #fff;
  font-size: clamp(5rem, -0.515rem + 24.51vw, 11.25rem);
  font-family: "Impact";
  mix-blend-mode: screen;
}
@media screen and (min-width: 768px) {
  .term-design h4 {
    font-size: 180px;
  }
}
.term-design .content-skew {
  width: 400px;
  height: 400px;
  line-height: 1.7;
  overflow: hidden;
}
.term-design .content-skew:hover .content-skew__inner::before {
  transform: translateX(100%) skew(45deg);
}
.term-design .content-skew:hover .content-skew__inner::after {
  transform: translateX(-100%) skew(-135deg);
}
.term-design .content-skew:hover .content-skew__txt {
  opacity: 0;
}
.term-design .content-skew h2 {
  font-size: 2rem;
  font-weight: 700;
}
.term-design .content-skew img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.term-design .content-skew__inner {
  position: relative;
}
.term-design .content-skew__inner::before,
.term-design .content-skew__inner::after {
  content: "";
  position: absolute;
  width: 200%;
  height: 200%;
  background: #000;
  transition: 0.5s ease-out;
}
.term-design .content-skew__inner::before {
  right: 0;
  bottom: 0;
  background: #ccd3ca;
  transform: skew(45deg);
}
.term-design .content-skew__inner::after {
  right: 0;
  top: 0;
  background: #b5c0d0;
  transform: skew(-135deg);
}
.term-design .content-skew__txt {
  opacity: 1;
  transition: 0.5s ease-out;
  color: #333;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
}
.term-design .content-skew__txt-inner {
  padding-top: 50px;
  width: 90%;
  margin: 0 auto;
}
.term-btn #archive .com-btn {
  overflow: hidden;
}
.term-btn #archive .com-btn a {
  background-color: #000;
  width: 100%;
  height: 100%;
}
.term-btn .com-btn {
  width: 100%;
  max-width: 177px;
  height: 46px;
  display: flex;
  align-items: center;
  border-radius: 30px;
  transition: 0.3s;
  border: 1px solid #000;
  background-color: #000;
}
@media screen and (min-width: 1024px) {
  .term-btn .com-btn {
    border-radius: 50px;
    height: 74px;
    max-width: 233px;
  }
  .term-btn .com-btn span.absolute {
    height: 48px;
    right: -30px;
    width: 48px;
  }
}
.term-btn .com-btn:hover .com-btn__txt span {
  color: #fff;
}
.term-btn .com-btn:hover .com-btn__txt span:nth-child(1) {
  opacity: 0;
  transform: translateY(-20px);
  transition: 0.7s cubic-bezier(0.15, 0.85, 0.45, 1), opacity 0.7s;
  position: absolute;
}
.term-btn .com-btn:hover .com-btn__txt span:nth-child(2) {
  position: static;
  opacity: 1;
  transform: none;
  transition: transform 0.7s cubic-bezier(0.15, 0.85, 0.45, 1), opacity 0.7s;
}
.term-btn .com-btn:hover .com-btn__box {
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .term-btn .com-btn:hover .com-btn__box span.circle {
    transform: scale(6);
  }
}
@media screen and (min-width: 1024px) {
  .term-btn .com-btn:hover .com-btn__box span.circle {
    transform: scale(10);
  }
}
.term-btn .com-btn:hover .com-btn__box span.arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  opacity: 1;
  visibility: visible;
  transition-delay: 0.3s;
  color: #fff;
  border: 1px solid #fff;
}
@media screen and (min-width: 768px) {
  .term-btn .com-btn:hover .com-btn__box span.arrow {
    width: 30px;
    height: 30px;
  }
}
@media screen and (min-width: 1024px) {
  .term-btn .com-btn:hover .com-btn__box span.arrow {
    width: 50px;
    height: 50px;
  }
}
.term-btn .com-btn__inner {
  display: flex;
  align-items: center;
  width: 60%;
  height: 100%;
  margin: 0 auto;
}
.term-btn .com-btn__txt {
  color: #fff;
  overflow: hidden;
  font-size: 11px;
}
@media screen and (min-width: 1024px) {
  .term-btn .com-btn__txt {
    font-size: 15px;
  }
}
.term-btn .com-btn__txt span:nth-child(1) {
  opacity: 1;
  transform: translateY(0);
  transition: transform 0.7s cubic-bezier(0.15, 0.85, 0.45, 1), opacity 0.7s;
}
.term-btn .com-btn__txt span:nth-child(2) {
  opacity: 0;
  position: absolute;
  transform: translateY(20px);
  transition: transform 0.7s cubic-bezier(0.15, 0.85, 0.45, 1), opacity 0.7s;
}
.term-btn .com-btn__box {
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 29px;
  height: 29px;
  top: 50%;
  transform: translateY(-50%);
  right: -20px;
}
.term-btn .com-btn__box span.circle {
  background-color: #000;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  transition: 0.5s;
}
.term-btn .com-btn__box span.arrow {
  opacity: 0;
  color: #fff;
  transition: opacity 0.5s;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  visibility: hidden;
  z-index: 1;
}
.term-design .wp-block-group {
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 95%;
  margin: 0 auto;
  background-color: #fff;
}
.term-design .wp-block-group .circle-container {
  left: 200px;
}
.term-design .code-btn-start-3 {
  position: absolute;
  bottom: -200px;
  left: 0;
}
@media screen and (min-width: 1024px) {
  .term-design .code-btn-start-3 {
    bottom: 0;
  }
}
.term-design #archive .content__inner.textWrap {
  margin-bottom: 300px;
}
@media screen and (min-width: 1024px) {
  .term-design #archive .content__inner.textWrap {
    margin-bottom: 10%;
  }
}
.code__cover {
  z-index: -1;
  visibility: hidden;
  opacity: 0;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3764705882);
  transition: 0.5s;
}
.code-open-1 .code__cover {
  opacity: 1;
  visibility: visible;
  z-index: 9000;
  transition: 0.5s;
}
.code-open-1 .wp-block-group {
  visibility: visible;
  opacity: 1;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
  width: 95%;
  margin: 0 auto;
  background-color: #fff;
}
.code-open-1 .wp-block-group__inner-container {
  height: 90vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.code-open-1 #code-body-1 {
  display: block;
}
.code-open-2 .code__cover {
  opacity: 1;
  visibility: visible;
  z-index: 9000;
  transition: 0.5s;
}
.code-open-2 .wp-block-group {
  visibility: visible;
  opacity: 1;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
  width: 95%;
  margin: 0 auto;
  background-color: #fff;
}
.code-open-2 .wp-block-group__inner-container {
  height: 90vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.code-open-2 #code-body-2 {
  display: block;
}
.code-open-3 .code__cover {
  opacity: 1;
  visibility: visible;
  z-index: 9000;
  transition: 0.5s;
}
.code-open-3 .wp-block-group {
  visibility: visible;
  opacity: 1;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
  width: 95%;
  margin: 0 auto;
  background-color: #fff;
}
.code-open-3 .wp-block-group__inner-container {
  height: 90vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.code-open-3 #code-body-3 {
  display: block;
}
.code-open-4 .code__cover {
  opacity: 1;
  visibility: visible;
  z-index: 9000;
  transition: 0.5s;
}
.code-open-4 .wp-block-group {
  visibility: visible;
  opacity: 1;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
  width: 95%;
  margin: 0 auto;
  background-color: #fff;
}
.code-open-4 .wp-block-group__inner-container {
  height: 90vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.code-open-4 #code-body-4 {
  display: block;
}
.code-open-5 .code__cover {
  opacity: 1;
  visibility: visible;
  z-index: 9000;
  transition: 0.5s;
}
.code-open-5 .wp-block-group {
  visibility: visible;
  opacity: 1;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
  width: 95%;
  margin: 0 auto;
  background-color: #fff;
}
.code-open-5 .wp-block-group__inner-container {
  height: 90vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.code-open-5 #code-body-5 {
  display: block;
}
.sec-code .hcb_wrap > .prism.line-numbers,
.sec-code-html .hcb_wrap > .prism.line-numbers,
.sec-code-js .hcb_wrap > .prism.line-numbers {
  height: 50vh;
}
.timeline-001,
.timeline-002,
.timeline-003 {
  display: flex;
  justify-content: center;
  list-style-type: none;
  padding: 0;
  margin-bottom: 30px;
}
.timeline-001 li,
.timeline-002 li,
.timeline-003 li {
  display: flex;
  flex: 1 1;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 1;
  color: #969da3;
  font-size: 0.8em;
}
.timeline-001 li::before,
.timeline-002 li::before,
.timeline-003 li::before {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-bottom: 6px;
  content: "";
  border: 2px solid #d6dde3;
  border-radius: 50%;
  background-color: #fff;
}
.timeline-001 li:not(:last-child)::after,
.timeline-002 li:not(:last-child)::after,
.timeline-003 li:not(:last-child)::after {
  position: absolute;
  top: 8px;
  left: 50%;
  z-index: -1;
  width: 100%;
  height: 2px;
  background-color: #d6dde3;
  content: "";
}
.timeline-001 li.prev,
.timeline-001 li.current,
.timeline-002 li.prev,
.timeline-002 li.current,
.timeline-003 li.prev,
.timeline-003 li.current {
  color: #2589d0;
}
.timeline-001 li.prev::before,
.timeline-001 li.current::before,
.timeline-002 li.prev::before,
.timeline-002 li.current::before,
.timeline-003 li.prev::before,
.timeline-003 li.current::before {
  border-color: #2589d0;
}
.timeline-001 li.current::before,
.timeline-002 li.current::before,
.timeline-003 li.current::before {
  background-color: #2589d0;
}
.timeline-002 li:nth-child(1)::after {
  background-color: #2589d0;
}
.timeline-003 li::after {
  background-color: #2589d0;
}
.term-text-animation {
  line-height: 2;
}
.term-text-animation .content__wrapper {
  max-width: 1150px;
}
@media screen and (min-width: 768px) {
  .term-text-animation .content__wrapper {
    row-gap: 50px;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media screen and (min-width: 768px) {
  .term-text-animation .content__inner {
    width: 30%;
  }
}
.term-text-animation #archive .content__inner {
  padding-left: 10px;
}
.term-slider h3.border-left {
  padding-left: 5px;
  border-left: 3px solid #3883c0;
  width: 90%;
  margin: 0 auto;
  max-width: 1150px;
  font-size: 2rem;
  margin-bottom: 30px;
}
.term-slider button.btn {
  display: flex;
  margin: 0 auto;
  margin-bottom: 100px;
}
.term-slider .swiper {
  width: 100%;
  margin-bottom: 30px;
}
.term-slider .mySwiper .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.term-slider .mySwiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.term-slider .mySwiper2 {
  width: 800px;
  margin: 0 auto;
  margin-bottom: 30px;
}
.term-slider .mySwiper3 .swiper {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 30px;
}
.term-slider .mySwiper3 .swiper-slide {
  background-position: center;
  background-size: cover;
  width: 300px;
}
.term-slider .mySwiper3 .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.term-slider .mySwiper4 .swiper-wrapper {
  transition-timing-function: linear;
}
.term-slider .mySwiper4 .swiper-slide img {
  height: auto;
  width: 100%;
}
.term-slider .autoplay-progress {
  position: absolute;
  right: 16px;
  bottom: 16px;
  z-index: 10;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  color: var(--swiper-theme-color);
}
.term-slider .autoplay-progress svg {
  --progress: 0;
  position: absolute;
  left: 0;
  top: 0px;
  z-index: 10;
  width: 100%;
  height: 100%;
  stroke-width: 4px;
  stroke: var(--swiper-theme-color);
  fill: none;
  stroke-dashoffset: calc(125.6 * (1 - var(--progress)));
  stroke-dasharray: 125.6;
  transform: rotate(-90deg);
}
.term-slider img {
  width: 100%;
  height: 100%;
}
.hcb_wrap.hcb_wrap {
  width: 100%;
}
.timeline-001,
.timeline-002,
.timeline-003 {
  width: 100%;
}
.wp-block-heading,
.wp-block-buttons {
  width: 100%;
}
.works__wrap .works__box:nth-of-type(even) .works__img {
  order: 2;
}
.works__wrap .works__box:nth-of-type(even) .works__txt {
  order: 1;
}
[data-aos="fade-up-custom"] {
  transform: translateY(10px);
  opacity: 0;
  transition-property: transform, opacity;
}
[data-aos="fade-up-custom"].aos-animate {
  opacity: 1;
  transform: none;
}
[data-aos="fade-left-custom"] {
  transform: translateX(10px);
  opacity: 0;
  transition-property: transform, opacity;
}
[data-aos="fade-left-custom"].aos-animate {
  opacity: 1;
  transform: none;
}
[data-aos="fade-right-custom"] {
  transform: translateX(-10px);
  opacity: 0;
  transition-property: transform, opacity;
}
[data-aos="fade-right-custom"].aos-animate {
  opacity: 1;
  transform: none;
}
[data-aos="flip-down-custom"] {
  opacity: 0;
  transform: rotateX(180deg);
  transition: transform 10s ease-in-out, opacity 10s ease-in-out;
}
[data-aos="flip-down-custom"].aos-animate {
  transition-delay: 0.5s;
  opacity: 1;
  transform: rotateX(0deg);
}
.blog #svg1 {
  position: absolute;
  right: 0;
  top: 0px;
}
.blog #svg2 {
  position: absolute;
  right: 0;
  top: 100px;
}
.blog #svg3 {
  position: absolute;
  left: 100px;
  bottom: 100px;
}
.blog #svg4 {
  position: absolute;
  right: 0;
  bottom: 200px;
}
.blog #svg5 {
  position: absolute;
  left: 0;
  top: 0;
}
@keyframes infinity-scroll-left {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(0);
  }
}
.img-box {
  display: flex;
  width: 100vw;
  height: 150px;
  overflow: hidden;
  justify-content: center;
  margin-bottom: 100px;
}
.img-box img {
  animation: infinity-scroll-left 60s linear 0s infinite both;
  max-width: none;
  height: 100%;
}
.circle-container {
  top: 300px;
}
@media screen and (min-width: 1024px) {
  .circle-container {
    top: 100px;
  }
}
#top .news h2 {
  max-width: -moz-fit-content;
  max-width: fit-content;
}
#top .news img {
  bottom: auto;
  right: -100%;
  top: 50%;
  transform: translateY(-50%);
}
#top .news::before {
  display: none;
}
.hero {
  transition: -webkit-clip-path 0.5s;
  transition: clip-path 0.5s;
  transition: clip-path 0.5s, -webkit-clip-path 0.5s;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
#container.active .hero {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 10vw), 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 10vw), 0 100%);
}
#top .works {
  -webkit-clip-path: polygon(0 10vw, 100% 0, 100% calc(100% - 10vw), 0 100%);
  clip-path: polygon(0 10vw, 100% 0, 100% calc(100% - 10vw), 0 100%);
  position: relative;
}

@media (min-width: 768px) {
  #top .works {
    margin-top: -200px;
  }
}
#top .coding::before {
  display: none;
}
#top .about {
  position: relative;
  -webkit-clip-path: polygon(0 10vw, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(0 10vw, 100% 0, 100% 100%, 0 100%);
}
#top .about::before {
  display: none;
}
#top .features {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 10vw), 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 10vw), 0 100%);
}
.blog #svg5 {
  width: 100%;
  height: 100%;
}
#top .about__inner {
  position: relative;
}
.main-title::before {
  transition: 0.5s;
  opacity: 0;
}
.main-title.inview::before {
  opacity: 1;
}
#top .works .main-title::before,
#top .about .main-title::before {
  transition: 0.5s;
  opacity: 0;
}
#top .works .main-title span,
#top .about .main-title span {
  opacity: 0;
  background: linear-gradient(-45deg, #000, #fff);
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  background-clip: text;
  -webkit-background-clip: text;
  margin-left: auto;
}
#top .works .main-title.inview::before,
#top .about .main-title.inview::before {
  opacity: 0.2;
}
.top-clip-box {
  width: 100%;
  height: 300px;
  background-color: #333;
  -webkit-clip-path: polygon(0 10vw, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(0 10vw, 100% 0, 100% 100%, 0 100%);
}
.bottom-clip-box {
  width: 100%;
  height: 300px;
  background-color: #333;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 10vw), 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 10vw), 0 100%);
}
.clip-box {
  width: 100%;
  height: 300px;
  background-color: #333;
  -webkit-clip-path: polygon(0 10vw, 100% 0, 100% calc(100% - 10vw), 0 100%);
  clip-path: polygon(0 10vw, 100% 0, 100% calc(100% - 10vw), 0 100%);
}
.bottom-clip-triangle {
  position: relative;
  width: 100%;
  height: 100px;
  background-color: #333;
  margin-bottom: 130px;
}
.bottom-clip-triangle::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 200px;
  background-color: #333;
  -webkit-clip-path: polygon(100% 0, 0 0%, 50% 40%);
  clip-path: polygon(100% 0, 0 0%, 50% 40%);
  bottom: -199px;
  left: 0;
  right: 0;
}
.top-naminami-box {
  position: relative;
  width: 100%;
  height: 50px;
  background: #fff;
}
.bottom-naminami-box {
  position: relative;
  width: 100%;
  height: 200px;
  background: #333;
}
.custom-shape-divider-top-1719836299 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}
.custom-shape-divider-top-1719836299 svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 150px;
}
.custom-shape-divider-top-1719836299 .shape-fill {
  fill: #fff;
}
.caption_ttl {
  border-left: 5px solid #2589d0;
  padding: 15px 0;
  padding-left: 15px;
  margin-bottom: 30px;
  font-size: 2rem !important;
}
.hero .circles {
  height: 100%;
}
#top .coding ul {
  display: none;
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: absolute;
  place-items: center;
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (min-width: 768px) {
  #top .coding ul {
    display: grid;
  }
}
#top .coding ul li {
  transform: scaleX(1);
  transform-origin: left;
  aspect-ratio: 1;
  height: 30px;
  position: relative;
  transform: rotate(45deg);
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
}
#top .news ul {
  display: none;
  overflow: hidden;
  width: 100%;
  height: 600%;
  position: absolute;
  place-items: center;
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (min-width: 768px) {
  #top .news ul {
    display: grid;
  }
}
#top .news ul li {
  transform-origin: left;
  aspect-ratio: 1;
  position: relative;
  border-radius: 50%;
}
#top .news ul li:nth-of-type(3n-1) {
  background-image: repeating-linear-gradient(
    135deg,
    rgb(110, 104, 243) 5%,
    rgb(90, 94, 233) 10%,
    rgb(255, 255, 255) 10% 15%,
    rgb(139, 137, 137) 15% 20%,
    rgb(255, 255, 255) 20% 25%
  );
  opacity: 0.5;
}
#top .news ul li:nth-of-type(3n) {
  background: none !important;
  border: 20px solid #10c0ed;
}
.md-grid {
  display: none;
}
@media screen and (min-width: 768px) {
  .md-grid {
    display: grid;
  }
}
#top .achievement ul {
  z-index: -1;
  display: none;
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: absolute;
  place-items: center;
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (min-width: 768px) {
  #top .achievement ul {
    display: grid;
  }
}
#top .achievement ul li {
  transform: scaleX(1);
  transform-origin: left;
  aspect-ratio: 1;
  height: 30px;
  position: relative;
  transform: rotate(45deg);
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
}
#top .achievement h2 span {
  opacity: 0;
}
#top .achievement h2::before {
  content: "Achievement";
}
#top .achievement h2 + p {
  bottom: -20px;
  left: 0;
  font-weight: 700;
  margin-bottom: 50px;
}
@media screen and (min-width: 1024px) {
  #top .achievement h2 + p {
    font-size: 1.5rem;
  }
}
#top .achievement h3 {
  font-weight: 700;
}
@media screen and (min-width: 1024px) {
  #top .achievement h3 {
    font-size: 1.5rem;
  }
}
#top .achievement a {
  position: relative;
  padding: 30px 0;
  width: 100%;
  align-items: center;
}
#top .achievement a::before {
  opacity: 0;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  content: "Lancers";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5215686275);
  transition: 0.3s;
}
@media screen and (min-width: 1024px) {
  #top .achievement a::before {
    font-size: 3rem;
  }
}
#top .achievement a:hover::before {
  opacity: 1;
}
#top .achievement p {
  justify-content: center;
  align-items: last baseline;
}
#top .achievement p span:nth-child(1) {
  font-family: "Montserrat";
  font-weight: 700;
  font-size: 5rem;
}
@media screen and (min-width: 1024px) {
  #top .achievement p span:nth-child(1) {
    font-size: 7rem;
  }
}
#top .achievement__inner {
  max-width: 1150px;
  padding: 100px 0;
}
@media screen and (min-width: 1024px) {
  #top .achievement__wrap {
    row-gap: 30px;
  }
}
#top
  .achievement__wrap
  .achievement__cont:nth-of-type(1)
  .achievement__box:nth-of-type(2)
  a::before {
  content: "coconala";
}
#top
  .achievement__wrap
  .achievement__cont:nth-of-type(2)
  .achievement__box:nth-of-type(1)
  a::before {
  content: "CrowdWorks";
}
#top
  .achievement__wrap
  .achievement__cont:nth-of-type(2)
  .achievement__box:nth-of-type(2)
  a::before {
  content: "MENTA";
}
@media screen and (min-width: 1024px) {
  #top .achievement__cont {
    display: flex;
    align-items: center;
    border-left: 3px solid #333;
    border-right: 3px solid #333;
  }
  #top .achievement__cont > .achievement__box:first-child {
    border-right: 3px solid #333;
  }
}
#top .achievement__box {
  border-bottom: 1px solid #333;
}
@media screen and (min-width: 1024px) {
  #top .achievement__box {
    border: none;
  }
}
@media screen and (min-width: 1024px) {
  #top .achievement__box {
    width: 50%;
  }
}
#top .achievement__box.top {
  border-top: 1px solid #333;
}
@media screen and (min-width: 1024px) {
  #top .achievement__box.top {
    border: none;
  }
}
#top .achievement__box.under {
  padding: 30px 0;
  text-align: center;
  pointer-events: none;
}
#top .achievement__box.txt {
  padding: 30px 0;
  line-height: 1.7;
}
#top .achievement__box.txt h3 {
  text-align: center;
  margin-bottom: 10px;
}
#top .achievement__txt {
  letter-spacing: 0.07em;
  width: 90%;
  margin: 0 auto;
  row-gap: 10px;
}
.header__nav {
  width: 70%;
}
.borderLine {
  width: 50%;
  display: flex;
  -moz-column-gap: 10px;
  column-gap: 10px;
}
.borderLine li {
  width: 10px;
  height: 100px;
  background-color: #000;
}
.borderLine__box {
  position: absolute;
  width: 80%;
  height: 100%;
  left: 50%;
  transform: translateX(-50%);
}
.borderLine__box ul:nth-of-type(2) {
  justify-content: flex-end;
}
.img-box2 {
  overflow: hidden;
  padding-top: 3%;
  width: 100%;
  height: 95vh;
  display: flex;
  justify-content: center;
}
.img-box2 img {
  -o-object-fit: cover;
  object-fit: cover;
}
.img-box2 .box {
  position: absolute;
  right: -65%;
  top: 30%;
  transform: translateX(-50%);
  display: flex;
  align-self: flex-end;
  width: 40%;
  height: 20%;
  -moz-column-gap: 30px;
  column-gap: 30px;
}
.img-box2 .box img:nth-child(1) {
  align-self: flex-start;
  width: 60%;
  height: 100%;
}
.img-box2 .box img:nth-child(2) {
  align-self: flex-start;
  width: 40%;
  height: 50%;
}
.img-box2 .bg-img {
  position: relative;
  width: 45vw;
  background-image: url("https://picsum.photos/4000/3000?random=4");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 200vh;
}
.img-box2 .bg-img > img:first-child {
  position: absolute;
  top: 25%;
  transform: translateY(-50%);
  left: -55%;
  width: 50%;
  height: 20%;
  align-self: center;
}
.gsap-pin {
  margin-bottom: 300px;
}
.gsap-pin h2 span {
  opacity: 0;
}
.gsap-pin h2::before {
  width: -moz-max-content;
  width: max-content;
  content: "Gsap -pin";
}
.gsap-pin span.txt {
  color: #fff;
  font-weight: 700;
  position: absolute;
  top: 25%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  font-size: clamp(16px, 3vw, 32px);
}
.gsap-pin__inner {
  max-width: 1100px;
}
.circle-num {
  align-self: flex-start;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 80px;
  width: 20%;
}
@media screen and (min-width: 768px) {
  .circle-num {
    width: auto;
    margin-bottom: 140px;
  }
}
.circle-num .num {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #333;
  font-family: "Montserrat", sans-serif;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  font-weight: 700;
}
.circle-num .circle {
  fill: none;
  stroke: #333;
  stroke-width: 2;
  stroke-dasharray: 300;
  stroke-dashoffset: 300;
}
@media screen and (min-width: 768px) {
  .circle-num .circle circle {
    r: 40;
  }
}
.works__main-ttl,
.about__main-ttl {
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
}
.works .num,
.about .num {
  color: #fff;
}
.works .circle,
.about .circle {
  stroke: #fff;
}
.achievement__main-ttl {
  width: -moz-max-content;
  width: max-content;
}
.achievement .circle-num {
  width: auto;
}
@media screen and (min-width: 768px) {
  .achievement .circle-num {
    margin-bottom: 100px;
  }
}
.fireworksDiv {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
}
#top .news dl.top {
  position: relative;
}
#top .news dl.top::before {
  display: none;
  content: "";
  background-image: url(../../images/new.gif);
  background-size: contain;
  top: 50%;
  transform: translateY(-50%);
  left: -50px;
  position: absolute;
  width: 50px;
  height: 50px;
}
@media screen and (min-width: 768px) {
  #top .news dl.top::before {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  #photos .photos h2 {
    font-size: clamp(1.5rem, 3vw, 2.5rem);
  }
}
@media screen and (min-width: 768px) {
  #photos .photos p {
    font-size: clamp(0.5rem, 1.5vw, 1rem);
  }
}
#photos .box {
  row-gap: 30px;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  #photos .box {
    justify-content: space-between;
    flex-direction: row;
    align-items: stretch;
  }
}
@media screen and (min-width: 1024px) {
  #photos .box {
    min-width: 100%;
    justify-content: space-between;
    align-items: center;
  }
  #photos .box:nth-of-type(1) {
    margin-right: 100%;
  }
}
@media screen and (min-width: 1024px) {
  #photos .photos__inner.relative {
    height: 100vh;
  }
}
#photos .photos__flex {
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  #photos .photos__flex {
    flex-direction: row;
    flex-wrap: wrap;
    row-gap: 50px;
  }
}
@media screen and (min-width: 1024px) {
  #photos .photos__flex {
    flex-wrap: nowrap;
    position: absolute;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    align-items: center;
  }
}
#photos .photos figure {
  height: auto;
}
@media screen and (min-width: 1024px) {
  #photos .photos.scroll figure {
    padding-top: 100px;
    height: 700px;
  }
}
@media screen and (min-width: 768px) {
  #photos .photos img {
    aspect-ratio: 1/0.5 !important;
  }
}
#photos .photos__case {
  align-items: stretch;
}
.hero-photos__inner {
  width: 100%;
  height: 100vh;
}
.hero-photos__img {
  background-image: url(../../images/september/img-1.08bc62085a56ba50553f.jpg);
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.hero-photos h2 {
  width: -moz-fit-content;
  width: fit-content;
  font-size: clamp(1rem, 3vw, 3rem);
}
.hero-photos h2 .cover {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #10c0ed;
  z-index: 1;
}
.hero-photos h2 .text-span {
  color: #000;
  top: 0;
  left: 0;
}
.hero-photos h2 .text-span span {
  display: inline-block;
  color: #000;
}
#swiper {
  width: 95%;
  margin: 0 auto;
  padding-bottom: 10%;
  scroll-margin: 200px;
}
@media screen and (min-width: 768px) {
  #swiper {
    width: 80%;
  }
}
#swiper h2 {
  font-size: clamp(1.2em, 2vw, 2em);
  margin-bottom: 30px;
}
.gsap-pin {
  margin-bottom: 10% !important;
}
#top .about__img.img {
  visibility: visible;
}
.home #goTop {
  display: none;
}
.footer__inner {
  padding: 30px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.footer__logo {
  max-width: 200px;
}
.borderLine__box {
  align-items: flex-end;
}
#top #price {
  scroll-margin: 150px;
}
#top .price {
  line-height: 1.7;
}
#top .price__table {
  overflow-x: auto;
  width: 100%;
  margin-bottom: 20px;
}
#top .price__inner {
  max-width: 1150px;
}
#top .price h2 {
  font-size: 1.5rem;
  margin-bottom: 30px;
}
#top .price h3 {
  width: 100%;
  font-size: 1.5rem;
  font-weight: 700;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #c8d9f7;
  min-width: 600px;
}
#top .price table {
  width: 100%;
  border-collapse: collapse;
  min-width: 600px;
}
#top .price th,
#top .price td {
  border: 1px solid #000;
  padding: 8px;
  text-align: left;
}
#top .price thead th {
  border-bottom: 2px solid #000;
}
#top .price th {
  padding: 0 10px;
  text-align: left;
  height: 40px;
  vertical-align: middle;
}
#top .price th:nth-child(1) {
  width: 30%;
}
#top .price th:nth-child(2),
#top .price th:nth-child(3) {
  width: 10%;
}
#top .price th:nth-child(4) {
  width: 50%;
}
#top .price td {
  font-size: clamp(14px, 1.2vw, 16px);
  padding: 20px 10px;
  text-align: left;
  vertical-align: middle;
}
#top .price li a {
  text-decoration: underline;
}
