.Estimate__btn {
  align-items: center;
  color: #000;
  cursor: pointer;
  display: flex;
  filter: brightness(1);
  flex-direction: column;
  justify-content: center;
  text-decoration: none;
  transition: filter 0.3s ease;
}
.Estimate__btn:hover {
  filter: brightness(1.1);
}
.-max.Estimate__btn {
  max-width: 100% !important;
}
.-yellow.Estimate__btn {
  background-color: #FFCB00;
  border-radius: 4px;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1607843137);
  font-weight: 700;
  max-width: 280px;
  padding: 20px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .-yellow.Estimate__btn {
    max-width: 100%;
    padding: 17px 20px;
  }
}
.-yellow.-arrowRight.Estimate__btn {
  padding-right: 40px;
  padding-left: 40px;
}
.-yellow.-arrowRight.Estimate__btn::before, .-yellow.-arrowRight.Estimate__btn::after {
  content: "";
  display: block;
  width: 12px;
  height: 2px;
  background: #000;
  position: absolute;
  top: calc(50% - 1px);
  right: 20px;
  border-radius: 100px;
  transform: rotate(32deg);
  transform-origin: calc(100% - 0.5px) 50%;
}
.-yellow.-arrowRight.Estimate__btn::after {
  transform: rotate(-32deg);
}
.-yellow.-arrowLeft.Estimate__btn {
  padding-right: 40px;
  padding-left: 40px;
}
.-yellow.-arrowLeft.Estimate__btn::before, .-yellow.-arrowLeft.Estimate__btn::after {
  content: "";
  display: block;
  width: 12px;
  height: 2px;
  background: #000;
  position: absolute;
  top: calc(50% - 1px);
  left: 20px;
  border-radius: 100px;
  transform: rotate(32deg);
  transform-origin: calc(0% + 0.5px) 50%;
}
.-yellow.-arrowLeft.Estimate__btn::after {
  transform: rotate(-32deg);
}
.-yellow.-plusRight.Estimate__btn {
  padding-right: 40px;
  padding-left: 40px;
}
.-yellow.-plusRight.Estimate__btn::after {
  content: url("/shared/images/icon_plus.svg");
  height: 24px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
}
.-yellow.-minusRight.Estimate__btn {
  padding-right: 40px;
  padding-left: 40px;
}
.-yellow.-minusRight.Estimate__btn::after {
  content: url("/shared/images/icon_minus.svg");
  height: 24px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
}
.-white.Estimate__btn {
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1607843137);
  font-weight: 700;
  max-width: 280px;
  padding: 20px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .-white.Estimate__btn {
    max-width: 100%;
    padding: 17px 20px;
  }
}
.-white.-arrowRight.Estimate__btn {
  padding-right: 40px;
  padding-left: 40px;
}
.-white.-arrowRight.Estimate__btn::before, .-white.-arrowRight.Estimate__btn::after {
  content: "";
  display: block;
  width: 12px;
  height: 2px;
  background: #000;
  position: absolute;
  top: calc(50% - 1px);
  right: 20px;
  border-radius: 100px;
  transform: rotate(32deg);
  transform-origin: calc(100% - 0.5px) 50%;
}
.-white.-arrowRight.Estimate__btn::after {
  transform: rotate(-32deg);
}
.-white.-arrowLeft.Estimate__btn {
  padding-right: 40px;
  padding-left: 40px;
}
.-white.-arrowLeft.Estimate__btn::before, .-white.-arrowLeft.Estimate__btn::after {
  content: "";
  display: block;
  width: 12px;
  height: 2px;
  background: #000;
  position: absolute;
  top: calc(50% - 1px);
  left: 20px;
  border-radius: 100px;
  transform: rotate(32deg);
  transform-origin: calc(0% + 0.5px) 50%;
}
.-white.-arrowLeft.Estimate__btn::after {
  transform: rotate(-32deg);
}
.-red.Estimate__btn {
  background-color: #D52323;
  border-radius: 4px;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1607843137);
  color: #fff;
  font-weight: 700;
  max-width: 280px;
  padding: 20px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .-red.Estimate__btn {
    max-width: 100%;
    padding: 17px 20px;
  }
}
.-red.-arrowRight.Estimate__btn {
  padding-right: 40px;
  padding-left: 40px;
}
.-red.-arrowRight.Estimate__btn::before, .-red.-arrowRight.Estimate__btn::after {
  content: "";
  display: block;
  width: 12px;
  height: 2px;
  background: #fff;
  position: absolute;
  top: calc(50% - 1px);
  right: 20px;
  border-radius: 100px;
  transform: rotate(32deg);
  transform-origin: calc(100% - 0.5px) 50%;
}
.-red.-arrowRight.Estimate__btn::after {
  transform: rotate(-32deg);
}
.-red.-arrowRight.-down.Estimate__btn::before, .-red.-arrowRight.-down.Estimate__btn::after {
  top: calc(50% + 4px);
  transform: rotate(122deg);
}
.-red.-arrowRight.-down.Estimate__btn::after {
  transform: rotate(58deg);
}
.-red.-arrowLeft.Estimate__btn {
  padding-right: 40px;
  padding-left: 40px;
}
.-red.-arrowLeft.Estimate__btn::before, .-red.-arrowLeft.Estimate__btn::after {
  content: "";
  display: block;
  width: 12px;
  height: 2px;
  background: #fff;
  position: absolute;
  top: calc(50% - 1px);
  left: 20px;
  border-radius: 100px;
  transform: rotate(32deg);
  transform-origin: calc(0% + 0.5px) 50%;
}
.-red.-arrowLeft.Estimate__btn::after {
  transform: rotate(-32deg);
}

