@charset "UTF-8";
/*! destyle.css v4.0.0 | 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;
}

/* 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;
}

/*
* Display flex
*/
html {
  font-size: 16px;
  font-size: 4.2666666667vw;
}

body {
  font-family: "游ゴシック体", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.4;
  color: #333;
  letter-spacing: 0;
  text-align: justify;
}

.container {
  width: 100%;
  max-width: 580px;
  height: auto;
  margin-right: auto;
  margin-left: auto;
}

.content {
  width: 90%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
}
.content--full {
  width: 100%;
}

img {
  width: 100%;
  height: auto;
}
img.vertical {
  width: auto;
  height: 100%;
}

.input-parts {
  width: 100%;
}

h3.confirm-heading {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}

.input-parts > label {
  display: inherit;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1;
}

.input-parts > .form-confirm-text {
  margin-top: 1rem;
}

.input-wrapper {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 1rem;
}
.input-wrapper--arrow::after {
  position: absolute;
  top: 50%;
  right: 1rem;
  width: 0.75rem;
  height: 0.5rem;
  content: "";
  background-image: url("../images/input-arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  transform: translateY(-50%);
  pointer-events: none;
}
.input-wrapper--radio {
  display: flex;
  gap: 0 1.5rem;
  align-items: center;
}
.input-wrapper--tel {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.input-wrapper > select,
.input-wrapper > input[type=text],
.input-wrapper > input[type=tel],
.input-wrapper > input[type=email],
.input-wrapper > input[type=date] {
  width: 100%;
  height: auto;
  padding: 0.75rem;
  border: solid 1px #333;
  border-radius: 0.625rem;
}

.input-wrapper > input[type=tel] {
  width: 30%;
  padding: 0.75rem;
}

.input-wrapper > input[type=text]::-moz-placeholder, .input-wrapper > input[type=tel]::-moz-placeholder, .input-wrapper > input[type=email]::-moz-placeholder{
  color: #bebebe;
}

.input-wrapper > input[type=text]::placeholder,
.input-wrapper > input[type=tel]::placeholder,
.input-wrapper > input[type=email]::placeholder{
/* .input-wrapper > input[type=date]::placeholder { */
  color: #bebebe;
}

.radio-wrapper {
  display: flex;
  gap: 0 0.5rem;
  align-items: center;
}

.radio-wrapper > input[type=radio] {
  position: relative;
  display: flex;
  width: 1.25rem;
  height: 1.25rem;
  background-color: #fff;
  border: solid 1px #333;
  border-radius: 100vh;
}
.radio-wrapper > input[type=radio]:checked::after {
  position: absolute;
  top: 50%;
  left: 50%;
  display: flex;
  width: 70%;
  height: 70%;
  content: "";
  background-color: #389bf1;
  border-radius: 100vh;
  transform: translate(-50%, -50%);
}

.form-error {
  display: none;
  margin-top: 0.5rem;
  font-size: 0.875rem;
  color: #f00;
}
.form-error.active {
  display: block;
}

.form-caution {
  margin-top: 0.5rem;
  font-size: 0.5rem;
  color: #000;
}

.form-privacy-check {
  margin-bottom: 0.25rem;
  font-size: 0.75rem;
  color: #838383;
  text-align: center;
}
.form-privacy-check a {
  text-decoration: underline;
}

.form-button-wrapper .button-next,
.form-button-wrapper .button-reverse {
  position: relative;
  width: 100%;
  height: auto;
  padding: 1.25rem 0;
  box-shadow: 0px 4px 9px 0px rgba(0, 0, 0, 0.15);
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  background: linear-gradient(15deg, #389bf1, #2dbbda);
  border-radius: 100vh;
}

.button-next:disabled {
  background: #838383;
}

.form-button-wrapper .button-reverse {
  margin-top: 1rem;
  background: #838383;
}

.form-button-wrapper .button-arrow {
  position: absolute;
  top: 50%;
  right: 1.5rem;
  display: flex;
  width: 0.5rem;
  height: auto;
  transform: translateY(-50%);
}

.form-button-wrapper .button-reverse .button-arrow {
  right: unset;
  left: 1.5rem;
}

.form-button-wrapper .button-reverse .button-arrow img {
  transform: scale(-1);
}

.cta-button__heading {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.cta-button__heading::before, .cta-button__heading::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 100%;
  background-color: #f18e38;
}
.cta-button__heading::before {
  bottom: 0;
  left: -1.5rem;
  transform: rotate(-30deg);
}
.cta-button__heading::after {
  right: -1.25rem;
  bottom: 0;
  transform: rotate(30deg);
}

.cta-button__heading {
  font-size: 1.125rem;
  font-weight: 700;
  text-align: center;
}
.cta-button__heading span.autofill-month {
  color: #f18e38;
  font-size: 1.375rem;
}

.cta-button__button {
  display: flex;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: 1.75rem auto 0;
  padding: 1.5rem 2.5rem 1rem;
  border-radius: 100vh;
  background: linear-gradient(39deg, #389bf1 0%, #2dbbda 100%);
  box-shadow: 0px 4px 9px 0px rgba(0, 0, 0, 0.15);
}

.cta-button__button p.prompt {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.25rem 1.75rem;
  border: solid 1px #389bf1;
  border-radius: 100vh;
  background-color: #fff;
  color: #389bf1;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}
.cta-button__button p.prompt span {
  display: inline-block;
  margin-left: 0.125rem;
  font-size: 1.125rem;
}

.cta-button__button p.main {
  display: flex;
  align-items: center;
  gap: 0 0.5rem;
  color: #fff;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}
.cta-button__button p.main span {
  padding: 0.375rem 0.875rem;
  border-radius: 100vh;
  font-size: 1rem;
  background-color: #25669d;
}

.fv {
  padding-bottom: 0.5rem;
}

.fv > .content {
  position: relative;
}

.fv__title {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
  padding-top: 1.25rem;
}

.fv__title > .logo {
  width: 37.5%;
  margin: 0 auto;
}

.fv__title > h1 {
  margin-top: 1rem;
  font-size: 1.375rem;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
  display: block;
}

.fv__main_visual {
  width: 100%;
  height: auto;
}

.fv__main {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  padding-top: 0.5rem;
}
.fv__main::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(0deg, #7b7b7b -160%, rgba(217, 217, 217, 0) 100%);
  mix-blend-mode: multiply;
}
.fv__main::after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background-image: url("../images/fv_main.webp");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
}

.fv__main > h2 {
  width: 100%;
  height: auto;
  font-weight: 700;
  line-height: 1.2;
}
.fv__main > h2 .line-1,
.fv__main > h2 .line-2 {
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.5rem 1.25rem 0.5rem 1rem;
  font-size: 2rem;
  line-height: 1;
  color: #f18e38;
  background-color: #fff;
  border-radius: 0 100vh 100vh 0;
}
.fv__main > h2 .line-2-wrapper {
  display: flex;
  align-items: center;
  margin-top: 0.5rem;
  line-height: 1;
  color: #fff;
}
.fv__main > h2 .line-2-wrapper .line-2 {
  margin-right: 0.3125rem;
}
.fv__main > h2 .under-block {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 0.5rem;
  /* margin-right: auto; */
  margin-left: 4%;
}
.fv__main > h2 .line-3,
.fv__main > h2 .line-4 {
  position: relative;
  z-index: 1;
  display: inline-block;
  padding: 0 0.25rem;
  font-size: 2.8125rem;
  font-feature-settings: "palt";
  color: #fff;
  letter-spacing: 0.035em;
}
.fv__main > h2 .line-3::after,
.fv__main > h2 .line-4::after {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 0.75rem;
  content: "";
  background-color: #f18e38;
}
.fv__main > h2 .line-3 {
  position: relative;
  display: block;
}
.fv__main > h2 .line-3 > span {
  display: inline-block;
  margin-left: 0.25rem;
  font-size: 1.5rem;
}
.fv__main > h2 .line-4-wrapper {
  display: block;
  width: 100%;
}

.fv__point {
  display: flex;
  gap: 0 0.5rem;
  align-items: center;
  width: 90%;
  margin: 0.75rem auto -0.5rem;
}
.fv__point div {
  flex-shrink: 1;
  width: 100%;
}
.fv__point div > img {
  filter: drop-shadow(0.25rem 0.25rem 0.25rem rgba(0, 0, 0, 0.25));
}

.stepform {
  padding-top: 1.5rem;
}
.stepform .form-background {
  background: linear-gradient(45deg, #389bf1, #2dbbda);
  border-radius: 20px;
}

.stepform h2 {
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  background: linear-gradient(10deg, #389bf1, #2dbbda);
  -webkit-background-clip: text;
  background-clip: text;
}

.stepform__wrapper {
  width: 100%;
  height: auto;
  padding: 6.5vw;
  margin-top: 1rem;
  overflow: hidden;
}

.stepform__main {
  padding: 1.5rem;
  background-color: #fff;
  border-radius: 1.25rem;
}

.stepform__progress {
  display: flex;
  gap: 0 0.875rem;
}

.stepform__progress > span {
  display: flex;
  flex-shrink: 1;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 0.5rem;
  font-family: "Barlow", sans-serif;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  background-color: #bebebe;
  border-radius: 0.625rem;
}
.stepform__progress > span.active {
  background-color: #333;
}

.stepform__input-screen {
  display: none;
  flex-direction: column;
  gap: 2rem 0;
  margin-top: 1.5rem;
}
.stepform__input-screen.active {
  display: flex;
}

/* input[type=date]::-webkit-calendar-picker-indicator {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
} */

/* 
input[type="date"]::-webkit-inner-spin-button{
  -webkit-appearance: none;
} */

/* input[type="date"]::-webkit-clear-button{
  -webkit-appearance: none;
} */

/* input[type="date"]{
 
  position: relative;
} */

.stepform__wrapper .input-wrapper > select,
.stepform__wrapper .input-wrapper > input[type=text],
.stepform__wrapper .input-wrapper > input[type=tel],
.stepform__wrapper .input-wrapper > input[type=email]{
/* .stepform__wrapper .input-wrapper > input[type=date] { */
  padding: 1.25em;
}
/* 
.stepform__wrapper .input-wrapper > input[type=date]::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #e83474;
} */

.stepform__wrapper .radio-wrapper > input[type=radio] {
  width: 1.5em;
  height: 1.5em;
}

.stepform__wrapper .form-privacy-check {
  font-size: 1em;
}

.stepform__input-screen .confirm-wrapper {
  display: flex;
  flex-direction: column;
  gap: 2rem 0;
}


.footer {
  padding-top: 0.5rem;
}

.footer__caution {
  color: #6b6b6b;
  font-size: 12px;
  margin-top: 0.5rem;
  margin-left: 3%;
}

.footer__logo {
  margin: 2.5rem auto 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footer__logo .vertical{
  max-width: 300px;
  width: calc(250 / 390 * 100vw );;
}

.footer__logo .vertical:not(:first-child){
  margin-top: 1.5rem;
}

.footer__link {
  display: flex;
  justify-content: center;
  gap: 0 1.5rem;
  margin-top: 2rem;
}
.footer__link a {
  color: #6b6b6b;
  font-size: 12px;
  text-decoration: underline;
}

.footer .copyright {
  margin-top: 0.3rem;
  padding: 8px;
  background-color: #6b6b6b;
}
.footer .copyright p {
  color: #fff;
  font-size: 8px;
  font-family: "Barlow", sans-serif;
  font-weight: 300;
  text-align: center;
}


.modal {
  opacity: 0;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  pointer-events: none;
  transition: all 300ms;
}

.modal.is-open {
  opacity: 1;
  pointer-events: all;
}

.modal__overlay {
  display: flex;
  justify-content: center;
  position: relative;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  padding: 5%;
  background-color: #333;
}

.modal__container {
  position: relative;
  max-width: 840px;
  background-color: #fff;
}
.modal__container .modal__content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px 0;
  overflow: scroll;
  overscroll-behavior: contain;
  height: 100%;
  padding: 10%;
}
.modal__container .modal__content-wrapper h2 {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
}
.modal__container .modal__content-wrapper .text-wrapper {
  display: flex;
  flex-direction: column;
  gap: 10px 0;
  font-size: 14px;
}
.modal__container .modal__content-wrapper .text-wrapper h3 {
  font-weight: 700;
}

.modal__close {
  position: absolute;
  top: 2.5%;
  right: 2.5%;
  width: 32px;
  height: 32px;
  border-radius: 100vh;
  background-color: #333;
  cursor: pointer;
}
.modal__close span:nth-child(1),
.modal__close span:nth-child(2) {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 1px;
  background-color: #fff;
}
.modal__close span:nth-child(1) {
  transform: translate(-50%, -50%) rotate(45deg);
}
.modal__close span:nth-child(2) {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.thanks {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.thanks__header {
  width: auto;
  padding: 1.25rem 0;
  text-align: center;
}

.thanks__logo {
  height: 2rem;
}

h1 {
  margin-top: 1.5rem;
  color: #f18e38;
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
}

.thanks__message {
  margin-top: 1.5rem;
  line-height: 1.5;
}

.thanks__message--yellow{
  background:linear-gradient(transparent 75%, #FFFF00 0%);
}

a.line-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 0.75rem;
  width: 100%;
  height: auto;
  margin-top: 1.5rem;
  padding: 1rem;
  border-radius: 100vh;
  background-color: #06c755;
  color: #fff;
  font-size: 1.25rem;
  font-weight: 700;
}
a.line-button span.icon {
  width: 2.5rem;
  height: auto;
}

.thanks__caution {
  margin-top: 0.75rem;
  margin-bottom: 3.5rem;
  font-size: 0.875rem;
  font-weight: 700;
  text-align: center;
}

.thanks__footer {
  position: relative;
  margin-top: auto;
  z-index: 1;
  padding: 4rem 1.5rem 4rem;
  background-color: #f18e38;
  color: #fff;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.6;
}
.thanks__footer::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 100%;
  background-color: #f18e38;
}
.thanks__footer .image {
  position: absolute;
  width: 47%;
  height: auto;
  right: 1.25rem;
  bottom: 0;
}

.thanks__copyright {
  position: relative;
  z-index: 1;
  padding: 8px 0;
  background-color: #6b6b6b;
  color: #fff;
  font-family: "Barlow", sans-serif;
  font-size: 8px;
  font-weight: 300;
  text-align: center;
}
.thanks__copyright::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 100%;
  background-color: #6b6b6b;
}
@media screen and (min-width: 580px) {
  html {
    font-size: 24px;
  }
  .no-sp {
    display: block;
  }
  .no-pc {
    display: none;
  }
  .fv {
    position: relative;
    z-index: 90;
    max-width: unset;
    padding-bottom: unset;
  }
  .fv__title {
    width: 100%;
    padding-top: 2em;
    padding-right: 3%;
    padding-left: 3%;
    font-size: 16px;
    font-size: 1.1111111111vw;
  }
  .fv__title > .logo {
    width: 11%;
    margin: unset;
  }
  .fv__title > h1 {
    margin-top: 1.8em;
    font-size: 32px;
    font-size: 2.2222222222vw;
    text-align: left;
  }
  .fv__main {
    padding: 0 3%;
  }
  .fv__main::before {
    width: 47%;
  }
  .fv__main::after {
    background-image: url("../images/fv_main-pc.webp");
  }
  .fv__main > h2 {
    padding-bottom: 18em;
    font-size: 10px;
    font-size: 0.6944444444vw;
  }
  .fv__main > h2 .line-1,
.fv__main > h2 .line-2 {
    font-size: 54px;
    font-size: 3.75vw;
    padding: 0.285em 0.65em 0.285em 0.1em;
  }
  .fv__main > h2 .line-2-wrapper {
    font-size: 30px;
    font-size: 2.0833333333vw;
    text-shadow: rgba(0, 0, 0, 0.4) 2px 2px 4px;
  }
  .fv__main > h2 .line-2-wrapper .line-2 {
    text-shadow: none;
  }
  .fv__main > h2 .under-block {
    margin-right: unset;
    margin-left: unset;
  }
  .fv__main > h2 .line-3,
.fv__main > h2 .line-4 {
    font-size: 77px;
    font-size: 5.3472222222vw;
    text-shadow: rgba(0, 0, 0, 0.25) 4px 4px 4px;
  }
  .fv__main > h2 .line-3 > span {
    font-size: 40px;
    font-size: 2.7777777778vw;
  }
  .fv__point {
    position: absolute;
    bottom: 0;
    transform: translateY(-5%);
    gap: 0 0.8rem;
    width: 32%;
    margin: 2em 0 0;
  }
  .stepform {
    position: absolute;
    top: 50vh;
    right: 3%;
    z-index: 100;
    transform: translateY(-50%);
    overflow: hidden;
    width: 32%;
    max-width: unset;
    padding-top: unset;
    border-radius: 1.25em;
    font-size: 16px;
    font-size: 1.1111111111vw;
  }
  .stepform h2 {
    padding-top: 40px;
    font-size: 1.875em;
  }
  .stepform__wrapper {
    margin-top: 35px;
    padding: 1.875em;
    padding-top: unset;
  }
  .stepform__main {
    padding: 1.5em;
  }
  .stepform__progress {
    gap: 0 1em;
  }
  /* .stepform__progress > span {
    padding: 0.6em 1.2em;
    font-size: 1.25em;
  } */
  .stepform__input-screen {
    margin-top: 1.875em;
    gap: 2em 0;
  }
  .stepform__input-screen .input-parts label {
    font-size: 1.125em;
  }
  .stepform__input-screen .input-parts .input-wrapper {
    margin-top: 1.25em;
  }
  .stepform__input-screen .form-error {
    margin-top: 0.5em;
    font-size: 1em;
  }
  .stepform__input-screen .form-button-wrapper .button-next,
.stepform__input-screen .form-button-wrapper .button-reverse {
    padding: 1.3em 0;
    font-size: 1.125em;
  }
  .stepform__input-screen .form-button-wrapper .button-next span,
.stepform__input-screen .form-button-wrapper .button-reverse span {
    width: 0.65em;
  }
  .stepform__input-screen .form-button-wrapper .button-reverse {
    margin-top: 0.5em;
  }
  .stepform__input-screen--step-04 {
    gap: 1.5em;
  }
  .stepform__input-screen .confirm-wrapper {
    gap: 1em 0;
    overflow-y: scroll;
    overscroll-behavior: contain;
    max-height: 25vh;
    padding: 0.5em;
    border: solid 1px #d9d9d9;
  }
  .stepform__input-screen .confirm-wrapper::-webkit-scrollbar {
    width: 0.5em;
  }
  .stepform__input-screen .confirm-wrapper::-webkit-scrollbar-track {
    background-color: #d9d9d9;
  }
  .stepform__input-screen .confirm-wrapper::-webkit-scrollbar-thumb {
    width: 0.5em;
    background: #6b6b6b;
  }
  .stepform__input-screen .confirm-wrapper .form-confirm-text {
    margin-top: 0.5em;
  }

  .footer .copyright {
    position: relative;
    z-index: 88;
    background-color: transparent;
  }
  .footer .copyright::after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    height: 100%;
    background-color: #6b6b6b;
  }
}
@media screen and (max-width: 580px) {
  .fv {
    padding-bottom: unset;
  }
  .stepform .form-background {
    border-radius: 0px;
  }
  .stepform {
    padding-top: unset;
  }
  .stepform h2 {
    padding-top: 48px;
    font-size: 1.625rem;
  }
  .contact__title {
    padding: 34px 0px;
  }
}
@media screen and (max-width: 480px) {
  .fv__title > h1 {
    font-size: 1.5625rem !important;
  }
  .fv__title > h1 span {
    font-size: 1.25rem;
  }
  .stepform__wrapper {
    padding-top: unset;
    margin-top: 26px;
  }
}


