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

/*----------------------------------------------
 top amimation用に
 ----------------------------------------------*/
/* fv__parts */
#move-01 {
  font-weight: 600;
  font-size: calc(1.6rem + 4.11765vw - 13.17647px);
  letter-spacing: 0;
}

#move-02 {
  font-weight: 600;
  font-size: calc(1.6rem + 4.11765vw - 13.17647px);
}

.move-wrap {
  display: inline-block;
  position: relative;
  width: 96%;
  max-width: 860px;
  padding: 2em 4%;
  border: 3px solid #002846;
  background: rgba(205, 228, 245, .7);
}

.move-back {
  position: absolute;
  right: 0;
  left: 0;
  color: #0961a4;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
}

.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 {
    font-size: 6rem;
  }
  #move-02 {
    font-size: 6rem;
  }
  .move-wrap {
    padding: 2em 20px;
  }
  .move-back {
    top: calc(50% - 13rem);
  }
}

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

@media screen and (max-width: 1256px) {
  /*====================================================================/
  	/*------------------PC以下---------
  	/====================================================================*/
  html {
    width: 100%;
  }
  .move-wrap {
    width: 76%;
    padding: 1.5em 2%;
  }
  .move-back {
    top: calc(50% - 11rem);
  }
}

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

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

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