@charset "UTF-8";
*::selection {
  background-color: #071651;
  color: #FFF;
}

html {
  scroll-behavior: smooth;
}

#wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
}

#global-header.top {
  position: fixed;
  top: 0;
  left: 0;
  height: auto;
  z-index: 8000;
}
#global-header.top .inner {
  position: relative;
  z-index: 10;
  background: rgba(0, 6, 38, 0.6);
  width: 100vw;
  display: grid;
  grid-template-columns: 30vw 55vw;
  align-items: center;
}
@media screen and (max-width: 1360px) {
  #global-header.top .inner {
    grid-template-columns: 35vw 55vw;
  }
}
@media screen and (max-width: 1100px) {
  #global-header.top .inner {
    grid-template-columns: 38vw 60vw;
  }
}
@media screen and (max-width: 1024px) {
  #global-header.top .inner {
    grid-template-columns: 10vw 55vw;
  }
}
@media screen and (max-width: 520px) {
  #global-header.top .inner {
    display: block;
  }
}
#global-header.top .inner h1.logo a {
  padding: 0 20px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  #global-header.top .inner h1.logo a {
    padding: 20px;
  }
}
@media screen and (max-width: 520px) {
  #global-header.top .inner h1.logo a {
    padding: 8px 20px;
  }
}
#global-header.top .inner h1.logo a img {
  width: 48px;
  height: 48px;
  display: inline-block;
  margin-right: 10px;
}
#global-header.top .inner h1.logo a span {
  font-family: "greycliff-cf", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.6rem;
  color: #fff;
  display: inline-block;
}
@media screen and (max-width: 1360px) {
  #global-header.top .inner h1.logo a span {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 1024px) {
  #global-header.top .inner h1.logo a span {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  #global-header.top .inner #global_navi {
    display: none;
  }
}
#global-header.top .inner #global_navi ul {
  display: grid;
  grid-template-columns: 18% 18% 18% 18%;
  column-gap: 5%;
}
@media screen and (max-width: 1100px) {
  #global-header.top .inner #global_navi ul {
    grid-template-columns: 20% 20% 20% 20%;
    column-gap: 0;
  }
}
@media screen and (max-width: 834px) {
  #global-header.top .inner #global_navi ul {
    grid-template-columns: 18% 18% 18% 18%;
  }
}
#global-header.top .inner #global_navi ul li {
  width: 100%;
  position: relative;
  overflow: hidden;
  padding: 20px 0;
}
#global-header.top .inner #global_navi ul li a {
  display: inline-block;
  font-family: "greycliff-cf", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #ffffff;
  font-size: 1.6rem;
  width: 100%;
  height: 100%;
  letter-spacing: 0.15em;
  text-align: center;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}
#global-header.top .inner #global_navi ul li a:hover span {
  transition: all 0.3s;
  transform: translateY(-100%);
}
#global-header.top .inner #global_navi ul li a span {
  position: relative;
  display: inline-block;
  font-family: Helvetica Neue, Helvetica, Hiragino Sans, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, sans-serif;
  color: #fff;
}
#global-header.top .inner #global_navi ul li a span::before {
  position: absolute;
  top: 100%;
  content: attr(data-hover);
  font-family: Helvetica Neue, Helvetica, Hiragino Sans, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, sans-serif;
  transform: translate3d(0, 0, 0);
  background: -webkit-linear-gradient(0deg, #1c43e1, #86FDE8, #1c43e1), linear-gradient(0deg, #1c43e1, #86FDE8, #1c43e1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 200% 100%;
  background-position: 0 0;
  animation: moveGrad 4s ease infinite alternate;
}
#global-header.top .inner .sns_wrap {
  display: inline-block;
  position: absolute;
  top: 3.1vh;
  right: 10%;
  z-index: 8000;
}
@media screen and (max-width: 1100px) {
  #global-header.top .inner .sns_wrap {
    right: 2.5%;
  }
}
@media screen and (max-width: 1024px) {
  #global-header.top .inner .sns_wrap {
    top: 36px;
    right: 15%;
  }
}
@media screen and (max-width: 520px) {
  #global-header.top .inner .sns_wrap {
    top: 23px;
    right: 28%;
  }
}
#global-header.top .inner .sns_wrap a {
  display: inline-block;
  position: relative;
  overflow: hidden;
}
#global-header.top .inner .sns_wrap a:nth-child(1) {
  margin-right: 10px;
}
#global-header.top .inner .sns_wrap a:hover span {
  transition: all 0.3s;
  transform: translateY(-100%);
}
#global-header.top .inner .sns_wrap a span {
  position: relative;
  display: inline-block;
}
#global-header.top .inner .sns_wrap a span::before {
  position: absolute;
  top: 100%;
  transform: translate3d(0, 0, 0);
}
#global-header.top .inner .sns_wrap a:nth-child(1) span::before {
  content: url(../images/icon_x_blue2.svg);
}
#global-header.top .inner .sns_wrap a:nth-child(2) span::before {
  content: url(../images/icon_youtube_blue2.svg);
}

#global-header.top .inner #global_navi ul li.drop_hv {
  position: relative;
  overflow: visible;
}
#global-header.top .inner #global_navi ul li.drop_hv .drop_list_wrap {
  position: absolute;
  display: none;
  width: 100%;
  top: 68px;
}
#global-header.top .inner #global_navi ul li.drop_hv .drop_list {
  display: block;
  background: rgba(0, 6, 38, 0.6);
}
#global-header.top .inner #global_navi ul li.drop_hv .drop_list li {
  margin-bottom: 4px;
  width: 100%;
}
#global-header.top .inner #global_navi ul li.drop_hv .drop_list li a {
  display: inline-block;
  width: inherit;
  height: auto;
  line-height: 1;
  font-size: 1.4rem;
  text-align: center;
  color: #fff;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  padding: 4px 0;
}
@media screen and (max-width: 1200px) {
  #global-header.top .inner #global_navi ul li.drop_hv .drop_list li a {
    font-size: 1.3rem;
  }
}
#global-header.top .inner #global_navi ul li.drop_hv .drop_list li a:hover span {
  transition: all 0.3s;
  transform: translateY(-100%);
}
#global-header.top .inner #global_navi ul li.drop_hv .drop_list li a span {
  position: relative;
  display: inline-block;
  font-family: Helvetica Neue, Helvetica, Hiragino Sans, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, sans-serif;
  color: #fff;
}
#global-header.top .inner #global_navi ul li.drop_hv .drop_list li a span::before {
  position: absolute;
  top: 100%;
  padding: 4px 0;
  content: attr(data-hover);
  font-family: Helvetica Neue, Helvetica, Hiragino Sans, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, sans-serif;
  transform: translate3d(0, 0, 0);
  background: -webkit-linear-gradient(0deg, #1c43e1, #86FDE8, #1c43e1), linear-gradient(0deg, #1c43e1, #86FDE8, #1c43e1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 200% 100%;
  background-position: 0 0;
  animation: moveGrad 4s ease infinite alternate;
}

