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

/*----------------------------------------------
 top amimation用に
 ----------------------------------------------*/
/* fv__parts */
#move-01 {
  padding-bottom: 8px;
  padding-bottom: 0.5rem;
  font-weight: 700;
  font-size: calc(1.8rem + 2.94118vw - 9.41176px);
  font-family: 'Noto Sans JP', sans-serif;
  letter-spacing: 0.8px;
  letter-spacing: 0.05rem;
}

#move-02 {
  font-weight: 700;
  font-size: calc(2rem + 4.41176vw - 14.11765px);
  font-family: 'Noto Sans JP', sans-serif;
  letter-spacing: 0.05em;
}

.move-wrap {
  -webkit-transition: all 1s;
  display: inline-block;
  position: relative;
  padding: 2em 4%;
  border: 2px solid #140fa2;
  background: rgba(255, 255, 255, .7294117647);
  transition: all 1s;
}

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

.scrolldown {
  font-weight: 400;
}

@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: 4.5rem;
  }
  #move-02 {
    font-size: 6.5rem;
  }
  .move-wrap {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 2.8em 7rem 2.8em 6.8rem;
  }
  .move-back {
    top: calc(50% - 17rem);
    left: 1rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

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

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

@media screen and (max-width: 976px) {
  /*====================================================================/
  	/*------------------スマホタブレット共通スタイル---------
  	/====================================================================*/
  html {
    width: 100%;
  }
  .move-wrap {
    padding: 1.8em 4rem 1.8em 3.8rem;
  }
}

@media screen and (max-width: 560px) {
  /*====================================================================/
  	/*------------------スマホのみスタイル----------------
  	/====================================================================*/
  html {
    width: 100%;
  }
  .move-wrap {
    padding: 1.3em 2.5rem 1.5em 2.5rem;
  }
  .move-back {
    top: calc(50% - 11rem);
    left: 0;
    text-align: center;
  }
}

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