.c-mv {
  --mv-size: 12.1rem;
}
@media (min-width: 768px) {
  .c-mv {
    --mv-size: 18.8rem;
  }
}

.p-faq {
  --paddingTop: 5rem;
  position: relative;
  background-color: #EDE5D3;
  padding-block: 5rem 6rem;
}
@media (min-width: 768px) {
  .p-faq {
    --paddingTop: 10rem;
    padding-block: 10rem 12rem;
  }
}
.p-faq__symbol-1 {
  display: none;
  position: absolute;
  right: 2.5rem;
  top: -1rem;
}
@media (min-width: 768px) {
  .p-faq__symbol-1 {
    display: inline-block;
    top: -7rem;
    right: 3rem;
  }
}
.p-faq__head {
  display: flex;
  align-items: center;
  gap: 4rem;
  margin-bottom: 5rem;
  flex-direction: column;
}
@media (min-width: 768px) {
  .p-faq__head {
    margin-bottom: 7rem;
    flex-direction: inherit;
  }
}
.p-faq__head .hline01 {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .p-faq__head .hline01 {
    flex-direction: column-reverse;
    gap: 0.6rem;
  }
}
.p-faq__head-txt {
  font-size: 1.6rem;
  font-weight: 500;
}
.p-faq__anchor {
  display: grid;
  gap: 0.8rem;
  margin-bottom: 5rem;
}
@media (min-width: 768px) {
  .p-faq__anchor {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    margin-bottom: 8rem;
    padding-inline: 1rem;
  }
}
.p-faq__anchor .btn-anchor {
  justify-content: center;
  min-height: 6rem;
}
@media (min-width: 768px) {
  .p-faq__anchor .btn-anchor {
    min-height: 8rem;
  }
}
@media (max-width: 767px) {
  .p-faq__anchor .btn-anchor::after {
    transform: translateY(-50%) rotate(-90deg);
  }
}
.p-faq .faq-block {
  padding-top: 2rem;
  margin-top: -2rem;
}
.p-faq .hline03 {
  margin-bottom: 6.7rem;
}
.p-faq__list {
  display: grid;
  row-gap: 0.8rem;
  margin-bottom: 6rem;
}
@media (min-width: 768px) {
  .p-faq__list {
    row-gap: 1.6rem;
  }
}
.p-faq__link {
  display: flex;
  align-items: normal;
  width: 100%;
  gap: 3rem;
  min-height: 14rem;
  background-color: #F5EFE1;
  border-radius: 1rem;
  padding-right: 4rem;
}
.p-faq__link-icon {
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: flex;
  align-items: center;
  padding: 0 2rem;
}
.p-faq__link-icon::after {
  content: "";
  position: absolute;
  z-index: -1;
  aspect-ratio: 1;
  width: 200%;
  background-color: #fff;
  opacity: 0.5;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
}
.p-faq__link-icon img {
  width: 5.3rem;
}
.p-faq__link-ttl {
  flex: 1 1;
  font-size: 2.4rem;
  align-self: center;
}
.p-faq__link .icon {
  align-self: center;
  flex-shrink: 0;
  aspect-ratio: 1;
  background-color: var(--color-secondary);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: var(--btn-icon-size, 4rem);
}
.p-faq__link .icon::after {
  content: "";
  aspect-ratio: 8/14;
  background-color: var(--btn-background-color);
  -webkit-mask: url("../images/common/icon_arrow01.svg") no-repeat center/contain;
  mask: url("../images/common/icon_arrow01.svg") no-repeat center/contain;
  width: 0.7rem;
  transition: 0.3s ease;
  background-color: #fff;
}
@media (min-width: 768px) {
  .p-faq__link .icon::after {
    width: 0.8rem;
  }
}

