@charset "UTF-8";
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  background: transparent;
  border: 0;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

* {
  min-height: 0vw;
}

body {
  font-family: "游ゴシック", Yu Gothic, YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 17px;
  line-height: 1;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
  display: block;
}

ol, ul {
  list-style: none;
}

em {
  font-style: normal;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input, select {
  vertical-align: middle;
}

img {
  display: block;
  border-style: none;
  font-size: 0;
  line-height: 0;
}

a {
  background: transparent;
  margin: 0;
  padding: 0;
  text-decoration: none;
  vertical-align: baseline;
}

@media screen and (max-width: 767px) {
  .sp_none {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .pc_none {
    display: none;
  }
}
.w100 {
  width: 100%;
}

.bold {
  font-weight: bold;
}

.fade {
  opacity: 0;
  transition: all 0.6s ease-out;
}

.fade_on {
  opacity: 1;
}

.movexl {
  opacity: 0;
  translate: -20px 0;
  transition: all 0.4s ease-out;
}

.movexr {
  opacity: 0;
  translate: 20px 0;
  transition: all 0.4s ease-out;
}

.movexl_on,
.movexr_on {
  opacity: 1;
  translate: 0 0;
}

.movey {
  opacity: 0;
  translate: 0 20px;
  transition: all 0.4s ease-out;
}

.movey_on {
  opacity: 1;
  translate: 0 0;
}

.small {
  scale: 1.5;
  opacity: 0;
  transition: all 0.4s ease-out 0.4s;
}

.small_on {
  scale: 1;
  opacity: 1;
}

.move {
  opacity: 0;
}

.move_on {
  opacity: 1;
}

.bs {
  animation: bigSmall 0.3s infinite alternate;
}

@keyframes bigSmall {
  0% {
    scale: 1;
  }
  100% {
    scale: 0.92;
  }
}
@keyframes f_a {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes catch {
  0% {
    opacity: 0;
    scale: 6;
  }
  100% {
    opacity: 1;
    scale: 1;
  }
}
@keyframes m_y {
  0% {
    opacity: 0;
    translate: 0 20px;
  }
  100% {
    opacity: 1;
    translate: 0 0;
  }
}
.container {
  overflow: hidden;
  max-width: 1000px;
  margin: auto;
}

header {
  padding: min(8%, 40px) 0;
}

h1 {
  width: min(28%, 90px);
  margin: auto;
}

main {
  padding: 0 min(6%, 50px);
}

.form_wrap h2 {
  margin-bottom: 2em;
  text-align: center;
  font-size: clamp(28px, 24.4px + 0.96vw, 34px);
  line-height: 1.3;
}
.form_wrap h3 {
  margin: 4em 0 2em;
  font-size: 28px;
  text-align: center;
  line-height: 1.3;
}
.form_wrap p {
  margin: 1.5em 0;
  line-height: 1.8;
}
.form_wrap button, .form_wrap textarea, .form_wrap select, .form_wrap input {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.form_wrap input[type=radio],
.form_wrap input[type=checkbox] {
  display: none;
}
.form_wrap select::-ms-expand {
  display: none;
}
.form_wrap button {
  box-shadow: none;
  outline: none;
  cursor: pointer;
}
.form_wrap dl {
  max-width: 860px;
  margin: auto;
}
.form_wrap dt {
  margin: 2em 0 1em;
  padding: 0 0.5em 0.5em;
  border-bottom: 1px dotted #37a5a7;
  font-weight: bold;
  line-height: 1.3;
}
.form_wrap dt .req {
  display: inline-block;
  margin-left: 0.8em;
  padding: 0.2em 0.5em;
  background: #ff6c6c;
  font-size: 14px;
  color: #fff;
}
.form_wrap dt .opt {
  display: inline-block;
  margin-left: 0.8em;
  padding: 0.2em 0.5em;
  background: #555;
  color: #fff;
  font-size: 14px;
}
.form_wrap dt .note {
  font-weight: normal;
  font-size: 90%;
}
.form_wrap dd {
  font-size: 18px;
}
.form_wrap dd p {
  margin: 0 0 0.5em;
  font-size: 16px;
}
.form_wrap dd.mb {
  margin-bottom: 3em;
}
.form_wrap select {
  width: 70%;
  padding: 1.2em 1.6em;
  border-radius: 10px;
  background: #f1f1f1 url(../img/arrow.png) right 3% center no-repeat;
  background-size: 16px auto;
  border: 1px solid #e0e0e0;
  font-size: 18px;
}
.form_wrap .txt,
.form_wrap textarea {
  width: 100%;
  padding: 1.2em 1.6em;
  background: #f1f1f1;
  border-radius: 10px;
  font-size: 18px;
  border: 1px solid #e0e0e0;
}
.form_wrap .txt2 {
  width: 50%;
  padding: 1.2em 1.6em;
  background: #f1f1f1;
  border-radius: 10px;
  font-size: 18px;
  border: 1px solid #e0e0e0;
}
.form_wrap textarea {
  line-height: 1.8;
}
.form_wrap ::-moz-placeholder {
  color: #b5b5b5;
}
.form_wrap ::placeholder {
  color: #b5b5b5;
}
.form_wrap .checkbox-parts {
  display: block;
  position: relative;
  padding: 0.2em 0 0.2em 3em;
  cursor: pointer;
  font-weight: bold;
  line-height: 1.2;
}
.form_wrap .checkbox-parts::before {
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
  width: 1.6em;
  height: 1.6em;
  content: "";
  background: #f1f1f1;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
}
.form_wrap .checkbox-input:checked + .checkbox-parts::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
  width: 1.6em;
  height: 1.6em;
  background: #2faa5d url(../img/check.png) center center no-repeat;
  background-size: 80% auto;
  border-radius: 5px;
}
.form_wrap .form_btn {
  display: block;
  width: min(88%, 430px);
  margin: min(8%, 40px) auto 0;
  padding: 1em;
  background: #ff8c00 url(../img/btn-arrow-f.png) right 4% center no-repeat;
  background-size: 1.3em auto;
  border-radius: 100vh;
  text-align: center;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  transition: all 0.3s linear;
}
.form_wrap .form_btn:hover {
  background: #ffb400 url(../img/btn-arrow-f.png) right 4% center no-repeat;
  background-size: 1.3em auto;
}
.form_wrap .next_btn {
  display: block;
  width: min(88%, 430px);
  margin: min(8%, 40px) auto 0;
  padding: 1em;
  background: #ff8c00 url(../img/btn-arrow-f.png) right 4% center no-repeat;
  background-size: 1.3em auto;
  border-radius: 100vh;
  text-align: center;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  transition: all 0.3s linear;
}
.form_wrap .next_btn:hover {
  background: #ffb400 url(../img/btn-arrow-f.png) right 4% center no-repeat;
  background-size: 1.3em auto;
}
.form_wrap .prev_btn {
  display: block;
  width: min(50%, 230px);
  margin: min(8%, 40px) auto 0;
  padding: 0.8em 1em;
  background: #e1e1e1;
  background-size: 1.3em auto;
  border-radius: 100vh;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  transition: all 0.3s linear;
}
.form_wrap .prev_btn:hover {
  opacity: 0.8;
}

.privacy {
  padding: min(20%, 104px) min(6%, 25px);
  font-size: 16px;
}
.privacy h2 {
  font-size: clamp(22px, 18.4px + 0.96vw, 28px);
  line-height: 1.4;
  text-align: center;
  margin-bottom: 2.4em;
}
.privacy p + h2 {
  margin-top: 3.6em;
}
@media screen and (min-width: 768px) {
  .privacy {
    width: 1050px;
    margin: auto;
  }
}
.privacy h3 {
  margin: 3em 0 1em;
  padding-left: 1em;
  border-left: 10px solid #000;
  font-size: 18px;
  line-height: 1.4;
}
.privacy p {
  line-height: 2;
}
.privacy p + p {
  margin-top: 1em;
}
.privacy h4 {
  margin: 2em 0 0.7em;
  font-size: 16px;
}
.privacy table {
  width: 100%;
  margin: 1.5em 0;
  border-top: 1px solid #e0e0e0;
  line-height: 1.8;
}
.privacy table th,
.privacy table td {
  padding: 1em;
  border-bottom: 1px solid #e0e0e0;
}
.privacy table th {
  background: #f1f1f1;
  text-align: left;
}

footer {
  padding: min(20%, 100px) 6% 0;
}
footer small {
  display: block;
  padding: 0.5em 0;
  border-top: 1px solid var(--border);
  text-align: center;
  font-size: 12px;
}