@charset "UTF-8";
/* ==================================================================================== 

    MIXIN

==================================================================================== */
/* ====================================================================================

    R E S E T

==================================================================================== */
html {
  color: #000;
  background: #FFF; }

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0; }

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

fieldset, img {
  border: 0; }

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

ol, ul {
  list-style: none; }

caption, th {
  text-align: left; }

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

q:before, q:after {
  content: ''; }

abbr, acronym {
  border: 0;
  font-variant: normal; }

sup {
  vertical-align: text-top; }

sub {
  vertical-align: text-bottom; }

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit; }

input, textarea, select {
  *font-size: 100%; }

legend {
  color: #000; }

article, aside, audio, bb, canvas, datagrid, datalist, details, dialog, eventsource, figure, footer, header, hgroup, mark, menu, meter, nav, output, progress, section, time, video, picture {
  display: block;
  margin: 0;
  padding: 0; }

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

.cf {
  min-height: 1px; }

* {
  box-sizing: border-box; }

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size: 10px; }

body {
  max-height: 100%; }
  body.hidden {
    overflow: hidden; }

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.2; }

p {
  text-align: justify;
  line-height: 1.8;
  font-weight: 300; }

a {
  text-decoration: none; }

img,
iframe {
  vertical-align: bottom;
  max-width: 100%; }

#wrapper {
  font-family: "Helvetica Neue", noto-sans-cjk-jp, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  color: #000;
  line-height: 1;
  position: relative;
  overflow: hidden; }

.sp {
  display: none !important; }

.flex {
  display: -webkit-box;
  /*Android4.3*/
  display: -moz-box;
  /*Firefox21*/
  display: -ms-flexbox;
  /*IE10*/
  display: -webkit-flex;
  /*PC-Safari,iOS8.4*/
  display: flex; }

.between {
  -webkit-box-pack: justify;
  /*Android4.3*/
  -moz-box-pack: justify;
  /*Firefox21*/
  -ms-flex-pack: justify;
  /*IE10*/
  -webkit-justify-content: space-between;
  /*PC-Safari,iOS8.4*/
  justify-content: space-between; }

.vertical {
  -webkit-align-items: center;
  /* 縦方向中央揃え（Safari用） */
  align-items: center;
  /* 縦方向中央揃え */ }

.flex-right {
  -webkit-justify-content: flex-end;
  justify-content: flex-end; }

.flex-bot {
  -webkit-align-items: flex-end;
  align-items: flex-end; }

.wrap {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.center {
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -ms-flex-box: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center; }

.btn-reset {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 0;
  margin: 0;
  padding: 0;
  background: none transparent;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  cursor: pointer;
  outline: none;
  font-family: "Helvetica Neue", noto-sans-cjk-jp, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif; }

.tr {
  text-align: right; }

.tc {
  text-align: center; }
  .tc p {
    text-align: center; }

.min {
  font-family: Ryumin Medium KL, "リュウミン M-KL", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif; }

.re {
  position: relative; }

.z1 {
  z-index: 1; }

input[type="radio"],
input[type="checkbox"] {
  margin-right: 10px; }

.content {
  padding-top: 65px;
  padding-bottom: 65px; }

.inner {
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  width: 890px;
  max-width: 100%; }

.half {
  width: 50%; }

/* ====================================================================================

    COMMON

==================================================================================== */
.container {
  width: 100%;
  height: 100vh; }

.content-inner-wrap {
  height: 100%;
  min-height: 840px; }
  .content-inner-wrap .inner {
    height: 100%; }

.content-center {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 90vh; }

.full {
  width: 100%; }

.text-box p + p {
  margin-top: 15px; }

.btn {
  padding: 20px 30px;
  padding-right: 50px;
  font-size: 1rem;
  font-weight: bold;
  display: inline-block;
  background: #fff;
  color: #000;
  border-radius: 30px;
  position: relative; }
  @media only screen and (min-width: 769px) {
    .btn {
      transition: all 0.5s ease; }
      .btn:hover {
        background: #f8db00; } }
  .btn:after {
    content: '';
    width: 9px;
    height: 18px;
    background: url(assets/img/icon-arrow-right.svg) no-repeat center;
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
  .btn.btn-content5 {
    position: absolute;
    bottom: 30px;
    left: 0; }
  .btn.big {
    padding: 30px 60px;
    border-radius: 50px; }

.gs {
  filter: grayscale(100%);
  transition: filter .8s ease; }
  .gs:hover {
    filter: grayscale(0%); }

.oh {
  overflow: hidden; }

.link_text {
  color: #fff;
  text-decoration: underline; }

/* ====================================================================================

    HEADER

==================================================================================== */
#common-header {
  padding-top: 6px;
  padding-bottom: 10px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  background: #fff; }

/* ====================================================================================

    NAv

==================================================================================== */
#common-nav ul {
  padding-right: 20px;
  display: -webkit-box;
  /*Android4.3*/
  display: -moz-box;
  /*Firefox21*/
  display: -ms-flexbox;
  /*IE10*/
  display: -webkit-flex;
  /*PC-Safari,iOS8.4*/
  display: flex; }
  #common-nav ul li {
    margin-right: 60px; }
    #common-nav ul li:last-child {
      margin-right: 0; }
    #common-nav ul li a {
      font-size: 1rem;
      color: #000;
      font-weight: bold; }
      #common-nav ul li a img {
        margin-right: 5px; }

