@charset "UTF-8";
.fv::after {
  background-image: url("../fonts/heart--gray.svg");
}
.fv__title {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  padding-top: min(5vw, 72px);
}
@media screen and (min-width: 768px) {
  .fv__title {
    font-size: 32px;
  }
}
.fv__title .en {
  font-size: 12px;
  border-bottom: 2px solid #403333;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 1.5em;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .fv__title .en {
    font-size: 14px;
    margin-bottom: 2em;
  }
}
.fv__breadcrumbs {
  color: #E29959;
  font-size: 12px;
  display: flex;
  justify-content: center;
  margin-top: 14px;
}
@media screen and (min-width: 768px) {
  .fv__breadcrumbs {
    font-size: 14px;
    margin-top: 20px;
  }
}
.fv__breadcrumbs a {
  margin-right: 5px;
}
.fv__subpage {
  padding-bottom: 80px;
}
@media screen and (min-width: 768px) {
  .fv__subpage {
    padding-bottom: 7vw;
  }
}

.contact {
  padding-left: 5%;
  padding-bottom: 100px;
}
.contact__wrap {
  background-color: #fff;
  padding-left: 12%;
  padding-right: 12%;
  border-radius: 50px 0 0 50px;
  padding-top: 80px;
  padding-bottom: 100px;
}
@media screen and (min-width: 768px) {
  .contact__wrap {
    padding-right: 20%;
    padding-top: 140px;
    padding-bottom: 160px;
  }
}
.contact__wrap > *:not(:first-child) {
  margin-top: 40px;
  border-top: 1px solid rgba(64, 51, 51, 0.07);
  padding-top: 40px;
}
.contact-block__title {
  font-size: 22px;
  font-weight: bold;
}
.contact-block__title .en {
  display: block;
  font-size: 13px;
  color: #E29959;
  font-weight: 500;
  margin-top: 5px;
}

.contact-phone {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (min-width: 768px) {
  .contact-phone {
    flex-direction: initial;
    align-items: center;
    gap: 0px;
  }
}
@media screen and (min-width: 768px) {
  .contact-phone__title {
    width: 50%;
  }
}
.contact-phone__content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .contact-phone__content {
    width: 50%;
  }
}
.contact-phone__icon {
  width: 24px;
  margin-right: 5px;
}
.contact-phone__num {
  color: #E29959;
  font-size: 32px;
  font-weight: 600;
  margin-right: 10px;
}
.contact-phone__time {
  font-size: 14px;
}

.contact-email-form {
  margin-top: 40px;
}
.contact-email-form__contents {
  display: flex;
  flex-direction: column;
  gap: 20px 3%;
}
@media screen and (min-width: 768px) {
  .contact-email-form__contents {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 3%;
  }
}
.contact-email-form__item label {
  font-size: 15px;
  margin-bottom: 16px;
  display: block;
}
.contact-email-form__item textarea {
  resize: none;
  min-height: 300px;
}
.contact-email-form__item .enter {
  background-color: #EFEFEF;
  width: 100%;
  display: block;
  padding: 0.8em 1em;
  font-size: 16px;
}
.contact-email-form__item-textarea {
  grid-column-start: 1;
  grid-column-end: 3;
}
.contact-email-form__button {
  background-color: #E29959;
  width: 100%;
  color: #fff;
  padding: 14px 0;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  border-radius: 36px;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}
@media screen and (min-width: 768px) {
  .contact-email-form__button {
    padding: 20px 0;
    width: 350px;
    font-size: 20px;
  }
}
.contact-email-form__button::after {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  /* くの字を山なりに見た時、左側の長さ */
  /* くの字を山なりに見た時、右側の長さ */
  border-top: 2px solid #fff;
  /* くの字を山なりに見た時、左側の太さと色 */
  border-right: 2px solid #fff;
  /* くの字を山なりに見た時、右側の太さと色 */
  transform: rotate(45deg);
  right: 6%;
  width: 0.4em;
  /* くの字を山なりに見た時、左側の長さ */
  height: 0.4em;
  /* くの字を山なりに見た時、右側の長さ */
}/*# sourceMappingURL=contact.css.map */