@charset "UTF-8";
:root {
  --c_grey: #909090;
}

main {
  padding-top: 0 !important;
  margin-bottom: 0 !important;
}

body {
  background: #f1f2f4;
}

.error {
  color: #ff0000;
  font-size: 1.4rem;
  margin-top: 1rem;
}
@media screen and (max-width: 768px) {
  .error {
    font-size: 1.2rem;
  }
}

.apply__top {
  max-width: 40rem;
  width: 100%;
  padding-top: 3.5rem;
}
.apply__bottom {
  display: block;
  font-size: 1.2rem;
  color: var(--c_navy2);
  font-weight: 700;
  margin-block: 5rem 2rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
@media screen and (max-width: 1024px) {
  .apply__bottom {
    margin-block: 2.5rem 1rem;
    font-size: 1rem;
    text-align: center;
  }
}

.contact__inner {
  max-width: 120rem;
  width: 90%;
  margin-inline: auto;
}
.contact__title {
  font-size: 3.2rem;
  margin-bottom: 5rem;
  margin-top: 10rem;
}
@media screen and (max-width: 1024px) {
  .contact__title {
    font-size: 2.4rem;
    margin-bottom: 2.5rem;
    margin-top: 5rem;
  }
}
.contact__title span.small {
  font-size: 2rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1024px) {
  .contact__title span.small {
    font-size: 1.4rem;
    display: block;
  }
}
.contact__step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 78rem;
  margin-inline: auto;
  width: 100%;
  background: #c0c0c0;
  padding: 0.2rem;
}
@media screen and (max-width: 1024px) {
  .contact__step {
    max-width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.contact__step-item {
  max-width: 28rem;
  width: 100%;
  display: grid;
  place-items: center;
  background: var(--c_navy2);
  padding-block: 2rem;
  -webkit-clip-path: polygon(0% 0%, 92% 0%, 100% 50%, 92% 100%, 0% 100%);
          clip-path: polygon(0% 0%, 92% 0%, 100% 50%, 92% 100%, 0% 100%);
}
@media screen and (max-width: 1024px) {
  .contact__step-item {
    padding-block: 3rem 2rem;
    max-width: 100%;
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 80%, 50% 100%, 0 80%);
            clip-path: polygon(0 0, 100% 0%, 100% 80%, 50% 100%, 0 80%);
  }
}
.contact__step-item:nth-child(1) {
  position: relative;
  z-index: 3;
}
.contact__step-item:nth-child(2) {
  margin-left: -2rem;
  position: relative;
  z-index: 2;
  -webkit-clip-path: polygon(92% 0%, 100% 50%, 92% 100%, 0% 100%, 8% 50%, 0% 0%);
          clip-path: polygon(92% 0%, 100% 50%, 92% 100%, 0% 100%, 8% 50%, 0% 0%);
}
@media screen and (max-width: 1024px) {
  .contact__step-item:nth-child(2) {
    margin-left: 0;
    margin-top: -1.5rem;
    -webkit-clip-path: polygon(100% 80%, 50% 100%, 0 80%, 0 0, 50% 20%, 100% 0);
            clip-path: polygon(100% 80%, 50% 100%, 0 80%, 0 0, 50% 20%, 100% 0);
  }
}
.contact__step-item:nth-child(3) {
  margin-left: -2rem;
  position: relative;
  z-index: 1;
  -webkit-clip-path: polygon(100% 0, 100% 50%, 100% 100%, 0% 100%, 8% 50%, 0% 0%);
          clip-path: polygon(100% 0, 100% 50%, 100% 100%, 0% 100%, 8% 50%, 0% 0%);
}
@media screen and (max-width: 1024px) {
  .contact__step-item:nth-child(3) {
    margin-left: 0;
    margin-top: -1.5rem;
    -webkit-clip-path: polygon(100% 100%, 50% 100%, 0 100%, 0 0, 50% 20%, 100% 0);
            clip-path: polygon(100% 100%, 50% 100%, 0 100%, 0 0, 50% 20%, 100% 0);
  }
}
.contact__step-item:not(.complete) {
  background: var(--c_white);
}
.contact__step-item:not(.complete) .contact__step-index {
  color: #c0c0c0;
}
.contact__step-item:not(.complete) .contact__step-text {
  color: #c0c0c0;
}
.contact__step-index {
  color: var(--c_yellow);
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.08em;
  font-size: 1.6rem;
}
.contact__step-index::before, .contact__step-index::after {
  content: "";
  display: block flow;
  inline-size: 0;
  block-size: 1px;
}
.contact__step-index::before {
  -webkit-margin-after: calc((1 - 1) * 0.5em);
          margin-block-end: calc((1 - 1) * 0.5em);
}
.contact__step-index::after {
  -webkit-margin-before: calc((1 - 1) * 0.5em);
          margin-block-start: calc((1 - 1) * 0.5em);
}
@media screen and (max-width: 1024px) {
  .contact__step-index {
    font-size: 1.2rem;
  }
}
.contact__step-text {
  color: var(--c_white);
  font-size: 2.2rem;
  margin-top: 0.9rem;
  font-weight: 700;
}
@media screen and (max-width: 1024px) {
  .contact__step-text {
    font-size: 1.4rem;
    margin-top: 0.5rem;
  }
}

.form {
  margin-top: 9rem;
}
@media screen and (max-width: 1024px) {
  .form {
    margin-top: 4rem;
  }
}
.form .require {
  color: var(--c_white);
  border-radius: 0.3rem;
  background: #ff0000;
  font-size: 1.2rem;
  padding: 0.2rem 0.3rem 0.1rem 0.3rem;
}
@media screen and (max-width: 1024px) {
  .form .require {
    font-size: 1rem;
  }
}
.form__top-text {
  font-size: 1.6rem;
  margin-top: 2rem;
  line-height: 1.75;
}
.form #joint-exhibitor-area {
  margin-top: 5rem;
}
@media screen and (max-width: 768px) {
  .form #joint-exhibitor-area {
    margin-top: 2.5rem;
  }
}
.form__container {
  border: 2px solid #909090;
  background: var(--c_white);
  padding: 4rem;
  margin-top: 3rem;
}
@media screen and (max-width: 1024px) {
  .form__container {
    margin-top: 2.5rem;
    padding: 2rem 5%;
  }
}
.form__container:nth-child(n+2) {
  margin-top: 5rem;
}
@media screen and (max-width: 1024px) {
  .form__container:nth-child(n+2) {
    margin-top: 2.5rem;
  }
}
.form__contents {
  display: grid;
  grid-template-columns: auto 1fr;
}
@media screen and (max-width: 1024px) {
  .form__contents {
    grid-template-columns: 1fr;
  }
}
.form__title {
  line-height: 1.2307692308;
  letter-spacing: 0.08em;
  font-size: 2.6rem;
  font-weight: 700;
  color: var(--c_navy2);
}
.form__title::before, .form__title::after {
  content: "";
  display: block flow;
  inline-size: 0;
  block-size: 1px;
}
.form__title::before {
  -webkit-margin-after: calc((1 - 1.2307692308) * 0.5em);
          margin-block-end: calc((1 - 1.2307692308) * 0.5em);
}
.form__title::after {
  -webkit-margin-before: calc((1 - 1.2307692308) * 0.5em);
          margin-block-start: calc((1 - 1.2307692308) * 0.5em);
}
@media screen and (max-width: 1024px) {
  .form__title {
    font-size: 2rem;
  }
}
.form__title span {
  letter-spacing: 0.08em;
  font-size: 1.6rem;
}
@media screen and (max-width: 1024px) {
  .form__title span {
    font-size: 1.4rem;
  }
}
.form__inquiry {
  color: #ff0000;
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.08em;
  font-size: 1.4rem;
  margin-top: 1.4rem;
}
.form__inquiry::before, .form__inquiry::after {
  content: "";
  display: block flow;
  inline-size: 0;
  block-size: 1px;
}
.form__inquiry::before {
  -webkit-margin-after: calc((1 - 2) * 0.5em);
          margin-block-end: calc((1 - 2) * 0.5em);
}
.form__inquiry::after {
  -webkit-margin-before: calc((1 - 2) * 0.5em);
          margin-block-start: calc((1 - 2) * 0.5em);
}
@media screen and (max-width: 1024px) {
  .form__inquiry {
    margin-top: 1rem;
    font-size: 1.2rem;
  }
}
.form__lead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2rem;
  font-size: 2.2rem;
  font-weight: 700;
  color: var(--c_navy2);
  padding-bottom: 3rem;
  border-bottom: 2px solid var(--c_black);
}
@media screen and (max-width: 1024px) {
  .form__lead {
    font-size: 1.8rem;
    padding-bottom: 1rem;
    gap: 1rem;
  }
}
.form__lead span {
  font-size: 1.4rem;
  font-weight: 300;
  color: var(--c_black);
  line-height: 1.75;
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (max-width: 1024px) {
  .form__lead span {
    font-size: 1.2rem;
  }
}
.form__list {
  display: inherit;
  grid-template-columns: subgrid;
  grid-column: span 2;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.8rem 5rem;
  padding-block: 3rem;
  border-bottom: 0.1rem solid #909090;
}
@media screen and (max-width: 1024px) {
  .form__list {
    grid-template-columns: 1fr;
    padding-block: 2rem;
    gap: 1.5rem;
  }
}
.form__list.is-hidden {
  display: none;
}
.form__list:has(select:disabled) {
  opacity: 0.5;
  pointer-events: none;
}
.form__list:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
.form__term {
  font-size: 1.6rem;
  font-weight: 700;
}
@media screen and (max-width: 1024px) {
  .form__term {
    margin-top: 0 !important;
    font-size: 1.4rem;
  }
}
.form__term > label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 4.5rem;
  overflow: visible;
}
@media screen and (max-width: 1024px) {
  .form__term > label {
    min-height: unset;
  }
}
.form__term.required {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}
.form__term.required::after {
  content: "必須";
  display: inline-block;
  color: var(--c_white);
  border-radius: 0.3rem;
  background: #ff0000;
  font-size: 1.2rem;
  padding: 0.2rem 0.3rem 0.1rem 0.3rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.form__disc, .form__sub-disc {
  font-size: 1.6rem;
  overflow-wrap: break-word;
  word-break: break-all;	
}
@media screen and (max-width: 1024px) {
  .form__disc, .form__sub-disc {
    font-size: 1.4rem;
  }
}
.form__disc.price, .form__sub-disc.price {
  color: var(--c_pink);
}
.form__disc > label, .form__sub-disc > label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 4.5rem;
  overflow: visible;
}
@media screen and (max-width: 1024px) {
  .form__disc > label, .form__sub-disc > label {
    min-height: unset;
  }
}
.form__disc--col2, .form__sub-disc--col2 {
  display: grid;
  grid-template-columns: auto 1fr;
}
.form__disc--address, .form__sub-disc--address {
  display: grid;
  grid-template-columns: repeat(3, auto);
  gap: 1rem;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.6rem;
}
.form__disc--tell, .form__sub-disc--tell {
  display: grid;
  grid-template-columns: repeat(5, auto);
  gap: 1rem;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.6rem;
}
.form__disc select,
.form__disc input[type=text],
.form__disc input[type=password],
.form__disc input[type=tel],
.form__disc input[type=url],
.form__disc input[type=email],
.form__disc textarea, .form__sub-disc select,
.form__sub-disc input[type=text],
.form__sub-disc input[type=password],
.form__sub-disc input[type=tel],
.form__sub-disc input[type=url],
.form__sub-disc input[type=email],
.form__sub-disc textarea {
  padding: 1.2rem;
  font-size: 1.6rem;
  border: 1px solid #909090;
  border-radius: 0.4rem;
  -webkit-box-shadow: inset 3px 3px 10px 0px rgba(0, 0, 0, 0.15);
          box-shadow: inset 3px 3px 10px 0px rgba(0, 0, 0, 0.15);
}
.form__disc input[type=file], .form__sub-disc input[type=file] {
  font-size: 1.6rem;
  cursor: pointer;
  margin-top: 10px;
}
@media screen and (max-width: 1024px) {
  .form__disc input[type=file], .form__sub-disc input[type=file] {
    width: 100%;
    font-size: 1.4rem;
  }
}
.form__disc select, .form__sub-disc select {
  position: relative;
  max-width: 29rem;
  width: 100%;
  cursor: pointer;
  padding-right: 4rem;
}
.form__disc textarea, .form__sub-disc textarea {
  min-height: 20rem;
  resize: vertical;
  width: 100%;
  line-height: 1.75;
}
.form__disc input[type=text], .form__disc input[type=password], .form__disc input[type=tel], .form__disc input[type=url], .form__disc input[type=email], .form__sub-disc input[type=text], .form__sub-disc input[type=password], .form__sub-disc input[type=tel], .form__sub-disc input[type=url], .form__sub-disc input[type=email] {
  max-width: 50rem;
  width: 100%;
}
.form__disc input.w70, .form__sub-disc input.w70 {
  max-width: 7rem;
  width: 100%;
}
.form__disc input.w100, .form__sub-disc input.w100 {
  max-width: 10rem;
  width: 100%;
}
.form__disc input.w200, .form__sub-disc input.w200 {
  max-width: 20rem;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .form__disc input.w200, .form__sub-disc input.w200 {
    max-width: 17rem;
  }
}
.form__disc input.w320, .form__sub-disc input.w320 {
  max-width: 32rem;
  width: 100%;
}
.form__disc input.full, .form__sub-disc input.full {
  max-width: 100%;
}
.form__disc .address, .form__sub-disc .address {
  border-radius: 0.4rem;
  background: var(--c_navy2);
  padding: 0.9rem 1.5rem;
  margin-left: 1.5rem;
  color: var(--c_white);
  font-size: 1.6rem;
}
@media screen and (max-width: 1024px) {
  .form__disc .address, .form__sub-disc .address {
    font-size: 1.4rem;
    margin-left: 1rem;
    padding: 1rem 1rem;
  }
}
.form__disc .note, .form__sub-disc .note {
  line-height: 1.4285714286;
  letter-spacing: 0.08em;
  font-size: 1.4rem;
  padding-left: 1em;
  text-indent: -1em;
}
@media screen and (max-width: 1024px) {
  .form__disc .note, .form__sub-disc .note {
    font-size: 1.2rem;
  }
}
.form__disc .note:nth-child(n+2), .form__sub-disc .note:nth-child(n+2) {
  margin-top: 0.5rem;
}
.form__disc .note:nth-of-type(n + 2 of .note), .form__sub-disc .note:nth-of-type(n + 2 of .note) {
  margin-top: 0;
}
.form__disc .note.ml, .form__sub-disc .note.ml {
  margin-left: 1em;
}
.form__disc .note.ml2, .form__sub-disc .note.ml2 {
  margin-left: 1em;
  text-indent: 0;
  padding-left: 0;
}
.form__disc .note a, .form__sub-disc .note a {
  color: var(--c_pink);
  text-decoration: underline;
  font-weight: 700;
}
@media (hover) {
  .form__disc .note a:hover, .form__sub-disc .note a:hover {
    text-decoration: none;
    opacity: 0.7;
  }
}
.form__disc .small, .form__sub-disc .small {
  line-height: 1.4285714286;
  letter-spacing: 0.08em;
  font-size: 1.4rem;
}
@media screen and (max-width: 1024px) {
  .form__disc .small, .form__sub-disc .small {
    font-size: 1.2rem;
  }
}
.form__disc .small a, .form__sub-disc .small a {
  color: var(--c_pink);
  text-decoration: underline;
  font-weight: 700;
}
@media (hover) {
  .form__disc .small a:hover, .form__sub-disc .small a:hover {
    opacity: 0.7;
  }
}
.form__disc .price, .form__sub-disc .price {
  font-size: 2rem;
  letter-spacing: 0.08em;
}
.form__disc .price span, .form__sub-disc .price span {
  color: var(--c_pink);
}
@media screen and (max-width: 1024px) {
  .form__disc .price, .form__sub-disc .price {
    font-size: 1.8rem;
  }
}
.form__disc .text, .form__sub-disc .text {
  line-height: 1.75;
  letter-spacing: 0.08em;
  font-size: 1.6rem;
}
.form__disc .text::before, .form__disc .text::after, .form__sub-disc .text::before, .form__sub-disc .text::after {
  content: "";
  display: block flow;
  inline-size: 0;
  block-size: 1px;
}
.form__disc .text::before, .form__sub-disc .text::before {
  -webkit-margin-after: calc((1 - 1.75) * 0.5em);
          margin-block-end: calc((1 - 1.75) * 0.5em);
}
.form__disc .text::after, .form__sub-disc .text::after {
  -webkit-margin-before: calc((1 - 1.75) * 0.5em);
          margin-block-start: calc((1 - 1.75) * 0.5em);
}
@media screen and (max-width: 1024px) {
  .form__disc .text, .form__sub-disc .text {
    font-size: 1.4rem;
  }
}
.form__disc .text:nth-child(n+2), .form__sub-disc .text:nth-child(n+2) {
  margin-top: 0.8rem;
}
.form__disc .wrap, .form__sub-disc .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.6rem;
}
.form__disc .wrap:nth-child(n+2), .form__sub-disc .wrap:nth-child(n+2) {
  margin-top: 1rem;
}
.form__sub-disc {
  grid-area: 2/2/3/3;
}
@media screen and (max-width: 1024px) {
  .form__sub-disc {
    grid-area: auto;
  }
}
.form__sub-list {
  display: inherit;
  grid-template-columns: subgrid;
  grid-column: span 2;
  grid-template-columns: 210px 1fr;
  gap: 0.8rem 2rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 1024px) {
  .form__sub-list {
    grid-template-columns: 1fr;
  }
}
.form__sub-list.start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.form__sub-list:nth-child(n+2) {
  margin-top: 2.5rem;
}
@media screen and (max-width: 1024px) {
  .form__sub-list:nth-child(n+2) {
    margin-top: 2rem;
  }
}
.form__sub-list .form__term {
  font-weight: 400;
  letter-spacing: 0.08em;
  margin-bottom: calc((1em - 1lh) / 2);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.form__select {
  position: relative;
  max-width: 29rem;
}
.form__select::after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 1.2rem;
  aspect-ratio: 1/1;
  border-bottom: 2px solid #909090;
  border-right: 2px solid #909090;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  rotate: 45deg;
  translate: -50% -60%;
  -webkit-transition: translate 0.3s;
  transition: translate 0.3s;
  top: 50%;
  right: 2rem;
  pointer-events: none;
}
@media screen and (max-width: 1024px) {
  .form__select::after {
    width: 1rem;
  }
}
.form__radio-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem 3rem;
}
.form__radio-item label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.4rem;
  font-size: 1.6rem;
}
@media screen and (max-width: 1024px) {
  .form__radio-item label {
    font-size: 1.4rem;
  }
}
.form__radio-item label:has(input:checked) span::after {
  opacity: 1;
  visibility: visible;
}
.form__radio-item span {
  position: relative;
  display: block;
}
.form__radio-item span::before {
  content: "";
  display: inline-block;
  width: 2.4rem;
  aspect-ratio: 1;
  border-radius: 9999px;
  border: 1px solid #909090;
  -webkit-box-shadow: inset 3px 3px 10px 0px rgba(0, 0, 0, 0.15);
          box-shadow: inset 3px 3px 10px 0px rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 1024px) {
  .form__radio-item span::before {
    width: 1.8rem;
  }
}
.form__radio-item span::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 1.3rem;
  aspect-ratio: 1;
  border-radius: 9999px;
  background: var(--c_navy2);
  top: 50%;
  left: 50%;
  translate: -50% -62%;
  opacity: 0;
  visibility: hidden;
}
@media screen and (max-width: 1024px) {
  .form__radio-item span::after {
    width: 1rem;
  }
}
.form__check-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem 3rem;
}
.form__check-list:not(:first-child) {
  margin-top: 2rem;
}
.form__check-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.form__check-item.mt {
  margin-top: 2rem;
}
.form__check-item label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.4rem;
  font-size: 1.6rem;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}