#global-header.sub {
  position: fixed;
  top: 0;
  left: 0;
  height: auto;
  z-index: 8000;
}
@media screen and (max-width: 1024px) {
  #global-header.sub {
    z-index: 1000;
  }
}
#global-header.sub .inner {
  position: relative;
  z-index: 10;
  background: rgba(255, 255, 255, 0.85);
  width: 100vw;
  display: grid;
  grid-template-columns: 30vw 55vw;
  align-items: center;
}
@media screen and (max-width: 1360px) {
  #global-header.sub .inner {
    grid-template-columns: 35vw 55vw;
  }
}
@media screen and (max-width: 1200px) {
  #global-header.sub .inner {
    grid-template-columns: 38vw 60vw;
  }
}
@media screen and (max-width: 1024px) {
  #global-header.sub .inner {
    grid-template-columns: 10vw 55vw;
  }
}
@media screen and (max-width: 520px) {
  #global-header.sub .inner {
    display: block;
  }
}
#global-header.sub .inner h1.logo a {
  padding: 0 20px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  #global-header.sub .inner h1.logo a {
    padding: 20px;
  }
}
@media screen and (max-width: 520px) {
  #global-header.sub .inner h1.logo a {
    padding: 8px 20px;
  }
}
#global-header.sub .inner h1.logo a img {
  width: 48px;
  height: 48px;
  display: inline-block;
  margin-right: 10px;
}
#global-header.sub .inner h1.logo a span {
  font-family: "greycliff-cf", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.6rem;
  color: #000626;
  display: inline-block;
}
@media screen and (max-width: 1360px) {
  #global-header.sub .inner h1.logo a span {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 1024px) {
  #global-header.sub .inner h1.logo a span {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  #global-header.sub .inner #global_navi {
    display: none;
  }
}
#global-header.sub .inner #global_navi ul {
  display: grid;
  grid-template-columns: 18% 18% 18% 18%;
  column-gap: 5%;
}
@media screen and (max-width: 1100px) {
  #global-header.sub .inner #global_navi ul {
    grid-template-columns: 20% 20% 20% 20%;
    column-gap: 0;
  }
}
#global-header.sub .inner #global_navi ul li {
  width: 100%;
  position: relative;
  overflow: hidden;
  padding: 20px 0;
}
#global-header.sub .inner #global_navi ul li a {
  display: inline-block;
  width: 100%;
  height: 100%;
  letter-spacing: 0.15em;
  text-align: center;
  font-size: 1.6rem;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  transition: all 0.3s;
}
@media screen and (max-width: 1100px) {
  #global-header.sub .inner #global_navi ul li a {
    font-size: 1.3rem;
  }
}
#global-header.sub .inner #global_navi ul li a:hover span {
  transition: all 0.3s;
  transform: translateY(-100%);
}
#global-header.sub .inner #global_navi ul li a span {
  position: relative;
  display: inline-block;
  font-family: Helvetica Neue, Helvetica, Hiragino Sans, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, sans-serif;
  color: #000626;
}
#global-header.sub .inner #global_navi ul li a span::before {
  position: absolute;
  top: 100%;
  content: attr(data-hover);
  font-family: Helvetica Neue, Helvetica, Hiragino Sans, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, sans-serif;
  transform: translate3d(0, 0, 0);
  background: -webkit-linear-gradient(0deg, #1c43e1, #86FDE8, #1c43e1), linear-gradient(0deg, #1c43e1, #86FDE8, #1c43e1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 200% 100%;
  background-position: 0 0;
  animation: moveGrad 4s ease infinite alternate;
}
#global-header.sub .inner .sns_wrap {
  display: inline-block;
  position: absolute;
  top: 2.5vh;
  right: 10%;
  z-index: 8000;
}
@media screen and (max-width: 1200px) {
  #global-header.sub .inner .sns_wrap {
    right: 4%;
    top: 2.9vh;
  }
}
@media screen and (max-width: 1024px) {
  #global-header.sub .inner .sns_wrap {
    top: 36px;
    right: 15%;
  }
}
@media screen and (max-width: 520px) {
  #global-header.sub .inner .sns_wrap {
    top: 21px;
    right: 28%;
  }
}
#global-header.sub .inner .sns_wrap a {
  display: inline-block;
  position: relative;
  overflow: hidden;
}
#global-header.sub .inner .sns_wrap a:nth-child(1) {
  margin-right: 10px;
}
#global-header.sub .inner .sns_wrap a:hover span {
  transition: all 0.3s;
  transform: translateY(-100%);
}
#global-header.sub .inner .sns_wrap a span {
  position: relative;
  display: inline-block;
}
#global-header.sub .inner .sns_wrap a span::before {
  position: absolute;
  top: 100%;
  transform: translate3d(0, 0, 0);
}
#global-header.sub .inner .sns_wrap a:nth-child(1) span::before {
  content: url(../images/icon_x_blue2.svg);
}
#global-header.sub .inner .sns_wrap a:nth-child(2) span::before {
  content: url(../images/icon_youtube_blue2.svg);
}

#global-header.sub .inner #global_navi ul li.drop_hv {
  position: relative;
  overflow: visible;
}
#global-header.sub .inner #global_navi ul li.drop_hv .drop_list_wrap {
  position: absolute;
  display: none;
  width: 100%;
  top: 69px;
}
@media screen and (max-width: 1200px) {
  #global-header.sub .inner #global_navi ul li.drop_hv .drop_list_wrap {
    top: 65px;
  }
}
#global-header.sub .inner #global_navi ul li.drop_hv .drop_list {
  display: block;
  background: rgba(255, 255, 255, 0.85);
}
#global-header.sub .inner #global_navi ul li.drop_hv .drop_list li {
  margin-bottom: 4px;
  width: 100%;
  padding: 8px 0;
}
#global-header.sub .inner #global_navi ul li.drop_hv .drop_list li a {
  display: inline-block;
  width: inherit;
  height: auto;
  line-height: 1;
  font-size: 1.4rem;
  text-align: center;
  color: #000626;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  padding: 4px 0;
}
#global-header.sub .inner #global_navi ul li.drop_hv .drop_list li a:hover span {
  transition: all 0.3s;
  transform: translateY(-100%);
}
#global-header.sub .inner #global_navi ul li.drop_hv .drop_list li a span {
  position: relative;
  display: inline-block;
  font-family: Helvetica Neue, Helvetica, Hiragino Sans, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, sans-serif;
  color: #000626;
}
#global-header.sub .inner #global_navi ul li.drop_hv .drop_list li a span::before {
  position: absolute;
  top: 100%;
  padding: 4px 0;
  content: attr(data-hover);
  font-family: Helvetica Neue, Helvetica, Hiragino Sans, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, sans-serif;
  transform: translate3d(0, 0, 0);
  background: -webkit-linear-gradient(0deg, #1c43e1, #86FDE8, #1c43e1), linear-gradient(0deg, #1c43e1, #86FDE8, #1c43e1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 200% 100%;
  background-position: 0 0;
  animation: moveGrad 4s ease infinite alternate;
}

#global-header.thx {
  background: #0F1034;
  min-height: 300px;
  display: grid;
  place-items: center;
}
#global-header.thx .header_inner {
  text-align: center;
}
#global-header.thx .header_inner span {
  color: #fff;
  font-size: 1.4rem;
  font-family: "greycliff-cf", sans-serif;
  font-weight: 400;
  font-style: normal;
}

@keyframes moveGrad {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 150% 0;
  }
}
#top_key_visual {
  position: relative;
  height: 700px;
  z-index: 1;
  display: flex;
  align-items: center;
  text-align: left;
}
@media screen and (max-width: 1280px) {
  #top_key_visual {
    height: 640px;
  }
}
@media screen and (max-width: 1100px) {
  #top_key_visual {
    height: 70vh;
  }
}
#top_key_visual .key_txt {
  padding-left: 20px;
}
#top_key_visual .key_txt .main_en {
  font-family: utopia-std, serif;
  font-weight: 400;
  font-style: normal;
  font-size: 7.2rem;
  color: #000317;
}
@media screen and (max-width: 520px) {
  #top_key_visual .key_txt .main_en {
    font-size: 4.2rem;
  }
}
#top_key_visual .key_txt .sub_ja {
  color: #4B4B4B;
  padding-left: 2px;
  font-size: 3rem;
}
@media screen and (max-width: 520px) {
  #top_key_visual .key_txt .sub_ja {
    font-size: 2.1rem;
  }
}
#top_key_visual.top {
  background: url(../images/key_top.jpg) no-repeat;
  background-size: 80%;
  background-position: right bottom;
}
@media screen and (max-width: 1100px) {
  #top_key_visual.top {
    background-size: cover;
  }
}
@media screen and (max-width: 768px) {
  #top_key_visual.top {
    background-position: 50% bottom;
  }
}
@media screen and (max-width: 520px) {
  #top_key_visual.top {
    background-position: center;
  }
}
#top_key_visual.top .key_txt .sub_ja {
  font-family: utopia-std, serif;
  font-weight: 400;
  font-style: normal;
  margin-left: 3px;
  position: relative;
  top: -3px;
}

