html {
  scroll-behavior: auto;
}
.PageContact {
  width: 100%;
}
.PageContact__Inner {
  margin-top: 0;
  margin-right: auto;
  margin-left: auto;
  padding-top: 64px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 980px) {
  .PageContact__Inner {
    padding-top: 40px;
  }
}
.PageContact-Lead {
  margin-bottom: 64px;
  width: 100%;
  max-width: 1080px;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
  gap: 92px;
}
@media screen and (max-width: 980px) {
  .PageContact-Lead {
    margin-bottom: 40px;
    flex-direction: column;
    align-items: center;
  }
}
.PageContact-Lead__Left {
  flex: 1;
}
@media screen and (max-width: 980px) {
  .PageContact-Lead__Left {
    width: 100%;
  }
}
.PageContact-Lead-Title {
  position: relative;
  margin-top: 0;
  margin-bottom: 56px;
  padding-bottom: 36px;
  color: #131313;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 980px) {
  .PageContact-Lead-Title {
    margin-bottom: 16px;
    font-size: 22px;
  }
}
.PageContact-Lead-Title::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 9999px;
  width: 160px;
  height: 3px;
  background-color: #c6c6c6;
}
.PageContact-Lead-Title::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 9999px;
  width: 50px;
  height: 3px;
  background-color: var(--color-primary);
}
.PageContact-Lead-Body {
  margin-top: 0;
  margin-bottom: 0;
  color: #333;
  font-size: 15px;
  line-height: 2;
}
@media screen and (max-width: 980px) {
  .PageContact-Lead-Body {
    font-size: 14px;
    line-height: 1.9;
  }
}
.PageContact-Lead__Right {
  width: 369px;
}
@media screen and (max-width: 980px) {
  .PageContact-Lead__Right {
    width: 100%;
    max-width: 310px;
  }
}
.PageContact-Lead-Lawyer {
  position: relative;
  margin: 0;
  width: 100%;
}
@media screen and (max-width: 980px) {
  .PageContact-Lead-Lawyer {
    width: 100%;
    max-width: 320px;
    align-self: center;
  }
}
.PageContact-Lead-Lawyer-Image {
  display: block;
  width: 100%;
  height: auto;
  background-color: #ebedec;
}
.PageContact-Lead-Lawyer-NameBar {
  width: 100%;
  height: 86px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 20px;
  padding-right: 20px;
  background-color: var(--color-primary);
  color: #fff;
}
.PageContact-Lead-Lawyer-NameBar__Label {
  display: flex;
  align-items: baseline;
  gap: 8px;
}
.PageContact-Lead-Lawyer-NameBar-Name {
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 980px) {
  .PageContact-Lead-Lawyer-NameBar-Name {
    font-size: 22px;
  }
}
.PageContact-Lead-Lawyer-NameBar-Role {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 980px) {
  .PageContact-Lead-Lawyer-NameBar-Role {
    font-size: 12px;
  }
}
.PageContact-Lead-Lawyer-NameBar-Origin {
  border: 1px solid #fff;
  height: 26px;
  display: flex;
  align-items: center;
  padding: 10px;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 980px) {
  .PageContact-Lead-Lawyer-NameBar-Origin {
    padding: 3px 8px;
    font-size: 11px;
  }
}
.PageContact__FormSection {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.PageContact__FormSection-Tip {
  position: absolute;
  top: 0;
  left: 0;
  width: 360px;
}
@media screen and (max-width: 980px) {
  .PageContact__FormSection-Tip {
    width: 200px;
  }
}
.PageContact__FormSection-Tip__Reversed {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 360px;
  transform: rotate(180deg);
}
@media screen and (max-width: 980px) {
  .PageContact__FormSection-Tip__Reversed {
    width: 200px;
  }
}
.PageContact__FormSection-Layer {
  position: relative;
  z-index: 10;
  width: 100%;
  background-color: #f9f9f9;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.PageContact__FormSection__Inner {
  width: 100%;
  max-width: 1080px;
  padding-top: 120px;
  padding-right: 16px;
  padding-bottom: 216px;
  padding-left: 16px;
}
@media screen and (max-width: 980px) {
  .PageContact__FormSection__Inner {
    padding-top: 32px;
    padding-right: 20px;
    padding-bottom: 32px;
    padding-left: 20px;
  }
}
.PageContact__FormHeader {
  margin-bottom: 40px;
}
@media screen and (max-width: 980px) {
  .PageContact__FormHeader {
    margin-bottom: 24px;
  }
}
.PageContact__FormLabel {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
  color: var(--color-primary, #0d366d);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.15em;
}
.PageContact__FormLabel::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: var(--color-sub, #f7c009);
}
.PageContact__FormLabel::after {
  content: "";
  display: inline-block;
  width: 50px;
  height: 1px;
  background-color: var(--color-primary, #0d366d);
}
@media screen and (max-width: 980px) {
  .PageContact__FormLabel {
    margin-bottom: 12px;
    font-size: 12px;
  }
  .PageContact__FormLabel::after {
    width: 40px;
  }
}
.PageContact__FormTitle {
  margin-top: 0;
  margin-bottom: 0;
  color: #131313;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 980px) {
  .PageContact__FormTitle {
    font-size: 22px;
  }
}
.ContactForm {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.ContactForm__Input,
.ContactForm__Textarea,
.ContactForm__Choice input[type="checkbox"],
.ContactForm__Agreement input[type="checkbox"] {
  scroll-margin-top: 130px;
}
@media screen and (max-width: 980px) {
  .ContactForm__Input,
  .ContactForm__Textarea,
  .ContactForm__Choice input[type="checkbox"],
  .ContactForm__Agreement input[type="checkbox"] {
    scroll-margin-top: 90px;
  }
}
.ContactForm__Error {
  margin-top: 0;
  margin-bottom: 24px;
  padding-top: 14px;
  padding-right: 16px;
  padding-bottom: 14px;
  padding-left: 16px;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-style: solid;
  border-color: #d63638;
  border-radius: 4px;
  background-color: #fff5f5;
  color: #b42318;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.6;
}
.ContactForm__Field {
  display: grid;
  grid-template-columns: 280px 1fr;
  align-items: start;
  gap: 24px;
}
@media screen and (max-width: 980px) {
  .ContactForm__Field {
    grid-template-columns: 1fr;
    gap: 8px;
  }
}
.ContactForm__Label {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  padding-top: 12px;
  color: #131313;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 980px) {
  .ContactForm__Label {
    padding-top: 0;
    font-size: 14px;
  }
}
.ContactForm__Required {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding-top: 2px;
  padding-right: 8px;
  padding-bottom: 2px;
  padding-left: 8px;
  border-radius: 3px;
  background-color: #ff7b00;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.ContactForm__Required--optional {
  background-color: #888;
}
.ContactForm__Hint {
  color: #888;
  font-size: 13px;
  font-weight: 400;
}
@media screen and (max-width: 980px) {
  .ContactForm__Hint {
    font-size: 12px;
  }
}
.ContactForm__Input {
  -webkit-appearance: none;
  appearance: none;
  padding-top: 14px;
  padding-right: 16px;
  padding-bottom: 14px;
  padding-left: 16px;
  width: 100%;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-style: solid;
  border-color: #d1d1d1;
  border-radius: 4px;
  background-color: #fff;
  color: #131313;
  font-size: 16px;
  font-family: inherit;
  line-height: 1.5;
}
.ContactForm__Input::placeholder {
  color: #b0b0b0;
}
.ContactForm__Input:focus {
  outline: none;
  border-color: var(--color-primary, #0d366d);
}
.ContactForm__Textarea {
  -webkit-appearance: none;
  appearance: none;
  padding-top: 14px;
  padding-right: 16px;
  padding-bottom: 14px;
  padding-left: 16px;
  width: 100%;
  min-height: 240px;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-style: solid;
  border-color: #d1d1d1;
  border-radius: 4px;
  background-color: #fff;
  color: #131313;
  font-size: 16px;
  font-family: inherit;
  line-height: 1.7;
  resize: none;
}
.ContactForm__Textarea:focus {
  outline: none;
  border-color: var(--color-primary, #0d366d);
}
@media screen and (max-width: 980px) {
  .ContactForm__Textarea {
    min-height: 160px;
  }
}
.ContactForm__Choices {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.ContactForm__Choice {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 14px;
  padding-right: 24px;
  padding-bottom: 14px;
  padding-left: 24px;
  min-width: 180px;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-style: solid;
  border-color: #d1d1d1;
  border-radius: 4px;
  background-color: #fff;
  color: #131313;
  font-size: 15px;
  cursor: pointer;
  transition: border-color 0.2s, background-color 0.2s, color 0.2s;
}
.ContactForm__Choice:hover {
  border-color: var(--color-primary, #0d366d);
}
.ContactForm__Choice input[type="checkbox"] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  border-width: 0;
  opacity: 0;
  cursor: pointer;
}
.ContactForm__Choice:has(input:checked) {
  border-color: var(--color-primary, #0d366d);
  background-color: var(--color-primary, #0d366d);
  color: #fff;
}
@media screen and (max-width: 980px) {
  .ContactForm__Choice {
    min-width: 0;
    flex: 1 1 calc(50% - 6px);
  }
}
.ContactForm__Privacy {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-top: 8px;
}
.ContactForm__PrivacyTitle {
  margin-top: 0;
  margin-bottom: 0;
  color: #131313;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 980px) {
  .ContactForm__PrivacyTitle {
    font-size: 16px;
  }
}
.ContactForm__PrivacyBox {
  overflow-y: auto;
  padding-top: 24px;
  padding-right: 24px;
  padding-bottom: 24px;
  padding-left: 24px;
  max-height: 240px;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-style: solid;
  border-color: #d1d1d1;
  border-radius: 6px;
  background-color: #fff;
}
@media screen and (max-width: 980px) {
  .ContactForm__PrivacyBox {
    padding-top: 16px;
    padding-right: 16px;
    padding-bottom: 16px;
    padding-left: 16px;
    max-height: 200px;
  }
}
.ContactForm__PrivacyText {
  margin-top: 0;
  margin-bottom: 0;
  color: #333;
  font-size: 13px;
  line-height: 1.9;
}
@media screen and (max-width: 980px) {
  .ContactForm__PrivacyText {
    font-size: 12px;
    line-height: 1.8;
  }
}
.ContactForm__Agreement {
  display: inline-flex;
  align-self: center;
  align-items: center;
  gap: 12px;
  padding-top: 14px;
  padding-right: 32px;
  padding-bottom: 14px;
  padding-left: 32px;
  border-radius: 4px;
  background-color: #fff;
  color: #131313;
  font-size: 15px;
  cursor: pointer;
}
.ContactForm__Agreement input[type="checkbox"] {
  -webkit-appearance: auto;
  appearance: auto;
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  cursor: pointer;
}
@media screen and (max-width: 980px) {
  .ContactForm__Agreement {
    width: 100%;
    justify-content: center;
    font-size: 14px;
  }
}
.ContactForm__Submit {
  display: flex;
  justify-content: center;
  margin-top: 24px;
}
.ContactForm__SubmitButton {
  -webkit-appearance: none;
  appearance: none;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding-top: 28px;
  padding-right: 48px;
  padding-bottom: 28px;
  padding-left: 48px;
  width: 100%;
  max-width: 356px;
  border-width: 0;
  border-radius: 9999px;
  background-color: var(--color-primary, #0d366d);
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.08em;
  cursor: pointer;
  transition: opacity 0.2s;
}
.ContactForm__SubmitButton:hover {
  opacity: 0.85;
}
@media screen and (max-width: 980px) {
  .ContactForm__SubmitButton {
    padding-top: 22px;
    padding-bottom: 22px;
    font-size: 16px;
  }
}
.ContactForm__SubmitArrow {
  position: absolute;
  top: 50%;
  right: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  line-height: 1;
  transform: translateY(-50%);
}
@media screen and (max-width: 980px) {
  .ContactForm__SubmitArrow {
    right: 24px;
  }
}
@media screen and (max-width: 980px) {
  .PC {
    display: none;
  }
}
@media screen and (min-width: 981px) {
  .SP {
    display: none;
  }
}
.grecaptcha-badge {
  z-index: 9999;
}
