.stripeLayer {
  position: absolute;
  transform: rotate(28deg);
  background-repeat: repeat;
  background-position: 0 0; }
  @media only screen and (max-width: 767px) {
    .stripeLayer {
      background-size: 915px auto; } }
  .stripeLayer[data-type="a"] {
    background-image: url(../img/frame/bg_stripe_pattern01_h-min.png); }
  .stripeLayer[data-type="b"] {
    background-image: url(../img/frame/bg_stripe_pattern01_m-min.png); }
  .stripeLayer[data-type="c"] {
    background-image: url(../img/frame/bg_stripe_pattern01_l-min.png); }
  .stripeLayer[data-type="d"] {
    background-image: url(../img/frame/bg_stripe_pattern02_h-min.png); }
  .stripeLayer[data-type="e"] {
    background-image: url(../img/frame/bg_stripe_pattern02_m-min.png); }
  .stripeLayer[data-type="f"] {
    background-image: url(../img/frame/bg_stripe_pattern02_l-min.png); }
  .stripeLayer[data-speed="high"] {
    -webkit-animation: bgLoop 3s linear infinite;
    animation: bgLoop 2s linear infinite; }
  .stripeLayer[data-speed="middle"] {
    -webkit-animation: bgLoop 6s linear infinite;
    animation: bgLoop 4s linear infinite; }
  .stripeLayer[data-speed="low"] {
    -webkit-animation: bgLoop 9s linear infinite;
    animation: bgLoop 6s linear infinite; }

#container {
  padding-top: 0 !important; }