#key_area {
  position: relative;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  margin: 0 auto;
  display: grid;
  align-items: center;
  padding-top: 180px;
}
@media screen and (max-width: 520px) {
  #key_area {
    top: 0;
    padding-top: 130px;
  }
}
#key_area.privacy {
  max-width: 85vw;
  margin-bottom: 80px;
  opacity: 0;
  filter: blur(50px);
}
@media screen and (max-width: 834px) {
  #key_area.privacy {
    max-width: 90vw;
  }
}
@media screen and (max-width: 520px) {
  #key_area.privacy {
    margin-bottom: 20px;
  }
}
#key_area.privacy.js__on {
  transition: all 0.6s ease-in-out;
  opacity: 1;
  filter: blur(0);
}
#key_area.contact {
  max-width: 85vw;
  margin-bottom: 80px;
  opacity: 0;
  filter: blur(50px);
}
@media screen and (max-width: 834px) {
  #key_area.contact {
    max-width: 90vw;
  }
}
@media screen and (max-width: 520px) {
  #key_area.contact {
    margin-bottom: 10px;
  }
}
#key_area.contact.js__on {
  transition: all 0.6s ease-in-out;
  opacity: 1;
  filter: blur(0);
}
#key_area.news {
  max-width: 85vw;
  opacity: 0;
  filter: blur(50px);
}
#key_area.news.js__on {
  transition: all 0.6s ease-in-out;
  opacity: 1;
  filter: blur(0);
}
#key_area.company {
  max-width: 85vw;
  padding-top: 180px;
  margin-bottom: 20px;
  opacity: 0;
  filter: blur(50px);
}
@media screen and (max-width: 520px) {
  #key_area.company {
    padding-top: 120px;
    margin-bottom: 20px;
  }
}
#key_area.company.js__on {
  transition: all 0.6s ease-in-out;
  opacity: 1;
  filter: blur(0);
}
#key_area.zenzen {
  padding-top: 0;
  position: relative;
  height: 100vh;
  opacity: 0;
  filter: blur(50px);
}
#key_area.zenzen.js__on {
  transition: all 0.6s ease-in-out;
  opacity: 1;
  filter: blur(0);
}
#key_area.zenzen #video-area {
  position: fixed;
  z-index: -1;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  overflow: hidden;
}
#key_area.zenzen #video-area #video {
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 177.77777778vh;
  height: 56.25vw;
  min-height: 100%;
  min-width: 100%;
}
#key_area.zenzen .key_txt {
  position: absolute;
  bottom: 0;
  left: 5%;
  width: 90%;
  margin: 0 auto;
}
@media screen and (max-width: 1440px) {
  #key_area.zenzen .key_txt {
    bottom: 0;
  }
}
#key_area.zenzen .key_txt h2 {
  color: #fff;
  font-family: "heisei-mincho-stdn", serif;
  font-weight: 300;
  font-style: normal;
  font-size: 18rem;
  letter-spacing: -0.005em;
  line-height: 1;
  margin-bottom: 8px;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.35);
}
@media screen and (max-width: 1360px) {
  #key_area.zenzen .key_txt h2 {
    font-size: 12rem;
  }
}
@media screen and (max-width: 520px) {
  #key_area.zenzen .key_txt h2 {
    font-size: 6rem;
  }
}
#key_area.zenzen .key_txt p {
  font-size: 3.2rem;
  color: #fff;
  line-height: 1;
  margin-bottom: 40px;
  font-family: "heisei-mincho-stdn", serif;
  font-weight: 300;
  font-style: normal;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.35);
}
@media screen and (max-width: 520px) {
  #key_area.zenzen .key_txt p {
    font-size: 1.45rem;
  }
}
#key_area.zenzen .key_txt .cts_box {
  text-align: center;
  padding: 40px 0;
  border-top: 1px solid #9194b8;
}
#key_area.zenzen .key_txt .cts_box a {
  font-family: Helvetica Neue, Helvetica, Hiragino Sans, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, sans-serif;
  font-size: 1.6rem;
  color: #9194b8;
}
#key_area.salesagent {
  position: relative;
  height: 100vh;
  opacity: 0;
  filter: blur(50px);
}
#key_area.salesagent.js__on {
  transition: all 0.6s ease-in-out;
  opacity: 1;
  filter: blur(0);
}
#key_area.salesagent #video-area {
  position: fixed;
  z-index: -1;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  overflow: hidden;
}
#key_area.salesagent #video-area #video {
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 177.77777778vh;
  height: 56.25vw;
  min-height: 100%;
  min-width: 100%;
}
#key_area.salesagent .key_txt {
  position: absolute;
  bottom: 0;
  left: 5%;
  width: 90%;
  margin: 0 auto;
}
@media screen and (max-width: 1100px) {
  #key_area.salesagent .key_txt {
    bottom: 0;
  }
}
#key_area.salesagent .key_txt h2 {
  color: #fff;
  font-family: "heisei-mincho-stdn", serif;
  font-weight: 300;
  font-style: normal;
  font-size: 10rem;
  letter-spacing: -0.005em;
  line-height: 1;
  margin-bottom: 8px;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.35);
}
@media screen and (max-width: 1100px) {
  #key_area.salesagent .key_txt h2 {
    font-size: 6rem;
  }
}
@media screen and (max-width: 520px) {
  #key_area.salesagent .key_txt h2 {
    font-size: 4rem;
  }
}
#key_area.salesagent .key_txt p {
  font-size: 3.2rem;
  color: #fff;
  line-height: 1;
  margin-bottom: 40px;
  font-family: "heisei-mincho-stdn", serif;
  font-weight: 300;
  font-style: normal;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.35);
}
@media screen and (max-width: 520px) {
  #key_area.salesagent .key_txt p {
    font-size: 1.45rem;
  }
}
#key_area.salesagent .key_txt .cts_box {
  text-align: center;
  padding: 40px 0;
  border-top: 1px solid #9194b8;
}
#key_area.salesagent .key_txt .cts_box a {
  font-family: Helvetica Neue, Helvetica, Hiragino Sans, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, sans-serif;
  font-size: 1.6rem;
  color: #9194b8;
}
#key_area.youtubeop {
  position: relative;
  height: 100vh;
  opacity: 0;
  filter: blur(50px);
}
#key_area.youtubeop.js__on {
  transition: all 0.6s ease-in-out;
  opacity: 1;
  filter: blur(0);
}
#key_area.youtubeop #video-area {
  position: fixed;
  z-index: -1;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  overflow: hidden;
}
#key_area.youtubeop #video-area #video {
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 177.77777778vh;
  height: 56.25vw;
  min-height: 100%;
  min-width: 100%;
}
#key_area.youtubeop .key_txt {
  position: absolute;
  bottom: 0;
  left: 5%;
  width: 90%;
  margin: 0 auto;
}
@media screen and (max-width: 1440px) {
  #key_area.youtubeop .key_txt {
    bottom: 0;
  }
}
#key_area.youtubeop .key_txt h2 {
  color: #fff;
  font-family: "heisei-mincho-stdn", serif;
  font-weight: 300;
  font-style: normal;
  font-size: 10rem;
  letter-spacing: -0.005em;
  line-height: 1;
  margin-bottom: 8px;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.35);
}
@media screen and (max-width: 1100px) {
  #key_area.youtubeop .key_txt h2 {
    font-size: 6rem;
  }
}
@media screen and (max-width: 520px) {
  #key_area.youtubeop .key_txt h2 {
    font-size: 4rem;
  }
}
#key_area.youtubeop .key_txt p {
  font-size: 3.2rem;
  color: #fff;
  line-height: 1;
  margin-bottom: 40px;
  font-family: "heisei-mincho-stdn", serif;
  font-weight: 300;
  font-style: normal;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.35);
}
@media screen and (max-width: 520px) {
  #key_area.youtubeop .key_txt p {
    font-size: 1.45rem;
  }
}
#key_area.youtubeop .key_txt .cts_box {
  text-align: center;
  padding: 40px 0;
  border-top: 1px solid #9194b8;
}
#key_area.youtubeop .key_txt .cts_box a {
  font-family: Helvetica Neue, Helvetica, Hiragino Sans, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, sans-serif;
  font-size: 1.6rem;
  color: #9194b8;
}
#key_area .key_txt {
  position: relative;
}
#key_area .key_txt h2 {
  color: #383967;
  font-family: "heisei-mincho-stdn", serif;
  font-weight: 300;
  font-style: normal;
  font-size: 9rem;
  letter-spacing: -0.01em;
  line-height: 1;
  margin-bottom: 8px;
}
@media screen and (max-width: 1200px) {
  #key_area .key_txt h2 {
    font-size: 7rem;
  }
}
@media screen and (max-width: 520px) {
  #key_area .key_txt h2 {
    font-size: 4.2rem;
  }
}
#key_area .key_txt p {
  font-size: 1.7rem;
  color: #191b2b;
  line-height: 1;
}
@media screen and (max-width: 520px) {
  #key_area .key_txt p {
    font-size: 1.45rem;
  }
}

