@charset "UTF-8";
:root {
  --svh: 100vh;
  --color-text: var(--color-gray-text);
  --color-bg: var(--color-white);
  --color-black: #000;
  --color-white: #fff;
  --color-gray-text: #696772;
  --color-gray-line: #aaa7bc;
  --color-paerl: #ecedef;
  --color-sky: #a9ecff;
  --color-violet: #5b4dac;
  --ease_out: cubic-bezier(0.5, 1, 0.89, 1);
  --ease_inout: cubic-bezier(0.65, 0, 0.35, 1);
}

/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

html {
  width: 100%;
  font-size: 62.5%;
  overflow-x: hidden;
  overflow-y: auto;
}

body {
  width: 100%;
  font-size: 1.6rem;
  line-height: 1.3;
  letter-spacing: 0.15rem;
  color: var(--color-text);
  background: var(--color-bg);
  overflow: hidden;
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  word-wrap: break-word;
}

a {
  color: var(--color-text);
  position: relative;
  text-decoration: none;
}

.clearfix:after {
  content: " . ";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

* {
  box-sizing: border-box;
}
@media screen and (max-width: 960px) {
  * {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
}
*::before, *::after {
  box-sizing: border-box;
}
*:focus-visible {
  outline: 1px solid var(--color-black) !important;
}

input, select, textarea {
  min-height: 1.5em;
  background-color: transparent;
}

input[type=submit], input[type=reset] {
  cursor: pointer;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
}

a[href^=" tel "] {
  display: inline-block;
  color: inherit;
}

button {
  font-size: 1.6rem;
  line-height: 1.3;
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  letter-spacing: 0.1rem;
  font-feature-settings: "palt";
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

ol, ul {
  list-style: none;
}

@media screen and (min-width: 961px) {
  .is-sp {
    display: none !important;
  }
  .is-sp-inline {
    display: none !important;
  }
  .sp {
    display: none !important;
  }
  .sp-inline {
    display: none !important;
  }
}
@media screen and (max-width: 960px) {
  .is-pc {
    display: none !important;
  }
  .is-pc-inline {
    display: none !important;
  }
  .pc {
    display: none !important;
  }
  .pc-inline {
    display: none !important;
  }
}
@media screen and (orientation: landscape) {
  .is-port {
    display: none !important;
  }
}
@media screen and (orientation: portrait) {
  .is-land {
    display: none !important;
  }
}
img {
  max-width: 100%;
  display: block;
  vertical-align: middle;
}
img::-moz-selection {
  background: none;
}
img::selection {
  background: none;
}
img[height] {
  height: auto !important;
}

[data-prefix]::before {
  content: attr(data-prefix);
}

[data-suffix]::after {
  content: attr(data-suffix);
}

.l-wrap {
  display: block;
  position: relative;
}
.l-wrap__loader {
  height: 4rem;
  width: 4rem;
  display: block;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: 20;
}
@media screen and (max-width: 960px) {
  .l-wrap__loader {
    height: 2rem;
    width: 2rem;
  }
}
.is-load .l-wrap__loader {
  opacity: 0;
  transition: opacity 0.5s var(--ease_out);
}
.is-checking .l-wrap__loader {
  opacity: 1;
}
.l-wrap__loader::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  border: 0.5px solid transparent;
  border-top: 0.5px solid var(--color-violet);
  animation: rotate 0.7s linear infinite;
  z-index: 20;
  pointer-events: none;
}
.l-wrap__container {
  width: 100%;
  display: block;
  position: relative;
  margin: 0 auto;
  opacity: 1;
  transition: opacity 0.4s var(--ease_out);
}
.is-checking .l-wrap__container {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.6s var(--ease_out);
}

.l-main {
  width: 100%;
  min-height: var(--svh);
  display: block;
  position: relative;
  padding-bottom: 10rem;
  margin: 0 auto;
  opacity: 0;
}
@media screen and (max-width: 960px) {
  .l-main {
    padding-bottom: 11rem;
  }
}
.is-load .l-main {
  opacity: 1;
  transition: opacity 1s var(--ease_inout);
}
.l-main::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/deco01.png") no-repeat right top/44.2rem auto, url("../img/deco02.png") no-repeat 20% 10%/39.3rem auto, url("../img/deco03.png") no-repeat left 130%/43.6rem auto, url("../img/deco04.png") no-repeat right 120%/24.5rem auto;
  z-index: -1;
  pointer-events: none;
  opacity: 0;
}
@media screen and (max-width: 960px) {
  .l-main::before {
    background: url("../img/deco01_sp.png") no-repeat right top/10.1rem auto, url("../img/deco02_sp.png") no-repeat 0 40%/13.8rem auto, url("../img/deco03_sp.png") no-repeat left 100%/19.8rem auto, url("../img/deco04_sp.png") no-repeat right 108%/12.8rem auto;
  }
}
.is-load .l-main::before {
  opacity: 1;
  transition: opacity 1.6s var(--ease_inout);
}

.l-footer {
  display: block;
  position: relative;
  color: var(--color-gray-text);
  background-color: var(--color-white);
  padding: 4.5rem 0;
  opacity: 0;
}
.is-load .l-footer {
  opacity: 1;
  transition: opacity 1s var(--ease_inout);
}
@media screen and (max-width: 960px) {
  .l-footer {
    padding: 6rem 0 8rem;
  }
}
.l-footer__container {
  width: calc(100% - 12rem);
  display: block;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .l-footer__container {
    width: calc(100% - 6rem);
  }
}
.l-footer__content {
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .l-footer__content {
    padding-left: 30rem;
  }
}
.l-footer__official {
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .l-footer__official {
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media screen and (max-width: 960px) {
  .l-footer__official {
    margin: 0 auto;
  }
}
.l-footer__share {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  position: relative;
  margin-left: auto;
}
@media screen and (max-width: 960px) {
  .l-footer__share {
    margin: 5.4rem auto 0;
  }
}
.l-footer__help {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  position: relative;
  margin-top: 2rem;
  margin-left: auto;
}
@media screen and (max-width: 960px) {
  .l-footer__help {
    width: 100%;
    margin: 2.6rem auto 0;
  }
}
.l-footer__legal {
  display: block;
  position: relative;
  margin-top: 2rem;
  text-align: right;
}
@media screen and (max-width: 960px) {
  .l-footer__legal {
    width: 100%;
    margin: 3.4rem auto 0;
  }
}
.l-footer__legal-text {
  display: block;
  position: relative;
  font-size: 1rem;
  line-height: 1.6;
  letter-spacing: 0;
}
@media screen and (max-width: 960px) {
  .l-footer__legal-text {
    font-size: 0.8rem;
    text-align: center;
  }
}
.l-footer__legal-text + .l-footer__legal-text {
  margin-top: 0.6rem;
}
@media screen and (max-width: 960px) {
  .l-footer__legal-text + .l-footer__legal-text {
    margin-top: 2.5rem;
  }
}

.l-footer_official {
  display: block;
  position: relative;
}
.l-footer_official__list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  gap: 2.3rem;
}
.l-footer_official__list-item {
  display: block;
  position: relative;
}
.l-footer_official__link {
  width: 8.8rem;
  display: block;
  position: relative;
}
@media (hover: hover) and (pointer: fine) {
  .l-footer_official__link {
    transition: opacity 0.4s var(--ease_out);
  }
  .l-footer_official__link:hover {
    opacity: 0.6;
  }
}
.l-footer_official__btn {
  width: 18rem;
  height: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-top: 2.2rem;
  color: var(--color-gray-text);
  border-radius: 20rem;
}
@media screen and (max-width: 960px) {
  .l-footer_official__btn {
    width: 21.5rem;
    margin: 1.6rem auto 0;
  }
}
@media (hover: hover) and (pointer: fine) {
  .l-footer_official__btn {
    transition: color 0.3s var(--ease_out), background-color 0.3s var(--ease_out);
  }
  .l-footer_official__btn:hover {
    color: var(--color-white);
    background-color: var(--color-gray-text);
  }
}
.l-footer_official__btn::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid var(--color-gray-text);
  border-radius: 20rem;
}
.l-footer_official__btn-text {
  display: block;
  position: relative;
  font-size: 1.2rem;
}

.l-footer_share {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: relative;
}
.l-footer_share__cap {
  display: block;
  position: relative;
  margin-right: 1.5rem;
  font-size: 1.2rem;
  letter-spacing: 0;
  color: var(--color-gray-text);
}
@media screen and (max-width: 960px) {
  .l-footer_share__cap {
    margin-right: 3rem;
    font-size: 1.3rem;
  }
}
.l-footer_share__list {
  display: flex;
  justify-content: flex-end;
  position: relative;
}
@media screen and (max-width: 960px) {
  .l-footer_share__list {
    justify-content: center;
  }
}
.l-footer_share__list-item {
  display: block;
  position: relative;
}
.l-footer_share__list-item + .l-footer_share__list-item {
  margin-left: 0.5rem;
}
@media screen and (max-width: 960px) {
  .l-footer_share__list-item + .l-footer_share__list-item {
    margin-left: 0.8rem;
  }
}
.l-footer_share__link {
  width: 3.8rem;
  height: 3.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 960px) {
  .l-footer_share__link {
    width: 4.5rem;
    height: 4.5rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .l-footer_share__link {
    transition: opacity 0.4s var(--ease_out);
  }
  .l-footer_share__link:hover {
    opacity: 0.6;
  }
}
.l-footer_share__link-img {
  width: 3rem;
  display: block;
  position: relative;
}
@media screen and (max-width: 960px) {
  .l-footer_share__link-img {
    width: 3rem;
  }
}

.l-footer_help {
  display: block;
  position: relative;
}
.l-footer_help__list {
  display: flex;
  justify-content: flex-end;
  position: relative;
}
@media screen and (max-width: 960px) {
  .l-footer_help__list {
    justify-content: center;
    flex-wrap: wrap;
    gap: 1.5rem;
  }
}
.l-footer_help__list-item {
  display: block;
  position: relative;
}
.l-footer_help__list-item + .l-footer_help__list-item {
  margin-left: 3.2rem;
}
@media screen and (max-width: 960px) {
  .l-footer_help__list-item + .l-footer_help__list-item {
    margin-left: 2rem;
  }
}
.l-footer_help__list-item + .l-footer_help__list-item::before {
  content: "";
  width: 1px;
  height: 70%;
  display: block;
  position: absolute;
  top: 60%;
  left: -1.7rem;
  transform: translate(-50%, -50%);
  background-color: var(--color-gray-text);
}
@media screen and (max-width: 960px) {
  .l-footer_help__list-item + .l-footer_help__list-item::before {
    left: -1.5rem;
  }
}
.l-footer_help__link {
  display: flex;
  justify-content: center;
  position: relative;
  font-size: 1.1rem;
  letter-spacing: 0.03rem;
}
@media screen and (max-width: 960px) {
  .l-footer_help__link {
    font-size: 1rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .l-footer_help__link {
    transition: opacity 0.4s var(--ease_out);
  }
  .l-footer_help__link:hover {
    opacity: 0.6;
  }
}

.p-enter {
  display: block;
  position: relative;
}

.p-hero {
  width: 90%;
  display: block;
  position: relative;
  margin: 0 auto;
  padding: 8.4rem 0 0;
}
@media screen and (max-width: 960px) {
  .p-hero {
    padding: 6.5rem 0 0;
  }
}
.p-hero__content {
  display: block;
  position: relative;
}
.p-hero__title {
  width: 57rem;
  display: block;
  position: relative;
  margin: 0 auto;
  opacity: 0;
  transform: translateY(2rem);
}
@media screen and (max-width: 960px) {
  .p-hero__title {
    width: 29.8rem;
  }
}
.is-load .p-hero__title {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s var(--ease_out), transform 1.5s var(--ease_out);
}
.p-hero__lead {
  display: block;
  position: relative;
  margin-top: 5.4rem;
  opacity: 0;
  transform: translateY(2rem);
}
@media screen and (max-width: 960px) {
  .p-hero__lead {
    margin-top: 2.4rem;
  }
}
.is-load .p-hero__lead {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s var(--ease_out) 0.2s, transform 1.5s var(--ease_out) 0.2s;
}
.p-hero__lead-text {
  display: block;
  position: relative;
  font-size: 1.7rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.2rem;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .p-hero__lead-text {
    font-size: 1.3rem;
    line-height: 2;
    letter-spacing: 0.1rem;
  }
}
.p-hero__lead-text small {
  font-size: 0.8em;
}
.p-hero__lead-text + .p-hero__lead-text {
  margin-top: 1rem;
}
@media screen and (max-width: 960px) {
  .p-hero__lead-text + .p-hero__lead-text {
    margin-top: 0.4rem;
  }
}

.p-sample {
  width: 90%;
  max-width: 66.5rem;
  display: block;
  position: relative;
  margin: 4rem auto 0;
  background: var(--color-white);
  border-radius: 2rem;
  opacity: 0;
  transform: translateY(2rem);
}
@media screen and (max-width: 960px) {
  .p-sample {
    border-radius: 1rem;
  }
}
.is-load .p-sample {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s var(--ease_out) 0.5s, transform 1.5s var(--ease_out) 0.5s;
}
.p-sample::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid var(--color-paerl);
  border-radius: 2rem;
}
@media screen and (max-width: 960px) {
  .p-sample::before {
    border-radius: 1rem;
  }
}
.p-sample__content {
  display: block;
  position: relative;
  padding: 4.5rem 0;
}
@media screen and (max-width: 960px) {
  .p-sample__content {
    padding: 2.6rem 0;
  }
}
.p-sample__img {
  width: 35rem;
  display: block;
  position: relative;
  left: -1rem;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .p-sample__img {
    width: 25.5rem;
    left: -0.5rem;
  }
}

.p-keyword {
  width: 90%;
  max-width: 66.5rem;
  display: block;
  position: relative;
  margin: 2rem auto 0;
  background: var(--color-white);
  border-radius: 2rem;
  opacity: 0;
  transform: translateY(2rem);
}
@media screen and (max-width: 960px) {
  .p-keyword {
    margin-top: 3.2rem;
    border-radius: 1rem;
  }
}
.is-load .p-keyword {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s var(--ease_out) 0.8s, transform 1.5s var(--ease_out) 0.8s;
}
.p-keyword::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid var(--color-paerl);
  border-radius: 2rem;
}
@media screen and (max-width: 960px) {
  .p-keyword::before {
    border-radius: 1rem;
  }
}
.p-keyword__content {
  width: 90%;
  max-width: 50rem;
  display: block;
  position: relative;
  margin: 0 auto;
  padding: 6.7rem 0 6rem;
}
@media screen and (max-width: 960px) {
  .p-keyword__content {
    padding: 5.2rem 0 6rem;
  }
}
.p-keyword__title {
  width: 22.5rem;
  display: block;
  position: relative;
  margin: 0 auto 3.8rem;
}
@media screen and (max-width: 960px) {
  .p-keyword__title {
    width: 18.2rem;
  }
}
.p-keyword__form {
  display: block;
  position: relative;
}
.p-keyword__error {
  display: block;
  position: relative;
  margin-top: 1rem;
  font-size: 1.2rem;
  color: red;
  opacity: 0;
}
@media screen and (max-width: 960px) {
  .p-keyword__error {
    font-size: 1.1rem;
  }
}
.is-failed .p-keyword__error {
  opacity: 1;
}
.p-keyword__field {
  display: block;
  position: relative;
}
.p-keyword__field-cap {
  display: block;
  position: relative;
  margin-bottom: 1rem;
  font-size: 1.4rem;
}
@media screen and (max-width: 960px) {
  .p-keyword__field-cap {
    font-size: 1.2rem;
  }
}
.p-keyword__field-input {
  width: 100%;
  display: block;
  position: relative;
  margin: 0 auto;
  padding: 7.5px 15px;
  font-size: 16px;
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  line-height: 1;
  border: 1px solid var(--color-gray-line);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.p-keyword__submit {
  width: 25rem;
  height: 4rem;
  display: block;
  position: relative;
  margin: 2rem auto 0;
  color: var(--color-gray-text);
  background: var(--color-sky);
  border-radius: 20rem;
}
@media screen and (max-width: 960px) {
  .p-keyword__submit {
    width: 24rem;
    margin-top: 0.5rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .p-keyword__submit {
    transition: color 0.3s var(--ease_out), background-color 0.3s var(--ease_out);
  }
  .p-keyword__submit:hover {
    color: var(--color-white);
    background-color: var(--color-violet);
  }
}
.p-keyword__submit-text {
  display: block;
  position: relative;
  font-size: 1.4rem;
}
@media screen and (max-width: 960px) {
  .p-keyword__submit-text {
    font-size: 1.3rem;
  }
}

.p-attention {
  width: 90%;
  max-width: 64rem;
  display: block;
  position: relative;
  margin: 4.5rem auto 0;
  opacity: 0;
  transform: translateY(2rem);
}
@media screen and (max-width: 960px) {
  .p-attention {
    margin-top: 3.2rem;
  }
}
.is-load .p-attention {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s var(--ease_out) 1s, transform 1.5s var(--ease_out) 1s;
}
.p-attention__content {
  display: block;
  position: relative;
  margin: 0 auto;
}
.p-attention__title {
  display: block;
  position: relative;
  margin-bottom: 2rem;
  font-size: 1.6rem;
  text-align: center;
  color: var(--color-violet);
}
@media screen and (max-width: 960px) {
  .p-attention__title {
    margin-bottom: 1.6rem;
  }
}
.p-attention__text {
  display: block;
  position: relative;
  font-size: 1rem;
  line-height: 2;
}

.p-form {
  display: block;
  position: relative;
  padding: 4.5rem 0 0;
  opacity: 1;
  transition: opacity 0.4s var(--ease_out);
}
@media screen and (max-width: 960px) {
  .p-form {
    padding: 4.2rem 0 0;
  }
}
.is-checking .p-form {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.6s var(--ease_out);
}
.p-form__header {
  display: block;
  position: relative;
  margin-bottom: 4.2rem;
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s var(--ease_out) 0.3s, transform 1.5s var(--ease_out) 0.3s;
}
@media screen and (max-width: 960px) {
  .p-form__header {
    margin-bottom: 3rem;
  }
}
.is-checking .p-form__header {
  opacity: 0;
  transform: translateY(2rem);
}
.p-form__title {
  width: 27rem;
  display: block;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .p-form__title {
    width: 20rem;
  }
}
.p-form__lead {
  width: 26rem;
  display: block;
  position: relative;
  margin: 3.2rem auto 0;
}
@media screen and (max-width: 960px) {
  .p-form__lead {
    width: 13.2rem;
    margin-top: 3.6rem;
  }
}
.p-form__inner {
  width: 90%;
  max-width: 66.5rem;
  display: block;
  position: relative;
  margin: 2rem auto 0;
  background: var(--color-white);
  border-radius: 2rem;
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s var(--ease_out) 0.5s, transform 1.5s var(--ease_out) 0.5s;
}
@media screen and (max-width: 960px) {
  .p-form__inner {
    border-radius: 1rem;
  }
}
.is-checking .p-form__inner {
  opacity: 0;
  transform: translateY(2rem);
}
.p-form__inner::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid var(--color-paerl);
  border-radius: 2rem;
}
.p-form__content {
  width: 90%;
  max-width: 50rem;
  display: block;
  position: relative;
  margin: 0 auto;
  padding: 8rem 0 6rem;
}
@media screen and (max-width: 960px) {
  .p-form__content {
    padding: 5rem 0 5rem;
  }
}
.p-form__cap {
  display: block;
  position: relative;
  margin-bottom: 3.2rem;
  font-size: 1.6rem;
  letter-spacing: 0.2rem;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .p-form__cap {
    font-size: 1.14rem;
    margin-bottom: 2.5rem;
    letter-spacing: 0.15rem;
  }
}
.p-form__field {
  display: block;
  position: relative;
}
.p-form__field + .p-form__field {
  margin-top: 2.5rem;
}
@media screen and (max-width: 960px) {
  .p-form__field + .p-form__field {
    margin-top: 1.6rem;
  }
}
.p-form__field-cap {
  display: block;
  position: relative;
  margin-bottom: 1rem;
  font-size: 1.4rem;
}
@media screen and (max-width: 960px) {
  .p-form__field-cap {
    font-size: 1.2rem;
  }
}
.p-form__field-content {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  gap: 1rem;
  position: relative;
}
.p-form__field-content.--name {
  width: 74%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 960px) {
  .p-form__field-content.--name {
    width: 100%;
  }
}
.p-form__field-content.--address {
  width: 70%;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
}
@media screen and (max-width: 960px) {
  .p-form__field-content.--address {
    width: 100%;
  }
}
.p-form__field-content.--prefectures {
  width: 30%;
}
@media screen and (max-width: 960px) {
  .p-form__field-content.--prefectures {
    width: 50%;
  }
}
.p-form__field-content.--sex {
  width: 30%;
}
@media screen and (max-width: 960px) {
  .p-form__field-content.--sex {
    width: 50%;
  }
}
.p-form__field-content.--age {
  width: 30%;
  display: grid;
  grid-template-columns: 1fr auto;
}
.p-form__field-content input[type=text] {
  width: 100%;
  height: 4rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  padding: 5px 15px;
  font-size: 16px;
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  line-height: 1;
  color: var(--color-gray-text);
  border: 1px solid var(--color-gray-line);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.p-form__field-content input[type=text]::-moz-placeholder {
  font-size: 16px;
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  opacity: 0.5;
}
.p-form__field-content input[type=text]::placeholder {
  font-size: 16px;
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  opacity: 0.5;
}
.p-form__field-content select {
  width: 100%;
  height: 4rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  padding: 5px 15px;
  font-size: 16px;
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  line-height: 1;
  color: var(--color-gray-text);
  border: 1px solid var(--color-gray-line);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.p-form__field-content select option {
  padding: 7.5px 15px;
  font-size: 16px;
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  line-height: 1;
}
.p-form__field-content.--select::before {
  content: "";
  width: 1rem;
  height: 0.6rem;
  display: block;
  position: absolute;
  top: 50%;
  right: 1.7rem;
  border-top: 0.6rem solid var(--color-gray-text);
  border-left: 0.5rem solid transparent;
  border-right: 0.5rem solid transparent;
  transform: translate(50%, -50%);
}
.p-form__field-bar {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.p-form__field-suffix {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  position: relative;
  font-size: 1.4rem;
}
.p-form__attention {
  width: 100%;
  display: block;
  position: relative;
  padding: 2.6rem 3rem;
  margin: 3rem auto 0;
}
@media screen and (max-width: 960px) {
  .p-form__attention {
    padding: 2.8rem 3rem;
  }
}
.p-form__attention::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid var(--color-gray-line);
}
.p-form__attention-cap {
  display: block;
  position: relative;
  margin-bottom: 1.2rem;
  font-size: 1.4rem;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .p-form__attention-cap {
    margin-bottom: 1rem;
    font-size: 1.3rem;
  }
}
.p-form__attention-text {
  display: block;
  position: relative;
  font-size: 1rem;
  line-height: 2;
}
.p-form__check {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-top: 3.4rem;
  cursor: pointer;
}
@media screen and (max-width: 960px) {
  .p-form__check {
    margin-top: 2.8rem;
  }
}
.p-form__check-icon {
  width: 1rem;
  height: 1rem;
  display: block;
  position: relative;
  margin-right: 0.5rem;
}
.p-form__check-text {
  display: block;
  position: relative;
  font-size: 1.5rem;
}
@media screen and (max-width: 960px) {
  .p-form__check-text {
    font-size: 1.4rem;
  }
}
.p-form__submit {
  width: 25rem;
  height: 4rem;
  display: block;
  position: relative;
  margin: 3.4rem auto 0;
  color: var(--color-gray-text);
  background: var(--color-sky);
  border-radius: 20rem;
  transition: color 0.3s var(--ease_out), background-color 0.3s var(--ease_out);
}
@media screen and (max-width: 960px) {
  .p-form__submit {
    width: 24rem;
    margin-top: 2.4rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .p-form__submit {
    transition: color 0.3s var(--ease_out), background-color 0.3s var(--ease_out);
  }
  .p-form__submit:hover {
    color: var(--color-white);
    background-color: var(--color-violet);
  }
}
.p-form__submit.is-disable {
  pointer-events: none;
  color: #ccc;
  background-color: #aaa;
}
.p-form__submit-text {
  display: block;
  position: relative;
  font-size: 1.4rem;
}

.p-thanks {
  display: block;
  position: relative;
  padding: 4.5rem 0 0;
  opacity: 0;
  transition: opacity 0.6s var(--ease_out);
}
@media screen and (max-width: 960px) {
  .p-thanks {
    padding: 2.4rem 0 0;
  }
}
.is-load .p-thanks {
  opacity: 1;
  transition: opacity 0.4s var(--ease_out);
}
.p-thanks__header {
  display: block;
  position: relative;
  margin-bottom: 4.2rem;
  opacity: 0;
  transform: translateY(2rem);
}
@media screen and (max-width: 960px) {
  .p-thanks__header {
    margin-bottom: 3rem;
  }
}
.is-load .p-thanks__header {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s var(--ease_out) 0.3s, transform 1.5s var(--ease_out) 0.3s;
}
.p-thanks__title {
  width: 27rem;
  display: block;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .p-thanks__title {
    width: 20rem;
  }
}
.p-thanks__lead {
  width: 26rem;
  display: block;
  position: relative;
  margin: 3.2rem auto 0;
}
@media screen and (max-width: 960px) {
  .p-thanks__lead {
    width: 13.2rem;
    margin-top: 3.6rem;
  }
}
.p-thanks__inner {
  width: 90%;
  max-width: 66.5rem;
  display: block;
  position: relative;
  margin: 2rem auto 0;
  background: var(--color-white);
  border-radius: 2rem;
  opacity: 0;
  transform: translateY(2rem);
}
.is-load .p-thanks__inner {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s var(--ease_out) 0.5s, transform 1.5s var(--ease_out) 0.5s;
}
.p-thanks__inner::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid var(--color-paerl);
  border-radius: 2rem;
}
.p-thanks__content {
  width: 90%;
  max-width: 50rem;
  display: block;
  position: relative;
  margin: 0 auto;
  padding: 6rem 0 6rem;
}
@media screen and (max-width: 960px) {
  .p-thanks__content {
    padding: 4.8rem 0 4.8rem;
  }
}
.p-thanks__text {
  display: block;
  position: relative;
  font-size: 2rem;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .p-thanks__text {
    font-size: 1.3rem;
    letter-spacing: 0;
  }
}
.p-thanks__back {
  width: 30rem;
  height: 5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 3.4rem auto 0;
  color: var(--color-gray-text);
  background: var(--color-sky);
  border-radius: 20rem;
  transition: color 0.3s var(--ease_out), background-color 0.3s var(--ease_out);
}
@media screen and (max-width: 960px) {
  .p-thanks__back {
    width: 23.5rem;
    height: 4rem;
    margin-top: 2.4rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .p-thanks__back {
    transition: color 0.3s var(--ease_out), background-color 0.3s var(--ease_out);
  }
  .p-thanks__back:hover {
    color: var(--color-white);
    background-color: var(--color-violet);
  }
}
.p-thanks__back.is-disable {
  pointer-events: none;
  color: #ccc;
  background-color: #aaa;
}
.p-thanks__back-text {
  display: block;
  position: relative;
  font-size: 1.6rem;
  font-weight: 500;
}
@media screen and (max-width: 960px) {
  .p-thanks__back-text {
    font-size: 1.3rem;
    letter-spacing: 0.15rem;
  }
}

.u-text-indent {
  display: inline-block;
  text-indent: -1em;
  padding-left: 1em;
}

.u-ta-center {
  text-align: center !important;
}

.u-display-block {
  display: block !important;
}

.u-display-inline-block {
  display: inline-block !important;
}

.u-ta-left {
  text-align: left !important;
}

.u-ta-right {
  text-align: right !important;
}

.u-fw-lighter {
  font-weight: lighter !important;
}

.u-fw-normal {
  font-weight: normal !important;
}

.u-fw-bold {
  font-weight: bold !important;
}

.u-fs-1 {
  font-size: 0.1em;
}

.u-fs-2 {
  font-size: 0.2em;
}

.u-fs-3 {
  font-size: 0.3em;
}

.u-fs-4 {
  font-size: 0.4em;
}

.u-fs-5 {
  font-size: 0.5em;
}

.u-fs-6 {
  font-size: 0.6em;
}

.u-fs-7 {
  font-size: 0.7em;
}

.u-fs-8 {
  font-size: 0.8em;
}

.u-fs-9 {
  font-size: 0.9em;
}

.u-fs-10 {
  font-size: 1em;
}

.u-fs-11 {
  font-size: 1.1em;
}

.u-fs-12 {
  font-size: 1.2em;
}

.u-fs-13 {
  font-size: 1.3em;
}

.u-fs-14 {
  font-size: 1.4em;
}

.u-fs-15 {
  font-size: 1.5em;
}

.u-fs-16 {
  font-size: 1.6em;
}

.u-fs-17 {
  font-size: 1.7em;
}

.u-fs-18 {
  font-size: 1.8em;
}

.u-fs-19 {
  font-size: 1.9em;
}

.u-fs-20 {
  font-size: 2em;
}

.u-color-white {
  color: var(--color-white);
}

.u-color-black {
  color: var(--color-black);
}

.u-lazy {
  min-height: 10rem;
  opacity: 0;
}
.u-lazy.is-lazy-loaded {
  opacity: 1;
  min-height: auto;
  transition: opacity 0.2s cubic-bezier(0.5, 1, 0.89, 1);
}
.u-lazy__loader {
  height: 4rem;
  width: 4rem;
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 25;
  transform: translate(-50%, -50%);
  transition: opacity 0.2s cubic-bezier(0.5, 1, 0.89, 1);
  pointer-events: none;
}
.is-lazy-loading + .u-lazy__loader {
  display: block;
}
.u-lazy__loader::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  border: 1px solid transparent;
  border-top: 2px solid var(--color-black);
  pointer-events: none;
}
.is-lazy-loading + .u-lazy__loader::before {
  content: "";
  animation: rotate 0.6s linear infinite;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes arrow {
  0% {
    opacity: 1;
    transform: translate(0, 0);
    animation-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
  }
  25% {
    opacity: 0;
    transform: translate(1rem, 0);
  }
  26% {
    opacity: 0;
    transform: translate(-1rem, 0);
  }
  50% {
    opacity: 0;
    transform: translate(-1rem, 0);
    animation-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
  }
  75% {
    opacity: 1;
    transform: translate(0, 0);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes arrow_prev {
  0% {
    opacity: 1;
    transform: translate(0, 0) scale(-1, 1);
    animation-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
  }
  25% {
    opacity: 0;
    transform: translate(-1rem, 0) scale(-1, 1);
  }
  26% {
    opacity: 0;
    transform: translate(1rem, 0) scale(-1, 1);
  }
  50% {
    opacity: 0;
    transform: translate(1rem, 0) scale(-1, 1);
    animation-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
  }
  75% {
    opacity: 1;
    transform: translate(0, 0) scale(-1, 1);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0) scale(-1, 1);
  }
}
@keyframes arrow_centerY {
  0% {
    opacity: 1;
    transform: translate(0, -50%);
    animation-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
  }
  25% {
    opacity: 0;
    transform: translate(1rem, -50%);
  }
  26% {
    opacity: 0;
    transform: translate(-1rem, -50%);
  }
  50% {
    opacity: 0;
    transform: translate(-1rem, -50%);
    animation-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
  }
  75% {
    opacity: 1;
    transform: translate(0, -50%);
  }
  100% {
    opacity: 1;
    transform: translate(0, -50%);
  }
}
@keyframes arrow_centerY_prev {
  0% {
    opacity: 1;
    transform: translate(0, -50%);
    animation-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
  }
  25% {
    opacity: 0;
    transform: translate(-1rem, -50%);
  }
  26% {
    opacity: 0;
    transform: translate(1rem, -50%);
  }
  50% {
    opacity: 0;
    transform: translate(1rem, -50%);
    animation-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
  }
  75% {
    opacity: 1;
    transform: translate(0, -50%);
  }
  100% {
    opacity: 1;
    transform: translate(0, -50%);
  }
}
@keyframes skeleton_screen {
  0% {
    background-position: 100% 0;
  }
  100% {
    background-position: 0 0;
  }
}