@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-op1 {
    line-height: 3rem;
  }
}

.c-op2 {
  line-height: 3.3rem;
}

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

.min-margin {
  padding: 0 5px;
}

.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);
}

.contact .form-container .input-container .input:focus + .placeholder,
.contact .form-container .input-container .input:valid + .placeholder {
  display: none;
}

.contact .form-container .input-container .placeholder {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 10px;
  color: #b2b2b2;
  z-index: 1;
}

@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 {
  margin-bottom: 40px;
}

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

.contact_submit-button {
  position: relative;
  text-align: center;
  margin-top: 50px;
  cursor: pointer;
}

.contact_submit-button_input {
  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;
}

.contact_submit-button_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_submit-button_text .large {
  font-size: 2.2rem;
  font-weight: bolder;
  line-height: 6rem;
  letter-spacing: 5px;
}

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

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

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

@media screen and (min-width: 560px) {
  .contact .phone-number {
    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;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

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

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

.contact .phone-number .common_border-column {
  background: black;
  margin: 0;
  height: 65px;
}

@media screen and (max-width: 559px) {
  .contact .phone-number {
    width: 100%;
  }
  .contact .phone-number .imgbox {
    width: 60%;
    max-width: 200px;
    margin: 0 auto;
  }
  .contact .phone-number .imgbox:first-child {
    margin-bottom: 30px;
  }
}

.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;
  }
}

.contact_spacer {
  height: 150px;
}

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