@charset "UTF-8";
/*-- layoutフォルダの中の_index.scss --*/
/*-- globalフォルダの直下の_index.scss --*/
/*-- settingフォルダの中の_index.scss --*/
/*-- mixinフォルダの中の_index.scss --*/
.header {
  width: 100%;
  /**********************************　
  以下、ハンバーガーメニューの設定　
  ************************************/
}
.header--wrapper {
  width: 100%;
  height: 90px;
  margin: 0 auto;
  padding: 28px 48px;
  background-color: #fff;
  position: fixed;
  top: 0;
  z-index: 999999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-shadow: #E4E3E3 0 0 11px 1px;
          box-shadow: #E4E3E3 0 0 11px 1px;
}
@media screen and (max-width: 767px) {
  .header--wrapper {
    padding: 12px 24px;
    height: 80px;
  }
}
.header--logo {
  position: relative;
  z-index: 999999;
}
.header--logo a {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (hover: hover) and (pointer: fine) {
  .header--logo a:hover {
    opacity: 0.5;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .header--logo a:hover {
    opacity: 0.5;
  }
}
.header--logo a img {
  width: 100%;
  height: auto;
}
.header--pc__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
.header--pc__item a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #00A0E9;
  gap: 2px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (hover: hover) and (pointer: fine) {
  .header--pc__item a:hover {
    opacity: 0.5;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .header--pc__item a:hover {
    opacity: 0.5;
  }
}
.header--pc__item a .en {
  font-family: "League Spartan", sans-serif;
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 1;
}
.header--pc__item a .ja {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1;
  font-size: 1.4rem;
}
.header .header--sp {
  display: none;
}
@media screen and (max-width: 1024px) {
  .header .header--pc {
    display: none;
  }
  .header .header--hamburger {
    background-color: transparent;
    position: relative;
    cursor: pointer;
    margin: 0 0 0 auto;
    height: 24px;
    width: 32px;
  }
  .header .header--hamburger__icon span {
    position: absolute;
    left: 0;
    width: 32px;
    height: 2px;
    background-color: #00A0E9;
    border-radius: 8px;
    -webkit-transition: ease 0.4s;
    transition: ease 0.4s;
    z-index: 99999;
  }
  .header .header--hamburger__icon span:nth-of-type(1) {
    top: 0;
  }
  .header .header--hamburger__icon span:nth-of-type(2) {
    top: 11px;
  }
  .header .header--hamburger__icon span:nth-of-type(3) {
    bottom: 0;
  }
  .header .header--hamburger__icon.js-close span:nth-of-type(1) {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    top: 11px;
  }
  .header .header--hamburger__icon.js-close span:nth-of-type(2) {
    opacity: 0;
  }
  .header .header--hamburger__icon.js-close span:nth-of-type(3) {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    top: 11px;
  }
  .header .header--sp {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    inset: 0;
    top: 80px;
    position: absolute;
    z-index: 10;
    width: 100%;
    height: calc(100svh - 80px);
    background-color: #fff;
  }
  .header .header--sp__inner {
    width: 100%;
    height: calc(100% - 60px);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .header .header--sp__inner ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 60px;
  }
  .header .header--sp__inner ul li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2px;
  }
  .header .header--sp__inner ul li a {
    color: #00A0E9;
    line-height: 1.2;
  }
  .header .header--sp__inner ul li a .en {
    font-size: 2.4rem;
    font-family: "League Spartan", sans-serif;
  }
  .header .header--sp__inner ul li a .ja {
    font-size: 1.6rem;
    font-family: "Noto Sans JP", sans-serif;
  }
}

html {
  width: 100%;
  font-size: 10px;
  overflow-x: hidden;
}

body {
  margin: 0;
  width: 100%;
  font-size: 1.6rem;
  line-height: 1.6;
  letter-spacing: 0.04em;
  font-family: "Noto Sans JP", sans-serif;
  color: #575757;
  overflow-x: hidden;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 1.4rem;
  }
}
body .c-inner {
  width: 90%;
  max-width: 1080px;
  margin: 0 auto;
}
body .c-heading {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 auto 74px auto;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  body .c-heading {
    margin-bottom: 40px;
  }
}
body .c-heading .en {
  display: inline;
  font-size: 6.4rem;
  font-family: "League Spartan", sans-serif;
  font-weight: 600;
  background: -webkit-linear-gradient(336deg, rgb(65, 164, 253) 2%, rgb(14, 244, 255));
  background: linear-gradient(114deg, rgb(65, 164, 253) 2%, rgb(14, 244, 255));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  body .c-heading .en {
    font-size: 4rem;
  }
}
body .c-heading .ja {
  display: inline;
  font-size: 2.5rem;
  font-weight: 500;
  background: -webkit-linear-gradient(336deg, rgb(65, 164, 253) 2%, rgb(14, 244, 255));
  background: linear-gradient(114deg, rgb(65, 164, 253) 2%, rgb(14, 244, 255));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  body .c-heading .ja {
    font-size: 1.8rem;
  }
}

/* ===============================================
# mv
=============================================== */
.mv {
  width: 100%;
  height: 100svh;
  background: url(/_common/img/mv/mv_bg01.png) no-repeat center center/cover;
  margin-bottom: 150px;
  padding: 120px 0 40px 0;
  display: grid;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .mv {
    margin-bottom: 120px;
  }
}
.mv .swiper {
  width: 100%;
  height: auto;
}
.mv .swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  width: 100%;
  height: 100%;
  /* 画像のサイズ調整 */
}
.mv .swiper-wrapper .swiper-slide {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  -o-object-fit: cover;
     object-fit: cover;
}
.mv .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  -o-object-fit: cover;
     object-fit: cover;
}
.mv--box {
  width: 90%;
  margin: 40px auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
.mv--box__copy {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
.mv--box__copy img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.mv--box__svg {
  width: 68%;
  max-width: 500px;
  margin: 0 auto;
}
.mv #layer_2 path {
  fill: none;
  stroke: #ffffff;
  stroke-width: 6;
  stroke-dasharray: 1800px;
  stroke-dashoffset: 1800px;
  -webkit-animation: line 3s 0.4s forwards;
          animation: line 3s 0.4s forwards;
}
.mv #layer_2 path.point {
  -webkit-animation: line 1s 2.4s forwards;
          animation: line 1s 2.4s forwards;
}
@-webkit-keyframes line {
  0% {
    stroke-dashoffset: 1800px;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes line {
  0% {
    stroke-dashoffset: 1800px;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
.mv #layer_1 {
  -webkit-mask: url(#out);
          mask: url(#out);
  fill: #4CC0E4;
  stroke: #4CC0E4;
}

/* ===============================================
# ABOUT US
=============================================== */
.about_us {
  position: relative;
  padding-bottom: 240px;
  margin-bottom: 172px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .about_us {
    padding-bottom: 240px;
    margin-bottom: 20px;
  }
}
.about_us::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 320px;
  background: url(/_common/img/about_us/about_us_bg01.png) no-repeat center center/contain;
}
.about_us--body_txt {
  text-align: center;
  font-size: 2.4rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .about_us--body_txt {
    font-size: 1.6rem;
  }
}

/* ===============================================
# info
=============================================== */
.info {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 200px;
  margin-bottom: 152px !important;
}
@media screen and (max-width: 1024px) {
  .info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.info .info_list {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: left;
  -webkit-justify-content: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .info .info_list {
    font-size: 1.6rem;
  }
}
.info .info_list .c-heading {
  text-align: left;
  margin: 0 0 74px 0;
}
@media screen and (max-width: 767px) {
  .info .info_list .c-heading {
    text-align: center;
    margin: 0 auto 74px auto;
  }
}
.info .info_list--list {
  width: 100%;
  display: grid;
  gap: 42px;
}
@media screen and (max-width: 767px) {
  .info .info_list--list {
    gap: 32px;
  }
}
.info .info_list--list__item {
  padding: 0 0 20px 0;
  display: grid;
  grid: auto-flow/2fr 3fr;
  border-bottom: 2px solid #ccc;
}
@media screen and (max-width: 1024px) {
  .info .info_list--list__item {
    grid: auto-flow/1fr 3fr;
  }
}
@media screen and (max-width: 1024px) and (max-width: 1024px) {
  .info .info_list--list__item {
    grid: auto-flow/2fr 5fr;
  }
}
.info .info_list--list__item2 {
  padding: 0 0 20px 0;
  display: grid;
  border-bottom: 2px solid #ccc;
}

/* ===============================================
# contact
=============================================== */
.contact {
  color: #00A0E9;
  margin-bottom: 106px;
}
.contact--box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 14px;
  text-align: center;
  line-height: 1;
}
.contact--box__txt {
  font-size: 1.8rem;
  font-weight: 600;
}
.contact--box__tell {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (hover: hover) and (pointer: fine) {
  .contact--box__tell:hover {
    opacity: 0.5;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .contact--box__tell:hover {
    opacity: 0.5;
  }
}
@media screen and (max-width: 767px) {
  .contact--box__tell {
    gap: 0;
  }
}
.contact--box__tell .icon {
  margin-top: 6px;
}
@media screen and (max-width: 767px) {
  .contact--box__tell .icon {
    scale: 0.7;
  }
}
.contact--box__tell .num {
  font-size: 7.2rem;
  font-weight: 600;
  font-family: "Barlow Condensed", sans-serif;
}
@media screen and (max-width: 767px) {
  .contact--box__tell .num {
    font-size: 4.8rem;
  }
}
.contact--box__time {
  font-size: 1.7rem;
}

/* ===============================================
# ページトップ
=============================================== */
.page-top {
  position: fixed;
  z-index: 9999;
  bottom: 50px;
  right: 30px;
  background-color: #fff;
  border: #00A0E9 solid 1px;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  color: #00A0E9;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.6rem;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (hover: hover) and (pointer: fine) {
  .page-top:hover {
    opacity: 0.5;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .page-top:hover {
    opacity: 0.5;
  }
}
@media screen and (max-width: 767px) {
  .page-top {
    bottom: 20px;
    right: 5%;
  }
}

/* ===============================================
# フッター
=============================================== */
#footer {
  color: #fff;
  width: 100%;
  background: -webkit-linear-gradient(336deg, rgb(65, 164, 253) 2%, rgb(14, 244, 255));
  background: linear-gradient(114deg, rgb(65, 164, 253) 2%, rgb(14, 244, 255));
  padding: 80px 0 64px 0;
}
@media screen and (max-width: 767px) {
  #footer {
    padding: 80px 0;
  }
}

.footer {
  opacity: 0;
}
.footer--inner {
  max-width: 1080px;
  width: 100%;
  margin: auto;
}
.footer--info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 60px 160px;
  width: 90%;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .footer--info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.footer--info__item {
  width: 46%;
}
@media screen and (max-width: 1024px) {
  .footer--info__item {
    width: 100%;
  }
}
.footer--info__item .footer--logo img {
  width: 100%;
  height: auto;
}
.footer--info__item__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 20px;
}
.footer--info__item__link__item {
  position: relative;
}
.footer--info__item__link__item::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 16px;
  background-color: #fff;
  right: -10px;
  top: calc(50% - 8px);
}
.footer--info_company_name {
  font-size: 3rem;
  margin-bottom: 13px;
}
@media screen and (max-width: 767px) {
  .footer--info_company_name {
    font-size: 2rem;
  }
}
.footer--info_company_txt {
  font-size: 1.8rem;
  margin-bottom: 59px;
}
@media screen and (max-width: 767px) {
  .footer--info_company_txt {
    font-size: 1.6rem;
  }
}
.footer--info_company .copyright {
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .footer--info_company .copyright {
    font-size: 1.2rem;
  }
}

.js-fadeHereTrigger,
.js-fadeUpTrigger,
.js-fadeRightTrigger,
.js-fadeLeftTrigger {
  opacity: 0;
}

/* その場で */
.js-fade_here {
  -webkit-animation: fadeInAnime 1s ease forwards;
          animation: fadeInAnime 1s ease forwards;
  opacity: 0;
  z-index: 9999;
}
.js-fade_here:nth-child(1) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.js-fade_here:nth-child(2) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.js-fade_here:nth-child(3) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.js-fade_here:nth-child(4) {
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s;
}
@media screen and (max-width: 767px) {
  .js-fade_here {
    -webkit-animation: fadeInAnime 0.6s ease forwards;
            animation: fadeInAnime 0.6s ease forwards;
  }
  .js-fade_here:nth-child(1) {
    -webkit-animation-delay: 0;
            animation-delay: 0;
  }
  .js-fade_here:nth-child(2) {
    -webkit-animation-delay: 0.2s;
            animation-delay: 0.2s;
  }
  .js-fade_here:nth-child(3) {
    -webkit-animation-delay: 0.6s;
            animation-delay: 0.6s;
  }
  .js-fade_here:nth-child(4) {
    -webkit-animation-delay: 0.8s;
            animation-delay: 0.8s;
  }
}

@-webkit-keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.js-fade_up {
  -webkit-animation: fadeUpAnime 0.8s ease forwards;
          animation: fadeUpAnime 0.8s ease forwards;
  opacity: 0;
}
.js-fade_up:nth-child(1) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.js-fade_up:nth-child(2) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.js-fade_up:nth-child(3) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.js-fade_up:nth-child(4) {
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s;
}
@media screen and (max-width: 767px) {
  .js-fade_up {
    -webkit-animation: fadeUpAnime 0.6s ease forwards;
            animation: fadeUpAnime 0.6s ease forwards;
  }
  .js-fade_up:nth-child(1) {
    -webkit-animation-delay: 0;
            animation-delay: 0;
  }
  .js-fade_up:nth-child(2) {
    -webkit-animation-delay: 0.2s;
            animation-delay: 0.2s;
  }
  .js-fade_up:nth-child(3) {
    -webkit-animation-delay: 0.6s;
            animation-delay: 0.6s;
  }
  .js-fade_up:nth-child(4) {
    -webkit-animation-delay: 0.8s;
            animation-delay: 0.8s;
  }
}

@-webkit-keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(200px);
            transform: translateY(200px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(200px);
            transform: translateY(200px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
/* 右から */
.js-fade_right {
  -webkit-animation: fadeRightAnime 0.8s ease forwards;
          animation: fadeRightAnime 0.8s ease forwards;
  opacity: 0;
}
.js-fade_right:nth-child(1) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.js-fade_right:nth-child(2) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.js-fade_right:nth-child(3) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.js-fade_right:nth-child(4) {
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s;
}
@media screen and (max-width: 767px) {
  .js-fade_right {
    -webkit-animation: fadeRightAnime 0.6s ease forwards;
            animation: fadeRightAnime 0.6s ease forwards;
  }
  .js-fade_right:nth-child(1) {
    -webkit-animation-delay: 0;
            animation-delay: 0;
  }
  .js-fade_right:nth-child(2) {
    -webkit-animation-delay: 0.2s;
            animation-delay: 0.2s;
  }
  .js-fade_right:nth-child(3) {
    -webkit-animation-delay: 0.6s;
            animation-delay: 0.6s;
  }
  .js-fade_right:nth-child(4) {
    -webkit-animation-delay: 0.8s;
            animation-delay: 0.8s;
  }
}

@-webkit-keyframes fadeRightAnime {
  from {
    opacity: 0;
    -webkit-transform: translateX(200px);
            transform: translateX(200px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes fadeRightAnime {
  from {
    opacity: 0;
    -webkit-transform: translateX(200px);
            transform: translateX(200px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
/* 左から */
.js-fade_left {
  -webkit-animation: fadeLeftAnime 0.8s ease forwards;
          animation: fadeLeftAnime 0.8s ease forwards;
  opacity: 0;
  z-index: 9999;
}
.js-fade_left:nth-child(1) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.js-fade_left:nth-child(2) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.js-fade_left:nth-child(3) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.js-fade_left:nth-child(4) {
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s;
}
@media screen and (max-width: 767px) {
  .js-fade_left {
    -webkit-animation: fadeLeftAnime 0.6s ease forwards;
            animation: fadeLeftAnime 0.6s ease forwards;
  }
  .js-fade_left:nth-child(1) {
    -webkit-animation-delay: 0;
            animation-delay: 0;
  }
  .js-fade_left:nth-child(2) {
    -webkit-animation-delay: 0.2s;
            animation-delay: 0.2s;
  }
  .js-fade_left:nth-child(3) {
    -webkit-animation-delay: 0.6s;
            animation-delay: 0.6s;
  }
  .js-fade_left:nth-child(4) {
    -webkit-animation-delay: 0.8s;
            animation-delay: 0.8s;
  }
}

@-webkit-keyframes fadeLeftAnime {
  from {
    opacity: 0;
    -webkit-transform: translateX(-200px);
            transform: translateX(-200px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes fadeLeftAnime {
  from {
    opacity: 0;
    -webkit-transform: translateX(-200px);
            transform: translateX(-200px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}