@import url(https://use.fontawesome.com/releases/v6.1.0/css/all.css);
@import url(https://fonts.googleapis.com/css2?family=EB+Garamond:wght@400;500;600;700&family=Noto+Serif+JP:wght@400;500;600;700&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap);

@charset "UTF-8";
/*! destyle.css v1.0.14 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model */
/* ============================================ */
* {
  box-sizing: border-box;
}

::before,
::after {
  box-sizing: inherit;
}

/* 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;
  line-height: 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: 0;
  border-top: 1px solid;
  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] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -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;
}

/* Embedded content */
/* ============================================ */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
  vertical-align: bottom;
}

embed,
object,
iframe {
  border: 0;
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

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

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

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

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

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

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

/**
 * 1. 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. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * 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] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

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

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

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

html {
  font-size: 62.5%;
  height: 100%;
}

body {
  position: relative;
  background-color: #fff;
  color: #565756;
  font-family: "Noto Sans JP","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1.75;
  font-size: clamp(14px, 24 / 1100 * 100 * 1vw, 16px);
  word-break: break-all;
  height: 100%;
  background-repeat: repeat;
}
@media screen and (min-width: 1100px) {
  body {
    font-size: 16px;
  }
}

.overflow {
  overflow-x: hidden;
}
.overflow--top {
  height: 100%;
  overflow-x: hidden;
}

img {
  max-width: 100%;
  height: auto;
}

.wrapper {
  display: block;
  max-width: 1100px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}
@media screen and (min-width: 1100px) {
  .wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}

dt {
  font-weight: initial;
}

@media screen and (min-width: 768px) {
  [data-display=sp] {
    display: none !important;
  }
}

[data-display=pc] {
  display: none !important;
}
@media screen and (min-width: 768px) {
  [data-display=pc] {
    display: initial !important;
  }
}

@keyframes bounce {
  0% {
    transform: scale(1);
  }
  20% {
    transform: scale(0.9);
  }
  33% {
    transform: scale(0.9);
  }
  66% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.step-area {
  padding: 3em 0;
}
.step-area__list {
  position: relative;
  display: flex;
}
.step-area__list-item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  flex: 1;
  position: relative;
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .step-area__list-item[data-display=pc] {
    display: flex !important;
  }
}
.step-area__list + * {
  margin-top: 10px;
}
.step-area__list[data-line=true] .step-area__list-item::before {
  width: 100%;
}
.step-area__list[data-line=true] .step-area__list-item::after {
  width: 0;
  background-color: #E9894D;
  width: 100% !important;
  opacity: 1;
  transition: width 0.6sease-in-out, opacity 0.6sease-in-out;
}
.step-area__list[data-line=true] .step-area__list-item:not(:last-child):before, .step-area__list[data-line=true] .step-area__list-item:not(:last-child):after {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  height: 0.1rem;
  content: "";
  transform: translateY(-50%);
  will-change: width;
  z-index: -1;
}
.step-area__list[data-line=true]:not(:last-child):before, .step-area__list[data-line=true]:not(:last-child):after {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  height: 0.1rem;
  content: "";
  transform: translateY(-50%);
  will-change: width;
  z-index: -1;
}
.step-area__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 24px;
  height: 24px;
  border: 2px solid #E9894D;
  border-radius: 50%;
  color: transparent;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .step-area__icon {
    border: 1px solid #E9894D;
  }
}
.step-area__icon--active {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  color: transparent;
  background-color: #E9894D;
  transition: background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, color 0.3s ease-in-out;
  animation: bounce 0.2s ease-in-out;
}
.step-area__label {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1.5rem;
  color: #E9894D;
  text-align: center;
}

.popup {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 20px;
  transition: 0.3s;
  position: fixed;
  top: 0;
  left: 0;
  align-content: center;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 20px;
}
@media screen and (min-width: 768px) {
  .popup {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.popup__inner {
  max-width: 95%;
  width: 95%;
  height: 500px;
  margin: auto;
  background-color: #fff;
  overflow: scroll;
  padding: 1em;
}
@media screen and (min-width: 768px) {
  .popup__inner {
    max-width: 980px;
    width: 100%;
  }
}
.popup[data-active=active] {
  opacity: 1;
  visibility: visible;
}
.popup[data-active=inactive] {
  opacity: 0;
  visibility: hidden;
}
.popup__inner {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 2em;
}
@media screen and (min-width: 768px) {
  .popup__inner {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.popup__container {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1em;
}
@media screen and (min-width: 768px) {
  .popup__container {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.popup__list {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 0.5em;
}
@media screen and (min-width: 768px) {
  .popup__list {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.popup__list > * {
  padding-left: 1em;
  text-indent: -1em;
}
.popup__list > *::before {
  content: "";
  background: #2bf9b5;
  width: 10px;
  height: 10px;
  background-size: 100%;
  display: inline-block;
  vertical-align: 0;
  margin-right: 0.5em;
}
.popup__list--child {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 0.5em;
}
@media screen and (min-width: 768px) {
  .popup__list--child {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.popup__list--child > * {
  padding-left: 1em;
  text-indent: -1em;
}
.popup__list--child > *::before {
  content: "";
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #2bf9b5;
  width: 10px;
  height: 10px;
  background-size: 100%;
  display: inline-block;
  vertical-align: 0;
  margin-right: 0.5em;
}
.popup-btn {
  max-width: 500px;
  width: 100%;
  margin: auto;
}

.clone-controller {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 0.5em 1em;
  border: 1px solid #707070;
  border-radius: 10px;
}
.clone-controller::before {
  content: "";
  background-image: url("../images/common/icon-add.png");
  background-size: 100%;
  display: inline-block;
  vertical-align: sub;
  width: 18px;
  aspect-ratio: 1/1;
}

.headline-lv2 {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 10px;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .headline-lv2 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.headline-lv2__sub {
  font-size: clamp(17px, 28.5 / 1100 * 100 * 1vw, 19px);
}
@media screen and (min-width: 1100px) {
  .headline-lv2__sub {
    font-size: 19px;
  }
}
.headline-lv2__main {
  font-size: clamp(22px, 39 / 1100 * 100 * 1vw, 26px);
}
@media screen and (min-width: 1100px) {
  .headline-lv2__main {
    font-size: 26px;
  }
}
.headline-lv2__main[data-icon=blank] {
  display: flex;
  align-items: center;
}
.headline-lv2__main[data-icon=blank]::after {
  content: "";
  width: 24px;
  aspect-ratio: 1/1;
  margin-bottom: 5px;
  background-image: url("../images/common/newtab2.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
.headline-lv2__main[data-icon=question] {
  display: flex;
  align-items: center;
  gap: 5px;
}
.headline-lv2__main[data-icon=question] .question {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  aspect-ratio: 1/1;
  background-color: #565756;
  border-radius: 100%;
}
.headline-lv3 {
  display: flex;
  align-items: center;
  gap: 0.5em;
  font-size: clamp(20px, 36 / 1100 * 100 * 1vw, 24px);
  font-weight: 700;
}
@media screen and (min-width: 1100px) {
  .headline-lv3 {
    font-size: 24px;
  }
}
  .headline-lv3[data-icon=user] {
  align-items: flex-end;
  line-height: 1;
}
.headline-lv3[data-icon=user]::after {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background-image: url("../images/p3/user.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.headline-lv3[data-icon=building] {
  align-items: flex-end;
  line-height: 1;
}
.headline-lv3[data-icon=building]::after {
  content: "";
  display: block;
  width: 40px;
  height: 55px;
  background-image: url("../images/p3/building.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.btn-more {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  font-size: clamp(18px, 36 / 1100 * 100 * 1vw, 24px);
  font-weight: 700;
  color: #fff;
  line-height: 1;
  padding: 20px 10px;
  background-color: #E9894D;
  border-radius: 17px;
}
@media screen and (min-width: 1100px) {
  .btn-more {
    font-size: 24px;
  }
}
.btn-popup {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  font-size: clamp(18px, 36 / 1100 * 100 * 1vw, 24px);
  font-weight: 700;
  color: #fff;
  line-height: 1;
  padding: 20px 10px;
  background-color: #E9894D;
  border-radius: 17px;
}
@media screen and (min-width: 1100px) {
  .btn-popup {
    font-size: 24px;
  }
}
.btn-back {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(17px, 31.5 / 1100 * 100 * 1vw, 21px);
  font-weight: 700;
}
@media screen and (min-width: 1100px) {
  .btn-back {
    font-size: 21px;
  }
}
.btn-file {
  display: inline-block;
  color: #E9894D;
  padding: 10px 50px;
  border: 2px solid #E9894D;
  border-radius: 10px;
  transition: 0.3s;
}
.btn-file:hover {
  opacity: 0.8;
}
.btn-file::before {
  content: "";
  background-image: url("../images/p4/icon-plus.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 9px;
}

.form-input {
  display: block;
  width: 100%;
  border: 1px solid #707070;
  padding: 0.25em;
}
.form-input::-moz-placeholder {
  color: #BFBFBF;
}
.form-input::placeholder {
  color: #BFBFBF;
}
.form-input--medium {
  max-width: 300px;
  width: 100%;
  border: 1px solid #707070;
  padding: 0.25em;
}
.form-input--medium::-moz-placeholder {
  color: #BFBFBF;
}
.form-input--medium::placeholder {
  color: #BFBFBF;
}
.form-input--small {
  max-width: 90px;
  width: 100%;
  border: 1px solid #707070;
  padding: 0.25em;
}
.form-input--small::-moz-placeholder {
  color: #BFBFBF;
}
.form-input--small::placeholder {
  color: #BFBFBF;
}
.form-list__btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 26px 18px 26px 24px;
  border-radius: 20px;
  position: relative;
  border: 1px solid #707070;
}
@media screen and (min-width: 768px) {
  .form-list__btn {
    padding: 26px 18px 26px 24px;
  }
}
.form-list__btn[data-show=show] {
  border: 2px solid #E9894D;
}
.form-list__btn[data-show=show] .form-list__btn-text::before {
  background-image: url("../images/common/checked.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.form-list__btn-text {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: clamp(18px, 36 / 1100 * 100 * 1vw, 24px);
  font-weight: 500;
  transition: 0.3s;
}
@media screen and (min-width: 1100px) {
  .form-list__btn-text {
    font-size: 24px;
  }
}
@media screen and (min-width: 768px) {
  .form-list__btn-text {
    gap: 12px;
  }
}
.form-list__btn-text::before {
  content: "";
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 20px;
  aspect-ratio: 1/1;
  transition: 0.3s;
  background-image: url("../images/common/check.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (min-width: 768px) {
  .form-list__btn-text::before {
    flex-basis: 40px;
    width: 40px;
    height: 40px;
  }
}
.form-list__btn-text--small {
  font-size: clamp(14px, 24 / 1100 * 100 * 1vw, 16px);
}
@media screen and (min-width: 1100px) {
  .form-list__btn-text--small {
    font-size: 16px;
  }
}
.form-list__btn-req {
  display: inline-block;
  font-size: clamp(12px, 21 / 1100 * 100 * 1vw, 14px);
  line-height: 1;
  font-weight: 500;
  color: #fff;
  background-color: #EA473A;
  padding: 0.5em 18px;
  border-radius: 9999px;
}
@media screen and (min-width: 1100px) {
  .form-list__btn-req {
    font-size: 14px;
  }
}
.form-check {
  display: flex;
  align-items: center;
  gap: 10px;
}
.form-check--hidden {
  display: none;
}
.form-check__text-sub {
  font-size: clamp(12px, 21 / 1100 * 100 * 1vw, 14px);
}
@media screen and (min-width: 1100px) {
  .form-check__text-sub {
    font-size: 14px;
  }
}
.form-check__text-rec {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-left: auto;
}
.form-check__text-rec::after {
  content: "おすすめ";
  display: inline-block;
  font-size: clamp(12px, 21 / 1100 * 100 * 1vw, 14px);
  font-weight: 400;
  line-height: 1;
  color: #fff;
  background-color: #E9894D;
  text-align: center;
  padding: 5px 14px;
  border-radius: 9999px;
}
@media screen and (min-width: 1100px) {
  .form-check__text-rec::after {
    font-size: 14px;
  }
}
.form-radio {
  display: flex;
  align-items: center;
  gap: 10px;
}
.form-radio--hidden {
  display: none;
}
.form-radio--hidden:checked + .form-radio__icon::after {
  background-color: #E9894D;
}
.form-radio__text-sub {
  font-size: clamp(12px, 21 / 1100 * 100 * 1vw, 14px);
}
@media screen and (min-width: 1100px) {
  .form-radio__text-sub {
    font-size: 14px;
  }
}
.form-radio__text-rec {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-left: auto;
}
.form-radio__text-rec::after {
  content: "おすすめ";
  display: inline-block;
  font-size: clamp(12px, 21 / 1100 * 100 * 1vw, 14px);
  font-weight: 400;
  line-height: 1;
  color: #fff;
  background-color: #E9894D;
  text-align: center;
  padding: 5px 14px;
  border-radius: 9999px;
}
@media screen and (min-width: 1100px) {
  .form-radio__text-rec::after {
    font-size: 14px;
  }
}
.form-radio--check {
  cursor: pointer;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5em;
}
.form-radio--check .form-radio__icon {
  display: inline-block;
  width: 40px;
  aspect-ratio: 1/1;
  background-image: url("../images/common/icon-check-off.png");
  background-size: 100%;
  background-repeat: no-repeat;
  transition: 0.3s;
  border-radius: 0;
}
.form-radio--check .form-radio__icon::before, .form-radio--check .form-radio__icon::after {
  display: none;
}
.form-radio--check .form-radio--hidden:checked + .form-radio__icon {
  background-image: url("../images/common/icon-check-on.png");
}
.form-radio__icon {
  position: relative;
}
.form-radio__icon::before, .form-radio__icon::after {
  content: "";
  display: block;
}
.form-radio__icon::before {
  background-color: #F2F0F0;
  border: 2px solid #F2F0F0;
  border-radius: 50%;
  width: 20px;
  aspect-ratio: 1/1;
}
.form-radio__icon::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #F2F0F0;
  border-radius: 50%;
  width: 13px;
  aspect-ratio: 1/1;
  transition: 0.3s;
  z-index: 2;
}
.form-btn--flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 25px;
  max-width: 650px;
  width: 100%;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .form-btn--flex {
    gap: 50px;
  }
}
.form-btn--flex > *:first-child {
  flex: 1;
}
@media screen and (min-width: 768px) {
  .form-btn--flex > *:first-child {
    flex: inherit;
    width: calc(100% - 550px);
  }
}
.form-btn--flex > *:last-child {
  flex: 2;
}
@media screen and (min-width: 768px) {
  .form-btn--flex > *:last-child {
    flex: inherit;
    width: 500px;
  }
}
.form-flex {
  display: flex;
  align-items: center;
  gap: 1em;
  flex-wrap: wrap;
}
.form-flex .form-flex {
  gap: 0.5em;
}
.form-title {
  font-size: clamp(14px, 24 / 1100 * 100 * 1vw, 16px);
}
@media screen and (min-width: 1100px) {
  .form-title {
    font-size: 16px;
  }
}
.form-title-sub {
  font-size: clamp(14px, 24 / 1100 * 100 * 1vw, 16px);
  color: #BFBFBF;
}
@media screen and (min-width: 1100px) {
  .form-title-sub {
    font-size: 16px;
  }
}
.form-title--req {
  font-size: clamp(14px, 24 / 1100 * 100 * 1vw, 16px);
}
@media screen and (min-width: 1100px) {
  .form-title--req {
    font-size: 16px;
  }
}
.form-title--req::after {
  content: "*";
  color: #EA473A;
}
.form-caution {
  font-size: clamp(10px, 18 / 1100 * 100 * 1vw, 12px);
  color: #EA473A;
}
@media screen and (min-width: 1100px) {
  .form-caution {
    font-size: 12px;
  }
}
.form-notice {
  font-size: clamp(12px, 21 / 1100 * 100 * 1vw, 14px);
}
@media screen and (min-width: 1100px) {
  .form-notice {
    font-size: 14px;
  }
}
.form-label {
  display: flex;
  gap: 0.5em;
  align-items: center;
  justify-content: flex-start;
  font-size: clamp(17px, 28.5 / 1100 * 100 * 1vw, 19px);
  font-weight: 700;
}
@media screen and (min-width: 1100px) {
  .form-label {
    font-size: 19px;
  }
}
@media screen and (min-width: 768px) {
  .form-label {
    justify-content: center;
  }
}
.form-label--req {
  display: flex;
  gap: 0.5em;
  align-items: center;
  justify-content: flex-start;
  font-size: clamp(17px, 28.5 / 1100 * 100 * 1vw, 19px);
  font-weight: 700;
}
@media screen and (min-width: 1100px) {
  .form-label--req {
    font-size: 19px;
  }
}
@media screen and (min-width: 768px) {
  .form-label--req {
    justify-content: center;
  }
}
.form-label--req::after {
  content: "必須";
  display: inline-block;
  font-size: clamp(12px, 21 / 1100 * 100 * 1vw, 14px);
  font-weight: 400;
  line-height: 1;
  color: #fff;
  background-color: #EA473A;
  text-align: center;
  padding: 5px 14px;
  border-radius: 9999px;
}
@media screen and (min-width: 1100px) {
  .form-label--req::after {
    font-size: 14px;
  }
}
.form-label--any {
  display: flex;
  gap: 0.5em;
  align-items: center;
  justify-content: flex-start;
  font-size: clamp(17px, 28.5 / 1100 * 100 * 1vw, 19px);
  font-weight: 700;
}
@media screen and (min-width: 1100px) {
  .form-label--any {
    font-size: 19px;
  }
}
@media screen and (min-width: 768px) {
  .form-label--any {
    justify-content: center;
  }
}
.form-label--any::after {
  content: "任意";
  display: inline-block;
  font-size: clamp(12px, 21 / 1100 * 100 * 1vw, 14px);
  font-weight: 400;
  line-height: 1;
  color: #565656;
  background-color: #F2F0F1;
  text-align: center;
  padding: 5px 14px;
  border-radius: 9999px;
}
@media screen and (min-width: 1100px) {
  .form-label--any::after {
    font-size: 14px;
  }
}
.form-label__blank::before {
  content: "";
  display: inline-block;
  width: 24px;
  aspect-ratio: 1/1;
  background-image: url("../images/common/icon-link.png");
  background-size: 100%;
  background-repeat: no-repeat;
  vertical-align: middle;
}
.form-question {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  aspect-ratio: 1/1;
  background-color: #565756;
  border-radius: 100%;
}
.form-select {
  background: url(../images/common/icon-pulldown.png) no-repeat;
  background-position: right 9px bottom 11px;
  background-repeat: no-repeat;
  background-size: 13px auto;
  padding: 0.25em 2em 0.25em 1em;
  border: 1px solid #707070;
}
.form-container {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 5px;
}
@media screen and (min-width: 768px) {
  .form-container {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.form-search {
  display: inline-block;
  background-color: #565756;
  color: #fff;
  padding: 0.17em 0.5em;
}

.nav-header__inner {
  display: flex;
  align-items: center;
  gap: 15px;
}
@media screen and (min-width: 768px) {
  .nav-header__inner > * {
    border-right: solid 1px #565756;
    padding-right: 15px;
  }
  .nav-header__inner > *:nth-last-child(2) {
    border: none;
  }
}
.nav-header__btn {
  display: flex;
  align-items: center;
  gap: 5px;
}
.nav-header__btn[data-icon=faq]::before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background-image: url("../images/common/i.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.nav-header__btn[data-icon=tel]::before {
  content: "";
  display: block;
  width: 11px;
  height: 19px;
  background-image: url("../images/common/phone.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 5px;
}
.nav-header__btn[data-icon=mail]::before {
  content: "";
  display: block;
  width: 14px;
  height: 11px;
  background-image: url("../images/common/email.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.nav-header__btn[data-icon=help] {
  width: 56px;
}

.table-form {
  width: 100%;
  border-spacing: 10px 25px;
  border-collapse: separate;
}
@media screen and (min-width: 768px) {
  .table-form {
    border-spacing: 20px 50px;
  }
}
.table-form th {
  display: block;
  width: 100%;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .table-form th {
    display: table-cell;
    vertical-align: middle;
    width: 50%;
    margin-bottom: 0;
  }
}
.table-form td {
  display: block;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .table-form td {
    display: table-cell;
    width: 50%;
  }
}
.table-form td > * {
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .table-form td > * {
    margin-bottom: 30px;
  }
}
.table-form td > *:last-child {
  margin-bottom: 0;
}
.table-form__container {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 5px;
}
@media screen and (min-width: 768px) {
  .table-form__container {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media screen and (min-width: 768px) {
  .table-form__container {
    gap: 10px;
  }
}
.table-confirm {
  width: 100%;
}
.table-confirm tr {
  display: block;
  padding: 15px;
  border-top: solid 1px #565756;
}
.table-confirm tr:last-child {
  border-bottom: solid 1px #565756;
}
@media screen and (min-width: 768px) {
  .table-confirm tr {
    display: table-row;
    padding: 0;
  }
}
.table-confirm th {
  display: block;
  width: 100%;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .table-confirm th {
    display: table-cell;
    width: 20%;
    padding: 15px 0;
    margin-bottom: 0;
    border-top: solid 1px #565756;
    border-bottom: solid 1px #565756;
  }
}
.table-confirm td {
  display: block;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .table-confirm td {
    display: table-cell;
    width: 80%;
    padding: 15px 0;
    border-top: solid 1px #565756;
    border-bottom: solid 1px #565756;
  }
}
.table-confirm td > * {
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .table-confirm td > * {
    margin-bottom: 30px;
  }
}
.table-confirm td > *:last-child {
  margin-bottom: 0;
}

.text-bold {
  font-weight: 700;
}
.text-strong {
  color: #E9894D;
  text-decoration: underline;
  font-weight: 700;
}
.text-center {
  text-align: center;
}
.text-link {
  color: #E9894D;
  text-decoration: underline;
}
.text-link:hover {
  text-decoration: none;
}
.text-link--blank {
  color: #E9894D;
  text-decoration: underline;
  display: inline-flex;
  gap: 0.5em;
}
.text-link--blank:hover {
  text-decoration: none;
}
.text-link--blank::before {
  content: "";
  width: 17px;
  aspect-ratio: 1/1;
  background-image: url("../images/common/newtab.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

.header {
  width: 100%;
  padding: 1em;
  border-bottom: 1px solid #707070;
}
@media screen and (min-width: 768px) {
  .header {
    border: none;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  }
}
.header__inner {
  max-width: 1600px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.top-main {
  padding: 50px 0;
}
@media screen and (min-width: 768px) {
  .top-main {
    padding: 100px 0;
  }
}
.top-sec01 {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 50px;
}
@media screen and (min-width: 768px) {
  .top-sec01 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media screen and (min-width: 768px) {
  .top-sec01 {
    gap: 100px;
  }
}
.top-sec01__inner {
  display: block;
  max-width: 1100px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 25px;
}
@media screen and (min-width: 1100px) {
  .top-sec01__inner {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (min-width: 768px) {
  .top-sec01__inner {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media screen and (min-width: 768px) {
  .top-sec01__inner {
    gap: 50px;
  }
}
.top-sec01__btn {
  max-width: 500px;
  width: 100%;
  margin: 100px auto 0;
}
.top-sec01__btn-text {
  font-size: clamp(16px, 27 / 1100 * 100 * 1vw, 18px);
  font-weight: 700;
  text-align: center;
  margin-top: 15px;
}
@media screen and (min-width: 1100px) {
  .top-sec01__btn-text {
    font-size: 18px;
  }
}
.top-sec01__header {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 10px;
}
@media screen and (min-width: 768px) {
  .top-sec01__header {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.top-sec01__container {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 25px;
}
@media screen and (min-width: 768px) {
  .top-sec01__container {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media screen and (min-width: 768px) {
  .top-sec01__container {
    gap: 50px;
  }
}
.top-sec01__flow {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 25px;
  max-width: 980px;
  width: 100%;
  background-color: #F2F0F1;
  padding: 20px 45px;
}
@media screen and (min-width: 768px) {
  .top-sec01__flow {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media screen and (min-width: 768px) {
  .top-sec01__flow {
    padding: 40px 90px;
  }
}
.top-sec01__flow-title {
  font-size: clamp(18px, 36 / 1100 * 100 * 1vw, 24px);
  font-weight: 500;
  text-align: center;
}
@media screen and (min-width: 1100px) {
  .top-sec01__flow-title {
    font-size: 24px;
  }
}
.top-sec01__flow-img {
  display: block;
  text-align: center;
}
.top-sec01__flow-text {
  text-align: center;
}
.top-sec01__flow-text > * {
  margin-bottom: 1em;
}
.top-sec01__flow-text > *:last-child {
  margin-bottom: 0;
}
.top-list {
  max-width: 630px;
  width: 100%;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 15px;
}
@media screen and (min-width: 768px) {
  .top-list {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media screen and (min-width: 768px) {
  .top-list {
    gap: 30px;
  }
}
.top-list__btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 26px 18px 26px 24px;
  border-radius: 20px;
  position: relative;
  border: 1px solid #707070;
}
@media screen and (min-width: 768px) {
  .top-list__btn {
    padding: 26px 18px 26px 24px;
  }
}
.top-list__btn[data-active=active] {
  border: 2px solid #E9894D;
}
.top-list__btn[data-active=active] .top-list__btn-text::before {
  background-image: url("../images/common/checked.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.top-list__btn-text {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: clamp(18px, 36 / 1100 * 100 * 1vw, 24px);
  font-weight: 500;
  transition: 0.3s;
}
@media screen and (min-width: 1100px) {
  .top-list__btn-text {
    font-size: 24px;
  }
}
@media screen and (min-width: 768px) {
  .top-list__btn-text {
    gap: 12px;
  }
}
.top-list__btn-text::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  transition: 0.3s;
  background-image: url("../images/common/check.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (min-width: 768px) {
  .top-list__btn-text::before {
    width: 40px;
    height: 40px;
  }
}
.top-list__btn-smalltext {
  display: inline-flex;
  font-size: clamp(14px, 24 / 1100 * 100 * 1vw, 16px);
}
@media screen and (min-width: 1100px) {
  .top-list__btn-smalltext {
    font-size: 16px;
  }
}
.top-list__btn-req {
  display: inline-block;
  font-size: clamp(12px, 21 / 1100 * 100 * 1vw, 14px);
  line-height: 1;
  font-weight: 500;
  color: #fff;
  background-color: #EA473A;
  padding: 0.5em 18px;
  border-radius: 9999px;
}
@media screen and (min-width: 1100px) {
  .top-list__btn-req {
    font-size: 14px;
  }
}
.top-notice {
  font-weight: 500;
  background-color: #F2F0F0;
  padding: 1em 2em;
}
.top-notice > * {
  margin-bottom: 1em;
}
.top-notice > *:last-child {
  margin-bottom: 0;
}

.address-main {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 50px;
  padding: 50px 0;
}
@media screen and (min-width: 768px) {
  .address-main {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media screen and (min-width: 768px) {
  .address-main {
    gap: 100px;
  }
}
@media screen and (min-width: 768px) {
  .address-main {
    padding: 100px 0;
  }
}
.address-sec01 {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 50px;
}
@media screen and (min-width: 768px) {
  .address-sec01 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media screen and (min-width: 768px) {
  .address-sec01 {
    gap: 100px;
  }
}
.address-sec01__inner {
  display: block;
  max-width: 1100px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 25px;
}
@media screen and (min-width: 1100px) {
  .address-sec01__inner {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (min-width: 768px) {
  .address-sec01__inner {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media screen and (min-width: 768px) {
  .address-sec01__inner {
    gap: 50px;
  }
}
.address-sec01__btn {
  max-width: 500px;
  width: 100%;
  margin: 100px auto 0;
}
.address-sec01__btn-text {
  font-size: clamp(16px, 27 / 1100 * 100 * 1vw, 18px);
  font-weight: 700;
  text-align: center;
  margin-top: 15px;
}
@media screen and (min-width: 1100px) {
  .address-sec01__btn-text {
    font-size: 18px;
  }
}
.address-sec01__header {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 10px;
}
@media screen and (min-width: 768px) {
  .address-sec01__header {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.address-sec01__container {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 25px;
}
@media screen and (min-width: 768px) {
  .address-sec01__container {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media screen and (min-width: 768px) {
  .address-sec01__container {
    gap: 50px;
  }
}
.address-sec01__flow {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 25px;
  max-width: 980px;
  width: 100%;
  background-color: #F2F0F1;
  padding: 20px 45px;
}
@media screen and (min-width: 768px) {
  .address-sec01__flow {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media screen and (min-width: 768px) {
  .address-sec01__flow {
    padding: 40px 90px;
  }
}
.address-sec01__flow-title {
  font-size: clamp(18px, 36 / 1100 * 100 * 1vw, 24px);
  font-weight: 500;
  text-align: center;
}
@media screen and (min-width: 1100px) {
  .address-sec01__flow-title {
    font-size: 24px;
  }
}
.address-sec01__flow-img {
  display: block;
  text-align: center;
}
.address-sec01__flow-text {
  text-align: center;
}
.address-sec01__flow-text > * {
  margin-bottom: 1em;
}
.address-sec01__flow-text > *:last-child {
  margin-bottom: 0;
}
.address-list {
  max-width: 630px;
  width: 100%;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 15px;
}
@media screen and (min-width: 768px) {
  .address-list {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media screen and (min-width: 768px) {
  .address-list {
    gap: 30px;
  }
}
.address-list__btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  padding: 26px 18px 26px 24px;
  border-radius: 20px;
  position: relative;
  border: 1px solid #707070;
}
@media screen and (min-width: 768px) {
  .address-list__btn {
    padding: 26px 18px 26px 24px;
  }
}
.address-list__btn[data-show=show] {
  border: 2px solid #E9894D;
}
.address-list__btn[data-show=show] .address-list__btn-icon {
  background-image: url("../images/common/checked.png");
}
.address-list__btn-header {
  display: flex;
  align-items: center;
  gap: 6px;
  transition: 0.3s;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .address-list__btn-header {
    gap: 12px;
  }
}
.address-list__btn-icon {
  display: block;
  width: 20px;
  aspect-ratio: 1/1;
  transition: 0.3s;
  background-image: url("../images/common/check.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
@media screen and (min-width: 768px) {
  .address-list__btn-icon {
    width: 40px;
  }
}
.address-list__btn-text {
  display: block;
  width: calc(100% - 20px);
  font-size: clamp(18px, 36 / 1100 * 100 * 1vw, 24px);
}
@media screen and (min-width: 1100px) {
  .address-list__btn-text {
    font-size: 24px;
  }
}
@media screen and (min-width: 768px) {
  .address-list__btn-text {
    width: calc(100% - 40px);
  }
}
.address-list__btn-smalltext {
  display: inline-block;
  font-size: clamp(14px, 24 / 1100 * 100 * 1vw, 16px);
}
@media screen and (min-width: 1100px) {
  .address-list__btn-smalltext {
    font-size: 16px;
  }
}
.address-list__btn-req {
  display: inline-block;
  font-size: clamp(12px, 21 / 1100 * 100 * 1vw, 14px);
  line-height: 1;
  font-weight: 500;
  color: #fff;
  background-color: #EA473A;
  padding: 0.5em 18px;
  border-radius: 9999px;
}
@media screen and (min-width: 1100px) {
  .address-list__btn-req {
    font-size: 14px;
  }
}
.address-list__btn-label {
  display: inline-block;
  font-size: clamp(12px, 21 / 1100 * 100 * 1vw, 14px);
  line-height: 1;
  font-weight: 500;
  color: #fff;
  background-color: #E9894D;
  padding: 0.5em 18px;
  border-radius: 9999px;
}
@media screen and (min-width: 1100px) {
  .address-list__btn-label {
    font-size: 14px;
  }
}
.address-notice {
  font-weight: 500;
  background-color: #F2F0F0;
  padding: 1em 2em;
}
.address-notice > * {
  margin-bottom: 1em;
}
.address-notice > *:last-child {
  margin-bottom: 0;
}

#address-sec01 {
  display: none;
}
#address-sec01[data-show=show] {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 50px;
}
@media screen and (min-width: 768px) {
  #address-sec01[data-show=show] {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media screen and (min-width: 768px) {
  #address-sec01[data-show=show] {
    gap: 100px;
  }
}

.ownership-main {
  padding: 50px 0;
}
@media screen and (min-width: 768px) {
  .ownership-main {
    padding: 100px 0;
  }
}
.ownership-sec01 {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 50px;
}
@media screen and (min-width: 768px) {
  .ownership-sec01 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media screen and (min-width: 768px) {
  .ownership-sec01 {
    gap: 100px;
  }
}
.ownership-sec01__inner {
  display: block;
  max-width: 1100px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 25px;
}
@media screen and (min-width: 1100px) {
  .ownership-sec01__inner {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (min-width: 768px) {
  .ownership-sec01__inner {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media screen and (min-width: 768px) {
  .ownership-sec01__inner {
    gap: 50px;
  }
}
.ownership-sec01__btn {
  max-width: 500px;
  width: 100%;
  margin: 100px auto 0;
}
.ownership-sec01__btn-text {
  font-size: clamp(16px, 27 / 1100 * 100 * 1vw, 18px);
  font-weight: 700;
  text-align: center;
  margin-top: 15px;
}
@media screen and (min-width: 1100px) {
  .ownership-sec01__btn-text {
    font-size: 18px;
  }
}
.ownership-sec01__header {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 10px;
}
@media screen and (min-width: 768px) {
  .ownership-sec01__header {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.ownership-sec01__container {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 25px;
}
@media screen and (min-width: 768px) {
  .ownership-sec01__container {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media screen and (min-width: 768px) {
  .ownership-sec01__container {
    gap: 50px;
  }
}
.ownership-sec01__flow {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 25px;
  max-width: 980px;
  width: 100%;
  background-color: #F2F0F1;
  margin: auto;
  padding: 20px 45px;
}
@media screen and (min-width: 768px) {
  .ownership-sec01__flow {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media screen and (min-width: 768px) {
  .ownership-sec01__flow {
    padding: 40px 90px;
  }
}
.ownership-sec01__flow-title {
  font-size: clamp(18px, 36 / 1100 * 100 * 1vw, 24px);
  font-weight: 500;
  text-align: center;
}
@media screen and (min-width: 1100px) {
  .ownership-sec01__flow-title {
    font-size: 24px;
  }
}
.ownership-sec01__flow-img {
  display: block;
  text-align: center;
}
.ownership-sec01__flow-text {
  text-align: center;
}
.ownership-sec01__flow-text > * {
  margin-bottom: 1em;
}
.ownership-sec01__flow-text > *:last-child {
  margin-bottom: 0;
}
.ownership-list {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 15px;
}
@media screen and (min-width: 768px) {
  .ownership-list {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media screen and (min-width: 768px) {
  .ownership-list {
    gap: 30px;
  }
}
.ownership-list > * {
  position: relative;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 15px;
}
@media screen and (min-width: 768px) {
  .ownership-list > * {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media screen and (min-width: 768px) {
  .ownership-list > * {
    gap: 30px;
  }
}
.ownership-list__btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
  max-width: 630px;
  width: 100%;
  margin: auto;
  padding: 26px 18px 26px 24px;
  border-radius: 20px;
  position: relative;
  border: 1px solid #707070;
}
@media screen and (min-width: 768px) {
  .ownership-list__btn {
    padding: 26px 18px 26px 24px;
  }
}
.ownership-list__btn[data-show=show] {
  border: 2px solid #E9894D;
}
.ownership-list__btn[data-show=show] .ownership-list__btn-icon {
  background-image: url("../images/common/checked.png");
}
.ownership-list__btn[data-show=show] + .ownership-list__form {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 15px;
}
@media screen and (min-width: 768px) {
  .ownership-list__btn[data-show=show] + .ownership-list__form {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media screen and (min-width: 768px) {
  .ownership-list__btn[data-show=show] + .ownership-list__form {
    gap: 30px;
  }
}
.ownership-list__btn-header {
  display: flex;
  align-items: center;
  gap: 6px;
  transition: 0.3s;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .ownership-list__btn-header {
    gap: 12px;
  }
}
.ownership-list__btn-icon {
  display: block;
  width: 20px;
  aspect-ratio: 1/1;
  transition: 0.3s;
  background-image: url("../images/common/check.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
@media screen and (min-width: 768px) {
  .ownership-list__btn-icon {
    width: 40px;
  }
}
.ownership-list__btn-text {
  display: block;
  width: calc(100% - 20px);
  font-size: clamp(18px, 36 / 1100 * 100 * 1vw, 24px);
}
@media screen and (min-width: 1100px) {
  .ownership-list__btn-text {
    font-size: 24px;
  }
}
@media screen and (min-width: 768px) {
  .ownership-list__btn-text {
    width: calc(100% - 40px);
  }
}
.ownership-list__btn-smalltext {
  display: inline-block;
  font-size: clamp(14px, 24 / 1100 * 100 * 1vw, 16px);
}
@media screen and (min-width: 1100px) {
  .ownership-list__btn-smalltext {
    font-size: 16px;
  }
}
.ownership-list__btn-req {
  display: inline-block;
  font-size: clamp(12px, 21 / 1100 * 100 * 1vw, 14px);
  line-height: 1;
  font-weight: 500;
  color: #fff;
  background-color: #EA473A;
  padding: 0.5em 18px;
  border-radius: 9999px;
}
@media screen and (min-width: 1100px) {
  .ownership-list__btn-req {
    font-size: 14px;
  }
}
.ownership-list__btn-label {
  display: inline-block;
  font-size: clamp(12px, 21 / 1100 * 100 * 1vw, 14px);
  line-height: 1;
  font-weight: 500;
  color: #fff;
  background-color: #E9894D;
  padding: 0.5em 18px;
  border-radius: 9999px;
  position: absolute;
  top: 2em;
  right: 1em;
}
@media screen and (min-width: 1100px) {
  .ownership-list__btn-label {
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) {
  .ownership-list__btn-label {
    top: 2em;
  }
}
.ownership-list__form {
  display: none;
  transition: 0.3s;
}
.ownership-list__container {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 2em;
}
@media screen and (min-width: 768px) {
  .ownership-list__container {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.ownership-list__flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1em;
}
.ownership-list__file {
  display: inline-flex;
  align-items: center;
  gap: 0.5em;
}
.ownership-list__file::before {
  content: "";
  background: url("../images/common/icon-file-dl.png");
  background-repeat: no-repeat;
  background-size: 100%;
  display: inline-block;
  width: 50px;
  aspect-ratio: 1/1;
}
.ownership-notice {
  font-weight: 500;
  background-color: #F2F0F0;
  padding: 1em 2em;
}
.ownership-notice > * {
  margin-bottom: 1em;
}
.ownership-notice > *:last-child {
  margin-bottom: 0;
}
.ownership-controller {
  display: none;
}
.ownership-controller[data-show=show] {
  display: block;
}
.ownership-controller__title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1em;
  width: 100%;
  padding: 1em 2em;
  background-color: #F2F0F0;
  font-weight: 700;
}
.ownership-controller__remove {
  font-weight: 400;
  text-decoration: underline;
  cursor: pointer;
}
.ownership-controller__remove:hover {
  text-decoration: none;
}

.upload-main {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 50px;
  padding: 50px 0;
}
@media screen and (min-width: 768px) {
  .upload-main {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media screen and (min-width: 768px) {
  .upload-main {
    gap: 100px;
  }
}
@media screen and (min-width: 768px) {
  .upload-main {
    padding: 100px 0;
  }
}
.upload-sec01 {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 50px;
}
@media screen and (min-width: 768px) {
  .upload-sec01 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media screen and (min-width: 768px) {
  .upload-sec01 {
    gap: 100px;
  }
}
.upload-sec01__inner {
  display: block;
  max-width: 1100px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 25px;
}
@media screen and (min-width: 1100px) {
  .upload-sec01__inner {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (min-width: 768px) {
  .upload-sec01__inner {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media screen and (min-width: 768px) {
  .upload-sec01__inner {
    gap: 50px;
  }
}
.upload-sec01__btn {
  max-width: 500px;
  width: 100%;
  margin: 100px auto 0;
}
.upload-sec01__btn-text {
  font-size: clamp(16px, 27 / 1100 * 100 * 1vw, 18px);
  font-weight: 700;
  text-align: center;
  margin-top: 15px;
}
@media screen and (min-width: 1100px) {
  .upload-sec01__btn-text {
    font-size: 18px;
  }
}
.upload-sec01__header {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 10px;
}
@media screen and (min-width: 768px) {
  .upload-sec01__header {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.upload-sec01__container {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 25px;
}
@media screen and (min-width: 768px) {
  .upload-sec01__container {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media screen and (min-width: 768px) {
  .upload-sec01__container {
    gap: 50px;
  }
}
.upload-sec01__flow {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 25px;
  max-width: 980px;
  width: 100%;
  background-color: #F2F0F1;
  padding: 20px 45px;
}
@media screen and (min-width: 768px) {
  .upload-sec01__flow {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media screen and (min-width: 768px) {
  .upload-sec01__flow {
    padding: 40px 90px;
  }
}
.upload-sec01__flow-title {
  font-size: clamp(18px, 36 / 1100 * 100 * 1vw, 24px);
  font-weight: 500;
  text-align: center;
}
@media screen and (min-width: 1100px) {
  .upload-sec01__flow-title {
    font-size: 24px;
  }
}
.upload-sec01__flow-img {
  display: block;
  text-align: center;
}
.upload-sec01__flow-text {
  text-align: center;
}
.upload-sec01__flow-text > * {
  margin-bottom: 1em;
}
.upload-sec01__flow-text > *:last-child {
  margin-bottom: 0;
}
.upload-sec01__strong {
  font-size: clamp(17px, 28.5 / 1100 * 100 * 1vw, 19px);
  font-weight: 700;
}
@media screen and (min-width: 1100px) {
  .upload-sec01__strong {
    font-size: 19px;
  }
}
.upload-sec01__title {
  font-size: clamp(17px, 28.5 / 1100 * 100 * 1vw, 19px);
  font-weight: 700;
}
@media screen and (min-width: 1100px) {
  .upload-sec01__title {
    font-size: 19px;
  }
}
.upload-sec01__title--req {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: clamp(17px, 28.5 / 1100 * 100 * 1vw, 19px);
  font-weight: 700;
}
@media screen and (min-width: 1100px) {
  .upload-sec01__title--req {
    font-size: 19px;
  }
}
.upload-sec01__title--req::after {
  content: "必須";
  font-size: clamp(12px, 21 / 1100 * 100 * 1vw, 14px);
  font-weight: 400;
  line-height: 1;
  color: #fff;
  background-color: #EA473A;
  padding: 0.5em 15px;
  border-radius: 9999px;
}
@media screen and (min-width: 1100px) {
  .upload-sec01__title--req::after {
    font-size: 14px;
  }
}
.upload-list {
  max-width: 660px;
  width: 100%;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 25px;
}
@media screen and (min-width: 768px) {
  .upload-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (min-width: 768px) {
  .upload-list {
    gap: 50px;
  }
}
.upload-select {
  position: relative;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 12px;
  font-size: clamp(18px, 36 / 1100 * 100 * 1vw, 24px);
  width: 100%;
  height: 100%;
  border: 1px solid #707070;
  padding: 12px;
  border-radius: 20px;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .upload-select {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media screen and (min-width: 1100px) {
  .upload-select {
    font-size: 24px;
  }
}
@media screen and (min-width: 768px) {
  .upload-select {
    gap: 24px;
    padding: 24px;
  }
}
.upload-select[data-show=show] {
  border: 2px solid #E9894D;
}
.upload-select[data-show=show] .upload-select__icon[data-icon=app]::before {
  background-image: url("../images/p4/img02.png");
}
.upload-select[data-show=show] .upload-select__icon[data-icon=file]::before {
  background-image: url("../images/p4/img04.png");
}
.upload-select__icon {
  display: block;
  text-align: left;
}
.upload-select__icon::before {
  content: "";
  display: block;
}
.upload-select__icon[data-icon=app]::before {
  width: 50px;
  height: 87px;
  background-image: url("../images/p4/img01.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
.upload-select__icon[data-icon=file]::before {
  width: 75px;
  height: 59px;
  background-image: url("../images/p4/img03.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
.upload-select__title {
  font-size: clamp(18px, 36 / 1100 * 100 * 1vw, 24px);
  font-weight: 700;
}
@media screen and (min-width: 1100px) {
  .upload-select__title {
    font-size: 24px;
  }
}
.upload-select__text {
  font-size: clamp(10px, 18 / 1100 * 100 * 1vw, 12px);
}
@media screen and (min-width: 1100px) {
  .upload-select__text {
    font-size: 12px;
  }
}
.upload-select__text > * {
  margin-bottom: 1em;
}
.upload-select__text > *:last-child {
  margin-bottom: 0;
}
.upload-area {
  text-align: center;
  padding: 100px 20px 50px;
  background-color: #F2F0F0;
  transition: 0.3s;
}
.upload-area.dragover {
  background-color: rgba(82, 177, 50, 0.4);
}
.upload-area__file {
  display: none;
}
.upload-area__title {
  font-size: clamp(18px, 36 / 1100 * 100 * 1vw, 24px);
  font-weight: 700;
  margin-bottom: 20px;
}
@media screen and (min-width: 1100px) {
  .upload-area__title {
    font-size: 24px;
  }
}
@media screen and (min-width: 768px) {
  .upload-area__title {
    margin-bottom: 40px;
  }
}
.upload-area__title-sub {
  font-size: clamp(13px, 22.5 / 1100 * 100 * 1vw, 15px);
  margin-bottom: 10px;
}
@media screen and (min-width: 1100px) {
  .upload-area__title-sub {
    font-size: 15px;
  }
}
@media screen and (min-width: 768px) {
  .upload-area__title-sub {
    margin-bottom: 10px;
  }
}
.upload-area__notice {
  color: #E9894D;
  font-size: clamp(10px, 18 / 1100 * 100 * 1vw, 12px);
  margin-top: 5px;
}
@media screen and (min-width: 1100px) {
  .upload-area__notice {
    font-size: 12px;
  }
}
@media screen and (min-width: 768px) {
  .upload-area__notice {
    margin-top: 10px;
  }
}

#upload-form {
  display: none;
}
#upload-form[data-show=show] {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 50px;
}
@media screen and (min-width: 768px) {
  #upload-form[data-show=show] {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media screen and (min-width: 768px) {
  #upload-form[data-show=show] {
    gap: 100px;
  }
}

.plan-main {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 50px;
  padding: 50px 0;
}
@media screen and (min-width: 768px) {
  .plan-main {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media screen and (min-width: 768px) {
  .plan-main {
    gap: 100px;
  }
}
@media screen and (min-width: 768px) {
  .plan-main {
    padding: 100px 0;
  }
}
.plan-sec01 {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 50px;
}
@media screen and (min-width: 768px) {
  .plan-sec01 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media screen and (min-width: 768px) {
  .plan-sec01 {
    gap: 100px;
  }
}
.plan-sec01__inner {
  display: block;
  max-width: 1100px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 25px;
}
@media screen and (min-width: 1100px) {
  .plan-sec01__inner {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (min-width: 768px) {
  .plan-sec01__inner {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media screen and (min-width: 768px) {
  .plan-sec01__inner {
    gap: 50px;
  }
}
.plan-sec01__btn {
  max-width: 500px;
  width: 100%;
  margin: 100px auto 0;
}
.plan-sec01__btn-text {
  font-size: clamp(16px, 27 / 1100 * 100 * 1vw, 18px);
  font-weight: 700;
  text-align: center;
  margin-top: 15px;
}
@media screen and (min-width: 1100px) {
  .plan-sec01__btn-text {
    font-size: 18px;
  }
}
.plan-sec01__header {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 10px;
}
@media screen and (min-width: 768px) {
  .plan-sec01__header {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.plan-sec01__container {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 25px;
}
@media screen and (min-width: 768px) {
  .plan-sec01__container {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media screen and (min-width: 768px) {
  .plan-sec01__container {
    gap: 50px;
  }
}
.plan-sec01__flow {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 25px;
  max-width: 980px;
  width: 100%;
  background-color: #F2F0F1;
  padding: 20px 45px;
}
@media screen and (min-width: 768px) {
  .plan-sec01__flow {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media screen and (min-width: 768px) {
  .plan-sec01__flow {
    padding: 40px 90px;
  }
}
.plan-sec01__flow-title {
  font-size: clamp(18px, 36 / 1100 * 100 * 1vw, 24px);
  font-weight: 500;
  text-align: center;
}
@media screen and (min-width: 1100px) {
  .plan-sec01__flow-title {
    font-size: 24px;
  }
}
.plan-sec01__flow-img {
  display: block;
  text-align: center;
}
.plan-sec01__flow-text {
  text-align: center;
}
.plan-sec01__flow-text > * {
  margin-bottom: 1em;
}
.plan-sec01__flow-text > *:last-child {
  margin-bottom: 0;
}
.plan-sec01__text {
  font-size: clamp(13px, 22.5 / 1100 * 100 * 1vw, 15px);
}
@media screen and (min-width: 1100px) {
  .plan-sec01__text {
    font-size: 15px;
  }
}
.plan-sec01__text > * {
  margin-bottom: 50px;
}
.plan-sec01__text > *:last-child {
  margin-bottom: 0;
}
.plan-list {
  max-width: 630px;
  width: 100%;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 15px;
}
@media screen and (min-width: 768px) {
  .plan-list {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media screen and (min-width: 768px) {
  .plan-list {
    gap: 30px;
  }
}
.plan-list__btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 26px 18px 26px 24px;
  border-radius: 20px;
  position: relative;
  border: 1px solid #707070;
}
@media screen and (min-width: 768px) {
  .plan-list__btn {
    padding: 26px 18px 26px 24px;
  }
}
.plan-list__btn[data-show=show] {
  border: 2px solid #E9894D;
}
.plan-list__btn[data-show=show] .address-list__btn-text::before {
  background-image: url("../images/common/checked.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.plan-list__btn-text {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: clamp(18px, 36 / 1100 * 100 * 1vw, 24px);
  font-weight: 500;
  transition: 0.3s;
}
@media screen and (min-width: 1100px) {
  .plan-list__btn-text {
    font-size: 24px;
  }
}
@media screen and (min-width: 768px) {
  .plan-list__btn-text {
    gap: 12px;
  }
}
.plan-list__btn-text::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  transition: 0.3s;
  background-image: url("../images/common/check.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (min-width: 768px) {
  .plan-list__btn-text::before {
    width: 40px;
    height: 40px;
  }
}
.plan-list__btn-smalltext {
  display: inline-flex;
  font-size: clamp(14px, 24 / 1100 * 100 * 1vw, 16px);
}
@media screen and (min-width: 1100px) {
  .plan-list__btn-smalltext {
    font-size: 16px;
  }
}
.plan-list__btn-req {
  display: inline-block;
  font-size: clamp(12px, 21 / 1100 * 100 * 1vw, 14px);
  line-height: 1;
  font-weight: 500;
  color: #fff;
  background-color: #EA473A;
  padding: 0.5em 18px;
  border-radius: 9999px;
}
@media screen and (min-width: 1100px) {
  .plan-list__btn-req {
    font-size: 14px;
  }
}
.plan-list__btn-label {
  display: inline-block;
  font-size: clamp(12px, 21 / 1100 * 100 * 1vw, 14px);
  line-height: 1;
  font-weight: 500;
  color: #fff;
  background-color: #E9894D;
  padding: 0.5em 18px;
  border-radius: 9999px;
}
@media screen and (min-width: 1100px) {
  .plan-list__btn-label {
    font-size: 14px;
  }
}
.plan-notice {
  font-weight: 500;
  background-color: #F2F0F0;
  padding: 1em 2em;
}
.plan-notice > * {
  margin-bottom: 1em;
}
.plan-notice > *:last-child {
  margin-bottom: 0;
}

#address-sec01 {
  display: none;
}
#address-sec01[data-show=show] {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 50px;
}
@media screen and (min-width: 768px) {
  #address-sec01[data-show=show] {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media screen and (min-width: 768px) {
  #address-sec01[data-show=show] {
    gap: 100px;
  }
}

.payment-main {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 50px;
  padding: 50px 0;
}
@media screen and (min-width: 768px) {
  .payment-main {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media screen and (min-width: 768px) {
  .payment-main {
    gap: 100px;
  }
}
@media screen and (min-width: 768px) {
  .payment-main {
    padding: 100px 0;
  }
}
.payment-sec01 {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 50px;
}
@media screen and (min-width: 768px) {
  .payment-sec01 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media screen and (min-width: 768px) {
  .payment-sec01 {
    gap: 100px;
  }
}
.payment-sec01__inner {
  display: block;
  max-width: 1100px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 25px;
}
@media screen and (min-width: 1100px) {
  .payment-sec01__inner {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (min-width: 768px) {
  .payment-sec01__inner {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media screen and (min-width: 768px) {
  .payment-sec01__inner {
    gap: 50px;
  }
}
.payment-sec01__btn {
  max-width: 500px;
  width: 100%;
  margin: 100px auto 0;
}
.payment-sec01__btn-text {
  font-size: clamp(16px, 27 / 1100 * 100 * 1vw, 18px);
  font-weight: 700;
  text-align: center;
  margin-top: 15px;
}
@media screen and (min-width: 1100px) {
  .payment-sec01__btn-text {
    font-size: 18px;
  }
}
.payment-sec01__header {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 10px;
}
@media screen and (min-width: 768px) {
  .payment-sec01__header {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.payment-sec01__container {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 15px;
}
@media screen and (min-width: 768px) {
  .payment-sec01__container {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media screen and (min-width: 768px) {
  .payment-sec01__container {
    gap: 30px;
  }
}
.payment-sec01__list > * {
  border-top: solid 1px #565756;
  padding: 20px 0;
}
.payment-sec01__list > *:last-child {
  border-bottom: solid 1px #565756;
}
.payment-sec01__flex {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media screen and (min-width: 768px) {
  .payment-sec01__flex {
    gap: 60px;
  }
}
.payment-sec01__flow {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 25px;
  max-width: 980px;
  width: 100%;
  background-color: #F2F0F1;
  padding: 20px 45px;
}
@media screen and (min-width: 768px) {
  .payment-sec01__flow {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media screen and (min-width: 768px) {
  .payment-sec01__flow {
    padding: 40px 90px;
  }
}
.payment-sec01__flow-title {
  font-size: clamp(18px, 36 / 1100 * 100 * 1vw, 24px);
  font-weight: 500;
  text-align: center;
}
@media screen and (min-width: 1100px) {
  .payment-sec01__flow-title {
    font-size: 24px;
  }
}
.payment-sec01__flow-img {
  display: block;
  text-align: center;
}
.payment-sec01__flow-text {
  text-align: center;
}
.payment-sec01__flow-text > * {
  margin-bottom: 1em;
}
.payment-sec01__flow-text > *:last-child {
  margin-bottom: 0;
}
.payment-sec01__text {
  font-size: clamp(13px, 22.5 / 1100 * 100 * 1vw, 15px);
}
@media screen and (min-width: 1100px) {
  .payment-sec01__text {
    font-size: 15px;
  }
}
.payment-sec01__text > * {
  margin-bottom: 50px;
}
.payment-sec01__text > *:last-child {
  margin-bottom: 0;
}
.payment-sec01 .form-label--req {
  justify-content: flex-start;
}
.payment-sec01 .form-label--any {
  justify-content: flex-start;
}

.question-main {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 50px;
  padding: 50px 0;
}
@media screen and (min-width: 768px) {
  .question-main {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media screen and (min-width: 768px) {
  .question-main {
    gap: 100px;
  }
}
@media screen and (min-width: 768px) {
  .question-main {
    padding: 100px 0;
  }
}
.question-sec01 {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 50px;
}
@media screen and (min-width: 768px) {
  .question-sec01 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media screen and (min-width: 768px) {
  .question-sec01 {
    gap: 100px;
  }
}
.question-sec01__inner {
  display: block;
  max-width: 1100px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 25px;
}
@media screen and (min-width: 1100px) {
  .question-sec01__inner {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (min-width: 768px) {
  .question-sec01__inner {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media screen and (min-width: 768px) {
  .question-sec01__inner {
    gap: 50px;
  }
}
.question-sec01__btn {
  max-width: 500px;
  width: 100%;
  margin: 100px auto 0;
}
.question-sec01__btn-text {
  font-size: clamp(16px, 27 / 1100 * 100 * 1vw, 18px);
  font-weight: 700;
  text-align: center;
  margin-top: 15px;
}
@media screen and (min-width: 1100px) {
  .question-sec01__btn-text {
    font-size: 18px;
  }
}
.question-sec01__header {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 10px;
}
@media screen and (min-width: 768px) {
  .question-sec01__header {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.question-sec01__container {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 15px;
}
@media screen and (min-width: 768px) {
  .question-sec01__container {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media screen and (min-width: 768px) {
  .question-sec01__container {
    gap: 30px;
  }
}
.question-sec01__list > * {
  border-top: solid 1px #565756;
  padding: 20px 0;
}
.question-sec01__list > *:last-child {
  border-bottom: solid 1px #565756;
}
.question-sec01__flex {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media screen and (min-width: 768px) {
  .question-sec01__flex {
    gap: 60px;
  }
}
.question-sec01__flow {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 25px;
  max-width: 980px;
  width: 100%;
  background-color: #F2F0F1;
  padding: 20px 45px;
}
@media screen and (min-width: 768px) {
  .question-sec01__flow {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media screen and (min-width: 768px) {
  .question-sec01__flow {
    padding: 40px 90px;
  }
}
.question-sec01__flow-title {
  font-size: clamp(18px, 36 / 1100 * 100 * 1vw, 24px);
  font-weight: 500;
  text-align: center;
}
@media screen and (min-width: 1100px) {
  .question-sec01__flow-title {
    font-size: 24px;
  }
}
.question-sec01__flow-img {
  display: block;
  text-align: center;
}
.question-sec01__flow-text {
  text-align: center;
}
.question-sec01__flow-text > * {
  margin-bottom: 1em;
}
.question-sec01__flow-text > *:last-child {
  margin-bottom: 0;
}
.question-sec01__text {
  font-size: clamp(13px, 22.5 / 1100 * 100 * 1vw, 15px);
}
@media screen and (min-width: 1100px) {
  .question-sec01__text {
    font-size: 15px;
  }
}
.question-sec01__text > * {
  margin-bottom: 50px;
}
.question-sec01__text > *:last-child {
  margin-bottom: 0;
}
.question-sec01 .form-label--req {
  justify-content: flex-start;
}
.question-sec01 .form-label--any {
  justify-content: flex-start;
}

.last-main {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 50px;
  padding: 50px 0;
}
@media screen and (min-width: 768px) {
  .last-main {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media screen and (min-width: 768px) {
  .last-main {
    gap: 100px;
  }
}
@media screen and (min-width: 768px) {
  .last-main {
    padding: 100px 0;
  }
}
.last-sec01 {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 50px;
}
@media screen and (min-width: 768px) {
  .last-sec01 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media screen and (min-width: 768px) {
  .last-sec01 {
    gap: 100px;
  }
}
.last-sec01__inner {
  display: block;
  max-width: 1100px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 25px;
}
@media screen and (min-width: 1100px) {
  .last-sec01__inner {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (min-width: 768px) {
  .last-sec01__inner {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media screen and (min-width: 768px) {
  .last-sec01__inner {
    gap: 50px;
  }
}
.last-sec01__btn {
  max-width: 500px;
  width: 100%;
  margin: 100px auto 0;
}
.last-sec01__btn-text {
  font-size: clamp(16px, 27 / 1100 * 100 * 1vw, 18px);
  font-weight: 700;
  text-align: center;
  margin-top: 15px;
}
@media screen and (min-width: 1100px) {
  .last-sec01__btn-text {
    font-size: 18px;
  }
}
.last-sec01__header {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 10px;
}
@media screen and (min-width: 768px) {
  .last-sec01__header {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.last-sec01__container {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 15px;
}
@media screen and (min-width: 768px) {
  .last-sec01__container {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media screen and (min-width: 768px) {
  .last-sec01__container {
    gap: 30px;
  }
}
.last-sec01__list > * {
  border-top: solid 1px #565756;
  padding: 20px 0;
}
.last-sec01__list > *:last-child {
  border-bottom: solid 1px #565756;
}
.last-sec01__flex {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media screen and (min-width: 768px) {
  .last-sec01__flex {
    gap: 60px;
  }
}
.last-sec01__flow {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 25px;
  max-width: 980px;
  width: 100%;
  background-color: #F2F0F1;
  padding: 20px 45px;
}
@media screen and (min-width: 768px) {
  .last-sec01__flow {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media screen and (min-width: 768px) {
  .last-sec01__flow {
    padding: 40px 90px;
  }
}
.last-sec01__flow-title {
  font-size: clamp(18px, 36 / 1100 * 100 * 1vw, 24px);
  font-weight: 500;
  text-align: center;
}
@media screen and (min-width: 1100px) {
  .last-sec01__flow-title {
    font-size: 24px;
  }
}
.last-sec01__flow-img {
  display: block;
  text-align: center;
}
.last-sec01__flow-text {
  text-align: center;
}
.last-sec01__flow-text > * {
  margin-bottom: 1em;
}
.last-sec01__flow-text > *:last-child {
  margin-bottom: 0;
}
.last-sec01__text {
  font-size: clamp(13px, 22.5 / 1100 * 100 * 1vw, 15px);
}
@media screen and (min-width: 1100px) {
  .last-sec01__text {
    font-size: 15px;
  }
}
.last-sec01__text > * {
  margin-bottom: 50px;
}
.last-sec01__text > *:last-child {
  margin-bottom: 0;
}
.last-sec01 .form-label--req {
  justify-content: flex-start;
}
.last-sec01 .form-label--any {
  justify-content: flex-start;
}
.last-price {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 25px;
  background-color: #F2F0F1;
  padding: 15px 30px;
}
@media screen and (min-width: 768px) {
  .last-price {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media screen and (min-width: 768px) {
  .last-price {
    gap: 50px;
  }
}
.last-price__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  width: 100%;
}
.last-price__list-title {
  width: calc(60% - 10px);
  font-weight: 700;
}
.last-price__list-num {
  width: 40%;
  font-weight: 400;
  text-align: right;
}
.last-price__list-total {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 10px;
  font-size: clamp(22px, 39 / 1100 * 100 * 1vw, 26px);
  font-weight: 700;
  border-top: solid 1px #565756;
  padding-top: 10px;
}
@media screen and (min-width: 1100px) {
  .last-price__list-total {
    font-size: 26px;
  }
}
@media screen and (min-width: 768px) {
  .last-price__list-total {
    padding-top: 20px;
  }
}
.btn-more--disabled {
  pointer-events: none;
  opacity: 0.5;
}
.copy-checkbox-label {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background-color: #fff5e0;
  padding: 4px 8px;
  border-radius: 6px;
  font-weight: bold;
  width: auto;
}

/*20250425 追記*/
.progressbar {
  display: flex;
  flex-wrap: wrap;
}
.progressbar .item {
    position: relative;
    width: 25%;
    text-align: center;
    position: relative;
    align-items: center;
    justify-content: center;
    padding: 25px 0;
    line-height: 1.5;
    background: #F5F5F5;
    color: #999999;
  }
  .progressbar.pt02 .item  {
  width: 16.666666%;
}
.progressbar .item:not(:last-child)::before,
.progressbar .item:not(:last-child)::after {
    position: absolute;
    z-index: 2;
    top: 0;
    bottom: 0;
    left: 100%;
    content: '';
    border: 37px solid transparent;
    border-left: 20px solid #F5F5F5;
    margin: auto;
}
.progressbar .item:not(:last-child)::before {
    margin-left: 1px;
    border-left-color: #FFF;
}

@media screen and (max-width: 767px) {
.progressbar .item {
    font-size: 11px;
    line-height: 1.4;
    padding: 10px 0;
}
.progressbar .item:not(:last-child)::before,
.progressbar .item:not(:last-child)::after {
    border-width: 25px;
    border-left-width: 12px;
}
}

/* active */

.progressbar .item.active {
    z-index: 1;
    background: #E9894D;
    color: #FFF;
}
.progressbar .item.active:not(:last-child)::after {
    border-left-color: #E9894D;
}
.progressbar .item.active:not(:last-child)::before {
    border-left: none;
}