@charset "UTF-8";
@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@font-face {
  font-family: 'SourceHanSerif regular';
  font-style: normal;
  font-weight: 400;
  src: url(../font/SourceHanSerif/sub-SourceHanSerif-Regular.otf) format("opentype");
  font-display: swap;
}
@font-face {
  font-family: 'SourceHanSerif ExtraLight';
  font-style: normal;
  src: url(../font/SourceHanSerif/sub-SourceHanSerif-ExtraLight.otf) format("opentype");
  font-display: swap;
}
@font-face {
  font-family: 'SourceHanSerif SemiBold';
  font-style: normal;
  src: url(../font/SourceHanSerif/sub-SourceHanSerif-SemiBold.otf) format("opentype");
  font-display: swap;
}
@font-face {
  font-family: 'SourceHanSerif bold';
  font-style: normal;
  font-weight: 700;
  src: url(../font/SourceHanSerif/sub-SourceHanSerif-Bold.otf) format("opentype");
  font-display: swap;
}
@font-face {
  font-family: 'LeagueGothic-Regular';
  font-style: normal;
  font-weight: 500;
  src: url(../font/league-gothic-master/webfonts/leaguegothic-regular-webfont.woff);
  src: url(../font/league-gothic-master/webfonts/leaguegothic-regular-webfont.eot);
  src: url(../font/league-gothic-master/sub-Regular.otf) format("opentype");
  font-display: swap;
}
@font-face {
  font-family: 'LeagueGothic-CondensedRegular';
  font-style: normal;
  font-weight: 500;
  src: url(../font/league-gothic-master/webfonts/leaguegothic-condensed-regular-webfont.woff);
  src: url(../font/league-gothic-master/webfonts/leaguegothic-condensed-regular-webfont.eot);
  src: url(../font/league-gothic-master/LeagueGothic-CondensedRegular.otf) format("opentype");
  font-display: swap;
}
/*----------------------------------------
  common
-----------------------------------------*/
/* line 9, ../scss/_base.scss */
body {
  font-family: 'Noto Sans Japanese', sans-serif;
  font-size: 100%;
}

/* line 14, ../scss/_base.scss */
.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  /* line 14, ../scss/_base.scss */
  .sp {
    display: inline-block;
  }
}

@media screen and (max-width: 768px) {
  /* line 21, ../scss/_base.scss */
  .pc {
    display: none;
  }
}
/* line 25, ../scss/_base.scss */
html {
  overflow: auto;
  width: 100%;
  height: 100%;
}

/* line 31, ../scss/_base.scss */
body {
  width: 100%;
  height: 100%;
  font: normal 14px/1.6 'Noto Sans Japanese', sans-serif;
  margin: 0;
  padding: 0;
  color: #212121;
  transition: .3s;
  letter-spacing: 0.05em;
}

/* line 46, ../scss/_base.scss */
ul, ol {
  margin: 0;
  padding: 0;
}
/* line 49, ../scss/_base.scss */
ul li, ol li {
  list-style: none;
}

/* line 54, ../scss/_base.scss */
div {
  border: none;
}

/* line 58, ../scss/_base.scss */
* html table {
  font-size: 100%;
  line-height: 1.4;
}

/* line 62, ../scss/_base.scss */
* {
  box-sizing: border-box;
}

/* line 66, ../scss/_base.scss */
form, dl, dt, dd, ul {
  margin: 0;
  padding: 0;
}

/* line 71, ../scss/_base.scss */
input, select, textarea {
  color: #444;
  font-style: normal;
  font-size: 16px;
  line-height: 1.6;
  font: normal 14px/1.6 'Noto Sans Japanese', sans-serif;
}

/* line 79, ../scss/_base.scss */
input[type="text"], input[type="button"], input[type="submit"], button, select {
  -webkit-appearance: none;
  border: none;
  box-sizing: border-box;
}

/* line 85, ../scss/_base.scss */
input[type="text"], input[type="tel"], input[type="email"], input[type="password"], textarea, select {
  font-size: 16px;
  padding: 0 10px;
}

/* iOSでのデフォルトスタイルをリセット */
/* line 90, ../scss/_base.scss */
input[type="submit"],
input[type="button"],
button {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
}
/* line 99, ../scss/_base.scss */
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration,
button::-webkit-search-decoration {
  display: none;
}
/* line 102, ../scss/_base.scss */
input[type="submit"]::focus,
input[type="button"]::focus,
button::focus {
  outline-offset: -2px;
}

/* line 107, ../scss/_base.scss */
ul li {
  list-style: none;
}

/* line 111, ../scss/_base.scss */
h1, h2, h3, h4, h5, h6, strong, span {
  font-size: 100%;
  font-weight: normal;
  padding: 0;
  margin: 0;
}

/* line 118, ../scss/_base.scss */
p {
  margin: 0;
  padding: 0;
  text-align: justify;
}

/* line 124, ../scss/_base.scss */
img {
  border: none;
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

/* line 131, ../scss/_base.scss */
.bold {
  font-weight: bold;
}

@media print {
  /* line 136, ../scss/_base.scss */
  html, body {
    _zoom: 0.73;
    overflow: visible !important;
  }
}
/* line 141, ../scss/_base.scss */
a {
  text-decoration: none;
  color: #333;
}

/* line 142, ../scss/_base.scss */
a img {
  border-width: 0px;
}

/* line 143, ../scss/_base.scss */
a img {
  outline: none;
}

/* line 144, ../scss/_base.scss */
a:focus {
  outline: none;
}

@media screen and (min-width: 769px) {
  /* line 146, ../scss/_base.scss */
  a:hover {
    cursor: pointer;
    opacity: .7;
  }
}
/* line 152, ../scss/_base.scss */
body {
  -webkit-text-size-adjust: 100%;
}

/* line 157, ../scss/_base.scss */
input[type="text"], input[type="button"], input[type="submit"] {
  -webkit-appearance: none;
  border: none;
  box-sizing: border-box;
}

/* line 163, ../scss/_base.scss */
input[type="text"]:placeholder-shown, input[type="email"]:placeholder-shown, textarea:placeholder-shown {
  color: #bcbcbc;
}

/* line 166, ../scss/_base.scss */
input[type="text"]::-webkit-input-placeholder, input[type="email"]::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #bcbcbc;
}

/* line 169, ../scss/_base.scss */
input[type="text"]:-moz-placeholder, input[type="email"]:-moz-placeholder, textarea:-moz-placeholder {
  color: #bcbcbc;
}

/* line 172, ../scss/_base.scss */
input[type="text"]::-moz-placeholder, input[type="email"]::-moz-placeholder, textarea::-moz-placeholder {
  color: #bcbcbc;
}

/* line 175, ../scss/_base.scss */
input[type="text"]:-ms-input-placeholder, input[type="email"]:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #bcbcbc;
}

/*スマートフォンサイトでaタグをタップしたときにでるハイライトの色を消す*/
/* line 180, ../scss/_base.scss */
a {
  -webkit-tap-highlight-color: transparent;
  color: #212121;
}

/* line 185, ../scss/_base.scss */
table {
  border-collapse: collapse;
  border: none;
  border-spacing: 0;
}

/* line 190, ../scss/_base.scss */
th, td {
  vertical-align: top;
  border: solid 1px #000;
  font-weight: normal;
  text-align: left;
}

/* line 196, ../scss/_base.scss */
caption {
  text-align: left;
}

/* line 200, ../scss/_base.scss */
#stage {
  overflow: hidden;
}

/* line 204, ../scss/_base.scss */
.grad--line {
  background-image: -moz-linear-gradient(0deg, #0d1089 0%, #0760be 47%, #00b0f2 100%, #00a0e9 100%);
  background-image: -webkit-linear-gradient(0deg, #0d1089 0%, #0760be 47%, #00b0f2 100%, #00a0e9 100%);
  background-image: -ms-linear-gradient(0deg, #0d1089 0%, #0760be 47%, #00b0f2 100%, #00a0e9 100%);
}

/* line 211, ../scss/_base.scss */
#header {
  position: fixed;
  width: 100%;
  top: 20px;
  left: 0;
  z-index: 9999;
  padding: 0 30px;
}
@media screen and (max-width: 768px) {
  /* line 211, ../scss/_base.scss */
  #header {
    display: flex;
    justify-content: space-between;
    background-color: #020023;
    height: 50px;
    align-items: center;
    top: 0;
    padding: 0;
  }
  /* line 227, ../scss/_base.scss */
  #header .sp_menuBtn {
    width: 50px;
  }
  /* line 231, ../scss/_base.scss */
  #header .sp_entryBtn {
    width: 50px;
  }
}
/* line 235, ../scss/_base.scss */
#header .header--inner {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  /* line 235, ../scss/_base.scss */
  #header .header--inner {
    display: block;
  }
}

/* line 243, ../scss/_base.scss */
.btnarea {
  display: flex;
}
@media screen and (max-width: 768px) {
  /* line 243, ../scss/_base.scss */
  .btnarea {
    display: none;
  }
}

/* line 249, ../scss/_base.scss */
.header--menuBtn {
  margin-left: 20px;
}
/* line 251, ../scss/_base.scss */
.header--menuBtn:hover {
  cursor: pointer;
}

/* line 255, ../scss/_base.scss */
#nav {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 100%;
  z-index: 10000;
  background-color: #00479d;
  opacity: 0;
  transition: .5s;
  z-index: 999;
  overflow-y: scroll;
}
/* line 267, ../scss/_base.scss */
#nav.slideIn {
  left: 0;
  opacity: 1;
}
@media screen and (max-width: 768px) {
  /* line 255, ../scss/_base.scss */
  #nav {
    left: -100%;
  }
  /* line 273, ../scss/_base.scss */
  #nav.slideIn {
    left: 0;
    opacity: 1;
  }
}
/* line 278, ../scss/_base.scss */
#nav .nav--list {
  width: 100%;
  height: 100vh;
  background: url(../img/common/bg_menu.png) center 0 no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  /* line 278, ../scss/_base.scss */
  #nav .nav--list {
    width: 100%;
    height: 100%;
  }
}
/* line 287, ../scss/_base.scss */
#nav .nav--list .nav--subbtn {
  display: flex;
  justify-content: flex-end;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 10000;
}
@media screen and (max-width: 768px) {
  /* line 287, ../scss/_base.scss */
  #nav .nav--list .nav--subbtn {
    width: 100%;
    top: 0;
    left: 0;
    right: auto;
    padding: 0;
    justify-content: flex-start;
  }
}
/* line 302, ../scss/_base.scss */
#nav .nav--list .nav--subbtn .closeBtn {
  padding: 0;
}
@media screen and (min-width: 769px) {
  /* line 305, ../scss/_base.scss */
  #nav .nav--list .nav--subbtn .closeBtn:hover {
    cursor: pointer;
  }
}
@media screen and (max-width: 768px) {
  /* line 302, ../scss/_base.scss */
  #nav .nav--list .nav--subbtn .closeBtn {
    width: 50px;
    padding: 0;
  }
}
/* line 314, ../scss/_base.scss */
#nav .nav--list .nav--subbtn a {
  border-right: 1px solid #fff;
  padding: 4px 36px;
}
/* line 319, ../scss/_base.scss */
#nav .nav--list .nav--inner {
  position: relative;
  height: 100%;
  display: flex;
  flex-flow: column;
  padding-top: 80px;
}
@media screen and (max-width: 768px) {
  /* line 319, ../scss/_base.scss */
  #nav .nav--list .nav--inner {
    display: block;
    overflow-y: scroll;
    margin-top: 0;
    padding: 80px 0;
  }
  /* line 332, ../scss/_base.scss */
  #nav .nav--list .nav--inner .spbnrArea ul {
    flex-flow: column;
    margin-bottom: 20px;
  }
  /* line 335, ../scss/_base.scss */
  #nav .nav--list .nav--inner .spbnrArea ul li {
    width: 100%;
  }
}
/* line 341, ../scss/_base.scss */
#nav .nav--list .nav--inner h3 {
  background: url(../img/common/bg_menu_lbl.png) 0 0 no-repeat;
  width: 194px;
  line-height: 34px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  margin-bottom: 20px;
}
/* line 352, ../scss/_base.scss */
#nav .nav--list ul {
  display: flex;
  margin-left: 60px;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  /* line 352, ../scss/_base.scss */
  #nav .nav--list ul {
    margin-bottom: 50px;
    flex-wrap: wrap;
    margin-left: 0;
    padding: 0 9.33%;
  }
}
/* line 363, ../scss/_base.scss */
#nav .nav--list li {
  width: auto;
  margin-right: 40px;
}
/* line 366, ../scss/_base.scss */
#nav .nav--list li:last-child {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  /* line 363, ../scss/_base.scss */
  #nav .nav--list li {
    width: 47%;
    margin-right: 4.5%;
    margin-bottom: 20px;
  }
  /* line 373, ../scss/_base.scss */
  #nav .nav--list li:nth-child(2n) {
    margin-right: 0;
  }
}
/* line 378, ../scss/_base.scss */
#nav .nav--list .bnrArea {
  width: 100%;
}/* line 380, ../scss/_base.scss */
#nav .nav--list .bnrArea ul {
  margin-bottom: 90px;
}
@media screen and (max-width: 768px) {
  /* line 380, ../scss/_base.scss */
  #nav .nav--list .bnrArea ul {
    margin-bottom: 50px;
  }
}
/* line 387, ../scss/_base.scss */
#nav .nav--list .youtubebox {
  display: flex;
  gap: 40px;
  padding: 40px 0 61px;
  margin-left: 60px;
  border-top: 1px solid #4f76b9;
}
@media screen and (max-width: 768px) {
  /* line 387, ../scss/_base.scss */
  #nav .nav--list .youtubebox {
    flex-wrap: wrap;
    gap: 20px 0;
    justify-content: center;
    margin: 0 auto;
    width: calc(100% - 9.33% * 2);
    padding: 0 0 15px;
    border: none;
  }
}
/* line 402, ../scss/_base.scss */
#nav .nav--list .youtubebox_left {
  width: 310px;
  display: block;
}
@media screen and (max-width: 768px) {
  /* line 402, ../scss/_base.scss */
  #nav .nav--list .youtubebox_left {
    width: 100%;
  }
}
/* line 408, ../scss/_base.scss */
#nav .nav--list .youtubebox_left img {
  width: 100%;
}
/* line 412, ../scss/_base.scss */
#nav .nav--list .youtubebox_right {
  width: 310px;
  display: block;
}
@media screen and (max-width: 768px) {
  /* line 412, ../scss/_base.scss */
  #nav .nav--list .youtubebox_right {
    width: 100%;
  }
}
/* line 418, ../scss/_base.scss */
#nav .nav--list .youtubebox_right img {
  width: 100%;
}

/* line 426, ../scss/_base.scss */
#logo {
  position: relative;
  z-index: 999;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  /* line 426, ../scss/_base.scss */
  #logo {
    margin-top: 0;
    width: 136px;
  }
}

