@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Zen+Kaku+Gothic+New&display=swap");
/* リセットCSS
===================================== */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  padding: 0;
  margin: 0;
}

body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  line-height: 1.6;
  font-weight: 500;
  background: #fff;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, button, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

li, dd {
  list-style-type: none;
}

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

caption, th, td {
  font-weight: normal;
  text-align: left;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

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

img {
  border: none;
  vertical-align: bottom;
  width: 100%;
  max-width: 100%;
  height: auto;
}

a {
  text-decoration: none;
}
@media (hover: hover) {
  a:hover {
    opacity: 0.7;
  }
}

/*------------------------------
common
------------------------------*/
body {
  color: #000;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
body.is-active {
  position: fixed;
  width: 100%;
  height: 100%;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

.inner {
  width: 1256px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}

/* スマホ用の表示の時はis-pcは非表示 */
@media (max-width: 767px) {
  .pc {
    display: none !important;
  }
}
/* PC用の表示の時はis-spは非表示 */
@media (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .header__inner {
    width: 1390px;
  }
}

/*================================
フォーム
=================================*/
.form {
  padding: 52px 0 100px;
  font-family: "Noto Sans JP", sans-serif;
}
.form dd {
  position: relative;
}

/*------------------------------
step
------------------------------*/
.step {
  list-style-type: none;
  display: table;
  width: 100%;
  padding: 0;
  margin: 30px 0;
  overflow: hidden;
}

.step li {
  display: table-cell;
  position: relative;
  background-color: #AFAFAF;
  padding: 1em 0.5em 1em 1.5em;
  color: #FFFFFF;
  width: 33.3%;
  text-align: center;
  font-weight: bold;
  font-size: 1.5rem;
}

.step li:last-child {
  padding-right: 1em;
}

.step li:last-child:before, .step li:last-child:after {
  display: none;
}

.step li:before, .step li:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  margin: auto;
}

.step li:before {
  top: -15px;
  right: -1em;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  border-width: 40px 0 40px 1em;
  z-index: 10;
}

.step li:after {
  top: -15px;
  right: -0.8em;
  border-style: solid;
  border-color: transparent transparent transparent #AFAFAF;
  border-width: 40px 0 40px 1em;
  z-index: 10;
}

.step li.is-current {
  background-color: #F99D33;
  font-weight: bold;
  color: #fff;
}

.step li.is-current:after {
  border-color: transparent transparent transparent #F99D33;
}

/*------------------------------
header
------------------------------*/
header {
  padding-top: 30px;
}
@media (max-width: 767px) {
  header {
    padding-top: 15px;
  }
}

.header-logo {
  width: 236px;
}
@media (max-width: 767px) {
  .header-logo {
    width: 170px;
  }
}

/*------------------------------
footer
------------------------------*/
footer {
  padding: 25px 0 19px;
  background: #4D4D4D;
  text-align: center;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.5;
}
footer p {
  text-decoration: underline;
}

.copyright {
  margin-top: 10px;
}

/*------------------------------
contact
------------------------------*/
.contact-title {
  font-size: 2.8rem;
  font-weight: 700;
  text-align: center;
  position: relative;
  padding-bottom: 16px;
}
.contact-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #FFCC91;
  height: 4px;
  width: 40px;
}
@media (max-width: 767px) {
  .contact-title {
    font-size: 2.2rem;
  }
}

.contact-text {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2.1428571429;
  text-align: center;
  margin-top: 20px;
}
.contact-text span {
  color: #F99D33;
}
@media (max-width: 767px) {
  .contact-text {
    font-size: min(1.4rem, 3.7142857143vw);
  }
}

.contact-form {
  width: 680px;
  max-width: 100%;
  margin: 10px auto 0;
}
.contact-form dt, .contact-form dd {
  font-size: 1.4rem;
  line-height: 2.1428571429;
  font-weight: 500;
}
.contact-form dt span, .contact-form dd span {
  color: #F99D33;
}
.contact-form dt:nth-of-type(n + 2) {
  margin-top: 24px;
}
.contact-form input[type=text],
.contact-form input[type=email],
.contact-form input[type=tel],
.contact-form select,
.contact-form textarea {
  width: 100%;
  aspect-ratio: 680/50;
  background: #FFFBE4;
  border: 1px solid #DDDDDD;
  padding: 1em;
}
.contact-form input[type=text]::-moz-placeholder, .contact-form input[type=email]::-moz-placeholder, .contact-form input[type=tel]::-moz-placeholder, .contact-form select::-moz-placeholder, .contact-form textarea::-moz-placeholder {
  font-family: "Noto Sans JP", sans-serif;
  color: #AAAAAA;
}
.contact-form input[type=text]::placeholder,
.contact-form input[type=email]::placeholder,
.contact-form input[type=tel]::placeholder,
.contact-form select::placeholder,
.contact-form textarea::placeholder {
  font-family: "Noto Sans JP", sans-serif;
  color: #AAAAAA;
}
.contact-form input[type=radio] {
  accent-color: #000;
  inline-size: 2rem;
  block-size: 2rem;
  vertical-align: text-bottom;
}
.contact-form textarea {
  min-height: 194px;
  resize: vertical;
}

.contact-address input[type=text] {
  width: 83px;
  height: 50px;
}
.contact-address input[type=text].pat2 {
  width: 110px;
  margin-left: 40px;
}
.contact-address button {
  display: inline-block;
  width: 115px;
  aspect-ratio: 115/50;
  background: #777774;
  color: #fff;
  margin-left: 20px;
}
.contact-address #form .formError {
  right: unset !important;
  left: 5em !important;
}
@media (max-width: 767px) {
  .contact-address input[type=text] {
    width: 70px;
  }
  .contact-address input[type=text]:nth-child(2) {
    width: 100px;
    margin-left: 10px;
  }
  .contact-address button {
    width: 100px;
    margin-left: 10px;
  }
}

