@charset "utf-8";
/* CSS Document */
.main {
  background-color: #F0F8FF;
}
.section-top {
  height: 300px;
}
.section-top__main-image {
  width: 100%;
  height: 100%;
  background-image: url("../image/image_about.jpg");
  background-position: center bottom 13%;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
}
.section-top__h2 {
  font-family: 'Noto Sans JP', "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  color: #FFF;
  margin: 0 auto;
  width: 100%;
}
@media (min-width:1080px) {
  .section-top {
    height: 600px;
  }
  .section-top__main-image {
    width: 100%;
    height: 100%;
    background-image: url("../image/image_about.jpg");
    background-repeat: no-repeat;
  }
  .section-top__h2 {
    font-size: 3.0rem;
  }
}
.information-form {
  padding: 20px 24px 60px;
  text-align: left;
}
.information-form p {
  margin-bottom: 20px;
}
.information-form input[type="text"], .information-form input[type="tel"], .information-form input[type="email"], .information-form select, .information-form textarea {
  display: block;
  width: 100%;
  height: 50px;
  border: solid 1px #333;
}
.information-form textarea {
  height: 300px;
}
.information-form p label {
  font-size: 2.4rem;
  display: block;
  margin-bottom: 20px;
}
.privacy {
  font-size: 1.8rem;
  text-align: center;
  margin: 40px 0 20px;
  text-decoration: underline;
}
.privacy a {
  color: #333;
}
.privacy a:hover {
  opacity: 0.5;
}
.information_button {
  display: block;
  width: 100%;
  max-width: 327px;
  height: 100px;
  background-color: #004AB7;
  color: #FFF;
  font-size: 2.4rem;
  margin: 0 auto;
}
@media (min-width:1080px) {
  .information-form {
    padding: 100px 0 150px;
    max-width: 800px;
    margin: 0 auto;
  }
  .information-form input[type="text"], .information-form input[type="tel"], .information-form input[type="email"], .information-form select, .information-form textarea {
    width: 800px;
  }
  .information-form p label {
    font-size: 2.4rem;
    display: block;
    margin-bottom: 20px;
  }
  .privacy {
    margin-top: 70px;
  }
}