.faq-item {
  background-color: #fff;
  border-radius: 1rem;
  padding: 0 1.5rem;
}
@media (min-width: 768px) {
  .faq-item {
    padding: 0 2rem;
  }
}
.faq-item__ttl {
  display: flex;
  align-items: flex-start;
  gap: 1.2rem;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.46667;
  padding: 2rem 0 2rem 4.5rem;
  position: relative;
}
@media (min-width: 768px) {
  .faq-item__ttl {
    align-items: center;
    gap: 1.6rem;
    font-size: 1.8rem;
    padding: 2rem 0 2rem;
    cursor: pointer;
    transition: 0.3s ease;
  }
  .faq-item__ttl:hover {
    color: var(--color-secondary);
  }
  .faq-item__ttl:not(.is-active):hover .icon-expand {
    transform: rotate(90deg);
  }
}
.faq-item__ttl::before {
  content: "Q";
  aspect-ratio: 1;
  background-color: var(--color-secondary);
  border-radius: 50%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-en);
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  flex-shrink: 0;
  width: 3.2rem;
  line-height: 1;
}
@media (min-width: 768px) {
  .faq-item__ttl::before {
    font-size: 2.4rem;
    margin-top: -0.5rem;
    width: 4.4rem;
  }
}
@media (max-width: 767px) {
  .faq-item__ttl::before {
    position: absolute;
    left: 0;
    top: 1.5rem;
  }
}
.faq-item__ttl.is-active .icon-expand::before {
  opacity: 0;
  transform: translate(-50%, -50%) rotate(180deg);
}
.faq-item__ttl .icon-expand {
  align-self: center;
  aspect-ratio: 1;
  flex-shrink: 0;
  margin-left: auto;
  width: 2rem;
  position: relative;
}
@media (min-width: 768px) {
  .faq-item__ttl .icon-expand {
    transition: 0.3s ease;
    width: 3rem;
  }
}
.faq-item__ttl .icon-expand::before, .faq-item__ttl .icon-expand::after {
  content: "";
  background-color: var(--color-secondary);
  border-radius: 1rem;
  height: 2px;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s ease;
}
.faq-item__ttl .icon-expand::before {
  transform: translate(-50%, -50%) rotate(90deg);
}
.faq-item__body {
  border-top: 1px solid #CCCDD0;
  position: relative;
  padding-block: 1.6rem 3rem;
  display: none;
}
@media (min-width: 768px) {
  .faq-item__body {
    padding-block: 2rem 4rem;
  }
}
.faq-item__body::before {
  content: "A";
  aspect-ratio: 1;
  background-color: var(--color-primary);
  border-radius: 50%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-en);
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  flex-shrink: 0;
  width: 3.2rem;
  position: absolute;
  left: 0;
  top: 1.6rem;
  line-height: 1;
}
@media (min-width: 768px) {
  .faq-item__body::before {
    font-size: 2.4rem;
    top: 2rem;
    width: 4.4rem;
  }
}
.faq-item__txt {
  display: grid;
  row-gap: 1.6rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.625;
  padding: 0.5rem 1.5rem 0 4rem;
}
@media (min-width: 768px) {
  .faq-item__txt {
    font-size: 1.6rem;
    padding: 1rem 0 0 6rem;
  }
}
.faq-item__note {
  font-size: 1.2rem;
}
@media (min-width: 768px) {
  .faq-item__note {
    font-size: 1.4rem;
    text-align: right;
  }
}
.faq-item__btn {
  margin-top: 0.8rem;
}

.faq-group__row {
  font-size: 1.6rem;
  margin-bottom: 0.6rem;
}
@media (min-width: 768px) {
  .faq-group__row {
    display: grid;
    grid-template-columns: 16rem 1fr;
    gap: 2rem;
  }
}
.faq-group__row:last-child {
  margin-bottom: 0;
}
.faq-group__head {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  .faq-group__head {
    font-size: 1.5rem;
  }
}
.faq-group__head::before {
  content: "";
  background-color: var(--color-secondary);
  border-radius: 50%;
  aspect-ratio: 1;
  flex-shrink: 0;
  width: 0.8rem;
}

.faq-tbl {
  table-layout: fixed;
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 0.6rem;
  overflow: hidden;
  font-weight: 400;
  min-width: 82rem;
}
.faq-tbl__ttl {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  font-size: 1.6rem;
  font-weight: bold;
}
.faq-tbl__ttl::before {
  content: "";
  position: relative;
  background-color: var(--color-secondary);
  border-radius: 50%;
  top: 1rem;
  width: 0.8rem;
  aspect-ratio: 1;
}
@media (min-width: 768px) {
  .faq-tbl__ttl::before {
    width: 1rem;
    top: 0.8rem;
  }
}
.faq-tbl th {
  background-color: var(--color-secondary);
  color: #fff;
  font-size: 1.3rem;
}
@media (min-width: 768px) {
  .faq-tbl th {
    font-size: 1.4rem;
  }
}
.faq-tbl th.none-bg {
  background-color: transparent;
  color: var(--color-body);
}
.faq-tbl th.width-01 {
  width: 21rem;
}
@media (min-width: 768px) {
  .faq-tbl th.width-01 {
    width: 22.4rem;
  }
}
.faq-tbl td {
  font-size: 1.3rem;
}
@media (min-width: 768px) {
  .faq-tbl td {
    font-size: 1.5rem;
  }
}
.faq-tbl th,
.faq-tbl td {
  font-weight: bold;
  text-align: center;
}
.faq-tbl thead th:not(.none-bg) {
  border-right: 2px solid #fff;
  padding: 0.8rem;
}
@media (min-width: 768px) {
  .faq-tbl thead th:not(.none-bg) {
    padding: 1.2rem;
  }
}
.faq-tbl thead th:not(.none-bg):last-child {
  border-right-color: var(--color-secondary);
}
.faq-tbl thead th:not(.none-bg) small {
  display: block;
  font-size: 1.1rem;
}
@media (min-width: 768px) {
  .faq-tbl thead th:not(.none-bg) small {
    font-size: 1.2rem;
  }
}
.faq-tbl thead th:nth-child(2) {
  border-top-left-radius: 0.6rem;
}
.faq-tbl tbody th {
  text-align: left;
  padding: 1.3rem 1.3rem 1.3rem 1.5rem;
}
@media (min-width: 768px) {
  .faq-tbl tbody th {
    padding: 1.3rem 1.3rem 1.3rem 2rem;
  }
}
.faq-tbl tbody tr:not(:last-child) th {
  border-bottom: 2px solid #fff;
}
.faq-tbl tbody tr:first-child th {
  border-top-left-radius: 0.6rem;
}
.faq-tbl tbody tr:last-child td:last-child {
  border-bottom-right-radius: 0.6rem;
}
.faq-tbl tbody tr td {
  border: 2px solid #ccc;
  border-width: 0 2px 2px 0;
}

