@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;
  }
}
body {
  background: #F1F1F1;
}

#container {
  position: relative;
  z-index: 1;
  padding: 20px 0 80px;
  background: #F1F1F1;
  opacity: 0;
  filter: blur(50px);
}
@media screen and (max-width: 520px) {
  #container {
    padding-top: 0;
    padding-bottom: 20px;
  }
}
#container.js__on {
  transition: all 0.6s ease-in-out;
  opacity: 1;
  filter: blur(0);
}
@media screen and (max-width: 520px) {
  #container {
    padding-top: 0;
  }
}
#container .section_header h2,
#container .section_header .seeker_sub_header {
  color: #000626;
  font-size: 2rem;
  font-family: Helvetica Neue, Helvetica, Hiragino Sans, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, sans-serif;
  position: relative;
  line-height: 1;
  padding-left: 22px;
  background: url("../images/zenzen/title_icon.svg") no-repeat left center;
}
@media screen and (max-width: 834px) {
  #container .section_header h2,
#container .section_header .seeker_sub_header {
    margin-bottom: 20px;
  }
}
#container .section_header h2 span,
#container .section_header .seeker_sub_header span {
  display: inline-block;
  color: #000626;
  font-size: 2rem;
  font-family: Helvetica Neue, Helvetica, Hiragino Sans, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, sans-serif;
  line-height: 1;
}
@media screen and (max-width: 520px) {
  #container .section_header h2 span,
#container .section_header .seeker_sub_header span {
    font-size: 1.6rem;
  }
}
#container .section_header p {
  font-family: Helvetica Neue, Helvetica, Hiragino Sans, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, sans-serif;
  font-size: 1.3rem;
  padding-left: 22px;
}
#container .wrap_header {
  margin-bottom: 80px;
}
#container .wrap_header h2 {
  font-family: "heisei-mincho-stdn", serif;
  font-weight: 300;
  font-style: normal;
  font-size: 5.2rem;
  line-height: 1;
  margin-bottom: 5px;
}
#container .wrap_header h2 span {
  display: inline-block;
  font-family: "heisei-mincho-stdn", serif;
  font-weight: 300;
  font-style: normal;
  font-size: 5.2rem;
  line-height: 1;
}
#container .wrap_header .worker_subtitle {
  font-size: 1.8rem;
  font-family: Helvetica Neue, Helvetica, Hiragino Sans, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, sans-serif;
  line-height: 1;
  color: #000626;
}