#nav-torigger {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  width: 62px;
  height: 48px;
  z-index: 1000;
  background: #000; }
  #nav-torigger .ham-wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 30px;
    height: 15px; }
    #nav-torigger .ham-wrap span {
      display: block;
      width: 100%;
      height: 1px;
      background: #fff;
      position: absolute;
      left: 0;
      transition: all 0.5s ease; }
      #nav-torigger .ham-wrap span:nth-of-type(1) {
        top: 0; }
      #nav-torigger .ham-wrap span:nth-of-type(2) {
        top: 7px; }
      #nav-torigger .ham-wrap span:nth-of-type(3) {
        bottom: 0; }
  #nav-torigger.active .ham-wrap span:nth-of-type(1) {
    transform: translate(0, 7px) rotate(35deg); }
  #nav-torigger.active .ham-wrap span:nth-of-type(2) {
    opacity: 0; }
  #nav-torigger.active .ham-wrap span:nth-of-type(3) {
    transform: translate(0, -7px) rotate(-35deg); }

.icon-login {
  margin-right: 5px;
  width: 10px;
  vertical-align: bottom; }

/* ====================================================================================

    SIDE

==================================================================================== */
/* ====================================================================================

    FOOTER

==================================================================================== */
#common-footer {
  padding-top: 70px;
  padding-bottom: 20px; }

.logo-footer {
  margin-bottom: 40px; }

.copy {
  text-align: center; }
  .copy small {
    font-size: 1rem;
    letter-spacing: 2px; }

#content1 {
  background: url(assets/img/mv-back@2x.jpg) no-repeat center;
  background-size: cover; }

#content2 {
  background: url(assets/img/bg-content2@2x.jpg) no-repeat center;
  background-size: cover; }

#content3 {
  background: url(assets/img/bg-content3@2x.jpg) no-repeat center;
  background-size: cover; }

#content4 {
  background: url(assets/img/bg-content4@2x.jpg) no-repeat center;
  background-size: cover; }

#content5 {
  position: relative; }

.content5-1 {
  background: url(assets/img/bg-content5-1@2x.jpg) no-repeat center;
  background-size: cover; }

.content5-2 {
  background: url(assets/img/bg-content5-2@2x.jpg) no-repeat center;
  background-size: cover; }

.content5-3 {
  background: url(assets/img/bg-content5-3@2x.jpg) no-repeat center;
  background-size: cover; }

.content5-4 {
  background: url(assets/img/bg-content5-4_sp.jpg) no-repeat center;
  background-size: cover; }

#content6 {
  background: url(assets/img/bg-content6@2x.jpg) no-repeat center;
  background-size: cover; }

#content7 {
  background: url(assets/img/bg-content7@2x.jpg) no-repeat center;
  background-size: cover; }

