@charset "UTF-8";
/*–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––
//  イントロダクション
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
.introduction {
  background-color: #fff;
  padding: clamp(10rem, 8.182rem + 9.09vw, 15rem) clamp(1.5rem, 0.591rem + 4.55vw, 4rem) clamp(3rem, 1.909rem + 5.45vw, 6rem);
}

.introduction-inner {
  max-width: 1024px;
  margin: 0 auto;
}
.introduction-inner p {
  font-weight: 500;
  line-height: 2;
  margin-top: clamp(4rem, 2.545rem + 7.27vw, 8rem);
  text-align: center;
}

/*–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––
//  お問い合わせ
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
.contact {
  background-color: #dbe5f0;
  background-image: url(../images/bg_hougan.webp);
  background-position: top left;
  background-size: 30px;
  padding: clamp(2rem, 1.273rem + 3.64vw, 4rem) clamp(1.5rem, -0.682rem + 10.91vw, 7.5rem);
}

.contact-inner {
  background-color: #fff;
  max-width: 1024px;
  margin: 0 auto;
  padding: clamp(1rem, 0.636rem + 1.82vw, 2rem);
}

.contact-main {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media screen and (min-width: 768px) {
  .contact-main {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}
.contact-main ul {
  background-color: #dbe5f0;
  border-radius: 0 30px 0 30px;
  padding: clamp(1rem, 0.636rem + 1.82vw, 2rem);
}
.contact-main ul li {
  font-size: 15px;
  margin-top: 10px;
}
.contact-main ul li:first-child {
  margin-top: 0;
}
.contact-main br {
  display: none;
}
@media screen and (min-width: 1000px) {
  .contact-main br {
    display: block;
  }
}

/*–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––
//  今後の流れ
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
.step {
  background-color: #fff;
  padding: clamp(2rem, 1.273rem + 3.64vw, 4rem) clamp(1.5rem, -0.682rem + 10.91vw, 7.5rem);
}

.step-inner {
  max-width: 960px;
  margin: 0 auto;
}
.step-inner h3 {
  font-size: 4.8vw;
}
@media screen and (min-width: 768px) {
  .step-inner h3 {
    font-size: 24px;
  }
}
.step-inner p {
  margin-top: 24px;
}/*# sourceMappingURL=contact.css.map */