@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;
  }
}
#wrapper {
  overflow: hidden;
}

#container {
  position: relative;
  z-index: 1;
  padding: 100px 0 80px;
  background: #F1F1F1;
  opacity: 0;
  filter: blur(50px);
}
#container.js__on {
  transition: all 0.6s ease-in-out;
  opacity: 1;
  filter: blur(0);
}
@media screen and (max-width: 520px) {
  #container {
    padding-top: 40px;
  }
}
#container .section_header h2,
#container .section_header .seeker_sub_header {
  color: #000626;
  font-size: 2.4rem;
  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: 1100px) {
  #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: 1.8rem;
  font-family: Helvetica Neue, Helvetica, Hiragino Sans, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, sans-serif;
  line-height: 1;
}
@media screen and (max-width: 1280px) {
  #container .section_header h2 span,
#container .section_header .seeker_sub_header span {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 1100px) {
  #container .section_header h2 span,
#container .section_header .seeker_sub_header span {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 834px) {
  #container .section_header h2 span,
#container .section_header .seeker_sub_header span {
    font-size: 1.8rem;
  }
}
#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;
  position: relative;
  top: 30px;
  filter: blur(50px);
}
@media screen and (max-width: 1100px) {
  #container .wrap_header {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 520px) {
  #container .wrap_header {
    margin-bottom: 20px;
  }
}
#container .wrap_header.js__on {
  transition: all 0.65s ease;
  top: 0;
  filter: blur(0);
}
#container .wrap_header h2 {
  font-family: "heisei-mincho-stdn", serif;
  font-weight: 300;
  font-style: normal;
  line-height: 1;
  margin-bottom: 5px;
  font-size: 2.7rem;
}
@media screen and (max-width: 520px) {
  #container .wrap_header h2 {
    font-size: 2.4rem;
  }
}
#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: 82vw;
  margin: 0 auto 120px;
  display: grid;
  grid-template-columns: 33% 66%;
  column-gap: 1%;
}
@media screen and (max-width: 1650px) {
  .separate_content {
    grid-template-columns: 28% 71%;
  }
}
@media screen and (max-width: 1500px) {
  .separate_content {
    grid-template-columns: 27% 72%;
  }
}
@media screen and (max-width: 1440px) {
  .separate_content {
    max-width: 90vw;
  }
}
@media screen and (max-width: 1100px) {
  .separate_content {
    display: block;
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 520px) {
  .separate_content {
    margin-bottom: 40px;
  }
}

.wrap_contents {
  max-width: 82vw;
  margin: 0 auto;
  padding: 80px 0 120px;
}
@media screen and (max-width: 1440px) {
  .wrap_contents {
    max-width: 90vw;
  }
}
@media screen and (max-width: 1100px) {
  .wrap_contents {
    padding: 60px 0;
  }
}
@media screen and (max-width: 520px) {
  .wrap_contents {
    padding: 20px 0 40px;
  }
}

.about_youtubeop .about_youtubeop_inner {
  padding: 40px;
  border-radius: 12px;
  background: #fff;
}
@media screen and (max-width: 520px) {
  .about_youtubeop .about_youtubeop_inner {
    padding: 20px;
  }
}
.about_youtubeop .about_youtubeop_inner p {
  font-family: Helvetica Neue, Helvetica, Hiragino Sans, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, sans-serif;
  font-size: 1.6rem;
  line-height: 1.8;
  margin-bottom: 20px;
}
.about_youtubeop .about_youtubeop_inner p:last-child {
  margin-bottom: 0;
}

#merit {
  padding-top: 90px;
  border-top: 1px solid #cfcfcf;
  padding-bottom: 20px;
}
@media screen and (max-width: 520px) {
  #merit {
    padding-top: 40px;
  }
}
#merit .separate_content {
  margin-bottom: 0;
}
#merit .sub_header_wrap {
  margin-bottom: 60px;
}
@media screen and (max-width: 520px) {
  #merit .sub_header_wrap {
    margin-bottom: 40px;
  }
}
#merit .seekers_contents .contents_box {
  padding: 30px 50px;
  border-radius: 12px;
  background: #fff;
  margin-bottom: 40px;
  display: grid;
  grid-template-columns: 2% 30% 60%;
  column-gap: 4%;
  align-items: center;
  transition: all 0.35s ease-in;
  transform: translateX(50px);
  filter: blur(20px);
  opacity: 0;
}
@media screen and (max-width: 520px) {
  #merit .seekers_contents .contents_box {
    display: block;
    padding: 15px;
  }
}
#merit .seekers_contents .contents_box .num {
  font-family: "heisei-mincho-stdn", serif;
  font-weight: 300;
  font-style: normal;
  font-size: 20px;
  display: grid;
  place-items: center;
}
@media screen and (max-width: 520px) {
  #merit .seekers_contents .contents_box .num {
    margin-bottom: 8px;
  }
}
#merit .seekers_contents .contents_box .pic {
  width: 100%;
  height: 100%;
  min-height: 250px;
  margin-right: 10%;
}
@media screen and (max-width: 520px) {
  #merit .seekers_contents .contents_box .pic {
    min-height: 140px;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
#merit .seekers_contents .contents_box .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: bottom;
  border-radius: 12px;
}
#merit .seekers_contents .contents_box .info .info_wrap h3 {
  font-family: Helvetica Neue, Helvetica, Hiragino Sans, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, sans-serif;
  font-size: 2.1rem;
  margin-bottom: 20px;
  font-weight: normal;
}
@media screen and (max-width: 520px) {
  #merit .seekers_contents .contents_box .info .info_wrap h3 {
    margin-bottom: 15px;
  }
}
#merit .seekers_contents .contents_box .info .info_wrap p {
  font-family: Helvetica Neue, Helvetica, Hiragino Sans, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, sans-serif;
  font-size: 1.6rem;
  line-height: 1.8;
}
@media screen and (max-width: 520px) {
  #merit .seekers_contents .contents_box .info .info_wrap p {
    font-size: 1.5rem;
  }
}
#merit .seekers_contents .contents_box .info .info_wrap p a {
  display: inline-block;
}
#merit .seekers_contents .contents_box .info .info_wrap p a span {
  display: inline-block;
  font-family: Helvetica Neue, Helvetica, Hiragino Sans, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, sans-serif;
  color: #2DCF3D;
}

