/* Scss Document */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box; }

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

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after {
  content: '';
  content: none; }

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

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

@font-face {
  font-family: 'Raleway Light';
  font-style: normal;
  src: local("Raleway Light"), local("Raleway-Light"), url(../font/8KhZd3VQBtXTAznvKjw-k73hpw3pgy2gAi-Ip7WPMi0.woff) format("woff"); }
@font-face {
  font-family: 'Raleway Extra-Light';
  font-style: normal;
  src: local("Raleway Extra-Light"), local("Raleway-Extra-Light"), url(../font/8KhZd3VQBtXTAznvKjw-k73hpw3pgy2gAi-Ip7WPMi0.woff) format("woff"); }
@font-face {
  font-family: 'Raleway Thin';
  font-style: normal;
  src: local("Raleway Thin"), local("Raleway-Thin"), url(../font/8KhZd3VQBtXTAznvKjw-k73hpw3pgy2gAi-Ip7WPMi0.woff) format("woff"); }
html, body {
  position: relative;
  width: 100%;
  height: 100%;
  color: #333;
  font-size: 14px;
  font-family: 'Raleway', sans-serif;
  line-height: 1.5;
  background: #f5f5f5; }

a {
  color: #333;
  text-decoration: none; }
  a:hover {
    opacity: 0.8; }

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  background: #22889C;
  z-index: 70; }
  header .contents {
    padding-top: 8px;
    color: #FFF;
    font-family: "Raleway Extra-Light", sans-serif; }
    header .contents a {
      color: #FFF; }
    header .contents #site_title {
      margin-bottom: 16px;
      font-size: 1.5rem;
      font-family: "Raleway Thin", sans-serif; }
    header .contents nav {
      position: absolute;
      top: 13.6px;
      right: 0; }
      @media screen and (max-width: 960px) {
        header .contents nav {
          display: none; } }
  header#home {
    display: none; }

#container {
  position: relative;
  overflow: hidden;
  min-width: 980px;
  background: url("../images/brickwall.png"); }
  @media screen and (max-width: 960px) {
    #container {
      min-width: 100%; } }

.contents {
  position: relative;
  width: 960px;
  margin: 0 auto;
  z-index: 2; }
  .contents .title {
    margin-bottom: 24px;
    font-size: 2.5rem;
    font-family: "Raleway Thin", sans-serif; }
    .contents .title span {
      display: block;
      color: #333;
      font-size: 1.2rem;
      font-family: "Raleway Extra-Light", sans-serif; }
  .contents .contents_sp,
  .contents .contents_tb {
    display: none; }
  @media screen and (max-width: 960px) {
    .contents {
      width: 90%; }
      .contents .contents_tb {
        display: block; } }
  @media screen and (max-width: 560px) {
    .contents .title {
      font-size: 2rem; }
    .contents .contents_sp {
      display: block; } }

footer {
  position: relative;
  min-height: 500px;
  background: url("../images/footer_bg.jpg") no-repeat center bottom, #333;
  background-size: 500px auto, 100% 100%;
  z-index: 80; }
  footer .contents {
    position: relative;
    top: 50%;
    color: #FFF;
    text-align: center;
    font-family: "Raleway Thin", sans-serif;
    transform: translateY(-50%); }
    footer .contents .title {
      margin-bottom: 24px; }
    footer .contents nav a {
      color: #FFF;
      font-size: 1.2rem; }
  footer #scroll_top {
    content: '';
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    right: 40px;
    bottom: 40px;
    border-top: 2px solid #FFF;
    border-right: 2px solid #FFF;
    transform: rotate(-45deg); }
    footer #scroll_top a {
      display: block;
      width: 100%;
      height: 100%; }
  footer small {
    position: absolute;
    left: 40px;
    bottom: 40px;
    color: #FFF;
    font-size: 0.9rem;
    opacity: 0.5; }

.column {
  position: relative;
  display: inline-block; }

