@charset "UTF-8";
::selection {
  background-color: #ffea00;
  color: #1a1a1a;
}

/* Firefox */
::-moz-selection {
  background-color: #ffea00;
  color: #1a1a1a;
}

html {
  background: url(../images/common/body_bg_txt1.svg) no-repeat center center;
  background-attachment: fixed;
}
@media screen and (max-width: 520px) {
  html {
    background: url(../images/common/key_bg_txt_sp.svg) no-repeat 10% 10%;
    background-attachment: fixed;
    background-size: auto 300px;
  }
}

body {
  overflow-x: hidden;
  background-color: #2F3039;
  position: relative;
  left: 0;
  transition: all .5s ease-in-out;
}
body.js__on {
  left: -100vw;
}
body #global_header {
  transition: all .5s ease-in-out;
}
body #global_header.js__on {
  left: -100vw;
}
body.spz_top #bland_image {
  transition: all .5s ease-in-out;
}
body.spz_top #bland_image.js__on {
  left: -100vw;
}
body.spz_top .vanta-canvas {
  transition: all .5s ease-in-out;
}
body.spz_top .vanta-canvas.js__on {
  left: -110vw !important;
}
body .key_sub .video {
  transition: all .5s ease-in-out;
}
body .key_sub .video.js__on {
  left: -100vw;
}

.loader_wrap {
  width: 100%;
  height: 100%;
  background: #1F202B;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9500;
}
.loader_wrap .load_logo {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  margin: auto;
  width: 50px;
  height: auto;
  vertical-align: bottom;
  animation: pekapeka .85s ease-in-out infinite alternate;
}
.loader_wrap .spz_loader {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  box-shadow: inset 0 0 8px rgba(255, 255, 255, 0.4), 0 0 25px rgba(255, 255, 255, 0.8);
}
.loader_wrap .spz_loader .spz__circle {
  display: inline-block;
  position: absolute;
  filter: brightness(120%) blur(1px);
  mix-blend-mode: screen;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  opacity: .8;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  animation: spinCircle 2s linear infinite;
  animation-fill-mode: both;
}
.loader_wrap .spz_loader .spz__circle:nth-of-type(1) {
  box-shadow: inset 1px 0 0 1px #B2FF59, 4px 0 0 4px #B2FF59;
  transform-origin: 49.7% 49.7%;
}
.loader_wrap .spz_loader .spz__circle:nth-of-type(2) {
  box-shadow: inset 1px 0 0 1px #FF1744, 4px 0 0 4px #FF1744;
  transform-origin: 49.5% 49.8%;
  mix-blend-mode: overlay;
}
.loader_wrap .spz_loader .spz__circle:nth-of-type(3) {
  box-shadow: inset 1px 0 0 1px #FFFF8D, 4px 0 0 4px #FFFF8D;
  transform-origin: 49.8% 49.8%;
}
.loader_wrap .spz_loader .spz__circle:nth-of-type(4) {
  box-shadow: inset 1px 0 0 1px #2979FF, 4px 0 0 4px #2979FF;
  animation-direction: reverse;
  transform-origin: 49.6% 49.8%;
  mix-blend-mode: saturation;
}

@keyframes pekapeka {
  0% {
    opacity: .2;
  }
  100% {
    opacity: .6;
  }
}
@keyframes spinCircle {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(-360deg);
  }
}
.cta_wrap {
  text-align: center;
  padding: 40px 20px;
}
.cta_wrap .txt {
  font-size: 1.8rem;
  line-height: 1.8;
  color: #fff;
  margin-bottom: 20px;
  font-family: "toppan-bunkyu-midashi-go-std", sans-serif;
  font-weight: 900;
  font-style: normal;
}
@media screen and (max-width: 520px) {
  .cta_wrap .txt {
    font-size: 1.6rem;
  }
}
.cta_wrap .txt.graphic, .cta_wrap .txt.webdesign {
  color: #2F3039;
}
.cta_wrap .txt.cony {
  color: #2F3039;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.65), -0.5px -0.5px 1px #000;
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
}
@media screen and (max-width: 520px) {
  .cta_wrap .txt.cony br {
    display: block;
  }
}
.cta_wrap a {
  display: inline-block;
  padding: 8px 40px 7px;
  background: #2F3039;
  border-radius: 4em;
  position: relative;
}
.cta_wrap a::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 4em;
  background: transparent;
  outline: 1px solid #2F3039;
  outline-offset: -1px;
}
.cta_wrap a span {
  display: inline-block;
  color: #fff;
  font-size: 1.5rem;
}
.cta_wrap a span.en {
  font-size: 2.1rem;
  font-weight: bold;
  font-family: "toppan-bunkyu-midashi-go-std", sans-serif;
  font-weight: 900;
  font-style: normal;
  letter-spacing: .4em;
}
.cta_wrap a:hover {
  transition: all .35s ease;
  background: #ffea00;
  outline: 1px solid #ffea00;
  outline-offset: 7px;
}
.cta_wrap a:hover::after {
  transition: all .25s ease;
  outline: 1px solid #ffea00;
  outline-offset: 3px;
}
.cta_wrap a:hover span {
  transition: all .35s ease;
  color: #2F3039;
}

::selection {
  background-color: #ffea00;
  color: #1a1a1a;
}

/* Firefox */
::-moz-selection {
  background-color: #ffea00;
  color: #1a1a1a;
}

#global_header {
  width: auto;
  text-align: center;
  height: 90px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  padding: 24px 0;
}
#global_header.sub {
  text-align: left;
  padding: 0;
  height: auto;
}
@media screen and (max-width: 1100px) {
  #global_header.sub {
    position: fixed;
    width: auto;
    top: 25px;
    left: 25px;
  }
}
#global_header.sub .logo {
  width: auto;
  height: auto;
  position: relative;
  top: 25px;
  left: 25px;
}
#global_header.sub .logo a {
  display: inline-block;
  width: 55px;
}
#global_header.sub .logo a img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
#global_header.illust h1 a img, #global_header.rebrand h1 a img {
  filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.25));
}
@media screen and (max-width: 1100px) {
  #global_header {
    display: block;
    height: 80px;
  }
}
#global_header .logo {
  display: inline-block;
  width: 55px;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 1100px) {
  #global_header .logo {
    position: absolute;
    z-index: 200;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
  }
}
#global_header .logo a {
  display: inline-block;
}
@media screen and (max-width: 1100px) {
  #global_header .logo a {
    display: flex;
    justify-content: center;
  }
}
#global_header .logo a img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
  position: relative;
}

.key_visual {
  width: 100%;
  height: 90vh;
}
.key_visual video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#bland_image {
  width: 100%;
  height: 100svh;
  position: fixed;
  overflow: hidden;
  top: 0;
  left: 0;
  z-index: 1;
  display: grid;
  place-items: center;
  background: #000;
}
#bland_image .vanta-canvas {
  position: fixed !important;
}
#bland_image h1 img {
  position: relative;
  top: 80px;
  transition: .75s;
}
#bland_image h1 img.js__on {
  filter: blur(10px);
}
@media screen and (max-width: 768px) {
  #bland_image h1 img {
    top: 0;
  }
}