#flow {
  padding-bottom: 10px;
}
#flow > .separate_content:last-child {
  margin-bottom: 40px;
}
#flow .flow_wrap {
  padding: 30px;
  background: #fff;
  border-radius: 12px;
  transition: all 0.75s linear;
  transform: translateX(40px);
  opacity: 0;
  filter: blur(50px);
}
#flow .flow_wrap .flow_box {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 1px solid #d8d8d8;
  position: relative;
}
@media screen and (max-width: 520px) {
  #flow .flow_wrap .flow_box {
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
#flow .flow_wrap .flow_box.box3 {
  margin-bottom: 0;
}
#flow .flow_wrap .flow_box:last-child {
  border-bottom: none;
}
#flow .flow_wrap .flow_box .box_subtitle {
  font-size: 1.2rem;
  font-family: Helvetica Neue, Helvetica, Hiragino Sans, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, sans-serif;
  width: fit-content;
  line-height: 1;
  padding: 9px 14px 7px 18px;
  background: #000626;
  color: #fff;
  margin-bottom: 18px;
  border-radius: 6px;
}
#flow .flow_wrap .flow_box h3 {
  font-family: "heisei-mincho-stdn", serif;
  font-weight: 300;
  font-style: normal;
  font-size: 2.4rem;
  margin-bottom: 10px;
}
#flow .flow_wrap .box1 dl div {
  margin-bottom: 25px;
  padding-left: 14px;
  padding-right: 14px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e3e3e3;
}
@media screen and (max-width: 520px) {
  #flow .flow_wrap .box1 dl div {
    padding-left: 0;
    padding-right: 0;
  }
}
#flow .flow_wrap .box1 dl div:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 520px) {
  #flow .flow_wrap .box1 dl div:last-child {
    border-bottom: none;
    padding-bottom: 0;
  }
}
#flow .flow_wrap .box1 dl div dt {
  font-family: Helvetica Neue, Helvetica, Hiragino Sans, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, sans-serif;
  font-size: 2rem;
  margin-bottom: 8px;
}
#flow .flow_wrap .box1 dl div dd {
  font-family: Helvetica Neue, Helvetica, Hiragino Sans, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, sans-serif;
  font-size: 1.6rem;
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (max-width: 520px) {
  #flow .flow_wrap .box1 dl div dd {
    padding-left: 26px;
    padding-right: 26px;
  }
}
#flow .flow_wrap .box1 dl div dd.in_list {
  padding: 0 15px;
}
#flow .flow_wrap .box1 dl div dd.in_list p:last-child {
  margin-bottom: 0;
}
#flow .flow_wrap .box1 dl div dd h4 {
  font-family: Helvetica Neue, Helvetica, Hiragino Sans, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, sans-serif;
  font-size: 1.7rem;
  margin-bottom: 8px;
}
#flow .flow_wrap .box1 dl div dd p {
  font-family: Helvetica Neue, Helvetica, Hiragino Sans, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, sans-serif;
  font-size: 1.4rem;
  margin-bottom: 20px;
  padding: 0 15px;
  line-height: 2;
}
#flow .flow_wrap .box2 .box_contents p {
  font-family: Helvetica Neue, Helvetica, Hiragino Sans, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, sans-serif;
  font-size: 1.6rem;
  line-height: 2;
}
@media screen and (max-width: 834px) {
  #flow .flow_wrap .box2 .box_contents p {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 520px) {
  #flow .flow_wrap .box2 .box_contents p {
    font-size: 1.6rem;
  }
}
#flow .flow_wrap .box3 .box_contents ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 10px;
  row-gap: 10px;
  padding-top: 15px;
}
@media screen and (max-width: 1280px) {
  #flow .flow_wrap .box3 .box_contents ul {
    grid-template-columns: 1fr 1fr 1fr;
    row-gap: 10px;
  }
}
@media screen and (max-width: 520px) {
  #flow .flow_wrap .box3 .box_contents ul {
    display: block;
  }
}
#flow .flow_wrap .box3 .box_contents ul li {
  padding: 12px 10px 10px 45px;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.15);
  border-radius: 6px;
  position: relative;
  border: 1px solid #000626;
}
@media screen and (max-width: 520px) {
  #flow .flow_wrap .box3 .box_contents ul li {
    margin-bottom: 10px;
  }
}
#flow .flow_wrap .box3 .box_contents ul li span {
  display: inline-block;
  line-height: 1;
}
#flow .flow_wrap .box3 .box_contents ul li span.num {
  position: absolute;
  left: 15px;
  top: 36%;
  font-size: 1.35rem;
  font-family: "heisei-mincho-stdn", serif;
  font-weight: 300;
  font-style: normal;
}
@media screen and (max-width: 1280px) {
  #flow .flow_wrap .box3 .box_contents ul li span.num {
    font-size: 1.45rem;
  }
}
#flow .flow_wrap .box3 .box_contents ul li span.ja {
  font-family: Helvetica Neue, Helvetica, Hiragino Sans, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, sans-serif;
  font-size: 1.65rem;
  line-height: 1;
}
#flow .flow_wrap .box3 .box_contents ul li span.en {
  font-family: Helvetica Neue, Helvetica, Hiragino Sans, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, sans-serif;
  font-size: 1.3rem;
}
@media screen and (max-width: 1280px) {
  #flow .flow_wrap .box3 .box_contents ul li span.en {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 520px) {
  #channel {
    margin-bottom: 20px;
  }
}
#channel .ch_wrap {
  display: grid;
  grid-template-columns: 30% 30% 30%;
  column-gap: 5%;
  row-gap: 20px;
}
@media screen and (max-width: 834px) {
  #channel .ch_wrap {
    grid-template-columns: 47% 47%;
    column-gap: 6%;
  }
}
@media screen and (max-width: 520px) {
  #channel .ch_wrap {
    display: block;
  }
}
#channel .ch_wrap .ch_box {
  background: #fff;
  padding: 20px;
  border-radius: 12px;
  position: relative;
  top: 30px;
  opacity: 0;
  filter: blur(50px);
}
#channel .ch_wrap .ch_box.js__on {
  transition: all 0.65s ease;
  top: 0;
  opacity: 1;
  filter: blur(0);
}
#channel .ch_wrap .ch_box .thumb {
  margin-bottom: 20px;
  width: 100%;
  height: auto;
}
#channel .ch_wrap .ch_box .thumb img {
  border-radius: 8px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: bottom;
}
#channel .ch_wrap .ch_box .chname,
#channel .ch_wrap .ch_box .regnum {
  display: grid;
  grid-template-columns: 42% 67%;
  column-gap: 1%;
}
@media screen and (max-width: 1280px) {
  #channel .ch_wrap .ch_box .chname,
#channel .ch_wrap .ch_box .regnum {
    grid-template-columns: 48% 61%;
  }
}
@media screen and (max-width: 520px) {
  #channel .ch_wrap .ch_box .chname,
#channel .ch_wrap .ch_box .regnum {
    grid-template-columns: 33% 64%;
  }
}
#channel .ch_wrap .ch_box .chname span,
#channel .ch_wrap .ch_box .regnum span {
  display: inline-block;
  color: #000626;
  font-size: 1.6rem;
  font-family: Helvetica Neue, Helvetica, Hiragino Sans, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, sans-serif;
  width: 100%;
}
@media screen and (max-width: 1100px) {
  #channel .ch_wrap .ch_box .chname span,
#channel .ch_wrap .ch_box .regnum span {
    font-size: 1.4rem;
  }
}

