@charset "UTF-8";
/* Scss Document */
/* Scss Document */
.number {
  margin: 0;
  padding: 0; }
  .number__list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap; }
  .number__item {
    width: calc((100% - 20px)/3);
    margin: 0 10px 10px 0;
    padding: 0;
    border: 1px solid #231815;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .number__item:nth-of-type(3n) {
      margin: 0 0 10px; }
    .number__item:nth-of-type(1) .number__dl--data div, .number__item:nth-of-type(2) .number__dl--data div, .number__item:nth-of-type(3) .number__dl--data div, .number__item:nth-of-type(4) .number__dl--data div, .number__item:nth-of-type(6) .number__dl--data div, .number__item:nth-of-type(8) .number__dl--data div, .number__item:nth-of-type(9) .number__dl--data div, .number__item:nth-of-type(10) .number__dl--data div, .number__item:nth-of-type(11) .number__dl--data div, .number__item:nth-of-type(12) .number__dl--data div, .number__item:nth-of-type(13) .number__dl--data div {
      margin: 0;
      padding: 0;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      flex-direction: column;
      align-items: center; }
      .number__item:nth-of-type(1) .number__dl--data div p, .number__item:nth-of-type(2) .number__dl--data div p, .number__item:nth-of-type(3) .number__dl--data div p, .number__item:nth-of-type(4) .number__dl--data div p, .number__item:nth-of-type(6) .number__dl--data div p, .number__item:nth-of-type(8) .number__dl--data div p, .number__item:nth-of-type(9) .number__dl--data div p, .number__item:nth-of-type(10) .number__dl--data div p, .number__item:nth-of-type(11) .number__dl--data div p, .number__item:nth-of-type(12) .number__dl--data div p, .number__item:nth-of-type(13) .number__dl--data div p {
        margin: 35px 0 0;
        font-size: 1.875rem;
        font-weight: 700;
        line-height: 1.0; }
        .number__item:nth-of-type(1) .number__dl--data div p span, .number__item:nth-of-type(2) .number__dl--data div p span, .number__item:nth-of-type(3) .number__dl--data div p span, .number__item:nth-of-type(4) .number__dl--data div p span, .number__item:nth-of-type(6) .number__dl--data div p span, .number__item:nth-of-type(8) .number__dl--data div p span, .number__item:nth-of-type(9) .number__dl--data div p span, .number__item:nth-of-type(10) .number__dl--data div p span, .number__item:nth-of-type(11) .number__dl--data div p span, .number__item:nth-of-type(12) .number__dl--data div p span, .number__item:nth-of-type(13) .number__dl--data div p span {
          font-size: 5rem;
          font-family: "Reddit Sans", serif; }
    .number__item:nth-of-type(5) .number__dl--data div, .number__item:nth-of-type(7) .number__dl--data div {
      margin: 0;
      padding: 0;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      align-items: center;
      justify-content: center; }
      .number__item:nth-of-type(5) .number__dl--data div img, .number__item:nth-of-type(7) .number__dl--data div img {
        margin: 0 40px 0 0; }
      .number__item:nth-of-type(5) .number__dl--data div ol, .number__item:nth-of-type(7) .number__dl--data div ol {
        margin: 0;
        padding: 0;
        list-style: none; }
        .number__item:nth-of-type(5) .number__dl--data div ol li, .number__item:nth-of-type(7) .number__dl--data div ol li {
          margin: 0 0 10px;
          padding: 0;
          line-height: 1.0; }
          .number__item:nth-of-type(5) .number__dl--data div ol li:last-of-type, .number__item:nth-of-type(7) .number__dl--data div ol li:last-of-type {
            margin: 0; }
          .number__item:nth-of-type(5) .number__dl--data div ol li span:first-of-type em, .number__item:nth-of-type(7) .number__dl--data div ol li span:first-of-type em {
            font-family: "Reddit Sans", serif;
            font-style: normal;
            font-weight: 700; }
          .number__item:nth-of-type(5) .number__dl--data div ol li span:last-of-type, .number__item:nth-of-type(7) .number__dl--data div ol li span:last-of-type {
            margin: 0 0 0 10px;
            padding: 0 0 0 40px;
            font-weight: 700;
            position: relative; }
            .number__item:nth-of-type(5) .number__dl--data div ol li span:last-of-type em, .number__item:nth-of-type(7) .number__dl--data div ol li span:last-of-type em {
              font-size: 1.875rem;
              font-family: "Reddit Sans", serif;
              font-style: normal; }
            .number__item:nth-of-type(5) .number__dl--data div ol li span:last-of-type::before, .number__item:nth-of-type(7) .number__dl--data div ol li span:last-of-type::before {
              content: '';
              width: 30px;
              height: 1px;
              position: absolute;
              top: 12px;
              left: 0;
              background-color: #CCC; }
  .number__dl {
    height: 100%;
    margin: 0;
    padding: 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column; }
    .number__dl--title {
      min-height: 40px;
      margin: 0;
      padding: 0;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #FFF;
      line-height: 1.0;
      background-color: #90c31f; }
    .number__dl--data {
      margin: 0;
      padding: 40px 40px 80px;
      position: relative;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      flex-direction: column;
      align-items: center;
      flex-grow: 1; }
      .number__dl--data .notes {
        width: 100%;
        padding: 5px 10px;
        font-size: 0.875rem;
        line-height: 1.5;
        text-align: right;
        position: absolute;
        bottom: 0;
        left: 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box; }

@media (max-width: 1200px) {
  .number__item {
    width: calc((100% - 10px)/2); }
    .number__item:nth-of-type(3n) {
      margin: 0 10px 10px 0; }
    .number__item:nth-of-type(2n) {
      margin: 0 0 10px; } }
@media (max-width: 800px) {
  .number__item:nth-of-type(1) .number__dl--data div p span, .number__item:nth-of-type(2) .number__dl--data div p span, .number__item:nth-of-type(3) .number__dl--data div p span, .number__item:nth-of-type(4) .number__dl--data div p span, .number__item:nth-of-type(6) .number__dl--data div p span, .number__item:nth-of-type(8) .number__dl--data div p span, .number__item:nth-of-type(9) .number__dl--data div p span, .number__item:nth-of-type(10) .number__dl--data div p span, .number__item:nth-of-type(11) .number__dl--data div p span, .number__item:nth-of-type(12) .number__dl--data div p span, .number__item:nth-of-type(13) .number__dl--data div p span {
    font-size: 3.125rem; }
  .number__item:nth-of-type(5) .number__dl--data div, .number__item:nth-of-type(7) .number__dl--data div {
    flex-direction: column; }
    .number__item:nth-of-type(5) .number__dl--data div img, .number__item:nth-of-type(7) .number__dl--data div img {
      margin: 0 0 20px; }
  .number__dl--data {
    padding: 20px 20px 80px; } }
@media (max-width: 600px) {
  .number__item {
    width: 100%;
    margin: 0 0 10px; }
    .number__item:nth-of-type(3n) {
      margin: 0 0 10px; } }
.effort {
  margin: 100px 0 0;
  padding: 30px;
  border: 10px solid #f3f3f3; }
  .effort__title {
    margin: 0 0 20px;
    padding: 0 0 0 20px;
    font-size: 1.5rem;
    font-weight: 700;
    position: relative; }
    .effort__title::before {
      content: '';
      border-top: 12px solid #231815;
      border-right: 8px solid transparent;
      border-bottom: 12px solid transparent;
      border-left: 8px solid transparent;
      position: absolute;
      top: 20px;
      left: 0; }
  .effort__data {
    margin: 0;
    padding: 0; }
  .effort__list {
    margin: 0;
    padding: 0;
    list-style: none; }
  .effort__item {
    margin: 0 0 15px;
    padding: 0; }
    .effort__item:last-of-type {
      margin: 0; }
    .effort__item span:first-of-type {
      margin: 0 0 5px;
      font-size: 1.25rem;
      font-family: "Noto Serif JP", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "Meiryo UI", "メイリオ", "Meiryo", "ＭＳ Ｐ明朝", "MS PMincho", serif;
      line-height: 1.0;
      display: inline-block;
      background-color: #ccecfb; }
    .effort__item span:last-of-type {
      width: 100%;
      display: block;
      position: relative; }
      .effort__item span:last-of-type::before {
        content: '... '; }

@media (max-width: 600px) {
  .effort {
    padding: 30px 20px; } }