.Estimate__bubble {
  background-color: #FFCB00;
  padding: 20px 40px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .Estimate__bubble {
    padding: 20px;
    width: 100%;
  }
}
.Estimate__bubble:after {
  content: "";
  border-style: solid;
  height: 0;
  position: absolute;
  width: 0;
}
.-right.Estimate__bubble:after {
  border-color: transparent transparent transparent #FFCB00;
  border-width: 10px 0 10px 20px;
  bottom: 50%;
  right: -19.5px;
  transform: translateY(50%);
}
.-right.-miniTry.Estimate__bubble:after {
  border-width: 5px 0 5px 10px;
  right: -9.5px;
}
@media screen and (max-width: 767px) {
  .-rightSp.Estimate__bubble:after {
    border-color: transparent transparent transparent #FFCB00 !important;
    border-width: 10px 0 10px 20px !important;
    bottom: 50% !important;
    left: initial !important;
    right: -19.5px !important;
    top: initial !important;
    transform: translateY(50%) !important;
  }
}
@media screen and (max-width: 767px) {
  .-rightSp.-miniTrySp.Estimate__bubble:after {
    border-width: 5px 0 5px 10px !important;
    right: -9.5px !important;
  }
}
.-left.Estimate__bubble:after {
  border-color: transparent #FFCB00 transparent transparent;
  border-width: 10px 20px 10px 0;
  bottom: 50%;
  left: -19.5px;
  transform: translateY(50%);
}
.-left.-miniTry.Estimate__bubble:after {
  border-width: 5px 10px 5px 0;
  left: -9.5px;
}
@media screen and (max-width: 767px) {
  .-leftSp.Estimate__bubble:after {
    border-color: transparent #FFCB00 transparent transparent !important;
    border-width: 10px 20px 10px 0 !important;
    bottom: 50% !important;
    left: -19.5px !important;
    right: initial !important;
    top: initial !important;
    transform: translateY(50%) !important;
  }
}
@media screen and (max-width: 767px) {
  .-leftSp.-miniTrySp.Estimate__bubble:after {
    border-width: 5px 10px 5px 0 !important;
    left: -9.5px !important;
  }
}
.-bottom.Estimate__bubble:after {
  border-color: #FFCB00 transparent transparent transparent;
  border-width: 20px 10px 0 10px;
  bottom: -19.5px;
  left: 50%;
  transform: translateX(-50%);
}
.-bottom.-miniTry.Estimate__bubble:after {
  border-width: 10px 5px 0 5px;
  bottom: -9.5px;
}
@media screen and (max-width: 767px) {
  .-bottomSp.Estimate__bubble:after {
    border-color: #FFCB00 transparent transparent transparent !important;
    border-width: 20px 10px 0 10px !important;
    bottom: -19.5px !important;
    left: 50% !important;
    right: initial !important;
    top: initial !important;
    transform: translateX(-50%) !important;
  }
}
@media screen and (max-width: 767px) {
  .-bottomSp.-miniTrySp.Estimate__bubble:after {
    border-width: 10px 5px 0 5px !important;
    bottom: -9.5px !important;
  }
}
.-top.Estimate__bubble:after {
  border-color: transparent transparent #FFCB00 transparent;
  border-width: 0 10px 20px 10px;
  top: -19.5px;
  left: 50%;
  transform: translateX(-50%);
}
.-top.-miniTry.Estimate__bubble:after {
  border-width: 0 5px 10px 5px;
  top: -9.5px;
}
@media screen and (max-width: 767px) {
  .-topSp.Estimate__bubble:after {
    border-color: transparent transparent #FFCB00 transparent !important;
    border-width: 0 10px 20px 10px !important;
    bottom: initial !important;
    left: 50% !important;
    right: initial !important;
    top: -19.5px !important;
    transform: translateX(-50%) !important;
  }
}
@media screen and (max-width: 767px) {
  .-topSp.-miniTrySp.Estimate__bubble:after {
    border-width: 0 5px 10px 5px !important;
    top: -9.5px !important;
  }
}
.-white.Estimate__bubble {
  background-color: #fff;
}
.-white.-right.Estimate__bubble:after {
  border-color: transparent transparent transparent #fff;
  border-width: 10px 0 10px 20px;
  bottom: 50%;
  right: -19.5px;
  transform: translateY(50%);
}
.-white.-right.-miniTry.Estimate__bubble:after {
  border-width: 5px 0 5px 10px;
  right: -9.5px;
}
@media screen and (max-width: 767px) {
  .-white.-rightSp.Estimate__bubble:after {
    border-color: transparent transparent transparent #fff !important;
    border-width: 10px 0 10px 20px !important;
    bottom: 50% !important;
    left: initial !important;
    right: -19.5px !important;
    top: initial !important;
    transform: translateY(50%) !important;
  }
}
@media screen and (max-width: 767px) {
  .-white.-rightSp.-miniTrySp.Estimate__bubble:after {
    border-width: 5px 0 5px 10px !important;
    right: -9.5px !important;
  }
}
.-white.-left.Estimate__bubble:after {
  border-color: transparent #fff transparent transparent;
  border-width: 10px 20px 10px 0;
  bottom: 50%;
  left: -19.5px;
  transform: translateY(50%);
}
.-white.-left.-miniTry.Estimate__bubble:after {
  border-width: 5px 10px 5px 0;
  left: -9.5px;
}
@media screen and (max-width: 767px) {
  .-white.-leftSp.Estimate__bubble:after {
    border-color: transparent #fff transparent transparent !important;
    border-width: 10px 20px 10px 0 !important;
    bottom: 50% !important;
    left: -19.5px !important;
    right: initial !important;
    top: initial !important;
    transform: translateY(50%) !important;
  }
}
@media screen and (max-width: 767px) {
  .-white.-leftSp.-miniTrySp.Estimate__bubble:after {
    border-width: 5px 10px 5px 0 !important;
    left: -9.5px !important;
  }
}
.-white.-bottom.Estimate__bubble:after {
  border-color: #fff transparent transparent transparent;
  border-width: 20px 10px 0 10px;
  bottom: -19.5px;
  left: 50%;
  transform: translateX(-50%);
}
.-white.-bottom.-miniTry.Estimate__bubble:after {
  border-width: 10px 5px 0 5px;
  bottom: -9.5px;
}
@media screen and (max-width: 767px) {
  .-white.-bottomSp.Estimate__bubble:after {
    border-color: #fff transparent transparent transparent !important;
    border-width: 20px 10px 0 10px !important;
    bottom: -19.5px !important;
    left: 50% !important;
    right: initial !important;
    top: initial !important;
    transform: translateX(-50%) !important;
  }
}
@media screen and (max-width: 767px) {
  .-white.-bottomSp.-miniTrySp.Estimate__bubble:after {
    border-width: 10px 5px 0 5px !important;
    bottom: -9.5px !important;
  }
}
.-white.-top.Estimate__bubble:after {
  border-color: transparent transparent #fff transparent;
  border-width: 0 10px 20px 10px;
  top: -19.5px;
  left: 50%;
  transform: translateX(-50%);
}
.-white.-top.-miniTry.Estimate__bubble:after {
  border-width: 0 5px 10px 5px;
  top: -9.5px;
}
@media screen and (max-width: 767px) {
  .-white.-topSp.Estimate__bubble:after {
    border-color: transparent transparent #fff transparent !important;
    border-width: 0 10px 20px 10px !important;
    bottom: initial !important;
    left: 50% !important;
    right: initial !important;
    top: -19.5px !important;
    transform: translateX(-50%) !important;
  }
}
@media screen and (max-width: 767px) {
  .-white.-topSp.-miniTrySp.Estimate__bubble:after {
    border-width: 0 5px 10px 5px !important;
    top: -9.5px !important;
  }
}
.-msg.Estimate__bubble {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.-z1.Estimate__bubble {
  z-index: 1;
}
.-z2.Estimate__bubble {
  z-index: 2;
}
.-z3.Estimate__bubble {
  z-index: 3;
}

.Estimate__img {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.Estimate__img img {
  max-width: 100%;
  height: auto;
}
.Estimate__img img.-max {
  width: 100%;
}
.Estimate__img img.-cover {
  max-width: initial;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.-keyVisual.Estimate__img {
  margin: 0px -6%;
}

.Estimate__flex, .Estimate__main {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .Estimate__flex, .Estimate__main {
    gap: 20px;
  }
}
.-row.Estimate__flex, .-row.Estimate__main {
  flex-direction: row;
}
@media screen and (max-width: 767px) {
  .-row.-colSp.Estimate__flex, .-row.-colSp.Estimate__main {
    flex-direction: column;
  }
}
.-wrap.Estimate__flex, .-wrap.Estimate__main {
  flex-wrap: wrap;
}

.Estimate__title {
  font-size: 32px;
  font-weight: 900;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .Estimate__title {
    font-size: 20px;
  }
}
.-center.Estimate__title {
  text-align: center;
}
.-main.Estimate__title {
  margin: 40px 0;
}
@media screen and (max-width: 767px) {
  .-main.Estimate__title {
    margin: 20px 0;
  }
}
.-sub.Estimate__title {
  font-weight: 700;
  flex: 1;
}
@media screen and (max-width: 767px) {
  .-sub.Estimate__title {
    font-size: 20px;
  }
}
ca .-white.Estimate__title {
  color: #fff;
}
.-red.Estimate__title {
  color: #D52323;
}
.-yellowBg.Estimate__title {
  background-color: #FFCB00;
}
.-hasNumWrap.Estimate__title {
  align-items: center;
  display: flex;
  gap: 10px;
}
.-num.Estimate__title {
  width: 60px;
  height: 60px;
}
.-num.Estimate__title img {
  width: 100%;
  height: auto;
}
.-size18.Estimate__title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .-size18.Estimate__title {
    font-size: 14px;
  }
}

.Estimate__txt {
  font-size: 18px;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .Estimate__txt {
    font-size: 14px;
  }
}
.-red.Estimate__txt {
  color: #D52323;
}
.-white.Estimate__txt {
  color: #fff;
}
.-blackBg.Estimate__txt {
  background-color: #000;
  color: #fff;
}
.-redBg.Estimate__txt {
  background-color: #D52323;
  color: #fff;
}
.-yellowBg.Estimate__txt {
  background-color: #FFCB00;
  font-weight: 500;
}
.-bold.Estimate__txt {
  font-weight: 700;
}
.-fit.Estimate__txt {
  line-height: 1;
}

.Estimate__sec {
  background-color: #F9F7F2;
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding: 40px;
}
@media screen and (max-width: 767px) {
  .Estimate__sec {
    gap: 20px;
    padding: 20px;
  }
}

.Estimate .inputErrorTop {
  color: #D52323;
}
.Estimate.-creamBgSp {
  margin: 80px 0;
}
@media screen and (max-width: 767px) {
  .Estimate.-creamBgSp {
    background-color: #F9F7F2;
    margin: 40px 0;
    padding: 40px 0;
  }
}
.Estimate .-gap20Sp10 {
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .Estimate .-gap20Sp10 {
    gap: 10px;
  }
}
.Estimate .-gap10Sp5 {
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .Estimate .-gap10Sp5 {
    gap: 5px;
  }
}
.Estimate .-halfGap10Sp5 {
  width: calc((100% - 10px) / 2);
}
@media screen and (max-width: 767px) {
  .Estimate .-halfGap10Sp5 {
    width: calc((100% - 5px) / 2);
  }
}
.Estimate .-halfGap40 {
  width: calc((100% - 40px) / 2);
}
@media screen and (max-width: 767px) {
  .Estimate .-halfGap40 {
    width: 100%;
  }
}
.Estimate .-halfGap20 {
  width: calc((100% - 20px) / 2);
}
@media screen and (max-width: 767px) {
  .Estimate .-halfGap20 {
    width: 100%;
  }
}
.Estimate #captcha {
  margin: 0 auto 15px 0;
}
@media screen and (max-width: 767px) {
  .Estimate #captcha {
    margin: 0 auto;
  }
}

