@charset "UTF-8";
/* 
---------------------------------------
WEBフォント追加
---------------------------------------
*/
@font-face {
  font-family: 'Unbounded';
  /*要素に指定するときに使うフォント名*/
  src: url("../fonts/unbounded.woff2") format("woff2"), url("../fonts/unbounded.woff") format("woff");
  font-display: swap; }
@font-face {
  font-family: 'HankenGrotesk';
  /*要素に指定するときに使うフォント名*/
  src: url("../fonts/HankenGrotesk.woff2") format("woff2"), url("../fontsHankenGrotesk.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; } }

/* ====================================================
CONTACT FORM
==================================================== */
.contact__contents {
  padding: 7.2rem 0 16rem;
  max-width: 1200px;
  position: relative;
  z-index: 5; }
  @media screen and (max-width: 834px) {
    .contact__contents {
      padding: 4rem 0 8rem; } }
.contact__ttl-text {
  font-size: 32px;
  font-weight: 400;
  margin-bottom: 4rem; }
  @media screen and (max-width: 834px) {
    .contact__ttl-text {
      font-size: 20px;
      margin-bottom: 2rem; } }
.contact__note {
  margin: 0 auto 0 0; }
  @media screen and (max-width: 834px) {
    .contact__note {
      display: flex;
      padding-left: 13px;
      flex-direction: column;
      gap: 0.5rem 0; } }
  .contact__note li {
    font-size: 16px;
    font-weight: 400; }
    @media screen and (max-width: 834px) {
      .contact__note li {
        font-size: 14px;
        text-indent: -16px; } }
    .contact__note li span {
      text-decoration: underline; }
.contact__table {
  display: flex;
  flex-direction: column;
  gap: 6rem 0; }
  @media screen and (max-width: 834px) {
    .contact__table {
      gap: 3rem 0; } }
.contact__table-item {
  display: flex;
  gap: 0 2rem;
  align-items: center; }
  @media screen and (max-width: 834px) {
    .contact__table-item {
      gap: 1rem 0;
      flex-direction: column; } }
.contact .textarea__table-item {
  align-items: flex-start; }
  @media screen and (max-width: 834px) {
    .contact .textarea__table-item {
      align-items: center; } }
.contact__table-label {
  display: flex;
  align-items: center;
  width: 25%;
  justify-content: flex-start;
  gap: 0 1rem;
  font-size: 17px;
  font-weight: 400; }
  @media screen and (max-width: 834px) {
    .contact__table-label {
      width: 100%;
      justify-content: flex-start;
      gap: 0 2rem;
      font-size: 17px; } }
.contact__table-parts {
  width: 75%; }
  @media screen and (max-width: 834px) {
    .contact__table-parts {
      width: 100%; } }
.contact .require-txt {
  line-height: 1;
  font-size: 13px;
  color: #fff;
  background-color: #C3152B;
  border-radius: 3px;
  width: 47px;
  padding: 6px 0;
  text-align: center; }
  @media screen and (max-width: 834px) {
    .contact .require-txt {
      width: 35px;
      padding: 5px 0;
      font-size: 12px; } }
.contact .error {
  font-size: 14px;
  color: #FFFFFF;
  display: inline-block;
  margin-top: 16px;
  margin-right: 1rem;
  white-space: nowrap; }
  @media screen and (max-width: 834px) {
    .contact .error {
      font-size: 14px; } }
  .contact .error-bg {
    background-color: #fff !important; }
.contact input:not([type="submit"]):not([type="radio"]):not([type="checkbox"]) {
  background-color: #8A8E93;
  border: none;
  height: 70px;
  width: 100%;
  padding: 23px 3.4%; }
  @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 .radio-group {
  display: flex;
  align-items: center;
  gap: 0 5rem;
  flex-wrap: wrap;
  /* デフォルトのラジオボタンを隠す */
  /* 選択されたときの中の点 */ }
  @media screen and (max-width: 834px) {
    .contact .radio-group {
      flex-wrap: nowrap;
      flex-direction: column;
      align-items: flex-start;
      gap: 1rem 0; } }
  .contact .radio-group label {
    font-size: 15px;
    font-weight: 500; }
    @media screen and (max-width: 834px) {
      .contact .radio-group label {
        font-size: 14px; } }
  .contact .radio-group input {
    margin-right: 2rem; }
    @media screen and (max-width: 834px) {
      .contact .radio-group input {
        margin-right: 1rem; } }
  .contact .radio-group span.error {
    width: 100%;
    display: block; }
  .contact .radio-group input[type="radio"] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    cursor: pointer;
    vertical-align: middle;
    background-color: #fff; }
    @media screen and (max-width: 834px) {
      .contact .radio-group input[type="radio"] {
        width: 15px;
        height: 15px; } }
  .contact .radio-group input[type="radio"]:checked::after {
    content: "";
    width: 10px;
    height: 10px;
    background: #000000;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
    @media screen and (max-width: 834px) {
      .contact .radio-group input[type="radio"]:checked::after {
        width: 7px;
        height: 7px; } }
.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: #8A8E93;
  border: none;
  width: 100%;
  height: 250px;
  resize: vertical;
  padding: 23px 3.4%; }
  @media screen and (max-width: 640px) {
    .contact textarea {
      height: 150px; } }
.contact input::placeholder,
.contact textarea::placeholder {
  color: rgba(255, 255, 255, 0.5);
  font-size: 16px; }
  @media screen and (max-width: 834px) {
    .contact input::placeholder,
    .contact textarea::placeholder {
      font-size: 14px; } }
.contact__form {
  margin: 8.5rem 0 0; }
  @media screen and (max-width: 834px) {
    .contact__form {
      margin: 4rem auto 0; } }
  .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: #C3152B;
      border-radius: 6px;
      cursor: pointer;
      width: 30px;
      height: 30px; }
      @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: 5px;
        left: 4px;
        width: 20px;
        height: 11px;
        border-bottom: 3px solid #fff;
        border-left: 3px solid #fff;
        transform: rotate(-45deg); }
        @media screen and (max-width: 640px) {
          .contact__form-controller .agree-check:checked::after {
            width: 10px;
            height: 6px; } }
    .contact__form-controller-checkbox label {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 2rem;
      font-size: 18px;
      color: #fff; }
      @media screen and (max-width: 640px) {
        .contact__form-controller-checkbox label {
          font-size: 14px;
          gap: 1rem; } }
      .contact__form-controller-checkbox label span {
        text-decoration: underline; }
    .contact__form-controller-submit a {
      text-decoration: none; }
    .contact__form-controller-submit .contact-form-submit-btn {
      border: none;
      background-color: #000000;
      border-radius: 30px;
      width: 250px;
      height: 60px;
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      margin: 80px auto 0;
      font-size: 16px;
      font-weight: 600;
      color: #fff; }
      @media screen and (max-width: 834px) {
        .contact__form-controller-submit .contact-form-submit-btn {
          font-size: 15px;
          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: 7rem; }
  @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: 350px;
    background: #292D32;
    border: 1px solid #292D32;
    padding: 5.5rem 4.5%; }
    @media screen and (max-width: 834px) {
      .privacy-policy-wrapper {
        max-height: 250px;
        padding: 3rem 5%; } }
  .privacy-policy-ttl {
    font-size: 32px;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 4rem;
    position: relative; }
    @media screen and (max-width: 834px) {
      .privacy-policy-ttl {
        font-size: 18px;
        margin-bottom: 2rem; } }
  .privacy-policy-item {
    font-size: 21px;
    font-weight: 400;
    padding-bottom: 1px;
    margin-bottom: 2.6rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #EBE8E6; }
    .privacy-policy-item:not(:first-child) {
      margin-top: 5.5rem; }
      @media screen and (max-width: 834px) {
        .privacy-policy-item:not(:first-child) {
          margin-top: 2rem;
          font-size: 16px;
          padding-bottom: 0.4rem;
          margin-bottom: 1.5rem; } }
  .privacy-policy-text {
    font-size: 16px;
    font-weight: 400; }
    @media screen and (max-width: 834px) {
      .privacy-policy-text {
        font-size: 13px; } }
  .privacy-policy-signature {
    font-size: 16px;
    margin-top: 3rem;
    line-height: 2; }
    @media screen and (max-width: 834px) {
      .privacy-policy-signature {
        font-size: 14px;
        line-height: 1.7; } }
  .privacy-policy ul {
    line-height: 2;
    padding-left: 1.6rem; }
    @media screen and (max-width: 834px) {
      .privacy-policy ul {
        padding-left: 1.3rem; } }
    .privacy-policy ul li {
      font-size: 16px;
      text-indent: -1.6rem; }
      @media screen and (max-width: 834px) {
        .privacy-policy ul li {
          text-indent: -1.3rem; } }
      @media screen and (max-width: 640px) {
        .privacy-policy ul li {
          font-size: 13px; } }

/* ====================================================
THANKS
==================================================== */
body {
  overflow-x: hidden; }

.thanks .contact__ttl-heading {
  text-align: center;
  font-size: 32px;
  font-weight: 400;
  margin-bottom: 4.5rem; }
  @media screen and (max-width: 834px) {
    .thanks .contact__ttl-heading {
      line-height: 1.5;
      font-size: 20px;
      margin-bottom: 2rem; } }
.thanks .contact__ttl-txt {
  text-align: center;
  font-size: 16px;
  font-weight: 300; }
  @media screen and (max-width: 834px) {
    .thanks .contact__ttl-txt {
      font-size: 14px;
      text-align: left;
      margin: 0 auto; } }
  .thanks .contact__ttl-txt a {
    text-decoration: underline; }
.thanks .contact-controller {
  margin-top: 9rem; }
  @media screen and (max-width: 834px) {
    .thanks .contact-controller {
      margin-top: 5rem; } }
.thanks .btn {
  border: none;
  background-color: #000000;
  border-radius: 30px;
  width: 250px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin: 80px auto 0;
  font-size: 16px;
  font-weight: 600;
  color: #fff; }
  @media screen and (max-width: 834px) {
    .thanks .btn {
      font-size: 15px;
      margin: 2rem auto 0; } }
  @media screen and (max-width: 640px) {
    .thanks .btn {
      width: 200px;
      height: 55px;
      margin: 2rem auto 0; } }
