@charset "UTF-8";
/* ==========================================================================
  Foundation
========================================================================== */
/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

html {
  font-size: 10px;
}

body {
  background-color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

picture,
img {
  display: block;
  width: 100%;
  height: auto;
}
picture:not(a picture,
a img),
img:not(a picture,
a img) {
  -moz-user-select: none;
  user-select: none;
  -webkit-user-select: none;
  -webkit-user-drag: none;
  -webkit-touch-callout: none;
  pointer-events: none;
}

picture img {
  height: 100%;
}

img {
  -o-object-fit: cover;
  object-fit: cover;
}

main {
  padding-bottom: min(60px, 8vw);
  margin: 0 auto;
  width: min(750px, 100%);
}

/* ==========================================================================
  Layout
========================================================================== */
main div {
  --base-width: ;
}
main div > picture,
main div > img {
  height: calc(var(--h) * 1px);
}
@media screen and (max-width: 750px) {
  main div > picture,
  main div > img {
    height: calc(var(--h) / 750 * 100vw);
  }
}
main div > picture:not(:first-of-type),
main div > img:not(:first-of-type) {
  --stack-value: -5;
  margin-top: max(-5px, -0.6666666667vw);
}

/* ==========================================================================
  Foundation
========================================================================== */
.footer {
  padding-top: min(40px, 5.3333333333vw);
  padding-bottom: min(21px, 2.8vw);
  margin: 0 auto;
  width: min(750px, 100%);
  color: #ffffff;
  letter-spacing: 0.04em;
  font-feature-settings: "palt" on;
  background-color: #251b00;
}
.footer__link {
  display: flex;
  justify-content: center;
  -moz-column-gap: min(128px, 17.0666666667vw);
  column-gap: min(128px, 17.0666666667vw);
}
.footer__link a {
  display: grid;
  grid-template-columns: min(18px, 2.4vw) max-content;
  align-items: center;
  -moz-column-gap: min(20px, 2.6666666667vw);
  column-gap: min(20px, 2.6666666667vw);
  font-weight: 500;
  font-size: min(24px, 3.2vw);
  line-height: 1.41;
}
.footer__divide {
  margin: min(41px, 5.4666666667vw) 0 min(20px, 2.6666666667vw);
  height: 1px;
  background-color: #fff;
}
.footer__copy {
  font-weight: 300;
  font-size: min(20px, 2.6666666667vw);
  line-height: 1.4;
  text-align: center;
}
.footer__copy small {
  font-size: inherit;
}

/* ==========================================================================
  Object
========================================================================== */
/* ==========================================================================
  Foundation
========================================================================== */
/* ==========================================================================
  Foundation
========================================================================== */
/* ==========================================================================
  Foundation
========================================================================== */
.form {
  position: relative;
  margin: max(-2px, -0.2666666667vw) auto 0;
  width: 86.66%;
  border-radius: min(40px, 5.3333333333vw);
  box-shadow: 0px min(8px, 1.0666666667vw) min(16px, 2.1333333333vw) rgba(51, 51, 51, 0.25);
  overflow: hidden;
}
.form input:focus,
.form select:focus {
  border-color: #f68e46;
  outline: none;
}
.form__head {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  -moz-column-gap: min(8px, 1.0666666667vw);
  column-gap: min(8px, 1.0666666667vw);
  padding: min(8px, 1.0666666667vw) 0 min(14px, 1.8666666667vw);
  color: #ffffff;
  font-weight: 700;
  line-height: 1.5;
  font-feature-settings: "palt" on;
  background: linear-gradient(95.52deg, #f9f871 -11.63%, #1261af 54.55%);
}
.form__head span:first-of-type {
  font-size: min(48px, 6.4vw);
}
.form__head span:last-of-type {
  margin-bottom: min(2px, 0.2666666667vw);
  font-size: min(40px, 5.3333333333vw);
}
.form__body input[type=radio] {
  display: none;
}
.form__section-head {
  display: flex;
  -moz-column-gap: min(58px, 7.7333333333vw);
  column-gap: min(58px, 7.7333333333vw);
  align-items: center;
  padding: min(16px, 2.1333333333vw) min(40px, 5.3333333333vw);
  color: #333333;
  font-weight: 400;
  font-size: min(28px, 3.7333333333vw);
  line-height: 1.5;
  font-feature-settings: "palt" on;
  white-space: nowrap;
  background-color: #d9d9d9;
}
.form__section > div:first-of-type {
  padding: min(40px, 5.3333333333vw) min(60px, 8vw);
}
.form__section-radio label {
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  font-size: min(30px, 4vw);
  font-weight: 500;
  line-height: 150%;
  font-feature-settings: "palt" on;
  color: #f68e46;
  border-radius: min(10px, 1.3333333333vw);
  border: 2px solid #f68e46;
}
.form__section-radio input[type=radio]:checked + label {
  color: #ffffff;
  background-color: #f68e46;
}
.form__section-btn-wrapper {
  display: flex;
  margin-top: min(40px, 5.3333333333vw);
}
.form__section-btn-wrapper--right {
  justify-content: flex-end;
}
.form__section-btn-wrapper--between {
  justify-content: space-between;
}
.form__section-btn-wrapper--last {
  margin-top: min(70px, 9.3333333333vw);
}
.form__section-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: min(20px, 2.6666666667vw);
  column-gap: min(20px, 2.6666666667vw);
  width: min(192px, 25.6vw);
  height: min(78px, 10.4vw);
  font-size: min(30px, 4vw);
  line-height: 1.5;
  font-feature-settings: "palt" on;
  color: #ffffff;
  border-radius: min(10px, 1.3333333333vw);
}
.form__section-btn.disabled, .form__section-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  background-color: #ccc !important;
}
.form__section-btn--prev {
  background-color: #919191;
}
.form__section-btn--next, .form__section-btn--submit {
  background-color: #f68e46;
}
.form__section--1 > div > div:first-of-type, .form__section--2 > div > div:first-of-type, .form__section--3 > div > div:first-of-type {
  display: grid;
  justify-content: center;
  grid-template-columns: repeat(2, min(250px, 33.3333333333vw));
  grid-template-rows: repeat(3, min(78px, 10.4vw));
  -moz-column-gap: min(34px, 4.5333333333vw);
  column-gap: min(34px, 4.5333333333vw);
  row-gap: min(20px, 2.6666666667vw);
}
.form__section--4 > div > div:first-of-type > div {
  grid-template-columns: 1fr;
}
.form__section--6 > div > div:first-of-type > div {
  grid-template-columns: 1fr;
}
.form__section-content {
  width: 100%;
}
.form__field-group {
  display: grid;
  row-gap: min(20px, 2.6666666667vw);
}
.form__field {
  display: grid;
  grid-template-columns: auto min(390px, 52vw);
  -moz-column-gap: min(18px, 2.4vw);
  column-gap: min(18px, 2.4vw);
}
.form__field label {
  display: flex;
  align-items: center;
  height: min(68px, 9.0666666667vw);
  font-size: min(30px, 4vw);
  font-weight: 500;
  line-height: 1.5;
  color: #333333;
  font-weight: 500;
}
.form__field input[type=text], .form__field input[type=tel], .form__field input[type=email] {
  width: 100%;
  height: min(68px, 9.0666666667vw);
  padding: 0 min(20px, 2.6666666667vw);
  border: 2px solid #f68e46;
  font-size: min(30px, 4vw);
  color: #333333;
  border-radius: min(10px, 1.3333333333vw);
}
.form__field input::-moz-placeholder {
  color: #b1b1b1;
  font-size: min(30px, 4vw);
}
.form__field input::placeholder {
  color: #b1b1b1;
  font-size: min(30px, 4vw);
}
.form__field input + [data-formrun-show-if-error] {
  display: none;
  color: #d9534f;
  font-size: min(24px, 3.2vw);
}
.form__birthday .form__select-group {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: min(16px, 2.1333333333vw);
  column-gap: min(16px, 2.1333333333vw);
  row-gap: min(20px, 2.6666666667vw);
}
.form__select {
  position: relative;
}
.form__select:after {
  content: "";
  position: absolute;
  right: min(16px, 2.1333333333vw);
  top: 50%;
  transform: translateY(-50%);
  width: min(20px, 2.6666666667vw);
  height: min(18px, 2.4vw);
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  background-color: #f68e46;
  pointer-events: none;
}
.form__select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  height: min(68px, 9.0666666667vw);
  padding: 0 min(40px, 5.3333333333vw) 0 min(20px, 2.6666666667vw);
  border: 2px solid #f68e46;
  font-size: min(30px, 4vw);
  color: #333333;
  border-radius: min(10px, 1.3333333333vw);
  background-color: #fff;
  cursor: pointer;
}
.form__select select:has(option:checked[value=""]) {
  color: #b1b1b1;
}
.form__select optgroup {
  font-weight: 600;
  color: #333333;
  background-color: #f5f5f5;
}
.form__select option {
  font-weight: normal;
  padding: min(8px, 1.0666666667vw) min(10px, 1.3333333333vw);
  background-color: #ffffff;
}
.form__prefecture {
  display: grid;
  grid-template-columns: auto min(390px, 52vw);
  -moz-column-gap: min(18px, 2.4vw);
  column-gap: min(18px, 2.4vw);
}
.form__prefecture label {
  display: flex;
  align-items: center;
  height: min(68px, 9.0666666667vw);
  font-size: min(30px, 4vw);
  font-weight: 500;
  line-height: 1.5;
  color: #333333;
  font-weight: 500;
}
.form__prefecture .form__select {
  width: 100%;
}