.l-extraWrapper .mv {
  position: relative;
  width: 100%;
  height: 580px;
  display: table;
  z-index: 2; }
  @media only screen and (max-width: 767px) {
    .l-extraWrapper .mv {
      height: 475px; } }
  .l-extraWrapper .mv__objs__eachObj {
    position: absolute;
    top: 50%;
    margin-top: -150px;
    -webkit-perspective: 1000px;
    -ms-perspective: 1000px;
    perspective: 1000px;
    -ms-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d; }
    @media only screen and (max-width: 767px) {
      .l-extraWrapper .mv__objs__eachObj {
        top: auto;
        margin-top: 0;
        bottom: 0;
        width: 150px; } }
    .l-extraWrapper .mv__objs__eachObj[data-name="a"] {
      right: 50%;
      margin-right: 350px; }
      @media only screen and (max-width: 767px) {
        .l-extraWrapper .mv__objs__eachObj[data-name="a"] {
          margin-right: 60px; } }
      .l-extraWrapper .mv__objs__eachObj[data-name="a"] > img {
        opacity: 0;
        -ms-transform: rotateY(90deg);
        -webkit-transform: rotateY(90deg);
        transform: rotateY(90deg); }
    .l-extraWrapper .mv__objs__eachObj[data-name="b"] {
      right: 50%;
      margin-right: 130px; }
      @media only screen and (max-width: 767px) {
        .l-extraWrapper .mv__objs__eachObj[data-name="b"] {
          margin-right: -35px; } }
      .l-extraWrapper .mv__objs__eachObj[data-name="b"] > img {
        opacity: 0;
        -ms-transform: rotateY(90deg);
        -webkit-transform: rotateY(90deg);
        transform: rotateY(90deg); }
    .l-extraWrapper .mv__objs__eachObj[data-name="c"] {
      left: 50%;
      margin-left: 130px; }
      @media only screen and (max-width: 767px) {
        .l-extraWrapper .mv__objs__eachObj[data-name="c"] {
          margin-left: -35px; } }
      .l-extraWrapper .mv__objs__eachObj[data-name="c"] > img {
        opacity: 0;
        -ms-transform: rotateY(-90deg);
        -webkit-transform: rotateY(-90deg);
        transform: rotateY(-90deg); }
    .l-extraWrapper .mv__objs__eachObj[data-name="d"] {
      left: 50%;
      margin-left: 350px; }
      @media only screen and (max-width: 767px) {
        .l-extraWrapper .mv__objs__eachObj[data-name="d"] {
          margin-left: 60px; } }
      .l-extraWrapper .mv__objs__eachObj[data-name="d"] > img {
        opacity: 0;
        -ms-transform: rotateY(-90deg);
        -webkit-transform: rotateY(-90deg);
        transform: rotateY(-90deg); }
  .l-extraWrapper .mv__copy {
    text-align: center;
    display: table-cell;
    vertical-align: middle; }
    @media only screen and (max-width: 767px) {
      .l-extraWrapper .mv__copy {
        display: block;
        padding-top: 60px; } }
    .l-extraWrapper .mv__copy__unit {
      display: inline-block; }
      .l-extraWrapper .mv__copy__unit__main {
        font-family: 'Kanit', sans-serif;
        font-style: italic;
        font-weight: 100;
        font-size: 90px;
        color: #008B32;
        line-height: 0.8;
        margin-bottom: 30px;
        /*pre animation*/
        letter-spacing: -0.5em;
        opacity: 0; }
        @media only screen and (max-width: 767px) {
          .l-extraWrapper .mv__copy__unit__main {
            font-size: 60px; } }
      .l-extraWrapper .mv__copy__unit__sub {
        font-size: 16px;
        line-height: 2;
        /*pre animation*/
        opacity: 0;
        transform: translateY(20px); }
        @media only screen and (max-width: 767px) {
          .l-extraWrapper .mv__copy__unit__sub {
            font-size: 15px; } }
  .l-extraWrapper .mv.is-animated .mv__objs__eachObj[data-name="a"] > img {
    opacity: 1;
    -ms-transform: rotateY(60deg);
    -webkit-transform: rotateY(60deg);
    transform: rotateY(60deg);
    transition: 1s all cubic-bezier(0.23, 1, 0.32, 1) 1.2s; }
  .l-extraWrapper .mv.is-animated .mv__objs__eachObj[data-name="b"] > img {
    opacity: 1;
    -ms-transform: rotateY(70deg);
    -webkit-transform: rotateY(70deg);
    transform: rotateY(70deg);
    transition: 1s all cubic-bezier(0.23, 1, 0.32, 1) 1s; }
  .l-extraWrapper .mv.is-animated .mv__objs__eachObj[data-name="c"] > img {
    opacity: 1;
    -ms-transform: rotateY(-70deg);
    -webkit-transform: rotateY(-70deg);
    transform: rotateY(-70deg);
    transition: 1s all cubic-bezier(0.23, 1, 0.32, 1) 1s; }
  .l-extraWrapper .mv.is-animated .mv__objs__eachObj[data-name="d"] > img {
    opacity: 1;
    -ms-transform: rotateY(-60deg);
    -webkit-transform: rotateY(-60deg);
    transform: rotateY(-60deg);
    transition: 1s all cubic-bezier(0.23, 1, 0.32, 1) 1.2s; }
  .l-extraWrapper .mv.is-animated .mv__copy__unit__main {
    opacity: 1;
    letter-spacing: inherit;
    transition: 1s all cubic-bezier(0.23, 1, 0.32, 1); }
  .l-extraWrapper .mv.is-animated .mv__copy__unit__sub {
    opacity: 1;
    transform: translateY(0);
    transition: 1.6s all cubic-bezier(0.23, 1, 0.32, 1) 1s; }