.column3 {
  position: relative; }
  .column3 .column {
    width: 33%; }

#overlay {
  display: none;
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  z-index: 90; }

.modal {
  display: none;
  position: fixed;
  top: 20%;
  left: 50%;
  width: 700px;
  max-height: 60%;
  padding: 32px 32px 48px;
  background: #FFF;
  border-radius: 5px;
  transform: translateX(-50%);
  z-index: 91; }
  .modal .title {
    margin-bottom: 24px;
    color: #22889C;
    font-size: 2rem;
    font-family: "Raleway Extra-Light", sans-serif; }
  .modal .text {
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif"; }
  .modal .close {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 8px;
    padding: 8px;
    color: #333;
    font-size: 2rem;
    cursor: pointer; }

.main_visual {
  position: relative;
  height: 600px;
  color: #22889C;
  font-size: 1000px;
  background: #FFF; }
  .main_visual:before, .main_visual:after {
    content: '';
    display: block;
    position: absolute;
    width: 200%;
    height: 100%;
    background: #22889C;
    transform-origin: left bottom;
    transform: rotate(-10deg); }
  .main_visual:before {
    top: 1px;
    left: 0; }
  .main_visual:after {
    top: -1px;
    left: 0; }
  .main_visual.anm_cut:before {
    animation: l2r 0.3s forwards ease-in-out;
    animation-delay: 0.5s; }
  .main_visual.anm_b2t:after {
    animation: b2t 0.3s forwards ease-in-out;
    animation-delay: 1s; }
  .main_visual span {
    position: absolute;
    top: -500px;
    left: 50%; }
    .main_visual span:nth-child(1) {
      margin-left: -850px; }
    .main_visual span:nth-child(2) {
      margin-left: -350px; }
    .main_visual span:nth-child(3) {
      margin-left: 200px; }
  @media screen and (max-width: 960px) {
    .main_visual {
      height: 300px;
      font-size: 460px; }
      .main_visual span {
        top: -200px;
        left: 50%; }
        .main_visual span:nth-child(1) {
          margin-left: -450px; }
        .main_visual span:nth-child(2) {
          margin-left: -170px; }
        .main_visual span:nth-child(3) {
          margin-left: 80px; } }
  @media screen and (max-width: 560px) {
    .main_visual {
      height: 150px;
      font-size: 280px; }
      .main_visual span {
        top: -150px;
        left: 50%; }
        .main_visual span:nth-child(1) {
          margin-left: -250px; }
        .main_visual span:nth-child(2) {
          margin-left: -100px; }
        .main_visual span:nth-child(3) {
          margin-left: 60px; } }

#profile {
  position: relative;
  width: 100%;
  padding: 150px 0;
  color: #FCFCFC;
  background: url("../images/profile_bg.png"), #22889C; }
  #profile .catch {
    position: absolute;
    top: -270px;
    right: 0;
    text-align: right;
    font-family: "Raleway Extra-Light", sans-serif; }
    #profile .catch span:nth-child(1) {
      display: block;
      font-size: 1.5rem;
      opacity: 0;
      animation: fade_in_bottom 0.8s forwards ease-in-out;
      animation-delay: 1.5s; }
    #profile .catch span:nth-child(2) {
      display: block;
      opacity: 0;
      animation: fade_in_bottom 0.8s forwards ease-in-out;
      animation-delay: 1.7s; }
  #profile .title, #profile .text {
    opacity: 0; }
  #profile.animation .title, #profile.animation .text {
    animation: fade_in_bottom 1s forwards ease-in-out; }
  #profile:before, #profile:after {
    content: '';
    display: block;
    position: absolute;
    width: 200%;
    height: 100%;
    top: 0;
    left: 0;
    background: url("../images/profile_bg.png"), #22889C;
    transform-origin: left top; }
  #profile:before {
    transform: rotate(-10deg); }
  #profile:after {
    transform: rotate(10deg); }
  @media screen and (max-width: 960px) {
    #profile .catch {
      top: -200px; }
      #profile .catch span:nth-child(1) {
        animation: fade_in_bottom_sp 0.8s forwards ease-in-out;
        animation-delay: 1.5s; }
      #profile .catch span:nth-child(2) {
        animation: fade_in_bottom_sp 0.8s forwards ease-in-out;
        animation-delay: 1.7s; }
    #profile.animation .title, #profile.animation .text {
      animation: fade_in_bottom 1s forwards ease-in-out;
      animation-delay: 2s; } }
  @media screen and (max-width: 560px) {
    #profile {
      padding: 80px 0; }
      #profile .catch {
        top: -110px; }
      #profile .title {
        text-align: center; } }

