@-webkit-keyframes scrollIcon {
  0% {
    height: 0px;
    -webkit-transform: translate3d(0, 0px, 0);
    transform: translate3d(0, 0px, 0); }
  30% {
    height: 200px;
    -webkit-transform: translate3d(0, 0px, 0);
    transform: translate3d(0, 0px, 0); }
  60% {
    height: 200px;
    -webkit-transform: translate3d(0, 200px, 0);
    transform: translate3d(0, 200px, 0); }
  100% {
    height: 0px;
    -webkit-transform: translate3d(0, 200px, 0);
    transform: translate3d(0, 200px, 0); } }

@keyframes scrollIcon {
  0% {
    height: 0px;
    -webkit-transform: translate3d(0, 0px, 0);
    transform: translate3d(0, 0px, 0); }
  30% {
    height: 200px;
    -webkit-transform: translate3d(0, 0px, 0);
    transform: translate3d(0, 0px, 0); }
  60% {
    height: 200px;
    -webkit-transform: translate3d(0, 200px, 0);
    transform: translate3d(0, 200px, 0); }
  100% {
    height: 0px;
    -webkit-transform: translate3d(0, 200px, 0);
    transform: translate3d(0, 200px, 0); } }

@media screen and (max-width: 768px) {
  .keyBlock {
    height: calc(100vh - 75px);
    padding: 0 0 80px;
    position: relative;
    margin: 0 0 50px; }
    .keyBlock .inner {
      width: 92%;
      height: calc(100vh - 135px);
      max-width: 1150px;
      margin: 0 auto;
      padding: calc(50vh - 147px) 0 0;
      position: relative; }
      .keyBlock .inner:before {
        content: "";
        display: block;
        height: calc(100vh - 135px);
        width: 100%;
        background: url(/assets/img/index/img_key_sp.jpg) no-repeat center center;
        background-size: cover;
        position: absolute;
        top: 10px;
        left: 0;
        z-index: 1;
        transition-delay: 3s;
        transition-duration: 1s;
        opacity: 0; }
      .keyBlock .inner h2 {
        width: 90%;
        margin: 0 auto;
        position: relative;
        z-index: 2;
        transition-delay: 1s;
        transition-duration: 1s;
        opacity: 0; }
      .keyBlock .inner .writing {
        width: 80%;
        height: 128px;
        position: absolute;
        z-index: 2;
        bottom: 80px;
        left: 10%; }
        .keyBlock .inner .writing h3 {
          width: 100%; }
          .keyBlock .inner .writing h3 #keySvg {
            width: 100%; }
            .keyBlock .inner .writing h3 #keySvg .st0 {
              stroke: #FFF;
              stroke-width: 4;
              stroke-linecap: round;
              stroke-miterlimit: 10;
              stroke-dasharray: 1500;
              stroke-dashoffset: 1500; }
      .keyBlock .inner .newsBox {
        position: absolute;
        width: 48%;
        z-index: 2;
        bottom: 10px;
        right: 6px;
        transition-delay: 8s;
        transition-duration: 1s;
        opacity: 0; }
        .keyBlock .inner .newsBox dl dt {
          display: block;
          text-align: left;
          margin: 0 0 5px; }
          .keyBlock .inner .newsBox dl dt .days {
            display: block;
            font-size: 10px;
            vertical-align: bottom; }
          .keyBlock .inner .newsBox dl dt .ttl {
            display: inline-block;
            font-size: 12px;
            vertical-align: bottom; }
        .keyBlock .inner .newsBox dl dd {
          display: inline-block; }
          .keyBlock .inner .newsBox dl dd p {
            font-size: 10px;
            line-height: 1.4; }
    .keyBlock .scrollBox {
      position: absolute;
      left: 12%;
      bottom: 10px;
      z-index: 2;
      width: 44px;
      margin: 0 0 0 -22px;
      transition-delay: 8s;
      transition-duration: 1s;
      opacity: 0; }
      .keyBlock .scrollBox .scrollLine {
        display: inline-block;
        width: 1px;
        height: 135px;
        overflow: hidden;
        background-color: #af3327;
        vertical-align: bottom; }
        .keyBlock .scrollBox .scrollLine:before {
          display: block;
          top: 0;
          left: 0;
          width: 1px;
          height: 135px;
          background-color: #db9f9a;
          -webkit-animation: scrollIcon 3s cubic-bezier(0.895, 0.03, 0.685, 0.22);
          animation: scrollIcon 3s cubic-bezier(0.895, 0.03, 0.685, 0.22);
          -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
          -webkit-animation-delay: 0s;
          animation-delay: 0s;
          -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
          content: ""; }
      .keyBlock .scrollBox .scrollTxt {
        display: inline-block;
        margin: 0 0 0 16px; }
        .keyBlock .scrollBox .scrollTxt img {
          height: 44px; }
    .keyBlock.move .inner:before {
      opacity: 1; }
    .keyBlock.move .inner h2 {
      opacity: 1; }
    .keyBlock.move .inner .newsBox {
      opacity: 1; }
    .keyBlock.move .scrollBox {
      opacity: 1; }
  .voiceBlock {
    position: relative;
    margin: 0 0 60px; }
    .voiceBlock .imgBox {
      display: block;
      position: relative;
      width: 100%;
      margin: 0;
      transition-duration: 1.5s;
      transition-delay: 2s;
      top: 20px; }
      .voiceBlock .imgBox img {
        display: block;
        width: 100%;
        transition-delay: 2.5s;
        transition-duration: 1s;
        opacity: 0; }
    .voiceBlock .inner {
      width: 92%;
      margin: 0 auto 20px; }
      .voiceBlock .inner .txtBox .writing {
        margin: 0 auto 20px; }
        .voiceBlock .inner .txtBox .writing span .st0 {
          stroke: #FFF;
          stroke-width: 10; }
      .voiceBlock .inner .txtBox h2 {
        font-size: 18px;
        line-height: 1.8;
        margin: 0 0 20px;
        padding: 0 0 10px;
        position: relative;
        transition-delay: 1.5s;
        transition-duration: 1s;
        top: 20px;
        opacity: 0; }
        .voiceBlock .inner .txtBox h2:after {
          background: #af3327;
          content: "";
          display: block;
          width: 100%;
          height: 1px;
          position: absolute;
          bottom: 0;
          left: 0; }
      .voiceBlock .inner .txtBox p {
        font-size: 12px;
        text-align: justify;
        line-height: 2;
        transition-delay: 2s;
        transition-duration: 1s;
        top: 20px;
        opacity: 0; }
    .voiceBlock.move .imgBox {
      top: 0; }
      .voiceBlock.move .imgBox img {
        opacity: 1; }
    .voiceBlock.move .inner h2 {
      opacity: 1;
      top: 0; }
    .voiceBlock.move .inner p {
      opacity: 1;
      top: 0; }
    .voiceBlock--01 .inner .txtBox .writing {
      width: 86px;
      height: 58px; }
    .voiceBlock--02 .inner .txtBox .writing {
      width: 96px;
      height: 48px; }
    .voiceBlock--03 .inner .txtBox .writing {
      width: 86px;
      height: 54px; }
    .voiceBlock--04 .inner .txtBox .writing {
      width: 86px;
      height: 54px; }
    .voiceBlock--05 .inner .txtBox .writing {
      width: 94px;
      height: 58px; }
  .message {
    margin: 0 0 60px; }
    .message .inner {
      background: url(/assets/img/index/bg_message.jpg) no-repeat center center;
      background-size: cover;
      width: 100%;
      margin: 0 auto;
      padding: 30px 4% 60px;
      overflow: hidden;
      transition-duration: .5s;
      opacity: 0; }
      .message .inner h2 {
        text-align: center;
        margin: 0 auto 40px;
        width: 106px;
        height: 54px; }
        .message .inner h2 .st0 {
          fill: none;
          stroke: #FFF;
          stroke-width: 4;
          stroke-linecap: round;
          stroke-miterlimit: 10;
          stroke-dasharray: 1500;
          stroke-dashoffset: 1500; }
      .message .inner p {
        font-size: 13px;
        font-weight: bold;
        line-height: 1.8;
        letter-spacing: .1em;
        margin: 0 0 30px;
        position: relative;
        transition-duration: 1.5s;
        transition-delay: 1.5s;
        opacity: 0;
        top: 20px; }
        .message .inner p:nth-child(5) {
          margin: 0 0 50px; }
      .message .inner h3 {
        width: 90%;
        margin: 0 auto;
        position: relative;
        opacity: 0;
        transition-duration: 1s; }
    .message.move .inner {
      opacity: 1; }
      .message.move .inner p {
        top: 0;
        opacity: 1; }
      .message.move .inner h3 {
        top: 0;
        opacity: 1; }
  .bannerArea {
    margin-bottom: 16px;
    padding: 24px 4%;
    background: rgba(224, 224, 224, 0.23); }
    .bannerArea .inner {
      width: 100%;
      margin: 0 auto;
      text-align: center; }
    .bannerArea .banner {
      display: block; }
      .bannerArea .banner img {
        max-width: 100%; } }

