@charset "UTF-8";
/* Scss Document */
/* Scss Document */
.mainImage {
  width: 100%;
  height: 100vh;
  margin: 0;
  padding: 0;
  position: relative; }
  .mainImage__list {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
    z-index: 1; }
  .mainImage__item {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0; }
    .mainImage__item img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .mainImage__cc {
    width: 100%;
    font-size: 2.625rem;
    font-family: "Noto Serif JP", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "Meiryo UI", "メイリオ", "Meiryo", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    line-height: 1.9;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2;
    text-shadow: 0 0 15px rgba(255, 255, 255, 0.0625), 0 0 15px rgba(255, 255, 255, 0.125), 0 0 15px rgba(255, 255, 255, 0.1875), 0 0 15px rgba(255, 255, 255, 0.25), 0 0 15px rgba(255, 255, 255, 0.3125), 0 0 15px rgba(255, 255, 255, 0.375), 0 0 15px rgba(255, 255, 255, 0.4375), 0 0 15px rgba(255, 255, 255, 0.5);
    transition: 0.1s cubic-bezier(0.25, 1, 0.5, 1); }
  .mainImage__scroll {
    height: 160px;
    overflow: hidden;
    color: #FFF;
    font-size: 0.75rem;
    font-family: "Reddit Sans", serif;
    font-weight: 500;
    letter-spacing: 0.4em;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 3; }
    .mainImage__scroll--txt {
      display: block;
      -moz-transform: rotate(90deg);
      -webkit-transform: rotate(90deg);
      transform: rotate(90deg);
      position: relative;
      top: 27px;
      right: -19px; }
    .mainImage__scroll::before {
      content: '';
      width: 1px;
      height: 100%;
      background-color: rgba(255, 255, 255, 0.2);
      position: absolute;
      top: 0;
      right: 0;
      z-index: 1; }
    .mainImage__scroll::after {
      content: '';
      width: 1px;
      height: 0;
      background-color: white;
      position: absolute;
      top: 0;
      right: 0;
      z-index: 2;
      animation-name: scrollbar;
      animation-duration: 4s;
      animation-timing-function: cubic-bezier(0.66, -0.01, 0.34, 1);
      animation-iteration-count: infinite;
      animation-iteration-count: infinite;
      animation-fill-mode: forwards; }

@keyframes scrollbar {
  0% {
    height: 0;
    -moz-transform: scaleY(1);
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    top: 0; }
  25% {
    height: 0;
    -moz-transform: scaleY(1);
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    top: 0; }
  40% {
    height: 100%;
    -moz-transform: scaleY(1);
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    top: 0; }
  60% {
    height: 100%;
    -moz-transform: scaleY(1);
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    top: 0; }
  75% {
    -moz-transform: scaleY(0);
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    top: 100%; }
  100% {
    -moz-transform: scaleY(0);
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    top: 100%; } }
@media (max-width: 800px) {
  .mainImage__cc {
    font-size: 2rem; } }