#works {
  position: relative;
  top: 8px;
  padding: 300px 0;
  text-align: center; }
  #works .title {
    color: #22889C; }
  @media screen and (max-width: 960px) {
    #works {
      padding: 200px 0; } }
  @media screen and (max-width: 560px) {
    #works {
      padding: 100px 0; }
      #works .contents {
        width: 100%; } }
  #works .thumbnail {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 10px; }
    #works .thumbnail li {
      position: relative;
      margin-top: 24px;
      box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 4px rgba(0, 0, 0, 0.24); }
      #works .thumbnail li a {
        display: block; }
        #works .thumbnail li a img {
          width: 100%;
          filter: grayscale(90%) brightness(50%); }
        #works .thumbnail li a:hover img {
          filter: grayscale(0%) brightness(100%); }
    #works .thumbnail.web li {
      width: 300px;
      height: 185px;
      margin: 0 10px 20px; }
    #works .thumbnail.photo li {
      width: 180px;
      height: 180px;
      margin: 0 6px 12px; }
      #works .thumbnail.photo li a img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        filter: grayscale(30%) brightness(60%); }
      #works .thumbnail.photo li a:hover img {
        filter: none; }
    @media screen and (max-width: 960px) {
      #works .thumbnail {
        padding: 0 5px; }
        #works .thumbnail li {
          width: 31% !important; }
          #works .thumbnail li a img {
            filter: grayscale(0%) brightness(100%) !important; }
        #works .thumbnail.web li {
          margin: 0 6px 10px; }
          #works .thumbnail.web li img {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            object-fit: cover; } }
    @media screen and (max-width: 560px) {
      #works .thumbnail {
        justify-content: space-between; }
        #works .thumbnail li {
          width: 49% !important;
          margin: 8px 0 0 !important; }
        #works .thumbnail.web li, #works .thumbnail.photo li {
          height: auto; }
          #works .thumbnail.web li:before, #works .thumbnail.photo li:before {
            display: block;
            content: '';
            padding-top: 100%; } }
  #works:before, #works:after {
    content: '';
    display: block;
    position: absolute;
    width: 200%;
    height: 100%;
    background: #22889C;
    transform-origin: left top; }
  #works:before {
    top: -5px;
    left: 0;
    height: 20px;
    transform: rotate(10deg); }
  #works:after {
    top: 1px;
    left: 0;
    height: 100%;
    transform: rotate(10deg);
    z-index: 10; }
  #works.animation:before {
    animation: l2r_works 0.5s forwards ease-in-out; }
  #works.animation:after {
    animation: t2b 0.3s forwards ease-in-out;
    animation-delay: 0.5s; }
  @media screen and (max-width: 960px) {
    #works {
      /*&:after {
      	top: 5px;
      	left: 0;
      }*/ } }