@media screen and (min-width: 769px) {
  .keyBlock {
    height: calc(100vh - 100px);
    padding: 0 0 80px;
    position: relative;
    margin: 0 0 50px; }
    .keyBlock .inner {
      width: 86%;
      height: calc(100vh - 180px);
      max-width: 1150px;
      margin: 0 auto;
      padding: calc(50vh - 198px) 0 0;
      position: relative; }
      .keyBlock .inner:before {
        content: "";
        display: block;
        height: calc(100vh - 180px);
        width: 100%;
        background: url(/assets/img/index/img_key.jpg) no-repeat center center;
        background-size: cover;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
        transition-delay: 3s;
        transition-duration: 1.5s;
        opacity: 0; }
      .keyBlock .inner h2 {
        width: 644px;
        margin: 0 auto;
        position: relative;
        z-index: 2;
        transition-delay: 1s;
        transition-duration: 1.5s;
        opacity: 0; }
      .keyBlock .inner .writing {
        width: 462px;
        height: 128px;
        position: absolute;
        z-index: 2;
        bottom: 20px;
        right: -30px; }
        .keyBlock .inner .writing h3 {
          width: 462px;
          height: 128px; }
          .keyBlock .inner .writing h3 #keySvg {
            width: 462px;
            height: 128px; }
            .keyBlock .inner .writing h3 #keySvg svg {
              width: 462px;
              height: 128px; }
            .keyBlock .inner .writing h3 #keySvg .st0 {
              fill: none;
              stroke: #FFF;
              stroke-width: 8;
              stroke-miterlimit: 10; }
      .keyBlock .inner .newsBox {
        position: absolute;
        z-index: 2;
        bottom: -50px;
        right: 0;
        transition-delay: 8s;
        transition-duration: 1s;
        opacity: 0; }
        .keyBlock .inner .newsBox dl dt {
          display: block;
          text-align: right;
          margin: 0 0 5px; }
          .keyBlock .inner .newsBox dl dt .days {
            display: inline-block;
            font-size: 14px;
            vertical-align: bottom; }
          .keyBlock .inner .newsBox dl dt .ttl {
            display: inline-block;
            font-size: 14px;
            vertical-align: bottom;
            margin: 0 0 0 10px; }
        .keyBlock .inner .newsBox dl dd {
          display: inline-block; }
          .keyBlock .inner .newsBox dl dd p {
            font-size: 12px; }
    .keyBlock .scrollBox {
      position: absolute;
      left: 50%;
      bottom: 10px;
      z-index: 2;
      width: 44px;
      height: 135px;
      margin: 0 0 0 -22px;
      transition-delay: 8s;
      transition-duration: 1s;
      opacity: 0; }
      .keyBlock .scrollBox .scrollLine {
        display: inline-block;
        width: 1px;
        height: 135px;
        overflow: hidden;
        background-color: #af3327;
        vertical-align: bottom; }
        .keyBlock .scrollBox .scrollLine:before {
          display: block;
          bottom: 0;
          left: 0;
          width: 1px;
          height: 135px;
          background-color: #db9f9a;
          -webkit-animation: scrollIcon 3s cubic-bezier(0.895, 0.03, 0.685, 0.22);
          animation: scrollIcon 3s cubic-bezier(0.895, 0.03, 0.685, 0.22);
          -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
          -webkit-animation-delay: 0s;
          animation-delay: 0s;
          -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
          content: ""; }
      .keyBlock .scrollBox .scrollTxt {
        display: block;
        position: absolute;
        bottom: 0;
        left: 16px; }
        .keyBlock .scrollBox .scrollTxt img {
          height: 44px; }
    .keyBlock.move .inner:before {
      opacity: 1; }
    .keyBlock.move .inner h2 {
      opacity: 1; }
    .keyBlock.move .inner .newsBox {
      opacity: 1; }
    .keyBlock.move .scrollBox {
      opacity: 1; }
  .voiceBlock {
    position: relative;
    overflow: hidden;
    margin: 0 auto 120px;
    max-width: 1150px; }
    .voiceBlock .imgBox {
      display: block;
      position: absolute;
      transition-duration: 1.5s;
      z-index: -1; }
      .voiceBlock .imgBox img {
        display: block;
        transition-delay: .5s;
        transition-duration: 1s;
        opacity: 0; }
    .voiceBlock .inner {
      width: 86%;
      max-width: 1150px;
      margin: 0 auto; }
      .voiceBlock .inner .txtBox .writing {
        margin: 0 0 40px; }
        .voiceBlock .inner .txtBox .writing span .st0 {
          fill: none;
          stroke: #FFF;
          stroke-width: 10; }
      .voiceBlock .inner .txtBox h2 {
        font-size: 24px;
        font-weight: bold;
        line-height: 1.8;
        margin: 0 0 30px;
        padding: 0 0 110px;
        position: relative;
        transition-delay: 0.5s;
        transition-duration: 1s;
        top: 20px;
        opacity: 0; }
        .voiceBlock .inner .txtBox h2 .scrollLine {
          display: block;
          width: 1px;
          height: 77px;
          overflow: hidden;
          background-color: #af3327;
          bottom: 0;
          left: 0;
          position: absolute; }
          .voiceBlock .inner .txtBox h2 .scrollLine:before {
            display: block;
            top: 0;
            left: 0;
            width: 1px;
            height: 77px;
            background-color: #db9f9a;
            -webkit-animation: scrollIcon 3s cubic-bezier(0.895, 0.03, 0.685, 0.22);
            animation: scrollIcon 3s cubic-bezier(0.895, 0.03, 0.685, 0.22);
            -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
            -webkit-animation-delay: 0s;
            animation-delay: 0s;
            -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
            content: ""; }
      .voiceBlock .inner .txtBox p {
        font-size: 14px;
        text-align: justify;
        line-height: 2;
        position: relative;
        transition-delay: 0.5s;
        transition-duration: 1s;
        top: 20px;
        opacity: 0; }
    .voiceBlock--01 {
      min-height: 619px; }
      .voiceBlock--01 .imgBox {
        top: 100px;
        right: 0;
        width: 72%;
        max-width: 936px; }
        .voiceBlock--01 .imgBox img {
          width: 100%; }
      .voiceBlock--01 .inner .txtBox {
        width: 200px; }
        .voiceBlock--01 .inner .txtBox .writing {
          width: 86px;
          height: 58px; }
      .voiceBlock--01.move .imgBox {
        top: 50px; }
        .voiceBlock--01.move .imgBox img {
          opacity: 1; }
      .voiceBlock--01.move .inner h2 {
        opacity: 1;
        top: 0; }
      .voiceBlock--01.move .inner p {
        opacity: 1;
        top: 0; }
    .voiceBlock--02 {
      min-height: 646px; }
      .voiceBlock--02 .imgBox {
        top: 50px;
        left: 50px;
        width: 64%;
        max-width: 835px;
        z-index: -1; }
        .voiceBlock--02 .imgBox img {
          width: 100%; }
      .voiceBlock--02 .inner .txtBox {
        padding: 140px 0 0;
        width: 220px;
        margin: 0 0 0 auto; }
        .voiceBlock--02 .inner .txtBox .writing {
          width: 96px;
          height: 48px; }
      .voiceBlock--02.move .imgBox {
        top: 0; }
        .voiceBlock--02.move .imgBox img {
          opacity: 1; }
      .voiceBlock--02.move .inner h2 {
        opacity: 1;
        top: 0; }
      .voiceBlock--02.move .inner p {
        opacity: 1;
        top: 0; }
    .voiceBlock--03 {
      min-height: 619px; }
      .voiceBlock--03 .imgBox {
        top: 50px;
        right: 50px;
        width: 68%;
        max-width: 893px;
        z-index: -1; }
        .voiceBlock--03 .imgBox img {
          width: 100%; }
      .voiceBlock--03 .inner .txtBox {
        padding: 120px 0 0; }
        .voiceBlock--03 .inner .txtBox h2 {
          -webkit-writing-mode: vertical-rl;
          -moz-writing-mode: vertical-rl;
          -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
          margin: 0 0 30px -.5em; }
          @supports (-ms-ime-align: auto) {
            .voiceBlock--03 .inner .txtBox h2 {
              height: 340px; } }
          .voiceBlock--03 .inner .txtBox h2 .scrollLine {
            left: 0.6em; }
        .voiceBlock--03 .inner .txtBox _:-ms-lang(x)::-ms-backdrop, .voiceBlock--03 .inner .txtBox h2 {
          height: 340px; }
        .voiceBlock--03 .inner .txtBox .writing {
          width: 86px;
          height: 54px; }
      .voiceBlock--03.move .imgBox {
        top: 0; }
        .voiceBlock--03.move .imgBox img {
          opacity: 1; }
      .voiceBlock--03.move .inner h2 {
        opacity: 1;
        top: 0; }
      .voiceBlock--03.move .inner p {
        opacity: 1;
        top: 0; }
    .voiceBlock--04 {
      min-height: 646px; }
      .voiceBlock--04 .imgBox {
        top: 130px;
        left: 0;
        width: 64%;
        max-width: 920px;
        z-index: -1; }
        .voiceBlock--04 .imgBox img {
          width: 100%; }
      .voiceBlock--04 .inner .txtBox {
        width: 260px;
        margin: 0 0 0 auto; }
        .voiceBlock--04 .inner .txtBox .writing {
          width: 86px;
          height: 54px; }
      .voiceBlock--04.move .imgBox {
        top: 80px; }
        .voiceBlock--04.move .imgBox img {
          opacity: 1; }
      .voiceBlock--04.move .inner h2 {
        opacity: 1;
        top: 0; }
      .voiceBlock--04.move .inner p {
        opacity: 1;
        top: 0; }
    .voiceBlock--05 {
      min-height: 619px; }
      .voiceBlock--05 .imgBox {
        top: 50px;
        right: 0;
        width: 76%;
        max-width: 992px;
        z-index: -1; }
        .voiceBlock--05 .imgBox img {
          width: 100%; }
      .voiceBlock--05 .inner .txtBox {
        padding: 50px 0 0; }
        .voiceBlock--05 .inner .txtBox .writing {
          width: 94px;
          height: 58px; }
        .voiceBlock--05 .inner .txtBox h2 {
          -webkit-writing-mode: vertical-rl;
          -moz-writing-mode: vertical-rl;
          -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
          margin: 0 0 30px -.5em; }
          .voiceBlock--05 .inner .txtBox h2 .scrollLine {
            left: 0.6em; }
          @supports (-ms-ime-align: auto) {
            .voiceBlock--05 .inner .txtBox h2 {
              height: 460px; } }
        .voiceBlock--05 .inner .txtBox _:-ms-lang(x)::-ms-backdrop, .voiceBlock--05 .inner .txtBox h2 {
          height: 460px; }
        .voiceBlock--05 .inner .txtBox p {
          margin: 0 0 20px; }
          .voiceBlock--05 .inner .txtBox p:last-child {
            margin: 0; }
      .voiceBlock--05.move .imgBox {
        top: 0; }
        .voiceBlock--05.move .imgBox img {
          opacity: 1; }
      .voiceBlock--05.move .inner h2 {
        opacity: 1;
        top: 0; }
      .voiceBlock--05.move .inner p {
        opacity: 1;
        top: 0; }
  .message {
    margin: 0 0 90px; }
    .message .inner {
      background: url(/assets/img/index/bg_message.jpg) no-repeat center center;
      background-size: cover;
      width: 1150px;
      margin: 0 auto;
      padding: 60px 70px;
      overflow: hidden;
      transition-duration: .5s;
      opacity: 0; }
      .message .inner h2 {
        text-align: center;
        margin: 0 auto 40px;
        width: 106px;
        height: 54px; }
        .message .inner h2 .st0 {
          fill: none;
          stroke: #FFF;
          stroke-width: 30; }
      .message .inner p {
        float: right;
        -webkit-writing-mode: vertical-rl;
        -moz-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
        -ms-text-orientation: upright;
        -webkit-text-orientation: upright;
        text-orientation: upright;
        font-size: 16px;
        font-weight: bold;
        line-height: 2.2;
        letter-spacing: .2em;
        margin: 0 0 0 50px;
        position: relative;
        transition-duration: 1.5s;
        transition-delay: .5s;
        opacity: 0;
        top: 20px; }
        .message .inner p span {
          font-size: 16px;
          font-weight: bold;
          line-height: 2.2;
          letter-spacing: .2em;
          -ms-text-combine-horizontal: all; }
        .message .inner p _:-ms-lang(x)::-ms-backdrop, .message .inner p span {
          line-height: 1; }
        .message .inner p _:-ms-lang(x)::backdrop, .message .inner p span {
          line-height: 1; }
        .message .inner p:nth-child(5) {
          margin: 0 0 0 100px; }
      .message .inner h3 {
        float: right;
        width: 64px;
        position: relative;
        opacity: 0;
        transition-duration: 1.5s;
        transition-delay: .5s;
        top: 20px; }
    .message.move .inner {
      opacity: 1; }
      .message.move .inner p {
        top: 0;
        opacity: 1; }
      .message.move .inner h3 {
        top: 0;
        opacity: 1; }
  .bannerArea {
    margin-bottom: 14px;
    padding: 58px 0;
    background: rgba(224, 224, 224, 0.23); }
    .bannerArea .inner {
      max-width: 1150px;
      margin: 0 auto;
      text-align: center; }
    .bannerArea .banner {
      display: block; }
      .bannerArea .banner img {
        max-width: 100%; }
      .bannerArea .banner:hover {
        opacity: .7; } }