.impact-box {
  width: 100%;
  position: fixed;
  overflow: hidden;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.impact-box .bland_impact {
  transition: .75s;
}
.impact-box .bland_impact img.js__on {
  filter: blur(10px);
}
@media screen and (max-width: 834px) {
  .impact-box .bland_impact img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
  }
}

.key_sub {
  position: relative;
  z-index: 1;
  background-color: #fff;
  width: 100%;
  height: 380px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.key_sub.cony {
  height: 95vh;
  background: url("../images/cony/key_page_cony.webp") no-repeat right bottom;
  background-size: cover;
}
@media screen and (max-width: 834px) {
  .key_sub.cony {
    height: 65vh;
    background-position: 30%;
  }
}
@media screen and (max-width: 520px) {
  .key_sub.cony {
    height: 45vh;
  }
}
.key_sub.ryugen {
  height: 80vh;
  background-color: transparent;
}
.key_sub.illust {
  height: 85vh;
  background-color: transparent;
}
.key_sub.webdesign {
  height: 85vh;
  background-color: transparent;
}
.key_sub.rebrand {
  height: 85vh;
  background-color: transparent;
}
.key_sub .big_title {
  color: #2F3039;
  font-size: 4rem;
  font-family: "fot-udkakugo-large-pr6n", sans-serif;
  font-weight: 700;
  font-style: normal;
  padding-top: 65px;
}
.key_sub .sub_title {
  color: #2F3039;
  font-size: 20px;
  font-family: "fot-udkakugo-large-pr6n", sans-serif;
  font-weight: 400;
  font-style: normal;
}

#pankuzu {
  padding: 20px 0;
  margin-bottom: 0;
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 50;
}
#pankuzu .inner {
  text-align: center;
}
#pankuzu .inner a, #pankuzu .inner span {
  display: inline-block;
  font-size: 1.2rem;
  line-height: 1;
  font-family: "greycliff-cf", sans-serif;
  font-weight: 400;
  font-style: normal;
}
#pankuzu .inner a, #pankuzu .inner .current {
  padding: 9px 20px 8px;
  border: 1px solid #fff;
  border-radius: 2em 0 0 2em;
  color: #fff;
}
#pankuzu .inner .circle {
  margin: 0 14px;
  font-weight: bold;
  color: #fff;
}
#pankuzu .inner a:hover {
  transition: all .35s ease;
  background: #2F3039;
  color: #fff;
}

#container {
  width: 100%;
  margin: 0 auto;
  z-index: 100;
  position: relative;
  background: #fff;
}

#container_sub {
  width: 100%;
  margin: 0 auto;
  min-height: 30vh;
  z-index: 100;
  position: relative;
  background: #fff;
}

#footer {
  position: relative;
  z-index: 20;
  width: 100%;
  background-color: #2f3039;
}
#footer .inner {
  padding: 60px;
  text-align: center;
}
#footer .inner .logo {
  width: 70px;
  margin: 0 auto 50px;
}
#footer .inner .navi {
  width: 60%;
  margin: 0 auto 30px;
  display: grid;
  grid-template-columns: 18% 18% 18% 18% 18%;
  column-gap: 2.5%;
  row-gap: 30px;
  justify-content: center;
  text-align: center;
}
@media screen and (max-width: 1440px) {
  #footer .inner .navi {
    width: 80%;
  }
}
@media screen and (max-width: 1100px) {
  #footer .inner .navi {
    display: none;
  }
}
#footer .inner .navi.cony li a {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.35), -0.5px -0.5px 1px #000;
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
}
#footer .inner .navi li {
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
#footer .inner .navi li::before {
  background: #ffea00;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  margin: auto;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform .3s;
  z-index: -1;
  border-radius: 20px 0 0 20px;
}
#footer .inner .navi li:hover a {
  color: #1b1d40;
}
#footer .inner .navi li:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
}
#footer .inner .navi li a {
  display: inline-block;
  line-height: 1;
  font-size: 14px;
  font-family: "fot-udkakugo-large-pr6n", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #fff;
  padding: 7px 10px 6px 14px;
  transition: .6s;
}
#footer .inner .copy small {
  font-size: 10px;
  font-family: "fot-udkakugo-large-pr6n", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #fff;
}

#specialz_bland {
  padding: 120px;
  background: #2F3039;
}

#container {
  position: relative;
  overflow: hidden;
  height: 100%;
  z-index: 5;
  background: rgba(255, 255, 255, 0);
  margin-top: 100svh;
}

