@charset "UTF-8";
/* 基本設定 */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  src: url("../webfonts/Poppins-Regular.woff2") format("woff2"), url("../webfonts/Poppins-Regular.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Antonio";
  font-style: normal;
  font-weight: 100;
  src: url("../webfonts/Antonio-Thin.woff2") format("woff2"), url("../webfonts/Antonio-Thin.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  src: url("../webfonts/Inter-Regular.woff2") format("woff2"), url("../webfonts/Inter-Regular.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  src: url("../webfonts/Inter-Bold.woff2") format("woff2"), url("../webfonts/Inter-Bold.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Cormorant Garamond";
  font-style: normal;
  font-weight: 300;
  src: url("../webfonts/CormorantGaramond-Light.woff2") format("woff2"), url("../webfonts/CormorantGaramond-Light.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 300;
  src: url("../webfonts/NotoSansJP-Light.woff2") format("woff2"), url("../webfonts/NotoSansJP-Light.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  src: url("../webfonts/NotoSansJP-Regular.woff2") format("woff2"), url("../webfonts/NotoSansJP-Regular.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 500;
  src: url("../webfonts/NotoSansJP-Medium.woff2") format("woff2"), url("../webfonts/NotoSansJP-Medium.woff") format("woff");
  font-display: swap;
}
/*===================================================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

〇 GLOBAL 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
====================================================================================================*/
html {
  font-size: 62.5%;
}

@media screen and (width >= 1024px) and (width <= 1280px) {
  html {
    font-size: 60%;
  }
}
@media screen and (width >= 768px) and (width <= 1023px) {
  html {
    font-size: 56%;
  }
}
@media screen and (width <= 767px) {
  html {
    font-size: 53%;
  }
}
/*============================================
	― PC表示
=============================================*/
.pc-disblock {
  display: block;
}

.pc-disline {
  display: inline;
}

.pc-dislineblock {
  display: inline-block;
}

.pc-none {
  display: none;
}

.sp-disblock {
  display: none;
}

.sp-disline {
  display: none;
}

.sp-dislineblock {
  display: none;
}

/*============================================
      ― スマホ表示切り替え
  =============================================*/
@media screen and (max-width: 769px) {
  .pc-disblock {
    display: none;
  }
  .pc-disline {
    display: none;
  }
  .pc-dislineblock {
    display: none;
  }
  .sp-disblock {
    display: block;
  }
  .sp-disline {
    display: inline;
  }
  .sp-dislineblock {
    display: inline-block;
  }
  .sp-none {
    display: none;
  }
}
body {
  font-family: "Noto Sans JP";
  font-weight: 400;
  letter-spacing: 1px;
}

/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

◆	Stylesheet: 1024px～1280px(iPad縦からiPad横)までのモニタで適用	◆

start----------------------------------------------------------------------------*/
/* 1024px～1280px responsive-close



/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

◆	Stylesheet: 768px～1023px(iPad縦からiPad横)までのモニタで適用	◆

start----------------------------------------------------------------------------*/
/* 768px～1023px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
 □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

◆	Stylesheet: 767pxまで(スマホ)のモニタで適用	◆

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
/* 767px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/* modules */
/*============================================
	― 変数設定
=============================================*/
/* =========================================================

HERO

========================================================= */
.hero {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100vh;
}
.hero .bg {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  animation: rotate 10s infinite linear;
  background: linear-gradient(-45deg, #188ac2 0%, #20bec7 25%, #0f71aa 50%, #37d9c4 75%, #188ac2 100%);
  background-size: 400% 400%;
}
@keyframes rotate {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.hero .fv-bg-glow {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}
.hero .fv-bg-glow .glow-orb,
.hero .fv-bg-glow .glow-ring {
  position: absolute;
  border-radius: 50%;
  transform-origin: center center;
  will-change: transform, opacity;
}
.hero .fv-bg-glow .glow-orb.glow-orb--main {
  top: -8vw;
  right: -6vw;
  width: 44vw;
  aspect-ratio: 1/1;
  opacity: 0.8;
  background: radial-gradient(circle at 35% 30%, rgba(255, 255, 255, 0.22), rgba(255, 255, 255, 0.04) 38%, rgba(255, 255, 255, 0.01) 58%, rgba(255, 255, 255, 0) 72%), radial-gradient(circle at 50% 50%, rgba(122, 252, 241, 0.58) 0%, rgba(58, 248, 232, 0.42) 48%, rgba(58, 248, 232, 0.18) 68%, rgba(58, 248, 232, 0.05) 82%, rgba(58, 248, 232, 0) 100%);
  box-shadow: 0 0 40px rgba(125, 255, 242, 0.2), 0 0 90px rgba(125, 255, 242, 0.22), 0 0 160px rgba(125, 255, 242, 0.14);
  filter: blur(1px);
}
.hero .fv-bg-glow .glow-orb.glow-orb--sub {
  top: 4vw;
  right: 10vw;
  width: 18vw;
  aspect-ratio: 1/1;
  opacity: 0.35;
  background: radial-gradient(circle, rgba(130, 255, 240, 0.38) 0%, rgba(130, 255, 240, 0.12) 52%, rgba(130, 255, 240, 0) 75%);
  filter: blur(18px);
}
.hero .fv-blob {
  position: absolute;
  z-index: 2;
  pointer-events: none;
  border-radius: 50%;
  will-change: transform, opacity;
}
.hero .fv-blob.fv-blob--left-top {
  top: -12vw;
  left: -10vw;
  width: 34vw;
  aspect-ratio: 1/1;
  opacity: 0.65;
  background: radial-gradient(circle, rgba(82, 255, 236, 0.36) 0%, rgba(82, 255, 236, 0.2) 38%, rgba(82, 255, 236, 0.1) 58%, rgba(82, 255, 236, 0) 76%);
  filter: blur(12px);
  mix-blend-mode: screen;
  animation: blobFloat 8s ease-in-out infinite;
}
@keyframes blobFloat {
  0% {
    transform: translate3d(0, 0, 0) scale(1) rotate(0deg);
  }
  25% {
    transform: translate3d(18px, 10px, 0) scale(1.04) rotate(4deg);
  }
  50% {
    transform: translate3d(8px, 24px, 0) scale(0.98) rotate(0deg);
  }
  75% {
    transform: translate3d(-10px, 12px, 0) scale(1.03) rotate(-4deg);
  }
  100% {
    transform: translate3d(0, 0, 0) scale(1) rotate(0deg);
  }
}
.hero header {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  max-width: 1920px;
  margin: 0 auto;
  padding: 3rem 3% 0;
}
.hero header .logo {
  width: 200px;
  padding: 1.5rem 0 0 0;
}
.hero header .logo img {
  width: 100%;
  height: auto;
}
.hero header nav ul {
  display: flex;
  list-style-type: none;
}
.hero header nav ul li {
  padding: 1.5rem 2rem;
}
.hero header nav ul li a {
  text-decoration: none;
  color: #f3f3f3;
  font-family: "Poppins";
  font-weight: 400;
  letter-spacing: 0.2rem;
  font-size: 1.8rem;
}
.hero header nav ul li.contact {
  position: relative;
  margin: 0 0 0 2rem;
}
.hero header nav ul li.contact::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(45deg, #dcf3f9, #9ce8ee, #6ef5d4);
  opacity: 0.2;
}
.hero header nav ul li.contact a {
  position: relative;
  z-index: 1;
  font-family: "Inter";
  font-weight: 400;
  color: #157a61;
  letter-spacing: 0.3rem;
  padding: 0 4rem;
}
.hero .first-view {
  position: relative;
  z-index: 2;
  padding: 0 0 0 0;
  max-width: 1920px;
  margin: 0 auto 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.hero .first-view .inner .en-copy {
  font-family: "Inter";
  font-weight: 400;
  color: #fff;
  letter-spacing: 0.5rem;
  font-size: 13rem;
  width: 100%;
  position: relative;
  margin: 0;
  padding: 0;
  line-height: 1;
  list-style: none;
  margin: -15rem 0 0 0;
}
.hero .first-view .inner h1 {
  font-family: "Noto Sans JP";
  font-weight: 300;
  color: #fff;
  text-align: center;
  margin: 10rem 0 0 0;
}
.hero .first-view .inner h1 .main,
.hero .first-view .inner h1 .sub {
  display: block;
}
.hero .first-view .inner h1 .main {
  display: flex;
  justify-content: center;
  align-items: center;
}
.hero .first-view .inner h1 .main .en {
  font-family: "Poppins";
  letter-spacing: 0.3rem;
  padding: 0 3rem 0 0;
  font-size: 5rem;
}
.hero .first-view .inner h1 .main .jp {
  display: flex;
  align-items: center;
  font-size: 3rem;
  position: relative;
  top: 0.2rem;
}
.hero .first-view .inner h1 .main .jp::before {
  content: "";
  width: 2px;
  height: 3rem;
  background: #fff;
  text-shadow: 0px 1px 1px rgba(127, 195, 177, 0.4);
  transform: rotate(30deg);
  opacity: 0.8;
  margin: 0 3rem 0 0;
}
.hero .first-view .inner h1 .sub {
  font-size: 4rem;
}
.hero .first-view .inner .sentence {
  max-width: 1280px;
  padding: 0 2%;
  margin: 3rem auto 0;
  text-align: center;
}
.hero .first-view .inner .sentence p {
  color: #fff;
  font-size: 1.8rem;
  opacity: 0.8;
  padding: 1rem 0 1rem;
}
.hero .first-view .inner .en-letter {
  font-family: "Poppins";
  font-weight: 400;
  color: #fff;
  text-align: right;
  padding: 11rem 3% 0 60%;
  letter-spacing: 0.2rem;
  font-size: 1.3rem;
}
.hero.page {
  height: 80vh;
}
.hero.page .first-view .inner .en-copy {
  text-align: center;
  font-family: "Poppins";
}
.hero.page .first-view .inner .border {
  background: #fff;
  width: 1px;
  height: 10rem;
  padding: 0.5rem 0;
  margin: 0 auto 0;
  opacity: 0.6;
}
.hero.page .first-view .inner h1 {
  margin: 0rem 0 0 0;
}
.hero.page .first-view .inner h1 .main {
  font-size: 5rem;
}

/* -----------------------------------
Responsive: 1281–1440 (Middle PC)
----------------------------------- */
/* 1281px～1440px responsive-close */
/* -----------------------------------
Responsive: 1024–1280 (Small PC)
----------------------------------- */
@media (min-width: 1024px) and (max-width: 1280px) {
  .hero {
    width: 100%;
    height: auto;
  }
  .hero .bg {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    animation: rotate 10s infinite linear;
    background-size: 400% 400%;
  }
  @keyframes rotate {
    0% {
      background-position: 0% 50%;
    }
    50% {
      background-position: 100% 50%;
    }
    100% {
      background-position: 0% 50%;
    }
  }
  .hero .fv-bg-glow {
    inset: 0;
    pointer-events: none;
  }
  .hero .fv-bg-glow .glow-orb,
  .hero .fv-bg-glow .glow-ring {
    border-radius: 50%;
    transform-origin: center center;
    will-change: transform, opacity;
  }
  .hero .fv-bg-glow .glow-orb.glow-orb--main {
    top: -8vw;
    right: -6vw;
    width: 44vw;
    aspect-ratio: 1/1;
    opacity: 0.8;
    filter: blur(1px);
  }
  .hero .fv-bg-glow .glow-orb.glow-orb--sub {
    top: 4vw;
    right: 10vw;
    width: 18vw;
    aspect-ratio: 1/1;
    opacity: 0.35;
    filter: blur(18px);
  }
  .hero .fv-blob {
    pointer-events: none;
    border-radius: 50%;
    will-change: transform, opacity;
  }
  .hero .fv-blob.fv-blob--left-top {
    top: -12vw;
    left: -10vw;
    width: 34vw;
    aspect-ratio: 1/1;
    opacity: 0.65;
    filter: blur(12px);
    mix-blend-mode: screen;
    animation: blobFloat 8s ease-in-out infinite;
  }
  @keyframes blobFloat {
    0% {
      transform: translate3d(0, 0, 0) scale(1) rotate(0deg);
    }
    25% {
      transform: translate3d(18px, 10px, 0) scale(1.04) rotate(4deg);
    }
    50% {
      transform: translate3d(8px, 24px, 0) scale(0.98) rotate(0deg);
    }
    75% {
      transform: translate3d(-10px, 12px, 0) scale(1.03) rotate(-4deg);
    }
    100% {
      transform: translate3d(0, 0, 0) scale(1) rotate(0deg);
    }
  }
  .hero header {
    max-width: 1920px;
    margin: 0 auto;
    padding: 3rem 1.5% 0 3%;
  }
  .hero header .logo {
    width: 200px;
    padding: 1rem 0 0 0;
  }
  .hero header .logo img {
    width: 100%;
    height: auto;
  }
  .hero header nav ul {
    list-style-type: none;
  }
  .hero header nav ul li {
    padding: 1.5rem 1.5rem;
  }
  .hero header nav ul li a {
    text-decoration: none;
    letter-spacing: 0.2rem;
    font-size: 1.7rem;
  }
  .hero header nav ul li.contact {
    margin: 0 0 0 2rem;
  }
  .hero header nav ul li.contact::before {
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0.2;
  }
  .hero header nav ul li.contact a {
    letter-spacing: 0.3rem;
    padding: 0 3rem;
  }
  .hero .first-view {
    padding: 10rem 0 12rem 0;
    max-width: 100%;
    margin: 0 auto 0;
  }
  .hero .first-view .inner .en-copy {
    letter-spacing: 0.5rem;
    font-size: 10vw;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .hero .first-view .inner h1 {
    margin: 10rem 0 0 0;
  }
  .hero .first-view .inner h1 .main .en {
    letter-spacing: 0.3rem;
    padding: 0 3rem 0 0;
    font-size: 5rem;
  }
  .hero .first-view .inner h1 .main .jp {
    font-size: 3rem;
    top: 0.2rem;
  }
  .hero .first-view .inner h1 .main .jp::before {
    content: "";
    width: 2px;
    height: 3rem;
    transform: rotate(30deg);
    opacity: 0.8;
    margin: 0 3rem 0 0;
  }
  .hero .first-view .inner h1 .sub {
    font-size: 4rem;
  }
  .hero .first-view .inner .sentence {
    max-width: 1280px;
    padding: 0 3%;
    margin: 3rem auto 0;
  }
  .hero .first-view .inner .sentence p {
    font-size: 1.8rem;
    opacity: 0.8;
    padding: 1rem 0 1rem;
  }
  .hero .first-view .inner .en-letter {
    padding: 12rem 3% 0 60%;
    letter-spacing: 0.2rem;
    font-size: 1.3rem;
  }
  .hero.page {
    height: 80vh;
  }
  .hero.page .first-view .inner .en-copy {
    text-align: center;
  }
  .hero.page .first-view .inner .border {
    width: 1px;
    height: 10rem;
    padding: 0.5rem 0;
    margin: 0 auto 0;
    opacity: 0.6;
  }
  .hero.page .first-view .inner h1 {
    margin: 0rem 0 0 0;
  }
  .hero.page .first-view .inner h1 .main {
    font-size: 5rem;
  }
}
/* -----------------------------------
Responsive: 768–1023 (Tablet)
----------------------------------- */
@media (min-width: 768px) and (max-width: 1023px) {
  .hero {
    width: 100%;
    height: auto;
  }
  .hero .bg {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    animation: rotate 10s infinite linear;
    background-size: 400% 400%;
  }
  @keyframes rotate {
    0% {
      background-position: 0% 50%;
    }
    50% {
      background-position: 100% 50%;
    }
    100% {
      background-position: 0% 50%;
    }
  }
  .hero .fv-bg-glow {
    inset: 0;
    pointer-events: none;
  }
  .hero .fv-bg-glow .glow-orb,
  .hero .fv-bg-glow .glow-ring {
    border-radius: 50%;
    transform-origin: center center;
    will-change: transform, opacity;
  }
  .hero .fv-bg-glow .glow-orb.glow-orb--main {
    top: -8vw;
    right: -6vw;
    width: 44vw;
    aspect-ratio: 1/1;
    opacity: 0.8;
    filter: blur(1px);
  }
  .hero .fv-bg-glow .glow-orb.glow-orb--sub {
    top: 4vw;
    right: 10vw;
    width: 18vw;
    aspect-ratio: 1/1;
    opacity: 0.35;
    filter: blur(18px);
  }
  .hero .fv-blob {
    pointer-events: none;
    border-radius: 50%;
    will-change: transform, opacity;
  }
  .hero .fv-blob.fv-blob--left-top {
    top: -12vw;
    left: -10vw;
    width: 34vw;
    aspect-ratio: 1/1;
    opacity: 0.65;
    filter: blur(12px);
    mix-blend-mode: screen;
    animation: blobFloat 8s ease-in-out infinite;
  }
  @keyframes blobFloat {
    0% {
      transform: translate3d(0, 0, 0) scale(1) rotate(0deg);
    }
    25% {
      transform: translate3d(18px, 10px, 0) scale(1.04) rotate(4deg);
    }
    50% {
      transform: translate3d(8px, 24px, 0) scale(0.98) rotate(0deg);
    }
    75% {
      transform: translate3d(-10px, 12px, 0) scale(1.03) rotate(-4deg);
    }
    100% {
      transform: translate3d(0, 0, 0) scale(1) rotate(0deg);
    }
  }
  .hero header {
    max-width: 1920px;
    margin: 0 auto;
    padding: 3rem 1.5% 0 3%;
  }
  .hero header .logo {
    width: 200px;
    padding: 1rem 0 0 0;
  }
  .hero header .logo img {
    width: 100%;
    height: auto;
  }
  .hero header nav {
    display: none;
  }
  .hero header nav ul {
    list-style-type: none;
  }
  .hero header nav ul li {
    padding: 1.5rem 1.5rem;
  }
  .hero header nav ul li a {
    text-decoration: none;
    letter-spacing: 0.2rem;
    font-size: 1.7rem;
  }
  .hero header nav ul li.contact {
    margin: 0 0 0 2rem;
  }
  .hero header nav ul li.contact::before {
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0.2;
  }
  .hero header nav ul li.contact a {
    letter-spacing: 0.3rem;
    padding: 0 3rem;
  }
  .hero .first-view {
    padding: 10rem 0 12rem 0;
    max-width: 100%;
    margin: 0 auto 0;
  }
  .hero .first-view .inner .en-copy {
    letter-spacing: 0.5rem;
    font-size: 10.75vw;
    margin: 0;
    padding: 0;
    list-style: none;
    min-height: 10.75vw;
  }
  .hero .first-view .inner h1 {
    margin: 10rem 0 0 0;
  }
  .hero .first-view .inner h1 .main .en {
    letter-spacing: 0.3rem;
    padding: 0 3rem 0 0;
    font-size: 5rem;
  }
  .hero .first-view .inner h1 .main .jp {
    font-size: 3rem;
    top: 0.2rem;
  }
  .hero .first-view .inner h1 .main .jp::before {
    content: "";
    width: 2px;
    height: 3rem;
    transform: rotate(30deg);
    opacity: 0.8;
    margin: 0 3rem 0 0;
  }
  .hero .first-view .inner h1 .sub {
    font-size: 4rem;
  }
  .hero .first-view .inner .sentence {
    max-width: 1280px;
    padding: 0 3%;
    margin: 3rem auto 0;
  }
  .hero .first-view .inner .sentence p {
    font-size: 1.8rem;
    opacity: 0.8;
    padding: 1rem 0 1rem;
  }
  .hero .first-view .inner .en-letter {
    padding: 12rem 3% 0 60%;
    letter-spacing: 0.2rem;
    font-size: 1.3rem;
  }
  .hero.page {
    height: 80vh;
  }
  .hero.page .first-view .inner .en-copy {
    text-align: center;
  }
  .hero.page .first-view .inner .border {
    width: 1px;
    height: 10rem;
    padding: 0.5rem 0;
    margin: 0 auto 0;
    opacity: 0.6;
  }
  .hero.page .first-view .inner h1 {
    margin: 10rem 0 0 0;
  }
  .hero.page .first-view .inner h1 .main .en {
    letter-spacing: 0.3rem;
    padding: 0 3rem 0 0;
    font-size: 5rem;
  }
  .hero.page .first-view .inner h1 .main .jp {
    font-size: 3rem;
    top: 0.2rem;
  }
  .hero.page .first-view .inner h1 .main .jp::before {
    content: "";
    width: 2px;
    height: 3rem;
    transform: rotate(30deg);
    opacity: 0.8;
    margin: 0 3rem 0 0;
  }
  .hero.page .first-view .inner h1 .sub {
    font-size: 4rem;
  }
}
/* -----------------------------------
Responsive: ～767 (Mobile)
---------------------------------- */
@media (max-width: 767px) {
  .hero {
    width: 100%;
    height: auto;
  }
  .hero .bg {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    animation: rotate 10s infinite linear;
    background-size: 400% 400%;
  }
  @keyframes rotate {
    0% {
      background-position: 0% 50%;
    }
    50% {
      background-position: 100% 50%;
    }
    100% {
      background-position: 0% 50%;
    }
  }
  .hero .fv-bg-glow {
    inset: 0;
    pointer-events: none;
  }
  .hero .fv-bg-glow .glow-orb,
  .hero .fv-bg-glow .glow-ring {
    border-radius: 50%;
    transform-origin: center center;
    will-change: transform, opacity;
  }
  .hero .fv-bg-glow .glow-orb.glow-orb--main {
    top: -8vw;
    right: -6vw;
    width: 44vw;
    aspect-ratio: 1/1;
    opacity: 0.8;
    filter: blur(1px);
  }
  .hero .fv-bg-glow .glow-orb.glow-orb--sub {
    top: 4vw;
    right: 10vw;
    width: 18vw;
    aspect-ratio: 1/1;
    opacity: 0.35;
    filter: blur(18px);
  }
  .hero .fv-blob {
    pointer-events: none;
    border-radius: 50%;
    will-change: transform, opacity;
  }
  .hero .fv-blob.fv-blob--left-top {
    top: -12vw;
    left: -10vw;
    width: 34vw;
    aspect-ratio: 1/1;
    opacity: 0.65;
    filter: blur(12px);
    mix-blend-mode: screen;
    animation: blobFloat 8s ease-in-out infinite;
  }
  @keyframes blobFloat {
    0% {
      transform: translate3d(0, 0, 0) scale(1) rotate(0deg);
    }
    25% {
      transform: translate3d(18px, 10px, 0) scale(1.04) rotate(4deg);
    }
    50% {
      transform: translate3d(8px, 24px, 0) scale(0.98) rotate(0deg);
    }
    75% {
      transform: translate3d(-10px, 12px, 0) scale(1.03) rotate(-4deg);
    }
    100% {
      transform: translate3d(0, 0, 0) scale(1) rotate(0deg);
    }
  }
  .hero header {
    max-width: 1920px;
    margin: 0 auto;
    padding: 2rem 1.5% 0 3%;
  }
  .hero header .logo {
    width: 50vw;
    padding: 1rem 0 0 0;
  }
  .hero header .logo img {
    width: 100%;
    height: auto;
  }
  .hero header nav {
    display: none;
  }
  .hero header nav ul {
    list-style-type: none;
  }
  .hero header nav ul li {
    padding: 1.5rem 1.5rem;
  }
  .hero header nav ul li a {
    text-decoration: none;
    letter-spacing: 0.2rem;
    font-size: 1.7rem;
  }
  .hero header nav ul li.contact {
    margin: 0 0 0 2rem;
  }
  .hero header nav ul li.contact::before {
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0.2;
  }
  .hero header nav ul li.contact a {
    letter-spacing: 0.3rem;
    padding: 0 3rem;
  }
  .hero .first-view {
    padding: 5rem 0 12rem 0;
    max-width: 100%;
    margin: 0 auto 0;
  }
  .hero .first-view .inner .en-copy {
    letter-spacing: 0.5rem;
    font-size: 15vw;
    margin: 0;
    padding: 0 0 0 0;
    list-style: none;
    line-height: 1.1;
    padding: 0 0 0 2rem;
  }
  .hero .first-view .inner h1 {
    margin: 8rem 0 0 0;
  }
  .hero .first-view .inner h1 .main .en {
    letter-spacing: 0.2rem;
    padding: 0 2rem 0 0;
    font-size: 4rem;
  }
  .hero .first-view .inner h1 .main .jp {
    font-size: 3rem;
    top: 0.2rem;
  }
  .hero .first-view .inner h1 .main .jp::before {
    content: "";
    width: 2px;
    height: 3rem;
    transform: rotate(30deg);
    opacity: 0.8;
    margin: 0 3rem 0 0;
  }
  .hero .first-view .inner h1 .sub {
    font-size: 5vw;
  }
  .hero .first-view .inner .sentence {
    max-width: 100%;
    padding: 0 6%;
    margin: 6rem auto 0;
  }
  .hero .first-view .inner .sentence p {
    text-align: left;
    font-size: 3.75vw;
    opacity: 0.8;
    padding: 1.5rem 0 1.5rem;
  }
  .hero .first-view .inner .sentence p br {
    display: none;
  }
  .hero .first-view .inner .en-letter {
    padding: 6rem 3% 0 40%;
    letter-spacing: 0.2rem;
    line-height: 1.6;
    font-size: 2.5vw;
  }
  .hero.page {
    height: 80vh;
  }
  .hero.page .first-view .inner .en-copy {
    text-align: center;
  }
  .hero.page .first-view .inner .border {
    width: 1px;
    height: 10rem;
    padding: 0.5rem 0;
    margin: 0 auto 0;
    opacity: 0.6;
  }
  .hero.page .first-view .inner h1 {
    margin: 10rem 0 0 0;
  }
  .hero.page .first-view .inner h1 .main .en {
    letter-spacing: 0.3rem;
    padding: 0 3rem 0 0;
    font-size: 5rem;
  }
  .hero.page .first-view .inner h1 .main .jp {
    font-size: 3rem;
    top: 0.2rem;
  }
  .hero.page .first-view .inner h1 .main .jp::before {
    content: "";
    width: 2px;
    height: 3rem;
    transform: rotate(30deg);
    opacity: 0.8;
    margin: 0 3rem 0 0;
  }
  .hero.page .first-view .inner h1 .sub {
    font-size: 4rem;
  }
}
/* =========================================================

ENTETRY-LINKS

========================================================= */
.entry-links {
  max-width: 1480px;
  margin: 0 auto 0;
  padding: 100px 2% 100px 2%;
}
.entry-links .title h2 {
  font-weight: 500;
  text-align: center;
  font-size: 45px;
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.entry-links .title h2 br {
  display: none;
}
.entry-links .title h2::before, .entry-links .title h2::after {
  content: "";
  width: 3px;
  height: 4rem;
  background: #399baa;
  position: relative;
  top: -1rem;
  border-radius: 10px;
}
.entry-links .title h2::before {
  transform: rotate(-30deg);
  margin: 0 3rem 0 0;
}
.entry-links .title h2::after {
  transform: rotate(30deg);
  margin: 0 0 0 3rem;
}
.entry-links .title h2 .color {
  background: linear-gradient(45deg, #1c9f85 10%, #1a6dbb 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.entry-links .title .sentence {
  margin: 1rem 0 0 0;
}
.entry-links .title .sentence p {
  font-size: 1.8rem;
  text-align: center;
  color: #414141;
}
.entry-links ul {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
}
.entry-links ul li {
  width: 48.5%;
  box-shadow: rgba(162, 207, 193, 0.4) 0 7px 29px 0;
  margin: 50px 0 0 0;
}
.entry-links ul li a {
  color: #fff;
  display: flex;
  height: 100%;
  position: relative;
}
.entry-links ul li a .back {
  position: absolute;
  font-family: "Antonio";
  color: #fff;
  font-size: 11rem;
  line-height: 0.9;
  opacity: 0.4;
}
.entry-links ul li a .thumb {
  width: 40%;
}
.entry-links ul li a .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.entry-links ul li a .text {
  height: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  padding: 8rem 5rem 3rem;
}
.entry-links ul li a .text h3 {
  font-weight: 500;
  color: #fff;
  font-size: 25px;
}
.entry-links ul li a .text .sentence {
  padding: 10px 0 20px 0;
  font-size: 16px;
}
.entry-links ul li a .text .link-button {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 10px 10px 10px;
  border: solid 2px #fff;
  width: 70%;
  margin: 6rem 0 0 30%;
}
.entry-links ul li a .text .link-button .catch {
  font-size: 18px;
  padding: 0 10px 0 0;
}
.entry-links ul li a .text .link-button img {
  width: 30px;
  height: auto;
}
.entry-links ul li.exterior a {
  background: linear-gradient(45deg, #0155c3 0%, #0acb9b 100%);
}
.entry-links ul li.exterior a .back {
  right: 0;
  top: 0;
}
.entry-links ul li.exterior a .thumb {
  clip-path: polygon(0 0, 62% 0, 100% 100%, 0% 100%);
}
.entry-links ul li.brand a {
  background: linear-gradient(45deg, #15bca0 10%, #dcdc15 100%);
}
.entry-links ul li.brand a .back {
  left: 0;
  top: 0;
  opacity: 0.2;
}
.entry-links ul li.brand a .thumb {
  clip-path: polygon(34% 0, 100% 0, 100% 100%, 0% 100%);
}

/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

◆	Stylesheet: 1024px～1280px(小型PC)までのモニタで適用	◆

start----------------------------------------------------------------------------*/
@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .entry-links {
    max-width: 1480px;
    margin: 0 auto 0;
    padding: 100px 2% 100px 2%;
  }
  .entry-links .title h2 {
    text-align: center;
    font-size: 42px;
    position: relative;
    display: flex;
    justify-content: center;
  }
  .entry-links .title h2::before, .entry-links .title h2::after {
    content: "";
    width: 3px;
    height: 45px;
    background: #399baa;
    position: relative;
    border-radius: 10px;
    top: -0.5rem;
  }
  .entry-links .title h2::before {
    transform: rotate(-40deg);
    left: -20px;
  }
  .entry-links .title h2::after {
    transform: rotate(40deg);
    right: -20px;
  }
  .entry-links .title h2 .color {
    color: #399baa;
  }
  .entry-links .title p {
    font-size: 17px;
    text-align: center;
  }
  .entry-links ul li {
    width: 49%;
    margin: 50px 0 0 0;
  }
  .entry-links ul li a {
    height: 100%;
  }
  .entry-links ul li a .back {
    font-size: 60px;
    line-height: 0.9;
    opacity: 0.4;
  }
  .entry-links ul li a .thumb {
    width: 40%;
  }
  .entry-links ul li a .thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .entry-links ul li a .text {
    height: 100%;
    width: 100%;
    padding: 30px 3rem 30px 3rem;
  }
  .entry-links ul li a .text h3 {
    font-size: 24px;
  }
  .entry-links ul li a .text .sentence {
    padding: 10px 0 20px 0;
    font-size: 15px;
  }
  .entry-links ul li a .text .link-button {
    padding: 10px 10px 10px 10px;
    border: solid 2px #fff;
  }
  .entry-links ul li a .text .link-button .catch {
    font-size: 16px;
    padding: 0 10px 0 0;
  }
  .entry-links ul li a .text .link-button img {
    width: 20px;
    height: auto;
  }
} /* 1024px～1280px responsive-close */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

◆	Stylesheet: 768px～1023px(iPad縦からiPad横)までのモニタで適用	◆

start----------------------------------------------------------------------------*/
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .entry-links {
    max-width: 100%;
    margin: 0 auto 0;
    padding: 90px 4% 90px 4%;
  }
  .entry-links .title h2 {
    text-align: center;
    line-height: 1.3;
    font-size: 3.5rem;
    position: relative;
    display: flex;
    justify-content: center;
  }
  .entry-links .title h2 br {
    display: block;
  }
  .entry-links .title h2::before, .entry-links .title h2::after {
    content: "";
    width: 3px;
    height: 55px;
    background: #399baa;
    position: relative;
    border-radius: 10px;
    top: -0.5rem;
  }
  .entry-links .title h2::before {
    transform: rotate(-40deg);
    left: -20px;
  }
  .entry-links .title h2::after {
    transform: rotate(40deg);
    right: -20px;
  }
  .entry-links .title h2 .color {
    color: #399baa;
  }
  .entry-links .title p {
    font-size: 17px;
    text-align: center;
  }
  .entry-links ul {
    display: block;
  }
  .entry-links ul li {
    width: 100%;
    margin: 30px 0 0 0;
  }
  .entry-links ul li a {
    height: 100%;
  }
  .entry-links ul li a .back {
    font-size: 50px;
    line-height: 0.9;
    opacity: 0.4;
  }
  .entry-links ul li a .thumb {
    width: 40%;
  }
  .entry-links ul li a .thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .entry-links ul li a .text {
    height: 100%;
    width: 100%;
    padding: 30px 25px 30px 25px;
  }
  .entry-links ul li a .text h3 {
    font-size: 24px;
  }
  .entry-links ul li a .text .sentence {
    padding: 10px 0 20px 0;
    font-size: 15px;
  }
  .entry-links ul li a .text .link-button {
    padding: 10px 10px 10px 10px;
    border: solid 2px #fff;
  }
  .entry-links ul li a .text .link-button .catch {
    font-size: 16px;
    padding: 0 10px 0 0;
  }
  .entry-links ul li a .text .link-button img {
    width: 20px;
    height: auto;
  }
} /* 768px～1023px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
 □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

◆	Stylesheet: 767pxまで(スマホ)のモニタで適用	◆

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .entry-links {
    max-width: 100%;
    margin: 0 auto 0;
    padding: 4rem 4% 4rem 4%;
  }
  .entry-links .title h2 {
    font-size: 6vw;
  }
  .entry-links .title h2 br {
    display: block;
  }
  .entry-links .title h2::before, .entry-links .title h2::after {
    top: -0.4rem;
  }
  .entry-links .title p {
    font-size: 4vw;
    text-align: center;
  }
  .entry-links ul {
    display: block;
  }
  .entry-links ul li {
    width: 100%;
    margin: 30px 0 0 0;
  }
  .entry-links ul li a {
    height: 100%;
  }
  .entry-links ul li a .back {
    font-size: 15vw;
    line-height: 0.9;
    opacity: 0.4;
  }
  .entry-links ul li a .thumb {
    width: 40%;
  }
  .entry-links ul li a .thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .entry-links ul li a .text {
    height: 100%;
    width: 100%;
    padding: 8rem 3rem;
  }
  .entry-links ul li a .text h3 {
    font-size: 5vw;
    letter-spacing: 0;
  }
  .entry-links ul li a .text .sentence {
    padding: 10px 0 20px 0;
    font-size: 3.5vw;
  }
  .entry-links ul li a .text .link-button {
    padding: 10px 10px 10px 10px;
    border: solid 2px #fff;
  }
  .entry-links ul li a .text .link-button p {
    font-size: 16px;
    padding: 0 10px 0 0;
  }
  .entry-links ul li a .text .link-button img {
    width: 20px;
    height: auto;
  }
} /* 767px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/* =========================================================

INTRODUCTION

========================================================= */
.introduction {
  width: 100%;
  background: radial-gradient(circle at 100% 50%, rgba(111, 214, 184, 0.32) 0%, rgba(111, 214, 184, 0) 42%), radial-gradient(circle at 85% 20%, rgba(147, 226, 212, 0.22) 0%, rgba(147, 226, 212, 0) 30%), linear-gradient(90deg, #eef2f1 0%, #edf3f1 45%, #e7f4ef 100%);
  padding: 12rem 0;
  overflow: hidden;
}
.introduction .container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.introduction .container .visual {
  width: 60rem;
  position: relative;
}
.introduction .container .visual .mark {
  position: absolute;
  color: #fff;
  border-radius: 50%;
  background: linear-gradient(45deg, #84e4e9 0%, #84e9ce 55%, #b2f7e2 100%);
  box-shadow: rgba(105, 185, 169, 0.2) 0px 7px 29px 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 12.5rem;
  height: 12.5rem;
}
.introduction .container .visual .mark .catch {
  font-family: "Poppins";
  letter-spacing: 0.2rem;
  font-size: 2rem;
}
.introduction .container .visual .mark .catch.small {
  letter-spacing: 0.1rem;
  font-size: 1.7rem;
}
.introduction .container .visual .mark.fukuoka {
  background: linear-gradient(45deg, #36a5c4 0%, #4ddfb8 55%, #b2f7e2 100%);
  width: 22rem;
  height: 22rem;
  right: 15%;
  top: 0;
}
.introduction .container .visual .mark.fukuoka .catch {
  font-size: 3rem;
}
.introduction .container .visual .mark.fukuoka .sub {
  font-family: "Antonio";
  font-weight: 100;
  font-size: 1.6rem;
}
.introduction .container .visual .mark.oita {
  right: 0;
  top: 20rem;
}
.introduction .container .visual .mark.saga {
  right: 35rem;
  top: 5rem;
}
.introduction .container .visual .mark.kumamoto {
  right: 25rem;
  top: 25rem;
}
.introduction .container .visual .kyusyu {
  width: 100%;
  height: auto;
}
.introduction .container .text {
  padding: 0 0 0 10rem;
}
.introduction .container .text .en-copy {
  line-height: 1.1;
  font-family: "Antonio";
  font-weight: 100;
  letter-spacing: 0.9rem;
  font-size: 11rem;
}
.introduction .container .text .en-copy .catch {
  display: inline-block;
  background: linear-gradient(-135deg, #35bfc6 0%, #4ddfb8 55%, #a9f6df 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.introduction .container .text .sentence {
  width: 770px;
  margin: 3rem 0 0 0;
}
.introduction .container .text .sentence p {
  color: #4b4949;
  line-height: 2.2;
  padding: 1.5rem 0;
  font-size: 1.7rem;
}

/* -----------------------------------
Responsive: 1281–1440 (Middle PC)
----------------------------------- */
@media screen and (min-width: 1281px) and (max-width: 1440px) {
  .introduction {
    width: 100%;
    padding: 12rem 0;
  }
  .introduction .container .visual {
    width: 47.5vw;
  }
  .introduction .container .visual .mark {
    border-radius: 50%;
    flex-direction: column;
    width: 11.5vw;
    height: 11.5vw;
  }
  .introduction .container .visual .mark .catch {
    letter-spacing: 0.2rem;
    font-size: 1.9vw;
  }
  .introduction .container .visual .mark .catch.small {
    letter-spacing: 0.1rem;
    font-size: 1.5vw;
  }
  .introduction .container .visual .mark.fukuoka {
    width: 20vw;
    height: 20vw;
    right: 15%;
    top: -2%;
  }
  .introduction .container .visual .mark.fukuoka .catch {
    font-size: 2.8vw;
  }
  .introduction .container .visual .mark.fukuoka .sub {
    font-size: 1.5vw;
  }
  .introduction .container .visual .mark.oita {
    right: 0;
    top: 18vw;
  }
  .introduction .container .visual .mark.saga {
    right: 30vw;
    top: 5vw;
  }
  .introduction .container .visual .mark.kumamoto {
    right: 21vw;
    top: 24vw;
  }
  .introduction .container .visual .kyusyu {
    width: 100%;
    height: auto;
  }
  .introduction .container .text {
    width: calc(100% - 47.5vw);
    padding: 0 0 0 5rem;
  }
  .introduction .container .text .en-copy {
    line-height: 1.1;
    letter-spacing: 0.5rem;
    font-size: 7vw;
  }
  .introduction .container .text .sentence {
    width: 100%;
    margin: 3rem 0 0 0;
    padding: 0 3% 0 0;
  }
  .introduction .container .text .sentence p {
    line-height: 2.2;
    padding: 1.5rem 0;
    font-size: 1.6rem;
  }
} /* 1281px～1440px responsive-close */
/* -----------------------------------
Responsive: 1024–1280 (Small PC)
----------------------------------- */
@media (min-width: 1024px) and (max-width: 1280px) {
  .introduction {
    width: 100%;
    padding: 12rem 0;
  }
  .introduction .container .visual {
    width: 47.5vw;
  }
  .introduction .container .visual .mark {
    border-radius: 50%;
    flex-direction: column;
    width: 11.5vw;
    height: 11.5vw;
  }
  .introduction .container .visual .mark .catch {
    letter-spacing: 0.2rem;
    font-size: 1.9vw;
  }
  .introduction .container .visual .mark .catch.small {
    letter-spacing: 0.1rem;
    font-size: 1.5vw;
  }
  .introduction .container .visual .mark.fukuoka {
    width: 20vw;
    height: 20vw;
    right: 15%;
    top: -2%;
  }
  .introduction .container .visual .mark.fukuoka .catch {
    font-size: 2.8vw;
  }
  .introduction .container .visual .mark.fukuoka .sub {
    font-size: 1.5vw;
  }
  .introduction .container .visual .mark.oita {
    right: 0;
    top: 18vw;
  }
  .introduction .container .visual .mark.saga {
    right: 30vw;
    top: 5vw;
  }
  .introduction .container .visual .mark.kumamoto {
    right: 21vw;
    top: 24vw;
  }
  .introduction .container .visual .kyusyu {
    width: 100%;
    height: auto;
  }
  .introduction .container .text {
    width: calc(100% - 47.5vw);
    padding: 0 0 0 5rem;
  }
  .introduction .container .text .en-copy {
    line-height: 1.1;
    letter-spacing: 0.5rem;
    font-size: 7vw;
  }
  .introduction .container .text .sentence {
    width: 100%;
    margin: 3rem 0 0 0;
    padding: 0 3% 0 0;
  }
  .introduction .container .text .sentence p {
    line-height: 2.2;
    padding: 1.5rem 0;
    font-size: 1.7rem;
  }
}
/* -----------------------------------
Responsive: 768–1023 (Tablet)
----------------------------------- */
@media (min-width: 768px) and (max-width: 1023px) {
  .introduction {
    width: 100%;
    padding: 12rem 0;
  }
  .introduction .container .visual {
    width: 47.5vw;
  }
  .introduction .container .visual .mark {
    border-radius: 50%;
    flex-direction: column;
    width: 11.5vw;
    height: 11.5vw;
  }
  .introduction .container .visual .mark .catch {
    letter-spacing: 0.2rem;
    font-size: 1.9vw;
  }
  .introduction .container .visual .mark .catch.small {
    letter-spacing: 0.1rem;
    font-size: 1.5vw;
  }
  .introduction .container .visual .mark.fukuoka {
    width: 20vw;
    height: 20vw;
    right: 15%;
    top: -2%;
  }
  .introduction .container .visual .mark.fukuoka .catch {
    font-size: 2.8vw;
  }
  .introduction .container .visual .mark.fukuoka .sub {
    font-size: 1.5vw;
  }
  .introduction .container .visual .mark.oita {
    right: 0;
    top: 18vw;
  }
  .introduction .container .visual .mark.saga {
    right: 30vw;
    top: 5vw;
  }
  .introduction .container .visual .mark.kumamoto {
    right: 21vw;
    top: 24vw;
  }
  .introduction .container .visual .kyusyu {
    width: 100%;
    height: auto;
  }
  .introduction .container .text {
    width: calc(100% - 47.5vw);
    padding: 0 0 0 5rem;
  }
  .introduction .container .text .en-copy {
    line-height: 1.1;
    letter-spacing: 0.5rem;
    font-size: 7vw;
  }
  .introduction .container .text .sentence {
    width: 100%;
    margin: 3rem 0 0 0;
    padding: 0 3% 0 0;
  }
  .introduction .container .text .sentence p {
    line-height: 2.2;
    padding: 1.5rem 0;
    font-size: 1.7rem;
  }
}
/* -----------------------------------
Responsive: ～767 (Mobile)
---------------------------------- */
@media (max-width: 767px) {
  .introduction {
    width: 100%;
    padding: 12rem 0;
  }
  .introduction .container {
    display: block;
    padding: 0 0;
  }
  .introduction .container .visual {
    width: 100%;
  }
  .introduction .container .visual .mark {
    border-radius: 50%;
    flex-direction: column;
    width: 22vw;
    height: 22vw;
  }
  .introduction .container .visual .mark .catch {
    letter-spacing: 0.2rem;
    font-size: 3.75vw;
  }
  .introduction .container .visual .mark .catch.small {
    letter-spacing: 0.1rem;
    font-size: 3vw;
  }
  .introduction .container .visual .mark.fukuoka {
    width: 35vw;
    height: 35vw;
    right: 15%;
    top: -2%;
  }
  .introduction .container .visual .mark.fukuoka .catch {
    font-size: 4.5vw;
  }
  .introduction .container .visual .mark.fukuoka .sub {
    font-size: 3vw;
  }
  .introduction .container .visual .mark.oita {
    right: 0;
    top: 24%;
  }
  .introduction .container .visual .mark.saga {
    right: 55%;
    top: 5vw;
  }
  .introduction .container .visual .mark.kumamoto {
    right: 35%;
    top: 30%;
  }
  .introduction .container .visual .kyusyu {
    width: 105%;
    height: auto;
  }
  .introduction .container .text {
    width: 100%;
    padding: 0 4%;
  }
  .introduction .container .text .en-copy {
    line-height: 1.1;
    letter-spacing: 0.5rem;
    font-size: 16vw;
  }
  .introduction .container .text .sentence {
    width: 100%;
    margin: 3rem 0 0 0;
    padding: 0 3% 0 0;
  }
  .introduction .container .text .sentence p {
    line-height: 2.2;
    padding: 1.5rem 0;
    font-size: 3.75vw;
  }
}
/* =========================================================

PHILOSOPHY

========================================================= */
.philosophy {
  overflow: hidden;
  position: relative;
  margin: 0;
  background: radial-gradient(circle at 12% 82%, rgba(193, 220, 240, 0.95) 0%, rgba(193, 220, 240, 0) 32%), radial-gradient(circle at 86% 12%, rgba(242, 239, 205, 0.9) 0%, rgba(242, 239, 205, 0) 28%), radial-gradient(circle at 52% 88%, rgba(182, 242, 213, 0.75) 0%, rgba(182, 242, 213, 0) 22%), radial-gradient(circle at 72% 55%, rgba(214, 241, 209, 0.55) 0%, rgba(214, 241, 209, 0) 35%), linear-gradient(135deg, #d8eee7 0%, #d9f0df 45%, #e2f1da 100%);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 12rem 0 20rem;
}
.philosophy .container {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 1920px;
  margin: 0 auto 0;
  padding: 0 2%;
}
.philosophy .container .text {
  padding: 0 12rem 0 0;
}
.philosophy .container .text .title {
  color: #3fc6cb;
  display: flex;
  align-items: center;
}
.philosophy .container .text .title .icon {
  display: block;
  width: 3rem;
  height: auto;
}
.philosophy .container .text .title h2 {
  font-family: "Antonio";
  font-weight: 100;
  padding: 0 0 0 1rem;
  letter-spacing: 0.2rem;
  font-size: 2.5rem;
}
.philosophy .container .text .jp-copy {
  color: #3fc6cb;
  font-weight: 300;
  letter-spacing: 0.2rem;
  font-size: 6rem;
}
.philosophy .container .text .jp-copy br {
  display: none;
}
.philosophy .container .text .box-wrapper {
  margin: 5rem 0 0 0;
  width: 700px;
}
.philosophy .container .text .box-wrapper .box {
  position: relative;
  color: #fff;
  background: linear-gradient(45deg, #a5e0ed 0%, #73dae1 55%, #3be4ba 100%);
  box-shadow: rgba(134, 207, 192, 0.2) 0px 7px 29px 0px;
  display: flex;
  align-items: center;
  padding: 0.5rem 1rem;
  margin: 1rem 0 1rem 0;
}
.philosophy .container .text .box-wrapper .box .left {
  position: relative;
  padding: 0.75rem 0 0.75rem;
}
.philosophy .container .text .box-wrapper .box .left .number {
  position: absolute;
  top: 0;
  left: 0;
  font-family: "Inter";
  font-weight: 400;
  font-size: 1.6rem;
}
.philosophy .container .text .box-wrapper .box .left::after {
  content: "";
  width: 2px;
  height: 80%;
  background: #ffffff;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  opacity: 0.8;
}
.philosophy .container .text .box-wrapper .box .left .kanji {
  font-weight: 300;
  position: relative;
  top: -0.2rem;
  font-size: 6rem;
  padding: 0 2.5rem 0 2.5rem;
}
.philosophy .container .text .box-wrapper .box .right {
  padding: 0 1rem 0 2.5rem;
}
.philosophy .container .text .box-wrapper .box .right p {
  font-size: 1.6rem;
}
.philosophy .container .text .box-wrapper .box .en-back {
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
  font-family: "Antonio";
  font-weight: 100;
  line-height: 1.1;
  font-size: 5rem;
  opacity: 0.2;
}
.philosophy .container .text .box-wrapper .arrow {
  display: block;
  width: 3rem;
  height: auto;
  margin: 0 auto 0;
}
.philosophy .container .visual {
  position: relative;
  width: 660px;
  height: 660px;
}
.philosophy .container .visual .sphere {
  position: absolute;
  z-index: 5;
  background: url(../../images/sphere-bg.png) no-repeat 0 0;
  background-size: cover;
  width: 22rem;
  height: 22rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.philosophy .container .visual .sphere .kanji {
  font-family: "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Yu Mincho", "YuMincho", "MS PMincho", "Noto Serif JP", "Times New Roman", Georgia, serif;
  color: #49bcad;
  line-height: 1;
  font-size: 6rem;
}
.philosophy .container .visual .sphere .sub {
  font-family: "Poppins";
  color: #8cb1ac;
  letter-spacing: 0.2rem;
  font-size: 1.8rem;
}
.philosophy .container .visual .sphere.sphere-01 {
  top: -5%;
  left: 50%;
  transform: translate(-50%, 0);
}
.philosophy .container .visual .sphere.sphere-02 {
  bottom: 1rem;
  right: 1rem;
}
.philosophy .container .visual .sphere.sphere-03 {
  top: 50%;
  left: -5%;
}
.philosophy .container .visual .circle-border {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  width: 90%;
  height: 90%;
  border-radius: 50%;
}
.philosophy .container .visual .circle-border.plane {
  z-index: 1;
  border: solid 2px #9eddcc;
}
.philosophy .container .visual .circle-border.spinner {
  z-index: 2;
  border: 3px solid transparent;
  border-top-color: rgb(77, 199, 187);
  animation: circle-bordre-spinner 3s ease-in-out infinite;
}
@keyframes circle-bordre-spinner {
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.philosophy .container .visual .lightsun {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 27.5%;
}
.philosophy .container .visual .lightsun img {
  width: 100%;
  height: auto;
}
.philosophy .text-rotation-02 {
  display: inline-block;
  white-space: nowrap;
  width: 100%;
  position: absolute;
  z-index: 6;
  bottom: 0;
  left: 0;
}
.philosophy .text-rotation-02 span {
  display: inline-block;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  background: linear-gradient(45deg, #51b397 0%, #5ca7c5 100%);
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  -webkit-background-clip: text;
          background-clip: text;
  line-height: 1.1;
  display: inline-block;
  padding-right: 4rem;
  font-size: 12rem;
  letter-spacing: 1rem;
  opacity: 0.5;
}

/* -----------------------------------
Responsive: 1281–1440 (Middle PC)
----------------------------------- */
@media screen and (min-width: 1281px) and (max-width: 1600px) {
  .philosophy {
    margin: 0;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 12rem 0 20rem;
  }
  .philosophy .container {
    max-width: 1920px;
    margin: 0 auto 0;
    padding: 0 1% 0 2%;
  }
  .philosophy .container .text {
    padding: 0 5rem 0 0;
    width: calc(100% - 50vw);
  }
  .philosophy .container .text .title .icon {
    width: 3rem;
    height: auto;
  }
  .philosophy .container .text .title h2 {
    padding: 0 0 0 1rem;
    letter-spacing: 0.2rem;
    font-size: 2.5rem;
  }
  .philosophy .container .text .jp-copy {
    letter-spacing: 0.2rem;
    font-size: 6rem;
    line-height: 1.25;
  }
  .philosophy .container .text .jp-copy br {
    display: block;
  }
  .philosophy .container .text .box-wrapper {
    margin: 3.5rem 0 0 0;
    width: auto;
  }
  .philosophy .container .text .box-wrapper .box {
    padding: 0.5rem 1rem;
    margin: 1rem 0 1rem 0;
  }
  .philosophy .container .text .box-wrapper .box .left {
    padding: 1rem 0 1rem;
  }
  .philosophy .container .text .box-wrapper .box .left .number {
    top: 0;
    left: 0;
    font-size: 1.6rem;
  }
  .philosophy .container .text .box-wrapper .box .left::after {
    content: "";
    width: 2px;
    height: 80%;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    opacity: 0.8;
  }
  .philosophy .container .text .box-wrapper .box .left .kanji {
    top: -0.2rem;
    font-size: 4vw;
    padding: 0 2.5rem 0 2.5rem;
  }
  .philosophy .container .text .box-wrapper .box .right {
    padding: 0 1rem 0 2.5rem;
  }
  .philosophy .container .text .box-wrapper .box .right p {
    font-size: 1.6rem;
  }
  .philosophy .container .text .box-wrapper .box .en-back {
    right: 0;
    bottom: 0;
    line-height: 1.1;
    font-size: 4vw;
    opacity: 0.2;
  }
  .philosophy .container .text .box-wrapper .arrow {
    width: 3rem;
    height: auto;
    margin: 0 auto 0;
  }
  .philosophy .container .visual {
    width: 50vw;
    height: 50vw;
  }
  .philosophy .container .visual .sphere {
    background-size: cover;
    width: 14.5vw;
    height: 14.5vw;
    flex-direction: column;
    text-align: center;
  }
  .philosophy .container .visual .sphere .kanji {
    line-height: 1;
    font-size: 4.5vw;
  }
  .philosophy .container .visual .sphere .sub {
    letter-spacing: 0.2rem;
    font-size: 1.3vw;
  }
  .philosophy .container .visual .sphere.sphere-01 {
    top: -5%;
    left: 50%;
    transform: translate(-50%, 0);
  }
  .philosophy .container .visual .sphere.sphere-02 {
    bottom: 1rem;
    right: 1rem;
  }
  .philosophy .container .visual .sphere.sphere-03 {
    top: 50%;
    left: -5%;
  }
  .philosophy .container .visual .circle-border {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    height: 90%;
    border-radius: 50%;
  }
  .philosophy .container .visual .circle-border.spinner {
    border-top-color: rgb(77, 199, 187);
    animation: circle-bordre-spinner 3s ease-in-out infinite;
  }
  @keyframes circle-bordre-spinner {
    to {
      transform: translate(-50%, -50%) rotate(360deg);
    }
  }
  .philosophy .container .visual .lightsun {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 27.5%;
  }
  .philosophy .container .visual .lightsun img {
    width: 100%;
    height: auto;
  }
  .philosophy .text-rotation-02 {
    white-space: nowrap;
    width: 100%;
    bottom: 0;
    left: 0;
  }
  .philosophy .text-rotation-02 span {
    line-height: 1.1;
    padding-right: 4rem;
    font-size: 12rem;
    letter-spacing: 1rem;
    opacity: 0.5;
  }
} /* 1281px～1440px responsive-close */
/* -----------------------------------
Responsive: 1024–1280 (Small PC)
----------------------------------- */
@media (min-width: 1024px) and (max-width: 1280px) {
  .philosophy {
    margin: 0;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 12rem 0 20rem;
  }
  .philosophy .container {
    max-width: 1920px;
    margin: 0 auto 0;
    padding: 0 1% 0 2%;
  }
  .philosophy .container .text {
    padding: 0 5rem 0 0;
    width: calc(100% - 50vw);
  }
  .philosophy .container .text .title .icon {
    width: 3rem;
    height: auto;
  }
  .philosophy .container .text .title h2 {
    padding: 0 0 0 1rem;
    letter-spacing: 0.2rem;
    font-size: 2.5rem;
  }
  .philosophy .container .text .jp-copy {
    letter-spacing: 0.2rem;
    font-size: 6rem;
    line-height: 1.25;
  }
  .philosophy .container .text .jp-copy br {
    display: block;
  }
  .philosophy .container .text .box-wrapper {
    margin: 3.5rem 0 0 0;
    width: auto;
  }
  .philosophy .container .text .box-wrapper .box {
    padding: 0.5rem 1rem;
    margin: 1rem 0 1rem 0;
  }
  .philosophy .container .text .box-wrapper .box .left {
    padding: 1rem 0 1rem;
  }
  .philosophy .container .text .box-wrapper .box .left .number {
    top: 0;
    left: 0;
    font-size: 1.6rem;
  }
  .philosophy .container .text .box-wrapper .box .left::after {
    content: "";
    width: 2px;
    height: 80%;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    opacity: 0.8;
  }
  .philosophy .container .text .box-wrapper .box .left .kanji {
    top: -0.2rem;
    font-size: 4vw;
    padding: 0 2.5rem 0 2.5rem;
  }
  .philosophy .container .text .box-wrapper .box .right {
    padding: 0 1rem 0 2.5rem;
  }
  .philosophy .container .text .box-wrapper .box .right p {
    font-size: 1.6rem;
  }
  .philosophy .container .text .box-wrapper .box .en-back {
    right: 0;
    bottom: 0;
    line-height: 1.1;
    font-size: 4vw;
    opacity: 0.2;
  }
  .philosophy .container .text .box-wrapper .arrow {
    width: 3rem;
    height: auto;
    margin: 0 auto 0;
  }
  .philosophy .container .visual {
    width: 50vw;
    height: 50vw;
  }
  .philosophy .container .visual .sphere {
    background-size: cover;
    width: 14.5vw;
    height: 14.5vw;
    flex-direction: column;
    text-align: center;
  }
  .philosophy .container .visual .sphere .kanji {
    line-height: 1;
    font-size: 4.5vw;
  }
  .philosophy .container .visual .sphere .sub {
    letter-spacing: 0.2rem;
    font-size: 1.3vw;
  }
  .philosophy .container .visual .sphere.sphere-01 {
    top: -5%;
    left: 50%;
    transform: translate(-50%, 0);
  }
  .philosophy .container .visual .sphere.sphere-02 {
    bottom: 1rem;
    right: 1rem;
  }
  .philosophy .container .visual .sphere.sphere-03 {
    top: 50%;
    left: -5%;
  }
  .philosophy .container .visual .circle-border {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    height: 90%;
    border-radius: 50%;
  }
  .philosophy .container .visual .circle-border.spinner {
    border-top-color: rgb(77, 199, 187);
    animation: circle-bordre-spinner 3s ease-in-out infinite;
  }
  @keyframes circle-bordre-spinner {
    to {
      transform: translate(-50%, -50%) rotate(360deg);
    }
  }
  .philosophy .container .visual .lightsun {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 27.5%;
  }
  .philosophy .container .visual .lightsun img {
    width: 100%;
    height: auto;
  }
  .philosophy .text-rotation-02 {
    white-space: nowrap;
    width: 100%;
    bottom: 0;
    left: 0;
  }
  .philosophy .text-rotation-02 span {
    line-height: 1.1;
    padding-right: 4rem;
    font-size: 12rem;
    letter-spacing: 1rem;
    opacity: 0.5;
  }
}
/* -----------------------------------
Responsive: 768–1023 (Tablet)
----------------------------------- */
@media (min-width: 768px) and (max-width: 1023px) {
  .philosophy {
    margin: 0;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 12rem 0 20rem;
  }
  .philosophy .container {
    max-width: 1920px;
    margin: 0 auto 0;
    padding: 0 1% 0 2%;
  }
  .philosophy .container .text {
    padding: 0 5rem 0 0;
    width: calc(100% - 50vw);
  }
  .philosophy .container .text .title .icon {
    width: 3rem;
    height: auto;
  }
  .philosophy .container .text .title h2 {
    padding: 0 0 0 1rem;
    letter-spacing: 0.2rem;
    font-size: 2.5rem;
  }
  .philosophy .container .text .jp-copy {
    letter-spacing: 0.2rem;
    font-size: 6vw;
    line-height: 1.25;
  }
  .philosophy .container .text .jp-copy br {
    display: block;
  }
  .philosophy .container .text .box-wrapper {
    margin: 3.5rem 0 0 0;
    width: auto;
  }
  .philosophy .container .text .box-wrapper .box {
    padding: 0.5rem 1rem;
    margin: 1rem 0 1rem 0;
  }
  .philosophy .container .text .box-wrapper .box .left {
    padding: 1rem 0 1rem;
  }
  .philosophy .container .text .box-wrapper .box .left .number {
    top: 0;
    left: 0;
    font-size: 1.4rem;
  }
  .philosophy .container .text .box-wrapper .box .left::after {
    content: "";
    width: 2px;
    height: 80%;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    opacity: 0.8;
  }
  .philosophy .container .text .box-wrapper .box .left .kanji {
    top: -0.2rem;
    font-size: 4vw;
    padding: 0 2rem 0 2.5rem;
  }
  .philosophy .container .text .box-wrapper .box .right {
    padding: 0 1rem 0 2rem;
  }
  .philosophy .container .text .box-wrapper .box .right p {
    font-size: 1.6rem;
  }
  .philosophy .container .text .box-wrapper .box .en-back {
    right: 0;
    bottom: 0;
    line-height: 1.1;
    font-size: 4vw;
    opacity: 0.2;
  }
  .philosophy .container .text .box-wrapper .arrow {
    width: 3rem;
    height: auto;
    margin: 0 auto 0;
  }
  .philosophy .container .visual {
    width: 50vw;
    height: 50vw;
  }
  .philosophy .container .visual .sphere {
    background-size: cover;
    width: 14.5vw;
    height: 14.5vw;
    flex-direction: column;
    text-align: center;
  }
  .philosophy .container .visual .sphere .kanji {
    line-height: 1;
    font-size: 4.5vw;
  }
  .philosophy .container .visual .sphere .sub {
    letter-spacing: 0.2rem;
    font-size: 1.3vw;
  }
  .philosophy .container .visual .sphere.sphere-01 {
    top: -5%;
    left: 50%;
    transform: translate(-50%, 0);
  }
  .philosophy .container .visual .sphere.sphere-02 {
    bottom: 1rem;
    right: 1rem;
  }
  .philosophy .container .visual .sphere.sphere-03 {
    top: 50%;
    left: -5%;
  }
  .philosophy .container .visual .circle-border {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    height: 90%;
    border-radius: 50%;
  }
  .philosophy .container .visual .circle-border.spinner {
    border-top-color: rgb(77, 199, 187);
    animation: circle-bordre-spinner 3s ease-in-out infinite;
  }
  @keyframes circle-bordre-spinner {
    to {
      transform: translate(-50%, -50%) rotate(360deg);
    }
  }
  .philosophy .container .visual .lightsun {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 27.5%;
  }
  .philosophy .container .visual .lightsun img {
    width: 100%;
    height: auto;
  }
  .philosophy .text-rotation-02 {
    white-space: nowrap;
    width: 100%;
    bottom: 0;
    left: 0;
  }
  .philosophy .text-rotation-02 span {
    line-height: 1.1;
    padding-right: 4rem;
    font-size: 12rem;
    letter-spacing: 1rem;
    opacity: 0.5;
  }
}
/* -----------------------------------
Responsive: ～767 (Mobile)
---------------------------------- */
@media (max-width: 767px) {
  .philosophy {
    margin: 0;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 12rem 0 10rem;
  }
  .philosophy .container {
    max-width: 1920px;
    margin: 0 auto 0;
    padding: 0 0 0 0;
    display: block;
  }
  .philosophy .container .text {
    padding: 0 4%;
    width: 100%;
  }
  .philosophy .container .text .title .icon {
    width: 4.5vw;
    height: auto;
  }
  .philosophy .container .text .title h2 {
    padding: 0 0 0 1rem;
    letter-spacing: 0.2rem;
    font-size: 4.5vw;
  }
  .philosophy .container .text .jp-copy {
    letter-spacing: 0.2rem;
    font-size: 8vw;
    line-height: 1.25;
    margin: 1rem 0 0 0;
  }
  .philosophy .container .text .jp-copy br {
    display: none;
  }
  .philosophy .container .text .box-wrapper {
    margin: 3.5rem 0 0 0;
    width: auto;
  }
  .philosophy .container .text .box-wrapper .box {
    padding: 0rem 1rem;
    margin: 1rem 0 0rem 0;
  }
  .philosophy .container .text .box-wrapper .box .left {
    padding: 2rem 0 2rem;
  }
  .philosophy .container .text .box-wrapper .box .left .number {
    top: 0;
    left: 0;
    font-size: 3vw;
  }
  .philosophy .container .text .box-wrapper .box .left::after {
    content: "";
    width: 2px;
    height: 80%;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    opacity: 0.8;
  }
  .philosophy .container .text .box-wrapper .box .left .kanji {
    top: -0.2rem;
    font-size: 8.5vw;
    padding: 0 2.5rem 0 2.5rem;
  }
  .philosophy .container .text .box-wrapper .box .right {
    padding: 2rem 1rem 2rem 2rem;
  }
  .philosophy .container .text .box-wrapper .box .right p {
    font-size: 3.75vw;
  }
  .philosophy .container .text .box-wrapper .box .en-back {
    right: 0;
    bottom: 0;
    line-height: 1.1;
    font-size: 4vw;
    opacity: 0.2;
  }
  .philosophy .container .text .box-wrapper .arrow {
    width: 3rem;
    height: auto;
    margin: 0 auto 0;
  }
  .philosophy .container .visual {
    width: 100vw;
    height: 100vw;
    margin: 4rem 0 0 0;
  }
  .philosophy .container .visual .sphere {
    background-size: cover;
    width: 35vw;
    height: 35vw;
    flex-direction: column;
    text-align: center;
  }
  .philosophy .container .visual .sphere .kanji {
    line-height: 1;
    font-size: 9vw;
  }
  .philosophy .container .visual .sphere .sub {
    letter-spacing: 0.2rem;
    font-size: 3vw;
  }
  .philosophy .container .visual .sphere.sphere-01 {
    top: -5%;
    left: 50%;
    transform: translate(-50%, 0);
  }
  .philosophy .container .visual .sphere.sphere-02 {
    bottom: 1rem;
    right: 1rem;
  }
  .philosophy .container .visual .sphere.sphere-03 {
    top: 50%;
    left: 0%;
  }
  .philosophy .container .visual .circle-border {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    height: 90%;
    border-radius: 50%;
  }
  .philosophy .container .visual .circle-border.spinner {
    border-top-color: rgb(77, 199, 187);
    animation: circle-bordre-spinner 3s ease-in-out infinite;
  }
  @keyframes circle-bordre-spinner {
    to {
      transform: translate(-50%, -50%) rotate(360deg);
    }
  }
  .philosophy .container .visual .lightsun {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 22.5%;
  }
  .philosophy .container .visual .lightsun img {
    width: 100%;
    height: auto;
  }
  .philosophy .text-rotation-02 {
    white-space: nowrap;
    width: 100%;
    bottom: 0;
    left: 0;
  }
  .philosophy .text-rotation-02 span {
    line-height: 1.1;
    padding-right: 4rem;
    font-size: 15vw;
    letter-spacing: 1rem;
    opacity: 0.5;
  }
}
/* =========================================================

ENTERPRISE

========================================================= */
.enterprise {
  min-height: 100vh;
  position: relative;
  padding: 10rem 0 10rem 0;
  overflow: hidden;
}
.enterprise .bg {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  animation: enterprise-rotate 20s infinite linear;
  background: linear-gradient(180deg, #147dbf 0%, #1db2c6 40%, #33d9c3 80%, #32ebac 100%);
}
.enterprise .container {
  position: relative;
  z-index: 2;
  max-width: 1920px;
  margin: 0 auto 0;
  padding: 0 3% 0 3%;
}
.enterprise .container .title h2 {
  font-family: "Inter";
  font-weight: 400;
  color: #fff;
  opacity: 0.9;
  line-height: 1;
  letter-spacing: 1rem;
  font-size: 13rem;
}
.enterprise .container .title h2 br {
  display: none;
}
.enterprise .container .title .sub {
  display: flex;
  align-items: center;
  padding: 0 0 0 0.75rem;
}
.enterprise .container .title .sub .icon {
  width: 2.5rem;
  height: auto;
}
.enterprise .container .title .sub .catch {
  font-family: "Antonio";
  font-weight: 100;
  color: #fff;
  letter-spacing: 0.2rem;
  font-size: 2.5rem;
  padding: 0 0 0 1rem;
}
.enterprise .container .box-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 10rem 0 0 0;
  perspective: 1000px;
}
.enterprise .container .box-wrapper .box {
  width: 48.5%;
  position: relative;
  padding: 1px 4.5rem 4.5rem;
  margin: 3rem 3% 0 0;
  transform-style: preserve-3d;
  transform-origin: center center;
  backface-visibility: hidden;
}
.enterprise .container .box-wrapper .box:nth-child(2n) {
  margin: 3rem 0 0 0;
}
.enterprise .container .box-wrapper .box:last-child {
  margin: 10rem 0 0 0;
}
.enterprise .container .box-wrapper .box .overlay {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #146478;
  box-shadow: rgba(42, 107, 94, 0.2) 0px 7px 29px 0px;
  opacity: 0.3;
  mix-blend-mode: multiply;
}
.enterprise .container .box-wrapper .box .en-title,
.enterprise .container .box-wrapper .box .icon,
.enterprise .container .box-wrapper .box h3,
.enterprise .container .box-wrapper .box .sentence {
  position: relative;
  z-index: 2;
}
.enterprise .container .box-wrapper .box .en-title {
  font-family: "Cormorant Garamond";
  font-weight: 300;
  text-align: center;
  margin: -7rem 0 0 0;
}
.enterprise .container .box-wrapper .box .en-title .catch {
  display: inline-block;
  background: linear-gradient(135deg, #adf4e4 0%, #d2f7ea 55%, #a9f1cb 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 0.6rem;
  font-size: 9rem;
}
.enterprise .container .box-wrapper .box .icon {
  width: 35%;
  margin: 4rem auto 0;
  mix-blend-mode: lighten;
  opacity: 0.8;
}
.enterprise .container .box-wrapper .box .icon img {
  width: 100%;
  height: auto;
}
.enterprise .container .box-wrapper .box h3 {
  font-weight: 500;
  margin: 5rem 0 0 0;
}
.enterprise .container .box-wrapper .box h3 .catch {
  display: inline-block;
  background: linear-gradient(135deg, #adf4e4 0%, #d2f7ea 55%, #a9f1cb 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 2.6rem;
}
.enterprise .container .box-wrapper .box h3 .catch .en {
  font-family: "Antonio";
  font-weight: 100;
  font-size: 0.7em;
  padding: 0 1rem 0 0;
}
.enterprise .container .box-wrapper .box .sentence {
  margin: 2rem 0 0 0;
}
.enterprise .container .box-wrapper .box .sentence p {
  color: #044b3a;
  line-height: 2;
  padding: 1rem 0;
  font-size: 1.7rem;
}

/* -----------------------------------
Responsive: 1024–1280 (Small PC)
----------------------------------- */
@media (min-width: 1024px) and (max-width: 1280px) {
  .enterprise {
    min-height: 100vh;
    padding: 10rem 0 10rem 0;
  }
  .enterprise .bg {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    animation: enterprise-rotate 20s infinite linear;
  }
  .enterprise .container {
    max-width: 1920px;
    margin: 0 auto 0;
    padding: 0 2% 0 2%;
  }
  .enterprise .container .title h2 {
    opacity: 0.9;
    line-height: 1;
    letter-spacing: 1rem;
    font-size: 11rem;
  }
  .enterprise .container .title .sub {
    padding: 0 0 0 0.75rem;
  }
  .enterprise .container .title .sub .icon {
    width: 2.5rem;
    height: auto;
  }
  .enterprise .container .title .sub .catch {
    letter-spacing: 0.2rem;
    font-size: 2.5rem;
    padding: 0 0 0 1rem;
  }
  .enterprise .container .box-wrapper {
    flex-wrap: wrap;
    margin: 10rem 0 0 0;
    perspective: 1000px;
  }
  .enterprise .container .box-wrapper .box {
    width: 48.5%;
    padding: 1px 4.5rem 4.5rem;
    margin: 3rem 3% 0 0;
    transform-style: preserve-3d;
    transform-origin: center center;
    backface-visibility: hidden;
  }
  .enterprise .container .box-wrapper .box:nth-child(2n) {
    margin: 3rem 0 0 0;
  }
  .enterprise .container .box-wrapper .box:last-child {
    margin: 10rem 0 0 0;
  }
  .enterprise .container .box-wrapper .box .overlay {
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.3;
    mix-blend-mode: multiply;
  }
  .enterprise .container .box-wrapper .box .en-title {
    text-align: center;
    margin: -5rem 0 0 0;
  }
  .enterprise .container .box-wrapper .box .en-title .catch {
    letter-spacing: 0.4rem;
    font-size: 7rem;
  }
  .enterprise .container .box-wrapper .box .icon {
    width: 35%;
    margin: 4rem auto 0;
    mix-blend-mode: lighten;
    opacity: 0.8;
  }
  .enterprise .container .box-wrapper .box .icon img {
    width: 100%;
    height: auto;
  }
  .enterprise .container .box-wrapper .box h3 {
    margin: 5rem 0 0 0;
  }
  .enterprise .container .box-wrapper .box h3 .catch {
    font-size: 2.6rem;
  }
  .enterprise .container .box-wrapper .box h3 .catch .en {
    font-size: 0.7em;
    padding: 0 1rem 0 0;
  }
  .enterprise .container .box-wrapper .box .sentence {
    margin: 2rem 0 0 0;
  }
  .enterprise .container .box-wrapper .box .sentence p {
    line-height: 2;
    padding: 1rem 0;
    font-size: 1.6rem;
  }
}
/* -----------------------------------
Responsive: 768–1023 (Tablet)
----------------------------------- */
@media (min-width: 768px) and (max-width: 1023px) {
  .enterprise {
    min-height: 100vh;
    padding: 10rem 0 10rem 0;
  }
  .enterprise .bg {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    animation: enterprise-rotate 20s infinite linear;
  }
  .enterprise .container {
    max-width: 1920px;
    margin: 0 auto 0;
    padding: 0 2% 0 2%;
  }
  .enterprise .container .title h2 {
    opacity: 0.9;
    line-height: 1;
    letter-spacing: 1rem;
    font-size: 11rem;
  }
  .enterprise .container .title .sub {
    padding: 0 0 0 0.75rem;
  }
  .enterprise .container .title .sub .icon {
    width: 2.5rem;
    height: auto;
  }
  .enterprise .container .title .sub .catch {
    letter-spacing: 0.2rem;
    font-size: 2.5rem;
    padding: 0 0 0 1rem;
  }
  .enterprise .container .box-wrapper {
    flex-wrap: wrap;
    margin: 10rem 0 0 0;
    perspective: 1000px;
  }
  .enterprise .container .box-wrapper .box {
    width: 48.5%;
    padding: 1px 4.5rem 4.5rem;
    margin: 3rem 3% 0 0;
    transform-style: preserve-3d;
    transform-origin: center center;
    backface-visibility: hidden;
  }
  .enterprise .container .box-wrapper .box:nth-child(2n) {
    margin: 3rem 0 0 0;
  }
  .enterprise .container .box-wrapper .box:last-child {
    margin: 10rem 0 0 0;
  }
  .enterprise .container .box-wrapper .box .overlay {
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.3;
    mix-blend-mode: multiply;
  }
  .enterprise .container .box-wrapper .box .en-title {
    text-align: center;
    margin: -5rem 0 0 0;
  }
  .enterprise .container .box-wrapper .box .en-title .catch {
    letter-spacing: 0.4rem;
    font-size: 7rem;
  }
  .enterprise .container .box-wrapper .box .icon {
    width: 35%;
    margin: 4rem auto 0;
    mix-blend-mode: lighten;
    opacity: 0.8;
  }
  .enterprise .container .box-wrapper .box .icon img {
    width: 100%;
    height: auto;
  }
  .enterprise .container .box-wrapper .box h3 {
    margin: 5rem 0 0 0;
  }
  .enterprise .container .box-wrapper .box h3 .catch {
    font-size: 2.6rem;
  }
  .enterprise .container .box-wrapper .box h3 .catch .en {
    font-size: 0.7em;
    padding: 0 1rem 0 0;
  }
  .enterprise .container .box-wrapper .box .sentence {
    margin: 2rem 0 0 0;
  }
  .enterprise .container .box-wrapper .box .sentence p {
    line-height: 2;
    padding: 1rem 0;
    font-size: 1.6rem;
  }
}
/* -----------------------------------
Responsive: ～767 (Mobile)
---------------------------------- */
@media (max-width: 767px) {
  .enterprise {
    padding: 10rem 0 10rem 0;
  }
  .enterprise .bg {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    animation: enterprise-rotate 20s infinite linear;
  }
  .enterprise .container {
    max-width: 100%;
    margin: 0 auto 0;
    padding: 0 4% 0 4%;
  }
  .enterprise .container .title h2 {
    opacity: 0.9;
    line-height: 1;
    letter-spacing: 1rem;
    font-size: 11vw;
  }
  .enterprise .container .title .sub {
    padding: 0.5rem 0 0 0.75rem;
  }
  .enterprise .container .title .sub .icon {
    width: 4.5vw;
    height: auto;
  }
  .enterprise .container .title .sub .catch {
    letter-spacing: 0.2rem;
    font-size: 4.5vw;
    padding: 0 0 0 1rem;
  }
  .enterprise .container .box-wrapper {
    flex-wrap: wrap;
    margin: 7rem 0 0 0;
    perspective: 1000px;
  }
  .enterprise .container .box-wrapper .box {
    width: 100%;
    padding: 1px 3rem 4.5rem;
    margin: 3rem 0 0 0;
    transform-style: preserve-3d;
    transform-origin: center center;
    backface-visibility: hidden;
  }
  .enterprise .container .box-wrapper .box:nth-child(2n) {
    margin: 7rem 0 0 0;
  }
  .enterprise .container .box-wrapper .box:last-child {
    margin: 7rem 0 0 0;
  }
  .enterprise .container .box-wrapper .box .overlay {
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.3;
    mix-blend-mode: multiply;
  }
  .enterprise .container .box-wrapper .box .en-title {
    text-align: center;
    margin: -5rem 0 0 0;
  }
  .enterprise .container .box-wrapper .box .en-title .catch {
    letter-spacing: 0.4rem;
    font-size: 7rem;
  }
  .enterprise .container .box-wrapper .box .icon {
    width: 35%;
    margin: 4rem auto 0;
    mix-blend-mode: lighten;
    opacity: 0.8;
  }
  .enterprise .container .box-wrapper .box .icon img {
    width: 100%;
    height: auto;
  }
  .enterprise .container .box-wrapper .box h3 {
    margin: 5rem 0 0 0;
  }
  .enterprise .container .box-wrapper .box h3 .catch {
    font-size: 5.35vw;
  }
  .enterprise .container .box-wrapper .box h3 .catch .en {
    font-size: 0.6em;
    padding: 0 1rem 0 0;
  }
  .enterprise .container .box-wrapper .box .sentence {
    margin: 2rem 0 0 0;
  }
  .enterprise .container .box-wrapper .box .sentence p {
    line-height: 2;
    padding: 1rem 0;
    font-size: 3.75vw;
  }
}
/* =========================================================

SCOPE

========================================================= */
.scope {
  overflow: hidden;
  background: linear-gradient(90deg, #f5fffc 10%, #e3f8ff 100%);
  position: relative;
  padding: 0 0 0 0;
}
.scope .bg {
  position: absolute;
}
.scope .bg.bg-01 {
  left: 0;
  top: 0;
  transform-origin: left top;
  background: radial-gradient(at 20% 20%, rgb(133, 255, 231) 0px, transparent 50%);
  width: 30vw;
  height: 30vw;
  opacity: 1;
}
.scope .bg.bg-02 {
  right: 0;
  bottom: 0;
  transform-origin: right bottom;
  background: radial-gradient(at 100% 100%, rgb(121, 222, 255) 0px, transparent 50%);
  width: 45vw;
  height: 45vw;
  opacity: 0.9;
}
.scope .container {
  overflow: hidden;
  padding: 0 0 0px 0;
  position: relative;
  padding: 5rem 0 10rem 0;
}
.scope .container .works {
  width: 100%;
  max-width: 2560px;
  margin: 0 auto 0;
  z-index: 2;
  position: relative;
}
.scope .container .works .splide {
  margin: 2rem 0 2rem 0;
}
.scope .container .works .splide:nth-child(1) {
  margin: 1rem 0 0 0;
}
.scope .container .works .splide .splide-wrapper .splide__track .splide__list .splide__slide {
  width: 100%;
}
.scope .container .works .splide .splide-wrapper .splide__track .splide__list .splide__slide .thumb {
  width: 100%;
  height: 500px;
}
.scope .container .works .splide .splide-wrapper .splide__track .splide__list .splide__slide .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0 100px 0 100px;
}
.scope .container .works .splide .splide-wrapper .splide__track .splide__list .splide__slide:nth-child(2n) {
  margin: 5rem 0 0 0;
}
.scope .container .works .bg-word {
  position: absolute;
  top: 0;
  right: 5%;
  text-align: right;
}
.scope .container .works .bg-word .en {
  color: #afe7e2;
  font-family: "Antonio";
  font-weight: 400;
  letter-spacing: 2px;
  line-height: 1;
  font-size: 12rem;
  mix-blend-mode: hard-light;
  opacity: 0.8;
}
.scope .container .works .text {
  max-width: 1920px;
  margin: 6rem auto 5rem;
  padding: 0 5% 0 5%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.scope .container .works .text .left .semi {
  font-size: 8rem;
  font-family: "Poppins";
  font-weight: 400;
  line-height: 1;
}
.scope .container .works .text .left .semi span {
  display: inline-block;
  background: linear-gradient(45deg, #51dcb0 0%, #28adc8 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.scope .container .works .text .left h2 {
  font-weight: 400;
  font-size: 2rem;
}
.scope .container .works .text .left h2 span {
  display: inline-block;
  background: linear-gradient(45deg, #51dcb0 0%, #28adc8 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.scope .container .works .text .right {
  position: relative;
  z-index: 1;
}
.scope .container .works .text .right .sentence p {
  color: #4b4949;
  font-size: 1.9rem;
  letter-spacing: 0.2rem;
  line-height: 2;
}
.scope .container .text-rotate {
  overflow: hidden;
  width: 100%;
  padding: 0 0 40px 0;
  margin: 0px 0 0 0;
}
.scope .container .text-rotate ul {
  position: relative;
  display: flex;
  list-style: none;
  white-space: nowrap;
  margin: 15px 0 0 0;
  padding: 0;
  will-change: transform, opacity;
  gap: 1.5rem;
}
.scope .container .text-rotate ul li {
  position: relative;
  color: #59a1b4;
  box-shadow: rgba(162, 207, 193, 0.4) 0 7px 29px 0;
  background: #ffffff;
  letter-spacing: 3px;
  font-size: 24px;
  padding: 5px 35px 8px 35px;
  transform: skew(-15deg);
}
.scope .container .text-rotate ul li:before {
  position: absolute;
  z-index: 2;
  opacity: 0.9;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-width: 3px;
  border-style: solid;
  border-image: linear-gradient(90deg, #58ceba 0%, #c4f5d4 45%, #369dcd 70%, #c4f5d4 85%, #58ceba 90% 100%);
  -o-border-image: linear-gradient(90deg, #58ceba 0%, #c4f5d4 45%, #369dcd 70%, #c4f5d4 85%, #58ceba 90% 100%);
  border-image-slice: 1;
  content: "";
  width: calc(100% - 6px);
  height: calc(100% - 6px);
}

/* -----------------------------------
Responsive: 1024–1280 (Small PC)
----------------------------------- */
@media (min-width: 1024px) and (max-width: 1280px) {
  .scope {
    padding: 0 0 0 0;
  }
  .scope .bg.bg-01 {
    left: 0;
    top: 0;
    transform-origin: left top;
    width: 30vw;
    height: 30vw;
    opacity: 1;
  }
  .scope .bg.bg-02 {
    right: 0;
    bottom: 0;
    transform-origin: right bottom;
    width: 45vw;
    height: 45vw;
    opacity: 0.9;
  }
  .scope .container {
    padding: 5rem 0 10rem 0;
  }
  .scope .container .works {
    width: 100%;
    max-width: 2560px;
    margin: 0 auto 0;
  }
  .scope .container .works .splide {
    margin: 2rem 0 2rem 0;
  }
  .scope .container .works .splide:nth-child(1) {
    margin: 1rem 0 0 0;
  }
  .scope .container .works .splide .splide-wrapper .splide__track .splide__list .splide__slide {
    width: 100%;
  }
  .scope .container .works .splide .splide-wrapper .splide__track .splide__list .splide__slide .thumb {
    width: 100%;
    height: 500px;
  }
  .scope .container .works .splide .splide-wrapper .splide__track .splide__list .splide__slide .thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 0 100px 0 100px;
  }
  .scope .container .works .splide .splide-wrapper .splide__track .splide__list .splide__slide:nth-child(2n) {
    margin: 5rem 0 0 0;
  }
  .scope .container .works .bg-word {
    top: 0;
    right: 5%;
    text-align: right;
  }
  .scope .container .works .bg-word .en {
    letter-spacing: 2px;
    line-height: 1;
    font-size: 12rem;
    mix-blend-mode: hard-light;
    opacity: 0.8;
  }
  .scope .container .works .text {
    max-width: 1920px;
    margin: 6rem auto 5rem;
    padding: 0 2% 0 2%;
  }
  .scope .container .works .text .left .semi {
    font-size: 6.1vw;
    line-height: 1;
  }
  .scope .container .works .text .left .semi span {
    display: inline-block;
    background: linear-gradient(45deg, #51dcb0 0%, #28adc8 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .scope .container .works .text .left h2 {
    font-size: 2rem;
  }
  .scope .container .works .text .left h2 span {
    display: inline-block;
    background: linear-gradient(45deg, #51dcb0 0%, #28adc8 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .scope .container .works .text .right .sentence p {
    font-size: 1.7rem;
    letter-spacing: 0.2rem;
    line-height: 2;
  }
  .scope .container .text-rotate {
    width: 100%;
    padding: 0 0 40px 0;
    margin: 0 0 0 0;
  }
  .scope .container .text-rotate ul {
    list-style: none;
    white-space: nowrap;
    margin: 15px 0 0 0;
    padding: 0;
    will-change: transform, opacity;
    gap: 1.5rem;
  }
  .scope .container .text-rotate ul li {
    letter-spacing: 3px;
    font-size: 2rem;
    padding: 5px 3.5rem 8px 3.5rem;
    transform: skew(-15deg);
  }
  .scope .container .text-rotate ul li:before {
    position: absolute;
    z-index: 2;
    opacity: 0.9;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-width: 3px;
    border-style: solid;
    border-image: linear-gradient(90deg, #58ceba 0%, #c4f5d4 45%, #369dcd 70%, #c4f5d4 85%, #58ceba 90% 100%);
    -o-border-image: linear-gradient(90deg, #58ceba 0%, #c4f5d4 45%, #369dcd 70%, #c4f5d4 85%, #58ceba 90% 100%);
    border-image-slice: 1;
    content: "";
    width: calc(100% - 6px);
    height: calc(100% - 6px);
  }
}
/* -----------------------------------
Responsive: 768–1023 (Tablet)
----------------------------------- */
@media (min-width: 768px) and (max-width: 1023px) {
  .scope {
    padding: 0 0 0 0;
  }
  .scope .bg.bg-01 {
    left: 0;
    top: 0;
    transform-origin: left top;
    width: 30vw;
    height: 30vw;
    opacity: 1;
  }
  .scope .bg.bg-02 {
    right: 0;
    bottom: 0;
    transform-origin: right bottom;
    width: 45vw;
    height: 45vw;
    opacity: 0.9;
  }
  .scope .container {
    padding: 5rem 0 10rem 0;
  }
  .scope .container .works {
    width: 100%;
    max-width: 2560px;
    margin: 0 auto 0;
  }
  .scope .container .works .splide {
    margin: 2rem 0 2rem 0;
  }
  .scope .container .works .splide:nth-child(1) {
    margin: 1rem 0 0 0;
  }
  .scope .container .works .splide .splide-wrapper .splide__track .splide__list .splide__slide {
    width: 100%;
  }
  .scope .container .works .splide .splide-wrapper .splide__track .splide__list .splide__slide .thumb {
    width: 100%;
    height: 500px;
  }
  .scope .container .works .splide .splide-wrapper .splide__track .splide__list .splide__slide .thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 0 100px 0 100px;
  }
  .scope .container .works .splide .splide-wrapper .splide__track .splide__list .splide__slide:nth-child(2n) {
    margin: 5rem 0 0 0;
  }
  .scope .container .works .bg-word {
    top: 0;
    right: 5%;
    text-align: right;
  }
  .scope .container .works .bg-word .en {
    letter-spacing: 2px;
    line-height: 1;
    font-size: 12rem;
    mix-blend-mode: hard-light;
    opacity: 0.8;
  }
  .scope .container .works .text {
    max-width: 1920px;
    margin: 6rem auto 5rem;
    padding: 0 2% 0 2%;
  }
  .scope .container .works .text .left .semi {
    font-size: 5.5vw;
    line-height: 1;
  }
  .scope .container .works .text .left .semi span {
    display: inline-block;
    background: linear-gradient(45deg, #51dcb0 0%, #28adc8 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .scope .container .works .text .left h2 {
    font-size: 2rem;
  }
  .scope .container .works .text .left h2 span {
    display: inline-block;
    background: linear-gradient(45deg, #51dcb0 0%, #28adc8 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .scope .container .works .text .right {
    margin: 3rem 0 0 0;
  }
  .scope .container .works .text .right .sentence p {
    font-size: 1.65vw;
    letter-spacing: 0.2rem;
    line-height: 2;
  }
  .scope .container .text-rotate {
    width: 100%;
    padding: 0 0 40px 0;
    margin: 0 0 0 0;
  }
  .scope .container .text-rotate ul {
    list-style: none;
    white-space: nowrap;
    margin: 15px 0 0 0;
    padding: 0;
    will-change: transform, opacity;
    gap: 1.5rem;
  }
  .scope .container .text-rotate ul li {
    letter-spacing: 3px;
    font-size: 2rem;
    padding: 5px 3.5rem 8px 3.5rem;
    transform: skew(-15deg);
  }
  .scope .container .text-rotate ul li:before {
    position: absolute;
    z-index: 2;
    opacity: 0.9;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-width: 3px;
    border-style: solid;
    border-image: linear-gradient(90deg, #58ceba 0%, #c4f5d4 45%, #369dcd 70%, #c4f5d4 85%, #58ceba 90% 100%);
    -o-border-image: linear-gradient(90deg, #58ceba 0%, #c4f5d4 45%, #369dcd 70%, #c4f5d4 85%, #58ceba 90% 100%);
    border-image-slice: 1;
    content: "";
    width: calc(100% - 6px);
    height: calc(100% - 6px);
  }
}
/* -----------------------------------
Responsive: ～767 (Mobile)
---------------------------------- */
@media (max-width: 767px) {
  .scope {
    padding: 0 0 0 0;
  }
  .scope .bg.bg-01 {
    left: 0;
    top: 0;
    transform-origin: left top;
    width: 30vw;
    height: 30vw;
    opacity: 1;
  }
  .scope .bg.bg-02 {
    right: 0;
    bottom: 0;
    transform-origin: right bottom;
    width: 45vw;
    height: 45vw;
    opacity: 0.9;
  }
  .scope .container {
    padding: 5rem 0 10rem 0;
  }
  .scope .container .works {
    width: 100%;
    max-width: 2560px;
    margin: 0 auto 0;
  }
  .scope .container .works .splide {
    margin: 2rem 0 2rem 0;
  }
  .scope .container .works .splide:nth-child(1) {
    margin: 1rem 0 0 0;
  }
  .scope .container .works .splide .splide-wrapper .splide__track .splide__list .splide__slide {
    width: 100%;
  }
  .scope .container .works .splide .splide-wrapper .splide__track .splide__list .splide__slide .thumb {
    width: 100%;
    height: 400px;
  }
  .scope .container .works .splide .splide-wrapper .splide__track .splide__list .splide__slide .thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 0 100px 0 100px;
  }
  .scope .container .works .splide .splide-wrapper .splide__track .splide__list .splide__slide:nth-child(2n) {
    margin: 5rem 0 0 0;
  }
  .scope .container .works .bg-word {
    top: 0;
    right: 0%;
    text-align: right;
  }
  .scope .container .works .bg-word .en {
    letter-spacing: 2px;
    line-height: 1;
    font-size: 16vw;
    mix-blend-mode: hard-light;
    opacity: 0.8;
  }
  .scope .container .works .text {
    max-width: 1920px;
    margin: 6rem auto 5rem;
    padding: 0 4% 0 4%;
    display: block;
  }
  .scope .container .works .text .left .semi {
    font-size: 10.5vw;
    line-height: 1;
  }
  .scope .container .works .text .left .semi span {
    display: inline-block;
    background: linear-gradient(45deg, #51dcb0 0%, #28adc8 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .scope .container .works .text .left h2 {
    font-size: 4.75vw;
  }
  .scope .container .works .text .left h2 span {
    display: inline-block;
    background: linear-gradient(45deg, #51dcb0 0%, #28adc8 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .scope .container .works .text .right {
    margin: 3rem 0 0 0;
  }
  .scope .container .works .text .right .sentence p {
    font-size: 3.75vw;
    letter-spacing: 0.2rem;
    line-height: 2;
  }
  .scope .container .works .text .right .sentence p br {
    display: none;
  }
  .scope .container .text-rotate {
    width: 100%;
    padding: 0 0 40px 0;
    margin: 0 0 0 0;
  }
  .scope .container .text-rotate ul {
    list-style: none;
    white-space: nowrap;
    margin: 15px 0 0 0;
    padding: 0;
    will-change: transform, opacity;
    gap: 1.5rem;
  }
  .scope .container .text-rotate ul li {
    letter-spacing: 3px;
    font-size: 4.25vw;
    padding: 5px 3.5rem 8px 3.5rem;
    transform: skew(-15deg);
  }
  .scope .container .text-rotate ul li:before {
    position: absolute;
    z-index: 2;
    opacity: 0.9;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-width: 3px;
    border-style: solid;
    border-image: linear-gradient(90deg, #58ceba 0%, #c4f5d4 45%, #369dcd 70%, #c4f5d4 85%, #58ceba 90% 100%);
    -o-border-image: linear-gradient(90deg, #58ceba 0%, #c4f5d4 45%, #369dcd 70%, #c4f5d4 85%, #58ceba 90% 100%);
    border-image-slice: 1;
    content: "";
    width: calc(100% - 6px);
    height: calc(100% - 6px);
  }
}
/* =========================================================

CTA

========================================================= */
.cta {
  padding: 10rem 0 10rem 0;
  overflow: hidden;
  position: relative;
  perspective: 1000px;
}
.cta .shape-03 {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
}
.cta .shape-03 span {
  position: absolute;
  transform: translateY(30px);
  opacity: 0;
}
.cta .shape-03 span::before, .cta .shape-03 span::after {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  transform: skew(-15deg);
}
.cta .shape-03 span::before {
  z-index: 2;
  background: linear-gradient(45deg, #86d2e0 0%, #76cfa4 100%);
  opacity: 0.9;
}
.cta .shape-03 span::after {
  z-index: 1;
  box-shadow: rgba(164, 236, 245, 0.4) 0px 7px 29px 0px;
}
.cta .shape-03 span:nth-child(1) {
  width: 12rem;
  height: 12rem;
  top: 0%;
  left: 5%;
}
.cta .shape-03 span:nth-child(2) {
  width: 25rem;
  height: 25rem;
  top: 20%;
  left: -10%;
}
.cta .shape-03 span:nth-child(3) {
  width: 8rem;
  height: 8rem;
  top: 10%;
  right: 5%;
}
.cta .shape-03 span:nth-child(4) {
  width: 18rem;
  height: 18rem;
  top: 60%;
  left: 0%;
}
.cta .shape-03 span:nth-child(5) {
  width: 12rem;
  height: 12rem;
  bottom: 10%;
  right: -1%;
}
.cta .container {
  position: relative;
  z-index: 2;
  overflow: hidden;
  max-width: 1580px;
  width: 96%;
  margin: 0 auto 0;
  box-shadow: rgba(42, 107, 94, 0.2) 0px 7px 29px 0px;
  border-radius: 0 100px 0 100px;
  transform-style: preserve-3d;
  transform-origin: center center;
  backface-visibility: hidden;
}
.cta .container .bg,
.cta .container .overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.cta .container .bg {
  z-index: 1;
}
.cta .container .bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.cta .container .overlay {
  z-index: 2;
  background: linear-gradient(135deg, #1bab8a 0%, #a5f4d8 55%, #0d89d0 100%);
  opacity: 0.8;
}
.cta .container .inner {
  position: relative;
  z-index: 4;
  padding: 3rem 9rem 9rem;
}
.cta .container .inner .title {
  color: #fff;
  text-shadow: 0px 1px 1px rgba(127, 195, 177, 0.4);
  display: flex;
  align-items: center;
}
.cta .container .inner .title .modal-btn.type-06 {
  position: relative;
  z-index: 6;
  border: none;
  background: none;
  cursor: pointer;
  width: 20rem;
  height: 20rem;
  margin: 0 0 0 -2rem;
}
.cta .container .inner .title .modal-btn.type-06 .circle-text {
  font-weight: bold;
  letter-spacing: 0.2rem;
  text-transform: uppercase;
  transition: transform 0.3s ease;
  animation: modal-btn-type-06-spin 6s linear infinite;
  font-size: 1.2rem;
  width: 100%;
  height: 100%;
  fill: #ffffff;
  transform-origin: center;
}
.cta .container .inner .title .modal-btn.type-06 .icon-arrow {
  position: absolute;
  color: #ffffff;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: transform 0.3s ease;
  animation: modal-btn-type-06-wiggle 2s ease-in-out infinite;
  font-size: 2.4rem;
}
.cta .container .inner .title .modal-btn.type-06:hover {
  transition: transform 0.3s ease;
}
.cta .container .inner .title .modal-btn.type-06:hover .circle-text {
  animation: modal-btn-type-06-spin-hover 3s linear infinite;
}
.cta .container .inner .title .modal-btn.type-06:hover .icon-arrow {
  animation: modal-btn-type-06-wiggle-hover 1.5s linear infinite;
}
@keyframes modal-btn-type-06-spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes modal-btn-type-06-wiggle {
  0%, 100% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  25% {
    transform: translate(-50%, -50%) rotate(6deg);
  }
  75% {
    transform: translate(-50%, -50%) rotate(-6deg);
  }
}
@keyframes modal-btn-type-06-spin-hover {
  from {
    transform: rotate(0deg) scale(1);
  }
  to {
    transform: rotate(-360deg) scale(1.1);
  }
}
@keyframes modal-btn-type-06-wiggle-hover {
  0%, 100% {
    transform: translate(-50%, -50%) rotate(0deg) scale(1.2);
  }
  25% {
    transform: translate(-50%, -50%) rotate(20deg) scale(1.2);
  }
  75% {
    transform: translate(-50%, -50%) rotate(-20deg) scale(1.2);
  }
}
.cta .container .inner .title .en {
  font-family: "Poppins";
  letter-spacing: 0.3rem;
  font-size: 5rem;
  padding: 0 0 0 2rem;
  text-shadow: 0px 1px 1px rgba(127, 195, 177, 0.4);
}
.cta .container .inner .title h2 {
  position: relative;
  display: flex;
  align-items: center;
  font-weight: 400;
  letter-spacing: 0.2rem;
  font-size: 2.4rem;
  padding: 0 0 0 3rem;
}
.cta .container .inner .title h2::before {
  content: "";
  width: 1.5px;
  height: 4rem;
  background: #fff;
  text-shadow: 0px 1px 1px rgba(127, 195, 177, 0.4);
  transform: rotate(30deg);
  opacity: 0.8;
  margin: 0 3rem 0 0;
}
.cta .container .inner .jp-copy {
  margin: 3rem 0 0 0;
  font-weight: 300;
  color: #fff;
  text-shadow: 0px 1px 1px rgba(127, 195, 177, 0.4);
  line-height: 1.25;
  font-size: 6rem;
}
.cta .container .inner .sentence {
  margin: 3rem 0 0 0;
}
.cta .container .inner .sentence p {
  color: #fff;
  text-shadow: 0px 1px 1px rgba(127, 195, 177, 0.4);
  line-height: 2.2;
  font-size: 1.8rem;
}
.cta .container .inner .contact {
  display: flex;
  align-items: stretch;
  margin: 6rem 0 0 0;
}
.cta .container .inner .contact li {
  background: #fff;
  overflow: hidden;
  box-shadow: rgba(42, 107, 94, 0.2) 0px 7px 29px 0px;
  padding: 0 0;
  margin: 0 2rem 0 0;
  border-radius: 3px;
}
.cta .container .inner .contact li a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 6.5rem 1rem 4rem;
}
.cta .container .inner .contact li a .next {
  display: block;
  position: absolute;
  height: 100%;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  width: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #eafffa 0%, #dcffec 100%);
}
.cta .container .inner .contact li a .next img {
  width: 60%;
  height: auto;
}
.cta .container .inner .contact li.tel a {
  height: 100%;
  padding: 1rem 6.5rem 1rem 3rem;
}
.cta .container .inner .contact li.tel a .icon {
  width: 2.75rem;
  height: auto;
}
.cta .container .inner .contact li.tel a .catch {
  color: #222;
  font-family: "Inter";
  font-weight: 700;
  font-size: 2.8rem;
  padding: 0 0 0 1rem;
}
.cta .container .inner .contact li.mail a {
  height: 100%;
  color: #222;
  font-weight: 500;
}
.cta .container .inner .contact li.mail a .icon {
  width: 3rem;
  height: auto;
}
.cta .container .inner .contact li.mail a .catch {
  font-size: 3rem;
  padding: 0 0 0 1rem;
}
.cta .container .inner .contact li.mail a .catch .en {
  font-weight: 700;
  font-family: "Inter";
}
.cta .container .inner .contact li.line a {
  color: #545454;
  height: 100%;
}
.cta .container .inner .contact li.line a .icon {
  width: 20rem;
  height: auto;
}
.cta .container .inner .contact li.line a .catch {
  font-size: 3rem;
  padding: 0 0 0 1rem;
}
.cta .container .inner .contact li.line a .catch .en {
  font-family: "Inter";
}
.cta .container .inner .contact li:last-child {
  margin: 0 0 0 0;
}
.cta .container .inner .caption {
  color: #fff;
  font-size: 1.5rem;
  margin: 3rem 0 0 0;
}

/* -----------------------------------
Responsive: 1024–1280 (Small PC)
----------------------------------- */
@media (min-width: 1024px) and (max-width: 1280px) {
  .cta {
    padding: 10rem 0 10rem 0;
    perspective: 1000px;
  }
  .cta .shape-03 {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
  }
  .cta .shape-03 span {
    transform: translateY(30px);
    opacity: 0;
  }
  .cta .shape-03 span::before, .cta .shape-03 span::after {
    width: 100%;
    height: 100%;
    content: "";
    transform: skew(-15deg);
  }
  .cta .shape-03 span::before {
    opacity: 0.9;
  }
  .cta .shape-03 span:nth-child(1) {
    width: 12rem;
    height: 12rem;
    top: 0%;
    left: 5%;
  }
  .cta .shape-03 span:nth-child(2) {
    width: 25rem;
    height: 25rem;
    top: 20%;
    left: -10%;
  }
  .cta .shape-03 span:nth-child(3) {
    width: 8rem;
    height: 8rem;
    top: 10%;
    right: 5%;
  }
  .cta .shape-03 span:nth-child(4) {
    width: 18rem;
    height: 18rem;
    top: 60%;
    left: 0%;
  }
  .cta .shape-03 span:nth-child(5) {
    width: 12rem;
    height: 12rem;
    bottom: 10%;
    right: -1%;
  }
  .cta .container {
    max-width: 90%;
    margin: 0 auto 0;
    border-radius: 0 100px 0 100px;
    transform-style: preserve-3d;
    transform-origin: center center;
    backface-visibility: hidden;
  }
  .cta .container .bg,
  .cta .container .overlay {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
  .cta .container .bg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .cta .container .overlay {
    opacity: 0.8;
  }
  .cta .container .inner {
    padding: 3rem 5rem 9rem;
  }
  .cta .container .inner .title .modal-btn.type-06 {
    cursor: pointer;
    width: 18rem;
    height: 18rem;
    margin: 0 0 0 -2rem;
  }
  .cta .container .inner .title .modal-btn.type-06 .circle-text {
    letter-spacing: 0.2rem;
    text-transform: uppercase;
    transition: transform 0.3s ease;
    animation: modal-btn-type-06-spin 6s linear infinite;
    font-size: 1.2rem;
    width: 100%;
    height: 100%;
    transform-origin: center;
  }
  .cta .container .inner .title .modal-btn.type-06 .icon-arrow {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: transform 0.3s ease;
    animation: modal-btn-type-06-wiggle 2s ease-in-out infinite;
    font-size: 2.4rem;
  }
  .cta .container .inner .title .modal-btn.type-06:hover {
    transition: transform 0.3s ease;
  }
  .cta .container .inner .title .modal-btn.type-06:hover .circle-text {
    animation: modal-btn-type-06-spin-hover 3s linear infinite;
  }
  .cta .container .inner .title .modal-btn.type-06:hover .icon-arrow {
    animation: modal-btn-type-06-wiggle-hover 1.5s linear infinite;
  }
  @keyframes modal-btn-type-06-spin {
    from {
      transform: rotate(0deg);
    }
    to {
      transform: rotate(360deg);
    }
  }
  @keyframes modal-btn-type-06-wiggle {
    0%, 100% {
      transform: translate(-50%, -50%) rotate(0deg);
    }
    25% {
      transform: translate(-50%, -50%) rotate(6deg);
    }
    75% {
      transform: translate(-50%, -50%) rotate(-6deg);
    }
  }
  @keyframes modal-btn-type-06-spin-hover {
    from {
      transform: rotate(0deg) scale(1);
    }
    to {
      transform: rotate(-360deg) scale(1.1);
    }
  }
  @keyframes modal-btn-type-06-wiggle-hover {
    0%, 100% {
      transform: translate(-50%, -50%) rotate(0deg) scale(1.2);
    }
    25% {
      transform: translate(-50%, -50%) rotate(20deg) scale(1.2);
    }
    75% {
      transform: translate(-50%, -50%) rotate(-20deg) scale(1.2);
    }
  }
  .cta .container .inner .title .en {
    letter-spacing: 0.3rem;
    font-size: 5rem;
    padding: 0 0 0 2rem;
  }
  .cta .container .inner .title h2 {
    letter-spacing: 0.2rem;
    font-size: 2.4rem;
    padding: 0 0 0 3rem;
  }
  .cta .container .inner .title h2::before {
    content: "";
    width: 1.5px;
    height: 4rem;
    transform: rotate(30deg);
    opacity: 0.8;
    margin: 0 3rem 0 0;
  }
  .cta .container .inner .jp-copy {
    margin: 3rem 0 0 0;
    line-height: 1.25;
    font-size: 5rem;
  }
  .cta .container .inner .sentence {
    margin: 3rem 0 0 0;
  }
  .cta .container .inner .sentence p {
    line-height: 2.2;
    font-size: 1.7rem;
  }
  .cta .container .inner .contact {
    margin: 6rem 0 0 0;
  }
  .cta .container .inner .contact li {
    padding: 0 0;
    margin: 0 2rem 0 0;
    border-radius: 3px;
  }
  .cta .container .inner .contact li a {
    padding: 1rem 4rem 1rem 3rem;
  }
  .cta .container .inner .contact li a .next {
    height: 100%;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
    width: 2.2rem;
  }
  .cta .container .inner .contact li a .next img {
    width: 60%;
    height: auto;
  }
  .cta .container .inner .contact li.tel a {
    height: 100%;
    padding: 1rem 5rem 1rem 3rem;
  }
  .cta .container .inner .contact li.tel a .icon {
    width: 2.4rem;
    height: auto;
  }
  .cta .container .inner .contact li.tel a .catch {
    font-size: 2.4rem;
    padding: 0 0 0 1rem;
  }
  .cta .container .inner .contact li.mail a {
    height: 100%;
  }
  .cta .container .inner .contact li.mail a .icon {
    width: 2, 6rem;
    height: auto;
  }
  .cta .container .inner .contact li.mail a .catch {
    font-size: 2.6rem;
    padding: 0 0 0 1rem;
  }
  .cta .container .inner .contact li.line a {
    height: 100%;
  }
  .cta .container .inner .contact li.line a .icon {
    width: 18rem;
    height: auto;
  }
  .cta .container .inner .contact li.line a .catch {
    font-size: 3rem;
    padding: 0 0 0 1rem;
  }
  .cta .container .inner .contact li:last-child {
    margin: 0 0 0 0;
  }
  .cta .container .inner .caption {
    font-size: 1.5rem;
    margin: 3rem 0 0 0;
  }
}
/* -----------------------------------
Responsive: 768–1023 (Tablet)
----------------------------------- */
@media (min-width: 768px) and (max-width: 1023px) {
  .cta {
    padding: 10rem 0 10rem 0;
    perspective: 1000px;
  }
  .cta .shape-03 {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
  }
  .cta .shape-03 span {
    transform: translateY(30px);
    opacity: 0;
  }
  .cta .shape-03 span::before, .cta .shape-03 span::after {
    width: 100%;
    height: 100%;
    content: "";
    transform: skew(-15deg);
  }
  .cta .shape-03 span::before {
    opacity: 0.9;
  }
  .cta .shape-03 span:nth-child(1) {
    width: 12rem;
    height: 12rem;
    top: 0%;
    left: 5%;
  }
  .cta .shape-03 span:nth-child(2) {
    width: 25rem;
    height: 25rem;
    top: 20%;
    left: -10%;
  }
  .cta .shape-03 span:nth-child(3) {
    width: 8rem;
    height: 8rem;
    top: 10%;
    right: 5%;
  }
  .cta .shape-03 span:nth-child(4) {
    width: 18rem;
    height: 18rem;
    top: 60%;
    left: 0%;
  }
  .cta .shape-03 span:nth-child(5) {
    width: 12rem;
    height: 12rem;
    bottom: 10%;
    right: -1%;
  }
  .cta .container {
    max-width: 90%;
    margin: 0 auto 0;
    border-radius: 0 100px 0 100px;
    transform-style: preserve-3d;
    transform-origin: center center;
    backface-visibility: hidden;
  }
  .cta .container .bg,
  .cta .container .overlay {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
  .cta .container .bg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .cta .container .overlay {
    opacity: 0.8;
  }
  .cta .container .inner {
    padding: 3rem 3.5rem 9rem;
  }
  .cta .container .inner .title .modal-btn.type-06 {
    cursor: pointer;
    width: 17rem;
    height: 17rem;
    margin: 0 0 0 -2rem;
  }
  .cta .container .inner .title .modal-btn.type-06 .circle-text {
    letter-spacing: 0.2rem;
    text-transform: uppercase;
    transition: transform 0.3s ease;
    animation: modal-btn-type-06-spin 6s linear infinite;
    font-size: 1.2rem;
    width: 100%;
    height: 100%;
    transform-origin: center;
  }
  .cta .container .inner .title .modal-btn.type-06 .icon-arrow {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: transform 0.3s ease;
    animation: modal-btn-type-06-wiggle 2s ease-in-out infinite;
    font-size: 2.4rem;
  }
  .cta .container .inner .title .modal-btn.type-06:hover {
    transition: transform 0.3s ease;
  }
  .cta .container .inner .title .modal-btn.type-06:hover .circle-text {
    animation: modal-btn-type-06-spin-hover 3s linear infinite;
  }
  .cta .container .inner .title .modal-btn.type-06:hover .icon-arrow {
    animation: modal-btn-type-06-wiggle-hover 1.5s linear infinite;
  }
  @keyframes modal-btn-type-06-spin {
    from {
      transform: rotate(0deg);
    }
    to {
      transform: rotate(360deg);
    }
  }
  @keyframes modal-btn-type-06-wiggle {
    0%, 100% {
      transform: translate(-50%, -50%) rotate(0deg);
    }
    25% {
      transform: translate(-50%, -50%) rotate(6deg);
    }
    75% {
      transform: translate(-50%, -50%) rotate(-6deg);
    }
  }
  @keyframes modal-btn-type-06-spin-hover {
    from {
      transform: rotate(0deg) scale(1);
    }
    to {
      transform: rotate(-360deg) scale(1.1);
    }
  }
  @keyframes modal-btn-type-06-wiggle-hover {
    0%, 100% {
      transform: translate(-50%, -50%) rotate(0deg) scale(1.2);
    }
    25% {
      transform: translate(-50%, -50%) rotate(20deg) scale(1.2);
    }
    75% {
      transform: translate(-50%, -50%) rotate(-20deg) scale(1.2);
    }
  }
  .cta .container .inner .title .en {
    letter-spacing: 0.3rem;
    font-size: 4vw;
    padding: 0 0 0 2rem;
  }
  .cta .container .inner .title h2 {
    letter-spacing: 0.2rem;
    font-size: 2vw;
    padding: 0 0 0 3rem;
  }
  .cta .container .inner .title h2::before {
    content: "";
    width: 1.5px;
    height: 4rem;
    transform: rotate(30deg);
    opacity: 0.8;
    margin: 0 3rem 0 0;
  }
  .cta .container .inner .jp-copy {
    margin: 3rem 0 0 0;
    line-height: 1.25;
    font-size: 5.25vw;
  }
  .cta .container .inner .sentence {
    margin: 3rem 0 0 0;
  }
  .cta .container .inner .sentence p {
    line-height: 2.2;
    font-size: 1.5rem;
  }
  .cta .container .inner .sentence p br {
    display: none;
  }
  .cta .container .inner .contact {
    margin: 6rem 0 0 0;
  }
  .cta .container .inner .contact li {
    padding: 0 0;
    margin: 0 1rem 0 0;
    border-radius: 3px;
  }
  .cta .container .inner .contact li a {
    padding: 1rem 3rem 1rem 2rem;
  }
  .cta .container .inner .contact li a .next {
    height: 100%;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
    width: 1.8rem;
  }
  .cta .container .inner .contact li a .next img {
    width: 60%;
    height: auto;
  }
  .cta .container .inner .contact li.tel a {
    height: 100%;
    padding: 1rem 3.5rem 1rem 2rem;
  }
  .cta .container .inner .contact li.tel a .icon {
    width: 2.25rem;
    height: auto;
  }
  .cta .container .inner .contact li.tel a .catch {
    font-size: 2.25rem;
    padding: 0 0 0 0.5rem;
  }
  .cta .container .inner .contact li.mail a {
    height: 100%;
  }
  .cta .container .inner .contact li.mail a .icon {
    width: 2.25rem;
    height: auto;
  }
  .cta .container .inner .contact li.mail a .catch {
    font-size: 2.05rem;
    padding: 0 0 0 1rem;
  }
  .cta .container .inner .contact li.line a {
    height: 100%;
  }
  .cta .container .inner .contact li.line a .icon {
    width: 15rem;
    height: auto;
  }
  .cta .container .inner .contact li.line a .catch {
    font-size: 2.1rem;
    padding: 0 0 0 1rem;
  }
  .cta .container .inner .contact li:last-child {
    margin: 0 0 0 0;
  }
  .cta .container .inner .caption {
    font-size: 1.5rem;
    margin: 3rem 0 0 0;
  }
}
/* -----------------------------------
Responsive: ～767 (Mobile)
---------------------------------- */
@media (max-width: 767px) {
  .cta {
    padding: 10rem 0 10rem 0;
    perspective: 1000px;
  }
  .cta .shape-03 {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
  }
  .cta .shape-03 span {
    transform: translateY(30px);
    opacity: 0;
  }
  .cta .shape-03 span::before, .cta .shape-03 span::after {
    width: 100%;
    height: 100%;
    content: "";
    transform: skew(-15deg);
  }
  .cta .shape-03 span::before {
    opacity: 0.9;
  }
  .cta .shape-03 span:nth-child(1) {
    width: 12rem;
    height: 12rem;
    top: 0%;
    left: 5%;
  }
  .cta .shape-03 span:nth-child(2) {
    width: 25rem;
    height: 25rem;
    top: 20%;
    left: -10%;
  }
  .cta .shape-03 span:nth-child(3) {
    width: 8rem;
    height: 8rem;
    top: 10%;
    right: 5%;
  }
  .cta .shape-03 span:nth-child(4) {
    width: 18rem;
    height: 18rem;
    top: 60%;
    left: 0%;
  }
  .cta .shape-03 span:nth-child(5) {
    width: 12rem;
    height: 12rem;
    bottom: 10%;
    right: -1%;
  }
  .cta .container {
    max-width: 90%;
    margin: 0 auto 0;
    border-radius: 0 100px 0 100px;
    transform-style: preserve-3d;
    transform-origin: center center;
    backface-visibility: hidden;
  }
  .cta .container .bg,
  .cta .container .overlay {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
  .cta .container .bg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .cta .container .overlay {
    opacity: 0.8;
  }
  .cta .container .inner {
    padding: 0rem 3.5rem 9rem;
  }
  .cta .container .inner .title {
    display: block;
  }
  .cta .container .inner .title .modal-btn.type-06 {
    cursor: pointer;
    width: 45vw;
    height: 45vw;
    margin: 0vw 0 0 -2vw;
  }
  .cta .container .inner .title .modal-btn.type-06 .circle-text {
    letter-spacing: 0.2rem;
    text-transform: uppercase;
    transition: transform 0.3s ease;
    animation: modal-btn-type-06-spin 6s linear infinite;
    font-size: 1.2rem;
    width: 100%;
    height: 100%;
    transform-origin: center;
  }
  .cta .container .inner .title .modal-btn.type-06 .icon-arrow {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: transform 0.3s ease;
    animation: modal-btn-type-06-wiggle 2s ease-in-out infinite;
    font-size: 2.4rem;
  }
  .cta .container .inner .title .modal-btn.type-06:hover {
    transition: transform 0.3s ease;
  }
  .cta .container .inner .title .modal-btn.type-06:hover .circle-text {
    animation: modal-btn-type-06-spin-hover 3s linear infinite;
  }
  .cta .container .inner .title .modal-btn.type-06:hover .icon-arrow {
    animation: modal-btn-type-06-wiggle-hover 1.5s linear infinite;
  }
  @keyframes modal-btn-type-06-spin {
    from {
      transform: rotate(0deg);
    }
    to {
      transform: rotate(360deg);
    }
  }
  @keyframes modal-btn-type-06-wiggle {
    0%, 100% {
      transform: translate(-50%, -50%) rotate(0deg);
    }
    25% {
      transform: translate(-50%, -50%) rotate(6deg);
    }
    75% {
      transform: translate(-50%, -50%) rotate(-6deg);
    }
  }
  @keyframes modal-btn-type-06-spin-hover {
    from {
      transform: rotate(0deg) scale(1);
    }
    to {
      transform: rotate(-360deg) scale(1.1);
    }
  }
  @keyframes modal-btn-type-06-wiggle-hover {
    0%, 100% {
      transform: translate(-50%, -50%) rotate(0deg) scale(1.2);
    }
    25% {
      transform: translate(-50%, -50%) rotate(20deg) scale(1.2);
    }
    75% {
      transform: translate(-50%, -50%) rotate(-20deg) scale(1.2);
    }
  }
  .cta .container .inner .title .en {
    letter-spacing: 0.3rem;
    font-size: 11vw;
    padding: 0 0 0 0;
  }
  .cta .container .inner .title h2 {
    letter-spacing: 0.2rem;
    font-size: 4.5vw;
    padding: 0 0 0 0;
  }
  .cta .container .inner .title h2::before {
    display: none;
    content: "";
    width: 1.5px;
    height: 4rem;
    transform: rotate(30deg);
    opacity: 0.8;
    margin: 0 0 0 0;
  }
  .cta .container .inner .jp-copy {
    margin: 3rem 0 0 0;
    line-height: 1.25;
    font-size: 5vw;
  }
  .cta .container .inner .sentence {
    margin: 3rem 0 0 0;
  }
  .cta .container .inner .sentence p {
    line-height: 2.2;
    font-size: 3.75vw;
  }
  .cta .container .inner .sentence p br {
    display: none;
  }
  .cta .container .inner .contact {
    margin: 6rem 0 0 0;
    display: block;
  }
  .cta .container .inner .contact li {
    padding: 0 0;
    margin: 1rem 0 0 0;
    border-radius: 3px;
    width: 100%;
  }
  .cta .container .inner .contact li a {
    padding: 1rem 3rem 1rem 2rem;
    min-height: 17vw;
  }
  .cta .container .inner .contact li a .next {
    height: 100%;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
    width: 1.8rem;
  }
  .cta .container .inner .contact li a .next img {
    width: 60%;
    height: auto;
  }
  .cta .container .inner .contact li.tel a {
    height: 100%;
    padding: 1rem 3rem 1rem 2rem;
  }
  .cta .container .inner .contact li.tel a .icon {
    width: 2.25rem;
    height: auto;
  }
  .cta .container .inner .contact li.tel a .catch {
    font-size: 2.25rem;
    padding: 0 0 0 0.5rem;
  }
  .cta .container .inner .contact li.mail a {
    height: 100%;
    padding: 1rem 3rem 1rem 2rem;
  }
  .cta .container .inner .contact li.mail a .icon {
    width: 2.25rem;
    height: auto;
  }
  .cta .container .inner .contact li.mail a .catch {
    font-size: 2.05rem;
    padding: 0 0 0 1rem;
  }
  .cta .container .inner .contact li.line a {
    height: 100%;
    padding: 1rem 3rem 1rem 2rem;
  }
  .cta .container .inner .contact li.line a .icon {
    width: 30vw;
    height: auto;
  }
  .cta .container .inner .contact li.line a .catch {
    font-size: 2.1rem;
    padding: 0 0 0 1rem;
  }
  .cta .container .inner .contact li:last-child {
    margin: 1rem 0 0 0;
  }
  .cta .container .inner .caption {
    font-size: 1.5rem;
    margin: 3rem 0 0 0;
  }
}
/* =========================================================

FOOTER

========================================================= */
.footer {
  overflow: hidden;
  position: relative;
  width: 100%;
  margin: 10rem 0 0 0;
  padding: 10rem 0 0 0;
}
.footer .bg {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  animation: rotate 10s infinite linear;
  background: linear-gradient(-45deg, #188ac2 0%, #20bec7 25%, #0f71aa 50%, #37d9c4 75%, #188ac2 100%);
  background-size: 400% 400%;
}
@keyframes rotate {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.footer .container {
  position: relative;
  z-index: 2;
  max-width: 1920px;
  margin: 0 auto 0;
  padding: 0 3%;
}
.footer .container .first {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.footer .container .first .logo {
  width: 24rem;
}
.footer .container .first .logo a img {
  width: 100%;
  height: auto;
}
.footer .container .first nav {
  padding: 0 0 0 5rem;
}
.footer .container .first nav li {
  padding: 0 0 1rem 0;
}
.footer .container .first nav li a {
  color: #fff;
  font-weight: 400;
  font-family: "Poppins";
  font-size: 2rem;
}
.footer .container .first .company {
  color: #fff;
  padding: 0 0 0 10rem;
}
.footer .container .first .company .semi-title {
  display: flex;
  align-items: center;
}
.footer .container .first .company .semi-title .en {
  font-family: "Poppins";
  font-size: 2.5rem;
}
.footer .container .first .company .semi-title h2 {
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 1.6rem;
  padding: 0 0 0 2rem;
}
.footer .container .first .company .semi-title h2::before {
  content: "";
  width: 1.5px;
  height: 2rem;
  background: #fff;
  text-shadow: 0px 1px 1px rgba(127, 195, 177, 0.4);
  transform: rotate(30deg);
  opacity: 0.8;
  margin: 0 2rem 0 0;
}
.footer .container .first .company .table {
  margin: 2rem 0 0 0;
}
.footer .container .first .company .table dl {
  display: flex;
  border-bottom: solid 1px rgba(255, 255, 255, 0.6);
  width: 62rem;
}
.footer .container .first .company .table dl dt, .footer .container .first .company .table dl dd {
  font-size: 1.3rem;
}
.footer .container .first .company .table dl dt {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 30%;
  padding: 2rem 0;
  text-align: center;
}
.footer .container .first .company .table dl dt::after {
  content: "";
  background: rgba(255, 255, 255, 0.6);
  width: 1px;
  height: 50%;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(-50%, -50%);
}
.footer .container .first .company .table dl dd {
  height: 70%;
  padding: 2rem 4rem;
}
.footer .container .first .company .table dl dd .en {
  font-weight: 400;
  font-family: "Inter";
}
.footer .container .first .company .table dl dd ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.footer .container .first .company .table dl dd ul li {
  padding: 0.5rem 0 0.5rem;
}
.footer .container .first .company .table dl dd ul li::before {
  content: "";
  display: inline-block;
  border: solid 1px #fff;
  width: 0.6rem;
  height: 0.6rem;
  margin: 0 1rem 0 0;
  transform: rotate(45deg);
  opacity: 0.8;
  position: relative;
  top: -1px;
}
.footer .container .second {
  position: relative;
}
.footer .container .second .en-back {
  color: #fff;
  font-family: "Poppins";
  font-weight: 400;
  font-size: 20vw;
  margin: 12rem 0 0 0;
}
.footer .container .second .copyright {
  color: #fff;
  font-family: "Antonio";
  font-weight: 100;
  letter-spacing: 0.5rem;
  font-size: 1.5rem;
  margin: 4rem 0 0 0;
  padding: 0 0 8rem 0;
}
.footer .container .second .sphere {
  position: absolute;
  z-index: 5;
  background: url(../../images/sphere-bg.png) no-repeat 0 0;
  background-size: cover;
  width: 18rem;
  height: 18rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.footer .container .second .sphere .kanji {
  font-family: "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Yu Mincho", "YuMincho", "MS PMincho", "Noto Serif JP", "Times New Roman", Georgia, serif;
  color: #49bcad;
  line-height: 1;
  font-size: 6rem;
}
.footer .container .second .sphere .sub {
  font-family: "Poppins";
  color: #8cb1ac;
  letter-spacing: 0.2rem;
  font-size: 1.5rem;
}
.footer .container .second .sphere.sphere-01 {
  top: -5%;
  left: 50%;
  transform: translate(-50%, 0);
}
.footer .container .second .sphere.sphere-02 {
  bottom: 2rem;
  right: 2rem;
}
.footer .container .second .sphere.sphere-03 {
  top: 50%;
  left: 5%;
}

/* -----------------------------------
Responsive: 1024–1280 (Small PC)
----------------------------------- */
@media (min-width: 1024px) and (max-width: 1280px) {
  .footer {
    width: 100%;
    margin: 10rem 0 0 0;
    padding: 10rem 0 0 0;
  }
  .footer .bg {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    animation: rotate 10s infinite linear;
    background-size: 400% 400%;
  }
  @keyframes rotate {
    0% {
      background-position: 0% 50%;
    }
    50% {
      background-position: 100% 50%;
    }
    100% {
      background-position: 0% 50%;
    }
  }
  .footer .container {
    max-width: 1920px;
    margin: 0 auto 0;
    padding: 0 3%;
  }
  .footer .container .first .logo {
    width: 24rem;
  }
  .footer .container .first .logo a img {
    width: 100%;
    height: auto;
  }
  .footer .container .first nav li {
    padding: 0 0 1rem 0;
  }
  .footer .container .first nav li a {
    font-size: 2rem;
  }
  .footer .container .first .company {
    padding: 0 0 0 0rem;
    width: 100%;
  }
  .footer .container .first .company .semi-title .en {
    font-size: 2.5rem;
  }
  .footer .container .first .company .semi-title h2 {
    font-size: 1.6rem;
    padding: 0 0 0 2rem;
  }
  .footer .container .first .company .semi-title h2::before {
    content: "";
    width: 1.5px;
    height: 2rem;
    transform: rotate(30deg);
    opacity: 0.8;
    margin: 0 2rem 0 0;
  }
  .footer .container .first .company .table {
    margin: 2rem 0 0 0;
  }
  .footer .container .first .company .table dl {
    width: auto;
  }
  .footer .container .first .company .table dl dt,
  .footer .container .first .company .table dl dd {
    font-size: 1.3rem;
  }
  .footer .container .first .company .table dl dt {
    width: 35%;
    padding: 2rem 0;
    text-align: center;
  }
  .footer .container .first .company .table dl dt::after {
    content: "";
    width: 1px;
    height: 50%;
    top: 50%;
    right: 0;
    transform: translate(-50%, -50%);
  }
  .footer .container .first .company .table dl dd {
    height: 65%;
    padding: 2rem 6rem;
  }
  .footer .container .first .company .table dl dd ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
  }
  .footer .container .first .company .table dl dd ul li {
    padding: 0.5rem 0 0.5rem;
  }
  .footer .container .first .company .table dl dd ul li::before {
    content: "";
    width: 0.6rem;
    height: 0.6rem;
    margin: 0 1rem 0 0;
    transform: rotate(45deg);
    opacity: 0.8;
    top: -1px;
  }
  .footer .container .second .en-back {
    font-size: 20vw;
    margin: 12rem 0 0 0;
  }
  .footer .container .second .copyright {
    letter-spacing: 0.5rem;
    font-size: 1.5rem;
    margin: 4rem 0 0 0;
    padding: 0 0 8rem 0;
  }
  .footer .container .second .sphere {
    background-size: cover;
    width: 18rem;
    height: 18rem;
    flex-direction: column;
    text-align: center;
  }
  .footer .container .second .sphere .kanji {
    line-height: 1;
    font-size: 6rem;
  }
  .footer .container .second .sphere .sub {
    letter-spacing: 0.2rem;
    font-size: 1.5rem;
  }
  .footer .container .second .sphere.sphere-01 {
    top: -5%;
    left: 50%;
    transform: translate(-50%, 0);
  }
  .footer .container .second .sphere.sphere-02 {
    bottom: 2rem;
    right: 2rem;
  }
  .footer .container .second .sphere.sphere-03 {
    top: 50%;
    left: 5%;
  }
}
/* -----------------------------------
Responsive: 768–1023 (Tablet)
----------------------------------- */
@media (min-width: 768px) and (max-width: 1023px) {
  .footer {
    width: 100%;
    margin: 10rem 0 0 0;
    padding: 10rem 0 0 0;
  }
  .footer .bg {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    animation: rotate 10s infinite linear;
    background-size: 400% 400%;
  }
  @keyframes rotate {
    0% {
      background-position: 0% 50%;
    }
    50% {
      background-position: 100% 50%;
    }
    100% {
      background-position: 0% 50%;
    }
  }
  .footer .container {
    max-width: 1920px;
    margin: 0 auto 0;
    padding: 0 3%;
  }
  .footer .container .first .logo {
    width: 24rem;
  }
  .footer .container .first .logo a img {
    width: 100%;
    height: auto;
  }
  .footer .container .first nav li {
    padding: 0 0 1rem 0;
  }
  .footer .container .first nav li a {
    font-size: 2rem;
  }
  .footer .container .first .company {
    padding: 0 0 0 0rem;
    width: 100%;
  }
  .footer .container .first .company .semi-title .en {
    font-size: 2.5rem;
  }
  .footer .container .first .company .semi-title h2 {
    font-size: 1.6rem;
    padding: 0 0 0 2rem;
  }
  .footer .container .first .company .semi-title h2::before {
    content: "";
    width: 1.5px;
    height: 2rem;
    transform: rotate(30deg);
    opacity: 0.8;
    margin: 0 2rem 0 0;
  }
  .footer .container .first .company .table {
    margin: 2rem 0 0 0;
  }
  .footer .container .first .company .table dl {
    width: auto;
  }
  .footer .container .first .company .table dl dt,
  .footer .container .first .company .table dl dd {
    font-size: 1.3rem;
  }
  .footer .container .first .company .table dl dt {
    width: 35%;
    padding: 2rem 0;
    text-align: center;
  }
  .footer .container .first .company .table dl dt::after {
    content: "";
    width: 1px;
    height: 50%;
    top: 50%;
    right: 0;
    transform: translate(-50%, -50%);
  }
  .footer .container .first .company .table dl dd {
    height: 65%;
    padding: 2rem 6rem;
  }
  .footer .container .first .company .table dl dd ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
  }
  .footer .container .first .company .table dl dd ul li {
    padding: 0.5rem 0 0.5rem;
  }
  .footer .container .first .company .table dl dd ul li::before {
    content: "";
    width: 0.6rem;
    height: 0.6rem;
    margin: 0 1rem 0 0;
    transform: rotate(45deg);
    opacity: 0.8;
    top: -1px;
  }
  .footer .container .second .en-back {
    font-size: 20vw;
    margin: 12rem 0 0 0;
  }
  .footer .container .second .copyright {
    letter-spacing: 0.5rem;
    font-size: 1.5rem;
    margin: 4rem 0 0 0;
    padding: 0 0 8rem 0;
  }
  .footer .container .second .sphere {
    background-size: cover;
    width: 18rem;
    height: 18rem;
    flex-direction: column;
    text-align: center;
  }
  .footer .container .second .sphere .kanji {
    line-height: 1;
    font-size: 6rem;
  }
  .footer .container .second .sphere .sub {
    letter-spacing: 0.2rem;
    font-size: 1.5rem;
  }
  .footer .container .second .sphere.sphere-01 {
    top: -5%;
    left: 50%;
    transform: translate(-50%, 0);
  }
  .footer .container .second .sphere.sphere-02 {
    bottom: 2rem;
    right: 2rem;
  }
  .footer .container .second .sphere.sphere-03 {
    top: 50%;
    left: 5%;
  }
}
/* -----------------------------------
Responsive: ～767 (Mobile)
---------------------------------- */
@media (max-width: 767px) {
  .footer {
    width: 100%;
    margin: 1rem 0 0 0;
    padding: 10rem 0 0 0;
  }
  .footer .bg {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    animation: rotate 10s infinite linear;
    background-size: 400% 400%;
  }
  @keyframes rotate {
    0% {
      background-position: 0% 50%;
    }
    50% {
      background-position: 100% 50%;
    }
    100% {
      background-position: 0% 50%;
    }
  }
  .footer .container {
    max-width: 1920px;
    margin: 0 auto 0;
    padding: 0 5%;
  }
  .footer .container .first {
    display: block;
  }
  .footer .container .first .logo {
    width: 50vw;
    margin: 0 auto 0;
  }
  .footer .container .first .logo a img {
    width: 100%;
    height: auto;
  }
  .footer .container .first nav {
    padding: 4rem 0 3rem 0;
  }
  .footer .container .first nav li {
    padding: 0 0 1rem 0;
  }
  .footer .container .first nav li a {
    font-size: 2rem;
  }
  .footer .container .first .company {
    padding: 4rem 0 0 0rem;
    width: 100%;
    border-top: solid 1px #fff;
  }
  .footer .container .first .company .semi-title .en {
    font-size: 2.5rem;
  }
  .footer .container .first .company .semi-title h2 {
    font-size: 1.6rem;
    padding: 0 0 0 2rem;
  }
  .footer .container .first .company .semi-title h2::before {
    content: "";
    width: 1.5px;
    height: 2rem;
    transform: rotate(30deg);
    opacity: 0.8;
    margin: 0 2rem 0 0;
  }
  .footer .container .first .company .table {
    margin: 2rem 0 0 0;
  }
  .footer .container .first .company .table dl {
    width: auto;
    display: block;
  }
  .footer .container .first .company .table dl::after {
    display: none;
    content: "";
    width: 100%;
    height: 1px;
    top: 50%;
    right: 0;
    transform: translate(-50%, -50%);
  }
  .footer .container .first .company .table dl dt,
  .footer .container .first .company .table dl dd {
    font-size: 3.5vw;
  }
  .footer .container .first .company .table dl dt {
    width: 100%;
    padding: 2rem 2rem;
    text-align: left;
  }
  .footer .container .first .company .table dl dt::after {
    display: none;
  }
  .footer .container .first .company .table dl dd {
    height: 100%;
    padding: 0rem 2rem 2rem;
  }
  .footer .container .first .company .table dl dd ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
  }
  .footer .container .first .company .table dl dd ul li {
    padding: 0.5rem 0 0.5rem;
    font-size: 3.25vw;
  }
  .footer .container .first .company .table dl dd ul li::before {
    content: "";
    width: 0.6rem;
    height: 0.6rem;
    margin: 0 0.75rem 0 0;
    transform: rotate(45deg);
    opacity: 0.8;
    top: -1px;
  }
  .footer .container .second {
    padding: 0 0 10rem 0;
  }
  .footer .container .second .en-back {
    font-size: 21vw;
    margin: 12rem 0 0 0;
  }
  .footer .container .second .copyright {
    letter-spacing: 0.5rem;
    font-size: 1.5rem;
    margin: 4rem 0 0 0;
    padding: 0 0 8rem 0;
  }
  .footer .container .second .sphere {
    background-size: cover;
    width: 25vw;
    height: 25vw;
    flex-direction: column;
    text-align: center;
  }
  .footer .container .second .sphere .kanji {
    line-height: 1;
    font-size: 6vw;
  }
  .footer .container .second .sphere .sub {
    letter-spacing: 0.1rem;
    font-size: 2.75vw;
  }
  .footer .container .second .sphere.sphere-01 {
    top: -20%;
    left: 50%;
    transform: translate(-50%, 0);
  }
  .footer .container .second .sphere.sphere-02 {
    bottom: 2rem;
    right: 0rem;
  }
  .footer .container .second .sphere.sphere-03 {
    top: 50%;
    left: 0%;
  }
}/*# sourceMappingURL=style.css.map */