@charset "UTF-8";
@counter-style middle-dot {
  system: cyclic;
  symbols: ・;
  suffix: " ";
  fallback: disc;
}
@counter-style large-dot {
  system: cyclic;
  symbols: ●;
  suffix: " ";
  fallback: disc;
}
@counter-style large-dot-white {
  system: cyclic;
  symbols: 〇;
  suffix: " ";
  fallback: disc;
}
.zen-kaku-gothic-new-light {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.zen-kaku-gothic-new-regular {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.zen-kaku-gothic-new-medium {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.zen-kaku-gothic-new-bold {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.zen-kaku-gothic-new-black {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.philosopher-regular {
  font-family: "Philosopher", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.noto-sans-jp-medium {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

.p-container {
  max-width: 62.5rem;
  margin: 0 auto;
}

.faq__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.3125rem 0;
  margin-bottom: 0.9375rem;
}
.faq__heading > .en {
  font-family: "Philosopher", sans-serif;
  line-height: 1;
  font-size: 2.5rem;
  position: relative;
  padding-bottom: 0.625rem;
}
.faq__heading > .en::after {
  content: "";
  display: inline-block;
  width: 1.875rem;
  height: 1px;
  background-color: #d80c24;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.faq__heading > .ja {
  font-size: 1.5rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .faq__heading {
    margin-bottom: 0.3125rem;
  }
  .faq__heading > .en {
    font-size: 1.5rem;
  }
  .faq__heading > .ja {
    font-size: 1rem;
  }
}
.faq__lead {
  text-align: center;
}
.faq__contents {
  counter-reset: faq;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(310px, 1fr));
  gap: 1.875rem;
  margin-top: 1.25rem;
}
@media screen and (max-width: 576px) {
  .faq__contents {
    grid-template-columns: 1fr;
  }
}
.faq__list {
  counter-increment: faq;
  background-color: #f9f9f9;
  border: 1px solid #ededeb;
  padding-bottom: 0.625rem;
  min-height: 7.1875rem;
}
@media screen and (max-width: 576px) {
  .faq__list {
    min-height: auto;
  }
}
.faq__list .question {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  padding: 1.25rem 1.25rem 0.625rem 1.25rem;
  gap: 0.625rem;
}
.faq__list .question__heading {
  font-size: 0.875rem;
  font-weight: 500;
}
.faq__list .question::before {
  content: "Q." counter(faq, decimal-leading-zero);
  font-family: "Philosopher", sans-serif;
  color: #d80c24;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  line-height: 1;
  padding-top: calc((25.2px - 1lh) / 2);
}
@media screen and (max-width: 767px) {
  .faq__list .question__heading {
    font-size: 1rem;
    margin-top: calc((26px - 1lh) / 2);
  }
  .faq__list .question::before {
    width: 1.625rem;
    height: 1.625rem;
    font-size: 1rem;
    padding-top: 0.3125rem;
  }
}
.faq__list .answer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(0.625rem, 0.3409090909rem + 1.2121212121vw, 1.25rem);
  overflow: hidden;
  padding: 0 1.25rem 0.625rem 1.25rem;
}
.faq__list .answer__inner {
  border-left: 1px solid #d80c24;
  padding-left: 0.625rem;
}
.faq__list .answer__inner__text {
  font-size: 0.875rem;
}
.faq__list .answer__inner__heading {
  margin: 1.25rem 0 0.625rem;
}
.faq__list .answer__inner__heading--border {
  padding-bottom: 0.3125rem;
  border-bottom: 1px solid #929292;
}
.faq__list .answer__inner__list {
  margin-top: 0.625rem;
  padding-left: 1.5em;
}
.faq__list .answer__inner__list .list {
  list-style-type: large-dot;
}
.faq__list .answer__inner__grid {
  display: grid;
  grid-template-columns: 3em calc(100% - (3em + 1.25rem));
  gap: 0.625rem 1.25rem;
}
.faq__list .answer__inner__anno .anno {
  font-size: 0.8125rem;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .faq__list .answer::before {
    margin-top: 0.9375rem;
    width: 1.625rem;
    height: 1.625rem;
    font-size: 1rem;
  }
  .faq__list .answer__inner {
    margin-top: calc((26px - 1lh) / 2);
    padding-top: 0.9375rem;
  }
  .faq__list .answer__inner__grid {
    grid-template-columns: 3em calc(100% - (3em + 0.3125rem));
    gap: 0.625rem 0.3125rem;
  }
  .faq__list .answer__inner__anno .anno {
    font-size: 0.75rem;
    letter-spacing: 0;
  }
}
.faq__list.is-opened .question .toggle::after {
  -webkit-transform: rotateZ(0deg);
          transform: rotateZ(0deg);
}

.contact {
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .contact {
    margin-top: 2.5rem;
  }
}
.contact .em {
  color: #d80c24;
  font-style: normal;
}
.contact__lead {
  font-size: 1.25rem;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .contact__lead {
    font-size: 1rem;
  }
}
.contact__form {
  margin-top: 1.875rem;
}
.contact__form .input,
.contact__form .textarea {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1rem;
}
.contact__form .input:focus,
.contact__form .textarea:focus {
  border-color: #121212;
}
.contact__form .text__input {
  background-color: #ffffff;
  border: 1px solid #929292;
  border-radius: 3px;
  display: block;
  width: 100%;
  padding: calc((56px - 1lh - 2px) / 2) 15px;
}
.contact__form .text__input.is-error {
  border-color: #d80c24;
}
.contact__form .checkbox__label {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 0.3125rem;
}
.contact__form .checkbox__input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin: 0;
  width: 1.25rem;
  height: 1.25rem;
  background-color: #ffffff;
  border: 1px solid #e1e1e1;
  border-radius: 3px;
  cursor: pointer;
}
.contact__form .checkbox__input::after {
  content: "";
  background: center/55% no-repeat url("../img/inquiry/icon_check.svg");
  width: 100%;
  height: 100%;
  display: block;
  opacity: 0;
}
.contact__form .checkbox__input:checked {
  background-color: #d80c24;
  border-color: #d80c24;
}
.contact__form .checkbox__input:checked::after {
  opacity: 1;
}
.contact__form .checkbox__input.is-error {
  border-color: #d80c24;
}
.contact__form .textarea {
  background-color: #ffffff;
  border: 1px solid #929292;
  border-radius: 3px;
  display: block;
  width: 100%;
  min-height: 12.5rem;
  padding: calc((56px - 1lh - 2px) / 2) 15px;
}
.contact__form .textarea.is-error {
  border-color: #d80c24;
}
@media screen and (max-width: 767px) {
  .contact__form .textarea {
    height: 13.375rem;
  }
}
.contact__form .is-error .contact__form__table__tr__td__errorText {
  display: block;
}
.contact__form__table__tr {
  display: grid;
  grid-template-columns: 15rem calc(100% - 15rem);
  gap: 0.625rem 0;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
  .contact__form__table__tr {
    grid-template-columns: 1fr;
    margin-bottom: 1.25rem;
  }
}
.contact__form__table__tr__th {
  font-weight: 500;
}
.contact__form__table__tr__th .sup {
  display: inline-block;
  font-size: 0.7em;
  vertical-align: top;
}
.contact__form__table__tr__td__errorText {
  color: #d80c24;
  margin-top: 0.3125rem;
  display: none;
}
.contact__form__table__tr__td .check__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.625rem 1.25rem;
}
.contact__form__table__tr__td .check__list__item .checkbox__label {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 0.3125rem;
}
.contact__form__table__tr__td .check__list__item .checkbox__input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin: 0;
  width: 1.25rem;
  height: 1.25rem;
  background-color: #ffffff;
  border: 1px solid #e1e1e1;
  border-radius: 3px;
  cursor: pointer;
}
.contact__form__table__tr__td .check__list__item .checkbox__input::after {
  content: "";
  background: center/55% no-repeat url("../img/inquiry/icon_check.svg");
  width: 100%;
  height: 100%;
  display: block;
  opacity: 0;
}
.contact__form__table__tr__td .check__list__item .checkbox__input:checked {
  background-color: #d80c24;
  border-color: #d80c24;
}
.contact__form__table__tr__td .check__list__item .checkbox__input:checked::after {
  opacity: 1;
}
.contact__form__table__tr__td .check__list__item .checkbox__input.is-error {
  border-color: #d80c24;
}
.contact__form__table__tr__td .name {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 1.25rem;
}
@media screen and (max-width: 767px) {
  .contact__form__table__tr__td .name {
    gap: 0 0.625rem;
  }
}
.contact__form__table__tr__td .name .title {
  margin-bottom: 0.3125rem;
}
.contact__form__table__tr__td .postal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 1.875rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contact__form__table__tr__td .postal__input {
  display: grid;
  grid-template-columns: 5rem 0.5em 5rem;
  gap: 0 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .contact__form__table__tr__td .postal__input {
    grid-template-columns: 4.375rem 0.5em 4.375rem;
  }
}
.contact__form__table__tr__td .postal__button .btn {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 0.75rem;
  font-weight: 500;
  color: #ffffff;
  background-color: #d80c24;
  border-radius: 3px;
  border: 1px solid #d80c24;
  padding: 0.65625rem 1.25rem 0.71875rem;
  cursor: pointer;
  -webkit-transition: color 0.2s, background-color 0.2s;
  transition: color 0.2s, background-color 0.2s;
}
@media (min-width: 768px) {
  .contact__form__table__tr__td .postal__button .btn:hover {
    color: #d80c24;
    background-color: #ffffff;
  }
}
@media (max-width: 767px) {
  .contact__form__table__tr__td .postal__button .btn:active {
    color: #d80c24;
    background-color: #ffffff;
  }
}
.contact__form__table__tr__td .postal__button .btn:focus {
  border-color: #121212;
}
.contact__form__table__tr__td .prefecture {
  position: relative;
  width: 100%;
  max-width: 12.875rem;
}
.contact__form__table__tr__td .prefecture__input {
  background-color: #ffffff;
  border: 1px solid #929292;
  border-radius: 3px;
  display: block;
  width: 100%;
  padding: calc((56px - 1lh - 2px) / 2) 15px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.contact__form__table__tr__td .prefecture__input.is-error {
  border-color: #d80c24;
}
.contact__form__table__tr__td .prefecture::after {
  content: "";
  display: inline-block;
  width: 0.375rem;
  height: 0.375rem;
  border-bottom: 1px solid #d80c24;
  border-right: 1px solid #d80c24;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: -0.25rem;
  bottom: 0px;
  margin: auto 0;
  right: 1.25rem;
}
.contact__form__table__tr__td .tel {
  display: grid;
  grid-template-columns: 5rem 0.5em 5rem 0.5em 5rem;
  gap: 0 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contact__form__table__tr__td .mail__inner:first-child {
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
  .contact__form__table__tr__td .mail__inner:first-child {
    margin-bottom: 1.25rem;
  }
}
.contact__form__table__tr__td .mail__inner__text {
  font-weight: 500;
  margin-bottom: 0.3125rem;
}
.contact__form__table__tr__td .address_detail__lead {
  background-color: #121212;
  padding: 0.375rem 0.625rem 0.3125rem;
  margin-top: 0.9375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #ffffff;
  gap: 0 0.3125rem;
}
.contact__form__table__tr__td .address_detail__lead::before {
  content: "※";
}
.contact__form__table__tr__td .address_detail__lead .lead {
  text-align: left;
}
.contact__form__checkpoints {
  padding: 1.875rem 2.5rem;
  border: 1px solid #929292;
  border-radius: 0.1875rem;
  margin: 5rem 0;
}
@media screen and (max-width: 767px) {
  .contact__form__checkpoints {
    padding: 1.875rem 1.25rem;
    margin: 2.5rem 0;
  }
}
.contact__form__checkpoints .checkpoint__heading {
  font-size: 1.125rem;
  font-weight: 500;
  margin-bottom: 1.875rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .contact__form__checkpoints .checkpoint__heading {
    font-size: 1rem;
    margin-bottom: 1.25rem;
  }
}
.contact__form__checkpoints .checkpoint__inner {
  margin-top: calc((40px - 1lh) / 2);
  padding-top: 1.25rem;
}
.contact__form__checkpoints .checkpoint__inner__heading {
  font-weight: 500;
  margin: 1.25rem 0 0.625rem;
}
.contact__form__checkpoints .checkpoint__inner__heading--border {
  padding-bottom: 0.3125rem;
  border-bottom: 1px solid #929292;
}
.contact__form__checkpoints .checkpoint__inner__list {
  margin-top: 0.625rem;
  padding-left: 1.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2em;
}
@media screen and (max-width: 767px) {
  .contact__form__checkpoints .checkpoint__inner__list {
    display: block;
  }
}
.contact__form__checkpoints .checkpoint__inner__list .list {
  list-style-type: large-dot;
}
.contact__form__checkpoints .checkpoint__inner__grid {
  display: grid;
  grid-template-columns: 3em calc(100% - (3em + 1.25rem));
  gap: 0.625rem 1.25rem;
}
.contact__form__checkpoints .checkpoint__inner__table {
  width: 100%;
  margin-bottom: 1.25rem;
}
.contact__form__checkpoints .checkpoint__inner__table .table__thead__tr {
  border-bottom: 1px solid #ededeb;
}
.contact__form__checkpoints .checkpoint__inner__table .table__thead__tr .th {
  width: 32.61%;
  font-weight: 400;
  padding: 0.3125rem 0.625rem;
  background-color: #f9f9f9;
  vertical-align: middle;
  text-align: center;
}
.contact__form__checkpoints .checkpoint__inner__table .table__thead__tr .th:not(:first-child) {
  width: 67.39%;
  border-left: 1px solid #ededeb;
}
.contact__form__checkpoints .checkpoint__inner__table .table__thead__tr .th .text {
  text-align: left;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .contact__form__checkpoints .checkpoint__inner__table .table__thead__tr .th {
    width: 50%;
  }
}
.contact__form__checkpoints .checkpoint__inner__table .table__tbody__tr .th,
.contact__form__checkpoints .checkpoint__inner__table .table__tbody__tr .td {
  padding: 0.3125rem 0.625rem;
  vertical-align: middle;
}
.contact__form__checkpoints .checkpoint__inner__table .table__tbody__tr .th {
  font-weight: 400;
  background-color: #f9f9f9;
  border-right: 1px solid #ededeb;
  text-align: left;
}
.contact__form__checkpoints .checkpoint__inner__table .table__tbody__tr .td {
  text-align: center;
}
.contact__form__checkpoints .checkpoint__inner__table .table__tbody__tr:not(:last-child) {
  border-bottom: 1px solid #ededeb;
}
.contact__form__checkpoints .checkpoint__inner__anno .anno {
  font-size: 0.8125rem;
  letter-spacing: 0.02em;
}
.contact__form__privacy .privacy__holder {
  padding: 1.875rem 2.5rem;
  border: 1px solid #929292;
  border-radius: 0.1875rem;
}
@media screen and (max-width: 767px) {
  .contact__form__privacy .privacy__holder {
    padding: 1.875rem 1.25rem;
  }
}
.contact__form__privacy .privacy__holder__heading {
  font-size: 1.125rem;
  font-weight: 500;
  margin-bottom: 1.875rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .contact__form__privacy .privacy__holder__heading {
    font-size: 1rem;
    margin-bottom: 1.25rem;
  }
}
.contact__form__privacy .privacy__holder__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem 0;
}
.contact__form__privacy .privacy__holder__text .text .link {
  color: #d80c24;
  text-decoration: underline;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
@media (min-width: 768px) {
  .contact__form__privacy .privacy__holder__text .text .link:hover {
    opacity: 0.5;
  }
}
@media (max-width: 767px) {
  .contact__form__privacy .privacy__holder__text .text .link:active {
    opacity: 0.5;
  }
}
.contact__form__privacy .privacy__agree {
  margin-top: 1.25rem;
  text-align: center;
}
.contact__form__privacy .privacy__agree .checkbox__label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.contact__form__button {
  margin-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .contact__form__button {
    margin-top: 2.5rem;
  }
}
.contact__confirm__table__tr {
  display: grid;
  grid-template-columns: 15rem calc(100% - 15rem);
  gap: 0.625rem 0;
  padding: 1.875rem 0 1.8125rem;
  border-bottom: 1px solid #ededeb;
}
@media screen and (max-width: 767px) {
  .contact__confirm__table__tr {
    grid-template-columns: 1fr;
    padding: 1.25rem 0;
  }
}
.contact__confirm__table__tr__th {
  font-weight: 500;
}
.contact__confirm__table__tr__td {
  font-size: 1rem;
}
.contact__confirm__btns {
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .contact__confirm__btns {
    margin-top: 2.5rem;
  }
}
.contact__confirm__btns__prevBtn {
  margin-top: 2.5rem;
}

.contact-confirm {
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .contact-confirm {
    margin-top: 2.5rem;
  }
}
.contact-confirm__form {
  margin-top: 1.875rem;
}

@media screen and (max-width: 767px) {
  .contact-finish {
    margin-top: 2.5rem;
  }
}
.contact-finish__inner {
  max-width: 50rem;
  margin: 0 auto;
}
.contact-finish__heading {
  position: relative;
  text-align: center;
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .contact-finish__heading {
    font-size: 1.125rem;
  }
}
.contact-finish__heading {
  font-weight: 500;
  padding-bottom: 0.3125rem;
  margin-bottom: 3.75rem;
}
@media screen and (max-width: 767px) {
  .contact-finish__heading {
    padding-bottom: 0.625rem;
    margin-bottom: 2.5rem;
  }
}
.contact-finish__heading::after {
  content: "";
  display: inline-block;
  width: 2.5rem;
  height: 1px;
  background-color: #d80c24;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.contact-finish__text {
  margin-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .contact-finish__text {
    margin-bottom: 2.5rem;
  }
}/*# sourceMappingURL=inquiry.css.map */