@charset "UTF-8";
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

h1 {
  font-size: inherit;
  margin: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  /*line-height:1.15;*/
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[type=button],
[type=reset],
[type=submit],
button {
  -webkit-appearance: button;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

section,
main {
  display: block;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
*:focus:not(:focus-visible) {
  outline: none;
}
*:focus-visible {
  outline: 2px solid #8140d5;
  outline-offset: 2px;
}

i,
em {
  font-style: normal;
}

table {
  border-collapse: collapse;
}

li {
  list-style: none;
}

/* wp */
img.scaled-image {
  margin: inherit !important;
  border: inherit !important;
}

html,
body {
  height: 100%;
}

html {
  font-size: 62.5%;
}
@media screen and (max-width: 834px) {
  html {
    font-size: 59.375%;
  }
}

body {
  background: #fff;
  color: #1D263D;
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
  font-family: zen-kaku-gothic-new, -apple-system, Helvetica, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 400;
  word-wrap: break-word;
  overflow-x: hidden;
  font-feature-settings: "palt";
  position: relative;
}

.wrap {
  min-height: 100%;
  position: relative;
}

a {
  color: inherit;
  transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
}
a:hover {
  text-decoration: none;
}

svg * {
  transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
}

img {
  max-width: 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  line-height: 0;
}

.ph {
  position: relative;
  line-height: 0;
}

.ph .dummy {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

@media screen and (min-width: 835px) {
  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 834px) {
  .pc {
    display: none !important;
  }
}
.btn {
  margin: 1em 0;
  text-align: center;
}
@media screen and (min-width: 835px) {
  .btn {
    text-align: left;
  }
}

.btn--main {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  border: none;
  cursor: pointer;
  min-width: 80%;
  padding: 1em 2em;
  font-size: 1.6rem;
  line-height: 1.8;
  text-align: center;
  letter-spacing: 0.1em;
  text-decoration: none;
  border-radius: 100px;
}
@media screen and (min-width: 835px) {
  .btn--main {
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    min-width: 300px;
    padding: 1.25em 2.4em;
  }
}
@media screen and (min-width: 614px) and (max-width: 834px) {
  .btn--main {
    min-width: 45%;
    padding: 1.4em;
  }
}
.btn--main {
  background: #8140d5;
  color: #fff;
}

.preload {
  transition: 0 !important;
}

.preload * {
  transition: none !important;
}

/*スクリーンリーダー用 */
.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* loading/opening
----------------------------------- */
#loading {
  min-height: 100vh;
  min-height: calc(var(--vh, 1vh) * 100);
  display: flex;
  align-items: center;
}
#loading .v-mark {
  width: 45vw;
  opacity: 0.15;
  position: absolute;
  left: 50%;
  margin-left: -22.5vw;
}
#loading .v-mark path {
  fill: #000;
}
@media screen and (max-width: 834px) {
  #loading .v-mark {
    width: 70vw;
    margin-left: -35vw;
  }
}

#opening {
  background: #1D263D;
  opacity: 0;
  transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
}

.section--top .v-mark path {
  transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
}

.section--top > .inner .copy,
.section--top > .inner .copy-l,
.section--top > .inner .en {
  position: relative;
  transition: all 1s ease-in-out 0s;
  -webkit-transition: all 1s ease-in-out 0s;
}

header,
.fixed-btn,
.c-scrolldown {
  transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
}

body.letter-normal .section--top > .inner .copy,
body.letter-normal .section--top > .inner .copy-l,
body.letter-normal .section--top > .inner .en {
  letter-spacing: 0;
}

body.header-hide header,
body.header-hide .fixed-btn,
body.header-hide .c-scrolldown {
  opacity: 0;
}

body.opening-ready .section--top {
  color: #000;
  background: none;
}
body.opening-ready #opening {
  opacity: 1;
}
body.opening-ready .section--top .v-mark {
  mix-blend-mode: normal;
}
body.opening-ready .section--top .v-mark path {
  fill: #000;
}
body.opening-ready .section--top > .inner .copy-l {
  transform: translateX(0em);
}

body.letter-shrink .section--top > .inner .copy {
  letter-spacing: -0.3em;
  line-height: 0.75;
  transform: translateX(0);
}
body.letter-shrink .section--top > .inner .copy-l {
  letter-spacing: -0.35em;
  line-height: 0;
  transform: translateX(-0.15em);
}
body.letter-shrink .section--top > .inner .en {
  letter-spacing: -0.15em;
  line-height: 1;
}

body.letter-expand .section--top > .inner .copy,
body.letter-expand .section--top > .inner .copy-l,
body.letter-expand .section--top > .inner .en {
  transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
}
body.letter-expand .section--top > .inner .copy {
  animation: ls1 0.5s ease-out forwards;
}
body.letter-expand .section--top > .inner .copy-l {
  animation: ls2 0.5s ease-out forwards;
}
body.letter-expand .section--top > .inner .en {
  animation: ls3 0.5s ease-out forwards;
}

body:not(.header-hide) header,
body:not(.header-hide) .fixed-btn,
body:not(.header-hide) .c-scrolldown {
  opacity: 1;
}

@keyframes ls1 {
  0% {
    letter-spacing: -0.3em;
    line-height: 0.75;
    transform: translateX(0em);
  }
  70% {
    letter-spacing: 0.27em;
    line-height: 1.6;
    transform: translateX(0.11em);
  }
  100% {
    letter-spacing: 0.3em;
    line-height: 1.7;
    transform: translateX(0.125em);
  }
}
@keyframes ls1-loop {
  0% {
    letter-spacing: -0.3em;
  }
  100% {
    letter-spacing: -0.32em;
  }
}
@keyframes ls2 {
  0% {
    letter-spacing: -0.35em;
    line-height: 0;
    transform: translateX(-0.15em);
  }
  70% {
    letter-spacing: 0.37em;
    line-height: 1.4;
    transform: translateX(-0.025em);
  }
  100% {
    letter-spacing: 0.4em;
    line-height: 1.5;
    transform: translateX(0em);
  }
}
@keyframes ls2-loop {
  0% {
    letter-spacing: -0.35em;
  }
  100% {
    letter-spacing: -0.37em;
  }
}
@keyframes ls3 {
  0% {
    letter-spacing: -0.15em;
    line-height: 1;
  }
  70% {
    letter-spacing: 0.32em;
    line-height: 1.7;
  }
  100% {
    letter-spacing: 0.35em;
    line-height: 1.8;
  }
}
@keyframes ls3-loop {
  0% {
    letter-spacing: -0.15em;
  }
  100% {
    letter-spacing: -0.17em;
  }
}
@keyframes skew {
  0% {
    transform: none;
  }
  33% {
    transform: none;
  }
  33.3% {
    transform: skewX(30deg);
  }
  33.6% {
    transform: skewX(-30deg);
  }
  33.9% {
    transform: none;
  }
  66% {
    transform: none;
  }
  66.3% {
    transform: skewX(5deg);
  }
  66.6% {
    transform: skewX(-5deg);
  }
  66.9% {
    transform: none;
  }
  77% {
    transform: none;
  }
  77.3% {
    transform: skewX(15deg);
  }
  77.6% {
    transform: skewX(-15deg);
  }
  77.9% {
    transform: none;
  }
}
@keyframes flash {
  0% {
    opacity: 0.15;
  }
  100% {
    opacity: 0.1;
  }
}
/* header
----------------------------------- */
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9998;
  color: #fff;
  background-color: transparent;
}
header .logo {
  position: absolute;
  top: 4rem;
  left: 4rem;
}
@media screen and (max-width: 834px) {
  header .logo {
    top: 6vw;
    left: 6vw;
  }
}
header .logo a {
  display: block;
  text-decoration: none;
}
header .logo svg {
  height: 2.4rem;
  fill: #fff;
}
@media screen and (max-width: 834px) {
  header .logo svg {
    height: 5vw;
  }
}
@media screen and (min-width: 614px) and (max-width: 834px) {
  header .logo svg {
    height: 3vw;
  }
}
header .logo span {
  display: block;
  font-family: sofia-pro, -apple-system, Helvetica, sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  letter-spacing: 0.4em;
}
@media screen and (max-width: 834px) {
  header .logo span {
    position: relative;
    top: -0.25em;
    font-size: 3vw;
  }
}
@media screen and (min-width: 614px) and (max-width: 834px) {
  header .logo span {
    height: 2vw;
  }
}