/* line 391, ../scss/_base.scss */
.fix-bnr {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
  padding: 20px 5%;
  z-index: 999;
  display: none;
}
/* line 400, ../scss/_base.scss */
.fix-bnr .fix-inner {
  max-width: 850px;
  margin: 0 auto;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
/* line 407, ../scss/_base.scss */
.fix-bnr .fix-inner .text-box {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  /* line 407, ../scss/_base.scss */
  .fix-bnr .fix-inner .text-box {
    display: none;
  }
}
/* line 415, ../scss/_base.scss */
.fix-bnr .fix-inner .text-box p {
  border-bottom: 2px solid #fff;
  padding-bottom: 5px;
  color: #fff;
  font-size: 1rem;
  display: inline-block;
}
/* line 423, ../scss/_base.scss */
.fix-bnr .fix-inner .img-box {
  width: 70%;
  margin-left: 20px;
}
@media screen and (max-width: 768px) {
  /* line 423, ../scss/_base.scss */
  .fix-bnr .fix-inner .img-box {
    width: 100%;
    margin-left: 0;
  }
}

/* line 432, ../scss/_base.scss */
#footer {
  position: relative;
  width: 100%;
  background-color: #020023;
}
/* line 440, ../scss/_base.scss */
#footer.hidden {
  display: none;
}
/* line 443, ../scss/_base.scss */
#footer .entry {
  position: relative;
  background-color: #030033;
  width: 100%;
  height: auto;
  text-align: center;
  padding-top: 80px;
}
@media screen and (max-width: 768px) {
  /* line 443, ../scss/_base.scss */
  #footer .entry {
    height: auto;
    padding: 40px 0;
  }
}
/* line 454, ../scss/_base.scss */
#footer .entry--head {
  max-width: 1000px;
  margin: auto;
  position: relative;
}
/* line 459, ../scss/_base.scss */
#footer .entry .entryBtn {
  position: absolute;
  top: 0;
  right: 0;
  color: #eee;
}
@media screen and (max-width: 768px) {
  /* line 465, ../scss/_base.scss */
  #footer .entry .sp--entryBtn {
    color: #eee;
  }
}
/* line 470, ../scss/_base.scss */
#footer .entry h3 {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  /* line 473, ../scss/_base.scss */
  #footer .entry h3 img {
    width: 70px;
  }
}
/* line 478, ../scss/_base.scss */
#footer .entry .bnr {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 700px;
  width: 100%;
  margin: auto;
}
#footer .entry .bnr li {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  /* line 478, ../scss/_base.scss */
  #footer .entry .bnr {
    flex-flow: column;
    padding: 0 5%;
  }
  /* line 487, ../scss/_base.scss */
  #footer .entry .bnr li {
    margin-bottom: 20px;
  }
}
/* line 493, ../scss/_base.scss */
#footer .sitemap {
  padding: 70px 0 160px;
}
@media screen and (max-width: 768px) {
  /* line 493, ../scss/_base.scss */
  #footer .sitemap {
    padding: 40px 9.33%;
  }
}
/* line 498, ../scss/_base.scss */
#footer .sitemap--list {
  max-width: 1000px;
  margin: auto;
}
/* line 502, ../scss/_base.scss */
#footer .sitemap--box {
  margin-bottom: 35px;
}
/* line 504, ../scss/_base.scss */
#footer .sitemap--box h4 {
  margin-bottom: 20px;
}
/* line 507, ../scss/_base.scss */
#footer .sitemap--box ul {
  display: flex;
}
@media screen and (max-width: 768px) {
  /* line 507, ../scss/_base.scss */
  #footer .sitemap--box ul {
    flex-wrap: wrap;
  }
}
/* line 513, ../scss/_base.scss */
#footer .sitemap--box li {
  margin-right: 20px;
}
/* line 515, ../scss/_base.scss */
#footer .sitemap--box li:last-child {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  /* line 513, ../scss/_base.scss */
  #footer .sitemap--box li {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 12px;
  }
  /* line 522, ../scss/_base.scss */
  #footer .sitemap--box li:nth-child(2n) {
    margin-right: 0;
  }
}
/* line 528, ../scss/_base.scss */
#footer .sitemap h3 {
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  /* line 528, ../scss/_base.scss */
  #footer .sitemap h3 {
    margin-bottom: 40px;
  }
  /* line 533, ../scss/_base.scss */
  #footer .sitemap h3 img {
    width: 165px;
  }
}
/* line 539, ../scss/_base.scss */
#footer .subinfo {
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  /* line 539, ../scss/_base.scss */
  #footer .subinfo {
    position: static;
    margin-top: 20px;
    padding: 0 0 20px;
  }
}
/* line 550, ../scss/_base.scss */
#footer .subinfo ul {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  /* line 550, ../scss/_base.scss */
  #footer .subinfo ul {
    flex-flow: column;
    align-items: center;
  }
}
@media screen and (max-width: 768px) {
  /* line 558, ../scss/_base.scss */
  #footer .subinfo li {
    margin-top: 20px;
  }
}
/* line 562, ../scss/_base.scss */
#footer .subinfo li.pagetop {
  position: absolute;
  top: -60px;
  left: 50%;
  transform: translate(-50%, 0);
}
/* line 567, ../scss/_base.scss */
#footer .subinfo li.pagetop a {
  display: block;
  width: 64px;
}
@media screen and (max-width: 768px) {
  /* line 562, ../scss/_base.scss */
  #footer .subinfo li.pagetop {
    display: none;
  }
}
/* line 576, ../scss/_base.scss */
#footer .subinfo a {
  color: #848383;
}
/* line 579, ../scss/_base.scss */
#footer .subinfo small {
  color: #848383;
}

/********************************
top
********************************/
/* scrollStretch */
@-webkit-keyframes scrollStretch {
  0% {
    width: 80%;
  }
  75% {
    width: 100%;
  }
  100% {
    width: 100%;
  }
}
@keyframes scrollStretch {
  0% {
    width: 80%;
  }
  75% {
    width: 100%;
  }
  100% {
    width: 100%;
  }
}
/* line 32, ../scss/_top.scss */
.top {
  background-color: #333;
  height: 100vh;
  overflow: hidden;
}
/* line 37, ../scss/_top.scss */
.top .scroll-wrap {
  position: fixed;
  bottom: 2%;
  left: 50%;
  z-index: 99;
  transform: translateX(-50%);
  text-decoration: none;
  padding-top: 49px;
  color: #fff;
  font-size: 12px;
  background: rgba(0, 0, 0, 0.8);
  width: 75px;
  height: 75px;
  border-radius: 50%;
  text-align: center;
}
/* line 52, ../scss/_top.scss */
.top .scroll-wrap span {
  position: absolute;
  top: 10px;
  left: 55%;
  width: 22px;
  height: 37px;
  margin-left: -15px;
  border-radius: 50px;
  box-sizing: border-box;
  background: #fff;
}
/* line 62, ../scss/_top.scss */
.top .scroll-wrap span::before {
  position: absolute;
  top: 10px;
  left: 55%;
  content: '';
  width: 4px;
  height: 4px;
  margin-left: -3px;
  background-color: #000;
  border-radius: 100%;
  animation: sdb 2s infinite;
  box-sizing: border-box;
}
@keyframes sdb {
  0% {
    transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
/* line 94, ../scss/_top.scss */
.top #menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 60px;
  height: 100vh;
  z-index: 9;
}
@media screen and (max-width: 1400px) {
  /* line 12, ../scss/_top.scss */
  .top #menu {
    width: 30px;
  }
}
@media screen and (max-width: 768px) {
  /* line 12, ../scss/_top.scss */
  .top #menu {
    width: 20px;
  }
}
/* line 25, ../scss/_top.scss */
.top #menu .menuArea--btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
/* line 30, ../scss/_top.scss */
.top #menu .menuArea--btn span {
  font-family: prohibition, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  opacity: 0.5;
  display: inline-block;
  width: 30px;
  text-align: center;
  color: #fdfdfd;
}
@media screen and (min-width: 769px) {
  /* line 41, ../scss/_top.scss */
  .top #menu .menuArea--btn span:hover {
    color: #00479d;
    opacity: 1;
    cursor: pointer;
  }
}
@media screen and (max-width: 1400px) {
  /* line 30, ../scss/_top.scss */
  .top #menu .menuArea--btn span {
    font-size: 20px;
    width: 15px;
  }
}
@media screen and (max-width: 768px) {
  /* line 30, ../scss/_top.scss */
  .top #menu .menuArea--btn span {
    font-size: 16px;
    width: 12px;
  }
}
/* line 55, ../scss/_top.scss */
.top #menu .menuArea--btn span.current {
  color: #00479d;
  opacity: 1;
}
/* line 63, ../scss/_top.scss */
.top .entryArea {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 9;
}
/* line 69, ../scss/_top.scss */
.top .engine {
  position: fixed;
  bottom: 30px;
  right: 0;
  z-index: 9;
}
/* line 75, ../scss/_top.scss */
.top .engine .gage {
  position: relative;
  height: 70px;
  overflow: hidden;
  margin-bottom: 38px;
  transition: .5s;
  text-align: right;
}
/* line 82, ../scss/_top.scss */
.top .engine .gage.full {
  height: 300px;
  width: 131px;
}
/* line 86, ../scss/_top.scss */
.top .engine .gage--full {
  position: absolute;
  height: 295px;
  width: 131px;
  bottom: 0;
  right: 0;
  opacity: 1;
  transition: .1s;
  text-align: right;
}
/* line 95, ../scss/_top.scss */
.top .engine .gage--full.full {
  opacity: 1;
}
/* line 99, ../scss/_top.scss */
.top .engine .gage .neutral {
  position: absolute;
  right: 0;
  bottom: 0;
}
/* line 106, ../scss/_top.scss */
.top .engine .accelBtn {
  text-align: right;
}
/* line 108, ../scss/_top.scss */
.top .engine .accelBtn:hover {
  cursor: pointer;
}
/* line 115, ../scss/_top.scss */
.top .movieArea {
  position: relative;
  width: 100%;
  height: 100vh;
}
/* line 119, ../scss/_top.scss */
.top .movieArea:before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/common/movie_bg.png) 0 0;
  opacity: 0.4;
  z-index: 1;
}
/* line 130, ../scss/_top.scss */
.top .movieArea--group {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: .5s;
}
/* line 136, ../scss/_top.scss */
.top .movieArea--group.motor {
  animation-name: movie;
  animation-duration: .5s;
  animation-timing-function: ease-in;
  animation-iteration-count: infinite;
}
@keyframes movie {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-11388px);
  }
  @media screen and (max-width: 1200px) {
    from {
      transform: translateY(0);
    }
    to {
      transform: translateY(-11388px);
    }
  }
  @media screen and (max-width: 1000px) {
    from {
      transform: translateY(0);
    }
    to {
      transform: translateY(-11388px);
    }
  }
  @media screen and (max-width: 768px) {
    from {
      transform: translateY(0);
    }
    to {
      transform: translateY(-11388px);
    }
  }
}
/* line 175, ../scss/_top.scss */
.top .movieArea--item {
  position: relative;
  width: 100%;
  height: 100%;
  height: 100vh;
}
/* line 180, ../scss/_top.scss */
.top .movieArea--item video {
  position: absolute;
  top: 0;
  left: 0;
  min-height: 100%;
  min-height: 100vh;
  min-width: 100%;
  min-width: 100vw;
}
@media screen and (max-width: 768px) {
  /* line 180, ../scss/_top.scss */
  .top .movieArea--item video {
    left: 50%;
    transform: translate(-50%, 0);
  }
}
/* line 195, ../scss/_top.scss */
.top .movieArea--item .credit {
  position: absolute;
  bottom: 30px;
  left: 30px;
  font-size: 14px;
  color: #888;
}
/* line 206, ../scss/_top.scss */
.top .textArea--group {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  user-select: none;
  z-index: 2;
}
/* line 217, ../scss/_top.scss */
.top .textArea--list {
  text-align: center;
  position: absolute;
  width: 100%;
}
/* line 221, ../scss/_top.scss */
.top .textArea--list ul {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100vh;
}
@media screen and (max-width: 768px) {
  /* line 221, ../scss/_top.scss */
  .top .textArea--list ul {
    transition: .2s;
  }
}
/* line 229, ../scss/_top.scss */
.top .textArea--list ul.motor {
  animation-name: accel;
  animation-duration: .5s;
  animation-timing-function: ease-in;
  animation-iteration-count: infinite;
}
@keyframes accel {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-3510px);
  }
  @media screen and (max-width: 1200px) {
    from {
      transform: translateY(0);
    }
    to {
      transform: translateY(-3080px);
    }
  }
  @media screen and (max-width: 1000px) {
    from {
      transform: translateY(0);
    }
    to {
      transform: translateY(-2380px);
    }
  }
  @media screen and (max-width: 768px) {
    from {
      transform: translateY(0);
    }
    to {
      transform: translateY(-504px);
    }
  }
}
/* line 268, ../scss/_top.scss */
.top .textArea--list li {
  line-height: 1;
}
@media screen and (max-width: 768px) {
  /* line 268, ../scss/_top.scss */
  .top .textArea--list li {
    height: 100px;
  }
}
/* line 274, ../scss/_top.scss */
.top .textArea--list a {
  width: 100%;
  height: 250px;
  font-family: 'LeagueGothic-CondensedRegular';
  -ms-font-feature-settings: "normal";
  line-height: 1em;
  display: inline-block;
  position: relative;
}
@media screen and (max-width: 1200px) {
  /* line 274, ../scss/_top.scss */
  .top .textArea--list a {
    height: 220px;
  }
}
@media screen and (max-width: 1000px) {
  /* line 274, ../scss/_top.scss */
  .top .textArea--list a {
    height: 170px;
  }
}
@media screen and (max-width: 768px) {
  /* line 274, ../scss/_top.scss */
  .top .textArea--list a {
    height: 100px;
  }
}
/* line 291, ../scss/_top.scss */
.top .textArea--list a img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
/* line 303, ../scss/_top.scss */
.top .textArea #textArea--group1 .textArea--list .current a {
  opacity: 0;
}
/* line 321, ../scss/_top.scss */
.top .textArea #textArea--group2 .textArea--list .current a .text {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}
/* line 327, ../scss/_top.scss */
.top .textArea #textArea--group2 .textArea--list a {
  color: #00479d;
  -webkit-text-stroke: 1px #00479d;
}
/* line 330, ../scss/_top.scss */
.top .textArea #textArea--group2 .textArea--list a:hover {
  opacity: 0.9;
}
/* line 333, ../scss/_top.scss */
.top .textArea #textArea--group2 .textArea--list a .text {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.2);
  z-index: 10;
  font-family: 'sub-SourceHanSerif-ExtraLight';
  line-height: 1;
  opacity: 0;
  transition: .5s;
  transition-delay: 0.75s;
}
@media screen and (max-width: 768px) {
  /* line 333, ../scss/_top.scss */
  .top .textArea #textArea--group2 .textArea--list a .text {
    width: 90%;
    height: 30%;
  }
}
/* line 356, ../scss/_top.scss */
.top .textArea .copyright {
  position: absolute;
  bottom: 10px;
  left: 10px;
  z-index: 1000;
}
/* line 361, ../scss/_top.scss */
.top .textArea .copyright a {
  color: #888;
  font-size: 12px;
  display: none;
}
/* line 365, ../scss/_top.scss */
.top .textArea .copyright a.current {
  display: block;
}

/********************************
top
********************************/
/* line 8, ../scss/_custom.scss */
.custom .wheel {
  opacity: 0;
  visibility: hidden;
  height: 0;
}
@media screen and (max-width: 768px) {
  /* line 13, ../scss/_custom.scss */
  .custom #stage {
    overflow: auto;
  }
}
/* line 19, ../scss/_custom.scss */
.custom #contents .first--view {
  background-color: #01479d;
  text-align: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  transition: .5s;
}
/* line 33, ../scss/_custom.scss */
.custom #contents .first--view.opacity {
  opacity: .7;
}
/* line 36, ../scss/_custom.scss */
.custom #contents .first--view.fixedOff {
  position: absolute;
}
@media screen and (max-width: 768px) {
  /* line 19, ../scss/_custom.scss */
  .custom #contents .first--view {
    padding: 0;
  }
}
@media screen and (max-width: 1400px) {
  /* line 42, ../scss/_custom.scss */
  .custom #contents .first--view h2 {
    width: 82%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  /* line 42, ../scss/_custom.scss */
  .custom #contents .first--view h2 {
    width: 100%;
  }
}
/* line 51, ../scss/_custom.scss */
.custom #contents .first--view h3 {
  margin-top: 80px;
  margin-bottom: 20px;
}
/* line 56, ../scss/_custom.scss */
.custom #contents .scroll {
  position: fixed;
  width: 34px;
  bottom: 0;
  left: 50%;
  margin-left: -17px;
}
/* line 64, ../scss/_custom.scss */
.custom #contents .textarea {
  background-color: rgba(20, 79, 159, 0);
  margin-top: 100vh;
  position: relative;
  z-index: 2;
}
/* line 69, ../scss/_custom.scss */
.custom #contents .textarea.off {
  background-color: #144f9f;
}
/* line 72, ../scss/_custom.scss */
.custom #contents .textarea .scene {
  text-align: center;
  position: relative;
}
/* line 75, ../scss/_custom.scss */
.custom #contents .textarea .scene p {
  font-family: 'SourceHanSerif SemiBold';
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  line-height: 2.272em;
  text-shadow: 0px 7px 9px rgba(0, 0, 0, 0.4);
  color: #fff;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  /* line 75, ../scss/_custom.scss */
  .custom #contents .textarea .scene p {
    font-size: 13px;
    margin-bottom: 50px;
  }
}
/* line 91, ../scss/_custom.scss */
.custom #contents .textarea .scene01 {
  padding: 100px 0;
}
/* line 95, ../scss/_custom.scss */
.custom #contents .textarea .scene02 {
  background: url(../img/custom/bg_plane.png) center 0 no-repeat;
  background-size: cover;
  height: 775px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  /* line 95, ../scss/_custom.scss */
  .custom #contents .textarea .scene02 {
    background: url(../img/custom/sp_bg_plane.png) center 0 no-repeat;
    background-size: 100%;
    height: auto;
    padding: 180px 4% 200px;
  }
}
/* line 109, ../scss/_custom.scss */
.custom #contents .textarea .scene03 {
  padding-top: 130px;
}
@media screen and (max-width: 768px) {
  /* line 109, ../scss/_custom.scss */
  .custom #contents .textarea .scene03 {
    padding-top: 60px;
  }
}
/* line 114, ../scss/_custom.scss */
.custom #contents .textarea .scene03 p {
  position: relative;
  z-index: 2;
}
/* line 118, ../scss/_custom.scss */
.custom #contents .textarea .scene03 .thumb {
  position: absolute;
  left: 50%;
  opacity: 0;
}
/* line 122, ../scss/_custom.scss */
.custom #contents .textarea .scene03 .thumb.opacity {
  opacity: 1;
}
/* line 126, ../scss/_custom.scss */
.custom #contents .textarea .scene03 .thumb01 {
  top: 50%;
  margin-top: -100px;
  margin-left: -600px;
}
@media screen and (max-width: 768px) {
  /* line 126, ../scss/_custom.scss */
  .custom #contents .textarea .scene03 .thumb01 {
    top: -60px;
    left: 0;
    margin-top: 0;
    margin-left: 0;
    width: 140px;
  }
}
/* line 138, ../scss/_custom.scss */
.custom #contents .textarea .scene03 .thumb02 {
  top: -100px;
  margin-left: 300px;
}
@media screen and (max-width: 768px) {
  /* line 138, ../scss/_custom.scss */
  .custom #contents .textarea .scene03 .thumb02 {
    top: -80px;
    left: auto;
    right: 0;
    margin-left: 0;
    width: 190px;
  }
}
/* line 149, ../scss/_custom.scss */
.custom #contents .textarea .scene03 .thumb03 {
  bottom: -100px;
  margin-left: 240px;
}
@media screen and (max-width: 768px) {
  /* line 149, ../scss/_custom.scss */
  .custom #contents .textarea .scene03 .thumb03 {
    bottom: -50px;
    margin-left: 0;
    left: auto;
    right: 0;
    width: 90px;
  }
}
/* line 161, ../scss/_custom.scss */
.custom #contents .textarea .scene04 {
  background: url(../img/custom/bg_lifecustom.png) center 0 no-repeat;
  background-size: cover;
  height: 785px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
}
@media screen and (max-width: 768px) {
  /* line 161, ../scss/_custom.scss */
  .custom #contents .textarea .scene04 {
    height: auto;
    padding: 50px 5% 30px;
  }
}
/* line 173, ../scss/_custom.scss */
.custom #contents .textarea .scene04 h2 {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  /* line 173, ../scss/_custom.scss */
  .custom #contents .textarea .scene04 h2 {
    margin-bottom: 30px;
  }
}