#ci_message {
  min-height: 500px;
  position: relative;
  z-index: 2000;
  width: 100%;
  transition: all .35s ease-in-out .8s;
}
#ci_message .ci_wrap {
  position: relative;
  width: 800px;
  margin: 0 auto;
}
@media screen and (max-width: 1440px) {
  #ci_message .ci_wrap {
    width: 50%;
  }
}
@media screen and (max-width: 1100px) {
  #ci_message .ci_wrap {
    width: 70%;
  }
}
@media screen and (max-width: 520px) {
  #ci_message .ci_wrap {
    width: 90%;
  }
}
#ci_message .ci_wrap::before, #ci_message .ci_wrap::after {
  content: "";
  background: #ffea00;
  min-height: 2px;
  min-width: 2px;
  position: absolute;
  z-index: 10;
}
#ci_message .ci_wrap::before {
  width: 270px;
  top: 80px;
}
@media screen and (max-width: 1400px) {
  #ci_message .ci_wrap::before {
    top: 20px;
  }
}
@media screen and (max-width: 768px) {
  #ci_message .ci_wrap::before {
    width: 170px;
  }
}
#ci_message .ci_wrap::after {
  height: 330px;
  top: 20px;
  left: 40px;
}
@media screen and (max-width: 1400px) {
  #ci_message .ci_wrap::after {
    top: 0px;
  }
}
#ci_message .ci_message_inner {
  padding: 140px 0 90px;
  min-height: 750px;
  position: relative;
  z-index: 500;
  background: rgba(47, 48, 57, 0.85);
}
@media screen and (max-width: 1100px) {
  #ci_message .ci_message_inner {
    padding: 140px 0 80px;
  }
}
@media screen and (max-width: 834px) {
  #ci_message .ci_message_inner {
    padding: 200px 0 0;
  }
}
@media screen and (max-width: 520px) {
  #ci_message .ci_message_inner {
    padding: 80px 0 40px;
    min-height: 200px;
  }
}
#ci_message .ci_message_inner .message_header {
  position: relative;
  z-index: 100;
  width: 100%;
  display: flex;
  justify-content: end;
  flex-wrap: nowrap;
}
#ci_message .ci_message_inner .message_header.js__on h2 span {
  transition: all .4s ease-in;
  left: 0;
}
#ci_message .ci_message_inner .message_header.js__on h2 span::after {
  transition: all .55s ease-in .05s;
  left: 100%;
}
#ci_message .ci_message_inner .message_header.js__on p span {
  transition: all .3s ease-in .08s;
  left: 0;
}
#ci_message .ci_message_inner .message_header.js__on p span::after {
  transition: all .55s ease-in .05s;
  left: 100%;
}
@media screen and (max-width: 1100px) {
  #ci_message .ci_message_inner .message_header {
    left: -6vw;
  }
}
@media screen and (max-width: 520px) {
  #ci_message .ci_message_inner .message_header {
    left: -2vw;
    top: -25px;
  }
}
#ci_message .ci_message_inner .message_header h2, #ci_message .ci_message_inner .message_header p {
  color: #fafafa;
  width: fit-content;
  overflow: hidden;
}
#ci_message .ci_message_inner .message_header h2 span, #ci_message .ci_message_inner .message_header p span {
  display: inline-block;
  color: #1b1d40;
}
#ci_message .ci_message_inner .message_header h2 {
  margin-left: auto;
  margin-bottom: 10px;
}
#ci_message .ci_message_inner .message_header h2 span {
  padding: 5px 7px 4px;
  font-size: 4.2rem;
  font-family: "greycliff-cf", sans-serif;
  font-weight: 900;
  font-style: normal;
  line-height: 1;
  background: #ffea00;
  position: relative;
  left: -100%;
}
@media screen and (max-width: 1280px) {
  #ci_message .ci_message_inner .message_header h2 span {
    font-size: 4.2rem;
  }
}
#ci_message .ci_message_inner .message_header h2 span::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #ffea00;
  width: 100%;
  height: 100%;
  z-index: 10;
}
@media screen and (max-width: 520px) {
  #ci_message .ci_message_inner .message_header h2 span {
    font-size: 2.5rem;
  }
}
#ci_message .ci_message_inner .message_header p {
  margin-left: auto;
  color: #fff;
  font-weight: bold;
  font-size: 2.4rem;
  font-family: "toppan-bunkyu-midashi-go-std", sans-serif;
  font-weight: 900;
  font-style: normal;
}
#ci_message .ci_message_inner .message_header p.subtxt {
  margin-top: 41px;
  margin-bottom: 30px;
}
@media screen and (max-width: 520px) {
  #ci_message .ci_message_inner .message_header p.subtxt {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
#ci_message .ci_message_inner .message_header p.subtxt i {
  display: inline-block;
  font-size: 8rem;
  font-style: normal;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  letter-spacing: -0.08em;
  margin-left: auto;
}
@media screen and (max-width: 520px) {
  #ci_message .ci_message_inner .message_header p.subtxt i {
    display: flex;
    justify-content: end;
    font-size: 5.6rem;
  }
}
#ci_message .ci_message_inner .message_header p span {
  padding: 10px 18px 8px;
  font-size: 9.5rem;
  font-family: "greycliff-cf", sans-serif;
  font-weight: 900;
  font-style: normal;
  line-height: 1;
  margin-bottom: 12px;
  background: #ffea00;
  position: relative;
  left: -100%;
}
@media screen and (max-width: 1280px) {
  #ci_message .ci_message_inner .message_header p span {
    font-size: 9.5rem;
  }
}
@media screen and (max-width: 520px) {
  #ci_message .ci_message_inner .message_header p span {
    padding: 10px 12px 8px;
  }
}
#ci_message .ci_message_inner .message_header p span::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #ffea00;
  width: 100%;
  height: 100%;
  z-index: 10;
}
@media screen and (max-width: 1100px) {
  #ci_message .ci_message_inner .message_header p span {
    font-size: 4.8rem;
  }
}
@media screen and (max-width: 520px) {
  #ci_message .ci_message_inner .message_header p span {
    font-size: 3.2rem;
  }
}
#ci_message .ci_message_inner .catch_txt {
  position: relative;
  overflow: hidden;
  padding: 30px 0;
  z-index: 100;
  width: 150%;
  left: -7%;
  margin-bottom: 40px;
}
#ci_message .ci_message_inner .catch_txt.js__on span {
  transition: all .6s ease;
  left: 0;
}
#ci_message .ci_message_inner .catch_txt.js__on span::after {
  transition: all .8s ease-in .25s;
  left: 200%;
}
@media screen and (max-width: 1200px) {
  #ci_message .ci_message_inner .catch_txt {
    width: 100%;
    left: 23%;
  }
}
@media screen and (max-width: 1100px) {
  #ci_message .ci_message_inner .catch_txt {
    left: 33%;
  }
}
@media screen and (max-width: 860px) {
  #ci_message .ci_message_inner .catch_txt {
    left: 17%;
  }
}
@media screen and (max-width: 600px) {
  #ci_message .ci_message_inner .catch_txt {
    left: 0;
  }
}
@media screen and (max-width: 520px) {
  #ci_message .ci_message_inner .catch_txt {
    width: fit-content;
    left: auto;
    margin-left: auto;
    right: 2vw;
    padding: 0 0 25px;
  }
}
#ci_message .ci_message_inner .catch_txt span {
  font-size: 5.2rem;
  color: #1a1a1a;
  background: #ffea00;
  font-family: "toppan-bunkyu-midashi-go-std", sans-serif;
  font-weight: 900;
  font-style: normal;
  display: inline-block;
  padding: 8px 10px;
  line-height: 1;
  position: relative;
  left: -100%;
  overflow: hidden;
}
@media screen and (max-width: 1440px) {
  #ci_message .ci_message_inner .catch_txt span {
    font-size: 4.3rem;
  }
}
@media screen and (max-width: 1250px) {
  #ci_message .ci_message_inner .catch_txt span {
    font-size: 2.7rem;
  }
}
@media screen and (max-width: 768px) {
  #ci_message .ci_message_inner .catch_txt span {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 520px) {
  #ci_message .ci_message_inner .catch_txt span {
    font-size: 1.7rem;
  }
}
#ci_message .ci_message_inner .catch_txt span::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  background: #ffea00;
}
#ci_message .ci_message_inner .catch_txt span span {
  padding: 0;
  font-size: 6rem;
  color: #1a1a1a;
  font-family: "toppan-bunkyu-midashi-go-std", sans-serif;
  font-weight: 900;
  font-style: normal;
  display: block;
  text-align: right;
}
@media screen and (max-width: 1440px) {
  #ci_message .ci_message_inner .catch_txt span span {
    font-size: 5.2rem;
  }
}
@media screen and (max-width: 1250px) {
  #ci_message .ci_message_inner .catch_txt span span {
    font-size: 4.5rem;
  }
}
@media screen and (max-width: 768px) {
  #ci_message .ci_message_inner .catch_txt span span {
    font-size: 3rem;
  }
}
@media screen and (max-width: 520px) {
  #ci_message .ci_message_inner .catch_txt span span {
    font-size: 2.5rem;
  }
}
#ci_message .ci_message_inner .normal_txt_wrap {
  position: relative;
  z-index: 100;
}
@media screen and (max-width: 1280px) {
  #ci_message .ci_message_inner .normal_txt_wrap {
    top: -20px;
  }
}
@media screen and (max-width: 1100px) {
  #ci_message .ci_message_inner .normal_txt_wrap {
    left: -6vw;
  }
}
@media screen and (max-width: 520px) {
  #ci_message .ci_message_inner .normal_txt_wrap {
    left: -2vw;
    top: -15px;
  }
}
#ci_message .ci_message_inner .normal_txt_wrap .normal_txt {
  width: fit-content;
  overflow: hidden;
  position: relative;
  margin-left: auto;
  margin-bottom: 15px;
}
#ci_message .ci_message_inner .normal_txt_wrap .normal_txt span {
  display: inline-block;
  color: #fff;
  font-family: "fot-udkakugo-large-pr6n", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.8rem;
  position: relative;
  height: 100%;
  top: 60px;
}
@media screen and (max-width: 1440px) {
  #ci_message .ci_message_inner .normal_txt_wrap .normal_txt span {
    font-size: 3.4rem;
  }
}
@media screen and (max-width: 1280px) {
  #ci_message .ci_message_inner .normal_txt_wrap .normal_txt span {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 520px) {
  #ci_message .ci_message_inner .normal_txt_wrap .normal_txt span {
    font-size: 1.7rem;
  }
}
#ci_message .ci_message_inner .normal_txt_wrap .normal_txt span .hanten {
  padding: 0;
  display: inline-block;
  transform: rotateY(180deg);
  margin-bottom: 0;
}
#ci_message .ci_message_inner .normal_txt_wrap .normal_txt span.js__on {
  transition: all .55s ease-in-out 0.7s;
  top: 0;
}

