@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.section-title {
  margin-top: 0;
  margin-bottom: 30px;
}

.section-title-en {
  margin-bottom: 40px;
}

/* 基本スタイル */
.contact-container {
  margin: 0 auto;
  min-height: 100svh;
}
.contact-container .contact-header {
  text-align: center;
  padding: 60px 20px 80px;
  background-color: var(--white);
}
.contact-container .contact-header .contact-description {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  letter-spacing: 5%;
  text-align: center;
}
.contact-container .contact-content {
  background-color: var(--bg-blue);
}
.contact-container .contact-content .contact-content-wrapper {
  padding: 80px 0;
  margin: auto;
  width: 840px;
  /* 注意書き */
  /* フォームスタイル */
  /* セレクトボックスの矢印消す */
  /* ボタン */
}
.contact-container .contact-content .contact-content-wrapper .contact-notice {
  border: 2px solid var(--blue);
  padding: 20px;
  margin-bottom: 20px;
}
.contact-container .contact-content .contact-content-wrapper .contact-notice p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  letter-spacing: 5%;
  color: var(--blue);
  margin: 0;
}
.contact-container .contact-content .contact-content-wrapper .contact-form {
  padding: 30px 0;
}
.contact-container .contact-content .contact-content-wrapper .form-group {
  margin-bottom: 25px;
  display: flex;
  gap: 50px;
}
.contact-container .contact-content .contact-content-wrapper .form-label {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 140%;
  letter-spacing: 5%;
  position: relative;
  width: 220px;
  color: var(-b-lack);
  position: relative;
}
.contact-container .contact-content .contact-content-wrapper .form-label.required::after {
  content: "必須";
  background-color: #EA4903;
  color: white;
  padding: 1px 8px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: 5%;
  position: absolute;
  top: 5%;
  right: 0;
}
.contact-container .contact-content .contact-content-wrapper .form-input,
.contact-container .contact-content .contact-content-wrapper .form-select,
.contact-container .contact-content .contact-content-wrapper .form-textarea {
  width: 550px;
  padding: 10px;
  border: 0.5px solid #AFAFAF;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 5%;
  background-color: white;
}
.contact-container .contact-content .contact-content-wrapper .form-textarea {
  resize: none;
}
.contact-container .contact-content .contact-content-wrapper .form-input:focus,
.contact-container .contact-content .contact-content-wrapper .form-select:focus,
.contact-container .contact-content .contact-content-wrapper .form-textarea:focus {
  outline: none;
  border-color: var(--blue);
}
.contact-container .contact-content .contact-content-wrapper .select {
  position: relative;
}
.contact-container .contact-content .contact-content-wrapper .select::before {
  content: "";
  position: absolute;
  top: 20px;
  right: 40%;
  width: 0;
  height: 0;
  border-width: 10px 7px 0 7px;
  border-style: solid;
  border-color: var(--black) transparent transparent transparent;
  pointer-events: none;
}
.contact-container .contact-content .contact-content-wrapper .form-select {
  width: 250px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.contact-container .contact-content .contact-content-wrapper .form-select::-ms-expand {
  display: none;
}
.contact-container .contact-content .contact-content-wrapper .radio-group {
  display: flex;
}
.contact-container .contact-content .contact-content-wrapper .radio-group label {
  width: 183.3333333333px;
  align-items: center;
  cursor: pointer;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  letter-spacing: 5%;
}
.contact-container .contact-content .contact-content-wrapper .postal-code-group {
  display: flex;
  align-items: center;
  gap: 15px;
}
.contact-container .contact-content .contact-content-wrapper .postal-code-group p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: 5%;
}
.contact-container .contact-content .contact-content-wrapper .address {
  width: 250px;
}
.contact-container .contact-content .contact-content-wrapper .postal-link {
  color: var(--blue);
  font-size: 14px;
  text-decoration: underline;
}
.contact-container .contact-content .contact-content-wrapper .rechapcha-text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 10px;
  font-weight: 400;
  text-align: right;
  width: 100%;
  padding: 0 0 30px;
  color: var(--black);
}
.contact-container .contact-content .contact-content-wrapper .rechapcha-text a {
  text-decoration: underline;
  color: cornflowerblue;
}
.contact-container .contact-content .contact-content-wrapper .form-submit {
  text-align: center;
  margin-top: 40px;
}
.contact-container .contact-content .contact-content-wrapper .submit-btn {
  font-family: "Noto Sans JP", sans-serif;
  display: inline-block;
  padding: 15px 0;
  width: 300px;
  height: 70px;
  border-radius: 50px;
  box-shadow: 3px 4px 0px 0px rgba(134, 148, 164, 0.4);
  position: relative;
  font-size: 20px;
  font-weight: 700;
  outline: none;
  transition: color 0.5s ease;
  overflow: hidden;
  color: var(--blue);
  background: var(--white);
  border: solid 3px var(--blue);
}
.contact-container .contact-content .contact-content-wrapper .submit-btn::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50px;
  transform: scaleX(0);
  transform-origin: right;
  transition: all 0.5s ease;
  transition-property: transform;
  background: var(--blue);
}
.contact-container .contact-content .contact-content-wrapper .submit-btn::after {
  content: "";
  display: inline-block;
  vertical-align: 1px;
  width: 10px;
  height: 10px;
  border-right: 2px solid var(--blue);
  border-bottom: 2px solid var(--blue);
  transform: rotate(-45deg);
  position: absolute;
  top: 40%;
  right: 0;
  margin-right: 20px;
}
.contact-container .contact-content .contact-content-wrapper .submit-btn:hover {
  color: var(--white);
}
.contact-container .contact-content .contact-content-wrapper .submit-btn:hover::before {
  transform: scaleX(1);
  transform-origin: left;
  border-radius: 50px;
  background: var(--blue);
}
.contact-container .contact-content .contact-content-wrapper .submit-btn:hover::after {
  border-color: var(--white);
}