/********************************
top
********************************/
/* line 8, ../scss/_always.scss */
.always #contents {
  background-color: #00a0e9;
  padding-bottom: 150px;
}
@media screen and (max-width: 768px) {
  /* line 8, ../scss/_always.scss */
  .always #contents {
    padding-bottom: 70px;
  }
}
/* line 14, ../scss/_always.scss */
.always #contents .first--view {
  position: relative;
  background-image: -moz-linear-gradient(-90deg, #1d2088 0%, #00a0e9 100%, #030000 100%);
  background-image: -webkit-linear-gradient(-90deg, #1d2088 0%, #00a0e9 100%, #030000 100%);
  background-image: -ms-linear-gradient(-90deg, #1d2088 0%, #00a0e9 100%, #030000 100%);
  height: 100vh;
  padding: 20px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  /* line 14, ../scss/_always.scss */
  .always #contents .first--view {
    padding: 0 4%;
  }
}
/* line 29, ../scss/_always.scss */
.always #contents .first--view p {
  font-size: 16px;
  line-height: 2.125;
  color: #fff;
  text-align: center;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  /* line 29, ../scss/_always.scss */
  .always #contents .first--view p {
    font-size: 13px;
    line-height: 1.75;
    text-align: left;
    margin-top: 15px;
  }
}
/* line 42, ../scss/_always.scss */
.always #contents .first--view .scroll {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -16px;
  width: 33px;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  /* line 42, ../scss/_always.scss */
  .always #contents .first--view .scroll {
    bottom: -20px;
  }
}
/* line 55, ../scss/_always.scss */
.always #contents .scenegroup {
  background: url(../img/always/line.png);
  background-position: center 0;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  /* line 55, ../scss/_always.scss */
  .always #contents .scenegroup {
    background: url(../img/always/sp_line.png);
    background-position: 4% 0;
    background-repeat: no-repeat;
    background-size: 10%;
  }
}
/* line 67, ../scss/_always.scss */
.always #contents .scene {
  display: flex;
  justify-content: center;
  max-width: 1200px;
  width: 100%;
  margin: auto;
  padding-bottom: 160px;
  position: relative;
}
@media screen and (max-width: 768px) {
  /* line 67, ../scss/_always.scss */
  .always #contents .scene {
    display: block;
    padding-bottom: 40px;
  }
}
/* line 79, ../scss/_always.scss */
.always #contents .scene .thumb, .always #contents .scene .textarea {
  position: relative;
  z-index: 10;
  opacity: 0;
  transition: .25s;
}
/* line 84, ../scss/_always.scss */
.always #contents .scene .thumb.fade, .always #contents .scene .textarea.fade {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  /* line 88, ../scss/_always.scss */
  .always #contents .scene .textarea {
    padding: 0 4% 0 22%;
  }
}
/* line 93, ../scss/_always.scss */
.always #contents .scene h3 {
  font-size: 36px;
  line-height: 1.444;
  color: #fff;
  font-weight: bold;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  /* line 93, ../scss/_always.scss */
  .always #contents .scene h3 {
    font-size: 18px;
    margin-top: 20px;
  }
}
/* line 104, ../scss/_always.scss */
.always #contents .scene p {
  font-size: 16px;
  line-height: 2;
  color: #fff;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  /* line 104, ../scss/_always.scss */
  .always #contents .scene p {
    font-size: 12px;
    line-height: 1.77;
  }
}
/* line 116, ../scss/_always.scss */
.always #contents .scene1960 {
  padding-top: 100px;
}
/* line 118, ../scss/_always.scss */
.always #contents .scene1960 .thumb {
  width: 500px;
  margin-right: 90px;
  left: -20px;
}
/* line 122, ../scss/_always.scss */
.always #contents .scene1960 .thumb.fade {
  left: 0;
}
@media screen and (max-width: 768px) {
  /* line 118, ../scss/_always.scss */
  .always #contents .scene1960 .thumb {
    width: 100%;
    margin-right: 0;
  }
}
/* line 130, ../scss/_always.scss */
.always #contents .scene1960 .textarea {
  width: 520px;
  right: -20px;
}
/* line 133, ../scss/_always.scss */
.always #contents .scene1960 .textarea.fade {
  right: 0;
}
@media screen and (max-width: 768px) {
  /* line 130, ../scss/_always.scss */
  .always #contents .scene1960 .textarea {
    width: 100%;
  }
}
/* line 142, ../scss/_always.scss */
.always #contents .scene1962 {
  flex-flow: row-reverse;
}
/* line 144, ../scss/_always.scss */
.always #contents .scene1962 .thumb {
  width: 374px;
  right: -20px;
}
/* line 147, ../scss/_always.scss */
.always #contents .scene1962 .thumb.fade {
  right: 0;
}
@media screen and (max-width: 768px) {
  /* line 144, ../scss/_always.scss */
  .always #contents .scene1962 .thumb {
    width: 80%;
    margin-left: 5%;
  }
}
/* line 155, ../scss/_always.scss */
.always #contents .scene1962 .textarea {
  width: 630px;
  text-align: right;
  margin-right: 90px;
  left: -20px;
}
/* line 160, ../scss/_always.scss */
.always #contents .scene1962 .textarea.fade {
  left: 0;
}
@media screen and (max-width: 768px) {
  /* line 155, ../scss/_always.scss */
  .always #contents .scene1962 .textarea {
    width: 100%;
    margin-right: 0;
    text-align: left;
  }
}
/* line 168, ../scss/_always.scss */
.always #contents .scene1962 .textarea p {
  text-align: left;
}
/* line 174, ../scss/_always.scss */
.always #contents .scene1981 {
  flex-flow: column;
  max-width: 1000px;
}
/* line 177, ../scss/_always.scss */
.always #contents .scene1981 .thumb {
  text-align: center;
  left: -20px;
}
/* line 180, ../scss/_always.scss */
.always #contents .scene1981 .thumb.fade {
  left: 0;
}
/* line 184, ../scss/_always.scss */
.always #contents .scene1981 .textarea {
  padding: 50px 60px 0;
  right: -20px;
}
/* line 187, ../scss/_always.scss */
.always #contents .scene1981 .textarea.fade {
  right: 0;
}
@media screen and (max-width: 768px) {
  /* line 184, ../scss/_always.scss */
  .always #contents .scene1981 .textarea {
    padding: 20px 4% 0 22%;
  }
}
/* line 193, ../scss/_always.scss */
.always #contents .scene1981 .textarea p {
  margin-top: 0;
}
/* line 200, ../scss/_always.scss */
.always #contents .scene1988 .thumb {
  width: 500px;
  margin-right: 70px;
  left: -20px;
}
/* line 204, ../scss/_always.scss */
.always #contents .scene1988 .thumb.fade {
  left: 0;
}
@media screen and (max-width: 768px) {
  /* line 200, ../scss/_always.scss */
  .always #contents .scene1988 .thumb {
    width: 100%;
    margin-right: 0;
  }
}
/* line 212, ../scss/_always.scss */
.always #contents .scene1988 .textarea {
  width: 520px;
  right: -20px;
}
/* line 215, ../scss/_always.scss */
.always #contents .scene1988 .textarea.fade {
  right: 0;
}
@media screen and (max-width: 768px) {
  /* line 212, ../scss/_always.scss */
  .always #contents .scene1988 .textarea {
    width: 100%;
  }
}
/* line 224, ../scss/_always.scss */
.always #contents .scene1995 {
  flex-flow: row-reverse;
}
/* line 226, ../scss/_always.scss */
.always #contents .scene1995 .thumb {
  width: 375px;
  right: -20px;
}
/* line 229, ../scss/_always.scss */
.always #contents .scene1995 .thumb.fade {
  right: 0;
}
@media screen and (max-width: 768px) {
  /* line 226, ../scss/_always.scss */
  .always #contents .scene1995 .thumb {
    width: 80%;
    margin-left: 8%;
  }
}
/* line 237, ../scss/_always.scss */
.always #contents .scene1995 .textarea {
  width: 630px;
  text-align: right;
  margin-right: 90px;
  left: -20px;
}
/* line 242, ../scss/_always.scss */
.always #contents .scene1995 .textarea.fade {
  left: 0;
}
@media screen and (max-width: 768px) {
  /* line 237, ../scss/_always.scss */
  .always #contents .scene1995 .textarea {
    width: 100%;
    margin-right: 0;
    text-align: left;
  }
}
/* line 250, ../scss/_always.scss */
.always #contents .scene1995 .textarea p {
  text-align: left;
}
/* line 257, ../scss/_always.scss */
.always #contents .scene2003 .thumb {
  width: 375px;
  margin-right: 70px;
  left: -20px;
}
/* line 261, ../scss/_always.scss */
.always #contents .scene2003 .thumb.fade {
  left: 0;
}
@media screen and (max-width: 768px) {
  /* line 257, ../scss/_always.scss */
  .always #contents .scene2003 .thumb {
    width: 80%;
    margin-left: 6%;
    margin-right: 0;
  }
}
/* line 270, ../scss/_always.scss */
.always #contents .scene2003 .textarea {
  width: 630px;
  right: -20px;
}
/* line 273, ../scss/_always.scss */
.always #contents .scene2003 .textarea.fade {
  right: 0;
}
@media screen and (max-width: 768px) {
  /* line 270, ../scss/_always.scss */
  .always #contents .scene2003 .textarea {
    width: 100%;
  }
}
/* line 282, ../scss/_always.scss */
.always #contents .scene2009 {
  flex-flow: row-reverse;
}
/* line 284, ../scss/_always.scss */
.always #contents .scene2009 .thumb {
  width: 660px;
  right: -20px;
}
/* line 287, ../scss/_always.scss */
.always #contents .scene2009 .thumb.fade {
  right: 0;
}
@media screen and (max-width: 768px) {
  /* line 284, ../scss/_always.scss */
  .always #contents .scene2009 .thumb {
    width: 100%;
  }
}
/* line 294, ../scss/_always.scss */
.always #contents .scene2009 .textarea {
  width: 510px;
  margin-right: 70px;
  left: -20px;
}
/* line 298, ../scss/_always.scss */
.always #contents .scene2009 .textarea.fade {
  left: 0;
}
@media screen and (max-width: 768px) {
  /* line 294, ../scss/_always.scss */
  .always #contents .scene2009 .textarea {
    width: 100%;
    margin-right: 0;
  }
}
/* line 308, ../scss/_always.scss */
.always #contents .scene2018 {
  max-width: 1000px;
}
/* line 310, ../scss/_always.scss */
.always #contents .scene2018 .thumb {
  width: 415px;
  left: -20px;
}
/* line 313, ../scss/_always.scss */
.always #contents .scene2018 .thumb.fade {
  left: 0;
}
@media screen and (max-width: 768px) {
  /* line 310, ../scss/_always.scss */
  .always #contents .scene2018 .thumb {
    width: 80%;
    margin-left: 8%;
  }
}
/* line 321, ../scss/_always.scss */
.always #contents .scene2018 .textarea {
  width: 440px;
  right: -20px;
}
/* line 324, ../scss/_always.scss */
.always #contents .scene2018 .textarea.fade {
  right: 0;
}
@media screen and (max-width: 768px) {
  /* line 321, ../scss/_always.scss */
  .always #contents .scene2018 .textarea {
    width: 100%;
    padding: 0 8%;
  }
}