#key_area.single {
  position: relative;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 25vh;
  display: grid;
  place-items: center;
}
#key_area.single .key_txt {
  text-align: center;
}
#key_area.single .key_txt h2 {
  color: #000626;
  font-family: "futura-pt", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 5.6rem;
  line-height: 1;
  margin-bottom: 8px;
}
#key_area.single .key_txt p {
  font-size: 1.7rem;
  color: #000626;
  line-height: 1;
}

#pankuzu {
  padding: 25px 0;
  position: relative;
  z-index: 50;
  width: 100%;
  background: #000626;
}
#pankuzu.sub {
  top: auto;
}
#pankuzu .inner {
  position: relative;
  z-index: 5;
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  border-bottom: 1px solid #373743;
  padding-bottom: 20px;
}
@media screen and (max-width: 1200px) {
  #pankuzu .inner {
    width: 90%;
  }
}
#pankuzu .inner a {
  color: #d3d3d3;
  font-size: 1.4rem;
  line-height: 1;
  font-family: Helvetica Neue, Helvetica, Hiragino Sans, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, sans-serif;
}
#pankuzu .inner .pantxt {
  color: #d3d3d3;
  font-size: 1.4rem;
  line-height: 1;
  font-family: Helvetica Neue, Helvetica, Hiragino Sans, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, sans-serif;
}

