@charset "UTF-8";
/* ------------------------------------------
 *  _color.scss
 *  色変数設定
 * ------------------------------------------ */
/* ------------------------------------------
 *  _breakpoint.scss
 *  ブレークポイント設定
 * ------------------------------------------ */
/* ------------------------------------------
 *  _z-index.scss
 *  z-index設定
 * ------------------------------------------ */
/* ------------------------------------------
 *  _func.scss
 *  関数設定
 * ------------------------------------------ */
/**********************************************************/
/**********************************************************/
/* ------------------------------------------
 *  _hover.scss
 *  mixin - ホバー定義
 * ------------------------------------------ */
/**********************************************************/
/**********************************************************/
/**********************************************************/
/**********************************************************/
/**********************************************************/
/**********************************************************/
/**********************************************************/
/**********************************************************/
/**********************************************************/
/**********************************************************/
/* ------------------------------------------
 *  _set.scss
 *  mixin - CSS簡易設定定義
 * ------------------------------------------ */
/* flexセット */
/* ------------------------------------------ */
/* inline-flexセット */
/* ------------------------------------------ */
/* gridセット */
/* ------------------------------------------ */
/* background-imageセット */
/* ------------------------------------------ */
/* 疑似クラスセット */
/* ------------------------------------------ */
/* position:absoluteセット */
/* ------------------------------------------ */
/* ------------------------------------------
*  _parts.scss
 *  mixin - パーツ定義
 * ------------------------------------------ */
/* 三角右矢印 */
/* ------------------------------------------ */
/* 丸ボーダー */
/* ------------------------------------------ */
/* ------------------------------------------
 *  実績
 * ------------------------------------------ */
.achievements > .c-pageList {
  padding-bottom: 0;
}

/* ------------------------------------------
*  登録・保管 - 実績
* ------------------------------------------ */
.registration__images {
  margin: auto;
  text-align: center;
}
.registration__graph--pie {
  height: 50rem;
}
@media screen and (max-width: 767.9px) {
  .registration__graph--pie {
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
  }
}
.registration__graph--bar {
  width: 100%;
  height: auto;
  aspect-ratio: 2/1;
}
@media screen and (max-width: 767.9px) {
  .registration__graph--bar {
    aspect-ratio: 3/2;
  }
}
.registration__piedata__list {
  max-width: 50rem;
  width: 100%;
  margin: 3rem auto 0;
}
.registration__piedata__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 2rem;
}
.registration__piedata__item:not(:last-child) {
  margin-bottom: 1rem;
}
.registration__piedata__block {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 1rem;
}
.registration__piedata__block__box {
  width: 4rem;
  height: 2rem;
  display: inline-block;
}
.registration__piedata__block__label {
  font-size: clamp(calc(12 / 10 * 1rem), calc(calc((14 - 1200 * calc((14 - 12) / (1200 - 375))) / 10) * 1rem) + calc(100 * calc((14 - 12) / (1200 - 375)) * 1vw), calc(14 / 10 * 1rem));
}
.registration__piedata__dataset {
  font-size: clamp(calc(12 / 10 * 1rem), calc(calc((14 - 1200 * calc((14 - 12) / (1200 - 375))) / 10) * 1rem) + calc(100 * calc((14 - 12) / (1200 - 375)) * 1vw), calc(14 / 10 * 1rem));
}
.registration__bardata__list {
  max-width: 70rem;
  width: 100%;
  margin: 3rem auto 0;
  display: grid;
  grid-template-columns: auto auto;
  justify-content: space-around;
  gap: 2rem 3rem;
}
@media screen and (max-width: 767.9px) {
  .registration__bardata__list {
    grid-template-columns: auto;
    gap: 1rem 3rem;
  }
}
.registration__bardata__title {
  font-size: clamp(calc(12 / 10 * 1rem), calc(calc((14 - 1200 * calc((14 - 12) / (1200 - 375))) / 10) * 1rem) + calc(100 * calc((14 - 12) / (1200 - 375)) * 1vw), calc(14 / 10 * 1rem));
}
.registration__bardata__item {
  display: grid;
  grid-template-columns: 5em auto;
  grid-template-rows: auto;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 2rem;
}
.registration__bardata__contents {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 0.25rem 0;
}
.registration__bardata__block {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 1rem;
}
.registration__bardata__block__box {
  width: 4rem;
  height: 2rem;
  display: inline-block;
}
.registration__bardata__block__label {
  font-size: clamp(calc(12 / 10 * 1rem), calc(calc((14 - 1200 * calc((14 - 12) / (1200 - 375))) / 10) * 1rem) + calc(100 * calc((14 - 12) / (1200 - 375)) * 1vw), calc(14 / 10 * 1rem));
}
.registration__bardata__dataset {
  font-size: clamp(calc(12 / 10 * 1rem), calc(calc((14 - 1200 * calc((14 - 12) / (1200 - 375))) / 10) * 1rem) + calc(100 * calc((14 - 12) / (1200 - 375)) * 1vw), calc(14 / 10 * 1rem));
}

/* ------------------------------------------
*  登録・保管 - 実績
* ------------------------------------------ */
.utilization__data__block:not(:first-child) {
  margin-top: 3rem;
}
