@use "../../scss/vars" as *;
@media screen and (max-width: 834px) {
  .pc {
    display: none !important; } }

@media screen and (min-width: 835px) {
  .sp {
    display: none !important; } }

@media screen and (max-width: 640px) {
  .pc-sm {
    display: none !important; } }

@media screen and (min-width: 641px) {
  .sp-sm {
    display: none !important; } }

@media screen and (max-width: 1024px) {
  .pc-tb {
    display: none !important; } }

@media screen and (min-width: 1025px) {
  .sp-tb {
    display: none !important; } }

/* ====================================================
CONTACT FORM
==================================================== */
#contact .under-mv.under-mv--no-img .under-mv__title .under-mv__title-en {
  font-size: clamp(50px, 11vw, 120px); }

.contact__contents {
  display: flex;
  max-width: 1099px;
  justify-content: space-between;
  align-items: flex-start; }
  @media screen and (max-width: 834px) {
    .contact__contents {
      flex-direction: column;
      gap: 4rem 0; } }
.contact .progress-steps {
  display: flex;
  flex-direction: column;
  width: 30%;
  gap: 3rem 0;
  position: relative; }
  .contact .progress-steps::before {
    content: '';
    position: absolute;
    height: 100%;
    width: 1px;
    background-color: #CCCCCC;
    top: 0;
    left: 32px;
    z-index: 0; }
    @media screen and (max-width: 834px) {
      .contact .progress-steps::before {
        width: 100%;
        height: 1px;
        left: 0px;
        top: 27px; } }
  @media screen and (max-width: 834px) {
    .contact .progress-steps {
      width: fit-content;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      margin: 0 auto;
      gap: 0 3rem; } }
.contact li.progress-steps__item {
  width: fit-content;
  display: flex;
  align-items: center;
  gap: 0 2rem;
  position: relative;
  z-index: 1; }
  @media screen and (max-width: 834px) {
    .contact li.progress-steps__item {
      flex-direction: column;
      gap: 1rem 0; } }
.contact .progress-steps__number {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  background-color: #FAFAF9;
  border: 1px solid #CCCCCC;
  color: #999999;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 18px;
  font-weight: 400; }
  @media screen and (max-width: 834px) {
    .contact .progress-steps__number {
      width: 55px;
      height: 55px;
      font-size: 15px; } }
.contact .progress-steps__label {
  color: #999999;
  font-size: 16px;
  font-weight: 500; }
  @media screen and (max-width: 834px) {
    .contact .progress-steps__label {
      font-size: 14px; } }