/********************************
top
********************************/
/* line 9, ../scss/_evolution.scss */
.evolution #contents .first--view {
  width: 100vw;
  height: 100%;
  background: url(../img/evolution/bg_mainvisual.jpg) center 0 no-repeat;
  background-size: cover;
}
/* line 14, ../scss/_evolution.scss */
.evolution #contents .first--view .nameArea {
  background-color: #1d2088;
  position: absolute;
  right: 0;
  bottom: 70px;
  width: 300px;
  padding: 12px 0 12px 36px;
  z-index: 10;
  color: #fff;
}
@media screen and (max-width: 768px) {
  /* line 14, ../scss/_evolution.scss */
  .evolution #contents .first--view .nameArea {
    display: none;
  }
}
/* line 26, ../scss/_evolution.scss */
.evolution #contents .first--view .nameArea .name {
  font-size: 34px;
  font-family: 'SourceHanSerif ExtraLight';
  display: block;
  line-height: 1;
  margin-bottom: 12px;
}
/* line 33, ../scss/_evolution.scss */
.evolution #contents .first--view .nameArea .post {
  font-size: 14px;
  font-family: 'SourceHanSerif ExtraLight';
  display: block;
  line-height: 1;
  line-height : 1.4;
}
/* line 40, ../scss/_evolution.scss */
.evolution #contents .first--view .thumb {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  /* line 40, ../scss/_evolution.scss */
  .evolution #contents .first--view .thumb {
    position: static;
  }
}
/* line 49, ../scss/_evolution.scss */
.evolution #contents .first--view .thumb .copy {
  position: absolute;
  top: 60px;
  left: 50%;
  z-index: 9;
  margin-left: -370px;
}
/* line 56, ../scss/_evolution.scss */
.evolution #contents .first--view .thumb .person {
  position: absolute;
  bottom: 0;
  right: 5%;
  z-index: 2;
}
/* line 62, ../scss/_evolution.scss */
.evolution #contents .first--view .thumb:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -460px;
  max-width: 780px;
  height: 85%;
  width: 100%;
  background-image: -moz-linear-gradient(45deg, #030000 0%, #00a0e9 0%, #1d2088 100%);
  background-image: -webkit-linear-gradient(45deg, #030000 0%, #00a0e9 0%, #1d2088 100%);
  background-image: -ms-linear-gradient(45deg, #030000 0%, #00a0e9 0%, #1d2088 100%);
}
@media screen and (max-width: 768px) {
  /* line 62, ../scss/_evolution.scss */
  .evolution #contents .first--view .thumb:after {
    display: none;
  }
}
/* line 81, ../scss/_evolution.scss */
.evolution #contents .evolutionArea {
  background: url(../img/evolution/line.png) center 0 no-repeat;
}
@media screen and (max-width: 768px) {
  /* line 81, ../scss/_evolution.scss */
  .evolution #contents .evolutionArea {
    position: static;
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  /* line 91, ../scss/_evolution.scss */
  .evolution #contents .evolutionArea--group {
    position: static;
    height: auto;
  }
}
/* line 102, ../scss/_evolution.scss */
.evolution #contents .evolutionArea--block {
  height: 100vh;
}
@media screen and (max-width: 768px) {
  /* line 102, ../scss/_evolution.scss */
  .evolution #contents .evolutionArea--block {
    position: static;
    height: auto;
    opacity: 1;
  }
}
/* line 114, ../scss/_evolution.scss */
.evolution #contents .evolutionArea--block.fade {
  opacity: 1;
}
/* line 118, ../scss/_evolution.scss */
.evolution #contents .evolutionArea--block#evolution02 .evolutionArea--screen {
  background: url(../img/evolution/bg_evolution01.jpg) center 0 no-repeat;
  background-size: cover;
}
/* line 122, ../scss/_evolution.scss */
.evolution #contents .evolutionArea--block#evolution02 .evolutionArea--box {
  margin-left: -500px;
}
@media screen and (max-width: 768px) {
  /* line 122, ../scss/_evolution.scss */
  .evolution #contents .evolutionArea--block#evolution02 .evolutionArea--box {
    margin-left: 0;
    padding-top: 14%;
  }
}
/* line 131, ../scss/_evolution.scss */
.evolution #contents .evolutionArea--block#evolution03 .evolutionArea--screen {
  background: url(../img/evolution/bg_evolution02.jpg) center 0 no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  /* line 131, ../scss/_evolution.scss */
  .evolution #contents .evolutionArea--block#evolution03 .evolutionArea--screen {
    background: transparent;
  }
}
@media screen and (max-width: 768px) {
  /* line 130, ../scss/_evolution.scss */
  .evolution #contents .evolutionArea--block#evolution03 {
    background: #0093eb;
  }
}
/* line 141, ../scss/_evolution.scss */
.evolution #contents .evolutionArea--block#evolution03 .evolutionArea--bgimg {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  /* line 141, ../scss/_evolution.scss */
  .evolution #contents .evolutionArea--block#evolution03 .evolutionArea--bgimg {
    margin-bottom: 0;
  }
}
/* line 147, ../scss/_evolution.scss */
.evolution #contents .evolutionArea--block#evolution03 .evolutionArea--box {
  max-width: 800px;
  width: 100%;
  margin-left: -400px;
  padding: 0 80px;
  background-color: #0093eb;
}
@media screen and (max-width: 768px) {
  /* line 147, ../scss/_evolution.scss */
  .evolution #contents .evolutionArea--block#evolution03 .evolutionArea--box {
    position: static;
    margin-left: 0;
    padding: 30px 4% 50px;
  }
}
/* line 161, ../scss/_evolution.scss */
.evolution #contents .evolutionArea--block#evolution04 .evolutionArea--screen {
  background: url(../img/evolution/bg_evolution03.jpg) center 0 no-repeat;
  background-size: cover;
}
/* line 165, ../scss/_evolution.scss */
.evolution #contents .evolutionArea--block#evolution04 .evolutionArea--box {
  margin-left: -500px;
}
@media screen and (max-width: 768px) {
  /* line 165, ../scss/_evolution.scss */
  .evolution #contents .evolutionArea--block#evolution04 .evolutionArea--box {
    margin-left: 0;
    padding-top: 65%;
  }
}
/* line 174, ../scss/_evolution.scss */
.evolution #contents .evolutionArea--block#evolution05 .evolutionArea--screen {
  background: url(../img/evolution/bg_evolution04.jpg) center 0 no-repeat;
  background-size: cover;
}
/* line 178, ../scss/_evolution.scss */
.evolution #contents .evolutionArea--block#evolution05 .evolutionArea--box {
  max-width: 800px;
  width: 100%;
  margin-left: -400px;
  padding: 0 80px;
  background-color: rgba(40, 109, 186, 0.8);
}
@media screen and (max-width: 768px) {
  /* line 178, ../scss/_evolution.scss */
  .evolution #contents .evolutionArea--block#evolution05 .evolutionArea--box {
    margin-left: 0;
    padding: 45% 4% 0;
    background-color: transparent;
  }
}
/* line 192, ../scss/_evolution.scss */
.evolution #contents .evolutionArea--block#evolution06 .evolutionArea--screen {
  background: url(../img/evolution/bg_evolution05.jpg) center 0 no-repeat;
  background-size: cover;
}
/* line 196, ../scss/_evolution.scss */
.evolution #contents .evolutionArea--block#evolution06 .evolutionArea--box {
  margin-left: -500px;
  width: 750px;
}
@media screen and (max-width: 768px) {
  /* line 196, ../scss/_evolution.scss */
  .evolution #contents .evolutionArea--block#evolution06 .evolutionArea--box {
    width: 100%;
    margin-left: 0;
    padding-top: 65%;
  }
}
/* line 204, ../scss/_evolution.scss */
.evolution #contents .evolutionArea--block#evolution06 .evolutionArea--box .inner {
  background-color: rgba(0, 102, 162, 0.9);
  padding: 50px 30px;
}
@media screen and (max-width: 768px) {
  /* line 204, ../scss/_evolution.scss */
  .evolution #contents .evolutionArea--block#evolution06 .evolutionArea--box .inner {
    background-color: transparent;
    padding: 0;
  }
}
/* line 218, ../scss/_evolution.scss */
.evolution #contents .evolutionArea--screen {
  position: relative;
  height: 100%;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  /* line 218, ../scss/_evolution.scss */
  .evolution #contents .evolutionArea--screen {
    position: static;
    transform: translate(0, 0) scale(1);
    height: auto;
  }
  /* line 233, ../scss/_evolution.scss */
  .evolution #contents .evolutionArea--screen#footer {
    height: auto;
  }
}
/* line 237, ../scss/_evolution.scss */
.evolution #contents .evolutionArea--screen.fade {
  transform: translate(0, 0);
}
/* line 239, ../scss/_evolution.scss */
.evolution #contents .evolutionArea--screen.fade p {
  opacity: 1;
}
/* line 247, ../scss/_evolution.scss */
.evolution #contents .evolutionArea--box {
  position: absolute;
  top: 0;
  left: 50%;
  color: #fff;
  width: 650px;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-flow: column;
}
@media screen and (max-width: 768px) {
  /* line 247, ../scss/_evolution.scss */
  .evolution #contents .evolutionArea--box {
    width: 100%;
    top: 0;
    left: 0;
    padding: 0 4%;
    display: block;
  }
}
/* line 264, ../scss/_evolution.scss */
.evolution #contents .evolutionArea--box h4 {
  font-size: 38px;
  font-family: 'SourceHanSerif regular';
  line-height: 1.263;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  /* line 264, ../scss/_evolution.scss */
  .evolution #contents .evolutionArea--box h4 {
    font-size: 20px;
    margin-bottom: 20px;
    line-height: 1.5;
  }
}
/* line 275, ../scss/_evolution.scss */
.evolution #contents .evolutionArea--box p {
  font-size: 16px;
  line-height: 2.5;
}
@media screen and (max-width: 768px) {
  /* line 275, ../scss/_evolution.scss */
  .evolution #contents .evolutionArea--box p {
    font-size: 12px;
    line-height: 1.75;
  }
}

/********************************
staff
********************************/
/********************************
共通
********************************/
/* line 12, ../scss/_staff.scss */
.staff .first--view {
  position: relative;
  width: 100%;
}
/* line 15, ../scss/_staff.scss */
.staff .first--view .main {
  width: 100%;
}
/* line 18, ../scss/_staff.scss */
.staff .first--view .name--area {
  position: absolute;
  bottom: 150px;
  width: 300px;
  padding: 3px 0 9px 30px;
  background-color: #1d2088;
  color: #fff;
}
/* line 25, ../scss/_staff.scss */
.staff .first--view .name--area.right {
  right: 0;
}
/* line 28, ../scss/_staff.scss */
.staff .first--view .name--area.left {
  left: 0;
}
/* line 31, ../scss/_staff.scss */
.staff .first--view .name--area .name {
  font-size: 32px;
  font-family: 'SourceHanSerif regular';
  display: block;
}
/* line 36, ../scss/_staff.scss */
.staff .first--view .name--area .post {
  font-size: 14px;
  font-family: 'SourceHanSerif regular';
}
/* line 41, ../scss/_staff.scss */
.staff .first--view .scroll {
  position: absolute;
  bottom: 0;
  left: 50%;
}
/* line 48, ../scss/_staff.scss */
.staff .movie--area {
  height: 600px;
}
@media screen and (max-width: 768px) {
  /* line 48, ../scss/_staff.scss */
  .staff .movie--area {
    height: 280px;
  }
}
/* line 53, ../scss/_staff.scss */
.staff .movie--area .inner {
  -webkit-transform: skewY(6deg) translateY(-50%);
  transform: skewY(6deg) translateY(-50%);
  overflow: hidden;
  height: 400px;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
}
@media screen and (max-width: 768px) {
  /* line 53, ../scss/_staff.scss */
  .staff .movie--area .inner {
    height: 160px;
  }
}
/* line 66, ../scss/_staff.scss */
.staff .movie--area #video {
  position: relative;
  width: 100%;
  -webkit-transform: skewY(-6deg) translateY(-18%);
  transform: skewY(-6deg) translateY(-18%);
}
@media screen and (max-width: 768px) {
  /* line 66, ../scss/_staff.scss */
  .staff .movie--area #video {
    transform: skewY(-6deg) translateY(-10%);
  }
}
/* line 76, ../scss/_staff.scss */
.staff .bg--hatching {
  position: relative;
}
/* line 78, ../scss/_staff.scss */
.staff .bg--hatching:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/common/movie_bg_underpage.png);
  width: 100%;
  height: 100%;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  /* line 78, ../scss/_staff.scss */
  .staff .bg--hatching:before {
    background: url(../img/common/movie_bg_underpage.png);
    background-size: 2px;
  }
}

