@charset "UTF-8";
@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: 1000px;
  margin: 0 auto;
}

.contact__table-label {
  display: flex;
  gap: 2rem;
  margin: 2rem 0;
  width: 40%;
  padding-right: 3rem;
  font-size: 16px;
  white-space: nowrap;
  font-weight: 500;
  position: relative;
}

@media screen and (max-width: 560px) {
  .contact__table-label {
    width: 100%;
  }
}
.contact__table-parts {
  width: 60%;
}

@media screen and (max-width: 834px) {
  .contact__table-parts {
    width: 100%;
    margin-top: 1rem;
  }
}
.contact__table-item {
  display: flex;
  align-items: flex-start;
  padding: 30px 0;
  border-bottom: 1px solid #ccc;
}

.contact__table-item:first-of-type {
  border-top: 1px solid #ccc;
}

@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;
  }
}
.require-txt {
  background-color: transparent;
  background-color: #ff871b !important;
  color: #fff;
  font-weight: bold;
  padding: 0 10px;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  text-align: center;
  white-space: nowrap;
  padding-top: 1px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
}

.nini-txt {
  background-color: transparent;
  background-color: #31bfeb !important;
  color: #fff;
  font-weight: bold;
  padding: 0 10px;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  text-align: center;
  white-space: nowrap;
  padding-top: 1px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
}

.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]) {
  border: none;
  border-radius: 0;
  height: 54px;
  width: 100%;
  padding: 15px;
  margin-top: 1rem;
  border: #ddd solid 1px;
}

@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 {
  border: none;
  border-radius: 5px;
  width: 100%;
  height: 300px;
  resize: vertical;
  padding: 15px;
  border: #ddd solid 1px;
}

@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: 24px;
  height: 24px;
  border: 2px solid #4353ff;
  border-radius: 50%;
  background-color: #fff;
  cursor: pointer;
  transition: all 0.3s ease;
  flex-shrink: 0;
  margin-top: 5px;
}

.contact__table [type=radio]:checked {
  background-color: #fff;
}

.contact__table [type=radio]:checked::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #4353ff;
}

.contact__table [type=radio]:focus {
  outline: none;
  box-shadow: 0 0 0 2px #4353ff;
}

.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;
  font-size: 16px;
}

.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;
}

.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: 5px solid #ff871b !important;
  border-left: 5px solid #ff871b !important;
  transform: rotate(-45deg);
}

.contact__form-controller-checkbox label {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  font-size: 15px;
  color: #000;
}

.contact__form-controller-submit a {
  text-decoration: none;
}

.contact__form-controller-submit .contact-form-submit-btn {
  margin: 60px auto 0 auto !important;
  padding: 0 !important;
  width: 270px !important;
  height: 64px !important;
  display: inline-block !important;
  letter-spacing: 2px !important;
  text-align: center !important;
  line-height: 60px !important;
  font-weight: bold !important;
  font-size: 30px !important;
  cursor: pointer !important;
  box-sizing: border-box !important;
  border-radius: 5px !important;
  outline: 0 !important;
  text-indent: 0 !important;
  box-shadow: 0 4px 0 rgba(0, 0, 0, 0.1) !important;
  background: #ff871b;
  color: #fff !important;
  border: none !important;
}

.contact__form-controller-submit .contact-form-submit-btn:disabled {
  background-color: #bbb;
}

.contact__form-controller-submit .contact-form-submit-btn.--back {
  background-color: #fff;
  color: #ddd !important;
  border: 1px solid #ddd;
  margin-top: 0 !important;
}

/*** Privacy POLICY ***/
.privacy-policy {
  background-color: #f8f8f8;
  padding: 40px 30px;
  width: 1000px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.privacy-policy-wrapper {
  background-color: #fff;
  padding: 30px;
  overflow-y: scroll;
  max-width: 1100px;
  max-height: 270px;
}

.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: 17px;
  font-weight: 700;
  text-align: center;
  line-height: 1;
  margin-bottom: 15px;
}

@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: 14px;
  font-weight: 700;
  margin-top: 15px;
  margin-bottom: 8px;
  padding-bottom: 8px;
  border-bottom: 1px solid #ddd;
  text-align: left;
}

@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: 12px;
  margin-bottom: 15px;
  line-height: 2;
  text-align: left;
}

.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 */