.img img {
  display: block;
  max-width: 100%;
  height: auto;
}

.about {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 32px;
}
@media screen and (max-width: 767px) {
  .about {
    display: flex;
    flex-direction: column;
    gap: 40px;
  }
}
.about + * {
  margin-top: 64px;
}
.about li {
  border-bottom: 1px solid #01ABE6;
  padding-bottom: 11px;
}
@media screen and (max-width: 767px) {
  .about li {
    border-bottom: none;
    padding-bottom: 0;
  }
}
.about li h4.list-ttl {
  background: #01ABE6;
  color: #FFF;
  font-size: 18px;
  width: 100%;
  height: 40px;
  display: flex;
  align-items: center;
  padding: 0 16px;
  margin: 0;
  font-weight: 700;
}
.about li p {
  font-size: 14px;
  line-height: 1.75;
  margin-top: 12px;
}
.about li:nth-of-type(2) {
  border-bottom: 1px solid #005BAB;
}
@media screen and (max-width: 767px) {
  .about li:nth-of-type(2) {
    border-bottom: none;
  }
}
.about li:nth-of-type(2) h4.list-ttl {
  background: #005BAB;
}
.about li:nth-of-type(3) {
  border-bottom: 1px solid #F29700;
}
@media screen and (max-width: 767px) {
  .about li:nth-of-type(3) {
    border-bottom: none;
  }
}
.about li:nth-of-type(3) h4.list-ttl {
  background: #F29700;
}

p.val_block {
  display: flex;
  align-items: flex-end;
  gap: 5px;
}
p.val_block .val {
  font-size: 72px;
  font-weight: 500;
  color: #00a9e0;
  line-height: 1;
  display: block;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  p.val_block .val {
    font-size: 72px;
  }
}
p.val_block .unit {
  font-size: 32px;
  line-height: 1;
  display: block;
  width: fit-content;
  font-weight: 700;
  translate: 0 -6px;
}
@media screen and (max-width: 767px) {
  p.val_block .unit {
    font-size: 28px;
  }
}

.history-block {
  display: grid;
}
@media screen and (max-width: 767px) {
  .history-block {
    grid-template-rows: 40px auto 1fr;
    position: relative;
  }
}
.history-block .text-area {
  grid-column: 1/2;
  grid-row: 1/2;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .history-block .text-area {
    display: contents;
  }
}
@media screen and (max-width: 767px) {
  .history-block .text-area .contents-title {
    grid-column: 1/2;
    grid-row: 1/2;
    translate: 0 40px;
  }
}
@media screen and (max-width: 767px) {
  .history-block .text-area p.val_block {
    grid-column: 1/2;
    grid-row: 2/3;
    align-items: center;
    font-size: 64px;
  }
}
@media screen and (max-width: 767px) {
  .history-block .text-area p.val_block .unit {
    translate: 0 16px;
  }
}
.history-block .text-area p.val_block + .in-text-area {
  margin-top: 32px;
}
@media screen and (max-width: 767px) {
  .history-block .text-area p.val_block + .in-text-area {
    margin-top: 12px;
  }
}
@media screen and (max-width: 767px) {
  .history-block .text-area p br {
    display: none;
  }
}
.history-block .text-area p + p {
  margin-top: 12px;
}
@media screen and (max-width: 767px) {
  .history-block .text-area .in-text-area {
    grid-column: 1/2;
    grid-row: 3/4;
  }
}
.history-block .text-area .link-list {
  margin-top: 64px;
  max-width: 50%;
}
@media screen and (max-width: 767px) {
  .history-block .text-area .link-list {
    max-width: 100%;
    margin-top: 40px;
  }
}
.history-block .img-area {
  grid-column: 1/2;
  grid-row: 1/2;
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .history-block .img-area {
    grid-column: 1/2;
    grid-row: 1/3;
  }
}
.history-block .img-area .img {
  width: 61%;
  display: block;
  translate: 0 8px;
}

.by-the-numbers {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px 16px;
}
@media screen and (max-width: 767px) {
  .by-the-numbers {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
}
.by-the-numbers .is-item .img {
  display: flex;
  justify-content: center;
  margin-top: 32px;
}
.by-the-numbers .is-item .val_block {
  justify-content: center;
  margin-top: 24px;
}
.by-the-numbers .is-item .item-caption {
  font-weight: 700;
  text-align: center;
  margin-top: 12px;
}
.by-the-numbers .is-item:nth-of-type(1) .img img {
  max-width: 141px;
}
.by-the-numbers .is-item:nth-of-type(2) .img img {
  max-width: 108px;
}
.by-the-numbers .is-item:nth-of-type(3) .img img {
  max-width: 145px;
}
.by-the-numbers .is-item:nth-of-type(4) .img img {
  max-width: 146px;
}
.by-the-numbers + * {
  margin-top: 40px;
}

.is-item {
  background: #F9F9F9;
  padding: 24px;
}
@media screen and (max-width: 767px) {
  .is-item {
    padding-bottom: 32px;
  }
}
.is-item:has(.mulc) {
  margin-top: 40px;
}
.is-item:has(.mulc) + * {
  margin-top: 64px;
}
.is-item .mulc {
  mix-blend-mode: multiply;
}
.is-item .numbers-title {
  font-size: 18px;
  font-weight: 700;
}

.hgroup:has(.add-text) {
  display: flex;
  justify-content: space-between;
}
.hgroup .add-text {
  translate: 0 6px;
  color: #666;
}
.hgroup .add-text .icon {
  color: #666;
}

.add-text {
  font-size: 14px;
  position: relative;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  .add-text {
    font-size: 12px;
  }
}
.add-text:has(.icon) {
  padding-left: 14px;
}
.add-text .icon {
  position: absolute;
  top: 0;
  left: 0;
  line-height: 1.75;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .add-text .icon {
    font-size: 12px;
  }
}

.link-list {
  display: flex;
  gap: 18px;
}
@media screen and (max-width: 767px) {
  .link-list {
    flex-direction: column;
  }
}
.link-list .item {
  width: 100%;
}
.link-list .item .btn {
  font-size: 16px;
  font-weight: 700;
  color: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 36px;
  padding-bottom: 1px;
}


