@charset "UTF-8";
#contact {
  position: relative;
  margin-top: 60px;
  padding-top: 16vw;
  z-index: 2;
}
#contact .section-header-container {
  position: relative;
  width: 100%;
  height: calc(16vw + 100px);
  z-index: 2;
  background-color: white;
}
#contact .section-header-container .section-header {
  position: absolute;
  width: inherit;
  top: -16vw;
  padding: 16vw 0;
  background-color: #d7000f;
  text-align: center;
  clip-path: polygon(0% 16vw, 100% 0%, 100% calc(100% - 16vw), 0% 100%);
}
#contact .section-header-container .section-header .section-header-content {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  height: 100px;
}
#contact .section-header-container .section-header .section-header-content .section-header-jp {
  color: white;
}
#contact .section-header-container .section-header .section-header-content .section-header-en {
  font-size: 3.2rem;
  color: white;
}
#contact .section-header-container .section-header:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 6vw;
  width: 25vw;
  background-color: black;
  clip-path: polygon(0% 4vw, 100% 0%, 100% 2vw, 0% 100%);
}
#contact #phone {
  background-color: white;
  margin-bottom: 0;
  padding-top: 20px;
}
#contact #phone .phone-number-container {
  display: flex;
  justify-content: center;
  padding-bottom: 120px;
}
@media only screen and (max-width: 768px) {
  #contact #phone .phone-number-container {
    padding-bottom: 6 0px;
  }
}
#contact #phone .phone-number-container .phone-number-flex {
  text-align: right;
}
@media only screen and (max-width: 768px) {
  #contact #phone .phone-number-container .phone-number-flex {
    text-align: center;
  }
}
#contact #phone .phone-number-container .phone-number-flex .phone-number {
  display: inline-block;
  font-size: 4rem;
  font-weight: bold;
  font-family: "Poppins";
}
#contact #phone .phone-number-container .phone-number-flex .phone-number .tel-before {
  font-size: 1.4rem;
  font-weight: bold;
  font-family: "Poppins";
}
#contact #mail {
  background-color: white;
  margin: 0 0 300px;
  padding-top: 60px;
}
@media only screen and (max-width: 768px) {
  #contact #mail {
    margin-bottom: 200px;
  }
}
#contact #mail .form-container {
  width: 76%;
  max-width: 750px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  #contact #mail .form-container {
    width: 92%;
  }
}
#contact #mail .form-container #contact-form {
  margin: 20px 0;
}
#contact #mail .form-container #contact-form table {
  width: 100%;
}
#contact #mail .form-container #contact-form table tbody {
  width: 100%;
}
#contact #mail .form-container #contact-form table tbody .form-flex {
  display: flex;
  margin-bottom: 18px;
}
#contact #mail .form-container #contact-form table tbody .form-flex .form-item {
  text-align: left;
  padding: 6px 0 6px 16px;
  width: 100%;
  margin-right: 20px;
  background-color: #d9d8d7;
}
@media only screen and (max-width: 768px) {
  #contact #mail .form-container #contact-form table tbody .form-flex .form-item {
    padding-left: 8px;
    margin-right: 10px;
  }
}
#contact #mail .form-container #contact-form table tbody .form-flex .form-item p {
  display: inline;
  margin-right: 6px;
}
#contact #mail .form-container #contact-form table tbody .form-flex .form-item .policy-item-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
#contact #mail .form-container #contact-form table tbody .form-flex .form-item .policy-item-container .checkbox-container {
  display: flex;
}
#contact #mail .form-container #contact-form table tbody .form-flex .form-item .policy-item-container .checkbox-container input {
  margin-right: 6px;
}
#contact #mail .form-container #contact-form table tbody .form-flex .form-item[req]:after {
  content: "必須";
  white-space: nowrap;
  font-size: 1rem;
  background-color: #d7000f;
  color: white;
  padding: 0 4px;
}
#contact #mail .form-container #contact-form table tbody .form-flex .form-box-container {
  display: flex;
  justify-content: space-between;
  width: 200%;
  height: 28px;
}
#contact #mail .form-container #contact-form table tbody .form-flex .form-box-container .form-box {
  display: flex;
  align-items: center;
  padding-left: 8px;
  width: 48%;
  border: 1px solid #000;
}
#contact #mail .form-container #contact-form table tbody .form-flex .form-box-container .form-box input {
  width: 100%;
  height: 100%;
  outline: none;
}
#contact #mail .form-container #contact-form table tbody .form-flex .form-box-container .form-box-wide {
  width: 100%;
  display: flex;
  align-items: center;
  padding-left: 8px;
  border: 1px solid #000;
}
#contact #mail .form-container #contact-form table tbody .form-flex .form-box-container .form-box-wide input {
  width: 100%;
  height: 100%;
  outline: none;
}
#contact #mail .form-container #contact-form table tbody .form-flex .form-box-container .region-container {
  display: flex;
  width: 48%;
}
#contact #mail .form-container #contact-form table tbody .form-flex .form-box-container .region-container .region {
  border: 1px solid #000;
  border-radius: 8px;
  width: 78px;
  height: 100%;
  padding-left: 6px;
}
#contact #mail .form-container #contact-form table tbody .form-flex .form-box-container .region-container .region option,
#contact #mail .form-container #contact-form table tbody .form-flex .form-box-container .region-container .region optgroup {
  font-size: 1.4rem;
}
#contact #mail .form-container #contact-form table tbody .form-flex + .contact-content {
  width: 100%;
  height: 140px;
}
#contact #mail .form-container #contact-form table tbody .form-flex + .contact-content .form-item {
  height: 100%;
}
#contact #mail .form-container #contact-form table tbody .form-flex + .contact-content .form-box-container {
  height: 100%;
}
#contact #mail .form-container #contact-form table tbody .form-flex + .contact-content .form-box-container textarea,
#contact #mail .form-container #contact-form table tbody .form-flex + .contact-content .form-box-container .policy-container {
  padding: 6px;
  text-align: left;
  width: 100%;
  border: 1px solid #000;
  overflow: auto;
}
#contact #mail .form-container #contact-form .form-button {
  border: 1px solid #000;
  padding: 4px 40px;
  background-color: black;
  color: white;
  font-size: 1.5rem;
  transition: 0.2s all ease;
}
#contact #mail .form-container #contact-form .form-button:hover {
  background-color: white;
  color: black;
}
#contact .additions {
  font-size: 1.4rem;
}/*# sourceMappingURL=contact.css.map */