.contact li.progress-steps__item--active .progress-steps__number {
  background-color: #111111;
  border: 1px solid #111111;
  color: #fff; }
.contact li.progress-steps__item--active .progress-steps__label {
  color: #111111; }
.contact__main {
  width: 70%; }
  @media screen and (max-width: 834px) {
    .contact__main {
      width: 100%; } }
.contact__ttl-text span.note {
  padding-top: 27px;
  display: block; }
  @media screen and (max-width: 834px) {
    .contact__ttl-text span.note {
      padding-top: 15px; } }
.contact__ttl-text span span {
  color: #EB485E; }
.contact__table {
  display: flex;
  flex-direction: column;
  gap: 7rem 0; }
  @media screen and (max-width: 834px) {
    .contact__table {
      gap: 3rem 0; } }
.contact__table-label {
  display: flex;
  align-items: center;
  gap: 0 1rem; }
.contact .require-txt {
  color: #EB485E; }
.contact .error {
  color: #af583e;
  display: inline-block;
  margin-top: 5px;
  margin-right: 1rem;
  white-space: nowrap; }
  .contact .error-bg {
    background-color: #ffe2e7 !important; }
.contact input:not([type="submit"]):not([type="radio"]):not([type="checkbox"]) {
  background-color: #F1ECE8;
  border: none;
  border-radius: 0;
  height: 54px;
  width: 100%;
  padding: 15px 3%;
  margin-top: 1rem; }
  @media screen and (max-width: 640px) {
    .contact input:not([type="submit"]):not([type="radio"]):not([type="checkbox"]) {
      height: 55px; } }
  .contact input:not([type="submit"]):not([type="radio"]):not([type="checkbox"]).p-postal-code {
    max-width: 210px;
    margin-bottom: 1rem;
    margin-left: 1rem; }
    @media screen and (max-width: 640px) {
      .contact input:not([type="submit"]):not([type="radio"]):not([type="checkbox"]).p-postal-code {
        max-width: 220px; } }
.contact span.zip-txt {
  cursor: pointer;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.1) 0%, transparent 100%);
  border: 1px solid #cdcdcd;
  border-radius: 19px;
  padding: 10px 0;
  width: 100px;
  display: inline-block;
  font-size: 14px;
  text-align: center;
  line-height: 1; }
.contact textarea {
  background-color: #F1ECE8;
  border: none;
  border-radius: 5px;
  width: 100%;
  height: 300px;
  resize: vertical;
  padding: 23px 3%; }
  @media screen and (max-width: 640px) {
    .contact textarea {
      height: 150px; } }
.contact input::placeholder,
.contact textarea::placeholder {
  color: #ABABAB; }
.contact__form {
  margin: 10rem auto 15rem; }
  @media screen and (max-width: 834px) {
    .contact__form {
      margin: 5rem auto 6rem; } }
  .contact__form-controller {
    margin-top: 6.9rem; }
    @media screen and (max-width: 834px) {
      .contact__form-controller {
        margin-top: 3rem; } }
    .contact__form-controller .agree-check {
      appearance: none;
      position: relative;
      background-color: #F1ECE8;
      cursor: pointer;
      width: 18px;
      height: 18px; }
      @media screen and (max-width: 640px) {
        .contact__form-controller .agree-check {
          width: 18px;
          height: 18px; } }
      .contact__form-controller .agree-check:checked::after {
        content: "";
        position: absolute;
        top: 4px;
        left: 4px;
        width: 10px;
        height: 5px;
        border-bottom: 3px solid #222;
        border-left: 3px solid #222;
        transform: rotate(-45deg); }
    .contact__form-controller-checkbox label {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 2rem;
      font-size: 15px;
      color: #111111; }
    .contact__form-controller-submit a {
      text-decoration: none; }
    .contact__form-controller-submit .contact-form-submit-btn {
      border: none;
      color: #fff;
      background-color: #111;
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      width: 360px;
      margin: 4.6rem auto 0;
      height: 84px;
      border-radius: 42px;
      font-size: 18px;
      font-weight: 500; }
      @media screen and (max-width: 834px) {
        .contact__form-controller-submit .contact-form-submit-btn {
          margin: 2rem auto 0; } }
      @media screen and (max-width: 640px) {
        .contact__form-controller-submit .contact-form-submit-btn {
          width: 200px;
          height: 55px;
          margin: 2rem auto 0; } }
      .contact__form-controller-submit .contact-form-submit-btn:disabled {
        background-color: #DDDDDD; }
      .contact__form-controller-submit .contact-form-submit-btn.--back {
        background-color: #ffe33f;
        color: #000; }

/*** Privacy POLICY ***/
.privacy-policy {
  padding-top: 5rem; }
  @media screen and (max-width: 834px) {
    .privacy-policy {
      padding-top: 4rem; } }
  .privacy-policy-wrapper {
    overflow-y: scroll;
    margin: 0 auto;
    width: 100%;
    max-width: none;
    max-height: 313px;
    background-color: #FAFAF9;
    border: 1px solid #DDDDDD;
    padding: 5rem 5%; }
    @media screen and (max-width: 834px) {
      .privacy-policy-wrapper {
        max-height: 250px;
        padding: 3rem 5%; } }
  .privacy-policy-ttl {
    font-weight: 500;
    margin-bottom: 3rem; }
    @media screen and (max-width: 834px) {
      .privacy-policy-ttl {
        margin-bottom: 2rem; } }
  .privacy-policy-item {
    font-size: 14px;
    font-weight: 500; }
    .privacy-policy-item:not(:first-child) {
      margin-top: 2.6rem; }
      @media screen and (max-width: 834px) {
        .privacy-policy-item:not(:first-child) {
          margin-top: 2rem; } }
  .privacy-policy-text {
    font-size: 14px;
    font-weight: 500; }
    @media screen and (max-width: 640px) {
      .privacy-policy-text {
        font-size: 13px; } }
  .privacy-policy-signature {
    font-size: 15px;
    margin-top: 3rem;
    line-height: 2; }
  .privacy-policy ul {
    line-height: 2;
    padding-left: 1.6rem; }
    .privacy-policy ul li {
      font-size: 14px;
      text-indent: -1.6rem; }
      @media screen and (max-width: 640px) {
        .privacy-policy ul li {
          font-size: 13px; } }

/* ====================================================
THANKS
==================================================== */
body {
  overflow-x: hidden; }

.thanks .contact__ttl-heading-en {
  font-size: 48px;
  font-weight: 400;
  font-family: "Bricolage Grotesque", sans-serif;
  margin-bottom: 4.7rem;
  line-height: 1; }
  @media screen and (max-width: 834px) {
    .thanks .contact__ttl-heading-en {
      font-size: 25px;
      margin-bottom: 2.7rem; } }
.thanks .contact-controller {
  margin-top: 6rem; }
  @media screen and (max-width: 834px) {
    .thanks .contact-controller {
      margin-top: 3rem; } }
@media screen and (max-width: 834px) {
  .thanks .btn {
    width: 15rem;
    font-size: 1.3rem;
    margin: 0 auto; } }

/* ====================================================
CONFIRM
==================================================== */