.contact-radio input[type=text] {
  display: inline-block;
  width: 390px;
  margin-left: 15px;
}
@media (min-width: 768px) {
  .contact-radio label:nth-child(n+2) {
    margin-left: 0.8em;
  }
}
@media (max-width: 767px) {
  .contact-radio {
    display: flex;
    flex-direction: column;
  }
  .contact-radio input[type=text] {
    width: 100%;
    margin-left: 0;
  }
}

.contact-notes {
  line-height: 1.7857142857;
  border: 1px solid #DDDDDD;
  padding: 20px 16px;
  overflow-y: scroll;
  height: 250px;
}
.contact-notes p {
  white-space: pre-line;
}

.contact-privacy-list {
  padding: 4.5px 16px;
  line-height: 1.8;
}
.contact-privacy-list a {
  color: #000;
}

.contact-privacy-check {
  text-align: center;
  margin-top: 1.6em;
}
.contact-privacy-check label {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
}
.contact-privacy-check input {
  width: 1.6em;
  aspect-ratio: 1/1;
  vertical-align: middle;
  margin-right: 0.5em;
}

.contact-submit {
  text-align: center;
  margin-top: 26px;
}
.contact-submit button {
  display: inline-block;
  width: 343px;
  max-width: 100%;
  background: #F99D33;
  padding: 16px 0;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
}

.selectWrap {
  position: relative;
}
.selectWrap::after {
  content: "";
  position: absolute;
  background: #000;
  -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
          clip-path: polygon(0 0, 50% 100%, 100% 0);
  aspect-ratio: 10/5;
  width: 1em;
  right: 1em;
  top: 50%;
  transform: translate(0%, -50%);
}
.selectWrap select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/*------------------------------
comfirm
------------------------------*/
#confirm dd {
  font-size: 1.6rem;
}
#confirm .contact-form {
  margin-top: 50px;
}
#confirm .submitWrap {
  margin-top: 50px;
}
@media (min-width: 768px) {
  #confirm .submitWrap {
    display: flex;
    justify-content: space-between;
  }
  #confirm .contact-submit {
    width: 40%;
  }
}
@media (max-width: 767px) {
  #confirm .contact-text {
    text-align: left;
  }
}

/*------------------------------
complete
------------------------------*/
#complete {
  text-align: center;
  min-height: calc(100vh - 150px);
}
#complete h2 {
  font-size: 1.8rem;
  font-weight: 700;
}
#complete p {
  font-size: 1.5rem;
  line-height: 1.6;
  font-weight: 500;
  margin-top: 20px;
}

.error {
  color: #f30;
  font-size: 86%;
  width: 100%;
  display: block;
}

#form .formError {
  position: absolute;
  right: 0 !important;
  left: auto !important;
  top: -4px !important;
}

#form .formError .formErrorContent {
  box-shadow: 0 0 0 transparent;
  display: inline-block;
  width: 100%;
  min-width: none;
  max-width: 180px;
  border: 0;
  background-color: hsl(0deg, 99%, 47%);
}

#form .formError .formErrorContent:after {
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  pointer-events: none;
  position: absolute;
  border-color: rgba(106, 90, 205, 0);
  border-top-width: 10px;
  border-bottom-width: 10px;
  border-left-width: 10px;
  border-right-width: 10px;
  margin-left: -10px;
  border-top-color: hsl(0deg, 99%, 47%);
  top: 100%;
  left: 18%;
}

#form .formError .formErrorArrow {
  display: none;
}

.disable_touch {
  pointer-events: none;
  opacity: 0.6;
}

#form_body div.error {
  padding-top: 5px;
}

#form .contact-address .formError {
  right: unset !important;
  left: 5em !important;
  top: -1em !important;
}