.validation-message {
  color: #f00;
  font-size: min(24px, 3.2vw);
  margin-top: min(10px, 1.3333333333vw);
  display: none;
}
.validation-message.show {
  display: block;
}

/* ==========================================================================
  Foundation
========================================================================== */
/* 確認ダイアログのスタイル */
.form-confirmation-dialog {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  /* 初期状態は非表示 */
  display: none;
}

.form-confirmation-dialog.show {
  display: flex;
}

.dialog-content {
  background-color: white;
  padding: min(40px, 5.3333333333vw);
  border-radius: min(10px, 1.3333333333vw);
  width: 90%;
  max-width: min(600px, 80vw);
  max-height: 90vh;
  overflow-y: auto;
}

.dialog-title {
  font-size: min(36px, 4.8vw);
  color: #333333;
  text-align: center;
  margin-bottom: min(30px, 4vw);
  font-weight: 700;
  line-height: 1.5;
}

.form-data-list {
  margin-bottom: min(30px, 4vw);
}

.form-data-item {
  display: grid;
  row-gap: min(10px, 1.3333333333vw);
  margin-bottom: min(15px, 2vw);
  padding-bottom: min(10px, 1.3333333333vw);
  border-bottom: 1px solid #eee;
}

.form-data-item p {
  color: #333333;
  font-size: min(28px, 3.7333333333vw);
}
.form-data-item p:first-of-type {
  font-weight: 700;
}
.form-data-item p:last-of-type {
  word-break: break-word;
}