.main-text-wrap {
  padding-left: 20px;
  padding-right: 20px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1; }
  .main-text-wrap.active .sub-text-wrap {
    opacity: 1; }
  .main-text-wrap.active .sub-text {
    opacity: 1; }
    .main-text-wrap.active .sub-text.no1 {
      -webkit-transform: translateY(-100%);
      transform: translateY(-100%); }
    .main-text-wrap.active .sub-text.no2 {
      -webkit-transform: translateY(-200%);
      transform: translateY(-200%); }
    .main-text-wrap.active .sub-text.no3 {
      -webkit-transform: translateY(-300%);
      transform: translateY(-300%); }
    .main-text-wrap.active .sub-text.no4 {
      -webkit-transform: translateY(100%);
      transform: translateY(100%); }
    .main-text-wrap.active .sub-text.no5 {
      -webkit-transform: translateY(200%);
      transform: translateY(200%); }
    .main-text-wrap.active .sub-text.no6 {
      -webkit-transform: translateY(300%);
      transform: translateY(300%); }
    .main-text-wrap.active .sub-text.no21 {
      -webkit-transform: translateY(400%);
      transform: translateY(400%); }
    .main-text-wrap.active .sub-text.no22 {
      -webkit-transform: translateY(500%);
      transform: translateY(500%); }
    .main-text-wrap.active .sub-text.no23 {
      -webkit-transform: translateY(600%);
      transform: translateY(600%); }
    .main-text-wrap.active .sub-text.no24 {
      -webkit-transform: translateY(-400%);
      transform: translateY(-400%); }
    .main-text-wrap.active .sub-text.no25 {
      -webkit-transform: translateY(-500%);
      transform: translateY(-500%); }
    .main-text-wrap.active .sub-text.no26 {
      -webkit-transform: translateY(-600%);
      transform: translateY(-600%); }
    .main-text-wrap.active .sub-text.no7 {
      -webkit-transform: translate(calc(-100% - 10px), 0);
      transform: translate(calc(-100% - 10px), 0); }
    .main-text-wrap.active .sub-text.no8 {
      -webkit-transform: translate(calc(-100% - 10px), -100%);
      transform: translate(calc(-100% - 10px), -100%); }
    .main-text-wrap.active .sub-text.no9 {
      -webkit-transform: translate(calc(-100% - 10px), -200%);
      transform: translate(calc(-100% - 10px), -200%); }
    .main-text-wrap.active .sub-text.no10 {
      -webkit-transform: translate(calc(-100% - 10px), -300%);
      transform: translate(calc(-100% - 10px), -300%); }
    .main-text-wrap.active .sub-text.no11 {
      -webkit-transform: translate(calc(-100% - 10px), 100%);
      transform: translate(calc(-100% - 10px), 100%); }
    .main-text-wrap.active .sub-text.no12 {
      -webkit-transform: translate(calc(-100% - 10px), 200%);
      transform: translate(calc(-100% - 10px), 200%); }
    .main-text-wrap.active .sub-text.no13 {
      -webkit-transform: translate(calc(-100% - 10px), 300%);
      transform: translate(calc(-100% - 10px), 300%); }
    .main-text-wrap.active .sub-text.no14 {
      -webkit-transform: translate(calc(100% + 10px), 0);
      transform: translate(calc(100% + 10px), 0); }
    .main-text-wrap.active .sub-text.no15 {
      -webkit-transform: translate(calc(100% + 10px), -100%);
      transform: translate(calc(100% + 10px), -100%); }
    .main-text-wrap.active .sub-text.no16 {
      -webkit-transform: translate(calc(100% + 10px), -200%);
      transform: translate(calc(100% + 10px), -200%); }
    .main-text-wrap.active .sub-text.no17 {
      -webkit-transform: translate(calc(100% + 10px), -300%);
      transform: translate(calc(100% + 10px), -300%); }
    .main-text-wrap.active .sub-text.no18 {
      -webkit-transform: translate(calc(100% + 10px), 100%);
      transform: translate(calc(100% + 10px), 100%); }
    .main-text-wrap.active .sub-text.no19 {
      -webkit-transform: translate(calc(100% + 10px), 200%);
      transform: translate(calc(100% + 10px), 200%); }
    .main-text-wrap.active .sub-text.no20 {
      -webkit-transform: translate(calc(100% + 10px), 300%);
      transform: translate(calc(100% + 10px), 300%); }

.sub-text-wrap {
  opacity: 0;
  transition: opacity 0s ease 1.2s; }

.sub-sp {
  display: none; }

.main-text {
  position: relative; }

.mv-side {
  position: absolute;
  top: 0;
  width: 50vw;
  min-height: 840px;
  height: 100vh;
  background: #005AAE;
  transition: width 1.6s ease .8s; }
  .mv-side.active {
    width: 220px; }
  .mv-side.mv-left {
    left: 0; }
  .mv-side.mv-right {
    right: 0; }