/********************************
REASON WHY IS… , PLAY 1,000,000,000YEN , OF COURSE YES!
********************************/
/* line 100, ../scss/_staff.scss */
.staff--type1 .first--view.reason {
  background: url(../img/staff/reason/mainvisual.jpg) 0 0 no-repeat;
  background-size: cover;
}
/* line 104, ../scss/_staff.scss */
.staff--type1 .first--view.play {
  background: url(../img/staff/play/mainvisual.jpg) 0 0 no-repeat;
  background-size: cover;
}
/* line 108, ../scss/_staff.scss */
.staff--type1 .first--view.ofcourse {
  background: url(../img/staff/ofcourse/mainvisual.jpg) 0 0 no-repeat;
  background-size: cover;
}
/* line 114, ../scss/_staff.scss */
.staff--type1 .profile {
  background-color: #008be5;
}
@media screen and (max-width: 768px) {
  /* line 114, ../scss/_staff.scss */
  .staff--type1 .profile {
    padding: 30px 4%;
  }
}
/* line 119, ../scss/_staff.scss */
.staff--type1 .profile--inner {
  max-width: 1000px;
  margin: auto;
  padding: 90px 0;
  display: flex;
}
@media screen and (max-width: 768px) {
  /* line 119, ../scss/_staff.scss */
  .staff--type1 .profile--inner {
    padding: 0;
    margin-bottom: 10px;
    align-items: center;
  }
}
/* line 130, ../scss/_staff.scss */
.staff--type1 .profile--thumb {
  width: 200px;
  margin-right: 50px;
}
@media screen and (max-width: 768px) {
  /* line 130, ../scss/_staff.scss */
  .staff--type1 .profile--thumb {
    width: 26.7%;
    margin: 0 24px 0 0;
  }
}
/* line 138, ../scss/_staff.scss */
.staff--type1 .profile--text {
  max-width: 750px;
  color: #fff;
}
/* line 141, ../scss/_staff.scss */
.staff--type1 .profile--text .flex {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  /* line 141, ../scss/_staff.scss */
  .staff--type1 .profile--text .flex {
    flex-flow: column;
    align-items: start;
    margin-bottom: 0;
  }
}
/* line 151, ../scss/_staff.scss */
.staff--type1 .profile--text .flex h3 {
  font-size: 4.5rem;
  font-family: 'LeagueGothic-Regular';
  line-height: 1em;
  margin-right: 30px;
}
@media screen and (max-width: 768px) {
  /* line 151, ../scss/_staff.scss */
  .staff--type1 .profile--text .flex h3 {
    font-size: 50px;
  }
}
/* line 160, ../scss/_staff.scss */
.staff--type1 .profile--text .flex span {
  font-size: 22px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  /* line 160, ../scss/_staff.scss */
  .staff--type1 .profile--text .flex span {
    font-size: 13px;
  }
}
/* line 168, ../scss/_staff.scss */
.staff--type1 .profile--text p {
  line-height: 2em;
}
@media screen and (max-width: 768px) {
  /* line 174, ../scss/_staff.scss */
  .staff--type1 .profile p.sp {
    font-size: 11px;
    line-height: 1.91em;
  }
}
/* line 182, ../scss/_staff.scss */
.staff--type1 .prologue {
  text-align: center;
  color: #100964;
  padding: 80px 0 120px;
}
@media screen and (max-width: 768px) {
  /* line 182, ../scss/_staff.scss */
  .staff--type1 .prologue {
    padding: 40px 0 50px;
  }
}
/* line 189, ../scss/_staff.scss */
.staff--type1 .prologue h3 {
  font-size: 50px;
  font-family: 'LeagueGothic-Regular';
  -ms-font-feature-settings: "normal";
  line-height: 1;
  margin-bottom: 45px;
}
@media screen and (max-width: 768px) {
  /* line 189, ../scss/_staff.scss */
  .staff--type1 .prologue h3 {
    font-size: 25px;
    margin-bottom: 20px;
  }
}
/* line 200, ../scss/_staff.scss */
.staff--type1 .prologue p {
  font-size: 16px;
  line-height: 2.625em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  /* line 200, ../scss/_staff.scss */
  .staff--type1 .prologue p {
    font-size: 12px;
    line-height: 1.833em;
    padding: 0 4%;
    text-align: left;
  }
}
/* line 213, ../scss/_staff.scss */
.staff--type1 .episode--outline {
  background-color: #008be5;
  padding-bottom: 90px;
}
/* line 218, ../scss/_staff.scss */
.staff--type1 .episode {
  position: relative;
}
@media screen and (max-width: 768px) {
  /* line 218, ../scss/_staff.scss */
  .staff--type1 .episode {
    padding: 0 4%;
  }
}
/* line 223, ../scss/_staff.scss */
.staff--type1 .episode p {
  font-size: 16px;
  line-height: 2.625em;
}
@media screen and (max-width: 768px) {
  /* line 223, ../scss/_staff.scss */
  .staff--type1 .episode p {
    font-size: 12px;
    line-height: 1.833em;
  }
}
/* line 232, ../scss/_staff.scss */
.staff--type1 .episode#episode01 .episode--inner {
  border-bottom: 1px solid #fff;
  padding: 0 0 60px;
  margin: 0 auto 80px;
}
/* line 239, ../scss/_staff.scss */
.staff--type1 .episode#episode02 .episode--inner {
  max-width: 1100px;
  position: relative;
  left: 50px;
}
@media screen and (max-width: 768px) {
  /* line 239, ../scss/_staff.scss */
  .staff--type1 .episode#episode02 .episode--inner {
    left: 0;
  }
}
/* line 246, ../scss/_staff.scss */
.staff--type1 .episode#episode02 .episode--inner .flex--text--thumb {
  align-items: center;
}
@media screen and (max-width: 768px) {
  /* line 249, ../scss/_staff.scss */
  .staff--type1 .episode#episode02 .episode--inner .thumb {
    margin-bottom: 30px;
  }
}
/* line 254, ../scss/_staff.scss */
.staff--type1 .episode#episode02 .episode--inner .textarea {
  max-width: 700px;
}
/* line 256, ../scss/_staff.scss */
.staff--type1 .episode#episode02 .episode--inner .textarea p {
  width: 100%;
  max-width: 100%;
}
/* line 263, ../scss/_staff.scss */
.staff--type1 .episode#episode03 {
  height: 890px;
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  /* line 263, ../scss/_staff.scss */
  .staff--type1 .episode#episode03 {
    padding: 0;
    margin-bottom: 0;
    height: auto;
  }
}
/* line 273, ../scss/_staff.scss */
.staff--type1 .episode#episode03 .movie--area {
  position: relative;
}
/* line 275, ../scss/_staff.scss */
.staff--type1 .episode#episode03 .movie--area video {
  width: 100%;
}
/* line 279, ../scss/_staff.scss */
.staff--type1 .episode#episode03 .episode--inner {
  max-width: 1100px;
  width: 100%;
  margin: auto;
  position: absolute;
  top: 310px;
  left: 250px;
  z-index: 2;
}
@media screen and (max-width: 1400px) {
  /* line 279, ../scss/_staff.scss */
  .staff--type1 .episode#episode03 .episode--inner {
    left: auto;
    right: 0;
  }
}
@media screen and (max-width: 768px) {
  /* line 279, ../scss/_staff.scss */
  .staff--type1 .episode#episode03 .episode--inner {
    position: relative;
    top: 0;
    left: 0;
    padding: 0 4%;
  }
}
/* line 297, ../scss/_staff.scss */
.staff--type1 .episode#episode03 .episode--inner p {
  max-width: 842px;
  margin-bottom: 80px;
  padding-bottom: 60px;
  border-bottom: 1px solid #fff;
  position: relative;
  left: 260px;
}
@media screen and (max-width: 1400px) {
  /* line 297, ../scss/_staff.scss */
  .staff--type1 .episode#episode03 .episode--inner p {
    left: auto;
    right: 4%;
    position: absolute;
  }
}
@media screen and (max-width: 768px) {
  /* line 297, ../scss/_staff.scss */
  .staff--type1 .episode#episode03 .episode--inner p {
    position: relative;
    left: 0;
    right: auto;
    margin-bottom: 40px;
    padding-bottom: 30px;
  }
}
/* line 318, ../scss/_staff.scss */
.staff--type1 .episode#episode03 .episode--lbltext {
  position: relative;
  left: 0;
}
@media screen and (max-width: 1400px) {
  /* line 326, ../scss/_staff.scss */
  .staff--type1 .episode#episode04 .episode--inner .flex--text--thumb {
    align-items: center;
  }
}
/* line 332, ../scss/_staff.scss */
.staff--type1 .episode#episode04 .textarea {
  width: 405px;
}
@media screen and (max-width: 768px) {
  /* line 332, ../scss/_staff.scss */
  .staff--type1 .episode#episode04 .textarea {
    width: 100%;
  }
}
/* line 338, ../scss/_staff.scss */
.staff--type1 .episode#episode04 .thumb {
  position: relative;
  right: 50%;
  margin-right: -700px;
  width: 700px;
}
/* line 343, ../scss/_staff.scss */
.staff--type1 .episode#episode04 .thumb.reserve {
  right: auto;
  left: 50%;
  margin-left: -700px;
}
@media screen and (max-width: 1000px) {
  /* line 338, ../scss/_staff.scss */
  .staff--type1 .episode#episode04 .thumb {
    width: 50%;
    right: 0;
    margin-right: 0;
  }
  /* line 352, ../scss/_staff.scss */
  .staff--type1 .episode#episode04 .thumb.reserve {
    right: auto;
    left: 0;
    margin-left: 0;
  }
}
@media screen and (max-width: 768px) {
  /* line 338, ../scss/_staff.scss */
  .staff--type1 .episode#episode04 .thumb {
    width: 100%;
  }
  /* line 360, ../scss/_staff.scss */
  .staff--type1 .episode#episode04 .thumb.reserve {
    right: 0;
    left: 0;
    margin-left: 0;
  }
}
/* line 368, ../scss/_staff.scss */
.staff--type1 .episode--lbltext {
  position: relative;
  top: -60px;
  left: 50px;
}
@media screen and (max-width: 768px) {
  /* line 368, ../scss/_staff.scss */
  .staff--type1 .episode--lbltext {
    top: -30px;
    left: 0;
  }
}
/* line 376, ../scss/_staff.scss */
.staff--type1 .episode--lbltext.center {
  text-align: center;
}
/* line 380, ../scss/_staff.scss */
.staff--type1 .episode--inner {
  max-width: 1000px;
  margin: auto;
  color: #fff;
}
/* line 384, ../scss/_staff.scss */
.staff--type1 .episode--inner .middle--head {
  font-size: 34px;
  font-family: 'SourceHanSerif regular';
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  /* line 384, ../scss/_staff.scss */
  .staff--type1 .episode--inner .middle--head {
    font-size: 19px;
  }
}
/* line 392, ../scss/_staff.scss */
.staff--type1 .episode--inner .flex--text--thumb {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
/* line 396, ../scss/_staff.scss */
.staff--type1 .episode--inner .flex--text--thumb.reverse {
  flex-flow: row-reverse;
  align-items: center;
}
@media screen and (max-width: 768px) {
  /* line 392, ../scss/_staff.scss */
  .staff--type1 .episode--inner .flex--text--thumb {
    display: block;
  }
}
/* line 403, ../scss/_staff.scss */
.staff--type1 .episode--inner .flex--text--thumb p {
  max-width: 600px;
}
/* line 410, ../scss/_staff.scss */
.staff--type1 .future {
  background-color: #050098;
  margin-bottom: -12px;
  position: relative;
}
@media screen and (max-width: 768px) {
  /* line 410, ../scss/_staff.scss */
  .staff--type1 .future {
    height: auto;
    margin-bottom: 0;
  }
}
/* line 418, ../scss/_staff.scss */
.staff--type1 .future--inner {
  max-width: 1000px;
  margin: auto;
  position: relative;
}
/* line 423, ../scss/_staff.scss */
.staff--type1 .future--thumb {
  position: relative;
  top: -12px;
  left: 50%;
  margin-left: -560px;
}
/* line 428, ../scss/_staff.scss */
.staff--type1 .future--thumb.ofcourse {
  left: 0;
  margin-left: 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  /* line 423, ../scss/_staff.scss */
  .staff--type1 .future--thumb {
    top: -12px;
    left: 0;
    margin-left: 0;
  }
}
/* line 439, ../scss/_staff.scss */
.staff--type1 .future--text {
  position: absolute;
  top: 104px;
  left: 50%;
  width: 600px;
  color: #fff;
}
/* line 445, ../scss/_staff.scss */
.staff--type1 .future--text.play {
  left: 0;
}
@media screen and (max-width: 768px) {
  /* line 439, ../scss/_staff.scss */
  .staff--type1 .future--text {
    position: static;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #050098;
    padding: 30px 4%;
  }
}
/* line 456, ../scss/_staff.scss */
.staff--type1 .future--text h4 {
  font-size: 34px;
  font-family: 'SourceHanSerif regular';
  margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
  /* line 456, ../scss/_staff.scss */
  .staff--type1 .future--text h4 {
    font-size: 19px;
    margin-bottom: 16px;
  }
}
/* line 465, ../scss/_staff.scss */
.staff--type1 .future--text p {
  font-size: 16px;
  line-height: 2.625em;
}
@media screen and (max-width: 768px) {
  /* line 465, ../scss/_staff.scss */
  .staff--type1 .future--text p {
    font-size: 12px;
    line-height: 1.91em;
  }
}

/********************************
REAL FASHION , TARGET MARKETING , LADY GO!
********************************/
/* line 482, ../scss/_staff.scss */
.staff--type2 .first--view.realfashion {
  background: url(../img/staff/realfashion/mainvisual.jpg) 0 0 no-repeat;
  background-size: cover;
}
/* line 485, ../scss/_staff.scss */
.staff--type2 .first--view.realfashion h2 {
  position: absolute;
  top: 315px;
  left: 50%;
  margin-left: -485px;
}
@media screen and (max-width: 768px) {
  /* line 485, ../scss/_staff.scss */
  .staff--type2 .first--view.realfashion h2 {
    position: static;
    margin-left: 0;
  }
}
/* line 496, ../scss/_staff.scss */
.staff--type2 .first--view.lady {
  background: url(../img/staff/lady/mainvisual.jpg) 0 0 no-repeat;
  background-size: cover;
}
/* line 499, ../scss/_staff.scss */
.staff--type2 .first--view.lady h2 {
  position: absolute;
  top: 315px;
  left: 50%;
  margin-left: -485px;
}
@media screen and (max-width: 768px) {
  /* line 499, ../scss/_staff.scss */
  .staff--type2 .first--view.lady h2 {
    position: static;
    margin-left: 0;
  }
}
/* line 510, ../scss/_staff.scss */
.staff--type2 .first--view.target {
  background: url(../img/staff/target/mainvisual.jpg) 0 0 no-repeat;
  background-size: cover;
}
/* line 513, ../scss/_staff.scss */
.staff--type2 .first--view.target h2 {
  position: absolute;
  top: 315px;
  left: 50%;
  margin-left: -485px;
}
@media screen and (max-width: 768px) {
  /* line 513, ../scss/_staff.scss */
  .staff--type2 .first--view.target h2 {
    position: static;
    margin-left: 0;
  }
}
@media screen and (max-width: 768px) {
  /* line 526, ../scss/_staff.scss */
  .staff--type2 .profile {
    padding: 30px 4%;
  }
}
/* line 530, ../scss/_staff.scss */
.staff--type2 .profile--inner {
  max-width: 1000px;
  margin: auto;
  padding: 70px 0;
  display: flex;
}
@media screen and (max-width: 768px) {
  /* line 530, ../scss/_staff.scss */
  .staff--type2 .profile--inner {
    padding: 0;
    margin-bottom: 10px;
    align-items: center;
  }
}
/* line 541, ../scss/_staff.scss */
.staff--type2 .profile--thumb {
  width: 260px;
  margin: 0 50px;
}
@media screen and (max-width: 768px) {
  /* line 541, ../scss/_staff.scss */
  .staff--type2 .profile--thumb {
    width: 26.7%;
    margin: 0 24px 0 0;
  }
}
/* line 549, ../scss/_staff.scss */
.staff--type2 .profile--textarea {
  max-width: 672px;
  color: #05018c;
}
/* line 552, ../scss/_staff.scss */
.staff--type2 .profile--textarea .flex {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  /* line 552, ../scss/_staff.scss */
  .staff--type2 .profile--textarea .flex {
    flex-flow: column;
    align-items: start;
    margin-bottom: 0;
  }
}
/* line 561, ../scss/_staff.scss */
.staff--type2 .profile--textarea .flex h3 {
  font-size: 4.5rem;
  font-family: 'LeagueGothic-Regular';
  line-height: 1em;
  margin-right: 30px;
}
@media screen and (max-width: 768px) {
  /* line 561, ../scss/_staff.scss */
  .staff--type2 .profile--textarea .flex h3 {
    font-size: 50px;
  }
}
/* line 570, ../scss/_staff.scss */
.staff--type2 .profile--textarea .flex span {
  font-size: 22px;
  font-weight: bold;
  width: 170px;
}
@media screen and (max-width: 768px) {
  /* line 570, ../scss/_staff.scss */
  .staff--type2 .profile--textarea .flex span {
    font-size: 13px;
  }
}
/* line 579, ../scss/_staff.scss */
.staff--type2 .profile--textarea p {
  line-height: 2em;
}
@media screen and (max-width: 768px) {
  /* line 585, ../scss/_staff.scss */
  .staff--type2 .profile p.sp {
    font-size: 12px;
    line-height: 1.91em;
  }
}
/* line 593, ../scss/_staff.scss */
.staff--type2 .works {
  background: #0093ea;
  color: #fff;
  padding: 70px 0 210px;
}
/* line 597, ../scss/_staff.scss */
.staff--type2 .works.realfashion {
  background: #0093ea url(../img/staff/realfashion/bg_works.jpg) 0 -400px no-repeat;
}
/* line 600, ../scss/_staff.scss */
.staff--type2 .works.lady {
  background: #0093ea url(../img/staff/lady/bg_works.jpg) 0 -400px no-repeat;
}
/* line 603, ../scss/_staff.scss */
.staff--type2 .works.target {
  background: #0093ea url(../img/staff/target/bg_works.jpg) 0 -400px no-repeat;
}
@media screen and (max-width: 768px) {
  /* line 593, ../scss/_staff.scss */
  .staff--type2 .works {
    padding: 60px 0 65px;
  }
  /* line 608, ../scss/_staff.scss */
  .staff--type2 .works.realfashion {
    background: #0089e2 url(../img/staff/realfashion/sp_bg_work.jpg) 0 0 no-repeat;
    background-size: 100%;
  }
  /* line 612, ../scss/_staff.scss */
  .staff--type2 .works.lady {
    background: #0089e2 url(../img/staff/lady/sp_bg_work.jpg) 0 0 no-repeat;
    background-size: 100%;
  }
  /* line 616, ../scss/_staff.scss */
  .staff--type2 .works.target {
    background: #0089e2 url(../img/staff/target/sp_bg_work.jpg) 0 0 no-repeat;
    background-size: 100%;
  }
}
/* line 622, ../scss/_staff.scss */
.staff--type2 .works--textarea {
  max-width: 682px;
  margin: auto;
  position: relative;
  left: 160px;
}
@media screen and (max-width: 768px) {
  /* line 622, ../scss/_staff.scss */
  .staff--type2 .works--textarea {
    padding: 0 2% 0 24%;
    left: 0;
  }
}
/* line 631, ../scss/_staff.scss */
.staff--type2 .works--textarea .middle--head {
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  /* line 631, ../scss/_staff.scss */
  .staff--type2 .works--textarea .middle--head {
    margin-bottom: 16px;
  }
}
/* line 636, ../scss/_staff.scss */
.staff--type2 .works--textarea .middle--head span {
  font-size: 34px;
  font-family: 'SourceHanSerif regular';
}
@media screen and (max-width: 768px) {
  /* line 636, ../scss/_staff.scss */
  .staff--type2 .works--textarea .middle--head span {
    font-size: 18px;
  }
}
/* line 644, ../scss/_staff.scss */
.staff--type2 .works--textarea p {
  font-size: 16px;
  line-height: 2.25em;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  /* line 644, ../scss/_staff.scss */
  .staff--type2 .works--textarea p {
    font-size: 12px;
    margin-bottom: 40px;
  }
}
/* line 653, ../scss/_staff.scss */
.staff--type2 .works--textarea .notes {
  font-size: 13px;
}
@media screen and (max-width: 768px) {
  /* line 653, ../scss/_staff.scss */
  .staff--type2 .works--textarea .notes {
    font-size: 9px;
  }
}
/* line 662, ../scss/_staff.scss */
.staff--type2 .thought {
  background-color: #060099;
}
/* line 664, ../scss/_staff.scss */
.staff--type2 .thought--inner {
  max-width: 1100px;
  margin: auto;
  color: #fff;
  position: relative;
}
/* line 669, ../scss/_staff.scss */
.staff--type2 .thought--inner p {
  width: 340px;
  font-size: 16px;
  line-height: 2.125em;
  padding: 110px 0 90px;
}
@media screen and (max-width: 1000px) {
  /* line 669, ../scss/_staff.scss */
  .staff--type2 .thought--inner p {
    width: 100%;
    font-size: 12px;
    line-height: 1.75em;
    padding: 230px 4% 40px;
  }
}
/* line 681, ../scss/_staff.scss */
.staff--type2 .thought--inner .movie {
  width: 872px;
  height: 690px;
  position: absolute;
  top: -60px;
  right: -150px;
  overflow: hidden;
}
@media screen and (max-width: 1400px) {
  /* line 681, ../scss/_staff.scss */
  .staff--type2 .thought--inner .movie {
    width: 62.28%;
    right: 0;
  }
}
@media screen and (max-width: 1000px) {
  /* line 681, ../scss/_staff.scss */
  .staff--type2 .thought--inner .movie {
    width: 77.3%;
    height: 230px;
    top: -30px;
    right: 0;
    overflow: inherit;
  }
}
/* line 700, ../scss/_staff.scss */
.staff--type2 .thought--inner .movie h3 {
  position: absolute;
  left: 0;
  bottom: 120px;
  z-index: 99;
  font-size: 50px;
  font-family: 'SourceHanSerif regular';
  background-color: rgba(5, 0, 122, 0.8);
}
/* line 709, ../scss/_staff.scss */
.staff--type2 .thought--inner .movie h3.target {
  font-size: 38px;
}
@media screen and (max-width: 1000px) {
  /* line 700, ../scss/_staff.scss */
  .staff--type2 .thought--inner .movie h3 {
    font-size: 25px;
    width: 113%;
    left: -16.7%;
    bottom: 40px;
  }
  /* line 717, ../scss/_staff.scss */
  .staff--type2 .thought--inner .movie h3.target {
    font-size: 18px;
  }
}
/* line 722, ../scss/_staff.scss */
.staff--type2 .thought--inner .movie #video {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
@media screen and (max-width: 1000px) {
  /* line 722, ../scss/_staff.scss */
  .staff--type2 .thought--inner .movie #video {
    width: auto;
  }
}
/* line 737, ../scss/_staff.scss */
.staff--type2 .mission--inner {
  max-width: 1400px;
  margin: auto;
  display: flex;
}
@media screen and (max-width: 768px) {
  /* line 737, ../scss/_staff.scss */
  .staff--type2 .mission--inner {
    display: block;
  }
}
/* line 745, ../scss/_staff.scss */
.staff--type2 .mission--thumb {
  max-width: 632px;
}
/* line 748, ../scss/_staff.scss */
.staff--type2 .mission--text {
  max-width: 767px;
}
/* line 750, ../scss/_staff.scss */
.staff--type2 .mission--text .middle--head {
  font-size: 34px;
  line-height: 168px;
  padding-left: 62px;
  font-family: 'SourceHanSerif regular';
  color: #fff;
  margin-bottom: 56px;
}
@media screen and (max-width: 1400px) {
  /* line 750, ../scss/_staff.scss */
  .staff--type2 .mission--text .middle--head {
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 768px) {
  /* line 750, ../scss/_staff.scss */
  .staff--type2 .mission--text .middle--head {
    margin-bottom: 16px;
  }
}
/* line 764, ../scss/_staff.scss */
.staff--type2 .mission--text p {
  padding: 0 190px 0 62px;
  font-size: 16px;
  line-height: 2.125em;
  color: #232256;
}
@media screen and (max-width: 1400px) {
  /* line 764, ../scss/_staff.scss */
  .staff--type2 .mission--text p {
    padding: 0 4.64%;
  }
}
@media screen and (max-width: 768px) {
  /* line 764, ../scss/_staff.scss */
  .staff--type2 .mission--text p {
    padding: 20px 4%;
    font-size: 12px;
    line-height: 1.91em;
  }
}
/* line 781, ../scss/_staff.scss */
.staff--type2 .future {
  background-color: #060099;
}
/* line 783, ../scss/_staff.scss */
.staff--type2 .future--inner {
  max-width: 1100px;
  margin: auto;
  position: relative;
  padding: 110px 0 100px;
}
@media screen and (max-width: 768px) {
  /* line 783, ../scss/_staff.scss */
  .staff--type2 .future--inner {
    padding: 0;
  }
}
/* line 792, ../scss/_staff.scss */
.staff--type2 .future--thumb {
  position: absolute;
  bottom: -10px;
  right: -160px;
}
@media screen and (max-width: 768px) {
  /* line 792, ../scss/_staff.scss */
  .staff--type2 .future--thumb {
    position: static;
  }
}
/* line 800, ../scss/_staff.scss */
.staff--type2 .future--text {
  max-width: 660px;
  color: #fff;
  position: relative;
}
@media screen and (max-width: 768px) {
  /* line 800, ../scss/_staff.scss */
  .staff--type2 .future--text {
    position: static;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #060099;
    padding: 30px 4%;
  }
}
/* line 812, ../scss/_staff.scss */
.staff--type2 .future--text .middle--head {
  font-size: 32px;
  font-family: 'SourceHanSerif regular';
  margin-bottom: 34px;
}
@media screen and (max-width: 768px) {
  /* line 812, ../scss/_staff.scss */
  .staff--type2 .future--text .middle--head {
    font-size: 19px;
    margin-bottom: 16px;
  }
}
/* line 821, ../scss/_staff.scss */
.staff--type2 .future--text p {
  font-size: 16px;
  line-height: 2.5em;
}
@media screen and (max-width: 768px) {
  /* line 821, ../scss/_staff.scss */
  .staff--type2 .future--text p {
    font-size: 12px;
    line-height: 1.91em;
  }
}

/********************************
MESSAGE IN HEART , ARE YOU READY?
********************************/
/* line 838, ../scss/_staff.scss */
.staff--type3 .first--view.message {
  background: url(../img/staff/message/mainvisual.jpg) 0 0 no-repeat;
  background-size: cover;
}
@media screen and (min-width: 769px) {
  /* line 841, ../scss/_staff.scss */
  .staff--type3 .first--view.message h2 {
    position: absolute;
    top: 200px;
    left: 50%;
    margin-left: -500px;
  }
}
/* line 851, ../scss/_staff.scss */
.staff--type3 .first--view.areyouready {
  background: url(../img/staff/areyouready/mainvisual.jpg) 0 0 no-repeat;
  background-size: cover;
}
@media screen and (min-width: 769px) {
  /* line 854, ../scss/_staff.scss */
  .staff--type3 .first--view.areyouready h2 {
    position: absolute;
    top: 200px;
    left: 50%;
    margin-left: 200px;
  }
}
/* line 865, ../scss/_staff.scss */
.staff--type3 .prologue {
  background-color: #060099;
  text-align: center;
  padding: 90px 0;
  color: #fff;
}
@media screen and (max-width: 768px) {
  /* line 865, ../scss/_staff.scss */
  .staff--type3 .prologue {
    padding: 50px 0 90px;
  }
}
/* line 873, ../scss/_staff.scss */
.staff--type3 .prologue h3 {
  font-size: 36px;
  font-family: 'LeagueGothic-Regular';
  line-height: 1em;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  /* line 873, ../scss/_staff.scss */
  .staff--type3 .prologue h3 {
    font-size: 30px;
    margin-bottom: 20px;
  }
}
/* line 883, ../scss/_staff.scss */
.staff--type3 .prologue p {
  text-align: center;
  font-size: 18px;
  line-height: 2.11em;
}
@media screen and (max-width: 768px) {
  /* line 883, ../scss/_staff.scss */
  .staff--type3 .prologue p {
    font-size: 12px;
    line-height: 1.83em;
    padding: 0 4%;
    text-align: left;
  }
}
/* line 897, ../scss/_staff.scss */
.staff--type3 .profile--inner {
  max-width: 1100px;
  margin: auto;
  padding: 60px 0 80px;
  position: relative;
  height: 377px;
}
@media screen and (max-width: 768px) {
  /* line 897, ../scss/_staff.scss */
  .staff--type3 .profile--inner {
    padding: 36px 0px 20px;
    height: auto;
  }
}
/* line 908, ../scss/_staff.scss */
.staff--type3 .profile--thumb {
  position: absolute;
  bottom: 0;
  left: 50px;
}
@media screen and (max-width: 768px) {
  /* line 908, ../scss/_staff.scss */
  .staff--type3 .profile--thumb {
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 48.67%;
    z-index: 1;
  }
  /* line 918, ../scss/_staff.scss */
  .staff--type3 .profile--thumb.tsuduki {
    bottom: -30px;
  }
}
/* line 923, ../scss/_staff.scss */
.staff--type3 .profile--name {
  width: 840px;
  height: 80px;
  color: #fff;
  margin-left: 210px;
  margin-bottom: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  /* line 923, ../scss/_staff.scss */
  .staff--type3 .profile--name {
    margin-left: 0;
    width: 84%;
    height: auto;
    position: absolute;
    top: -40px;
    right: 0;
    flex-flow: column;
    align-items: start;
    padding: 20px 0 20px 27.5%;
  }
}
/* line 943, ../scss/_staff.scss */
.staff--type3 .profile--name .name {
  font-size: 36px;
  font-family: 'SourceHanSerif regular';
  margin-right: 20px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  /* line 943, ../scss/_staff.scss */
  .staff--type3 .profile--name .name {
    font-size: 24px;
    margin-bottom: 12px;
  }
}
/* line 953, ../scss/_staff.scss */
.staff--type3 .profile--name .age--store {
  font-size: 16px;
  font-family: 'SourceHanSerif regular';
  line-height: 1;
}
@media screen and (max-width: 768px) {
  /* line 953, ../scss/_staff.scss */
  .staff--type3 .profile--name .age--store {
    font-size: 11px;
  }
}
/* line 962, ../scss/_staff.scss */
.staff--type3 .profile p {
  font-size: 14px;
  color: #13114d;
  line-height: 2.714em;
  margin-left: 430px;
  max-width: 610px;
}
@media screen and (max-width: 768px) {
  /* line 962, ../scss/_staff.scss */
  .staff--type3 .profile p {
    font-size: 12px;
    line-height: 1.8em;
    margin-left: 0;
    padding-top: 20px;
    padding-left: 42.67%;
    padding-right: 4%;
    color: #100964;
  }
}
/* line 980, ../scss/_staff.scss */
.staff--type3 .staffworks {
  background-color: #0093ea;
  padding: 110px 0 90px;
}
@media screen and (max-width: 768px) {
  /* line 980, ../scss/_staff.scss */
  .staff--type3 .staffworks {
    padding: 40px 0 20px;
    position: relative;
    z-index: 2;
  }
}
/* line 988, ../scss/_staff.scss */
.staff--type3 .staffworks h3 {
  text-align: center;
  color: #fff;
  margin-bottom: 65px;
}
@media screen and (max-width: 768px) {
  /* line 988, ../scss/_staff.scss */
  .staff--type3 .staffworks h3 {
    margin-bottom: 30px;
  }
}
/* line 995, ../scss/_staff.scss */
.staff--type3 .staffworks h3 strong {
  font-size: 80px;
  font-family: 'LeagueGothic-Regular';
  line-height: 1;
}
@media screen and (max-width: 768px) {
  /* line 995, ../scss/_staff.scss */
  .staff--type3 .staffworks h3 strong {
    font-size: 40px;
  }
}
/* line 1003, ../scss/_staff.scss */
.staff--type3 .staffworks h3 span {
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  /* line 1003, ../scss/_staff.scss */
  .staff--type3 .staffworks h3 span {
    font-size: 11px;
  }
}
/* line 1012, ../scss/_staff.scss */
.staff--type3 .staffworks--inner {
  max-width: 1400px;
  margin: auto;
  position: relative;
}
/* line 1017, ../scss/_staff.scss */
.staff--type3 .staffworks--textarea {
  color: #fff;
}
@media screen and (max-width: 768px) {
  /* line 1017, ../scss/_staff.scss */
  .staff--type3 .staffworks--textarea {
    padding: 26px 4%;
  }
}
/* line 1022, ../scss/_staff.scss */
.staff--type3 .staffworks--textarea h4 {
  margin-bottom: 30px;
  line-height: 1.2em;
}
/* line 1025, ../scss/_staff.scss */
.staff--type3 .staffworks--textarea h4 span {
  font-size: 26px;
  font-family: 'SourceHanSerif regular';
  line-height: 50px;
  padding-right: 10px;
  padding-left: 10px;
}
/* line 1033, ../scss/_staff.scss */
.staff--type3 .staffworks--textarea p {
  font-size: 16px;
  line-height: 2.25em;
}
@media screen and (max-width: 768px) {
  /* line 1033, ../scss/_staff.scss */
  .staff--type3 .staffworks--textarea p {
    font-size: 12px;
    line-height: 1.75em;
  }
}
/* line 1044, ../scss/_staff.scss */
.staff--type3 .staffworks .inner01 .staffworks--textarea {
  position: absolute;
  top: 50%;
  margin-top: -80px;
  left: 540px;
  width: 720px;
  padding: 30px 60px;
  background-color: #0093ea;
}
@media screen and (max-width: 768px) {
  /* line 1044, ../scss/_staff.scss */
  .staff--type3 .staffworks .inner01 .staffworks--textarea {
    position: static;
    width: 100%;
    padding: 26px 4%;
    margin-top: 0;
  }
}
/* line 1062, ../scss/_staff.scss */
.staff--type3 .staffworks .inner02 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: row-reverse;
}
@media screen and (max-width: 768px) {
  /* line 1062, ../scss/_staff.scss */
  .staff--type3 .staffworks .inner02 {
    display: block;
  }
}
/* line 1070, ../scss/_staff.scss */
.staff--type3 .staffworks .inner02 .staffworks--textarea {
  width: 660px;
  margin-right: 80px;
}
@media screen and (max-width: 768px) {
  /* line 1070, ../scss/_staff.scss */
  .staff--type3 .staffworks .inner02 .staffworks--textarea {
    width: 100%;
    margin-right: 0;
  }
}
/* line 1080, ../scss/_staff.scss */
.staff--type3 .staffworks .inner03 {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  /* line 1080, ../scss/_staff.scss */
  .staff--type3 .staffworks .inner03 {
    display: block;
  }
}
/* line 1086, ../scss/_staff.scss */
.staff--type3 .staffworks .inner03 .staffworks--textarea {
  width: 426px;
  padding-top: 120px;
  margin-left: 70px;
}
@media screen and (max-width: 768px) {
  /* line 1086, ../scss/_staff.scss */
  .staff--type3 .staffworks .inner03 .staffworks--textarea {
    width: 100%;
    padding-top: 26px;
    margin-left: 0;
  }
}
/* line 1100, ../scss/_staff.scss */
.staff--type3 .policy--inner {
  max-width: 1400px;
  margin: auto;
  position: relative;
}
/* line 1104, ../scss/_staff.scss */
.staff--type3 .policy--inner.inner01 {
  display: flex;
  flex-flow: row-reverse;
  z-index: 99;
}
@media screen and (max-width: 768px) {
  /* line 1104, ../scss/_staff.scss */
  .staff--type3 .policy--inner.inner01 {
    display: block;
  }
}
/* line 1112, ../scss/_staff.scss */
.staff--type3 .policy--inner.inner02 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 100px;
  padding-bottom: 120px;
}
@media screen and (max-width: 768px) {
  /* line 1112, ../scss/_staff.scss */
  .staff--type3 .policy--inner.inner02 {
    display: block;
    margin-top: 20px;
    padding-bottom: 0px;
  }
}
/* line 1126, ../scss/_staff.scss */
.staff--type3 .policy--thumb.thumb01 {
  width: 870px;
  position: relative;
  top: -50px;
  right: 0;
}
@media screen and (max-width: 768px) {
  /* line 1126, ../scss/_staff.scss */
  .staff--type3 .policy--thumb.thumb01 {
    width: 100%;
    top: 0;
  }
}
/* line 1136, ../scss/_staff.scss */
.staff--type3 .policy--thumb.thumb02 {
  width: 280px;
  margin-right: 120px;
}
@media screen and (max-width: 768px) {
  /* line 1136, ../scss/_staff.scss */
  .staff--type3 .policy--thumb.thumb02 {
    width: 100%;
    margin-right: 0;
  }
}
/* line 1146, ../scss/_staff.scss */
.staff--type3 .policy--text h4 {
  color: #fff;
  margin-bottom: 30px;
}
/* line 1149, ../scss/_staff.scss */
.staff--type3 .policy--text h4 span {
  font-size: 26px;
  font-family: 'SourceHanSerif regular';
}
/* line 1154, ../scss/_staff.scss */
.staff--type3 .policy--text p {
  font-size: 16px;
  line-height: 2.25em;
  color: #13114d;
}
@media screen and (max-width: 768px) {
  /* line 1154, ../scss/_staff.scss */
  .staff--type3 .policy--text p {
    font-size: 12px;
    line-height: 1.75em;
  }
}
/* line 1163, ../scss/_staff.scss */
.staff--type3 .policy--text.text01 {
  width: 714px;
  background-color: #fff;
  padding: 30px 50px;
  position: absolute;
  top: 180px;
  left: 50%;
  margin-left: -550px;
}
@media screen and (max-width: 768px) {
  /* line 1163, ../scss/_staff.scss */
  .staff--type3 .policy--text.text01 {
    position: static;
    width: 100%;
    padding: 26px 4%;
    margin-left: 0;
  }
}
/* line 1178, ../scss/_staff.scss */
.staff--type3 .policy--text.text02 {
  width: 600px;
}
@media screen and (max-width: 768px) {
  /* line 1178, ../scss/_staff.scss */
  .staff--type3 .policy--text.text02 {
    width: 100%;
    padding: 26px 4%;
  }
}
/* line 1187, ../scss/_staff.scss */
.staff--type3 .policy--message {
  background-color: #0093ea;
}
/* line 1189, ../scss/_staff.scss */
.staff--type3 .policy--message--inner {
  max-width: 1100px;
  margin: auto;
  position: relative;
  padding: 120px 0 100px;
}
@media screen and (max-width: 768px) {
  /* line 1189, ../scss/_staff.scss */
  .staff--type3 .policy--message--inner {
    padding: 0 0 30px;
  }
}
/* line 1199, ../scss/_staff.scss */
.staff--type3 .policy--message--thumb {
  position: absolute;
  bottom: 0;
  left: -115px;
}
@media screen and (max-width: 768px) {
  /* line 1199, ../scss/_staff.scss */
  .staff--type3 .policy--message--thumb {
    position: static;
  }
}
/* line 1209, ../scss/_staff.scss */
.staff--type3 .policy--message--textarea {
  width: 640px;
  color: #fff;
  margin-left: 415px;
  position: relative;
}
@media screen and (max-width: 768px) {
  /* line 1209, ../scss/_staff.scss */
  .staff--type3 .policy--message--textarea {
    width: 100%;
    margin-left: 0;
    padding: 26px 4%;
  }
}
/* line 1219, ../scss/_staff.scss */
.staff--type3 .policy--message--textarea h4 {
  font-size: 32px;
  font-family: 'SourceHanSerif SemiBold';
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  /* line 1219, ../scss/_staff.scss */
  .staff--type3 .policy--message--textarea h4 {
    font-size: 19px;
    margin-bottom: 12px;
  }
}
/* line 1228, ../scss/_staff.scss */
.staff--type3 .policy--message--textarea p {
  font-size: 16px;
  line-height: 2.5em;
  color: #fff;
}
@media screen and (max-width: 768px) {
  /* line 1228, ../scss/_staff.scss */
  .staff--type3 .policy--message--textarea p {
    font-size: 12px;
    line-height: 1.75em;
  }
}
/* line 1241, ../scss/_staff.scss */
.staff--type3 .movie {
  position: relative;
  height: 768px;
}
/* line 1244, ../scss/_staff.scss */
.staff--type3 .movie .bg--hatching {
  background: url(../img/staff/message/movie_thumb.jpg) 0 0 no-repeat;
  background-size: cover;
  overflow: hidden;
  height: 100%;
}
@media screen and (max-width: 768px) {
  /* line 1244, ../scss/_staff.scss */
  .staff--type3 .movie .bg--hatching {
    height: 50%;
  }
}
/* line 1253, ../scss/_staff.scss */
.staff--type3 .movie #video {
  width: 100%;
}
@media screen and (max-width: 1400px) {
  /* line 1253, ../scss/_staff.scss */
  .staff--type3 .movie #video {
    width: auto;
    height: 100%;
  }
}
@media screen and (max-width: 768px) {
  /* line 1241, ../scss/_staff.scss */
  .staff--type3 .movie {
    background: none;
    background-size: cover;
    height: 480px;
  }
  /* line 1264, ../scss/_staff.scss */
  .staff--type3 .movie #video {
    width: auto;
    height: 100%;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
}
/* line 1272, ../scss/_staff.scss */
.staff--type3 .movie--textarea {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 99;
  width: 700px;
  height: 100%;
  background-color: rgba(6, 0, 153, 0.8);
  display: flex;
  justify-content: center;
  flex-flow: column;
  color: #fff;
  padding: 0 90px;
}
@media screen and (max-width: 768px) {
  /* line 1272, ../scss/_staff.scss */
  .staff--type3 .movie--textarea {
    width: 100%;
    height: 50%;
    top: auto;
    bottom: 0;
    left: 0;
    background-color: #060099;
    padding: 0 2.67%;
  }
}
/* line 1295, ../scss/_staff.scss */
.staff--type3 .movie--textarea h4 {
  font-size: 44px;
  margin-bottom: 36px;
  font-family: 'SourceHanSerif SemiBold';
  line-height: 1em;
}
@media screen and (max-width: 768px) {
  /* line 1295, ../scss/_staff.scss */
  .staff--type3 .movie--textarea h4 {
    font-size: 18px;
    margin-bottom: 18px;
    text-align: center;
  }
}
/* line 1306, ../scss/_staff.scss */
.staff--type3 .movie--textarea p {
  font-size: 16px;
  line-height: 2.25em;
}
@media screen and (max-width: 768px) {
  /* line 1306, ../scss/_staff.scss */
  .staff--type3 .movie--textarea p {
    font-size: 11px;
    line-height: 1.75em;
  }
}

