@charset 'UTF-8';
/* ------------------------------

  入力

------------------------------ */
#contactForm {
  margin: 0 auto;
}
#contactForm .ex_essential:after {
  content: '必須';
  color: #fff;
  background-color: #1A1A1A;
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: baseline;
}
@media screen and (min-width: 980px) {
  #contactForm .ex_essential:after {
    min-width: 45px;
    height: 21px;
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    padding: 0 8px;
    border-radius: 4px;
    margin-left: 8px;
  }
}
@media screen and (min-width: 980px) and (max-width: 1279px) {
  #contactForm .ex_essential:after {
    min-width: calc(1vw * 45 / 1440 * 100);
    height: calc(1vw * 21 / 1440 * 100);
    font-size: calc(1vw * 14 / 1440 * 100);
    line-height: 1.5;
    letter-spacing: 0.05em;
    padding: 0 calc(1vw * 8 / 1440 * 100);
    border-radius: calc(1vw * 4 / 1440 * 100);
    margin-left: calc(1vw * 8 / 1440 * 100);
  }
}
@media screen and (max-width: 979px) {
  #contactForm .ex_essential:after {
    min-width: calc(1vw * 43 / 428 * 100);
    height: calc(1vw * 20 / 428 * 100);
    font-size: calc(1vw * 13 / 428 * 100);
    line-height: 1.538461538461539;
    letter-spacing: 0.05em;
    padding: 0 calc(1vw * 8 / 428 * 100);
    border-radius: calc(1vw * 4 / 428 * 100);
    margin-left: calc(1vw * 8 / 428 * 100);
  }
}
#contactForm p {
  margin-left: auto !important;
}
#contactForm dl {
  background-color: transparent;
  border: none;
  width: 100%;
}
@media screen and (min-width: 980px) {
  #contactForm dl + dl {
    margin-top: 20px !important;
  }
}
@media screen and (min-width: 980px) and (max-width: 1279px) {
  #contactForm dl + dl {
    margin-top: calc(1vw * 20 / 1440 * 100) !important;
  }
}
@media screen and (max-width: 979px) {
  #contactForm dl + dl {
    margin-top: 0;
  }
}
#contactForm dl dd {
  background-color: transparent;
  width: auto;
}
#contactForm dl dt {
  background-color: transparent;
  border: none;
}
@media screen and (max-width: 979px) {
  #contactForm dl dt p,
  #contactForm dl dd p {
    padding: 0 !important;
  }
}
@media screen and (max-width: 979px) {
  #contactForm dl input.longInput {
    width: 100% !important;
  }
}
@media screen and (min-width: 980px) {
  #contactForm .formBtnLarge {
    margin: 50px auto 0 !important;
  }
}
@media screen and (min-width: 980px) and (max-width: 1279px) {
  #contactForm .formBtnLarge {
    margin: calc(1vw * 50 / 1440 * 100) auto 0 !important;
  }
}
@media screen and (max-width: 979px) {
  #contactForm .formBtnLarge {
    margin: calc(1vw * 50 / 428 * 100) auto 0 !important;
  }
}
#contactForm dl dd p {
  border: none;
}
#contactForm #naiyou {
  width: auto;
  background-color: #fff;
}
#contactForm dl:last-child,
#contactForm dl.end {
  border: none;
}
#contactForm .consultation p {
  border: none;
}
@media screen and (min-width: 980px) {
  .longInput,
  #address01,
  #naiyou {
    font-size: 16px;
    line-height: 1.75;
    letter-spacing: 0.05em;
  }
}
@media screen and (min-width: 980px) and (max-width: 1279px) {
  .longInput,
  #address01,
  #naiyou {
    font-size: calc(1vw * 16 / 1440 * 100);
    line-height: 1.75;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 979px) {
  .longInput,
  #address01,
  #naiyou {
    font-size: calc(1vw * 18 / 428 * 100);
    line-height: 1.888888888888889;
    letter-spacing: 0.05em;
  }
}
input ::-webkit-input-placeholder {
  color: #666;
}
input ::-moz-placeholder {
  color: #666;
}
input :-ms-input-placeholder {
  color: #666;
}
input ::-ms-input-placeholder {
  color: #666;
}
input ::placeholder {
  color: #666;
}
#contactForm .formBtn {
  width: auto !important;
}
@media screen and (min-width: 980px) {
  #contactForm .formBtn {
    margin: 50px auto 0 !important;
  }
}
@media screen and (min-width: 980px) and (max-width: 1279px) {
  #contactForm .formBtn {
    margin: calc(1vw * 50 / 1440 * 100) auto 0 !important;
  }
}
@media screen and (max-width: 979px) {
  #contactForm .formBtn {
    margin: calc(1vw * 50 / 428 * 100) auto 0 !important;
  }
}
#contactForm .formBtn .resetBtn.c-btn-blue {
  background-color: #ccc;
  border: 1px solid #ccc;
  margin-right: 0;
}
@media screen and (min-width: 980px) {
  #contactForm .formBtn .resetBtn.c-btn-blue:before,
  #contactForm .formBtn .resetBtn.c-btn-blue:after {
    left: 16px;
  }
}
@media screen and (min-width: 980px) and (max-width: 1279px) {
  #contactForm .formBtn .resetBtn.c-btn-blue:before,
  #contactForm .formBtn .resetBtn.c-btn-blue:after {
    left: calc(1vw * 16 / 1440 * 100);
  }
}
@media screen and (max-width: 979px) {
  #contactForm .formBtn .resetBtn.c-btn-blue:before,
  #contactForm .formBtn .resetBtn.c-btn-blue:after {
    left: calc(1vw * 16 / 428 * 100);
  }
}
#contactForm .formBtn .resetBtn.c-btn-blue:before {
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
  background-image: url("/asbestos/assets/img/common/arrow_black.svg");
}
#contactForm .formBtn .resetBtn.c-btn-blue:after {
  background-image: url("/asbestos/assets/img/common/arrow_black.svg");
}
@media screen and (max-width: 979px) {
  #contactForm .formBtn .resetBtn.c-btn-blue:after {
    opacity: 0;
  }
}
@media screen and (min-width: 980px) {
  #contactForm .formBtn .resetBtn.c-btn-blue:hover {
    background-color: #fff;
    color: #1A1A1A;
    border: 1px solid #1A1A1A;
  }
}
@media screen and (min-width: 980px) and (max-width: 1279px) {
  #contactForm .formBtn .resetBtn.c-btn-blue:hover {
    background-color: #fff;
    color: #1A1A1A;
    border: 1px solid #1A1A1A;
  }
}
#contactForm .formBtn .resetBtn.c-btn-blue:hover:after {
  opacity: 0;
}
#contactForm .formBtn a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #FFF9B1;
  border-radius: 4px;
  color: #1A1A1A;
  position: relative;
  cursor: pointer;
}
@media screen and (min-width: 980px) {
  #contactForm .formBtn a {
    font-size: 17px;
    line-height: 1.470588235294118;
    letter-spacing: 0.05em;
    width: 312px;
    padding: 18px;
    -webkit-transition: background-color 0.3s ease, color 0.3s ease;
    transition: background-color 0.3s ease, color 0.3s ease;
  }
}
@media screen and (min-width: 980px) and (max-width: 1279px) {
  #contactForm .formBtn a {
    font-size: calc(1vw * 17 / 1440 * 100);
    line-height: 1.470588235294118;
    letter-spacing: 0.05em;
    width: calc(1vw * 312 / 1440 * 100);
    padding: calc(1vw * 18 / 1440 * 100);
    -webkit-transition: background-color 0.3s ease, color 0.3s ease;
    transition: background-color 0.3s ease, color 0.3s ease;
  }
}
@media screen and (max-width: 979px) {
  #contactForm .formBtn a {
    font-size: calc(1vw * 22 / 428 * 100);
    line-height: 1.5;
    letter-spacing: 0.05em;
    padding: calc(1vw * 21 / 428 * 100);
    width: 100%;
    float: inherit;
  }
}
#contactForm .formBtn a:before,
#contactForm .formBtn a:after {
  content: '';
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  -webkit-transition: background-image 0.3s ease;
  transition: background-image 0.3s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}