.sub-text {
  padding-left: 20px;
  padding-right: 20px;
  position: absolute;
  top: 0;
  left: 0;
  transition: transform 1.6s ease-in-out 1.2s; }

.recruit-vairal-title-wrap {
  margin: 0 auto 30px;
  padding: 30px 15px 40px;
  width: 450px;
  max-width: 100%;
  background: #090909;
  color: #fff;
  text-align: center; }
  .recruit-vairal-title-wrap h2 {
    margin-bottom: 20px;
    font-size: 2rem;
    font-weight: bold; }
  .recruit-vairal-title-wrap p {
    font-size: 1rem;
    text-align: center; }
  .recruit-vairal-title-wrap.content5-title-box {
    padding-bottom: 15px; }
  .recruit-vairal-title-wrap.content5-title-box650 {
    width: 650px;
    padding-left: 20px;
    padding-right: 20px; }
    .recruit-vairal-title-wrap.content5-title-box650 h2 {
      text-align: justify; }
    .recruit-vairal-title-wrap.content5-title-box650 .text-box {
      width: 54.09836%; }
      .recruit-vairal-title-wrap.content5-title-box650 .text-box p + p {
        margin-top: 20px; }
    .recruit-vairal-title-wrap.content5-title-box650 figure {
      width: 40.98361%;
      text-align: center; }
    .recruit-vairal-title-wrap.content5-title-box650 p {
      text-align: justify; }
  .recruit-vairal-title-wrap.title-simple {
    padding: 20px; }
    .recruit-vairal-title-wrap.title-simple h2 {
      margin-bottom: 0; }

.recruit-vairal-list {
  padding: 25px;
  background: #090909;
  width: 475px;
  max-width: 100%; }
  .recruit-vairal-list.vairal2 {
    width: 700px; }
    .recruit-vairal-list.vairal2 .viral-box {
      width: 31%; }

.recruit-vairal-list-flex {
  display: -webkit-box;
  /*Android4.3*/
  display: -moz-box;
  /*Firefox21*/
  display: -ms-flexbox;
  /*IE10*/
  display: -webkit-flex;
  /*PC-Safari,iOS8.4*/
  display: flex;
  -webkit-box-pack: justify;
  /*Android4.3*/
  -moz-box-pack: justify;
  /*Firefox21*/
  -ms-flex-pack: justify;
  /*IE10*/
  -webkit-justify-content: space-between;
  /*PC-Safari,iOS8.4*/
  justify-content: space-between; }

.viral-box {
  width: 47%;
  position: relative; }
  .viral-box figcaption {
    padding: 5px;
    padding-left: 11px;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    line-height: 1.3; }
    .viral-box figcaption small,
    .viral-box figcaption b {
      display: block; }
    .viral-box figcaption small {
      font-size: 1rem; }
    .viral-box figcaption b {
      font-size: 1.5rem;
      font-weight: bold; }
    .viral-box figcaption:before {
      content: '';
      width: 1px;
      height: 70%;
      background: #000;
      position: absolute;
      top: 50%;
      left: 5px;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%); }

.item-list-wrapper {
  position: relative;
  width: 100%;
  overflow: visible; }

.swiper-button-next {
  width: 73px; }
  .swiper-button-next:after {
    content: '';
    width: 73px;
    height: 50px;
    background: url(assets/img/icon-next.svg) no-repeat center;
    background-size: 100% 100%; }

.swiper-button-prev {
  width: 73px; }
  .swiper-button-prev:after {
    content: '';
    width: 73px;
    height: 50px;
    background: url(assets/img/icon-prev.svg) no-repeat center;
    background-size: 100% 100%; }

.item-list li {
  width: 200px; }

.shadow-text {
  position: absolute;
  left: 0;
  width: 100%; }
  .shadow-text.shadow1 {
    top: 120px; }
  .shadow-text.shadow2 {
    bottom: 120px; }

.shadow1 .shadow-main,
.shadow1 .shadow-sub {
  top: 0;
  transform: translate(-110px, -92px); }

.shadow2 .shadow-main,
.shadow2 .shadow-sub {
  bottom: 0;
  transform: translate(110px, 92px); }

.shadow-main,
.shadow-sub {
  position: absolute;
  left: 0;
  width: 100%;
  transition: transform 1.2s ease; }

.content5-wrapper,
.content5-wrapper-slider,
.content5-inner,
.content5-wrapper .bx-wrapper,
.content5-wrapper .bx-viewport {
  height: 100% !important; }