.l-extraWrapper .service {
  position: relative;
  padding: 80px 0;
  z-index: 2; }
  @media only screen and (max-width: 767px) {
    .l-extraWrapper .service {
      padding: 80px 0 40px 0; } }
  .l-extraWrapper .service__leading {
    margin-bottom: 30px; }
    .l-extraWrapper .service__leading__hl {
      margin-bottom: 30px; }
      .l-extraWrapper .service__leading__hl__en {
        display: inline-block;
        font-size: 100px;
        color: #008B32;
        font-weight: 500;
        font-family: 'Kanit', sans-serif;
        font-style: italic;
        line-height: 1; }
        @media only screen and (max-width: 767px) {
          .l-extraWrapper .service__leading__hl__en {
            font-size: 50px; } }
        .l-extraWrapper .service__leading__hl__en > div {
          overflow: hidden;
          white-space: nowrap;
          /*pre animation*/
          width: 0; }
      .l-extraWrapper .service__leading__hl__jp {
        display: inline-block;
        font-size: 20px;
        font-weight: 600; }
        @media only screen and (max-width: 767px) {
          .l-extraWrapper .service__leading__hl__jp {
            font-size: 18px; } }
        .l-extraWrapper .service__leading__hl__jp > div {
          overflow: hidden;
          white-space: nowrap;
          /*pre animation*/
          width: 0; }
      .l-extraWrapper .service__leading__hl.is-animated .service__leading__hl__en > div {
        width: 100%;
        transition: 0.8s all cubic-bezier(0.23, 1, 0.32, 1); }
      .l-extraWrapper .service__leading__hl.is-animated .service__leading__hl__jp > div {
        width: 100%;
        transition: 0.8s all cubic-bezier(0.23, 1, 0.32, 1); }
    .l-extraWrapper .service__leading__rt {
      font-size: 16px;
      line-height: 2;
      font-weight: 600;
      /*pre animation*/
      opacity: 0;
      transform: translateY(40px); }
      @media only screen and (max-width: 767px) {
        .l-extraWrapper .service__leading__rt {
          font-size: 14px; } }
      .l-extraWrapper .service__leading__rt.is-animated {
        opacity: 1;
        transform: translateY(0);
        transition: 1.4s all cubic-bezier(0.23, 1, 0.32, 1); }
  .l-extraWrapper .service__menuList {
    margin-left: -30px;
    margin-bottom: -50px; }
    @media only screen and (max-width: 767px) {
      .l-extraWrapper .service__menuList {
        margin-left: 0;
        margin-bottom: -25px; } }
    .l-extraWrapper .service__menuList__item {
      width: 380px;
      margin-left: 30px;
      float: left;
      margin-bottom: 50px;
      /*pre animation*/
      opacity: 0;
      transform: translateY(40px); }
      @media only screen and (max-width: 767px) {
        .l-extraWrapper .service__menuList__item {
          width: 100%;
          margin-left: 0;
          margin-bottom: 25px; } }
      .l-extraWrapper .service__menuList__item__anchor {
        color: #000;
        display: block;
        /*pre animation*/
        transition: 0.8s all cubic-bezier(0.23, 1, 0.32, 1) 0s;
        transform: translateY(0); }
        .l-extraWrapper .service__menuList__item__anchor__fig {
          border-radius: 8px;
          transition: inherit;
          box-shadow: 0 5px 15px 5px rgba(0, 0, 0, 0.1); }
        .l-extraWrapper .service__menuList__item__anchor__dl {
          padding-top: 16px; }
          .l-extraWrapper .service__menuList__item__anchor__dl__dt {
            font-size: 18px;
            font-weight: 600; }
          .l-extraWrapper .service__menuList__item__anchor__dl__dd {
            position: relative;
            display: block;
            font-size: 14px;
            padding-left: 16px; }
            .l-extraWrapper .service__menuList__item__anchor__dl__dd:before {
              position: absolute;
              top: 8px;
              left: 0;
              content: "";
              display: block;
              width: 8px;
              height: 8px;
              border-top: solid 2px #008B32;
              border-right: solid 2px #008B32;
              transform: rotate(45deg); }
        .l-extraWrapper .service__menuList__item__anchor:hover {
          color: #008B32;
          transform: translateY(-10px); }
          .l-extraWrapper .service__menuList__item__anchor:hover .service__menuList__item__anchor__fig {
            box-shadow: 0 5px 70px 5px rgba(0, 0, 0, 0.1); }
    .l-extraWrapper .service__menuList.is-animated .service__menuList__item {
      opacity: 1;
      transform: translateY(0); }
      .l-extraWrapper .service__menuList.is-animated .service__menuList__item:nth-child(1) {
        transition: 1.4s all cubic-bezier(0.23, 1, 0.32, 1) 0.8s; }
      .l-extraWrapper .service__menuList.is-animated .service__menuList__item:nth-child(2) {
        transition: 1.5s all cubic-bezier(0.23, 1, 0.32, 1) 0.9s; }
      .l-extraWrapper .service__menuList.is-animated .service__menuList__item:nth-child(3) {
        transition: 1.6s all cubic-bezier(0.23, 1, 0.32, 1) 1s; }
      .l-extraWrapper .service__menuList.is-animated .service__menuList__item:nth-child(4) {
        transition: 1.7s all cubic-bezier(0.23, 1, 0.32, 1) 1.1s; }
      .l-extraWrapper .service__menuList.is-animated .service__menuList__item:nth-child(5) {
        transition: 1.8s all cubic-bezier(0.23, 1, 0.32, 1) 1.2s; }
      .l-extraWrapper .service__menuList.is-animated .service__menuList__item:nth-child(6) {
        transition: 1.9s all cubic-bezier(0.23, 1, 0.32, 1) 1.3s; }
