@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;
  }
}
#container {
  width: 750px;
  margin: 0 auto;
  padding: 240px 0 180px;
}
@media screen and (max-width: 520px) {
  #container {
    width: 90%;
  }
}

.thx_desc {
  text-align: center;
  margin-bottom: 40px;
}
.thx_desc p {
  font-size: 1.6rem;
  line-height: 1.8;
  color: #000626;
}
@media screen and (max-width: 520px) {
  .thx_desc p {
    font-size: 1.4rem;
    text-align: left;
  }
  .thx_desc p br {
    display: none;
  }
}
.thx_desc p span {
  font-size: 2.4rem;
  font-weight: bold;
  display: inline-block;
}

.service_list {
  display: grid;
  grid-template-columns: 33% 33% 33%;
  column-gap: 0.5%;
  margin-bottom: 30px;
}
@media screen and (max-width: 520px) {
  .service_list {
    display: block;
  }
}
.service_list .service_box {
  background: #000626;
  cursor: pointer;
}
@media screen and (max-width: 520px) {
  .service_list .service_box {
    margin-bottom: 20px;
  }
}
.service_list .service_box:hover figure img {
  transition: all 0.8s ease;
  transform: scale(1.3);
}
.service_list .service_box figure {
  width: 100%;
  overflow: hidden;
}
.service_list .service_box figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
}
.service_list .service_box .service_info {
  padding: 10px 15px 15px;
}
.service_list .service_box .service_info h2 {
  color: #fff;
  font-family: "futura-pt-bold", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.7rem;
  margin-bottom: 8px;
}
.service_list .service_box .service_info .desc {
  color: #fff;
  font-family: "futura-pt", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.35rem;
}

.btn_wrap {
  text-align: center;
}
.btn_wrap a {
  line-height: 1;
  padding: 10px 26px;
  background: #000626;
  color: #fff;
  font-size: 1.6rem;
  font-family: "futura-pt", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.btn_wrap a:hover {
  transition: all 0.5s ease;
  background: rgba(253, 253, 253, 0.55);
  color: #000626;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
}

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