.latestNews {
  margin: 0;
  padding: 150px 100px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  transition: 0.1s cubic-bezier(0.25, 1, 0.5, 1); }
  .latestNews__left {
    width: 400px;
    margin: 0;
    padding: 0;
    transition: 0.1s cubic-bezier(0.25, 1, 0.5, 1); }
  .latestNews__title {
    margin: 0;
    padding: 0;
    font-weight: 500;
    line-height: 1.0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column; }
    .latestNews__title--eng {
      font-size: 3.75rem;
      font-family: "Reddit Sans", serif;
      position: relative;
      transition: 0.1s cubic-bezier(0.25, 1, 0.5, 1); }
      .latestNews__title--eng::before {
        content: '';
        width: 10px;
        height: 10px;
        position: absolute;
        top: -1px;
        left: -16px;
        background-color: #90c31f;
        transition: 0.1s cubic-bezier(0.25, 1, 0.5, 1); }
      .latestNews__title--eng::after {
        content: '';
        width: 10px;
        height: 10px;
        position: absolute;
        top: -1px;
        left: -36px;
        background-color: #00a0e9;
        transition: 0.1s cubic-bezier(0.25, 1, 0.5, 1); }
    .latestNews__title--jpn {
      margin: 20px 0 0; }
  .latestNews__btn {
    margin: 50px 0 0;
    font-size: 0.875rem;
    font-weight: 700; }
    .latestNews__btn--anchor {
      color: #231815 !important;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      align-items: center; }
      .latestNews__btn--anchor span {
        width: 40px;
        height: 20px;
        margin: 0 10px 0 0;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #90c31f;
        border: 1px solid #90c31f;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box; }
        .latestNews__btn--anchor span svg {
          width: 11px;
          height: 11px;
          transition: opacity 0.3s ease, transform 0.3s ease; }
          .latestNews__btn--anchor span svg .st0 {
            fill: #FFF; }
      .latestNews__btn--anchor:hover {
        color: #90c31f !important;
        text-decoration: none; }
        .latestNews__btn--anchor:hover span {
          background-color: #FFF; }
          .latestNews__btn--anchor:hover span svg {
            animation: moveAndFade 0.6s ease forwards; }
            .latestNews__btn--anchor:hover span svg .st0 {
              fill: #90c31f; }
  .latestNews__list {
    width: calc(100% - 400px);
    margin: 0;
    padding: 0;
    list-style: none;
    border-top: 1px solid #CCC;
    transition: 0.1s cubic-bezier(0.25, 1, 0.5, 1); }
  .latestNews__item {
    margin: 0;
    padding: 0;
    border-bottom: 1px dashed #CCC; }
    .latestNews__item--anchor {
      padding: 30px 0;
      display: block;
      color: #231815 !important;
      position: relative;
      transition: 0.1s cubic-bezier(0.25, 1, 0.5, 1); }
      .latestNews__item--anchor svg {
        width: 30px;
        height: 30px;
        position: absolute;
        top: 50%;
        right: 0;
        -moz-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        transition: 0.1s cubic-bezier(0.25, 1, 0.5, 1); }
        .latestNews__item--anchor svg .st0 {
          fill: #EEE;
          transition: 0.1s cubic-bezier(0.25, 1, 0.5, 1); }
      .latestNews__item--anchor::before {
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background-color: #f3f3f3;
        transform: scaleX(0);
        transform-origin: center right;
        transition: transform 0.2s ease;
        z-index: -1; }
      .latestNews__item--anchor:hover {
        padding: 30px 10px;
        text-decoration: none;
        top: 1px;
        left: 1px; }
        .latestNews__item--anchor:hover svg {
          right: 10px; }
          .latestNews__item--anchor:hover svg .st0 {
            fill: #CCC; }
        .latestNews__item--anchor:hover::before {
          transform-origin: center left;
          -moz-transform: scaleX(1);
          -webkit-transform: scaleX(1);
          transform: scaleX(1); }
        .latestNews__item--anchor:hover .latestNews__item--cate {
          background-color: #FFF; }
    .latestNews__item--data {
      margin: 0;
      padding: 0;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      align-items: center; }
    .latestNews__item--cate {
      margin: 0;
      padding: 3px 10px;
      color: #999;
      font-size: 0.875rem;
      line-height: 1.0;
      background-color: #f3f3f3;
      border: 1px solid #999;
      -webkit-border-radius: 20px;
      -moz-border-radius: 20px;
      border-radius: 20px;
      transition: 0.1s cubic-bezier(0.25, 1, 0.5, 1); }
    .latestNews__item--date {
      margin: 0 0 0 20px;
      padding: 0;
      font-size: 1rem;
      font-weight: 600;
      font-family: "Reddit Sans", serif;
      line-height: 1.0; }
    .latestNews__item--title {
      margin: 20px 0 0;
      padding: 0;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      align-items: center; }
      .latestNews__item--title img {
        margin: 0 0 0 10px; }

@media (max-width: 1200px) {
  .latestNews {
    padding: 150px 40px; }
    .latestNews__left {
      width: 30%; }
    .latestNews__list {
      width: 70%; } }
@media (max-width: 800px) {
  .latestNews {
    flex-direction: column; }
    .latestNews__left {
      width: 100%; }
    .latestNews__list {
      width: 100%;
      margin: 60px 0 0; } }
@media (max-width: 600px) {
  .latestNews {
    padding: 150px 20px; }
    .latestNews__title--eng {
      font-size: 2.5rem; }
      .latestNews__title--eng::before {
        position: absolute;
        top: -20px;
        left: 20px; }
      .latestNews__title--eng::after {
        position: absolute;
        top: -20px;
        left: 0; } }
.recruit {
  margin: 0;
  padding: 0 0 150px;
  background-image: url("../img/index/bg01.jpg");
  background-position: t;
  background-repeat: no-repeat;
  background-size: 100% auto; }
  .recruit__wrap {
    margin: 80px 0 0;
    padding: 0 100px;
    transition: 0.1s cubic-bezier(0.25, 1, 0.5, 1); }
  .recruit__top {
    margin: 0;
    padding: 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex; }
  .recruit__title {
    margin: 0;
    padding: 0;
    font-weight: 500;
    line-height: 1.0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column; }
    .recruit__title--eng {
      font-size: 3.75rem;
      font-family: "Reddit Sans", serif;
      position: relative;
      transition: 0.1s cubic-bezier(0.25, 1, 0.5, 1); }
      .recruit__title--eng::before {
        content: '';
        width: 10px;
        height: 10px;
        position: absolute;
        top: -1px;
        left: -16px;
        background-color: #90c31f;
        transition: 0.1s cubic-bezier(0.25, 1, 0.5, 1); }
      .recruit__title--eng::after {
        content: '';
        width: 10px;
        height: 10px;
        position: absolute;
        top: -1px;
        left: -36px;
        background-color: #00a0e9;
        transition: 0.1s cubic-bezier(0.25, 1, 0.5, 1); }
    .recruit__title--jpn {
      margin: 20px 0 0; }
  .recruit__cc {
    margin: 0 0 0 110px;
    font-size: 2.25rem;
    font-family: "Noto Serif JP", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "Meiryo UI", "メイリオ", "Meiryo", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-weight: 500;
    transition: 0.1s cubic-bezier(0.25, 1, 0.5, 1); }
  .recruit__txt {
    margin: 60px 0 0; }
  .recruit__link {
    margin: 60px 0 0;
    padding: 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none; }
  .recruit__item {
    width: 25%;
    margin: 0;
    padding: 0;
    transition: 0.1s cubic-bezier(0.25, 1, 0.5, 1); }
    .recruit__item--anchor {
      width: 100%;
      height: 100%;
      overflow: hidden;
      padding: 30px;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      align-items: center;
      background-color: #90c31f;
      border: 1px solid #231815;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      position: relative; }
      .recruit__item--anchor::before {
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background-color: #f3f3f3;
        transform: scaleX(0);
        transform-origin: center right;
        transition: transform 0.2s ease;
        z-index: 1; }
      .recruit__item--anchor:hover {
        text-decoration: none; }
        .recruit__item--anchor:hover::before {
          transform-origin: center left;
          -moz-transform: scaleX(1);
          -webkit-transform: scaleX(1);
          transform: scaleX(1); }
        .recruit__item--anchor:hover .recruit__item--title {
          color: #231815 !important; }
    .recruit__item:first-of-type .recruit__item--anchor {
      -webkit-border-top-left-radius: 20px;
      -webkit-border-bottom-left-radius: 20px;
      -moz-border-top-left-radius: 20px;
      -moz-border-bottom-left-radius: 20px;
      border-top-left-radius: 20px;
      border-bottom-left-radius: 20px; }
    .recruit__item:last-of-type .recruit__item--anchor {
      -webkit-border-top-right-radius: 20px;
      -webkit-border-bottom-right-radius: 20px;
      -moz-border-top-right-radius: 20px;
      -moz-border-bottom-right-radius: 20px;
      border-top-right-radius: 20px;
      border-bottom-right-radius: 20px; }
    .recruit__item:not(:first-of-type) .recruit__item--anchor {
      border-left: none; }
    .recruit__item--image {
      width: 80px;
      height: 80px;
      overflow: hidden;
      margin: 0;
      background-color: #FFF;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      position: relative;
      z-index: 2; }
      .recruit__item--image img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
    .recruit__item--title {
      width: calc(100% - 100px);
      margin: 0 0 0 20px;
      color: #FFF !important;
      font-size: 1.25rem;
      font-weight: 700;
      line-height: 1.5;
      position: relative;
      z-index: 3;
      transition: 0.1s cubic-bezier(0.25, 1, 0.5, 1); }

@media (max-width: 1200px) {
  .recruit__wrap {
    padding: 0 40px; }
  .recruit__item {
    width: 50%; }
    .recruit__item:first-of-type .recruit__item--anchor {
      border-bottom-left-radius: 0; }
    .recruit__item:nth-of-type(2) .recruit__item--anchor {
      border-top-right-radius: 20px; }
    .recruit__item:nth-of-type(3) .recruit__item--anchor {
      border-top: none;
      border-left: 1px solid #231815;
      border-bottom-left-radius: 20px; }
    .recruit__item:last-of-type .recruit__item--anchor {
      border-top: none;
      border-top-right-radius: 0; } }
@media (max-width: 1000px) {
  .recruit__top {
    flex-direction: column; }
  .recruit__cc {
    margin: 40px 0 0; } }
@media (max-width: 800px) {
  .recruit__cc {
    font-size: 2rem; } }
@media (max-width: 700px) {
  .recruit__item {
    width: 100%; }
    .recruit__item:first-of-type .recruit__item--anchor {
      border-top-right-radius: 20px; }
    .recruit__item:nth-of-type(2) .recruit__item--anchor {
      border-top: none;
      border-left: 1px solid #231815;
      border-top-right-radius: 0; }
    .recruit__item:nth-of-type(3) .recruit__item--anchor {
      border-bottom-left-radius: 0; }
    .recruit__item:last-of-type .recruit__item--anchor {
      border-left: 1px solid #231815;
      border-bottom-left-radius: 20px; } }
@media (max-width: 600px) {
  .recruit__wrap {
    padding: 0 20px; }
  .recruit__title--eng {
    font-size: 2.5rem; }
    .recruit__title--eng::before {
      position: absolute;
      top: -20px;
      left: 20px; }
    .recruit__title--eng::after {
      position: absolute;
      top: -20px;
      left: 0; } }
.photoScroll {
  overflow-x: hidden;
  margin: 0;
  padding: 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex; }
  .photoScroll__list {
    margin: 0;
    padding: 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    list-style: none;
    animation: infinity-scroll-left 40s infinite linear 0.5s both; }
  .photoScroll__item {
    width: 360px;
    height: 360px;
    overflow: hidden;
    margin: 0 10px;
    padding: 0;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    transition: 0.1s cubic-bezier(0.25, 1, 0.5, 1); }
    .photoScroll__item img {
      width: 100%;
      height: 100%; }

@keyframes infinity-scroll-left {
  from {
    transform: translateX(0); }
  to {
    transform: translateX(-100%); } }
@media (max-width: 800px) {
  .photoScroll__item {
    width: 240px;
    height: 240px; } }
.products {
  margin: 0;
  padding: 150px 100px;
  background-color: #ccecfb;
  background-image: url("../img/index/bg02.jpg");
  background-position: top right;
  background-repeat: no-repeat;
  transition: 0.1s cubic-bezier(0.25, 1, 0.5, 1); }
  .products__upper {
    margin: 0;
    padding: 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: flex-start; }
    .products__upper--left {
      width: calc(100% - 600px - 100px); }
    .products__upper--wrap {
      margin: 0;
      padding: 0;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      align-items: center; }
    .products__upper--image {
      margin: -190px 0 0 100px;
      transition: 0.1s cubic-bezier(0.25, 1, 0.5, 1); }
    .products__upper--txt {
      margin: 60px 0 0; }
  .products__title {
    margin: 0;
    padding: 0;
    font-weight: 500;
    line-height: 1.0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column; }
    .products__title--eng {
      font-size: 3.75rem;
      font-family: "Reddit Sans", serif;
      position: relative;
      transition: 0.1s cubic-bezier(0.25, 1, 0.5, 1); }
      .products__title--eng::before {
        content: '';
        width: 10px;
        height: 10px;
        position: absolute;
        top: -1px;
        left: -16px;
        background-color: #90c31f;
        transition: 0.1s cubic-bezier(0.25, 1, 0.5, 1); }
      .products__title--eng::after {
        content: '';
        width: 10px;
        height: 10px;
        position: absolute;
        top: -1px;
        left: -36px;
        background-color: #00a0e9;
        transition: 0.1s cubic-bezier(0.25, 1, 0.5, 1); }
    .products__title--jpn {
      margin: 20px 0 0; }
  .products__btn {
    margin: 0 0 0 60px;
    font-size: 0.875rem;
    font-weight: 700; }
    .products__btn--anchor {
      color: #231815 !important;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      align-items: center; }
      .products__btn--anchor span {
        width: 40px;
        height: 20px;
        margin: 0 10px 0 0;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #90c31f;
        border: 1px solid #90c31f;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box; }
        .products__btn--anchor span svg {
          width: 11px;
          height: 11px;
          transition: opacity 0.3s ease, transform 0.3s ease; }
          .products__btn--anchor span svg .st0 {
            fill: #FFF; }
      .products__btn--anchor:hover {
        color: #90c31f !important;
        text-decoration: none; }
        .products__btn--anchor:hover span {
          background-color: #FFF; }
          .products__btn--anchor:hover span svg {
            animation: moveAndFade 0.6s ease forwards; }
            .products__btn--anchor:hover span svg .st0 {
              fill: #90c31f; }

@media (max-width: 1460px) {
  .products__upper--left {
    width: calc(50% - 60px); }
  .products__upper--wrap {
    flex-direction: column;
    align-items: flex-start; }
  .products__upper--image {
    width: 50%;
    margin: -190px 0 0 60px; }
  .products__btn {
    margin: 40px 0 0; } }
@media (max-width: 1200px) {
  .products {
    padding: 150px 40px; }
    .products__upper--image {
      margin: -190px 0 0 40px; } }
@media (max-width: 1100px) {
  .products__upper {
    flex-direction: column; }
    .products__upper--left {
      width: 100%; }
    .products__upper--image {
      width: auto;
      margin: 60px auto 0;
      display: block; } }
@media (max-width: 1100px) {
  .products__upper--image {
    width: 100%;
    height: auto; } }
@media (max-width: 600px) {
  .products {
    padding: 150px 20px; }
    .products__title--eng {
      font-size: 2.5rem; }
      .products__title--eng::before {
        position: absolute;
        top: -20px;
        left: 20px; }
      .products__title--eng::after {
        position: absolute;
        top: -20px;
        left: 0; } }
.productsList {
  margin: 70px 0 0;
  padding: 0;
  list-style: none;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap; }
  .productsList__item {
    width: calc((100% - 4px)/5); }
    .productsList__item:not(:first-of-type) {
      margin: 0 0 0 1px; }
  .productsList__anchor {
    width: 100%;
    height: 100%;
    padding: 0;
    display: block;
    background-color: #FFF;
    position: relative;
    transition: 0.1s cubic-bezier(0.25, 1, 0.5, 1); }
    .productsList__anchor::before {
      content: '';
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      background-color: #f3f3f3;
      transform: scaleX(0);
      transform-origin: center right;
      transition: transform 0.2s ease;
      z-index: 1; }
    .productsList__anchor:hover {
      text-decoration: none;
      top: 1px; }
      .productsList__anchor:hover::before {
        transform-origin: center left;
        -moz-transform: scaleX(1);
        -webkit-transform: scaleX(1);
        transform: scaleX(1); }
      .productsList__anchor:hover .productsList__anchor--image span img {
        -moz-transform: scale(1.1);
        -webkit-transform: scale(1.1);
        transform: scale(1.1); }
    .productsList__anchor--image {
      width: 100%;
      overflow: hidden;
      position: relative;
      z-index: 2; }
      .productsList__anchor--image::before {
        content: '';
        display: block;
        padding-top: 61.7%; }
      .productsList__anchor--image span {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0; }
        .productsList__anchor--image span img {
          width: 100%;
          height: 100%;
          object-fit: cover; }
      .productsList__anchor--image span img {
        transition: 0.1s cubic-bezier(0.25, 1, 0.5, 1); }
  .productsList__data {
    margin: 0;
    padding: 20px 20px 30px;
    position: relative;
    z-index: 3; }
    .productsList__data--name {
      font-size: 1.25rem;
      font-weight: 700;
      line-height: 1.5; }
    .productsList__data--txt {
      margin: 20px 0 0;
      font-size: 1rem;
      line-height: 1.5; }

@media (max-width: 1200px) {
  .productsList__item {
    width: calc((100% - 2px)/3); }
    .productsList__item:nth-of-type(4) {
      margin-top: 1px;
      margin-left: 0; }
    .productsList__item:nth-of-type(5) {
      margin-top: 1px; } }
@media (max-width: 700px) {
  .productsList__item {
    width: calc((100% - 1px)/2); }
    .productsList__item:nth-of-type(3) {
      margin-top: 1px;
      margin-left: 0; }
    .productsList__item:nth-of-type(4) {
      margin-left: 1px; }
    .productsList__item:nth-of-type(5) {
      margin-top: 1px;
      margin-left: 0; } }
.factory {
  width: 1000px;
  margin: 70px auto 0;
  padding: 0; }
  .factory__anchor {
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    background-color: #FFF;
    border: 1px solid #231815;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative; }
    .factory__anchor::before {
      content: '';
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      background-color: #f3f3f3;
      transform: scaleX(0);
      transform-origin: center right;
      transition: transform 0.2s ease;
      z-index: 1; }
    .factory__anchor:hover {
      text-decoration: none; }
      .factory__anchor:hover::before {
        transform-origin: center left;
        -moz-transform: scaleX(1);
        -webkit-transform: scaleX(1);
        transform: scaleX(1); }
  .factory__image {
    position: relative;
    z-index: 2; }
  .factory__right {
    margin: 0;
    padding: 0 40px;
    position: relative;
    z-index: 3;
    transition: 0.1s cubic-bezier(0.25, 1, 0.5, 1); }
    .factory__right--title {
      margin: 0;
      padding: 0 30px 0 0;
      color: #231815 !important;
      display: inline-block;
      font-size: 1.75rem;
      font-weight: 700;
      line-height: 1.0;
      background-image: url("../img/common/ar02.svg");
      background-position: right center;
      background-repeat: no-repeat;
      background-size: 20px;
      transition: 0.1s cubic-bezier(0.25, 1, 0.5, 1); }
    .factory__right--data {
      margin: 20px 0 0;
      padding: 0; }
      .factory__right--data p {
        font-size: 1rem;
        line-height: 1.5; }

@media (max-width: 1100px) {
  .factory {
    width: auto;
    margin: 70px 0 0; } }
@media (max-width: 900px) {
  .factory__anchor {
    padding: 40px;
    flex-direction: column; }
  .factory__right {
    margin: 40px 0 0;
    padding: 0;
    text-align: center; }
    .factory__right--data p {
      text-align: left; } }
@media (max-width: 600px) {
  .factory__anchor {
    padding: 30px 20px; }
  .factory__right {
    padding: 0; }
    .factory__right--title {
      font-size: 1.5rem; } }
@media (max-width: 480px) {
  .factory__anchor {
    padding: 20px 20px 30px; }
  .factory__image {
    width: 100%;
    height: auto; } }
