.about {
  position: relative;
  margin: 0 0 96px;
}
.about .title02 {
  margin: 0 0 48px;
  text-align: center;
  font-size: 28px;
}
.about .title02 em {
  font-style: normal;
  color: #E68011;
}
.about .text {
  margin: 0 0 96px;
}
.about .list {
  padding: 0 0 96px;
  border-bottom: solid 1px #9C9791;
}
.about .list .item + .item {
  margin: 20px 0 0;
}
@media screen and (min-width: 768px) {
  .about {
    margin: 0 0 144px;
  }
  .about .title02 {
    text-align: left;
  }
  .about .text {
    margin: 0 0 144px;
  }
  .about .list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0 32px;
    padding: 0 0 144px;
  }
  .about .list .item + .item {
    margin: 0;
  }
}

.kinds {
  margin: 0 0 96px;
}
.kinds .list .item + .item {
  margin: 96px 0 0;
}
.kinds .list .item .img {
  margin: 0 0 32px;
  padding: 0 0 0 15px;
}
.kinds .list .item .title01 {
  margin: 0 0 24px;
  font-size: 24px;
  color: #E68011;
  font-weight: 500;
}
.kinds .list .item .text {
  margin: 0 0 24px;
}
.kinds .list .item .text em {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
}
.kinds .list .item .btn {
  margin: 32px 0 0;
}
.kinds .list .item .btn a {
  padding: 19px 28px;
}
@media screen and (min-width: 768px) {
  .kinds {
    margin: 0 0 168px;
  }
  .kinds .list .item {
    display: flex;
    align-items: center;
    gap: 0 32px;
  }
  .kinds .list .item + .item {
    margin: 176px 0 0;
  }
  .kinds .list .item:nth-child(2n) {
    flex-direction: row-reverse;
  }
  .kinds .list .item:nth-child(2n) .inner {
    padding: 0 0 0 48px;
  }
  .kinds .list .item .img {
    width: 50%;
    padding: 0;
  }
  .kinds .list .item .inner {
    width: 50%;
    padding: 0 48px 0 0;
  }
  .kinds .list .item .inner .title01 {
    font-size: 44px;
  }
  .kinds .list .item .inner .text em {
    font-size: 20px;
  }
  .kinds .list .item .inner .btn a {
    margin: 0 0 0 auto;
  }
}

.achievement {
  padding: 96px 0;
  background: #EFE8DA;
}
.achievement .title01 {
  margin: 0 0 24px;
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  color: #555;
}
.achievement .text {
  margin: 0 0 48px;
}
.achievement .list .item + .item {
  margin: 16px 0 0;
}
.achievement .list .item .desc {
  padding: 20px 10px 26px;
  background: #fff;
}
.achievement .list .item .desc .title02 {
  margin: 0 0 24px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
}
.achievement .list .item .desc dl {
  display: flex;
  align-items: center;
  gap: 0 16px;
}
.achievement .list .item .desc dl + dl {
  margin: 10px 0 0;
}
.achievement .list .item .desc dl dt {
  display: inline-block;
  width: 108px;
  padding: 3px 0;
  background-color: #E68011;
  border-radius: 40px;
  line-height: 1;
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  text-align: center;
}
.achievement .list .item .desc dl dd {
  width: calc(100% - 108px);
  font-size: 14px;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .achievement {
    padding: 148px 0;
  }
  .achievement .title01 {
    margin: 0 0 20px;
    font-size: 44px;
  }
  .achievement .text {
    margin: 0 0 64px;
  }
  .achievement .list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 72px 80px;
  }
  .achievement .list .item + .item {
    margin: 0;
  }
  .achievement .list .item:not(:nth-child(3n)) {
    position: relative;
  }
  .achievement .list .item:not(:nth-child(3n)):before {
    content: "";
    position: absolute;
    right: -40px;
    top: 0;
    width: 1px;
    height: 100%;
    background: #9C9791;
  }
  .achievement .list .item .img {
    margin: 0 0 20px;
  }
  .achievement .list .item .desc {
    padding: 0;
    background: none;
  }
  .achievement .list .item .desc .title02 {
    font-size: 16px;
    line-height: 1.25;
  }
}/*# sourceMappingURL=reform.css.map */