@charset "UTF-8";
/*============================================================
	Base
============================================================*/
html,
body {
  width: 100%;
  overflow-x: hidden;
}
@media only screen and (max-width: 767px) {
  html,
  body {
    min-height: 100vh;
  }
}

html {
  font-family: "Jost", "Noto Sans JP", sans-serif;
  font-size: 28px;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
  -webkit-font-feature-settings: "palt";
     -moz-font-feature-settings: "palt";
          font-feature-settings: "palt";
  color: #000;
  word-wrap: break-word;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media only screen and (max-width: 767px) {
  html {
    font-size: 3.7333333333vw;
    -webkit-text-size-adjust: 100%;
  }
}
html * {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  letter-spacing: 0.1em;
}

body {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
}
body::before, body::after {
  position: absolute;
  content: "";
  width: 100%;
  left: 0;
  top: 0;
}
body::before {
  height: 100%;
  background: #ff1d25;
  z-index: -2;
}
body::after {
  background: url(../img/bg.svg) no-repeat center top/cover;
  height: 27.5rem;
  z-index: -1;
}
body.thx::after {
  display: none;
}

img {
  width: 100%;
  height: auto;
}
img[src$=".svg"] {
  max-width: 100%;
}

a,
a * {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  color: #000;
  text-decoration: none;
  outline: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

a:hover,
a:hover img {
  opacity: 0.75;
}

header,
main,
section,
footer {
  width: 100%;
}

header,
main {
  max-width: 750px;
  margin: auto;
}
@media only screen and (max-width: 767px) {
  header,
  main {
    width: 100%;
  }
}

main {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
     -moz-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  min-height: 1px;
}

/*============================================================
	Commmon
============================================================*/
.inner {
  max-width: 86.6666666667%;
  margin: auto;
}

/*  form
-------------------------------------------------*/
input,
select,
textarea {
  width: 100%;
  text-align: left;
  font-family: "Jost", "Noto Sans JP", sans-serif;
  color: #000;
  padding: 0.3571428571rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
  border: solid 1px #f2f2f2;
  background: #f2f2f2;
  font-size: 0.9285714286rem;
}
input:focus,
select:focus,
textarea:focus {
  border-color: #999;
  outline: none;
}

input {
  width: 100%;
}
input[type=radio], input[type=checkbox] {
  display: none;
}
input[type=radio]:checked + label, input[type=radio]:checked + .mfp_element_hidden + label, input[type=checkbox]:checked + label, input[type=checkbox]:checked + .mfp_element_hidden + label {
  background: #000;
  color: #fff;
}
input.half {
  width: 50%;
}
input + small {
  display: block;
  font-size: 80%;
  margin-top: 0.5em;
}

select {
  width: 100%;
  padding: 0.3571428571rem 1.2857142857rem 0.3571428571rem 0.3571428571rem;
}

label {
  width: 100%;
  position: relative;
  display: block;
}
label.radio, label.checkbox {
  height: 2.8571428571rem;
  line-height: 2.8571428571rem;
  border-radius: 1.4285714286rem;
  font-size: 1.2857142857rem;
  border: solid 3px #000;
  text-align: center;
  font-weight: 500;
  color: #000;
  letter-spacing: 0.05em;
}
label small {
  font-size: 0.8571428571rem;
}
label.select::after {
  position: absolute;
  content: "";
  width: 0.8928571429rem;
  height: 0.5357142857rem;
  background: #000;
  -webkit-clip-path: polygon(50% 100%, 100% 0, 0 0);
          clip-path: polygon(50% 100%, 100% 0, 0 0);
  top: 1.1607142857rem;
  right: 0.7142857143rem;
}
label.select.half {
  width: 50%;
}
label.select ~ input {
  margin-top: 0.7142857143rem;
}

textarea {
  width: 100% !important;
  height: 4.2857142857rem !important;
}

button.back,
input[type=submit] {
  display: inline-block;
  border: none;
  color: #fff;
  cursor: pointer;
  padding: 0;
  border-radius: 0;
  width: 7.1428571429rem;
  height: 1.7857142857rem;
  line-height: 1.7857142857rem;
  border-radius: 0.8928571429rem;
  text-align: center;
  font-weight: 500;
  margin-top: 1.0714285714rem;
  background: #f7931e;
}
button.back.confirm,
input[type=submit].confirm {
  float: right;
}

button.back {
  background: #999;
  margin-right: 0.7142857143rem;
}

/*============================================================
	Layout
============================================================*/
/*  header
-------------------------------------------------*/
header {
  padding: 0.3571428571rem 0;
}
header a {
  display: block;
  width: 32%;
  margin: auto;
}

/*  main
-------------------------------------------------*/
.inner {
  overflow: hidden;
}
.inner > p {
  padding: 1.0714285714rem 0;
  line-height: 1.4;
  text-align: center;
}
.inner > p.white {
  color: #fff;
}
.inner form {
  position: relative;
}
.inner form.confirm {
  padding: 1.7857142857rem;
  background: #fff;
  border-radius: 1.0714285714rem;
}
.inner form.confirm dl dt {
  font-weight: normal;
  margin-bottom: 0.5em;
}
.inner form.confirm dl dd {
  line-height: 1.4;
  padding: 0.3571428571rem;
  background: #f2f2f2;
}
.inner form.confirm dl dd:not(:last-of-type) {
  margin-bottom: 1em;
}
.inner #mfp_phase_stat {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 1.0714285714rem;
}
.inner #mfp_phase_stat li {
  width: 2.1428571429rem;
  height: 1.0714285714rem;
  line-height: 1.0714285714rem;
  border-radius: 0.5357142857rem;
  background: #f2f2f2;
  color: #fff;
  font-size: 0.8571428571rem;
  font-weight: 500;
  text-align: center;
}
.inner #mfp_phase_stat li:not(:nth-child(6)) {
  margin-right: 0.7142857143rem;
  position: relative;
}
.inner #mfp_phase_stat li:not(:nth-child(6))::after {
  position: absolute;
  content: "";
  width: 0.2857142857rem;
  height: 0.2857142857rem;
  border-right: solid 2px #f2f2f2;
  border-bottom: solid 2px #f2f2f2;
  right: -0.4285714286rem;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}