.l-extraWrapper .strength {
  position: relative;
  padding: 80px 0;
  width: 100%;
  overflow: hidden;
  background-color: #FFF500;
  z-index: 2; }
  @media only screen and (max-width: 767px) {
    .l-extraWrapper .strength {
      padding: 40px 0; } }
  .l-extraWrapper .strength__inner {
    z-index: 2; }
  .l-extraWrapper .strength__leading {
    margin-bottom: 30px; }
    .l-extraWrapper .strength__leading__hl {
      text-align: center;
      margin-bottom: 30px; }
      @media only screen and (max-width: 767px) {
        .l-extraWrapper .strength__leading__hl {
          text-align: left; } }
      .l-extraWrapper .strength__leading__hl__en {
        display: inline-block;
        font-size: 100px;
        color: #008B32;
        font-weight: 500;
        font-family: 'Kanit', sans-serif;
        font-style: italic;
        line-height: 1; }
        @media only screen and (max-width: 767px) {
          .l-extraWrapper .strength__leading__hl__en {
            font-size: 50px; } }
        .l-extraWrapper .strength__leading__hl__en > div {
          overflow: hidden;
          white-space: nowrap;
          /*pre animation*/
          width: 0; }
      .l-extraWrapper .strength__leading__hl__jp {
        display: inline-block;
        font-size: 20px;
        font-weight: 600; }
        @media only screen and (max-width: 767px) {
          .l-extraWrapper .strength__leading__hl__jp {
            font-size: 18px; } }
        .l-extraWrapper .strength__leading__hl__jp > div {
          overflow: hidden;
          white-space: nowrap;
          /*pre animation*/
          width: 0; }
      .l-extraWrapper .strength__leading__hl.is-animated .strength__leading__hl__en > div {
        width: 100%;
        transition: 0.8s all cubic-bezier(0.23, 1, 0.32, 1); }
      .l-extraWrapper .strength__leading__hl.is-animated .strength__leading__hl__jp > div {
        width: 100%;
        transition: 0.8s all cubic-bezier(0.23, 1, 0.32, 1); }
    .l-extraWrapper .strength__leading__rt {
      text-align: center;
      font-size: 16px;
      line-height: 2;
      font-weight: 600;
      /*pre animation*/
      opacity: 0;
      transform: translateY(40px); }
      @media only screen and (max-width: 767px) {
        .l-extraWrapper .strength__leading__rt {
          text-align: left;
          font-size: 14px; } }
      .l-extraWrapper .strength__leading__rt.is-animated {
        opacity: 1;
        transform: translateY(0);
        transition: 1.4s all cubic-bezier(0.23, 1, 0.32, 1); }
  .l-extraWrapper .strength__pointList {
    margin-left: -30px;
    margin-bottom: 20px;
    -webkit-perspective: 1000px;
    -ms-perspective: 1000px;
    perspective: 1000px;
    -ms-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d; }
    @media only screen and (max-width: 767px) {
      .l-extraWrapper .strength__pointList {
        margin-left: 0;
        margin-top: 0;
        margin-bottom: 40px; } }
    .l-extraWrapper .strength__pointList__item {
      width: 380px;
      margin-left: 30px;
      text-align: center;
      float: left; }
      @media only screen and (max-width: 767px) {
        .l-extraWrapper .strength__pointList__item {
          margin-top: 20px !important;
          width: 100%;
          margin-left: 0; } }
      .l-extraWrapper .strength__pointList__item__media {
        opacity: 0;
        -ms-transform: rotateY(90deg);
        -webkit-transform: rotateY(90deg);
        transform: rotateY(90deg); }
        .l-extraWrapper .strength__pointList__item__media__fig > img {
          box-shadow: 0px 6px 16px 2px rgba(0, 0, 0, 0.1);
          border-radius: 50%; }
        .l-extraWrapper .strength__pointList__item__media__cap {
          background-color: #008B32;
          color: #fff;
          font-size: 16px;
          padding: 10px 20px;
          display: inline-block;
          border-radius: 6px;
          margin-top: -20px;
          line-height: 1.4;
          font-weight: 600; }
      .l-extraWrapper .strength__pointList__item:nth-child(1) {
        margin-top: 160px; }
      .l-extraWrapper .strength__pointList__item:nth-child(2) {
        margin-top: 80px; }
      .l-extraWrapper .strength__pointList__item:nth-child(3) {
        margin-top: 0; }
    .l-extraWrapper .strength__pointList.is-animated .strength__pointList__item__media {
      opacity: 1;
      -ms-transform: rotateY(0);
      -webkit-transform: rotateY(0);
      transform: rotateY(0); }
    .l-extraWrapper .strength__pointList.is-animated .strength__pointList__item:nth-child(1) .strength__pointList__item__media {
      transition: 1.4s all cubic-bezier(0.23, 1, 0.32, 1) 0.8s; }
    .l-extraWrapper .strength__pointList.is-animated .strength__pointList__item:nth-child(2) .strength__pointList__item__media {
      transition: 1.4s all cubic-bezier(0.23, 1, 0.32, 1) 0.9s; }
    .l-extraWrapper .strength__pointList.is-animated .strength__pointList__item:nth-child(3) .strength__pointList__item__media {
      transition: 1.4s all cubic-bezier(0.23, 1, 0.32, 1) 1s; }
  .l-extraWrapper .strength__btn {
    width: 380px;
    margin-left: auto;
    margin-right: auto;
    /*pre animation*/
    opacity: 0;
    transform: translateY(40px); }
    @media only screen and (max-width: 767px) {
      .l-extraWrapper .strength__btn {
        width: 100%; } }
    .l-extraWrapper .strength__btn > a {
      font-size: 16px;
      font-size: 1.6rem;
      font-weight: 600;
      line-height: 1;
      color: #008B32;
      display: block;
      padding: 20px 100px;
      border: solid 1px #008B32;
      border-radius: 3px;
      background-color: #fff;
      background-image: url(../img/frame/linkArrow01.png);
      background-repeat: no-repeat;
      background-position: right center;
      background-size: 60px;
      text-align: center; }
    .l-extraWrapper .strength__btn.is-animated {
      opacity: 1;
      transform: translateY(0);
      transition: 1.4s all cubic-bezier(0.23, 1, 0.32, 1); }
