@charset "UTF-8";
.whywe-page {
  padding-top: 8rem;
  background-color: #f5f7f9;
}
.whywe-page__content {
  margin-left: 5%;
  padding-bottom: 10rem;
}
.whywe-page-list {
  margin-top: 4rem;
}
.whywe-page-list__item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  scroll-behavior: smooth;
  scroll-margin-top: 100px;
}
.whywe-page-list__item:not(:last-of-type) {
  margin-bottom: 10rem;
}
.whywe-page-list__item .title--mobile {
  display: none;
  width: 0;
  height: 0;
}
.whywe-page-list-info {
  width: 50%;
  padding: 4rem 2.2rem 2rem 0;
}
.whywe-page-list-info .text {
  position: relative;
  text-align: left;
  padding-left: 1rem;
}
.whywe-page-list-info .text::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #80bb2e;
}
.whywe-page-list-info .button {
  padding: 0.9rem 1rem;
  width: auto;
  margin-top: 2rem;
}
.whywe-page-list h2 {
  font-size: 1.8rem;
  line-height: 1.1;
  margin-bottom: 1rem;
  text-align: left;
}
.whywe-page-list-img {
  width: 50%;
}
.whywe-page-list-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}