@charset "UTF-8";
/* リセット＆変数 */
:root {
  --color-primary: #0068b7;
  --color-text-main: #000;
  --color-text-muted: #333;
  --color-text-white: #fff;
  --color-accent-blue: #38bdf8;
  --font-main: 'Noto Sans JP', sans-serif;
  --font-title: 'Roboto', sans-serif;
  --radius-pc: 0.625rem;
  --radius-sp: 0.5rem;
}

.p-thank-page {
  margin: 0 auto;
  max-width: 90rem;
  position: relative;
  width: 100%;
}

.p-thank-page__content {
  margin: 0 auto;
  max-width: 71.25rem;
  width: 100%;
}

.p-thank-page__breadcrumb {
  left: 2.5rem;
  margin: 0;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 8.125rem;
  width: auto;
  z-index: 2;
}

.p-thank-page__section {
  padding: 13.125rem 0 7.5rem;
  text-align: center;
}

.p-thank-page__icon {
  height: 4.375rem;
  margin: 0 auto;
  width: 4.375rem;
}

.p-thank-page__icon-image {
  display: block;
  height: 100%;
  width: 100%;
}

.p-thank-page__body {
  margin: 0 auto;
  min-height: 15.6875rem;
  width: 45rem;
}

.p-thank-page__title {
  align-content: center;
  color: var(--color-text-main);
  font-size: 3rem;
  font-weight: 700;
  height: 4.0625rem;
  line-height: 100%;
  margin: 1.8125rem 0 0;
}

.p-thank-page__message {
  color: var(--color-text-main);
  display: inline-flex;
  flex-direction: column;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.625rem;
  margin-top: 1.875rem;
  width: auto;
}
.p-thank-page__message p {
  margin: 0;
}

.p-thank-page__note-box p {
  margin: 0;
  width: 37.5625rem;
}
.p-thank-page__note-box {
  border: 1px solid #111;
  border-radius: 0.3125rem;
  box-sizing: border-box;
  color: var(--color-text-main);
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.8;
  margin: 1.8125rem 2.3125rem 0 1.4375rem;
  max-width: 41.25rem;
  min-height: 4.375rem;
  padding: 1rem 1.8125rem 1.0625rem 1.875rem;
  text-align: left;
  width: 100%;
}

.p-thank-page__message-line {
  display: inline;
}

.p-thank-page__message-group + .p-thank-page__message-group {
  margin-top: 0;
  white-space: nowrap;
}

.p-thank-page__button-area {
  margin-top: 2.125rem;
}

.p-thank-page__back-home-button {
  align-items: center;
  background: var(--color-text-main);
  border-radius: var(--radius-pc);
  color: var(--color-text-white);
  display: inline-flex;
  justify-content: space-between;
  max-width: 13.125rem;
  min-height: 3.75rem;
  overflow: hidden;
  padding-left: 1.25rem;
  position: relative;
  text-decoration: none;
  width: 100%;
}
.p-thank-page__back-home-button::before {
  background: #313870;
  clip-path: inset(0 100% 0 0);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  transition: clip-path 0.35s ease;
  z-index: 1;
}

.p-thank-page__back-home-button-text {
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.4;
  position: relative;
  text-decoration: none;
  z-index: 2;
}

.p-thank-page__back-home-button-arrow {
  align-items: center;
  background: url(../images/common/ico_cmn_right_arrow.svg) center/1.5rem 1.5rem no-repeat;
  border-left: 1px solid var(--color-text-white);
  display: inline-flex;
  justify-content: center;
  min-height: 3.75rem;
  position: relative;
  width: 3.5rem;
  z-index: 2;
}

@media (hover: hover){
  .p-thank-page__back-home-button:hover::before {
    clip-path: inset(0 0 0 0);
  }
  .p-thank-page__back-home-button:hover .p-thank-page__back-home-button-arrow {
    -webkit-transform: none;
            transform: none;
  }
}

@media (min-width: 768px) and (max-width: 1439.98px){
  .p-thank-page__breadcrumb {
    padding: 0 0.9375rem;
  }
}

@media (max-width: 767.98px){
  .p-thank-page {
    max-width: 100%;
  }
  .p-thank-page__breadcrumb {
    left: 1.5rem;
    max-width: none;
    padding: 0;
    top: 10.3rem;
  }
  .p-thank-page__content {
    max-width: 100%;
  }
  .p-thank-page__section {
    padding: 17.9rem 2rem 8rem;
  }
  .p-thank-page__icon {
    height: 5.4rem;
    width: 5.4rem;
  }
  .p-thank-page__body {
    max-width: 100%;
    min-height: 0;
    width: 100%;
  }
  .p-thank-page__title {
    font-size: 3.2rem;
    height: 4.4rem;
    margin-top: 2rem;
  }
  .p-thank-page__message {
    display: block;
    font-size: 1.4rem;
    line-height: 1.85;
    margin-top: 2.4rem;
    width: 100%;
  }
  .p-thank-page__message-line {
    display: block;
  }
  .p-thank-page__message-group + .p-thank-page__message-group {
    margin-top: 0;
  }
  .p-thank-page__note-box {
    border-radius: 0.5rem;
    font-size: 1.2rem;
    line-height: 1.75;
    margin: 3.2rem auto 0;
    max-width: 33.5rem;
    padding: 1.4rem 1.6rem;
    text-align: left;
    width: 100%;
  }
  .p-thank-page__note-box p {
    width: auto;
  }
  .p-thank-page__note-box p:nth-child(2) {
    padding-right: 0.5rem;
  }
  .p-thank-page__button-area {
    margin-top: 5rem;
  }
  .p-thank-page__back-home-button {
    border-radius: 1rem;
    max-width: 21rem;
    min-height: 6rem;
    padding-left: 2rem;
    width: 100%;
  }
  .p-thank-page__back-home-button-text {
    align-items: center;
    display: inline-flex;
    font-size: 1.5rem;
    height: 2rem;
    line-height: 2rem;
    width: 10.5rem;
  }
  .p-thank-page__back-home-button-arrow {
    background-size: 2.4rem 2.4rem;
    min-height: 6rem;
    width: 6rem;
  }
}

/*# sourceMappingURL=thanks.css.map */