/* --------------------------------------------------
	section size
-------------------------------------------------- */
body {
  background: #fff;
}

.fixed-btn__wrapper .fixed-btn .btn.-mail {
  display: none;
}
@media screen and (max-width: 767px) {
  .fixed-btn__wrapper .fixed-btn .btn.-line {
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .c-construction_area,
  .c-contact-wrap {
    background: #F8EEE7;
  }
  .c-contact-wrap {
    padding-bottom: 1.6rem;
  }
  .c-mutual_link-wrap {
    margin-top: 1.6rem;
  }
}
.page-contact {
  /* sec-lead
  ---------------------------------------------------------------------------- */
  /* campaign-bnr
  ---------------------------------------------------------------------------- */
  /* sec-form
  ---------------------------------------------------------------------------- */
}
.page-contact .sec-lead {
  position: relative;
}
@media screen and (max-width: 767px) {
  .page-contact .sec-lead {
    padding-bottom: 1.3rem;
  }
}
.page-contact .sec-lead:before {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 50vw solid transparent;
  border-left: 50vw solid transparent;
  border-bottom: 14.7rem solid #F8EEE7;
  margin-bottom: -0.2rem;
  border-top: 0;
}
@media screen and (max-width: 767px) {
  .page-contact .sec-lead:before {
    border-bottom: 5.5rem solid #F8EEE7;
  }
}
.page-contact .sec-lead:after {
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  content: "";
  width: 100%;
  height: 3.2rem;
  background: #F8EEE7;
}
@media screen and (max-width: 767px) {
  .page-contact .sec-lead:after {
    height: calc(100% - 5.4rem);
  }
}
.page-contact .sec-lead .l-inner {
  position: relative;
  z-index: 1;
}
.page-contact .sec-lead .lead-box {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
  align-content: stretch;
  gap: 0 5.4rem;
}
@media screen and (max-width: 767px) {
  .page-contact .sec-lead .lead-box {
    flex-direction: column;
    gap: 0 0;
  }
}
.page-contact .sec-lead .lead-box__txt {
  width: calc(100% - 26.7rem);
  padding-top: 1.6rem;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .page-contact .sec-lead .lead-box__txt {
    width: 100%;
    padding-top: 0.4rem;
  }
}
.page-contact .sec-lead .lead-box__txt .lead-txt {
  font-size: 2.4rem;
  line-height: 1.5;
  letter-spacing: 0.00013em;
  font-weight: 900;
  color: #1D2E4F;
}
@media screen and (max-width: 767px) {
  .page-contact .sec-lead .lead-box__txt .lead-txt {
    text-align: center;
    font-size: 1.8rem;
    line-height: 1.5;
    letter-spacing: 0.00013em;
    font-weight: 900;
  }
}
.page-contact .sec-lead .lead-box__txt .lead-txt .stronger {
  font-size: 3.2rem;
  line-height: 1.5;
  letter-spacing: 0.00009em;
  font-weight: 900;
}
@media screen and (max-width: 767px) {
  .page-contact .sec-lead .lead-box__txt .lead-txt .stronger {
    font-size: 2.4rem;
    line-height: 1.5;
    letter-spacing: 0.00013em;
    font-weight: 900;
  }
}
.page-contact .sec-lead .lead-box__txt .flex {
  margin-top: 1.6rem;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
  align-content: stretch;
}
@media screen and (max-width: 767px) {
  .page-contact .sec-lead .lead-box__txt .flex {
    margin-top: 1.2rem;
    display: block;
  }
}
.page-contact .sec-lead .lead-box__txt .flex-tel {
  width: calc(100% - 30rem);
  padding-right: 2.4rem;
}
@media screen and (max-width: 767px) {
  .page-contact .sec-lead .lead-box__txt .flex-tel {
    position: relative;
    width: 100%;
    padding-right: 7.5rem;
  }
}
.page-contact .sec-lead .lead-box__txt .flex-tel .sp-txt {
  font-size: 1.4rem;
  line-height: 1.2142857143;
  letter-spacing: -0.00008em;
  font-weight: 500;
  margin-bottom: 0.8rem;
}
.page-contact .sec-lead .lead-box__txt .flex-tel .sp-txt .slash {
  position: relative;
}
.page-contact .sec-lead .lead-box__txt .flex-tel .sp-txt .slash:before, .page-contact .sec-lead .lead-box__txt .flex-tel .sp-txt .slash:after {
  position: relative;
  display: inline-block;
  content: "";
  width: 1px;
  height: 1.2rem;
  background: #1D2E4F;
}
.page-contact .sec-lead .lead-box__txt .flex-tel .sp-txt .slash:before {
  transform: rotate(-25deg);
  margin-right: 0.8rem;
}
.page-contact .sec-lead .lead-box__txt .flex-tel .sp-txt .slash:after {
  transform: rotate(25deg);
  margin-left: 0.8rem;
}
.page-contact .sec-lead .lead-box__txt .flex-tel .tel-ico {
  position: relative;
  margin-bottom: 0.6rem;
}
.page-contact .sec-lead .lead-box__txt .flex-tel .tel-ico:before {
  position: relative;
  top: 0.4rem;
  display: inline-block;
  margin-right: 0.8rem;
  content: "";
  background: url("../images/common/ico_tel_white.svg") no-repeat center center;
  background-size: 100% 100%;
  width: 4.8rem;
  height: 4.8rem;
}
@media screen and (max-width: 767px) {
  .page-contact .sec-lead .lead-box__txt .flex-tel .tel-ico:before {
    top: 0.3rem;
    margin-right: 0.4rem;
    width: 2.8rem;
    height: 2.8rem;
  }
}
.page-contact .sec-lead .lead-box__txt .flex-tel .tel-ico .tel-num {
  color: #FB540C;
  font-size: 4.8rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .page-contact .sec-lead .lead-box__txt .flex-tel .tel-ico .tel-num {
    font-size: 3rem;
    line-height: 1;
    font-weight: 700;
  }
}
.page-contact .sec-lead .lead-box__txt .flex-tel .tel-txt02 {
  padding-left: 6rem;
}
@media screen and (max-width: 767px) {
  .page-contact .sec-lead .lead-box__txt .flex-tel .tel-txt02 {
    margin-top: 0.4rem;
    padding-left: 0;
  }
}
.page-contact .sec-lead .lead-box__txt .flex-tel .tel-txt02 dl {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
  align-content: stretch;
  gap: 0 0.5rem;
}
@media screen and (max-width: 767px) {
  .page-contact .sec-lead .lead-box__txt .flex-tel .tel-txt02 dl {
    gap: 0 0;
  }
}
.page-contact .sec-lead .lead-box__txt .flex-tel .tel-txt02 dl + dl {
  margin-top: 0.4rem;
}
@media screen and (max-width: 767px) {
  .page-contact .sec-lead .lead-box__txt .flex-tel .tel-txt02 dl + dl {
    margin-top: 0;
  }
}
.page-contact .sec-lead .lead-box__txt .flex-tel .tel-txt02 dl dt, .page-contact .sec-lead .lead-box__txt .flex-tel .tel-txt02 dl dd {
  font-size: 1.4rem;
  line-height: 1.2142857143;
  font-weight: 500;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .page-contact .sec-lead .lead-box__txt .flex-tel .tel-txt02 dl dt, .page-contact .sec-lead .lead-box__txt .flex-tel .tel-txt02 dl dd {
    font-size: 1.2rem;
    line-height: 1.4166666667;
    font-weight: 500;
  }
}
@media screen and (max-width: 767px) {
  .page-contact .sec-lead .lead-box__txt .flex-tel .tel-txt02 dl dt {
    width: 6.2rem;
  }
  .page-contact .sec-lead .lead-box__txt .flex-tel .tel-txt02 dl dd {
    width: calc(100% - 6.2rem);
  }
}
@media screen and (max-width: 767px) {
  .page-contact .sec-lead .lead-box__txt .flex-tel .sp-btn {
    position: absolute;
    right: 7.5rem;
    bottom: 0.6rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    align-content: stretch;
    width: 11.5rem;
    height: 2.6rem;
    background: #fff;
    padding-bottom: 0.2rem;
    border-radius: 1.3rem;
  }
  .page-contact .sec-lead .lead-box__txt .flex-tel .sp-btn .ico-arrow {
    position: relative;
    text-align: center;
    font-size: 1.3rem;
    line-height: 1.6153846154;
    font-weight: 500;
  }
  .page-contact .sec-lead .lead-box__txt .flex-tel .sp-btn .ico-arrow:after {
    position: relative;
    display: inline-block;
    margin-left: 0.5rem;
    content: "";
    background: url("../../assets_ver2/images/common/ico_arrow_o.svg") no-repeat center center;
    background-size: 100% 100% !important;
    width: 1rem;
    height: 1rem;
  }
}
.page-contact .sec-lead .lead-box__txt .flex-line {
  width: 30rem;
}
@media screen and (max-width: 767px) {
  .page-contact .sec-lead .lead-box__txt .flex-line {
    display: none;
  }
}
.page-contact .sec-lead .lead-box__txt .flex-line .line-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  align-content: stretch;
  gap: 0 0.8rem;
  width: 100%;
  height: 8.4rem;
  background: #fff;
  padding: 1.6rem 0;
  border-radius: 1rem;
  border: 1px solid #06C755;
  background: #FFF;
  box-shadow: 2px 2px 10px 0px rgba(155, 155, 155, 0.6);
  box-sizing: border-box;
  transition: 0.4s;
}
.page-contact .sec-lead .lead-box__txt .flex-line .line-btn .line-txt .txt01 {
  color: #00B048;
  font-size: 1.6rem;
  line-height: 1.1875;
  font-weight: 700;
  letter-spacing: 0;
}
.page-contact .sec-lead .lead-box__txt .flex-line .line-btn .line-txt .txt02 {
  color: #191818;
  font-size: 2.4rem;
  line-height: 1.2083333333;
  font-weight: 700;
  letter-spacing: 0;
}
@media (min-width: 768px) and (hover: hover) {
  .page-contact .sec-lead .lead-box__txt .flex-line .line-btn:hover {
    box-shadow: none;
  }
}
.page-contact .sec-lead .lead-box__img {
  position: absolute;
  right: 0;
  bottom: -1.6rem;
  width: 21.3rem;
}
@media screen and (max-width: 767px) {
  .page-contact .sec-lead .lead-box__img {
    right: 0;
    bottom: -3rem;
    width: 10.4rem;
  }
}
.page-contact .campaign-bnr {
  padding: 4rem 0 0 0;
}
@media screen and (max-width: 767px) {
  .page-contact .campaign-bnr {
    padding-top: 3.2rem;
  }
  .page-contact .campaign-bnr.bgcol01 {
    background: none;
  }
}
.page-contact .campaign-bnr .bnr {
  margin: 0 auto;
  text-align: center;
}
.page-contact .campaign-bnr .bnr + .bnr {
  margin-top: 1.6rem;
}
.page-contact .sec-form {
  padding-top: 4.6rem;
  padding-bottom: 13.4rem;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .page-contact .sec-form {
    padding-top: 3.6rem;
    padding-bottom: 9.2rem;
  }
  .page-contact .sec-form.bgcol01 {
    background: none;
  }
}
.page-contact .sec-form .form-style .white-box {
  width: 100%;
  max-width: 96rem;
  margin: 0 auto;
  padding: 4.8rem 8rem;
  border-radius: 0.8rem;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .page-contact .sec-form .form-style .white-box {
    max-width: inherit;
    padding: 0;
    border-radius: 0;
  }
}
.page-contact .sec-form .form-style .white-box .input-box {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  align-content: stretch;
  padding-bottom: 1.6rem;
  border-bottom: 1px solid #C4C4C4;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .page-contact .sec-form .form-style .white-box .input-box {
    flex-direction: column;
    gap: 1.2rem 0;
  }
}
.page-contact .sec-form .form-style .white-box .input-box:nth-last-of-type(2) {
  border-bottom: none;
}
.page-contact .sec-form .form-style .white-box .input-box .ttl {
  width: calc(100% - 58rem);
  padding-right: 5.6rem;
}
@media screen and (max-width: 767px) {
  .page-contact .sec-form .form-style .white-box .input-box .ttl {
    width: 100%;
    padding-right: 0;
    font-weight: 500;
  }
}
.page-contact .sec-form .form-style .white-box .input-box .input_wrap {
  width: 58rem;
}
@media screen and (max-width: 767px) {
  .page-contact .sec-form .form-style .white-box .input-box .input_wrap {
    width: 100%;
    padding-right: 0;
  }
}
.page-contact .sec-form .form-style .white-box .input-box + .input-box {
  margin-top: 1.6rem;
}
.page-contact .sec-form .form-style .form-txt {
  padding-left: 22rem;
  font-size: 1.3rem;
  line-height: 1.7692307692;
  font-weight: 500;
  letter-spacing: 0;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .page-contact .sec-form .form-style .form-txt {
    padding-left: 0;
    font-size: 1.2rem;
    line-height: 1.8333333333;
    font-weight: 500;
  }
}
.page-contact .sec-form .form-style .form-txt a {
  text-decoration: underline;
}
@media (min-width: 768px) and (hover: hover) {
  .page-contact .sec-form .form-style .form-txt a:hover {
    text-decoration: none;
  }
}
.page-contact .sec-form .form-style .btn_wrap {
  margin-top: 2.4rem;
}