@charset "UTF-8";
/*	flex
---------------------------------------------------*/
/* aspect */
/* ofi */
/* CSS Document */
/* ↓pcの場合のみ loop設定しているときのswiperの箇所のズレを修正 */
/*.works-list a {
    padding-bottom: 3rem !important;
 }
/*-----------　色設定　------------------------------------------------*/

/*----------------------------------------------
 top amimation用に
 ----------------------------------------------*/
/* fv__parts */
#move-01,
#move-02 {
  font-weight: 700;
  font-size: calc(1.2rem + 2.94118vw - 9.41176px);
  letter-spacing: 0.1em;
}

#move-01 {
  margin-bottom: 0.2em;
}

.move-01--01 {
  position: relative;
  font-size: calc(1.4rem + 3.52941vw - 11.29412px);
}
.move-01--01::before {
  z-index: -1;
  position: absolute;
  bottom: 0.1em;
  left: -0.1em;
  width: 100%;
  height: 40%;
  background: #64c293;
  content: "";
}

.move-02--01 {
  position: relative;
  font-size: calc(1.4rem + 3.52941vw - 11.29412px);
}
.move-02--01::before {
  z-index: -1;
  position: absolute;
  bottom: 0.1em;
  left: -0.1em;
  width: 100%;
  height: 40%;
  background: #64c293;
  content: "";
}

.move-back {
  position: absolute;
  right: 0;
  left: 0;
  color: #fff;
  font-family: "Noto Sans JP", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  text-align: center;
}
.move-back__inner {
  position: relative;
  width: 90%;
  max-width: 1300px;
  margin-right: auto;
  margin-left: auto;
  padding: clamp(48px, 5vw, 80px) clamp(5%, 8vw, 5%);
  padding: clamp(3rem, 5vw, 5rem) clamp(5%, 8vw, 5%);
  background: rgba(54, 133, 61, .6);
}

.scrolldown {
  font-weight: 400;
  font-family: "Oswald", sans-serif !important;
}

@media print, screen and (min-width: 376px) {
  /*====================================================================/
  	/*------------------iPhone 以上----------------
  	/====================================================================*/
  html {
    width: 100%;
  }
}

@media print, screen and (min-width: 561px) {
  html {
    width: 100%;
  } /*====================================================================/
	/*------------------タブレットスタイル----------------
	/====================================================================*/
}

@media print, screen and (min-width: 977px) {
  /*====================================================================/
  	/*-------------------小さいPCスタイル----------------
  	/====================================================================*/
  html {
    width: 100%;
  }
}

@media print, screen and (min-width: 1257px) {
  /*====================================================================/
  	/*-------------------PCスタイル-------------------
  	/====================================================================*/
  html {
    width: 100%;
  }
  #move-01,
  #move-02 {
    font-size: 3.6rem;
  }
  .move-01--01 {
    font-size: 4.8rem;
  }
  .move-02--01 {
    font-size: 4.8rem;
  }
  .move-back {
    top: calc(50% - 16rem);
  }
}

@media print, screen and (min-width: 1920px) {
  /*====================================================================/
  	/*-------------------full PCスタイル-------------------
  	/====================================================================*/
  html {
    width: 100%;
  }
}

@media screen and (max-width: 1256px) {
  /*====================================================================/
  	/*------------------PC以下---------
  	/====================================================================*/
  html {
    width: 100%;
  }
  .move-back {
    top: calc(50% - 13rem);
  }
  .move-back__inner {
    width: 95%;
  }
}

@media screen and (max-width: 976px) {
  /*====================================================================/
  	/*------------------スマホタブレット共通スタイル---------
  	/====================================================================*/
  html {
    width: 100%;
  }
}

@media screen and (max-width: 560px) {
  /*====================================================================/
  	/*------------------スマホのみスタイル----------------
  	/====================================================================*/
  html {
    width: 100%;
  }
  .move-back {
    top: calc(50% - 8rem);
  }
  .move-back__inner {
    width: 96%;
  }
}

@media screen and (max-width: 375px) {
  /*====================================================================/
  	/*------------------iPhone 以下----------------
  	/====================================================================*/
  html {
    width: 100%;
  }
}
/*# sourceMappingURL=map/top-noanimation.css.map */
