@media screen and (min-width: 1024px) {
  .commitment .nekashi-nobashi .column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.commitment .nekashi-nobashi .column .img {
  overflow: hidden;
  border-radius: 10px;
}
@media screen and (min-width: 1024px) {
  .commitment .nekashi-nobashi .column .img {
    width: 40%;
    max-width: 580px;
  }
}
.commitment .nekashi-nobashi .column .contents {
  margin-top: 25px;
}
@media screen and (min-width: 1024px) {
  .commitment .nekashi-nobashi .column .contents {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-top: 0;
    margin-left: 40px;
  }
}
@media screen and (min-width: 1024px) {
  .commitment .commitment_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.commitment .commitment_list .item {
  margin-top: 40px;
}
@media screen and (min-width: 1024px) {
  .commitment .commitment_list .item {
    margin-top: 0;
    width: calc(33.3% - 26.6px);
    margin-right: 40px;
  }
}
.commitment .commitment_list .item:first-child {
  margin-top: 0;
}
@media screen and (min-width: 1024px) {
  .commitment .commitment_list .item:nth-child(3n) {
    margin-right: 0;
  }
}
.commitment .commitment_list .item .h {
  text-align: center;
  font-size: clamp(1rem, 0.9rem + 0.5vw, 1.5rem);
}
.commitment .commitment_list .item .img {
  margin: 25px 0 20px;
  overflow: hidden;
  border-radius: 10px;
}
.commitment .commitment_list .item .desc {
  line-height: 1.6em;
}