@charset "UTF-8";
/* aspect */
/* ofi */
/*	flex
---------------------------------------------------*/

/* CSS Document */
/* ↓pcの場合のみ loop設定しているときのswiperの箇所のズレを修正 */
/*.works-list a {
    padding-bottom: 3rem !important;
 }
/*-----------　色設定　------------------------------------------------*/
:root {
  --main_c: #4db1d6;
  --sub_c: #395095;
  --point_c: #eddc42;
  --txt_c: #1c1c1c;
  --link_c: #4db1d6;
  --link_sub_bg: #e3f1fa;
}

/*----------------------------------------------
 top amimation用に
 ----------------------------------------------*/
/* fv__parts */
#move-01 {
  font-size: calc(2.4rem + 52 * (100vw - 320px) / 680);
  font-weight: 700;
  letter-spacing: 0;
}

#move-02 {
  padding-top: 24px;
  padding-top: 1.5rem;
  color: #395095;
  font-size: calc(1.2rem + 10 * (100vw - 320px) / 680);
  font-weight: 500;
}

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

.cl-r {
  color: #de4949;
  transition: ease-in 1s;
}

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

.first .l-cont {
  max-width: 1300px;
}

@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: 8rem;
  }
  #move-02 {
    font-size: 2.2rem;
  }
  .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-back {
    top: calc(50% - 11rem);
    width: 90%;
    margin: 0 auto;
  }
}

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

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

@media screen and (max-width: 375px) {
  /*====================================================================/
	/*------------------iPhone 以下----------------
	/====================================================================*/
  html {
    width: 100%;
  }
}

/*# sourceMappingURL=map/top-noanimation.css.map */
