@charset "UTF-8";
/*----------------------------------------------------------*/
/*----------------------------------------------------------*/
/*----------------------------------------------------------*/
/*----------------------------------------------------------*/
/*----------------------------------------------------------*/
/*----------------------------------------------------------*/
.contact-2col {
  grid-gap: 10px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(375px, 1fr));
  margin-bottom: 50px;
}
@media screen and (max-width: 1024px) {
  .contact-2col {
    grid-gap: 20px;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  }
}

.contact-card {
  border: 1px solid #000;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
}

.contact-card__heading {
  border-bottom: 1px solid #000;
  border-radius: 10px 10px 0 0;
  color: #000;
  flex-grow: 1;
  font-size: 2rem;
  font-weight: bold;
  padding: 20px;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .contact-card__heading {
    font-size: 1.6rem;
  }
}

.contact-card__content {
  flex-grow: 1;
  line-height: 1.833333333;
  padding: 30px 10px;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .contact-card__content {
    padding: 20px 10px;
  }
}

.contact-card__btn a {
  box-shadow: 0px 3px 0px #000000;
  margin-bottom: 15px;
}
@media screen and (max-width: 1024px) {
  .contact-card__btn a {
    width: 280px;
  }
}

.contact-card__tel {
  color: #00913a;
  display: block;
  font-family: "Poppins", "Yu Gothic UI", "游ゴシック Medium", YuGothic, "游ゴシック体", Noto, "Hiragino Sans", Helvetica, Arial, sans-serif;
  font-size: 3.5rem;
  font-weight: bold;
  height: 53px;
  margin-bottom: 15px;
}
@media screen and (min-width: 1366px) {
  .contact-card__tel {
    pointer-events: none;
  }
}
@media screen and (max-width: 1024px) {
  .contact-card__tel {
    font-size: 2.6rem;
    height: auto;
    line-height: 1.2;
    margin-bottom: 8px;
  }
}

.contact-card__caption {
  font-size: 1.6rem;
}
@media screen and (max-width: 1024px) {
  .contact-card__caption {
    font-size: 1.6rem;
  }
}