.Estimate__btn.-disabled {
  background-color: #c0c0c0 !important;
}
.Estimate__btn.-selectPcture {
  flex-direction: row;
  justify-content: flex-start;
  max-width: 100%;
  padding: 12px 20px;
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.Estimate__bubble.-red {
  background-color: #D52323;
}
.Estimate__bubble.-red::after {
  border-color: #D52323 transparent transparent transparent;
}
.Estimate__bubble.-white {
  background-color: #fff;
}
.Estimate__bubble.-white::after {
  border-color: #fff transparent transparent transparent;
}

.Estimate__flex.-alignTop {
  align-items: flex-start;
}
.Estimate__flex.-alignCenter {
  align-items: center;
}
@media screen and (max-width: 767px) {
  .Estimate__flex.-border {
    border-bottom: 1px dashed #000;
    padding-bottom: 20px;
  }
}
.Estimate__flex.-center {
  justify-content: center;
}
.Estimate__flex.-shouei {
  align-items: center;
  margin: 0 0 -40px;
}
@media screen and (max-width: 767px) {
  .Estimate__flex.-shouei {
    margin: 0 0 -20px;
  }
}
.Estimate__flex.-gap0 {
  gap: 0;
}

.Estimate__img.-alignTop {
  justify-content: flex-start;
}
.Estimate__img.-checkIcon {
  margin-top: 9px;
  width: 16px;
}
@media screen and (max-width: 767px) {
  .Estimate__img.-checkIcon {
    margin-top: 7px;
    width: 14px;
  }
}
.Estimate__img.-shouei {
  width: 40.5%;
  max-width: 250px;
}
.Estimate__img.-flexible {
  flex: 1;
}

.Estimate__main {
  gap: 80px;
}
@media screen and (max-width: 767px) {
  .Estimate__main {
    gap: 40px;
  }
}

.Estimate__sec.-creamBgPc {
  background-color: #F9F7F2;
}
@media screen and (max-width: 767px) {
  .Estimate__sec.-creamBgPc {
    background-color: #fff;
  }
}

.Estimate__title.-flexible {
  flex: 1;
}
.Estimate__title.-white {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .Estimate__title.-lineheightShouei {
    line-height: 1.8;
  }
}
@media screen and (max-width: 767px) {
  .Estimate__title.-yellowBg {
    height: 1.5rem;
    display: inline-flex;
    line-height: 1.6rem;
  }
}

.Estimate__txt.-flexible {
  flex: 1;
}
.Estimate__txt.-marginTop20 {
  margin-top: 20px;
}
.Estimate__txt.-size14Sp12 {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .Estimate__txt.-size14Sp12 {
    font-size: 12px;
  }
}

.Estimate__boxform {
  background-color: #fff;
  border: 1px solid #aaaaaa;
  padding: 10px;
  -webkit-appearance: none;
  border-radius: 0;
}

#loading {
  background: rgba(60, 60, 60, 0.4);
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 1000;
  display: none;
}
#loading .imgLoading {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  margin: auto;
  width: 84px;
  height: 84px;
  padding: 10px;
  background: #ffffff;
  border-radius: 20px;
}/*# sourceMappingURL=style.css.map */