.inner #mfp_phase_stat li#mfp_phase_confirm_label, .inner #mfp_phase_stat li.mfp_phase_arrow {
  display: none;
}
.inner #mfp_phase_stat li.mfp_active_phase, .inner #mfp_phase_stat li.mfp_inactive_phase {
  background: #f7931e;
}
.inner #mfp_phase_stat li.mfp_inactive_phase::after {
  border-right-color: #f7931e;
  border-bottom-color: #f7931e;
}
.inner #mfp_phase_stat li.current, .inner #mfp_phase_stat li.visited {
  background: #f7931e;
}
.inner #mfp_phase_stat li.visited::after {
  border-right-color: #f7931e;
  border-bottom-color: #f7931e;
}
.inner .form__wrap {
  width: 600%;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.inner .mfp_phase {
  width: 16.6666666667%;
  padding: 1.7857142857rem;
  background: #fff;
  border-radius: 1.0714285714rem;
}
.inner .mfp_phase h2 {
  font-size: 1rem;
  text-align: center;
  margin-bottom: 1.0714285714rem;
  line-height: 1.4;
}
.inner .mfp_phase h2 span {
  display: block;
  width: 2.1428571429rem;
  height: 1.0714285714rem;
  line-height: 1.0714285714rem;
  border-radius: 0.5357142857rem;
  background: #f7931e;
  color: #fff;
  font-size: 0.8571428571rem;
  font-weight: 500;
  text-align: center;
  margin: 0 auto 0.7142857143rem;
}
.inner .mfp_phase span {
  display: block;
}
.inner .mfp_phase ul {
  padding: 0 0 1.0714285714rem;
  border-bottom: solid 1px #000;
  margin: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.inner .mfp_phase ul.half {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 1.0714285714rem;
}
.inner .mfp_phase ul li {
  position: relative;
}
.inner .mfp_phase ul li:not(:last-of-type) {
  margin-bottom: 1.0714285714rem;
}
.inner .mfp_phase ul li #upload {
  display: none;
  margin-top: 0.7142857143rem;
}
.inner .mfp_phase dl {
  padding-bottom: 0.7142857143rem;
  border-bottom: solid 1px #000;
  font-size: 1rem;
}
.inner .mfp_phase dl dt {
  font-weight: 400;
  margin-bottom: 0.7142857143rem;
}
.inner .mfp_phase dl dt span {
  position: relative;
  padding-left: 2.8571428571rem;
}
.inner .mfp_phase dl dt span::before, .inner .mfp_phase dl dt span::after {
  position: absolute;
  width: 2.5rem;
  height: 1.2857142857rem;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.inner .mfp_phase dl dt span::before {
  content: "";
  border-radius: 0.6428571429rem;
  background: #ff1d25;
}
.inner .mfp_phase dl dt span::after {
  content: "必須";
  font-size: 0.7142857143rem;
  line-height: 1.2857142857rem;
  color: #fff;
  text-align: center;
}
.inner .mfp_phase dl dd {
  width: 100%;
  margin-bottom: 0.7142857143rem;
}
.inner .mfp_phase dl dd.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.inner .mfp_phase dl dd .error_blank {
  display: block;
  color: #ff1d25;
  margin-top: 0.5em;
  font-size: 90%;
}
.inner .mfp_phase a {
  display: inline-block;
  color: #fff;
  cursor: pointer;
  padding: 0;
  border-radius: 0;
  width: 5.3571428571rem;
  height: 1.7857142857rem;
  line-height: 1.7857142857rem;
  border-radius: 0.8928571429rem;
  text-align: center;
  font-size: 1.0714285714rem;
  font-weight: 500;
  position: relative;
  margin-top: 1.0714285714rem;
}
.inner .mfp_phase a::after {
  position: absolute;
  content: "";
  border-bottom: solid 2px #fff;
  border-right: solid 2px #fff;
  width: 0.3571428571rem;
  height: 0.3571428571rem;
  right: 0.7142857143rem;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}
.inner .mfp_phase a.mfp_prev {
  background: #999;
  float: left;
}
.inner .mfp_phase a.mfp_prev::after {
  right: unset;
  left: 0.7142857143rem;
  -webkit-transform: translateY(-50%) rotate(135deg);
          transform: translateY(-50%) rotate(135deg);
}
.inner .mfp_phase a.mfp_next {
  background: #f7931e;
  float: right;
}
.inner .mfp_phase a.disabled {
  border-color: #ccc;
  background: #ccc !important;
  cursor: default;
  pointer-events: none;
}
.inner .mfp_phase a.disabled:hover {
  opacity: 1;
}

.mfp_buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.mfp_err {
  color: #ff1d25;
  font-weight: 600;
  margin-top: 0.5em;
  font-size: 0.8rem;
  line-height: 1.4;
}

.thanks {
  background: #fff;
  padding: 1.7857142857rem;
  margin-top: 1.7857142857rem;
  border-radius: 1.0714285714rem;
}
.thanks h2 {
  text-align: center;
  font-size: 1.2857142857rem;
  font-weight: 600;
  margin-bottom: 1.0714285714rem;
  line-height: 1.4;
}
.thanks p {
  text-align: justify;
  line-height: 1.8;
}
.thanks p small {
  display: block;
  color: #ff1d25;
}

/*  Modaal
-------------------------------------------------*/
#modal_link {
  display: none;
}

.modaal-content-container {
  padding: 1.0714285714rem;
  height: 80vh;
  overflow-y: scroll;
}
.modaal-content-container h3 {
  font-size: 1.2857142857rem;
  font-weight: 600;
  margin-bottom: 1em;
}
.modaal-content-container p {
  font-size: 0.8571428571rem;
  text-align: justify;
  line-height: 1.4;
}
.modaal-content-container h4 {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 0.5em;
  margin-top: 1.0714285714rem;
}
.modaal-content-container ul li {
  font-size: 0.8571428571rem;
  line-height: 1.4;
  text-align: justify;
  padding-left: 1em;
  text-indent: -1em;
}
.modaal-content-container ul li::before {
  content: "・ ";
}
.modaal-content-container ul li:not(:last-child) {
  margin-bottom: 0.5em;
}
.modaal-content-container ul li.notes::before {
  content: "※";
}

/*  footer
-------------------------------------------------*/
footer {
  padding: 1.7857142857rem 0;
  text-align: center;
  margin-top: 1.7857142857rem;
  background: #000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
footer p {
  font-size: 0.8rem;
  color: #fff;
  width: 100%;
  margin-bottom: 1em;
}
footer a {
  color: #fff;
}
footer a:not(:last-child) {
  margin-right: 2em;
}