#experience {
  position: relative;
  padding: 100px 0 0;
  text-align: center;
  background: #22889C;
  z-index: 20; }
  #experience .title {
    position: relative;
    margin-bottom: 150px;
    color: #FFF;
    opacity: 0.8;
    z-index: 21; }
  #experience .column3:after {
    content: '';
    display: block;
    position: absolute;
    width: 3000px;
    height: 600px;
    top: -200px;
    left: -1000px;
    background: #22889C; }
  #experience .column {
    position: relative;
    height: 470px;
    font-family: "Raleway Extra-Light", sans-serif; }
    #experience .column .year {
      position: absolute;
      color: #FFF;
      font-size: 1.5rem;
      opacity: 0;
      z-index: 11; }
    #experience .column .company {
      position: absolute;
      color: #22889C;
      font-size: 1.5rem;
      opacity: 0;
      z-index: 11; }
    #experience .column .circle {
      position: absolute;
      margin-left: -13px;
      width: 26px;
      height: 26px;
      background: #FFF;
      border-radius: 100%;
      opacity: 0;
      z-index: 9; }
      #experience .column .circle:before, #experience .column .circle:after {
        content: '';
        display: block;
        position: absolute;
        width: 26px;
        height: 26px;
        top: 13px;
        left: 13px;
        border: solid thin #FFF;
        border-radius: 50%; }
      #experience .column .circle:before {
        animation: wave 2s infinite; }
      #experience .column .circle:after {
        animation: wave 2s infinite;
        animation-delay: 0.2s; }
      #experience .column .circle:hover {
        background: #E7686D;
        cursor: pointer; }
    #experience .column .member {
      position: absolute;
      left: 5px;
      bottom: -15px;
      width: 100%;
      padding: 0 40px;
      text-align: left;
      opacity: 0;
      z-index: 14; }
      #experience .column .member.layer2 {
        bottom: 13px;
        z-index: 13; }
      #experience .column .member.layer3 {
        bottom: 41px;
        z-index: 12; }
      #experience .column .member.layer4 {
        bottom: 69px;
        z-index: 11; }
      #experience .column .member img {
        display: inline-block;
        position: relative;
        margin-left: -10px; }
    #experience .column img.building {
      position: relative;
      opacity: 0;
      cursor: pointer;
      z-index: 10; }
    #experience .column:before {
      content: '';
      display: block;
      position: absolute;
      width: 100%;
      height: 2px;
      background: #FFF; }
    #experience .column:nth-child(1) .year {
      top: 140px;
      left: 50%; }
    #experience .column:nth-child(1) .company {
      top: 330px;
      left: 50%; }
    #experience .column:nth-child(1) .circle {
      top: 185px;
      left: 50%; }
    #experience .column:nth-child(1) img.building {
      top: 250px; }
    #experience .column:nth-child(1):before {
      top: 198px;
      right: 50%;
      width: 1000px;
      transform: rotate(-10deg);
      transform-origin: right top; }
    #experience .column:nth-child(2) .year {
      top: -10px;
      left: 50%; }
    #experience .column:nth-child(2) .company {
      top: 180px;
      left: 50%; }
    #experience .column:nth-child(2) .circle {
      top: 35px;
      left: 50%; }
    #experience .column:nth-child(2) img.building {
      top: 100px; }
    #experience .column:nth-child(2):before {
      top: 48px;
      right: 50%;
      width: 355px;
      transform: rotate(-25deg);
      transform-origin: right top; }
    #experience .column:nth-child(3) .year {
      top: -110px;
      left: 50%; }
    #experience .column:nth-child(3) .company {
      top: 80px;
      left: 50%; }
    #experience .column:nth-child(3) .circle {
      top: -65px;
      left: 50%; }
    #experience .column:nth-child(3):before {
      top: -52px;
      right: 50%;
      width: 335px;
      transform: rotate(-17.3deg);
      transform-origin: right top; }
    #experience .column:nth-child(3):after {
      content: '';
      display: block;
      position: absolute;
      width: 1000px;
      height: 2px;
      top: -52px;
      left: 50%;
      background: #FFF;
      transform: rotate(-10deg);
      transform-origin: left top; }
  #experience.animation .column .year {
    animation: fade_in_year 0.5s forwards ease-in-out; }
  #experience.animation .column .circle {
    animation: fade_in_circle 0.5s forwards ease-in-out; }
  #experience.animation .column img.building {
    animation: fade_in_building 1s forwards ease-in-out; }
  #experience.animation .column .company {
    animation: fade_in_company 1s forwards ease-in-out;
    animation-delay: 1s; }
  #experience.animation .column .member.layer1 {
    animation: fade_in_member 1s forwards ease-in-out;
    animation-delay: 1s; }
  #experience.animation .column .member.layer2 {
    animation: fade_in_member 1s forwards ease-in-out;
    animation-delay: 1.5s; }
  #experience.animation .column .member.layer3 {
    animation: fade_in_member 1s forwards ease-in-out;
    animation-delay: 2s; }
  #experience.animation .column .member.layer4 {
    animation: fade_in_member 1s forwards ease-in-out;
    animation-delay: 2.5s; }
  #experience.animation .column3:after {
    animation: l2r 1.5s forwards ease-in-out; }
  #experience:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 200%;
    height: 100%;
    background: #22889C;
    transform-origin: left top; }
  #experience:before {
    transform: rotate(-10deg); }
  @media screen and (max-width: 960px) {
    #experience {
      padding: 50px 0 0; }
      #experience .title {
        margin-bottom: 40px; }
      #experience .column3 {
        display: none; }
      #experience .contents {
        width: 100%; }
      #experience .contents_tb {
        position: relative;
        padding-bottom: 100px;
        text-align: left; }
        #experience .contents_tb:before {
          position: absolute;
          top: 35px;
          left: 23px;
          bottom: 0;
          content: '';
          display: block;
          width: 2px;
          /*height: 600px;*/
          background: #FFF; }
        #experience .contents_tb > div {
          position: relative; }
      #experience .term {
        position: absolute;
        top: 32px;
        left: 30px;
        width: calc(100% - 70px);
        margin-bottom: 12px;
        padding: 0 0 5px 10px;
        color: #FFF;
        font-size: 1.3rem;
        font-family: "Raleway Extra-Light", sans-serif;
        line-height: 1;
        border-bottom: 1px solid #22889C; }
        #experience .term:after {
          position: absolute;
          top: 0px;
          left: -14px;
          content: '';
          display: block;
          width: 8px;
          height: 8px;
          border-radius: 20px;
          border: 5px solid #E7686D;
          background: #f5f5f5; }
      #experience .info {
        position: relative;
        left: 0;
        width: 100%;
        margin-bottom: 0;
        padding: 48px 16px 0 40px;
        color: #FFF;
        text-align: left;
        opacity: 0; }
        #experience .info h3 {
          position: absolute;
          top: 25px;
          left: 100px;
          font-size: 1.5rem;
          font-family: "Raleway Extra-Light", sans-serif; }
          #experience .info h3 span {
            display: block;
            padding-top: 0;
            color: #999;
            font-size: 0.9rem; }
        #experience .info .text {
          padding-top: 16px; }
      #experience #exp4 .sub:before {
        display: none; }
      #experience #exp4 .sub:after {
        left: -29px;
        background: #E7686D;
        border-radius: 20px;
        border: 4px solid #E7686D; }
      #experience.animation .info {
        animation: r2l 1s forwards; } }