.contact-3col {
  grid-gap: 20px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

.contact-card-min {
  border: 1px solid #000;
  border-radius: 10px;
  box-shadow: 0px 3px 0px #000000;
}
.contact-card-min.--pre {
  margin-bottom: 50px;
}

.contact-card-min__heading {
  align-items: center;
  border-radius: 10px 10px 0 0;
  color: #fff;
  display: flex;
  font-size: 1.6rem;
  font-weight: bold;
  justify-content: center;
  letter-spacing: 0.1em;
  line-height: 1.3125;
  min-height: 100px;
}
.contact-card-min__heading.--green {
  background-color: #00913a;
}
.contact-card-min__heading.--green:before {
  content: url("../img/contact/inquiry1.png");
  margin-right: 20px;
}
.contact-card-min__heading.--blue {
  background-color: #3296e6;
}
.contact-card-min__heading.--blue:before {
  content: url("../img/contact/inquiry2.png");
  margin-right: 20px;
}
.contact-card-min__heading.--pre {
  background-color: #ee762b;
  font-size: 1.8rem;
  min-height: 45px;
}
.contact-card-min__heading.--pre:before {
  background-image: url("../img/b-mk-illust4.png");
  background-repeat: no-repeat;
  background-size: contain;
  content: ""; /*何も入れない*/
  display: inline-block;
  height: 54px; /*画像の高さ*/
  vertical-align: middle;
  width: 60px; /*画像の幅*/
}
.contact-card-min__heading.--orange {
  background-color: #ee762b;
}
.contact-card-min__heading.--orange:before {
  content: url("../img/contact/inquiry3.png");
  margin-right: 20px;
}

.contact-card-min__content {
  font-size: 1.6rem;
  padding: 13px;
  text-align: center;
}
.contact-card-min__content.--pre {
  line-height: 1.71;
  padding: 13px 26px;
  text-align: left;
}

.p-form__list {
  margin-bottom: 50px;
}
@media screen and (max-width: 1024px) {
  .p-form__list {
    margin-bottom: 10px;
  }
}

.p-form__item {
  grid-gap: 0 20px;
  align-items: center;
  border-bottom: 1px solid #8d8d8d;
  display: grid;
  grid-template-columns: 2.7fr 7.2fr;
  padding: 30px 0;
}
.p-form__item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.p-form__item.--message {
  align-items: flex-start;
}
.p-form__item.--ksyo {
  padding-top: 0;
}
@media screen and (max-width: 1024px) {
  .p-form__item {
    grid-gap: 10px;
    border-bottom: none;
    grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
    padding: 15px 0;
  }
}

.p-form__item-title {
  align-items: inherit;
  display: flex;
  font-size: 1.6rem;
  font-weight: bold;
  justify-content: space-between;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .p-form__item-title {
    justify-content: flex-start;
  }
}
.--message .p-form__item-title {
  margin-top: 10px;
}

.p-form__hissu {
  background-color: #ee762b;
  color: #fff;
  display: inline-block;
  font-size: 1.6rem;
  min-width: 28px;
  padding: 3px;
}
@media screen and (max-width: 1024px) {
  .p-form__hissu {
    margin-left: 10px;
  }
}

.p-form__nini {
  border: 1px solid #707070;
  color: #8d8d8d;
  display: inline-block;
  font-size: 1.6rem;
  margin-bottom: 22px;
  padding: 3px;
}
@media screen and (max-width: 1024px) {
  .p-form__nini {
    margin-bottom: 0;
    margin-left: 10px;
  }
}

.p-form__input01 {
  border: 1px solid #8d8d8d;
  border-radius: 5px;
  font-size: 1.6rem;
  padding: 10px 20px;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .p-form__input01 {
    font-size: 1.6rem;
  }
}

.p-form-caption {
  font-size: 1.6rem;
  padding-top: 10px;
}

.p-form__input02 {
  border: 1px solid #8d8d8d;
  border-radius: 5px;
  font-size: 1.6rem;
  max-width: 100%;
  padding: 10px 20px;
  width: 100px;
}
@media screen and (max-width: 1024px) {
  .p-form__input02 {
    font-size: 1.6rem;
  }
}

.p-form__select {
  border: 1px solid #8d8d8d;
  border-radius: 5px;
  font-size: 1.6rem;
  padding: 10px 20px;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .p-form__select {
    font-size: 1.6rem;
  }
}
.p-form__select.unselect {
  color: #8d8d8d;
}

.p-form__item-content.--select {
  position: relative;
  width: 230px;
}
@media screen and (max-width: 1024px) {
  .p-form__item-content.--select {
    width: 100%;
  }
}

.p-form__item-content.--select:after {
  -webkit-transform: translateY(-50%);
  -webkit-transform: translateY(-50%) rotate(-135deg);
  border-left: 2px solid #8d8d8d;
  border-top: 2px solid #8d8d8d;
  content: "";
  height: 10px;
  pointer-events: none;
  position: absolute;
  right: 20px;
  top: 16px;
  transform: translateY(-50%);
  transform: translateY(-50%) rotate(-135deg);
  width: 10px;
}
@media screen and (max-width: 1024px) {
  .p-form__item-content.--select:after {
    height: 8px;
    width: 8px;
  }
}

.p-form__item-content.--flex {
  align-items: center;
  display: flex;
  justify-content: flex-start;
}
.p-form__item-content.--flex .p-- {
  padding-left: 10px;
  padding-right: 10px;
}

.p-form__item-content__yubin {
  display: flex;
  flex-direction: column;
}

.p-form__select:invalid {
  color: #8d8d8d;
}

.p-form__select option {
  color: #000;
}

.p-form__select option:first-child {
  color: #8d8d8d;
}

.p-form__textarea {
  border: 1px solid #8d8d8d;
  border-radius: 5px;
  font-size: 1.6rem;
  height: 200px;
  overflow: scroll;
  padding: 10px 20px;
  resize: vertical;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .p-form__textarea {
    font-size: 1.6rem;
  }
}

.form-text {
  font-size: 1.6rem;
  line-height: 1.714285714;
  margin-bottom: 50px;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .form-text {
    font-size: 1.6rem;
    margin-bottom: 30px;
    text-align: left;
  }
}
.form-text:last-child {
  margin-bottom: 0;
}

.form-link {
  color: #00913a;
  text-decoration: underline;
}

.form-btn button {
  background-color: #00913a;
  border: 1px solid #000;
  border-radius: 50vh;
  color: #fff;
  display: block;
  font-size: 1.6rem;
  line-height: 1.41;
  margin: 0 auto;
  margin-bottom: 20px;
  max-width: 100%;
  padding: 16px 60px;
  position: relative;
  text-align: center;
  width: 300px;
}
.form-btn button:after {
  content: "→";
  position: absolute;
  right: 40px;
  width: 5px;
}
@media screen and (max-width: 767px) {
  .form-btn button {
    font-size: 1.6rem;
    font-size: 1.6rem;
    padding: 13px;
    width: 300px;
  }
}

.mw_wp_form_confirm .confirm-hidden {
  display: none;
}

.mw_wp_form_confirm .confirm-mb0 {
  margin-bottom: 0;
}

.mw_wp_form_confirm .confirm-hidden-after:after {
  border: none;
}
/*# sourceMappingURL=sourcemaps/contact.css.map */