/********************************
top
********************************/
/* line 9, ../scss/_zero.scss */
.zero #contents .first--view {
  background: url(../img/zero/mainvisual.jpg) center 0 no-repeat;
  background-size: cover;
  height: 770px;
  position: relative;
}
/* line 14, ../scss/_zero.scss */
.zero #contents .first--view h2 {
  position: absolute;
  top: 300px;
  left: 50%;
  margin-left: -480px;
}
/* line 21, ../scss/_zero.scss */
.zero #contents .zerotoone {
  background: url(../img/zero/bg_zerotoon.gif);
  padding: 100px 0 130px;
}
@media screen and (max-width: 768px) {
  /* line 21, ../scss/_zero.scss */
  .zero #contents .zerotoone {
    padding: 50px 0 70px;
  }
}
/* line 27, ../scss/_zero.scss */
.zero #contents .zerotoone--inner {
  max-width: 1000px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  /* line 27, ../scss/_zero.scss */
  .zero #contents .zerotoone--inner {
    padding: 0 4%;
  }
}
/* line 34, ../scss/_zero.scss */
.zero #contents .zerotoone--block {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  /* line 34, ../scss/_zero.scss */
  .zero #contents .zerotoone--block {
    margin-bottom: 10px;
  }
}
/* line 39, ../scss/_zero.scss */
.zero #contents .zerotoone--block.pcmb0 {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  /* line 39, ../scss/_zero.scss */
  .zero #contents .zerotoone--block.pcmb0 {
    margin-bottom: 10px;
  }
}
/* line 45, ../scss/_zero.scss */
.zero #contents .zerotoone--block.flex {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  /* line 50, ../scss/_zero.scss */
  .zero #contents .zerotoone--box {
    width: 48.5%;
  }
  /* line 53, ../scss/_zero.scss */
  .zero #contents .zerotoone--box.w100 {
    width: 100%;
  }
}
/* line 59, ../scss/_zero.scss */
.zero #contents .zerotoone .future {
  background: url(../img/zero/bg_future.png) center 0 no-repeat;
  background-size: cover;
  height: 400px;
  display: flex;
  align-items: center;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  /* line 59, ../scss/_zero.scss */
  .zero #contents .zerotoone .future {
    background: url(../img/zero/sp_bg_future.png) center 0 no-repeat;
    background-size: 100%;
    height: auto;
    padding: 100px 4%;
  }
}
/* line 72, ../scss/_zero.scss */
.zero #contents .zerotoone .future p {
  max-width: 1000px;
  width: 100%;
  margin: auto;
}