.cta .cta_inner {
  padding: 30px;
  background: #fff;
  border-radius: 12px;
  position: relative;
}
@media screen and (max-width: 520px) {
  .cta .cta_inner {
    display: block;
    padding: 18px;
  }
}
.cta .cta_inner .info {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 520px) {
  .cta .cta_inner .info {
    display: block;
  }
}
.cta .cta_inner .info .info_inner {
  width: 75%;
  margin-right: 10px;
}
@media screen and (max-width: 520px) {
  .cta .cta_inner .info .info_inner {
    width: 100%;
  }
}
.cta .cta_inner .info .info_inner h3 {
  font-family: Helvetica Neue, Helvetica, Hiragino Sans, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, sans-serif;
  font-size: 2.4rem;
  margin-bottom: 15px;
  line-height: 1;
}
@media screen and (max-width: 1100px) {
  .cta .cta_inner .info .info_inner h3 {
    font-size: 2.1rem;
  }
}
@media screen and (max-width: 520px) {
  .cta .cta_inner .info .info_inner h3 {
    font-size: 1.8rem;
  }
}
.cta .cta_inner .info .info_inner p {
  font-size: 1.85rem;
  font-family: Helvetica Neue, Helvetica, Hiragino Sans, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, sans-serif;
}
@media screen and (max-width: 1100px) {
  .cta .cta_inner .info .info_inner p {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 520px) {
  .cta .cta_inner .info .info_inner p {
    margin-bottom: 20px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 1100px) {
  .cta .cta_inner .info .info_inner p br {
    display: none;
  }
}
.cta .cta_inner .info a {
  display: grid;
  place-items: center;
  width: 20%;
  font-family: Helvetica Neue, Helvetica, Hiragino Sans, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, sans-serif;
  font-size: 1.55rem;
  line-height: 1;
  padding: 15px 50px 14px;
  border-radius: 8px;
  border: 1px solid #000626;
  transition: all 0.55s ease;
}
@media screen and (max-width: 520px) {
  .cta .cta_inner .info a {
    box-sizing: border-box;
    width: 100%;
    text-align: center;
  }
}
.cta .cta_inner .info a:hover {
  color: #fff;
  background: #000626;
}

#srac_service {
  max-width: 82vw;
  margin: 0 auto 100px;
}
@media screen and (max-width: 834px) {
  #srac_service {
    width: 93.5%;
    margin: 0 auto 80px;
    max-width: none;
  }
}
@media screen and (max-width: 520px) {
  #srac_service {
    margin-bottom: 10px;
  }
}

.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: 49%;
  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: 20px;
  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: 75%;
}
@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: 24%;
}
@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: "a-otf-ryumin-pr6n", serif;
    font-weight: 300;
    font-style: normal;
    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: Helvetica Neue, Helvetica, Hiragino Sans, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, sans-serif;
    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.5rem;
  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;
  }
}

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