#detail {
  position: relative;
  padding: 150px 0 200px;
  text-align: center; }
  #detail .title {
    color: #22889C; }
  #detail .capture {
    margin-bottom: 24px; }
  #detail .text {
    margin: 0 auto 40px;
    padding-bottom: 40px;
    border-bottom: 1px dotted #999;
    text-align: left;
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif"; }
  #detail ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
    #detail ul li {
      position: relative;
      width: 90px;
      height: 90px;
      margin: 0 3px 6px;
      background: #FFF;
      border: 1px solid #CCC;
      border-radius: 3px; }
      #detail ul li img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateX(-50%) translateY(-50%); }
      #detail ul li.dis {
        opacity: 0.6; }
  #detail .detail_sp {
    position: relative;
    overflow: hidden; }
    #detail .detail_sp .capture {
      float: left; }
    #detail .detail_sp .text {
      float: right;
      width: 550px;
      padding-top: 100px; }
    #detail .detail_sp ul {
      float: right;
      width: 550px; }
  @media screen and (max-width: 560px) {
    #detail {
      padding: 80px 0 100px; }
      #detail .capture {
        width: 100%;
        height: auto;
        margin: 0 auto; }
      #detail .text {
        margin: 0 auto 24px;
        padding: 20px 0 24px; }
      #detail .detail_sp .capture {
        float: none;
        width: 90%; }
      #detail .detail_sp .text {
        float: none;
        width: 100%;
        padding-top: 20px; }
      #detail .detail_sp ul {
        float: none;
        width: 100%; }
        #detail .detail_sp ul li {
          width: 70px;
          height: 70px; }
          #detail .detail_sp ul li:nth-child(5) img, #detail .detail_sp ul li:nth-child(6) img, #detail .detail_sp ul li:nth-child(7) img {
            width: 60px; } }
  #detail:before, #detail:after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: #22889C; }
  #detail:before {
    top: 50px;
    left: 0;
    z-index: 1; }
  #detail:after {
    top: 51px;
    left: 0;
    z-index: 2; }
  #detail.animation:before {
    animation: l2r 0.2s forwards ease-in-out;
    animation-delay: 0.3s; }
  #detail.animation:after {
    animation: t2b_detail 0.4s forwards ease-in-out;
    animation-delay: 0.8s; }

