@charset "UTF-8";
/* 250331追加 */
main section.about .inner .list03 li.fadeIn_right {
  flex-direction: column;
  width: 100%;
  gap: 60px;
  justify-content: space-evenly;
}
main section.about .inner .list03 li.fadeIn_right .txt {
  max-width: 100%;
}
main section.about .inner .list03 li.fadeIn_right .txt p {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: end;
  gap: 1em;
}

main .solution ol li .btm h3 {
  font-size: 30px;
}

main .contact-form {
  background: #f2f2f4;
}

/* 250422追加 */
main .about .inner .list02 li .flex-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #bdbdbd;
  height: 160px;
  padding-bottom: 1em;
  margin-bottom: 1em;
  gap: 1em;
}
main .about .inner .list02 li .txt h4 {
  border-bottom: none;
  padding: 0;
  margin: 0;
}