#global_footer {
  background: #000626;
  padding: 20px 0 40px;
  position: relative;
  z-index: 1000;
}
#global_footer.sub {
  padding: 0 0 40px;
}
@media screen and (max-width: 834px) {
  #global_footer {
    padding-top: 40px;
  }
}
#global_footer .company_name {
  max-width: 1200px;
  margin: 0 auto 20px;
}
@media screen and (max-width: 1200px) {
  #global_footer .company_name {
    width: 90%;
  }
}
@media screen and (max-width: 834px) {
  #global_footer .company_name {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 520px) {
  #global_footer .company_name {
    margin-bottom: 0;
    text-align: center;
  }
}
#global_footer .company_name a {
  display: inline-block;
  font-size: 2.1rem;
  font-family: Helvetica Neue, Helvetica, Hiragino Sans, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, sans-serif;
  padding: 8px 0;
  color: #d3d3d3;
}
@media screen and (max-width: 520px) {
  #global_footer .company_name a {
    font-size: 1.4rem;
  }
}
#global_footer .company_name a:hover {
  transition: all 0.35s ease;
  background: #000626;
  color: #d3d3d3;
}
#global_footer .contact_wrap {
  max-width: 1200px;
  margin: 0 auto 20px;
  display: grid;
  grid-template-columns: 70% 30%;
}
@media screen and (max-width: 1200px) {
  #global_footer .contact_wrap {
    width: 90%;
    max-width: none;
  }
}
@media screen and (max-width: 520px) {
  #global_footer .contact_wrap {
    margin-bottom: 20px;
    display: block;
    width: 60%;
  }
}
#global_footer .contact_wrap .footer_navi {
  position: relative;
  padding: 10px 10px 10px 0;
}
@media screen and (max-width: 1440px) {
  #global_footer .contact_wrap .footer_navi {
    max-width: 90%;
  }
}
@media screen and (max-width: 834px) {
  #global_footer .contact_wrap .footer_navi {
    max-width: none;
  }
}
@media screen and (max-width: 520px) {
  #global_footer .contact_wrap .footer_navi {
    display: none;
  }
}
#global_footer .contact_wrap .footer_navi .footer_link_wrap {
  display: flex;
}
#global_footer .contact_wrap .footer_navi .footer_link_wrap .footer_link {
  margin-right: 83px;
}
@media screen and (max-width: 1440px) {
  #global_footer .contact_wrap .footer_navi .footer_link_wrap .footer_link {
    padding-top: 3px;
  }
}
@media screen and (max-width: 834px) {
  #global_footer .contact_wrap .footer_navi .footer_link_wrap .footer_link {
    flex: 1;
  }
}
@media screen and (max-width: 520px) {
  #global_footer .contact_wrap .footer_navi .footer_link_wrap .footer_link {
    display: none;
  }
}
#global_footer .contact_wrap .footer_navi .footer_link_wrap .footer_link li {
  margin-bottom: 10px;
}
#global_footer .contact_wrap .footer_navi .footer_link_wrap .footer_link li.list_title {
  font-size: 1.6rem;
  font-family: Helvetica Neue, Helvetica, Hiragino Sans, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, sans-serif;
  color: #9697aa;
  margin-bottom: 15px;
}
#global_footer .contact_wrap .footer_navi .footer_link_wrap .footer_link li a {
  display: inline-block;
  width: 100%;
  font-size: 1.6rem;
  font-family: Helvetica Neue, Helvetica, Hiragino Sans, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, sans-serif;
  overflow: hidden;
  position: relative;
  transition: all 0.3s;
}
#global_footer .contact_wrap .footer_navi .footer_link_wrap .footer_link li a:hover span {
  transition: all 0.3s;
  transform: translateY(-100%);
}
#global_footer .contact_wrap .footer_navi .footer_link_wrap .footer_link li a span {
  position: relative;
  display: inline-block;
  font-family: Helvetica Neue, Helvetica, Hiragino Sans, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, sans-serif;
  color: #d3d3d3;
}
#global_footer .contact_wrap .footer_navi .footer_link_wrap .footer_link li a span:before {
  position: absolute;
  top: 100%;
  content: attr(data-hover);
  font-family: Helvetica Neue, Helvetica, Hiragino Sans, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, sans-serif;
  transform: translate3d(0, 0, 0);
  background: -webkit-linear-gradient(0deg, #1c43e1, #86FDE8, #1c43e1), linear-gradient(0deg, #1c43e1, #86FDE8, #1c43e1);
  background-size: 200% 100%;
  background-position: 0 0;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: moveGrad 4s ease infinite alternate;
}
#global_footer .contact_wrap .contact_content {
  padding: 16px 0 10px 10px;
  display: flex;
  justify-content: end;
}
@media screen and (max-width: 834px) {
  #global_footer .contact_wrap .contact_content {
    display: block;
  }
}
@media screen and (max-width: 520px) {
  #global_footer .contact_wrap .contact_content {
    padding: 16px 0 10px;
  }
}
#global_footer .contact_wrap .contact_content .sns_list {
  text-align: center;
}
@media screen and (max-width: 520px) {
  #global_footer .contact_wrap .contact_content .sns_list {
    display: none;
  }
}
#global_footer .contact_wrap .contact_content .sns_list a {
  display: inline-block;
  font-family: Helvetica Neue, Helvetica, Hiragino Sans, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, sans-serif;
}
#global_footer .contact_wrap .contact_content .sns_list a:hover {
  background: -webkit-linear-gradient(0deg, #1c43e1, #86FDE8, #1c43e1), linear-gradient(0deg, #1c43e1, #86FDE8, #1c43e1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 200% 100%;
  background-position: 0 0;
  animation: moveGrad 4s ease infinite alternate;
}
#global_footer .contact_wrap .contact_content .sns_list a:hover img {
  mix-blend-mode: color-dodge;
}
#global_footer .contact_wrap .contact_content .sns_list a img {
  display: inline-block;
  width: 35px;
  height: auto;
  vertical-align: bottom;
}
#global_footer .contact_wrap .contact_content .sns_list a:nth-child(1) {
  position: relative;
  top: -1px;
  margin-right: 10px;
}
#global_footer .contact_wrap .contact_content .contact_list {
  display: grid;
  grid-template-columns: 1fr;
  align-items: stretch;
}
#global_footer .contact_wrap .contact_content .contact_list .formlink_box {
  margin-bottom: 30px;
  cursor: pointer;
  border: 1px solid #d3d3d3;
  padding: 14px 25px 13px;
  border-radius: 3em;
  transition: all 0.6s ease;
  height: fit-content;
}
@media screen and (max-width: 520px) {
  #global_footer .contact_wrap .contact_content .contact_list .formlink_box {
    margin-bottom: 10px;
  }
}
#global_footer .contact_wrap .contact_content .contact_list .formlink_box:hover .link_txt span {
  transition: all 0.3s;
  transform: translateY(-100%);
}
#global_footer .contact_wrap .contact_content .contact_list .formlink_box .link_desc {
  font-size: 1.2rem;
  font-family: Helvetica Neue, Helvetica, Hiragino Sans, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, sans-serif;
  color: #d3d3d3;
  line-height: 1;
}
#global_footer .contact_wrap .contact_content .contact_list .formlink_box .link_txt {
  line-height: 1;
}
@media screen and (max-width: 834px) {
  #global_footer .contact_wrap .contact_content .contact_list .formlink_box .link_txt {
    text-align: center;
  }
}
#global_footer .contact_wrap .contact_content .contact_list .formlink_box .link_txt a {
  position: relative;
  display: inline-block;
  line-height: 1;
  overflow: hidden;
}
@media screen and (max-width: 520px) {
  #global_footer .contact_wrap .contact_content .contact_list .formlink_box .link_txt a {
    font-size: 1.8rem;
  }
}
#global_footer .contact_wrap .contact_content .contact_list .formlink_box .link_txt a span {
  display: inline-block;
  font-size: 1.4rem;
  color: #d3d3d3;
  line-height: 1;
  position: relative;
  font-family: Helvetica Neue, Helvetica, Hiragino Sans, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, sans-serif;
}
#global_footer .contact_wrap .contact_content .contact_list .formlink_box .link_txt a span:before {
  position: absolute;
  top: 100%;
  content: attr(data-hover);
  font-family: Helvetica Neue, Helvetica, Hiragino Sans, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, sans-serif;
  transform: translate3d(0, 0, 0);
  background: -webkit-linear-gradient(0deg, #1c43e1, #86FDE8, #1c43e1), linear-gradient(0deg, #1c43e1, #86FDE8, #1c43e1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 200% 100%;
  background-position: 0 0;
  animation: moveGrad 4s ease infinite alternate;
}
#global_footer .copy {
  width: 1200px;
  margin: 0 auto;
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #373743;
}
@media screen and (max-width: 1200px) {
  #global_footer .copy {
    width: 90%;
  }
}
@media screen and (max-width: 520px) {
  #global_footer .copy {
    display: block;
  }
}
#global_footer .copy a {
  display: inline-block;
  font-size: 1.6rem;
  font-family: Helvetica Neue, Helvetica, Hiragino Sans, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, sans-serif;
  overflow: hidden;
  position: relative;
  transition: all 0.3s;
}
#global_footer .copy a:hover span {
  transition: all 0.3s;
  transform: translateY(-100%);
}
#global_footer .copy a span {
  position: relative;
  display: inline-block;
  font-family: Helvetica Neue, Helvetica, Hiragino Sans, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, sans-serif;
  color: #d3d3d3;
}
#global_footer .copy a span::before {
  position: absolute;
  top: 100%;
  content: attr(data-hover);
  font-family: Helvetica Neue, Helvetica, Hiragino Sans, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, sans-serif;
  transform: translate3d(0, 0, 0);
  background: -webkit-linear-gradient(0deg, #1c43e1, #86FDE8, #1c43e1), linear-gradient(0deg, #1c43e1, #86FDE8, #1c43e1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 200% 100%;
  background-position: 0 0;
  animation: moveGrad 4s ease infinite alternate;
}
#global_footer .copy a:hover {
  transition: all 0.35s ease;
  background: #000626;
  color: #d3d3d3;
}
#global_footer .copy small {
  display: inline-block;
  color: #d3d3d3;
  font-size: 1.2rem;
  letter-spacing: 0.08em;
  font-family: Helvetica Neue, Helvetica, Hiragino Sans, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, sans-serif;
}
@media screen and (max-width: 834px) {
  #global_footer .copy small {
    line-height: 1;
    position: relative;
    top: 8px;
  }
}
@media screen and (max-width: 520px) {
  #global_footer .copy small {
    font-size: 1.1rem;
  }
}
#global_footer .toplink {
  position: absolute;
  bottom: 6px;
  right: 120px;
  width: 32px;
  height: 32px;
  border: 1px solid #000626;
  outline: 1px solid #000626;
  outline-offset: -2.5px;
  background: transparent;
  cursor: pointer;
  display: inline-block;
}
@media screen and (max-width: 1440px) {
  #global_footer .toplink {
    right: 0;
  }
}
#global_footer .toplink:hover {
  transition: all 0.2s ease;
  outline-offset: -6px;
}

@keyframes moveGrad {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 150% 0;
  }
}
.main_content h2.content_title {
  max-width: 1680px;
  margin: 0 auto 80px;
  font-family: "greycliff-cf", sans-serif;
  font-weight: 400;
  font-style: normal;
}
@media screen and (max-width: 520px) {
  .main_content h2.content_title {
    margin-bottom: 40px;
  }
}
.main_content h2.content_title span {
  display: inline-block;
}
.main_content h2.content_title .main_title {
  font-size: 3.2rem;
  color: #fff;
  letter-spacing: -0.008em;
}
.main_content h2.content_title .sub_title {
  font-size: 2.4rem;
  color: #fff;
  font-family: "a-otf-ryumin-pr6n", serif;
  font-weight: 300;
  font-style: normal;
}
.main_content h2.content_title.wht_title {
  color: #fff;
}
@media screen and (max-width: 1680px) {
  .main_content h2.content_title {
    width: 93.5%;
  }
}

#srac_service {
  max-width: 1680px;
  margin: 0 auto 200px;
}
@media screen and (max-width: 1680px) {
  #srac_service {
    max-width: 82vw;
  }
}
@media screen and (max-width: 834px) {
  #srac_service {
    max-width: none;
    margin-bottom: 80px;
  }
}

