@charset "UTF-8";
.title1 {
  font-size: 3.6rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  padding: 40px 0;
  margin-bottom: 30px;
  text-align: center;
}

@media screen and (min-width: 560px) {
  .title1 {
    background: url("../images/contact/title-bg.svg");
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
  }
}

@media screen and (max-width: 559px) {
  .title1 {
    font-size: 2.2rem;
    padding: 0;
    text-align: left;
  }
}

@media screen and (max-width: 559px) {
  .c-op2 {
    font-size: 1.5rem;
  }
}

.contact_wrapper {
  width: 100%;
  padding: 50px 0 70px;
  margin-bottom: 200px;
  background: url("../images/contact/content-bg-yellow1.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

@media screen and (max-width: 559px) {
  .contact_wrapper {
    background: url("../images/contact/content-bg-yellow-sp1.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 30px 0 100px;
    margin-bottom: 70px;
  }
}

.contact .description {
  margin-bottom: 20px;
}

@media screen and (max-width: 559px) {
  .contact .description {
    font-size: 1.6rem;
  }
}

.contact .form-wrapper {
  width: 60%;
  margin: 0 auto;
}

@media screen and (max-width: 559px) {
  .contact .form-wrapper {
    width: 100%;
  }
}

.contact .form-container .name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: bold;
  margin-bottom: 10px;
}

.contact .form-container .name .small {
  font-size: 1.2rem;
  font-family: "メイリオ", "Meiryo", "ＭＳ ゴシック", "Hiragino Kaku Gothic ProN",
    "ヒラギノ角ゴ ProN W3", sans-serif;
  font-weight: normal;
  display: inline-block;
  height: 23px;
  padding: 0 3px;
  background: #df9541;
  border-radius: 5px;
  color: white;
  letter-spacing: 2px;
  line-height: 2.5rem;
}

.contact .form-container .checkbox {
  margin-bottom: 20px;
}

.contact .form-container .input-container {
  position: relative;
  background: white;
}

.contact .form-container .input-container .input {
  display: block;
  width: 100%;
  height: 4.5rem;
  margin-bottom: 25px;
  padding: 0 10px;
  position: relative;
  border: 1px solid black;
  z-index: 2;
  background: rgba(0, 0, 0, 0);
}

@media screen and (max-width: 559px) {
  .contact .form-container .input-container .input {
    height: 3.8rem;
  }
}

.contact .form-container .textarea,
.contact .form-container .privacy-policy {
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
  width: 100%;
  height: 100px;
  padding: 10px;
  font-size: 1.4rem;
  font-family: "メイリオ", "Meiryo", "ＭＳ ゴシック", "Hiragino Kaku Gothic ProN",
    "ヒラギノ角ゴ ProN W3", sans-serif;
  font-weight: normal;
  letter-spacing: 2px;
  line-height: 2.5rem;
}

.contact .form-container .textarea::-webkit-scrollbar,
.contact .form-container .privacy-policy::-webkit-scrollbar {
  display: none;
}

@media screen and (max-width: 559px) {
  .contact .form-container .textarea,
  .contact .form-container .privacy-policy {
    padding: 5px;
    font-size: 1.2rem;
    line-height: normal;
    letter-spacing: 1px;
  }
}

.contact .form-container .privacy-policy {
  background: white;
  border: 1px solid black;
}

.contact .form-container .privacy-policy .block {
  margin-bottom: 20px;
}

.contact .form-container .privacy-policy .item1 {
  margin-top: 40px;
}

.contact .form-container .privacy-policy .item2 {
  width: 100%;
  margin-bottom: 40px;
}

.contact .form-container .privacy-policy .item3 {
  margin-bottom: 0;
  text-align: right;
}

.contact .btn-container {
  position: relative;
  text-align: center;
  margin-top: 50px;
  cursor: pointer;
}

.contact .btn-container .submit-btn {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 330px;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  border: 0;
  margin: 0 auto;
  z-index: 100;
  cursor: pointer;
  max-width: 100%;
}

.contact .btn-container .text {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  top: 60%;
}

.contact .btn-container .text .large {
  font-size: 2.2rem;
  font-weight: bolder;
  line-height: 6rem;
  letter-spacing: 5px;
}

@media screen and (max-width: 559px) {
  .contact .btn-container .image {
    width: 280px;
    max-width: 95%;
  }
  .contact .btn-container .text .small {
    white-space: nowrap;
  }
  .contact .btn-container .large {
    line-height: 4rem;
  }
}

.contact .textarea.margin {
  margin-bottom: 20px;
}

.contact .phone-number {
  width: 80%;
  margin: 0 auto 40px;
}

.contact .phone-number .imgbox {
  width: 40%;
  margin: 0 auto;
}

.contact .phone-number .num {
  width: 100%;
}

@media screen and (max-width: 559px) {
  .contact .phone-number {
    width: 100%;
  }
  .contact .phone-number .imgbox {
    width: 60%;
    max-width: 200px;
  }
}

.contact .error {
  color: red;
  font-weight: normal;
  font-size: 1.5rem;
  margin-left: 2rem;
}

@media screen and (max-width: 559px) {
  .contact .error {
    font-size: 1.2rem;
  }
}

.contact_submit_wrapper {
  width: 100%;
  padding: 50px 0 70px;
  margin-bottom: 100px;
  background: url("../images/contact/content-bg-yellow1.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

@media screen and (max-width: 559px) {
  .contact_submit_wrapper {
    background: url("../images/contact/content-bg-yellow-sp1.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 30px 0 100px;
    margin-bottom: 70px;
  }
}

.contact_submit .title {
  font-size: 3.6rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  padding: 10px 0 40px;
  margin-bottom: 30px;
  text-align: center;
}

@media screen and (max-width: 559px) {
  .contact_submit .title {
    font-size: 2.2rem;
    padding: 10px 0 25px;
    line-height: 3.5rem;
  }
}

.contact_submit .description .margin {
  margin-bottom: 50px;
}

@media screen and (max-width: 559px) {
  .contact_submit .description .margin {
    margin-bottom: 30px;
  }
}

.spacer {
  height: 150px;
}

@media screen and (max-width: 559px) {
  .spacer {
    height: 100px;
  }
}
/*# sourceMappingURL=style.css.map */
