@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap");
/*
$serif: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
$sansSerif: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
$sansSerifBold: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
$msSerif: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
$msSansSerif: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
*/
.mont, .btnMore {
  font-family: "Montserrat", sans-serif;
}

.contents {
  max-width: 8.8rem;
  margin-left: auto;
  margin-right: auto;
}
.contents .txt {
  font-size: 0.16rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .contents .txt {
    font-size: 0.13rem;
  }
}

.btnMore {
  display: flex;
  align-items: center;
  width: 2rem;
  height: 0.33rem;
  line-height: 1;
  font-weight: 900;
  font-size: 0.16rem;
  padding-left: 0.35rem;
  position: relative;
  transition: all linear 0.1s;
  margin: 0.5rem auto 0;
}
.btnMore span {
  display: block;
}
.btnMore span input {
  position: relative;
  z-index: 1;
  transition: linear 0.2s all;
  border: none;
  background: none;
  font-size: 0.16rem;
  color: #006ABB;
  font-weight: 700;
}
.btnMore span:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 0.33rem;
  height: 0.33rem;
  background: #006ABB;
  transition: all linear 0.1s;
}
.btnMore:hover span input {
  color: #fff;
}
.btnMore:hover span:before {
  width: 100%;
}
.btnMore:before {
  content: "";
  width: 0.1rem;
  height: 0.1rem;
  position: absolute;
  top: 0.1rem;
  left: 0.075rem;
  z-index: 1;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg) skew(-5deg, -5deg);
}

.contactForm {
  margin-top: 0.5rem;
}
.contactForm .contactFlow {
  display: flex;
  justify-content: space-between;
  gap: 0 0.15rem;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 768px) {
  .contactForm .contactFlow {
    gap: 0 0.1rem;
  }
}
.contactForm .contactFlow li {
  width: calc((100% - 0.3rem) / 3);
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #006ABB;
  color: #006ABB;
  position: relative;
  height: 0.45rem;
  font-size: 0.16rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .contactForm .contactFlow li {
    width: calc((100% - 0.2rem) / 3);
    font-size: 0.13rem;
    padding-left: 0.1rem;
  }
}
.contactForm .contactFlow li:before {
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  font-size: 0.3rem;
  line-height: 1;
  color: #006ABB;
  position: absolute;
  left: 0.1rem;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .contactForm .contactFlow li:before {
    font-size: 0.2rem;
    left: 0.05rem;
  }
}
.contactForm .contactFlow li:nth-child(1):before {
  content: "01";
}
.contactForm .contactFlow li:nth-child(2):before {
  content: "02";
}
.contactForm .contactFlow li:nth-child(3):before {
  content: "03";
}
.contactForm .contactFlow li:not(:last-child):after {
  content: "";
  display: inline-block;
  width: 0.15rem;
  height: 0.01rem;
  background: #006ABB;
  position: absolute;
  right: -0.16rem;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .contactForm .contactFlow li:not(:last-child):after {
    width: 0.1rem;
    right: -0.11rem;
  }
}
.contactForm .contactFlow li.active {
  background: #006ABB;
  color: #fff;
}
.contactForm .contactFlow li.active:before {
  color: #fff;
}
.contactForm form dl {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 0;
}
@media screen and (max-width: 768px) {
  .contactForm form dl {
    display: block;
  }
}
.contactForm form dl dt {
  width: calc(100% - 6.48rem);
  font-size: 0.16rem;
  font-weight: 700;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .contactForm form dl dt {
    width: 100%;
  }
}
.contactForm form dl dt .required {
  color: #fff;
  background: #006ABB;
  font-weight: 700;
  font-size: 0.12rem;
  line-height: 1;
  padding: 0.02rem 0.05rem 0.03rem;
  display: inline-block;
  margin-left: 0.1rem;
}
.contactForm form dl dd {
  max-width: 6.48rem;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .contactForm form dl dd {
    margin-bottom: 0.3rem;
  }
}

