@charset "utf-8";
/* ///////////// ABOUT ////////////// */
.about.contents {
  padding-bottom: 0;
}
.about .block > div p {
  margin: 1em 0;
}
.about .block.main > div {
  margin-bottom: 5em;
}

.about .block.main > div:last-of-type {
  margin-bottom: 0;
}
.about .block > div .img_cycle {
  margin-top: 2em;
}
.about .block > div .img_cycle img {
  width: 100%;
}
.about .block.datafile {
  background-color: var(--light-gray);
  padding: 60px 0;
}
.about .datafile h3 {
  color: var(--dark-gray);
}
.about .datafile h3 strong {
  font-family: Poppins,"游ゴシック体","游ゴシック",YuGothic,"Yu Gothic","Hiragino Kaku Gothic ProN","ヒラギノ角ゴ Pro W3","Hiragino Sans","メイリオ",sans-serif;
  font-size: 5rem;
  display: inline-block;
  padding-right: 0.25em;
}
.about .datafile h3 strong::first-letter {
  color: var(--red);
}
.about .datafile h3 span {
  font-size: 2rem;
}
.about .datafile ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 1em;
}
.about .datafile ul li img {
  width: 100%;
}
.about .datafile ul li:nth-of-type(n+1):nth-of-type(-n+2) {
  width: 48.7%;
}
.about .datafile ul li:nth-of-type(n+3):nth-of-type(-n+4) {
  width: 100%;
}
.about .datafile ul li:nth-of-type(n+5):nth-of-type(-n+7) {
  width: 31.6%;
}
@media screen and (max-width: 1152px) {
  .about .datafile h3 strong {
    font-size: clamp(35px, 6vw, 5rem);
    font-weight: normal;
  }
}
@media screen and (max-width: 767px) {
  .about .block.main > div {
    margin-bottom: 2em;
  }
  .about .block.datafile {
    padding: 2em 0;
  }
  .about .block.datafile > div {
    margin-bottom: 0;
  }
  .about .datafile h3 {
    display: flex;
    justify-content: center;
  }
  .about .datafile h3 strong {
    display: block;
    padding-right: 0;
    text-align: center;
  }
  .about .datafile h3 span {
    display: block;
    font-size: 1.8rem !important;
    line-height: 1;
    text-align: center;
  }
  .about .datafile ul {
    margin-top: 1em;
    row-gap: 0.5em;
  }
}