@media screen and (min-width: 980px) {
  #contactForm .formBtn a:before,
  #contactForm .formBtn a:after {
    width: 9px;
    height: 15px;
    background-size: 9px 15px;
    right: 16px;
  }
}
@media screen and (min-width: 980px) and (max-width: 1279px) {
  #contactForm .formBtn a:before,
  #contactForm .formBtn a:after {
    width: calc(1vw * 9 / 1440 * 100);
    height: calc(1vw * 15 / 1440 * 100);
    background-size: calc(1vw * 9 / 1440 * 100) calc(1vw * 15 / 1440 * 100);
    right: calc(1vw * 16 / 1440 * 100);
  }
}
@media screen and (max-width: 979px) {
  #contactForm .formBtn a:before,
  #contactForm .formBtn a:after {
    width: calc(1vw * 9 / 428 * 100);
    height: calc(1vw * 15 / 428 * 100);
    background-size: calc(1vw * 9 / 428 * 100) calc(1vw * 15 / 428 * 100);
    right: calc(1vw * 16 / 428 * 100);
  }
}
@media screen and (min-width: 980px) {
  #contactForm .formBtn a:before {
    background-image: url("/asbestos/assets/img/common/arrow_black.svg");
  }
}
@media screen and (min-width: 980px) and (max-width: 1279px) {
  #contactForm .formBtn a:before {
    background-image: url("/asbestos/assets/img/common/arrow_black.svg");
  }
}
@media screen and (max-width: 979px) {
  #contactForm .formBtn a:before {
    background-image: url("/asbestos/assets/img/common/arrow_black.svg");
  }
}
@media screen and (min-width: 980px) {
  #contactForm .formBtn a:after {
    background-image: url("/asbestos/assets/img/common/arrow_black.svg");
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
}
@media screen and (min-width: 980px) and (max-width: 1279px) {
  #contactForm .formBtn a:after {
    background-image: url("/asbestos/assets/img/common/arrow_black.svg");
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
}
@media screen and (min-width: 980px) {
  #contactForm .formBtn a:not(:hover):after {
    opacity: 0;
  }
}
@media screen and (min-width: 980px) and (max-width: 1279px) {
  #contactForm .formBtn a:not(:hover):after {
    opacity: 0;
  }
}
@media screen and (min-width: 980px) {
  #contactForm .formBtn a:hover {
    background-color: #1A1A1A;
    color: #fff;
  }
}
@media screen and (min-width: 980px) and (max-width: 1279px) {
  #contactForm .formBtn a:hover {
    background-color: #1A1A1A;
    color: #fff;
  }
}
@media screen and (min-width: 980px) {
  #contactForm .formBtn a:hover:after {
    opacity: 1;
    background-image: url("/asbestos/assets/img/common/arrow_w.svg");
  }
}
@media screen and (min-width: 980px) and (max-width: 1279px) {
  #contactForm .formBtn a:hover:after {
    opacity: 1;
    background-image: url("/asbestos/assets/img/common/arrow_w.svg");
  }
}
@media screen and (max-width: 979px) {
  #contactForm dl input.longInput {
    width: 100% !important;
  }
}
@media screen and (max-width: 979px) {
  #contactForm dl dt p,
  #contactForm dl dd p {
    padding: 0 !important;
  }
}
#contactForm .formBtnLarge a.checkBtnLarge {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #FFF9B1;
  border: 1px solid #FFF9B1;
  border-radius: 4px;
  color: #1A1A1A;
  position: relative;
  cursor: pointer;
}
@media screen and (min-width: 980px) {
  #contactForm .formBtnLarge a.checkBtnLarge {
    font-size: 17px;
    line-height: 1.470588235294118;
    letter-spacing: 0.05em;
    width: 312px;
    padding: 18px;
    -webkit-transition: background-color 0.3s ease, color 0.3s ease;
    transition: background-color 0.3s ease, color 0.3s ease;
  }
}
@media screen and (min-width: 980px) and (max-width: 1279px) {
  #contactForm .formBtnLarge a.checkBtnLarge {
    font-size: calc(1vw * 17 / 1440 * 100);
    line-height: 1.470588235294118;
    letter-spacing: 0.05em;
    width: calc(1vw * 312 / 1440 * 100);
    padding: calc(1vw * 18 / 1440 * 100);
    -webkit-transition: background-color 0.3s ease, color 0.3s ease;
    transition: background-color 0.3s ease, color 0.3s ease;
  }
}
@media screen and (max-width: 979px) {
  #contactForm .formBtnLarge a.checkBtnLarge {
    font-size: calc(1vw * 22 / 428 * 100);
    line-height: 1.5;
    letter-spacing: 0.05em;
    padding: calc(1vw * 21 / 428 * 100);
  }
}
#contactForm .formBtnLarge a.checkBtnLarge:before,
#contactForm .formBtnLarge a.checkBtnLarge:after {
  content: '';
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  -webkit-transition: background-image 0.3s ease;
  transition: background-image 0.3s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}