.mt1 {
  margin-top: 8px !important; }

.mt2 {
  margin-top: 16px !important; }

.mt3 {
  margin-top: 24px !important; }

.mt4 {
  margin-top: 32px !important; }

.mb0 {
  margin-bottom: 0 !important; }

.mb1 {
  margin-bottom: 8px !important; }

.mb2 {
  margin-bottom: 16px !important; }

.mb3 {
  margin-bottom: 24px !important; }

.mb4 {
  margin-bottom: 32px !important; }

.mb5 {
  margin-bottom: 40px !important; }

.pt4 {
  padding-top: 32px !important; }

.pb0 {
  padding-bottom: 0 !important; }

.pb1 {
  padding-bottom: 8px !important; }

.pb2 {
  padding-bottom: 16px !important; }

.pb3 {
  padding-bottom: 24px !important; }

.font_s {
  font-size: 0.9rem; }

.japanese {
  color: #555;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif" !important; }

.english {
  font-family: "Raleway Light", sans-serif !important; }

.works_web_text {
  color: #666;
  font-size: 1rem; }

.clearfix::after {
  content: '';
  display: block;
  clear: both; }

@keyframes t2b {
  0% {
    opacity: 1;
    transform: translateY(1px) rotate(10deg); }
  99% {
    opacity: 1; }
  100% {
    transform: translateY(1500px) rotate(10deg);
    opacity: 0; } }
@keyframes t2b_detail {
  0% {
    opacity: 1;
    transform: translateY(1px); }
  99% {
    opacity: 1; }
  100% {
    transform: translateY(1500px);
    opacity: 0; } }
@keyframes b2t {
  0% {
    opacity: 1;
    transform: translateY(-1px) rotate(-10deg); }
  100% {
    opacity: 1;
    transform: translateY(-1000px) rotate(-10deg); } }
@keyframes l2r {
  0% {
    transform: translateX(0); }
  /*80% {
  	transform: translateX(0);
  }*/
  100% {
    transform: translateX(100%); } }
@keyframes l2r_works {
  0% {
    transform: rotate(10deg) translateX(0); }
  /*80% {
  	transform: translateX(0);
  }*/
  100% {
    transform: rotate(10deg) translateX(100%); } }
@keyframes r2l {
  0% {
    opacity: 0;
    transform: translateX(50px); }
  100% {
    opacity: 1;
    transform: translateX(0); } }
@keyframes fade_in_bottom {
  0% {
    opacity: 0;
    transform: translateY(50px); }
  100% {
    opacity: 0.9;
    transform: translateY(0); } }
@keyframes fade_in_bottom_sp {
  0% {
    opacity: 0;
    transform: translateY(30px); }
  100% {
    opacity: 0.9;
    transform: translateY(0); } }
@keyframes fade_in_company {
  0% {
    opacity: 0;
    transform: translateY(30px) translateX(-50%); }
  100% {
    opacity: 1;
    transform: translateY(0) translateX(-50%); } }
@keyframes fade_in_member {
  0% {
    opacity: 0;
    transform: translateY(30px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }
@keyframes fade_in_year {
  0% {
    opacity: 0;
    transform: scale(0.2) translateX(-50%); }
  100% {
    opacity: 1;
    transform: scale(1) translateX(-50%); } }
@keyframes fade_in_circle {
  0% {
    opacity: 0;
    transform: scale(0.2); }
  100% {
    opacity: 0.5;
    transform: scale(1); } }
@keyframes fade_in_building {
  0% {
    opacity: 0;
    transform: translateY(50px); }
  100% {
    opacity: 1;
    transform: translateY(10px); } }
@keyframes wave {
  from {
    width: 0;
    height: 0;
    box-shadow: 0 0 100px inset #3f3f3f;
    transform: translateX(-50%) translateY(-50%);
    opacity: 1; }
  to {
    width: 50px;
    height: 50px;
    transform: translateX(-50%) translateY(-50%);
    opacity: 0; } }
#sb-title-inner, #sb-info-inner, #sb-loading-inner, div.sb-message {
  font-family: "HelveticaNeue-Light","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 200;
  color: #fff; }

#sb-container {
  position: fixed;
  margin: 0;
  padding: 0;
  top: 0;
  left: 0;
  z-index: 999;
  text-align: left;
  visibility: hidden;
  display: none; }

#sb-overlay {
  position: relative;
  height: 100%;
  width: 100%; }

#sb-wrapper {
  position: absolute;
  visibility: hidden;
  width: 100px; }