.content5-wrapper .disabled {
  opacity: 0;
  cursor: default;
  pointer-events: none; }

.content5-wrapper .bx-pager-link {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 1px solid #fff; }
  .content5-wrapper .bx-pager-link.active {
    background: #fff; }

.content-controls {
  margin-top: 50px;
  display: -webkit-box;
  /*Android4.3*/
  display: -moz-box;
  /*Firefox21*/
  display: -ms-flexbox;
  /*IE10*/
  display: -webkit-flex;
  /*PC-Safari,iOS8.4*/
  display: flex;
  -webkit-box-pack: justify;
  /*Android4.3*/
  -moz-box-pack: justify;
  /*Firefox21*/
  -ms-flex-pack: justify;
  /*IE10*/
  -webkit-justify-content: space-between;
  /*PC-Safari,iOS8.4*/
  justify-content: space-between;
  -webkit-align-items: center;
  /* 縦方向中央揃え（Safari用） */
  align-items: center;
  /* 縦方向中央揃え */ }

.text-flow-box {
  padding: 10px 0;
  position: absolute;
  left: 0;
  width: 100%;
  transition: background .8s ease;
  overflow: hidden; }
  .text-flow-box p {
    padding-left: 100%;
    display: inline-block;
    line-height: 1;
    font-size: 4.6rem;
    font-weight: 600;
    color: #fff;
    white-space: nowrap;
    animation: scrollSample01 30s linear infinite; }
  .text-flow-box.active1 {
    background: #FF4300; }
  .text-flow-box.active2 {
    background: #00BD00; }
  .text-flow-box.active3 {
    background: #005AAE; }

@keyframes scrollSample01 {
  0% {
    transform: translateX(0); }
  100% {
    transform: translateX(-100%); } }

.text-flow1 {
  top: 0; }

.text-flow2 {
  bottom: 0; }

.side-text-line {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -125px;
  width: 120px;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  background: #00BD00; }

.side-text-wrap {
  position: absolute;
  top: 50%;
  left: -120px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

.side-text {
  overflow: hidden; }

.side-text1,
.side-text3,
.side-text4 {
  padding-left: 10px; }

.side-text2 {
  margin-top: 20px;
  margin-bottom: 20px; }

.side-image {
  transform-origin: 0px 0px;
  transform: translate(0, 100%) rotate(10deg);
  transition: transform 1.4s ease; }

.rotate-text-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1025px;
  height: 730px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }
  .rotate-text-wrap.next .rotate-text-box span {
    transition: transform .8s ease; }
  .rotate-text-wrap.next .rotate-text-box .rotate-x span {
    transform: translateX(0%); }
  .rotate-text-wrap.next .rotate-text-box .rotate-y span {
    transform: translateY(-66%); }
  .rotate-text-wrap.prev .rotate-text-box span {
    transition: transform .8s ease; }
  .rotate-text-wrap.prev .rotate-text-box .rotate-x span {
    transform: translateX(-66%); }
  .rotate-text-wrap.prev .rotate-text-box .rotate-y span {
    transform: translateY(0%); }

.rotate-text-box {
  position: absolute; }
  .rotate-text-box .rotate-x {
    margin: 0 auto;
    height: 16px;
    overflow: hidden; }
    .rotate-text-box .rotate-x span {
      display: block;
      width: 300%;
      height: 100%;
      transform: translateX(-33%); }
    .rotate-text-box .rotate-x.b4 {
      width: 997px; }
      .rotate-text-box .rotate-x.b4 span {
        background: url(assets/img/b4-x.png) repeat-x; }
    .rotate-text-box .rotate-x.b3 {
      width: 966px; }
      .rotate-text-box .rotate-x.b3 span {
        background: url(assets/img/b3-x.png) repeat-x; }
    .rotate-text-box .rotate-x.b2 {
      width: 938px; }
      .rotate-text-box .rotate-x.b2 span {
        background: url(assets/img/b2-x.png) repeat-x; }
    .rotate-text-box .rotate-x.b1 {
      width: 913px; }
      .rotate-text-box .rotate-x.b1 span {
        background: url(assets/img/b1-x.png) repeat-x; }
  .rotate-text-box .rotate-y {
    margin: 0 auto;
    width: 16px;
    overflow: hidden; }
    .rotate-text-box .rotate-y span {
      display: block;
      width: 100%;
      height: 300%;
      transform: translateY(-33%); }
    .rotate-text-box .rotate-y.b4 {
      height: 698px; }
      .rotate-text-box .rotate-y.b4 span {
        background: url(assets/img/b4-y.png) repeat-y; }
    .rotate-text-box .rotate-y.b3 {
      height: 668px; }
      .rotate-text-box .rotate-y.b3 span {
        background: url(assets/img/b3-y.png) repeat-y; }
    .rotate-text-box .rotate-y.b2 {
      height: 639px; }
      .rotate-text-box .rotate-y.b2 span {
        background: url(assets/img/b2-y.png) repeat-y; }
    .rotate-text-box .rotate-y.b1 {
      height: 605px; }
      .rotate-text-box .rotate-y.b1 span {
        background: url(assets/img/b1-y.png) repeat-y; }

.rotate-text-top {
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); }

.rotate-text-bot {
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) rotate(180deg); }

.rotate-text-left {
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

.rotate-text-right {
  top: 50%;
  right: 0;
  transform: translateY(-50%) rotate(180deg); }

.rotate-y-wrap {
  display: -webkit-box;
  /*Android4.3*/
  display: -moz-box;
  /*Firefox21*/
  display: -ms-flexbox;
  /*IE10*/
  display: -webkit-flex;
  /*PC-Safari,iOS8.4*/
  display: flex;
  -webkit-align-items: center;
  /* 縦方向中央揃え（Safari用） */
  align-items: center;
  /* 縦方向中央揃え */ }

.active .shadow1 .shadow-main {
  transform: translate(0px, 0px); }

.active .shadow1 .sub1 {
  transform: translate(-34px, -23px); }

.active .shadow1 .sub2 {
  transform: translate(-60px, -48px); }

.active .shadow1 .sub3 {
  transform: translate(-84px, -70px); }

.active .shadow2 .shadow-main {
  transform: translate(0px, 0px); }

.active .shadow2 .sub1 {
  transform: translate(34px, 23px); }

.active .shadow2 .sub2 {
  transform: translate(60px, 48px); }

.active .shadow2 .sub3 {
  transform: translate(84px, 70px); }

.active .side-image {
  transform: translate(0, 0) rotate(0deg); }

.undulation-wrap {
  position: absolute;
  top: 0; }
  .undulation-wrap.undulation-left {
    left: 0;
    transform: translateX(-100%); }
  .undulation-wrap.undulation-right {
    right: 0;
    transform: translateX(100%); }

.undulation-list li {
  margin: 10px 0;
  width: 340px;
  display: -webkit-box;
  /*Android4.3*/
  display: -moz-box;
  /*Firefox21*/
  display: -ms-flexbox;
  /*IE10*/
  display: -webkit-flex;
  /*PC-Safari,iOS8.4*/
  display: flex; }
  .undulation-list li span {
    display: block;
    height: 19px;
    transition: width .5s ease; }
    .undulation-list li span img {
      width: 100%;
      height: 100%; }
  .undulation-list li .first {
    width: 100%; }
  .undulation-list li .second {
    width: 0%; }

.undulation-list.active li .first {
  width: 0%; }

.undulation-list.active li .second {
  width: 100%; }

@media only screen and (max-width: 1330px) {
  .mv-side.active {
    width: calc((100vw - 890px) / 2); } }

@media only screen and (max-width: 890px) {
  html {
    font-size: 1.1vw; } }

@media only screen and (max-width: 640px) {
  html {
    font-size: 2vw; }
  .pc {
    display: none !important; }
  .sp {
    display: block !important; }
    .sp.dib {
      display: inline-block !important; }
  .flex {
    display: block; }
  .flex-box {
    width: 100% !important; }
  #content1 {
    background: url(assets/img/mv-back_sp.jpg) no-repeat center;
    background-size: cover;
    position: relative; }
    #content1 .inner {
      width: 80%; }
  #content2 {
    background: url(assets/img/bg-content2_sp.jpg) no-repeat top;
    background-size: cover; }
  #content3 {
    background: url(assets/img/bg-content3_sp.jpg) no-repeat top;
    background-size: cover; }
  .content5-2 {
    background: url(assets/img/bg-content5-2_sp.jpg) no-repeat center right;
    background-size: cover; }
  .content5-3 {
    background: url(assets/img/bg-content5-3_sp.jpg) no-repeat center right;
    background-size: cover; }
  .content-inner-wrap {
    min-height: 600px; }
  .mv-side {
    height: 50vh;
    width: 100%;
    transition: height 1.6s ease .8s;
    min-height: unset; }
    .mv-side.mv-right {
      top: auto;
      bottom: 0; }
    .mv-side.active {
      width: 100%;
      height: 100px; }
  .sub-sp,
  #nav-torigger {
    display: block; }
  .sub-side {
    display: none; }
  #common-header {
    opacity: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    padding-top: 80px;
    width: 50%;
    left: auto;
    right: 0;
    background: #000;
    max-height: 100vh;
    overflow-y: scroll; }
  .logo {
    margin-bottom: 30px;
    text-align: center; }
    .logo img {
      width: 70%; }
  #common-nav ul {
    padding-right: 0;
    padding-bottom: 80px;
    display: block; }
    #common-nav ul li {
      margin: 15px 0; }
      #common-nav ul li a {
        padding: 10px;
        color: #fff;
        display: block;
        text-align: center;
        font-size: 1.2rem; }
  .icon-login {
    margin-right: 10px;
    fill: #fff; }
  .content-center {
    width: 100%; }
  .recruit-vairal-list {
    padding: 15px; }
  .viral-box {
    width: 48%; }
    .viral-box figcaption {
      position: relative;
      width: 100%; }
  .sp-content-wrap {
    margin: 0 auto;
    width: 66.66667%; }
  .side-text-wrap {
    top: 30px;
    left: 28%;
    transform: none; }
  .side-text-wrap {
    width: 90.66667%; }
  .side-text1 {
    width: 97.05882%; }
  .side-text2 {
    width: 30.58824%; }
  .side-text3 {
    width: 40.58824%; }
  .side-text4 {
    width: 96.47059%; }
  .recruit-vairal-title-wrap {
    margin-bottom: 20px;
    padding: 20px; }
    .recruit-vairal-title-wrap p {
      text-align: justify; }
  .rotate-text-wrap {
    width: 100%;
    height: 100%; }
  .b4,
  .b3 {
    display: none; }
  .rotate-text-top,
  .rotate-text-bot {
    width: 100%; }
  .rotate-y-wrap {
    height: 100%; }
  .rotate-text-box .rotate-x.b1 {
    width: 80%; }
  .rotate-text-box .rotate-x.b2 {
    width: 90%; }
  .rotate-text-box .rotate-y.b1 {
    height: 90%; }
  .rotate-text-box .rotate-y.b2 {
    height: 95%; }
  .btn.btn-content5, .btn.big {
    padding: 20px;
    max-width: 100%;
    text-align: center;
    line-height: 1.4; }
  .btn.btn-content5 {
    width: 250px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); }
  .btn.big {
    width: 100%; }
    .btn.big:after {
      content: none; }
  .content-pager {
    width: 50px; }
  .content-next,
  .content-prev {
    padding-top: 3px;
    width: 35%;
    font-size: 0; }
  .content-controls {
    margin-top: 30px; }
  .sp-m-none {
    margin-top: 0 !important; }
  .recruit-vairal-title-wrap.content5-title-box650 h2 {
    text-align: center; }
  .recruit-vairal-title-wrap.content5-title-box650 figure {
    margin-top: 30px;
    width: 100%;
    text-align: center; }
    .recruit-vairal-title-wrap.content5-title-box650 figure img {
      width: 60%; }
  .text-flow-box p {
    font-size: 3rem; }
  .recruit-vairal-list.vairal2 .viral-box {
    margin-bottom: 15px;
    padding-top: 43.47826%;
    width: 100%; }
    .recruit-vairal-list.vairal2 .viral-box:last-child {
      margin-bottom: 0; }
    .recruit-vairal-list.vairal2 .viral-box img {
      object-fit: cover;
      object-position: 50% 16%;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
    .recruit-vairal-list.vairal2 .viral-box figcaption {
      padding-right: 10px;
      position: absolute;
      width: auto; }
  .undulation-wrap.undulation-left {
    transform: translateX(-86%); }
  .undulation-wrap.undulation-right {
    transform: translateX(86%); }
  .viral-box.active img {
    filter: grayscale(0%); } }

@media only screen and (max-width: 480px) {
  .mv-side.active {
    height: 60px; }
  .item-list li {
    width: 160px; } }