.service_inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  flex: 1;
  position: relative;
}
@media screen and (max-width: 834px) {
  .service_inner {
    display: block;
  }
}
.service_inner .service_box {
  width: 33%;
  height: 200px;
  cursor: pointer;
  transition: width 0.45s ease-in-out, left 0.15s ease, filter 0.65s ease, transform 0.15s ease;
  position: relative;
  border-radius: 20px;
  padding: 30px;
  left: 50px;
  filter: blur(40px);
  transform: scale(1.2);
}
@media screen and (max-width: 834px) {
  .service_inner .service_box {
    width: 100%;
    height: 220px;
    margin-bottom: 20px;
    left: 0;
  }
}
@media screen and (max-width: 520px) {
  .service_inner .service_box {
    height: 120px;
    left: 0;
    transition: all 0.45s linear;
  }
}
.service_inner .service_box.js__on {
  left: 0;
  filter: blur(0);
  transform: scale(1);
}
.service_inner .service_box::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  border-radius: 14px;
  background: rgba(0, 0, 0, 0.45);
}
@media screen and (max-width: 520px) {
  .service_inner .service_box.sbox1 .info_box {
    display: block;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    box-sizing: border-box;
  }
  .service_inner .service_box.sbox1 .info_box .service_title {
    width: 100%;
    margin-bottom: 0;
    text-align: center;
    position: absolute;
    display: flex;
    justify-content: center;
    flex-direction: column-reverse;
  }
  .service_inner .service_box.sbox1 .info_box .service_title .subtitle {
    font-size: 1.1rem;
    padding-top: 8px;
  }
  .service_inner .service_box.sbox1 .info_box .service_title .maintitle {
    letter-spacing: 0.15em;
  }
}
@media screen and (max-width: 520px) {
  .service_inner .service_box.sbox2 .info_box {
    display: block;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    box-sizing: border-box;
  }
  .service_inner .service_box.sbox2 .info_box .service_title {
    margin-bottom: 0;
    text-align: center;
    position: absolute;
    top: 17%;
  }
}
@media screen and (max-width: 520px) {
  .service_inner .service_box.sbox3 .info_box {
    display: block;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    box-sizing: border-box;
  }
  .service_inner .service_box.sbox3 .info_box .service_title {
    margin-bottom: 0;
    text-align: center;
    position: absolute;
    top: 4%;
  }
}
.service_inner .service_box #video-area {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  overflow: hidden;
  border-radius: 20px;
}
@media screen and (max-width: 520px) {
  .service_inner .service_box #video-area {
    border-radius: 14px;
  }
}
.service_inner .service_box #video-area #video1,
.service_inner .service_box #video-area #video2,
.service_inner .service_box #video-area #video3 {
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 177.77%;
  height: 56.25%;
  min-height: 100%;
  min-width: 100%;
  object-fit: cover;
}
.service_inner .service_box.current_box {
  width: 46%;
}
@media screen and (max-width: 834px) {
  .service_inner .service_box.current_box {
    width: 100%;
  }
}
.service_inner .service_box.current_box .info_box h3 span.maintitle {
  transition: font-size 0.35s ease 0.15s;
}
.service_inner .service_box.other_box {
  width: 26.5%;
}
@media screen and (max-width: 834px) {
  .service_inner .service_box.other_box {
    width: 100%;
  }
}
.service_inner .service_box .info_box {
  position: relative;
  z-index: 5;
  display: flex;
  flex-direction: column;
  align-content: space-between;
  height: 100%;
}
.service_inner .service_box .info_box h3 {
  margin-bottom: 18px;
}
.service_inner .service_box .info_box h3 .catch_copy2 {
  display: none;
}
@media screen and (max-width: 520px) {
  .service_inner .service_box .info_box h3 .catch_copy2 {
    display: block;
    text-align: center;
    color: #fff;
    font-family: Helvetica Neue, Helvetica, Hiragino Sans, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, sans-serif;
    font-size: 1.2rem;
    width: 100%;
    margin-bottom: 8px;
  }
}
.service_inner .service_box .info_box h3 .catch_copy3 {
  display: none;
}
@media screen and (max-width: 520px) {
  .service_inner .service_box .info_box h3 .catch_copy3 {
    display: inline-block;
    text-align: center;
    margin-bottom: 8px;
  }
}
.service_inner .service_box .info_box h3.js__on .maintitle {
  transition: all 0.15s ease-in 0.35s;
}
.service_inner .service_box .info_box h3.js__on .subtitle {
  transition: all 0.3s linear 0.35s;
  opacity: 1;
}
.service_inner .service_box .info_box h3.js__on + .service_desc {
  transition: all 0.3s linear 0.35s;
  opacity: 1;
}
.service_inner .service_box .info_box h3 span {
  display: inline-block;
  font-family: "heisei-mincho-stdn", serif;
  font-weight: 300;
  font-style: normal;
  line-height: 1;
  color: #fff;
  width: 100%;
}
.service_inner .service_box .info_box h3 .maintitle {
  font-size: 3.5rem;
  margin-bottom: 16px;
  font-weight: bold;
  font-family: "a-otf-ryumin-pr6n", serif;
  font-weight: 300;
  font-style: normal;
}
@media screen and (max-width: 1280px) {
  .service_inner .service_box .info_box h3 .maintitle {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 834px) {
  .service_inner .service_box .info_box h3 .maintitle {
    font-size: 4rem;
  }
}
@media screen and (max-width: 520px) {
  .service_inner .service_box .info_box h3 .maintitle {
    font-size: 3.4rem;
    font-family: "a-otf-ryumin-pr6n", serif;
    font-weight: 300;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 8px;
    text-align: center;
  }
}
.service_inner .service_box .info_box h3 .maintitle.small_title {
  font-size: 3.5rem;
}
@media screen and (max-width: 1280px) {
  .service_inner .service_box .info_box h3 .maintitle.small_title {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 834px) {
  .service_inner .service_box .info_box h3 .maintitle.small_title {
    font-size: 4rem;
  }
}
@media screen and (max-width: 520px) {
  .service_inner .service_box .info_box h3 .maintitle.small_title {
    font-size: 2.6rem;
    transform: scale(1);
  }
}
.service_inner .service_box .info_box h3 .maintitle.small_title.agent_title {
  font-family: "a-otf-ryumin-pr6n", serif;
  font-weight: 300;
  font-style: normal;
}
@media screen and (max-width: 520px) {
  .service_inner .service_box .info_box h3 .maintitle.small_title.youtube_title {
    font-family: "a-otf-ryumin-pr6n", serif;
    font-weight: 300;
    font-style: normal;
    font-size: 2.5rem;
    text-align: center;
  }
}
.service_inner .service_box .info_box h3 .subtitle {
  font-size: 1.75rem;
  opacity: 0;
}
@media screen and (max-width: 520px) {
  .service_inner .service_box .info_box h3 .subtitle.subtitle1 {
    text-align: center;
  }
}
@media screen and (max-width: 520px) {
  .service_inner .service_box .info_box h3 .subtitle.subtitle1 br {
    display: none;
  }
}
@media screen and (max-width: 520px) {
  .service_inner .service_box .info_box h3 .subtitle.subtitle2 {
    opacity: 0 !important;
  }
}
@media screen and (max-width: 520px) {
  .service_inner .service_box .info_box h3 .subtitle.subtitle3 {
    opacity: 0 !important;
  }
}
@media screen and (max-width: 1280px) {
  .service_inner .service_box .info_box h3 .subtitle {
    font-size: 1.55rem;
  }
}
@media screen and (max-width: 1100px) {
  .service_inner .service_box .info_box h3 .subtitle {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 834px) {
  .service_inner .service_box .info_box h3 .subtitle {
    opacity: 1;
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 520px) {
  .service_inner .service_box .info_box h3 .subtitle {
    font-size: 1.3rem;
    line-height: 1.8;
    font-family: Helvetica Neue, Helvetica, Hiragino Sans, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, sans-serif;
  }
}
.service_inner .service_box .info_box h3 .subtitle br {
  display: none;
}
@media screen and (max-width: 520px) {
  .service_inner .service_box .info_box h3 .subtitle br {
    display: block;
  }
}
.service_inner .service_box .info_box .service_desc {
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.8;
  font-family: "vdl-v7gothic", sans-serif;
  font-weight: 300;
  font-style: normal;
  opacity: 0;
}
@media screen and (max-width: 1280px) {
  .service_inner .service_box .info_box .service_desc {
    font-size: 1.35rem;
  }
}
@media screen and (max-width: 1100px) {
  .service_inner .service_box .info_box .service_desc {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 834px) {
  .service_inner .service_box .info_box .service_desc {
    opacity: 1;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 520px) {
  .service_inner .service_box .info_box .service_desc {
    display: none;
  }
}
@media screen and (max-width: 1100px) {
  .service_inner .service_box .info_box .service_desc br {
    display: none;
  }
}
.service_inner .service_box .info_box .catch_copy1 {
  display: none;
}
@media screen and (max-width: 520px) {
  .service_inner .service_box .info_box .catch_copy1 {
    place-items: center;
    color: #fff;
    font-size: 2.8rem;
    position: relative;
    top: 50px;
    left: 15px;
    font-family: "a-otf-ryumin-pr6n", serif;
    font-weight: 300;
    font-style: normal;
  }
}

html {
  background: #000626;
}

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

#key_area {
  position: fixed;
  z-index: 0;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background: #000626;
  filter: blur(0);
}
#key_area.js__sc {
  transition: filter 0.75s ease;
}
#key_area #grad_canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000626;
  overflow: hidden;
}
#key_area #grad_canvas.js__load::after {
  transition: opacity 0.85s ease-in-out;
  opacity: 0;
}
#key_area #grad_canvas #bgcanvas {
  width: 100%;
  height: 100%;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  background: transparent;
  opacity: 0.7;
  filter: blur(55px);
  mix-blend-mode: exclusion;
  animation: gradmaxmin 14s ease infinite;
}
@media screen and (max-width: 520px) {
  #key_area #grad_canvas #bgcanvas {
    animation: unset;
  }
}
#key_area #grad_canvas::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: #000626;
  opacity: 1;
}

