@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200");
@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+JP:wght@100;200;300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Albert+Sans:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/icon?family=Material+Icons");
:root {
  --bk: #111;
  --wh: #fff;
  --text-color-dark: #222;
}

@font-face {
  font-family: "Unbounded";
  /*要素に指定するときに使うフォント名*/
  src: url("../fonts/unbounded.woff2") format("woff2"), url("../fonts/unbounded.woff") format("woff");
  font-display: swap;
}
@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;
  }
}

/* 三点リーダー 一行 */
/* 三点リーダー 複数行 */
/* 背景をテキストで切り取る */
@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 {
  padding: 15rem 0;
  text-align: left;
}
@media screen and (max-width: 1240px) {
  .contact {
    padding: 10rem 0;
  }
}
@media screen and (max-width: 834px) {
  .contact {
    padding: 6rem 0;
  }
}
@media screen and (max-width: 639px) {
  .contact {
    padding: 4rem 0;
  }
}
.contact__ttl {
  text-align: center;
}
.contact__ttl-text {
  font-size: 17px;
  font-weight: 500;
  line-height: 2;
}
@media screen and (max-width: 834px) {
  .contact__ttl-text {
    text-align: left;
  }
}
.contact__step {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8rem;
}
@media screen and (max-width: 834px) {
  .contact__step {
    gap: 6rem;
  }
}
@media screen and (max-width: 639px) {
  .contact__step {
    gap: 4rem;
  }
}
.contact__step-item .num {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(1.6rem, 1vw + 0.75rem, 2rem);
  font-family: var(--dela);
  background-color: #e6e3c9;
  color: #bbb;
}
@media screen and (max-width: 834px) {
  .contact__step-item .num {
    width: 60px;
    height: 60px;
  }
}
@media screen and (max-width: 639px) {
  .contact__step-item .num {
    width: 50px;
    height: 50px;
  }
}
.contact__step-item .txt {
  font-size: clamp(1.4rem, 1vw + 0.5rem, 1.8rem);
  font-weight: bold;
  color: #bbb;
  display: inline-block;
  margin-top: 2rem;
}
.contact__table {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  padding-bottom: 15rem;
}
@media screen and (max-width: 1024px) {
  .contact__table {
    padding-bottom: 10rem;
  }
}
@media screen and (max-width: 834px) {
  .contact__table {
    padding-bottom: 6rem;
  }
}
@media screen and (max-width: 639px) {
  .contact__table {
    padding-bottom: 4rem;
  }
}
.contact__table-label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  margin: 2rem 0;
  width: 270px;
  padding-right: 3rem;
  font-size: 17px;
  white-space: nowrap;
  font-weight: 500;
}
@media screen and (max-width: 834px) {
  .contact__table-label {
    justify-content: flex-start;
  }
}
@media screen and (max-width: 639px) {
  .contact__table-label {
    margin: 0;
  }
}
.contact__table-parts {
  width: calc(100% - 270px);
}
@media screen and (max-width: 834px) {
  .contact__table-parts {
    width: 100%;
    margin-top: 1rem;
  }
}
.contact__table-item {
  display: flex;
  align-items: flex-start;
  padding: 3rem 0;
}
.contact__table-item:first-of-type {
  padding-top: 0;
}
.contact__table-item:last-of-type {
  padding-bottom: 0;
}
@media screen and (max-width: 834px) {
  .contact__table-item {
    flex-direction: column;
    padding: 2rem 0;
  }
}
@media screen and (max-width: 639px) {
  .contact__table-item {
    margin-bottom: 3rem;
    padding: 1rem 0;
  }
}
.contact__table .require-txt {
  border-radius: 16px;
  background-color: transparent;
  border: 1px solid #e5004f;
  color: #e5004f;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  text-align: center;
  padding: 2px 15px 0px;
  white-space: nowrap;
  padding-top: 1px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}