input[type=text],
input[type=email] {
  display: block;
  width: 100%;
  height: 0.45rem;
  padding-left: 1.5em;
  margin: 0;
  background: #E9EFF5;
  border: none;
  outline: none;
  box-sizing: border-box;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  line-height: 1;
}

textarea {
  display: block;
  width: 100%;
  height: 2.25rem;
  padding-left: 1.5em;
  padding-top: 1.5em;
  margin: 0;
  background: #E9EFF5;
  border: none;
  outline: none;
  box-sizing: border-box;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  line-height: 1;
}

select::-ms-expand {
  display: none;
}

label {
  font-size: 0.15rem;
}

.select-box {
  position: relative;
  display: block;
  padding: 0;
  width: 100%;
  height: 0.45rem;
}
.select-box:after {
  content: "";
  position: absolute;
  width: 0.45rem;
  height: 0.45rem;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  z-index: 2;
  background: #006ABB;
  pointer-events: none;
}
.select-box:before {
  content: "";
  display: block;
  position: absolute;
  width: 0.1rem;
  height: 0.1rem;
  right: 0.15rem;
  top: 0.12rem;
  z-index: 3;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: rotate(45deg);
}
.select-box select {
  display: block;
  width: 100%;
  height: 0.45rem;
  padding-left: 1.5em;
  margin: 0;
  background: #E9EFF5;
  border: none;
  outline: none;
  box-sizing: border-box;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  line-height: 1;
}

.agree {
  display: flex;
  align-items: center;
  width: 2.6rem;
  margin: 0.5rem auto 0;
}
.agree em {
  position: absolute;
  z-index: 3;
}
.agree em a {
  border-bottom: 1px solid #000;
}
.agree > span {
  padding: 0;
  margin: 0;
}
.agree input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 0;
  margin: 0;
}
.agree p {
  display: inline-block;
  position: relative;
  padding-left: 0.3rem;
  font-size: 0.16rem;
  font-weight: 700;
}
.agree p:before {
  content: "";
  display: inline-block;
  width: 0.2rem;
  height: 0.2rem;
  position: absolute;
  top: 0.08rem;
  left: 0;
  z-index: 0;
  background-image: url("../images/common/icon-check-off.svg");
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.agree p:has(> span label input:checked):before {
  content: none;
}
.agree p:has(> span label input:checked):after {
  content: "";
  display: inline-block;
  width: 0.2rem;
  height: 0.2rem;
  position: absolute;
  top: 0.08rem;
  left: 0;
  z-index: 0;
  background-image: url("../images/common/icon-check-on.svg");
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.agree p > span label {
  font-size: 0.16rem;
  font-weight: 700;
  display: block;
  position: relative;
  padding-left: 2rem;
  margin-left: -0.4rem;
  z-index: 2;
}

.finishedContact {
  margin-top: 1.2rem;
}
.finishedContact .tel a {
  font-family: "Montserrat", sans-serif;
  font-size: 0.6rem;
  font-weight: 900;
  color: #006ABB;
  letter-spacing: 0.02em;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .finishedContact .tel a {
    font-size: 0.336rem;
  }
}
.finishedContact .tel a:before {
  content: "";
  display: inline-block;
  width: 0.43rem;
  height: 0.43rem;
  background-image: url("../images/common/icon-tel.svg");
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .finishedContact .tel a:before {
    width: 0.217rem;
    height: 0.217rem;
  }
}
.finishedContact .time {
  font-size: 0.14rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .finishedContact .time {
    font-size: 0.12rem;
  }
}

.contactForm.finished p {
  font-size: 0.2rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .contactForm.finished p {
    font-size: 0.16rem;
  }
}

.confirm .select-box {
  display: flex;
  align-items: center;
}
.confirm .select-box:before, .confirm .select-box:after {
  content: none;
}
.confirm .agree {
  display: none;
}
.confirm .btnMore {
  width: 1.3rem;
}/*# sourceMappingURL=contact.css.map */