.about_more, .about_grid .item_name, .about_grid {
  display: flex !important;
}

.about_more {
  flex-direction: column !important;
}

@media only screen and (min-width: 768px) {
  .about_more {
    flex-direction: row !important;
  }
}
.about_grid .item_name {
  font-size: 1.6rem;
}
@media only screen and (min-width: 768px) {
  .about_grid .item_name {
    font-size: 2.2rem;
  }
}

.about_grid .item_name {
  font-weight: 700;
}

.about_grid .item_name {
  letter-spacing: 0.03em;
}

.about {
  position: relative;
  margin-top: 34px;
}
.about_grid {
  flex-wrap: wrap;
  gap: 20px;
  padding-bottom: 100px;
}
@media only screen and (min-width: 768px) {
  .about_grid {
    gap: 46px 40px;
    padding-bottom: 150px;
  }
}
.about_grid .item {
  width: 100%;
  width: clamp(50% - 10px, (640px - 100vw) * 1000, 100%);
}
@media only screen and (min-width: 768px) {
  .about_grid .item {
    width: calc(50% - 20px);
  }
}
@media only screen and (min-width: 768px) {
  .about_grid .item_link_block:hover .item_figure img {
    transform: scale(1.05);
  }
}
.about_grid .item_box {
  background-color: #fff;
  box-shadow: 0 0 6px 0 rgba(70, 70, 70, 0.16);
}
.about_grid .item_name {
  align-items: center;
  line-height: 1.5;
  color: #00780e;
  padding: 10px;
}
@media only screen and (min-width: 768px) {
  .about_grid .item_name {
    min-height: 90px;
    padding: 22px 20px 22px 25px;
    justify-content: space-between;
  }
}
.about_grid .item_name_txt {
  width: calc(100% - 50px);
}
@media only screen and (min-width: 768px) {
  .about_grid .item_name_txt {
    width: calc(100% - 60px);
  }
}
.about_grid .item_figure {
  overflow: hidden;
  aspect-ratio: 1.7777777778;
}
.about_grid .item_figure img {
  transform: scale(1.001);
  transition: transform 300ms ease-out;
}
.about_more {
  width: 295px;
  max-width: 100%;
  gap: 20px 40px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 768px) {
  .about_more {
    width: 630px;
    align-items: flex-end;
    margin-top: 48px;
  }
}
.about_more .item {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .about_more .item {
    width: 100%;
  }
}
.about_more .btn {
  width: 100%;
}

/*# sourceMappingURL=about.css.map */