.contact__table .option-txt {
  border-radius: 16px;
  background-color: transparent;
  border: 1px solid #999;
  color: #999;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  text-align: center;
  padding: 2px 15px 0px;
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}
.contact__table .error {
  color: #af583e;
  display: inline-block;
  margin-top: 5px;
  margin-right: 1rem;
  white-space: nowrap;
}
.contact__table .error-bg {
  background-color: #ffe2e7 !important;
}
.contact__table input:not([type=submit]):not([type=radio]):not([type=checkbox]) {
  background-color: #f8f8f8;
  border: none;
  border-radius: 0;
  height: 54px;
  width: 100%;
  padding: 15px;
  margin-top: 1rem;
}
@media screen and (max-width: 639px) {
  .contact__table input:not([type=submit]):not([type=radio]):not([type=checkbox]) {
    height: 55px;
  }
}
.contact__table input:not([type=submit]):not([type=radio]):not([type=checkbox]).p-postal-code {
  max-width: 240px;
  margin-bottom: 1rem;
  margin-left: 1rem;
}
.contact__table textarea {
  background-color: #f8f8f8;
  border: none;
  border-radius: 5px;
  width: 100%;
  height: 300px;
  resize: vertical;
  padding: 15px;
}
@media screen and (max-width: 639px) {
  .contact__table textarea {
    height: 150px;
  }
}
.contact__table [type=radio] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
  width: 20px;
  height: 20px;
  border: 2px solid transparent;
  border-radius: 50%;
  background-color: #f8f8f8;
  cursor: pointer;
  transition: all 0.3s ease;
  flex-shrink: 0;
}
.contact__table [type=radio]:checked {
  border-color: #f8f8f8;
  background-color: #fff;
}
.contact__table [type=radio]:checked::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #222;
}
.contact__table [type=radio]:focus {
  outline: none;
  box-shadow: 0 0 0 2px #f8f8f8;
}
.contact__table .item-label {
  display: flex;
  align-items: flex-start;
  -moz-column-gap: 13px;
       column-gap: 13px;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 2;
  cursor: pointer;
}
.contact__form {
  margin: 8rem 0;
}
@media screen and (max-width: 1024px) {
  .contact__form {
    padding: 0 4rem 3rem;
    margin: 4rem 0;
  }
}
@media screen and (max-width: 834px) {
  .contact__form {
    padding: 0 3rem 2rem;
  }
}
.contact__form-caution {
  border-bottom: 3px dotted #e0ddc0;
  font-weight: bold;
  font-size: clamp(1.3rem, 1vw + 0.25rem, 1.6rem);
  padding-bottom: 1rem;
  margin-bottom: 5rem;
}
.contact__form-controller {
  font-size: clamp(1.3rem, 1vw + 0.25rem, 1.6rem);
  font-weight: bold;
  text-align: center;
  margin-top: 7.6rem;
}
@media screen and (max-width: 1024px) {
  .contact__form-controller {
    margin-top: 5rem;
  }
}
@media screen and (max-width: 834px) {
  .contact__form-controller {
    margin-top: 3rem;
  }
}
@media screen and (max-width: 639px) {
  .contact__form-controller {
    margin-top: 2rem;
  }
}
.contact__form-controller .agree-check {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
  width: 24px;
  height: 24px;
  border-radius: 2px;
  background-color: #f8f8f8;
  cursor: pointer;
}
@media screen and (max-width: 639px) {
  .contact__form-controller .agree-check {
    width: 18px;
    height: 18px;
  }
}
.contact__form-controller .agree-check:checked::after {
  content: "";
  position: absolute;
  top: -1px;
  left: 4px;
  width: 20px;
  height: 10px;
  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: #999;
}
.contact__form-controller-submit a {
  text-decoration: none;
}
.contact__form-controller-submit .contact-form-submit-btn {
  background-color: #000;
  border: none;
  color: #fff;
  font-size: clamp(1.4rem, 1vw + 0.5rem, 1.8rem);
  width: 240px;
  height: 70px;
  border-radius: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10rem auto 0;
  cursor: pointer;
}
@media screen and (max-width: 834px) {
  .contact__form-controller-submit .contact-form-submit-btn {
    margin: 6rem auto 0;
  }
}
@media screen and (max-width: 639px) {
  .contact__form-controller-submit .contact-form-submit-btn {
    width: 200px;
    height: 55px;
    margin: 4rem auto 0;
  }
}
.contact__form-controller-submit .contact-form-submit-btn:disabled {
  background-color: #bbb;
}
.contact__form-controller-submit .contact-form-submit-btn.--back {
  background-color: #ffe33f;
  color: #000;
}