@keyframes gradmaxmin {
  0% {
    filter: blur(55px);
  }
  50% {
    filter: blur(25px);
  }
  100% {
    filter: blur(60px);
  }
}
.site_message_wrap {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5;
}
.site_message_wrap.js__sc {
  transition: filter 0.75s ease;
  filter: blur(120px);
}
.site_message_wrap .site_message {
  width: 100vw;
  height: 100svh;
  margin-bottom: 30px;
}
.site_message_wrap .site_message svg.svg_wrap {
  width: 18.5vw;
  height: auto;
  display: block;
  position: absolute;
  top: 1.15vh;
  left: 5px;
  opacity: 0;
}
@media screen and (max-width: 834px) {
  .site_message_wrap .site_message svg.svg_wrap {
    width: 34vw;
  }
}
.site_message_wrap .site_message svg.svg_wrap.js__on1 {
  transition: all 0.35s linear 0.25s;
  opacity: 1;
}
.site_message_wrap .site_message svg.svg_wrap.js__on2 {
  transition: opacity 0.01s linear 1.25s;
  opacity: 0;
}
.site_message_wrap .site_message .svgtxt {
  fill: rgb(255, 255, 255);
  stroke: rgb(255, 255, 255);
  stroke-width: 3px;
  stroke-dasharray: 80;
  opacity: 1;
  animation: demo_kururi ease 20s infinite;
}
.site_message_wrap .site_message .svgtxt.js__on2 {
  animation: none;
  transition: stroke 0.35s ease;
  stroke: rgba(255, 255, 255, 0);
}
.site_message_wrap .site_message .svgtxt.hanakin {
  font-family: "a-otf-ryumin-pr6n", serif;
  font-weight: 300;
  font-style: normal;
  font-size: 9vw;
  letter-spacing: 0.08em;
  line-height: 1;
}
@keyframes demo_kururi {
  from {
    stroke-dashoffset: 500;
  }
  to {
    stroke-dashoffset: 0;
  }
}
.site_message_wrap .site_message h2 {
  position: relative;
  margin-bottom: 16px;
  width: fit-content;
  top: 25vh;
  left: 8vw;
}
.site_message_wrap .site_message h2.js__on .txt .minitxt {
  transition: opacity 0.35s linear 1.65s;
  opacity: 1;
}
.site_message_wrap .site_message h2.js__on .txt .normaltxt {
  transition: bottom 0.55s linear 1.65s, opacity 0.55s linear 1.65s, filter 1.4s ease 3s;
  bottom: 0;
  opacity: 1;
  filter: blur(0px);
}
@media screen and (max-width: 520px) {
  .site_message_wrap .site_message h2 {
    font-size: 4rem;
    margin-bottom: 5px;
  }
}
.site_message_wrap .site_message h2 .txt {
  display: inline-block;
  position: relative;
  z-index: 1;
  font-family: "vdl-v7gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1;
  color: #fff;
}
@media screen and (max-width: 520px) {
  .site_message_wrap .site_message h2 .txt {
    font-size: 1.7rem;
  }
}
.site_message_wrap .site_message h2 .txt > span {
  display: inline-block;
  line-height: 1;
  font-family: "vdl-v7gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 10rem;
  color: #fff;
}
.site_message_wrap .site_message h2 .txt > span:last-child {
  margin-right: 0;
}
.site_message_wrap .site_message h2 .txt > span.goldtxt {
  position: relative;
  font-size: 9vw;
  font-family: "a-otf-ryumin-pr6n", serif;
  font-weight: 300;
  font-style: normal;
  color: rgb(255, 255, 255);
  filter: drop-shadow(0 0 2px rgba(0, 0, 0, 0.25));
  opacity: 0;
}
@media screen and (max-width: 834px) {
  .site_message_wrap .site_message h2 .txt > span.goldtxt {
    font-size: 17vw;
  }
}
.site_message_wrap .site_message h2 .txt > span.minitxt {
  color: #fff;
  font-family: vdl-v7mincho, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 5vw;
  opacity: 0;
}
@media screen and (max-width: 834px) {
  .site_message_wrap .site_message h2 .txt > span.minitxt {
    font-size: 9vw;
  }
}
.site_message_wrap .site_message h2 .txt > span.normaltxt {
  color: rgba(255, 255, 255, 0.85);
  position: relative;
  bottom: -15px;
  opacity: 0;
  font-size: 6vw;
  font-family: "heisei-mincho-stdn", serif;
  font-weight: 300;
  font-style: normal;
  filter: blur(0) drop-shadow(0 0 3px rgba(0, 0, 0, 0.2));
}
@media screen and (max-width: 834px) {
  .site_message_wrap .site_message h2 .txt > span.normaltxt {
    font-size: 12vw;
  }
}
.site_message_wrap .message_name_wrap {
  position: absolute;
  top: 65%;
  right: 10vw;
  width: fit-content;
}
@media screen and (max-width: 1100px) {
  .site_message_wrap .message_name_wrap .sub_message {
    bottom: 40vh;
  }
}
@media screen and (max-width: 834px) {
  .site_message_wrap .message_name_wrap .sub_message {
    bottom: 34vh;
  }
}
@media screen and (max-width: 520px) {
  .site_message_wrap .message_name_wrap .sub_message {
    bottom: 32vh;
  }
}
.site_message_wrap .message_name_wrap .sub_message.js__on .txt {
  transition: opacity 0.75s ease-in-out 4.2s;
  opacity: 1;
}
.site_message_wrap .message_name_wrap .sub_message .txt {
  position: relative;
  display: inline-block;
  opacity: 0;
}
@media screen and (max-width: 520px) {
  .site_message_wrap .message_name_wrap .sub_message .txt {
    font-size: 1.7rem;
  }
}
.site_message_wrap .message_name_wrap .sub_message .txt > span {
  display: inline-block;
  line-height: 1;
  overflow: visible;
  font-family: vdl-v7mincho, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 1vw;
  color: #fff;
}
@media screen and (max-width: 1100px) {
  .site_message_wrap .message_name_wrap .sub_message .txt > span {
    font-size: 2.1vw;
  }
}
@media screen and (max-width: 520px) {
  .site_message_wrap .message_name_wrap .sub_message .txt > span {
    font-size: 1.6rem;
  }
}
.site_message_wrap .message_name_wrap .msg_name {
  z-index: 100;
  text-align: right;
}
@media screen and (max-width: 520px) {
  .site_message_wrap .message_name_wrap .msg_name {
    bottom: 20vh;
  }
}
.site_message_wrap .message_name_wrap .msg_name.js__on #ceoname {
  transition: opacity 0.75s ease-in-out 4.45s;
  opacity: 1;
}
.site_message_wrap .message_name_wrap .msg_name #ceoname {
  opacity: 0;
  width: 20vw;
  height: auto;
  vertical-align: bottom;
  display: inline-block;
}
@media screen and (max-width: 1100px) {
  .site_message_wrap .message_name_wrap .msg_name #ceoname {
    width: 37.5vw;
  }
}
@media screen and (max-width: 520px) {
  .site_message_wrap .message_name_wrap .msg_name #ceoname {
    width: 55vw;
  }
}
.site_message_wrap .message_name_wrap .msg_name .nameja {
  color: #fff;
  font-size: 1.3vw;
  font-family: "a-otf-ryumin-pr6n", serif;
  font-weight: 300;
  font-style: normal;
  overflow: hidden;
  display: inline-block;
  position: relative;
  width: fit-content;
  color: rgba(255, 255, 255, 0);
}
@media screen and (max-width: 1100px) {
  .site_message_wrap .message_name_wrap .msg_name .nameja {
    font-size: 2.1vw;
  }
}
@media screen and (max-width: 520px) {
  .site_message_wrap .message_name_wrap .msg_name .nameja {
    font-size: 3.8vw;
  }
}
.site_message_wrap .message_name_wrap .msg_name .nameja.js__on {
  transition: all 0.5s ease-in-out 4.55s;
  color: rgb(255, 255, 255);
}
.site_message_wrap .message_name_wrap .msg_name .nameja.js__on::after {
  transition: all 0.25s ease-in-out 4.4s;
  left: 102%;
}
.site_message_wrap .message_name_wrap .msg_name .nameja.js__on .postname {
  transition: all 0.5s ease-in-out 4.4s;
  opacity: 1;
}
.site_message_wrap .message_name_wrap .msg_name .nameja::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: -100%;
  z-index: 2;
  display: inline-block;
  background: #fff;
  border-radius: 2em;
}
.site_message_wrap .message_name_wrap .msg_name .nameja .postname {
  color: #fff;
  font-size: 1.1vw;
  font-family: "a-otf-ryumin-pr6n", serif;
  font-weight: 300;
  font-style: normal;
  display: inline-block;
  padding-right: 12px;
  opacity: 0;
}
@media screen and (max-width: 520px) {
  .site_message_wrap .message_name_wrap .msg_name .nameja .postname {
    font-size: 2.5vw;
  }
}