.ci_sub_inner {
  background: rgba(47, 48, 57, 0.85);
  position: relative;
  padding: 100px 0 350px;
  width: 100%;
  min-height: 800px;
  z-index: 10;
}
@media screen and (max-width: 1100px) {
  .ci_sub_inner {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 834px) {
  .ci_sub_inner {
    padding-bottom: 120px;
  }
}
@media screen and (max-width: 520px) {
  .ci_sub_inner {
    padding-bottom: 40px;
    min-height: 700px;
  }
}
.ci_sub_inner::before, .ci_sub_inner::after {
  content: "";
  position: absolute;
  min-height: 3px;
  min-width: 3px;
  background: #ffea00;
}
.ci_sub_inner::before {
  right: 21vw;
  bottom: -5vh;
  height: 220px;
}
@media screen and (max-width: 768px) {
  .ci_sub_inner::before {
    bottom: 5vh;
    height: 170px;
  }
}
@media screen and (max-width: 620px) {
  .ci_sub_inner::before {
    right: 10vw;
  }
}
@media screen and (max-width: 520px) {
  .ci_sub_inner::before {
    right: 6vw;
    bottom: 14vh;
  }
}
.ci_sub_inner::after {
  right: 18vw;
  bottom: 1.9vh;
  width: 180px;
}
@media screen and (max-width: 768px) {
  .ci_sub_inner::after {
    bottom: 8vh;
    width: 130px;
  }
}
@media screen and (max-width: 620px) {
  .ci_sub_inner::after {
    right: 7vw;
  }
}
@media screen and (max-width: 520px) {
  .ci_sub_inner::after {
    right: 4vw;
    bottom: 18vh;
  }
}
.ci_sub_inner .kan_box {
  position: relative;
  width: 800px;
  margin: 0 auto;
}
@media screen and (max-width: 1100px) {
  .ci_sub_inner .kan_box {
    width: 70%;
  }
}
@media screen and (max-width: 520px) {
  .ci_sub_inner .kan_box {
    width: 90%;
  }
}
.ci_sub_inner .kan_box .msg_box {
  position: absolute;
  top: 26vh;
  left: -21%;
}
@media screen and (max-width: 1440px) {
  .ci_sub_inner .kan_box .msg_box {
    left: -10%;
    top: 32vh;
  }
}
@media screen and (max-width: 1370px) {
  .ci_sub_inner .kan_box .msg_box {
    top: 28vh;
  }
}
@media screen and (max-width: 1280px) {
  .ci_sub_inner .kan_box .msg_box {
    top: 25vh;
    left: 0;
  }
}
@media screen and (max-width: 1100px) {
  .ci_sub_inner .kan_box .msg_box {
    top: 18vh;
  }
}
@media screen and (max-width: 768px) {
  .ci_sub_inner .kan_box .msg_box {
    left: -10%;
  }
}
@media screen and (max-width: 520px) {
  .ci_sub_inner .kan_box .msg_box {
    z-index: 3000;
    left: -4%;
  }
}
.ci_sub_inner .kan_box .msg_box .normal_txt {
  writing-mode: vertical-rl;
  position: relative;
  width: fit-content;
  height: fit-content;
  overflow: hidden;
}
.ci_sub_inner .kan_box .msg_box .normal_txt:last-child {
  margin-bottom: 0;
}
.ci_sub_inner .kan_box .msg_box .normal_txt .inner {
  overflow: hidden;
  padding: 18px 14px;
  color: #333;
  font-family: "toppan-bunkyu-midashi-go-std", sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 5.2rem;
  line-height: 1.2;
  display: inline-block;
  background: #ffea00;
  position: relative;
  top: -100%;
}
.ci_sub_inner .kan_box .msg_box .normal_txt .inner::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  background: #ffea00;
}
@media screen and (max-width: 1280px) {
  .ci_sub_inner .kan_box .msg_box .normal_txt .inner {
    font-size: 3.5rem;
  }
}
@media screen and (max-width: 768px) {
  .ci_sub_inner .kan_box .msg_box .normal_txt .inner {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 520px) {
  .ci_sub_inner .kan_box .msg_box .normal_txt .inner {
    font-size: 2.1rem;
  }
}
.ci_sub_inner .kan_box .msg_box .normal_txt .inner.js__on {
  transition: all .5s ease-in-out .8s;
  top: 0;
}
.ci_sub_inner .kan_box .msg_box .normal_txt .inner.js__on::after {
  transition: all .5s ease-in-out 1s;
  top: 100%;
}
.ci_sub_inner .kan_box .msg_box .normal_txt .inner span {
  display: inline;
  color: #333;
  font-family: "toppan-bunkyu-midashi-go-std", sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 5.2rem;
  letter-spacing: -.7em;
}
@media screen and (max-width: 1280px) {
  .ci_sub_inner .kan_box .msg_box .normal_txt .inner span {
    font-size: 3.5rem;
  }
}
@media screen and (max-width: 768px) {
  .ci_sub_inner .kan_box .msg_box .normal_txt .inner span {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 520px) {
  .ci_sub_inner .kan_box .msg_box .normal_txt .inner span {
    font-size: 2.1rem;
  }
}
.ci_sub_inner .kan_box .txt_wrap {
  position: absolute;
  top: -40px;
  left: -7vw;
  height: auto;
  overflow: hidden;
}
@media screen and (max-width: 834px) {
  .ci_sub_inner .kan_box .txt_wrap {
    left: -6vw;
  }
}
@media screen and (max-width: 520px) {
  .ci_sub_inner .kan_box .txt_wrap {
    top: -55px;
    left: -2vw;
  }
}
.ci_sub_inner .kan_box .txt_wrap .txt_2 {
  margin-bottom: 20px;
}
.ci_sub_inner .kan_box .txt_wrap .move_txt {
  width: fit-content;
  overflow: hidden;
}
.ci_sub_inner .kan_box .txt_wrap .move_txt:nth-child(1) span {
  font-size: 8rem;
}
@media screen and (max-width: 1100px) {
  .ci_sub_inner .kan_box .txt_wrap .move_txt:nth-child(1) span {
    font-size: 6rem;
  }
}
@media screen and (max-width: 520px) {
  .ci_sub_inner .kan_box .txt_wrap .move_txt:nth-child(1) span {
    font-size: 6rem;
  }
}
.ci_sub_inner .kan_box .txt_wrap .move_txt.js__on span {
  left: 0;
}
.ci_sub_inner .kan_box .txt_wrap .move_txt.js__on span::after {
  left: 100%;
}
.ci_sub_inner .kan_box .txt_wrap .move_txt span {
  display: inline-block;
  line-height: 1;
  font-size: 12rem;
  padding: 6px 14px 5px;
  font-family: "greycliff-cf", sans-serif;
  font-weight: 900;
  font-style: normal;
  overflow: hidden;
  position: relative;
  z-index: 1;
  background: #ffea00;
  left: -100%;
  transition: all .35s ease-in-out 0.2s;
}
@media screen and (max-width: 1280px) {
  .ci_sub_inner .kan_box .txt_wrap .move_txt span {
    font-size: 8rem;
  }
}
@media screen and (max-width: 1100px) {
  .ci_sub_inner .kan_box .txt_wrap .move_txt span {
    font-size: 6rem;
  }
}
@media screen and (max-width: 520px) {
  .ci_sub_inner .kan_box .txt_wrap .move_txt span {
    font-size: 6rem;
  }
}
.ci_sub_inner .kan_box .txt_wrap .move_txt span::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 20;
  background: #ffea00;
  transition: all .3s ease-in-out .3s;
}
.ci_sub_inner .kan_box .txt_box_wrap {
  display: flex;
  justify-content: end;
  position: relative;
  top: 22vh;
}
@media screen and (max-width: 1440px) {
  .ci_sub_inner .kan_box .txt_box_wrap {
    margin-right: 30px;
    top: 35vh;
  }
}
@media screen and (max-width: 1370px) {
  .ci_sub_inner .kan_box .txt_box_wrap {
    top: 28vh;
  }
}
@media screen and (max-width: 1100px) {
  .ci_sub_inner .kan_box .txt_box_wrap {
    margin-right: 80px;
    top: 12vh;
  }
}
@media screen and (max-width: 620px) {
  .ci_sub_inner .kan_box .txt_box_wrap {
    margin-right: 0px;
  }
}
.ci_sub_inner .kan_box .txt_box_wrap .txt_box_inner .desc {
  width: fit-content;
  height: fit-content;
  overflow: hidden;
  margin-left: auto;
  margin-bottom: 7px;
  position: relative;
}
.ci_sub_inner .kan_box .txt_box_wrap .txt_box_inner .desc:nth-child(2), .ci_sub_inner .kan_box .txt_box_wrap .txt_box_inner .desc:nth-child(5), .ci_sub_inner .kan_box .txt_box_wrap .txt_box_inner .desc:nth-child(8) {
  margin-bottom: 50px;
}
@media screen and (max-width: 1100px) {
  .ci_sub_inner .kan_box .txt_box_wrap .txt_box_inner .desc:nth-child(2), .ci_sub_inner .kan_box .txt_box_wrap .txt_box_inner .desc:nth-child(5), .ci_sub_inner .kan_box .txt_box_wrap .txt_box_inner .desc:nth-child(8) {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 620px) {
  .ci_sub_inner .kan_box .txt_box_wrap .txt_box_inner .desc:nth-child(2), .ci_sub_inner .kan_box .txt_box_wrap .txt_box_inner .desc:nth-child(5), .ci_sub_inner .kan_box .txt_box_wrap .txt_box_inner .desc:nth-child(8) {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 620px) {
  .ci_sub_inner .kan_box .txt_box_wrap .txt_box_inner .desc:nth-child(7) {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 620px) {
  .ci_sub_inner .kan_box .txt_box_wrap .txt_box_inner .txt_8, .ci_sub_inner .kan_box .txt_box_wrap .txt_box_inner .txt_9 {
    padding-right: 10px;
  }
}
@media screen and (max-width: 620px) {
  .ci_sub_inner .kan_box .txt_box_wrap .txt_box_inner .txt_8 span, .ci_sub_inner .kan_box .txt_box_wrap .txt_box_inner .txt_9 span {
    font-size: 18px !important;
  }
}
.ci_sub_inner .kan_box .txt_box_wrap .txt_box_inner .desc span {
  font-family: "toppan-bunkyu-midashi-go-std", sans-serif;
  font-weight: 900;
  font-style: normal;
  height: fit-content;
  color: #fff;
  font-size: 2.4rem;
  display: inline-block;
  position: relative;
  overflow: hidden;
  top: 40px;
}
.ci_sub_inner .kan_box .txt_box_wrap .txt_box_inner .desc span.js__on {
  transition: all .45s ease .25s;
  top: 0;
}
@media screen and (max-width: 1100px) {
  .ci_sub_inner .kan_box .txt_box_wrap .txt_box_inner .desc span {
    font-size: 2rem;
  }
}
@media screen and (max-width: 810px) {
  .ci_sub_inner .kan_box .txt_box_wrap .txt_box_inner .desc span {
    font-size: 1.6rem;
  }
}
.ci_sub_inner .float_txt {
  position: absolute;
  bottom: 6vh;
  right: 28vw;
}
.ci_sub_inner .float_txt p span {
  padding: 12px 14px;
  color: #333;
  font-family: "toppan-bunkyu-midashi-go-std", sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 2.8rem;
  line-height: 1.2;
  display: inline-block;
  background: #ffea00;
}

#ci_kaiketsu {
  background: rgba(47, 48, 57, 0.85);
  min-height: 500px;
  position: relative;
  overflow: hidden;
  transition: all .35s ease-in-out .8s;
  padding: 0 0 180px;
}
@media screen and (max-width: 520px) {
  #ci_kaiketsu {
    padding-bottom: 0;
  }
}
#ci_kaiketsu .kaiketsu_wrap {
  position: relative;
  width: 800px;
  margin: 0 auto;
}
@media screen and (max-width: 1100px) {
  #ci_kaiketsu .kaiketsu_wrap {
    width: 70%;
  }
}
@media screen and (max-width: 520px) {
  #ci_kaiketsu .kaiketsu_wrap {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  #ci_kaiketsu .ci_kaiketsu_content {
    padding-top: 50px;
  }
}
#ci_kaiketsu .ci_kaiketsu_content .pic_wrap {
  overflow: hidden;
  filter: blur(8px);
}
#ci_kaiketsu .ci_kaiketsu_content .pic_wrap.js__on {
  transition: all .7s ease-in-out .25s;
  filter: blur(0);
}
#ci_kaiketsu .ci_kaiketsu_content .pic_wrap.js__on img {
  transition: all .8s ease-in-out 1s;
  transform: scale(1.1);
}
#ci_kaiketsu .ci_kaiketsu_content .pic_wrap img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
  aspect-ratio: 16 / 9;
  transform: scale(0.9);
}
#ci_kaiketsu .ci_kaiketsu_inner {
  padding: 140px 0 0;
  position: relative;
  z-index: 500;
}
@media screen and (max-width: 834px) {
  #ci_kaiketsu .ci_kaiketsu_inner {
    padding: 80px 0 140px;
  }
}
@media screen and (max-width: 520px) {
  #ci_kaiketsu .ci_kaiketsu_inner {
    padding: 40px 0 20px;
  }
}
#ci_kaiketsu .ci_kaiketsu_inner .message_header {
  position: absolute;
  z-index: 100;
  top: -25px;
  left: -7vw;
}
#ci_kaiketsu .ci_kaiketsu_inner .message_header.js__on h2 span {
  transition: all .4s ease-in;
  left: 0;
}
#ci_kaiketsu .ci_kaiketsu_inner .message_header.js__on h2 span::after {
  transition: all .55s ease-in .5s;
  left: 100%;
}
#ci_kaiketsu .ci_kaiketsu_inner .message_header.js__on p span {
  transition: all .3s ease-in .15s;
  left: 0;
}
#ci_kaiketsu .ci_kaiketsu_inner .message_header.js__on p span::after {
  transition: all .55s ease-in .55s;
  left: 100%;
}
@media screen and (max-width: 1100px) {
  #ci_kaiketsu .ci_kaiketsu_inner .message_header {
    left: -6vw;
  }
}
@media screen and (max-width: 520px) {
  #ci_kaiketsu .ci_kaiketsu_inner .message_header {
    left: -2vw;
    top: -25px;
  }
}
#ci_kaiketsu .ci_kaiketsu_inner .message_header h2, #ci_kaiketsu .ci_kaiketsu_inner .message_header p {
  color: #fafafa;
  width: fit-content;
  overflow: hidden;
}
#ci_kaiketsu .ci_kaiketsu_inner .message_header h2 span, #ci_kaiketsu .ci_kaiketsu_inner .message_header p span {
  display: inline-block;
  color: #1b1d40;
}
#ci_kaiketsu .ci_kaiketsu_inner .message_header h2 span {
  padding: 5px 7px 4px;
  font-size: 4.3rem;
  font-family: "toppan-bunkyu-midashi-go-std", sans-serif;
  font-weight: 900;
  font-style: normal;
  line-height: 1;
  margin-bottom: 12px;
  background: #ffea00;
  position: relative;
  left: -100%;
}
@media screen and (max-width: 1360px) {
  #ci_kaiketsu .ci_kaiketsu_inner .message_header h2 span {
    font-size: 3.8rem;
  }
}
@media screen and (max-width: 1280px) {
  #ci_kaiketsu .ci_kaiketsu_inner .message_header h2 span {
    font-size: 3rem;
  }
}
@media screen and (max-width: 834px) {
  #ci_kaiketsu .ci_kaiketsu_inner .message_header h2 span {
    font-size: 3rem;
  }
}
@media screen and (max-width: 768px) {
  #ci_kaiketsu .ci_kaiketsu_inner .message_header h2 span {
    font-size: 2rem;
  }
}
#ci_kaiketsu .ci_kaiketsu_inner .message_header h2 span::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #ffea00;
  width: 100%;
  height: 100%;
  z-index: 10;
}
#ci_kaiketsu .ci_kaiketsu_inner .message_header p {
  position: absolute;
}
#ci_kaiketsu .ci_kaiketsu_inner .message_header p span {
  padding: 5px 7px 4px;
  font-size: 4.3rem;
  font-family: "toppan-bunkyu-midashi-go-std", sans-serif;
  font-weight: 900;
  font-style: normal;
  line-height: 1;
  background: #ffea00;
  position: relative;
  left: -100%;
}
@media screen and (max-width: 1360px) {
  #ci_kaiketsu .ci_kaiketsu_inner .message_header p span {
    font-size: 3.5rem;
  }
}
@media screen and (max-width: 1280px) {
  #ci_kaiketsu .ci_kaiketsu_inner .message_header p span {
    font-size: 3rem;
  }
}
@media screen and (max-width: 768px) {
  #ci_kaiketsu .ci_kaiketsu_inner .message_header p span {
    font-size: 2rem;
  }
}
#ci_kaiketsu .ci_kaiketsu_inner .message_header p span::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #ffea00;
  width: 100%;
  height: 100%;
  z-index: 10;
}
#ci_kaiketsu .ci_kaiketsu_inner .normal_txt_wrap {
  position: relative;
  z-index: 100;
  top: -120px;
  left: -7vw;
}
@media screen and (max-width: 1280px) {
  #ci_kaiketsu .ci_kaiketsu_inner .normal_txt_wrap {
    top: -100px;
  }
}
@media screen and (max-width: 1100px) {
  #ci_kaiketsu .ci_kaiketsu_inner .normal_txt_wrap {
    left: -6vw;
  }
}
@media screen and (max-width: 520px) {
  #ci_kaiketsu .ci_kaiketsu_inner .normal_txt_wrap {
    left: -2vw;
    top: -15px;
  }
}