#sb-wrapper-inner {
  position: relative;
  border: 1px solid #303030;
  overflow: hidden;
  height: 100px; }

#sb-body {
  position: relative;
  height: 100%; }

#sb-body-inner {
  position: absolute;
  height: 100%;
  width: 100%; }

#sb-player.html {
  height: 100%;
  overflow: auto; }

#sb-body img {
  border: none; }

#sb-loading {
  position: relative;
  height: 100%; }

#sb-loading-inner {
  position: absolute;
  font-size: 14px;
  line-height: 24px;
  height: 24px;
  top: 50%;
  margin-top: -12px;
  width: 100%;
  text-align: center; }

#sb-loading-inner span {
  background: url(loading.gif) no-repeat;
  padding-left: 34px;
  display: inline-block; }

#sb-body, #sb-loading {
  background-color: #060606; }

#sb-title, #sb-info {
  position: relative;
  margin: 0;
  padding: 0;
  overflow: hidden; }

#sb-title, #sb-title-inner {
  height: 26px;
  line-height: 26px; }

#sb-title-inner {
  font-size: 12px;
  color: #CCC; }

#sb-info, #sb-info-inner {
  height: 20px;
  line-height: 20px; }

#sb-info-inner {
  font-size: 12px; }

#sb-nav {
  float: right;
  height: 16px;
  padding: 2px 0;
  width: 45%; }

#sb-nav a {
  display: block;
  float: right;
  height: 16px;
  width: 16px;
  margin-left: 3px;
  cursor: pointer;
  background-repeat: no-repeat; }

#sb-nav-close {
  background-image: url(../images/shadowbox/close.png); }

#sb-nav-next {
  background-image: url(../images/shadowbox/next.png); }

#sb-nav-previous {
  background-image: url(../images/shadowbox/previous.png); }

#sb-nav-play {
  background-image: url(../images/shadowbox/play.png); }