.l-extraWrapper .company {
  position: relative;
  padding: 80px 0;
  width: 100%;
  overflow: hidden;
  z-index: 2; }
  @media only screen and (max-width: 767px) {
    .l-extraWrapper .company {
      padding: 40px 0; } }
  .l-extraWrapper .company__holder {
    position: relative; }
    .l-extraWrapper .company__holder__texts {
      width: 460px; }
      @media only screen and (max-width: 767px) {
        .l-extraWrapper .company__holder__texts {
          width: 100%;
          margin-bottom: 20px; } }
      .l-extraWrapper .company__holder__texts__hl {
        margin-bottom: 30px; }
        .l-extraWrapper .company__holder__texts__hl__en {
          display: inline-block;
          font-size: 100px;
          color: #008B32;
          font-weight: 500;
          font-family: 'Kanit', sans-serif;
          font-style: italic;
          line-height: 1; }
          @media only screen and (max-width: 767px) {
            .l-extraWrapper .company__holder__texts__hl__en {
              font-size: 50px; } }
          .l-extraWrapper .company__holder__texts__hl__en > div {
            overflow: hidden;
            white-space: nowrap;
            /*pre animation*/
            width: 0; }
        .l-extraWrapper .company__holder__texts__hl__jp {
          display: inline-block;
          font-size: 20px;
          font-weight: 600; }
          @media only screen and (max-width: 767px) {
            .l-extraWrapper .company__holder__texts__hl__jp {
              font-size: 18px; } }
          .l-extraWrapper .company__holder__texts__hl__jp > div {
            overflow: hidden;
            white-space: nowrap;
            /*pre animation*/
            width: 0; }
      .l-extraWrapper .company__holder__texts__leading__rt {
        font-size: 16px;
        line-height: 2;
        margin-bottom: 50px;
        font-weight: 600;
        width: 420px;
        /*pre animation*/
        opacity: 0;
        transform: translateY(40px); }
        @media only screen and (max-width: 767px) {
          .l-extraWrapper .company__holder__texts__leading__rt {
            width: 100%;
            margin-bottom: 25px; } }
      .l-extraWrapper .company__holder__texts__leading__btn {
        width: 380px;
        /*pre animation*/
        opacity: 0;
        transform: translateY(40px); }
        @media only screen and (max-width: 767px) {
          .l-extraWrapper .company__holder__texts__leading__btn {
            width: 100%; } }
        .l-extraWrapper .company__holder__texts__leading__btn > a {
          font-size: 16px;
          font-size: 1.6rem;
          font-weight: 600;
          line-height: 1;
          color: #008B32;
          display: block;
          padding: 20px 100px;
          border: solid 1px #008B32;
          border-radius: 3px;
          background-color: #fff;
          background-image: url(../img/frame/linkArrow01.png);
          background-repeat: no-repeat;
          background-position: right center;
          background-size: 60px;
          text-align: center; }
    .l-extraWrapper .company__holder__fig {
      position: absolute;
      width: calc((100vw / 2) + 200px);
      min-width: 650px;
      left: calc(50% - 100px);
      top: -40px;
      height: 520px;
      /*pre animation*/
      opacity: 0;
      -webkit-transform: perspective(1000px) rotateX(0);
      transform: perspective(1000px) rotateX(0); }
      @media only screen and (max-width: 767px) {
        .l-extraWrapper .company__holder__fig {
          height: 200px;
          left: auto;
          top: auto;
          min-width: 100vw; } }
      .l-extraWrapper .company__holder__fig:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        background-color: #008B32;
        display: block;
        /*pre animation*/
        transition: inherit;
        top: 0px;
        left: 0px; }
      .l-extraWrapper .company__holder__fig:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: url(../img/index/company_fig.jpg);
        background-repeat: no-repeat;
        background-position: center bottom;
        background-size: cover;
        display: block; }
      @media only screen and (max-width: 767px) {
        .l-extraWrapper .company__holder__fig {
          position: relative; } }
  .l-extraWrapper .company.is-animated .company__holder__texts__hl__en > div {
    width: 100%;
    transition: 0.8s all cubic-bezier(0.23, 1, 0.32, 1); }
  .l-extraWrapper .company.is-animated .company__holder__texts__hl__jp > div {
    width: 100%;
    transition: 0.8s all cubic-bezier(0.23, 1, 0.32, 1); }
  .l-extraWrapper .company.is-animated .company__holder__texts__leading__rt {
    opacity: 1;
    transform: translateY(0);
    transition: 1.4s all cubic-bezier(0.23, 1, 0.32, 1) 0.8s; }
  .l-extraWrapper .company.is-animated .company__holder__texts__leading__btn {
    opacity: 1;
    transform: translateY(0);
    transition: 1.4s all cubic-bezier(0.23, 1, 0.32, 1) 1s; }
  .l-extraWrapper .company.is-animated .company__holder__fig {
    opacity: 1;
    -webkit-transform: perspective(1000px) rotateX(14deg);
    transform: perspective(1000px) rotateX(14deg);
    transition: 0.8s all cubic-bezier(0.23, 1, 0.32, 1) 1.2s; }
    .l-extraWrapper .company.is-animated .company__holder__fig:before {
      top: 15px;
      left: 15px; }
