@charset "utf-8";

.title {
  height: 240px;
  background-color: #fff3fb;　
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 38px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.title h1 {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 32px;
  font-weight: bold;
}

.title p {
  font-size: 16px;
  line-height: 24px;
  margin-top: 15px;
  margin-bottom: 15px; 
}

.link-button-area {
  text-align: center;
  margin-top: 5px;
}

.link-button {
  background-color: #f5d9ff;
  display: inline-block;
  min-width: 180px;
  line-height: 48px;
  border-radius: 24px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 16px;
}

.link-button:hover {
  background-color: #ecc3fb;
}

.feature {
  display: flex;
  width: 930px;
  max-width: 90%;
  margin-top: 75px;
  margin-left: auto;
  margin-right: auto;
  align-items: flex-start;
}

.feature img {
  width: 360px;
}

.feature-text {
  max-width: 500px;
  margin-left: 40px;
}

.reverse {
  flex-direction: row-reverse;
}

.feature-text h2 {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 22px;
  font-weight: bold;
  line-height: 30px;
}

.feature-text p {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 16px;
  line-height: 32px;
  margin-top: 25px;
}

.footer{
    margin-top: 100px;
  }

@media (max-width: 800px) {
  .feature {
    display: block;
    width: 500px;
    margin-top: 45px;
  }

  .feature-text {
    margin-right: 0;
  }

  .reverse .feature-text {
    margin-left: 0;
  }

  .feature img {
    width: 100%;
    height: auto;
    margin-top: 25px;
  }
}