#floatline1 {
  background: #ffea00;
  width: 30px;
  height: 420px;
  position: absolute;
  top: 5vh;
  left: 15vw;
  transition: top .06s linear;
}
@media screen and (max-width: 1100px) {
  #floatline1 {
    width: 6px;
    height: 180px;
    left: 5vw;
  }
}
@media screen and (max-width: 520px) {
  #floatline1 {
    width: 3px;
    left: 1.5vw;
    height: 140px;
  }
}

#floatline2 {
  background: #ffea00;
  width: 3px;
  height: 300px;
  position: absolute;
  top: -8vh;
  right: 16vw;
  transition: top .06s linear;
}
@media screen and (max-width: 1100px) {
  #floatline2 {
    top: 5vh;
    right: 6vw;
  }
}
@media screen and (max-width: 520px) {
  #floatline2 {
    width: 3px;
    height: 180px;
  }
}

#floatline3 {
  background: #ffea00;
  width: 2px;
  height: 300px;
  position: absolute;
  top: 0;
  left: 13vw;
  transition: top .06s linear;
}
@media screen and (max-width: 1100px) {
  #floatline3 {
    left: 7vw;
  }
}
@media screen and (max-width: 520px) {
  #floatline3 {
    width: 3px;
    height: 120px;
    left: 3vw;
  }
}

