@charset "UTF-8";
body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-weight: 500;
}
/* support iOS */
html{
}
body{
  min-height: 100vh;
}
img {
  vertical-align: bottom;
  image-rendering: -webkit-optimize-contrast;
}

@supports (-webkit-touch-callout: none) {
  body {
  }
}

input[type="submit"],
a {
  text-decoration: none;
  transition: all 0.2s;
}

@media screen and (max-width: 1023px) {
  ._pc {
    display: none;
  }
}

@media print, screen and (min-width: 1024px) {
  ._sp {
    display: none;
  }
}

* {
  color: #222;
  max-width: 100%;
}

main {
  overflow: hidden;
  z-index: 5;
  position: relative;
}

main {
  display: block;
  margin-bottom: 705px;
  background: #fff;
}

@media screen and (max-width: 1023px) {
  main {
    margin-bottom: 520px;
  }
}

#stalker {
  pointer-events: none;
  position: fixed;
  top: -8px;
  left: -8px;
  width: 10px;
  height: 10px;
  background: #474B52;
  border-radius: 50%;
  transition: transform 0.2s, top, 0.5s, left 0.5s, width .5s, height .5s, background-color .5s;
  transition-timing-function: ease-out;
  z-index: 999;
}
@media screen and (max-width: 1023px) {
  #stalker {
    display: none!important;
  }
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
}

