@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;
}

body {
  background: #fff;
  position: relative;
}

/* video */
.video {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: -1;
}

.video::after {
  content: '';
  width: 100%;
  height: 100%;
  background-color: #10394b;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  opacity: .3;
}

.video video {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.key_sub.webdesign .key_txt {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  display: grid;
  place-items: center;
  background: url(../lib/overlays/08.png);
}
.key_sub.webdesign .key_txt .key_txt_inner {
  text-align: center;
}
.key_sub.webdesign .key_txt .key_txt_inner .read {
  font-family: "greycliff-cf", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-weight: bold;
  font-size: 6.4rem;
  margin-bottom: 20px;
  line-height: 1;
  color: #fff;
}
@media screen and (max-width: 520px) {
  .key_sub.webdesign .key_txt .key_txt_inner .read {
    font-size: 4.2rem;
  }
}

#container_sub {
  background: #fff;
  padding-top: 80px;
}
#container_sub .content_header {
  text-align: center;
  margin-bottom: 50px;
}
#container_sub .content_header h2 {
  font-family: "greycliff-cf", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 3rem;
  line-height: 1;
  margin-bottom: 7px;
}
#container_sub .content_header p {
  font-family: "greycliff-cf", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.8rem;
  line-height: 1;
}
@media screen and (max-width: 520px) {
  #container_sub .content_header p {
    font-size: 1.6rem;
  }
}

#corporate_site,
#portal_site,
#service_site {
  padding-bottom: 30px;
}
#corporate_site .content_list,
#portal_site .content_list,
#service_site .content_list {
  max-width: 80vw;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 20px;
  row-gap: 30px;
}
@media screen and (max-width: 1400px) {
  #corporate_site .content_list,
  #portal_site .content_list,
  #service_site .content_list {
    width: 90%;
  }
}
@media screen and (max-width: 1280px) {
  #corporate_site .content_list,
  #portal_site .content_list,
  #service_site .content_list {
    width: 90%;
    max-width: initial;
  }
}
@media screen and (max-width: 834px) {
  #corporate_site .content_list,
  #portal_site .content_list,
  #service_site .content_list {
    display: block;
  }
}
#corporate_site .content_list .content_box,
#portal_site .content_list .content_box,
#service_site .content_list .content_box {
  width: 100%;
  overflow: hidden;
  padding: 12px;
  position: relative;
  border: 1px solid #f8f8f8;
}
@media screen and (max-width: 834px) {
  #corporate_site .content_list .content_box,
  #portal_site .content_list .content_box,
  #service_site .content_list .content_box {
    margin-bottom: 60px;
  }
}
#corporate_site .content_list .content_box.js__on h3,
#portal_site .content_list .content_box.js__on h3,
#service_site .content_list .content_box.js__on h3 {
  transition: all .55s ease-out;
  left: 0;
}
#corporate_site .content_list .content_box.js__on .content_pic,
#portal_site .content_list .content_box.js__on .content_pic,
#service_site .content_list .content_box.js__on .content_pic {
  transition: all .55s ease-out .2s;
  left: 0;
}
#corporate_site .content_list .content_box.js__on .box_meta,
#portal_site .content_list .content_box.js__on .box_meta,
#service_site .content_list .content_box.js__on .box_meta {
  transition: all .55s ease-out .3s;
  left: 0;
}
#corporate_site .content_list .content_box h3,
#portal_site .content_list .content_box h3,
#service_site .content_list .content_box h3 {
  font-size: 1.4rem;
  font-family: "greycliff-cf", sans-serif;
  font-weight: 500;
  font-style: normal;
  margin-bottom: 15px;
  color: #b5b5b5;
  position: relative;
  left: -100%;
}
@media screen and (max-width: 1024px) {
  #corporate_site .content_list .content_box h3,
  #portal_site .content_list .content_box h3,
  #service_site .content_list .content_box h3 {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 834px) {
  #corporate_site .content_list .content_box h3,
  #portal_site .content_list .content_box h3,
  #service_site .content_list .content_box h3 {
    font-size: 1.5rem;
  }
}
#corporate_site .content_list .content_box a.content_pic,
#portal_site .content_list .content_box a.content_pic,
#service_site .content_list .content_box a.content_pic {
  display: grid;
  grid-template-columns: 42% 55%;
  column-gap: 3%;
  row-gap: 10px;
  margin-bottom: 15px;
  position: relative;
  left: -110%;
  opacity: 1;
}
#corporate_site .content_list .content_box a.content_pic:hover,
#portal_site .content_list .content_box a.content_pic:hover,
#service_site .content_list .content_box a.content_pic:hover {
  transition: all .25s linear;
  opacity: .6;
}
#corporate_site .content_list .content_box a.content_pic img,
#portal_site .content_list .content_box a.content_pic img,
#service_site .content_list .content_box a.content_pic img {
  width: 100%;
  height: 100%;
  vertical-align: bottom;
}
#corporate_site .content_list .content_box a.content_pic .pic_pc,
#portal_site .content_list .content_box a.content_pic .pic_pc,
#service_site .content_list .content_box a.content_pic .pic_pc {
  grid-column: 1/3;
}
#corporate_site .content_list .content_box .box_meta,
#portal_site .content_list .content_box .box_meta,
#service_site .content_list .content_box .box_meta {
  position: relative;
  left: -110%;
}
#corporate_site .content_list .content_box .box_meta li,
#portal_site .content_list .content_box .box_meta li,
#service_site .content_list .content_box .box_meta li {
  padding: 4px;
  display: grid;
  grid-template-columns: 30% 65%;
}
#corporate_site .content_list .content_box .box_meta li:nth-child(odd),
#portal_site .content_list .content_box .box_meta li:nth-child(odd),
#service_site .content_list .content_box .box_meta li:nth-child(odd) {
  background: #f7f7f7;
}
#corporate_site .content_list .content_box .box_meta li span,
#portal_site .content_list .content_box .box_meta li span,
#service_site .content_list .content_box .box_meta li span {
  display: inline-block;
  font-family: "greycliff-cf", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.3rem;
}
#corporate_site .content_list .content_box .box_meta li span.title,
#portal_site .content_list .content_box .box_meta li span.title,
#service_site .content_list .content_box .box_meta li span.title {
  font-weight: bold;
  color: #1a1a1a;
}

.cta_illsut {
  text-align: center;
  padding-bottom: 80px;
}
.cta_illsut .qrcode {
  margin-bottom: 24px;
}
.cta_illsut .qrcode img, .cta_illsut .qrcode a {
  display: inline-block;
}
.cta_illsut .qrcode img {
  margin-bottom: 10px;
}
.cta_illsut .qrcode a {
  font-size: 1.5rem;
  padding: 8px 20px 7px;
  background: #2F3039;
  border-radius: 2em;
  color: #fff;
}
.cta_illsut .qrcode a:hover {
  transition: all .35s ease;
  background: #f8f8f8;
  color: #2F3039;
}
.cta_illsut .txt {
  font-size: 1.8rem;
  line-height: 1.8;
}

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