@charset "UTF-8";
/*! destyle.css v1.0.13 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model
   ========================================================================== */
* {
  box-sizing: border-box;
}

::before,
::after {
  box-sizing: inherit;
}

/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm
   ========================================================================== */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings
   ========================================================================== */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration)
   ========================================================================== */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition)
   ========================================================================== */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border: 0;
  border-top: 1px solid;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
  vertical-align: bottom;
}

embed,
object,
iframe {
  border: 0;
  vertical-align: bottom;
}

/* Forms
   ========================================================================== */
/**
 * Reset form fields to make them styleable
 * 1. Reset radio and checkbox to preserve their look in iOS.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

[type="checkbox"] {
  /* 1 */
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type="radio"] {
  /* 1 */
  -webkit-appearance: radio;
  appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

button[disabled],
[type="button"][disabled],
[type="reset"][disabled],
[type="submit"][disabled] {
  cursor: default;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  padding: 0;
  /* 1 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type="search"] {
  outline-offset: -2px;
  /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Table
   ========================================================================== */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

html {
  font-family: "lato", "Noto Sans JP", -apple-system, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif;
  text-rendering: optimizeLegibility;
  font-feature-settings: 'palt' 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 62.5%;
}

body {
  margin: 0;
  padding: 0;
  font-size: 1.6rem;
  line-height: 1.85;
}

@media screen and (min-width: 980px) {
  body {
    font-size: 1.8rem;
  }
}

a {
  color: #005bef;
  text-decoration: underline;
}

a:hover, a:active {
  text-decoration: none;
}

.header {
  background: transparent linear-gradient(94deg, #162e96 0%, #162e96 50%, #005bef 100%) 0% 0% no-repeat padding-box;
  position: relative;
}

.header.active {
  background: transparent;
}

.header__body {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  padding: 1.6rem 2rem;
}

.header__body.active {
  position: fixed;
}

@media screen and (min-width: 980px) {
  .header__body {
    max-width: 1200px;
    margin: 0 auto;
    padding: 2.4rem 0;
  }
}

.header__title {
  z-index: 3;
}

.header__title h1 a {
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  display: block;
  width: 70px;
  height: 25px;
  background-image: url(/images/vrc-logo.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center center;
}

@media screen and (min-width: 980px) {
  .header__title h1 a {
    width: 140px;
    height: 50px;
  }
}

.header__trigger {
  position: relative;
  width: 30px;
  height: 22px;
  cursor: pointer;
  display: inline-block;
  transition: all .5s;
  z-index: 3;
}

.header__trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  display: inline-block;
  transition: all .5s;
  box-sizing: border-box;
}

.header__trigger span:nth-of-type(1) {
  top: 0;
}

.header__trigger span:nth-of-type(2) {
  top: 9px;
}

.header__trigger span:nth-of-type(3) {
  bottom: 2px;
}

@media screen and (min-width: 980px) {
  .header__trigger {
    display: none;
  }
}

.header .header__trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(9px) rotate(-45deg);
  transform: translateY(9px) rotate(-45deg);
}

.header .header__trigger.active span:nth-of-type(2) {
  left: 50%;
  opacity: 0;
  -webkit-animation: active-header-menu .8s forwards;
  animation: active-header-menu .8s forwards;
}

.header .header__trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-9px) rotate(45deg);
  transform: translateY(-9px) rotate(45deg);
}

@-webkit-keyframes active-header-menu {
  100% {
    height: 0;
  }
}

@keyframes active-header-menu {
  100% {
    height: 0;
  }
}