.cursor_wrap {
  position: absolute;
  top: 65vh;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 60px;
  height: 60px;
  border: 1px dashed #fff;
  border-radius: 10rem;
}
.cursor_wrap img.key_cursor {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  height: 20px;
  animation: cs_fuwafuwa 1.5s ease-in-out infinite 0.8s;
}

@keyframes cs_fuwafuwa {
  0% {
    top: 0;
  }
  35% {
    top: 8px;
  }
  80% {
    top: 0;
  }
  100% {
    top: 0;
  }
}
#container {
  position: relative;
  z-index: 5000;
  margin-top: 100svh;
  padding: 100px 0 80px;
  overflow: hidden;
}
#container::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.08) 10%, rgba(255, 255, 255, 0.12) 100%);
}
@media screen and (max-width: 520px) {
  #container {
    padding: 80px 0;
  }
}
#container .main_content h2.content_title {
  max-width: 1680px;
  margin: 0 auto 80px;
  font-family: "greycliff-cf", sans-serif;
  font-weight: 400;
  font-style: normal;
}
@media screen and (max-width: 520px) {
  #container .main_content h2.content_title {
    margin-bottom: 40px;
  }
}
#container .main_content h2.content_title span {
  display: inline-block;
}
#container .main_content h2.content_title .main_title {
  font-size: 3.2rem;
  color: #fff;
  letter-spacing: -0.008em;
}
#container .main_content h2.content_title .sub_title {
  font-size: 2.4rem;
  color: #fff;
  font-family: "a-otf-ryumin-pr6n", serif;
  font-weight: 300;
  font-style: normal;
}
#container .main_content h2.content_title.wht_title {
  color: #fff;
}
@media screen and (max-width: 1680px) {
  #container .main_content h2.content_title {
    width: 93.5%;
  }
}

#srac_service {
  max-width: 1680px;
  margin: 0 auto 200px;
}
@media screen and (max-width: 1680px) {
  #srac_service {
    width: 93.5%;
  }
}
@media screen and (max-width: 834px) {
  #srac_service {
    max-width: none;
    margin-bottom: 80px;
  }
}

.news_container {
  overflow-x: hidden;
}
.news_container .news_inner {
  width: 800px;
  margin: 0 auto 40px;
  position: relative;
}
@media screen and (max-width: 834px) {
  .news_container .news_inner {
    width: 85vw;
  }
}
.news_container .news_inner .news_post {
  width: 100%;
  position: relative;
  cursor: pointer;
  background: rgba(247, 247, 247, 0.45);
  transition: all 0.45s ease;
  margin-bottom: 4px;
  opacity: 0;
  filter: blur(15px);
  left: 70px;
}
@media screen and (max-width: 834px) {
  .news_container .news_inner .news_post {
    left: 0;
  }
}
@media screen and (max-width: 520px) {
  .news_container .news_inner .news_post {
    left: 0;
  }
}
.news_container .news_inner .news_post.js__on {
  transition: opacity 0.9s linear, left 0.95s linear, filter 0.9s linear;
  opacity: 1;
  filter: blur(0);
  left: 0;
}
.news_container .news_inner .news_post:hover {
  transition: all 0.4s ease-in-out;
  transform: scale(1.04);
}
.news_container .news_inner .news_post:hover .post_info .news_meta time {
  color: #fff;
}
.news_container .news_inner .news_post:hover .post_info .news_meta .category {
  color: #fff;
  border-color: #fff;
}
.news_container .news_inner .news_post:hover .post_info h3 {
  color: #fff;
}
.news_container .news_inner .news_post:hover::before {
  transition: all 0.4s ease-in-out;
  background: rgb(0, 6, 38);
}
.news_container .news_inner .news_post:hover::after {
  transition: all 0.4s ease-in-out;
  right: 1.5%;
}
.news_container .news_inner .news_post::after {
  content: "";
  z-index: 1;
  width: 35px;
  height: 2px;
  border-radius: 2rem;
  background: #fff;
  position: absolute;
  top: 50%;
  right: 3%;
}
.news_container .news_inner .news_post::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: rgba(0, 6, 38, 0);
}
.news_container .news_inner .news_post .post_info {
  padding: 18px 10px 18px 25px;
}
@media screen and (max-width: 520px) {
  .news_container .news_inner .news_post .post_info {
    padding: 12px 10px 12px 18px;
  }
}
.news_container .news_inner .news_post .post_info .news_meta {
  margin-bottom: 12px;
}
@media screen and (max-width: 520px) {
  .news_container .news_inner .news_post .post_info .news_meta {
    margin-bottom: 6px;
  }
}
.news_container .news_inner .news_post .post_info .news_meta time {
  display: inline-block;
  color: #000626;
  font-size: 1.4rem;
  margin-right: 10px;
}
.news_container .news_inner .news_post .post_info .news_meta .category {
  display: inline-block;
  color: #000626;
  padding: 5px 16px;
  border: 1px solid #000626;
  font-size: 1.4rem;
  line-height: 1;
}
.news_container .news_inner .news_post .post_info h3 {
  color: #000626;
  font-size: 1.5rem;
  padding-right: 120px;
}
@media screen and (max-width: 520px) {
  .news_container .news_inner .news_post .post_info h3 {
    padding-right: 40px;
  }
}

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