body:not(.firstview) header {
  mix-blend-mode: difference;
}

.nav-btn {
  position: absolute;
  right: 4rem;
  top: 4rem;
}

/* footer
----------------------------------- */
footer {
  background: #1D263D;
  color: #fff;
  padding: 5rem 7vw;
}
@media screen and (max-width: 834px) {
  footer {
    text-align: center;
  }
}
@media screen and (min-width: 835px) {
  footer {
    display: flex;
    justify-content: space-between;
  }
  footer .left-side,
  footer .right-side {
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 834px) {
  footer .left-side {
    margin-bottom: 3rem;
  }
}
footer .logo {
  line-height: 1;
}
footer .logo svg {
  height: 2rem;
  fill: #fff;
}
@media screen and (max-width: 834px) {
  footer .corp-link {
    font-size: 1.2rem;
    margin-top: 1rem;
  }
}
@media screen and (min-width: 835px) {
  footer .corp-link {
    font-size: 1.4rem;
    margin-left: 3em;
  }
}
footer .list--sns {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 834px) {
  footer .list--sns {
    justify-content: center;
    margin-bottom: 5rem;
  }
}
footer .list--sns li {
  margin: 0 1.5rem;
}
.twitter-x-icon {
  width: 18px;
  height: 18px;
}
.fb-x-icon {
  width: 12px;
  height: 18px;
}
footer .list--sns li img {
  display: block;
  width: 100%;
  height: 100%;
}
footer .copy {
  display: inline-block;
  font-size: 1.1rem;
  font-family: sofia-pro, -apple-system, Helvetica, sans-serif;
  font-weight: 400;
}
@media screen and (min-width: 835px) {
  footer .copy {
    margin-left: 4rem;
  }
}

/* entry-btn
----------------------------------- */
@media screen and (min-width: 835px) {
  .entry-btn {
    display: flex;
    justify-content: center;
  }
}
@media screen and (min-width: 835px) {
  .entry-btn li {
    margin: 0 2%;
  }
}
@media screen and (max-width: 834px) {
  .entry-btn li + li {
    margin-top: 2rem;
  }
}
.entry-btn li a {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  border: none;
  cursor: pointer;
  min-width: 80%;
  padding: 1em 2em;
  font-size: 1.6rem;
  line-height: 1.8;
  text-align: center;
  letter-spacing: 0.1em;
  text-decoration: none;
  border-radius: 100px;
}
@media screen and (min-width: 835px) {
  .entry-btn li a {
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    min-width: 300px;
    padding: 1.25em 2.4em;
  }
}
@media screen and (min-width: 614px) and (max-width: 834px) {
  .entry-btn li a {
    min-width: 45%;
    padding: 1.4em;
  }
}
.entry-btn li a {
  background: #fff;
  box-shadow: 10px 10px 20px rgba(26, 8, 80, 0.15);
  font-weight: 700;
  font-size: 1.8rem;
}
.entry-btn .btn--direct a {
  color: #7800D2;
}
.entry-btn .btn--direct a:hover {
  color: #7800D2;
}
.entry-btn .btn--wantedly a {
  color: #21BDDB;
}
.entry-btn .btn--wantedly a:hover {
  color: #4de2ff;
}
.entry-btn .btn--amateras a {
  color: #2C4198;
}
.entry-btn .btn--amateras a:hover {
  color: #6a87ff;
}

.fixed-btn {
  flex-direction: column;
  align-items: flex-end;
  position: fixed;
  right: 3vw;
  bottom: 3vw;
  z-index: 9998;
  transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
}
.fixed-btn li a {
  font-size: 1.4rem;
  padding: 1.6rem 2.4rem;
  min-width: auto;
  white-space: nowrap;
}
.fixed-btn li + li {
  margin-top: 1.6rem;
}
@media screen and (max-width: 834px) {
  .fixed-btn {
    display: flex;
    right: 4vw;
    bottom: 8vw;
  }
}

body.bottomview .fixed-btn {
  transform: translateX(100%);
  right: 0;
}

/* common
----------------------------------- */
.section--base {
  position: relative;
  padding: 12rem 0;
  overflow: hidden;
}
@media screen and (max-width: 834px) {
  .section--base {
    padding: 8rem 0;
  }
}
.section--base > .inner {
  max-width: 1750px;
  margin: 0 auto;
  width: 80%;
  position: relative;
}
@media screen and (max-width: 834px) {
  .section--base > .inner {
    width: 86%;
  }
}
@media screen and (min-width: 614px) and (max-width: 834px) {
  .section--base > .inner {
    width: 80%;
  }
}

h2.section-tit {
  letter-spacing: 0.1em;
  margin: 0 0 3em;
}
@media screen and (max-width: 834px) {
  h2.section-tit {
    margin-bottom: 2em;
  }
}
h2.section-tit .en {
  font-family: ryo-display-plusn, "Hiragino Mincho ProN", "Noto Serif JP", "Yu Mincho", YuMincho, serif;
  font-weight: 500;
  display: inline-block;
  line-height: 1.25;
  position: relative;
  font-size: 6.4rem;
  padding: 0 0 24px;
}
@media screen and (max-width: 834px) {
  h2.section-tit .en {
    font-size: 11vw;
  }
}
@media screen and (min-width: 614px) and (max-width: 834px) {
  h2.section-tit .en {
    font-size: 7vw;
  }
}
h2.section-tit .en::after {
  content: "";
  width: calc(100% + 2em);
  position: absolute;
  bottom: 0.11em;
  left: 0;
  height: 2px;
  background: #1D263D;
}
h2.section-tit .jp {
  display: block;
  font-size: 1.4rem;
  margin: 1em 0 0;
}
@media screen and (max-width: 834px) {
  h2.section-tit .jp {
    font-size: 1.2rem;
  }
}

.lead {
  font-family: ryo-text-plusn, "Hiragino Mincho ProN", "Noto Serif JP", "Yu Mincho", YuMincho, serif;
  font-weight: 500;
  letter-spacing: 0.2em;
  line-height: 2.4em;
  margin: 0 0 5rem;
  font-size: 2rem;
}
@media screen and (max-width: 834px) {
  .lead {
    line-height: inherit;
    font-size: inherit;
  }
}

.ph--block {
  background-size: cover;
  background-position: center;
  height: 50rem;
}
@media screen and (max-width: 834px) {
  .ph--block {
    height: 38vh;
  }
}

.grad {
  position: absolute;
  top: 2vw;
  right: -2vw;
  transform: scale(0.8);
}
@media screen and (max-width: 834px) {
  .grad {
    top: 10vw;
    right: -10vw;
    transform: scale(1);
  }
}
.grad.grad01 {
  transform: scale(0.5);
  top: 0vw;
  right: 17vw;
}
@media screen and (max-width: 834px) {
  .grad.grad01 {
    transform: scale(0.75);
    top: 6vw;
    right: 15vw;
  }
}

.btn--sub {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  border: none;
  cursor: pointer;
  min-width: 80%;
  padding: 1em 2em;
  font-size: 1.6rem;
  line-height: 1.8;
  text-align: center;
  letter-spacing: 0.1em;
  text-decoration: none;
  border-radius: 100px;
}
@media screen and (min-width: 835px) {
  .btn--sub {
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    min-width: 300px;
    padding: 1.25em 2.4em;
  }
}
@media screen and (min-width: 614px) and (max-width: 834px) {
  .btn--sub {
    min-width: 45%;
    padding: 1.4em;
  }
}
.btn--sub {
  background: #1D263D;
  color: #fff;
}
.btn--sub:hover {
  background: #8140d5;
}

/* section--top
----------------------------------- */
.section--top {
  color: #fff;
  text-align: center;
  position: relative;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  background: url(assets/dot.png);
  background-size: 4px;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 835px) {
  .section--top > .inner {
    margin-top: -2em;
  }
}
.section--top .copy {
  font-family: ryo-display-plusn, "Hiragino Mincho ProN", "Noto Serif JP", "Yu Mincho", YuMincho, serif;
  font-weight: 500;
  transform: translateX(0.125em);
  font-size: 4vw;
  line-height: 1.7;
}
@media screen and (max-width: 834px) {
  .section--top .copy {
    font-size: 7vw;
    line-height: 2;
  }
}
.section--top .copy-l {
  font-family: ryo-display-plusn, "Hiragino Mincho ProN", "Noto Serif JP", "Yu Mincho", YuMincho, serif;
  font-weight: 500;
  line-height: 1.5;
  font-size: 8vw;
}
@media screen and (max-width: 834px) {
  .section--top .copy-l {
    font-size: 11vw;
    margin-top: 0.2em;
  }
}
.section--top .en {
  font-family: sofia-pro, -apple-system, Helvetica, sans-serif;
  font-weight: 400;
  margin-top: 2em;
  font-size: 1vw;
}
@media screen and (max-width: 834px) {
  .section--top .en {
    font-size: 2.5vw;
  }
}
.section--top .v-mark {
  width: 45vw;
  opacity: 0.15;
  mix-blend-mode: plus-lighter;
  -webkit-mix-blend-mode: plus-lighter;
  position: absolute;
  left: 50%;
  margin-left: -22.5vw;
}
@media screen and (max-width: 834px) {
  .section--top .v-mark {
    width: 70vw;
    margin-left: -35vw;
  }
}

/* bg-animation */
.background--custom {
  width: 100vw;
  height: 100vh;
  position: fixed;
  overflow: hidden;
  z-index: -2;
  top: 0;
  left: 0;
}

canvas#canvas {
  z-index: -1;
  position: absolute;
  width: 100%;
  height: 88.5vh;
  height: calc(var(--vh, 1vh) * 100);
  transform: scale(2) translateY(0%);
  --gradient-color-1: #C598FF;
  --gradient-color-2: #00DBD0;
  --gradient-color-3: #7800D2;
  --gradient-color-4: #1EC0B8;
  --gradient-speed: 0.000008;
}

