/* Reset
--------------------------------------------------------------*/
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-style: normal;
  font-weight: normal;
  vertical-align: top;
  font-size: 100%; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

html {
  -webkit-text-size-adjust: 100%; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

input, textarea {
  margin: 0;
  padding: 0; }

ol, ul {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

caption, th {
  text-align: left; }

a {
  color: initial;
  text-decoration: none; }

a:focus {
  outline: none; }

img, svg {
  vertical-align: bottom;
  line-height: 1; }

html {
  font-size: 62.5%; }

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
  font-family: "Noto Sans JP", sans-serif;
  color: #333333;
  line-height: 1.8;
  letter-spacing: 0.1em;
  font-size: 1.4rem; }

a {
  color: #333333; }

img {
  width: 100%;
  height: auto; }

@media screen and (min-width: 1025px) {
  .header {
    width: 160px;
    height: 100vh;
    font-size: 1.3rem;
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    -webkit-transition: background .3s ease-out, color .3s ease-out, width .3s ease-out;
    -o-transition: background .3s ease-out, color .3s ease-out, width .3s ease-out;
    transition: background .3s ease-out, color .3s ease-out, width .3s ease-out; }
    .header.is-show {
      color: #333333;
      background: #FFF; }
    .header.is-show.is-open {
      width: 440px; }
    .header__inner {
      width: calc(100% + 17px);
      height: 100%;
      overflow-x: hidden;
      overflow-y: scroll; }
    .header__logo {
      width: 80px;
      margin: 60px 40px 0; }
      .header__logo a {
        display: block; }
      .header__logo #logo-ascon2021 {
        width: 80px;
        height: 71px; }
      .header__logo .logo-ascon2021-st {
        fill: #333333;
        -webkit-transition: fill .3s ease-out;
        -o-transition: fill .3s ease-out;
        transition: fill .3s ease-out; } }
@media screen and (max-width: 1024px) {
  .header.is-show .header__logo {
    position: fixed; }
  .header__logo {
    width: 80px;
    padding: 4.9% 3.9%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000; }
    .header__logo a {
      display: block; }
    .header__logo #logo-ascon2021 {
      width: 80px;
      height: 71px; }
    .header__logo .logo-ascon2021-st {
      fill: #333333; } }
@media screen and (max-width: 768px) {
  .header__logo {
    width: 58px;
    padding: 7.8% 5.2%; }
    .header__logo #logo-ascon2021 {
      width: 58px;
      height: 51px; } }

@media screen and (min-width: 1025px) {
  .gnav-list {
    width: 80px;
    margin: 80px 40px 0;
    font-size: 1.3rem;
    z-index: 1;
    position: relative; }
  .gnav-list-first {
    position: relative; }
    .gnav-list-first__btn {
      display: block;
      margin-bottom: 36px;
      padding: 14px 0;
      border-bottom: 1px solid #FFF;
      color: #FFF;
      -webkit-transition: border .3s ease-out,  color .3s ease-out;
      -o-transition: border .3s ease-out,  color .3s ease-out;
      transition: border .3s ease-out,  color .3s ease-out; }
      .is-current .gnav-list-first__btn {
        border-bottom-color: #FFF; }
      .is-show .gnav-list-first__btn, .is-scroll .gnav-list-first__btn {
        color: #333333;
        border-bottom-color: #333333; }
      .gnav-list-first__btn:hover, .is-current .gnav-list-first__btn:hover, .is-show .gnav-list-first__btn:hover, .is-scroll .gnav-list-first__btn {
        border-bottom-color: #333333;
        color: #333333; }
  .gnav-list-second {
    width: 320px;
    padding: 0 80px 0 100px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 100%;
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: opacity .3s ease-out;
    -o-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out; }
    .gnav-list-second.is-open {
      display: block;
      opacity: 1;
      z-index: 1;
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1); }
    .gnav-list-second__li {
      margin-bottom: 42px;
      border-bottom: 1px solid #D0D0D0; }
      .gnav-list-second__li a {
        display: block;
        padding: 14px 0;
        position: relative; }
        .gnav-list-second__li a::before {
          content: "";
          display: block;
          width: 0;
          height: 1px;
          background: transparent;
          position: absolute;
          left: 0;
          bottom: -1px;
          -webkit-transition: width .3s ease-out,  background .3s ease-out;
          -o-transition: width .3s ease-out,  background .3s ease-out;
          transition: width .3s ease-out,  background .3s ease-out; }
        .gnav-list-second__li a:hover::before {
          width: 100%;
          background: #333333; } }
@media screen and (max-width: 1024px) {
  .gnav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100vw;
    height: 100vh;
    padding: 16.6% 3.9%;
    background: #FFF;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.5, 0.65, 0.2, 1.01);
    transition: -webkit-transform 0.4s cubic-bezier(0.5, 0.65, 0.2, 1.01);
    -o-transition: transform 0.4s cubic-bezier(0.5, 0.65, 0.2, 1.01);
    transition: transform 0.4s cubic-bezier(0.5, 0.65, 0.2, 1.01);
    transition: transform 0.4s cubic-bezier(0.5, 0.65, 0.2, 1.01), -webkit-transform 0.4s cubic-bezier(0.5, 0.65, 0.2, 1.01);
    -webkit-transform: translate3D(100%, 0, 0);
    -ms-transform: translate3D(100%, 0, 0);
    transform: translate3D(100%, 0, 0);
    z-index: 999; }
    .is-show .gnav {
      -webkit-transform: translate3D(0, 0, 0);
      -ms-transform: translate3D(0, 0, 0);
      transform: translate3D(0, 0, 0); }
      .is-show .gnav-inner {
        overflow-y: auto; }
    .gnav-list-first {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      .gnav-list-first__li {
        width: 46.8%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start; }
      .gnav-list-first__btn {
        width: 80px;
        padding: 17px 0 13px;
        border-bottom: 1px solid #333333; }
    .gnav-list-second {
      width: 68.3%; }
      .gnav-list-second__li {
        border-bottom: 1px solid #C1C1C1; }
        .gnav-list-second__li a {
          display: block;
          padding: 17px 0 13px; } }
@media screen and (max-width: 768px) {
  .gnav {
    -webkit-box-pack: normal;
    -ms-flex-pack: normal;
    justify-content: normal;
    padding: 32.6% 5.8% 13%; }
    .gnav-list-first {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
      .gnav-list-first__li {
        width: 100%;
        margin-top: 2.9%; }
        .gnav-list-first__li:first-child {
          margin-top: 0; }
          .gnav-list-first__li:first-child .gnav-list-first__btn,
          .gnav-list-first__li:first-child .gnav-list-second__li:first-child {
            margin-top: 0; }
      .gnav-list-first__btn {
        width: 25%;
        margin-top: 6.1%;
        padding: 3.5% 0; }
    .gnav-list-second {
      width: 63.4%; }
      .gnav-list-second__li {
        margin-top: 9.6%; }
        .gnav-list-second__li a {
          padding: 5.5% 0; } }

@media screen and (min-width: 1025px) {
  .gnav-tgl-btn {
    display: none; } }
@media screen and (max-width: 1024px) {
  .gnav-tgl-btn {
    display: block;
    padding: 3.2% 1.9% 3.2% 2.5%;
    border: 0;
    background: transparent;
    cursor: pointer;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-transition: all 0.3s cubic-bezier(0.2, -2, 0.8, 2);
    -o-transition: all 0.3s cubic-bezier(0.2, -2, 0.8, 2);
    transition: all 0.3s cubic-bezier(0.2, -2, 0.8, 2);
    position: fixed;
    top: 2%;
    right: 2%;
    z-index: 9999; }
    .gnav-tgl-btn:focus {
      outline: none; }
    .is-scroll .gnav-tgl-btn {
      background: #FFF; }
    .gnav-tgl-btn .i-humbgr {
      display: block;
      width: 22px;
      height: 2px;
      background: #FFF;
      position: relative;
      -webkit-transition: background .3s ease-out;
      -o-transition: background .3s ease-out;
      transition: background .3s ease-out; }
      .gnav-tgl-btn .i-humbgr::before, .gnav-tgl-btn .i-humbgr::after {
        content: '';
        position: absolute;
        right: 0;
        display: block;
        width: 130%;
        height: 2px;
        background: #FFF;
        -webkit-transition: background .3s ease-out, -webkit-transform .3s ease-out;
        transition: background .3s ease-out, -webkit-transform .3s ease-out;
        -o-transition: background .3s ease-out, transform .3s ease-out;
        transition: background .3s ease-out, transform .3s ease-out;
        transition: background .3s ease-out, transform .3s ease-out, -webkit-transform .3s ease-out; }
      .gnav-tgl-btn .i-humbgr::before {
        -webkit-transform: translate3D(0, -11px, 0);
        -ms-transform: translate3D(0, -11px, 0);
        transform: translate3D(0, -11px, 0); }
      .gnav-tgl-btn .i-humbgr::after {
        -webkit-transform: translate3D(0, 11px, 0);
        -ms-transform: translate3D(0, 11px, 0);
        transform: translate3D(0, 11px, 0); }
      .is-scroll .gnav-tgl-btn .i-humbgr {
        background: #333333; }
        .is-scroll .gnav-tgl-btn .i-humbgr::before, .is-scroll .gnav-tgl-btn .i-humbgr::after {
          background: #333333; }
      .is-show .gnav-tgl-btn .i-humbgr {
        background: transparent; }
        .is-show .gnav-tgl-btn .i-humbgr::before {
          background: #333333;
          -webkit-transform: rotate(-135deg) scale(1, 1);
          -ms-transform: rotate(-135deg) scale(1, 1);
          transform: rotate(-135deg) scale(1, 1); }
        .is-show .gnav-tgl-btn .i-humbgr::after {
          background: #333333;
          -webkit-transform: rotate(135deg) scale(1, 1);
          -ms-transform: rotate(135deg) scale(1, 1);
          transform: rotate(135deg) scale(1, 1); } }
@media screen and (max-width: 768px) {
  .gnav-tgl-btn {
    padding: 8.5% 5.2% 8.5% 6.5%;
    top: 1.2%;
    right: 2.3%; } }

.gnav-entry-btn {
  display: block;
  width: 80px;
  margin: 0 40px;
  padding: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid transparent;
  border-radius: 5px;
  background: #444;
  color: #FFF;
  font-size: 1.3rem;
  text-align: center;
  -webkit-transition: border-color .3s ease-out, background .3s ease-out, color .3s ease-out;
  -o-transition: border-color .3s ease-out, background .3s ease-out, color .3s ease-out;
  transition: border-color .3s ease-out, background .3s ease-out, color .3s ease-out;
  position: absolute;
  bottom: 40px; }
  .gnav-entry-btn:hover {
    border-color: #444;
    background: transparent;
    color: #444; }
  @media screen and (max-width: 1024px) {
    .gnav-entry-btn {
      width: 32%;
      margin: 8.5% auto 0;
      position: static; } }
  @media screen and (max-width: 768px) {
    .gnav-entry-btn {
      width: 100%;
      margin: 14.5% 0 0;
      padding: 4.7%;
      font-size: 1.4rem; } }

.footer {
  margin-top: auto;
  padding: 110px 0;
  background: #888888;
  color: #FFF; }
  .footer__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 1300px;
    margin: auto;
    padding-right: 40px;
    padding-left: 200px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    @media screen and (max-width: 1024px) {
      .footer__inner {
        padding: 0; } }
    @media screen and (max-width: 768px) {
      .footer__inner {
        padding: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; } }
  .footer__logo {
    width: 50%; }
    .footer__logo a {
      display: block; }
    .footer__logo img {
      width: 95px; }
  .footer__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 50%;
    padding-right: 5.3%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    .footer__nav__li {
      margin-left: 40px; }
      .footer__nav__li:first-child {
        margin-left: 0; }
      .footer__nav__li a {
        font-size: 1.2rem;
        color: #FFF; }
        .footer__nav__li a::after {
          content: "";
          display: inline-block;
          width: 5px;
          height: 5px;
          margin-left: 0.5em;
          border-top: 1px solid #FFF;
          border-right: 1px solid #FFF;
          vertical-align: middle;
          -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
          transform: rotate(45deg); }
  .footer__copyright {
    margin-top: 36px;
    font-size: 1.2rem; }
  @media screen and (max-width: 1024px) {
    .footer {
      padding: 110px 3.9%; } }
  @media screen and (max-width: 768px) {
    .footer {
      padding: 50px 5.2%; }
      .footer__logo {
        width: auto;
        margin: 0 0 40px; }
      .footer__nav {
        width: 100%;
        padding-right: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; }
        .footer__nav__li {
          margin: 4.4% 0 0; }
          .footer__nav__li:first-child {
            margin-top: 0; }
      .footer__copyright {
        margin: 14.5% 0 0; } }

.pagetop {
  display: block;
  width: 57px;
  height: 57px;
  border-radius: 100%;
  text-align: center;
  background: #333333;
  font-size: 1.2rem;
  color: #FFF;
  position: fixed;
  right: 24px;
  bottom: 35px;
  z-index: 10;
  opacity: 0;
  -webkit-transition: opacity .2s ease-out;
  -o-transition: opacity .2s ease-out;
  transition: opacity .2s ease-out; }
  .pagetop::before {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    margin: 16px auto -3px;
    border-top: 1px solid #FFF;
    border-left: 1px solid #FFF;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }
  .pagetop.is-show {
    opacity: 1; }
  @media screen and (max-width: 768px) {
    .pagetop {
      width: 50px;
      height: 50px;
      font-size: 1rem; }
      .pagetop::before {
        width: 10px;
        height: 10px; } }

body.scroll-disabled {
  overflow: hidden; }

@media screen and (min-width: 769px) {
  .show-sm {
    display: none; } }
@media screen and (max-width: 768px) {
  .show-md-up {
    display: none; } }
.sign-svg .cls-1,
.sign-svg .cls-2 {
  fill: none;
  stroke: #FFF;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
  stroke-dasharray: 1500;
  stroke-dashoffset: 1500; }
.sign-svg .cls-1 {
  stroke-width: 10; }
.sign-svg .cls-2 {
  stroke-width: 6; }

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, svg.sign-svg {
    display: none; } }
.i-scroll {
  display: block;
  width: 10px;
  font-size: 1rem;
  color: #FFF;
  text-align: center;
  line-height: 1;
  letter-spacing: .1em;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: absolute;
  right: 40px;
  bottom: 6.7%;
  z-index: 1; }
  .i-scroll__txt {
    display: block;
    font-family: din-2014;
    font-size: 1rem;
    letter-spacing: 0.3em;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg); }
  .i-scroll__animation {
    display: block;
    width: 1px;
    height: 60px;
    margin: 54px auto 0;
    overflow: hidden;
    position: relative; }
    .i-scroll__animation::before {
      content: "";
      display: block;
      width: 1px;
      height: 60px;
      margin: auto;
      background: #FFF;
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      -webkit-transform-origin: center top;
      -ms-transform-origin: center top;
      transform-origin: center top;
      -webkit-animation: scroll-icon 3s infinite;
      animation: scroll-icon 3s infinite; }
  @media screen and (max-width: 1024px) {
    .i-scroll {
      right: 3.9%; } }
  @media screen and (max-width: 768px) {
    .i-scroll {
      right: 5.2%;
      bottom: 7.4%; }
      .i-scroll__animation {
        height: 50px; }
        .i-scroll__animation::before {
          height: 50px; } }

.bg-gray {
  background: #F8F5F5; }

.wrapper {
  max-width: 1300px;
  margin: auto;
  padding-right: 40px;
  padding-left: 200px; }
  @media screen and (max-width: 1024px) {
    .wrapper {
      padding: 0 3.9%; } }
  @media screen and (max-width: 768px) {
    .wrapper {
      padding: 0 5.2%; } }

.sec {
  padding-top: 160px;
  overflow: hidden; }
  .sec:last-of-type {
    padding-bottom: 160px; }
  .sec > .sec:last-of-type {
    padding-bottom: 0; }
  @media screen and (max-width: 768px) {
    .sec {
      padding-top: 20.8%; }
      .sec:last-of-type {
        padding-bottom: 20.8%; }
      .sec > .sec:last-of-type {
        padding-bottom: 0; } }

.aside {
  padding-bottom: 160px; }
  @media screen and (max-width: 768px) {
    .aside {
      padding-bottom: 20.8%; } }

.hdl-02 {
  max-width: 1300px;
  margin: auto;
  padding-right: 40px;
  padding-left: 200px;
  margin-bottom: 80px;
  line-height: 1.6; }
  @media screen and (max-width: 1024px) {
    .hdl-02 {
      padding: 0 3.9%; } }
  @media screen and (max-width: 768px) {
    .hdl-02 {
      padding: 0 5.2%; } }
  .hdl-02__l {
    display: block;
    font-family: din-2014;
    font-size: 6rem;
    line-height: 1.2;
    letter-spacing: 0.1em; }
  .hdl-02__s {
    display: block;
    font-size: 1.5rem;
    letter-spacing: .2em;
    letter-spacing: 0.2em; }
  @media screen and (max-width: 1024px) {
    .hdl-02 {
      word-break: break-word; } }
  @media screen and (max-width: 768px) {
    .hdl-02 {
      margin-bottom: 13%; }
      .hdl-02__l {
        font-size: 4rem; }
      .hdl-02__s {
        font-size: 1.4rem; } }

.hdl-03 {
  margin-bottom: 40px;
  font-size: 2.6rem;
  line-height: 1.6;
  font-weight: 500; }
  @media screen and (max-width: 768px) {
    .hdl-03 {
      margin-bottom: 9.3%;
      font-size: 2rem; } }

.list__li {
  text-indent: -0.8em;
  padding-left: 0.8em; }

.tbl {
  width: 100%;
  border-top: 1px solid #C1C1C1;
  border-bottom: 1px solid #C1C1C1;
  font-size: 1.5rem; }
  .tbl__tr {
    border-bottom: 1px solid #C1C1C1; }
    .tbl__tr .note {
      display: block;
      font-size: 1.4rem;
      margin-top: 25px; }
  .tbl__th {
    width: 140px;
    padding: 50px 130px 50px 0; }
  .tbl__td {
    padding: 50px 0; }
  @media screen and (max-width: 768px) {
    .tbl {
      font-size: 1.4rem; }
      .tbl__th {
        display: block;
        width: 100%;
        padding: 11.6% 0 0; }
        .tbl__th .note {
          display: inline-block;
          margin-top: 0; }
      .tbl__td {
        display: block;
        width: 100%;
        padding: 6.5% 0 11.6%; } }

.note {
  margin-top: 40px;
  text-align: right; }
  @media screen and (max-width: 768px) {
    .note {
      margin-top: 8.7%;
      text-align: left; } }

.btn {
  display: inline-block;
  margin: 40px 0;
  padding: 10px 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid transparent;
  border-radius: 5px;
  background: #444;
  color: #FFF;
  font-size: 1.3rem;
  text-align: center;
  -webkit-transition: border-color .3s ease-out, background .3s ease-out, color .3s ease-out;
  -o-transition: border-color .3s ease-out, background .3s ease-out, color .3s ease-out;
  transition: border-color .3s ease-out, background .3s ease-out, color .3s ease-out; }
  .btn:hover {
    border-color: #444;
    background: transparent;
    color: #444; }
  @media screen and (max-width: 1024px) {
    .btn {
      width: 32%;
      margin: 8.5% auto 0;
      position: static; } }
  @media screen and (max-width: 768px) {
    .btn {
      width: 100%;
      margin: 14.5% 0 0;
      padding: 4.7%;
      font-size: 1.4rem; } }

.kv-top {
  overflow: hidden;
  position: relative; }
  .kv-top__txt {
    width: 23.8%;
    max-width: 450px;
    position: absolute;
    top: 37.9%;
    right: 8.5%;
    z-index: 1; }
  .kv-top__lead {
    width: 67.7%;
    margin: 22.6% 0 0 14.6%; }
  .kv-top__slider {
    height: 100vh;
    overflow: hidden;
    position: relative; }
    .kv-top__slider-slide {
      width: 100%;
      padding-top: 100vh;
      position: relative; }
    .kv-top__slider-img {
      width: 100%;
      padding-top: 100vh;
      background: no-repeat center;
      background-size: cover;
      position: absolute;
      top: 0;
      right: 0;
      will-change: width;
      -webkit-transition: width 1.2s cubic-bezier(0.5, 0.65, 0.2, 1.01);
      -o-transition: width 1.2s cubic-bezier(0.5, 0.65, 0.2, 1.01);
      transition: width 1.2s cubic-bezier(0.5, 0.65, 0.2, 1.01); }
      .kv-top__slider-img.is-show {
        width: 100%;
        right: 0; }
      .kv-top__slider-img.is-hide {
        width: 0;
        left: 0; }
      .kv-top__slider-img.img01 {
        background-image: url("../img/kv_slide_01.jpg"); }
      .kv-top__slider-img.img02 {
        background-image: url("../img/kv_slide_02.jpg"); }
      .kv-top__slider-img.img03 {
        background-image: url("../img/kv_slide_03.jpg"); }
  @media screen and (max-width: 1024px) {
    .kv-top__slider {
      height: 50vh; }
      .kv-top__slider-slide {
        padding-top: 50vh; }
      .kv-top__slider-img {
        padding-top: 50vh; } }
  @media screen and (max-width: 768px) {
    .kv-top__txt {
      width: 64.2%;
      top: inherit;
      right: inherit;
      bottom: 7.4%;
      left: 0; }
    .kv-top__lead {
      margin: 15% 0 0 10.8%; }
    .kv-top__slider {
      height: 100vh; }
      .kv-top__slider-slide {
        padding-top: 100vh; }
      .kv-top__slider-img {
        padding-top: 100vh; }
        .kv-top__slider-img.img01 {
          background-image: url("../img/kv_slide_01_sp.jpg"); }
        .kv-top__slider-img.img02 {
          background-image: url("../img/kv_slide_02_sp.jpg"); }
        .kv-top__slider-img.img03 {
          background-image: url("../img/kv_slide_03_sp.jpg"); }
        .kv-top__slider-img.img04 {
          background-image: url("../img/kv_slide_04_sp.jpg"); } }
  @media screen and (max-width: 768px) and (min-height: 800px) {
    .kv-top__slider-img.img01 {
      background-image: url("../img/kv_slide_01_sp_lg.jpg"); }
    .kv-top__slider-img.img02 {
      background-image: url("../img/kv_slide_02_sp_lg.jpg"); }
    .kv-top__slider-img.img03 {
      background-image: url("../img/kv_slide_03_sp_lg.jpg"); }
    .kv-top__slider-img.img04 {
      background-image: url("../img/kv_slide_04_sp_lg.jpg"); } }

.kv-job {
  position: relative; }
  .kv-job__img {
    max-height: calc(100vh - 70px);
    overflow: hidden; }
  .kv-job__txtbox {
    max-width: 490px;
    width: 40.7%;
    padding: 6.2% 4.6% 3.1%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #FFF;
    position: absolute;
    right: 0;
    bottom: -70px; }
    .kv-job__txtbox.designer {
      background: #E0C79E; }
    .kv-job__txtbox.webdesigner {
      background: #E09E9E; }
    .kv-job__txtbox.videocreator {
      background: #BDA4D9; }
    .kv-job__txtbox.photographer {
      background: #9EBCE0; }
    .kv-job__txtbox.programmer {
      background: #8BCE9D; }
    .kv-job__txtbox.systemengineer {
      background: #A7CE8B; }
    .kv-job__txtbox.printing {
      background: #A2D9D7; }
  .kv-job__hdl {
    word-break: break-word; }
    .kv-job__hdl__l {
      display: block;
      font-family: din-2014;
      font-size: 5.6rem;
      line-height: 1.16;
      letter-spacing: 0.15em; }
    .kv-job__hdl__s {
      display: block;
      font-size: 1.5rem;
      letter-spacing: 0.2em; }
  .kv-job__year {
    margin-top: 20.7%;
    font-size: 1.8rem; }
  .kv-job__name {
    margin-top: 7.1%; }
    .kv-job__name__l {
      display: block;
      font-size: 2.5rem;
      letter-spacing: 0.2em; }
    .kv-job__name__s {
      display: block;
      font-size: 1.1rem; }
  .kv-job__sign {
    width: 60%;
    margin: 0 0 -60px auto; }
  @media screen and (max-width: 1024px) {
    .kv-job__txtbox {
      padding: 6.8% 4.6% 3.9%;
      bottom: -80px; }
    .kv-job__hdl__l {
      font-size: 4.8vw; }
    .kv-job__hdl__s {
      font-size: 1.5vw; }
    .kv-job__year {
      margin-top: 6.8%;
      font-size: 1.8vw; }
    .kv-job__name__l {
      font-size: 2.4vw; }
    .kv-job__name__s {
      font-size: 1.1vw; }
    .kv-job__sign {
      margin-bottom: -80px; } }
  @media screen and (max-width: 768px) {
    .kv-job {
      position: relative; }
      .kv-job__img {
        max-height: inherit; }
      .kv-job__txtbox {
        width: 67.7%;
        padding: 13% 7.8%;
        bottom: -30.8%; }
      .kv-job__hdl__l {
        font-size: 8.3vw; }
      .kv-job__hdl__s {
        font-size: 3.6vw; }
      .kv-job__year {
        margin-top: 17.7%;
        font-size: 3.1vw; }
      .kv-job__name {
        margin-top: 5.9%; }
        .kv-job__name__s {
          font-size: 1.8vw; }
        .kv-job__name__l {
          font-size: 4.2vw; }
      .kv-job__sign {
        margin-bottom: -30%; } }

.list-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 90px 0 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .list-link.job {
    padding: 160px 0 0; }
  .list-link__li {
    width: 13.2%;
    margin-left: 4.16%;
    border-bottom: 1px solid #C1C1C1;
    position: relative; }
    .list-link__li:first-child {
      margin-left: 0; }
    .job .list-link__li {
      width: 21.9%; }
    .list-link__li::before {
      content: "";
      display: block;
      width: 0;
      height: 1px;
      background: transparent;
      position: absolute;
      left: 0;
      bottom: -1px;
      -webkit-transition: width .3s ease-out,  background .3s ease-out;
      -o-transition: width .3s ease-out,  background .3s ease-out;
      transition: width .3s ease-out,  background .3s ease-out; }
    .list-link__li:hover::before {
      width: 100%;
      background: #333333; }
  .list-link__txt {
    display: block;
    padding: 0 0 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 1.3rem;
    letter-spacing: 0.2em; }
  @media screen and (max-width: 1024px) {
    .list-link__txt {
      font-size: 1.3rem; } }
  @media screen and (max-width: 768px) {
    .list-link {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .list-link.job {
        padding: 67.2% 0 0; }
      .list-link__li, .job .list-link__li {
        width: 46.8%;
        margin: 6.4% 0 0; }
        .list-link__li:nth-child(2n), .job .list-link__li:nth-child(2n) {
          margin-left: 6.4%; }
        .list-link__li:nth-child(-n+2), .job .list-link__li:nth-child(-n+2) {
          margin-top: 0; } }

.msg {
  position: relative; }
  .msg__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 1300px;
    margin: auto;
    padding-right: 40px;
    padding-left: 200px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }
    @media screen and (max-width: 1024px) {
      .msg__inner {
        padding: 0; } }
    @media screen and (max-width: 768px) {
      .msg__inner {
        padding: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; } }
  .msg__img {
    width: 55.8%; }
    .msg__img-bg {
      padding-top: 88.2%;
      background: url("../img/msg_img.jpg") no-repeat center top;
      background-size: cover; }
    .msg__img .sign-svg {
      display: block;
      width: 52.6%;
      margin: -9.2% 11.8% 0 auto;
      position: relative;
      z-index: 2; }
  .msg__txtbox-bg {
    width: calc(50% + 76px);
    max-width: 60%;
    background: #FFF;
    position: absolute;
    left: 0;
    top: 65px;
    bottom: 0; }
  .msg__txtbox {
    width: 44.2%;
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .msg__txtbox-inner {
    margin: 65px 0 0;
    padding: 80px 0; }
  .msg__txt {
    line-height: 2; }
  .msg__name {
    margin-top: 40px;
    font-size: 1.2rem; }
    .msg__name__l {
      display: block;
      font-size: 2rem; }
  @media screen and (max-width: 1024px) {
    .msg__img {
      width: 68.2%; }
      .msg__img .sign-svg {
        margin-right: 7.1%; }
    .msg__txtbox-bg {
      width: 41.6%; }
    .msg__txtbox {
      width: 33.2%;
      margin-right: -5.3%;
      padding-left: 3.9%; } }
  @media screen and (max-width: 768px) {
    .msg {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      position: static; }
      .msg__img {
        width: 94.8%;
        margin: 0 0 0 auto;
        position: relative; }
        .msg__img-bg {
          padding-top: 100%; }
        .msg__img .sign-svg {
          margin: 0;
          position: absolute;
          right: 10.5%;
          bottom: -3.6%; }
      .msg__txtbox-bg {
        display: none; }
      .msg__txtbox {
        width: 94.8%;
        margin: -50px auto 0 0;
        padding: 19.7% 5.5% 13.7%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        background: #FFF; }
      .msg__txtbox-inner {
        margin: 0;
        padding: 0; }
      .msg__name {
        margin-top: 9.3%; }
        .msg__name__l {
          font-size: 1.7rem; } }

.list-business {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .list-business::after {
    content: "";
    display: block;
    width: 30.6%; }
  .list-business__li {
    width: 30.6%; }
    .list-business__li:nth-child(-n+3) .list-business__panel {
      margin-top: 0; }
    .list-business__li.business-top {
      background: #403C3C; }
      .list-business__li.business-top .list-business__panel {
        display: block; }
  .list-business__panel {
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    .list-business__panel .business-top__inner {
      display: block;
      padding: 23.1% 14.7%;
      color: #FFF; }
    .list-business__panel .business-top__hdl {
      font-family: din-2014;
      font-size: 3.4rem;
      line-height: 1.3; }
      .list-business__panel .business-top__hdl b {
        font-size: 1.18em;
        vertical-align: baseline; }
    .list-business__panel .business-top__txt {
      margin-top: 30px;
      font-size: 1.6rem;
      line-height: 2; }
  .list-business__img::before {
    content: "";
    display: block;
    width: 100%;
    padding-top: 66.7%;
    background: no-repeat center;
    background-size: cover; }
  .list-business__img img {
    display: none; }
  .list-business__img.sales-promotion::before {
    background-image: url("../img/business_solution_01.jpg"); }
  .list-business__img.digital-marketing::before {
    background-image: url("../img/business_solution_02.jpg"); }
  .list-business__img.planning::before {
    background-image: url("../img/business_solution_03.jpg"); }
  .list-business__img.system-development::before {
    background-image: url("../img/business_solution_04.jpg"); }
  .list-business__img.printing::before {
    background-image: url("../img/business_solution_05.jpg"); }
  .list-business__img.media::before {
    background-image: url("../img/business_solution_06.jpg"); }
  .list-business__img.branding::before {
    background-image: url("../img/business_solution_07.jpg"); }
  .list-business__txtbox {
    width: 90.4%;
    margin: -20px auto 0 0;
    background: #FFF;
    z-index: 1; }
  .list-business__txtbox-inner {
    padding: 10.6% 9.9% 14.2%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .list-business__hdl__l {
    display: block;
    font-size: 1.8rem;
    line-height: 1.4;
    word-break: break-word; }
  .list-business__hdl__s {
    display: block;
    margin-top: 5px;
    font-family: din-2014;
    font-size: 1.3rem;
    color: #B4B4B4;
    line-height: 1.2; }
  .list-business__txt {
    margin-top: 20px;
    font-size: 1.2rem;
    line-height: 2; }
  @media screen and (max-width: 768px) {
    .list-business {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
      .list-business::after {
        content: none; }
      .list-business__li {
        width: 100%; }
        .list-business__li:nth-child(-n+3) .list-business__panel {
          margin-top: 14.5%; }
        .list-business__li:first-child .list-business__panel {
          margin-top: 0; }
      .list-business__panel {
        margin-top: 14.5%; }
        .list-business__panel .business-top__inner {
          padding: 14.5% 9.6%; }
        .list-business__panel .business-top__hdl {
          font-size: 3.5rem; }
        .list-business__panel .business-top__txt {
          margin-top: 9%;
          font-size: 1.5rem; }
      .list-business__txtbox {
        width: 94.2%; }
      .list-business__txtbox-inner {
        padding: 9.3%; }
      .list-business__hdl__l {
        font-size: 2rem; }
      .list-business__hdl__s {
        margin-top: 2.4%;
        font-size: 1.4rem; }
      .list-business__txt {
        margin-top: 7.6%;
        font-size: 1.32rem;
        line-height: 1.7; } }

.list-recruiting {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .list-recruiting__li {
    width: 47.1%; }
    .list-recruiting__li:nth-child(-n+2) .list-recruiting__panel {
      margin-top: 0; }
  .list-recruiting__panel {
    margin-top: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transition: color .3s ease-out;
    -o-transition: color .3s ease-out;
    transition: color .3s ease-out; }
    .list-recruiting__panel:hover {
      color: #FFF; }
      .list-recruiting__panel:hover .list-recruiting__img::before {
        border-color: #E09E9E;
        border-width: 16px; }
      .list-recruiting__panel:hover .list-recruiting__txtbox {
        background: #E09E9E; }
  .list-recruiting__img {
    width: 89.6%;
    margin-right: auto;
    position: relative; }
    .list-recruiting__img::before {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      border: 0 solid transparent;
      -webkit-transition: border .3s ease-out;
      -o-transition: border .3s ease-out;
      transition: border .3s ease-out; }
  .list-recruiting__txtbox {
    width: 89.6%;
    margin: -40px 0 0 auto;
    background: #FFF;
    z-index: 1;
    -webkit-transition: background .3s ease-out;
    -o-transition: background .3s ease-out;
    transition: background .3s ease-out; }
  .list-recruiting__txtbox-inner {
    padding: 8.3%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .list-recruiting__hdl__l {
    display: block;
    font-family: din-2014;
    font-size: 2.6rem;
    line-height: 1.4;
    word-break: break-word; }
  .list-recruiting__hdl__s {
    display: block;
    margin-top: 10px;
    font-size: 1.4rem;
    line-height: 1.2; }
  .list-recruiting__txt {
    margin-top: 40px;
    font-size: 1.2rem;
    line-height: 2.1; }
  @media screen and (max-width: 768px) {
    .list-recruiting {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
      .list-recruiting::after {
        content: none; }
      .list-recruiting__li {
        width: 100%; }
        .list-recruiting__li:nth-child(-n+2) .list-recruiting__panel {
          margin-top: 14.5%; }
        .list-recruiting__li:first-child .list-recruiting__panel {
          margin-top: 0; }
      .list-recruiting__panel {
        margin-top: 14.5%; }
        .list-recruiting__panel:hover {
          color: #FFF; }
          .list-recruiting__panel:hover .list-recruiting__img::before {
            border-width: 8px; }
      .list-recruiting__img {
        width: 94.2%; }
      .list-recruiting__txtbox {
        width: 94.2%; }
      .list-recruiting__txtbox-inner {
        padding: 9.3%; }
      .list-recruiting__hdl__l {
        font-size: 2.7rem; }
      .list-recruiting__hdl__s {
        margin-top: 3.4%;
        font-size: 1.4rem; }
      .list-recruiting__txt {
        margin-top: 7.6%;
        font-size: 1.32rem;
        line-height: 1.7; } }

.list-job {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .list-job__li {
    width: 46.9%; }
    .list-job__li:nth-child(-n+2) .list-job__panel {
      margin-top: 0; }
  .list-job__panel {
    display: block;
    margin-top: 80px;
    position: relative; }
    .list-job__panel:hover .list-job__img::before {
      border-width: 10px; }
    .list-job__panel:hover .list-job__txtbox {
      color: #FFF; }
    .list-job__panel:hover .list-job__more {
      border-color: #FFF; }
      .list-job__panel:hover .list-job__more::before {
        border-top: 1px solid #FFF;
        border-right: 1px solid #FFF; }
    .list-job__panel:hover.designer .list-job__img::before {
      border-color: #E0C79E; }
    .list-job__panel:hover.designer .list-job__txtbox {
      background: #E0C79E; }
    .list-job__panel:hover.webdesigner .list-job__img::before {
      border-color: #E09E9E; }
    .list-job__panel:hover.webdesigner .list-job__txtbox {
      background: #E09E9E; }
    .list-job__panel:hover.videocreator .list-job__img::before {
      border-color: #BDA4D9; }
    .list-job__panel:hover.videocreator .list-job__txtbox {
      background: #BDA4D9; }
    .list-job__panel:hover.photographer .list-job__img::before {
      border-color: #9EBCE0; }
    .list-job__panel:hover.photographer .list-job__txtbox {
      background: #9EBCE0; }
    .list-job__panel:hover.programmer .list-job__img::before {
      border-color: #8BCE9D; }
    .list-job__panel:hover.programmer .list-job__txtbox {
      background: #8BCE9D; }
    .list-job__panel:hover.systemengineer .list-job__img::before {
      border-color: #A7CE8B; }
    .list-job__panel:hover.systemengineer .list-job__txtbox {
      background: #A7CE8B; }
    .list-job__panel:hover.printing .list-job__img::before {
      border-color: #A2D9D7; }
    .list-job__panel:hover.printing .list-job__txtbox {
      background: #A2D9D7; }
  .list-job__img {
    width: 89.6%;
    margin: 0 auto 0 0;
    padding-top: 76.7%;
    overflow: hidden;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    .list-job__img::before {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      border: 0px solid transparent;
      z-index: 1;
      -webkit-transition: border .4s ease-out;
      -o-transition: border .4s ease-out;
      transition: border .4s ease-out; }
    .list-job__img .job-img {
      width: 100%;
      padding-top: 85.4%;
      background: no-repeat center;
      background-size: cover;
      position: absolute;
      top: 0;
      will-change: width;
      -webkit-transition: width 0.8s cubic-bezier(0.5, 0.25, 0.45, 0.9), -webkit-transform 0.8s cubic-bezier(0.5, 0.25, 0.45, 0.9);
      transition: width 0.8s cubic-bezier(0.5, 0.25, 0.45, 0.9), -webkit-transform 0.8s cubic-bezier(0.5, 0.25, 0.45, 0.9);
      -o-transition: width 0.8s cubic-bezier(0.5, 0.25, 0.45, 0.9), transform 0.8s cubic-bezier(0.5, 0.25, 0.45, 0.9);
      transition: width 0.8s cubic-bezier(0.5, 0.25, 0.45, 0.9), transform 0.8s cubic-bezier(0.5, 0.25, 0.45, 0.9);
      transition: width 0.8s cubic-bezier(0.5, 0.25, 0.45, 0.9), transform 0.8s cubic-bezier(0.5, 0.25, 0.45, 0.9), -webkit-transform 0.8s cubic-bezier(0.5, 0.25, 0.45, 0.9);
      -webkit-transform-origin: center;
      -ms-transform-origin: center;
      transform-origin: center; }
      .list-job__img .job-img.is-show {
        width: 100%;
        right: 0;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1); }
      .list-job__img .job-img.is-hide {
        width: 0;
        left: 0;
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1); }
      .list-job__img .job-img.img-designer {
        background-image: url("../img/list_job_img_designer.jpg"); }
        .list-job__img .job-img.img-designer-o {
          background-image: url("../img/list_job_img_designer_o.jpg"); }
      .list-job__img .job-img.img-webdesigner {
        background-image: url("../img/list_job_img_webdesigner.jpg"); }
        .list-job__img .job-img.img-webdesigner-o {
          background-image: url("../img/list_job_img_webdesigner_o.jpg"); }
      .list-job__img .job-img.img-videocreator {
        background-image: url("../img/list_job_img_videocreator.jpg"); }
        .list-job__img .job-img.img-videocreator-o {
          background-image: url("../img/list_job_img_videocreator_o.jpg"); }
      .list-job__img .job-img.img-photographer {
        background-image: url("../img/list_job_img_photographer.jpg"); }
        .list-job__img .job-img.img-photographer-o {
          background-image: url("../img/list_job_img_photographer_o.jpg"); }
      .list-job__img .job-img.img-programmer {
        background-image: url("../img/list_job_img_programmer.jpg"); }
        .list-job__img .job-img.img-programmer-o {
          background-image: url("../img/list_job_img_programmer_o.jpg"); }
      .list-job__img .job-img.img-systemengineer {
        background-image: url("../img/list_job_img_systemengineer.jpg"); }
        .list-job__img .job-img.img-systemengineer-o {
          background-image: url("../img/list_job_img_systemengineer_o.jpg"); }
      .list-job__img .job-img.img-printing {
        background-image: url("../img/list_job_img_printing.jpg"); }
        .list-job__img .job-img.img-printing-o {
          background-image: url("../img/list_job_img_printing_o.jpg"); }
  .list-job__txtbox {
    width: 89.6%;
    margin: 0 0 -40px auto;
    padding: 12.3% 9.3%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #FFF;
    letter-spacing: 0.1em;
    z-index: 2;
    -webkit-transform: translate3D(0, -40px, 0);
    -ms-transform: translate3D(0, -40px, 0);
    transform: translate3D(0, -40px, 0);
    -webkit-transition: background .4s ease-out, color .3s ease-out;
    -o-transition: background .4s ease-out, color .3s ease-out;
    transition: background .4s ease-out, color .3s ease-out; }
  .list-job__hdl {
    margin-bottom: 11.4%;
    word-break: break-word; }
    .list-job__hdl__l {
      display: block;
      font-family: din-2014;
      font-size: 3.2rem;
      line-height: 1.2;
      letter-spacing: 0.2em; }
    .list-job__hdl__s {
      display: block;
      margin-top: 1.7%;
      font-size: 1.5rem; }
  .list-job__txt {
    font-size: 1.8rem; }
  .list-job__more {
    display: block;
    width: 110px;
    margin: 16% auto 0;
    padding-bottom: 2.6%;
    border-bottom: 1px solid #C1C1C1;
    -webkit-transition: border .3s ease-out;
    -o-transition: border .3s ease-out;
    transition: border .3s ease-out;
    position: relative; }
    .list-job__more::before {
      content: "";
      display: block;
      width: 8px;
      height: 8px;
      border-top: 1px solid #333333;
      border-right: 1px solid #333333;
      position: absolute;
      top: 8px;
      right: 0;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      -webkit-transition: border .3s ease-out;
      -o-transition: border .3s ease-out;
      transition: border .3s ease-out; }
  @media screen and (max-width: 1024px) {
    .list-job__panel.is-done .list-job__img::before {
      border-width: 6px;
      -webkit-transition-delay: .3s;
      -o-transition-delay: .3s;
      transition-delay: .3s; }
    .list-job__panel.is-done .list-job__txtbox {
      color: #FFF;
      -webkit-transition-delay: .3s;
      -o-transition-delay: .3s;
      transition-delay: .3s; }
    .list-job__panel.is-done .list-job__more {
      border-color: #FFF;
      -webkit-transition-delay: .3s;
      -o-transition-delay: .3s;
      transition-delay: .3s; }
      .list-job__panel.is-done .list-job__more::before {
        border-top: 1px solid #FFF;
        border-right: 1px solid #FFF;
        -webkit-transition-delay: .2s;
        -o-transition-delay: .2s;
        transition-delay: .2s; }
    .list-job__panel.is-done.designer .list-job__img::before {
      border-color: #E0C79E; }
    .list-job__panel.is-done.designer .list-job__txtbox {
      background: #E0C79E; }
    .list-job__panel.is-done.webdesigner .list-job__img::before {
      border-color: #E09E9E; }
    .list-job__panel.is-done.webdesigner .list-job__txtbox {
      background: #E09E9E; }
    .list-job__panel.is-done.videocreator .list-job__img::before {
      border-color: #BDA4D9; }
    .list-job__panel.is-done.videocreator .list-job__txtbox {
      background: #BDA4D9; }
    .list-job__panel.is-done.photographer .list-job__img::before {
      border-color: #9EBCE0; }
    .list-job__panel.is-done.photographer .list-job__txtbox {
      background: #9EBCE0; }
    .list-job__panel.is-done.programmer .list-job__img::before {
      border-color: #8BCE9D; }
    .list-job__panel.is-done.programmer .list-job__txtbox {
      background: #8BCE9D; }
    .list-job__panel.is-done.systemengineer .list-job__img::before {
      border-color: #A7CE8B; }
    .list-job__panel.is-done.systemengineer .list-job__txtbox {
      background: #A7CE8B; }
    .list-job__panel.is-done.printing .list-job__img::before {
      border-color: #A2D9D7; }
    .list-job__panel.is-done.printing .list-job__txtbox {
      background: #A2D9D7; } }
  @media screen and (max-width: 768px) {
    .list-job__li {
      width: 100%; }
      .top .list-job__li:nth-child(-n+2) .list-job__panel {
        margin-top: 50px; }
      .top .list-job__li:first-child .list-job__panel {
        margin-top: 0; }
    .list-job__panel {
      margin-top: 50px; }
    .list-job__img {
      width: 94.1%; }
    .list-job__txtbox {
      width: 94.1%;
      padding: 15.4% 9.3%; }
    .list-job__hdl__l {
      font-size: 2.7rem; }
    .list-job__hdl__s {
      font-size: 1.4rem; }
    .list-job__txt {
      font-size: 1.7rem; }
    .list-job__more {
      margin: 10% auto 0;
      padding-bottom: 4.2%; } }

.slick-slider {
  margin: 0 -30px; }
  .slick-slider.slick-dotted {
    margin-bottom: 70px; }
  .slick-slider .list-job__panel {
    margin: 0 30px; }
  .slick-slider .slick-dots {
    width: auto;
    right: 0;
    left: 0;
    bottom: -70px; }
  .slick-slider .slick-arrow {
    width: 56px;
    height: 56px;
    border-radius: 100%;
    background: #333333;
    -webkit-transition: background .3s ease-out;
    -o-transition: background .3s ease-out;
    transition: background .3s ease-out;
    z-index: 1; }
    .slick-slider .slick-arrow:hover, .slick-slider .slick-arrow:focus {
      background: #4d4d4d; }
    .slick-slider .slick-arrow::before {
      content: "";
      display: inline-block;
      width: 12px;
      height: 12px;
      margin: auto;
      border-top: 1px solid #FFF;
      border-left: 1px solid #FFF;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0; }
    .slick-slider .slick-arrow.slick-prev {
      left: 0; }
      .slick-slider .slick-arrow.slick-prev::before {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        right: -5px; }
    .slick-slider .slick-arrow.slick-next {
      right: 0; }
      .slick-slider .slick-arrow.slick-next::before {
        -webkit-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        transform: rotate(135deg);
        left: -5px; }
    .slick-slider .slick-arrow.slick-disabled {
      opacity: 0.5; }
  @media screen and (max-width: 1024px) {
    .slick-slider {
      margin: 0;
      padding: 0 56px; } }
  @media screen and (max-width: 768px) {
    .slick-slider {
      margin: 0 -5.8%;
      padding: 0; }
      .slick-slider .list-job__panel {
        margin: 0 5.2%; }
      .slick-slider .slick-arrow {
        width: 50px;
        height: 50px;
        top: 25%; }
        .slick-slider .slick-arrow.slick-prev {
          left: 2%; }
        .slick-slider .slick-arrow.slick-next {
          right: 2%; }
      .slick-slider .slick-slide.slick-current .list-job__img::before {
        border-width: 6px; } }

.list-news {
  border-top: 1px solid #C1C1C1; }
  .list-news__li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 30px 0;
    border-bottom: 1px solid #C1C1C1; }
  .list-news__date {
    display: block;
    width: 140px;
    padding-right: 130px; }
  .list-news__text {
    word-break: break-all; }
  @media screen and (max-width: 768px) {
    .list-news__li {
      display: block; }
    .list-news__date {
      width: auto;
      padding-right: 0; } }

.hdl-iview {
  margin-bottom: 40px; }
  .hdl-iview__s {
    display: block;
    font-family: din-2014;
    font-size: 3rem;
    line-height: 1; }
  .hdl-iview__l {
    display: block;
    margin-top: 34px;
    font-size: 5rem;
    font-weight: 500;
    line-height: 1.38; }
  @media screen and (max-width: 768px) {
    .hdl-iview {
      margin-bottom: 12.2%; }
      .hdl-iview__s {
        font-size: 2rem; }
      .hdl-iview__l {
        margin-top: 7.3%;
        font-size: 3.2rem; } }

.txt-job-intro {
  line-height: 2.2; }

.iview {
  position: relative; }
  .iview__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 1300px;
    margin: auto;
    padding-right: 40px;
    padding-left: 200px; }
    @media screen and (max-width: 1024px) {
      .iview__inner {
        padding: 0; } }
    @media screen and (max-width: 768px) {
      .iview__inner {
        padding: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; } }
    .p-01 .iview__inner, .p-03 .iview__inner {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
      flex-direction: row-reverse; }
  .iview__img-bg {
    height: 704px;
    background: no-repeat center top;
    background-size: cover; }
  .iview__txtbox-bg {
    background: #FFF;
    position: absolute;
    bottom: 0; }
  .iview__txtbox {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .iview__txtbox-inner {
    padding: 100px 0; }
  .iview__txt {
    line-height: 2; }
  .p-01 .iview__img {
    width: 55.8%; }
    .p-01 .iview__img-bg.designer {
      background-image: url("../img/designer_i01.jpg"); }
    .p-01 .iview__img-bg.webdesigner {
      background-image: url("../img/webdesigner_i01.jpg"); }
    .p-01 .iview__img-bg.videocreator {
      background-image: url("../img/videocreator_i01.jpg"); }
    .p-01 .iview__img-bg.photographer {
      background-image: url("../img/photographer_i01.jpg"); }
    .p-01 .iview__img-bg.programmer {
      background-image: url("../img/programmer_i01.jpg"); }
    .p-01 .iview__img-bg.systemengineer {
      background-image: url("../img/systemengineer_i01.jpg"); }
    .p-01 .iview__img-bg.printing {
      background-image: url("../img/printing_i01.jpg"); }
  .p-01 .iview__txtbox-bg {
    width: calc(50% + 76px);
    top: 53px;
    left: 0; }
  .p-01 .iview__txtbox {
    width: 44.2%; }
  .p-01 .iview__txtbox-inner {
    margin: 53px 0 0; }
  .p-02 .iview__img {
    width: 59.1%; }
    .p-02 .iview__img-bg.designer {
      background-image: url("../img/designer_i02.jpg"); }
    .p-02 .iview__img-bg.webdesigner {
      background-image: url("../img/webdesigner_i02.jpg"); }
    .p-02 .iview__img-bg.videocreator {
      background-image: url("../img/videocreator_i02.jpg"); }
    .p-02 .iview__img-bg.photographer {
      background-image: url("../img/photographer_i02.jpg"); }
    .p-02 .iview__img-bg.programmer {
      background-image: url("../img/programmer_i02.jpg"); }
    .p-02 .iview__img-bg.systemengineer {
      background-image: url("../img/systemengineer_i02.jpg"); }
    .p-02 .iview__img-bg.printing {
      background-image: url("../img/printing_i02.jpg"); }
  .p-02 .iview__txtbox-bg {
    width: calc(40.9% + 76px);
    top: 80px;
    right: 0; }
  .p-02 .iview__txtbox {
    width: 40.9%; }
  .p-02 .iview__txtbox-inner {
    margin: 80px 0 0; }
  .p-03 .iview__img {
    width: 55.8%;
    margin: 276px 0 80px; }
    .p-03 .iview__img-bg.designer {
      background-image: url("../img/designer_i03.jpg"); }
    .p-03 .iview__img-bg.webdesigner {
      background-image: url("../img/webdesigner_i03.jpg"); }
    .p-03 .iview__img-bg.videocreator {
      background-image: url("../img/videocreator_i03.jpg"); }
    .p-03 .iview__img-bg.photographer {
      background-image: url("../img/photographer_i03.jpg"); }
    .p-03 .iview__img-bg.programmer {
      background-image: url("../img/programmer_i03.jpg"); }
    .p-03 .iview__img-bg.systemengineer {
      background-image: url("../img/systemengineer_i03.jpg"); }
    .p-03 .iview__img-bg.printing {
      background-image: url("../img/printing_i03.jpg"); }
  .p-03 .iview__txtbox-bg {
    width: calc(50% + 76px);
    top: 0;
    left: 0; }
  .p-03 .iview__txtbox {
    width: 44.2%; }
  @media screen and (max-width: 1024px) {
    .iview__txtbox-bg {
      display: none; }
    .iview__txtbox-inner {
      background: #FFF; }
    .p-01 .iview__txtbox {
      width: 48.1%;
      margin-right: -3.9%; }
    .p-01 .iview__txtbox-inner {
      padding-right: 8.1%;
      padding-left: 8.1%; }
    .p-02 .iview__txtbox {
      width: 44.7%;
      margin-left: -3.9%; }
    .p-02 .iview__txtbox-inner {
      padding-right: 8.7%;
      padding-left: 8.7%; }
    .p-03 .iview__txtbox {
      width: 48.1%;
      margin-right: -3.9%; }
    .p-03 .iview__txtbox-inner {
      padding-right: 8.1%;
      padding-left: 8.1%; } }
  @media screen and (max-width: 768px) {
    .p-01 .iview__inner, .p-02 .iview__inner, .p-03 .iview__inner {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
    .p-01 .iview__img, .p-02 .iview__img, .p-03 .iview__img {
      width: 94.8%; }
      .p-01 .iview__img-bg, .p-02 .iview__img-bg, .p-03 .iview__img-bg {
        height: auto;
        padding-top: 100%; }
    .p-01 .iview__txtbox, .p-02 .iview__txtbox, .p-03 .iview__txtbox {
      width: 94.8%; }
    .p-01 .iview__txtbox-inner, .p-02 .iview__txtbox-inner, .p-03 .iview__txtbox-inner {
      margin: -50px 0 0;
      padding: 13.7% 5.5%;
      position: static;
      background: #FFF;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
    .p-01 .iview__img, .p-03 .iview__img {
      margin: 0 0 0 auto; }
    .p-01 .iview__txtbox, .p-03 .iview__txtbox {
      margin-right: auto; }
    .p-02 .iview__img {
      margin: 0 auto 0 0; }
    .p-02 .iview__txtbox {
      margin-left: auto; } }

.motivation {
  position: relative; }
  .motivation__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 1300px;
    margin: auto;
    padding-right: 40px;
    padding-left: 200px; }
    @media screen and (max-width: 1024px) {
      .motivation__inner {
        padding: 0; } }
    @media screen and (max-width: 768px) {
      .motivation__inner {
        padding: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; } }
  .motivation__img-bg {
    width: 50%;
    position: absolute;
    top: 0;
    bottom: 200px;
    left: 0;
    z-index: -1; }
    .designer .motivation__img-bg {
      background: #E0C79E; }
    .webdesigner .motivation__img-bg {
      background: #E09E9E; }
    .videocreator .motivation__img-bg {
      background: #BDA4D9; }
    .photographer .motivation__img-bg {
      background: #9EBCE0; }
    .programmer .motivation__img-bg {
      background: #8BCE9D; }
    .systemengineer .motivation__img-bg {
      background: #A7CE8B; }
    .printing .motivation__img-bg {
      background: #A2D9D7; }
  .motivation__img {
    width: 42.2%;
    position: relative; }
    .motivation__img__man {
      width: 93.7%;
      max-width: 430px;
      margin: 10% 7% 0 auto; }
    .motivation__img__name {
      font-family: din-2014;
      font-size: 7.5rem;
      line-height: 1;
      letter-spacing: 0.07em;
      position: absolute;
      left: 0;
      bottom: 0; }
      .designer .motivation__img__name {
        color: #E0C79E; }
      .webdesigner .motivation__img__name {
        color: #E09E9E; }
      .videocreator .motivation__img__name {
        color: #BDA4D9; }
      .photographer .motivation__img__name {
        color: #9EBCE0; }
      .programmer .motivation__img__name {
        color: #8BCE9D; }
      .systemengineer .motivation__img__name {
        color: #A7CE8B; }
      .printing .motivation__img__name {
        color: #A2D9D7; }
  .motivation__txtbox {
    width: 57.8%;
    padding: 0 0 0 4.8%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #FFF; }
  .motivation__hdl__s {
    display: block;
    font-family: din-2014;
    font-size: 3rem; }
  .motivation__hdl__l {
    display: block;
    font-size: 8rem;
    letter-spacing: 0.2em;
    line-height: 1; }
  .motivation__name {
    margin: 30px 0; }
    .motivation__name__s {
      display: block; }
    .motivation__name__l {
      display: block;
      font-size: 2.5rem; }
  .motivation__sign {
    position: relative;
    text-align: center; }
    .motivation__sign::before {
      content: "";
      display: block;
      width: 100%;
      padding-top: 27.7%;
      border: 4px solid #C8CAD1;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      position: absolute;
      bottom: 0;
      z-index: -1; }
    .motivation__sign .sign-svg {
      width: 72%;
      max-width: 380px; }
  .motivation__txt {
    margin-top: 60px;
    line-height: 2; }
  @media screen and (max-width: 1024px) {
    .motivation {
      padding: 0 3.9%; }
      .motivation__img-bg {
        width: 42.8%;
        padding-top: 46.2%; } }
  @media screen and (max-width: 768px) {
    .motivation {
      padding: 0 5.2%; }
      .motivation__img-bg {
        width: 94.8%;
        padding-top: 67.7%;
        bottom: inherit; }
      .motivation__img {
        width: 100%; }
        .motivation__img__man {
          width: 56.5%;
          margin: 4.7% auto 0; }
        .motivation__img__name {
          font-size: 10.4vw;
          letter-spacing: 0.1em;
          line-height: 1.1;
          left: 0; }
      .motivation__txtbox {
        width: auto;
        padding: 8.7% 0 0;
        background: transparent; }
      .motivation__hdl__s {
        font-size: 2rem; }
      .motivation__hdl__l {
        font-size: 5rem; }
      .motivation__name {
        margin: 9% 0 13.7%; }
        .motivation__name__s {
          font-size: 1.2rem; }
        .motivation__name__l {
          font-size: 1.6rem; }
      .motivation__sign::before {
        padding-top: 34.6%;
        border-width: 2px; }
      .motivation__sign svg {
        width: 72%; }
      .motivation__txt {
        margin-top: 8.7%; } }

.list-hr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .list-hr::after {
    content: "";
    display: block;
    width: calc( (100% - 8.4%) / 3 ); }
  .list-hr__li {
    width: calc( (100% - 8.4%) / 3 ); }
    .list-hr__li:nth-child(-n+3) .list-hr__panel {
      margin-top: 0; }
  .list-hr__panel {
    margin-top: 76px;
    padding: 40px 0;
    border-top: 1px solid #C1C1C1; }
  .list-hr__num {
    margin-bottom: 40px;
    font-family: getfont(din);
    font-size: 1.8rem;
    line-height: 1; }
  .list-hr__hdl {
    font-size: 2.2rem;
    line-height: 1.4; }
  .list-hr__txt {
    margin-top: 30px; }
  @media screen and (max-width: 768px) {
    .list-hr {
      display: block; }
      .list-hr__li {
        width: auto; }
        .list-hr__li:last-child .list-hr__panel {
          border-bottom: 1px solid #C1C1C1; }
      .list-hr__panel {
        margin-top: 0;
        padding: 8.7% 0; }
      .list-hr__num {
        margin-bottom: 5.8%;
        font-size: 1.4rem; }
      .list-hr__hdl {
        font-size: 2rem; }
      .list-hr__txt {
        margin-top: 4%; } }

.list-bnr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .list-bnr__li {
    width: 50%; }
  .list-bnr__img {
    display: block;
    padding-top: 39.2%;
    overflow: hidden;
    position: relative; }
    .list-bnr__img::before {
      content: "";
      display: block;
      width: 100%;
      height: 100%;
      background: no-repeat center;
      background-size: cover;
      position: absolute;
      top: 0;
      left: 0;
      -webkit-transition: -webkit-transform .3s ease-out;
      transition: -webkit-transform .3s ease-out;
      -o-transition: transform .3s ease-out;
      transition: transform .3s ease-out;
      transition: transform .3s ease-out, -webkit-transform .3s ease-out; }
    a.list-bnr__img:hover::before {
      -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
      transform: scale(1.1); }
    .list-bnr__img img {
      display: block;
      max-width: 152px;
      width: 29.8%;
      margin: auto 0;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 7.8%;
      z-index: 1; }
    .list-bnr__img.bnr-ascon::before {
      background-image: url("../img/bnr_ascon.jpg"); }
    .list-bnr__img.bnr-entry::before {
      background-image: url("../img/bnr_entry.jpg"); }
  @media screen and (max-width: 768px) {
    .list-bnr {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
      .list-bnr__li {
        width: 100%; }
        .list-bnr__li:first-child .list-bnr__img {
          margin-top: 0; }
      .list-bnr__img {
        margin-top: 8.7%;
        padding-top: 42.4%; }
        .list-bnr__img img {
          width: 36.9%; } }

.bnr-entry-l {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%; }
  a.bnr-entry-l:hover .bnr-entry-l__img::before {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }
  .bnr-entry-l__txtbox {
    width: 34.7%;
    background: #E09E9E; }
  .bnr-entry-l__txtbox-inner {
    padding: 13.3% 16.7% 9.6%; }
  .bnr-entry-l__more {
    width: 154px;
    margin: 15.1% auto 0;
    padding-bottom: 2.6%;
    border-bottom: 1px solid #FFF;
    color: #FFF;
    -webkit-transition: border .3s ease-out;
    -o-transition: border .3s ease-out;
    transition: border .3s ease-out;
    position: relative; }
    .bnr-entry-l__more::before {
      content: "";
      display: block;
      width: 8px;
      height: 8px;
      border-top: 1px solid #FFF;
      border-right: 1px solid #FFF;
      position: absolute;
      top: 8px;
      right: 0;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }
    div.bnr-entry-l .bnr-entry-l__more {
      width: 130px;
      font-family: din-2014;
      letter-spacing: 0.2em;
      text-align: center; }
      div.bnr-entry-l .bnr-entry-l__more::before {
        content: none; }
  .bnr-entry-l__img {
    width: 65.3%;
    padding-top: 19.6%;
    position: relative;
    overflow: hidden; }
    .bnr-entry-l__img::before {
      content: "";
      display: block;
      width: 100%;
      height: 100%;
      background: url("../img/bnr_entry_l.jpg") no-repeat center;
      background-size: cover;
      position: absolute;
      top: 0;
      left: 0;
      -webkit-transition: -webkit-transform .3s ease-out;
      transition: -webkit-transform .3s ease-out;
      -o-transition: transform .3s ease-out;
      transition: transform .3s ease-out;
      transition: transform .3s ease-out, -webkit-transform .3s ease-out; }
  @media screen and (max-width: 768px) {
    .bnr-entry-l {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
      flex-direction: column-reverse; }
      .bnr-entry-l__txtbox {
        width: 100%; }
      .bnr-entry-l__img {
        width: 100%;
        padding-top: 30.8%; } }

.close__txt {
  line-height: 2.2; }
@media screen and (max-width: 1024px) {
  .close {
    margin-top: 20.8%; } }

@-webkit-keyframes scroll-icon {
  0% {
    -webkit-transform: translate3D(0, -100%, 0);
    transform: translate3D(0, -100%, 0); }
  60% {
    -webkit-transform: translate3D(0, 100%, 0);
    transform: translate3D(0, 100%, 0); }
  100% {
    -webkit-transform: translate3D(0, 100%, 0);
    transform: translate3D(0, 100%, 0); } }

@keyframes scroll-icon {
  0% {
    -webkit-transform: translate3D(0, -100%, 0);
    transform: translate3D(0, -100%, 0); }
  60% {
    -webkit-transform: translate3D(0, 100%, 0);
    transform: translate3D(0, 100%, 0); }
  100% {
    -webkit-transform: translate3D(0, 100%, 0);
    transform: translate3D(0, 100%, 0); } }
.js-animation {
  -webkit-transition: opacity 1.4s cubic-bezier(0.5, 0.65, 0.2, 1.01), -webkit-transform 1.2s cubic-bezier(0.5, 0.65, 0.2, 1.01);
  transition: opacity 1.4s cubic-bezier(0.5, 0.65, 0.2, 1.01), -webkit-transform 1.2s cubic-bezier(0.5, 0.65, 0.2, 1.01);
  -o-transition: opacity 1.4s cubic-bezier(0.5, 0.65, 0.2, 1.01), transform 1.2s cubic-bezier(0.5, 0.65, 0.2, 1.01);
  transition: opacity 1.4s cubic-bezier(0.5, 0.65, 0.2, 1.01), transform 1.2s cubic-bezier(0.5, 0.65, 0.2, 1.01);
  transition: opacity 1.4s cubic-bezier(0.5, 0.65, 0.2, 1.01), transform 1.2s cubic-bezier(0.5, 0.65, 0.2, 1.01), -webkit-transform 1.2s cubic-bezier(0.5, 0.65, 0.2, 1.01); }

.delay-01 {
  -webkit-transition-delay: .1s;
  -o-transition-delay: .1s;
  transition-delay: .1s; }
.delay-02 {
  -webkit-transition-delay: .2s;
  -o-transition-delay: .2s;
  transition-delay: .2s; }
@media screen and (max-width: 768px) {
  .delay-01, .delay-02 {
    -webkit-transition-delay: unset;
    -o-transition-delay: unset;
    transition-delay: unset; } }

.fadein {
  will-change: opacity;
  opacity: 0; }
  .fadein.is-done {
    opacity: 1; }

.slide-left {
  opacity: 0;
  will-change: transform;
  -webkit-transform: translate3D(30%, 0, 0);
  -ms-transform: translate3D(30%, 0, 0);
  transform: translate3D(30%, 0, 0); }
  .slide-left.is-done {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }

.slide-right {
  opacity: 0;
  will-change: transform;
  -webkit-transform: translate3D(-30%, 0, 0);
  -ms-transform: translate3D(-30%, 0, 0);
  transform: translate3D(-30%, 0, 0); }
  .slide-right.is-done {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }

.slide-up {
  opacity: 0;
  will-change: transform;
  -webkit-transform: translate3D(0, 30%, 0);
  -ms-transform: translate3D(0, 30%, 0);
  transform: translate3D(0, 30%, 0); }
  .slide-up.is-done {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }

.slide-down {
  opacity: 0;
  will-change: transform;
  -webkit-transform: translate3D(0, -30%, 0);
  -ms-transform: translate3D(0, -30%, 0);
  transform: translate3D(0, -30%, 0); }
  .slide-down.is-done {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }



/*# sourceMappingURL=common.css.map */