/*** Privacy POLICY ***/
.privacy-policy {
  border-top: 1px solid #eee;
  padding-top: 10rem;
}
@media screen and (max-width: 1024px) {
  .privacy-policy {
    padding-top: 7rem;
  }
}
@media screen and (max-width: 834px) {
  .privacy-policy {
    padding-top: 5rem;
  }
}
.privacy-policy-wrapper {
  background-color: #f8f8f8;
  margin: 6.4rem auto 3rem;
  padding: 9rem 6.5rem;
  overflow-y: scroll;
  max-width: 1100px;
  max-height: 270px;
}
@media screen and (max-width: 1024px) {
  .privacy-policy-wrapper {
    padding: 6rem 4rem;
  }
}
@media screen and (max-width: 834px) {
  .privacy-policy-wrapper {
    padding: 4rem 3rem;
    margin: 4rem auto 2rem;
  }
}
@media screen and (max-width: 639px) {
  .privacy-policy-wrapper {
    padding: 3rem 2rem;
    margin: 3rem auto 1rem;
  }
}
.privacy-policy-ttl {
  font-size: 42px;
  font-family: "Unbounded", sans-serif;
  text-align: center;
  font-weight: 500;
}
@media screen and (max-width: 1024px) {
  .privacy-policy-ttl {
    font-size: 36px;
  }
}
@media screen and (max-width: 834px) {
  .privacy-policy-ttl {
    font-size: 30px;
  }
}
@media screen and (max-width: 639px) {
  .privacy-policy-ttl {
    font-size: 24px;
  }
}
.privacy-policy-subttl {
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  line-height: 1;
  margin-bottom: 7rem;
}
@media screen and (max-width: 1024px) {
  .privacy-policy-subttl {
    margin-bottom: 5rem;
  }
}
@media screen and (max-width: 834px) {
  .privacy-policy-subttl {
    margin-bottom: 3rem;
    font-size: 21px;
  }
}
@media screen and (max-width: 639px) {
  .privacy-policy-subttl {
    margin-bottom: 2rem;
    font-size: 17px;
  }
}
@media screen and (max-width: 499px) {
  .privacy-policy-subttl {
    margin-bottom: 2rem;
    font-size: 16px;
  }
}
.privacy-policy-item {
  font-size: 18px;
  font-weight: 500;
}
.privacy-policy-item:not(:first-child) {
  margin-top: 3rem;
}
@media screen and (max-width: 834px) {
  .privacy-policy-item:not(:first-child) {
    margin-top: 2.5rem;
    font-size: 17px;
  }
}
@media screen and (max-width: 639px) {
  .privacy-policy-item:not(:first-child) {
    margin-top: 2rem;
    font-size: 16px;
  }
}
.privacy-policy-text {
  font-size: 15px;
  margin-top: 3rem;
  line-height: 2;
}
@media screen and (max-width: 834px) {
  .privacy-policy-text {
    font-size: 14px;
    margin-top: 2rem;
  }
}
@media screen and (max-width: 639px) {
  .privacy-policy-text {
    font-size: 13px;
    margin-top: 1rem;
  }
}
.privacy-policy-signature {
  font-size: 15px;
  margin-top: 3rem;
  line-height: 2;
}
.privacy-policy ul {
  line-height: 2;
  padding-left: 1.6rem;
}
@media screen and (max-width: 834px) {
  .privacy-policy ul {
    font-size: 15x;
  }
}
@media screen and (max-width: 639px) {
  .privacy-policy ul {
    font-size: 14px;
  }
}

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

.contact {
  padding: 16rem 0;
}
@media screen and (max-width: 1024px) {
  .contact {
    padding: 10rem 0;
  }
}
@media screen and (max-width: 834px) {
  .contact {
    padding: 6rem 0;
  }
}
.contact.thanks .contact__form-controller-submit {
  margin: 12rem 0;
}
@media screen and (max-width: 1024px) {
  .contact.thanks .contact__form-controller-submit {
    margin: 8rem 0;
  }
}
.contact__ttl-heading {
  font-size: 22px;
  font-weight: 500;
}
.contact__ttl-txt {
  font-size: 17px;
  margin-top: 3rem;
  line-height: 2;
}
@media screen and (max-width: 834px) {
  .contact__ttl-txt {
    text-align: left;
  }
}
.contact-controller a {
  margin: 10rem auto 0;
}
@media screen and (max-width: 834px) {
  .contact-controller a {
    margin: 5rem auto 0;
  }
}

/* ====================================================
CONFIRM
==================================================== *//*# sourceMappingURL=contact.css.map */