#floatline4 {
  background: #ffea00;
  width: 10px;
  height: 420px;
  position: absolute;
  top: 0;
  right: 12vw;
  transition: top .06s linear;
}
@media screen and (max-width: 1100px) {
  #floatline4 {
    right: 6vw;
  }
}
@media screen and (max-width: 520px) {
  #floatline4 {
    width: 7px;
    height: 170px;
  }
}

#floatline5 {
  background: #ffea00;
  width: 9px;
  height: 420px;
  position: absolute;
  top: 20px;
  left: 17vw;
  z-index: 6000;
  transition: top .03s linear;
}
@media screen and (max-width: 1100px) {
  #floatline5 {
    top: 20px;
    left: 10vw;
  }
}
@media screen and (max-width: 768px) {
  #floatline5 {
    left: 5vw;
  }
}
@media screen and (max-width: 520px) {
  #floatline5 {
    width: 3px;
    height: 180px;
    left: 3.5vw;
    z-index: 10;
  }
}

#floatline6 {
  background: #ffea00;
  width: 1px;
  height: 340px;
  position: absolute;
  top: 10px;
  right: 18vw;
  transition: top .07s linear;
}
@media screen and (max-width: 1100px) {
  #floatline6 {
    top: 10px;
    right: 7vw;
  }
}
@media screen and (max-width: 520px) {
  #floatline6 {
    width: 11px;
    height: 180px;
    z-index: 3000;
  }
}