main {
  display: block;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset,
img {
  border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
var {
  font-style: normal;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
  list-style-type: none;
}

li {
  list-style: none;
  list-style-type: none;
}

caption,
th {
  font-weight: normal;
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

area {
  border: none;
  outline: none;
}

abbr,
acronym {
  border: 0;
}

* {
  box-sizing: border-box;
}

input,
textarea {
  appearance: none;
  border: 0;
  outline: none;
}

button {
  appearance: none;
  border: 0;
  border-radius: 0;
  margin: 0;
  padding: 0;
  background-color: transparent;
  outline: none;
  cursor: pointer;
}

input[type="submit"],
input[type="button"] {
  cursor: pointer;
}

input,
textarea {
  appearance: none;
}

a {
  outline: none;
}

figure {
  line-height: 0;
}

img {
  width: 100%;
  height: auto;
}

.fade {
  opacity: 0;
  transform: translateY(2rem);
  transition: all 0.8s ease-in;
}

.fade.active {
  opacity: 1;
  transform: translateY(0);
}

.dl1 {
  transition-delay: .1s;
}

.dl2 {
  transition-delay: .2s;
}

.dl3 {
  transition-delay: .3s;
}

.dl4 {
  transition-delay: .4s;
}

.dl5 {
  transition-delay: .5s;
}

.footer {
  position: fixed;
  z-index: 1;
  left: 0;
  bottom: 0;
  width: 100%;
  background: linear-gradient(262.04deg, #C6CCD1 26.63%, #E4E8EC 99.4%);
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 64vh;
  justify-content: center;
  padding: 100px 0 50px;
}

@media screen and (max-width: 1023px) {
  .footer {
    min-height: auto;
    padding: 65px 0 30px;
  }
}

.footer_inner {
  display: flex;
  justify-content: space-between;
  padding: 0 100px 0px;
  width: 100%;
}

@media screen and (max-width: 1023px) {
  .footer_inner {
    padding: 0 40px;
    flex-direction: column;
  }
}

.footer_text {
  font-family: Poppins;
  font-weight: 600;
  font-size: 50px;
  letter-spacing: 15px;
  color: #FFFFFF;
  line-height: 2;
}

@media screen and (max-width: 1023px) {
  .footer_text {
    font-size: 30px;
    line-height: 2;
    letter-spacing: 10px;
  }
}

@media screen and (max-width: 350px) {
  .footer_text {
    font-size: 20px;
  }
}

.footer_logo {
  width: 207px;
  margin-top: 72px;
  display: block;
}

@media screen and (max-width: 1023px) {
  .footer_logo {
    width: 112px;
    margin-top: 15px;
  }
}

.footer_logo:hover {
  opacity: 0.5;
}

.footer_nav {
  margin-top: 12px;
}

@media screen and (max-width: 1023px) {
  .footer_nav {
    margin-top: 0;
  }
}

@media screen and (max-width: 1023px) {
  .footer_navlist {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 120px;
    width: calc(100% + 60px);
    margin-left: -30px;
    max-width: 100vw;
  }
}

.footer_navlistItem {
  text-align: right;
}

.footer_navlistItem:not(:first-child) {
  margin-top: 40px;
}

@media screen and (max-width: 1023px) {
  .footer_navlistItem:not(:first-child) {
    margin-top: 0;
  }
}

.footer_navlistItem a {
  font-family: Poppins;
  font-weight: 500;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #FFFFFF;
}

@media screen and (max-width: 1023px) {
  .footer_navlistItem a {
    display: block;
    padding: 18px 25px;
  }
}

.footer_copy {
  font-family: Poppins;
  font-weight: 500;
  font-size: 12px;
  line-height: 1;
  margin-top: 88px;
  text-align: center;
  letter-spacing: 0.1em;
  color: #FFFFFF;
}

@media screen and (max-width: 1023px) {
  .footer_copy {
    margin-top: 32px;
  }
}

.header {
  width: 100%;
  z-index: 500;
  height: 80px;
  opacity: 1;
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width: 1023px) {
  .header {
    height: 60px;
  }
}

.header.active {
  position: fixed;
  transform: translateY(-90px);
  pointer-events: all;
  animation: header01 0.2s 0.1s forwards;
}

@keyframes header01 {
  0% {
    transform: translateY(-90px);
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: translateY(0rem);
  }
}

.header_inner {
  width: 100%;
  padding: 20px 30px;
  display: flex;
  justify-content: space-between;
  position: relative;
}

@media screen and (max-width: 1023px) {
  .header_inner {
    width: 100%;
    display: block;
    padding: 13px 20px;
  }
}

.header_logo {
  width: 150px;
  display: block;
}

@media screen and (max-width: 1023px) {
  .header_logo {
    width: 112px;
    z-index: 100;
    position: relative;
  }
}

.header_nav {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 1023px) {
  .header_nav {
    display: none;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(262.04deg, #C6CCD1 26.63%, #E4E8EC 99.4%);
    /* display: flex;
    align-items: center;
    justify-content: flex-end; */
  }
}

@media screen and (max-width: 1023px) {
  .header_nav.active {
    display: block;
  }
}

.header_navlist {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

@media screen and (max-width: 1023px) {
  .header_navlist {
    flex-direction: column;
    position: relative;
    align-items: flex-end;
    justify-content: center;
    padding-right: 34px;
    height: 100%;
  }
}

.header_navlistItem a {
  font-family: Poppins;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 1023px) {
  .header_navlistItem a {
    color: #fff;
    font-size: 22px;
  }
}

.header_navlistItem a:hover {
  opacity: 0.5;
}

.header_navlistItem:not(:first-child) {
  margin-left: 50px;
}

@media screen and (max-width: 1023px) {
  .header_navlistItem:not(:first-child) {
    margin-left: 0;
    margin-top: 50px;
  }
}

.navBar {
  position: absolute;
  z-index: 9999;
  width: 20px;
  height: 6px;
  cursor: pointer;
  right: 19px;
  top: 25px;
  display: none;
}

@media screen and (max-width: 1023px) {
  .navBar {
    display: block;
  }
}

.navBar_line {
  display: block;
  width: 100%;
  height: 1px;
  background: #686868;
  position: absolute;
  transition: 0.2s all;
}

.navBar_line.line01.active {
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
}

.navBar_line.line02 {
  bottom: 0;
}

.navBar_line.line02.active {
  top: 50%;
  transform: translateY(-50%) rotate(-315deg);
}

@media screen and (max-width: 1023px) {
  body.fixed {
    height: 100%;
  }
}

body.home.fixed {
  /* position: fixed;
  top: 0;
  left: 0;
  width: 100%; */
}

#loading {
  width: 100vw;
  height: 100vh;
  transition: all 1s;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  background: #fff;
}

#loading video {
  width: 33%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

@media screen and (max-width: 1023px) {
  #loading video {
    width: 100%;
    height: 100%;
  }
}

#loading.loaded {
  opacity: 0;
  visibility: hidden;
}

body.mission .header,
.header.active {
  background: linear-gradient(270deg, #FEFEFF 10.97%, #FEFEFF 16.45%, #FDFDFF 21.93%, #FCFCFE 27.41%, #FAFBFE 32.89%, #F8FAFD 38.37%, #F5F8FC 43.86%, #F2F6FB 49.34%, #EEF4FA 54.82%, #EBF2F9 60.3%, #E9F0F8 65.78%, #E6EFF7 71.26%, #E4EEF6 76.75%, #E3EDF6 82.23%, #E2ECF6 87.71%, #E2ECF5 93.19%);
}

@media screen and (max-width: 1023px) {
  body.mission .header,
  .header.active {
    background: linear-gradient(270deg, #EFF4FA 10.97%, #EFF4FA 16.45%, #EFF4FA 21.93%, #EEF3FA 27.41%, #EDF3F9 32.89%, #ECF2F9 38.37%, #EBF1F8 43.86%, #E9F1F8 49.34%, #E8F0F7 54.82%, #E6EFF7 60.3%, #E5EEF6 65.78%, #E4EDF6 71.26%, #E3EDF6 76.75%, #E2ECF6 82.23%, #E2ECF5 87.71%, #E2ECF5 93.19%);
  }
}

body.mission .page-mission {
  margin-top: 80px;
}

@media screen and (max-width: 1023px) {
  body.mission .page-mission {
    margin-top: 60px;
  }
}

body.privacy .header {
  background: linear-gradient(270deg, #FEFEFF 10.97%, #FEFEFF 16.45%, #FDFDFF 21.93%, #FCFCFE 27.41%, #FAFBFE 32.89%, #F8FAFD 38.37%, #F5F8FC 43.86%, #F2F6FB 49.34%, #EEF4FA 54.82%, #EBF2F9 60.3%, #E9F0F8 65.78%, #E6EFF7 71.26%, #E4EEF6 76.75%, #E3EDF6 82.23%, #E2ECF6 87.71%, #E2ECF5 93.19%);
}

@media screen and (max-width: 1023px) {
  body.privacy .header {
    background: linear-gradient(270deg, #EFF4FA 10.97%, #EFF4FA 16.45%, #EFF4FA 21.93%, #EEF3FA 27.41%, #EDF3F9 32.89%, #ECF2F9 38.37%, #EBF1F8 43.86%, #E9F1F8 49.34%, #E8F0F7 54.82%, #E6EFF7 60.3%, #E5EEF6 65.78%, #E4EDF6 71.26%, #E3EDF6 76.75%, #E2ECF6 82.23%, #E2ECF5 87.71%, #E2ECF5 93.19%);
  }
}

.page-privacy {
  background: #fff;
  padding: 244px 0 250px;
  margin-top: 80px;
}

@media screen and (max-width: 1023px) {
  .page-privacy {
    margin-top: 60px;
    padding: 96px 40px 100px;
  }
}

.privacy_inner {
  width: 930px;
  max-width: 100%;
  margin: 0 auto;
}

.privacy_title {
  font-family: Poppins;
  font-weight: 600;
  font-size: 24px;
  text-align: center;
  letter-spacing: 0.15em;
  color: #BADBFA;
  background: -webkit-linear-gradient(0deg, #BADBFA, #EAF2F9);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media screen and (max-width: 1023px) {
  .privacy_title {
    font-size: 20px;
  }
}

.privacy_headText {
  margin-top: 82px;
  font-size: 14px;
  line-height: 2;
  letter-spacing: 3px;
}

@media screen and (max-width: 1023px) {
  .privacy_headText {
    margin-top: 72px;
  }
}

.privacy_list dt {
  font-weight: bold;
  font-size: 14px;
  line-height: 2;
  letter-spacing: 3px;
  margin-top: 28px;
}

.privacy_list dd {
  font-size: 14px;
  line-height: 2;
  letter-spacing: 3px;
}

.contact {
  padding: 240px 40px 275px;
}

@media screen and (max-width: 1023px) {
  .contact {
    padding: 150px 40px 190px;
  }
}

.contact_inner {
  width: 930px;
  margin: 0 auto;
}

.contact_title {
  font-family: Poppins;
  font-weight: 600;
  font-size: 24px;
  letter-spacing: 0.15em;
  color: #BADBFA;
  text-align: center;
  background: -webkit-linear-gradient(0deg, #BADBFA, #EAF2F9);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media screen and (max-width: 1023px) {
  .contact_title {
    font-size: 20px;
  }
}

.contact_headText {
  margin-top: 95px;
  font-size: 24px;
  letter-spacing: 0.25em;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 1023px) {
  .contact_headText {
    margin-top: 97px;
    font-size: 22px;
  }
}

.contact_form {
  margin-top: 100px;
}

@media screen and (max-width: 1023px) {
  .contact_form {
    margin-top: 98px;
  }
}

.contact_form__item:not(:first-child) {
  margin-top: 84px;
}

@media screen and (max-width: 1023px) {
  .contact_form__item:not(:first-child) {
    margin-top: 40px;
  }
}

.contact_form__label {
  display: flex;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 3px;
  align-items: center;
}

@media screen and (max-width: 1023px) {
  .contact_form__label {
    font-size: 16px;
    flex-direction: column;
    align-items: flex-start;
  }
}

.contact_form__text {
  padding: 10px 0;
  border-bottom: 1px solid #D6D6D6;
  width: 100%;
  font-size: 14px;
  letter-spacing: 3px;
}


.contact_form__text::placeholder,
.contact_form__textarea::placeholder {
  color: #c7c7c7;
}

@media screen and (max-width: 1023px) {
  .contact_form__text {
    font-size: 12px;
    padding: 12px 0 11px;

  }
  .contact_form__text,
  .contact_form__textarea {
    border-radius: 0;
    box-shadow: none;
  }
}

.contact_form__textarea {
  padding: 10px 0;
  border-bottom: 1px solid #D6D6D6;
  width: 100%;
  font-size: 14px;
  letter-spacing: 3px;
}

@media screen and (max-width: 1023px) {
  .contact_form__textarea {
    font-size: 12px;
  }
}

.contact_form__checkWrap {
  margin-top: 86px;
  text-align: center;
}

@media screen and (max-width: 1023px) {
  .contact_form__checkWrap {
    margin-top: 24px;
  }
}

.contact_form input[type=checkbox] {
  display: none;
}

.contact_form__check {
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  padding: 10px 0px 0px 15px;
  position: relative;
  font-size: 14px;
  letter-spacing: 3px;
  font-weight: bold;
}

.contact_form__check a {
  text-decoration: underline;
}

@media screen and (max-width: 1023px) {
  .contact_form__check {
    font-size: 12px;
    padding: 20px 0 0 46px;
    text-align: left;
  }
}

.contact_form__check::before {
  background: #fff;
  border: 1px solid #EAEAEA;
  content: '';
  display: block;
  height: 22px;
  width: 22px;
  left: -20px;
  margin-top: -8px;
  position: absolute;
  top: 50%;
}

@media screen and (max-width: 1023px) {
  .contact_form__check::before {
    height: 34px;
    width: 34px;
    left: 0;
  }
}

.contact_form__check::after {
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  content: '';
  display: block;
  height: 12px;
  left: -11px;
  margin-top: -4px;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: rotate(45deg);
  width: 5px;
}

@media screen and (max-width: 1023px) {
  .contact_form__check::after {
    height: 16px;
    width: 7px;
    left: 14px;
    top: 58%;
  }
}

.contact_form input[type=checkbox]:checked + .contact_form__check::after {
  opacity: 1;
}

.contact_btnWrap {
  width: 296px;
  margin: 84px auto 0;
}

@media screen and (max-width: 1023px) {
  .contact_btnWrap {
    margin-top: 68px;
  }
}

.contact_btn {
  width: 100%;
  opacity: 0.3;
}

@media screen and (max-width: 1023px) {
  .contact_btn.c-btn01 {
    font-size: 20px;
  }
}

.contact_btn:hover {
  opacity: 1;
}

.contact_form__errText {
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 3px;
  color: #F41F11;
  padding-left: 40px;
  line-height: 1;
  display: none;
}

@media screen and (max-width: 1023px) {
  .contact_form__errText {
    padding-left: 0;
  }
}

.contact_form__errText.error_check {
  margin-top: 10px;
}

.missionContents {
  background: linear-gradient(150deg, #FEFEFF 10.97%, #E2ECF5 93.19%);
  padding: 200px 10px 175px 10vw;
}

@media screen and (max-width: 1023px) {
  .missionContents {
    padding: 100px 40px 100px;
  }
}

.missionContents_inner {
  width: 1426px;
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}

@media screen and (max-width: 1023px) {
  .missionContents_inner {
    flex-direction: column;
    align-items: flex-start;
  }
}

.missionContents.contents01 .missionContents_imageBlock {
  width: 463px;
  flex-shrink: 0;
  margin-left: 40px;
  margin-top: -67px;
}

@media screen and (max-width: 1023px) {
  .missionContents.contents01 .missionContents_imageBlock {
    width: 225px;
    margin: 31px auto 0;
    position: relative;
    left: 20px;
  }
}

.missionContents.contents02 {
  padding-top: 230px;
  padding-bottom: 136px;
}

@media screen and (max-width: 1023px) {
  .missionContents.contents02 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

.missionContents.contents02 .missionContents_imageBlock {
  width: 407px;
  flex-shrink: 0;
  margin-left: 40px;
  margin-top: -138px;
  margin-right: 84px;
}

@media screen and (max-width: 1023px) {
  .missionContents.contents02 .missionContents_imageBlock {
    width: 181px;
    margin: 30px auto 0;
  }
}

.missionContents_textBlock {
  max-width: 60%;
}

@media screen and (max-width: 1023px) {
  .missionContents_textBlock {
    max-width: 100%;
  }
}

.missionContents_titleWrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

@media screen and (max-width: 1023px) {
  .missionContents_titleWrap {
    flex-direction: column;
    align-items: flex-start;
  }
}

.missionContents_title__en {
  font-weight: 600;
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: 0.04em;
}

@media screen and (max-width: 1023px) {
  .missionContents_title__en {
    font-size: 20px;
  }
}

.missionContents_title__ja {
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  margin-left: 62px;
  position: relative;
}

@media screen and (max-width: 1023px) {
  .missionContents_title__ja {
    font-size: 14px;
    margin-left: 0;
    margin-top: 5px;
  }
}

.missionContents_title__ja::before {
  content: "";
  background: #D6D6D6;
  height: 23px;
  width: 1px;
  position: absolute;
  left: -28px;
  top: 0;
  bottom: 0;
  margin: auto 0;
}

@media screen and (max-width: 1023px) {
  .missionContents_title__ja::before {
    content: none;
  }
}

.missionContents_text {
  font-size: 18px;
  line-height: 2;
  letter-spacing: 3px;
  margin-top: 50px;
}

@media screen and (max-width: 1023px) {
  .missionContents_text {
    font-size: 14px;
    margin-top: 29px;
  }
}

.missionKv {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 100vh;
  justify-content: center;
  padding: 50px 40px 50px;
}

@media screen and (max-width: 1023px) {
  .missionKv {
    min-height: calc(100vh - 60px);
    padding: 78px 0 80px;
  }
}

.missionKv_inner {
  width: 1252px;
  max-width: 100%;
}

.missionKv_title {
  font-family: Poppins;
  font-weight: 600;
  font-size: 24px;
  text-align: center;
  letter-spacing: 0.15em;
  color: #BADBFA;
  background: -webkit-linear-gradient(0deg, #BADBFA, #EAF2F9);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media screen and (max-width: 1023px) {
  .missionKv_title {
    font-size: 20px;
  }
}

.missionKv_text01 {
  font-weight: bold;
  font-size: 60px;
  line-height: 2;
  margin-top: 110px;
  text-align: center;
  letter-spacing: 0.5em;
}

.missionKv_anime {
  opacity: 0;
  transform: translate(0, 2rem);
  transition: all 1.5s;
}

.missionKv_anime.active {
  opacity: 1;
  transform: translate(0, 0);
}

@media screen and (max-width: 1023px) {
  .missionKv_text01 {
    font-size: 30px;
    margin-top: 52px;
    letter-spacing: 0.6em;
    line-height: 2.7;
  }
}

.missionKv_text02 {
  font-weight: bold;
  font-size: 24px;
  text-align: center;
  letter-spacing: 3px;
  margin-top: 86px;
}

@media screen and (max-width: 1023px) {
  .missionKv_text02 {
    font-size: 16px;
    margin-top: 27px;
    line-height: 2.5;
  }
}

.topCompany {
  padding: 250px 40px 0;
  position: relative;
  min-height: 910px;
}

@media screen and (max-width: 1023px) {
  .topCompany {
    padding: 150px 40px 0;
    min-height: auto;
  }
}

.topCompany_inner {
  width: 1246px;
  width: calc((100% - 1246px)/2 + 1246px);
  margin-left: auto;
}

.topCompany_title {
  font-family: Poppins;
  font-weight: 600;
  font-size: 24px;
  letter-spacing: 0.15em;
  color: #BADBFA;
  background: -webkit-linear-gradient(0deg, #BADBFA, #EAF2F9);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media screen and (max-width: 1023px) {
  .topCompany_title {
    text-align: center;
    font-size: 20px;
  }
}

.topCompany_clm {
  display: flex;
  margin-top: 136px;
}

@media screen and (max-width: 1023px) {
  .topCompany_clm {
    margin-top: 70px;
    flex-direction: column;
  }
}

.topCompany_textBlock {
  max-width: 40vw;
}

@media screen and (max-width: 1023px) {
  .topCompany_textBlock {
    max-width: 100%;
  }
}

.topCompany_textBlock dt,
.topCompany_textBlock dd {
  font-size: 14px;
  line-height: 2;
  letter-spacing: 3px;
  font-weight: 400;
  font-family: Poppins, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
}

@media screen and (max-width: 1023px) {
  .topCompany_textBlock dt,
  .topCompany_textBlock dd {
    font-size: 12px;
  }
}

.topCompany_textBlock dt:not(:first-child) {
  margin-top: 24px;
}

.topCompany_mapBlock {
  position: absolute;
  right: 0;
}

@media screen and (max-width: 1023px) {
  .topCompany_mapBlock {
    position: relative;
  }
}

.topCompany_mapBlock iframe {
  max-width: 50vw;
}

@media screen and (max-width: 1023px) {
  .topCompany_mapBlock iframe {
    width: calc(100% + 40px);
    height: 200px;
    max-width: 100vw;
    margin: 50px 0 0 -20px;
  }
}

.topCompany_btnWrap {
  margin: 28px 0 0 40px;
  width: 296px;
  position: relative;
}

@media screen and (max-width: 1023px) {
  .topCompany_btnWrap {
    margin: -8px auto 0;
    max-width: 100%;
  }
}

.topCompany .whiteWrap {
  opacity: 0;
  position: absolute;
  top: 22px;
  right: 40px;
  width: 20px;
  height: 50px;
  overflow: hidden;
}

.topCompany .white {
  z-index: 1;
  position: absolute;
  top: 0;
  right: 200px;
  white-space: nowrap;
  font-size: 20px;
  font-family: Poppins, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  line-height: 1;
  letter-spacing: 3px;
  font-weight: 600;
  color: #fff;
}

@media screen and (max-width: 1023px) {
  .topCompany .white {
    display: none;
  }
}

.topCompany_btn {
  z-index: 1;
}

.topCompany_btn::after {
  z-index: -1;
}

.topCompany_btn:hover + .whiteWrap {
  opacity: 1;
}

.topKv {
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.topKv_videoWrap {
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background: linear-gradient(-101.68deg, #FEFEFF 10.97%, #FEFEFF 16.45%, #FDFDFF 21.93%, #FCFCFE 27.41%, #FAFBFE 32.89%, #F8FAFD 38.37%, #F5F8FC 43.86%, #F2F6FB 49.34%, #EEF4FA 54.82%, #EBF2F9 60.3%, #E9F0F8 65.78%, #E6EFF7 71.26%, #E4EEF6 76.75%, #E3EDF6 82.23%, #E2ECF6 87.71%, #E2ECF5 93.19%);
}

.topKv_video {
  mix-blend-mode: screen;
  width: 40%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

@media screen and (max-width: 1023px) {
  .topKv_videoInner {
    width: 40%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    mix-blend-mode: screen;
    overflow: hidden;
    width: 90vw;
    height: 90vw;
    /*box-shadow:0 1px 0 #000;*/
  }
  .topKv_video {
    width: calc(100% + 10px);
    max-width: 100vw;
    /*box-shadow:0 1px 0 #000;*/
  }
}

.topKv_inner {
  padding: 0 30px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  position: relative;
}

@media screen and (max-width: 1023px) {
  .topKv_inner {
    padding: 0 20px;
  }
}

.topKv_textWrap {
  margin-left: 8vw;
}

@media screen and (max-width: 1023px) {
  .topKv_textWrap {
    margin-left: 16px;
  }
}

.topKv_text01 {
  width: 118px;
  min-height: 18px;
  background: #353535;
  border-radius: 9999px;
  color: #fff;
  font-size: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

.topKv_text02 {
  margin-top: 10px;
  font-family: Poppins;
  font-weight: 600;
  font-size: 100px;
  line-height: 1.25;
  letter-spacing: 14.5px;
}

@media screen and (max-width: 1023px) {
  .topKv_text02 {
    font-size: 35px;
    line-height: 50px;
    letter-spacing: 6px;
    margin-top: 0;
  }
}

.topKv_news {
  background: #FFFFFF;
  display: flex;
  border-radius: 9999px;
  width: 1020px;
  max-width: 90%;
  min-height: 54px;
  align-items: center;
  padding: 0 30px;
  position: absolute;
  left: 30px;
  bottom: 26px;
}

@media screen and (max-width: 1023px) {
  .topKv_news {
    padding: 10px 20px;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    max-width: calc(100% - 40px);
    left: 0;
    right: 0;
    bottom: 20px;
    margin: 0 auto;
  }
  .topKv_news::before {
    content: "";
    left: 16px;
    position: absolute;
    top: 10px;
    background: #fff;
    width: 40px;
    height: 15px;
    z-index: 1;
  }
  .topKv_news::after {
    content: "";
    right: 16px;
    position: absolute;
    top: 10px;
    background: #fff;
    width: 100px;
    height: 15px;
    z-index: 1;
  }
}

.topKv_news__title {
  font-family: Poppins;
  font-weight: 600;
  font-size: 16px;
  color: #A9D6EF;
  background: -webkit-linear-gradient(0deg, #A9D6EF, #90B6CC);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media screen and (max-width: 1023px) {
  .topKv_news__title {
    top: 10px;
    left: 20px;
    position: absolute;
    z-index: 20;
    font-size: 8px;
  }
}

.topKv_news__list {
  margin-left: 30px;
}

@media screen and (max-width: 1023px) {
  .topKv_news__list {
    margin-left: 0;
  }
}

.topKv_news__listItem {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 1023px) {
  .topKv_news__listItem {
    flex-direction: column;
    align-items: flex-start;
    padding-top: 2px;
  }
}

.topKv_news__day {
  font-family: Poppins;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 3px;
  color: #BABABA;
}

@media screen and (max-width: 1023px) {
  .topKv_news__day {
    padding-left: 32px;
    font-size: 10px;
    transform: scale(0.6);
  }
}

.topKv_news__text {
  font-size: 14px;
  margin-left: 30px;
}

@media screen and (max-width: 1023px) {
  .topKv_news__text {
    margin-left: 0;
    white-space: nowrap;
    font-size: 10px;
    margin-top: 4px;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    padding-top: 4px;
  }
  .topKv_news__text span {
    position: relative;
    top: -4px;
  }
}

.topKv_news__barWrap {
  width: 94px;
  height: 1px;
  position: relative;
  background: #D6D6D6;
  margin-right: 30px;
}

@media screen and (max-width: 1023px) {
  .topKv_news__barWrap {
    position: absolute;
    top: 18px;
    right: 16px;
    width: 50px;
    z-index: 2;
  }
}

.topKv_news__bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #5BBAEE;
  animation: newsbar 3000ms 200ms ease-in-out infinite;
}

@keyframes newsbar {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}

.topKv_news__num {
  font-family: Poppins;
  font-size: 12px;
  letter-spacing: 5px;
  font-weight: 300;
}

@media screen and (max-width: 1023px) {
  .topKv_news__num {
    position: absolute;
    top: 12px;
    right: 10px;
    font-size: 10px;
    transform: scale(0.8);
    letter-spacing: 0.7em;
    z-index: 3;
  }
}

.topKv_news .bx-wrapper {
  box-shadow: none;
  margin: 0;
  border: none;
}

.topKv_scroll {
  position: absolute;
  bottom: 0;
  right: 50px;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-family: Poppins;
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0.1em;
  padding-bottom: 165px;
}

@media screen and (max-width: 1023px) {
  .topKv_scroll {
    font-size: 10px;
    right: 13px;
    transform: scale(0.6);
    bottom: 46px;
  }
}

.topKv_scroll::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 1px;
  height: 150px;
  background: #A0A0A0;
  animation: pathmove 2s ease-in-out infinite;
  opacity: 0;
}

@media screen and (max-width: 1023px) {
  .topKv_scroll::after {
    height: 80px;
  }
}

@keyframes pathmove {
  0% {
    height: 0;
    top: 60px;
    opacity: 0;
  }
  30% {
    height: 150px;
    opacity: 1;
  }
  100% {
    height: 0;
    top: calc(150px + 150px);
    opacity: 0;
  }
}

@media screen and (max-width: 1023px) {
  @keyframes pathmove {
    0% {
      height: 0;
      opacity: 0;
      top: 50px;
    }
    30% {
      height: 50px;
      opacity: 1;
    }
    100% {
      top: 150px;
      height: 0;
      opacity: 0;
    }
  }
}

.topMission {
  padding: 250px 40px;
  position: relative;
}

@media screen and (max-width: 1023px) {
  .topMission {
    padding: 150px 40px;
  }
}

.topMission::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(101.68deg, #FEFEFF 10.97%, #E2ECF5 93.19%);
}

.topMission_inner {
  width: 1246px;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
}

.topMission_title {
  font-family: Poppins;
  font-weight: 600;
  font-size: 24px;
  letter-spacing: 0.15em;
  color: #BADBFA;
  background: -webkit-linear-gradient(0deg, #BADBFA, #EAF2F9);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media screen and (max-width: 1023px) {
  .topMission_title {
    font-size: 20px;
  }
}

.topMission_bg {
  position: absolute;
  left: 0;
  top: 250px;
  font-family: Poppins;
  font-weight: 200;
  font-size: 400px;
  line-height: 1;
  letter-spacing: 3px;
  color: #FBFBFB;
  white-space: nowrap;
  animation: scrollText01 150s linear infinite;
  transform: translate(0%, 0%);
  max-width: none;
}

.topMission_copy {
  font-weight: bold;
  font-size: 40px;
  letter-spacing: 0.5em;
  margin-top: 150px;
}

@media screen and (max-width: 1023px) {
  .topMission_copy {
    margin-top: 69px;
    font-size: 22px;
    line-height: 44px;
    letter-spacing: 0.4em;
  }
}

.topMission_text {
  font-size: 18px;
  line-height: 1;
  letter-spacing: 3px;
  margin-top: 50px;
}

@media screen and (max-width: 1023px) {
  .topMission_text {
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 3px;
    margin-top: 30px;
  }
}

.topMission_image {
  width: 1000px;
  margin: 60px auto 0;
}

@media screen and (max-width: 1023px) {
  .topMission_image {
    width: calc(100% + 80px);
    max-width: 100vw;
    margin: -33px auto 0;
    position: relative;
    left: -40px;
  }
}

.topMission_btnWrap {
  margin: 36px auto 0;
  width: 296px;
}

@media screen and (max-width: 1023px) {
  .topMission_btnWrap {
    margin: -78px auto 0;
    max-width: 100%;
  }
}

.topVision {
  padding: 250px 40px;
}

@media screen and (max-width: 1023px) {
  .topVision {
    padding: 150px 40px;
  }
}

.topVision_inner {
  width: 1246px;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
}

.topVision_title {
  font-family: Poppins;
  font-weight: 600;
  font-size: 24px;
  letter-spacing: 0.15em;
  color: #BADBFA;
  background: -webkit-linear-gradient(0deg, #BADBFA, #EAF2F9);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media screen and (max-width: 1023px) {
  .topVision_title {
    font-size: 20px;
  }
}

.topVision_bg {
  position: absolute;
  left: 0;
  top: 0px;
  font-family: Poppins;
  font-weight: 200;
  font-size: 400px;
  line-height: 1;
  letter-spacing: 3px;
  color: #FBFBFB;
  z-index: -1;
  white-space: nowrap;
  animation: scrollText01 360s linear infinite;
  transform: translate(0%, 0%);
  max-width: none;
}

.topVision_copy {
  font-weight: bold;
  font-size: 60px;
  letter-spacing: 50px;
  margin-top: 110px;
  line-height: 2;
}

@media screen and (max-width: 1023px) {
  .topVision_copy {
    font-size: 30px;
    line-height: 2.6;
    margin-top: 51px;
    letter-spacing: 18px;
  }
}

.topVision_text {
  font-weight: bold;
  font-size: 24px;
  line-height: 72px;
  letter-spacing: 3px;
  margin-top: 70px;
}

@media screen and (max-width: 1023px) {
  .topVision_text {
    margin-top: 32px;
    font-size: 16px;
    line-height: 40px;
    letter-spacing: 2px;
  }
}

@media screen and (max-width: 1023px) {
  .topVision_text + .topVision_text {
    margin-top: 40px;
  }
}

@keyframes scrollText01 {
  0% {
    transform: translate(0, 0%);
  }
  100% {
    transform: translate(-100%, 0%);
  }
}

.c-btn01 {
  font-weight: 600;
  justify-content: center;
  font-size: 20px;
  font-family: Poppins, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  line-height: 1;
  letter-spacing: 3px;
  display: flex;
  padding: 22px 0;
  border-bottom: 1px solid #000;
  position: relative;
  transition: 0.2s all;
}

@media screen and (max-width: 1023px) {
  .c-btn01 {
    font-size: 16px;
    padding: 32px 0;
  }
}

.c-btn01::after {
  content: "";
  background: #97CCE8;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  transition: 0.2s all;
}

.c-btn01:hover::after {
  transform: scale(11.9);
}

.c-btn01:hover::before {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 9px;
  height: 9px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  z-index: 2;
}

.topKv_videoOuter {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  mix-blend-mode: screen;
  overflow: hidden;
  width: 88vw;
  height: 88vw;
}