.separate_content {
  max-width: 85vw;
  margin: 0 auto 130px;
  display: grid;
  grid-template-columns: 33% 66%;
  column-gap: 1%;
}
@media screen and (max-width: 1500px) {
  .separate_content {
    grid-template-columns: 30% 68%;
    column-gap: 2%;
  }
}
@media screen and (max-width: 1100px) {
  .separate_content {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 834px) {
  .separate_content {
    display: block;
  }
}
@media screen and (max-width: 520px) {
  .separate_content {
    margin-bottom: 40px;
    max-width: 90vw;
  }
}

.wrap_contents {
  max-width: 85vw;
  margin: 0 auto;
  padding: 80px 0 20px;
}
@media screen and (max-width: 520px) {
  .wrap_contents {
    padding: 20px 0 20px;
  }
}
.wrap_contents .page_key_wrap {
  padding-top: 20px;
}

.page_key_wrap {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 90vh;
  border-radius: 20px;
}
@media screen and (max-width: 520px) {
  .page_key_wrap {
    height: 50vh;
  }
}
.page_key_wrap .page_key {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}
.page_key_wrap .page_key img {
  position: absolute;
  top: 20px;
  width: 100%;
  height: auto;
  border-radius: 20px;
  object-fit: cover;
  object-position: center top;
}
.page_key_wrap .page_key img.pc {
  display: inline-block;
}
.page_key_wrap .page_key img.sp {
  display: none;
}
@media screen and (max-width: 520px) {
  .page_key_wrap .page_key img.pc {
    display: none;
  }
  .page_key_wrap .page_key img.sp {
    display: inline-block;
  }
}

#philosophy {
  border-top: 1px solid #cfcfcf;
  padding-top: 130px;
}
@media screen and (max-width: 1100px) {
  #philosophy {
    padding-top: 80px;
  }
}
@media screen and (max-width: 520px) {
  #philosophy {
    padding-top: 30px;
  }
}
#philosophy .phi_wrap .phi_main {
  margin-bottom: 15px;
}
#philosophy .phi_wrap .phi_main span {
  display: inline-block;
  font-family: "heisei-mincho-stdn", serif;
  font-weight: 300;
  font-style: normal;
  font-size: 5.6rem;
  color: #000626;
  line-height: 1;
}
@media screen and (max-width: 1440px) {
  #philosophy .phi_wrap .phi_main span {
    font-size: 5rem;
  }
}
@media screen and (max-width: 1280px) {
  #philosophy .phi_wrap .phi_main span {
    font-size: 3.8rem;
  }
}
@media screen and (max-width: 520px) {
  #philosophy .phi_wrap .phi_main span {
    font-size: 2.3rem;
  }
}
#philosophy .phi_wrap .phi_sub {
  font-family: Helvetica Neue, Helvetica, Hiragino Sans, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, sans-serif;
  font-size: 1.8rem;
  color: #000626;
}
@media screen and (max-width: 520px) {
  #philosophy .phi_wrap .phi_sub {
    font-size: 1.5rem;
  }
}

#mission {
  border-top: 1px solid #cfcfcf;
  padding-top: 130px;
}
@media screen and (max-width: 1100px) {
  #mission {
    padding-top: 80px;
  }
}
@media screen and (max-width: 520px) {
  #mission {
    padding-top: 30px;
  }
}
#mission .mi_wrap .mi_main {
  margin-bottom: 15px;
}
#mission .mi_wrap .mi_main br {
  display: none;
}
@media screen and (max-width: 520px) {
  #mission .mi_wrap .mi_main br {
    display: block !important;
  }
}
#mission .mi_wrap .mi_main span {
  display: inline-block;
  font-family: "heisei-mincho-stdn", serif;
  font-weight: 300;
  font-style: normal;
  font-size: 5.6rem;
  color: #000626;
  line-height: 1;
}
@media screen and (max-width: 1440px) {
  #mission .mi_wrap .mi_main span {
    font-size: 5rem;
  }
}
@media screen and (max-width: 1280px) {
  #mission .mi_wrap .mi_main span {
    font-size: 3.8rem;
  }
}
@media screen and (max-width: 520px) {
  #mission .mi_wrap .mi_main span {
    font-size: 2.3rem;
  }
}
#mission .mi_wrap .mi_sub {
  font-family: Helvetica Neue, Helvetica, Hiragino Sans, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, sans-serif;
  font-size: 1.8rem;
  color: #000626;
}
@media screen and (max-width: 520px) {
  #mission .mi_wrap .mi_sub {
    font-size: 1.5rem;
  }
}

#vision {
  border-top: 1px solid #cfcfcf;
  padding-top: 130px;
}
@media screen and (max-width: 1100px) {
  #vision {
    padding-top: 80px;
  }
}
@media screen and (max-width: 520px) {
  #vision {
    padding-top: 30px;
  }
}
#vision .vi_wrap .vi_main {
  margin-bottom: 15px;
}
#vision .vi_wrap .vi_main span {
  display: inline-block;
  font-family: "heisei-mincho-stdn", serif;
  font-weight: 300;
  font-style: normal;
  font-size: 5.6rem;
  color: #000626;
  line-height: 1;
}
@media screen and (max-width: 1440px) {
  #vision .vi_wrap .vi_main span {
    font-size: 5rem;
  }
}
@media screen and (max-width: 1280px) {
  #vision .vi_wrap .vi_main span {
    font-size: 3.8rem;
  }
}
@media screen and (max-width: 520px) {
  #vision .vi_wrap .vi_main span {
    font-size: 2.3rem;
  }
}
#vision .vi_wrap .vi_sub {
  font-family: Helvetica Neue, Helvetica, Hiragino Sans, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, sans-serif;
  font-size: 1.8rem;
  color: #000626;
}
@media screen and (max-width: 520px) {
  #vision .vi_wrap .vi_sub {
    font-size: 1.5rem;
  }
}