.dialog-buttons {
  display: flex;
  justify-content: space-between;
  margin-top: min(30px, 4vw);
}

.dialog-button {
  width: min(192px, 25.6vw);
  height: min(78px, 10.4vw);
  border-radius: min(10px, 1.3333333333vw);
  font-size: min(30px, 4vw);
  color: #ffffff;
  border: none;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}

.dialog-button--cancel {
  background-color: #919191;
}

.dialog-button--confirm {
  background-color: #f68e46;
}

/* ==========================================================================
  Foundation
========================================================================== */
.privacy-policy {
  width: min(680px, 90%);
  margin: 0 auto;
  padding: min(40px, 5.3333333333vw) min(20px, 2.6666666667vw) min(60px, 8vw);
  color: #333333;
  font-feature-settings: "palt" on;
}

.privacy-policy__head {
  font-size: min(36px, 4.8vw);
  font-weight: 700;
  margin-bottom: min(40px, 5.3333333333vw);
  text-align: center;
  line-height: 1.4;
}

.privacy-policy__section {
  margin-bottom: min(40px, 5.3333333333vw);
}

.privacy-policy__section-title {
  font-size: min(26px, 3.4666666667vw);
  font-weight: 700;
  margin-bottom: min(20px, 2.6666666667vw);
  line-height: 1.4;
}