/********************************
top
********************************/
/* line 9, ../scss/_unique.scss */
.unique #contents .first--view {
  background: url(../img/unique/mainvisual.jpg) center 0 no-repeat;
  background-size: cover;
  height: 770px;
  position: relative;
}
@media screen and (max-width: 768px) {
  /* line 9, ../scss/_unique.scss */
  .unique #contents .first--view {
    height: auto;
    padding-top: 40px;
  }
}
/* line 18, ../scss/_unique.scss */
.unique #contents .first--view h2 {
  position: absolute;
  bottom: 100px;
  left: 50%;
  margin-left: -550px;
}
/* line 26, ../scss/_unique.scss */
.unique #contents .profile {
  padding: 100px 0 110px;
}
@media screen and (max-width: 768px) {
  /* line 26, ../scss/_unique.scss */
  .unique #contents .profile {
    padding: 50px 0 60px;
  }
}
/* line 31, ../scss/_unique.scss */
.unique #contents .profile--inner {
  max-width: 1100px;
  margin: auto;
  display: flex;
}
@media screen and (max-width: 768px) {
  /* line 31, ../scss/_unique.scss */
  .unique #contents .profile--inner {
    flex-flow: column;
  }
}
/* line 39, ../scss/_unique.scss */
.unique #contents .profile--block {
  width: 450px;
  margin: 0 50px;
}
@media screen and (max-width: 768px) {
  /* line 39, ../scss/_unique.scss */
  .unique #contents .profile--block {
    width: 100%;
    margin: 0 0 30px;
    padding: 0 4%;
  }
  /* line 46, ../scss/_unique.scss */
  .unique #contents .profile--block:nth-of-type(2) {
    margin-bottom: 0;
  }
}
/* line 50, ../scss/_unique.scss */
.unique #contents .profile--block p {
  line-height: 2.28em;
  color: #13114d;
}
@media screen and (max-width: 768px) {
  /* line 50, ../scss/_unique.scss */
  .unique #contents .profile--block p {
    font-size: 11px;
    line-height: 1.91em;
  }
}
/* line 59, ../scss/_unique.scss */
.unique #contents .profile--header {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  /* line 59, ../scss/_unique.scss */
  .unique #contents .profile--header {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  /* line 67, ../scss/_unique.scss */
  .unique #contents .profile--thumb {
    width: 28.98%;
  }
}
/* line 72, ../scss/_unique.scss */
.unique #contents .profile--name {
  margin-left: 40px;
  color: #13114d;
}
@media screen and (max-width: 768px) {
  /* line 72, ../scss/_unique.scss */
  .unique #contents .profile--name {
    margin-left: 20px;
  }
}
/* line 78, ../scss/_unique.scss */
.unique #contents .profile--name .name {
  font-size: 36px;
  font-family: 'SourceHanSerif regular';
  display: block;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  /* line 78, ../scss/_unique.scss */
  .unique #contents .profile--name .name {
    font-size: 28px;
    margin-bottom: 5px;
  }
}
/* line 88, ../scss/_unique.scss */
.unique #contents .profile--name span {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  /* line 88, ../scss/_unique.scss */
  .unique #contents .profile--name span {
    font-size: 14px;
  }
}
/* line 97, ../scss/_unique.scss */
.unique #contents .prologue {
  text-align: center;
  background-color: #0093eb;
  color: #fff;
  padding: 80px 0 120px;
}
@media screen and (max-width: 768px) {
  /* line 97, ../scss/_unique.scss */
  .unique #contents .prologue {
    padding: 40px 0 45px;
  }
}
/* line 105, ../scss/_unique.scss */
.unique #contents .prologue h3 {
  font-size: 50px;
  font-family: 'LeagueGothic-Regular';
}
@media screen and (max-width: 768px) {
  /* line 105, ../scss/_unique.scss */
  .unique #contents .prologue h3 {
    font-size: 25px;
    margin-bottom: 10px;
  }
}
/* line 113, ../scss/_unique.scss */
.unique #contents .prologue p {
  font-size: 16px;
  line-height: 2.625em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  /* line 113, ../scss/_unique.scss */
  .unique #contents .prologue p {
    font-size: 12px;
    line-height: 1.75em;
    padding: 0 4%;
    text-align: left;
  }
}
/* line 126, ../scss/_unique.scss */
.unique #contents .thumb {
  position: relative;
  height: 450px;
}
@media screen and (max-width: 768px) {
  /* line 126, ../scss/_unique.scss */
  .unique #contents .thumb {
    height: auto;
  }
}
/* line 132, ../scss/_unique.scss */
.unique #contents .thumb.thumb01 {
  background: url(../img/unique/talk01.jpg) center 0 no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  /* line 132, ../scss/_unique.scss */
  .unique #contents .thumb.thumb01 {
    background: none;
  }
}
/* line 139, ../scss/_unique.scss */
.unique #contents .thumb.thumb02 {
  background: url(../img/unique/talk02.jpg) center 0 no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  /* line 139, ../scss/_unique.scss */
  .unique #contents .thumb.thumb02 {
    background: none;
  }
}
/* line 146, ../scss/_unique.scss */
.unique #contents .thumb.thumb03 {
  background: url(../img/unique/talk03.jpg) center 0 no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  /* line 146, ../scss/_unique.scss */
  .unique #contents .thumb.thumb03 {
    background: none;
  }
}
/* line 153, ../scss/_unique.scss */
.unique #contents .thumb h3 {
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin-left: -500px;
}
/* line 158, ../scss/_unique.scss */
.unique #contents .thumb h3 span {
  font-size: 44px;
  font-family: 'SourceHanSerif SemiBold';
  padding: 0 5px;
  color: #fff;
  letter-spacing: 0.2em;
  text-indent: 0.2em;
  display: inline-block;
}
/* line 171, ../scss/_unique.scss */
.unique #contents .talk--inner {
  max-width: 900px;
  margin: auto;
  padding: 0 0;
}
@media screen and (max-width: 768px) {
  /* line 171, ../scss/_unique.scss */
  .unique #contents .talk--inner {
    padding: 0 4%;
  }
}
/* line 178, ../scss/_unique.scss */
.unique #contents .talk--inner h4 {
  font-size: 24px;
  font-weight: bold;
  color: #008be5;
  position: relative;
  margin: 95px 0 75px;
  padding-left: 40px;
}
@media screen and (max-width: 768px) {
  /* line 178, ../scss/_unique.scss */
  .unique #contents .talk--inner h4 {
    font-size: 16px;
    text-align: center;
    margin: 30px 0 50px;
    padding-left: 0;
  }
}
/* line 191, ../scss/_unique.scss */
.unique #contents .talk--inner h4:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 30px;
  height: 3px;
  margin-top: -1px;
  background-color: #008be5;
}
@media screen and (max-width: 768px) {
  /* line 191, ../scss/_unique.scss */
  .unique #contents .talk--inner h4:before {
    width: 25px;
    top: auto;
    bottom: -20px;
    left: 50%;
    transform: translate(-50%, 0);
  }
}
/* line 210, ../scss/_unique.scss */
.unique #contents .talk--inner dl dt {
  width: 63px;
  float: left;
  text-align: center;
}
@media screen and (max-width: 768px) {
  /* line 210, ../scss/_unique.scss */
  .unique #contents .talk--inner dl dt {
    width: 36px;
  }
}
/* line 217, ../scss/_unique.scss */
.unique #contents .talk--inner dl dt span {
  color: #fff;
  display: block;
  width: 100%;
  line-height: 28px;
}
@media screen and (max-width: 768px) {
  /* line 217, ../scss/_unique.scss */
  .unique #contents .talk--inner dl dt span {
    font-size: 12px;
    line-height: 20px;
  }
}
/* line 226, ../scss/_unique.scss */
.unique #contents .talk--inner dl dt span.nakamura {
  background-color: #00a0e9;
}
/* line 229, ../scss/_unique.scss */
.unique #contents .talk--inner dl dt span.yoneoka {
  background-color: #1a2f94;
}
/* line 234, ../scss/_unique.scss */
.unique #contents .talk--inner dl dd {
  padding-left: 90px;
  margin-bottom: 40px;
  line-height: 2.25em;
}
@media screen and (max-width: 768px) {
  /* line 234, ../scss/_unique.scss */
  .unique #contents .talk--inner dl dd {
    padding-left: 55px;
    line-height: 1.75em;
  }
}

/********************************
top
********************************/
@media screen and (max-width: 768px) {
  /* line 8, ../scss/_next.scss */
  .next #contents {
    margin-top: 36px;
  }
}
/* line 12, ../scss/_next.scss */
.next #contents .first--view {
  background: url(../img/next/mainvisual.jpg) center 0 no-repeat;
  background-size: cover;
  height: 600px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
}
@media screen and (max-width: 768px) {
  /* line 12, ../scss/_next.scss */
  .next #contents .first--view {
    height: auto;
    padding-top: 100px;
  }
  /* line 24, ../scss/_next.scss */
  .next #contents .first--view .maintext {
    width: 90%;
    margin-bottom: 30px;
  }
}
/* line 29, ../scss/_next.scss */
.next #contents .first--view h2 {
  margin-bottom: 50px;
}
/* line 32, ../scss/_next.scss */
.next #contents .first--view .scroll {
  position: absolute;
  bottom: 0;
  left: 50%;
  animation-name: scroll;
  animation-duration: 0.6s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-direction: alternate;
}
/* line 41, ../scss/_next.scss */
.next #contents .first--view .scroll:hover {
  opacity: 1;
  cursor: default;
}
@keyframes scroll {
  0% {
    bottom: 10px;
  }
  100% {
    bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  /* line 32, ../scss/_next.scss */
  .next #contents .first--view .scroll {
    width: 30px;
    margin-left: -15px;
  }
}
/* line 59, ../scss/_next.scss */
.next #contents .first--view .entry {
  text-align: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  /* line 59, ../scss/_next.scss */
  .next #contents .first--view .entry {
    padding-bottom: 45px;
  }
}
/* line 65, ../scss/_next.scss */
.next #contents .first--view .entry .entryBtn {
  max-width: 1000px;
  width: 100%;
  margin: auto;
}
/* line 69, ../scss/_next.scss */
.next #contents .first--view .entry .entryBtn ul {
  display: flex;
  justify-content: space-between;
}
/* line 72, ../scss/_next.scss */
.next #contents .first--view .entry .entryBtn ul li {
  margin: 0 10px;
}
@media screen and (max-width: 768px) {
  /* line 65, ../scss/_next.scss */
  .next #contents .first--view .entry .entryBtn {
    margin: auto;
    position: relative;
  }
  /* line 79, ../scss/_next.scss */
  .next #contents .first--view .entry .entryBtn ul {
    flex-flow: column;
  }
  /* line 81, ../scss/_next.scss */
  .next #contents .first--view .entry .entryBtn ul li {
    margin-bottom: 15px;
  }
}
/* line 86, ../scss/_next.scss */
.next #contents .first--view .entry .entryBtn a, .next #contents .first--view .entry .entryBtn span {
  display: block;
}
/* line 90, ../scss/_next.scss */
.next #contents .first--view .entry .entryBtn span img {
  vertical-align: middle;
}
/* line 98, ../scss/_next.scss */
.next #contents .recruitment {
  background-color: #0094ea;
  padding: 110px 0;
}
@media screen and (max-width: 768px) {
  /* line 98, ../scss/_next.scss */
  .next #contents .recruitment {
    padding: 50px 4% 30px;
  }
}
/* line 104, ../scss/_next.scss */
.next #contents .recruitment--inner {
  max-width: 1000px;
  margin: 0 auto;
  background-color: #fff;
  position: relative;
  padding: 0 0 90px;
}
@media screen and (max-width: 768px) {
  /* line 104, ../scss/_next.scss */
  .next #contents .recruitment--inner {
    padding: 0 6.5% 45px;
  }
}
/* line 113, ../scss/_next.scss */
.next #contents .recruitment--inner:before {
  content: "";
  width: 100%;
  height: 5px;
  position: absolute;
  top: 0;
  left: 0;
  background-image: -moz-linear-gradient(0deg, #0d1089 0%, #0760be 47%, #00b0f2 100%, #00a0e9 100%);
  background-image: -webkit-linear-gradient(0deg, #0d1089 0%, #0760be 47%, #00b0f2 100%, #00a0e9 100%);
  background-image: -ms-linear-gradient(0deg, #0d1089 0%, #0760be 47%, #00b0f2 100%, #00a0e9 100%);
}
/* line 125, ../scss/_next.scss */
.next #contents .recruitment--inner h3 {
  font-size: 32px;
  font-family: 'SourceHanSerif SemiBold';
  padding: 78px 0 70px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  /* line 125, ../scss/_next.scss */
  .next #contents .recruitment--inner h3 {
    padding: 36px 0 30px;
    font-size: 26px;
  }
}
/* line 136, ../scss/_next.scss */
.next #contents .recruitment--inner table {
  max-width: 800px;
  width: 100%;
  margin: auto;
  border: 1px solid #01014b;
  border-width: 1px 0 0;
}
/* line 143, ../scss/_next.scss */
.next #contents .recruitment--inner table tr th, .next #contents .recruitment--inner table tr td {
  border: 1px dotted #8080a5;
  border-width: 0 0 1px;
  padding: 30px 0;
}
@media screen and (max-width: 768px) {
  /* line 143, ../scss/_next.scss */
  .next #contents .recruitment--inner table tr th, .next #contents .recruitment--inner table tr td {
    width: 100%;
    display: block;
  }
}
/* line 152, ../scss/_next.scss */
.next #contents .recruitment--inner table tr th {
  width: 110px;
  text-align: center;
  font-weight: bold;
  color: #010161;
}
@media screen and (max-width: 768px) {
  /* line 152, ../scss/_next.scss */
  .next #contents .recruitment--inner table tr th {
    width: 100%;
    text-align: left;
    border-width: 0;
    padding: 14px 0 10px;
  }
}
/* line 164, ../scss/_next.scss */
.next #contents .recruitment--inner table tr td {
  padding-left: 20px;
}
@media screen and (max-width: 768px) {
  /* line 164, ../scss/_next.scss */
  .next #contents .recruitment--inner table tr td {
    padding: 0 0 14px;
  }
}
/* line 170, ../scss/_next.scss */
.next #contents .recruitment--inner table tr td .job {
  margin-bottom: 40px;
}
/* line 172, ../scss/_next.scss */
.next #contents .recruitment--inner table tr td .job .img-box {
  margin-bottom: 15px;
  position: relative;
}
.next #contents .recruitment--inner table tr td .job .pit-youtube {
  display: flex;
  margin: 2rem 10px 2rem 0;
  background: #f7f5f3;
}
.next #contents .recruitment--inner table tr td .job .pit-youtube figure {
  width: 50%;
  margin: 0;
}
.next #contents .recruitment--inner table tr td .job .pit-youtube figure img {
  width: 100%;
}
.next #contents .recruitment--inner table tr td .job .pit-youtube div{
  display: flex;
  width: 50%;
  height: 188px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 3em;
  text-align: center;
  font-size: 1rem;
}
.next #contents .recruitment--inner table tr td .job .pit-youtube div a{
  background: #aa2033;
  width: 80%;
  color: #fff;
  margin-top: 1rem;
  text-align: center;
  padding: 0.7em 1.5em;
  position: relative;
  display: block;
}
.next #contents .recruitment--inner table tr td .job .pit-youtube div span::after {
  position: absolute;
  display: block;
  border-top: 1px #fff solid;
  border-right: 1px #fff solid;
  transform: rotate(45deg);
  top: 37%;
  left: 87%;
  width: 9px;
  height: 9px;
  content: "";
}
/* line 175, ../scss/_next.scss */
.next #contents .recruitment--inner table tr td .job .img-box .job-ttl {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60%;
}