@media screen and (min-width: 980px) {
  #contactForm .formBtnLarge a.checkBtnLarge:before,
  #contactForm .formBtnLarge a.checkBtnLarge:after {
    width: 9px;
    height: 15px;
    background-size: 9px 15px;
    right: 16px;
  }
}
@media screen and (min-width: 980px) and (max-width: 1279px) {
  #contactForm .formBtnLarge a.checkBtnLarge:before,
  #contactForm .formBtnLarge a.checkBtnLarge:after {
    width: calc(1vw * 9 / 1440 * 100);
    height: calc(1vw * 15 / 1440 * 100);
    background-size: calc(1vw * 9 / 1440 * 100) calc(1vw * 15 / 1440 * 100);
    right: calc(1vw * 16 / 1440 * 100);
  }
}
@media screen and (max-width: 979px) {
  #contactForm .formBtnLarge a.checkBtnLarge:before,
  #contactForm .formBtnLarge a.checkBtnLarge:after {
    width: calc(1vw * 9 / 428 * 100);
    height: calc(1vw * 15 / 428 * 100);
    background-size: calc(1vw * 9 / 428 * 100) calc(1vw * 15 / 428 * 100);
    right: calc(1vw * 16 / 428 * 100);
  }
}
@media screen and (min-width: 980px) {
  #contactForm .formBtnLarge a.checkBtnLarge:before {
    background-image: url("/asbestos/assets/img/common/arrow_black.svg");
  }
}
@media screen and (min-width: 980px) and (max-width: 1279px) {
  #contactForm .formBtnLarge a.checkBtnLarge:before {
    background-image: url("/asbestos/assets/img/common/arrow_black.svg");
  }
}
@media screen and (max-width: 979px) {
  #contactForm .formBtnLarge a.checkBtnLarge:before {
    background-image: url("/asbestos/assets/img/common/arrow_black.svg");
  }
}
@media screen and (min-width: 980px) {
  #contactForm .formBtnLarge a.checkBtnLarge:after {
    background-image: url("/asbestos/assets/img/common/arrow_w.svg");
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
}
@media screen and (min-width: 980px) and (max-width: 1279px) {
  #contactForm .formBtnLarge a.checkBtnLarge:after {
    background-image: url("/asbestos/assets/img/common/arrow_w.svg");
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
}
@media screen and (min-width: 980px) {
  #contactForm .formBtnLarge a.checkBtnLarge:not(:hover):after {
    opacity: 0;
  }
}
@media screen and (min-width: 980px) and (max-width: 1279px) {
  #contactForm .formBtnLarge a.checkBtnLarge:not(:hover):after {
    opacity: 0;
  }
}
@media screen and (min-width: 980px) {
  #contactForm .formBtnLarge a.checkBtnLarge:hover {
    background-color: #1A1A1A;
    color: #fff;
  }
}
@media screen and (min-width: 980px) and (max-width: 1279px) {
  #contactForm .formBtnLarge a.checkBtnLarge:hover {
    background-color: #1A1A1A;
    color: #fff;
  }
}
@media screen and (min-width: 980px) {
  #contactForm .formBtnLarge a.checkBtnLarge:hover:after {
    opacity: 1;
  }
}
@media screen and (min-width: 980px) and (max-width: 1279px) {
  #contactForm .formBtnLarge a.checkBtnLarge:hover:after {
    opacity: 1;
  }
}
@media screen and (min-width: 980px) {
  .p-contact-input {
    text-align: center;
  }
}
@media screen and (min-width: 980px) and (max-width: 1279px) {
  .p-contact-input {
    text-align: center;
  }
}
@media screen and (max-width: 979px) {
  .p-contact-input {
    text-align: left;
  }
}
.is-contact #mainArea .c-body-content .c-contact-btn-tel {
  margin-inline: auto;
}
@media screen and (min-width: 980px) {
  /* #mainArea .c-btn-tel.is-large { */
  .is-contact #mainArea .box {
    margin: 0 auto 80px;
    padding-top: 80px;
  }
}
@media screen and (min-width: 980px) and (max-width: 1279px) {
  .is-contact #mainArea .box {
    margin: 0 auto calc(1vw * 80 / 1440 * 100);
    padding-top: calc(1vw * 80 / 1440 * 100);
  }
}
@media screen and (max-width: 979px) {
  .is-contact #mainArea .box {
    margin: 0 auto calc(1vw * 50 / 428 * 100);
    padding-top: calc(1vw * 50 / 428 * 100);
  }
}
@media screen and (min-width: 980px) {
  #mainArea .c-text-h2 + .p-contact-flow {
    margin-top: 50px;
    padding-top: 0;
  }
}
@media screen and (min-width: 980px) and (max-width: 1279px) {
  #mainArea .c-text-h2 + .p-contact-flow {
    margin-top: calc(1vw * 50 / 1440 * 100);
    padding-top: 0;
  }
}
@media screen and (max-width: 979px) {
  #mainArea .c-text-h2 + .p-contact-flow {
    margin-top: calc(1vw * 30 / 428 * 100);
    padding-top: 0;
  }
}
@media screen and (min-width: 980px) {
  .clearFix {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 980px) and (max-width: 1279px) {
  .clearFix {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-bottom: calc(1vw * 20 / 1440 * 100);
  }
}
@media screen and (max-width: 979px) {
  .clearFix {
    display: block;
    margin-bottom: calc(1vw * 30 / 428 * 100);
  }
}
@media screen and (min-width: 980px) {
  .clearFix.end {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
@media screen and (min-width: 980px) and (max-width: 1279px) {
  .clearFix.end {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
@media screen and (max-width: 979px) {
  .clearFix.end {
    display: block;
  }
}
@media screen and (min-width: 980px) {
  .clearFix.end dt {
    margin-top: 10px;
  }
}
@media screen and (min-width: 980px) and (max-width: 1279px) {
  .clearFix.end dt {
    margin-top: calc(1vw * 10 / 1440 * 100);
  }
}
.clearFix dt {
  font-weight: 600;
  font-family: "TsukuGoPro-E", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
@media screen and (min-width: 980px) {
  .clearFix dt {
    width: 170px !important;
  }
}
@media screen and (min-width: 980px) and (max-width: 1279px) {
  .clearFix dt {
    width: calc(1vw * 170 / 1440 * 100) !important;
  }
}
@media screen and (max-width: 979px) {
  .clearFix dt {
    width: 100% !important;
  }
}
@media screen and (min-width: 980px) {
  .clearFix dd {
    width: 820px !important;
  }
}
@media screen and (min-width: 980px) and (max-width: 1279px) {
  .clearFix dd {
    width: calc(1vw * 820 / 1440 * 100) !important;
  }
}
@media screen and (max-width: 979px) {
  .clearFix dd {
    width: 100% !important;
  }
}
@media screen and (min-width: 980px) {
  .clearFix p {
    font-size: 18px;
    line-height: 1.666666666666667;
    letter-spacing: 0.05em;
  }
}
@media screen and (min-width: 980px) and (max-width: 1279px) {
  .clearFix p {
    font-size: calc(1vw * 18 / 1440 * 100);
    line-height: 1.666666666666667;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 979px) {
  .clearFix p {
    font-size: calc(1vw * 18 / 428 * 100);
    line-height: 1.888888888888889;
    letter-spacing: 0.05em;
    margin-bottom: calc(1vw * 5 / 428 * 100);
  }
}
.p-align-start .clearFix {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.longInput,
#address01,
#naiyou {
  border: 1px solid #ccc;
  background-color: #fff;
}
@media screen and (min-width: 980px) {
  .longInput,
  #address01,
  #naiyou {
    width: 820px !important;
    padding: 12px 20px !important;
    border-radius: 10px;
  }
}
@media screen and (min-width: 980px) and (max-width: 1279px) {
  .longInput,
  #address01,
  #naiyou {
    width: calc(1vw * 820 / 1440 * 100) !important;
    padding: calc(1vw * 12 / 1440 * 100) calc(1vw * 20 / 1440 * 100) !important;
    border-radius: calc(1vw * 10 / 1440 * 100);
  }
}
@media screen and (max-width: 979px) {
  .longInput,
  #address01,
  #naiyou {
    width: 100% !important;
    padding: calc(1vw * 12 / 428 * 100) calc(1vw * 20 / 428 * 100) !important;
    border-radius: calc(1vw * 10 / 428 * 100);
  }
}
@media screen and (min-width: 980px) {
  .point {
    width: 820px;
    margin: 50px 0 20px auto !important;
    font-size: 13px;
    line-height: 1.538461538461539;
    letter-spacing: 0.05em;
  }
}
@media screen and (min-width: 980px) and (max-width: 1279px) {
  .point {
    width: calc(1vw * 820 / 1440 * 100);
    margin: calc(1vw * 50 / 1440 * 100) 0 calc(1vw * 20 / 1440 * 100) auto !important;
    font-size: calc(1vw * 13 / 1440 * 100);
    line-height: 1.538461538461539;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 979px) {
  .point {
    width: 100%;
    margin: calc(1vw * 50 / 428 * 100) 0 calc(1vw * 30 / 428 * 100) auto !important;
    font-size: calc(1vw * 18 / 428 * 100);
    line-height: 1.888888888888889;
    letter-spacing: 0.05em;
  }
}
.point:before {
  content: '必須';
  color: #fff;
  background-color: #1A1A1A;
  font-weight: 700;
  font-family: "TsukuGoPro-E", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
@media screen and (min-width: 980px) {
  .point:before {
    width: 45px;
    height: 21px;
    font-size: 14px;
    line-height: 2.142857142857143;
    letter-spacing: 0.05em;
    padding: 3px 8px;
    border-radius: 4px;
    margin-right: 8px;
  }
}
@media screen and (min-width: 980px) and (max-width: 1279px) {
  .point:before {
    width: calc(1vw * 45 / 1440 * 100);
    height: calc(1vw * 21 / 1440 * 100);
    font-size: calc(1vw * 14 / 1440 * 100);
    line-height: 2.142857142857143;
    letter-spacing: 0.05em;
    padding: calc(1vw * 3 / 1440 * 100) calc(1vw * 8 / 1440 * 100);
    border-radius: calc(1vw * 4 / 1440 * 100);
    margin-right: calc(1vw * 8 / 1440 * 100);
  }
}
@media screen and (max-width: 979px) {
  .point:before {
    width: calc(1vw * 43 / 428 * 100);
    height: calc(1vw * 20 / 428 * 100);
    font-size: calc(1vw * 13 / 428 * 100);
    line-height: 2.615384615384615;
    letter-spacing: 0.05em;
    padding: calc(1vw * 3 / 428 * 100) calc(1vw * 8 / 428 * 100);
    border-radius: calc(1vw * 4 / 428 * 100);
    margin-right: calc(1vw * 8 / 428 * 100);
  }
}
@media screen and (min-width: 980px) {
  .p-contact-form-text {
    width: 820px;
    margin-left: auto;
  }
}
@media screen and (min-width: 980px) and (max-width: 1279px) {
  .p-contact-form-text {
    width: calc(1vw * 820 / 1440 * 100);
    margin-left: auto;
  }
}
@media screen and (max-width: 979px) {
  .p-contact-form-text {
    width: 100%;
    margin-left: auto;
  }
}
@media screen and (min-width: 980px) {
  .formBtnLarge.c-btn-frame {
    margin-top: 50px;
  }
}
@media screen and (min-width: 980px) and (max-width: 1279px) {
  .formBtnLarge.c-btn-frame {
    margin-top: calc(1vw * 50 / 1440 * 100);
  }
}
@media screen and (max-width: 979px) {
  .formBtnLarge.c-btn-frame {
    margin-top: calc(1vw * 30 / 428 * 100);
  }
}
.formBtnLarge.c-btn-frame .c-btn-blue {
  margin: 0 auto;
}
@media screen and (max-width: 979px) {
  .formBtnLarge.c-btn-frame .c-btn-blue {
    width: 100%;
  }
}
@media screen and (min-width: 980px) {
  .errorText {
    margin: 30px 0 0;
  }
}
@media screen and (min-width: 980px) and (max-width: 1279px) {
  .errorText {
    margin-top: calc(1vw * 30 / 1440 * 100);
  }
}
@media screen and (max-width: 979px) {
  .errorText {
    margin-top: calc(1vw * 30 / 428 * 100);
  }
}
/* ------------------------------

  確認

------------------------------ */
@media screen and (min-width: 980px) {
  .formBtn {
    margin-top: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
@media screen and (min-width: 980px) and (max-width: 1279px) {
  .formBtn {
    margin-top: calc(1vw * 50 / 1440 * 100);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
@media screen and (max-width: 979px) {
  .formBtn {
    margin-top: calc(1vw * 30 / 428 * 100);
  }
}
@media screen and (max-width: 979px) {
  .formBtn .c-btn-blue {
    width: 100%;
  }
}
@media screen and (min-width: 980px) {
  .formBtn .c-btn-blue:last-child {
    margin-left: 40px;
  }
}
@media screen and (min-width: 980px) and (max-width: 1279px) {
  .formBtn .c-btn-blue:last-child {
    margin-left: calc(1vw * 40 / 1440 * 100);
  }
}
@media screen and (max-width: 979px) {
  .formBtn .c-btn-blue:last-child {
    margin: calc(1vw * 20 / 428 * 100) auto 0;
  }
}
.no-hover:hover {
  opacity: 1;
}
/* ------------------------------

  完了

------------------------------ */
#contactForm .thanks {
  background: transparent;
  border: none;
  padding: 0;
  margin-bottom: 0;
}
@media screen and (min-width: 980px) {
  .thanks {
    font-size: 16px;
    line-height: 1.75;
    letter-spacing: 0.05em;
    text-align: center;
  }
}
@media screen and (min-width: 980px) and (max-width: 1279px) {
  .thanks {
    font-size: calc(1vw * 16 / 1440 * 100);
    line-height: 1.75;
    letter-spacing: 0.05em;
    text-align: center;
  }
}
@media screen and (max-width: 979px) {
  .thanks {
    font-size: calc(1vw * 18 / 428 * 100);
    line-height: 1.888888888888889;
    letter-spacing: 0.05em;
    text-align: left;
  }
}
.p-contact-flow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
@media screen and (min-width: 980px) {
  .p-contact-flow {
    padding-top: 50px;
  }
}
@media screen and (min-width: 980px) and (max-width: 1279px) {
  .p-contact-flow {
    padding-top: calc(1vw * 50 / 1440 * 100);
  }
}
@media screen and (max-width: 979px) {
  .p-contact-flow {
    padding-top: calc(1vw * 50 / 428 * 100);
  }
}
@media screen and (min-width: 980px) {
  .p-contact-flow-text {
    margin-top: 50px;
  }
}
@media screen and (min-width: 980px) and (max-width: 1279px) {
  .p-contact-flow-text {
    margin-top: calc(1vw * 50 / 1440 * 100);
  }
}
@media screen and (max-width: 979px) {
  .p-contact-flow-text {
    margin-top: calc(1vw * 50 / 428 * 100);
    text-align: left;
  }
}
.p-contact-flow-step {
  background-color: #ccc;
  border-radius: 50%;
  color: #1A1A1A;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  font-weight: 600;
  font-family: "TsukuGoPro-E", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  position: relative;
}
@media screen and (min-width: 980px) {
  .p-contact-flow-step {
    width: 68px;
    height: 68px;
    font-size: 13px;
    line-height: 1;
    letter-spacing: 0em;
    margin-right: 60px;
  }
}
@media screen and (min-width: 980px) and (max-width: 1279px) {
  .p-contact-flow-step {
    width: calc(1vw * 68 / 1440 * 100);
    height: calc(1vw * 68 / 1440 * 100);
    font-size: calc(1vw * 13 / 1440 * 100);
    line-height: 1;
    letter-spacing: 0em;
    margin-right: calc(1vw * 60 / 1440 * 100);
  }
}
@media screen and (max-width: 979px) {
  .p-contact-flow-step {
    width: calc(1vw * 68 / 428 * 100);
    height: calc(1vw * 68 / 428 * 100);
    font-size: calc(1vw * 13 / 428 * 100);
    line-height: 1;
    letter-spacing: 0em;
    margin-right: calc(1vw * 60 / 428 * 100);
  }
}
.p-contact-flow-step:last-child {
  margin-right: 0;
}
.p-contact-flow-step:nth-child(1):after,
.p-contact-flow-step:nth-child(2):after {
  content: '';
  background-color: #ccc;
  position: absolute;
  left: 100%;
}
@media screen and (min-width: 980px) {
  .p-contact-flow-step:nth-child(1):after,
  .p-contact-flow-step:nth-child(2):after {
    width: 60px;
    height: 2px;
  }
}
@media screen and (min-width: 980px) and (max-width: 1279px) {
  .p-contact-flow-step:nth-child(1):after,
  .p-contact-flow-step:nth-child(2):after {
    width: calc(1vw * 60 / 1440 * 100);
    height: calc(1vw * 2 / 1440 * 100);
  }
}
@media screen and (max-width: 979px) {
  .p-contact-flow-step:nth-child(1):after,
  .p-contact-flow-step:nth-child(2):after {
    width: calc(1vw * 60 / 428 * 100);
    height: calc(1vw * 2 / 428 * 100);
  }
}
.p-contact-flow-step span {
  display: block;
}
@media screen and (min-width: 980px) {
  .p-contact-flow-step span {
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0em;
    margin-top: 4px;
  }
}
@media screen and (min-width: 980px) and (max-width: 1279px) {
  .p-contact-flow-step span {
    font-size: calc(1vw * 16 / 1440 * 100);
    line-height: 1;
    letter-spacing: 0em;
    margin-top: calc(1vw * 4 / 1440 * 100);
  }
}
@media screen and (max-width: 979px) {
  .p-contact-flow-step span {
    font-size: calc(1vw * 16 / 428 * 100);
    line-height: 1;
    letter-spacing: 0em;
    margin-top: calc(1vw * 4 / 428 * 100);
  }
}
.p-contact-flow-step.active {
  background-color: #FFF9B1;
}
@media screen and (min-width: 980px) {
  .p-contact-flow-step.active {
    width: 88px;
    height: 88px;
  }
}
@media screen and (min-width: 980px) and (max-width: 1279px) {
  .p-contact-flow-step.active {
    width: calc(1vw * 88 / 1440 * 100);
    height: calc(1vw * 88 / 1440 * 100);
  }
}
@media screen and (max-width: 979px) {
  .p-contact-flow-step.active {
    width: calc(1vw * 82 / 428 * 100);
    height: calc(1vw * 82 / 428 * 100);
  }
}

.p-thanks {
  background-color: #1A1A1A;
}
@media screen and (min-width: 980px) {
  .p-contact-thanks-wrap {
    padding-bottom: 110px;
  }
}
@media screen and (min-width: 980px) and (max-width: 1279px) {
  .p-contact-thanks-wrap {
    padding-bottom: calc(1vw * 110 / 1440 * 100);
  }
}
@media screen and (max-width: 979px) {
  .p-contact-thanks-wrap {
    padding-bottom: calc(1vw * 55 / 428 * 100);
  }
}

@media screen and (min-width: 980px) {
  .l-footer__officeName {
    pointer-events: none;
  }
}