/* レスポンシブ */
@media (max-width: 960px) {
  .section-title {
    margin-top: 0;
    margin-bottom: 20px;
  }
  .section-title-en {
    margin-bottom: 20px;
  }
  .contact-container .contact-header {
    padding: 30px 50px;
  }
  .contact-container .contact-header .contact-description {
    font-size: 16px;
    text-align: left;
  }
  .contact-container .contact-content {
    width: 100%;
  }
  .contact-container .contact-content .contact-content-wrapper {
    padding: 50px;
    margin: auto;
    width: 100%;
    /* 注意書き */
    /* フォームスタイル */
    /* セレクトボックスの矢印消す */
    /* ボタン */
  }
  .contact-container .contact-content .contact-content-wrapper .contact-notice {
    border: 2px solid var(--blue);
    padding: 10px;
    margin-bottom: 0;
  }
  .contact-container .contact-content .contact-content-wrapper .contact-notice p {
    font-size: 16px;
  }
  .contact-container .contact-content .contact-content-wrapper .contact-form {
    padding: 30px 0;
  }
  .contact-container .contact-content .contact-content-wrapper .form-group {
    margin-bottom: 16px;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .contact-container .contact-content .contact-content-wrapper .form-label {
    font-size: 16px;
    width: 200px;
  }
  .contact-container .contact-content .contact-content-wrapper .form-label.required::after {
    content: "必須";
    padding: 1px 8px;
    font-size: 12px;
    position: absolute;
    top: 10%;
    right: 0;
  }
  .contact-container .contact-content .contact-content-wrapper .form-input,
  .contact-container .contact-content .contact-content-wrapper .form-select,
  .contact-container .contact-content .contact-content-wrapper .form-textarea {
    width: 80%;
    padding: 6px;
    font-weight: 400;
    font-size: 16px;
    color: var(--black);
  }
  .contact-container .contact-content .contact-content-wrapper .select::before {
    top: 46px;
    left: 230px;
  }
  .contact-container .contact-content .contact-content-wrapper .form-select {
    width: 250px;
  }
  .contact-container .contact-content .contact-content-wrapper .radio-group label {
    width: 26.6666666667%;
    font-size: 16px;
  }
  .contact-container .contact-content .contact-content-wrapper .postal-code-group {
    display: flex;
    align-items: center;
    gap: 15px;
  }
  .contact-container .contact-content .contact-content-wrapper .postal-code-group p {
    font-size: 14px;
  }
  .contact-container .contact-content .contact-content-wrapper .address {
    width: 250px;
  }
  .contact-container .contact-content .contact-content-wrapper .postal-link {
    color: var(--blue);
    font-size: 14px;
    text-decoration: underline;
  }
  .contact-container .contact-content .contact-content-wrapper .form-submit {
    text-align: center;
    margin-top: 40px;
  }
  .contact-container .contact-content .contact-content-wrapper .submit-btn {
    display: inline-block;
    padding: 10px 0;
    width: 270px;
    height: 50px;
    box-shadow: 3px 4px 0px 0px rgba(134, 148, 164, 0.4);
    position: relative;
    font-size: 18px;
    outline: none;
    transition: color 0.5s ease;
    overflow: hidden;
  }
  .contact-container .contact-content .contact-content-wrapper .submit-btn::after {
    content: "";
    display: inline-block;
    vertical-align: 1px;
    width: 8px;
    height: 8px;
    border-right: 2px solid var(--blue);
    border-bottom: 2px solid var(--blue);
    transform: rotate(-45deg);
    position: absolute;
    top: 40%;
    right: 0;
    margin-right: 20px;
  }
}
@media (max-width: 768px) {
  .contact-container .contact-header {
    padding: 30px 20px;
  }
  .contact-container .contact-content .contact-content-wrapper {
    padding: 30px 20px;
    /* フォームスタイル */
    /* セレクトボックスの矢印消す */
  }
  .contact-container .contact-content .contact-content-wrapper .contact-form {
    padding: 30px 0;
  }
  .contact-container .contact-content .contact-content-wrapper .form-label {
    width: 220px;
  }
  .contact-container .contact-content .contact-content-wrapper .form-label.required::after {
    position: relative;
    margin-left: 20px;
  }
  .contact-container .contact-content .contact-content-wrapper .select::before {
    content: "";
    position: absolute;
    top: 46px;
    left: 170px;
    width: 0;
    height: 0;
    border-width: 10px 7px 0 7px;
    border-style: solid;
    border-color: var(--black) transparent transparent transparent;
    pointer-events: none;
  }
  .contact-container .contact-content .contact-content-wrapper .form-select {
    width: 200px;
  }
  .contact-container .contact-content .contact-content-wrapper .radio-group {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .contact-container .contact-content .contact-content-wrapper .radio-group label {
    width: 50%;
    align-items: center;
    cursor: pointer;
    margin-bottom: 10px;
  }
  .contact-container .contact-content .contact-content-wrapper .postal-code-group {
    display: flex;
    flex-direction: column;
    gap: 5px;
    align-items: flex-start;
  }
  .contact-container .contact-content .contact-content-wrapper .postal-code-group p {
    font-size: 12px;
  }
  .contact-container .contact-content .contact-content-wrapper .address {
    width: 80%;
  }
  .contact-container .contact-content .contact-content-wrapper .postal-link {
    font-size: 12px;
  }
  .contact-container .contact-content .contact-content-wrapper .rechapcha-text {
    text-align: left;
  }
}/*# sourceMappingURL=contact1.css.map */