@media screen and (max-width: 1024px) {
  .form__check-item label {
    font-size: 1.4rem;
    line-height: 1.5;
    gap: 0;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.form__check-item label:has(input:checked) span::after {
  opacity: 1;
  visibility: visible;
}
.form__check-item span {
  position: relative;
  display: block;
}
@media screen and (max-width: 1024px) {
  .form__check-item span {
    margin-right: 0.8rem;
  }
}
.form__check-item span::before {
  content: "";
  display: inline-block;
  width: 2rem;
  aspect-ratio: 1;
  border: 1px solid #909090;
  border-radius: 0.3rem;
  -webkit-box-shadow: inset 3px 3px 10px 0px rgba(0, 0, 0, 0.15);
          box-shadow: inset 3px 3px 10px 0px rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 1024px) {
  .form__check-item span::before {
    width: 1.8rem;
  }
}
.form__check-item span::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 1.7rem;
  aspect-ratio: 17/14;
  background: var(--c_navy2);
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  opacity: 0;
  visibility: hidden;
  background: url(/media/common/img/icon-check.png) center/cover no-repeat;
}
@media screen and (max-width: 1024px) {
  .form__check-item span::after {
    width: 1.4rem;
    translate: -50% -65%;
  }
}
.form__btn-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 3rem;
  gap: 2rem;
}
@media screen and (max-width: 1024px) {
  .form__btn-wrapper {
    gap: 0.5rem;
    margin-top: 2rem;
  }
}
.form__btn {
  position: relative;
  width: 100%;
  display: grid;
  border-radius: 0.5rem;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media (hover) {
  .form__btn:hover {
    opacity: 0.7;
  }
}
.form__btn input {
  font-size: 1.8rem;
  font-weight: 700;
  padding-block: 3rem;
  width: 100%;
  display: block;
  color: var(--c_white);
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .form__btn input {
    font-size: 1.4rem;
    padding-block: 2rem;
  }
}
.form__btn--prev {
  max-width: 20rem;
  background: #c9c9c9;
}
.form__btn--prev::before {
  content: "";
  position: absolute;
  display: inline-block;
  top: 50%;
  left: 2rem;
  width: 1.3rem;
  aspect-ratio: 13/13;
  border-bottom: 2px solid var(--c_black);
  border-right: 2px solid var(--c_black);
  rotate: 135deg;
  translate: -50% -50%;
  pointer-events: none;
}
@media screen and (max-width: 1024px) {
  .form__btn--prev::before {
    width: 0.7rem;
    left: 1rem;
  }
}
.form__btn--prev input {
  color: var(--c_black);
}
.form__btn--next {
  max-width: 40rem;
  background: var(--c_navy2);
}
.form__btn--next:not(:is(.close))::after {
  content: "";
  position: absolute;
  display: inline-block;
  top: 50%;
  right: 2rem;
  width: 1.3rem;
  aspect-ratio: 13/13;
  border-bottom: 2px solid var(--c_white);
  border-right: 2px solid var(--c_white);
  rotate: -45deg;
  translate: -50% -50%;
  pointer-events: none;
}
@media screen and (max-width: 1024px) {
  .form__btn--next:not(:is(.close))::after {
    width: 0.7rem;
    right: 1rem;
  }
}
.form__btn--next input:disabled {
  cursor: not-allowed;
  opacity: 0.7;
}
.form__accept {
  margin-top: 6rem;
}
@media screen and (max-width: 1024px) {
  .form__accept {
    margin-top: 3rem;
  }
}
.form__accept-text {
  font-size: 1.6rem;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  line-height: 1.5;
}
@media screen and (max-width: 1024px) {
  .form__accept-text {
    font-size: 1.4rem;
  }
}
.form__accept-btn {
  font-size: 1.8rem;
}
@media screen and (max-width: 1024px) {
  .form__accept-btn {
    font-size: 1.6rem;
  }
}
.form__accept label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  margin-top: 1.5rem;
}
@media screen and (max-width: 1024px) {
  .form__accept label {
    margin-top: 1rem;
  }
}
.form__accept label:has(input:checked) span::after {
  opacity: 1;
  visibility: visible;
}
.form__accept a {
  font-weight: 700;
  color: var(--c_pink);
  text-decoration: underline;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.form__accept a:hover {
  opacity: 0.7;
}
.form__accept input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: absolute;
}
.form__accept span {
  position: relative;
}
.form__accept span::before {
  content: "";
  display: inline-block;
  width: 2rem;
  aspect-ratio: 1;
  border: 1px solid #909090;
  border-radius: 0.3rem;
  -webkit-box-shadow: inset 3px 3px 10px 0px rgba(0, 0, 0, 0.15);
          box-shadow: inset 3px 3px 10px 0px rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 1024px) {
  .form__accept span::before {
    width: 1.8rem;
  }
}
.form__accept span:has(input:checked)::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 1.7rem;
  aspect-ratio: 17/14;
  background: var(--c_navy2);
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  opacity: 0;
  visibility: hidden;
  background: url(/media/common/img/icon-check.png) center/cover no-repeat;
}
@media screen and (max-width: 1024px) {
  .form__accept span:has(input:checked)::after {
    width: 1.4rem;
    translate: -50% -65%;
  }
}