/* scroll animation */
.c-scrolldown {
  width: 1px;
  height: 16vh;
  position: absolute;
  bottom: 4rem;
  left: 4rem;
  overflow: hidden;
}
.c-scrolldown .c-line {
  width: 100%;
  height: 100%;
  display: block;
  background: linear-gradient(to bottom, rgb(255, 255, 255) 50%, rgba(255, 255, 255, 0) 50%);
  background-position: 0 -16vh;
  background-size: 100% 200%;
  animation: scrolldown 2.2s cubic-bezier(0.76, 0, 0.3, 1) forwards infinite;
}

@keyframes scrolldown {
  0% {
    background-position: 0 -16vh;
  }
  75% {
    background-position: 0 0;
  }
  100% {
    background-position: 0 16vh;
  }
}
/* section--vision
----------------------------------- */
.section--vision {
  background: #F6F6FA;
}
@media screen and (min-width: 835px) {
  .section--vision > .inner {
    display: flex;
    justify-content: space-between;
  }
}
.section--vision .grad {
  top: auto;
  bottom: -7vw;
}
.section--vision .grad.grad01 {
  bottom: -6vw;
}
@media screen and (max-width: 834px) {
  .section--vision .grad {
    display: none;
  }
}
@media screen and (min-width: 835px) {
  .section--vision .txt--side {
    width: 46rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
.section--vision .txt--side {
  font-family: ryo-text-plusn, "Hiragino Mincho ProN", "Noto Serif JP", "Yu Mincho", YuMincho, serif;
  font-weight: 500;
  letter-spacing: 0.15em;
  font-size: 2rem;
  line-height: 2.6;
}
@media screen and (max-width: 834px) {
  .section--vision .txt--side {
    font-size: 4.4vw;
    line-height: 2.4;
    margin-bottom: 5rem;
  }
}
@media screen and (min-width: 614px) and (max-width: 834px) {
  .section--vision .txt--side {
    font-size: 3vw;
  }
}
.section--vision .txt--side .space {
  margin-top: 2em;
}
.section--vision .txt--side .em {
  display: inline-block;
  font-size: 5.6rem;
  line-height: 1.2;
  margin: 0.2em 0;
  position: relative;
}
@media screen and (max-width: 834px) {
  .section--vision .txt--side .em {
    font-size: 10vw;
  }
}
.section--vision .txt--side .em::after {
  content: "";
  width: 100%;
  height: 100%;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
}
.section--vision .ph-wrap {
  flex: 1;
  display: flex;
  align-items: center;
}
.section--vision .ph {
  width: 100%;
}
.section--vision .ph img.bg {
  width: 100%;
}
.section--vision {
  /* animation */
}
.section--vision .pin {
  position: absolute;
  width: 6%;
  height: auto;
  z-index: 1;
  transform-origin: 50% 100%;
  animation: jump 6s ease-out infinite forwards;
  animation-delay: 2s;
}
@media screen and (max-width: 834px) {
  .section--vision .pin {
    width: 6vw;
    min-width: 25px;
    max-width: 50px;
  }
}
.section--vision .pin.parking {
  top: 17%;
  left: 10%;
}
@media screen and (max-width: 834px) {
  .section--vision .pin.parking {
    top: 17%;
    left: 10%;
  }
}
.section--vision .pin.hospital {
  top: 9%;
  left: 60%;
}
@media screen and (max-width: 834px) {
  .section--vision .pin.hospital {
    top: 9%;
    left: 60%;
  }
}
.section--vision .pin.transportation {
  top: 72%;
  left: 9%;
}
@media screen and (max-width: 834px) {
  .section--vision .pin.transportation {
    top: 72%;
    left: 9%;
  }
}
.section--vision .pin.restaurant {
  top: 69%;
  left: 59%;
}
@media screen and (max-width: 834px) {
  .section--vision .pin.restaurant {
    top: 69%;
    left: 59%;
  }
}
.section--vision .pin.cinema {
  top: 2%;
  left: 84%;
}
@media screen and (max-width: 834px) {
  .section--vision .pin.cinema {
    top: 2%;
    left: 84%;
  }
}
.section--vision .pin.evacuation {
  top: 44%;
  left: 12%;
}
@media screen and (max-width: 834px) {
  .section--vision .pin.evacuation {
    top: 44%;
    left: 12%;
  }
}
.section--vision .pin.stadium {
  top: 39%;
  left: 79%;
}
@media screen and (max-width: 834px) {
  .section--vision .pin.stadium {
    top: 39%;
    left: 79%;
  }
}
.section--vision .pin.office {
  top: 5%;
  left: 35%;
}
@media screen and (max-width: 834px) {
  .section--vision .pin.office {
    top: 5%;
    left: 35%;
  }
}
.section--vision .pin.toilet {
  top: 62%;
  left: 35%;
}
@media screen and (max-width: 834px) {
  .section--vision .pin.toilet {
    top: 62%;
    left: 35%;
  }
}
.section--vision .pin.hotel {
  top: 56%;
  left: 84%;
}
@media screen and (max-width: 834px) {
  .section--vision .pin.hotel {
    top: 56%;
    left: 84%;
  }
}
.section--vision .pin.alternative {
  animation: jump 6s ease-out infinite forwards, fade_out 6s ease-out infinite forwards;
  animation-delay: 2s;
}
@keyframes jump {
  0% {
    transform: translate3d(0, 0, 0);
  }
  20% {
    transform: translate3d(0, 0, 0);
  }
  22% {
    transform: translate3d(0, -15%, 0);
  }
  24% {
    transform: translate3d(0, 0, 0);
  }
  80% {
    transform: translate3d(0, 0, 0);
  }
  82% {
    transform: translate3d(0, -15%, 0);
  }
  84% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fade_out {
  0% {
    opacity: 1;
  }
  20% {
    opacity: 1;
  }
  21% {
    opacity: 0;
  }
  80% {
    opacity: 0;
  }
  81% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

/* section--cases
----------------------------------- */
.section--cases {
  background: #fff;
  padding: 12rem 0;
}
.section--cases .list--cases li {
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 835px) {
  .section--cases .list--cases li {
    display: flex;
  }
}
.section--cases .list--cases li .ph {
  position: relative;
}
@media screen and (min-width: 835px) {
  .section--cases .list--cases li .ph {
    width: 50%;
  }
}
@media screen and (max-width: 834px) {
  .section--cases .list--cases li .ph {
    height: 30rem;
  }
}
.section--cases .list--cases li .ph .ph--case {
  width: 100%;
  height: 100%;
  background-size: cover;
}
.section--cases .list--cases li .ph .logo {
  position: absolute;
  top: 5rem;
  left: 5rem;
  height: 15rem;
}
@media screen and (max-width: 834px) {
  .section--cases .list--cases li .ph .logo {
    height: 10rem;
    top: 3rem;
    left: auto;
    right: 3rem;
  }
}
.section--cases .list--cases li .ph .mask-shape {
  height: 101%;
  position: absolute;
  right: -1px;
  top: -1px;
}
@media screen and (max-width: 834px) {
  .section--cases .list--cases li .ph .mask-shape {
    display: none;
  }
}
.section--cases .list--cases li.list__item--01 .ph--case {
  background-image: url(assets/ph_case01.webp);
  background-position: right 0;
}
@media screen and (max-width: 834px) {
  .section--cases .list--cases li.list__item--01 .ph--case {
    background-position: 20% 0;
  }
}
.section--cases .list--cases li.list__item--02 .ph--case {
  background-image: url(assets/ph_case02.webp);
}
.section--cases .list--cases li.list__item--03 .ph--case {
  background-image: url(assets/ph_case03.webp);
}
.section--cases .list--cases li.list__item--04 .ph--case {
  background-image: url(assets/ph_case04.webp);
}
@media screen and (min-width: 835px) {
  .section--cases .list--cases li .txt-side {
    width: 50%;
  }
}
.section--cases .list--cases li .txt-side {
  padding: 12vw 10vw 8vw 4vw;
  position: relative;
}
@media screen and (max-width: 834px) {
  .section--cases .list--cases li .txt-side {
    overflow: hidden;
    padding: 10vw 7vw 24vw;
  }
}
.section--cases .list--cases li .txt-wrap {
  position: relative;
}
.section--cases .list--cases li .tit {
  font-size: 3.8rem;
  font-weight: 700;
  margin: 0 0 1em;
  line-height: 1.4em;
  letter-spacing: 0.075em;
}
@media screen and (max-width: 834px) {
  .section--cases .list--cases li .tit {
    font-size: 2.4rem;
  }
}
.section--cases .list--cases li .txt + .txt {
  margin-top: 1em;
}
.section--cases .list--cases li .btn {
  margin-top: 4.5rem;
  margin-bottom: 0;
}
.section--cases .list--cases li .btn .btn--sub {
  padding-top: 1em;
  padding-bottom: 1em;
  font-family: sofia-pro, -apple-system, Helvetica, sans-serif;
  font-weight: 400;
}
.section--cases .list--cases li .numb {
  font-family: sofia-pro, -apple-system, Helvetica, sans-serif;
  font-weight: 400;
  position: relative;
}
@media screen and (min-width: 835px) {
  .section--cases .list--cases li .numb {
    position: absolute;
    top: 5rem;
    left: 0;
    width: 100%;
    padding: 0 0 0 4vw;
  }
}
@media screen and (max-width: 834px) {
  .section--cases .list--cases li .numb {
    margin-bottom: 1em;
  }
}
.section--cases .list--cases li .numb img {
  position: absolute;
  bottom: -3rem;
  left: -11vw;
  width: 26vw;
}
@media screen and (max-width: 834px) {
  .section--cases .list--cases li .numb img {
    display: none;
  }
}
.section--cases .list--cases li .bg-txt {
  font-family: sofia-pro, -apple-system, Helvetica, sans-serif;
  font-weight: 400;
  opacity: 0.06;
  font-size: 8rem;
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  position: absolute;
  line-height: 0.7;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 834px) {
  .section--cases .list--cases li .bg-txt {
    transform: rotate(180deg);
    bottom: 0;
    right: 0;
  }
}
@media screen and (min-width: 835px) {
  .section--cases .list--cases li .bg-txt {
    top: 0;
  }
}
@media screen and (min-width: 835px) {
  .section--cases .list--cases li:nth-child(odd) .ph .mask-shape {
    transform: scale(1, -1);
  }
  .section--cases .list--cases li:nth-child(odd) .bg-txt {
    transform: rotate(180deg);
    right: 0;
  }
  .section--cases .list--cases li:nth-child(even) .ph {
    order: 2;
  }
  .section--cases .list--cases li:nth-child(even) .ph .mask-shape {
    left: -1px;
    top: -1px;
    transform: scale(-1, -1);
    right: auto;
  }
  .section--cases .list--cases li:nth-child(even) .txt-side {
    padding: 12vw 4vw 10vw 10vw;
  }
  .section--cases .list--cases li:nth-child(even) .numb {
    padding: 0 4vw 0 0;
    left: auto;
    right: 0;
    text-align: right;
  }
  .section--cases .list--cases li:nth-child(even) .numb img {
    left: auto;
    right: -11vw;
    transform: scale(-1, 1);
  }
  .section--cases .list--cases li:nth-child(even) .bg-txt {
    left: 0;
  }
}

/* section--concept
----------------------------------- */
.section--concept {
  background: #fff;
  padding-bottom: 0;
}
.section--concept > .inner {
  position: relative;
  z-index: 1;
  text-align: center;
}
.section--concept .box {
  margin: 0 auto;
  text-align: left;
  background: #fff;
  border: 1px solid;
}
@media screen and (max-width: 834px) {
  .section--concept .box {
    padding: 5vw;
  }
}
@media screen and (min-width: 835px) {
  .section--concept .box {
    padding: 8rem;
    display: inline-block;
    writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
  }
  .section--concept .box h2.section-tit {
    margin: 0 0 0 3em;
  }
  .section--concept .box h2.section-tit .jp {
    margin: 0 1em 0 0;
  }
  .section--concept .box h2.section-tit .en::after {
    width: 2px;
    left: 0.1em;
    top: 0;
    height: calc(100% + 2em);
  }
}
.section--concept .box .txt {
  font-family: ryo-text-plusn, "Hiragino Mincho ProN", "Noto Serif JP", "Yu Mincho", YuMincho, serif;
  font-weight: 500;
  letter-spacing: 0.15em;
}
@media screen and (min-width: 835px) {
  .section--concept .box .txt {
    font-size: 2rem;
    line-height: 2.6;
    font-feature-settings: normal;
  }
}
@media screen and (max-width: 834px) {
  .section--concept .box .txt {
    font-size: 4vw;
    line-height: 2;
  }
}
@media screen and (min-width: 614px) and (max-width: 834px) {
  .section--concept .box .txt {
    font-size: 3vw;
  }
}
@media screen and (min-width: 835px) {
  .section--concept .box .txt + .txt {
    margin-right: 2em;
  }
}
@media screen and (max-width: 834px) {
  .section--concept .box .txt + .txt {
    margin-top: 2em;
  }
}
.section--concept .ph--block {
  background-image: url(assets/ph_concept.webp);
  margin-top: -30rem;
  height: 60rem;
}
@media screen and (max-width: 834px) {
  .section--concept .ph--block {
    height: 48rem;
  }
}

/* section--member
----------------------------------- */
.section--member {
  background: #fff;
}
.section--member .inner {
  max-width: none;
}
@media screen and (min-width: 835px) {
  .section--member .list--member {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 834px) {
  .section--member .list--member {
    margin-top: 8rem;
  }
}
@media screen and (min-width: 835px) {
  .section--member .list--member > li {
    width: 27%;
  }
}
.section--member .list--member > li {
  position: relative;
}
.section--member .list--member > li:nth-child(3n-1) {
  margin-top: 7vw;
}
@media screen and (max-width: 834px) {
  .section--member .list--member > li + li {
    margin-top: 4rem;
  }
}
.section--member .list--member a {
  display: block;
  text-decoration: none;
}
.section--member .list--member .thumb {
  width: 100%;
  height: 0;
  padding-top: 100%;
  position: relative;
  border-radius: 2rem;
  overflow: hidden;
  box-shadow: 2.5rem 4rem 6rem rgba(26, 8, 80, 0.3);
  line-height: 0;
}
@media screen and (max-width: 834px) {
  .section--member .list--member .thumb {
    border-radius: 1.6rem;
  }
}
.section--member .list--member .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
  transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
}
.section--member .list--member a:hover .thumb img {
  transform: scale(1.1);
}
.section--member .list--member .name {
  position: absolute;
  font-family: sofia-pro, -apple-system, Helvetica, sans-serif;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.3em;
}
@media screen and (min-width: 835px) {
  .section--member .list--member .name {
    writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    right: -2.5em;
    top: 0;
    font-size: 0.8vw;
  }
}
@media screen and (max-width: 834px) {
  .section--member .list--member .name {
    opacity: 0.5;
    width: 100%;
    text-align: center;
    top: -3rem;
    font-size: 3vw;
  }
}
@media screen and (min-width: 614px) and (max-width: 834px) {
  .section--member .list--member .name {
    font-size: 2vw;
  }
}
.section--member .list--member .txt-side {
  background: #fff;
  padding: 1.6rem 2.4rem;
  position: relative;
  margin-top: -4vw;
}
@media screen and (min-width: 835px) {
  .section--member .list--member .txt-side {
    right: -5rem;
  }
}
@media screen and (max-width: 834px) {
  .section--member .list--member .txt-side {
    margin: 0 5%;
    top: -4rem;
  }
}
.section--member .list--member .role {
  font-size: 1.8rem;
  font-weight: 700;
  margin: 0 0 0.25em;
}
.section--member .list--member .txt {
  font-size: 1.3rem;
}
.section--member .more {
  text-align: right;
}
@media screen and (max-width: 834px) {
  .section--member .more {
    text-align: center;
  }
}
.section--member .more a {
  display: inline-block;
  font-family: sofia-pro, -apple-system, Helvetica, sans-serif;
  font-weight: 500;
}
.section--member .note-link {
  margin-top: 8rem;
  display: flex;
  justify-content: center;
}
.section--member .note-link a {
  display: block;
  border: 1px solid;
  padding: 2.4rem 7rem;
  text-decoration: none;
  position: relative;
}
@media screen and (min-width: 835px) {
  .section--member .note-link a {
    border-radius: 100px;
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 834px) {
  .section--member .note-link a {
    border-radius: 1.6rem;
    padding: 7vw;
  }
}
.section--member .note-link a:hover {
  background: #F6F6FA;
}
.section--member .note-link .tit {
  font-weight: 700;
  margin-right: 4rem;
  display: flex;
  align-items: center;
  line-height: 1;
}
@media screen and (max-width: 834px) {
  .section--member .note-link .tit {
    margin: 0 0 1em;
  }
}
.section--member .note-link .tit img {
  margin: 0 1.5rem 0 0;
}
@media screen and (max-width: 834px) {
  .section--member .note-link .tit img {
    height: 2.4rem;
  }
}
.section--member .note-link .txt {
  font-size: 1.4rem;
}
.section--member .note-link .icon {
  margin: 0 -2rem 0 4rem;
  font-size: 2rem;
}
@media screen and (max-width: 834px) {
  .section--member .note-link .icon {
    position: absolute;
    top: 7vw;
    right: 7vw;
    margin: 0;
  }
}
@media screen and (max-width: 834px) {
  .section--member .note-link br {
    display: none;
  }
}

/* section--care
----------------------------------- */
.section--care {
  background: #F6F6FA;
}
@media screen and (min-width: 835px) {
  .section--care .inner {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (min-width: 835px) {
  .section--care .tit-side {
    width: 40%;
  }
}
.section--care .txt-side {
  flex: 1;
}
.section--care .list--care {
  border-bottom: 1px solid;
}
.section--care .list--care > li {
  border-top: 1px solid;
}
.section--care .list--care > li a {
  display: block;
  text-decoration: none;
}
.section--care .list--care > li a:hover {
  color: #8140d5;
}
.section--care .list--care > li a:hover .ac-btn::before,
.section--care .list--care > li a:hover .ac-btn::after {
  background: #8140d5;
}
.section--care .list--care .tit {
  padding: 4rem 0;
  font-size: 2.4rem;
  position: relative;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
}
@media screen and (max-width: 834px) {
  .section--care .list--care .tit {
    font-size: 2rem;
  }
}
.section--care .list--care .txt {
  display: none;
  margin-bottom: 4rem;
  margin-top: -1rem;
}
.section--care .list--care .txt dt {
  font-weight: 700;
  margin: 0 0 0.75em;
}
.section--care .list--care .txt dd + dt {
  margin-top: 2em;
}
@media screen and (max-width: 834px) {
  .section--care .list--care .txt dd {
    font-size: 1.4rem;
  }
}
.section--care .list--care .ac-btn {
  display: block;
  width: 2rem;
  height: 2rem;
  position: absolute;
  right: 2%;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
}
.section--care .list--care .ac-btn::before, .section--care .list--care .ac-btn::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #1D263D;
  transform: rotate(45deg);
  transform-origin: 0% 50%;
  position: absolute;
  top: 14%;
  left: 14%;
  transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
}
.section--care .list--care .ac-btn::after {
  transform: rotate(-45deg);
  transform-origin: 100% 50%;
  left: auto;
  right: 14%;
}
.section--care .list--care .ac-open .ac-btn {
  transform: translateY(-50%) rotate(0);
}

/* section--description
----------------------------------- */
.section--description {
  background: #fff;
}
.section--description .inner .list--description {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
@media screen and (max-width: 834px) {
  .section--description .inner .list--description {
    flex-direction: column;
  }
}
.section--description .inner .list--description .list-item {
  width: calc(25% - 18px);
  background: #f8f8fa;
  border-radius: 16px;
  overflow: hidden;
}
@media screen and (max-width: 1100px) {
  .section--description .inner .list--description .list-item {
    width: calc(50% - 12px);
  }
}
@media screen and (max-width: 834px) {
  .section--description .inner .list--description .list-item {
    width: 100%;
  }
}
.section--description .inner .list--description .list-item a {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 24px;
  width: 100%;
  height: 100%;
  text-decoration: none;
}
.section--description .inner .list--description .list-item a:hover {
  opacity: 0.7;
}
.section--description .inner .list--description .list-item a img {
  width: calc(100% + 48px);
  max-width: none;
  margin: -24px -24px 8px -24px;
  height: 180px;
  object-fit: cover;
  display: block;
  flex-shrink: 0;
}
.section--description .inner .list--description .list-item h3 {
  font-size: calc(16px + 2 * (100vw - 320px) / 680);
  line-height: 1.5;
}
.section--description .inner .list--description .list-item p {
  font-size: calc(14px + 0 * (100vw - 320px) / 680);
  line-height: 1.5;
}
.section--description .inner .list--description .list-item p.list-item-link {
  font-weight: bold;
  color: #4D2570;
}

/* section--process
----------------------------------- */
.section--process {
  background: #fff;
}
.section--process .inner .list--description {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
@media screen and (max-width: 834px) {
  .section--process .inner .list--description {
    flex-direction: column;
  }
}
.section--process .inner .list--description .list-item {
  width: calc(25% - 18px);
  background: #f8f8fa;
  border-radius: 50%;
  aspect-ratio: 1/1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 24px;
  text-decoration: none;
  overflow: hidden;
}
@media screen and (max-width: 834px) {
  .section--process .inner .list--description .list-item {
    width: 100%;
  }
}
.section--process .inner .list--description .list-item h3 {
  font-size: calc(16px + 2 * (100vw - 320px) / 680);
  line-height: 1.5;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  text-align: center;
}
.section--process .inner .list--description .list-item p {
  font-size: calc(14px + 0 * (100vw - 320px) / 680);
  line-height: 1.5;
  text-align: center;
}

/* section--entry
----------------------------------- */
.section--entry h2.section-tit {
  font-family: ryo-text-plusn, "Hiragino Mincho ProN", "Noto Serif JP", "Yu Mincho", YuMincho, serif;
  font-size: 4rem;
  margin-bottom: 32px;
  letter-spacing: 0.4em;
}
@media screen and (max-width: 834px) {
  .section--entry h2.section-tit {
    font-size: 2.4rem;
  }
}

.ph--entry {
  background-image: none;
  background-position: center;
  margin-bottom: 0;
  overflow: hidden;
  height: 75rem;
}
@media screen and (max-width: 834px) {
  .ph--entry {
    height: 32rem;
  }
}
.entry-carousel .carousel-slide {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}
.entry-carousel .carousel-slide.active {
  opacity: 1;
}

.section--entry {
  background: url(assets/dot.png);
  background-size: 4px;
}
@media screen and (min-width: 835px) {
  .section--entry {
    padding: 80px 0;
  }
}
.section--entry {
  color: #fff;
  text-align: center;
}
.section--entry h2.section-tit .en::after {
  background: #fff;
  width: 6em;
  left: 50%;
  margin-left: -3em;
}
@media screen and (max-width: 834px) {
  .section--entry .lead {
    text-align: left;
    font-size: 1.4rem;
  }
}

#stalker {
  pointer-events: none;
  position: fixed;
  top: -16px;
  left: -16px;
  width: 24px;
  height: 24px;
  opacity: 0.5;
  background: #8140d5;
  border-radius: 50%;
  transition: transform 0.2s, top, 0.3s, left 0.3s, width 0.4s, height 0.4s, background-color 0.3s;
  transition-timing-function: ease-out;
  z-index: 9999;
}
#stalker.hov_ {
  top: -32px;
  left: -32px;
  width: 64px;
  height: 64px;
  background: #7bfffa;
}
@media screen and (max-width: 834px) {
  #stalker {
    display: none;
  }
}

/* before */
section.delighter .grad01 {
  transform: scale(0.5) translate(-50%, 50%);
  opacity: 0;
  transition: all 0.35s ease-in-out 0.5s;
  -webkit-transition: all 0.35s ease-in-out 0.5s;
}
section.delighter .grad02 {
  transform: scale(0.8) translate(-50%, 50%);
  opacity: 0;
  transition: all 0.5s ease-in-out 0.25s;
  -webkit-transition: all 0.5s ease-in-out 0.25s;
}
section.delighter > .inner {
  opacity: 0;
  transition: all 0.5s ease-in-out 0.5s;
  -webkit-transition: all 0.5s ease-in-out 0.5s;
}
section.delighter.section--concept .inner {
  opacity: 1;
  transform: translateY(10rem);
  transition: all 0.35s ease-in-out 0s;
  -webkit-transition: all 0.35s ease-in-out 0s;
}

.section--vision .txt--side.delighter > li:nth-of-type(1) {
  transition: all 0.4s ease-in-out 0.15s;
  -webkit-transition: all 0.4s ease-in-out 0.15s;
  transform: translateY(1rem);
  opacity: 0;
}
.section--vision .txt--side.delighter > li:nth-of-type(2) {
  transition: all 0.4s ease-in-out 0.3s;
  -webkit-transition: all 0.4s ease-in-out 0.3s;
  transform: translateY(1rem);
  opacity: 0;
}
.section--vision .txt--side.delighter > li:nth-of-type(3) {
  transition: all 0.4s ease-in-out 0.45s;
  -webkit-transition: all 0.4s ease-in-out 0.45s;
  transform: translateY(1rem);
  opacity: 0;
}
.section--vision .txt--side.delighter > li:nth-of-type(4) {
  transition: all 0.4s ease-in-out 0.6s;
  -webkit-transition: all 0.4s ease-in-out 0.6s;
  transform: translateY(1rem);
  opacity: 0;
}
.section--vision .txt--side.delighter > li:nth-of-type(5) {
  transition: all 0.4s ease-in-out 0.75s;
  -webkit-transition: all 0.4s ease-in-out 0.75s;
  transform: translateY(1rem);
  opacity: 0;
}
.section--vision .txt--side.delighter > li:nth-of-type(6) {
  transition: all 0.4s ease-in-out 0.9s;
  -webkit-transition: all 0.4s ease-in-out 0.9s;
  transform: translateY(1rem);
  opacity: 0;
}
.section--vision .txt--side.delighter > li:nth-of-type(7) {
  transition: all 0.4s ease-in-out 1.05s;
  -webkit-transition: all 0.4s ease-in-out 1.05s;
  transform: translateY(1rem);
  opacity: 0;
}
.section--vision .txt--side.delighter > li:nth-of-type(8) {
  transition: all 0.4s ease-in-out 1.2s;
  -webkit-transition: all 0.4s ease-in-out 1.2s;
  transform: translateY(1rem);
  opacity: 0;
}
.section--vision .txt--side.delighter > li:nth-of-type(9) {
  transition: all 0.4s ease-in-out 1.35s;
  -webkit-transition: all 0.4s ease-in-out 1.35s;
  transform: translateY(1rem);
  opacity: 0;
}
.section--vision .txt--side.delighter > li:nth-of-type(10) {
  transition: all 0.4s ease-in-out 1.5s;
  -webkit-transition: all 0.4s ease-in-out 1.5s;
  transform: translateY(1rem);
  opacity: 0;
}
.section--vision .txt--side.delighter > li:nth-of-type(11) {
  transition: all 0.4s ease-in-out 1.65s;
  -webkit-transition: all 0.4s ease-in-out 1.65s;
  transform: translateY(1rem);
  opacity: 0;
}
.section--vision .txt--side.delighter > li:nth-of-type(12) {
  transition: all 0.4s ease-in-out 1.8s;
  -webkit-transition: all 0.4s ease-in-out 1.8s;
  transform: translateY(1rem);
  opacity: 0;
}
.section--vision .txt--side.delighter > li:nth-of-type(13) {
  transition: all 0.4s ease-in-out 1.95s;
  -webkit-transition: all 0.4s ease-in-out 1.95s;
  transform: translateY(1rem);
  opacity: 0;
}

.section--vision .txt--side .em.delighter::after {
  transform: scaleX(1);
  transition: all 0.35s ease-in-out 1s;
  -webkit-transition: all 0.35s ease-in-out 1s;
  transform-origin: right;
}

@media screen and (min-width: 835px) {
  .section--cases .list--cases li.delighter .txt-side .numb,
  .section--cases .list--cases li.delighter .txt-side .tit,
  .section--cases .list--cases li.delighter .txt-side .txt,
  .section--cases .list--cases li.delighter .txt-side .btn {
    opacity: 0;
    transform: translateX(-3rem);
  }
  .section--cases .list--cases li.delighter:nth-child(odd) .txt-side .numb,
  .section--cases .list--cases li.delighter:nth-child(odd) .txt-side .tit,
  .section--cases .list--cases li.delighter:nth-child(odd) .txt-side .txt,
  .section--cases .list--cases li.delighter:nth-child(odd) .txt-side .btn {
    transform: translateX(3rem);
  }
  .section--cases .list--cases li.delighter .txt-side .numb {
    transition: all 0.35s ease-in-out 0s;
    -webkit-transition: all 0.35s ease-in-out 0s;
  }
  .section--cases .list--cases li.delighter .txt-side .tit {
    transition: all 0.35s ease-in-out 0.15s;
    -webkit-transition: all 0.35s ease-in-out 0.15s;
  }
  .section--cases .list--cases li.delighter .txt-side .txt {
    transition: all 0.35s ease-in-out 0.3s;
    -webkit-transition: all 0.35s ease-in-out 0.3s;
  }
  .section--cases .list--cases li.delighter .txt-side .btn {
    transition: all 0.35s ease-in-out 0.45s;
    -webkit-transition: all 0.35s ease-in-out 0.45s;
  }
}
@media screen and (max-width: 834px) {
  .section--cases .list--cases li.delighter .txt-side .numb,
  .section--cases .list--cases li.delighter .txt-side .tit,
  .section--cases .list--cases li.delighter .txt-side .txt,
  .section--cases .list--cases li.delighter .txt-side .btn {
    transform: translateY(3rem);
    opacity: 0;
  }
  .section--cases .list--cases li.delighter .txt-side .numb {
    transition: all 0.35s ease-in-out 0.5s;
    -webkit-transition: all 0.35s ease-in-out 0.5s;
  }
  .section--cases .list--cases li.delighter .txt-side .tit {
    transition: all 0.35s ease-in-out 0.65s;
    -webkit-transition: all 0.35s ease-in-out 0.65s;
  }
  .section--cases .list--cases li.delighter .txt-side .txt {
    transition: all 0.35s ease-in-out 0.8s;
    -webkit-transition: all 0.35s ease-in-out 0.8s;
  }
  .section--cases .list--cases li.delighter .txt-side .btn {
    transition: all 0.35s ease-in-out 0.95s;
    -webkit-transition: all 0.35s ease-in-out 0.95s;
  }
}
.section--member .list--member > li:nth-child(1) {
  transition: all 0.5s ease-in-out 0.8s;
  -webkit-transition: all 0.5s ease-in-out 0.8s;
  transform: translateY(10rem);
  opacity: 0;
}

.section--member .list--member > li:nth-child(2) {
  transition: all 0.5s ease-in-out 1.1s;
  -webkit-transition: all 0.5s ease-in-out 1.1s;
  transform: translateY(10rem);
  opacity: 0;
}

.section--member .list--member > li:nth-child(3) {
  transition: all 0.5s ease-in-out 1.4s;
  -webkit-transition: all 0.5s ease-in-out 1.4s;
  transform: translateY(10rem);
  opacity: 0;
}

.section--member .list--member > li:nth-child(4) {
  transition: all 0.5s ease-in-out 1.7s;
  -webkit-transition: all 0.5s ease-in-out 1.7s;
  transform: translateY(10rem);
  opacity: 0;
}

.section--member .list--member > li:nth-child(5) {
  transition: all 0.5s ease-in-out 2s;
  -webkit-transition: all 0.5s ease-in-out 2s;
  transform: translateY(10rem);
  opacity: 0;
}

.section--member .list--member > li:nth-child(6) {
  transition: all 0.5s ease-in-out 2.3s;
  -webkit-transition: all 0.5s ease-in-out 2.3s;
  transform: translateY(10rem);
  opacity: 0;
}

.section--member .list--member > li:nth-child(7) {
  transition: all 0.5s ease-in-out 2.6s;
  -webkit-transition: all 0.5s ease-in-out 2.6s;
  transform: translateY(10rem);
  opacity: 0;
}

.section--member .list--member > li:nth-child(8) {
  transition: all 0.5s ease-in-out 2.9s;
  -webkit-transition: all 0.5s ease-in-out 2.9s;
  transform: translateY(10rem);
  opacity: 0;
}

.section--member .list--member > li:nth-child(9) {
  transition: all 0.5s ease-in-out 3.2s;
  -webkit-transition: all 0.5s ease-in-out 3.2s;
  transform: translateY(10rem);
  opacity: 0;
}

.section--member .list--member > li:nth-child(10) {
  transition: all 0.5s ease-in-out 3.5s;
  -webkit-transition: all 0.5s ease-in-out 3.5s;
  transform: translateY(10rem);
  opacity: 0;
}

.section--member .list--member > li:nth-child(11) {
  transition: all 0.5s ease-in-out 3.8s;
  -webkit-transition: all 0.5s ease-in-out 3.8s;
  transform: translateY(10rem);
  opacity: 0;
}

.section--member .list--member > li:nth-child(12) {
  transition: all 0.5s ease-in-out 4.1s;
  -webkit-transition: all 0.5s ease-in-out 4.1s;
  transform: translateY(10rem);
  opacity: 0;
}

.section--member .list--member > li:nth-child(13) {
  transition: all 0.5s ease-in-out 4.4s;
  -webkit-transition: all 0.5s ease-in-out 4.4s;
  transform: translateY(10rem);
  opacity: 0;
}

/* after */
.delighter.started .grad01 {
  transform: scale(0.5) translate(0, 0);
  opacity: 1;
}
@media screen and (max-width: 834px) {
  .delighter.started .grad01 {
    transform: scale(0.75) translate(0, 0);
  }
}
.delighter.started .grad02 {
  transform: scale(0.8) translate(0, 0);
  opacity: 1;
}
@media screen and (max-width: 834px) {
  .delighter.started .grad02 {
    transform: scale(1) translate(0, 0);
  }
}
.delighter.started > .inner {
  opacity: 1;
}
.delighter.started.section--concept .inner {
  transform: translate(0, 0);
}

.section--vision .txt--side.delighter.started > li {
  transform: translate(0);
  opacity: 1;
}

.section--vision .txt--side .em.delighter.started::after {
  transform: scaleX(0);
}

.section--cases .list--cases li.delighter.started .txt-side .numb,
.section--cases .list--cases li.delighter.started .txt-side .tit,
.section--cases .list--cases li.delighter.started .txt-side .txt,
.section--cases .list--cases li.delighter.started .txt-side .btn {
  opacity: 1;
  transform: translateX(0);
}

.section--member.delighter.started .list--member > li {
  transform: translateY(0);
  opacity: 1;
}

/* job description page css
----------------------------------- */
.page--head.description-detail {
  padding: 64px 20px;
}
@media screen and (max-width: 834px) {
  .page--head.description-detail {
    padding: 20px;
  }
}
.page--head.description-detail .area__inner {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 40px 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
}
.page--head.description-detail .area__inner h2 {
  font-size: calc(24px + 40 * (100vw - 320px) / 960);
  font-family: ryo-text-plusn, "Hiragino Mincho ProN", "Noto Serif JP", "Yu Mincho", YuMincho, serif;
  font-weight: normal;
  color: #fff;
  text-align: center;
}
.page--head.description-detail .area__inner p {
  font-size: 14px;
  color: #fff;
}
.page--head.description-detail .entry-btn {
  width: -moz-fit-content;
  width: fit-content;
}
.page--head.description-detail .entry-btn .btn--direct {
  width: -moz-fit-content;
  width: fit-content;
}

.contents.description-detail {
  background: #fff;
  position: relative;
  width: 100%;
  margin: 0 auto;
  border-bottom: 1px solid #f1f1f1;
  padding: 24px 0;
}
@media screen and (max-width: 834px) {
  .contents.description-detail {
    gap: 0;
  }
}
.contents.description-detail .description-detail__inner {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 0;
}
.contents.description-detail .description-detail__inner p:first-child {
  display: block;
  width: 100%;
  font-size: 14px;
  margin: 0 0 16px;
  padding: 20px;
}
.contents.description-detail .description-detail__inner h3 {
  width: 30%;
  border-bottom: 1px solid rgba(120, 0, 210, 0.1);
  padding: 16px 0 16px 20px;
  margin: 0 0 16px 0;
}
@media screen and (max-width: 834px) {
  .contents.description-detail .description-detail__inner h3 {
    width: 100%;
    padding: 16px 20px;
    margin: 0;
    border: 0;
  }
}
.contents.description-detail .description-detail__inner h3 + p {
  width: 70%;
  font-size: 14px;
  border-bottom: 1px solid rgba(120, 0, 210, 0.1);
  padding: 16px 8rem 16px 0;
  margin: 0 0 16px 0;
}
@media screen and (max-width: 834px) {
  .contents.description-detail .description-detail__inner h3 + p {
    width: 100%;
    padding: 0 20px 16px 20px;
  }
}

.material-symbols-outlined {
  font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;
}

/* ============================================================
   Job Description Detail Pages
============================================================ */
.page--head.description-detail {
  background: linear-gradient(135deg, #1D263D 0%, #4D2570 50%, #7800D2 100%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.job-page .section--entry {
  background-color: #1D263D;
}

.job-detail-back {
  display: inline-flex;
  align-items: center;
  gap: 0.5em;
  text-decoration: none;
  color: #7800D2;
  font-size: 1.4rem;
  font-weight: bold;
  padding: 2.4rem 20px;
}
.job-detail-back:hover {
  opacity: 0.7;
}

.contents.description-detail .description-detail__inner h3 + ul {
  width: 70%;
  font-size: 14px;
  border-bottom: 1px solid rgba(120, 0, 210, 0.1);
  padding: 16px 8rem 16px 1.6rem;
  margin: 0 0 16px 0;
}
@media screen and (max-width: 834px) {
  .contents.description-detail .description-detail__inner h3 + ul {
    width: 100%;
    padding: 8px 20px 16px 20px;
  }
  .contents.description-detail .description-detail__inner h3 + ul li {
    margin-left: 1.2em;
  }
}
.contents.description-detail .description-detail__inner h3 + ul li {
  list-style: disc;
  margin-bottom: 0.4em;
}/*# sourceMappingURL=recruit.css.map */