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

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

@media screen and (max-width: 768px) {
  .header {
    opacity: 1; }
  .keyBlock {
    position: relative;
    margin: 0 0 60px; }
    .keyBlock:before {
      content: "";
      display: block;
      width: 100%;
      height: 100%;
      max-height: 390px;
      position: absolute;
      transition-duration: 1.5s;
      opacity: 0; }
    .keyBlock .inner {
      position: relative;
      margin: 0 auto;
      padding: 20px 4% 0; }
      .keyBlock .inner .vertical {
        -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;
        color: #FFF;
        font-size: 12px;
        font-weight: bold;
        line-height: 2.2;
        letter-spacing: .2em;
        display: block;
        transition-duration: 1.5s;
        opacity: 0;
        margin: 0 0 10px; }
        @supports (-ms-ime-align: auto) {
          .keyBlock .inner .vertical {
            height: 100%; } }
      .keyBlock .inner .writing {
        width: 108px;
        height: 60px;
        position: relative;
        z-index: 2;
        margin: 0 0 50px; }
        .keyBlock .inner .writing span .st0 {
          fill: none;
          stroke: #FFF;
          stroke-width: 10; }
      .keyBlock .inner h2 {
        position: relative;
        margin: 0 0 70px;
        transition-delay: 1s;
        transition-duration: 1.5s;
        opacity: 0;
        top: 50px; }
        .keyBlock .inner h2 span {
          background: #FFF;
          color: #333;
          display: inline-block;
          font-size: 18px;
          font-weight: bold;
          line-height: 1.6;
          letter-spacing: .08em;
          padding: 2px 0 2px 6px; }
          .keyBlock .inner h2 span:first-child {
            margin: 0 0 5px; }
          .keyBlock .inner h2 span.narrow {
            letter-spacing: .02em; }
      .keyBlock .inner .info {
        position: relative;
        transition-delay: 1.5s;
        transition-duration: 1.5s;
        opacity: 0;
        top: 50px; }
        .keyBlock .inner .info > span {
          color: #333;
          display: block;
          font-weight: bold;
          letter-spacing: .02em; }
          .keyBlock .inner .info > span.belongs {
            position: relative;
            font-size: 14px;
            line-height: 1.6;
            margin: 0 0 10px; }
          .keyBlock .inner .info > span.name {
            font-size: 16px;
            line-height: 1.6;
            margin: 0 0 5px; }
          .keyBlock .inner .info > span.year {
            font-size: 12px;
            margin: 0 0 20px;
            line-height: 1.6; }
        .keyBlock .inner .info p {
          line-height: 1.8;
          font-size: 12px; }
    .keyBlock--01:before {
      background: url(/assets/img/interview/suzuki/bg_key_interview_01.jpg) no-repeat top right -180px;
      background-size: cover; }
    .keyBlock--02:before {
      background: url(/assets/img/interview/tominaga/bg_key_interview_01.jpg) no-repeat top right -180px;
      background-size: cover; }
    .keyBlock--03:before {
      background: url(/assets/img/interview/honma/bg_key_interview_01_sp.jpg) no-repeat;
      background-size: cover; }
    .keyBlock--04:before {
      background: url(/assets/img/interview/ishikawa/bg_key_interview_01.jpg) no-repeat top right -180px;
      background-size: cover; }
    .keyBlock--05:before {
      background: url(/assets/img/interview/hayasaka/bg_key_interview_01.jpg) no-repeat top right -180px;
      background-size: cover; }
    .keyBlock--06:before {
      background: url(/assets/img/interview/shinogi/bg_key_interview_01.jpg) no-repeat top right -180px;
      background-size: cover; }
    .keyBlock--07:before {
      background: url(/assets/img/interview/yabuki/bg_key_interview_01.jpg) no-repeat top right -180px;
      background-size: cover; }
    .keyBlock--08:before {
      background: url(/assets/img/interview/hori/bg_key_interview_01.jpg) no-repeat top right -140px;
      background-size: cover; }
    .keyBlock.move:before {
      opacity: 1; }
    .keyBlock.move .inner .vertical {
      opacity: 1;
      top: 0; }
    .keyBlock.move .inner .info {
      opacity: 1;
      top: 0; }
    .keyBlock.move .inner h2 {
      opacity: 1;
      top: 0; }
  .theme {
    margin: 0 0 50px; }
    .theme .writing span .st0 {
      fill: none;
      stroke: #FFF;
      stroke-width: 10; }
    .theme .inner {
      margin: 0 auto;
      position: relative;
      top: 50px;
      opacity: 0;
      transition-duration: 1.5s;
      transition-delay: .5s; }
      .theme .inner .titleBox {
        padding: 0 4%; }
        .theme .inner .titleBox h2 {
          color: #333;
          font-size: 16px;
          font-weight: bold;
          line-height: 1.8;
          margin: 0 0 20px; }
      .theme .inner .txtBox {
        overflow: hidden;
        margin: 0 auto 40px;
        padding: 0 4%; }
        .theme .inner .txtBox .leftBox {
          margin: 0; }
          .theme .inner .txtBox .leftBox p {
            font-size: 12px;
            line-height: 2;
            text-align: justify; }
        .theme .inner .txtBox .rightBox p {
          font-size: 12px;
          line-height: 2;
          text-align: justify; }
        .theme .inner .txtBox .rightBox img {
          display: block;
          margin: 40px 0 10px; }
        .theme .inner .txtBox .rightBox .caution {
          display: block;
          width: 70%;
          font-size: 14px;
          line-height: 1.6; }
      .theme .inner > .imgBox {
        width: 100%; }
        .theme .inner > .imgBox img {
          display: block;
          width: 100%; }
    .theme--01 .writing {
      margin: 0 auto 20px 4%; }
      .theme--01 .writing span {
        display: block;
        width: 80px;
        height: 36px; }
    .theme--01 .inner .imgBox {
      width: 100%;
      margin: 0 auto; }
    .theme--02 {
      margin: 0 auto 50px; }
      .theme--02 .writing {
        margin: 0 0 20px 4%; }
        .theme--02 .writing span {
          display: block;
          width: 84px;
          height: 34px; }
      .theme--02 .inner {
        max-width: 900px;
        margin: 0 auto;
        overflow: hidden; }
        .theme--02 .inner .titleBox {
          margin: 0 0 20px; }
          .theme--02 .inner .titleBox h2 {
            margin: 0 auto; }
          .theme--02 .inner .titleBox _:-ms-lang(x)::-ms-backdrop, .theme--02 .inner .titleBox .vertical {
            height: 220px; }
        .theme--02 .inner .txtBox {
          margin: 0 auto; }
          .theme--02 .inner .txtBox p {
            font-size: 12px;
            line-height: 2;
            text-align: justify; }
            .theme--02 .inner .txtBox p:first-child {
              margin: 0 0 30px; }
    .theme--03 .writing {
      margin: 0 auto 20px 4%; }
      .theme--03 .writing span {
        display: block;
        width: 78px;
        height: 32px; }
    .theme--03 .inner {
      margin: 0 auto;
      overflow: hidden; }
      .theme--03 .inner .txtBox {
        margin: 0 0 20px; }
        .theme--03 .inner .txtBox .titleBox {
          padding: 0; }
        .theme--03 .inner .txtBox p {
          font-size: 12px;
          line-height: 2;
          text-align: justify; }
          .theme--03 .inner .txtBox p:nth-child(2) {
            margin: 0 0 20px; }
    .theme.move .inner {
      opacity: 1;
      top: 0; }
  .motivation {
    margin: 0 auto 40px;
    padding: 0 0 40px;
    border-bottom: 2px solid #d8d8d8; }
    .motivation .inner {
      border: 2px solid rgba(229, 178, 140, 0.36);
      width: 92%;
      margin: 0 auto;
      position: relative;
      padding: 20px;
      transition-duration: 1.5s;
      overflow: hidden; }
      .motivation .inner .txtBox {
        margin: 0 0 20px; }
        .motivation .inner .txtBox .titleBox {
          margin: 0 0 20px; }
          .motivation .inner .txtBox .titleBox .writing {
            width: 138px;
            height: 58px;
            margin: 0 auto 20px; }
            .motivation .inner .txtBox .titleBox .writing span .st0 {
              fill: none;
              stroke: #FFF;
              stroke-width: 10; }
          .motivation .inner .txtBox .titleBox h2 {
            color: #333;
            font-size: 16px;
            font-weight: bold;
            line-height: 1.8;
            position: relative;
            top: 50px;
            opacity: 0;
            transition-duration: 1.5s;
            transition-delay: .5s; }
        .motivation .inner .txtBox p {
          font-size: 12px;
          line-height: 2;
          text-align: justify;
          position: relative;
          top: 50px;
          opacity: 0;
          transition-duration: 1.5s;
          transition-delay: .5s; }
      .motivation .inner .imgBox {
        width: 100%;
        margin: 0 auto;
        position: relative;
        top: 50px;
        opacity: 0;
        transition-duration: 1.5s;
        transition-delay: .5s; }
        .motivation .inner .imgBox img {
          width: 100%; }
    .motivation.move .inner .txtBox .titleBox h2 {
      opacity: 1;
      top: 0; }
    .motivation.move .inner .txtBox p {
      opacity: 1;
      top: 0; }
    .motivation.move .inner .imgBox {
      opacity: 1;
      top: 0; }
  .linkList {
    position: relative;
    top: 50px;
    opacity: 0;
    transition-duration: 1.5s;
    padding: 0 0 30px; }
    .linkList .inner {
      width: 92%;
      margin: 0 auto;
      overflow: hidden; }
      .linkList .inner .ruby {
        width: 206px;
        height: 36px;
        line-height: 36px;
        text-align: center;
        margin: 0 auto 40px;
        font-size: 14px;
        font-weight: bold;
        letter-spacing: .04em;
        position: relative; }
        .linkList .inner .ruby a {
          border-radius: 8px;
          display: block;
          width: 100%;
          height: 100%;
          padding-right: 20px;
          color: #FFF;
          background: #4d4d4d;
          text-decoration: none; }
          .linkList .inner .ruby a:hover {
            cursor: pointer;
            opacity: .7; }
          .linkList .inner .ruby a:after {
            content: "";
            display: block;
            width: 6px;
            height: 6px;
            border: 2px solid;
            border-color: #FFF #FFF transparent transparent;
            transform: rotate(45deg);
            position: absolute;
            top: 50%;
            right: 20px;
            margin: -5px 0 0; }
      .linkList .inner ul {
        overflow: hidden; }
        .linkList .inner ul .linkItem {
          width: calc(50% - 10px);
          float: left;
          margin: 0 20px 20px 0;
          height: 180px;
          position: relative; }
          .linkList .inner ul .linkItem:after {
            background: #e5b28c;
            content: "";
            display: block;
            width: 100%;
            height: 3px;
            position: absolute;
            bottom: 0;
            left: 0; }
          .linkList .inner ul .linkItem:nth-child(2n) {
            margin: 0 0 20px; }
          .linkList .inner ul .linkItem a {
            display: block;
            text-align: center;
            text-decoration: none;
            width: 100%;
            height: 180px;
            position: relative; }
            .linkList .inner ul .linkItem a:hover {
              opacity: .6; }
            .linkList .inner ul .linkItem a .infoBox {
              background: #FFF;
              width: 92%;
              position: absolute;
              bottom: 3px;
              left: 4%;
              padding: 5px; }
              .linkList .inner ul .linkItem a .infoBox > span {
                color: #333;
                display: block;
                font-weight: bold;
                letter-spacing: .02em; }
                .linkList .inner ul .linkItem a .infoBox > span.belongs {
                  border-bottom: 1px solid #333;
                  position: relative;
                  font-size: 11px;
                  line-height: 1.2;
                  margin: 0 0 5px;
                  padding: 0 0 5px; }
                .linkList .inner ul .linkItem a .infoBox > span.name {
                  font-size: 12px;
                  margin: 0 0 5px; }
                .linkList .inner ul .linkItem a .infoBox > span.year {
                  font-size: 10px; }
          .linkList .inner ul .linkItem--02:after {
            background: #a0c88f; }
          .linkList .inner ul .linkItem--03:after {
            background: #CBE4F3; }
          .linkList .inner ul .linkItem:nth-child(1) a {
            background: url(/assets/img/interview/img_list_01.jpg) no-repeat center center;
            background-size: cover; }
          .linkList .inner ul .linkItem:nth-child(2) a {
            background: url(/assets/img/interview/img_list_02.jpg) no-repeat center center;
            background-size: cover; }
          .linkList .inner ul .linkItem:nth-child(3) a {
            background: url(/assets/img/interview/img_list_03.jpg) no-repeat center center;
            background-size: cover; }
          .linkList .inner ul .linkItem:nth-child(4) a {
            background: url(/assets/img/interview/img_list_04.jpg) no-repeat center center;
            background-size: cover; }
          .linkList .inner ul .linkItem:nth-child(5) a {
            background: url(/assets/img/interview/img_list_05.jpg) no-repeat center center;
            background-size: cover; }
          .linkList .inner ul .linkItem:nth-child(6) a {
            background: url(/assets/img/interview/img_list_06.jpg) no-repeat center center;
            background-size: cover; }
          .linkList .inner ul .linkItem:nth-child(7) a {
            background: url(/assets/img/interview/img_list_07.jpg) no-repeat center center;
            background-size: cover; }
          .linkList .inner ul .linkItem:nth-child(8) a {
            background: url(/assets/img/interview/img_list_08.jpg) no-repeat center center;
            background-size: cover; }
          .linkList .inner ul .linkItem:nth-child(9) a {
            background: url(/assets/img/interview/img_list_09.jpg) no-repeat center center;
            background-size: cover; }
          .linkList .inner ul .linkItem:nth-child(10) a {
            background: url(/assets/img/interview/img_list_10.jpg) no-repeat center center;
            background-size: cover; }
    .linkList.move {
      opacity: 1;
      top: 0; } }

@media screen and (min-width: 769px) {
  .header {
    opacity: 1; }
  .keyBlock {
    position: relative;
    margin: 0 0 120px; }
    .keyBlock:before {
      content: "";
      display: block;
      width: 70%;
      height: 580px;
      margin: 0 0 0 30%;
      position: absolute;
      transition-duration: 1.5s;
      opacity: 0;
      max-width: 985px; }
    .keyBlock .inner {
      position: relative;
      margin: 0 auto;
      max-width: 1280px;
      padding: 100px 100px 0; }
      .keyBlock .inner .vertical {
        -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: 12px;
        font-weight: bold;
        line-height: 2.2;
        letter-spacing: .2em;
        display: block;
        position: absolute;
        top: 20px;
        left: 30px;
        transition-duration: 1.5s;
        opacity: 0; }
        @supports (-ms-ime-align: auto) {
          .keyBlock .inner .vertical {
            height: 220px; } }
      .keyBlock .inner _:-ms-lang(x)::-ms-backdrop, .keyBlock .inner .vertical {
        height: 220px; }
      .keyBlock .inner .writing {
        width: 108px;
        height: 60px;
        position: relative;
        z-index: 2;
        margin: 0 0 30px; }
        .keyBlock .inner .writing span .st0 {
          fill: none;
          stroke: #FFF;
          stroke-width: 10; }
      .keyBlock .inner h2 {
        position: relative;
        margin: 0 0 60px;
        transition-delay: 1s;
        transition-duration: 1.5s;
        opacity: 0;
        top: 50px; }
        .keyBlock .inner h2 span {
          background: #FFF;
          color: #333;
          display: inline-block;
          font-size: 27px;
          font-weight: bold;
          line-height: 1.6;
          letter-spacing: .08em; }
          .keyBlock .inner h2 span:first-child {
            margin: 0 0 5px; }
      .keyBlock .inner .info {
        position: relative;
        transition-delay: 1.5s;
        transition-duration: 1.5s;
        opacity: 0;
        top: 50px; }
        .keyBlock .inner .info > span {
          color: #333;
          display: block;
          font-weight: bold;
          letter-spacing: .02em; }
          .keyBlock .inner .info > span.belongs {
            position: relative;
            font-size: 17px;
            line-height: 1.6;
            margin: 0 0 10px; }
          .keyBlock .inner .info > span.name {
            font-size: 20px;
            line-height: 1.6;
            margin: 0 0 5px; }
          .keyBlock .inner .info > span.year {
            font-size: 12px;
            margin: 0 0 20px;
            line-height: 1.6; }
        .keyBlock .inner .info p {
          line-height: 1.5;
          font-size: 14px;
          max-width: 200px; }
    .keyBlock--01:before {
      background: url(/assets/img/interview/suzuki/bg_key_interview_01.jpg) no-repeat top right;
      background-size: cover; }
    .keyBlock--02:before {
      background: url(/assets/img/interview/tominaga/bg_key_interview_01.jpg) no-repeat top right;
      background-size: cover; }
    .keyBlock--03:before {
      background: url(/assets/img/interview/honma/bg_key_interview_01.jpg) no-repeat top right;
      background-size: cover; }
    .keyBlock--04:before {
      background: url(/assets/img/interview/ishikawa/bg_key_interview_01.jpg) no-repeat top right;
      background-size: cover; }
    .keyBlock--05:before {
      background: url(/assets/img/interview/hayasaka/bg_key_interview_01.jpg) no-repeat top right;
      background-size: cover; }
    .keyBlock--06:before {
      background: url(/assets/img/interview/shinogi/bg_key_interview_01.jpg) no-repeat top right;
      background-size: cover; }
    .keyBlock--07:before {
      background: url(/assets/img/interview/yabuki/bg_key_interview_01.jpg) no-repeat top right;
      background-size: cover; }
    .keyBlock--08:before {
      background: url(/assets/img/interview/hori/bg_key_interview_01.jpg) no-repeat top right;
      background-size: cover; }
    .keyBlock.move:before {
      opacity: 1; }
    .keyBlock.move .inner .vertical {
      opacity: 1;
      top: 0; }
    .keyBlock.move .inner .info {
      opacity: 1;
      top: 0; }
    .keyBlock.move .inner h2 {
      opacity: 1;
      top: 0; }
  .theme {
    margin: 0 0 100px; }
    .theme .writing span .st0 {
      fill: none;
      stroke: #FFF;
      stroke-width: 10; }
    .theme .inner {
      max-width: 1280px;
      margin: 0 auto;
      position: relative;
      top: 50px;
      opacity: 0;
      transition-duration: 1.5s;
      transition-delay: .5s; }
      .theme .inner .titleBox h2 {
        color: #333;
        font-size: 20px;
        font-weight: bold;
        line-height: 1.8;
        margin: 0 0 60px; }
      .theme .inner .txtBox {
        overflow: hidden;
        margin: 0 auto 120px; }
        .theme .inner .txtBox .leftBox {
          float: left;
          width: calc(50% - 20px);
          margin: 0 40px 0 0; }
          .theme .inner .txtBox .leftBox p {
            font-size: 16px;
            line-height: 2;
            text-align: justify; }
        .theme .inner .txtBox .rightBox {
          float: left;
          width: calc(50% - 20px); }
          .theme .inner .txtBox .rightBox p {
            font-size: 16px;
            line-height: 2;
            text-align: j; }
          .theme .inner .txtBox .rightBox img {
            display: block;
            margin: 40px 0 10px; }
          .theme .inner .txtBox .rightBox .caution {
            display: block;
            width: 70%;
            font-size: 14px;
            line-height: 1.6; }
      .theme .inner .graphBox {
        width: 596px;
        margin: 0 auto 120px; }
        .theme .inner .graphBox img {
          display: block;
          margin: 0 0 20px; }
        .theme .inner .graphBox span {
          display: block;
          font-size: 14px; }
      .theme .inner > .imgBox {
        width: 100%; }
        .theme .inner > .imgBox img {
          display: block;
          width: 100%; }
    .theme--01 .writing {
      max-width: 900px;
      margin: 0 auto 20px; }
      .theme--01 .writing span {
        display: block;
        width: 80px;
        height: 36px; }
    .theme--01 .inner .titleBox {
      max-width: 900px;
      margin: 0 auto; }
    .theme--01 .inner .txtBox {
      max-width: 900px; }
    .theme--01 .inner .imgBox {
      max-width: 1120px;
      margin: 0 auto; }
    .theme--02 {
      max-width: 900px;
      margin: 0 auto 60px; }
      .theme--02 .writing {
        width: 240px;
        margin: 0 0 20px auto; }
        .theme--02 .writing span {
          display: block;
          width: 84px;
          height: 34px;
          margin: 0 auto; }
      .theme--02 .inner {
        max-width: 900px;
        margin: 0 auto;
        overflow: hidden; }
        .theme--02 .inner .titleBox {
          width: 240px;
          float: right;
          display: -webkit-flex;
          display: -webkit-flex;
          display: flex;
          align-items: center; }
          .theme--02 .inner .titleBox h2 {
            margin: 0 auto; }
            .theme--02 .inner .titleBox h2.vertical {
              -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;
              line-height: 2.2;
              letter-spacing: .2em;
              min-height: 550px; }
              @supports (-ms-ime-align: auto) {
                .theme--02 .inner .titleBox h2.vertical {
                  height: 220px; } }
          .theme--02 .inner .titleBox _:-ms-lang(x)::-ms-backdrop, .theme--02 .inner .titleBox .vertical {
            height: 220px; }
        .theme--02 .inner .txtBox {
          float: left;
          width: calc(100% - 240px);
          margin: 0; }
          .theme--02 .inner .txtBox p {
            font-size: 16px;
            line-height: 2;
            text-align: justify; }
            .theme--02 .inner .txtBox p:first-child {
              margin: 0 0 30px; }
    .theme--03 .writing {
      max-width: 1120px;
      margin: 0 auto 20px; }
      .theme--03 .writing span {
        display: block;
        width: 78px;
        height: 32px; }
    .theme--03 .inner {
      max-width: 1120px;
      margin: 0 auto;
      overflow: hidden; }
      .theme--03 .inner .txtBox {
        float: left;
        width: calc(100% - 515px);
        margin: 0 60px 0 0; }
        .theme--03 .inner .txtBox p {
          font-size: 16px;
          line-height: 2;
          text-align: justify; }
          .theme--03 .inner .txtBox p:nth-child(2) {
            margin: 0 0 30px; }
      .theme--03 .inner .imgBox {
        float: right;
        width: 455px;
        padding: 50px 0 0; }
    .theme.move .inner {
      opacity: 1;
      top: 0; }
  .motivation {
    max-width: 1280px;
    margin: 0 auto 100px;
    padding: 0 0 100px; }
    .motivation .inner {
      border: 2px solid rgba(229, 178, 140, 0.36);
      max-width: 1120px;
      margin: 0 auto;
      position: relative;
      padding: 50px 70px;
      transition-duration: 1.5s;
      overflow: hidden; }
      .motivation .inner .txtBox {
        float: left;
        width: calc(100% - 500px);
        margin: 0 80px 0 0; }
        .motivation .inner .txtBox .titleBox {
          margin: 0 0 20px; }
          .motivation .inner .txtBox .titleBox .writing {
            width: 138px;
            height: 58px;
            margin: 0 0 20px; }
            .motivation .inner .txtBox .titleBox .writing span .st0 {
              fill: none;
              stroke: #FFF;
              stroke-width: 10; }
          .motivation .inner .txtBox .titleBox h2 {
            color: #333;
            font-size: 20px;
            font-weight: bold;
            line-height: 1.8;
            position: relative;
            top: 50px;
            opacity: 0;
            transition-duration: 1.5s;
            transition-delay: .5s; }
        .motivation .inner .txtBox p {
          font-size: 16px;
          line-height: 2;
          text-align: justify;
          position: relative;
          top: 50px;
          opacity: 0;
          transition-duration: 1.5s;
          transition-delay: .5s; }
      .motivation .inner .imgBox {
        float: left;
        width: 420px;
        padding: 20px 0 0;
        position: relative;
        top: 50px;
        opacity: 0;
        transition-duration: 1.5s;
        transition-delay: .5s; }
    .motivation.move .inner .txtBox .titleBox h2 {
      opacity: 1;
      top: 0; }
    .motivation.move .inner .txtBox p {
      opacity: 1;
      top: 0; }
    .motivation.move .inner .imgBox {
      opacity: 1;
      top: 0; }
  .linkList {
    position: relative;
    top: 50px;
    opacity: 0;
    transition-duration: 1.5s;
    padding: 0 0 100px; }
    .linkList .inner {
      max-width: 1200px;
      margin: 0 auto;
      overflow: hidden; }
      .linkList .inner .ruby {
        width: 206px;
        height: 36px;
        line-height: 36px;
        text-align: center;
        margin: 0 auto 40px;
        font-size: 14px;
        font-weight: bold;
        letter-spacing: .04em;
        position: relative; }
        .linkList .inner .ruby a {
          border-radius: 8px;
          display: block;
          width: 100%;
          height: 100%;
          padding-right: 20px;
          color: #FFF;
          background: #4d4d4d;
          text-decoration: none; }
          .linkList .inner .ruby a:hover {
            cursor: pointer;
            opacity: .7; }
          .linkList .inner .ruby a:after {
            content: "";
            display: block;
            width: 6px;
            height: 6px;
            border: 2px solid;
            border-color: #FFF #FFF transparent transparent;
            transform: rotate(45deg);
            position: absolute;
            top: 50%;
            right: 20px;
            margin: -5px 0 0; }
      .linkList .inner ul {
        overflow: hidden; }
        .linkList .inner ul .linkItem {
          width: calc(25% - 30px);
          float: left;
          margin: 0 40px 40px 0;
          height: 350px;
          position: relative; }
          .linkList .inner ul .linkItem:after {
            background: #e5b28c;
            content: "";
            display: block;
            width: 100%;
            height: 6px;
            position: absolute;
            bottom: 0;
            left: 0; }
          .linkList .inner ul .linkItem:nth-child(4n) {
            margin: 0 0 40px; }
          .linkList .inner ul .linkItem a {
            display: block;
            text-align: center;
            text-decoration: none;
            width: 100%;
            height: 350px;
            position: relative; }
            .linkList .inner ul .linkItem a:hover {
              opacity: .6; }
            .linkList .inner ul .linkItem a .imgBox {
              width: 100%;
              height: 350px;
              display: block;
              position: absolute;
              top: 0;
              left: 50%;
              margin: 0 0 0 -50%;
              overflow: hidden; }
              .linkList .inner ul .linkItem a .imgBox img {
                width: 100%; }
            .linkList .inner ul .linkItem a .infoBox {
              background: #FFF;
              width: 80%;
              position: absolute;
              bottom: 6px;
              left: 10%;
              padding: 20px 20px 16px; }
              .linkList .inner ul .linkItem a .infoBox > span {
                color: #333;
                display: block;
                font-weight: bold;
                letter-spacing: .02em; }
                .linkList .inner ul .linkItem a .infoBox > span.belongs {
                  border-bottom: 1px solid #333;
                  position: relative;
                  font-size: 14px;
                  line-height: 1.6;
                  margin: 0 0 10px;
                  padding: 0 0 10px; }
                .linkList .inner ul .linkItem a .infoBox > span.name {
                  font-size: 16px;
                  line-height: 1.6;
                  margin: 0 0 5px; }
                .linkList .inner ul .linkItem a .infoBox > span.year {
                  font-size: 14px; }
          .linkList .inner ul .linkItem--02:after {
            background: #a0c88f; }
          .linkList .inner ul .linkItem--03:after {
            background: #CBE4F3; }
          .linkList .inner ul .linkItem:nth-child(1) a {
            background: url(/assets/img/interview/img_list_01.jpg) no-repeat center center;
            background-size: cover; }
          .linkList .inner ul .linkItem:nth-child(2) a {
            background: url(/assets/img/interview/img_list_02.jpg) no-repeat center center;
            background-size: cover; }
          .linkList .inner ul .linkItem:nth-child(3) a {
            background: url(/assets/img/interview/img_list_03.jpg) no-repeat center center;
            background-size: cover; }
          .linkList .inner ul .linkItem:nth-child(4) a {
            background: url(/assets/img/interview/img_list_04.jpg) no-repeat center center;
            background-size: cover; }
          .linkList .inner ul .linkItem:nth-child(5) a {
            background: url(/assets/img/interview/img_list_05.jpg) no-repeat center center;
            background-size: cover; }
          .linkList .inner ul .linkItem:nth-child(6) a {
            background: url(/assets/img/interview/img_list_06.jpg) no-repeat center center;
            background-size: cover; }
          .linkList .inner ul .linkItem:nth-child(7) a {
            background: url(/assets/img/interview/img_list_07.jpg) no-repeat center center;
            background-size: cover; }
          .linkList .inner ul .linkItem:nth-child(8) a {
            background: url(/assets/img/interview/img_list_08.jpg) no-repeat center center;
            background-size: cover; }
          .linkList .inner ul .linkItem:nth-child(9) a {
            background: url(/assets/img/interview/img_list_09.jpg) no-repeat center center;
            background-size: cover; }
          .linkList .inner ul .linkItem:nth-child(10) a {
            background: url(/assets/img/interview/img_list_10.jpg) no-repeat center center;
            background-size: cover; }
    .linkList.move {
      opacity: 1;
      top: 0; } }

@media screen and (min-width: 1300px) {
  .keyBlock:before {
    margin-left: calc(50% - 255px);
    max-width: 904px; } }