.thanks {
  margin-top: 9rem;
}
@media screen and (max-width: 1024px) {
  .thanks {
    margin-top: 4rem;
  }
}
.thanks__inner {
  max-width: 63rem;
  width: 90%;
  margin-inline: auto;
}
.thanks__lead {
  letter-spacing: 0.08em;
  color: var(--c_navy2);
  font-size: 2.6rem;
  letter-spacing: 0.08em;
  font-weight: 700;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
@media screen and (max-width: 1024px) {
  .thanks__lead {
    font-size: 2.4rem;
  }
}
.thanks__disc {
  margin-top: 3rem;
  line-height: 1.7777777778;
  letter-spacing: 0.06em;
  font-size: 1.8rem;
}
.thanks__disc::before, .thanks__disc::after {
  content: "";
  display: block flow;
  inline-size: 0;
  block-size: 1px;
}
.thanks__disc::before {
  -webkit-margin-after: calc((1 - 1.7777777778) * 0.5em);
          margin-block-end: calc((1 - 1.7777777778) * 0.5em);
}
.thanks__disc::after {
  -webkit-margin-before: calc((1 - 1.7777777778) * 0.5em);
          margin-block-start: calc((1 - 1.7777777778) * 0.5em);
}
@media screen and (max-width: 1024px) {
  .thanks__disc {
    margin-top: 2rem;
    font-size: 1.6rem;
  }
}
.thanks__contact {
  margin-top: 3rem;
  padding: 4rem 3.5rem;
  background: #e7e9ec;
}
@media screen and (max-width: 1024px) {
  .thanks__contact {
    margin-top: 2rem;
    padding: 2rem 5%;
  }
}
.thanks__contact-lead {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: var(--c_navy2);
  padding-bottom: 2rem;
  border-bottom: 1px solid #909090;
  margin-bottom: 3rem;
}
@media screen and (max-width: 1024px) {
  .thanks__contact-lead {
    font-size: 1.8rem;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
.thanks__contact-disc {
  font-size: 1.6rem;
  line-height: 1.5;
}
@media screen and (max-width: 1024px) {
  .thanks__contact-disc {
    font-size: 1.4rem;
  }
}
.thanks__contact-disc:nth-child(n+2) {
  margin-top: 1.5rem;
}
@media screen and (max-width: 1024px) {
  .thanks__contact-disc:nth-child(n+2) {
    margin-top: 1rem;
  }
}
/*# sourceMappingURL=style.css.map */