.p-thanks .c-txt {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .p-thanks .c-txt {
    margin-bottom: 20px;
  }
}

.p-step {
  position: relative;
  display: flex;
  justify-content: center;
  height: 7rem;
  margin-bottom: 4rem;
  border-radius: 8rem;
  background-color: #ED8840;
}
@media (min-width: 768px) {
  .p-step {
    height: 8rem;
    margin-bottom: 6.7rem;
  }
}
.p-step > li {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  gap: 0.5rem;
  height: 100%;
  border-radius: 8rem;
  color: #FFF;
}
@media (min-width: 768px) {
  .p-step > li {
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    gap: 3rem;
  }
}
.p-step > li span {
  opacity: 0.5;
}
.p-step > li.is-active span {
  opacity: 1;
}
.p-step__item-1 {
  z-index: 3;
  width: 35%;
  left: 0;
  background-color: rgba(255, 255, 255, 0.2);
  padding-right: 2.5rem;
}
@media (min-width: 768px) {
  .p-step__item-1 {
    padding-right: 9rem;
  }
}
.p-step__item-2 {
  z-index: 2;
  width: 68%;
  background-color: rgba(255, 255, 255, 0.2);
  padding-right: 2.5rem;
}
@media (min-width: 768px) {
  .p-step__item-2 {
    padding-right: 8.5rem;
  }
}
.p-step__item-3 {
  z-index: 2;
  width: 100%;
  padding-right: 2.5rem;
}
@media (min-width: 768px) {
  .p-step__item-3 {
    padding-right: 8rem;
  }
}
.p-step__ttl {
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.02em;
  font-family: var(--font-en);
}
@media (min-width: 768px) {
  .p-step__ttl {
    font-size: 2rem;
    line-height: 1.2;
  }
}
.p-step__txt {
  font-size: 1.6rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-right: -0.5rem;
}
@media (min-width: 768px) {
  .p-step__txt {
    margin-right: 0;
    font-size: 1.8rem;
    line-height: 1.7777777778;
  }
}

