.contact {
  padding-top: var(--space-80);
  margin-bottom: var(--space-120);
}
@media only screen and (max-width: 767px) {
  .contact {
    padding-top: var(--space-60);
    margin-bottom: var(--space-80);
  }
}
.contact__inner {
  display: grid;
  gap: var(--space-40);
  margin: 0 auto;
  width: min(76.389vw, 1100px);
}
@media only screen and (max-width: 767px) {
  .contact__inner {
    width: 84.615vw;
  }
}
.contact__content {
  display: grid;
  grid-auto-flow: row;
  gap: var(--space-40);
}
@media only screen and (max-width: 767px) {
  .contact__content {
    gap: var(--space-20);
  }
}
.contact__tab-contents {
  display: grid;
  grid-auto-flow: row;
  gap: min(5.556vw, 80px);
}
@media only screen and (max-width: 767px) {
  .contact__tab-contents {
    gap: 10.256vw;
  }
}
.contact__section {
  display: grid;
  grid-auto-flow: row;
  gap: var(--space-20);
  font-family: var(--family-jp);
  font-size: var(--size-16px);
  font-weight: var(--weight-regular);
  line-height: var(--line-height-170);
}
@media only screen and (max-width: 767px) {
  .contact__section {
    font-size: var(--size-16px);
    font-weight: var(--weight-regular);
    line-height: var(--line-height-170);
  }
}
@media only screen and (max-width: 767px) {
  .contact__section {
    font-family: var(--family-jp);
    font-size: var(--size-14px);
    font-weight: var(--weight-regular);
    line-height: var(--line-height-170);
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .contact__section {
    font-size: var(--size-14px);
    font-weight: var(--weight-regular);
    line-height: var(--line-height-170);
  }
}
.contact__description {
  display: grid;
  grid-auto-flow: row;
  gap: var(--space-40);
}
@media only screen and (max-width: 767px) {
  .contact__description {
    gap: var(--space-20);
  }
}
.contact__card {
  display: grid;
  gap: min(1.389vw, 20px) min(0.694vw, 10px);
  border: var(--line-light_gray) solid 1px;
  border-radius: min(1.042vw, 15px);
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .contact__card {
    border-radius: 3.846vw;
    gap: var(--space-20);
  }
}
.contact__card.contact__card--info, .contact__card.contact__card--action {
  border-radius: min(1.389vw, 20px);
}
@media only screen and (max-width: 767px) {
  .contact__card.contact__card--info, .contact__card.contact__card--action {
    border-radius: 5.128vw;
  }
}
.contact__section--jacer {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, auto);
  grid-column-gap: min(6.181vw, 89px);
  grid-row-gap: var(--space-20);
  background: #F2F5F9;
  border-radius: min(1.389vw, 20px);
  margin-top: max(-2.778vw, -40px);
  margin-inline: auto;
  padding: min(3.75vw, 54px) min(5.556vw, 80px);
  width: min(62.5vw, 900px);
}
@media only screen and (max-width: 767px) {
  .contact__section--jacer {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    grid-column-gap: 0;
    grid-row-gap: var(--space-20);
    margin-top: -5.128vw;
    padding: 7.692vw 5.641vw 10.256vw;
    border-radius: 5.128vw;
    width: 74.359vw;
  }
}
.contact__section--jacer_title {
  grid-area: 1/1/2/2;
  display: flex;
  align-items: flex-start;
  font-family: var(--family-jp);
  font-size: var(--size-24px);
  font-weight: var(--weight-bold);
  line-height: var(--line-height-150);
}
@media only screen and (max-width: 767px) {
  .contact__section--jacer_title {
    font-size: var(--size-24px);
    font-weight: var(--weight-bold);
    line-height: var(--line-height-150);
  }
}
@media only screen and (max-width: 767px) {
  .contact__section--jacer_title {
    grid-area: 1/1/2/2;
    padding-bottom: 5.128vw;
    text-align: center;
    font-family: var(--family-jp);
    font-size: var(--size-18px);
    font-weight: var(--weight-bold);
    line-height: var(--line-height-150);
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .contact__section--jacer_title {
    font-size: var(--size-18px);
    font-weight: var(--weight-bold);
    line-height: var(--line-height-150);
  }
}
.contact__section--jacer_about {
  grid-area: 1/2/2/3;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--space-20);
}
@media only screen and (max-width: 767px) {
  .contact__section--jacer_about {
    grid-area: 2/1/3/2;
    align-items: flex-end;
    padding: 0;
  }
}
.contact__section--jacer_about_logo {
  width: min(21.111vw, 304px);
  aspect-ratio: 304/59;
}
@media only screen and (max-width: 767px) {
  .contact__section--jacer_about_logo {
    width: 64.103vw;
  }
}
.contact__section--jacer_btn {
  grid-area: 2/2/3/3;
}
.contact__section--jacer_btn .c-button.type--primary {
  --c-button__text--padding: min(4.167vw, 60px);
}
@media only screen and (max-width: 767px) {
  .contact__section--jacer_btn {
    grid-area: 3/1/4/2;
    padding: 0;
  }
  .contact__section--jacer_btn .c-button.type--primary {
    width: 100%;
  }
  .contact__section--jacer_btn .c-button.type--primary .c-button__text {
    text-align: center;
    --c-button__text--padding: 5.128vw;
  }
}
.contact__section--jacer_note {
  grid-area: 2/1/3/2;
  font-family: var(--family-jp);
  font-size: var(--size-14px);
  font-weight: var(--weight-regular);
  line-height: var(--line-height-170);
}
@media only screen and (max-width: 767px) {
  .contact__section--jacer_note {
    font-size: var(--size-14px);
    font-weight: var(--weight-regular);
    line-height: var(--line-height-170);
  }
}
@media only screen and (max-width: 767px) {
  .contact__section--jacer_note {
    font-family: var(--family-jp);
    font-size: var(--size-12px);
    font-weight: var(--weight-regular);
    line-height: var(--line-height-170);
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .contact__section--jacer_note {
    font-size: var(--size-12px);
    font-weight: var(--weight-regular);
    line-height: var(--line-height-170);
  }
}
@media only screen and (max-width: 767px) {
  .contact__section--jacer_note {
    grid-area: 4/1/5/2;
    text-align: center;
  }
}
.contact__section--jacer_note a {
  color: var(--primary-red);
  font-weight: var(--weight-bold);
  text-decoration: underline;
}
.contact__section--faq > .c-button.type--primary {
  margin-inline: auto;
  margin-top: min(4.861vw, 70px);
}
@media only screen and (max-width: 767px) {
  .contact__section--faq > .c-button.type--primary {
    margin-top: var(--space-40);
  }
}
.contact__aside {
  display: block;
  padding: min(1.389vw, 20px);
  border: 1px solid var(--primary-red);
  border-radius: min(1.389vw, 20px);
}
@media only screen and (max-width: 767px) {
  .contact__aside {
    padding: 5.128vw;
    border-radius: 5.128vw;
  }
}
.contact__aside > p {
  display: block;
  text-align: center;
  font-family: var(--family-jp);
  font-size: var(--size-16px);
  font-weight: var(--weight-regular);
  line-height: var(--line-height-170);
}
@media only screen and (max-width: 767px) {
  .contact__aside > p {
    font-size: var(--size-16px);
    font-weight: var(--weight-regular);
    line-height: var(--line-height-170);
  }
}
@media only screen and (max-width: 767px) {
  .contact__aside > p {
    font-family: var(--family-jp);
    font-size: var(--size-14px);
    font-weight: var(--weight-regular);
    line-height: var(--line-height-170);
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .contact__aside > p {
    font-size: var(--size-14px);
    font-weight: var(--weight-regular);
    line-height: var(--line-height-170);
  }
}
.contact__aside > p a {
  color: var(--primary-red);
}
.contact--business .contact__section--inquiry .contact__card--action {
  padding: min(2.778vw, 40px) min(6.25vw, 90px);
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
}
@media only screen and (max-width: 767px) {
  .contact--business .contact__section--inquiry .contact__card--action {
    padding: 10.256vw 6.41vw;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }
}
.contact--business .contact__section--inquiry .contact__card--action .c-button {
  --c-button--width: 100%;
}
.contact--business .contact__section--inquiry .contact__card--action .c-button.type--primary .c-button__text {
  --c-button__text--padding: var(--space-5);
}
.contact--business .contact___qa__answer-text__section {
  margin-top: var(--space-20);
}
.contact--business .contact___qa__answer-text__section:first-child {
  margin-top: 0;
}
.contact--personal .contact__card-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: var(--space-40);
}
@media only screen and (max-width: 767px) {
  .contact--personal .contact__card-wrapper {
    grid-template-columns: 1fr;
    gap: var(--space-20);
  }
}
.contact--personal .contact__card--info {
  padding: min(2.778vw, 40px);
}
@media only screen and (max-width: 767px) {
  .contact--personal .contact__card--info {
    padding: 10.256vw 6.41vw;
  }
}
.contact--personal .contact__card--info .contact__section--title {
  color: var(--primary-red);
  font-family: var(--family-jp);
  font-size: var(--size-22px);
  font-weight: var(--weight-bold);
  line-height: var(--line-height-150);
}
@media only screen and (max-width: 767px) {
  .contact--personal .contact__card--info .contact__section--title {
    font-size: var(--size-22px);
    font-weight: var(--weight-bold);
    line-height: var(--line-height-150);
  }
}
@media only screen and (max-width: 767px) {
  .contact--personal .contact__card--info .contact__section--title {
    font-family: var(--family-jp);
    font-size: var(--size-18px);
    font-weight: var(--weight-bold);
    line-height: var(--line-height-150);
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .contact--personal .contact__card--info .contact__section--title {
    font-size: var(--size-18px);
    font-weight: var(--weight-bold);
    line-height: var(--line-height-150);
  }
}
.contact--personal .contact__card--request {
  display: grid;
  grid-auto-flow: row;
  background-color: var(--background-light_gray);
  border-radius: min(1.042vw, 15px);
  padding: min(4.167vw, 60px) min(2.778vw, 40px);
  gap: var(--space-15);
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .contact--personal .contact__card--request {
    border-radius: 3.846vw;
    padding: 10.256vw 5.128vw;
  }
}
.contact--personal .contact__card--request .contact__section--title {
  font-family: var(--family-jp);
  font-size: var(--size-22px);
  font-weight: var(--weight-bold);
  line-height: var(--line-height-150);
}
@media only screen and (max-width: 767px) {
  .contact--personal .contact__card--request .contact__section--title {
    font-size: var(--size-22px);
    font-weight: var(--weight-bold);
    line-height: var(--line-height-150);
  }
}
@media only screen and (max-width: 767px) {
  .contact--personal .contact__card--request .contact__section--title {
    font-family: var(--family-jp);
    font-size: var(--size-18px);
    font-weight: var(--weight-bold);
    line-height: var(--line-height-150);
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .contact--personal .contact__card--request .contact__section--title {
    font-size: var(--size-18px);
    font-weight: var(--weight-bold);
    line-height: var(--line-height-150);
  }
}
.contact--personal .contact__card--request .contact__section--highlight {
  color: var(--primary-red);
}
.contact--personal .contact__section--inquiry {
  display: grid;
  grid-auto-flow: row;
  gap: var(--space-40);
}
@media only screen and (max-width: 767px) {
  .contact--personal .contact__section--inquiry {
    gap: var(--space-20);
  }
}
.contact--personal .contact__section--inquiry .contact__mailform {
  display: grid;
  grid-auto-flow: row;
  gap: var(--space-40);
}
@media only screen and (max-width: 767px) {
  .contact--personal .contact__section--inquiry .contact__mailform {
    gap: var(--space-20);
  }
}
.contact--personal .contact__section--inquiry .contact__mailform .contact__card--action {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: min(2.083vw, 30px);
  padding: min(2.778vw, 40px) min(5.903vw, 85px);
}
@media only screen and (max-width: 767px) {
  .contact--personal .contact__section--inquiry .contact__mailform .contact__card--action {
    grid-template-columns: 1fr;
    gap: var(--space-20);
    padding: 10.256vw 6.41vw;
  }
}
.contact--personal .contact__section--inquiry .contact__mailform .contact__card--action .c-button {
  --c-button--width: 100%;
}
.contact--personal .contact__section--inquiry .contact__mailform .contact__card--action .c-button.type--primary .c-button__text {
  --c-button__text--padding: var(--space-5);
}
.contact--personal .contact__section--inquiry .contact__mailform .c-annotation {
  margin-top: max(-2.083vw, -30px);
  gap: var(--space-5);
  font-family: var(--family-jp);
  font-size: var(--size-14px);
  font-weight: var(--weight-regular);
  line-height: var(--line-height-170);
}
@media only screen and (max-width: 767px) {
  .contact--personal .contact__section--inquiry .contact__mailform .c-annotation {
    font-size: var(--size-14px);
    font-weight: var(--weight-regular);
    line-height: var(--line-height-170);
  }
}
@media only screen and (max-width: 767px) {
  .contact--personal .contact__section--inquiry .contact__mailform .c-annotation {
    font-family: var(--family-jp);
    font-size: var(--size-12px);
    font-weight: var(--weight-regular);
    line-height: var(--line-height-170);
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .contact--personal .contact__section--inquiry .contact__mailform .c-annotation {
    font-size: var(--size-12px);
    font-weight: var(--weight-regular);
    line-height: var(--line-height-170);
  }
}
@media only screen and (max-width: 767px) {
  .contact--personal .contact__section--inquiry .contact__mailform .c-annotation {
    margin-top: -2.564vw;
  }
}
.contact--personal .contact__section--inquiry .contact__mailform .c-annotation .contact__annotation__link {
  color: var(--primary-red);
  text-decoration: underline;
}
.contact--personal .contact__section--inquiry .contact__mailform .c-annotation .contact__annotation__highlight {
  color: var(--primary-red);
}
.contact--personal .contact__section--inquiry .contact__other {
  background-color: var(--background-light_gray);
  display: grid;
  gap: var(--space-40);
  padding: min(4.167vw, 60px) min(3.472vw, 50px);
}
@media only screen and (max-width: 767px) {
  .contact--personal .contact__section--inquiry .contact__other {
    padding: 10.256vw 5.128vw;
  }
}
.contact--personal .contact__section--inquiry .contact__other .contact__other--item {
  display: grid;
  grid-auto-flow: row;
  gap: var(--space-20);
}
.contact--personal .contact__section--inquiry .contact__other .contact__other--phone .c-extension_newslink.kind--telephone {
  background-color: var(--background-white);
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .contact--personal .contact__section--inquiry .contact__other .contact__other--phone .c-extension_newslink.kind--telephone {
    height: auto;
    padding: 10.256vw 0;
  }
}
.contact--personal .contact__section--inquiry .contact__other .contact__other--phone .c-extension_newslink.kind--telephone .c-extension_newslink__overview {
  display: grid;
  justify-items: center;
  gap: var(--space-15);
}
@media only screen and (max-width: 767px) {
  .contact--personal .contact__section--inquiry .contact__other .contact__other--phone .c-extension_newslink.kind--telephone .c-extension_newslink__overview {
    gap: var(--space-5);
  }
}
.contact--personal .contact__section--inquiry .contact__other .contact__other--phone .c-extension_newslink.kind--telephone .small {
  font-family: var(--family-jp);
  font-size: var(--size-16px);
  font-weight: var(--weight-bold);
  line-height: var(--line-height-170);
}
@media only screen and (max-width: 767px) {
  .contact--personal .contact__section--inquiry .contact__other .contact__other--phone .c-extension_newslink.kind--telephone .small {
    font-size: var(--size-16px);
    font-weight: var(--weight-bold);
    line-height: var(--line-height-170);
  }
}
@media only screen and (max-width: 767px) {
  .contact--personal .contact__section--inquiry .contact__other .contact__other--phone .c-extension_newslink.kind--telephone .small {
    font-family: var(--family-jp);
    font-size: var(--size-14px);
    font-weight: var(--weight-bold);
    line-height: var(--line-height-150);
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .contact--personal .contact__section--inquiry .contact__other .contact__other--phone .c-extension_newslink.kind--telephone .small {
    font-size: var(--size-14px);
    font-weight: var(--weight-bold);
    line-height: var(--line-height-150);
  }
}
.contact--personal .contact__section--inquiry .contact__other .contact__other--phone .c-extension_newslink.kind--telephone .c-extension_newslink__time {
  text-align: center;
  font-family: var(--family-jp);
  font-size: var(--size-16px);
  font-weight: var(--weight-regular);
  line-height: var(--line-height-170);
}
@media only screen and (max-width: 767px) {
  .contact--personal .contact__section--inquiry .contact__other .contact__other--phone .c-extension_newslink.kind--telephone .c-extension_newslink__time {
    font-size: var(--size-16px);
    font-weight: var(--weight-regular);
    line-height: var(--line-height-170);
  }
}
@media only screen and (max-width: 767px) {
  .contact--personal .contact__section--inquiry .contact__other .contact__other--phone .c-extension_newslink.kind--telephone .c-extension_newslink__time {
    font-family: var(--family-jp);
    font-size: var(--size-14px);
    font-weight: var(--weight-regular);
    line-height: var(--line-height-170);
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .contact--personal .contact__section--inquiry .contact__other .contact__other--phone .c-extension_newslink.kind--telephone .c-extension_newslink__time {
    font-size: var(--size-14px);
    font-weight: var(--weight-regular);
    line-height: var(--line-height-170);
  }
}
.contact--personal .contact__section--inquiry .contact__other .contact__other--postal .contact__card {
  background-color: var(--background-white);
  border: none;
  border-radius: var(--size-20px);
  padding: min(2.778vw, 40px);
}
@media only screen and (max-width: 767px) {
  .contact--personal .contact__section--inquiry .contact__other .contact__other--postal .contact__card {
    padding: 5.128vw;
  }
}
.contact--personal .contact__section--voice .c-extension_accordion__content-text {
  display: grid;
  grid-auto-flow: row;
  gap: var(--space-40);
}
.contact--personal .contact__voice-row {
  display: grid;
  grid-template-columns: auto min(32.431vw, 467px);
  gap: var(--space-40);
}
@media only screen and (max-width: 767px) {
  .contact--personal .contact__voice-row {
    grid-template-columns: 1fr;
    gap: var(--space-20);
  }
}
.contact--personal .contact__voice-body {
  display: grid;
  grid-template-rows: auto 1fr;
  gap: var(--space-20);
  align-items: start;
}
.contact--personal .contact__voice-heading {
  width: 100%;
  padding: var(--space-10);
  color: var(--primary-red);
  background-color: var(--background-light_gray);
  text-align: center;
  font-family: var(--family-jp);
  font-size: var(--size-16px);
  font-weight: var(--weight-bold);
  line-height: var(--line-height-170);
}
@media only screen and (max-width: 767px) {
  .contact--personal .contact__voice-heading {
    font-size: var(--size-16px);
    font-weight: var(--weight-bold);
    line-height: var(--line-height-170);
  }
}
@media only screen and (max-width: 767px) {
  .contact--personal .contact__voice-heading {
    font-family: var(--family-jp);
    font-size: var(--size-14px);
    font-weight: var(--weight-bold);
    line-height: var(--line-height-150);
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .contact--personal .contact__voice-heading {
    font-size: var(--size-14px);
    font-weight: var(--weight-bold);
    line-height: var(--line-height-150);
  }
}
.contact--personal .contact__voice-media {
  display: grid;
  grid-auto-flow: row;
  gap: var(--space-10);
}
.contact--personal .contact__voice-media .contact__card {
  gap: 0;
  align-items: start;
}
.contact--personal .contact__voice-media .contact__card img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media only screen and (max-width: 767px) {
  .contact--personal .contact__voice-media {
    grid-template-columns: 1fr;
    gap: var(--space-20);
  }
}
.contact--personal .contact__voice-badge {
  width: 100%;
  padding: var(--space-10);
  text-align: center;
  color: var(--text-white);
  font-family: var(--family-jp);
  font-size: var(--size-16px);
  font-weight: var(--weight-bold);
  line-height: var(--line-height-170);
}
@media only screen and (max-width: 767px) {
  .contact--personal .contact__voice-badge {
    font-size: var(--size-16px);
    font-weight: var(--weight-bold);
    line-height: var(--line-height-170);
  }
}
@media only screen and (max-width: 767px) {
  .contact--personal .contact__voice-badge {
    font-family: var(--family-jp);
    font-size: var(--size-14px);
    font-weight: var(--weight-bold);
    line-height: var(--line-height-150);
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .contact--personal .contact__voice-badge {
    font-size: var(--size-14px);
    font-weight: var(--weight-bold);
    line-height: var(--line-height-150);
  }
}
.contact--personal .contact__voice-badge--before {
  background-color: var(--text-gray);
}
.contact--personal .contact__voice-badge--after {
  background-color: var(--primary-red);
}
.contact--personal .contact__voice-row--img2 {
  grid-template-columns: min(20.833vw, 300px) auto;
}
@media only screen and (max-width: 767px) {
  .contact--personal .contact__voice-row--img2 {
    grid-template-columns: 1fr;
  }
}
.contact--personal .contact__voice-row--img2 .contact__voice-media {
  grid-template-columns: repeat(2, 1fr);
}
@media only screen and (max-width: 767px) {
  .contact--personal .contact__voice-row--img2 .contact__voice-media {
    grid-template-columns: 1fr;
  }
}
.contact--personal .contact__voice-row--img2 .contact__voice-media .contact__card {
  width: min(23.264vw, 335px);
}
@media only screen and (max-width: 767px) {
  .contact--personal .contact__voice-row--img2 .contact__voice-media .contact__card {
    width: 100%;
  }
}
.contact--personal .is-align-start {
  align-items: start;
}
.contact--personal .contact__section--faq .contact___qa__answer-text {
  display: grid;
  grid-auto-flow: row;
  gap: var(--space-20);
}
@media only screen and (max-width: 767px) {
  .contact--personal .contact__section--faq .c-extension_accordion_qa__answer {
    gap: var(--space-20);
  }
}
.contact--personal .contact__section--faq .c-extension_accordion_qa__answer-text {
  display: grid;
  grid-auto-flow: row;
  gap: var(--space-20);
}
.contact--personal .contact__section--faq .c-extension_accordion_qa__answer-image {
  overflow: visible;
}
.contact--personal .contact__section--faq .c-extension_movie__embed {
  border-radius: min(1.389vw, 20px);
}
@media only screen and (max-width: 767px) {
  .contact--personal .contact__section--faq .c-extension_movie__embed {
    border-radius: 5.128vw;
  }
}
.contact--personal .contact__section--faq .contact___qa__answer-text__note {
  display: grid;
  grid-auto-flow: row;
  gap: var(--space-20);
  background-color: var(--background-light_gray);
  padding: min(2.083vw, 30px);
  font-family: var(--family-jp);
  font-size: var(--size-12px);
  font-weight: var(--weight-regular);
  line-height: var(--line-height-170);
}
@media only screen and (max-width: 767px) {
  .contact--personal .contact__section--faq .contact___qa__answer-text__note {
    font-size: var(--size-12px);
    font-weight: var(--weight-regular);
    line-height: var(--line-height-170);
  }
}
@media only screen and (max-width: 767px) {
  .contact--personal .contact__section--faq .contact___qa__answer-text__note {
    font-family: var(--family-jp);
    font-size: var(--size-10px);
    font-weight: var(--weight-regular);
    line-height: var(--line-height-170);
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .contact--personal .contact__section--faq .contact___qa__answer-text__note {
    font-size: var(--size-10px);
    font-weight: var(--weight-regular);
    line-height: var(--line-height-170);
  }
}
@media only screen and (max-width: 767px) {
  .contact--personal .contact__section--faq .contact___qa__answer-text__note {
    padding: 7.692vw 4.615vw;
  }
}
.contact--personal .contact__section--faq .contact___qa__answer-text__attention {
  color: var(--primary-red);
}
.contact--personal .contact__section--faq .c-extension_movie.size--variable {
  --c-extension_movie--width: min(32.292vw, 465px);
}
@media only screen and (max-width: 767px) {
  .contact--personal .contact__section--faq .c-extension_movie.size--variable {
    --c-extension_movie--width: 69.231vw;
  }
}
.contact--personal .contact__section--faq .c-extension_movie__caption {
  position: relative;
  z-index: 1;
}/*# sourceMappingURL=contact.css.map */