@media screen and (max-width: 768px) {
  /* line 175, ../scss/_next.scss */
  .next #contents .recruitment--inner table tr td .job .img-box .job-ttl {
    width: 90%;
  }
  .next #contents .recruitment--inner table tr td .job .pit-youtube {
    flex-wrap: wrap;
    margin: 2rem 0;
  }
  .next #contents .recruitment--inner table tr td .job .pit-youtube figure {
    width: 100%;
    margin: 0;
  }
  .next #contents .recruitment--inner table tr td .job .pit-youtube figure img {
    width: 100%;
  }
  .next #contents .recruitment--inner table tr td .job .pit-youtube div{
    width: 100%;
    height: auto;
    padding: 1em;
  }
  .next #contents .recruitment--inner table tr td .job .pit-youtube div a{
    background: #aa2033;
    width: 80%;
    color: #fff;
    margin-top: 1rem;
    text-align: center;
    padding: 0.7em 1.5em;
    position: relative;
    display: block;
  }
  .next #contents .recruitment--inner table tr td .job .pit-youtube div span::after {
    position: absolute;
    display: block;
    border-top: 1px #fff solid;
    border-right: 1px #fff solid;
    transform: rotate(45deg);
    top: 37%;
    left: 87%;
    width: 9px;
    height: 9px;
    content: "";
  }
}
/* line 185, ../scss/_next.scss */
.next #contents .recruitment--inner table tr td .job:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  /* line 170, ../scss/_next.scss */
  .next #contents .recruitment--inner table tr td .job {
    margin-bottom: 20px;
  }
}
/* line 184, ../scss/_next.scss */
.next #contents .recruitment .entry {
  text-align: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  /* line 184, ../scss/_next.scss */
  .next #contents .recruitment .entry {
    padding-bottom: 45px;
  }
}
/* line 190, ../scss/_next.scss */
.next #contents .recruitment .entry .entryBtn {
  max-width: 1000px;
  width: 100%;
  margin: auto;
}
/* line 207, ../scss/_next.scss */
.next #contents .recruitment .entry .entryBtn ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 700px;
  width: 100%;
  margin: auto;
}
/* line 197, ../scss/_next.scss */
.next #contents .recruitment .entry .entryBtn ul li {
  margin: 0 10px 20px;
}
@media screen and (max-width: 768px) {
  /* line 190, ../scss/_next.scss */
  .next #contents .recruitment .entry .entryBtn {
    margin: auto;
    position: relative;
  }
   /* line 217, ../scss/_next.scss */
   .next #contents .recruitment .entry .entryBtn ul {
    flex-flow: column;
  }
  /* line 206, ../scss/_next.scss */
  .next #contents .recruitment .entry .entryBtn ul li {
    margin-bottom: 15px;
  }
}
/* line 211, ../scss/_next.scss */
.next #contents .recruitment .entry .entryBtn a, .next #contents .recruitment .entry .entryBtn span {
  display: block;
}
/* line 215, ../scss/_next.scss */
.next #contents .recruitment .entry .entryBtn span img {
  vertical-align: middle;
}
/* line 222, ../scss/_next.scss */
.next #contents .recruitment .entryPopup {
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: none;
}
/* line 231, ../scss/_next.scss */
.next #contents .recruitment .entryPopup--inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 900px;
  width: 100%;
  background-color: #fff;
  padding: 70px 0;
}
@media screen and (max-width: 768px) {
  /* line 231, ../scss/_next.scss */
  .next #contents .recruitment .entryPopup--inner {
    width: 82.67%;
    padding: 50px 5.64% 35px;
  }
}
/* line 245, ../scss/_next.scss */
.next #contents .recruitment .entryPopup .popupclose {
  position: absolute;
  top: -20px;
  right: -20px;
}
@media screen and (min-width: 769px) {
  /* line 250, ../scss/_next.scss */
  .next #contents .recruitment .entryPopup .popupclose:hover {
    opacity: 0.8;
    cursor: pointer;
  }
}
@media screen and (max-width: 768px) {
  /* line 245, ../scss/_next.scss */
  .next #contents .recruitment .entryPopup .popupclose {
    width: 40px;
    top: -10px;
    right: -10px;
  }
}
/* line 261, ../scss/_next.scss */
.next #contents .recruitment .entryPopup h3 {
  text-align: center;
  margin-bottom: 40px;
}
/* line 265, ../scss/_next.scss */
.next #contents .recruitment .entryPopup ul {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  /* line 265, ../scss/_next.scss */
  .next #contents .recruitment .entryPopup ul {
    flex-flow: column;
  }
}
/* line 272, ../scss/_next.scss */
.next #contents .recruitment .entryPopup li {
  margin: 0 20px;
}
@media screen and (max-width: 768px) {
  /* line 272, ../scss/_next.scss */
  .next #contents .recruitment .entryPopup li {
    margin: 10px 0;
  }
}
/* line 283, ../scss/_next.scss */
.next #footer .entry {
  height: 160px;
}
@media screen and (max-width: 768px) {
  /* line 283, ../scss/_next.scss */
  .next #footer .entry {
    height: auto;
  }
}

/********************************
top
********************************/
/* line 9, ../scss/_entry.scss */
.entry #contents .first--view {
  background-color: #018ee0;
  position: relative;
}
@media screen and (max-width: 768px) {
  /* line 9, ../scss/_entry.scss */
  .entry #contents .first--view {
    padding-top: 40px;
  }
}
/* line 15, ../scss/_entry.scss */
.entry #contents .first--view .thumb {
  text-align: center;
}
/* line 18, ../scss/_entry.scss */
.entry #contents .first--view h2 {
  position: absolute;
  top: 300px;
  left: 50%;
  margin-left: -480px;
}
/* line 25, ../scss/_entry.scss */
.entry #contents .contactFrom {
  background-color: #018ee0;
  padding: 0 0 130px;
}
@media screen and (max-width: 768px) {
  /* line 25, ../scss/_entry.scss */
  .entry #contents .contactFrom {
    padding: 0 0 70px;
  }
}
/* line 31, ../scss/_entry.scss */
.entry #contents .contactFrom--inner {
  max-width: 1200px;
  margin: auto;
  background-color: #fff;
  position: relative;
  padding: 60px 100px 80px;
}
@media screen and (max-width: 1200px) {
  /* line 31, ../scss/_entry.scss */
  .entry #contents .contactFrom--inner {
    padding: 60px 4% 80px;
  }
}
@media screen and (max-width: 768px) {
  /* line 31, ../scss/_entry.scss */
  .entry #contents .contactFrom--inner {
    padding: 30px 4% 40px;
  }
}
/* line 43, ../scss/_entry.scss */
.entry #contents .contactFrom--inner:before {
  content: "";
  width: 100%;
  height: 5px;
  position: absolute;
  top: 0;
  left: 0;
  background-image: -moz-linear-gradient(0deg, #0d1089 0%, #0760be 47%, #00b0f2 100%, #00a0e9 100%);
  background-image: -webkit-linear-gradient(0deg, #0d1089 0%, #0760be 47%, #00b0f2 100%, #00a0e9 100%);
  background-image: -ms-linear-gradient(0deg, #0d1089 0%, #0760be 47%, #00b0f2 100%, #00a0e9 100%);
}
@media screen and (max-width: 768px) {
  /* line 43, ../scss/_entry.scss */
  .entry #contents .contactFrom--inner:before {
    padding: 0 4%;
  }
}
/* line 57, ../scss/_entry.scss */
.entry #contents .contactFrom--inner .form {
  width: 100%;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  /* line 57, ../scss/_entry.scss */
  .entry #contents .contactFrom--inner .form {
    border-top: 1px dotted #a9a9a9;
  }
}
/* line 63, ../scss/_entry.scss */
.entry #contents .contactFrom--inner .form th, .entry #contents .contactFrom--inner .form td {
  border: 1px dotted #a9a9a9;
  border-width: 1px 0;
  padding: 30px 0;
}
@media screen and (max-width: 768px) {
  /* line 63, ../scss/_entry.scss */
  .entry #contents .contactFrom--inner .form th, .entry #contents .contactFrom--inner .form td {
    display: block;
  }
}
/* line 71, ../scss/_entry.scss */
.entry #contents .contactFrom--inner .form th {
  width: 320px;
  font-weight: bold;
  padding-left: 50px;
  vertical-align: middle;
}
@media screen and (max-width: 1200px) {
  /* line 71, ../scss/_entry.scss */
  .entry #contents .contactFrom--inner .form th {
    width: 26.67%;
    padding-left: 12px;
  }
}
@media screen and (max-width: 768px) {
  /* line 71, ../scss/_entry.scss */
  .entry #contents .contactFrom--inner .form th {
    width: 100%;
    border-width: 0;
    padding: 20px 0;
  }
}
/* line 85, ../scss/_entry.scss */
.entry #contents .contactFrom--inner .form th.textarea {
  vertical-align: top;
}
/* line 88, ../scss/_entry.scss */
.entry #contents .contactFrom--inner .form th.textarea.required_mark:after {
  top: 30px;
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  /* line 88, ../scss/_entry.scss */
  .entry #contents .contactFrom--inner .form th.textarea.required_mark:after {
    top: 50%;
    margin-top: -10px;
  }
}
/* line 98, ../scss/_entry.scss */
.entry #contents .contactFrom--inner .form th.required_mark {
  position: relative;
}
/* line 100, ../scss/_entry.scss */
.entry #contents .contactFrom--inner .form th.required_mark:after {
  content: "必 須";
  position: absolute;
  top: 50%;
  margin-top: -14px;
  right: 0;
  color: #fff;
  background-color: #e10000;
  width: 60px;
  height: 28px;
  line-height: 28px;
  font-weight: normal;
  font-size: 14px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  /* line 100, ../scss/_entry.scss */
  .entry #contents .contactFrom--inner .form th.required_mark:after {
    width: 40px;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    margin-top: -10px;
  }
}
/* line 124, ../scss/_entry.scss */
.entry #contents .contactFrom--inner .form td {
  padding: 30px 50px;
}
@media screen and (max-width: 1200px) {
  /* line 124, ../scss/_entry.scss */
  .entry #contents .contactFrom--inner .form td {
    padding: 20px 25px;
  }
}
@media screen and (max-width: 768px) {
  /* line 124, ../scss/_entry.scss */
  .entry #contents .contactFrom--inner .form td {
    padding: 0 0 20px;
    border-width: 0 0 1px;
  }
}
/* line 133, ../scss/_entry.scss */
.entry #contents .contactFrom--inner .form td .text {
  width: 100%;
  height: 60px;
  line-height: 60px;
  border: 1px solid #e3e3e3;
  background-color: #f3f3f3;
}
@media screen and (max-width: 768px) {
  /* line 133, ../scss/_entry.scss */
  .entry #contents .contactFrom--inner .form td .text {
    height: 30px;
    line-height: 30px;
  }
}
/* line 144, ../scss/_entry.scss */
.entry #contents .contactFrom--inner .form td .textarea {
  width: 100%;
  height: 120px;
  max-height: 120px;
  min-height: 120px;
  border: 1px solid #e3e3e3;
  background-color: #f3f3f3;
}
@media screen and (max-width: 768px) {
  /* line 144, ../scss/_entry.scss */
  .entry #contents .contactFrom--inner .form td .textarea {
    height: 80px;
  }
}
/* line 157, ../scss/_entry.scss */
.entry #contents .contactFrom--inner .submitBtn {
  display: block;
  max-width: 680px;
  width: 100%;
  line-height: 80px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin: 70px auto 0;
  background-image: -moz-linear-gradient(0deg, #0d1089 0%, #0760be 47%, #00b0f2 100%, #00a0e9 100%);
  background-image: -webkit-linear-gradient(0deg, #0d1089 0%, #0760be 47%, #00b0f2 100%, #00a0e9 100%);
  background-image: -ms-linear-gradient(0deg, #0d1089 0%, #0760be 47%, #00b0f2 100%, #00a0e9 100%);
  color: #fff;
}
/* line 171, ../scss/_entry.scss */
.entry #contents .contactFrom--inner .confirm_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 50px 0 0;
}
@media screen and (max-width: 768px) {
  /* line 171, ../scss/_entry.scss */
  .entry #contents .contactFrom--inner .confirm_btn {
    justify-content: space-between;
    margin: 30px 0 0;
  }
}
/* line 180, ../scss/_entry.scss */
.entry #contents .contactFrom--inner .confirm_btn li {
  width: 300px;
  height: 80px;
  margin: 0 15px;
}
@media screen and (max-width: 768px) {
  /* line 180, ../scss/_entry.scss */
  .entry #contents .contactFrom--inner .confirm_btn li {
    width: 48%;
    height: 45px;
    margin: 0;
  }
}
/* line 190, ../scss/_entry.scss */
.entry #contents .contactFrom--inner .confirm_btn .submitBtn {
  margin: 0;
  padding: 0;
  border: 0;
}
@media screen and (max-width: 768px) {
  /* line 190, ../scss/_entry.scss */
  .entry #contents .contactFrom--inner .confirm_btn .submitBtn {
    line-height: 45px;
    height: 45px;
  }
}
/* line 199, ../scss/_entry.scss */
.entry #contents .contactFrom--inner .confirm_btn .backBtn {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 16px;
  background-color: #e3e3e3;
}
/* line 211, ../scss/_entry.scss */
.entry #footer .entry {
  height: 160px;
}