.p-contact {
  --paddingTop: 5rem;
  padding-top: 5rem;
}
@media (min-width: 768px) {
  .p-contact {
    --paddingTop: 10rem;
    padding-top: 10rem;
  }
}
.p-contact.is-confirm {
  padding-top: 0;
}
.p-contact.is-confirm .p-contact__box-ttl {
  padding-top: 0;
}
.p-contact__txt {
  margin-bottom: 1.4rem;
  text-align: left;
}
@media (min-width: 768px) {
  .p-contact__txt {
    text-align: center;
  }
}
.p-contact__des {
  margin-bottom: 3rem;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.875;
  letter-spacing: 0.05em;
  text-align: left;
}
@media (min-width: 768px) {
  .p-contact__des {
    margin-bottom: 5rem;
    font-size: 2rem;
    line-height: 1.7;
    text-align: center;
  }
}
.p-contact__des a {
  color: var(--color-secondary);
  text-decoration: underline;
  text-underline-offset: 0.3rem;
  text-decoration-thickness: 1px;
  transition: 0.3s ease;
}
@media (min-width: 768px) {
  .p-contact__des a:hover {
    color: #D85C1A;
  }
}
.p-contact__content {
  margin-bottom: 3rem;
  border-top: 1px solid #CCCDD0;
}
@media (min-width: 768px) {
  .p-contact__content {
    margin-bottom: 6rem;
  }
}
.p-contact__row {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  padding-block: 2.4rem;
  border-bottom: 1px solid #CCCDD0;
}
@media (min-width: 768px) {
  .p-contact__row {
    flex-direction: row;
    align-items: flex-start;
    padding-block: 3rem;
    gap: 0;
  }
}
.p-contact__box-ttl {
  display: flex;
  align-items: center;
  width: 100%;
  gap: 1.2rem;
}
@media (min-width: 768px) {
  .p-contact__box-ttl {
    gap: 2rem;
    width: 32rem;
    padding-right: 1rem;
    padding-top: 2rem;
  }
}
.p-contact__box-content {
  width: 100%;
}
@media (min-width: 768px) {
  .p-contact__box-content {
    width: calc(100% - 32rem);
  }
}
.p-contact__ttl {
  font-size: 1.6rem;
  line-height: 2.125;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: var(--color-primary);
}
@media (min-width: 768px) {
  .p-contact__ttl {
    font-size: 1.8rem;
    line-height: 1.8888888889;
  }
}
.p-contact__req {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 6rem;
  height: 3rem;
  border-radius: 7rem;
  background-color: var(--color-secondary);
  font-size: 1.3rem;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: #FFF;
}
@media (min-width: 768px) {
  .p-contact__req {
    width: 7rem;
    height: 3.4rem;
    font-size: 1.5rem;
    letter-spacing: 0.06em;
  }
}
.p-contact__block {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media (min-width: 768px) {
  .p-contact__block {
    flex-direction: row;
    gap: 5rem;
  }
}
.p-contact__wrap-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 2rem;
  margin-top: 3rem;
}
@media (min-width: 768px) {
  .p-contact__wrap-btn {
    margin-top: 5.5rem;
  }
}
.p-contact__wrap-btn.mt-0 {
  margin-top: 0 !important;
}
.p-contact__wrap-btn a:not(.btn) {
  text-decoration: underline;
  text-underline-offset: 0.4rem;
}
.p-contact__wrap-btn a:not(.btn):hover {
  text-decoration: none;
}
@media (max-width: 767px) {
  .p-contact .p-step {
    margin-bottom: 3rem;
  }
}

.c-error {
  margin-top: 0.5rem;
  font-size: 1.4rem;
  color: #ff1d1d;
}
@media (min-width: 768px) {
  .c-error {
    font-size: 1.5rem;
  }
}

.c-input, .c-textarea {
  width: 100%;
  padding: 1.8rem 2.7rem;
  border-radius: 1rem;
  background-color: #ddd;
  border: 2px solid #ddd;
  font-size: 1.5rem;
  line-height: 1.6;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: var(--color-primary);
  outline: none;
}
.c-input::-moz-placeholder, .c-textarea::-moz-placeholder {
  color: #919191;
}
.c-input::placeholder, .c-textarea::placeholder {
  color: #919191;
}
.c-input:focus, .c-textarea:focus {
  border-color: #CCCDD0;
}
@media (min-width: 768px) {
  .c-input, .c-textarea {
    padding: 2.3rem 3rem;
    font-size: 1.6rem;
    line-height: 1.625;
  }
}
.c-input.error, .error.c-textarea {
  border-color: #f94b4b;
}

.c-textarea {
  resize: vertical;
  min-height: 20rem;
}
@media (min-width: 768px) {
  .c-textarea {
    min-height: 24rem;
  }
}

.l-checkbox {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media (min-width: 768px) {
  .l-checkbox {
    gap: 1.6rem;
  }
}

.c-checkbox {
  display: block;
  position: relative;
  padding-left: 3.4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  font-size: 1.5rem;
  line-height: 1.6;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: var(--color-primary);
}
@media (min-width: 768px) {
  .c-checkbox {
    padding-left: 4.4rem;
    font-size: 1.8rem;
    line-height: 1.4444444444;
  }
}
.c-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.c-checkbox input:checked ~ .checkmark {
  background-color: var(--color-secondary);
}
.c-checkbox input:checked ~ .checkmark:after {
  display: block;
}
.c-checkbox .checkmark {
  position: absolute;
  top: -0.1rem;
  left: 0;
  height: 2.4rem;
  width: 2.4rem;
  background-color: #DDD;
  border-radius: 0.4rem;
}
@media (min-width: 768px) {
  .c-checkbox .checkmark {
    top: -0.2rem;
    height: 3rem;
    width: 3rem;
  }
}
.c-checkbox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 0.9rem;
  top: 0.5rem;
  width: 0.5rem;
  height: 1rem;
  border: solid #FFF;
  border-width: 0 0.3rem 0.3rem 0;
  transform: rotate(45deg);
}
@media (min-width: 768px) {
  .c-checkbox .checkmark:after {
    left: 1.1rem;
    top: 0.7rem;
  }
}

.c-error-parent {
  position: relative;
}
.c-error-parent label.error {
  background-color: rgba(37, 37, 37, 0.8);
  box-shadow: 0px 0px 6px #888;
  padding: 0.6rem 1rem;
  color: #fff;
  font-size: 1.1rem;
  position: absolute;
  bottom: 100%;
  left: 0;
  z-index: 10;
}