#sb-nav-pause {
  background-image: url(../images/shadowbox/pause.png); }

#sb-counter {
  float: left;
  width: 45%; }

#sb-counter a {
  padding: 0 4px 0 0;
  text-decoration: none;
  cursor: pointer;
  color: #fff; }

#sb-counter a.sb-counter-current {
  text-decoration: underline; }

div.sb-message {
  font-size: 12px;
  padding: 10px;
  text-align: center; }

div.sb-message a:link, div.sb-message a:visited {
  color: #fff;
  text-decoration: underline; }

.tabs {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  width: 960px;
  font-weight: 300;
  font-size: 1.5rem; }
  .tabs.slide-up {
    animation: BottomToTop 1s forwards; }
  .tabs nav {
    margin-bottom: 24px;
    text-align: center; }
    .tabs nav ul {
      position: relative;
      margin: 0 auto;
      padding: 0;
      max-width: 1200px;
      list-style: none;
      -ms-box-orient: horizontal;
      -ms-box-pack: center;
      -moz-display: flex;
      -webkit-display: flex;
      display: flex;
      -moz-flex-flow: row wrap;
      -webkit-flex-flow: row wrap;
      flex-flow: row wrap;
      -moz-justify-content: center;
      -webkit-justify-content: center;
      justify-content: center; }
      .tabs nav ul li {
        position: relative;
        z-index: 1;
        display: block;
        margin: 0;
        text-align: center;
        -moz-flex: 1;
        -webkit-flex: 1;
        flex: 1; }
    .tabs nav a {
      position: relative;
      display: block;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      line-height: 2.5; }
      .tabs nav a span {
        vertical-align: middle;
        font-size: 1.2rem;
        font-family: "Raleway Light", sans-serif; }
        @media screen and (max-width: 960px) {
          .tabs nav a span {
            font-size: 1rem; } }
    .tabs nav li.tab-current a {
      color: #74777b; }
    .tabs nav a:focus {
      outline: none; }
  @media screen and (max-width: 960px) {
    .tabs {
      width: 100%; } }
  @media screen and (max-width: 560px) {
    .tabs ul li {
      font-size: 1rem; } }

/* Content */
.content-wrap {
  position: relative; }

.content-wrap section {
  display: none;
  margin: 0 auto;
  max-width: 1200px;
  text-align: center; }

.content-wrap section.content-current {
  display: block; }

.content-wrap section p {
  margin: 0;
  padding: 0.75em 0;
  color: rgba(40, 44, 42, 0.05);
  font-weight: 900;
  font-size: 4em;
  line-height: 1; }

/* Fallback */
.no-js .content-wrap section {
  display: block;
  padding-bottom: 2em;
  border-bottom: 1px solid rgba(255, 255, 255, 0.6); }

.no-flexbox nav ul {
  display: block; }

.no-flexbox nav ul li {
  min-width: 15%;
  display: inline-block; }

@media screen and (max-width: 58em) {
  .tabs nav a.icon span {
    display: none; }

  .tabs nav a:before {
    margin-right: 0; } }
.tabs-style-linemove nav li {
  border-bottom: 4px solid #FFF; }

.tabs-style-linemove nav li:last-child::before {
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 100%;
  height: 4px;
  background: #22889C;
  content: '';
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s; }

/* Move the line */
.tabs-style-linemove nav li:first-child.tab-current ~ li:last-child::before {
  -webkit-transform: translate3d(-200%, 0, 0);
  transform: translate3d(-200%, 0, 0); }

.tabs-style-linemove nav li:nth-child(2).tab-current ~ li:last-child::before {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }

.tabs-style-linemove nav a {
  padding: 1em 0;
  color: #74777b;
  line-height: 1;
  -webkit-transition: color 0.3s, -webkit-transform 0.3s;
  transition: color 0.3s, transform 0.3s; }

.tabs-style-linemove nav li.tab-current a {
  color: #22889C;
  font-weight: 700; }