.header__navi {
  background: transparent linear-gradient(94deg, #162e96 0%, #162e96 50%, #005bef 100%) 0% 0% no-repeat padding-box;
  display: none;
  position: fixed;
  padding: 11.2rem 2rem 0;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  z-index: 2;
}

.header__navi.active {
  display: block;
}

@media screen and (min-width: 980px) {
  .header__navi {
    width: auto;
    background: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    height: auto;
    position: relative;
    padding: 0;
  }
}

@media screen and (min-width: 980px) {
  .header-list__body {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-left: 10rem;
  }
}

.header-list__item {
  margin-top: 1.6rem;
}

.header-list__item:first-child {
  margin-top: 0;
}

@media screen and (min-width: 980px) {
  .header-list__item {
    margin-left: 4rem;
    margin-top: 0;
  }
}

.header-list__item a {
  font-family: "Rajdhani", sans-serif;
  letter-spacing: .1rem;
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 1.6;
  font-size: 3.2rem;
  display: block;
  color: #fff;
  text-decoration: none;
}

@media screen and (min-width: 980px) {
  .header-list__item a {
    font-size: 3.2rem;
  }
}

.header-list__item a:hover {
  opacity: .6;
}

@media screen and (min-width: 980px) {
  .header-list__item a {
    font-family: "Rajdhani", sans-serif;
    letter-spacing: .1rem;
    font-weight: 500;
    font-size: 2rem;
    color: #fff;
    text-decoration: none;
    transition: opacity .6s linear;
    position: relative;
  }
  .header-list__item a:hover:after {
    -webkit-transition-duration: .4s;
    transition-duration: .4s;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
  .header-list__item a:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #fff;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
    -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  }
  .header-list__item a:hover {
    opacity: 1;
  }
}

.header-language__list {
  margin-top: 4rem;
}

@media screen and (min-width: 980px) {
  .header-language__list {
    margin-top: 0;
  }
}

.header-language-list__body {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

@media screen and (min-width: 980px) {
  .header-language-list__body {
    margin-left: 4rem;
  }
}

.header-language-list__item {
  font-family: "Rajdhani", sans-serif;
  letter-spacing: .1rem;
  font-weight: 500;
  padding: 0.8rem;
}

.header-language-list__item:nth-child(1) {
  border: 1px #fff solid;
  border-radius: 6px 0 0 6px;
}

.header-language-list__item:nth-child(2) {
  border-top: 1px #fff solid;
  border-bottom: 1px #fff solid;
}

.header-language-list__item:nth-child(3) {
  border: 1px #fff solid;
  border-radius: 0 6px 6px 0;
}

@media screen and (min-width: 980px) {
  .header-language-list__item {
    padding: 0;
  }
}

.header-language-list__item a {
  padding: 0 1.6rem;
  color: #fff;
  text-decoration: none;
}

.header-language-list__item a:hover {
  opacity: .6;
}

.header-language-list__item span {
  padding: 0 1.6rem;
  color: #fff;
  opacity: .3;
}

.container {
  width: 100%;
  color: #333;
}

@media screen and (min-width: 980px) {
  .container > section {
    margin: 16rem auto 0;
    padding-left: 0;
    padding-right: 0;
  }
  .container > section:first-child {
    margin-top: 0;
  }
}

.award {
  padding: 0 2rem;
  margin-top: 4rem;
  padding-top: 4rem;
  border-top: 1px #e4e4e4 solid;
}

@media screen and (min-width: 980px) {
  .award {
    padding: 0;
  }
}

@media screen and (min-width: 980px) {
  .award {
    margin-top: 8rem;
    padding-top: 0;
    border-top: none;
  }
}

.award__title {
  text-align: center;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.2;
}

@media screen and (min-width: 980px) {
  .award__title {
    font-size: 5.0rem;
  }
}

@media screen and (min-width: 980px) {
  .award__title {
    width: 1200px;
    border-top: 1px #e4e4e4 solid;
    margin: 0 auto;
    padding-top: 8rem;
  }
}

.award__list {
  text-align: center;
}

@media screen and (min-width: 980px) {
  .award__list {
    margin: 2.4rem 0 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    text-align: inherit;
  }
}

.award__item img {
  height: 100px;
}

@media screen and (min-width: 980px) {
  .award__item {
    margin-left: 80px;
  }
  .award__item img {
    height: 150px;
  }
  .award__item:first-child {
    margin-left: 0;
  }
}

.footer {
  margin-top: 8rem;
  color: #fff;
}

@media screen and (min-width: 980px) {
  .footer {
    margin-top: 16rem;
  }
}

.footer__menu {
  font-size: 1.4rem;
  line-height: 1.65;
  padding: 4rem 20px 2.4rem;
  background: #333;
}

@media screen and (min-width: 980px) {
  .footer__menu {
    font-size: 1.6rem;
  }
}

@media screen and (min-width: 980px) {
  .footer__list {
    max-width: 1200px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    margin: 0 auto;
  }
}

.footer-list__item {
  margin-top: 1.6rem;
}

.footer-list__item:first-child {
  margin-top: 0;
}

@media screen and (min-width: 980px) {
  .footer-list__item {
    margin: 0 3.2rem;
  }
}

.footer-list__item a {
  font-family: "Rajdhani", sans-serif;
  letter-spacing: .1rem;
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 1.6;
  display: block;
  color: #fff;
  text-decoration: none;
}

@media screen and (min-width: 980px) {
  .footer-list__item a {
    font-size: 3.2rem;
  }
}

.footer-list__item a:hover {
  opacity: .6;
}

@media screen and (min-width: 980px) {
  .footer-list__item a {
    font-family: "Rajdhani", sans-serif;
    letter-spacing: .1rem;
    font-weight: 500;
    font-size: 2rem;
    color: #fff;
    text-decoration: none;
  }
}

.footer__sns {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  margin-top: 3.2rem;
}

@media screen and (min-width: 980px) {
  .footer__sns {
    margin-top: 4rem;
  }
}

.footer__sns li {
  margin: 0 1.6rem;
  width: 40px;
}

.footer__sns li:hover {
  opacity: .6;
}

@media screen and (min-width: 980px) {
  .footer__sns li {
    margin: 0 1.6rem;
    width: 40px;
  }
}

.footer__privacymark {
  padding: 1.6rem 0;
  background: #333;
}

@media screen and (min-width: 980px) {
  .footer__privacymark {
    padding: 0;
  }
}

@media screen and (min-width: 980px) {
  .footer-privacymark__body {
    max-width: 1200px;
    margin: 0 auto;
  }
}

.footer-privacymark__title {
  text-align: center;
}

.footer-privacymark__title img {
  width: 50px;
  background: #fff;
}

@media screen and (min-width: 980px) {
  .footer-privacymark__title {
    text-align: right;
  }
}

.footer__copyright {
  padding: 0 2rem;
  padding: 0.8rem 2rem;
  background: #333;
}

@media screen and (min-width: 980px) {
  .footer__copyright {
    padding: 0;
  }
}

.footer-copyright__body {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  font-size: 1.2rem;
}

@media screen and (min-width: 980px) {
  .footer-copyright__body {
    max-width: 1200px;
    margin: 0 auto;
    padding: 8px 0;
    font-size: 1.4rem;
  }
}

.footer-copyright__item a {
  color: #888;
}

@media screen and (min-width: 980px) {
  .footer-copyright__item a {
    color: #cdcdcd;
  }
}

.footer-copyright__text {
  color: #888;
}

@media screen and (min-width: 980px) {
  .footer-copyright__text {
    margin-left: 3.2rem;
    color: #cdcdcd;
  }
}

@media screen and (min-width: 980px) {
  .top .container section.movie {
    margin: 0;
    text-align: center;
    width: 100%;
  }
}

@media screen and (min-width: 980px) {
  .movie {
    background: #f0f0f0;
  }
}

@media screen and (min-width: 980px) {
  .movie__body {
    width: 100%;
    margin: 0 auto;
  }
}

.movie__item {
  position: relative;
  line-height: 0;
}

.movie__item video {
  width: 100%;
}

.movie__item.active {
  visibility: hidden;
}

.movie__item:not(.js_active)::before {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-color: rgba(0, 0, 0, 0.5);
  content: "";
}

.movie__item:not(.js_active)::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 60px;
  height: 60px;
  background-image: url(/images/top/loading.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  content: "";
}

@media screen and (min-width: 980px) {
  .movie__item {
    line-height: 0;
  }
}

@media screen and (min-width: 980px) {
  .overview {
    max-width: 1200px;
  }
}

.overview__text {
  margin-top: 4rem;
}

.overview__title {
  text-align: center;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.2;
  padding: 0 2rem;
  text-align: center;
  font-weight: 700;
}

@media screen and (min-width: 980px) {
  .overview__title {
    font-size: 5.0rem;
  }
}

@media screen and (min-width: 980px) {
  .overview__title {
    padding: 0;
  }
}

.overview__description {
  font-size: 1.4rem;
  line-height: 1.65;
  padding: 0 2rem;
  margin-top: 1.6rem;
  text-align: center;
  color: #888;
}

@media screen and (min-width: 980px) {
  .overview__description {
    font-size: 1.6rem;
  }
}

@media screen and (min-width: 980px) {
  .overview__description {
    padding: 0;
  }
}

@media screen and (min-width: 980px) {
  .overview__description {
    font-size: 2.2rem;
  }
}

.overview__lead {
  padding: 0 2rem;
  margin-top: 3.2rem;
}

@media screen and (min-width: 980px) {
  .overview__lead {
    padding: 0;
  }
}

@media screen and (min-width: 980px) {
  .overview__lead {
    font-size: 2.2rem;
  }
}

.overview__body {
  margin-top: 8rem;
}

@media screen and (min-width: 980px) {
  .overview__body {
    max-width: 1200px;
  }
}

@media screen and (min-width: 980px) {
  .overview__list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
  }
}

.overview__item {
  margin-top: 4rem;
}

@media screen and (min-width: 980px) {
  .overview__item {
    width: 33.3333%;
    margin-left: 4rem;
  }
  .overview__item:first-child {
    margin-left: 0;
  }
}

.overview__link {
  margin-top: 4rem;
}

@media screen and (min-width: 980px) {
  .overview__link {
    margin: 4rem 0 0;
  }
}

.overview__link a {
  display: block;
  max-width: 300px;
  background: transparent linear-gradient(94deg, #005bef 0%, #005bef 50%, #009fe6 100%) 0% 0% no-repeat padding-box;
  color: #fff;
  text-align: center;
  border-radius: 3.2rem;
  margin: auto;
  padding: 1.6rem 0.8rem;
  text-decoration: none;
  font-weight: 700;
}

.overview__link a:hover, .overview__link a:active {
  opacity: .6;
}

@media screen and (min-width: 980px) {
  .overview__link a {
    max-width: auto;
  }
}

.overview-item__image img {
  width: 100%;
}

.overview-item__text {
  margin-top: 1.6rem;
  padding: 0 2rem;
  text-align: center;
}

@media screen and (min-width: 980px) {
  .overview-item__text {
    text-align: left;
    padding: 0;
  }
}

.overview-item__title {
  font-size: 2.4rem;
  line-height: 1.6;
  font-weight: 700;
}

@media screen and (min-width: 980px) {
  .overview-item__title {
    font-size: 3.2rem;
  }
}

.news-top {
  margin-top: 8rem;
}

@media screen and (min-width: 980px) {
  .news-top {
    margin-top: 16rem;
  }
}

.news-top__list {
  padding: 0 2rem;
}

@media screen and (min-width: 980px) {
  .news-top__list {
    padding: 0;
  }
}

@media screen and (min-width: 980px) {
  .news-top__list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 4.8rem 0 2.4rem;
    padding: 0;
    width: 1200px;
  }
}

.news-top__item {
  border-bottom: 1px #e4e4e4 solid;
  padding: 1.6rem 0;
}

@media screen and (min-width: 980px) {
  .news-top__item {
    width: 282px;
    border-bottom: none;
    margin-top: 2.4rem;
    margin-left: 2.4rem;
    padding: 0;
  }
}

.news-top__item a {
  color: #333;
  text-decoration: none;
}

.news-top__item a:hover div,
.news-top__item a:active div {
  opacity: .6;
}

.news-top__item:first-child {
  padding-top: 0;
}

@media screen and (min-width: 980px) {
  .news-top__item:first-child {
    margin-left: 0;
  }
}

.news-top__item:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

@media screen and (min-width: 980px) {
  .news-top__item:nth-of-type(4n + 1) {
    margin-left: 0;
  }
}

.news-top-item__img {
  margin-top: 2.4rem;
  border: 1px #f0f0f0 solid;
}

@media screen and (min-width: 980px) {
  .news-top-item__img {
    margin-top: 0;
    text-align: center;
    min-height: 148px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
  }
}

.news-top-item__img img {
  width: 100%;
}

@media screen and (min-width: 980px) {
  .news-top-item__img img {
    width: 100%;
  }
}

.news-top-item__title {
  margin: 1.6rem 0 0;
  font-weight: bold;
}

.news-top-item__date {
  margin: 0.8rem 0 0;
  color: #888;
  font-size: 1.2rem;
}

.news-top__link {
  margin-top: 4rem;
}

.news-top__link a {
  display: block;
  max-width: 300px;
  background: transparent linear-gradient(94deg, #005bef 0%, #005bef 50%, #009fe6 100%) 0% 0% no-repeat padding-box;
  color: #fff;
  text-align: center;
  border-radius: 3.2rem;
  margin: auto;
  padding: 1.6rem 0.8rem;
  text-decoration: none;
  font-weight: 700;
}

.news-top__link a:hover, .news-top__link a:active {
  opacity: .6;
}

@media screen and (min-width: 980px) {
  .news-top__link a {
    max-width: auto;
  }
}

@media screen and (min-width: 980px) {
  .news-top {
    max-width: 1200px;
  }
}

.news-top__title {
  text-align: center;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.2;
}

@media screen and (min-width: 980px) {
  .news-top__title {
    font-size: 5.0rem;
  }
}

.note {
  margin-top: 8rem;
}

@media screen and (min-width: 980px) {
  .note {
    margin-top: 16rem;
  }
}

.note__list {
  padding: 0 2rem;
}

@media screen and (min-width: 980px) {
  .note__list {
    padding: 0;
  }
}

@media screen and (min-width: 980px) {
  .note__list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 4.8rem 0 2.4rem;
    padding: 0;
    width: 1200px;
  }
}

.note__item {
  border-bottom: 1px #e4e4e4 solid;
  padding: 1.6rem 0;
}

@media screen and (min-width: 980px) {
  .note__item {
    width: 282px;
    border-bottom: none;
    margin-top: 2.4rem;
    margin-left: 2.4rem;
    padding: 0;
  }
}

.note__item a {
  color: #333;
  text-decoration: none;
}

.note__item a:hover div,
.note__item a:active div {
  opacity: .6;
}

.note__item:first-child {
  padding-top: 0;
}

@media screen and (min-width: 980px) {
  .note__item:first-child {
    margin-left: 0;
  }
}

.note__item:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

@media screen and (min-width: 980px) {
  .note__item:nth-of-type(4n + 1) {
    margin-left: 0;
  }
}

.note-item__img {
  margin-top: 2.4rem;
  border: 1px #f0f0f0 solid;
}

@media screen and (min-width: 980px) {
  .note-item__img {
    margin-top: 0;
    text-align: center;
    min-height: 148px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
  }
}

.note-item__img img {
  width: 100%;
}

@media screen and (min-width: 980px) {
  .note-item__img img {
    width: 100%;
  }
}

.note-item__title {
  margin: 1.6rem 0 0;
  font-weight: bold;
}

.note-item__date {
  margin: 0.8rem 0 0;
  color: #888;
  font-size: 1.2rem;
}

.note__link {
  margin-top: 4rem;
}

.note__link a {
  display: block;
  max-width: 300px;
  background: transparent linear-gradient(94deg, #005bef 0%, #005bef 50%, #009fe6 100%) 0% 0% no-repeat padding-box;
  color: #fff;
  text-align: center;
  border-radius: 3.2rem;
  margin: auto;
  padding: 1.6rem 0.8rem;
  text-decoration: none;
  font-weight: 700;
}

.note__link a:hover, .note__link a:active {
  opacity: .6;
}

@media screen and (min-width: 980px) {
  .note__link a {
    max-width: auto;
  }
}

@media screen and (min-width: 980px) {
  .note {
    max-width: 1200px;
  }
}

.note__title {
  text-align: center;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.2;
}

@media screen and (min-width: 980px) {
  .note__title {
    font-size: 5.0rem;
  }
}

.product-top {
  margin-top: 8rem;
}

@media screen and (min-width: 980px) {
  .product-top {
    margin-top: 16rem;
  }
}

@media screen and (min-width: 980px) {
  .product-top {
    max-width: 1200px;
  }
}

.product-top__title {
  text-align: center;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.2;
}

@media screen and (min-width: 980px) {
  .product-top__title {
    font-size: 5.0rem;
  }
}

.product-top__image {
  margin-top: 2.4rem;
}

@media screen and (min-width: 980px) {
  .product-top__image {
    margin-top: 6.4rem;
    text-align: center;
  }
}

.product-top__image img {
  width: 100%;
}

@media screen and (min-width: 980px) {
  .product-top__image img {
    width: auto;
    height: 700px;
  }
}

.product-top__list {
  margin-top: 4rem;
}

.product-top__item {
  margin-top: 8rem;
}

@media screen and (min-width: 980px) {
  .product-top__item {
    margin-top: 16rem;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
  }
}

.product-top__head {
  padding: 0 2rem;
  margin-top: 2.4rem;
}

.product-top-item__head {
  padding: 0 2rem;
  margin-top: 2.4rem;
  text-align: center;
}

@media screen and (min-width: 980px) {
  .product-top-item__head {
    padding: 0;
  }
}

@media screen and (min-width: 980px) {
  .product-top-item__head {
    -webkit-align-self: center;
    -moz-align-self: center;
    -ms-align-self: center;
    align-self: center;
    text-align: left;
  }
}

.product-top-item__title {
  font-size: 2.4rem;
  line-height: 1.6;
}

@media screen and (min-width: 980px) {
  .product-top-item__title {
    font-size: 3.2rem;
  }
}

@media screen and (min-width: 980px) {
  .product-top-item__title {
    text-align: center;
    font-size: 3.2rem;
    font-weight: 700;
    line-height: 1.2;
    text-align: left;
  }
}

@media screen and (min-width: 980px) and (min-width: 980px) {
  .product-top-item__title {
    font-size: 5.0rem;
  }
}

@media screen and (min-width: 980px) {
  .product-top-item__description {
    margin-top: 1.6rem;
  }
}

.product-top-item__link {
  margin-top: 2.4rem;
}

.product-top-item__link a {
  display: block;
  max-width: 300px;
  background: transparent linear-gradient(94deg, #005bef 0%, #005bef 50%, #009fe6 100%) 0% 0% no-repeat padding-box;
  color: #fff;
  text-align: center;
  border-radius: 3.2rem;
  margin: auto;
  padding: 1.6rem 0.8rem;
  text-decoration: none;
  font-weight: 700;
  max-width: 200px;
  padding: 0.8rem;
}

.product-top-item__link a:hover, .product-top-item__link a:active {
  opacity: .6;
}

@media screen and (min-width: 980px) {
  .product-top-item__link a {
    max-width: auto;
  }
}

@media screen and (min-width: 980px) {
  .product-top-item__link a {
    margin: 0;
  }
}

@media screen and (min-width: 980px) {
  .product-top-item__body {
    width: 600px;
    margin-left: 8rem;
  }
}

.product-top-item__img {
  margin-top: 2.4rem;
}

@media screen and (min-width: 980px) {
  .product-top-item__img {
    margin-top: 0;
  }
}

.product-top-item__img img {
  width: 100%;
}

@media screen and (min-width: 980px) {
  .product-top-item__img img {
    width: 600px;
  }
}

.news__head {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  height: 180px;
}

@media screen and (min-width: 980px) {
  .news__head {
    height: 26vw;
  }
}

.news__title {
  font-family: "Rajdhani", sans-serif;
  letter-spacing: .1rem;
  font-weight: 400;
  padding-left: 4rem;
  font-size: 3.2rem;
  color: #fff;
  text-shadow: 0px 0px 10px #000;
}

@media screen and (min-width: 980px) {
  .news__title {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding-left: 8rem;
    font-size: 4rem;
  }
}

.news__list {
  padding: 0 2rem;
}

@media screen and (min-width: 980px) {
  .news__list {
    padding: 0;
  }
}

@media screen and (min-width: 980px) {
  .news__list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 4.8rem 0 2.4rem;
    padding: 0;
    width: 1200px;
  }
}

.news__item {
  border-bottom: 1px #e4e4e4 solid;
  padding: 1.6rem 0;
}

@media screen and (min-width: 980px) {
  .news__item {
    width: 282px;
    border-bottom: none;
    margin-top: 2.4rem;
    margin-left: 2.4rem;
    padding: 0;
  }
}

.news__item a {
  color: #333;
  text-decoration: none;
}

.news__item a:hover div,
.news__item a:active div {
  opacity: .6;
}

.news__item:first-child {
  padding-top: 0;
}

@media screen and (min-width: 980px) {
  .news__item:first-child {
    margin-left: 0;
  }
}

.news__item:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

@media screen and (min-width: 980px) {
  .news__item:nth-of-type(4n + 1) {
    margin-left: 0;
  }
}

.news-item__img {
  margin-top: 2.4rem;
  border: 1px #f0f0f0 solid;
}

@media screen and (min-width: 980px) {
  .news-item__img {
    margin-top: 0;
    text-align: center;
    min-height: 148px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
  }
}

.news-item__img img {
  width: 100%;
}

@media screen and (min-width: 980px) {
  .news-item__img img {
    width: 100%;
  }
}

.news-item__title {
  margin: 1.6rem 0 0;
  font-weight: bold;
}

.news-item__date {
  margin: 0.8rem 0 0;
  color: #888;
  font-size: 1.2rem;
}

.news__link {
  margin-top: 4rem;
}

.news__link a {
  display: block;
  max-width: 300px;
  background: transparent linear-gradient(94deg, #005bef 0%, #005bef 50%, #009fe6 100%) 0% 0% no-repeat padding-box;
  color: #fff;
  text-align: center;
  border-radius: 3.2rem;
  margin: auto;
  padding: 1.6rem 0.8rem;
  text-decoration: none;
  font-weight: 700;
}

.news__link a:hover, .news__link a:active {
  opacity: .6;
}

@media screen and (min-width: 980px) {
  .news__link a {
    max-width: auto;
  }
}

.news__head {
  background-image: url("/images/head-news.jpg");
  background-color: #f0f0f0;
}

.news__body {
  margin-top: 8rem;
}

@media screen and (min-width: 980px) {
  .news__body {
    margin-top: 16rem;
  }
}

@media screen and (min-width: 980px) {
  .news__body {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
}

.news__subtitle {
  text-align: center;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.2;
}

@media screen and (min-width: 980px) {
  .news__subtitle {
    font-size: 5.0rem;
  }
}

.technology__head {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  height: 180px;
}

@media screen and (min-width: 980px) {
  .technology__head {
    height: 26vw;
  }
}

.technology__title {
  font-family: "Rajdhani", sans-serif;
  letter-spacing: .1rem;
  font-weight: 400;
  padding-left: 4rem;
  font-size: 3.2rem;
  color: #fff;
  text-shadow: 0px 0px 10px #000;
}

@media screen and (min-width: 980px) {
  .technology__title {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding-left: 8rem;
    font-size: 4rem;
  }
}

.technology__head {
  background-image: url("/images/head-technology.jpg");
  background-color: #f0f0f0;
}

.product {
  margin-top: 4rem;
}

@media screen and (min-width: 980px) {
  .product {
    max-width: 1200px;
  }
}

.product__title {
  font-size: 2.4rem;
  line-height: 1.6;
  padding: 0 2rem;
  text-align: center;
  font-weight: 700;
}

@media screen and (min-width: 980px) {
  .product__title {
    font-size: 3.2rem;
  }
}

@media screen and (min-width: 980px) {
  .product__title {
    padding: 0;
  }
}

@media screen and (min-width: 980px) {
  .product__title {
    text-align: center;
    font-size: 3.2rem;
    font-weight: 700;
    line-height: 1.2;
  }
}

@media screen and (min-width: 980px) and (min-width: 980px) {
  .product__title {
    font-size: 5.0rem;
  }
}

.product__image {
  margin-top: 2.4rem;
}

@media screen and (min-width: 980px) {
  .product__image {
    margin-top: 6.4rem;
    text-align: center;
  }
}

.product__image img {
  width: 100%;
}

@media screen and (min-width: 980px) {
  .product__image img {
    width: auto;
    height: 700px;
  }
}

.product__description {
  padding: 0 2rem;
  margin-top: 2.4rem;
}

@media screen and (min-width: 980px) {
  .product__description {
    padding: 0;
  }
}

@media screen and (min-width: 980px) {
  .product__description {
    margin-top: 6.4rem;
  }
}

.product__item {
  margin-top: 8rem;
}

@media screen and (min-width: 980px) {
  .product__item {
    margin-top: 16rem;
  }
}

.product-item__head {
  padding: 0 2rem;
  margin-top: 2.4rem;
  text-align: center;
}

@media screen and (min-width: 980px) {
  .product-item__head {
    padding: 0;
  }
}

.product-item__title {
  font-size: 2.4rem;
  line-height: 1.6;
  padding: 0 2rem;
}

@media screen and (min-width: 980px) {
  .product-item__title {
    font-size: 3.2rem;
  }
}

@media screen and (min-width: 980px) {
  .product-item__title {
    text-align: center;
    font-size: 3.2rem;
    font-weight: 700;
    line-height: 1.2;
  }
}

@media screen and (min-width: 980px) and (min-width: 980px) {
  .product-item__title {
    font-size: 5.0rem;
  }
}

.product-item__status {
  font-size: 1.4rem;
  line-height: 1.65;
  display: inline-block;
  color: #fff;
  background: #005bef;
  margin-top: 0.8rem;
  padding: 0.4rem 0.8rem;
}

@media screen and (min-width: 980px) {
  .product-item__status {
    font-size: 1.6rem;
  }
}

@media screen and (min-width: 980px) {
  .product-item__status {
    margin-top: 2.4rem;
    padding: 0.8rem 1.6rem;
    font-size: 1.8rem;
  }
}

.product-item__description {
  padding: 0 2rem;
}

@media screen and (min-width: 980px) {
  .product-item__description {
    margin-top: 1.6rem;
  }
}

.product-item__body {
  margin-top: 2.4rem;
}

@media screen and (min-width: 980px) {
  .product-item__body {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-top: 8rem;
  }
}

.product-item__spec {
  padding: 0 2rem;
}

@media screen and (min-width: 980px) {
  .product-item__spec {
    padding: 0;
  }
}

.product-item__spec dt {
  margin-top: 1.6rem;
  font-weight: normal;
  color: #888;
}

@media screen and (min-width: 980px) {
  .product-item__spec {
    padding-left: 6.4rem;
  }
  .product-item__spec dt:first-child {
    margin-top: 0;
  }
}

.product-item__movie {
  margin-top: 3.2rem;
}

.product-item__movie iframe, .product-item__movie img {
  width: 100%;
}

@media screen and (min-width: 980px) {
  .product-item__movie {
    margin-top: 0;
  }
  .product-item__movie iframe, .product-item__movie img {
    width: 560px;
  }
}

.company__head {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  height: 180px;
}

@media screen and (min-width: 980px) {
  .company__head {
    height: 26vw;
  }
}

.company__title {
  font-family: "Rajdhani", sans-serif;
  letter-spacing: .1rem;
  font-weight: 400;
  padding-left: 4rem;
  font-size: 3.2rem;
  color: #fff;
  text-shadow: 0px 0px 10px #000;
}

@media screen and (min-width: 980px) {
  .company__title {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding-left: 8rem;
    font-size: 4rem;
  }
}

.company__head {
  background-image: url("/images/head-company.jpg");
  background-color: #f0f0f0;
}

.vision {
  margin-top: 4rem;
}

.vision__title {
  font-size: 2.4rem;
  line-height: 1.6;
  padding: 0 2rem;
  text-align: center;
  font-weight: 700;
}

@media screen and (min-width: 980px) {
  .vision__title {
    font-size: 3.2rem;
  }
}

@media screen and (min-width: 980px) {
  .vision__title {
    padding: 0;
  }
}

.vision__description {
  font-size: 1.4rem;
  line-height: 1.65;
  padding: 0 2rem;
  margin-top: 1.6rem;
  text-align: center;
  color: #888;
}

@media screen and (min-width: 980px) {
  .vision__description {
    font-size: 1.6rem;
  }
}

@media screen and (min-width: 980px) {
  .vision__description {
    padding: 0;
  }
}

@media screen and (min-width: 980px) {
  .vision__description {
    font-size: 2.2rem;
  }
}

.mission {
  margin-top: 8rem;
}

@media screen and (min-width: 980px) {
  .mission {
    max-width: 1200px;
  }
}

.mission__title {
  text-align: center;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.2;
  padding: 0 2rem;
  text-align: center;
  font-weight: 700;
}

@media screen and (min-width: 980px) {
  .mission__title {
    font-size: 5.0rem;
  }
}

@media screen and (min-width: 980px) {
  .mission__title {
    padding: 0;
  }
}

.mission__image {
  margin-top: 2.4rem;
}

@media screen and (min-width: 980px) {
  .mission__image {
    margin-top: 6.4rem;
    text-align: center;
  }
}

.mission__image img {
  width: 100%;
}

@media screen and (min-width: 980px) {
  .mission__image img {
    width: auto;
    height: 500px;
  }
}

.mission__description {
  padding: 0 2rem;
  margin-top: 2.4rem;
}

@media screen and (min-width: 980px) {
  .mission__description {
    padding: 0;
  }
}

@media screen and (min-width: 980px) {
  .mission__description {
    margin-top: 6.4rem;
  }
}

.company-overview {
  padding: 0 2rem;
  margin-top: 8rem;
}

@media screen and (min-width: 980px) {
  .company-overview {
    padding: 0;
  }
}

@media screen and (min-width: 980px) {
  .company-overview {
    max-width: 1200px;
  }
}

.company-overview__title {
  text-align: center;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  font-weight: 700;
}

@media screen and (min-width: 980px) {
  .company-overview__title {
    font-size: 5.0rem;
  }
}

.company-overview__list dl {
  margin-top: 3.2rem;
}

.company-overview__list dt {
  margin-top: 1.6rem;
  font-weight: normal;
  color: #888;
}

@media screen and (min-width: 980px) {
  .company-overview__list {
    margin-top: 6.4rem;
  }
}

.directors {
  padding: 0 2rem;
  margin-top: 8rem;
}

@media screen and (min-width: 980px) {
  .directors {
    padding: 0;
  }
}

@media screen and (min-width: 980px) {
  .directors {
    max-width: 1200px;
  }
}

.directors__title {
  text-align: center;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  padding: 0 2rem;
  font-weight: 700;
}

@media screen and (min-width: 980px) {
  .directors__title {
    font-size: 5.0rem;
  }
}

.directors__list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}

@media screen and (min-width: 980px) {
  .directors__list {
    margin-top: 6.4rem;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
  }
}

.directors__item {
  -webkit-box-flex: 0 1 calc((100% / 2) - 10px);
  -moz-box-flex: 0 1 calc((100% / 2) - 10px);
  -webkit-flex: 0 1 calc((100% / 2) - 10px);
  -ms-flex: 0 1 calc((100% / 2) - 10px);
  flex: 0 1 calc((100% / 2) - 10px);
  margin-top: 3.2rem;
}

.directors__item:nth-child(2n) {
  margin-left: 2rem;
}

@media screen and (min-width: 980px) {
  .directors__item {
    -webkit-box-flex: initial;
    -moz-box-flex: initial;
    -webkit-flex: initial;
    -ms-flex: initial;
    flex: initial;
    margin-top: 0;
    margin-left: 14rem;
  }
  .directors__item:nth-child(2n) {
    margin-left: 14rem;
  }
  .directors__item:first-child {
    margin-left: 0;
  }
}

.directors-item__photo img {
  width: 100%;
  border-radius: 50%;
}

@media screen and (min-width: 980px) {
  .directors-item__photo {
    width: 240px;
  }
}

.directors-item__text {
  margin-top: 0.8rem;
  text-align: center;
}

@media screen and (min-width: 980px) {
  .directors-item__text {
    margin-top: 1.6rem;
  }
}

.directors-item__name {
  font-size: 2rem;
}

.directors-item__kana {
  font-size: 1.4rem;
  line-height: 1.65;
  color: #888;
}

@media screen and (min-width: 980px) {
  .directors-item__kana {
    font-size: 1.6rem;
  }
}

.careers__head {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  height: 180px;
}

@media screen and (min-width: 980px) {
  .careers__head {
    height: 26vw;
  }
}

.careers__title {
  font-family: "Rajdhani", sans-serif;
  letter-spacing: .1rem;
  font-weight: 400;
  padding-left: 4rem;
  font-size: 3.2rem;
  color: #fff;
  text-shadow: 0px 0px 10px #000;
}

.culture__title {
  text-align: center;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  font-weight: 700;
  margin-bottom: 2.4rem;
  margin-top: 4rem;
}

.culture__sub__title {
  text-align: center;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 2.8rem;
  padding: 0 1.4rem;
}

.careers__culture {
  text-align: center;
}

@media screen and (min-width: 980px) {
  .careers__title {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding-left: 8rem;
    font-size: 4rem;
  }
}

.careers__head {
  background-image: url("/images/head-careers.jpg");
  background-color: #f0f0f0;
}

.recruit-hiring {
  padding: 0 2rem;
  margin-top: 4rem;
}

@media screen and (min-width: 980px) {
  .recruit-hiring {
    padding: 0;
  }
}

.recruit-hiring__title {
  text-align: center;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  font-weight: 700;
}

@media screen and (min-width: 980px) {
  .recruit-hiring__title {
    font-size: 5.0rem;
  }

  .culture__title {
    font-size: 5.0rem;
    margin-top: 0rem;
  }

  .culture__sub__title {
    font-size: 2.4rem;
  }
}

.recruit-hiring__list {
  margin-top: 3.2rem;
}

@media screen and (min-width: 980px) {
  .recruit-hiring__list {
    max-width: 1200px;
    margin: 6.4rem auto 0;
  }
}

.recruit-hiring__item {
  border-bottom: 1px #e4e4e4 solid;
  padding: 1.6rem 0;
}

.recruit-hiring__item:first-child {
  padding-top: 0;
}

.recruit-hiring__item:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.recruit-hiring__item a {
  color: #333;
}

@media screen and (min-width: 980px) {
  .recruit-hiring__item {
    padding: 3.2rem 0;
  }
}

.recruit {
  margin-top: 4rem;
}

@media screen and (min-width: 980px) {
  .recruit {
    max-width: 1200px;
    margin-top: 8rem !important;
  }
}

.recruit__lead {
  font-size: 1.4rem;
  line-height: 1.65;
  padding: 0 2rem;
  color: #888;
}

@media screen and (min-width: 980px) {
  .recruit__lead {
    font-size: 1.6rem;
  }
}

@media screen and (min-width: 980px) {
  .recruit__lead {
    padding: 0;
  }
}

@media screen and (min-width: 980px) {
  .recruit__lead {
    font-size: 1.8rem;
  }
}

.recruit-discrete {
  margin-top: 3.2rem;
  padding: 3.2rem 0 0;
  border-top: 1px #e4e4e4 solid;
}

@media screen and (min-width: 980px) {
  .recruit-discrete {
    margin-top: 6.4rem;
    padding: 6.4rem 0 0;
  }
}

.recruit__title {
  font-size: 2.4rem;
  line-height: 1.6;
  padding: 0 2rem;
  text-align: center;
  font-weight: 700;
}

@media screen and (min-width: 980px) {
  .recruit__title {
    font-size: 3.2rem;
  }
}

@media screen and (min-width: 980px) {
  .recruit__title {
    padding: 0;
  }
}

@media screen and (min-width: 980px) {
  .recruit__title {
    font-size: 4rem;
  }
}

.recruit__titlekana {
  font-size: 1.4rem;
  line-height: 1.65;
  padding: 0 2rem;
  text-align: center;
  color: #888;
}

@media screen and (min-width: 980px) {
  .recruit__titlekana {
    font-size: 1.6rem;
  }
}

@media screen and (min-width: 980px) {
  .recruit__titlekana {
    padding: 0;
  }
}

@media screen and (min-width: 980px) {
  .recruit__titlekana {
    font-size: 1.8rem;
  }
}

.recruit__description {
  padding: 0 2rem;
  margin-top: 3.2rem;
  color: #005bef;
}

@media screen and (min-width: 980px) {
  .recruit__description {
    padding: 0;
  }
}

@media screen and (min-width: 980px) {
  .recruit__description {
    text-align: center;
  }
}

.recruit__item {
  padding: 1.6rem 0;
  border-bottom: 1px #e4e4e4 solid;
}

.recruit__item:last-child {
  border-bottom: none;
}

.recruit__item a {
  color: #333;
}

.recruit__job {
  margin-top: 3.2rem;
}

@media screen and (min-width: 980px) {
  .recruit__job {
    margin-top: 6.4rem;
  }
}

.recruit__statue {
  margin-top: 3.2rem;
}

.recruit__statue h3 {
  font-weight: 700;
  padding: 0 2rem;
}

@media screen and (min-width: 980px) {
  .recruit__statue h3 {
    padding: 0;
  }
}

@media screen and (min-width: 980px) {
  .recruit__statue {
    margin-top: 6.4rem;
  }
}

.recruit-statue__list {
  background: #f0f0f0;
  margin: 0.8rem 0;
  padding: 2.4rem 20px 2.4rem 36px;
}

.recruit-statue__list li {
  list-style: disc;
}

@media screen and (min-width: 980px) {
  .recruit-statue__list li {
    padding: 0.4rem 0;
  }
}

.recruit__link {
  margin: 4rem 0 8rem;
}

.recruit__link a {
  display: block;
  max-width: 300px;
  background: transparent linear-gradient(94deg, #005bef 0%, #005bef 50%, #009fe6 100%) 0% 0% no-repeat padding-box;
  color: #fff;
  text-align: center;
  border-radius: 3.2rem;
  margin: auto;
  padding: 1.6rem 0.8rem;
  text-decoration: none;
  font-weight: 700;
}

.recruit__link a:hover, .recruit__link a:active {
  opacity: .6;
}

@media screen and (min-width: 980px) {
  .recruit__link a {
    max-width: auto;
  }
}

@media screen and (min-width: 980px) {
  .recruit__link {
    margin: 8rem 0 16rem;
  }
}

.recruit-statue__list,
.recruit-job__list,
.recruit-skill__list {
  margin-top: 1.6rem;
  background: #f0f0f0;
  padding: 2.4rem 20px 2.4rem 36px;
}

@media screen and (min-width: 980px) {
  .recruit-statue__list,
  .recruit-job__list,
  .recruit-skill__list {
    margin-top: 2.4rem;
    padding: 4rem 8rem;
  }
}

.recruit-statue__list li,
.recruit-job__list li,
.recruit-skill__list li {
  list-style: disc;
}

@media screen and (min-width: 980px) {
  .recruit-statue__list li,
  .recruit-job__list li,
  .recruit-skill__list li {
    padding: 0.4rem 0;
  }
}

.recruit-job__lead {
  padding: 0 2rem;
  margin-top: 3.2rem;
}

@media screen and (min-width: 980px) {
  .recruit-job__lead {
    padding: 0;
  }
}

@media screen and (min-width: 980px) {
  .recruit-job__lead {
    margin-top: 6.4rem;
  }
}

.recruit-job__title {
  padding: 0 2rem;
  margin-top: 3.2rem;
  font-weight: 700;
}

@media screen and (min-width: 980px) {
  .recruit-job__title {
    padding: 0;
  }
}

@media screen and (min-width: 980px) {
  .recruit-job__title {
    margin-top: 6.4rem;
  }
}

.recruit-skill__body {
  margin-top: 3.2rem;
}

@media screen and (min-width: 980px) {
  .recruit-skill__body {
    margin-top: 6.4rem;
  }
}

.recruit-skill__title {
  padding: 0 2rem;
  font-weight: 700;
}

@media screen and (min-width: 980px) {
  .recruit-skill__title {
    padding: 0;
  }
}

.recruit-info {
  padding: 0 2rem;
  margin-top: 3.2rem;
}

@media screen and (min-width: 980px) {
  .recruit-info {
    padding: 0;
  }
}

@media screen and (min-width: 980px) {
  .recruit-info {
    margin-top: 6.4rem;
  }
}

.recruit-info__list dt {
  margin-top: 1.6rem;
  font-weight: normal;
  color: #888;
}

.contact-page__head {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  height: 180px;
}

@media screen and (min-width: 980px) {
  .contact-page__head {
    height: 26vw;
  }
}

.contact-page__title {
  font-family: "Rajdhani", sans-serif;
  letter-spacing: .1rem;
  font-weight: 400;
  padding-left: 4rem;
  font-size: 3.2rem;
  color: #fff;
  text-shadow: 0px 0px 10px #000;
}

@media screen and (min-width: 980px) {
  .contact-page__title {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding-left: 8rem;
    font-size: 4rem;
  }
}

.contact-page__head {
  background-image: url("/images/head-contact.png");
  background-color: #f0f0f0;
}

.access {
  margin-top: 4rem;
}

@media screen and (min-width: 980px) {
  .access {
    max-width: 1200px;
    margin-top: 8rem;
  }
}

.access__text {
  padding: 0 2rem;
}

@media screen and (min-width: 980px) {
  .access__text {
    padding: 0;
  }
}

.access__title {
  text-align: center;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.2;
}

@media screen and (min-width: 980px) {
  .access__title {
    font-size: 5.0rem;
  }
}

.access__subtitle {
  margin-top: 3.2rem;
  font-weight: 700;
}

@media screen and (min-width: 980px) {
  .access__subtitle {
    margin-top: 6.4rem;
  }
}

.access__station {
  margin-top: 2.4rem;
}

.access__maps {
  margin-top: 4rem;
}

.access__maps iframe {
  width: 100%;
}

@media screen and (min-width: 980px) {
  .access__maps {
    margin-top: 8rem;
  }
}

.contact {
  padding: 0 2rem;
  margin-top: 8rem;
}

@media screen and (min-width: 980px) {
  .contact {
    padding: 0;
  }
}

@media screen and (min-width: 980px) {
  .contact {
    max-width: 1200px;
    margin-top: 16rem;
  }
}

.contact__title {
  text-align: center;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.2;
}

@media screen and (min-width: 980px) {
  .contact__title {
    font-size: 5.0rem;
  }
}

.contact__link {
  margin-top: 4rem;
}

@media screen and (min-width: 980px) {
  .contact__link {
    margin-top: 8rem;
  }
}

.contact__link a {
  display: block;
  max-width: 300px;
  background: transparent linear-gradient(94deg, #005bef 0%, #005bef 50%, #009fe6 100%) 0% 0% no-repeat padding-box;
  color: #fff;
  text-align: center;
  border-radius: 3.2rem;
  margin: auto;
  padding: 1.6rem 0.8rem;
  text-decoration: none;
  font-weight: 700;
}

.contact__link a:hover, .contact__link a:active {
  opacity: .6;
}

@media screen and (min-width: 980px) {
  .contact__link a {
    max-width: auto;
  }
}

.privacy__head {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  height: 180px;
}

@media screen and (min-width: 980px) {
  .privacy__head {
    height: 26vw;
  }
}

.privacy__title {
  font-family: "Rajdhani", sans-serif;
  letter-spacing: .1rem;
  font-weight: 400;
  padding-left: 4rem;
  font-size: 3.2rem;
  color: #fff;
  text-shadow: 0px 0px 10px #000;
}

@media screen and (min-width: 980px) {
  .privacy__title {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding-left: 8rem;
    font-size: 4rem;
  }
}

.privacy__head {
  background-color: #f0f0f0;
}

.privacy__title {
  color: #888;
  text-shadow: none;
}

.privacy__body {
  padding: 0 2rem;
}

@media screen and (min-width: 980px) {
  .privacy__body {
    padding: 0;
  }
}

@media screen and (min-width: 980px) {
  .privacy__body {
    max-width: 1200px;
    margin: 0 auto;
  }
}

.privacy__protection, .privacy__handling, .privacy__mark {
  margin-top: 8rem;
}

@media screen and (min-width: 980px) {
  .privacy__protection, .privacy__handling, .privacy__mark {
    margin-top: 16rem;
  }
}

.privacy__protection h2, .privacy__handling h2, .privacy__mark h2 {
  font-size: 2.4rem;
  line-height: 1.6;
}

@media screen and (min-width: 980px) {
  .privacy__protection h2, .privacy__handling h2, .privacy__mark h2 {
    font-size: 3.2rem;
  }
}

.privacy__protection h4, .privacy__handling h4, .privacy__mark h4 {
  margin-top: 1.6rem;
}

@media screen and (min-width: 980px) {
  .privacy__protection h4, .privacy__handling h4, .privacy__mark h4 {
    margin-top: 3.2rem;
  }
}

.privacy__protection p, .privacy__handling p, .privacy__mark p {
  margin-top: 1.6rem;
}

@media screen and (min-width: 980px) {
  .privacy__protection p, .privacy__handling p, .privacy__mark p {
    margin-top: 3.2rem;
  }
}

.privacy__protection ul, .privacy__handling ul, .privacy__mark ul {
  margin-top: 1.6rem;
}

@media screen and (min-width: 980px) {
  .privacy__protection ul, .privacy__handling ul, .privacy__mark ul {
    margin-top: 3.2rem;
  }
}

.privacy__protection ul li, .privacy__handling ul li, .privacy__mark ul li {
  margin-top: 0.8rem;
}

.privacy__protection ul li:first-child, .privacy__handling ul li:first-child, .privacy__mark ul li:first-child {
  margin-top: 0;
}

.privacy__protection em, .privacy__handling em, .privacy__mark em {
  font-weight: bold;
  font-style: normal;
}

.privacy__image {
  margin-top: 1.6rem;
}

@media screen and (min-width: 980px) {
  .privacy__image {
    margin-top: 3.2rem;
  }
}

.privacy__image img {
  width: 100px;
  text-align: center;
}

.error {
  margin-top: 16rem !important;
  padding-bottom: 16rem;
}

.error__title {
  font-size: 2.4rem;
  line-height: 1.6;
  padding: 0 2rem;
  text-align: center;
  font-weight: 700;
}

@media screen and (min-width: 980px) {
  .error__title {
    font-size: 3.2rem;
  }
}

@media screen and (min-width: 980px) {
  .error__title {
    padding: 0;
  }
}

.error__description {
  font-size: 1.4rem;
  line-height: 1.65;
  padding: 0 2rem;
  margin-top: 1.6rem;
  text-align: center;
  color: #888;
}

@media screen and (min-width: 980px) {
  .error__description {
    font-size: 1.6rem;
  }
}

@media screen and (min-width: 980px) {
  .error__description {
    padding: 0;
  }
}
