@charset "UTF-8";
/* CSS Document */
/*---------------------------------

  お問い合わせ

---------------------------------*/
#mainContainer {}
section {
  background: #fff;
  border-radius: 2rem;
  margin: auto;
  max-width: 120rem;
  width: 90%;
}
section .wrap {
  margin: auto;
  max-width: 85rem;
}
section .title {
  margin: 8rem auto 2rem;
  text-align: center;
}
section .wrap .txt {
  margin: 0 auto 5rem;
  text-align: center;
}
section .btn {
  margin: auto;
  margin-top: 5rem;
  max-width: 34rem;
  width: 90%;
}
.error .title {
  margin-top: 0;
}
@media screen and (max-width: 1440px) {}
@media screen and (max-width: 1024px) {}
@media screen and (max-width: 896px) {}
@media screen and (max-width: 480px) {}
/*---------------------------------

  ステップバー

---------------------------------*/
#steps {
  display: flex;
  justify-content: center;
  margin: 5rem auto;
  margin-top: 0;
}
#steps .step {
  width: 40px;
  height: 40px;
  background-color: #CDD0DA;
  display: grid;
  align-content: center;
  border: 4px solid;
  border-color: transparent;
  border-radius: 50%;
  color: #fff;
  font-weight: 600;
  text-align: center;
  line-height: 1;
  position: relative;
}
#steps .step:first-child {}
#steps .step:nth-child(n+2) {
  margin: 0 0 0 100px;
  transform: translate(0, 0);
}
#steps .step:nth-child(n+2):before {
  width: 75px;
  height: 3px;
  display: block;
  background-color: #CDD0DA;
  content: '';
  position: absolute;
  left: -90px;
  top: 0;
  bottom: 0;
  margin: auto;
}
#steps .step:after {
  display: block;
  color: #808697;
  content: attr(data-desc);
  font-weight: 400;
  font-size: 13px;
  position: absolute;
  bottom: -25px;
  left: -10px;
  word-break: keep-all;
}
#steps .step:first-child:after {}
#steps .step.active {
  background: #FFFFFF;
  border-color: #72B5E8;
  color: #72B5E8;
}
#steps .step.active:before {
  background: linear-gradient(to right, #d48dab 0%, #72B5E8 100%);
}
#steps .step.active:after {
  color: #72B5E8;
}
#steps .step.done {
  background-color: #d48dab;
  border-color: #d48dab;
  color: #FFFFFF;
}
#steps .step.done:before {
  background-color: #d48dab;
}
#steps .step.done svg {
  fill: #fff;
  margin: auto;
  width: 50%;
}
/*---------------------------------

  メールフォーム

---------------------------------*/
label {
  display: block;
  margin: .5rem 0;
}
.text {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  background-image: none;
  border: 1px solid rgba(0, 0, 0, 0.16);
  border-radius: 0;
  color: inherit;
  font-family: inherit;
  font-size: 1em;
  padding: 0.4em 0.8em;
  width: 100%;
}
.text:focus {
  border: 1px solid rgba(0, 0, 0, 0.32);
  box-shadow: none;
  outline: none;
}
.text.w30 {
  max-width: 25rem;
}
.text.w50 {
  max-width: 50%;
}
.textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  background-image: none;
  border: 1px solid rgba(0, 0, 0, 0.16);
  border-radius: 0;
  color: inherit;
  font-family: inherit;
  font-size: 1em;
  min-height: 200px;
  resize: vertical;
  padding: 0.4em 0.8em;
  width: 100%;
}
.textarea:focus {
  border: 1px solid rgba(0, 0, 0, 0.32);
  box-shadow: none;
  outline: none;
}
.check {
  display: none;
}
.check + span {
  cursor: pointer;
  display: inline-block;
  margin: 0 0.2em 0;
  padding: 0 0 0 1.2em;
  position: relative;
}
.check + span::before {
  -webkit-transform: translateY(-50%);
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.16);
  border-radius: 2px;
  content: "";
  display: block;
  height: 1em;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1em;
}
.check + span::after {
  -webkit-transform: translateY(-50%) rotate(-45deg);
  border-bottom: 3px solid rgba(0, 0, 0, 0.32);
  border-left: 3px solid rgba(0, 0, 0, 0.32);
  content: "";
  display: block;
  height: 0.6em;
  left: 0;
  margin-top: -0.2em;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  transition: all 0.3s ease 0s;
  width: 1em;
}
.check:checked + span::after {
  opacity: 1;
}
label:has(.radio) {
  padding: .5rem;
}
.radio {
  opacity: 0;
  position: absolute;
}
.radio + span {
  cursor: pointer;
  display: inline-block;
  margin: 0 0.2em 0;
  padding: 0 0 0 2em;
  position: relative;
}
.radio + span::before {
  -webkit-transform: translateY(-50%);
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.16);
  border-radius: 50%;
  content: "";
  display: block;
  height: 24px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
}
.radio + span::after {
  -webkit-transform: translateY(-50%);
  background: rgba(23, 174, 192, 0.5);
  border: 1px solid transparent;
  border-radius: 50%;
  content: "";
  height: 16px;
  left: 4px;
  opacity: 0;
  padding: 2px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease 0s;
  width: 16px;
}
.radio:checked + span::after {
  opacity: 1;
}
label:has(.radio:checked) {
  background: rgba(0, 0, 0, 0.05);
}
.select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: transparent url("../images/form-css-arrow.svg") no-repeat center right 8px/16px 16px;
  border: 1px solid rgba(0, 0, 0, 0.16);
  border-radius: 0;
  color: inherit;
  cursor: pointer;
  font-family: inherit;
  font-size: 1em;
  padding: 0.4em 0.8em;
  width: 100%;
}
.select::-ms-expand {
  display: none;
}
.select:focus {
  border: 1px solid rgba(0, 0, 0, 0.32);
  box-shadow: none;
  outline: none;
}
.button {
  -webkit-appearance: none;
  background-color: rgba(0, 0, 0, 0.32);
  background-image: none;
  border: none;
  border-radius: 0;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 1em;
  margin: 0;
  padding: 1em 2em;
  text-decoration: none;
}
.button:hover, .button:focus {
  outline: none;
}
.button::-moz-foucus-inner {
  border: none;
  padding: 0;
}
/*---------------------------------
  エラー
---------------------------------*/
p.is-error {
  display: block;
  flex-basis: 100%;
}
p.is-error span {
  background: #ffdddd;
  color: #cc0000;
  display: block;
  font-size: 12px;
  line-height: 1;
  padding: 5px;
  margin: 10px 0 0;
}
/*---------------------------------
  スタイル
---------------------------------*/
#contact-form {}
#formWrap {
  margin-bottom: 5rem;
}
#formWrap > div {
  border-bottom: 1px solid #eee;
  display: flex;
  padding: 3rem 0;
}
#formWrap div dt {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-basis: 30%;
}
#formWrap div dt span {
  background: #D71717;
  border-radius: .5rem;
  color: #fff;
  display: inline-block;
  font-size: 1.2rem;
  line-height: 1;
  padding: .5rem .5rem;
}
#formWrap div dd {
  flex-basis: 70%;
  padding-left: 7rem;
}
#formWrap div dd p.aside {
  font-size: 1.3rem;
  margin-top: 1rem;
}
/* 住所 */
#formWrap div .address .zip {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 2rem;
}
#formWrap div .address .zip input {
  margin-left: 1rem;
}
#formWrap div .address span {
  display: block;
  font-size: .8em;
  margin-top: 1.5rem;
}
#formWrap div .address span .hi {
  background: #D71717;
  border-radius: .5rem;
  color: #fff;
  display: inline-block;
  font-size: .8em;
  padding: .1rem .5rem;
  margin: 0;
}
/* 年齢 */
#formWrap div .age input {
  max-width: 5em;
}
/* 年齢 */
#formWrap div .license textarea {
  min-height: 3em;
}
/*　個人情報取り扱い　*/
#contact-form .privacy .scr {
  overflow-y: scroll;
  height: 25rem;
  margin: 1rem 0;
  padding: 3rem;
  border: 1px solid #ccc;
  background: #fff;
}
#contact-form .privacy .scr .headttl {
  font-size: 1.2em;
  font-weight: 500;
  margin-bottom: 1rem;
}
#contact-form .privacy .scr ol {
  margin: 2rem 0;
  margin-left: 2rem;
}
#contact-form .privacy .scr ol li {
  margin: 1rem 0;
}
#contact-form .privacy .privacy-comment {
  margin: 2rem 0;
  text-align: center;
}
#contact-form .privacy .agree {
  text-align: center;
}
#contact-form .privacy .agree .check:disabled + span {
  color: #aaa;
}
#contact-form .submit {
  text-align: center;
  margin: 1em 0;
}
#contact-form .submit #btn_submit {
  background: var(--main-c);
  display: inline-block;
  max-width: 20rem;
  width: 100%;
}
#contact-form .submit #btn_submit:disabled {
  background: #aaa;
  cursor: auto;
  opacity: .5;
}
#contact-form .submit .back_btn {
  margin-right: 5rem;
  vertical-align: bottom;
}
@media screen and (max-width: 1024px) {}
@media screen and (max-width: 896px) {}
@media screen and (max-width: 480px) {
  #formWrap > div {
    display: block;
    padding: 2rem 0;
  }
  #formWrap div dt {
    margin-bottom: 1rem;
  }
  #formWrap div dd {
    padding-left: 0;
  }
}