.l-extraWrapper .recruit {
  position: relative;
  padding: 80px 0;
  width: 100%;
  background-color: #001C8B;
  background-image: url(../img/index/recruit_bg.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 2; }
  @media only screen and (max-width: 767px) {
    .l-extraWrapper .recruit {
      padding: 40px 0; } }
  .l-extraWrapper .recruit__hl {
    text-align: center;
    margin-bottom: 30px;
    color: #fff; }
    .l-extraWrapper .recruit__hl__en {
      display: inline-block;
      font-size: 100px;
      font-weight: 500;
      font-family: 'Kanit', sans-serif;
      font-style: italic;
      line-height: 1; }
      @media only screen and (max-width: 767px) {
        .l-extraWrapper .recruit__hl__en {
          font-size: 50px; } }
      .l-extraWrapper .recruit__hl__en > div {
        overflow: hidden;
        white-space: nowrap;
        /*pre animation*/
        width: 0; }
    .l-extraWrapper .recruit__hl__jp {
      display: inline-block;
      font-size: 20px;
      font-weight: 600; }
      @media only screen and (max-width: 767px) {
        .l-extraWrapper .recruit__hl__jp {
          font-size: 18px; } }
      .l-extraWrapper .recruit__hl__jp > div {
        overflow: hidden;
        white-space: nowrap;
        /*pre animation*/
        width: 0; }
  .l-extraWrapper .recruit__leading {
    text-align: center;
    color: #fff; }
    .l-extraWrapper .recruit__leading__hl {
      font-size: 30px;
      font-weight: 600;
      margin-bottom: 30px;
      /*pre animation*/
      opacity: 0;
      transform: translateY(40px); }
      @media only screen and (max-width: 767px) {
        .l-extraWrapper .recruit__leading__hl {
          font-size: 22px; } }
    .l-extraWrapper .recruit__leading__rt {
      font-size: 16px;
      line-height: 2;
      margin-bottom: 30px;
      font-weight: 600;
      margin-bottom: 80px;
      /*pre animation*/
      opacity: 0;
      transform: translateY(40px); }
      @media only screen and (max-width: 767px) {
        .l-extraWrapper .recruit__leading__rt {
          font-size: 14px;
          text-align: left;
          margin-bottom: 25px; } }
    .l-extraWrapper .recruit__leading__btn {
      width: 380px;
      margin-left: auto;
      margin-right: auto;
      /*pre animation*/
      opacity: 0;
      transform: translateY(40px); }
      @media only screen and (max-width: 767px) {
        .l-extraWrapper .recruit__leading__btn {
          width: 100%; } }
      .l-extraWrapper .recruit__leading__btn > a {
        font-size: 16px;
        font-size: 1.6rem;
        font-weight: 600;
        line-height: 1;
        color: #fff;
        display: block;
        padding: 20px 100px;
        border: solid 1px #fff;
        border-radius: 3px;
        background-image: url(../img/frame/linkArrow02.png);
        background-repeat: no-repeat;
        background-position: right center;
        background-size: 60px;
        text-align: center; }
  .l-extraWrapper .recruit.is-animated .recruit__hl__en > div {
    width: 100%;
    transition: 0.8s all cubic-bezier(0.23, 1, 0.32, 1); }
  .l-extraWrapper .recruit.is-animated .recruit__hl__jp > div {
    width: 100%;
    transition: 0.8s all cubic-bezier(0.23, 1, 0.32, 1); }
  .l-extraWrapper .recruit.is-animated .recruit__leading__hl {
    opacity: 1;
    transform: translateY(0);
    transition: 1.4s all cubic-bezier(0.23, 1, 0.32, 1) 0.8s; }
  .l-extraWrapper .recruit.is-animated .recruit__leading__rt {
    opacity: 1;
    transform: translateY(0);
    transition: 1.4s all cubic-bezier(0.23, 1, 0.32, 1) 1s; }
  .l-extraWrapper .recruit.is-animated .recruit__leading__btn {
    opacity: 1;
    transform: translateY(0);
    transition: 1.4s all cubic-bezier(0.23, 1, 0.32, 1) 1.2s; }