.privacy-policy__text {
  font-size: min(24px, 3.2vw);
  line-height: 1.6;
  margin-bottom: min(20px, 2.6666666667vw);
}

.privacy-policy__list {
  padding-left: min(30px, 4vw);
  margin-bottom: min(20px, 2.6666666667vw);
}

.privacy-policy__list-item {
  font-size: min(24px, 3.2vw);
  line-height: 1.6;
  margin-bottom: min(10px, 1.3333333333vw);
  list-style-type: decimal;
}

.privacy-policy__company-info {
  font-size: min(24px, 3.2vw);
  background-color: #f5f5f5;
  padding: min(20px, 2.6666666667vw);
  border-radius: min(8px, 1.0666666667vw);
  margin-top: min(30px, 4vw);
  line-height: 1.6;
}

.privacy-policy__back-link {
  display: block;
  text-align: center;
  margin-top: min(40px, 5.3333333333vw);
  font-size: min(24px, 3.2vw);
  color: #f68e46;
  text-decoration: underline;
}

/* ==========================================================================
  Foundation
========================================================================== */
.thanks__wrapper {
  display: grid;
  place-items: center;
  padding: 0;
  height: calc(100svh - min(185px, 24.6666666667vw));
  min-height: min(548.12px, 73.0826666667vw);
}

.thanks {
  padding-top: min(92px, 12.2666666667vw);
  padding-bottom: min(112.78px, 15.0373333333vw);
  color: #333333;
}
.thanks__sub-head {
  font-weight: 300;
  font-size: min(29px, 3.8666666667vw);
  line-height: 1.5;
  text-align: center;
}
.thanks__head {
  margin-top: min(20px, 2.6666666667vw);
  font-weight: 700;
  font-size: min(34.4px, 4.5866666667vw);
  line-height: 1.5;
  text-align: center;
}
.thanks__btn {
  position: relative;
  display: block;
  margin: min(76px, 10.1333333333vw) auto 0;
  width: min(610px, 81.3333333333vw);
}
.thanks__btn img:last-of-type {
  filter: drop-shadow(0px 0px min(9.4px, 1.2533333333vw) rgba(51, 51, 51, 0.25)) drop-shadow(min(1.87px, 0.2493333333vw) min(3.75px, 0.5vw) min(11.26px, 1.5013333333vw) rgba(51, 51, 51, 0.25));
}
.thanks__btn-bubble {
  position: absolute;
  top: max(-38px, -5.0666666667vw);
  left: 50%;
  translate: -50% 0;
  z-index: 2;
  width: min(357.76px, 47.7013333333vw);
  pointer-events: none;
}
.thanks__btn-woman {
  position: absolute;
  right: max(-48.34px, -6.4453333333vw);
  bottom: min(8.92px, 1.1893333333vw);
  z-index: 2;
  width: min(222.34px, 29.6453333333vw);
  pointer-events: none;
}
.thanks__note {
  padding-left: 1em;
  text-indent: -1em;
  margin: min(8.8px, 1.1733333333vw) auto 0;
  width: -moz-fit-content;
  width: fit-content;
  translate: -12% 0;
  /* ※ご案内できる人数には限りがございます。 　気になる方は、早めのご登録がおすすめです。 */
  font-size: min(22.5px, 3vw);
  line-height: 1.5;
  font-feature-settings: "palt" on;
}

.u-relative {
  position: relative;
}
.u-absolute {
  position: absolute;
}

.u-pulse {
  animation: pulse 1s infinite;
}

@keyframes pulse {
  0% {
    scale: 0.9;
  }
  50% {
    scale: 1.05;
  }
  100% {
    scale: 0.9;
  }
}