#topics {
  background: rgba(47, 48, 57, 0.85);
  min-height: 350px;
  position: relative;
  transition: all .35s ease-in-out .8s;
}
@media screen and (max-width: 520px) {
  #topics {
    padding-bottom: 0;
  }
}
#topics .message_header {
  position: absolute;
  z-index: 100;
  top: -60px;
  left: 20vw;
}
@media screen and (max-width: 1250px) {
  #topics .message_header {
    padding-bottom: 0;
    left: 12vw;
  }
}
@media screen and (max-width: 820px) {
  #topics .message_header {
    padding-bottom: 0;
    left: 10vw;
  }
}
@media screen and (max-width: 768px) {
  #topics .message_header {
    left: 5vw;
  }
}
#topics .message_header.js__on h2 span {
  transition: all .4s ease-in;
  left: 0;
}
#topics .message_header.js__on h2 span::after {
  transition: all .55s ease-in .5s;
  left: 100%;
}
#topics .message_header h2, #topics .message_header p {
  color: #fafafa;
  width: fit-content;
  overflow: hidden;
}
#topics .message_header h2 span, #topics .message_header p span {
  display: inline-block;
  color: #1b1d40;
}
#topics .message_header h2 span {
  padding: 5px 10px 4px;
  font-size: 4.3rem;
  font-family: "toppan-bunkyu-midashi-go-std", sans-serif;
  font-weight: 900;
  font-style: normal;
  line-height: 1;
  margin-bottom: 12px;
  background: #ffea00;
  position: relative;
  left: -100%;
}
@media screen and (max-width: 1360px) {
  #topics .message_header h2 span {
    font-size: 3.8rem;
  }
}
@media screen and (max-width: 1280px) {
  #topics .message_header h2 span {
    font-size: 3rem;
  }
}
#topics .message_header h2 span::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #ffea00;
  width: 100%;
  height: 100%;
  z-index: 10;
}
#topics .topic-list {
  width: 800px;
  margin: 0 auto;
  padding: 50px 0 0;
}
@media screen and (max-width: 820px) {
  #topics .topic-list {
    width: 80%;
  }
}
@media screen and (max-width: 520px) {
  #topics .topic-list {
    width: 90%;
  }
}
#topics .topic-list .list {
  display: grid;
  grid-template-columns: 28% 70%;
  column-gap: 2%;
  row-gap: 10px;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid transparent;
  transition: border-bottom 0.5s ease;
}
#topics .topic-list .list:nth-child(3)::after {
  display: none;
}
@media screen and (max-width: 768px) {
  #topics .topic-list .list {
    display: block;
  }
}
#topics .topic-list .list .inner {
  color: #fff;
  font-weight: bold;
  font-size: 1.8rem;
  font-family: "toppan-bunkyu-midashi-go-std", sans-serif;
  font-weight: 900;
  font-style: normal;
  padding: 0 20px 20px;
  transform: translateY(20px);
  opacity: 0;
  transition: transform 0.5s ease, opacity 0.5s ease;
}
@media screen and (max-width: 820px) {
  #topics .topic-list .list .inner {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  #topics .topic-list .list .inner {
    display: block;
    padding: 0 20px;
  }
  #topics .topic-list .list .inner:last-child {
    padding-bottom: 20px;
  }
}
#topics .topic-list .list::after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: #ffea00;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.5s ease;
}
#topics .topic-list .show:last-child {
  border-bottom: none;
}
#topics .topic-list .show::after {
  transform: scaleX(1);
}
#topics .topic-list .show .inner {
  transform: translateY(0);
  opacity: 1;
}

.txt_slide_wrap {
  background: #2F3039;
  padding: 10px 0 0;
  text-align: center;
  position: relative;
  z-index: 1000;
}
.txt_slide_wrap img {
  width: 28%;
  height: auto;
  vertical-align: bottom;
}

