@charset "UTF-8";
/* CSS Document */
/*---------------------------------

  お問い合わせ

---------------------------------*/
.pc_none {
  display: none;
}
section {}
section .txtBox {
  background: #f5f5f5;
  border-radius: 3rem;
  margin-bottom: 10rem;
  padding: 6rem;
}
section .txt.send {
  text-align: center !important;
  line-height: 2;
  margin: 3rem auto;
}
section .contactBox {
  background: #eee;
  font-size: 3rem;
  font-weight: 600;
  margin-top: 5rem;
  padding: 3rem;
  text-align: center;
}
section .btn {
  max-width: fit-content;
  margin: 5rem auto;
}
section .btn a {
  padding-right: 8rem;
}
@media screen and (max-width: 1024px) {}
@media screen and (max-width: 896px) {
  section .txtBox {
    margin-top: 5rem;
    margin-bottom: 5rem;
    padding: 3rem;
  }
}
@media screen and (max-width: 480px) {
  .pc_none {
    display: block;
  }
  .sp_none {
    display: none;
  }
  section .txtBox {
    font-size: .9em;
    margin-top: 1rem;
    margin-bottom: 3rem;
    padding: 2rem;
  }
}
/*---------------------------------

  メールフォーム

---------------------------------*/
label {
  display: block;
  margin: .5rem 0;
}
.text {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  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.w25 {
  max-width: 25rem;
}
.text.w40 {
  max-width: 40rem;
}
.textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  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: 100px;
  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(154, 0, 2, 0.5);
  border-left: 3px solid rgba(154, 0, 2, 0.5);
  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: #fff url(../images/form-css-arrow.png) no-repeat center right 8px/1.2rem;
  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;
  padding-right: 5rem;
  width: auto;
}
.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;
}
@media screen and (max-width: 896px) {}
@media screen and (max-width: 480px) {
  .select {
    width: 100%;
  }
}
/*---------------------------------
  エラー
---------------------------------*/
p.is-error {
  display: block;
  flex-basis: 100%;
}
p.error_msg, p.is-error span {
  background: #ffdddd;
  color: #cc0000;
  display: block;
  font-size: 1.2rem;
  line-height: 1;
  padding: .5rem;
  margin: .5em 0 0;
}
/*---------------------------------
  スタイル
---------------------------------*/
#contact-form {
  background: #fff;
  border: 1px solid #ccc;
  margin: auto;
  padding: 7rem 5%;
  position: relative;
}
#contact-form::after {
  background: rgb(177, 212, 131);
  background: linear-gradient(45deg, rgba(218, 217, 175, 1.00) 0%, rgba(23, 174, 192, 1) 80%);
  content: '';
  position: absolute;
  top: 5rem;
  left: 5rem;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: .2;
}
#formWrap {
  margin: 0 auto 5rem;
  max-width: 90rem;
}
#formWrap dl {
  border-bottom: 1px solid #eee;
  display: flex;
  font-size: 1.1em;
  font-weight: 500;
  padding: 5rem 0;
}
#formWrap dl dt {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-basis: 30%;
}
#formWrap dl dt span {
  background: #D71717;
  border-radius: .5rem;
  color: #fff;
  display: inline-block;
  font-size: 1.2rem;
  line-height: 1;
  padding: .5rem .5rem;
}
#formWrap dl dd {
  flex-basis: 70%;
  padding-left: 7rem;
}
#formWrap dl dd p:not(.is-error) {
  font-size: 1.4rem;
  margin-bottom: .5rem;
}
#formWrap dl dd p.aside {
  font-size: 1.3rem;
  margin-top: 1rem;
}
/* 生年月 */
#formWrap dl .cbo {
  display: flex;
  align-items: center;
}
#formWrap dl .cbo .select-wrap .select {
  margin-right: .5em;
}
#formWrap dl .cbo .select-wrap + .select-wrap {
  margin-left: 1em;
}
/* 年齢 */
#formWrap dl .age .text {
  max-width: 5em;
  margin-right: .5em;
}
/* 住所 */
#formWrap dl .address .zip {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 2rem;
}
#formWrap dl .address .zip input {
  margin-left: 1rem;
  flex-basis: 25rem;
}
#formWrap dl .address .zip p.is-error {
  flex-basis: 100%;
}
#formWrap dl .address span:not(.is-error) {
  display: block;
  font-size: .8em;
}
#formWrap dl .address span .hi {
  background: #D71717;
  border-radius: .5rem;
  color: #fff;
  display: inline-block;
  font-size: .8em;
  padding: .1rem .5rem;
  margin: 0;
}
#contact-form .submit {
  text-align: center;
  margin: 1em 0;
}
#contact-form .submit #btn_submit {
  background: var(--co-main);
  border-radius: .5rem;
  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 {
  border-radius: .5rem;
  margin-right: 3rem;
}
@media screen and (max-width: 1024px) {}
@media screen and (max-width: 896px) {}
@media screen and (max-width: 480px) {
  #contact-form {
    padding: 4rem 5%;
  }
  #contact-form::after {
    top: 2rem;
    left: 4%;
  }
  #formWrap > dl {
    display: block;
    padding: 2rem 0;
  }
  #formWrap dl dt {
    margin-bottom: 1rem;
  }
  #formWrap dl dd {
    padding-left: 0;
  }
}
/*---------------------------------
  個人情報取り扱い
---------------------------------*/
#contact-form .privacy .scr {
  overflow-y: scroll;
  height: 35rem;
  margin: 1rem 0;
  padding: 3rem;
  border: 1px solid #ccc;
  background: #fff;
}
#contact-form .privacy .scr {
  font-size: .9em;
}
#contact-form .privacy .scr .headttl {
  font-size: 1.2em;
  font-weight: 500;
  margin-bottom: 2rem;
}
#contact-form .privacy .scr > div p {
  text-indent: -1.3em;
  margin-left: 1.3em;
}
#contact-form .privacy .scr table {
  margin: 2rem 0;
}
#contact-form .privacy .scr table td {
  padding: .5rem;
}
#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;
}
@media screen and (max-width: 1024px) {}
@media screen and (max-width: 896px) {}
@media screen and (max-width: 480px) {
  #contact-form .privacy .scr {
    padding: 1.2rem;
  }
}
/*---------------------------------
  プログレスバー
---------------------------------*/
.progressbar {
  position: relative;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style: none;
}
.progressbar li {
  position: relative;
  list-style-type: none;
  text-align: center;
  text-transform: uppercase;
  width: 33.333%;
  color: #999999;
  font-weight: bold;
  counter-increment: steps;
}
.progressbar li:before {
  display: block;
  width: 26px;
  height: 26px;
  margin: .7rem auto 1rem auto;
  content: counter(steps);
  line-height: 26px;
  font-size: 12px;
  text-align: center;
  border-radius: 50%;
  background-color: #F5F5F5;
  position: relative;
  z-index: 2;
}
.progressbar li:after {
  position: absolute;
  top: 15px;
  left: -50%;
  width: 100%;
  height: 2px;
  content: '';
  background-color: #F5F5F5;
  z-index: 1;
}
.progressbar li:first-child:after {
  content: none;
}
.progressbar li.active, .progressbar li.complete {
  color: var(--co-main);
}
.progressbar li.active:before, .progressbar li.complete:before {
  background-color: var(--co-main);
  color: #FFF;
}
.progressbar li.active:after, .progressbar li.complete:after {
  background-color: var(--co-main);
}