#value {
  border-top: 1px solid #cfcfcf;
  padding-top: 130px;
}
@media screen and (max-width: 1100px) {
  #value {
    padding-top: 80px;
  }
}
@media screen and (max-width: 520px) {
  #value {
    padding-top: 30px;
  }
}
#value .va_wrap .va_list .va_item {
  font-family: "heisei-mincho-stdn", serif;
  font-weight: 300;
  font-style: normal;
  font-size: 4.2rem;
  line-height: 1;
  color: #000626;
  margin-bottom: 15px;
  position: relative;
  top: 20px;
  opacity: 0;
  filter: blur(50px);
}
@media screen and (max-width: 1280px) {
  #value .va_wrap .va_list .va_item {
    font-size: 3.8rem;
  }
}
@media screen and (max-width: 520px) {
  #value .va_wrap .va_list .va_item {
    font-size: 2.1rem;
  }
}
#value .va_wrap .va_list .va_item.js__on {
  transition: all 0.75s ease;
  top: 0;
  opacity: 1;
  filter: blur(0);
}
#value .va_wrap .va_list .va_item:last-child {
  margin-bottom: 0;
}

#company {
  border-top: 1px solid #cfcfcf;
  padding-top: 130px;
}
@media screen and (max-width: 1100px) {
  #company {
    padding-top: 80px;
  }
}
@media screen and (max-width: 834px) {
  #company {
    border-top: none;
  }
}
@media screen and (max-width: 520px) {
  #company {
    padding-top: 40px;
  }
}
#company .company_info dl div {
  display: grid;
  grid-template-columns: 20% 80%;
  align-items: center;
  padding: 30px;
  border-top: 1px solid #cfcfcf;
  left: 25px;
  filter: blur(50px);
  opacity: 0;
  transition: all 0.75s linear;
}
@media screen and (max-width: 520px) {
  #company .company_info dl div {
    display: block;
    padding: 10px;
  }
}
#company .company_info dl div.js__on {
  left: 0;
  filter: blur(0);
  opacity: 1;
}
#company .company_info dl div:last-child {
  border-bottom: 1px solid #cfcfcf;
}
#company .company_info dl div:nth-child(odd) {
  background: #F3F3F3;
}
#company .company_info dl div dt, #company .company_info dl div dd {
  font-family: Helvetica Neue, Helvetica, Hiragino Sans, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, sans-serif;
  font-size: 1.5rem;
}
@media screen and (max-width: 520px) {
  #company .company_info dl div dt, #company .company_info dl div dd {
    font-size: 1.4rem;
  }
}

#access {
  border-top: 1px solid #cfcfcf;
  padding-top: 130px;
}
@media screen and (max-width: 834px) {
  #access {
    border-top: none;
    padding-top: 80px;
  }
}
@media screen and (max-width: 520px) {
  #access {
    padding-top: 30px;
  }
}
#access .map_content .map_content_inner {
  padding: 30px;
  background: #fff;
  width: 100%;
  height: 500px;
  border-radius: 12px;
}
@media screen and (max-width: 520px) {
  #access .map_content .map_content_inner {
    padding: 10px;
    height: 400px;
  }
}
#access .map_content .map_content_inner iframe {
  width: 100%;
  height: 100%;
}

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