#service {
  width: 100%;
  background: #2F3039;
  background: rgba(47, 48, 57, 0.85);
  padding: 140px 0 10px;
}
@media screen and (max-width: 520px) {
  #service {
    padding: 40px 0 20px;
  }
}
#service .title {
  text-align: center;
  margin-bottom: 120px;
}
@media screen and (max-width: 520px) {
  #service .title {
    margin-bottom: 60px;
  }
}
#service .title h2 {
  font-size: 30px;
  font-family: "fot-udkakugo-large-pr6n", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #fff;
}
@media screen and (max-width: 520px) {
  #service .title h2 {
    font-size: 2.6rem;
  }
}
#service .list_box {
  width: 1546px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 32% 32% 32%;
  column-gap: 2%;
  row-gap: 100px;
  margin-bottom: 80px;
}
@media screen and (max-width: 1546px) {
  #service .list_box {
    width: 90%;
  }
}
@media screen and (max-width: 1200px) {
  #service .list_box {
    grid-template-columns: 49% 49%;
  }
}
@media screen and (max-width: 768px) {
  #service .list_box {
    display: block;
  }
}
#service .list_box .list {
  width: 100%;
  position: relative;
  transition: all .35s ease-in-out;
  top: 30px;
  opacity: 0;
}
#service .list_box .list.js__on {
  top: 0;
  opacity: 1;
}
#service .list_box .list.js__on .number span {
  top: 0;
  opacity: 1;
}
#service .list_box .list.js__on .thumb::before {
  left: -200%;
}
#service .list_box .list.js__on .thumb::after {
  left: -200%;
}
#service .list_box .list.js__on .thumb img, #service .list_box .list.js__on .thumb iframe {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  #service .list_box .list {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 520px) {
  #service .list_box .list {
    margin-bottom: 40px;
  }
}
#service .list_box .list .number {
  position: absolute;
  z-index: 100;
  top: -70px;
  left: 8px;
  font-size: 10rem;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-style: normal;
  text-shadow: 0 0 5px #000;
  letter-spacing: -0.05em;
}
#service .list_box .list .number span {
  position: relative;
  font-size: 10rem;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-style: normal;
  text-shadow: 0 0 5px #000;
  transition: all .25s ease-in-out .4s;
  top: -20px;
  opacity: 0;
}
@media screen and (max-width: 520px) {
  #service .list_box .list .number span {
    font-size: 7rem;
  }
}
@media screen and (max-width: 520px) {
  #service .list_box .list .number {
    top: 0;
    line-height: 1;
    font-size: 7rem;
  }
}
#service .list_box .list .thumb {
  aspect-ratio: 16 / 9;
  margin-bottom: 15px;
  position: relative;
  overflow: hidden;
}
#service .list_box .list .thumb::before, #service .list_box .list .thumb::after {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  width: 100%;
  height: 100%;
}
#service .list_box .list .thumb::before {
  background: #000;
  z-index: 10;
  transition: all .35s ease-in-out;
}
#service .list_box .list .thumb::after {
  background: #fff;
  z-index: 20;
  transition: all .35s ease-in-out .2s;
}
#service .list_box .list .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: bottom;
  border-radius: 3em;
  opacity: 0;
  transition: all .35s ease-in-out .25s;
}
#service .list_box .list .thumb iframe {
  width: 100%;
  height: 100%;
  border-radius: 3em;
  position: relative;
  opacity: 0;
  transition: all .35s ease-in-out .25s;
}
@media screen and (max-width: 520px) {
  #service .list_box .list .thumb iframe {
    border-radius: 1.5em;
  }
}
#service .list_box .list .text_box {
  width: 100%;
  margin-bottom: 15px;
}
#service .list_box .list .text_box h3 {
  font-family: "fot-udkakugo-large-pr6n", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 28px;
  color: #fff;
}
@media screen and (max-width: 834px) {
  #service .list_box .list .text_box h3 {
    font-size: 21px;
  }
}
@media screen and (max-width: 520px) {
  #service .list_box .list .text_box h3 {
    font-size: 2.1rem;
  }
}
#service .list_box .list .text_box .sub {
  font-family: "fot-udkakugo-large-pr6n", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2rem;
  color: #fff;
  margin-bottom: 10px;
}
@media screen and (max-width: 834px) {
  #service .list_box .list .text_box .sub {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 520px) {
  #service .list_box .list .text_box .sub {
    font-size: 1.7rem;
  }
}
#service .list_box .list .text_box .text {
  font-family: "fot-udkakugo-large-pr6n", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 13px;
  color: #fff;
}
#service .list_box .list .link_btn_wrap .link_btn {
  display: inline-block;
  padding: 10px 20px 10px;
  line-height: 1;
  color: #fff;
  border: 1px solid #fff;
  font-size: 1.5rem;
  transition: all .35s ease-in-out;
}
#service .list_box .list .link_btn_wrap .link_btn:hover {
  border-radius: 2em 0 0 2em;
  background: #fff;
  color: #2F3039;
}
#service .supplement {
  width: 750px;
  margin: 0 auto;
  background-color: #2f3039;
}
@media screen and (max-width: 768px) {
  #service .supplement {
    width: 500px;
  }
}
@media screen and (max-width: 520px) {
  #service .supplement {
    width: 300px;
  }
}
#service .supplement .content {
  padding: 80px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #service .supplement .content {
    padding: 30px;
  }
}
@media screen and (max-width: 520px) {
  #service .supplement .content {
    padding: 15px;
  }
}
#service .supplement .content img {
  width: 80px;
  margin: 0 auto 40px;
}
@media screen and (max-width: 768px) {
  #service .supplement .content img {
    width: 50px;
  }
}
#service .supplement .content p {
  font-size: 14px;
  text-align: center;
  color: #fff;
  letter-spacing: .1em;
  line-height: 1.8;
  font-family: "fot-udkakugo-large-pr6n", sans-serif;
  font-weight: 400;
  font-style: normal;
}
@media screen and (max-width: 768px) {
  #service .supplement .content p {
    font-size: 12px;
  }
}

#compass {
  width: 100%;
  background: rgba(47, 48, 57, 0.85);
  padding: 140px 0;
}
@media screen and (max-width: 520px) {
  #compass {
    padding: 40px 0;
  }
}
#compass .title {
  text-align: center;
  margin-bottom: 120px;
}
@media screen and (max-width: 520px) {
  #compass .title {
    margin-bottom: 60px;
  }
}
#compass .title h2 {
  font-size: 30px;
  font-family: "fot-udkakugo-large-pr6n", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #C7C7C7;
}
#compass .text_box {
  width: 500px;
  margin: 0 auto 20px;
  text-align: center;
  font-size: 16px;
  font-family: "fot-udkakugo-large-pr6n", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #compass .text_box {
    width: 80%;
  }
}
@media screen and (max-width: 520px) {
  #compass .text_box {
    margin-bottom: 0;
  }
}
#compass .phylo_box {
  width: 800px;
  margin: 0 auto;
}
@media screen and (max-width: 900px) {
  #compass .phylo_box {
    width: 80%;
  }
}
#compass .phylo_box img.pc {
  display: inline-block;
}
#compass .phylo_box img.sp {
  display: none;
}
@media screen and (max-width: 520px) {
  #compass .phylo_box img.pc {
    display: none;
  }
  #compass .phylo_box img.sp {
    display: inline-block;
  }
}
#compass .phylo_box img {
  width: 100%;
  display: block;
  margin-bottom: 20px;
}
@media screen and (max-width: 520px) {
  #compass .phylo_box img {
    margin-bottom: 0;
  }
}

#company {
  width: 100%;
  padding: 140px 0;
  background: rgba(255, 255, 255, 0.78);
}
#company .title {
  text-align: center;
  margin-bottom: 80px;
}
#company .title h2 {
  font-size: 30px;
  font-family: "fot-udkakugo-large-pr6n", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #2F3039;
}
#company .info {
  width: 1568px;
  margin: 0 auto;
  padding: 20px;
  display: grid;
  grid-template-columns: 40% 57%;
  column-gap: 3%;
  align-items: center;
}
@media screen and (max-width: 1546px) {
  #company .info {
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  #company .info {
    display: block;
  }
}
#company .info img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  #company .info img {
    margin-bottom: 20px;
    height: 300px;
  }
}
#company .info ul {
  width: 100%;
}
#company .info ul li {
  display: grid;
  grid-template-columns: 15% 82%;
  column-gap: 3%;
  margin-bottom: 60px;
}
#company .info ul li:last-child {
  margin-bottom: 0px;
}
@media screen and (max-width: 1200px) {
  #company .info ul li {
    grid-template-columns: 25% 72%;
  }
}
@media screen and (max-width: 768px) {
  #company .info ul li {
    display: block;
    margin-bottom: 30px;
  }
}
#company .info ul li .info_l {
  font-family: "fot-udkakugo-large-pr6n", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  color: #2F3039;
}
@media screen and (max-width: 768px) {
  #company .info ul li .info_l {
    margin-bottom: 10px;
    display: block;
  }
}
#company .info ul li .info_r {
  font-family: "fot-udkakugo-large-pr6n", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  color: #2F3039;
}
@media screen and (max-width: 768px) {
  #company .info ul li .info_r {
    display: block;
  }
}
#company .info ul li .info_r br {
  display: none;
}
@media screen and (max-width: 768px) {
  #company .info ul li .info_r br {
    display: block;
  }
}

/*# sourceMappingURL=index.css.map */
