@charset "UTF-8";
html {
  font-size: 62.5%;
}

a {
  -webkit-transition: ease-out 0.3s;
  transition: ease-out 0.3s;
}

header {
  position: fixed;
  z-index: 10;
  left: 0;
  top: 0;
  width: 100%;
  background-color: #fff;
}
header .wrap {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1200px;
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 1024px) {
  header .wrap {
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
  }
}
header .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 71px;
}
@media (max-width: 1024px) {
  header .wrap {
    height: 56px;
  }
}
header .wrap a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
}

footer {
  background-color: #1573d1;
  height: 80px;
}
@media (max-width: 1024px) {
  footer {
    height: 50px;
  }
}
footer .wrap {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1200px;
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 1024px) {
  footer .wrap {
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
  }
}
footer .wrap {
  padding-top: 1em;
}
footer .wrap small {
  display: block;
  text-align: right;
  color: #fff;
  font-size: 1.2rem;
}

main {
  padding-top: 71px;
}
@media (max-width: 1024px) {
  main {
    padding-top: 56px;
  }
}

.form_sec {
  background-color: #f5f7fa;
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width: 1024px) {
  .form_sec {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.form_sec .wrap {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 980px;
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 1024px) {
  .form_sec .wrap {
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
  }
}
.form_sec .ttl1 {
  font-weight: bold;
  font-size: 3em;
  text-align: center;
  padding-top: 0.5em;
}
@media (max-width: 767px) {
  .form_sec .ttl1 {
    font-size: 2rem;
    padding-top: 0;
  }
}
.form_sec .message {
  padding: 5em 0;
}
@media (max-width: 767px) {
  .form_sec .message {
    padding: 2em 0;
  }
}
.form_sec .message p {
  font-size: 2.6rem;
  text-align: center;
}
@media (max-width: 767px) {
  .form_sec .message p {
    font-size: 1.6rem;
  }
}
.form_sec .message p a {
  color: #1573d1;
  font-weight: bold;
  font-size: inherit;
}
.form_sec .message p a:hover {
  text-decoration: underline;
}
.form_sec dl.form_table {
  margin-top: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .form_sec dl.form_table {
    margin-top: 20px;
  }
}
.form_sec dl.form_table dt {
  margin-top: 0.75em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.8rem;
  font-weight: bold;
  padding: 0.5em 0;
  width: 100%;
}
.form_sec dl.form_table dt.mail_dt {
  width: 160px;
  white-space: nowrap;
  margin-top: 1em;
  padding-right: 1em;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 1024px) {
  .form_sec dl.form_table dt.mail_dt {
    width: 100%;
    white-space: normal;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-top: 0.75em;
  }
}
.form_sec dl.form_table dt.mail_dt.mt1em {
  margin-top: 1.5em;
}
@media (max-width: 1024px) {
  .form_sec dl.form_table dt.mail_dt.mt1em {
    margin-top: 0.75em;
  }
}
@media (max-width: 767px) {
  .form_sec dl.form_table dt {
    margin-top: 0.5em;
    font-size: 1.6rem;
  }
}
.form_sec dl.form_table dt span {
  font-size: inherit;
}
.form_sec dl.form_table dt .req {
  color: #dc2626;
  padding-right: 0.25em;
}
.form_sec dl.form_table dt .note {
  font-size: 1.4rem;
  font-weight: 500;
  color: #dc2626;
}
@media (max-width: 767px) {
  .form_sec dl.form_table dt.note_dt {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .form_sec dl.form_table dt.note_dt .note {
    width: 100%;
    text-align: center;
    padding-bottom: 2em;
  }
}
.form_sec dl.form_table dd {
  width: 100%;
  font-size: 1.8rem;
}
.form_sec dl.form_table dd.mail_dd {
  width: calc(100% - 160px);
  margin-top: 1em;
}
.form_sec dl.form_table dd.mail_dd input {
  width: 100%;
}
@media (max-width: 1024px) {
  .form_sec dl.form_table dd.mail_dd {
    width: 100%;
    margin-top: 0;
  }
}
.form_sec dl.form_table dd.mail_dd.mt1em {
  margin-top: 1.5em;
}
@media (max-width: 1024px) {
  .form_sec dl.form_table dd.mail_dd.mt1em {
    margin-top: 0;
  }
}
.form_sec dl.form_table dd ::-webkit-input-placeholder {
  color: #b4b4b4;
  font-weight: 500;
}
.form_sec dl.form_table dd ::-moz-placeholder {
  color: #b4b4b4;
  font-weight: 500;
}
.form_sec dl.form_table dd :-ms-input-placeholder {
  color: #b4b4b4;
  font-weight: 500;
}
.form_sec dl.form_table dd ::-ms-input-placeholder {
  color: #b4b4b4;
  font-weight: 500;
}
.form_sec dl.form_table dd ::placeholder {
  color: #b4b4b4;
  font-weight: 500;
}
.form_sec dl.form_table dd input[type=text] {
  width: 100%;
}
.form_sec dl.form_table dd textarea {
  width: 100%;
}
@media (max-width: 767px) {
  .form_sec dl.form_table dd textarea {
    height: 200px;
  }
}
.form_sec dl.form_table .bg {
  border: 1px solid #adaeaf;
  border-radius: 0.25em;
  padding: 0.5em 1em;
  background-color: #fff;
}
.form_sec dl.form_table .flex_c {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 3em;
}
.form_sec dl.form_table .flex_c label {
  font-weight: bold;
}
.form_sec dl.form_table .flex_c input {
  margin-right: 0.5em;
}
@media (max-width: 767px) {
  .form_sec dl.form_table .flex_c {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0.75em;
  }
  .form_sec dl.form_table .flex_c input {
    margin-right: 0.25em;
  }
}
.form_sec dl.form_table .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.form_sec dl.form_table .flex input[type=text] {
  width: calc(50% - 4px);
}
@media (max-width: 767px) {
  .form_sec dl.form_table .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.25em;
  }
  .form_sec dl.form_table .flex input[type=text] {
    width: 100%;
  }
}
.form_sec dl.form_table select {
  width: 100%;
}
.form_sec .note_list {
  margin-top: 3em;
  font-size: 1.6rem;
}
@media (max-width: 767px) {
  .form_sec .note_list {
    margin-top: 1.5em;
    font-size: 1.4rem;
  }
}
.form_sec .note_list li {
  position: relative;
  padding-left: 1em;
}
.form_sec .note_list li::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
  width: 1em;
  height: 1em;
}
.form_sec input[type=submit], .form_sec a.back {
  background: -webkit-gradient(linear, left top, right top, from(#0194fe), to(#036eb8));
  background: linear-gradient(to right, #0194fe 0%, #036eb8 100%);
  color: #fff;
  font-size: 2.4rem;
  font-weight: bold;
  width: 300px;
  border: none;
  padding: 1.25em;
  border-radius: 0.5em;
  text-align: center;
  margin: 3em auto 0;
  display: block;
  cursor: pointer;
  -webkit-transition: -webkit-filter 0.3s ease-out;
  transition: -webkit-filter 0.3s ease-out;
  transition: filter 0.3s ease-out;
  transition: filter 0.3s ease-out, -webkit-filter 0.3s ease-out;
}
.form_sec input[type=submit]:hover, .form_sec a.back:hover {
  -webkit-filter: brightness(1.15);
          filter: brightness(1.15);
}
@media (max-width: 767px) {
  .form_sec input[type=submit], .form_sec a.back {
    width: calc(100% - 80px);
    max-width: 300px;
    font-size: 1.8rem;
    margin-top: 2em;
    padding: 1em;
  }
}
.form_sec .privacy_txt {
  margin-top: 3em;
  text-align: center;
  font-weight: bold;
  font-size: 2rem;
}
@media (max-width: 767px) {
  .form_sec .privacy_txt {
    font-size: 1.8rem;
    margin-top: 1.5em;
  }
}
.form_sec .privacy_txt a {
  color: #1573d1;
  font-size: inherit;
  font-weight: inherit;
}
.form_sec .privacy_txt a:hover {
  text-decoration: underline;
}

@media screen and (min-width: 1025px) {
  .sp {
    display: none;
  }
  .pc {
    display: block;
  }
}
@media screen and (max-width: 1024px) {
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */