@-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 {
    margin: 0;
    background: url(/assets/img/work/bg_key_work.jpg) no-repeat center top;
    background-size: cover; }
    .keyBlock::before {
      display: none; }
    .keyBlock .inner {
      position: relative;
      margin: 0 auto;
      padding: 20px 4% 40px; }
      .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;
        margin: 0 0 180px -10px;
        position: relative;
        top: 20px;
        transition-duration: 1.5s;
        opacity: 0; }
      .keyBlock .inner h2 {
        margin: 0;
        color: #FFF;
        font-size: 16px;
        font-weight: bold;
        line-height: 1.6;
        letter-spacing: .04em;
        position: relative;
        top: 20px;
        opacity: 0;
        transition-delay: .5s;
        transition-duration: 1s; }
      .keyBlock .inner .readTxt {
        margin: 15px 0 0 0px;
        font-size: 12px;
        line-height: 1.8;
        color: #fff;
        position: relative;
        transition-delay: 1s;
        transition-duration: 1.5s;
        opacity: 0;
        top: 20px; }
    .keyBlock.move .inner .vertical {
      opacity: 1;
      top: 0; }
    .keyBlock.move .inner h2 {
      opacity: 1;
      top: 0; }
    .keyBlock.move .inner .readTxt {
      opacity: 1;
      top: 0; }
  .read {
    position: relative;
    top: 50px;
    opacity: 0;
    transition-duration: 1.5s; }
    .read .inner {
      padding: 30px 4%;
      margin: 0 auto; }
      .read .inner p {
        font-size: 12px;
        font-weight: bold;
        line-height: 2;
        text-align: justify; }
    .read.move {
      opacity: 1;
      top: 0; }
  .btn {
    margin: 20px auto 0;
    text-align: center; }
    .btn a {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      background: #4C4C4C;
      color: #fff;
      margin: 0 auto;
      padding: 13px 20px;
      font-size: 12px;
      font-weight: bold;
      letter-spacing: 0.2em;
      border-radius: 8px;
      text-decoration: none; }
      .btn a:hover {
        opacity: .7; }
  .job--store .box-wrap::before {
    background: url(/assets/img/work/icon_arrow_orange.png) no-repeat;
    background-size: contain; }
  .job--office .box-wrap::before {
    background: url(/assets/img/work/icon_arrow_green.png) no-repeat;
    background-size: contain; }
  .job--deri .box-wrap::before {
    background: url(/assets/img/work/icon_arrow_blue.svg) no-repeat;
    background-size: contain; }
  .job .inner {
    position: relative;
    top: 50px;
    opacity: 0;
    transition-duration: 1.5s;
    padding: 40px 4% 80px;
    max-width: 1120px;
    margin: 0 auto; }
  .job__area {
    display: -webkit-flex;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px; }
  .job__img {
    margin-right: 2%;
    width: 40px; }
    .job__img img {
      width: 100%; }
  .job__ttl {
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.1em;
    text-align: center; }
  .job__text {
    width: auto;
    margin: 0 auto 40px;
    font-size: 12px;
    line-height: 1.8; }
  .job .flow__area {
    display: -webkit-flex;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px; }
    .job .flow__area--store {
      background: #E38F60; }
    .job .flow__area--office {
      background: #44A844; }
    .job .flow__area--deri {
      background: #376ADF; }
  .job .flow__img {
    margin-left: 2%;
    width: 30px; }
    .job .flow__img img {
      width: 100%; }
  .job .flow .customer {
    padding: 16px 0;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.1em;
    color: #FFF; }
  .job .flow .box-wrap {
    position: relative;
    margin-top: 50px; }
    .job .flow .box-wrap::before {
      content: "";
      display: block;
      width: 25px;
      height: 30px;
      position: absolute;
      left: 50%;
      top: -40px;
      transform: translateX(-50%); }
  .job .flow .box {
    width: 100%;
    padding: 30px 8%;
    background: #fff;
    border-radius: 8px;
    box-sizing: border-box; }
    .job .flow .box--harf {
      width: 100%;
      margin-bottom: 16px; }
      .job .flow .box--harf:last-child {
        margin-bottom: 0; }
    .job .flow .box__ttl {
      margin-bottom: 10px;
      font-size: 14px;
      line-height: 1.5;
      font-weight: bold;
      letter-spacing: 0.1em;
      text-align: center; }
    .job .flow .box__text {
      font-size: 12px;
      line-height: 1.8; }
    .job .flow .box__img {
      margin-top: 20px;
      text-align: center; }
      .job .flow .box__img img {
        width: auto;
        max-width: 100%; }
    .job .flow .box .list {
      margin-top: 40px; }
      .job .flow .box .list dl {
        margin-bottom: 8px;
        padding: 15px;
        background-color: rgba(227, 143, 96, 0.1);
        border-radius: 4px; }
      .job .flow .box .list--store dl {
        width: 100%; }
      .job .flow .box .list--office dl {
        width: 100%;
        background-color: rgba(68, 168, 68, 0.1); }
      .job .flow .box .list--deri dl {
        width: 100%;
        background-color: #CBE4F3; }
      .job .flow .box .list__ttl {
        text-align: center;
        font-weight: bold;
        margin-bottom: 10px;
        font-size: 14px;
        letter-spacing: 0.1em;
        line-height: 1.5; }
      .job .flow .box .list__text {
        font-size: 12px;
        letter-spacing: 0.1em;
        line-height: 1.6;
        text-align: left !important; }
  .job--store {
    background-color: rgba(227, 143, 96, 0.1); }
    .job--store .job__ttl {
      color: #E38F60; }
    .job--store .box {
      border: solid 2px #E38F60; }
      .job--store .box__ttl {
        color: #E38F60; }
      .job--store .box .list__ttl {
        color: #E38F60; }
    .job--store .btn a {
      background: #E38F60; }
  .job--office {
    background-color: rgba(68, 168, 68, 0.1); }
    .job--office .job__ttl {
      color: #44A844; }
    .job--office .box {
      border: solid 2px #44A844; }
      .job--office .box__ttl {
        color: #44A844; }
      .job--office .box .list__ttl {
        color: #44A844; }
    .job--office .btn a {
      background: #44A844; }
  .job--deri {
    background-color: rgba(55, 106, 223, 0.1); }
    .job--deri .job__ttl {
      color: #376ADF; }
    .job--deri .box {
      border: solid 2px #376ADF; }
      .job--deri .box__ttl {
        color: #376ADF; }
      .job--deri .box .list__ttl {
        color: #376ADF; }
    .job--deri .btn a {
      background: #376ADF; }
  .job .note {
    margin-top: 40px;
    padding: 15px;
    background-color: #376ADF;
    color: #fff; }
    .job .note__ttl {
      text-align: center;
      font-size: 14px;
      font-weight: bold;
      line-height: 1.5; }
    .job .note__text {
      margin-top: 5px;
      font-size: 12px;
      line-height: 1.5; }
  .job .btn {
    margin-top: 30px; }
  .job.move .inner {
    opacity: 1;
    top: 0; }
  .sec {
    position: relative;
    top: 50px;
    opacity: 0;
    transition-duration: 1.5s;
    padding: 50px 4%; }
    .sec__ttl {
      max-width: 670px;
      margin: 0 auto 20px;
      text-align: center;
      font-size: 16px;
      font-weight: bold;
      line-height: 1.5;
      letter-spacing: 0.1em; }
    .sec__text {
      max-width: 670px;
      margin: 0 auto 20px;
      font-size: 12px;
      line-height: 1.8; }
    .sec .banner {
      display: block;
      width: 100%;
      max-width: 328px;
      margin: 0 auto;
      color: #fff;
      background: #E38F60;
      text-decoration: none; }
      .sec .banner img {
        width: 100%; }
      .sec .banner span {
        display: inline-block;
        width: 100%;
        margin: 8px auto;
        line-height: 1.8;
        text-align: center;
        font-size: 12px; }
      .sec .banner:hover {
        opacity: .7; }
    .sec.move {
      opacity: 1;
      top: 0; }
  .linkList {
    max-width: 1200px;
    margin: 0 auto 30px;
    border-top: solid 2px #D8D8D8; }
    .linkList__wrap {
      display: flex;
      flex-direction: column;
      gap: 30px;
      margin: 30px auto 50px; }
    .linkList__office .inner ul .linkItem:nth-child(1) a {
      background: url(/assets/img/interview/img_list_07.jpg) no-repeat center center;
      background-size: cover; }
    .linkList__deri .inner ul .linkItem:nth-child(1) a {
      background: url(/assets/img/interview/img_list_08.jpg) no-repeat center center;
      background-size: cover; }
    .linkList__ttl {
      margin-bottom: 10px;
      font-size: 16px;
      font-weight: bold;
      letter-spacing: 0.1em;
      text-align: center; }
    .linkList .inner {
      width: 100%; }
      .linkList .inner ul {
        max-width: 930px;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        margin: 0 auto; }
        .linkList .inner ul .linkItem,
        .linkList .inner ul .linkItem:nth-child(2n),
        .linkList .inner ul .linkItem:nth-child(4n) {
          width: calc((100% - 4%) / 2);
          float: none;
          margin: 10px 0; }
        .linkList .inner ul .linkItem:nth-child(even) {
          margin-left: 4%; }
    .linkList .btn a {
      background: #fff;
      color: #303030;
      border: solid 1px #303030; }
    .linkList__store .linkList__ttl {
      color: #E38F60; }
    .linkList__office .linkList__ttl {
      color: #44A844; }
    .linkList__deri .linkList__ttl {
      color: #376ADF; } }

@media screen and (min-width: 769px) {
  .header {
    opacity: 1; }
  .keyBlock {
    background: url(/assets/img/work/bg_key_work.jpg) no-repeat center top;
    background-size: cover;
    height: auto;
    margin: 0; }
    .keyBlock::before {
      display: none; }
    .keyBlock .inner {
      position: relative;
      margin: 0 auto;
      max-width: 1280px;
      padding: 20px 40px 80px; }
      .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;
        margin: 0 0 20px;
        position: relative;
        top: 20px;
        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 h2 {
        margin: 200px 0 0 80px;
        color: #FFF;
        font-size: 27px;
        font-weight: bold;
        line-height: 1.6;
        letter-spacing: .04em;
        position: relative;
        top: 20px;
        opacity: 0;
        transition-delay: .5s;
        transition-duration: 1s; }
      .keyBlock .inner .readTxt {
        margin: 55px 0 0 80px;
        font-size: 14px;
        line-height: 1.8;
        color: #fff;
        position: relative;
        transition-delay: 1s;
        transition-duration: 1.5s;
        opacity: 0;
        top: 20px; }
    .keyBlock.move .inner .vertical {
      opacity: 1;
      top: 0; }
    .keyBlock.move .inner h2 {
      opacity: 1;
      top: 0; }
    .keyBlock.move .inner .readTxt {
      opacity: 1;
      top: 0; }
  .read {
    position: relative;
    top: 50px;
    opacity: 0;
    transition-duration: 1.5s; }
    .read .inner {
      padding: 60px 0;
      max-width: 1280px;
      margin: 0 auto; }
      .read .inner p {
        font-size: 16px;
        font-weight: bold;
        line-height: 2;
        text-align: center; }
    .read.move {
      opacity: 1;
      top: 0; }
  .btn {
    margin: 20px auto 0;
    text-align: center; }
    .btn a {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      background: #4C4C4C;
      color: #fff;
      margin: 0 auto;
      padding: 13px 44px;
      font-size: 14px;
      font-weight: bold;
      letter-spacing: 0.2em;
      border-radius: 8px;
      text-decoration: none; }
      .btn a:hover {
        opacity: .7; }
  .job--store .box-wrap::before {
    background: url(/assets/img/work/icon_arrow_orange.png) no-repeat; }
  .job--office .box-wrap::before {
    background: url(/assets/img/work/icon_arrow_green.png) no-repeat; }
  .job--deri .box-wrap::before {
    width: 52px !important;
    height: 64px !important;
    background: url(/assets/img/work/icon_arrow_blue.svg) no-repeat; }
  .job .inner {
    position: relative;
    top: 50px;
    opacity: 0;
    transition-duration: 1.5s;
    padding: 80px 0 160px;
    max-width: 1120px;
    margin: 0 auto; }
  .job__area {
    display: -webkit-flex;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 60px; }
  .job__img {
    margin-right: 2%; }
    .job__img img {
      width: 100%; }
  .job__ttl {
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 0.1em;
    text-align: center; }
  .job__text {
    width: 880px;
    margin: 0 auto 80px;
    font-size: 16px;
    line-height: 1.8; }
  .job .flow__area {
    display: -webkit-flex;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px; }
    .job .flow__area--store {
      background: #E38F60; }
    .job .flow__area--office {
      background: #44A844; }
    .job .flow__area--deri {
      background: #376ADF; }
  .job .flow__img {
    margin-left: 2%; }
    .job .flow__img img {
      width: 100%; }
  .job .flow .customer {
    padding: 20px 0;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.1em;
    color: #FFFFFF; }
  .job .flow .box-wrap {
    position: relative;
    margin-top: 100px;
    display: flex;
    justify-content: space-between; }
    .job .flow .box-wrap::before {
      content: "";
      display: block;
      width: 50px;
      height: 60px;
      position: absolute;
      left: 50%;
      top: -80px;
      transform: translateX(-50%); }
  .job .flow .box {
    width: 100%;
    padding: 60px 10%;
    background: #fff;
    border-radius: 8px;
    box-sizing: border-box; }
    .job .flow .box--harf {
      width: calc((100% - 40px) / 2); }
    .job .flow .box--wide {
      padding: 60px 1%; }
    .job .flow .box__ttl {
      margin-bottom: 20px;
      font-size: 24px;
      line-height: 1.5;
      font-weight: bold;
      letter-spacing: 0.1em;
      text-align: center; }
    .job .flow .box__text {
      font-size: 16px;
      line-height: 1.8;
      text-align: center; }
    .job .flow .box__img {
      margin-top: 40px;
      text-align: center; }
      .job .flow .box__img img {
        width: auto;
        max-width: 100%; }
    .job .flow .box .list {
      margin-top: 40px;
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap; }
      .job .flow .box .list dl {
        padding: 30px 15px;
        border-radius: 4px;
        text-align: center; }
      .job .flow .box .list--store dl {
        width: calc((100% - 80px) / 5);
        background-color: rgba(227, 143, 96, 0.1); }
      .job .flow .box .list--office dl {
        width: calc((100% - 40px) / 3);
        margin-bottom: 20px;
        background-color: rgba(68, 168, 68, 0.1); }
      .job .flow .box .list--deri {
        position: relative;
        gap: 0 20px;
        justify-content: center; }
        .job .flow .box .list--deri dl {
          width: calc((100% - 40px) / 3);
          margin-bottom: 20px;
          padding: 30px 20px 25px;
          background-color: #CBE4F3;
          line-height: 1.5; }
        .job .flow .box .list--deri .list__ttl {
          margin-bottom: 15px; }
      .job .flow .box .list__ttl {
        text-align: center;
        font-weight: bold;
        margin-bottom: 20px;
        letter-spacing: 0.1em;
        line-height: 1.5; }
      .job .flow .box .list__text {
        font-size: 14px;
        letter-spacing: 0.1em;
        line-height: 1.6;
        text-align: left !important; }
  .job--store {
    background-color: rgba(227, 143, 96, 0.1); }
    .job--store .job__ttl {
      color: #E38F60; }
    .job--store .box {
      border: solid 2px #E38F60; }
      .job--store .box__ttl {
        color: #E38F60; }
      .job--store .box .list__ttl {
        color: #E38F60; }
    .job--store .btn a {
      background: #E38F60; }
  .job--office {
    background-color: rgba(68, 168, 68, 0.1); }
    .job--office .job__ttl {
      color: #44A844; }
    .job--office .box {
      border: solid 2px #44A844; }
      .job--office .box__ttl {
        color: #44A844; }
      .job--office .box .list__ttl {
        color: #44A844; }
    .job--office .btn a {
      background: #44A844; }
  .job--deri {
    background-color: rgba(55, 106, 223, 0.1); }
    .job--deri .job__ttl {
      color: #376ADF; }
    .job--deri .box {
      border: solid 2px #376ADF; }
      .job--deri .box__ttl {
        color: #376ADF; }
      .job--deri .box .list__ttl {
        color: #376ADF; }
    .job--deri .btn a {
      background: #376ADF; }
  .job .note {
    margin-top: 28px;
    padding: 30px 20px 25px;
    background-color: #376ADF;
    color: #fff; }
    .job .note__ttl {
      text-align: center;
      font-size: 20px;
      font-weight: bold; }
    .job .note__text {
      margin-top: 20px;
      font-size: 16px;
      line-height: 1.5; }
  .job .btn {
    margin-top: 60px; }
  .job.move .inner {
    opacity: 1;
    top: 0; }
  .sec {
    position: relative;
    top: 50px;
    opacity: 0;
    transition-duration: 1.5s;
    padding: 100px 0; }
    .sec__ttl {
      max-width: 670px;
      margin: 0 auto 40px;
      text-align: center;
      font-size: 20px;
      font-weight: bold;
      letter-spacing: 0.1em; }
    .sec__text {
      max-width: 670px;
      margin: 0 auto 40px;
      font-size: 16px;
      line-height: 1.8; }
    .sec .banner {
      display: block;
      width: 328px;
      margin: 0 auto;
      color: #fff;
      background: #E38F60;
      text-decoration: none; }
      .sec .banner span {
        display: inline-block;
        width: 100%;
        margin: 16px auto;
        line-height: 1.8;
        text-align: center; }
      .sec .banner:hover {
        opacity: .7; }
    .sec.move {
      opacity: 1;
      top: 0; }
  .linkList {
    max-width: 1200px;
    margin: 0 auto 60px;
    border-top: solid 2px #D8D8D8; }
    .linkList__wrap {
      display: flex;
      justify-content: center;
      margin: 60px auto 100px; }
    .linkList__office .inner ul .linkItem:nth-child(1) a {
      background: url(/assets/img/interview/img_list_07.jpg) no-repeat center center;
      background-size: cover; }
    .linkList__deri .inner ul .linkItem:nth-child(1) a {
      background: url(/assets/img/interview/img_list_08.jpg) no-repeat center center;
      background-size: cover; }
    .linkList__ttl {
      margin-bottom: 10px;
      font-size: 16px;
      font-weight: bold;
      letter-spacing: 0.1em;
      text-align: center;
      line-height: 1.5; }
    .linkList .inner ul {
      max-width: 930px;
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      margin: 0 auto; }
      .linkList .inner ul .linkItem,
      .linkList .inner ul .linkItem:nth-child(4n) {
        width: calc((99% - 120px) / 3);
        float: none;
        margin: 25px 20px; } }
      @media screen and (min-width: 769px) and (min-width: 930px) {
        .linkList .inner ul .linkItem,
        .linkList .inner ul .linkItem:nth-child(4n) {
          width: calc((930px - 120px) / 3); } }

@media screen and (min-width: 769px) {
    .linkList .btn a {
      background: #fff;
      color: #303030;
      border: solid 1px #303030; }
    .linkList__store .linkList__ttl {
      color: #E38F60; }
    .linkList__office .linkList__ttl {
      color: #44A844; }
    .linkList__deri .linkList__ttl {
      color: #376ADF; } }
