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

/* CSS Document */
/*-----------　色設定　------------------------------------------------*/
:root {
  --main_c: #4358A3;
  --sub_c: #5e9de0;
  --point_c: #eddc42;
  --txt_c: #1c1c1c;
  --link_c: #4358A3;
  --link_sub_bg: #e3f1fa;
}

/* ↓pcの場合のみ loop設定しているときのswiperの箇所のズレを修正 */
/*.works-list a {
    padding-bottom: 3rem !important;
 }

/*----------------------------------------------
 top amimation用に
 ----------------------------------------------*/
/* fv__parts */
#move-01 {
  position: relative;
  margin-bottom: 16px;
  margin-bottom: 1rem;
  padding-bottom: 0.05em;
  font-size: calc(2rem + 30 * (100vw - 320px) / 680);
  font-weight: 700;
  text-align: left;
}

.copy_bl {
  -ms-flex-align: center;
  display: flex;
      align-items: center;
  margin-bottom: 48px;
  margin-bottom: 3rem;
}

.copy_bl figure {
  margin-right: 48px;
  margin-right: 3rem;
}

.copy_bl figure img {
  width: 200px;
}

.move-back {
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 32px;
  margin: 0 2rem;
  color: #4358A3;
  font-family: "Noto Sans JP", sans-serif;
  text-align: start;
}

.scrolldown {
  font-family: "Oswald", sans-serif !important;
  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: 7rem;
  }
  .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%;
  }
  .copy_bl figure img {
    width: 120px;
  }
  .move-back {
    top: calc(50% - 11rem);
  }
}

@media screen and (max-width: 976px) {
  /*====================================================================/
	/*------------------スマホタブレット共通スタイル---------
	/====================================================================*/
  html {
    width: 100%;
  }
  .copy_bl figure img {
    width: 100px;
  }
  .move-back {
    top: calc(50% - 7rem);
  }
}

@media screen and (max-width: 560px) {
  /*====================================================================/
	/*------------------スマホのみスタイル----------------
	/====================================================================*/
  html {
    width: 100%;
  }
  .copy_bl figure {
    margin-right: 1rem;
  }
  .copy_bl figure img {
    width: 60px;
  }
}

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

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