@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
abbr, address, article, aside, audio, b, blockquote, body, canvas, caption, cite, code, dd, del, details, dfn, div, dl, dt, em, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, p, pre, q, samp, section, small, span, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, ul, var, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:after, blockquote:before, q:after, q:before {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  text-decoration: none;
}

ins, mark {
  background-color: #ff9;
  color: #000;
}

mark {
  font-style: italic;
  font-weight: 700;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

table {
  font-size: inherit;
}

pre, code, kbd, samp, tt {
  font-family: monospace;
  *font-size: 100%;
  font: 115% monospace;
  line-height: 150%;
}

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

html {
  font-size: 2.666vw;
}
@media (min-width: 768px) {
  html {
    font-size: 125%;
  }
}

body {
  font-family: "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, sans-serif;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0px;
  -webkit-text-size-adjust: 100%;
  background-color: #000;
}
@media screen and (min-width: 0\0 ) and (min-resolution: 0.001dpcm) {
  body {
    font-family: Meiryo, sans-serif;
  }
}
@media (min-width: 768px) {
  body {
    font-size: 16px;
  }
}

*, *::after, *::before {
  box-sizing: border-box;
}

ol, ul {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

button,
input[type=button],
input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

a {
  color: #2c5ee7;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}
a:focus {
  outline: none;
}

main {
  display: block;
}

.js-accordion__toggle {
  cursor: pointer;
}

.c-accordion {
  position: relative;
  margin-bottom: 1rem;
}
.c-accordion__toggle {
  background-color: #000;
  color: #fff;
  display: flex;
  position: relative;
}
.c-accordion__toggle .num {
  flex: 0 0 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-accordion__toggle .txt {
  flex: 1 1 auto;
  padding: 15px;
}
.c-accordion__toggle::after {
  position: absolute;
  top: 50%;
  right: 1rem;
  margin-top: -0.75rem;
  width: 1rem;
  height: 1rem;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  content: "";
}
.open .c-accordion__toggle::after {
  margin-top: -0.25rem;
  transform: rotate(225deg);
}
.c-accordion__content {
  padding: 15px;
}
.c-accordion__btn {
  margin: 0 auto;
  height: 3rem;
  width: 250px;
  border: 1px solid #000;
  background-color: #aaa;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-accordion__btn::before {
  content: "開く";
}
.open .c-accordion__btn::before {
  content: "閉じる";
}

[data-ui-tab] > li {
  cursor: pointer;
}

[data-ui-tab] + div {
  position: relative;
}
[data-ui-tab] + div > div {
  transition: 0.3s;
  opacity: 0;
  height: 0;
  overflow: hidden;
}
[data-ui-tab] + div > div.current {
  opacity: 1;
  width: auto;
  height: auto;
}

/* tab design */
.c-tab__header {
  display: flex;
}
.c-tab__button {
  flex: 1 1 auto;
  margin-bottom: -1px;
  padding: 15px;
  background-color: #eee;
  border-top: 4px solid #bfc0c0;
  border-left: 1px solid #bfc0c0;
  color: #909190;
  text-align: center;
  text-decoration: none;
}
.c-tab__button.current {
  border-top: 4px solid #22b573;
  color: #22b573;
  background-color: #fff;
  position: relative;
  z-index: 1;
}
.c-tab__contents {
  border-top: 1px solid #22b573;
  background-color: #fff;
  clear: both;
}
.c-tab__contents .inner {
  padding: 30px;
}

.bx-wrapper {
  position: relative;
}

.bx-controls-direction a {
  top: 50%;
  position: absolute;
  margin-top: -1.5rem;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.5);
  display: inline-block;
  position: absolute;
  text-indent: -9999px;
}
.bx-controls-direction a::before {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -0.5rem 0 0 -0.5rem;
  height: 1rem;
  width: 1rem;
  display: block;
  border: solid #fff;
  border-width: 2px 2px 0 0;
  content: "";
}
.bx-controls-direction .bx-prev {
  left: -1.5rem;
}
.bx-controls-direction .bx-prev::before {
  margin-left: -6px;
  transform: rotateZ(-135deg);
}
.bx-controls-direction .bx-next {
  right: -1.5rem;
}
.bx-controls-direction .bx-next::before {
  margin-left: -12px;
  transform: rotateZ(45deg);
}

.bx-pager {
  width: 100%;
  text-align: center;
}
.bx-pager .bx-pager-item {
  display: inline-block;
}
.bx-pager .bx-pager-item a {
  margin: 0 0.4rem;
  height: 0.9rem;
  width: 0.9rem;
  border-radius: 50%;
  background-color: #6b8fc8;
  border: 0.2rem solid #fff;
  display: inline-block;
  text-indent: -9999px;
  overflow: hidden;
}
.bx-pager .bx-pager-item a:hover, .bx-pager .bx-pager-item a.active {
  background-color: #003180;
}

.l-header {
  margin-bottom: 2rem;
}
.l-header__bg {
  background: white;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.l-header__content {
  display: flex;
  align-items: center;
  height: 5rem;
}
.l-header__description {
  margin-left: auto;
}
.l-header__menuButton {
  margin-right: -1rem;
}
@media (min-width: 768px) {
  .l-header__menuButton {
    display: none;
  }
}

.l-wrapper {
  overflow: hidden;
}

.l-container {
  margin-right: 1rem;
  margin-left: 1rem;
}
@media (min-width: 768px) {
  .l-container {
    max-width: 1040px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 20px;
    padding-left: 20px;
  }
}

/*-----------------------------------------------------------
    Footer
-----------------------------------------------------------*/

.l-footer__bg {
  background-color: #000;
  padding: 0 0 5rem;
}
@media (min-width: 768px) {
  .l-footer__bg {
    padding: 0 0 48px;
  }
}

.footer__content {
  padding: 5rem 2rem 23.7rem;
}
@media (min-width: 768px) {
  .footer__content {
    width: 1000px;
    margin: 0 auto;
    padding: 0;
  }
}

.l-footer__copyright {
  display: block;
  text-align: center;
  font-size: 1rem;
  margin-bottom: 1em;
}
@media (max-width: 767px) {
  .l-footer__copyright {
    padding: 0 20px;
  }
}
@media (min-width: 768px) {
  .l-footer__copyright {
    font-size: 14px;
  }
}

.arrow {
  position: relative;
  background-color: red;
  padding: 20px;
}
.arrow:after {
  border-width: 0 1rem 1.3rem 1rem;
  border-color: transparent transparent red transparent;
  top: -1.3rem;
  left: calc( 50% - 1rem );
}
.arrow:after {
  content: "";
  border-style: solid;
  display: inline-block;
  height: 0;
  position: absolute;
  width: 0;
}

.center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

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

.hover {
  transition: opacity 400ms;
}
@media (min-width: 768px) {
  .hover:hover {
    opacity: 0.8;
  }
}

.bg {
  background: black;
  color: #fff;
  padding: 20px;
}

.clear {
  clear: both;
}

br.clear {
  font-size: 1px;
  line-height: 100%;
  clear: both;
}

div.clear {
  line-height: 100%;
  clear: both;
}

.clearfix:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  zoom: 1;
}

* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

.imgfix {
  font-size: 1px;
  line-height: 1px;
}

@media (max-width: 767px) {
  .hide-sp {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .hide-pc {
    display: none !important;
  }
}
.u-palt {
  font-feature-settings: "palt";
}

.u-justify {
  text-align: justify;
  text-justify: character;
}

.u-responsive-frame {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.u-responsive-frame video,
.u-responsive-frame iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.mt-8 {
  margin-top: 8px;
}

.mb-8 {
  margin-bottom: 8px;
}

.mr-8 {
  margin-right: 8px;
}

.ml-8 {
  margin-left: 8px;
}

.mt-16 {
  margin-top: 16px;
}

.mb-16 {
  margin-bottom: 16px;
}

.mr-16 {
  margin-right: 16px;
}

.ml-16 {
  margin-left: 16px;
}

.mt-24 {
  margin-top: 24px;
}

.mb-24 {
  margin-bottom: 24px;
}

.mr-24 {
  margin-right: 24px;
}

.ml-24 {
  margin-left: 24px;
}

.mt-32 {
  margin-top: 32px;
}

.mb-32 {
  margin-bottom: 32px;
}

.mr-32 {
  margin-right: 32px;
}

.ml-32 {
  margin-left: 32px;
}

.mt-40 {
  margin-top: 40px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mr-40 {
  margin-right: 40px;
}

.ml-40 {
  margin-left: 40px;
}

.mt-48 {
  margin-top: 48px;
}

.mb-48 {
  margin-bottom: 48px;
}

.mr-48 {
  margin-right: 48px;
}

.ml-48 {
  margin-left: 48px;
}

.mt-56 {
  margin-top: 56px;
}

.mb-56 {
  margin-bottom: 56px;
}

.mr-56 {
  margin-right: 56px;
}

.ml-56 {
  margin-left: 56px;
}

.mt-64 {
  margin-top: 64px;
}

.mb-64 {
  margin-bottom: 64px;
}

.mr-64 {
  margin-right: 64px;
}

.ml-64 {
  margin-left: 64px;
}

.mt-72 {
  margin-top: 72px;
}

.mb-72 {
  margin-bottom: 72px;
}

.mr-72 {
  margin-right: 72px;
}

.ml-72 {
  margin-left: 72px;
}

.mt-80 {
  margin-top: 80px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mr-80 {
  margin-right: 80px;
}

.ml-80 {
  margin-left: 80px;
}

/*-----------------------------------------------------------
    globalnav
-----------------------------------------------------------*/
.globalHeader__bg {
  width: 100%;
  margin: 0;
  position: fixed;
  z-index: 5000;
  background: transparent;
}
@media (min-width: 768px) {
  .globalHeader__bg {
    padding: 20px 0;
    height: 100px;
  }
}
.globalHeader__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .globalHeader__content {
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.globalHeader__logo {
  padding: 1.5rem 0;
}
@media (min-width: 768px) {
  .globalHeader__logo {
    padding: 0;
  }
}
.globalHeader__logo img {
  width: 7.5rem;
  margin-left: 1rem;
}
@media (min-width: 768px) {
  .globalHeader__logo img {
    width: 178px;
    margin-left: 0;
  }
}
.globalHeader__menuButton {
  position: fixed;
  right: 1rem;
  top: 0.5rem;
  z-index: 10000;
}
@media (min-width: 768px) {
  .globalHeader__menuButton {
    display: none;
  }
}
.globalHeader .header_logo_02 {
  display: block;
  padding: 1.5rem 0 1.5rem 2rem;
  width: 22rem;
}
.globalHeader .header_logo_02 img {
  width: 19.35rem;
}

@media (min-width: 768px) {
  .head_container {
    width: 1000px;
    margin: 0 auto;
  }
}

@media (max-width: 767px) {
  .language_change {
    order: 2;
  }
}
@media (min-width: 768px) {
  .language_change {
    margin-bottom: 28px;
  }
  .language_change a {
    font-weight: bold;
  }
}
.language_change .current {
  color: #dc8c00;
}

.headgnavi_container {
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .headgnavi_container {
    width: 100%;
    height: 100vh;
    background-color: rgba(4, 23, 53, 0.7);
    align-items: center;
  }
}
@media (min-width: 768px) {
  .headgnavi_container {
    margin-right: auto;
    margin-left: auto;
    align-items: flex-end;
  }
}

header.scroll-nav .globalHeader__bg {
  background-color: transparent;
  transition: 0.5s;
  -webkit-animation: slideIn 0.5s;
          animation: slideIn 0.5s;
}

@-webkit-keyframes slideIn {
  0% {
    transform: translateY(5px);
    opacity: 0.9;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes slideIn {
  0% {
    transform: translateY(5px);
    opacity: 0.9;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@media (min-width: 768px) {
  header.scroll-nav .globalHeader__bg {
    position: fixed;
    height: 100px;
    transition: 0.5s;
    -webkit-animation: slideIn 0.5s;
            animation: slideIn 0.5s;
    background-color: #000;
  }

  @-webkit-keyframes slideIn {
    0% {
      transform: translateY(0px);
      opacity: 0.9;
    }
    100% {
      transform: translateY(0);
      opacity: 1;
    }
  }

  @keyframes slideIn {
    0% {
      transform: translateY(0px);
      opacity: 0.9;
    }
    100% {
      transform: translateY(0);
      opacity: 1;
    }
  }
  header.scroll-nav .globalHeader__logo img {
    width: 178px;
  }

  .mv.scroll-nav_mv {
    margin: 176px auto 0;
  }

  .curriculummv.scroll-nav_mv {
    margin: 176px auto 0;
  }
}
/*-----------------------------------------------------------
    toggleMenu setting
-----------------------------------------------------------*/
#js-toggleMenu {
  left: 100%;
  position: fixed;
  z-index: 100;
}
@media (max-width: 767px) {
  #js-toggleMenu {
    top: 0;
  }
}
@media (min-width: 768px) {
  #js-toggleMenu {
    position: relative;
    width: 610px;
    left: 0;
    right: 0;
  }
}

#js-toggleMenu-container {
  height: 100vh;
  width: 100vw;
  -webkit-overflow-scrolling: touch;
  transition: transform 0.3s;
}
.open #js-toggleMenu-container {
  transform: translateX(-100%);
}
@media (min-width: 768px) {
  #js-toggleMenu-container {
    transform: none;
    position: static;
    height: auto;
    width: auto;
    overflow: visible;
  }
}

.toggleMenu-button {
  display: block;
  width: 2rem;
  height: 3rem;
  position: relative;
  z-index: 10000;
}
.toggleMenu-button:before, .toggleMenu-button:after {
  content: "";
}
.toggleMenu-button:before, .toggleMenu-button:after, .toggleMenu-button i {
  transition: 0.3s;
  position: absolute;
  display: block;
  height: 0.2rem;
  width: 2rem;
  margin: 0;
  background-color: #fff;
}
.toggleMenu-button:before {
  top: 32%;
}
.toggleMenu-button i {
  top: 50%;
}
.toggleMenu-button:after {
  top: 68%;
}
.toggleMenu-button.open i {
  opacity: 0;
}
.toggleMenu-button.open::before {
  transform: rotate(225deg);
  top: 50%;
}
.toggleMenu-button.open::after {
  transform: rotate(135deg);
  top: 50%;
}
.toggleMenu-button.open::before, .toggleMenu-button.open::after {
  background-color: #fff;
}

/* gnav */
.gnav a {
  color: #fff;
  text-decoration: none;
}
.gnav__list {
  color: #fff;
}
@media (max-width: 767px) {
  .gnav__list {
    padding-top: 5rem;
    padding-bottom: 5rem;
    width: 70%;
  }
  .gnav__list > li > a {
    padding: 2rem 0;
    display: block;
    font-size: 2rem;
    text-align: left;
    border-bottom: solid 1px #fff;
  }
  .gnav__list > li > a:first-child {
    border-top: solid 1px #fff;
  }
}
.gnav__list__bargerlogo {
  width: 13.5rem;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .gnav__list__bargerlogo {
    width: 23px;
    margin: 0 auto 0 10px;
  }
  .gnav__list__bargerlogo__link {
    margin-left: 13px !important;
    margin-right: 0 !important;
  }
  .gnav__list__bargerlogo__link:hover {
    background-color: transparent !important;
  }
}
@media (max-width: 767px) {
  .gnav__list__contact {
    width: 29.5rem;
    background-color: #fff;
    padding: 2.5rem 0;
    color: #1b2090 !important;
    margin: 2rem auto 4rem;
    border-radius: 3rem;
  }
}
@media (max-width: 767px) {
  .gnav .container {
    margin: 0;
  }
}
@media (min-width: 768px) {
  .gnav__list {
    display: flex;
    margin-top: -13px;
    align-items: center;
  }
  .gnav__list > li > a {
    padding: 0;
    border-bottom: none;
    font-size: 17px;
  }
  .gnav__list > li > a.gnav__list__menu {
    padding: 0;
    margin: 0 20px;
    border-bottom: none;
    font-size: 17px;
    position: relative;
  }
  .gnav__list > li > a.gnav__list__menu:last-child {
    margin-right: 0;
  }
  .gnav__list > li .child {
    padding: 30px;
    width: 100%;
    background: #333;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 99999;
    white-space: nowrap;
    opacity: 0;
    transform: translateY(-10px);
    visibility: hidden;
  }
  .gnav__list > li .child.horizontal {
    width: 100%;
    display: flex;
  }
  .gnav__list > li .child li:not(:last-child) {
    margin-right: 2em;
  }
  .gnav__list > li .child li a {
    padding: 0;
    color: #fff;
  }
  .gnav__list li:hover .child {
    transition: opacity 0.3s, transform 0.3s, visibility 0.3s;
    opacity: 1;
    transform: translateY(0px);
    visibility: visible;
  }
}

/*-----------------------------------------------------------
    共通
-----------------------------------------------------------*/
body {
  font-family: "Murecho", sans-serif;
  letter-spacing: 0.15em;
}

.wrapper {
  height: 100vh;
  position: relative;
  background-color: #000;
  z-index: 90000;
}

#loading-wrapper.completed {
  opacity: 0;
  height: 0;
  visibility: hidden;
}

.balls-guruguru {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
  background-color: #000;
}

.ball {
  width: 50%;
  height: 20px;
  position: absolute;
  top: calc(50% - 10px);
  transform-origin: 100% 50%;
  left: 0;
}

.ball::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #333;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.ball-1::before {
  -webkit-animation: ball-guruguru 1s linear 0s infinite;
          animation: ball-guruguru 1s linear 0s infinite;
}

.ball-2 {
  transform: rotate(45deg);
}

.ball-2::before {
  -webkit-animation: ball-guruguru 1s linear -0.125s infinite;
          animation: ball-guruguru 1s linear -0.125s infinite;
}

.ball-3 {
  transform: rotate(90deg);
}

.ball-3::before {
  -webkit-animation: ball-guruguru 1s linear -0.25s infinite;
          animation: ball-guruguru 1s linear -0.25s infinite;
}

.ball-4 {
  transform: rotate(135deg);
}

.ball-4::before {
  -webkit-animation: ball-guruguru 1s linear -0.375s infinite;
          animation: ball-guruguru 1s linear -0.375s infinite;
}

.ball-5 {
  transform: rotate(180deg);
}

.ball-5::before {
  -webkit-animation: ball-guruguru 1s linear -0.5s infinite;
          animation: ball-guruguru 1s linear -0.5s infinite;
}

.ball-6 {
  transform: rotate(225deg);
}

.ball-6::before {
  -webkit-animation: ball-guruguru 1s linear -0.625s infinite;
          animation: ball-guruguru 1s linear -0.625s infinite;
}

.ball-7 {
  transform: rotate(270deg);
}

.ball-7::before {
  -webkit-animation: ball-guruguru 1s linear -0.75s infinite;
          animation: ball-guruguru 1s linear -0.75s infinite;
}

.ball-8 {
  transform: rotate(315deg);
}

.ball-8::before {
  -webkit-animation: ball-guruguru 1s linear -0.875s infinite;
          animation: ball-guruguru 1s linear -0.875s infinite;
}

@-webkit-keyframes ball-guruguru {
  0% {
    width: 20px;
    height: 20px;
    opacity: 1;
  }
  100% {
    width: 6px;
    height: 6px;
    opacity: 0.2;
    margin-left: 7px;
  }
}

@keyframes ball-guruguru {
  0% {
    width: 20px;
    height: 20px;
    opacity: 1;
  }
  100% {
    width: 6px;
    height: 6px;
    opacity: 0.2;
    margin-left: 7px;
  }
}
/*-----------------------------------------------------------
    kv
-----------------------------------------------------------*/
.kv {
  position: relative;
}
.kv__video-box {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100vh;
}
@media (max-width: 767px) {
  .kv__video-box {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100vh;
  }
}
.kv__video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  transform: translate(-50%, -50%);
}
.kv__copy {
  position: absolute;
}
@media (max-width: 767px) {
  .kv__copy {
    top: 40vh;
    left: 0;
    width: 100%;
    margin-left: 2rem;
    text-align: left;
    transform: none;
  }
}
@media (min-width: 768px) {
  .kv__copy {
    top: 40%;
    left: 0;
    right: 0;
    width: 1000px;
    margin: 0 auto;
  }
}
.kv__copy img {
  width: 25.8rem;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .kv__copy img {
    width: 522px;
    margin-bottom: 28px;
  }
}
.kv__copy__text {
  font-size: 1.1rem;
}
@media (min-width: 768px) {
  .kv__copy__text {
    font-size: 25px;
  }
}

/*-----------------------------------------------------------
    readme
-----------------------------------------------------------*/
.readme {
  position: relative;
}
.readme__video-box {
  position: relative;
  overflow: hidden;
  width: 100%;
}
@media (max-width: 767px) {
  .readme__video-box {
    height: 60rem;
  }
}
@media (min-width: 768px) {
  .readme__video-box {
    height: 1095px;
  }
}
.readme__video-box-en {
  position: relative;
  overflow: hidden;
  width: 100%;
}
@media (max-width: 767px) {
  .readme__video-box-en {
    height: 92.3rem;
  }
}
@media (min-width: 768px) {
  .readme__video-box-en {
    height: 1095px;
  }
}
.readme__video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  transform: translate(-50%, -50%);
}
.readme .readme_bg {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
@media (max-width: 767px) {
  .readme .readme_bg {
    height: 60rem;
    -o-object-position: 30% 100%;
       object-position: 30% 100%;
  }
}
.readme .readme_bg-en {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
@media (max-width: 767px) {
  .readme .readme_bg-en {
    height: 92.3rem;
    -o-object-position: 30% 100%;
       object-position: 30% 100%;
  }
}
.readme__content {
  position: absolute;
}
@media (max-width: 767px) {
  .readme__content {
    top: 5.5rem;
    left: 0;
    width: 100%;
    margin-left: 2rem;
    text-align: left;
    transform: none;
  }
}
@media (min-width: 768px) {
  .readme__content {
    top: 115px;
    left: 0;
    right: 0;
    width: 1000px;
    margin: 0 auto;
  }
}
.readme__content__text {
  width: 90%;
}
@media (min-width: 768px) {
  .readme__content__text {
    width: 100%;
  }
}
.readme__content__text > p {
  opacity: 0;
  font-size: 1rem;
  line-height: 3.2rem;
}
@media (min-width: 768px) {
  .readme__content__text > p {
    font-size: 20px;
    line-height: 65px;
  }
}
/* EN */
.readme__content__text.en > p {
  opacity: 0;
  font-size: 1rem;
  line-height: 2rem;
}
@media (min-width: 768px) {
  .readme__content__text.en > p {
    font-size: 18px;
    line-height: 2rem;
  }
}

.readme__content__text > div {
  opacity: 0;
  display: block;
  margin-bottom: 1rem;
}
.readme__content__text .textbottom_en {
  margin-bottom: 3.2rem;
}
@media (min-width: 768px) {
  .readme__content__text .textbottom_en {
    margin-bottom: 65px;
  }
}

/*-----------------------------------------------------------
    What-we’re-about
-----------------------------------------------------------*/
.about {
  width: 100%;
  height: auto;
  background: url(../images/about_sp_bg.jpg) center center/cover no-repeat;
  position: relative;
  z-index: 10;
}
@media (min-width: 768px) {
  .about {
    background: url(../images/about_pc_bg.jpg) center center/cover no-repeat;
    height: auto;
  }
}
.about__content {
  padding: 5rem 2rem;
}
@media (min-width: 768px) {
  .about__content {
    width: 1000px;
    margin: 0 auto;
    padding: 175px 0;
  }
}
.about__content .about_title {
  width: 25.3rem;
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .about__content .about_title {
    display: block;
    width: 505px;
  }
}
.about__content .about_copy {
  width: 27rem;
  margin-bottom: 2.8rem;
}
@media (min-width: 768px) {
  .about__content .about_copy {
    display: block;
    width: 540px;
  }
}
.about__content__text {
  font-size: 1rem;
  line-height: 2.45rem;
  letter-spacing: 0.24em;
}
@media (min-width: 768px) {
  .about__content__text {
    font-size: 20px;
    line-height: 55px;
  }
}
.about__content__text > img {
  display: block;
  margin-bottom: 1rem;
}
.about__content__text .about_textbottom_en {
  margin-bottom: 2.45rem;
}
@media (min-width: 768px) {
  .about__content__text .about_textbottom_en {
    margin-bottom: 55px;
  }
}
.about__content__text__textbox01 {
  width: 32rem;
}
@media (min-width: 768px) {
  .about__content__text__textbox01 {
    width: 770px;
  }
}
.about__content__text__textbox02 {
  width: 33rem;
}
@media (min-width: 768px) {
  .about__content__text__textbox02 {
    width: 825px;
  }
}
.about__content__text__textbox03 {
  width: 33.5rem;
}
@media (min-width: 768px) {
  .about__content__text__textbox03 {
    width: 825px;
  }
}
.about__content__text__textbox04 {
  width: 32.5rem;
}
@media (min-width: 768px) {
  .about__content__text__textbox04 {
    width: 784px;
  }
}
.about__content__text__textbox05 {
  width: 33.5rem;
}
@media (min-width: 768px) {
  .about__content__text__textbox05 {
    width: 830px;
  }
}
.about__content__text__textbox06 {
  width: 31.2rem;
}
@media (min-width: 768px) {
  .about__content__text__textbox06 {
    width: 783px;
  }
}

/*-----------------------------------------------------------
    comingsoon
-----------------------------------------------------------*/
.comingsoon {
  position: relative;
}
.comingsoon__video-box {
  position: relative;
  overflow: hidden;
  width: 100%;
}
@media (max-width: 767px) {
  .comingsoon__video-box {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 20rem;
  }
}
@media (min-width: 768px) {
  .comingsoon__video-box {
    height: 480px;
  }
}
.comingsoon__video {
  position: absolute;
  top: 0;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  transform: translate(-50%, -50%);
}
@media (min-width: 768px) {
  .comingsoon__video {
    top: 30%;
  }
}
.comingsoon__content {
  position: absolute;
}
@media (max-width: 767px) {
  .comingsoon__content {
    top: 5rem;
    left: 0;
    width: 100%;
    margin-left: 2rem;
    text-align: left;
    transform: none;
  }
}
@media (min-width: 768px) {
  .comingsoon__content {
    top: 175px;
    left: 0;
    right: 0;
    width: 1000px;
    margin: 0 auto;
  }
}
.comingsoon__content img {
  width: 20.6rem;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .comingsoon__content img {
    width: 412px;
  }
}

/*-----------------------------------------------------------
    contact
-----------------------------------------------------------*/
.contact__content {
  padding: 5rem 2rem 23.7rem;
}
@media (min-width: 768px) {
  .contact__content {
    width: 1000px;
    margin: 0 auto;
    padding: 0;
  }
}

.home-icon {
  color: #fff;
  text-align: center;
  width: 14.8rem;
}
@media (min-width: 768px) {
  .home-icon {
    width: 300px;
    padding: 0 0 370px;
  }
}

.home-icon path {
  fill: #fff;
  transition: fill 0.3s ease-out;
}

.home-icon a:hover path {
  fill: #dc8c00;
}

/*-------
　fadein
-------*/
/*下から上*/
.down-to-top {
  opacity: 0;
  transform: translateY(200px);
  transition: all 1s;
}

.down-to-top.scrollin {
  opacity: 1;
  transform: translateY(0);
}
/*# sourceMappingURL=map/style.css.map */
